v4-shims.js 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. /*!
  2. * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  4. * Copyright 2025 Fonticons, Inc.
  5. */
  6. (function (global, factory) {
  7. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  8. typeof define === 'function' && define.amd ? define(factory) :
  9. (global['fontawesome-free-shims'] = factory());
  10. }(this, (function () { 'use strict';
  11. var _WINDOW = {};
  12. var _DOCUMENT = {};
  13. try {
  14. if (typeof window !== 'undefined') _WINDOW = window;
  15. if (typeof document !== 'undefined') _DOCUMENT = document;
  16. } catch (e) {} // eslint-disable-line no-empty
  17. var _ref = _WINDOW.navigator || {},
  18. _ref$userAgent = _ref.userAgent,
  19. userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;
  20. var WINDOW = _WINDOW;
  21. var DOCUMENT = _DOCUMENT;
  22. var IS_BROWSER = !!WINDOW.document;
  23. var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
  24. var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
  25. function _arrayLikeToArray(r, a) {
  26. (null == a || a > r.length) && (a = r.length);
  27. for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
  28. return n;
  29. }
  30. function _arrayWithoutHoles(r) {
  31. if (Array.isArray(r)) return _arrayLikeToArray(r);
  32. }
  33. function _defineProperty(e, r, t) {
  34. return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
  35. value: t,
  36. enumerable: !0,
  37. configurable: !0,
  38. writable: !0
  39. }) : e[r] = t, e;
  40. }
  41. function _iterableToArray(r) {
  42. if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
  43. }
  44. function _nonIterableSpread() {
  45. throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
  46. }
  47. function ownKeys(e, r) {
  48. var t = Object.keys(e);
  49. if (Object.getOwnPropertySymbols) {
  50. var o = Object.getOwnPropertySymbols(e);
  51. r && (o = o.filter(function (r) {
  52. return Object.getOwnPropertyDescriptor(e, r).enumerable;
  53. })), t.push.apply(t, o);
  54. }
  55. return t;
  56. }
  57. function _objectSpread2(e) {
  58. for (var r = 1; r < arguments.length; r++) {
  59. var t = null != arguments[r] ? arguments[r] : {};
  60. r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
  61. _defineProperty(e, r, t[r]);
  62. }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
  63. Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
  64. });
  65. }
  66. return e;
  67. }
  68. function _toConsumableArray(r) {
  69. return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
  70. }
  71. function _toPrimitive(t, r) {
  72. if ("object" != typeof t || !t) return t;
  73. var e = t[Symbol.toPrimitive];
  74. if (void 0 !== e) {
  75. var i = e.call(t, r || "default");
  76. if ("object" != typeof i) return i;
  77. throw new TypeError("@@toPrimitive must return a primitive value.");
  78. }
  79. return ("string" === r ? String : Number)(t);
  80. }
  81. function _toPropertyKey(t) {
  82. var i = _toPrimitive(t, "string");
  83. return "symbol" == typeof i ? i : i + "";
  84. }
  85. function _unsupportedIterableToArray(r, a) {
  86. if (r) {
  87. if ("string" == typeof r) return _arrayLikeToArray(r, a);
  88. var t = {}.toString.call(r).slice(8, -1);
  89. return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
  90. }
  91. }
  92. var _so;
  93. var z = {
  94. classic: {
  95. fa: "solid",
  96. fas: "solid",
  97. "fa-solid": "solid",
  98. far: "regular",
  99. "fa-regular": "regular",
  100. fal: "light",
  101. "fa-light": "light",
  102. fat: "thin",
  103. "fa-thin": "thin",
  104. fab: "brands",
  105. "fa-brands": "brands"
  106. },
  107. duotone: {
  108. fa: "solid",
  109. fad: "solid",
  110. "fa-solid": "solid",
  111. "fa-duotone": "solid",
  112. fadr: "regular",
  113. "fa-regular": "regular",
  114. fadl: "light",
  115. "fa-light": "light",
  116. fadt: "thin",
  117. "fa-thin": "thin"
  118. },
  119. sharp: {
  120. fa: "solid",
  121. fass: "solid",
  122. "fa-solid": "solid",
  123. fasr: "regular",
  124. "fa-regular": "regular",
  125. fasl: "light",
  126. "fa-light": "light",
  127. fast: "thin",
  128. "fa-thin": "thin"
  129. },
  130. "sharp-duotone": {
  131. fa: "solid",
  132. fasds: "solid",
  133. "fa-solid": "solid",
  134. fasdr: "regular",
  135. "fa-regular": "regular",
  136. fasdl: "light",
  137. "fa-light": "light",
  138. fasdt: "thin",
  139. "fa-thin": "thin"
  140. },
  141. slab: {
  142. "fa-regular": "regular",
  143. faslr: "regular"
  144. },
  145. "slab-press": {
  146. "fa-regular": "regular",
  147. faslpr: "regular"
  148. },
  149. thumbprint: {
  150. "fa-light": "light",
  151. fatl: "light"
  152. },
  153. whiteboard: {
  154. "fa-semibold": "semibold",
  155. fawsb: "semibold"
  156. },
  157. notdog: {
  158. "fa-solid": "solid",
  159. fans: "solid"
  160. },
  161. "notdog-duo": {
  162. "fa-solid": "solid",
  163. fands: "solid"
  164. },
  165. etch: {
  166. "fa-solid": "solid",
  167. faes: "solid"
  168. },
  169. jelly: {
  170. "fa-regular": "regular",
  171. fajr: "regular"
  172. },
  173. "jelly-fill": {
  174. "fa-regular": "regular",
  175. fajfr: "regular"
  176. },
  177. "jelly-duo": {
  178. "fa-regular": "regular",
  179. fajdr: "regular"
  180. },
  181. chisel: {
  182. "fa-regular": "regular",
  183. facr: "regular"
  184. }
  185. };
  186. var a = "classic",
  187. o = "duotone",
  188. d = "sharp",
  189. t = "sharp-duotone",
  190. i = "chisel",
  191. n = "etch",
  192. h = "jelly",
  193. s = "jelly-duo",
  194. f = "jelly-fill",
  195. g = "notdog",
  196. l = "notdog-duo",
  197. u = "slab",
  198. p = "slab-press",
  199. e = "thumbprint",
  200. w = "whiteboard",
  201. m = "Classic",
  202. y = "Duotone",
  203. x = "Sharp",
  204. c = "Sharp Duotone",
  205. I = "Chisel",
  206. b = "Etch",
  207. F = "Jelly",
  208. v = "Jelly Duo",
  209. S = "Jelly Fill",
  210. A = "Notdog",
  211. P = "Notdog Duo",
  212. j = "Slab",
  213. B = "Slab Press",
  214. N = "Thumbprint",
  215. k = "Whiteboard",
  216. so = (_so = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_so, a, m), o, y), d, x), t, c), i, I), n, b), h, F), s, v), f, S), g, A), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_so, l, P), u, j), p, B), e, N), w, k));
  217. var io = {
  218. classic: {
  219. 900: "fas",
  220. 400: "far",
  221. normal: "far",
  222. 300: "fal",
  223. 100: "fat"
  224. },
  225. duotone: {
  226. 900: "fad",
  227. 400: "fadr",
  228. 300: "fadl",
  229. 100: "fadt"
  230. },
  231. sharp: {
  232. 900: "fass",
  233. 400: "fasr",
  234. 300: "fasl",
  235. 100: "fast"
  236. },
  237. "sharp-duotone": {
  238. 900: "fasds",
  239. 400: "fasdr",
  240. 300: "fasdl",
  241. 100: "fasdt"
  242. },
  243. slab: {
  244. 400: "faslr"
  245. },
  246. "slab-press": {
  247. 400: "faslpr"
  248. },
  249. whiteboard: {
  250. 600: "fawsb"
  251. },
  252. thumbprint: {
  253. 300: "fatl"
  254. },
  255. notdog: {
  256. 900: "fans"
  257. },
  258. "notdog-duo": {
  259. 900: "fands"
  260. },
  261. etch: {
  262. 900: "faes"
  263. },
  264. chisel: {
  265. 400: "facr"
  266. },
  267. jelly: {
  268. 400: "fajr"
  269. },
  270. "jelly-fill": {
  271. 400: "fajfr"
  272. },
  273. "jelly-duo": {
  274. 400: "fajdr"
  275. }
  276. };
  277. var Ro = {
  278. chisel: {
  279. regular: "facr"
  280. },
  281. classic: {
  282. brands: "fab",
  283. light: "fal",
  284. regular: "far",
  285. solid: "fas",
  286. thin: "fat"
  287. },
  288. duotone: {
  289. light: "fadl",
  290. regular: "fadr",
  291. solid: "fad",
  292. thin: "fadt"
  293. },
  294. etch: {
  295. solid: "faes"
  296. },
  297. jelly: {
  298. regular: "fajr"
  299. },
  300. "jelly-duo": {
  301. regular: "fajdr"
  302. },
  303. "jelly-fill": {
  304. regular: "fajfr"
  305. },
  306. notdog: {
  307. solid: "fans"
  308. },
  309. "notdog-duo": {
  310. solid: "fands"
  311. },
  312. sharp: {
  313. light: "fasl",
  314. regular: "fasr",
  315. solid: "fass",
  316. thin: "fast"
  317. },
  318. "sharp-duotone": {
  319. light: "fasdl",
  320. regular: "fasdr",
  321. solid: "fasds",
  322. thin: "fasdt"
  323. },
  324. slab: {
  325. regular: "faslr"
  326. },
  327. "slab-press": {
  328. regular: "faslpr"
  329. },
  330. thumbprint: {
  331. light: "fatl"
  332. },
  333. whiteboard: {
  334. semibold: "fawsb"
  335. }
  336. };
  337. var Oo = {
  338. kit: {
  339. fak: "kit",
  340. "fa-kit": "kit"
  341. },
  342. "kit-duotone": {
  343. fakd: "kit-duotone",
  344. "fa-kit-duotone": "kit-duotone"
  345. }
  346. },
  347. Go = ["kit"];
  348. var D = "kit",
  349. r = "kit-duotone",
  350. T = "Kit",
  351. C = "Kit Duotone",
  352. qo = _defineProperty(_defineProperty({}, D, T), r, C);
  353. var Xo = {
  354. kit: {
  355. "fa-kit": "fak"
  356. },
  357. "kit-duotone": {
  358. "fa-kit-duotone": "fakd"
  359. }
  360. };
  361. var et = {
  362. kit: {
  363. fak: "fa-kit"
  364. },
  365. "kit-duotone": {
  366. fakd: "fa-kit-duotone"
  367. }
  368. };
  369. var dt = {
  370. kit: {
  371. kit: "fak"
  372. },
  373. "kit-duotone": {
  374. "kit-duotone": "fakd"
  375. }
  376. };
  377. var _fl;
  378. var l$1 = {
  379. GROUP: "duotone-group",
  380. SWAP_OPACITY: "swap-opacity",
  381. PRIMARY: "primary",
  382. SECONDARY: "secondary"
  383. };
  384. var f$1 = "classic",
  385. a$1 = "duotone",
  386. n$1 = "sharp",
  387. t$1 = "sharp-duotone",
  388. h$1 = "chisel",
  389. g$1 = "etch",
  390. u$1 = "jelly",
  391. s$1 = "jelly-duo",
  392. p$1 = "jelly-fill",
  393. y$1 = "notdog",
  394. e$1 = "notdog-duo",
  395. m$1 = "slab",
  396. c$1 = "slab-press",
  397. r$1 = "thumbprint",
  398. w$1 = "whiteboard",
  399. x$1 = "Classic",
  400. I$1 = "Duotone",
  401. b$1 = "Sharp",
  402. F$1 = "Sharp Duotone",
  403. v$1 = "Chisel",
  404. S$1 = "Etch",
  405. A$1 = "Jelly",
  406. j$1 = "Jelly Duo",
  407. P$1 = "Jelly Fill",
  408. B$1 = "Notdog",
  409. k$1 = "Notdog Duo",
  410. N$1 = "Slab",
  411. D$1 = "Slab Press",
  412. C$1 = "Thumbprint",
  413. T$1 = "Whiteboard",
  414. fl = (_fl = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_fl, f$1, x$1), a$1, I$1), n$1, b$1), t$1, F$1), h$1, v$1), g$1, S$1), u$1, A$1), s$1, j$1), p$1, P$1), y$1, B$1), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_fl, e$1, k$1), m$1, N$1), c$1, D$1), r$1, C$1), w$1, T$1));
  415. var L = "kit",
  416. d$1 = "kit-duotone",
  417. R$1 = "Kit",
  418. W$1 = "Kit Duotone",
  419. lo$1 = _defineProperty(_defineProperty({}, L, R$1), d$1, W$1);
  420. var zo$1 = {
  421. classic: {
  422. "fa-brands": "fab",
  423. "fa-duotone": "fad",
  424. "fa-light": "fal",
  425. "fa-regular": "far",
  426. "fa-solid": "fas",
  427. "fa-thin": "fat"
  428. },
  429. duotone: {
  430. "fa-regular": "fadr",
  431. "fa-light": "fadl",
  432. "fa-thin": "fadt"
  433. },
  434. sharp: {
  435. "fa-solid": "fass",
  436. "fa-regular": "fasr",
  437. "fa-light": "fasl",
  438. "fa-thin": "fast"
  439. },
  440. "sharp-duotone": {
  441. "fa-solid": "fasds",
  442. "fa-regular": "fasdr",
  443. "fa-light": "fasdl",
  444. "fa-thin": "fasdt"
  445. },
  446. slab: {
  447. "fa-regular": "faslr"
  448. },
  449. "slab-press": {
  450. "fa-regular": "faslpr"
  451. },
  452. whiteboard: {
  453. "fa-semibold": "fawsb"
  454. },
  455. thumbprint: {
  456. "fa-light": "fatl"
  457. },
  458. notdog: {
  459. "fa-solid": "fans"
  460. },
  461. "notdog-duo": {
  462. "fa-solid": "fands"
  463. },
  464. etch: {
  465. "fa-solid": "faes"
  466. },
  467. jelly: {
  468. "fa-regular": "fajr"
  469. },
  470. "jelly-fill": {
  471. "fa-regular": "fajfr"
  472. },
  473. "jelly-duo": {
  474. "fa-regular": "fajdr"
  475. },
  476. chisel: {
  477. "fa-regular": "facr"
  478. }
  479. },
  480. J$1 = {
  481. classic: ["fas", "far", "fal", "fat", "fad"],
  482. duotone: ["fadr", "fadl", "fadt"],
  483. sharp: ["fass", "fasr", "fasl", "fast"],
  484. "sharp-duotone": ["fasds", "fasdr", "fasdl", "fasdt"],
  485. slab: ["faslr"],
  486. "slab-press": ["faslpr"],
  487. whiteboard: ["fawsb"],
  488. thumbprint: ["fatl"],
  489. notdog: ["fans"],
  490. "notdog-duo": ["fands"],
  491. etch: ["faes"],
  492. jelly: ["fajr"],
  493. "jelly-fill": ["fajfr"],
  494. "jelly-duo": ["fajdr"],
  495. chisel: ["facr"]
  496. },
  497. Go$1 = {
  498. classic: {
  499. fab: "fa-brands",
  500. fad: "fa-duotone",
  501. fal: "fa-light",
  502. far: "fa-regular",
  503. fas: "fa-solid",
  504. fat: "fa-thin"
  505. },
  506. duotone: {
  507. fadr: "fa-regular",
  508. fadl: "fa-light",
  509. fadt: "fa-thin"
  510. },
  511. sharp: {
  512. fass: "fa-solid",
  513. fasr: "fa-regular",
  514. fasl: "fa-light",
  515. fast: "fa-thin"
  516. },
  517. "sharp-duotone": {
  518. fasds: "fa-solid",
  519. fasdr: "fa-regular",
  520. fasdl: "fa-light",
  521. fasdt: "fa-thin"
  522. },
  523. slab: {
  524. faslr: "fa-regular"
  525. },
  526. "slab-press": {
  527. faslpr: "fa-regular"
  528. },
  529. whiteboard: {
  530. fawsb: "fa-semibold"
  531. },
  532. thumbprint: {
  533. fatl: "fa-light"
  534. },
  535. notdog: {
  536. fans: "fa-solid"
  537. },
  538. "notdog-duo": {
  539. fands: "fa-solid"
  540. },
  541. etch: {
  542. faes: "fa-solid"
  543. },
  544. jelly: {
  545. fajr: "fa-regular"
  546. },
  547. "jelly-fill": {
  548. fajfr: "fa-regular"
  549. },
  550. "jelly-duo": {
  551. fajdr: "fa-regular"
  552. },
  553. chisel: {
  554. facr: "fa-regular"
  555. }
  556. },
  557. _$1 = ["solid", "regular", "light", "thin", "duotone", "brands", "semibold"],
  558. K$1 = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
  559. M$1 = K$1.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]),
  560. O$1 = ["aw", "fw", "pull-left", "pull-right"],
  561. Ho$1 = [].concat(_toConsumableArray(Object.keys(J$1)), _$1, O$1, ["2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "inverse", "layers", "layers-bottom-left", "layers-bottom-right", "layers-counter", "layers-text", "layers-top-left", "layers-top-right", "li", "pull-end", "pull-start", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", "width-auto", "width-fixed", l$1.GROUP, l$1.SWAP_OPACITY, l$1.PRIMARY, l$1.SECONDARY]).concat(K$1.map(function (o) {
  562. return "".concat(o, "x");
  563. })).concat(M$1.map(function (o) {
  564. return "w-".concat(o);
  565. }));
  566. var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';
  567. var PRODUCTION = function () {
  568. try {
  569. return process.env.NODE_ENV === 'production';
  570. } catch (e$$1) {
  571. return false;
  572. }
  573. }();
  574. function familyProxy(obj) {
  575. // Defaults to the classic family if family is not available
  576. return new Proxy(obj, {
  577. get: function get(target, prop) {
  578. return prop in target ? target[prop] : target[a];
  579. }
  580. });
  581. }
  582. var _PREFIX_TO_STYLE = _objectSpread2({}, z);
  583. // We changed FACSSClassesToStyleId in the icons repo to be canonical and as such, "classic" family does not have any
  584. // duotone styles. But we do still need duotone in _PREFIX_TO_STYLE below, so we are manually adding
  585. // {'fa-duotone': 'duotone'}
  586. _PREFIX_TO_STYLE[a] = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, {
  587. 'fa-duotone': 'duotone'
  588. }), z[a]), Oo['kit']), Oo['kit-duotone']);
  589. var PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE);
  590. var _STYLE_TO_PREFIX = _objectSpread2({}, Ro);
  591. // We changed FAStyleIdToShortPrefixId in the icons repo to be canonical and as such, "classic" family does not have any
  592. // duotone styles. But we do still need duotone in _STYLE_TO_PREFIX below, so we are manually adding {duotone: 'fad'}
  593. _STYLE_TO_PREFIX[a] = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, {
  594. duotone: 'fad'
  595. }), _STYLE_TO_PREFIX[a]), dt['kit']), dt['kit-duotone']);
  596. var STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX);
  597. var _PREFIX_TO_LONG_STYLE = _objectSpread2({}, Go$1);
  598. _PREFIX_TO_LONG_STYLE[a] = _objectSpread2(_objectSpread2({}, _PREFIX_TO_LONG_STYLE[a]), et['kit']);
  599. var PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE);
  600. var _LONG_STYLE_TO_PREFIX = _objectSpread2({}, zo$1);
  601. _LONG_STYLE_TO_PREFIX[a] = _objectSpread2(_objectSpread2({}, _LONG_STYLE_TO_PREFIX[a]), Xo['kit']);
  602. var LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX);
  603. var _FONT_WEIGHT_TO_PREFIX = _objectSpread2({}, io);
  604. var FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX);
  605. var RESERVED_CLASSES = [].concat(_toConsumableArray(Go), _toConsumableArray(Ho$1));
  606. function bunker(fn) {
  607. try {
  608. for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
  609. args[_key - 1] = arguments[_key];
  610. }
  611. fn.apply(void 0, args);
  612. } catch (e) {
  613. if (!PRODUCTION) {
  614. throw e;
  615. }
  616. }
  617. }
  618. var w$2 = WINDOW || {};
  619. if (!w$2[NAMESPACE_IDENTIFIER]) w$2[NAMESPACE_IDENTIFIER] = {};
  620. if (!w$2[NAMESPACE_IDENTIFIER].styles) w$2[NAMESPACE_IDENTIFIER].styles = {};
  621. if (!w$2[NAMESPACE_IDENTIFIER].hooks) w$2[NAMESPACE_IDENTIFIER].hooks = {};
  622. if (!w$2[NAMESPACE_IDENTIFIER].shims) w$2[NAMESPACE_IDENTIFIER].shims = [];
  623. var namespace = w$2[NAMESPACE_IDENTIFIER];
  624. var shims = [["glass", null, "martini-glass-empty"], ["envelope-o", "far", "envelope"], ["star-o", "far", "star"], ["remove", null, "xmark"], ["close", null, "xmark"], ["gear", null, "gear"], ["trash-o", "far", "trash-can"], ["home", null, "house"], ["file-o", "far", "file"], ["clock-o", "far", "clock"], ["arrow-circle-o-down", "far", "circle-down"], ["arrow-circle-o-up", "far", "circle-up"], ["play-circle-o", "far", "circle-play"], ["repeat", null, "arrow-rotate-right"], ["rotate-right", null, "arrow-rotate-right"], ["refresh", null, "arrows-rotate"], ["list-alt", "far", "rectangle-list"], ["dedent", null, "outdent"], ["video-camera", null, "video"], ["picture-o", "far", "image"], ["photo", "far", "image"], ["image", "far", "image"], ["map-marker", null, "location-dot"], ["pencil-square-o", "far", "pen-to-square"], ["edit", "far", "pen-to-square"], ["share-square-o", null, "share-from-square"], ["check-square-o", "far", "square-check"], ["arrows", null, "up-down-left-right"], ["times-circle-o", "far", "circle-xmark"], ["check-circle-o", "far", "circle-check"], ["mail-forward", null, "share"], ["expand", null, "up-right-and-down-left-from-center"], ["compress", null, "down-left-and-up-right-to-center"], ["eye", "far", null], ["eye-slash", "far", null], ["warning", null, "triangle-exclamation"], ["calendar", null, "calendar-days"], ["arrows-v", null, "up-down"], ["arrows-h", null, "left-right"], ["bar-chart", null, "chart-column"], ["bar-chart-o", null, "chart-column"], ["twitter-square", "fab", "square-twitter"], ["facebook-square", "fab", "square-facebook"], ["gears", null, "gears"], ["thumbs-o-up", "far", "thumbs-up"], ["thumbs-o-down", "far", "thumbs-down"], ["heart-o", "far", "heart"], ["sign-out", null, "right-from-bracket"], ["linkedin-square", "fab", "linkedin"], ["thumb-tack", null, "thumbtack"], ["external-link", null, "up-right-from-square"], ["sign-in", null, "right-to-bracket"], ["github-square", "fab", "square-github"], ["lemon-o", "far", "lemon"], ["square-o", "far", "square"], ["bookmark-o", "far", "bookmark"], ["twitter", "fab", null], ["facebook", "fab", "facebook-f"], ["facebook-f", "fab", "facebook-f"], ["github", "fab", null], ["credit-card", "far", null], ["feed", null, "rss"], ["hdd-o", "far", "hard-drive"], ["hand-o-right", "far", "hand-point-right"], ["hand-o-left", "far", "hand-point-left"], ["hand-o-up", "far", "hand-point-up"], ["hand-o-down", "far", "hand-point-down"], ["globe", null, "earth-americas"], ["tasks", null, "bars-progress"], ["arrows-alt", null, "maximize"], ["group", null, "users"], ["chain", null, "link"], ["cut", null, "scissors"], ["files-o", "far", "copy"], ["floppy-o", "far", "floppy-disk"], ["save", "far", "floppy-disk"], ["navicon", null, "bars"], ["reorder", null, "bars"], ["magic", null, "wand-magic-sparkles"], ["pinterest", "fab", null], ["pinterest-square", "fab", "square-pinterest"], ["google-plus-square", "fab", "square-google-plus"], ["google-plus", "fab", "google-plus-g"], ["money", null, "money-bill-1"], ["unsorted", null, "sort"], ["sort-desc", null, "sort-down"], ["sort-asc", null, "sort-up"], ["linkedin", "fab", "linkedin-in"], ["rotate-left", null, "arrow-rotate-left"], ["legal", null, "gavel"], ["tachometer", null, "gauge-high"], ["dashboard", null, "gauge-high"], ["comment-o", "far", "comment"], ["comments-o", "far", "comments"], ["flash", null, "bolt"], ["clipboard", null, "paste"], ["lightbulb-o", "far", "lightbulb"], ["exchange", null, "right-left"], ["cloud-download", null, "cloud-arrow-down"], ["cloud-upload", null, "cloud-arrow-up"], ["bell-o", "far", "bell"], ["cutlery", null, "utensils"], ["file-text-o", "far", "file-lines"], ["building-o", "far", "building"], ["hospital-o", "far", "hospital"], ["tablet", null, "tablet-screen-button"], ["mobile", null, "mobile-screen-button"], ["mobile-phone", null, "mobile-screen-button"], ["circle-o", "far", "circle"], ["mail-reply", null, "reply"], ["github-alt", "fab", null], ["folder-o", "far", "folder"], ["folder-open-o", "far", "folder-open"], ["smile-o", "far", "face-smile"], ["frown-o", "far", "face-frown"], ["meh-o", "far", "face-meh"], ["keyboard-o", "far", "keyboard"], ["flag-o", "far", "flag"], ["mail-reply-all", null, "reply-all"], ["star-half-o", "far", "star-half-stroke"], ["star-half-empty", "far", "star-half-stroke"], ["star-half-full", "far", "star-half-stroke"], ["code-fork", null, "code-branch"], ["chain-broken", null, "link-slash"], ["unlink", null, "link-slash"], ["calendar-o", "far", "calendar"], ["maxcdn", "fab", null], ["html5", "fab", null], ["css3", "fab", null], ["unlock-alt", null, "unlock"], ["minus-square-o", "far", "square-minus"], ["level-up", null, "turn-up"], ["level-down", null, "turn-down"], ["pencil-square", null, "square-pen"], ["external-link-square", null, "square-up-right"], ["compass", "far", null], ["caret-square-o-down", "far", "square-caret-down"], ["toggle-down", "far", "square-caret-down"], ["caret-square-o-up", "far", "square-caret-up"], ["toggle-up", "far", "square-caret-up"], ["caret-square-o-right", "far", "square-caret-right"], ["toggle-right", "far", "square-caret-right"], ["eur", null, "euro-sign"], ["euro", null, "euro-sign"], ["gbp", null, "sterling-sign"], ["usd", null, "dollar-sign"], ["dollar", null, "dollar-sign"], ["inr", null, "indian-rupee-sign"], ["rupee", null, "indian-rupee-sign"], ["jpy", null, "yen-sign"], ["cny", null, "yen-sign"], ["rmb", null, "yen-sign"], ["yen", null, "yen-sign"], ["rub", null, "ruble-sign"], ["ruble", null, "ruble-sign"], ["rouble", null, "ruble-sign"], ["krw", null, "won-sign"], ["won", null, "won-sign"], ["btc", "fab", null], ["bitcoin", "fab", "btc"], ["file-text", null, "file-lines"], ["sort-alpha-asc", null, "arrow-down-a-z"], ["sort-alpha-desc", null, "arrow-down-z-a"], ["sort-amount-asc", null, "arrow-down-short-wide"], ["sort-amount-desc", null, "arrow-down-wide-short"], ["sort-numeric-asc", null, "arrow-down-1-9"], ["sort-numeric-desc", null, "arrow-down-9-1"], ["youtube-square", "fab", "square-youtube"], ["youtube", "fab", null], ["xing", "fab", null], ["xing-square", "fab", "square-xing"], ["youtube-play", "fab", "youtube"], ["dropbox", "fab", null], ["stack-overflow", "fab", null], ["instagram", "fab", null], ["flickr", "fab", null], ["adn", "fab", null], ["bitbucket", "fab", null], ["bitbucket-square", "fab", "bitbucket"], ["tumblr", "fab", null], ["tumblr-square", "fab", "square-tumblr"], ["long-arrow-down", null, "down-long"], ["long-arrow-up", null, "up-long"], ["long-arrow-left", null, "left-long"], ["long-arrow-right", null, "right-long"], ["apple", "fab", null], ["windows", "fab", null], ["android", "fab", null], ["linux", "fab", null], ["dribbble", "fab", null], ["skype", "fab", null], ["foursquare", "fab", null], ["trello", "fab", null], ["gratipay", "fab", null], ["gittip", "fab", "gratipay"], ["sun-o", "far", "sun"], ["moon-o", "far", "moon"], ["vk", "fab", null], ["weibo", "fab", null], ["renren", "fab", null], ["pagelines", "fab", null], ["stack-exchange", "fab", null], ["arrow-circle-o-right", "far", "circle-right"], ["arrow-circle-o-left", "far", "circle-left"], ["caret-square-o-left", "far", "square-caret-left"], ["toggle-left", "far", "square-caret-left"], ["dot-circle-o", "far", "circle-dot"], ["vimeo-square", "fab", "square-vimeo"], ["try", null, "turkish-lira-sign"], ["turkish-lira", null, "turkish-lira-sign"], ["plus-square-o", "far", "square-plus"], ["slack", "fab", null], ["wordpress", "fab", null], ["openid", "fab", null], ["institution", null, "building-columns"], ["bank", null, "building-columns"], ["mortar-board", null, "graduation-cap"], ["yahoo", "fab", null], ["google", "fab", null], ["reddit", "fab", null], ["reddit-square", "fab", "square-reddit"], ["stumbleupon-circle", "fab", null], ["stumbleupon", "fab", null], ["delicious", "fab", null], ["digg", "fab", null], ["pied-piper-pp", "fab", null], ["pied-piper-alt", "fab", null], ["drupal", "fab", null], ["joomla", "fab", null], ["behance", "fab", null], ["behance-square", "fab", "square-behance"], ["steam", "fab", null], ["steam-square", "fab", "square-steam"], ["automobile", null, "car"], ["cab", null, "taxi"], ["spotify", "fab", null], ["deviantart", "fab", null], ["soundcloud", "fab", null], ["file-pdf-o", "far", "file-pdf"], ["file-word-o", "far", "file-word"], ["file-excel-o", "far", "file-excel"], ["file-powerpoint-o", "far", "file-powerpoint"], ["file-image-o", "far", "file-image"], ["file-photo-o", "far", "file-image"], ["file-picture-o", "far", "file-image"], ["file-archive-o", "far", "file-zipper"], ["file-zip-o", "far", "file-zipper"], ["file-audio-o", "far", "file-audio"], ["file-sound-o", "far", "file-audio"], ["file-video-o", "far", "file-video"], ["file-movie-o", "far", "file-video"], ["file-code-o", "far", "file-code"], ["vine", "fab", null], ["codepen", "fab", null], ["jsfiddle", "fab", null], ["life-bouy", null, "life-ring"], ["life-buoy", null, "life-ring"], ["life-saver", null, "life-ring"], ["support", null, "life-ring"], ["circle-o-notch", null, "circle-notch"], ["rebel", "fab", null], ["ra", "fab", "rebel"], ["resistance", "fab", "rebel"], ["empire", "fab", null], ["ge", "fab", "empire"], ["git-square", "fab", "square-git"], ["git", "fab", null], ["hacker-news", "fab", null], ["y-combinator-square", "fab", "hacker-news"], ["yc-square", "fab", "hacker-news"], ["tencent-weibo", "fab", null], ["qq", "fab", null], ["weixin", "fab", null], ["wechat", "fab", "weixin"], ["send", null, "paper-plane"], ["paper-plane-o", "far", "paper-plane"], ["send-o", "far", "paper-plane"], ["circle-thin", "far", "circle"], ["header", null, "heading"], ["futbol-o", "far", "futbol"], ["soccer-ball-o", "far", "futbol"], ["slideshare", "fab", null], ["twitch", "fab", null], ["yelp", "fab", null], ["newspaper-o", "far", "newspaper"], ["paypal", "fab", null], ["google-wallet", "fab", null], ["cc-visa", "fab", null], ["cc-mastercard", "fab", null], ["cc-discover", "fab", null], ["cc-amex", "fab", null], ["cc-paypal", "fab", null], ["cc-stripe", "fab", null], ["bell-slash-o", "far", "bell-slash"], ["trash", null, "trash-can"], ["copyright", "far", null], ["eyedropper", null, "eye-dropper"], ["area-chart", null, "chart-area"], ["pie-chart", null, "chart-pie"], ["line-chart", null, "chart-line"], ["lastfm", "fab", null], ["lastfm-square", "fab", "square-lastfm"], ["ioxhost", "fab", null], ["angellist", "fab", null], ["cc", "far", "closed-captioning"], ["ils", null, "shekel-sign"], ["shekel", null, "shekel-sign"], ["sheqel", null, "shekel-sign"], ["buysellads", "fab", null], ["connectdevelop", "fab", null], ["dashcube", "fab", null], ["forumbee", "fab", null], ["leanpub", "fab", null], ["sellsy", "fab", null], ["shirtsinbulk", "fab", null], ["simplybuilt", "fab", null], ["skyatlas", "fab", null], ["diamond", "far", "gem"], ["transgender", null, "mars-and-venus"], ["intersex", null, "mars-and-venus"], ["transgender-alt", null, "transgender"], ["facebook-official", "fab", "facebook"], ["pinterest-p", "fab", null], ["whatsapp", "fab", null], ["hotel", null, "bed"], ["viacoin", "fab", null], ["medium", "fab", null], ["y-combinator", "fab", null], ["yc", "fab", "y-combinator"], ["optin-monster", "fab", null], ["opencart", "fab", null], ["expeditedssl", "fab", null], ["battery-4", null, "battery-full"], ["battery", null, "battery-full"], ["battery-3", null, "battery-three-quarters"], ["battery-2", null, "battery-half"], ["battery-1", null, "battery-quarter"], ["battery-0", null, "battery-empty"], ["object-group", "far", null], ["object-ungroup", "far", null], ["sticky-note-o", "far", "note-sticky"], ["cc-jcb", "fab", null], ["cc-diners-club", "fab", null], ["clone", "far", null], ["hourglass-o", null, "hourglass"], ["hourglass-1", null, "hourglass-start"], ["hourglass-2", null, "hourglass-half"], ["hourglass-3", null, "hourglass-end"], ["hand-rock-o", "far", "hand-back-fist"], ["hand-grab-o", "far", "hand-back-fist"], ["hand-paper-o", "far", "hand"], ["hand-stop-o", "far", "hand"], ["hand-scissors-o", "far", "hand-scissors"], ["hand-lizard-o", "far", "hand-lizard"], ["hand-spock-o", "far", "hand-spock"], ["hand-pointer-o", "far", "hand-pointer"], ["hand-peace-o", "far", "hand-peace"], ["registered", "far", null], ["creative-commons", "fab", null], ["gg", "fab", null], ["gg-circle", "fab", null], ["odnoklassniki", "fab", null], ["odnoklassniki-square", "fab", "square-odnoklassniki"], ["get-pocket", "fab", null], ["wikipedia-w", "fab", null], ["safari", "fab", null], ["chrome", "fab", null], ["firefox", "fab", null], ["opera", "fab", null], ["internet-explorer", "fab", null], ["television", null, "tv"], ["contao", "fab", null], ["500px", "fab", null], ["amazon", "fab", null], ["calendar-plus-o", "far", "calendar-plus"], ["calendar-minus-o", "far", "calendar-minus"], ["calendar-times-o", "far", "calendar-xmark"], ["calendar-check-o", "far", "calendar-check"], ["map-o", "far", "map"], ["commenting", null, "comment-dots"], ["commenting-o", "far", "comment-dots"], ["houzz", "fab", null], ["vimeo", "fab", "vimeo-v"], ["black-tie", "fab", null], ["fonticons", "fab", null], ["reddit-alien", "fab", null], ["edge", "fab", null], ["credit-card-alt", null, "credit-card"], ["codiepie", "fab", null], ["modx", "fab", null], ["fort-awesome", "fab", null], ["usb", "fab", null], ["product-hunt", "fab", null], ["mixcloud", "fab", null], ["scribd", "fab", null], ["pause-circle-o", "far", "circle-pause"], ["stop-circle-o", "far", "circle-stop"], ["bluetooth", "fab", null], ["bluetooth-b", "fab", null], ["gitlab", "fab", null], ["wpbeginner", "fab", null], ["wpforms", "fab", null], ["envira", "fab", null], ["wheelchair-alt", "fab", "accessible-icon"], ["question-circle-o", "far", "circle-question"], ["volume-control-phone", null, "phone-volume"], ["asl-interpreting", null, "hands-asl-interpreting"], ["deafness", null, "ear-deaf"], ["hard-of-hearing", null, "ear-deaf"], ["glide", "fab", null], ["glide-g", "fab", null], ["signing", null, "hands"], ["viadeo", "fab", null], ["viadeo-square", "fab", "square-viadeo"], ["snapchat", "fab", null], ["snapchat-ghost", "fab", "snapchat"], ["snapchat-square", "fab", "square-snapchat"], ["pied-piper", "fab", null], ["first-order", "fab", null], ["yoast", "fab", null], ["themeisle", "fab", null], ["google-plus-official", "fab", "google-plus"], ["google-plus-circle", "fab", "google-plus"], ["font-awesome", "fab", null], ["fa", "fab", "font-awesome"], ["handshake-o", "far", "handshake"], ["envelope-open-o", "far", "envelope-open"], ["linode", "fab", null], ["address-book-o", "far", "address-book"], ["vcard", null, "address-card"], ["address-card-o", "far", "address-card"], ["vcard-o", "far", "address-card"], ["user-circle-o", "far", "circle-user"], ["user-o", "far", "user"], ["id-badge", "far", null], ["drivers-license", null, "id-card"], ["id-card-o", "far", "id-card"], ["drivers-license-o", "far", "id-card"], ["quora", "fab", null], ["free-code-camp", "fab", null], ["telegram", "fab", null], ["thermometer-4", null, "temperature-full"], ["thermometer", null, "temperature-full"], ["thermometer-3", null, "temperature-three-quarters"], ["thermometer-2", null, "temperature-half"], ["thermometer-1", null, "temperature-quarter"], ["thermometer-0", null, "temperature-empty"], ["bathtub", null, "bath"], ["s15", null, "bath"], ["window-maximize", "far", null], ["window-restore", "far", null], ["times-rectangle", null, "rectangle-xmark"], ["window-close-o", "far", "rectangle-xmark"], ["times-rectangle-o", "far", "rectangle-xmark"], ["bandcamp", "fab", null], ["grav", "fab", null], ["etsy", "fab", null], ["imdb", "fab", null], ["ravelry", "fab", null], ["eercast", "fab", "sellcast"], ["snowflake-o", "far", "snowflake"], ["superpowers", "fab", null], ["wpexplorer", "fab", null], ["meetup", "fab", null], [61440, "fas", "martini-glass-empty"], [61443, "far", "envelope"], [61446, "far", "star"], [61460, "far", "trash-can"], [61462, "far", "file"], [61463, "far", "clock"], [61466, "far", "circle-down"], [61467, "far", "circle-up"], [61469, "far", "circle-play"], [61470, "fas", "arrow-rotate-right"], [61474, "far", "rectangle-list"], [61502, "far", "image"], [61505, "fas", "location-dot"], [61508, "far", "pen-to-square"], [61509, "fas", "share-from-square"], [61510, "far", "square-check"], [61511, "fas", "up-down-left-right"], [61532, "far", "circle-xmark"], [61533, "far", "circle-check"], [61541, "fas", "up-right-and-down-left-from-center"], [61542, "fas", "down-left-and-up-right-to-center"], [61550, "far", "eye"], [61552, "far", "eye-slash"], [61555, "fas", "calendar-days"], [61565, "fas", "up-down"], [61566, "fas", "left-right"], [61568, "fas", "chart-column"], [61569, "fab", "square-twitter"], [61570, "fab", "square-facebook"], [61575, "far", "thumbs-up"], [61576, "far", "thumbs-down"], [61578, "far", "heart"], [61579, "fas", "right-from-bracket"], [61580, "fab", "linkedin"], [61582, "fas", "up-right-from-square"], [61584, "fas", "right-to-bracket"], [61586, "fab", "square-github"], [61588, "far", "lemon"], [61590, "far", "square"], [61591, "far", "bookmark"], [61593, "fab", "twitter"], [61594, "fab", "facebook-f"], [61595, "fab", "github"], [61597, "far", "credit-card"], [61600, "far", "hard-drive"], [61604, "far", "hand-point-right"], [61605, "far", "hand-point-left"], [61606, "far", "hand-point-up"], [61607, "far", "hand-point-down"], [61612, "fas", "earth-americas"], [61614, "fas", "bars-progress"], [61618, "fas", "maximize"], [61632, "fas", "users"], [61637, "far", "copy"], [61639, "far", "floppy-disk"], [61641, "fas", "bars"], [61648, "fas", "wand-magic-sparkles"], [61650, "fab", "pinterest"], [61651, "fab", "square-pinterest"], [61652, "fab", "square-google-plus"], [61653, "fab", "google-plus-g"], [61654, "fas", "money-bill-1"], [61665, "fab", "linkedin-in"], [61666, "fas", "arrow-rotate-left"], [61668, "fas", "gauge-high"], [61669, "far", "comment"], [61670, "far", "comments"], [61671, "fas", "bolt"], [61674, "fas", "paste"], [61675, "far", "lightbulb"], [61676, "fas", "right-left"], [61602, "far", "bell"], [61685, "fas", "utensils"], [61686, "far", "file-lines"], [61687, "far", "building"], [61688, "far", "hospital"], [61706, "fas", "tablet-screen-button"], [61707, "fas", "mobile-screen-button"], [61708, "far", "circle"], [61714, "fas", "reply"], [61715, "fab", "github-alt"], [61716, "far", "folder"], [61717, "far", "folder-open"], [61720, "far", "face-smile"], [61721, "far", "face-frown"], [61722, "far", "face-meh"], [61724, "far", "keyboard"], [61725, "far", "flag"], [61731, "far", "star-half-stroke"], [61734, "fas", "code-branch"], [61747, "far", "calendar"], [61750, "fab", "maxcdn"], [61755, "fab", "html5"], [61756, "fab", "css3"], [61758, "fas", "unlock"], [61767, "far", "square-minus"], [61768, "fas", "turn-up"], [61769, "fas", "turn-down"], [61772, "fas", "square-up-right"], [61774, "far", "compass"], [61776, "far", "square-caret-down"], [61777, "far", "square-caret-up"], [61778, "far", "square-caret-right"], [61781, "fas", "dollar-sign"], [61782, "fas", "indian-rupee-sign"], [61786, "fab", "btc"], [61790, "fas", "arrow-down-z-a"], [61792, "fas", "arrow-down-short-wide"], [61793, "fas", "arrow-down-wide-short"], [61795, "fas", "arrow-down-9-1"], [61798, "fab", "square-youtube"], [61799, "fab", "youtube"], [61800, "fab", "xing"], [61801, "fab", "square-xing"], [61802, "fab", "youtube"], [61803, "fab", "dropbox"], [61804, "fab", "stack-overflow"], [61805, "fab", "instagram"], [61806, "fab", "flickr"], [61808, "fab", "adn"], [61809, "fab", "bitbucket"], [61810, "fab", "bitbucket"], [61811, "fab", "tumblr"], [61812, "fab", "square-tumblr"], [61813, "fas", "down-long"], [61814, "fas", "up-long"], [61815, "fas", "left-long"], [61816, "fas", "right-long"], [61817, "fab", "apple"], [61818, "fab", "windows"], [61819, "fab", "android"], [61820, "fab", "linux"], [61821, "fab", "dribbble"], [61822, "fab", "skype"], [61824, "fab", "foursquare"], [61825, "fab", "trello"], [61828, "fab", "gratipay"], [61829, "far", "sun"], [61830, "far", "moon"], [61833, "fab", "vk"], [61834, "fab", "weibo"], [61835, "fab", "renren"], [61836, "fab", "pagelines"], [61837, "fab", "stack-exchange"], [61838, "far", "circle-right"], [61840, "far", "circle-left"], [61841, "far", "square-caret-left"], [61842, "far", "circle-dot"], [61844, "fab", "square-vimeo"], [61845, "fas", "turkish-lira-sign"], [61846, "far", "square-plus"], [61848, "fab", "slack"], [61850, "fab", "wordpress"], [61851, "fab", "openid"], [61854, "fab", "yahoo"], [61856, "fab", "google"], [61857, "fab", "reddit"], [61858, "fab", "square-reddit"], [61859, "fab", "stumbleupon-circle"], [61860, "fab", "stumbleupon"], [61861, "fab", "delicious"], [61862, "fab", "digg"], [61863, "fab", "pied-piper-pp"], [61864, "fab", "pied-piper-alt"], [61865, "fab", "drupal"], [61866, "fab", "joomla"], [61876, "fab", "behance"], [61877, "fab", "square-behance"], [61878, "fab", "steam"], [61879, "fab", "square-steam"], [61884, "fab", "spotify"], [61885, "fab", "deviantart"], [61886, "fab", "soundcloud"], [61889, "far", "file-pdf"], [61890, "far", "file-word"], [61891, "far", "file-excel"], [61892, "far", "file-powerpoint"], [61893, "far", "file-image"], [61894, "far", "file-zipper"], [61895, "far", "file-audio"], [61896, "far", "file-video"], [61897, "far", "file-code"], [61898, "fab", "vine"], [61899, "fab", "codepen"], [61900, "fab", "jsfiddle"], [61901, "fas", "life-ring"], [61902, "fas", "circle-notch"], [61904, "fab", "rebel"], [61905, "fab", "empire"], [61906, "fab", "square-git"], [61907, "fab", "git"], [61908, "fab", "hacker-news"], [61909, "fab", "tencent-weibo"], [61910, "fab", "qq"], [61911, "fab", "weixin"], [61912, "fas", "paper-plane"], [61913, "far", "paper-plane"], [61915, "far", "circle"], [61923, "far", "futbol"], [61927, "fab", "slideshare"], [61928, "fab", "twitch"], [61929, "fab", "yelp"], [61930, "far", "newspaper"], [61933, "fab", "paypal"], [61934, "fab", "google-wallet"], [61936, "fab", "cc-visa"], [61937, "fab", "cc-mastercard"], [61938, "fab", "cc-discover"], [61939, "fab", "cc-amex"], [61940, "fab", "cc-paypal"], [61941, "fab", "cc-stripe"], [61943, "far", "bell-slash"], [61944, "fas", "trash-can"], [61945, "far", "copyright"], [61954, "fab", "lastfm"], [61955, "fab", "square-lastfm"], [61960, "fab", "ioxhost"], [61961, "fab", "angellist"], [61962, "far", "closed-captioning"], [61965, "fab", "buysellads"], [61966, "fab", "connectdevelop"], [61968, "fab", "dashcube"], [61969, "fab", "forumbee"], [61970, "fab", "leanpub"], [61971, "fab", "sellsy"], [61972, "fab", "shirtsinbulk"], [61973, "fab", "simplybuilt"], [61974, "fab", "skyatlas"], [61977, "far", "gem"], [61988, "fas", "mars-and-venus"], [62000, "fab", "facebook"], [62001, "fab", "pinterest-p"], [62002, "fab", "whatsapp"], [62006, "fas", "bed"], [62007, "fab", "viacoin"], [62010, "fab", "medium"], [62011, "fab", "y-combinator"], [62012, "fab", "optin-monster"], [62013, "fab", "opencart"], [62014, "fab", "expeditedssl"], [62016, "fas", "battery-full"], [62017, "fas", "battery-three-quarters"], [62018, "fas", "battery-half"], [62019, "fas", "battery-quarter"], [62023, "far", "object-group"], [62024, "far", "object-ungroup"], [62026, "far", "note-sticky"], [62027, "fab", "cc-jcb"], [62028, "fab", "cc-diners-club"], [62029, "far", "clone"], [62032, "fas", "hourglass"], [62037, "far", "hand-back-fist"], [62038, "far", "hand"], [62039, "far", "hand-scissors"], [62040, "far", "hand-lizard"], [62041, "far", "hand-spock"], [62042, "far", "hand-pointer"], [62043, "far", "hand-peace"], [62045, "far", "registered"], [62046, "fab", "creative-commons"], [62048, "fab", "gg"], [62049, "fab", "gg-circle"], [62051, "fab", "odnoklassniki"], [62052, "fab", "square-odnoklassniki"], [62053, "fab", "get-pocket"], [62054, "fab", "wikipedia-w"], [62055, "fab", "safari"], [62056, "fab", "chrome"], [62057, "fab", "firefox"], [62058, "fab", "opera"], [62059, "fab", "internet-explorer"], [62061, "fab", "contao"], [62062, "fab", "500px"], [62064, "fab", "amazon"], [62065, "far", "calendar-plus"], [62066, "far", "calendar-minus"], [62067, "far", "calendar-xmark"], [62068, "far", "calendar-check"], [62072, "far", "map"], [62074, "fas", "comment-dots"], [62075, "far", "comment-dots"], [62076, "fab", "houzz"], [62077, "fab", "vimeo-v"], [62078, "fab", "black-tie"], [62080, "fab", "fonticons"], [62081, "fab", "reddit-alien"], [62082, "fab", "edge"], [62083, "fas", "credit-card"], [62084, "fab", "codiepie"], [62085, "fab", "modx"], [62086, "fab", "fort-awesome"], [62087, "fab", "usb"], [62088, "fab", "product-hunt"], [62089, "fab", "mixcloud"], [62090, "fab", "scribd"], [62092, "far", "circle-pause"], [62094, "far", "circle-stop"], [62099, "fab", "bluetooth"], [62100, "fab", "bluetooth-b"], [62102, "fab", "gitlab"], [62103, "fab", "wpbeginner"], [62104, "fab", "wpforms"], [62105, "fab", "envira"], [62107, "fab", "accessible-icon"], [62108, "far", "circle-question"], [62117, "fab", "glide"], [62118, "fab", "glide-g"], [62121, "fab", "viadeo"], [62122, "fab", "square-viadeo"], [62123, "fab", "snapchat"], [62124, "fab", "snapchat"], [62125, "fab", "square-snapchat"], [62126, "fab", "pied-piper"], [62128, "fab", "first-order"], [62129, "fab", "yoast"], [62130, "fab", "themeisle"], [62131, "fab", "google-plus"], [62132, "fab", "font-awesome"], [62133, "far", "handshake"], [62135, "far", "envelope-open"], [62136, "fab", "linode"], [62138, "far", "address-book"], [62140, "far", "address-card"], [62142, "far", "circle-user"], [62144, "far", "user"], [62145, "far", "id-badge"], [62147, "far", "id-card"], [62148, "fab", "quora"], [62149, "fab", "free-code-camp"], [62150, "fab", "telegram"], [62151, "fas", "temperature-full"], [62157, "fas", "bath"], [62160, "far", "window-maximize"], [62162, "far", "window-restore"], [62163, "fas", "rectangle-xmark"], [62164, "far", "rectangle-xmark"], [62165, "fab", "bandcamp"], [62166, "fab", "grav"], [62167, "fab", "etsy"], [62168, "fab", "imdb"], [62169, "fab", "ravelry"], [62170, "fab", "sellcast"], [62172, "far", "snowflake"], [62173, "fab", "superpowers"], [62174, "fab", "wpexplorer"], [62176, "fab", "meetup"]];
  625. bunker(function () {
  626. if (typeof namespace.hooks.addShims === 'function') {
  627. namespace.hooks.addShims(shims);
  628. } else {
  629. var _namespace$shims;
  630. (_namespace$shims = namespace.shims).push.apply(_namespace$shims, shims);
  631. }
  632. });
  633. return shims;
  634. })));