You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
711 lines
45 KiB
JavaScript
711 lines
45 KiB
JavaScript
|
3 months ago
|
/*!
|
||
|
|
* Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
|
||
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||
|
|
* Copyright 2025 Fonticons, Inc.
|
||
|
|
*/
|
||
|
|
(function (global, factory) {
|
||
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||
|
|
typeof define === 'function' && define.amd ? define(factory) :
|
||
|
|
(global['fontawesome-free-shims'] = factory());
|
||
|
|
}(this, (function () { 'use strict';
|
||
|
|
|
||
|
|
var _WINDOW = {};
|
||
|
|
var _DOCUMENT = {};
|
||
|
|
try {
|
||
|
|
if (typeof window !== 'undefined') _WINDOW = window;
|
||
|
|
if (typeof document !== 'undefined') _DOCUMENT = document;
|
||
|
|
} catch (e) {} // eslint-disable-line no-empty
|
||
|
|
|
||
|
|
var _ref = _WINDOW.navigator || {},
|
||
|
|
_ref$userAgent = _ref.userAgent,
|
||
|
|
userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;
|
||
|
|
var WINDOW = _WINDOW;
|
||
|
|
var DOCUMENT = _DOCUMENT;
|
||
|
|
var IS_BROWSER = !!WINDOW.document;
|
||
|
|
var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
|
||
|
|
var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
|
||
|
|
|
||
|
|
function _arrayLikeToArray(r, a) {
|
||
|
|
(null == a || a > r.length) && (a = r.length);
|
||
|
|
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
||
|
|
return n;
|
||
|
|
}
|
||
|
|
function _arrayWithoutHoles(r) {
|
||
|
|
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
||
|
|
}
|
||
|
|
function _defineProperty(e, r, t) {
|
||
|
|
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
||
|
|
value: t,
|
||
|
|
enumerable: !0,
|
||
|
|
configurable: !0,
|
||
|
|
writable: !0
|
||
|
|
}) : e[r] = t, e;
|
||
|
|
}
|
||
|
|
function _iterableToArray(r) {
|
||
|
|
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
||
|
|
}
|
||
|
|
function _nonIterableSpread() {
|
||
|
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
||
|
|
}
|
||
|
|
function ownKeys(e, r) {
|
||
|
|
var t = Object.keys(e);
|
||
|
|
if (Object.getOwnPropertySymbols) {
|
||
|
|
var o = Object.getOwnPropertySymbols(e);
|
||
|
|
r && (o = o.filter(function (r) {
|
||
|
|
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
||
|
|
})), t.push.apply(t, o);
|
||
|
|
}
|
||
|
|
return t;
|
||
|
|
}
|
||
|
|
function _objectSpread2(e) {
|
||
|
|
for (var r = 1; r < arguments.length; r++) {
|
||
|
|
var t = null != arguments[r] ? arguments[r] : {};
|
||
|
|
r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
||
|
|
_defineProperty(e, r, t[r]);
|
||
|
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
||
|
|
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
||
|
|
});
|
||
|
|
}
|
||
|
|
return e;
|
||
|
|
}
|
||
|
|
function _toConsumableArray(r) {
|
||
|
|
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
||
|
|
}
|
||
|
|
function _toPrimitive(t, r) {
|
||
|
|
if ("object" != typeof t || !t) return t;
|
||
|
|
var e = t[Symbol.toPrimitive];
|
||
|
|
if (void 0 !== e) {
|
||
|
|
var i = e.call(t, r || "default");
|
||
|
|
if ("object" != typeof i) return i;
|
||
|
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
||
|
|
}
|
||
|
|
return ("string" === r ? String : Number)(t);
|
||
|
|
}
|
||
|
|
function _toPropertyKey(t) {
|
||
|
|
var i = _toPrimitive(t, "string");
|
||
|
|
return "symbol" == typeof i ? i : i + "";
|
||
|
|
}
|
||
|
|
function _unsupportedIterableToArray(r, a) {
|
||
|
|
if (r) {
|
||
|
|
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
||
|
|
var t = {}.toString.call(r).slice(8, -1);
|
||
|
|
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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
var _dt;
|
||
|
|
var q = {
|
||
|
|
classic: {
|
||
|
|
fa: "solid",
|
||
|
|
fas: "solid",
|
||
|
|
"fa-solid": "solid",
|
||
|
|
far: "regular",
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fal: "light",
|
||
|
|
"fa-light": "light",
|
||
|
|
fat: "thin",
|
||
|
|
"fa-thin": "thin",
|
||
|
|
fab: "brands",
|
||
|
|
"fa-brands": "brands"
|
||
|
|
},
|
||
|
|
duotone: {
|
||
|
|
fa: "solid",
|
||
|
|
fad: "solid",
|
||
|
|
"fa-solid": "solid",
|
||
|
|
"fa-duotone": "solid",
|
||
|
|
fadr: "regular",
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fadl: "light",
|
||
|
|
"fa-light": "light",
|
||
|
|
fadt: "thin",
|
||
|
|
"fa-thin": "thin"
|
||
|
|
},
|
||
|
|
sharp: {
|
||
|
|
fa: "solid",
|
||
|
|
fass: "solid",
|
||
|
|
"fa-solid": "solid",
|
||
|
|
fasr: "regular",
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fasl: "light",
|
||
|
|
"fa-light": "light",
|
||
|
|
fast: "thin",
|
||
|
|
"fa-thin": "thin"
|
||
|
|
},
|
||
|
|
"sharp-duotone": {
|
||
|
|
fa: "solid",
|
||
|
|
fasds: "solid",
|
||
|
|
"fa-solid": "solid",
|
||
|
|
fasdr: "regular",
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fasdl: "light",
|
||
|
|
"fa-light": "light",
|
||
|
|
fasdt: "thin",
|
||
|
|
"fa-thin": "thin"
|
||
|
|
},
|
||
|
|
slab: {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
faslr: "regular"
|
||
|
|
},
|
||
|
|
"slab-press": {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
faslpr: "regular"
|
||
|
|
},
|
||
|
|
thumbprint: {
|
||
|
|
"fa-light": "light",
|
||
|
|
fatl: "light"
|
||
|
|
},
|
||
|
|
whiteboard: {
|
||
|
|
"fa-semibold": "semibold",
|
||
|
|
fawsb: "semibold"
|
||
|
|
},
|
||
|
|
notdog: {
|
||
|
|
"fa-solid": "solid",
|
||
|
|
fans: "solid"
|
||
|
|
},
|
||
|
|
"notdog-duo": {
|
||
|
|
"fa-solid": "solid",
|
||
|
|
fands: "solid"
|
||
|
|
},
|
||
|
|
etch: {
|
||
|
|
"fa-solid": "solid",
|
||
|
|
faes: "solid"
|
||
|
|
},
|
||
|
|
jelly: {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fajr: "regular"
|
||
|
|
},
|
||
|
|
"jelly-fill": {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fajfr: "regular"
|
||
|
|
},
|
||
|
|
"jelly-duo": {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
fajdr: "regular"
|
||
|
|
},
|
||
|
|
chisel: {
|
||
|
|
"fa-regular": "regular",
|
||
|
|
facr: "regular"
|
||
|
|
},
|
||
|
|
utility: {
|
||
|
|
"fa-semibold": "semibold",
|
||
|
|
fausb: "semibold"
|
||
|
|
},
|
||
|
|
"utility-duo": {
|
||
|
|
"fa-semibold": "semibold",
|
||
|
|
faudsb: "semibold"
|
||
|
|
},
|
||
|
|
"utility-fill": {
|
||
|
|
"fa-semibold": "semibold",
|
||
|
|
faufsb: "semibold"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
var i = "classic",
|
||
|
|
t = "duotone",
|
||
|
|
d = "sharp",
|
||
|
|
l = "sharp-duotone",
|
||
|
|
f = "chisel",
|
||
|
|
n = "etch",
|
||
|
|
h = "jelly",
|
||
|
|
o = "jelly-duo",
|
||
|
|
u = "jelly-fill",
|
||
|
|
g = "notdog",
|
||
|
|
s = "notdog-duo",
|
||
|
|
y = "slab",
|
||
|
|
m = "slab-press",
|
||
|
|
e = "thumbprint",
|
||
|
|
p = "utility",
|
||
|
|
a = "utility-duo",
|
||
|
|
w = "utility-fill",
|
||
|
|
x = "whiteboard",
|
||
|
|
b = "Classic",
|
||
|
|
c = "Duotone",
|
||
|
|
I = "Sharp",
|
||
|
|
F = "Sharp Duotone",
|
||
|
|
v = "Chisel",
|
||
|
|
S = "Etch",
|
||
|
|
A = "Jelly",
|
||
|
|
P = "Jelly Duo",
|
||
|
|
j = "Jelly Fill",
|
||
|
|
B = "Notdog",
|
||
|
|
N = "Notdog Duo",
|
||
|
|
k = "Slab",
|
||
|
|
D = "Slab Press",
|
||
|
|
T = "Thumbprint",
|
||
|
|
C = "Utility",
|
||
|
|
W = "Utility Duo",
|
||
|
|
K = "Utility Fill",
|
||
|
|
R = "Whiteboard",
|
||
|
|
dt = (_dt = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_dt, i, b), t, c), d, I), l, F), f, v), n, S), h, A), o, P), u, j), g, B), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_dt, s, N), y, k), m, D), e, T), p, C), a, W), w, K), x, R));
|
||
|
|
var gt = {
|
||
|
|
classic: {
|
||
|
|
900: "fas",
|
||
|
|
400: "far",
|
||
|
|
normal: "far",
|
||
|
|
300: "fal",
|
||
|
|
100: "fat"
|
||
|
|
},
|
||
|
|
duotone: {
|
||
|
|
900: "fad",
|
||
|
|
400: "fadr",
|
||
|
|
300: "fadl",
|
||
|
|
100: "fadt"
|
||
|
|
},
|
||
|
|
sharp: {
|
||
|
|
900: "fass",
|
||
|
|
400: "fasr",
|
||
|
|
300: "fasl",
|
||
|
|
100: "fast"
|
||
|
|
},
|
||
|
|
"sharp-duotone": {
|
||
|
|
900: "fasds",
|
||
|
|
400: "fasdr",
|
||
|
|
300: "fasdl",
|
||
|
|
100: "fasdt"
|
||
|
|
},
|
||
|
|
slab: {
|
||
|
|
400: "faslr"
|
||
|
|
},
|
||
|
|
"slab-press": {
|
||
|
|
400: "faslpr"
|
||
|
|
},
|
||
|
|
whiteboard: {
|
||
|
|
600: "fawsb"
|
||
|
|
},
|
||
|
|
thumbprint: {
|
||
|
|
300: "fatl"
|
||
|
|
},
|
||
|
|
notdog: {
|
||
|
|
900: "fans"
|
||
|
|
},
|
||
|
|
"notdog-duo": {
|
||
|
|
900: "fands"
|
||
|
|
},
|
||
|
|
etch: {
|
||
|
|
900: "faes"
|
||
|
|
},
|
||
|
|
chisel: {
|
||
|
|
400: "facr"
|
||
|
|
},
|
||
|
|
jelly: {
|
||
|
|
400: "fajr"
|
||
|
|
},
|
||
|
|
"jelly-fill": {
|
||
|
|
400: "fajfr"
|
||
|
|
},
|
||
|
|
"jelly-duo": {
|
||
|
|
400: "fajdr"
|
||
|
|
},
|
||
|
|
utility: {
|
||
|
|
600: "fausb"
|
||
|
|
},
|
||
|
|
"utility-duo": {
|
||
|
|
600: "faudsb"
|
||
|
|
},
|
||
|
|
"utility-fill": {
|
||
|
|
600: "faufsb"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
var _t = {
|
||
|
|
chisel: {
|
||
|
|
regular: "facr"
|
||
|
|
},
|
||
|
|
classic: {
|
||
|
|
brands: "fab",
|
||
|
|
light: "fal",
|
||
|
|
regular: "far",
|
||
|
|
solid: "fas",
|
||
|
|
thin: "fat"
|
||
|
|
},
|
||
|
|
duotone: {
|
||
|
|
light: "fadl",
|
||
|
|
regular: "fadr",
|
||
|
|
solid: "fad",
|
||
|
|
thin: "fadt"
|
||
|
|
},
|
||
|
|
etch: {
|
||
|
|
solid: "faes"
|
||
|
|
},
|
||
|
|
jelly: {
|
||
|
|
regular: "fajr"
|
||
|
|
},
|
||
|
|
"jelly-duo": {
|
||
|
|
regular: "fajdr"
|
||
|
|
},
|
||
|
|
"jelly-fill": {
|
||
|
|
regular: "fajfr"
|
||
|
|
},
|
||
|
|
notdog: {
|
||
|
|
solid: "fans"
|
||
|
|
},
|
||
|
|
"notdog-duo": {
|
||
|
|
solid: "fands"
|
||
|
|
},
|
||
|
|
sharp: {
|
||
|
|
light: "fasl",
|
||
|
|
regular: "fasr",
|
||
|
|
solid: "fass",
|
||
|
|
thin: "fast"
|
||
|
|
},
|
||
|
|
"sharp-duotone": {
|
||
|
|
light: "fasdl",
|
||
|
|
regular: "fasdr",
|
||
|
|
solid: "fasds",
|
||
|
|
thin: "fasdt"
|
||
|
|
},
|
||
|
|
slab: {
|
||
|
|
regular: "faslr"
|
||
|
|
},
|
||
|
|
"slab-press": {
|
||
|
|
regular: "faslpr"
|
||
|
|
},
|
||
|
|
thumbprint: {
|
||
|
|
light: "fatl"
|
||
|
|
},
|
||
|
|
utility: {
|
||
|
|
semibold: "fausb"
|
||
|
|
},
|
||
|
|
"utility-duo": {
|
||
|
|
semibold: "faudsb"
|
||
|
|
},
|
||
|
|
"utility-fill": {
|
||
|
|
semibold: "faufsb"
|
||
|
|
},
|
||
|
|
whiteboard: {
|
||
|
|
semibold: "fawsb"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
var qt = {
|
||
|
|
kit: {
|
||
|
|
fak: "kit",
|
||
|
|
"fa-kit": "kit"
|
||
|
|
},
|
||
|
|
"kit-duotone": {
|
||
|
|
fakd: "kit-duotone",
|
||
|
|
"fa-kit-duotone": "kit-duotone"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
Ht = ["kit"];
|
||
|
|
var L = "kit",
|
||
|
|
r = "kit-duotone",
|
||
|
|
U = "Kit",
|
||
|
|
J = "Kit Duotone",
|
||
|
|
$t = _defineProperty(_defineProperty({}, L, U), r, J);
|
||
|
|
var ol = {
|
||
|
|
kit: {
|
||
|
|
"fa-kit": "fak"
|
||
|
|
},
|
||
|
|
"kit-duotone": {
|
||
|
|
"fa-kit-duotone": "fakd"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
var fl = {
|
||
|
|
kit: {
|
||
|
|
fak: "fa-kit"
|
||
|
|
},
|
||
|
|
"kit-duotone": {
|
||
|
|
fakd: "fa-kit-duotone"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
var ul = {
|
||
|
|
kit: {
|
||
|
|
kit: "fak"
|
||
|
|
},
|
||
|
|
"kit-duotone": {
|
||
|
|
"kit-duotone": "fakd"
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
var _ml;
|
||
|
|
var l$1 = {
|
||
|
|
GROUP: "duotone-group",
|
||
|
|
SWAP_OPACITY: "swap-opacity",
|
||
|
|
PRIMARY: "primary",
|
||
|
|
SECONDARY: "secondary"
|
||
|
|
};
|
||
|
|
var n$1 = "classic",
|
||
|
|
o$1 = "duotone",
|
||
|
|
u$1 = "sharp",
|
||
|
|
s$1 = "sharp-duotone",
|
||
|
|
h$1 = "chisel",
|
||
|
|
g$1 = "etch",
|
||
|
|
y$1 = "jelly",
|
||
|
|
e$1 = "jelly-duo",
|
||
|
|
m$1 = "jelly-fill",
|
||
|
|
p$1 = "notdog",
|
||
|
|
a$1 = "notdog-duo",
|
||
|
|
w$1 = "slab",
|
||
|
|
b$1 = "slab-press",
|
||
|
|
r$1 = "thumbprint",
|
||
|
|
c$1 = "utility",
|
||
|
|
i$1 = "utility-duo",
|
||
|
|
x$1 = "utility-fill",
|
||
|
|
I$1 = "whiteboard",
|
||
|
|
F$1 = "Classic",
|
||
|
|
v$1 = "Duotone",
|
||
|
|
S$1 = "Sharp",
|
||
|
|
A$1 = "Sharp Duotone",
|
||
|
|
P$1 = "Chisel",
|
||
|
|
j$1 = "Etch",
|
||
|
|
B$1 = "Jelly",
|
||
|
|
N$1 = "Jelly Duo",
|
||
|
|
k$1 = "Jelly Fill",
|
||
|
|
D$1 = "Notdog",
|
||
|
|
C$1 = "Notdog Duo",
|
||
|
|
T$1 = "Slab",
|
||
|
|
L$1 = "Slab Press",
|
||
|
|
W$1 = "Thumbprint",
|
||
|
|
R$1 = "Utility",
|
||
|
|
K$1 = "Utility Duo",
|
||
|
|
U$1 = "Utility Fill",
|
||
|
|
J$1 = "Whiteboard",
|
||
|
|
ml$1 = (_ml = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ml, n$1, F$1), o$1, v$1), u$1, S$1), s$1, A$1), h$1, P$1), g$1, j$1), y$1, B$1), e$1, N$1), m$1, k$1), p$1, D$1), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ml, a$1, C$1), w$1, T$1), b$1, L$1), r$1, W$1), c$1, R$1), i$1, K$1), x$1, U$1), I$1, J$1));
|
||
|
|
var E$1 = "kit",
|
||
|
|
d$1 = "kit-duotone",
|
||
|
|
_$1 = "Kit",
|
||
|
|
M$1 = "Kit Duotone",
|
||
|
|
rt$1 = _defineProperty(_defineProperty({}, E$1, _$1), d$1, M$1);
|
||
|
|
var $t$1 = {
|
||
|
|
classic: {
|
||
|
|
"fa-brands": "fab",
|
||
|
|
"fa-duotone": "fad",
|
||
|
|
"fa-light": "fal",
|
||
|
|
"fa-regular": "far",
|
||
|
|
"fa-solid": "fas",
|
||
|
|
"fa-thin": "fat"
|
||
|
|
},
|
||
|
|
duotone: {
|
||
|
|
"fa-regular": "fadr",
|
||
|
|
"fa-light": "fadl",
|
||
|
|
"fa-thin": "fadt"
|
||
|
|
},
|
||
|
|
sharp: {
|
||
|
|
"fa-solid": "fass",
|
||
|
|
"fa-regular": "fasr",
|
||
|
|
"fa-light": "fasl",
|
||
|
|
"fa-thin": "fast"
|
||
|
|
},
|
||
|
|
"sharp-duotone": {
|
||
|
|
"fa-solid": "fasds",
|
||
|
|
"fa-regular": "fasdr",
|
||
|
|
"fa-light": "fasdl",
|
||
|
|
"fa-thin": "fasdt"
|
||
|
|
},
|
||
|
|
slab: {
|
||
|
|
"fa-regular": "faslr"
|
||
|
|
},
|
||
|
|
"slab-press": {
|
||
|
|
"fa-regular": "faslpr"
|
||
|
|
},
|
||
|
|
whiteboard: {
|
||
|
|
"fa-semibold": "fawsb"
|
||
|
|
},
|
||
|
|
thumbprint: {
|
||
|
|
"fa-light": "fatl"
|
||
|
|
},
|
||
|
|
notdog: {
|
||
|
|
"fa-solid": "fans"
|
||
|
|
},
|
||
|
|
"notdog-duo": {
|
||
|
|
"fa-solid": "fands"
|
||
|
|
},
|
||
|
|
etch: {
|
||
|
|
"fa-solid": "faes"
|
||
|
|
},
|
||
|
|
jelly: {
|
||
|
|
"fa-regular": "fajr"
|
||
|
|
},
|
||
|
|
"jelly-fill": {
|
||
|
|
"fa-regular": "fajfr"
|
||
|
|
},
|
||
|
|
"jelly-duo": {
|
||
|
|
"fa-regular": "fajdr"
|
||
|
|
},
|
||
|
|
chisel: {
|
||
|
|
"fa-regular": "facr"
|
||
|
|
},
|
||
|
|
utility: {
|
||
|
|
"fa-semibold": "fausb"
|
||
|
|
},
|
||
|
|
"utility-duo": {
|
||
|
|
"fa-semibold": "faudsb"
|
||
|
|
},
|
||
|
|
"utility-fill": {
|
||
|
|
"fa-semibold": "faufsb"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
z = {
|
||
|
|
classic: ["fas", "far", "fal", "fat", "fad"],
|
||
|
|
duotone: ["fadr", "fadl", "fadt"],
|
||
|
|
sharp: ["fass", "fasr", "fasl", "fast"],
|
||
|
|
"sharp-duotone": ["fasds", "fasdr", "fasdl", "fasdt"],
|
||
|
|
slab: ["faslr"],
|
||
|
|
"slab-press": ["faslpr"],
|
||
|
|
whiteboard: ["fawsb"],
|
||
|
|
thumbprint: ["fatl"],
|
||
|
|
notdog: ["fans"],
|
||
|
|
"notdog-duo": ["fands"],
|
||
|
|
etch: ["faes"],
|
||
|
|
jelly: ["fajr"],
|
||
|
|
"jelly-fill": ["fajfr"],
|
||
|
|
"jelly-duo": ["fajdr"],
|
||
|
|
chisel: ["facr"],
|
||
|
|
utility: ["fausb"],
|
||
|
|
"utility-duo": ["faudsb"],
|
||
|
|
"utility-fill": ["faufsb"]
|
||
|
|
},
|
||
|
|
Ht$1 = {
|
||
|
|
classic: {
|
||
|
|
fab: "fa-brands",
|
||
|
|
fad: "fa-duotone",
|
||
|
|
fal: "fa-light",
|
||
|
|
far: "fa-regular",
|
||
|
|
fas: "fa-solid",
|
||
|
|
fat: "fa-thin"
|
||
|
|
},
|
||
|
|
duotone: {
|
||
|
|
fadr: "fa-regular",
|
||
|
|
fadl: "fa-light",
|
||
|
|
fadt: "fa-thin"
|
||
|
|
},
|
||
|
|
sharp: {
|
||
|
|
fass: "fa-solid",
|
||
|
|
fasr: "fa-regular",
|
||
|
|
fasl: "fa-light",
|
||
|
|
fast: "fa-thin"
|
||
|
|
},
|
||
|
|
"sharp-duotone": {
|
||
|
|
fasds: "fa-solid",
|
||
|
|
fasdr: "fa-regular",
|
||
|
|
fasdl: "fa-light",
|
||
|
|
fasdt: "fa-thin"
|
||
|
|
},
|
||
|
|
slab: {
|
||
|
|
faslr: "fa-regular"
|
||
|
|
},
|
||
|
|
"slab-press": {
|
||
|
|
faslpr: "fa-regular"
|
||
|
|
},
|
||
|
|
whiteboard: {
|
||
|
|
fawsb: "fa-semibold"
|
||
|
|
},
|
||
|
|
thumbprint: {
|
||
|
|
fatl: "fa-light"
|
||
|
|
},
|
||
|
|
notdog: {
|
||
|
|
fans: "fa-solid"
|
||
|
|
},
|
||
|
|
"notdog-duo": {
|
||
|
|
fands: "fa-solid"
|
||
|
|
},
|
||
|
|
etch: {
|
||
|
|
faes: "fa-solid"
|
||
|
|
},
|
||
|
|
jelly: {
|
||
|
|
fajr: "fa-regular"
|
||
|
|
},
|
||
|
|
"jelly-fill": {
|
||
|
|
fajfr: "fa-regular"
|
||
|
|
},
|
||
|
|
"jelly-duo": {
|
||
|
|
fajdr: "fa-regular"
|
||
|
|
},
|
||
|
|
chisel: {
|
||
|
|
facr: "fa-regular"
|
||
|
|
},
|
||
|
|
utility: {
|
||
|
|
fausb: "fa-semibold"
|
||
|
|
},
|
||
|
|
"utility-duo": {
|
||
|
|
faudsb: "fa-semibold"
|
||
|
|
},
|
||
|
|
"utility-fill": {
|
||
|
|
faufsb: "fa-semibold"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
G$1 = ["solid", "regular", "light", "thin", "duotone", "brands", "semibold"],
|
||
|
|
O$1 = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
||
|
|
V$1 = O$1.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]),
|
||
|
|
$$1 = ["aw", "fw", "pull-left", "pull-right"],
|
||
|
|
to = [].concat(_toConsumableArray(Object.keys(z)), G$1, $$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(O$1.map(function (t) {
|
||
|
|
return "".concat(t, "x");
|
||
|
|
})).concat(V$1.map(function (t) {
|
||
|
|
return "w-".concat(t);
|
||
|
|
}));
|
||
|
|
|
||
|
|
var NAMESPACE_IDENTIFIER = '___FONT_AWESOME___';
|
||
|
|
var PRODUCTION = function () {
|
||
|
|
try {
|
||
|
|
return process.env.NODE_ENV === 'production';
|
||
|
|
} catch (e$$1) {
|
||
|
|
return false;
|
||
|
|
}
|
||
|
|
}();
|
||
|
|
function familyProxy(obj) {
|
||
|
|
// Defaults to the classic family if family is not available
|
||
|
|
return new Proxy(obj, {
|
||
|
|
get: function get(target, prop) {
|
||
|
|
return prop in target ? target[prop] : target[i];
|
||
|
|
}
|
||
|
|
});
|
||
|
|
}
|
||
|
|
var _PREFIX_TO_STYLE = _objectSpread2({}, q);
|
||
|
|
|
||
|
|
// We changed FACSSClassesToStyleId in the icons repo to be canonical and as such, "classic" family does not have any
|
||
|
|
// duotone styles. But we do still need duotone in _PREFIX_TO_STYLE below, so we are manually adding
|
||
|
|
// {'fa-duotone': 'duotone'}
|
||
|
|
_PREFIX_TO_STYLE[i] = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, {
|
||
|
|
'fa-duotone': 'duotone'
|
||
|
|
}), q[i]), qt['kit']), qt['kit-duotone']);
|
||
|
|
var PREFIX_TO_STYLE = familyProxy(_PREFIX_TO_STYLE);
|
||
|
|
var _STYLE_TO_PREFIX = _objectSpread2({}, _t);
|
||
|
|
|
||
|
|
// We changed FAStyleIdToShortPrefixId in the icons repo to be canonical and as such, "classic" family does not have any
|
||
|
|
// duotone styles. But we do still need duotone in _STYLE_TO_PREFIX below, so we are manually adding {duotone: 'fad'}
|
||
|
|
_STYLE_TO_PREFIX[i] = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, {
|
||
|
|
duotone: 'fad'
|
||
|
|
}), _STYLE_TO_PREFIX[i]), ul['kit']), ul['kit-duotone']);
|
||
|
|
var STYLE_TO_PREFIX = familyProxy(_STYLE_TO_PREFIX);
|
||
|
|
var _PREFIX_TO_LONG_STYLE = _objectSpread2({}, Ht$1);
|
||
|
|
_PREFIX_TO_LONG_STYLE[i] = _objectSpread2(_objectSpread2({}, _PREFIX_TO_LONG_STYLE[i]), fl['kit']);
|
||
|
|
var PREFIX_TO_LONG_STYLE = familyProxy(_PREFIX_TO_LONG_STYLE);
|
||
|
|
var _LONG_STYLE_TO_PREFIX = _objectSpread2({}, $t$1);
|
||
|
|
_LONG_STYLE_TO_PREFIX[i] = _objectSpread2(_objectSpread2({}, _LONG_STYLE_TO_PREFIX[i]), ol['kit']);
|
||
|
|
var LONG_STYLE_TO_PREFIX = familyProxy(_LONG_STYLE_TO_PREFIX);
|
||
|
|
var _FONT_WEIGHT_TO_PREFIX = _objectSpread2({}, gt);
|
||
|
|
var FONT_WEIGHT_TO_PREFIX = familyProxy(_FONT_WEIGHT_TO_PREFIX);
|
||
|
|
var RESERVED_CLASSES = [].concat(_toConsumableArray(Ht), _toConsumableArray(to));
|
||
|
|
|
||
|
|
function bunker(fn) {
|
||
|
|
try {
|
||
|
|
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
||
|
|
args[_key - 1] = arguments[_key];
|
||
|
|
}
|
||
|
|
fn.apply(void 0, args);
|
||
|
|
} catch (e) {
|
||
|
|
if (!PRODUCTION) {
|
||
|
|
throw e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
var w$2 = WINDOW || {};
|
||
|
|
if (!w$2[NAMESPACE_IDENTIFIER]) w$2[NAMESPACE_IDENTIFIER] = {};
|
||
|
|
if (!w$2[NAMESPACE_IDENTIFIER].styles) w$2[NAMESPACE_IDENTIFIER].styles = {};
|
||
|
|
if (!w$2[NAMESPACE_IDENTIFIER].hooks) w$2[NAMESPACE_IDENTIFIER].hooks = {};
|
||
|
|
if (!w$2[NAMESPACE_IDENTIFIER].shims) w$2[NAMESPACE_IDENTIFIER].shims = [];
|
||
|
|
var namespace = w$2[NAMESPACE_IDENTIFIER];
|
||
|
|
|
||
|
|
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"
|
||
|
|
bunker(function () {
|
||
|
|
if (typeof namespace.hooks.addShims === 'function') {
|
||
|
|
namespace.hooks.addShims(shims);
|
||
|
|
} else {
|
||
|
|
var _namespace$shims;
|
||
|
|
(_namespace$shims = namespace.shims).push.apply(_namespace$shims, shims);
|
||
|
|
}
|
||
|
|
});
|
||
|
|
|
||
|
|
return shims;
|
||
|
|
|
||
|
|
})));
|