@fiscozen/input 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/input.js +1330 -1260
- package/dist/input.umd.cjs +5 -5
- package/dist/src/FzCurrencyInput.vue.d.ts +26 -7
- package/dist/src/FzInput.vue.d.ts +2 -0
- package/dist/src/types.d.ts +12 -0
- package/package.json +3 -3
- package/src/FzInput.vue +23 -18
- package/src/types.ts +5 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/input.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as n2, computed as M, watch as w2, h as Q1, openBlock as B, createElementBlock as z2, normalizeClass as Y, createVNode as Z1, unref as w, mergeModels as N2, useModel as J1, ref as e2, createElementVNode as L2, toDisplayString as z1, createBlock as C2, createCommentVNode as b2, withDirectives as Oa, vModelDynamic as Ea, normalizeStyle as C1, renderSlot as M1, getCurrentInstance as Pa, nextTick as ee, onMounted as Fa, mergeProps as Ia } from "vue";
|
|
2
|
+
const A1 = () => {
|
|
3
3
|
};
|
|
4
|
-
let
|
|
5
|
-
mark:
|
|
6
|
-
measure:
|
|
4
|
+
let c1 = {}, ae = {}, te = null, ne = {
|
|
5
|
+
mark: A1,
|
|
6
|
+
measure: A1
|
|
7
7
|
};
|
|
8
8
|
try {
|
|
9
|
-
typeof window < "u" && (
|
|
9
|
+
typeof window < "u" && (c1 = window), typeof document < "u" && (ae = document), typeof MutationObserver < "u" && (te = MutationObserver), typeof performance < "u" && (ne = performance);
|
|
10
10
|
} catch {
|
|
11
11
|
}
|
|
12
12
|
const {
|
|
13
|
-
userAgent:
|
|
14
|
-
} =
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
var
|
|
13
|
+
userAgent: w1 = ""
|
|
14
|
+
} = c1.navigator || {}, H = c1, x = ae, N1 = te, y2 = ne;
|
|
15
|
+
H.document;
|
|
16
|
+
const R = !!x.documentElement && !!x.head && typeof x.addEventListener == "function" && typeof x.createElement == "function", re = ~w1.indexOf("MSIE") || ~w1.indexOf("Trident/");
|
|
17
|
+
var z = "classic", ie = "duotone", k = "sharp", S = "sharp-duotone", Ta = [z, ie, k, S], $a = {
|
|
18
18
|
classic: {
|
|
19
19
|
900: "fas",
|
|
20
20
|
400: "far",
|
|
@@ -31,7 +31,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
31
31
|
"sharp-duotone": {
|
|
32
32
|
900: "fasds"
|
|
33
33
|
}
|
|
34
|
-
},
|
|
34
|
+
}, k1 = {
|
|
35
35
|
kit: {
|
|
36
36
|
fak: "kit",
|
|
37
37
|
"fa-kit": "kit"
|
|
@@ -40,7 +40,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
40
40
|
fakd: "kit-duotone",
|
|
41
41
|
"fa-kit-duotone": "kit-duotone"
|
|
42
42
|
}
|
|
43
|
-
},
|
|
43
|
+
}, _a = ["kit"], Da = /fa(s|r|l|t|d|b|k|kd|ss|sr|sl|st|sds)?[\-\ ]/, Ra = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i, ja = {
|
|
44
44
|
"Font Awesome 5 Free": {
|
|
45
45
|
900: "fas",
|
|
46
46
|
400: "far"
|
|
@@ -58,7 +58,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
58
58
|
"Font Awesome 5 Duotone": {
|
|
59
59
|
900: "fad"
|
|
60
60
|
}
|
|
61
|
-
},
|
|
61
|
+
}, Ba = {
|
|
62
62
|
"Font Awesome 6 Free": {
|
|
63
63
|
900: "fas",
|
|
64
64
|
400: "far"
|
|
@@ -87,7 +87,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
87
87
|
"Font Awesome 6 Sharp Duotone": {
|
|
88
88
|
900: "fasds"
|
|
89
89
|
}
|
|
90
|
-
},
|
|
90
|
+
}, Ua = {
|
|
91
91
|
classic: {
|
|
92
92
|
"fa-brands": "fab",
|
|
93
93
|
"fa-duotone": "fad",
|
|
@@ -105,11 +105,11 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
105
105
|
"sharp-duotone": {
|
|
106
106
|
"fa-solid": "fasds"
|
|
107
107
|
}
|
|
108
|
-
},
|
|
108
|
+
}, Ha = {
|
|
109
109
|
classic: ["fas", "far", "fal", "fat"],
|
|
110
110
|
sharp: ["fass", "fasr", "fasl", "fast"],
|
|
111
111
|
"sharp-duotone": ["fasds"]
|
|
112
|
-
},
|
|
112
|
+
}, Wa = {
|
|
113
113
|
classic: {
|
|
114
114
|
fab: "fa-brands",
|
|
115
115
|
fad: "fa-duotone",
|
|
@@ -127,7 +127,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
127
127
|
"sharp-duotone": {
|
|
128
128
|
fasds: "fa-solid"
|
|
129
129
|
}
|
|
130
|
-
},
|
|
130
|
+
}, qa = {
|
|
131
131
|
classic: {
|
|
132
132
|
solid: "fas",
|
|
133
133
|
regular: "far",
|
|
@@ -145,7 +145,7 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
145
145
|
"sharp-duotone": {
|
|
146
146
|
solid: "fasds"
|
|
147
147
|
}
|
|
148
|
-
},
|
|
148
|
+
}, ce = {
|
|
149
149
|
classic: {
|
|
150
150
|
fa: "solid",
|
|
151
151
|
fas: "solid",
|
|
@@ -177,12 +177,12 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
177
177
|
fasds: "solid",
|
|
178
178
|
"fa-solid": "solid"
|
|
179
179
|
}
|
|
180
|
-
},
|
|
180
|
+
}, Ya = ["solid", "regular", "light", "thin", "duotone", "brands"], se = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], Xa = se.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), i2 = {
|
|
181
181
|
GROUP: "duotone-group",
|
|
182
182
|
SWAP_OPACITY: "swap-opacity",
|
|
183
183
|
PRIMARY: "primary",
|
|
184
184
|
SECONDARY: "secondary"
|
|
185
|
-
},
|
|
185
|
+
}, Ga = [...Object.keys(Ha), ...Ya, "2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", i2.GROUP, i2.SWAP_OPACITY, i2.PRIMARY, i2.SECONDARY].concat(se.map((e) => "".concat(e, "x"))).concat(Xa.map((e) => "w-".concat(e))), Va = {
|
|
186
186
|
"Font Awesome Kit": {
|
|
187
187
|
400: "fak",
|
|
188
188
|
normal: "fak"
|
|
@@ -191,21 +191,21 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
191
191
|
400: "fakd",
|
|
192
192
|
normal: "fakd"
|
|
193
193
|
}
|
|
194
|
-
},
|
|
194
|
+
}, Ka = {
|
|
195
195
|
kit: {
|
|
196
196
|
"fa-kit": "fak"
|
|
197
197
|
},
|
|
198
198
|
"kit-duotone": {
|
|
199
199
|
"fa-kit-duotone": "fakd"
|
|
200
200
|
}
|
|
201
|
-
},
|
|
201
|
+
}, Qa = {
|
|
202
202
|
kit: {
|
|
203
203
|
fak: "fa-kit"
|
|
204
204
|
},
|
|
205
205
|
"kit-duotone": {
|
|
206
206
|
fakd: "fa-kit-duotone"
|
|
207
207
|
}
|
|
208
|
-
},
|
|
208
|
+
}, S1 = {
|
|
209
209
|
kit: {
|
|
210
210
|
kit: "fak"
|
|
211
211
|
},
|
|
@@ -213,77 +213,77 @@ var b = "classic", ne = "duotone", w = "sharp", k = "sharp-duotone", Ia = [b, ne
|
|
|
213
213
|
"kit-duotone": "fakd"
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
|
-
const
|
|
216
|
+
const _ = "___FONT_AWESOME___", H2 = 16, oe = "fa", le = "svg-inline--fa", K = "data-fa-i2svg", W2 = "data-fa-pseudo-element", Za = "data-fa-pseudo-element-pending", s1 = "data-prefix", o1 = "data-icon", O1 = "fontawesome-i2svg", Ja = "async", et = ["HTML", "HEAD", "STYLE", "SCRIPT"], fe = (() => {
|
|
217
217
|
try {
|
|
218
218
|
return process.env.NODE_ENV === "production";
|
|
219
219
|
} catch {
|
|
220
220
|
return !1;
|
|
221
221
|
}
|
|
222
|
-
})(),
|
|
223
|
-
function
|
|
222
|
+
})(), ue = [z, k, S];
|
|
223
|
+
function m2(e) {
|
|
224
224
|
return new Proxy(e, {
|
|
225
225
|
get(a, t) {
|
|
226
|
-
return t in a ? a[t] : a[
|
|
226
|
+
return t in a ? a[t] : a[z];
|
|
227
227
|
}
|
|
228
228
|
});
|
|
229
229
|
}
|
|
230
|
-
const
|
|
231
|
-
...
|
|
232
|
-
};
|
|
233
|
-
fe[b] = {
|
|
234
|
-
...re[b],
|
|
235
|
-
...w1.kit,
|
|
236
|
-
...w1["kit-duotone"]
|
|
237
|
-
};
|
|
238
|
-
const X = u2(fe), W2 = {
|
|
239
|
-
...Ha
|
|
230
|
+
const me = {
|
|
231
|
+
...ce
|
|
240
232
|
};
|
|
241
|
-
|
|
242
|
-
...
|
|
233
|
+
me[z] = {
|
|
234
|
+
...ce[z],
|
|
243
235
|
...k1.kit,
|
|
244
236
|
...k1["kit-duotone"]
|
|
245
237
|
};
|
|
246
|
-
const
|
|
247
|
-
...
|
|
238
|
+
const G = m2(me), q2 = {
|
|
239
|
+
...qa
|
|
248
240
|
};
|
|
249
|
-
q2[
|
|
250
|
-
...q2[
|
|
251
|
-
...
|
|
241
|
+
q2[z] = {
|
|
242
|
+
...q2[z],
|
|
243
|
+
...S1.kit,
|
|
244
|
+
...S1["kit-duotone"]
|
|
252
245
|
};
|
|
253
|
-
const
|
|
254
|
-
...
|
|
246
|
+
const f2 = m2(q2), Y2 = {
|
|
247
|
+
...Wa
|
|
255
248
|
};
|
|
256
|
-
Y2[
|
|
257
|
-
...Y2[
|
|
258
|
-
...
|
|
249
|
+
Y2[z] = {
|
|
250
|
+
...Y2[z],
|
|
251
|
+
...Qa.kit
|
|
259
252
|
};
|
|
260
|
-
const
|
|
261
|
-
...
|
|
253
|
+
const V = m2(Y2), X2 = {
|
|
254
|
+
...Ua
|
|
262
255
|
};
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
256
|
+
X2[z] = {
|
|
257
|
+
...X2[z],
|
|
258
|
+
...Ka.kit
|
|
259
|
+
};
|
|
260
|
+
const at = m2(X2), tt = Da, de = "fa-layers-text", nt = Ra, rt = {
|
|
261
|
+
...$a
|
|
262
|
+
};
|
|
263
|
+
m2(rt);
|
|
264
|
+
const it = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], D2 = i2, a2 = /* @__PURE__ */ new Set();
|
|
265
|
+
Object.keys(f2[z]).map(a2.add.bind(a2));
|
|
266
|
+
Object.keys(f2[k]).map(a2.add.bind(a2));
|
|
267
|
+
Object.keys(f2[S]).map(a2.add.bind(a2));
|
|
268
|
+
const ct = [..._a, ...Ga], s2 = H.FontAwesomeConfig || {};
|
|
269
|
+
function st(e) {
|
|
270
|
+
var a = x.querySelector("script[" + e + "]");
|
|
271
271
|
if (a)
|
|
272
272
|
return a.getAttribute(e);
|
|
273
273
|
}
|
|
274
|
-
function
|
|
274
|
+
function ot(e) {
|
|
275
275
|
return e === "" ? !0 : e === "false" ? !1 : e === "true" ? !0 : e;
|
|
276
276
|
}
|
|
277
|
-
|
|
277
|
+
x && typeof x.querySelector == "function" && [["data-family-prefix", "familyPrefix"], ["data-css-prefix", "cssPrefix"], ["data-family-default", "familyDefault"], ["data-style-default", "styleDefault"], ["data-replacement-class", "replacementClass"], ["data-auto-replace-svg", "autoReplaceSvg"], ["data-auto-add-css", "autoAddCss"], ["data-auto-a11y", "autoA11y"], ["data-search-pseudo-elements", "searchPseudoElements"], ["data-observe-mutations", "observeMutations"], ["data-mutate-approach", "mutateApproach"], ["data-keep-original-source", "keepOriginalSource"], ["data-measure-performance", "measurePerformance"], ["data-show-missing-icons", "showMissingIcons"]].forEach((a) => {
|
|
278
278
|
let [t, n] = a;
|
|
279
|
-
const r =
|
|
280
|
-
r != null && (
|
|
279
|
+
const r = ot(st(t));
|
|
280
|
+
r != null && (s2[n] = r);
|
|
281
281
|
});
|
|
282
|
-
const
|
|
282
|
+
const pe = {
|
|
283
283
|
styleDefault: "solid",
|
|
284
284
|
familyDefault: "classic",
|
|
285
|
-
cssPrefix:
|
|
286
|
-
replacementClass:
|
|
285
|
+
cssPrefix: oe,
|
|
286
|
+
replacementClass: le,
|
|
287
287
|
autoReplaceSvg: !0,
|
|
288
288
|
autoAddCss: !0,
|
|
289
289
|
autoA11y: !0,
|
|
@@ -294,41 +294,41 @@ const me = {
|
|
|
294
294
|
measurePerformance: !1,
|
|
295
295
|
showMissingIcons: !0
|
|
296
296
|
};
|
|
297
|
-
|
|
298
|
-
const
|
|
299
|
-
...
|
|
300
|
-
...
|
|
297
|
+
s2.familyPrefix && (s2.cssPrefix = s2.familyPrefix);
|
|
298
|
+
const t2 = {
|
|
299
|
+
...pe,
|
|
300
|
+
...s2
|
|
301
301
|
};
|
|
302
|
-
|
|
303
|
-
const
|
|
304
|
-
Object.keys(
|
|
305
|
-
Object.defineProperty(
|
|
302
|
+
t2.autoReplaceSvg || (t2.observeMutations = !1);
|
|
303
|
+
const d = {};
|
|
304
|
+
Object.keys(pe).forEach((e) => {
|
|
305
|
+
Object.defineProperty(d, e, {
|
|
306
306
|
enumerable: !0,
|
|
307
307
|
set: function(a) {
|
|
308
|
-
|
|
308
|
+
t2[e] = a, o2.forEach((t) => t(d));
|
|
309
309
|
},
|
|
310
310
|
get: function() {
|
|
311
|
-
return
|
|
311
|
+
return t2[e];
|
|
312
312
|
}
|
|
313
313
|
});
|
|
314
314
|
});
|
|
315
|
-
Object.defineProperty(
|
|
315
|
+
Object.defineProperty(d, "familyPrefix", {
|
|
316
316
|
enumerable: !0,
|
|
317
317
|
set: function(e) {
|
|
318
|
-
|
|
318
|
+
t2.cssPrefix = e, o2.forEach((a) => a(d));
|
|
319
319
|
},
|
|
320
320
|
get: function() {
|
|
321
|
-
return
|
|
321
|
+
return t2.cssPrefix;
|
|
322
322
|
}
|
|
323
323
|
});
|
|
324
|
-
|
|
325
|
-
const
|
|
326
|
-
function
|
|
327
|
-
return
|
|
328
|
-
|
|
324
|
+
H.FontAwesomeConfig = d;
|
|
325
|
+
const o2 = [];
|
|
326
|
+
function lt(e) {
|
|
327
|
+
return o2.push(e), () => {
|
|
328
|
+
o2.splice(o2.indexOf(e), 1);
|
|
329
329
|
};
|
|
330
330
|
}
|
|
331
|
-
const
|
|
331
|
+
const j = H2, I = {
|
|
332
332
|
size: 16,
|
|
333
333
|
x: 0,
|
|
334
334
|
y: 0,
|
|
@@ -336,48 +336,48 @@ const D = U2, P = {
|
|
|
336
336
|
flipX: !1,
|
|
337
337
|
flipY: !1
|
|
338
338
|
};
|
|
339
|
-
function
|
|
340
|
-
if (!e ||
|
|
339
|
+
function ft(e) {
|
|
340
|
+
if (!e || !R)
|
|
341
341
|
return;
|
|
342
|
-
const a =
|
|
342
|
+
const a = x.createElement("style");
|
|
343
343
|
a.setAttribute("type", "text/css"), a.innerHTML = e;
|
|
344
|
-
const t =
|
|
344
|
+
const t = x.head.childNodes;
|
|
345
345
|
let n = null;
|
|
346
346
|
for (let r = t.length - 1; r > -1; r--) {
|
|
347
347
|
const i = t[r], c = (i.tagName || "").toUpperCase();
|
|
348
348
|
["STYLE", "LINK"].indexOf(c) > -1 && (n = i);
|
|
349
349
|
}
|
|
350
|
-
return
|
|
350
|
+
return x.head.insertBefore(a, n), e;
|
|
351
351
|
}
|
|
352
|
-
const
|
|
353
|
-
function
|
|
352
|
+
const ut = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
|
353
|
+
function u2() {
|
|
354
354
|
let e = 12, a = "";
|
|
355
355
|
for (; e-- > 0; )
|
|
356
|
-
a +=
|
|
356
|
+
a += ut[Math.random() * 62 | 0];
|
|
357
357
|
return a;
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function r2(e) {
|
|
360
360
|
const a = [];
|
|
361
361
|
for (let t = (e || []).length >>> 0; t--; )
|
|
362
362
|
a[t] = e[t];
|
|
363
363
|
return a;
|
|
364
364
|
}
|
|
365
|
-
function
|
|
366
|
-
return e.classList ?
|
|
365
|
+
function l1(e) {
|
|
366
|
+
return e.classList ? r2(e.classList) : (e.getAttribute("class") || "").split(" ").filter((a) => a);
|
|
367
367
|
}
|
|
368
|
-
function
|
|
368
|
+
function ge(e) {
|
|
369
369
|
return "".concat(e).replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
370
370
|
}
|
|
371
|
-
function
|
|
372
|
-
return Object.keys(e || {}).reduce((a, t) => a + "".concat(t, '="').concat(
|
|
371
|
+
function mt(e) {
|
|
372
|
+
return Object.keys(e || {}).reduce((a, t) => a + "".concat(t, '="').concat(ge(e[t]), '" '), "").trim();
|
|
373
373
|
}
|
|
374
|
-
function
|
|
374
|
+
function P2(e) {
|
|
375
375
|
return Object.keys(e || {}).reduce((a, t) => a + "".concat(t, ": ").concat(e[t].trim(), ";"), "");
|
|
376
376
|
}
|
|
377
|
-
function
|
|
378
|
-
return e.size !==
|
|
377
|
+
function f1(e) {
|
|
378
|
+
return e.size !== I.size || e.x !== I.x || e.y !== I.y || e.rotate !== I.rotate || e.flipX || e.flipY;
|
|
379
379
|
}
|
|
380
|
-
function
|
|
380
|
+
function dt(e) {
|
|
381
381
|
let {
|
|
382
382
|
transform: a,
|
|
383
383
|
containerWidth: t,
|
|
@@ -385,27 +385,27 @@ function u4(e) {
|
|
|
385
385
|
} = e;
|
|
386
386
|
const r = {
|
|
387
387
|
transform: "translate(".concat(t / 2, " 256)")
|
|
388
|
-
}, i = "translate(".concat(a.x * 32, ", ").concat(a.y * 32, ") "), c = "scale(".concat(a.size / 16 * (a.flipX ? -1 : 1), ", ").concat(a.size / 16 * (a.flipY ? -1 : 1), ") "), s = "rotate(".concat(a.rotate, " 0 0)"),
|
|
388
|
+
}, i = "translate(".concat(a.x * 32, ", ").concat(a.y * 32, ") "), c = "scale(".concat(a.size / 16 * (a.flipX ? -1 : 1), ", ").concat(a.size / 16 * (a.flipY ? -1 : 1), ") "), s = "rotate(".concat(a.rotate, " 0 0)"), o = {
|
|
389
389
|
transform: "".concat(i, " ").concat(c, " ").concat(s)
|
|
390
|
-
},
|
|
390
|
+
}, l = {
|
|
391
391
|
transform: "translate(".concat(n / 2 * -1, " -256)")
|
|
392
392
|
};
|
|
393
393
|
return {
|
|
394
394
|
outer: r,
|
|
395
|
-
inner:
|
|
396
|
-
path:
|
|
395
|
+
inner: o,
|
|
396
|
+
path: l
|
|
397
397
|
};
|
|
398
398
|
}
|
|
399
|
-
function
|
|
399
|
+
function pt(e) {
|
|
400
400
|
let {
|
|
401
401
|
transform: a,
|
|
402
|
-
width: t =
|
|
403
|
-
height: n =
|
|
402
|
+
width: t = H2,
|
|
403
|
+
height: n = H2,
|
|
404
404
|
startCentered: r = !1
|
|
405
405
|
} = e, i = "";
|
|
406
|
-
return r &&
|
|
406
|
+
return r && re ? i += "translate(".concat(a.x / j - t / 2, "em, ").concat(a.y / j - n / 2, "em) ") : r ? i += "translate(calc(-50% + ".concat(a.x / j, "em), calc(-50% + ").concat(a.y / j, "em)) ") : i += "translate(".concat(a.x / j, "em, ").concat(a.y / j, "em) "), i += "scale(".concat(a.size / j * (a.flipX ? -1 : 1), ", ").concat(a.size / j * (a.flipY ? -1 : 1), ") "), i += "rotate(".concat(a.rotate, "deg) "), i;
|
|
407
407
|
}
|
|
408
|
-
var
|
|
408
|
+
var gt = `:root, :host {
|
|
409
409
|
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
|
|
410
410
|
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
|
|
411
411
|
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
|
|
@@ -958,62 +958,62 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
958
958
|
.fa-duotone.fa-inverse {
|
|
959
959
|
color: var(--fa-inverse, #fff);
|
|
960
960
|
}`;
|
|
961
|
-
function
|
|
962
|
-
const e =
|
|
963
|
-
let r =
|
|
961
|
+
function he() {
|
|
962
|
+
const e = oe, a = le, t = d.cssPrefix, n = d.replacementClass;
|
|
963
|
+
let r = gt;
|
|
964
964
|
if (t !== e || n !== a) {
|
|
965
965
|
const i = new RegExp("\\.".concat(e, "\\-"), "g"), c = new RegExp("\\--".concat(e, "\\-"), "g"), s = new RegExp("\\.".concat(a), "g");
|
|
966
966
|
r = r.replace(i, ".".concat(t, "-")).replace(c, "--".concat(t, "-")).replace(s, ".".concat(n));
|
|
967
967
|
}
|
|
968
968
|
return r;
|
|
969
969
|
}
|
|
970
|
-
let
|
|
971
|
-
function
|
|
972
|
-
|
|
970
|
+
let E1 = !1;
|
|
971
|
+
function R2() {
|
|
972
|
+
d.autoAddCss && !E1 && (ft(he()), E1 = !0);
|
|
973
973
|
}
|
|
974
|
-
var
|
|
974
|
+
var ht = {
|
|
975
975
|
mixout() {
|
|
976
976
|
return {
|
|
977
977
|
dom: {
|
|
978
|
-
css:
|
|
979
|
-
insertCss:
|
|
978
|
+
css: he,
|
|
979
|
+
insertCss: R2
|
|
980
980
|
}
|
|
981
981
|
};
|
|
982
982
|
},
|
|
983
983
|
hooks() {
|
|
984
984
|
return {
|
|
985
985
|
beforeDOMElementCreation() {
|
|
986
|
-
|
|
986
|
+
R2();
|
|
987
987
|
},
|
|
988
988
|
beforeI2svg() {
|
|
989
|
-
|
|
989
|
+
R2();
|
|
990
990
|
}
|
|
991
991
|
};
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
|
-
const
|
|
995
|
-
_
|
|
996
|
-
_
|
|
997
|
-
_
|
|
998
|
-
_
|
|
999
|
-
var
|
|
1000
|
-
const
|
|
1001
|
-
|
|
994
|
+
const D = H || {};
|
|
995
|
+
D[_] || (D[_] = {});
|
|
996
|
+
D[_].styles || (D[_].styles = {});
|
|
997
|
+
D[_].hooks || (D[_].hooks = {});
|
|
998
|
+
D[_].shims || (D[_].shims = []);
|
|
999
|
+
var T = D[_];
|
|
1000
|
+
const ve = [], Le = function() {
|
|
1001
|
+
x.removeEventListener("DOMContentLoaded", Le), k2 = 1, ve.map((e) => e());
|
|
1002
1002
|
};
|
|
1003
|
-
let
|
|
1004
|
-
|
|
1005
|
-
function
|
|
1006
|
-
|
|
1003
|
+
let k2 = !1;
|
|
1004
|
+
R && (k2 = (x.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(x.readyState), k2 || x.addEventListener("DOMContentLoaded", Le));
|
|
1005
|
+
function vt(e) {
|
|
1006
|
+
R && (k2 ? setTimeout(e, 0) : ve.push(e));
|
|
1007
1007
|
}
|
|
1008
|
-
function
|
|
1008
|
+
function d2(e) {
|
|
1009
1009
|
const {
|
|
1010
1010
|
tag: a,
|
|
1011
1011
|
attributes: t = {},
|
|
1012
1012
|
children: n = []
|
|
1013
1013
|
} = e;
|
|
1014
|
-
return typeof e == "string" ?
|
|
1014
|
+
return typeof e == "string" ? ge(e) : "<".concat(a, " ").concat(mt(t), ">").concat(n.map(d2).join(""), "</").concat(a, ">");
|
|
1015
1015
|
}
|
|
1016
|
-
function
|
|
1016
|
+
function P1(e, a, t) {
|
|
1017
1017
|
if (e && e[a] && e[a][t])
|
|
1018
1018
|
return {
|
|
1019
1019
|
prefix: a,
|
|
@@ -1021,17 +1021,17 @@ function E1(e, a, t) {
|
|
|
1021
1021
|
icon: e[a][t]
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
|
-
var
|
|
1024
|
+
var Lt = function(a, t) {
|
|
1025
1025
|
return function(n, r, i, c) {
|
|
1026
1026
|
return a.call(t, n, r, i, c);
|
|
1027
1027
|
};
|
|
1028
|
-
},
|
|
1029
|
-
var i = Object.keys(a), c = i.length, s = r !== void 0 ?
|
|
1030
|
-
for (n === void 0 ? (
|
|
1031
|
-
|
|
1032
|
-
return
|
|
1028
|
+
}, j2 = function(a, t, n, r) {
|
|
1029
|
+
var i = Object.keys(a), c = i.length, s = r !== void 0 ? Lt(t, r) : t, o, l, m;
|
|
1030
|
+
for (n === void 0 ? (o = 1, m = a[i[0]]) : (o = 0, m = n); o < c; o++)
|
|
1031
|
+
l = i[o], m = s(m, a[l], l, a);
|
|
1032
|
+
return m;
|
|
1033
1033
|
};
|
|
1034
|
-
function
|
|
1034
|
+
function bt(e) {
|
|
1035
1035
|
const a = [];
|
|
1036
1036
|
let t = 0;
|
|
1037
1037
|
const n = e.length;
|
|
@@ -1045,65 +1045,65 @@ function v4(e) {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
return a;
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1049
|
-
const a =
|
|
1048
|
+
function G2(e) {
|
|
1049
|
+
const a = bt(e);
|
|
1050
1050
|
return a.length === 1 ? a[0].toString(16) : null;
|
|
1051
1051
|
}
|
|
1052
|
-
function
|
|
1052
|
+
function yt(e, a) {
|
|
1053
1053
|
const t = e.length;
|
|
1054
1054
|
let n = e.charCodeAt(a), r;
|
|
1055
1055
|
return n >= 55296 && n <= 56319 && t > a + 1 && (r = e.charCodeAt(a + 1), r >= 56320 && r <= 57343) ? (n - 55296) * 1024 + r - 56320 + 65536 : n;
|
|
1056
1056
|
}
|
|
1057
|
-
function
|
|
1057
|
+
function F1(e) {
|
|
1058
1058
|
return Object.keys(e).reduce((a, t) => {
|
|
1059
1059
|
const n = e[t];
|
|
1060
1060
|
return !!n.icon ? a[n.iconName] = n.icon : a[t] = n, a;
|
|
1061
1061
|
}, {});
|
|
1062
1062
|
}
|
|
1063
|
-
function
|
|
1063
|
+
function V2(e, a) {
|
|
1064
1064
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
1065
1065
|
const {
|
|
1066
1066
|
skipHooks: n = !1
|
|
1067
|
-
} = t, r =
|
|
1068
|
-
typeof
|
|
1069
|
-
...
|
|
1067
|
+
} = t, r = F1(a);
|
|
1068
|
+
typeof T.hooks.addPack == "function" && !n ? T.hooks.addPack(e, F1(a)) : T.styles[e] = {
|
|
1069
|
+
...T.styles[e] || {},
|
|
1070
1070
|
...r
|
|
1071
|
-
}, e === "fas" &&
|
|
1071
|
+
}, e === "fas" && V2("fa", a);
|
|
1072
1072
|
}
|
|
1073
1073
|
const {
|
|
1074
|
-
styles:
|
|
1075
|
-
shims:
|
|
1076
|
-
} =
|
|
1077
|
-
[
|
|
1078
|
-
[
|
|
1079
|
-
[
|
|
1074
|
+
styles: X,
|
|
1075
|
+
shims: xt
|
|
1076
|
+
} = T, zt = {
|
|
1077
|
+
[z]: Object.values(V[z]),
|
|
1078
|
+
[k]: Object.values(V[k]),
|
|
1079
|
+
[S]: Object.values(V[S])
|
|
1080
1080
|
};
|
|
1081
|
-
let
|
|
1082
|
-
const
|
|
1083
|
-
[
|
|
1084
|
-
[
|
|
1085
|
-
[
|
|
1081
|
+
let u1 = null, be = {}, ye = {}, xe = {}, ze = {}, Ce = {};
|
|
1082
|
+
const Ct = {
|
|
1083
|
+
[z]: Object.keys(G[z]),
|
|
1084
|
+
[k]: Object.keys(G[k]),
|
|
1085
|
+
[S]: Object.keys(G[S])
|
|
1086
1086
|
};
|
|
1087
|
-
function
|
|
1088
|
-
return ~
|
|
1087
|
+
function Mt(e) {
|
|
1088
|
+
return ~ct.indexOf(e);
|
|
1089
1089
|
}
|
|
1090
|
-
function
|
|
1090
|
+
function At(e, a) {
|
|
1091
1091
|
const t = a.split("-"), n = t[0], r = t.slice(1).join("-");
|
|
1092
|
-
return n === e && r !== "" && !
|
|
1092
|
+
return n === e && r !== "" && !Mt(r) ? r : null;
|
|
1093
1093
|
}
|
|
1094
|
-
const
|
|
1095
|
-
const e = (n) =>
|
|
1096
|
-
|
|
1094
|
+
const Me = () => {
|
|
1095
|
+
const e = (n) => j2(X, (r, i, c) => (r[c] = j2(i, n, {}), r), {});
|
|
1096
|
+
be = e((n, r, i) => (r[3] && (n[r[3]] = i), r[2] && r[2].filter((s) => typeof s == "number").forEach((s) => {
|
|
1097
1097
|
n[s.toString(16)] = i;
|
|
1098
|
-
}), n)),
|
|
1098
|
+
}), n)), ye = e((n, r, i) => (n[i] = i, r[2] && r[2].filter((s) => typeof s == "string").forEach((s) => {
|
|
1099
1099
|
n[s] = i;
|
|
1100
|
-
}), n)),
|
|
1100
|
+
}), n)), Ce = e((n, r, i) => {
|
|
1101
1101
|
const c = r[2];
|
|
1102
1102
|
return n[i] = i, c.forEach((s) => {
|
|
1103
1103
|
n[s] = i;
|
|
1104
1104
|
}), n;
|
|
1105
1105
|
});
|
|
1106
|
-
const a = "far" in
|
|
1106
|
+
const a = "far" in X || d.autoFetchSvg, t = j2(xt, (n, r) => {
|
|
1107
1107
|
const i = r[0];
|
|
1108
1108
|
let c = r[1];
|
|
1109
1109
|
const s = r[2];
|
|
@@ -1118,33 +1118,33 @@ const ze = () => {
|
|
|
1118
1118
|
names: {},
|
|
1119
1119
|
unicodes: {}
|
|
1120
1120
|
});
|
|
1121
|
-
|
|
1122
|
-
family:
|
|
1121
|
+
xe = t.names, ze = t.unicodes, u1 = F2(d.styleDefault, {
|
|
1122
|
+
family: d.familyDefault
|
|
1123
1123
|
});
|
|
1124
1124
|
};
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
family:
|
|
1125
|
+
lt((e) => {
|
|
1126
|
+
u1 = F2(e.styleDefault, {
|
|
1127
|
+
family: d.familyDefault
|
|
1128
1128
|
});
|
|
1129
1129
|
});
|
|
1130
|
-
|
|
1131
|
-
function
|
|
1132
|
-
return (
|
|
1130
|
+
Me();
|
|
1131
|
+
function m1(e, a) {
|
|
1132
|
+
return (be[e] || {})[a];
|
|
1133
1133
|
}
|
|
1134
|
-
function
|
|
1135
|
-
return (
|
|
1134
|
+
function wt(e, a) {
|
|
1135
|
+
return (ye[e] || {})[a];
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1138
|
-
return (
|
|
1137
|
+
function U(e, a) {
|
|
1138
|
+
return (Ce[e] || {})[a];
|
|
1139
1139
|
}
|
|
1140
|
-
function
|
|
1141
|
-
return
|
|
1140
|
+
function Ae(e) {
|
|
1141
|
+
return xe[e] || {
|
|
1142
1142
|
prefix: null,
|
|
1143
1143
|
iconName: null
|
|
1144
1144
|
};
|
|
1145
1145
|
}
|
|
1146
|
-
function
|
|
1147
|
-
const a =
|
|
1146
|
+
function Nt(e) {
|
|
1147
|
+
const a = ze[e], t = m1("fas", e);
|
|
1148
1148
|
return a || (t ? {
|
|
1149
1149
|
prefix: "fas",
|
|
1150
1150
|
iconName: t
|
|
@@ -1153,53 +1153,53 @@ function A4(e) {
|
|
|
1153
1153
|
iconName: null
|
|
1154
1154
|
};
|
|
1155
1155
|
}
|
|
1156
|
-
function
|
|
1157
|
-
return
|
|
1156
|
+
function W() {
|
|
1157
|
+
return u1;
|
|
1158
1158
|
}
|
|
1159
|
-
const
|
|
1159
|
+
const d1 = () => ({
|
|
1160
1160
|
prefix: null,
|
|
1161
1161
|
iconName: null,
|
|
1162
1162
|
rest: []
|
|
1163
1163
|
});
|
|
1164
|
-
function
|
|
1164
|
+
function F2(e) {
|
|
1165
1165
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1166
1166
|
const {
|
|
1167
|
-
family: t =
|
|
1168
|
-
} = a, n =
|
|
1167
|
+
family: t = z
|
|
1168
|
+
} = a, n = G[t][e], r = f2[t][e] || f2[t][n], i = e in T.styles ? e : null;
|
|
1169
1169
|
return r || i || null;
|
|
1170
1170
|
}
|
|
1171
|
-
const
|
|
1172
|
-
[
|
|
1173
|
-
[
|
|
1174
|
-
[
|
|
1171
|
+
const kt = {
|
|
1172
|
+
[z]: Object.keys(V[z]),
|
|
1173
|
+
[k]: Object.keys(V[k]),
|
|
1174
|
+
[S]: Object.keys(V[S])
|
|
1175
1175
|
};
|
|
1176
|
-
function
|
|
1176
|
+
function I2(e) {
|
|
1177
1177
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1178
1178
|
const {
|
|
1179
1179
|
skipLookups: t = !1
|
|
1180
1180
|
} = a, n = {
|
|
1181
|
-
[
|
|
1182
|
-
[
|
|
1183
|
-
[
|
|
1181
|
+
[z]: "".concat(d.cssPrefix, "-").concat(z),
|
|
1182
|
+
[k]: "".concat(d.cssPrefix, "-").concat(k),
|
|
1183
|
+
[S]: "".concat(d.cssPrefix, "-").concat(S)
|
|
1184
1184
|
};
|
|
1185
|
-
let r = null, i =
|
|
1186
|
-
const c =
|
|
1187
|
-
c.forEach((
|
|
1188
|
-
(e.includes(n[
|
|
1185
|
+
let r = null, i = z;
|
|
1186
|
+
const c = Ta.filter((o) => o !== ie);
|
|
1187
|
+
c.forEach((o) => {
|
|
1188
|
+
(e.includes(n[o]) || e.some((l) => kt[o].includes(l))) && (i = o);
|
|
1189
1189
|
});
|
|
1190
|
-
const s = e.reduce((
|
|
1191
|
-
const
|
|
1192
|
-
if (
|
|
1190
|
+
const s = e.reduce((o, l) => {
|
|
1191
|
+
const m = At(d.cssPrefix, l);
|
|
1192
|
+
if (X[l] ? (l = zt[i].includes(l) ? at[i][l] : l, r = l, o.prefix = l) : Ct[i].indexOf(l) > -1 ? (r = l, o.prefix = F2(l, {
|
|
1193
1193
|
family: i
|
|
1194
|
-
})) :
|
|
1195
|
-
const
|
|
1196
|
-
|
|
1194
|
+
})) : m ? o.iconName = m : l !== d.replacementClass && !c.some((u) => l === n[u]) && o.rest.push(l), !t && o.prefix && o.iconName) {
|
|
1195
|
+
const u = r === "fa" ? Ae(o.iconName) : {}, g = U(o.prefix, o.iconName);
|
|
1196
|
+
u.prefix && (r = null), o.iconName = u.iconName || g || o.iconName, o.prefix = u.prefix || o.prefix, o.prefix === "far" && !X.far && X.fas && !d.autoFetchSvg && (o.prefix = "fas");
|
|
1197
1197
|
}
|
|
1198
|
-
return
|
|
1199
|
-
},
|
|
1200
|
-
return (e.includes("fa-brands") || e.includes("fab")) && (s.prefix = "fab"), (e.includes("fa-duotone") || e.includes("fad")) && (s.prefix = "fad"), !s.prefix && i ===
|
|
1198
|
+
return o;
|
|
1199
|
+
}, d1());
|
|
1200
|
+
return (e.includes("fa-brands") || e.includes("fab")) && (s.prefix = "fab"), (e.includes("fa-duotone") || e.includes("fad")) && (s.prefix = "fad"), !s.prefix && i === k && (X.fass || d.autoFetchSvg) && (s.prefix = "fass", s.iconName = U(s.prefix, s.iconName) || s.iconName), !s.prefix && i === S && (X.fasds || d.autoFetchSvg) && (s.prefix = "fasds", s.iconName = U(s.prefix, s.iconName) || s.iconName), (s.prefix === "fa" || r === "fa") && (s.prefix = W() || "fas"), s;
|
|
1201
1201
|
}
|
|
1202
|
-
class
|
|
1202
|
+
class St {
|
|
1203
1203
|
constructor() {
|
|
1204
1204
|
this.definitions = {};
|
|
1205
1205
|
}
|
|
@@ -1211,9 +1211,9 @@ class w4 {
|
|
|
1211
1211
|
this.definitions[i] = {
|
|
1212
1212
|
...this.definitions[i] || {},
|
|
1213
1213
|
...r[i]
|
|
1214
|
-
},
|
|
1215
|
-
const c =
|
|
1216
|
-
c &&
|
|
1214
|
+
}, V2(i, r[i]);
|
|
1215
|
+
const c = V[z][i];
|
|
1216
|
+
c && V2(c, r[i]), Me();
|
|
1217
1217
|
});
|
|
1218
1218
|
}
|
|
1219
1219
|
reset() {
|
|
@@ -1228,21 +1228,21 @@ class w4 {
|
|
|
1228
1228
|
prefix: i,
|
|
1229
1229
|
iconName: c,
|
|
1230
1230
|
icon: s
|
|
1231
|
-
} = n[r],
|
|
1232
|
-
a[i] || (a[i] = {}),
|
|
1233
|
-
typeof
|
|
1231
|
+
} = n[r], o = s[2];
|
|
1232
|
+
a[i] || (a[i] = {}), o.length > 0 && o.forEach((l) => {
|
|
1233
|
+
typeof l == "string" && (a[i][l] = s);
|
|
1234
1234
|
}), a[i][c] = s;
|
|
1235
1235
|
}), a;
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
|
-
let I1 = [],
|
|
1239
|
-
const
|
|
1240
|
-
function
|
|
1238
|
+
let I1 = [], Z = {};
|
|
1239
|
+
const J = {}, Ot = Object.keys(J);
|
|
1240
|
+
function Et(e, a) {
|
|
1241
1241
|
let {
|
|
1242
1242
|
mixoutsTo: t
|
|
1243
1243
|
} = a;
|
|
1244
|
-
return I1 = e,
|
|
1245
|
-
|
|
1244
|
+
return I1 = e, Z = {}, Object.keys(J).forEach((n) => {
|
|
1245
|
+
Ot.indexOf(n) === -1 && delete J[n];
|
|
1246
1246
|
}), I1.forEach((n) => {
|
|
1247
1247
|
const r = n.mixout ? n.mixout() : {};
|
|
1248
1248
|
if (Object.keys(r).forEach((i) => {
|
|
@@ -1252,124 +1252,124 @@ function S4(e, a) {
|
|
|
1252
1252
|
}), n.hooks) {
|
|
1253
1253
|
const i = n.hooks();
|
|
1254
1254
|
Object.keys(i).forEach((c) => {
|
|
1255
|
-
|
|
1255
|
+
Z[c] || (Z[c] = []), Z[c].push(i[c]);
|
|
1256
1256
|
});
|
|
1257
1257
|
}
|
|
1258
|
-
n.provides && n.provides(
|
|
1258
|
+
n.provides && n.provides(J);
|
|
1259
1259
|
}), t;
|
|
1260
1260
|
}
|
|
1261
|
-
function
|
|
1261
|
+
function K2(e, a) {
|
|
1262
1262
|
for (var t = arguments.length, n = new Array(t > 2 ? t - 2 : 0), r = 2; r < t; r++)
|
|
1263
1263
|
n[r - 2] = arguments[r];
|
|
1264
|
-
return (
|
|
1264
|
+
return (Z[e] || []).forEach((c) => {
|
|
1265
1265
|
a = c.apply(null, [a, ...n]);
|
|
1266
1266
|
}), a;
|
|
1267
1267
|
}
|
|
1268
|
-
function
|
|
1268
|
+
function Q(e) {
|
|
1269
1269
|
for (var a = arguments.length, t = new Array(a > 1 ? a - 1 : 0), n = 1; n < a; n++)
|
|
1270
1270
|
t[n - 1] = arguments[n];
|
|
1271
|
-
(
|
|
1271
|
+
(Z[e] || []).forEach((i) => {
|
|
1272
1272
|
i.apply(null, t);
|
|
1273
1273
|
});
|
|
1274
1274
|
}
|
|
1275
|
-
function
|
|
1275
|
+
function q() {
|
|
1276
1276
|
const e = arguments[0], a = Array.prototype.slice.call(arguments, 1);
|
|
1277
|
-
return
|
|
1277
|
+
return J[e] ? J[e].apply(null, a) : void 0;
|
|
1278
1278
|
}
|
|
1279
|
-
function
|
|
1279
|
+
function Q2(e) {
|
|
1280
1280
|
e.prefix === "fa" && (e.prefix = "fas");
|
|
1281
1281
|
let {
|
|
1282
1282
|
iconName: a
|
|
1283
1283
|
} = e;
|
|
1284
|
-
const t = e.prefix ||
|
|
1284
|
+
const t = e.prefix || W();
|
|
1285
1285
|
if (a)
|
|
1286
|
-
return a =
|
|
1286
|
+
return a = U(t, a) || a, P1(we.definitions, t, a) || P1(T.styles, t, a);
|
|
1287
1287
|
}
|
|
1288
|
-
const
|
|
1289
|
-
|
|
1290
|
-
},
|
|
1288
|
+
const we = new St(), Pt = () => {
|
|
1289
|
+
d.autoReplaceSvg = !1, d.observeMutations = !1, Q("noAuto");
|
|
1290
|
+
}, Ft = {
|
|
1291
1291
|
i2svg: function() {
|
|
1292
1292
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1293
|
-
return
|
|
1293
|
+
return R ? (Q("beforeI2svg", e), q("pseudoElements2svg", e), q("i2svg", e)) : Promise.reject(new Error("Operation requires a DOM of some kind."));
|
|
1294
1294
|
},
|
|
1295
1295
|
watch: function() {
|
|
1296
1296
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1297
1297
|
const {
|
|
1298
1298
|
autoReplaceSvgRoot: a
|
|
1299
1299
|
} = e;
|
|
1300
|
-
|
|
1301
|
-
|
|
1300
|
+
d.autoReplaceSvg === !1 && (d.autoReplaceSvg = !0), d.observeMutations = !0, vt(() => {
|
|
1301
|
+
Tt({
|
|
1302
1302
|
autoReplaceSvgRoot: a
|
|
1303
|
-
}),
|
|
1303
|
+
}), Q("watch", e);
|
|
1304
1304
|
});
|
|
1305
1305
|
}
|
|
1306
|
-
},
|
|
1306
|
+
}, It = {
|
|
1307
1307
|
icon: (e) => {
|
|
1308
1308
|
if (e === null)
|
|
1309
1309
|
return null;
|
|
1310
1310
|
if (typeof e == "object" && e.prefix && e.iconName)
|
|
1311
1311
|
return {
|
|
1312
1312
|
prefix: e.prefix,
|
|
1313
|
-
iconName:
|
|
1313
|
+
iconName: U(e.prefix, e.iconName) || e.iconName
|
|
1314
1314
|
};
|
|
1315
1315
|
if (Array.isArray(e) && e.length === 2) {
|
|
1316
|
-
const a = e[1].indexOf("fa-") === 0 ? e[1].slice(3) : e[1], t =
|
|
1316
|
+
const a = e[1].indexOf("fa-") === 0 ? e[1].slice(3) : e[1], t = F2(e[0]);
|
|
1317
1317
|
return {
|
|
1318
1318
|
prefix: t,
|
|
1319
|
-
iconName:
|
|
1319
|
+
iconName: U(t, a) || a
|
|
1320
1320
|
};
|
|
1321
1321
|
}
|
|
1322
|
-
if (typeof e == "string" && (e.indexOf("".concat(
|
|
1323
|
-
const a =
|
|
1322
|
+
if (typeof e == "string" && (e.indexOf("".concat(d.cssPrefix, "-")) > -1 || e.match(tt))) {
|
|
1323
|
+
const a = I2(e.split(" "), {
|
|
1324
1324
|
skipLookups: !0
|
|
1325
1325
|
});
|
|
1326
1326
|
return {
|
|
1327
|
-
prefix: a.prefix ||
|
|
1328
|
-
iconName:
|
|
1327
|
+
prefix: a.prefix || W(),
|
|
1328
|
+
iconName: U(a.prefix, a.iconName) || a.iconName
|
|
1329
1329
|
};
|
|
1330
1330
|
}
|
|
1331
1331
|
if (typeof e == "string") {
|
|
1332
|
-
const a =
|
|
1332
|
+
const a = W();
|
|
1333
1333
|
return {
|
|
1334
1334
|
prefix: a,
|
|
1335
|
-
iconName:
|
|
1335
|
+
iconName: U(a, e) || e
|
|
1336
1336
|
};
|
|
1337
1337
|
}
|
|
1338
1338
|
}
|
|
1339
|
-
},
|
|
1340
|
-
noAuto:
|
|
1341
|
-
config:
|
|
1342
|
-
dom:
|
|
1343
|
-
parse:
|
|
1344
|
-
library:
|
|
1345
|
-
findIconDefinition:
|
|
1346
|
-
toHtml:
|
|
1347
|
-
},
|
|
1339
|
+
}, O = {
|
|
1340
|
+
noAuto: Pt,
|
|
1341
|
+
config: d,
|
|
1342
|
+
dom: Ft,
|
|
1343
|
+
parse: It,
|
|
1344
|
+
library: we,
|
|
1345
|
+
findIconDefinition: Q2,
|
|
1346
|
+
toHtml: d2
|
|
1347
|
+
}, Tt = function() {
|
|
1348
1348
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1349
1349
|
const {
|
|
1350
|
-
autoReplaceSvgRoot: a =
|
|
1350
|
+
autoReplaceSvgRoot: a = x
|
|
1351
1351
|
} = e;
|
|
1352
|
-
(Object.keys(
|
|
1352
|
+
(Object.keys(T.styles).length > 0 || d.autoFetchSvg) && R && d.autoReplaceSvg && O.dom.i2svg({
|
|
1353
1353
|
node: a
|
|
1354
1354
|
});
|
|
1355
1355
|
};
|
|
1356
|
-
function
|
|
1356
|
+
function T2(e, a) {
|
|
1357
1357
|
return Object.defineProperty(e, "abstract", {
|
|
1358
1358
|
get: a
|
|
1359
1359
|
}), Object.defineProperty(e, "html", {
|
|
1360
1360
|
get: function() {
|
|
1361
|
-
return e.abstract.map((t) =>
|
|
1361
|
+
return e.abstract.map((t) => d2(t));
|
|
1362
1362
|
}
|
|
1363
1363
|
}), Object.defineProperty(e, "node", {
|
|
1364
1364
|
get: function() {
|
|
1365
|
-
if (
|
|
1365
|
+
if (!R)
|
|
1366
1366
|
return;
|
|
1367
|
-
const t =
|
|
1367
|
+
const t = x.createElement("div");
|
|
1368
1368
|
return t.innerHTML = e.html, t.children;
|
|
1369
1369
|
}
|
|
1370
1370
|
}), e;
|
|
1371
1371
|
}
|
|
1372
|
-
function
|
|
1372
|
+
function $t(e) {
|
|
1373
1373
|
let {
|
|
1374
1374
|
children: a,
|
|
1375
1375
|
main: t,
|
|
@@ -1378,17 +1378,17 @@ function F4(e) {
|
|
|
1378
1378
|
styles: i,
|
|
1379
1379
|
transform: c
|
|
1380
1380
|
} = e;
|
|
1381
|
-
if (
|
|
1381
|
+
if (f1(c) && t.found && !n.found) {
|
|
1382
1382
|
const {
|
|
1383
1383
|
width: s,
|
|
1384
|
-
height:
|
|
1385
|
-
} = t,
|
|
1386
|
-
x: s /
|
|
1384
|
+
height: o
|
|
1385
|
+
} = t, l = {
|
|
1386
|
+
x: s / o / 2,
|
|
1387
1387
|
y: 0.5
|
|
1388
1388
|
};
|
|
1389
|
-
r.style =
|
|
1389
|
+
r.style = P2({
|
|
1390
1390
|
...i,
|
|
1391
|
-
"transform-origin": "".concat(
|
|
1391
|
+
"transform-origin": "".concat(l.x + c.x / 16, "em ").concat(l.y + c.y / 16, "em")
|
|
1392
1392
|
});
|
|
1393
1393
|
}
|
|
1394
1394
|
return [{
|
|
@@ -1397,7 +1397,7 @@ function F4(e) {
|
|
|
1397
1397
|
children: a
|
|
1398
1398
|
}];
|
|
1399
1399
|
}
|
|
1400
|
-
function
|
|
1400
|
+
function _t(e) {
|
|
1401
1401
|
let {
|
|
1402
1402
|
prefix: a,
|
|
1403
1403
|
iconName: t,
|
|
@@ -1405,7 +1405,7 @@ function T4(e) {
|
|
|
1405
1405
|
attributes: r,
|
|
1406
1406
|
symbol: i
|
|
1407
1407
|
} = e;
|
|
1408
|
-
const c = i === !0 ? "".concat(a, "-").concat(
|
|
1408
|
+
const c = i === !0 ? "".concat(a, "-").concat(d.cssPrefix, "-").concat(t) : i;
|
|
1409
1409
|
return [{
|
|
1410
1410
|
tag: "svg",
|
|
1411
1411
|
attributes: {
|
|
@@ -1421,7 +1421,7 @@ function T4(e) {
|
|
|
1421
1421
|
}]
|
|
1422
1422
|
}];
|
|
1423
1423
|
}
|
|
1424
|
-
function
|
|
1424
|
+
function p1(e) {
|
|
1425
1425
|
const {
|
|
1426
1426
|
icons: {
|
|
1427
1427
|
main: a,
|
|
@@ -1432,62 +1432,62 @@ function d1(e) {
|
|
|
1432
1432
|
transform: i,
|
|
1433
1433
|
symbol: c,
|
|
1434
1434
|
title: s,
|
|
1435
|
-
maskId:
|
|
1436
|
-
titleId:
|
|
1437
|
-
extra:
|
|
1438
|
-
watchable:
|
|
1435
|
+
maskId: o,
|
|
1436
|
+
titleId: l,
|
|
1437
|
+
extra: m,
|
|
1438
|
+
watchable: u = !1
|
|
1439
1439
|
} = e, {
|
|
1440
|
-
width:
|
|
1440
|
+
width: g,
|
|
1441
1441
|
height: L
|
|
1442
|
-
} = t.found ? t : a,
|
|
1443
|
-
let
|
|
1442
|
+
} = t.found ? t : a, v = n === "fak", h = [d.replacementClass, r ? "".concat(d.cssPrefix, "-").concat(r) : ""].filter((A) => m.classes.indexOf(A) === -1).filter((A) => A !== "" || !!A).concat(m.classes).join(" ");
|
|
1443
|
+
let y = {
|
|
1444
1444
|
children: [],
|
|
1445
1445
|
attributes: {
|
|
1446
|
-
...
|
|
1446
|
+
...m.attributes,
|
|
1447
1447
|
"data-prefix": n,
|
|
1448
1448
|
"data-icon": r,
|
|
1449
1449
|
class: h,
|
|
1450
|
-
role:
|
|
1450
|
+
role: m.attributes.role || "img",
|
|
1451
1451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1452
|
-
viewBox: "0 0 ".concat(
|
|
1452
|
+
viewBox: "0 0 ".concat(g, " ").concat(L)
|
|
1453
1453
|
}
|
|
1454
1454
|
};
|
|
1455
|
-
const
|
|
1456
|
-
width: "".concat(
|
|
1455
|
+
const f = v && !~m.classes.indexOf("fa-fw") ? {
|
|
1456
|
+
width: "".concat(g / L * 16 * 0.0625, "em")
|
|
1457
1457
|
} : {};
|
|
1458
|
-
|
|
1458
|
+
u && (y.attributes[K] = ""), s && (y.children.push({
|
|
1459
1459
|
tag: "title",
|
|
1460
1460
|
attributes: {
|
|
1461
|
-
id:
|
|
1461
|
+
id: y.attributes["aria-labelledby"] || "title-".concat(l || u2())
|
|
1462
1462
|
},
|
|
1463
1463
|
children: [s]
|
|
1464
|
-
}), delete
|
|
1465
|
-
const
|
|
1466
|
-
...
|
|
1464
|
+
}), delete y.attributes.title);
|
|
1465
|
+
const p = {
|
|
1466
|
+
...y,
|
|
1467
1467
|
prefix: n,
|
|
1468
1468
|
iconName: r,
|
|
1469
1469
|
main: a,
|
|
1470
1470
|
mask: t,
|
|
1471
|
-
maskId:
|
|
1471
|
+
maskId: o,
|
|
1472
1472
|
transform: i,
|
|
1473
1473
|
symbol: c,
|
|
1474
1474
|
styles: {
|
|
1475
|
-
...
|
|
1476
|
-
...
|
|
1475
|
+
...f,
|
|
1476
|
+
...m.styles
|
|
1477
1477
|
}
|
|
1478
1478
|
}, {
|
|
1479
|
-
children:
|
|
1479
|
+
children: b,
|
|
1480
1480
|
attributes: C
|
|
1481
|
-
} = t.found && a.found ?
|
|
1481
|
+
} = t.found && a.found ? q("generateAbstractMask", p) || {
|
|
1482
1482
|
children: [],
|
|
1483
1483
|
attributes: {}
|
|
1484
|
-
} :
|
|
1484
|
+
} : q("generateAbstractIcon", p) || {
|
|
1485
1485
|
children: [],
|
|
1486
1486
|
attributes: {}
|
|
1487
1487
|
};
|
|
1488
|
-
return
|
|
1488
|
+
return p.children = b, p.attributes = C, c ? _t(p) : $t(p);
|
|
1489
1489
|
}
|
|
1490
|
-
function
|
|
1490
|
+
function T1(e) {
|
|
1491
1491
|
const {
|
|
1492
1492
|
content: a,
|
|
1493
1493
|
width: t,
|
|
@@ -1496,39 +1496,39 @@ function F1(e) {
|
|
|
1496
1496
|
title: i,
|
|
1497
1497
|
extra: c,
|
|
1498
1498
|
watchable: s = !1
|
|
1499
|
-
} = e,
|
|
1499
|
+
} = e, o = {
|
|
1500
1500
|
...c.attributes,
|
|
1501
1501
|
...i ? {
|
|
1502
1502
|
title: i
|
|
1503
1503
|
} : {},
|
|
1504
1504
|
class: c.classes.join(" ")
|
|
1505
1505
|
};
|
|
1506
|
-
s && (
|
|
1507
|
-
const
|
|
1506
|
+
s && (o[K] = "");
|
|
1507
|
+
const l = {
|
|
1508
1508
|
...c.styles
|
|
1509
1509
|
};
|
|
1510
|
-
|
|
1510
|
+
f1(r) && (l.transform = pt({
|
|
1511
1511
|
transform: r,
|
|
1512
1512
|
startCentered: !0,
|
|
1513
1513
|
width: t,
|
|
1514
1514
|
height: n
|
|
1515
|
-
}),
|
|
1516
|
-
const
|
|
1517
|
-
|
|
1518
|
-
const
|
|
1519
|
-
return
|
|
1515
|
+
}), l["-webkit-transform"] = l.transform);
|
|
1516
|
+
const m = P2(l);
|
|
1517
|
+
m.length > 0 && (o.style = m);
|
|
1518
|
+
const u = [];
|
|
1519
|
+
return u.push({
|
|
1520
1520
|
tag: "span",
|
|
1521
|
-
attributes:
|
|
1521
|
+
attributes: o,
|
|
1522
1522
|
children: [a]
|
|
1523
|
-
}), i &&
|
|
1523
|
+
}), i && u.push({
|
|
1524
1524
|
tag: "span",
|
|
1525
1525
|
attributes: {
|
|
1526
1526
|
class: "sr-only"
|
|
1527
1527
|
},
|
|
1528
1528
|
children: [i]
|
|
1529
|
-
}),
|
|
1529
|
+
}), u;
|
|
1530
1530
|
}
|
|
1531
|
-
function
|
|
1531
|
+
function Dt(e) {
|
|
1532
1532
|
const {
|
|
1533
1533
|
content: a,
|
|
1534
1534
|
title: t,
|
|
@@ -1539,7 +1539,7 @@ function _4(e) {
|
|
|
1539
1539
|
title: t
|
|
1540
1540
|
} : {},
|
|
1541
1541
|
class: n.classes.join(" ")
|
|
1542
|
-
}, i =
|
|
1542
|
+
}, i = P2(n.styles);
|
|
1543
1543
|
i.length > 0 && (r.style = i);
|
|
1544
1544
|
const c = [];
|
|
1545
1545
|
return c.push({
|
|
@@ -1555,27 +1555,27 @@ function _4(e) {
|
|
|
1555
1555
|
}), c;
|
|
1556
1556
|
}
|
|
1557
1557
|
const {
|
|
1558
|
-
styles:
|
|
1559
|
-
} =
|
|
1560
|
-
function
|
|
1558
|
+
styles: B2
|
|
1559
|
+
} = T;
|
|
1560
|
+
function Z2(e) {
|
|
1561
1561
|
const a = e[0], t = e[1], [n] = e.slice(4);
|
|
1562
1562
|
let r = null;
|
|
1563
1563
|
return Array.isArray(n) ? r = {
|
|
1564
1564
|
tag: "g",
|
|
1565
1565
|
attributes: {
|
|
1566
|
-
class: "".concat(
|
|
1566
|
+
class: "".concat(d.cssPrefix, "-").concat(D2.GROUP)
|
|
1567
1567
|
},
|
|
1568
1568
|
children: [{
|
|
1569
1569
|
tag: "path",
|
|
1570
1570
|
attributes: {
|
|
1571
|
-
class: "".concat(
|
|
1571
|
+
class: "".concat(d.cssPrefix, "-").concat(D2.SECONDARY),
|
|
1572
1572
|
fill: "currentColor",
|
|
1573
1573
|
d: n[0]
|
|
1574
1574
|
}
|
|
1575
1575
|
}, {
|
|
1576
1576
|
tag: "path",
|
|
1577
1577
|
attributes: {
|
|
1578
|
-
class: "".concat(
|
|
1578
|
+
class: "".concat(d.cssPrefix, "-").concat(D2.PRIMARY),
|
|
1579
1579
|
fill: "currentColor",
|
|
1580
1580
|
d: n[1]
|
|
1581
1581
|
}
|
|
@@ -1593,170 +1593,170 @@ function Q2(e) {
|
|
|
1593
1593
|
icon: r
|
|
1594
1594
|
};
|
|
1595
1595
|
}
|
|
1596
|
-
const
|
|
1596
|
+
const Rt = {
|
|
1597
1597
|
found: !1,
|
|
1598
1598
|
width: 512,
|
|
1599
1599
|
height: 512
|
|
1600
1600
|
};
|
|
1601
|
-
function
|
|
1602
|
-
!
|
|
1601
|
+
function jt(e, a) {
|
|
1602
|
+
!fe && !d.showMissingIcons && e && console.error('Icon with name "'.concat(e, '" and prefix "').concat(a, '" is missing.'));
|
|
1603
1603
|
}
|
|
1604
|
-
function
|
|
1604
|
+
function J2(e, a) {
|
|
1605
1605
|
let t = a;
|
|
1606
|
-
return a === "fa" &&
|
|
1606
|
+
return a === "fa" && d.styleDefault !== null && (a = W()), new Promise((n, r) => {
|
|
1607
1607
|
if (t === "fa") {
|
|
1608
|
-
const i =
|
|
1608
|
+
const i = Ae(e) || {};
|
|
1609
1609
|
e = i.iconName || e, a = i.prefix || a;
|
|
1610
1610
|
}
|
|
1611
|
-
if (e && a &&
|
|
1612
|
-
const i =
|
|
1613
|
-
return n(
|
|
1611
|
+
if (e && a && B2[a] && B2[a][e]) {
|
|
1612
|
+
const i = B2[a][e];
|
|
1613
|
+
return n(Z2(i));
|
|
1614
1614
|
}
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
icon:
|
|
1615
|
+
jt(e, a), n({
|
|
1616
|
+
...Rt,
|
|
1617
|
+
icon: d.showMissingIcons && e ? q("missingIconAbstract") || {} : {}
|
|
1618
1618
|
});
|
|
1619
1619
|
});
|
|
1620
1620
|
}
|
|
1621
|
-
const
|
|
1622
|
-
},
|
|
1623
|
-
mark:
|
|
1624
|
-
measure:
|
|
1625
|
-
},
|
|
1626
|
-
|
|
1621
|
+
const $1 = () => {
|
|
1622
|
+
}, e1 = d.measurePerformance && y2 && y2.mark && y2.measure ? y2 : {
|
|
1623
|
+
mark: $1,
|
|
1624
|
+
measure: $1
|
|
1625
|
+
}, c2 = 'FA "6.6.0"', Bt = (e) => (e1.mark("".concat(c2, " ").concat(e, " begins")), () => Ne(e)), Ne = (e) => {
|
|
1626
|
+
e1.mark("".concat(c2, " ").concat(e, " ends")), e1.measure("".concat(c2, " ").concat(e), "".concat(c2, " ").concat(e, " begins"), "".concat(c2, " ").concat(e, " ends"));
|
|
1627
1627
|
};
|
|
1628
|
-
var
|
|
1629
|
-
begin:
|
|
1630
|
-
end:
|
|
1628
|
+
var g1 = {
|
|
1629
|
+
begin: Bt,
|
|
1630
|
+
end: Ne
|
|
1631
1631
|
};
|
|
1632
|
-
const
|
|
1632
|
+
const M2 = () => {
|
|
1633
1633
|
};
|
|
1634
1634
|
function _1(e) {
|
|
1635
|
-
return typeof (e.getAttribute ? e.getAttribute(
|
|
1635
|
+
return typeof (e.getAttribute ? e.getAttribute(K) : null) == "string";
|
|
1636
1636
|
}
|
|
1637
|
-
function
|
|
1638
|
-
const a = e.getAttribute ? e.getAttribute(
|
|
1637
|
+
function Ut(e) {
|
|
1638
|
+
const a = e.getAttribute ? e.getAttribute(s1) : null, t = e.getAttribute ? e.getAttribute(o1) : null;
|
|
1639
1639
|
return a && t;
|
|
1640
1640
|
}
|
|
1641
|
-
function
|
|
1642
|
-
return e && e.classList && e.classList.contains && e.classList.contains(
|
|
1641
|
+
function Ht(e) {
|
|
1642
|
+
return e && e.classList && e.classList.contains && e.classList.contains(d.replacementClass);
|
|
1643
1643
|
}
|
|
1644
|
-
function
|
|
1645
|
-
return
|
|
1644
|
+
function Wt() {
|
|
1645
|
+
return d.autoReplaceSvg === !0 ? A2.replace : A2[d.autoReplaceSvg] || A2.replace;
|
|
1646
1646
|
}
|
|
1647
|
-
function
|
|
1648
|
-
return
|
|
1647
|
+
function qt(e) {
|
|
1648
|
+
return x.createElementNS("http://www.w3.org/2000/svg", e);
|
|
1649
1649
|
}
|
|
1650
|
-
function
|
|
1651
|
-
return
|
|
1650
|
+
function Yt(e) {
|
|
1651
|
+
return x.createElement(e);
|
|
1652
1652
|
}
|
|
1653
|
-
function
|
|
1653
|
+
function ke(e) {
|
|
1654
1654
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1655
1655
|
const {
|
|
1656
|
-
ceFn: t = e.tag === "svg" ?
|
|
1656
|
+
ceFn: t = e.tag === "svg" ? qt : Yt
|
|
1657
1657
|
} = a;
|
|
1658
1658
|
if (typeof e == "string")
|
|
1659
|
-
return
|
|
1659
|
+
return x.createTextNode(e);
|
|
1660
1660
|
const n = t(e.tag);
|
|
1661
1661
|
return Object.keys(e.attributes || []).forEach(function(i) {
|
|
1662
1662
|
n.setAttribute(i, e.attributes[i]);
|
|
1663
1663
|
}), (e.children || []).forEach(function(i) {
|
|
1664
|
-
n.appendChild(
|
|
1664
|
+
n.appendChild(ke(i, {
|
|
1665
1665
|
ceFn: t
|
|
1666
1666
|
}));
|
|
1667
1667
|
}), n;
|
|
1668
1668
|
}
|
|
1669
|
-
function
|
|
1669
|
+
function Xt(e) {
|
|
1670
1670
|
let a = " ".concat(e.outerHTML, " ");
|
|
1671
1671
|
return a = "".concat(a, "Font Awesome fontawesome.com "), a;
|
|
1672
1672
|
}
|
|
1673
|
-
const
|
|
1673
|
+
const A2 = {
|
|
1674
1674
|
replace: function(e) {
|
|
1675
1675
|
const a = e[0];
|
|
1676
1676
|
if (a.parentNode)
|
|
1677
1677
|
if (e[1].forEach((t) => {
|
|
1678
|
-
a.parentNode.insertBefore(
|
|
1679
|
-
}), a.getAttribute(
|
|
1680
|
-
let t =
|
|
1678
|
+
a.parentNode.insertBefore(ke(t), a);
|
|
1679
|
+
}), a.getAttribute(K) === null && d.keepOriginalSource) {
|
|
1680
|
+
let t = x.createComment(Xt(a));
|
|
1681
1681
|
a.parentNode.replaceChild(t, a);
|
|
1682
1682
|
} else
|
|
1683
1683
|
a.remove();
|
|
1684
1684
|
},
|
|
1685
1685
|
nest: function(e) {
|
|
1686
1686
|
const a = e[0], t = e[1];
|
|
1687
|
-
if (~
|
|
1688
|
-
return
|
|
1689
|
-
const n = new RegExp("".concat(
|
|
1687
|
+
if (~l1(a).indexOf(d.replacementClass))
|
|
1688
|
+
return A2.replace(e);
|
|
1689
|
+
const n = new RegExp("".concat(d.cssPrefix, "-.*"));
|
|
1690
1690
|
if (delete t[0].attributes.id, t[0].attributes.class) {
|
|
1691
|
-
const i = t[0].attributes.class.split(" ").reduce((c, s) => (s ===
|
|
1691
|
+
const i = t[0].attributes.class.split(" ").reduce((c, s) => (s === d.replacementClass || s.match(n) ? c.toSvg.push(s) : c.toNode.push(s), c), {
|
|
1692
1692
|
toNode: [],
|
|
1693
1693
|
toSvg: []
|
|
1694
1694
|
});
|
|
1695
1695
|
t[0].attributes.class = i.toSvg.join(" "), i.toNode.length === 0 ? a.removeAttribute("class") : a.setAttribute("class", i.toNode.join(" "));
|
|
1696
1696
|
}
|
|
1697
|
-
const r = t.map((i) =>
|
|
1697
|
+
const r = t.map((i) => d2(i)).join(`
|
|
1698
1698
|
`);
|
|
1699
|
-
a.setAttribute(
|
|
1699
|
+
a.setAttribute(K, ""), a.innerHTML = r;
|
|
1700
1700
|
}
|
|
1701
1701
|
};
|
|
1702
|
-
function
|
|
1702
|
+
function D1(e) {
|
|
1703
1703
|
e();
|
|
1704
1704
|
}
|
|
1705
|
-
function
|
|
1706
|
-
const t = typeof a == "function" ? a :
|
|
1705
|
+
function Se(e, a) {
|
|
1706
|
+
const t = typeof a == "function" ? a : M2;
|
|
1707
1707
|
if (e.length === 0)
|
|
1708
1708
|
t();
|
|
1709
1709
|
else {
|
|
1710
|
-
let n =
|
|
1711
|
-
|
|
1712
|
-
const r =
|
|
1710
|
+
let n = D1;
|
|
1711
|
+
d.mutateApproach === Ja && (n = H.requestAnimationFrame || D1), n(() => {
|
|
1712
|
+
const r = Wt(), i = g1.begin("mutate");
|
|
1713
1713
|
e.map(r), i(), t();
|
|
1714
1714
|
});
|
|
1715
1715
|
}
|
|
1716
1716
|
}
|
|
1717
|
-
let
|
|
1718
|
-
function
|
|
1719
|
-
|
|
1717
|
+
let h1 = !1;
|
|
1718
|
+
function Oe() {
|
|
1719
|
+
h1 = !0;
|
|
1720
1720
|
}
|
|
1721
|
-
function
|
|
1722
|
-
|
|
1721
|
+
function a1() {
|
|
1722
|
+
h1 = !1;
|
|
1723
1723
|
}
|
|
1724
|
-
let
|
|
1725
|
-
function
|
|
1726
|
-
if (!N1 || !
|
|
1724
|
+
let S2 = null;
|
|
1725
|
+
function R1(e) {
|
|
1726
|
+
if (!N1 || !d.observeMutations)
|
|
1727
1727
|
return;
|
|
1728
1728
|
const {
|
|
1729
|
-
treeCallback: a =
|
|
1730
|
-
nodeCallback: t =
|
|
1731
|
-
pseudoElementsCallback: n =
|
|
1732
|
-
observeMutationsRoot: r =
|
|
1729
|
+
treeCallback: a = M2,
|
|
1730
|
+
nodeCallback: t = M2,
|
|
1731
|
+
pseudoElementsCallback: n = M2,
|
|
1732
|
+
observeMutationsRoot: r = x
|
|
1733
1733
|
} = e;
|
|
1734
|
-
|
|
1735
|
-
if (
|
|
1734
|
+
S2 = new N1((i) => {
|
|
1735
|
+
if (h1)
|
|
1736
1736
|
return;
|
|
1737
|
-
const c =
|
|
1738
|
-
|
|
1739
|
-
if (s.type === "childList" && s.addedNodes.length > 0 && !_1(s.addedNodes[0]) && (
|
|
1740
|
-
if (s.attributeName === "class" &&
|
|
1737
|
+
const c = W();
|
|
1738
|
+
r2(i).forEach((s) => {
|
|
1739
|
+
if (s.type === "childList" && s.addedNodes.length > 0 && !_1(s.addedNodes[0]) && (d.searchPseudoElements && n(s.target), a(s.target)), s.type === "attributes" && s.target.parentNode && d.searchPseudoElements && n(s.target.parentNode), s.type === "attributes" && _1(s.target) && ~it.indexOf(s.attributeName))
|
|
1740
|
+
if (s.attributeName === "class" && Ut(s.target)) {
|
|
1741
1741
|
const {
|
|
1742
|
-
prefix:
|
|
1743
|
-
iconName:
|
|
1744
|
-
} =
|
|
1745
|
-
s.target.setAttribute(
|
|
1742
|
+
prefix: o,
|
|
1743
|
+
iconName: l
|
|
1744
|
+
} = I2(l1(s.target));
|
|
1745
|
+
s.target.setAttribute(s1, o || c), l && s.target.setAttribute(o1, l);
|
|
1746
1746
|
} else
|
|
1747
|
-
|
|
1747
|
+
Ht(s.target) && t(s.target);
|
|
1748
1748
|
});
|
|
1749
|
-
}),
|
|
1749
|
+
}), R && S2.observe(r, {
|
|
1750
1750
|
childList: !0,
|
|
1751
1751
|
attributes: !0,
|
|
1752
1752
|
characterData: !0,
|
|
1753
1753
|
subtree: !0
|
|
1754
1754
|
});
|
|
1755
1755
|
}
|
|
1756
|
-
function
|
|
1757
|
-
|
|
1756
|
+
function Gt() {
|
|
1757
|
+
S2 && S2.disconnect();
|
|
1758
1758
|
}
|
|
1759
|
-
function
|
|
1759
|
+
function Vt(e) {
|
|
1760
1760
|
const a = e.getAttribute("style");
|
|
1761
1761
|
let t = [];
|
|
1762
1762
|
return a && (t = a.split(";").reduce((n, r) => {
|
|
@@ -1764,22 +1764,22 @@ function X4(e) {
|
|
|
1764
1764
|
return c && s.length > 0 && (n[c] = s.join(":").trim()), n;
|
|
1765
1765
|
}, {})), t;
|
|
1766
1766
|
}
|
|
1767
|
-
function
|
|
1767
|
+
function Kt(e) {
|
|
1768
1768
|
const a = e.getAttribute("data-prefix"), t = e.getAttribute("data-icon"), n = e.innerText !== void 0 ? e.innerText.trim() : "";
|
|
1769
|
-
let r =
|
|
1770
|
-
return r.prefix || (r.prefix =
|
|
1769
|
+
let r = I2(l1(e));
|
|
1770
|
+
return r.prefix || (r.prefix = W()), a && t && (r.prefix = a, r.iconName = t), r.iconName && r.prefix || (r.prefix && n.length > 0 && (r.iconName = wt(r.prefix, e.innerText) || m1(r.prefix, G2(e.innerText))), !r.iconName && d.autoFetchSvg && e.firstChild && e.firstChild.nodeType === Node.TEXT_NODE && (r.iconName = e.firstChild.data)), r;
|
|
1771
1771
|
}
|
|
1772
|
-
function
|
|
1773
|
-
const a =
|
|
1774
|
-
return
|
|
1772
|
+
function Qt(e) {
|
|
1773
|
+
const a = r2(e.attributes).reduce((r, i) => (r.name !== "class" && r.name !== "style" && (r[i.name] = i.value), r), {}), t = e.getAttribute("title"), n = e.getAttribute("data-fa-title-id");
|
|
1774
|
+
return d.autoA11y && (t ? a["aria-labelledby"] = "".concat(d.replacementClass, "-title-").concat(n || u2()) : (a["aria-hidden"] = "true", a.focusable = "false")), a;
|
|
1775
1775
|
}
|
|
1776
|
-
function
|
|
1776
|
+
function Zt() {
|
|
1777
1777
|
return {
|
|
1778
1778
|
iconName: null,
|
|
1779
1779
|
title: null,
|
|
1780
1780
|
titleId: null,
|
|
1781
1781
|
prefix: null,
|
|
1782
|
-
transform:
|
|
1782
|
+
transform: I,
|
|
1783
1783
|
symbol: !1,
|
|
1784
1784
|
mask: {
|
|
1785
1785
|
iconName: null,
|
|
@@ -1794,7 +1794,7 @@ function K4() {
|
|
|
1794
1794
|
}
|
|
1795
1795
|
};
|
|
1796
1796
|
}
|
|
1797
|
-
function
|
|
1797
|
+
function j1(e) {
|
|
1798
1798
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
1799
1799
|
styleParser: !0
|
|
1800
1800
|
};
|
|
@@ -1802,14 +1802,14 @@ function R1(e) {
|
|
|
1802
1802
|
iconName: t,
|
|
1803
1803
|
prefix: n,
|
|
1804
1804
|
rest: r
|
|
1805
|
-
} =
|
|
1806
|
-
let s = a.styleParser ?
|
|
1805
|
+
} = Kt(e), i = Qt(e), c = K2("parseNodeAttributes", {}, e);
|
|
1806
|
+
let s = a.styleParser ? Vt(e) : [];
|
|
1807
1807
|
return {
|
|
1808
1808
|
iconName: t,
|
|
1809
1809
|
title: e.getAttribute("title"),
|
|
1810
1810
|
titleId: e.getAttribute("data-fa-title-id"),
|
|
1811
1811
|
prefix: n,
|
|
1812
|
-
transform:
|
|
1812
|
+
transform: I,
|
|
1813
1813
|
mask: {
|
|
1814
1814
|
iconName: null,
|
|
1815
1815
|
prefix: null,
|
|
@@ -1826,118 +1826,118 @@ function R1(e) {
|
|
|
1826
1826
|
};
|
|
1827
1827
|
}
|
|
1828
1828
|
const {
|
|
1829
|
-
styles:
|
|
1830
|
-
} =
|
|
1831
|
-
function
|
|
1832
|
-
const a =
|
|
1829
|
+
styles: Jt
|
|
1830
|
+
} = T;
|
|
1831
|
+
function Ee(e) {
|
|
1832
|
+
const a = d.autoReplaceSvg === "nest" ? j1(e, {
|
|
1833
1833
|
styleParser: !1
|
|
1834
|
-
}) :
|
|
1835
|
-
return ~a.extra.classes.indexOf(
|
|
1834
|
+
}) : j1(e);
|
|
1835
|
+
return ~a.extra.classes.indexOf(de) ? q("generateLayersText", e, a) : q("generateSvgReplacementMutation", e, a);
|
|
1836
1836
|
}
|
|
1837
|
-
let
|
|
1838
|
-
|
|
1839
|
-
|
|
1837
|
+
let $ = /* @__PURE__ */ new Set();
|
|
1838
|
+
ue.map((e) => {
|
|
1839
|
+
$.add("fa-".concat(e));
|
|
1840
1840
|
});
|
|
1841
|
-
Object.keys(
|
|
1842
|
-
Object.keys(
|
|
1843
|
-
Object.keys(
|
|
1844
|
-
|
|
1845
|
-
function
|
|
1841
|
+
Object.keys(G[z]).map($.add.bind($));
|
|
1842
|
+
Object.keys(G[k]).map($.add.bind($));
|
|
1843
|
+
Object.keys(G[S]).map($.add.bind($));
|
|
1844
|
+
$ = [...$];
|
|
1845
|
+
function B1(e) {
|
|
1846
1846
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1847
|
-
if (
|
|
1847
|
+
if (!R)
|
|
1848
1848
|
return Promise.resolve();
|
|
1849
|
-
const t =
|
|
1849
|
+
const t = x.documentElement.classList, n = (m) => t.add("".concat(O1, "-").concat(m)), r = (m) => t.remove("".concat(O1, "-").concat(m)), i = d.autoFetchSvg ? $ : ue.map((m) => "fa-".concat(m)).concat(Object.keys(Jt));
|
|
1850
1850
|
i.includes("fa") || i.push("fa");
|
|
1851
|
-
const c = [".".concat(
|
|
1851
|
+
const c = [".".concat(de, ":not([").concat(K, "])")].concat(i.map((m) => ".".concat(m, ":not([").concat(K, "])"))).join(", ");
|
|
1852
1852
|
if (c.length === 0)
|
|
1853
1853
|
return Promise.resolve();
|
|
1854
1854
|
let s = [];
|
|
1855
1855
|
try {
|
|
1856
|
-
s =
|
|
1856
|
+
s = r2(e.querySelectorAll(c));
|
|
1857
1857
|
} catch {
|
|
1858
1858
|
}
|
|
1859
1859
|
if (s.length > 0)
|
|
1860
1860
|
n("pending"), r("complete");
|
|
1861
1861
|
else
|
|
1862
1862
|
return Promise.resolve();
|
|
1863
|
-
const
|
|
1863
|
+
const o = g1.begin("onTree"), l = s.reduce((m, u) => {
|
|
1864
1864
|
try {
|
|
1865
|
-
const
|
|
1866
|
-
|
|
1867
|
-
} catch (
|
|
1868
|
-
|
|
1865
|
+
const g = Ee(u);
|
|
1866
|
+
g && m.push(g);
|
|
1867
|
+
} catch (g) {
|
|
1868
|
+
fe || g.name === "MissingIcon" && console.error(g);
|
|
1869
1869
|
}
|
|
1870
|
-
return
|
|
1870
|
+
return m;
|
|
1871
1871
|
}, []);
|
|
1872
|
-
return new Promise((
|
|
1873
|
-
Promise.all(
|
|
1874
|
-
|
|
1875
|
-
n("active"), n("complete"), r("pending"), typeof a == "function" && a(),
|
|
1872
|
+
return new Promise((m, u) => {
|
|
1873
|
+
Promise.all(l).then((g) => {
|
|
1874
|
+
Se(g, () => {
|
|
1875
|
+
n("active"), n("complete"), r("pending"), typeof a == "function" && a(), o(), m();
|
|
1876
1876
|
});
|
|
1877
|
-
}).catch((
|
|
1878
|
-
|
|
1877
|
+
}).catch((g) => {
|
|
1878
|
+
o(), u(g);
|
|
1879
1879
|
});
|
|
1880
1880
|
});
|
|
1881
1881
|
}
|
|
1882
|
-
function
|
|
1882
|
+
function e4(e) {
|
|
1883
1883
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1884
|
-
|
|
1885
|
-
t &&
|
|
1884
|
+
Ee(e).then((t) => {
|
|
1885
|
+
t && Se([t], a);
|
|
1886
1886
|
});
|
|
1887
1887
|
}
|
|
1888
|
-
function
|
|
1888
|
+
function a4(e) {
|
|
1889
1889
|
return function(a) {
|
|
1890
1890
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1891
|
-
const n = (a || {}).icon ? a :
|
|
1891
|
+
const n = (a || {}).icon ? a : Q2(a || {});
|
|
1892
1892
|
let {
|
|
1893
1893
|
mask: r
|
|
1894
1894
|
} = t;
|
|
1895
|
-
return r && (r = (r || {}).icon ? r :
|
|
1895
|
+
return r && (r = (r || {}).icon ? r : Q2(r || {})), e(n, {
|
|
1896
1896
|
...t,
|
|
1897
1897
|
mask: r
|
|
1898
1898
|
});
|
|
1899
1899
|
};
|
|
1900
1900
|
}
|
|
1901
|
-
const
|
|
1901
|
+
const t4 = function(e) {
|
|
1902
1902
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
1903
1903
|
const {
|
|
1904
|
-
transform: t =
|
|
1904
|
+
transform: t = I,
|
|
1905
1905
|
symbol: n = !1,
|
|
1906
1906
|
mask: r = null,
|
|
1907
1907
|
maskId: i = null,
|
|
1908
1908
|
title: c = null,
|
|
1909
1909
|
titleId: s = null,
|
|
1910
|
-
classes:
|
|
1911
|
-
attributes:
|
|
1912
|
-
styles:
|
|
1910
|
+
classes: o = [],
|
|
1911
|
+
attributes: l = {},
|
|
1912
|
+
styles: m = {}
|
|
1913
1913
|
} = a;
|
|
1914
1914
|
if (!e)
|
|
1915
1915
|
return;
|
|
1916
1916
|
const {
|
|
1917
|
-
prefix:
|
|
1918
|
-
iconName:
|
|
1917
|
+
prefix: u,
|
|
1918
|
+
iconName: g,
|
|
1919
1919
|
icon: L
|
|
1920
1920
|
} = e;
|
|
1921
|
-
return
|
|
1921
|
+
return T2({
|
|
1922
1922
|
type: "icon",
|
|
1923
1923
|
...e
|
|
1924
|
-
}, () => (
|
|
1924
|
+
}, () => (Q("beforeDOMElementCreation", {
|
|
1925
1925
|
iconDefinition: e,
|
|
1926
1926
|
params: a
|
|
1927
|
-
}),
|
|
1927
|
+
}), d.autoA11y && (c ? l["aria-labelledby"] = "".concat(d.replacementClass, "-title-").concat(s || u2()) : (l["aria-hidden"] = "true", l.focusable = "false")), p1({
|
|
1928
1928
|
icons: {
|
|
1929
|
-
main:
|
|
1930
|
-
mask: r ?
|
|
1929
|
+
main: Z2(L),
|
|
1930
|
+
mask: r ? Z2(r.icon) : {
|
|
1931
1931
|
found: !1,
|
|
1932
1932
|
width: null,
|
|
1933
1933
|
height: null,
|
|
1934
1934
|
icon: {}
|
|
1935
1935
|
}
|
|
1936
1936
|
},
|
|
1937
|
-
prefix:
|
|
1938
|
-
iconName:
|
|
1937
|
+
prefix: u,
|
|
1938
|
+
iconName: g,
|
|
1939
1939
|
transform: {
|
|
1940
|
-
...
|
|
1940
|
+
...I,
|
|
1941
1941
|
...t
|
|
1942
1942
|
},
|
|
1943
1943
|
symbol: n,
|
|
@@ -1945,33 +1945,33 @@ const et = function(e) {
|
|
|
1945
1945
|
maskId: i,
|
|
1946
1946
|
titleId: s,
|
|
1947
1947
|
extra: {
|
|
1948
|
-
attributes:
|
|
1949
|
-
styles:
|
|
1950
|
-
classes:
|
|
1948
|
+
attributes: l,
|
|
1949
|
+
styles: m,
|
|
1950
|
+
classes: o
|
|
1951
1951
|
}
|
|
1952
1952
|
})));
|
|
1953
1953
|
};
|
|
1954
|
-
var
|
|
1954
|
+
var n4 = {
|
|
1955
1955
|
mixout() {
|
|
1956
1956
|
return {
|
|
1957
|
-
icon:
|
|
1957
|
+
icon: a4(t4)
|
|
1958
1958
|
};
|
|
1959
1959
|
},
|
|
1960
1960
|
hooks() {
|
|
1961
1961
|
return {
|
|
1962
1962
|
mutationObserverCallbacks(e) {
|
|
1963
|
-
return e.treeCallback =
|
|
1963
|
+
return e.treeCallback = B1, e.nodeCallback = e4, e;
|
|
1964
1964
|
}
|
|
1965
1965
|
};
|
|
1966
1966
|
},
|
|
1967
1967
|
provides(e) {
|
|
1968
1968
|
e.i2svg = function(a) {
|
|
1969
1969
|
const {
|
|
1970
|
-
node: t =
|
|
1970
|
+
node: t = x,
|
|
1971
1971
|
callback: n = () => {
|
|
1972
1972
|
}
|
|
1973
1973
|
} = a;
|
|
1974
|
-
return
|
|
1974
|
+
return B1(t, n);
|
|
1975
1975
|
}, e.generateSvgReplacementMutation = function(a, t) {
|
|
1976
1976
|
const {
|
|
1977
1977
|
iconName: n,
|
|
@@ -1979,32 +1979,32 @@ var at = {
|
|
|
1979
1979
|
titleId: i,
|
|
1980
1980
|
prefix: c,
|
|
1981
1981
|
transform: s,
|
|
1982
|
-
symbol:
|
|
1983
|
-
mask:
|
|
1984
|
-
maskId:
|
|
1985
|
-
extra:
|
|
1982
|
+
symbol: o,
|
|
1983
|
+
mask: l,
|
|
1984
|
+
maskId: m,
|
|
1985
|
+
extra: u
|
|
1986
1986
|
} = t;
|
|
1987
|
-
return new Promise((
|
|
1988
|
-
Promise.all([
|
|
1987
|
+
return new Promise((g, L) => {
|
|
1988
|
+
Promise.all([J2(n, c), l.iconName ? J2(l.iconName, l.prefix) : Promise.resolve({
|
|
1989
1989
|
found: !1,
|
|
1990
1990
|
width: 512,
|
|
1991
1991
|
height: 512,
|
|
1992
1992
|
icon: {}
|
|
1993
|
-
})]).then((
|
|
1994
|
-
let [h,
|
|
1995
|
-
|
|
1993
|
+
})]).then((v) => {
|
|
1994
|
+
let [h, y] = v;
|
|
1995
|
+
g([a, p1({
|
|
1996
1996
|
icons: {
|
|
1997
1997
|
main: h,
|
|
1998
|
-
mask:
|
|
1998
|
+
mask: y
|
|
1999
1999
|
},
|
|
2000
2000
|
prefix: c,
|
|
2001
2001
|
iconName: n,
|
|
2002
2002
|
transform: s,
|
|
2003
|
-
symbol:
|
|
2004
|
-
maskId:
|
|
2003
|
+
symbol: o,
|
|
2004
|
+
maskId: m,
|
|
2005
2005
|
title: r,
|
|
2006
2006
|
titleId: i,
|
|
2007
|
-
extra:
|
|
2007
|
+
extra: u,
|
|
2008
2008
|
watchable: !0
|
|
2009
2009
|
})]);
|
|
2010
2010
|
}).catch(L);
|
|
@@ -2017,21 +2017,21 @@ var at = {
|
|
|
2017
2017
|
transform: i,
|
|
2018
2018
|
styles: c
|
|
2019
2019
|
} = a;
|
|
2020
|
-
const s =
|
|
2020
|
+
const s = P2(c);
|
|
2021
2021
|
s.length > 0 && (n.style = s);
|
|
2022
|
-
let
|
|
2023
|
-
return
|
|
2022
|
+
let o;
|
|
2023
|
+
return f1(i) && (o = q("generateAbstractTransformGrouping", {
|
|
2024
2024
|
main: r,
|
|
2025
2025
|
transform: i,
|
|
2026
2026
|
containerWidth: r.width,
|
|
2027
2027
|
iconWidth: r.width
|
|
2028
|
-
})), t.push(
|
|
2028
|
+
})), t.push(o || r.icon), {
|
|
2029
2029
|
children: t,
|
|
2030
2030
|
attributes: n
|
|
2031
2031
|
};
|
|
2032
2032
|
};
|
|
2033
2033
|
}
|
|
2034
|
-
},
|
|
2034
|
+
}, r4 = {
|
|
2035
2035
|
mixout() {
|
|
2036
2036
|
return {
|
|
2037
2037
|
layer(e) {
|
|
@@ -2039,10 +2039,10 @@ var at = {
|
|
|
2039
2039
|
const {
|
|
2040
2040
|
classes: t = []
|
|
2041
2041
|
} = a;
|
|
2042
|
-
return
|
|
2042
|
+
return T2({
|
|
2043
2043
|
type: "layer"
|
|
2044
2044
|
}, () => {
|
|
2045
|
-
|
|
2045
|
+
Q("beforeDOMElementCreation", {
|
|
2046
2046
|
assembler: e,
|
|
2047
2047
|
params: a
|
|
2048
2048
|
});
|
|
@@ -2054,7 +2054,7 @@ var at = {
|
|
|
2054
2054
|
}), [{
|
|
2055
2055
|
tag: "span",
|
|
2056
2056
|
attributes: {
|
|
2057
|
-
class: ["".concat(
|
|
2057
|
+
class: ["".concat(d.cssPrefix, "-layers"), ...t].join(" ")
|
|
2058
2058
|
},
|
|
2059
2059
|
children: n
|
|
2060
2060
|
}];
|
|
@@ -2062,7 +2062,7 @@ var at = {
|
|
|
2062
2062
|
}
|
|
2063
2063
|
};
|
|
2064
2064
|
}
|
|
2065
|
-
},
|
|
2065
|
+
}, i4 = {
|
|
2066
2066
|
mixout() {
|
|
2067
2067
|
return {
|
|
2068
2068
|
counter(e) {
|
|
@@ -2073,53 +2073,53 @@ var at = {
|
|
|
2073
2073
|
attributes: r = {},
|
|
2074
2074
|
styles: i = {}
|
|
2075
2075
|
} = a;
|
|
2076
|
-
return
|
|
2076
|
+
return T2({
|
|
2077
2077
|
type: "counter",
|
|
2078
2078
|
content: e
|
|
2079
|
-
}, () => (
|
|
2079
|
+
}, () => (Q("beforeDOMElementCreation", {
|
|
2080
2080
|
content: e,
|
|
2081
2081
|
params: a
|
|
2082
|
-
}),
|
|
2082
|
+
}), Dt({
|
|
2083
2083
|
content: e.toString(),
|
|
2084
2084
|
title: t,
|
|
2085
2085
|
extra: {
|
|
2086
2086
|
attributes: r,
|
|
2087
2087
|
styles: i,
|
|
2088
|
-
classes: ["".concat(
|
|
2088
|
+
classes: ["".concat(d.cssPrefix, "-layers-counter"), ...n]
|
|
2089
2089
|
}
|
|
2090
2090
|
})));
|
|
2091
2091
|
}
|
|
2092
2092
|
};
|
|
2093
2093
|
}
|
|
2094
|
-
},
|
|
2094
|
+
}, c4 = {
|
|
2095
2095
|
mixout() {
|
|
2096
2096
|
return {
|
|
2097
2097
|
text(e) {
|
|
2098
2098
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2099
2099
|
const {
|
|
2100
|
-
transform: t =
|
|
2100
|
+
transform: t = I,
|
|
2101
2101
|
title: n = null,
|
|
2102
2102
|
classes: r = [],
|
|
2103
2103
|
attributes: i = {},
|
|
2104
2104
|
styles: c = {}
|
|
2105
2105
|
} = a;
|
|
2106
|
-
return
|
|
2106
|
+
return T2({
|
|
2107
2107
|
type: "text",
|
|
2108
2108
|
content: e
|
|
2109
|
-
}, () => (
|
|
2109
|
+
}, () => (Q("beforeDOMElementCreation", {
|
|
2110
2110
|
content: e,
|
|
2111
2111
|
params: a
|
|
2112
|
-
}),
|
|
2112
|
+
}), T1({
|
|
2113
2113
|
content: e,
|
|
2114
2114
|
transform: {
|
|
2115
|
-
...
|
|
2115
|
+
...I,
|
|
2116
2116
|
...t
|
|
2117
2117
|
},
|
|
2118
2118
|
title: n,
|
|
2119
2119
|
extra: {
|
|
2120
2120
|
attributes: i,
|
|
2121
2121
|
styles: c,
|
|
2122
|
-
classes: ["".concat(
|
|
2122
|
+
classes: ["".concat(d.cssPrefix, "-layers-text"), ...r]
|
|
2123
2123
|
}
|
|
2124
2124
|
})));
|
|
2125
2125
|
}
|
|
@@ -2133,11 +2133,11 @@ var at = {
|
|
|
2133
2133
|
extra: i
|
|
2134
2134
|
} = t;
|
|
2135
2135
|
let c = null, s = null;
|
|
2136
|
-
if (
|
|
2137
|
-
const
|
|
2138
|
-
c =
|
|
2136
|
+
if (re) {
|
|
2137
|
+
const o = parseInt(getComputedStyle(a).fontSize, 10), l = a.getBoundingClientRect();
|
|
2138
|
+
c = l.width / o, s = l.height / o;
|
|
2139
2139
|
}
|
|
2140
|
-
return
|
|
2140
|
+
return d.autoA11y && !n && (i.attributes["aria-hidden"] = "true"), Promise.resolve([a, T1({
|
|
2141
2141
|
content: a.innerHTML,
|
|
2142
2142
|
width: c,
|
|
2143
2143
|
height: s,
|
|
@@ -2149,67 +2149,67 @@ var at = {
|
|
|
2149
2149
|
};
|
|
2150
2150
|
}
|
|
2151
2151
|
};
|
|
2152
|
-
const
|
|
2152
|
+
const s4 = new RegExp('"', "ug"), U1 = [1105920, 1112319], H1 = {
|
|
2153
2153
|
FontAwesome: {
|
|
2154
2154
|
normal: "fas",
|
|
2155
2155
|
400: "fas"
|
|
2156
2156
|
},
|
|
2157
|
-
...
|
|
2158
|
-
...
|
|
2159
|
-
...
|
|
2160
|
-
},
|
|
2161
|
-
const t =
|
|
2157
|
+
...Ba,
|
|
2158
|
+
...ja,
|
|
2159
|
+
...Va
|
|
2160
|
+
}, t1 = Object.keys(H1).reduce((e, a) => (e[a.toLowerCase()] = H1[a], e), {}), o4 = Object.keys(t1).reduce((e, a) => {
|
|
2161
|
+
const t = t1[a];
|
|
2162
2162
|
return e[a] = t[900] || [...Object.entries(t)][0][1], e;
|
|
2163
2163
|
}, {});
|
|
2164
|
-
function
|
|
2165
|
-
const a = e.replace(
|
|
2164
|
+
function l4(e) {
|
|
2165
|
+
const a = e.replace(s4, ""), t = yt(a, 0), n = t >= U1[0] && t <= U1[1], r = a.length === 2 ? a[0] === a[1] : !1;
|
|
2166
2166
|
return {
|
|
2167
|
-
value:
|
|
2167
|
+
value: G2(r ? a[0] : a),
|
|
2168
2168
|
isSecondary: n || r
|
|
2169
2169
|
};
|
|
2170
2170
|
}
|
|
2171
|
-
function
|
|
2171
|
+
function f4(e, a) {
|
|
2172
2172
|
const t = e.replace(/^['"]|['"]$/g, "").toLowerCase(), n = parseInt(a), r = isNaN(n) ? "normal" : n;
|
|
2173
|
-
return (
|
|
2173
|
+
return (t1[t] || {})[r] || o4[t];
|
|
2174
2174
|
}
|
|
2175
|
-
function
|
|
2176
|
-
const t = "".concat(
|
|
2175
|
+
function W1(e, a) {
|
|
2176
|
+
const t = "".concat(Za).concat(a.replace(":", "-"));
|
|
2177
2177
|
return new Promise((n, r) => {
|
|
2178
2178
|
if (e.getAttribute(t) !== null)
|
|
2179
2179
|
return n();
|
|
2180
|
-
const c =
|
|
2181
|
-
if (c && !
|
|
2180
|
+
const c = r2(e.children).filter((g) => g.getAttribute(W2) === a)[0], s = H.getComputedStyle(e, a), o = s.getPropertyValue("font-family"), l = o.match(nt), m = s.getPropertyValue("font-weight"), u = s.getPropertyValue("content");
|
|
2181
|
+
if (c && !l)
|
|
2182
2182
|
return e.removeChild(c), n();
|
|
2183
|
-
if (
|
|
2184
|
-
const
|
|
2185
|
-
let L =
|
|
2183
|
+
if (l && u !== "none" && u !== "") {
|
|
2184
|
+
const g = s.getPropertyValue("content");
|
|
2185
|
+
let L = f4(o, m);
|
|
2186
2186
|
const {
|
|
2187
|
-
value:
|
|
2187
|
+
value: v,
|
|
2188
2188
|
isSecondary: h
|
|
2189
|
-
} =
|
|
2190
|
-
let
|
|
2191
|
-
if (
|
|
2192
|
-
const
|
|
2193
|
-
|
|
2189
|
+
} = l4(g), y = l[0].startsWith("FontAwesome");
|
|
2190
|
+
let f = m1(L, v), p = f;
|
|
2191
|
+
if (y) {
|
|
2192
|
+
const b = Nt(v);
|
|
2193
|
+
b.iconName && b.prefix && (f = b.iconName, L = b.prefix);
|
|
2194
2194
|
}
|
|
2195
|
-
if (
|
|
2196
|
-
e.setAttribute(t,
|
|
2197
|
-
const
|
|
2195
|
+
if (f && !h && (!c || c.getAttribute(s1) !== L || c.getAttribute(o1) !== p)) {
|
|
2196
|
+
e.setAttribute(t, p), c && e.removeChild(c);
|
|
2197
|
+
const b = Zt(), {
|
|
2198
2198
|
extra: C
|
|
2199
|
-
} =
|
|
2200
|
-
C.attributes[
|
|
2201
|
-
const
|
|
2202
|
-
...
|
|
2199
|
+
} = b;
|
|
2200
|
+
C.attributes[W2] = a, J2(f, L).then((A) => {
|
|
2201
|
+
const P = p1({
|
|
2202
|
+
...b,
|
|
2203
2203
|
icons: {
|
|
2204
|
-
main:
|
|
2205
|
-
mask:
|
|
2204
|
+
main: A,
|
|
2205
|
+
mask: d1()
|
|
2206
2206
|
},
|
|
2207
2207
|
prefix: L,
|
|
2208
|
-
iconName:
|
|
2208
|
+
iconName: p,
|
|
2209
2209
|
extra: C,
|
|
2210
2210
|
watchable: !0
|
|
2211
|
-
}),
|
|
2212
|
-
a === "::before" ? e.insertBefore(
|
|
2211
|
+
}), F = x.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
2212
|
+
a === "::before" ? e.insertBefore(F, e.firstChild) : e.appendChild(F), F.outerHTML = P.map((v2) => d2(v2)).join(`
|
|
2213
2213
|
`), e.removeAttribute(t), n();
|
|
2214
2214
|
}).catch(r);
|
|
2215
2215
|
} else
|
|
@@ -2218,47 +2218,47 @@ function H1(e, a) {
|
|
|
2218
2218
|
n();
|
|
2219
2219
|
});
|
|
2220
2220
|
}
|
|
2221
|
-
function
|
|
2222
|
-
return Promise.all([
|
|
2221
|
+
function u4(e) {
|
|
2222
|
+
return Promise.all([W1(e, "::before"), W1(e, "::after")]);
|
|
2223
2223
|
}
|
|
2224
|
-
function
|
|
2225
|
-
return e.parentNode !== document.head && !~
|
|
2224
|
+
function m4(e) {
|
|
2225
|
+
return e.parentNode !== document.head && !~et.indexOf(e.tagName.toUpperCase()) && !e.getAttribute(W2) && (!e.parentNode || e.parentNode.tagName !== "svg");
|
|
2226
2226
|
}
|
|
2227
|
-
function
|
|
2228
|
-
if (
|
|
2227
|
+
function q1(e) {
|
|
2228
|
+
if (R)
|
|
2229
2229
|
return new Promise((a, t) => {
|
|
2230
|
-
const n =
|
|
2231
|
-
|
|
2232
|
-
r(),
|
|
2230
|
+
const n = r2(e.querySelectorAll("*")).filter(m4).map(u4), r = g1.begin("searchPseudoElements");
|
|
2231
|
+
Oe(), Promise.all(n).then(() => {
|
|
2232
|
+
r(), a1(), a();
|
|
2233
2233
|
}).catch(() => {
|
|
2234
|
-
r(),
|
|
2234
|
+
r(), a1(), t();
|
|
2235
2235
|
});
|
|
2236
2236
|
});
|
|
2237
2237
|
}
|
|
2238
|
-
var
|
|
2238
|
+
var d4 = {
|
|
2239
2239
|
hooks() {
|
|
2240
2240
|
return {
|
|
2241
2241
|
mutationObserverCallbacks(e) {
|
|
2242
|
-
return e.pseudoElementsCallback =
|
|
2242
|
+
return e.pseudoElementsCallback = q1, e;
|
|
2243
2243
|
}
|
|
2244
2244
|
};
|
|
2245
2245
|
},
|
|
2246
2246
|
provides(e) {
|
|
2247
2247
|
e.pseudoElements2svg = function(a) {
|
|
2248
2248
|
const {
|
|
2249
|
-
node: t =
|
|
2249
|
+
node: t = x
|
|
2250
2250
|
} = a;
|
|
2251
|
-
|
|
2251
|
+
d.searchPseudoElements && q1(t);
|
|
2252
2252
|
};
|
|
2253
2253
|
}
|
|
2254
2254
|
};
|
|
2255
|
-
let
|
|
2256
|
-
var
|
|
2255
|
+
let Y1 = !1;
|
|
2256
|
+
var p4 = {
|
|
2257
2257
|
mixout() {
|
|
2258
2258
|
return {
|
|
2259
2259
|
dom: {
|
|
2260
2260
|
unwatch() {
|
|
2261
|
-
|
|
2261
|
+
Oe(), Y1 = !0;
|
|
2262
2262
|
}
|
|
2263
2263
|
}
|
|
2264
2264
|
};
|
|
@@ -2266,23 +2266,23 @@ var mt = {
|
|
|
2266
2266
|
hooks() {
|
|
2267
2267
|
return {
|
|
2268
2268
|
bootstrap() {
|
|
2269
|
-
|
|
2269
|
+
R1(K2("mutationObserverCallbacks", {}));
|
|
2270
2270
|
},
|
|
2271
2271
|
noAuto() {
|
|
2272
|
-
|
|
2272
|
+
Gt();
|
|
2273
2273
|
},
|
|
2274
2274
|
watch(e) {
|
|
2275
2275
|
const {
|
|
2276
2276
|
observeMutationsRoot: a
|
|
2277
2277
|
} = e;
|
|
2278
|
-
|
|
2278
|
+
Y1 ? a1() : R1(K2("mutationObserverCallbacks", {
|
|
2279
2279
|
observeMutationsRoot: a
|
|
2280
2280
|
}));
|
|
2281
2281
|
}
|
|
2282
2282
|
};
|
|
2283
2283
|
}
|
|
2284
2284
|
};
|
|
2285
|
-
const
|
|
2285
|
+
const X1 = (e) => {
|
|
2286
2286
|
let a = {
|
|
2287
2287
|
size: 16,
|
|
2288
2288
|
x: 0,
|
|
@@ -2326,11 +2326,11 @@ const Y1 = (e) => {
|
|
|
2326
2326
|
return t;
|
|
2327
2327
|
}, a);
|
|
2328
2328
|
};
|
|
2329
|
-
var
|
|
2329
|
+
var g4 = {
|
|
2330
2330
|
mixout() {
|
|
2331
2331
|
return {
|
|
2332
2332
|
parse: {
|
|
2333
|
-
transform: (e) =>
|
|
2333
|
+
transform: (e) => X1(e)
|
|
2334
2334
|
}
|
|
2335
2335
|
};
|
|
2336
2336
|
},
|
|
@@ -2338,7 +2338,7 @@ var dt = {
|
|
|
2338
2338
|
return {
|
|
2339
2339
|
parseNodeAttributes(e, a) {
|
|
2340
2340
|
const t = a.getAttribute("data-fa-transform");
|
|
2341
|
-
return t && (e.transform =
|
|
2341
|
+
return t && (e.transform = X1(t)), e;
|
|
2342
2342
|
}
|
|
2343
2343
|
};
|
|
2344
2344
|
},
|
|
@@ -2352,31 +2352,31 @@ var dt = {
|
|
|
2352
2352
|
} = a;
|
|
2353
2353
|
const c = {
|
|
2354
2354
|
transform: "translate(".concat(r / 2, " 256)")
|
|
2355
|
-
}, s = "translate(".concat(n.x * 32, ", ").concat(n.y * 32, ") "),
|
|
2356
|
-
transform: "".concat(s, " ").concat(
|
|
2357
|
-
},
|
|
2355
|
+
}, s = "translate(".concat(n.x * 32, ", ").concat(n.y * 32, ") "), o = "scale(".concat(n.size / 16 * (n.flipX ? -1 : 1), ", ").concat(n.size / 16 * (n.flipY ? -1 : 1), ") "), l = "rotate(".concat(n.rotate, " 0 0)"), m = {
|
|
2356
|
+
transform: "".concat(s, " ").concat(o, " ").concat(l)
|
|
2357
|
+
}, u = {
|
|
2358
2358
|
transform: "translate(".concat(i / 2 * -1, " -256)")
|
|
2359
|
-
},
|
|
2359
|
+
}, g = {
|
|
2360
2360
|
outer: c,
|
|
2361
|
-
inner:
|
|
2362
|
-
path:
|
|
2361
|
+
inner: m,
|
|
2362
|
+
path: u
|
|
2363
2363
|
};
|
|
2364
2364
|
return {
|
|
2365
2365
|
tag: "g",
|
|
2366
2366
|
attributes: {
|
|
2367
|
-
...
|
|
2367
|
+
...g.outer
|
|
2368
2368
|
},
|
|
2369
2369
|
children: [{
|
|
2370
2370
|
tag: "g",
|
|
2371
2371
|
attributes: {
|
|
2372
|
-
...
|
|
2372
|
+
...g.inner
|
|
2373
2373
|
},
|
|
2374
2374
|
children: [{
|
|
2375
2375
|
tag: t.icon.tag,
|
|
2376
2376
|
children: t.icon.children,
|
|
2377
2377
|
attributes: {
|
|
2378
2378
|
...t.icon.attributes,
|
|
2379
|
-
...
|
|
2379
|
+
...g.path
|
|
2380
2380
|
}
|
|
2381
2381
|
}]
|
|
2382
2382
|
}]
|
|
@@ -2384,25 +2384,25 @@ var dt = {
|
|
|
2384
2384
|
};
|
|
2385
2385
|
}
|
|
2386
2386
|
};
|
|
2387
|
-
const
|
|
2387
|
+
const U2 = {
|
|
2388
2388
|
x: 0,
|
|
2389
2389
|
y: 0,
|
|
2390
2390
|
width: "100%",
|
|
2391
2391
|
height: "100%"
|
|
2392
2392
|
};
|
|
2393
|
-
function
|
|
2393
|
+
function G1(e) {
|
|
2394
2394
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
2395
2395
|
return e.attributes && (e.attributes.fill || a) && (e.attributes.fill = "black"), e;
|
|
2396
2396
|
}
|
|
2397
|
-
function
|
|
2397
|
+
function h4(e) {
|
|
2398
2398
|
return e.tag === "g" ? e.children : [e];
|
|
2399
2399
|
}
|
|
2400
|
-
var
|
|
2400
|
+
var v4 = {
|
|
2401
2401
|
hooks() {
|
|
2402
2402
|
return {
|
|
2403
2403
|
parseNodeAttributes(e, a) {
|
|
2404
|
-
const t = a.getAttribute("data-fa-mask"), n = t ?
|
|
2405
|
-
return n.prefix || (n.prefix =
|
|
2404
|
+
const t = a.getAttribute("data-fa-mask"), n = t ? I2(t.split(" ").map((r) => r.trim())) : d1();
|
|
2405
|
+
return n.prefix || (n.prefix = W()), e.mask = n, e.maskId = a.getAttribute("data-fa-mask-id"), e;
|
|
2406
2406
|
}
|
|
2407
2407
|
};
|
|
2408
2408
|
},
|
|
@@ -2417,68 +2417,68 @@ var gt = {
|
|
|
2417
2417
|
transform: s
|
|
2418
2418
|
} = a;
|
|
2419
2419
|
const {
|
|
2420
|
-
width: l,
|
|
2421
|
-
icon: f
|
|
2422
|
-
} = r, {
|
|
2423
2420
|
width: o,
|
|
2424
|
-
icon:
|
|
2425
|
-
} =
|
|
2421
|
+
icon: l
|
|
2422
|
+
} = r, {
|
|
2423
|
+
width: m,
|
|
2424
|
+
icon: u
|
|
2425
|
+
} = i, g = dt({
|
|
2426
2426
|
transform: s,
|
|
2427
|
-
containerWidth:
|
|
2428
|
-
iconWidth:
|
|
2427
|
+
containerWidth: m,
|
|
2428
|
+
iconWidth: o
|
|
2429
2429
|
}), L = {
|
|
2430
2430
|
tag: "rect",
|
|
2431
2431
|
attributes: {
|
|
2432
|
-
...
|
|
2432
|
+
...U2,
|
|
2433
2433
|
fill: "white"
|
|
2434
2434
|
}
|
|
2435
|
-
},
|
|
2436
|
-
children:
|
|
2435
|
+
}, v = l.children ? {
|
|
2436
|
+
children: l.children.map(G1)
|
|
2437
2437
|
} : {}, h = {
|
|
2438
2438
|
tag: "g",
|
|
2439
2439
|
attributes: {
|
|
2440
|
-
...
|
|
2440
|
+
...g.inner
|
|
2441
2441
|
},
|
|
2442
|
-
children: [
|
|
2443
|
-
tag:
|
|
2442
|
+
children: [G1({
|
|
2443
|
+
tag: l.tag,
|
|
2444
2444
|
attributes: {
|
|
2445
|
-
...
|
|
2446
|
-
...
|
|
2445
|
+
...l.attributes,
|
|
2446
|
+
...g.path
|
|
2447
2447
|
},
|
|
2448
|
-
...
|
|
2448
|
+
...v
|
|
2449
2449
|
})]
|
|
2450
|
-
},
|
|
2450
|
+
}, y = {
|
|
2451
2451
|
tag: "g",
|
|
2452
2452
|
attributes: {
|
|
2453
|
-
...
|
|
2453
|
+
...g.outer
|
|
2454
2454
|
},
|
|
2455
2455
|
children: [h]
|
|
2456
|
-
},
|
|
2456
|
+
}, f = "mask-".concat(c || u2()), p = "clip-".concat(c || u2()), b = {
|
|
2457
2457
|
tag: "mask",
|
|
2458
2458
|
attributes: {
|
|
2459
|
-
...
|
|
2460
|
-
id:
|
|
2459
|
+
...U2,
|
|
2460
|
+
id: f,
|
|
2461
2461
|
maskUnits: "userSpaceOnUse",
|
|
2462
2462
|
maskContentUnits: "userSpaceOnUse"
|
|
2463
2463
|
},
|
|
2464
|
-
children: [L,
|
|
2464
|
+
children: [L, y]
|
|
2465
2465
|
}, C = {
|
|
2466
2466
|
tag: "defs",
|
|
2467
2467
|
children: [{
|
|
2468
2468
|
tag: "clipPath",
|
|
2469
2469
|
attributes: {
|
|
2470
|
-
id:
|
|
2470
|
+
id: p
|
|
2471
2471
|
},
|
|
2472
|
-
children:
|
|
2473
|
-
},
|
|
2472
|
+
children: h4(u)
|
|
2473
|
+
}, b]
|
|
2474
2474
|
};
|
|
2475
2475
|
return t.push(C, {
|
|
2476
2476
|
tag: "rect",
|
|
2477
2477
|
attributes: {
|
|
2478
2478
|
fill: "currentColor",
|
|
2479
|
-
"clip-path": "url(#".concat(
|
|
2480
|
-
mask: "url(#".concat(
|
|
2481
|
-
...
|
|
2479
|
+
"clip-path": "url(#".concat(p, ")"),
|
|
2480
|
+
mask: "url(#".concat(f, ")"),
|
|
2481
|
+
...U2
|
|
2482
2482
|
}
|
|
2483
2483
|
}), {
|
|
2484
2484
|
children: t,
|
|
@@ -2486,10 +2486,10 @@ var gt = {
|
|
|
2486
2486
|
};
|
|
2487
2487
|
};
|
|
2488
2488
|
}
|
|
2489
|
-
},
|
|
2489
|
+
}, L4 = {
|
|
2490
2490
|
provides(e) {
|
|
2491
2491
|
let a = !1;
|
|
2492
|
-
|
|
2492
|
+
H.matchMedia && (a = H.matchMedia("(prefers-reduced-motion: reduce)").matches), e.missingIconAbstract = function() {
|
|
2493
2493
|
const t = [], n = {
|
|
2494
2494
|
fill: "currentColor"
|
|
2495
2495
|
}, r = {
|
|
@@ -2567,7 +2567,7 @@ var gt = {
|
|
|
2567
2567
|
};
|
|
2568
2568
|
};
|
|
2569
2569
|
}
|
|
2570
|
-
},
|
|
2570
|
+
}, b4 = {
|
|
2571
2571
|
hooks() {
|
|
2572
2572
|
return {
|
|
2573
2573
|
parseNodeAttributes(e, a) {
|
|
@@ -2576,22 +2576,22 @@ var gt = {
|
|
|
2576
2576
|
}
|
|
2577
2577
|
};
|
|
2578
2578
|
}
|
|
2579
|
-
},
|
|
2580
|
-
|
|
2581
|
-
mixoutsTo:
|
|
2579
|
+
}, y4 = [ht, n4, r4, i4, c4, d4, p4, g4, v4, L4, b4];
|
|
2580
|
+
Et(y4, {
|
|
2581
|
+
mixoutsTo: O
|
|
2582
2582
|
});
|
|
2583
|
-
|
|
2584
|
-
const
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
const
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
const
|
|
2591
|
-
|
|
2592
|
-
const
|
|
2593
|
-
|
|
2594
|
-
var
|
|
2583
|
+
O.noAuto;
|
|
2584
|
+
const Pe = O.config;
|
|
2585
|
+
O.library;
|
|
2586
|
+
O.dom;
|
|
2587
|
+
const O2 = O.parse;
|
|
2588
|
+
O.findIconDefinition;
|
|
2589
|
+
O.toHtml;
|
|
2590
|
+
const x4 = O.icon;
|
|
2591
|
+
O.layer;
|
|
2592
|
+
const z4 = O.text;
|
|
2593
|
+
O.counter;
|
|
2594
|
+
var C4 = {
|
|
2595
2595
|
prefix: "far",
|
|
2596
2596
|
iconName: "plus-minus",
|
|
2597
2597
|
icon: [
|
|
@@ -2601,7 +2601,7 @@ var xt = {
|
|
|
2601
2601
|
"e43c",
|
|
2602
2602
|
"M216 32c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 120L48 152c-13.3 0-24 10.7-24 24s10.7 24 24 24l120 0 0 120c0 13.3 10.7 24 24 24s24-10.7 24-24l0-120 120 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-120 0 0-120zM8 488c0 13.3 10.7 24 24 24l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 464c-13.3 0-24 10.7-24 24z"
|
|
2603
2603
|
]
|
|
2604
|
-
},
|
|
2604
|
+
}, M4 = {
|
|
2605
2605
|
prefix: "far",
|
|
2606
2606
|
iconName: "file-check",
|
|
2607
2607
|
icon: [
|
|
@@ -2611,7 +2611,7 @@ var xt = {
|
|
|
2611
2611
|
"f316",
|
|
2612
2612
|
"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zM289 267.6c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-89.7 89.7L129 287c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l53.3 53.3c4.5 4.5 10.6 7 17 7s12.5-2.5 17-7L289 267.6z"
|
|
2613
2613
|
]
|
|
2614
|
-
},
|
|
2614
|
+
}, v1 = {
|
|
2615
2615
|
prefix: "far",
|
|
2616
2616
|
iconName: "circle-xmark",
|
|
2617
2617
|
icon: [
|
|
@@ -2621,7 +2621,7 @@ var xt = {
|
|
|
2621
2621
|
"f057",
|
|
2622
2622
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"
|
|
2623
2623
|
]
|
|
2624
|
-
},
|
|
2624
|
+
}, A4 = v1, w4 = v1, L1 = {
|
|
2625
2625
|
prefix: "far",
|
|
2626
2626
|
iconName: "triangle-exclamation",
|
|
2627
2627
|
icon: [
|
|
@@ -2631,7 +2631,7 @@ var xt = {
|
|
|
2631
2631
|
"f071",
|
|
2632
2632
|
"M248.4 84.3c1.6-2.7 4.5-4.3 7.6-4.3s6 1.6 7.6 4.3L461.9 410c1.4 2.3 2.1 4.9 2.1 7.5c0 8-6.5 14.5-14.5 14.5l-387 0c-8 0-14.5-6.5-14.5-14.5c0-2.7 .7-5.3 2.1-7.5L248.4 84.3zm-41-25L9.1 385c-6 9.8-9.1 21-9.1 32.5C0 452 28 480 62.5 480l387 0c34.5 0 62.5-28 62.5-62.5c0-11.5-3.2-22.7-9.1-32.5L304.6 59.3C294.3 42.4 275.9 32 256 32s-38.3 10.4-48.6 27.3zM288 368a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-8-184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96z"
|
|
2633
2633
|
]
|
|
2634
|
-
},
|
|
2634
|
+
}, N4 = L1, k4 = L1, S4 = {
|
|
2635
2635
|
prefix: "far",
|
|
2636
2636
|
iconName: "angle-left",
|
|
2637
2637
|
icon: [
|
|
@@ -2641,7 +2641,7 @@ var xt = {
|
|
|
2641
2641
|
"f104",
|
|
2642
2642
|
"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z"
|
|
2643
2643
|
]
|
|
2644
|
-
},
|
|
2644
|
+
}, O4 = {
|
|
2645
2645
|
prefix: "far",
|
|
2646
2646
|
iconName: "check",
|
|
2647
2647
|
icon: [
|
|
@@ -2651,7 +2651,7 @@ var xt = {
|
|
|
2651
2651
|
"f00c",
|
|
2652
2652
|
"M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"
|
|
2653
2653
|
]
|
|
2654
|
-
},
|
|
2654
|
+
}, Fe = {
|
|
2655
2655
|
prefix: "far",
|
|
2656
2656
|
iconName: "calendar-lines",
|
|
2657
2657
|
icon: [
|
|
@@ -2661,7 +2661,7 @@ var xt = {
|
|
|
2661
2661
|
"e0d5",
|
|
2662
2662
|
"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm48 88c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"
|
|
2663
2663
|
]
|
|
2664
|
-
},
|
|
2664
|
+
}, E4 = Fe, Ie = {
|
|
2665
2665
|
prefix: "far",
|
|
2666
2666
|
iconName: "circle-plus",
|
|
2667
2667
|
icon: [
|
|
@@ -2671,7 +2671,7 @@ var xt = {
|
|
|
2671
2671
|
"f055",
|
|
2672
2672
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"
|
|
2673
2673
|
]
|
|
2674
|
-
},
|
|
2674
|
+
}, P4 = Ie, F4 = {
|
|
2675
2675
|
prefix: "far",
|
|
2676
2676
|
iconName: "calendar",
|
|
2677
2677
|
icon: [
|
|
@@ -2681,7 +2681,7 @@ var xt = {
|
|
|
2681
2681
|
"f133",
|
|
2682
2682
|
"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z"
|
|
2683
2683
|
]
|
|
2684
|
-
},
|
|
2684
|
+
}, Te = {
|
|
2685
2685
|
prefix: "far",
|
|
2686
2686
|
iconName: "face-smile",
|
|
2687
2687
|
icon: [
|
|
@@ -2691,7 +2691,7 @@ var xt = {
|
|
|
2691
2691
|
"f118",
|
|
2692
2692
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2693
2693
|
]
|
|
2694
|
-
},
|
|
2694
|
+
}, I4 = Te, T4 = {
|
|
2695
2695
|
prefix: "far",
|
|
2696
2696
|
iconName: "chevron-right",
|
|
2697
2697
|
icon: [
|
|
@@ -2701,7 +2701,7 @@ var xt = {
|
|
|
2701
2701
|
"f054",
|
|
2702
2702
|
"M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"
|
|
2703
2703
|
]
|
|
2704
|
-
},
|
|
2704
|
+
}, $4 = {
|
|
2705
2705
|
prefix: "far",
|
|
2706
2706
|
iconName: "chevron-left",
|
|
2707
2707
|
icon: [
|
|
@@ -2711,7 +2711,7 @@ var xt = {
|
|
|
2711
2711
|
"f053",
|
|
2712
2712
|
"M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"
|
|
2713
2713
|
]
|
|
2714
|
-
},
|
|
2714
|
+
}, _4 = {
|
|
2715
2715
|
prefix: "far",
|
|
2716
2716
|
iconName: "angle-up",
|
|
2717
2717
|
icon: [
|
|
@@ -2721,7 +2721,7 @@ var xt = {
|
|
|
2721
2721
|
"f106",
|
|
2722
2722
|
"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"
|
|
2723
2723
|
]
|
|
2724
|
-
},
|
|
2724
|
+
}, D4 = {
|
|
2725
2725
|
prefix: "far",
|
|
2726
2726
|
iconName: "file-circle-info",
|
|
2727
2727
|
icon: [
|
|
@@ -2731,7 +2731,7 @@ var xt = {
|
|
|
2731
2731
|
"e493",
|
|
2732
2732
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16c0 0 0 0 0 0l0 48s0 0 0 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l0-64c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"
|
|
2733
2733
|
]
|
|
2734
|
-
},
|
|
2734
|
+
}, p2 = {
|
|
2735
2735
|
prefix: "far",
|
|
2736
2736
|
iconName: "xmark",
|
|
2737
2737
|
icon: [
|
|
@@ -2741,7 +2741,7 @@ var xt = {
|
|
|
2741
2741
|
"f00d",
|
|
2742
2742
|
"M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z"
|
|
2743
2743
|
]
|
|
2744
|
-
},
|
|
2744
|
+
}, R4 = p2, j4 = p2, B4 = p2, U4 = p2, $e = {
|
|
2745
2745
|
prefix: "far",
|
|
2746
2746
|
iconName: "plus",
|
|
2747
2747
|
icon: [
|
|
@@ -2751,7 +2751,7 @@ var xt = {
|
|
|
2751
2751
|
"2b",
|
|
2752
2752
|
"M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 160L40 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l160 0 0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160 160 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-160 0 0-160z"
|
|
2753
2753
|
]
|
|
2754
|
-
},
|
|
2754
|
+
}, H4 = $e, W4 = {
|
|
2755
2755
|
prefix: "far",
|
|
2756
2756
|
iconName: "bars-filter",
|
|
2757
2757
|
icon: [
|
|
@@ -2761,7 +2761,7 @@ var xt = {
|
|
|
2761
2761
|
"e0ad",
|
|
2762
2762
|
"M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM64 248c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L88 272c-13.3 0-24-10.7-24-24zM288 408c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24z"
|
|
2763
2763
|
]
|
|
2764
|
-
},
|
|
2764
|
+
}, q4 = {
|
|
2765
2765
|
prefix: "far",
|
|
2766
2766
|
iconName: "arrow-up",
|
|
2767
2767
|
icon: [
|
|
@@ -2771,7 +2771,7 @@ var xt = {
|
|
|
2771
2771
|
"f062",
|
|
2772
2772
|
"M209.4 39.4C204.8 34.7 198.6 32 192 32s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8 .8 33.9s24.8 8.8 33.9-.8L168 115.9 168 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-340.1L342.6 248.6c9.2 9.6 24.3 9.9 33.9 .8s9.9-24.3 .8-33.9l-168-176z"
|
|
2773
2773
|
]
|
|
2774
|
-
},
|
|
2774
|
+
}, Y4 = {
|
|
2775
2775
|
prefix: "far",
|
|
2776
2776
|
iconName: "chevron-down",
|
|
2777
2777
|
icon: [
|
|
@@ -2781,7 +2781,7 @@ var xt = {
|
|
|
2781
2781
|
"f078",
|
|
2782
2782
|
"M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"
|
|
2783
2783
|
]
|
|
2784
|
-
},
|
|
2784
|
+
}, _e = {
|
|
2785
2785
|
prefix: "far",
|
|
2786
2786
|
iconName: "magnifying-glass",
|
|
2787
2787
|
icon: [
|
|
@@ -2791,7 +2791,7 @@ var xt = {
|
|
|
2791
2791
|
"f002",
|
|
2792
2792
|
"M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"
|
|
2793
2793
|
]
|
|
2794
|
-
},
|
|
2794
|
+
}, X4 = _e, G4 = {
|
|
2795
2795
|
prefix: "far",
|
|
2796
2796
|
iconName: "arrow-down",
|
|
2797
2797
|
icon: [
|
|
@@ -2801,7 +2801,7 @@ var xt = {
|
|
|
2801
2801
|
"f063",
|
|
2802
2802
|
"M174.6 472.6c4.5 4.7 10.8 7.4 17.4 7.4s12.8-2.7 17.4-7.4l168-176c9.2-9.6 8.8-24.8-.8-33.9s-24.8-8.8-33.9 .8L216 396.1 216 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 340.1L41.4 263.4c-9.2-9.6-24.3-9.9-33.9-.8s-9.9 24.3-.8 33.9l168 176z"
|
|
2803
2803
|
]
|
|
2804
|
-
},
|
|
2804
|
+
}, V4 = {
|
|
2805
2805
|
prefix: "far",
|
|
2806
2806
|
iconName: "file",
|
|
2807
2807
|
icon: [
|
|
@@ -2811,7 +2811,7 @@ var xt = {
|
|
|
2811
2811
|
"f15b",
|
|
2812
2812
|
"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"
|
|
2813
2813
|
]
|
|
2814
|
-
},
|
|
2814
|
+
}, K4 = {
|
|
2815
2815
|
prefix: "far",
|
|
2816
2816
|
iconName: "xmark-large",
|
|
2817
2817
|
icon: [
|
|
@@ -2821,7 +2821,7 @@ var xt = {
|
|
|
2821
2821
|
"e59b",
|
|
2822
2822
|
"M41 39C31.6 29.7 16.4 29.7 7 39S-2.3 63.6 7 73l183 183L7 439c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l183-183L407 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-183-183L441 73c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-183 183L41 39z"
|
|
2823
2823
|
]
|
|
2824
|
-
},
|
|
2824
|
+
}, Q4 = {
|
|
2825
2825
|
prefix: "far",
|
|
2826
2826
|
iconName: "bell",
|
|
2827
2827
|
icon: [
|
|
@@ -2831,7 +2831,7 @@ var xt = {
|
|
|
2831
2831
|
"f0f3",
|
|
2832
2832
|
"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"
|
|
2833
2833
|
]
|
|
2834
|
-
},
|
|
2834
|
+
}, Z4 = {
|
|
2835
2835
|
prefix: "far",
|
|
2836
2836
|
iconName: "file-circle-xmark",
|
|
2837
2837
|
icon: [
|
|
@@ -2841,7 +2841,7 @@ var xt = {
|
|
|
2841
2841
|
"e5a1",
|
|
2842
2842
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"
|
|
2843
2843
|
]
|
|
2844
|
-
},
|
|
2844
|
+
}, De = {
|
|
2845
2845
|
prefix: "far",
|
|
2846
2846
|
iconName: "credit-card",
|
|
2847
2847
|
icon: [
|
|
@@ -2851,7 +2851,7 @@ var xt = {
|
|
|
2851
2851
|
"f09d",
|
|
2852
2852
|
"M512 80c8.8 0 16 7.2 16 16l0 32L48 128l0-32c0-8.8 7.2-16 16-16l448 0zm16 144l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"
|
|
2853
2853
|
]
|
|
2854
|
-
},
|
|
2854
|
+
}, J4 = De, Re = {
|
|
2855
2855
|
prefix: "far",
|
|
2856
2856
|
iconName: "ellipsis",
|
|
2857
2857
|
icon: [
|
|
@@ -2861,7 +2861,7 @@ var xt = {
|
|
|
2861
2861
|
"f141",
|
|
2862
2862
|
"M432 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-160 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"
|
|
2863
2863
|
]
|
|
2864
|
-
},
|
|
2864
|
+
}, en = Re, an = {
|
|
2865
2865
|
prefix: "far",
|
|
2866
2866
|
iconName: "angle-down",
|
|
2867
2867
|
icon: [
|
|
@@ -2871,7 +2871,7 @@ var xt = {
|
|
|
2871
2871
|
"f107",
|
|
2872
2872
|
"M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z"
|
|
2873
2873
|
]
|
|
2874
|
-
},
|
|
2874
|
+
}, tn = {
|
|
2875
2875
|
prefix: "far",
|
|
2876
2876
|
iconName: "face-smile-hearts",
|
|
2877
2877
|
icon: [
|
|
@@ -2881,7 +2881,7 @@ var xt = {
|
|
|
2881
2881
|
"e390",
|
|
2882
2882
|
"M553.5 361.1C568 329 576 293.4 576 256c0-24.5-3.4-48.2-9.9-70.6c-3.6-12.7-16.9-20.1-29.7-16.5s-20.1 16.9-16.5 29.7c5.2 18.2 8 37.4 8 57.4c0 35.3-8.8 68.5-24.3 97.6c16.7-3.7 34.5-1.2 49.8 7.4zM448.1 419.9C412.8 447.5 368.3 464 320 464c-50.4 0-96.6-17.9-132.6-47.7c-3.4 9.1-8.8 17.7-16.1 25l-13.1 13.1C202.4 490.4 258.7 512 320 512c53.3 0 102.8-16.3 143.8-44.2c-11.2-13.9-16.5-31-15.7-47.9zm-326-99.8C115.5 299.9 112 278.4 112 256c0-114.9 93.1-208 208-208c30.7 0 59.9 6.7 86.1 18.6c12.1 5.5 26.3 .2 31.8-11.9s.2-26.3-11.9-31.8C393.6 8.2 357.7 0 320 0C178.6 0 64 114.6 64 256c0 25.7 3.8 50.5 10.8 73.8c1.8 1.1 3.5 2.2 5.2 3.4c12.5-9 27.3-13.4 42-13.2zm85.7-3.3c-9.7 9-10.4 24.2-1.4 33.9c22 23.8 60 49.4 113.6 49.4s91.7-25.5 113.6-49.4c9-9.7 8.4-24.9-1.4-33.9s-24.9-8.4-33.9 1.4C383.2 334.5 357.2 352 320 352s-63.2-17.5-78.4-33.9c-9-9.7-24.2-10.4-33.9-1.4zm6.5-87.1c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C279.7 186.8 259 180 239.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM399.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C439.7 186.8 419 180 399.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM573.7 11.5L560 25.3 546.3 11.4c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2s-39.8-15.3-54.9 0zm54.9 384c-15.2-15.3-39.8-15.3-54.9 0L560 409.3l-13.7-13.8c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2zm-534.9-32L80 377.3 66.3 363.4c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2s-39.8-15.3-54.9 0z"
|
|
2883
2883
|
]
|
|
2884
|
-
},
|
|
2884
|
+
}, $2 = {
|
|
2885
2885
|
prefix: "far",
|
|
2886
2886
|
iconName: "house",
|
|
2887
2887
|
icon: [
|
|
@@ -2891,7 +2891,7 @@ var xt = {
|
|
|
2891
2891
|
"f015",
|
|
2892
2892
|
"M303.5 5.7c-9-7.6-22.1-7.6-31.1 0l-264 224c-10.1 8.6-11.3 23.7-2.8 33.8s23.7 11.3 33.8 2.8L64 245.5 64 432c0 44.2 35.8 80 80 80l288 0c44.2 0 80-35.8 80-80l0-186.5 24.5 20.8c10.1 8.6 25.3 7.3 33.8-2.8s7.3-25.3-2.8-33.8l-264-224zM112 432l0-227.2L288 55.5 464 204.8 464 432c0 17.7-14.3 32-32 32l-48 0 0-152c0-22.1-17.9-40-40-40l-112 0c-22.1 0-40 17.9-40 40l0 152-48 0c-17.7 0-32-14.3-32-32zm128 32l0-144 96 0 0 144-96 0z"
|
|
2893
2893
|
]
|
|
2894
|
-
},
|
|
2894
|
+
}, nn = $2, rn = $2, cn = $2, sn = {
|
|
2895
2895
|
prefix: "far",
|
|
2896
2896
|
iconName: "file-circle-check",
|
|
2897
2897
|
icon: [
|
|
@@ -2901,7 +2901,7 @@ var xt = {
|
|
|
2901
2901
|
"e5a0",
|
|
2902
2902
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zm224-96a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"
|
|
2903
2903
|
]
|
|
2904
|
-
},
|
|
2904
|
+
}, je = {
|
|
2905
2905
|
prefix: "far",
|
|
2906
2906
|
iconName: "ellipsis-vertical",
|
|
2907
2907
|
icon: [
|
|
@@ -2911,7 +2911,7 @@ var xt = {
|
|
|
2911
2911
|
"f142",
|
|
2912
2912
|
"M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z"
|
|
2913
2913
|
]
|
|
2914
|
-
},
|
|
2914
|
+
}, on = je, Be = {
|
|
2915
2915
|
prefix: "far",
|
|
2916
2916
|
iconName: "cart-shopping",
|
|
2917
2917
|
icon: [
|
|
@@ -2921,7 +2921,7 @@ var xt = {
|
|
|
2921
2921
|
"f07a",
|
|
2922
2922
|
"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l45.5 0c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5L488 384c13.3 0 24-10.7 24-24s-10.7-24-24-24l-288.3 0c-11.5 0-21.4-8.2-23.6-19.5L170.7 288l288.5 0c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32l-411 0C111 12.8 91.6 0 69.5 0L24 0zM131.1 80l389.6 0L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8l-297.6 0L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
|
|
2923
2923
|
]
|
|
2924
|
-
},
|
|
2924
|
+
}, ln = Be, Ue = {
|
|
2925
2925
|
prefix: "far",
|
|
2926
2926
|
iconName: "gear",
|
|
2927
2927
|
icon: [
|
|
@@ -2931,7 +2931,7 @@ var xt = {
|
|
|
2931
2931
|
"f013",
|
|
2932
2932
|
"M256 0c17 0 33.6 1.7 49.8 4.8c7.9 1.5 21.8 6.1 29.4 20.1c2 3.7 3.6 7.6 4.6 11.8l9.3 38.5C350.5 81 360.3 86.7 366 85l38-11.2c4-1.2 8.1-1.8 12.2-1.9c16.1-.5 27 9.4 32.3 15.4c22.1 25.1 39.1 54.6 49.9 86.3c2.6 7.6 5.6 21.8-2.7 35.4c-2.2 3.6-4.9 7-8 10L459 246.3c-4.2 4-4.2 15.5 0 19.5l28.7 27.3c3.1 3 5.8 6.4 8 10c8.2 13.6 5.2 27.8 2.7 35.4c-10.8 31.7-27.8 61.1-49.9 86.3c-5.3 6-16.3 15.9-32.3 15.4c-4.1-.1-8.2-.8-12.2-1.9L366 427c-5.7-1.7-15.5 4-16.9 9.8l-9.3 38.5c-1 4.2-2.6 8.2-4.6 11.8c-7.7 14-21.6 18.5-29.4 20.1C289.6 510.3 273 512 256 512s-33.6-1.7-49.8-4.8c-7.9-1.5-21.8-6.1-29.4-20.1c-2-3.7-3.6-7.6-4.6-11.8l-9.3-38.5c-1.4-5.8-11.2-11.5-16.9-9.8l-38 11.2c-4 1.2-8.1 1.8-12.2 1.9c-16.1 .5-27-9.4-32.3-15.4c-22-25.1-39.1-54.6-49.9-86.3c-2.6-7.6-5.6-21.8 2.7-35.4c2.2-3.6 4.9-7 8-10L53 265.7c4.2-4 4.2-15.5 0-19.5L24.2 218.9c-3.1-3-5.8-6.4-8-10C8 195.3 11 181.1 13.6 173.6c10.8-31.7 27.8-61.1 49.9-86.3c5.3-6 16.3-15.9 32.3-15.4c4.1 .1 8.2 .8 12.2 1.9L146 85c5.7 1.7 15.5-4 16.9-9.8l9.3-38.5c1-4.2 2.6-8.2 4.6-11.8c7.7-14 21.6-18.5 29.4-20.1C222.4 1.7 239 0 256 0zM218.1 51.4l-8.5 35.1c-7.8 32.3-45.3 53.9-77.2 44.6L97.9 120.9c-16.5 19.3-29.5 41.7-38 65.7l26.2 24.9c24 22.8 24 66.2 0 89L59.9 325.4c8.5 24 21.5 46.4 38 65.7l34.6-10.2c31.8-9.4 69.4 12.3 77.2 44.6l8.5 35.1c24.6 4.5 51.3 4.5 75.9 0l8.5-35.1c7.8-32.3 45.3-53.9 77.2-44.6l34.6 10.2c16.5-19.3 29.5-41.7 38-65.7l-26.2-24.9c-24-22.8-24-66.2 0-89l26.2-24.9c-8.5-24-21.5-46.4-38-65.7l-34.6 10.2c-31.8 9.4-69.4-12.3-77.2-44.6l-8.5-35.1c-24.6-4.5-51.3-4.5-75.9 0zM208 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 96a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"
|
|
2933
2933
|
]
|
|
2934
|
-
},
|
|
2934
|
+
}, fn = Ue, un = {
|
|
2935
2935
|
prefix: "far",
|
|
2936
2936
|
iconName: "arrow-down-left",
|
|
2937
2937
|
icon: [
|
|
@@ -2941,7 +2941,7 @@ var xt = {
|
|
|
2941
2941
|
"e091",
|
|
2942
2942
|
"M56 416c-13.3 0-24-10.7-24-24l0-240c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1L311 103c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-231 231L296 368c13.3 0 24 10.7 24 24s-10.7 24-24 24L56 416z"
|
|
2943
2943
|
]
|
|
2944
|
-
},
|
|
2944
|
+
}, He = {
|
|
2945
2945
|
prefix: "far",
|
|
2946
2946
|
iconName: "minus",
|
|
2947
2947
|
icon: [
|
|
@@ -2951,7 +2951,7 @@ var xt = {
|
|
|
2951
2951
|
"f068",
|
|
2952
2952
|
"M432 256c0 13.3-10.7 24-24 24L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0c13.3 0 24 10.7 24 24z"
|
|
2953
2953
|
]
|
|
2954
|
-
},
|
|
2954
|
+
}, mn = He, dn = {
|
|
2955
2955
|
prefix: "far",
|
|
2956
2956
|
iconName: "arrow-down-right",
|
|
2957
2957
|
icon: [
|
|
@@ -2961,7 +2961,7 @@ var xt = {
|
|
|
2961
2961
|
"e093",
|
|
2962
2962
|
"M328 416c13.3 0 24-10.7 24-24l0-240c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 182.1L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l231 231L88 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l240 0z"
|
|
2963
2963
|
]
|
|
2964
|
-
},
|
|
2964
|
+
}, We = {
|
|
2965
2965
|
prefix: "far",
|
|
2966
2966
|
iconName: "circle-info",
|
|
2967
2967
|
icon: [
|
|
@@ -2971,7 +2971,7 @@ var xt = {
|
|
|
2971
2971
|
"f05a",
|
|
2972
2972
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
2973
2973
|
]
|
|
2974
|
-
},
|
|
2974
|
+
}, pn = We, gn = {
|
|
2975
2975
|
prefix: "far",
|
|
2976
2976
|
iconName: "tag",
|
|
2977
2977
|
icon: [
|
|
@@ -2981,7 +2981,7 @@ var xt = {
|
|
|
2981
2981
|
"f02b",
|
|
2982
2982
|
"M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7L48 80l0 149.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2983
2983
|
]
|
|
2984
|
-
},
|
|
2984
|
+
}, hn = {
|
|
2985
2985
|
prefix: "far",
|
|
2986
2986
|
iconName: "arrow-left",
|
|
2987
2987
|
icon: [
|
|
@@ -2991,7 +2991,7 @@ var xt = {
|
|
|
2991
2991
|
"f060",
|
|
2992
2992
|
"M7.4 273.4C2.7 268.8 0 262.6 0 256s2.7-12.8 7.4-17.4l176-168c9.6-9.2 24.8-8.8 33.9 .8s8.8 24.8-.8 33.9L83.9 232 424 232c13.3 0 24 10.7 24 24s-10.7 24-24 24L83.9 280 216.6 406.6c9.6 9.2 9.9 24.3 .8 33.9s-24.3 9.9-33.9 .8l-176-168z"
|
|
2993
2993
|
]
|
|
2994
|
-
},
|
|
2994
|
+
}, vn = {
|
|
2995
2995
|
prefix: "far",
|
|
2996
2996
|
iconName: "trash",
|
|
2997
2997
|
icon: [
|
|
@@ -3001,7 +3001,7 @@ var xt = {
|
|
|
3001
3001
|
"f1f8",
|
|
3002
3002
|
"M177.1 48l93.7 0c2.7 0 5.2 1.3 6.7 3.6l19 28.4-145 0 19-28.4c1.5-2.2 4-3.6 6.7-3.6zM354.2 80L317.5 24.9C307.1 9.4 289.6 0 270.9 0L177.1 0c-18.7 0-36.2 9.4-46.6 24.9L93.8 80 80.1 80 32 80l-8 0C10.7 80 0 90.7 0 104s10.7 24 24 24l11.6 0L59.6 452.7c2.5 33.4 30.3 59.3 63.8 59.3l201.1 0c33.5 0 61.3-25.9 63.8-59.3L412.4 128l11.6 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0-48.1 0-13.7 0zm10.1 48L340.5 449.2c-.6 8.4-7.6 14.8-16 14.8l-201.1 0c-8.4 0-15.3-6.5-16-14.8L83.7 128l280.6 0z"
|
|
3003
3003
|
]
|
|
3004
|
-
},
|
|
3004
|
+
}, Ln = {
|
|
3005
3005
|
prefix: "far",
|
|
3006
3006
|
iconName: "circle-ellipsis-vertical",
|
|
3007
3007
|
icon: [
|
|
@@ -3011,7 +3011,7 @@ var xt = {
|
|
|
3011
3011
|
"e10b",
|
|
3012
3012
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3013
3013
|
]
|
|
3014
|
-
},
|
|
3014
|
+
}, qe = {
|
|
3015
3015
|
prefix: "far",
|
|
3016
3016
|
iconName: "face-frown",
|
|
3017
3017
|
icon: [
|
|
@@ -3021,7 +3021,7 @@ var xt = {
|
|
|
3021
3021
|
"f119",
|
|
3022
3022
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3023
3023
|
]
|
|
3024
|
-
},
|
|
3024
|
+
}, bn = qe, yn = {
|
|
3025
3025
|
prefix: "far",
|
|
3026
3026
|
iconName: "pen",
|
|
3027
3027
|
icon: [
|
|
@@ -3031,7 +3031,7 @@ var xt = {
|
|
|
3031
3031
|
"f304",
|
|
3032
3032
|
"M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c12.4-3.6 23.7-9.9 33.4-18.4c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4zm46 13.5c1.7-5.6 4.5-10.8 8.4-15.2c.6-.6 1.1-1.2 1.7-1.8L321 129 383 191 154.6 419.5c-4.7 4.7-10.6 8.2-17 10.1l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4z"
|
|
3033
3033
|
]
|
|
3034
|
-
},
|
|
3034
|
+
}, xn = {
|
|
3035
3035
|
prefix: "far",
|
|
3036
3036
|
iconName: "eye",
|
|
3037
3037
|
icon: [
|
|
@@ -3041,7 +3041,7 @@ var xt = {
|
|
|
3041
3041
|
"f06e",
|
|
3042
3042
|
"M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"
|
|
3043
3043
|
]
|
|
3044
|
-
},
|
|
3044
|
+
}, zn = {
|
|
3045
3045
|
prefix: "far",
|
|
3046
3046
|
iconName: "arrow-up-right",
|
|
3047
3047
|
icon: [
|
|
@@ -3051,7 +3051,7 @@ var xt = {
|
|
|
3051
3051
|
"e09f",
|
|
3052
3052
|
"M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z"
|
|
3053
3053
|
]
|
|
3054
|
-
},
|
|
3054
|
+
}, Cn = {
|
|
3055
3055
|
prefix: "far",
|
|
3056
3056
|
iconName: "tags",
|
|
3057
3057
|
icon: [
|
|
@@ -3061,7 +3061,7 @@ var xt = {
|
|
|
3061
3061
|
"f02c",
|
|
3062
3062
|
"M345 39.1c-9.3-9.4-24.5-9.5-33.9-.2s-9.5 24.5-.2 33.9L438.6 202.1c33.9 34.3 33.9 89.4 0 123.7L326.7 439.1c-9.3 9.4-9.2 24.6 .2 33.9s24.6 9.2 33.9-.2L472.8 359.6c52.4-53 52.4-138.2 0-191.2L345 39.1zM242.7 50.7c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l168 168c25 25 65.5 25 90.5 0L410.7 309.3c25-25 25-65.5 0-90.5l-168-168zM48 80l149.5 0c4.2 0 8.3 1.7 11.3 4.7l168 168c6.2 6.2 6.2 16.4 0 22.6L243.3 408.8c-6.2 6.2-16.4 6.2-22.6 0l-168-168c-3-3-4.7-7.1-4.7-11.3L48 80zm96 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
3063
3063
|
]
|
|
3064
|
-
},
|
|
3064
|
+
}, Mn = {
|
|
3065
3065
|
prefix: "far",
|
|
3066
3066
|
iconName: "circle",
|
|
3067
3067
|
icon: [
|
|
@@ -3071,7 +3071,7 @@ var xt = {
|
|
|
3071
3071
|
"f111",
|
|
3072
3072
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"
|
|
3073
3073
|
]
|
|
3074
|
-
},
|
|
3074
|
+
}, Ye = {
|
|
3075
3075
|
prefix: "far",
|
|
3076
3076
|
iconName: "screwdriver-wrench",
|
|
3077
3077
|
icon: [
|
|
@@ -3081,7 +3081,7 @@ var xt = {
|
|
|
3081
3081
|
"f7d9",
|
|
3082
3082
|
"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM23.2 376.8C8.3 391.7 0 411.8 0 432.8C0 476.5 35.5 512 79.2 512c21 0 41.1-8.3 56-23.2L238.5 385.5c-8.9-17.6-12.8-37.1-11.6-56.3L101.3 454.9c-5.9 5.8-13.8 9.1-22.1 9.1C62 464 48 450 48 432.8c0-8.3 3.3-16.2 9.1-22.1L194.3 273.5l-33.9-33.9L23.2 376.8zM463.9 164c-1.4 38.9-22.6 72.8-53.8 91.8c1.1 1 2.1 2 3.1 3l31.6 31.6c40.7-29 67.2-76.6 67.2-130.3c0-24.8-5.7-48.3-15.7-69.3c-4.4-9.2-16.5-10.5-23.7-3.3l-67.9 67.9c-3 3-7.1 4.7-11.3 4.7L368 160c-8.8 0-16-7.2-16-16l0-25.4c0-4.2 1.7-8.3 4.7-11.3l67.9-67.9c7.2-7.2 5.9-19.3-3.3-23.7C400.3 5.7 376.8 0 352 0C294.7 0 244.4 30.1 216.2 75.4C221.2 84 224 93.8 224 104l0 40.8 16 16 0-.8c0-60.5 48-109.9 108-111.9L322.7 73.4s0 0 0 0c-12 12-18.7 28.3-18.7 45.3l0 25.4c0 35.3 28.7 64 64 64l25.4 0c17 0 33.3-6.7 45.3-18.7L463.9 164z"
|
|
3083
3083
|
]
|
|
3084
|
-
},
|
|
3084
|
+
}, An = Ye, wn = {
|
|
3085
3085
|
prefix: "far",
|
|
3086
3086
|
iconName: "file-signature",
|
|
3087
3087
|
icon: [
|
|
@@ -3091,7 +3091,7 @@ var xt = {
|
|
|
3091
3091
|
"f573",
|
|
3092
3092
|
"M64 464l256 0c8.8 0 16-7.2 16-16l0-6.7 39.8-9.9c2.8-.7 5.6-1.6 8.2-2.7l0 19.3c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 49.1-48 48 0-91.6-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zm96-115l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L96 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 25.6 0 12-48.2c1.4-5.6 4.3-10.8 8.4-14.9L441.1 191.8l71 71L382.9 391.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-1.1 .3-2.1 .4-3.2 .5c-.8 .1-1.5 .2-2.3 .2L256 416c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L160 349zM549.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0z"
|
|
3093
3093
|
]
|
|
3094
|
-
},
|
|
3094
|
+
}, Nn = {
|
|
3095
3095
|
prefix: "far",
|
|
3096
3096
|
iconName: "sparkle",
|
|
3097
3097
|
icon: [
|
|
@@ -3101,7 +3101,7 @@ var xt = {
|
|
|
3101
3101
|
"e5d6",
|
|
3102
3102
|
"M224 32c9.4 0 17.9 5.4 21.8 13.9l59.5 128.8 128.8 59.5c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8L305.3 337.3 245.8 466.1c-3.9 8.5-12.4 13.9-21.8 13.9s-17.9-5.4-21.8-13.9L142.7 337.3 13.9 277.8C5.4 273.9 0 265.4 0 256s5.4-17.9 13.9-21.8l128.8-59.5L202.2 45.9C206.1 37.4 214.6 32 224 32zm0 81.2l-41.4 89.6c-2.4 5.2-6.5 9.3-11.7 11.7L81.2 256l89.6 41.4c5.2 2.4 9.3 6.5 11.7 11.7L224 398.8l41.4-89.6c2.4-5.2 6.5-9.3 11.7-11.7L366.8 256l-89.6-41.4c-5.2-2.4-9.3-6.5-11.7-11.7L224 113.2z"
|
|
3103
3103
|
]
|
|
3104
|
-
},
|
|
3104
|
+
}, kn = {
|
|
3105
3105
|
prefix: "far",
|
|
3106
3106
|
iconName: "square",
|
|
3107
3107
|
icon: [
|
|
@@ -3111,7 +3111,7 @@ var xt = {
|
|
|
3111
3111
|
"f0c8",
|
|
3112
3112
|
"M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"
|
|
3113
3113
|
]
|
|
3114
|
-
},
|
|
3114
|
+
}, Sn = {
|
|
3115
3115
|
prefix: "far",
|
|
3116
3116
|
iconName: "suitcase",
|
|
3117
3117
|
icon: [
|
|
@@ -3121,7 +3121,7 @@ var xt = {
|
|
|
3121
3121
|
"f0f2",
|
|
3122
3122
|
"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 64 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l64 0zm232 48l-208 0-8 0 0 288 224 0 0-288-8 0zM64 144c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l32 0 0-288-32 0zM448 432c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-32 0 0 288 32 0z"
|
|
3123
3123
|
]
|
|
3124
|
-
},
|
|
3124
|
+
}, Xe = {
|
|
3125
3125
|
prefix: "far",
|
|
3126
3126
|
iconName: "circle-check",
|
|
3127
3127
|
icon: [
|
|
@@ -3131,7 +3131,7 @@ var xt = {
|
|
|
3131
3131
|
"f058",
|
|
3132
3132
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"
|
|
3133
3133
|
]
|
|
3134
|
-
},
|
|
3134
|
+
}, On = Xe, En = {
|
|
3135
3135
|
prefix: "far",
|
|
3136
3136
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
3137
3137
|
icon: [
|
|
@@ -3141,7 +3141,17 @@ var xt = {
|
|
|
3141
3141
|
"e0a0",
|
|
3142
3142
|
"M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0L295 183zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0L217 329z"
|
|
3143
3143
|
]
|
|
3144
|
-
},
|
|
3144
|
+
}, Ge = {
|
|
3145
|
+
prefix: "far",
|
|
3146
|
+
iconName: "arrow-down-to-line",
|
|
3147
|
+
icon: [
|
|
3148
|
+
384,
|
|
3149
|
+
512,
|
|
3150
|
+
["arrow-to-bottom"],
|
|
3151
|
+
"f33d",
|
|
3152
|
+
"M360 480c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0zM174.5 344.4c4.5 4.8 10.9 7.6 17.5 7.6s12.9-2.7 17.5-7.6l128-136c9.1-9.7 8.6-24.8-1-33.9s-24.8-8.6-33.9 1L216 267.5l0-83.5 0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128 0 83.5L81.5 175.6c-9.1-9.7-24.3-10.1-33.9-1s-10.1 24.3-1 33.9l128 136z"
|
|
3153
|
+
]
|
|
3154
|
+
}, Pn = Ge, Fn = {
|
|
3145
3155
|
prefix: "far",
|
|
3146
3156
|
iconName: "folder-user",
|
|
3147
3157
|
icon: [
|
|
@@ -3151,7 +3161,7 @@ var xt = {
|
|
|
3151
3161
|
"e18e",
|
|
3152
3162
|
"M251.7 127.6s0 0 0 0c10.5 10.5 24.7 16.4 39.6 16.4L448 144c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-80 0c0-44.2-35.8-80-80-80l-64 0c-44.2 0-80 35.8-80 80l-80 0c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zm33.9-33.9L242.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L291.3 96c-2.1 0-4.2-.8-5.7-2.3zM320 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"
|
|
3153
3163
|
]
|
|
3154
|
-
},
|
|
3164
|
+
}, In = {
|
|
3155
3165
|
prefix: "far",
|
|
3156
3166
|
iconName: "arrow-up-left",
|
|
3157
3167
|
icon: [
|
|
@@ -3161,7 +3171,7 @@ var xt = {
|
|
|
3161
3171
|
"e09d",
|
|
3162
3172
|
"M56 96c-13.3 0-24 10.7-24 24l0 240c0 13.3 10.7 24 24 24s24-10.7 24-24l0-182.1L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-231-231L296 144c13.3 0 24-10.7 24-24s-10.7-24-24-24L56 96z"
|
|
3163
3173
|
]
|
|
3164
|
-
},
|
|
3174
|
+
}, Tn = {
|
|
3165
3175
|
prefix: "far",
|
|
3166
3176
|
iconName: "angle-right",
|
|
3167
3177
|
icon: [
|
|
@@ -3171,7 +3181,7 @@ var xt = {
|
|
|
3171
3181
|
"f105",
|
|
3172
3182
|
"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"
|
|
3173
3183
|
]
|
|
3174
|
-
},
|
|
3184
|
+
}, $n = {
|
|
3175
3185
|
prefix: "far",
|
|
3176
3186
|
iconName: "sparkles",
|
|
3177
3187
|
icon: [
|
|
@@ -3181,7 +3191,7 @@ var xt = {
|
|
|
3181
3191
|
"f890",
|
|
3182
3192
|
"M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2zM9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5L26.3 277l8.1 3.7 .6 .3 88.3 40.8L164.1 410l.3 .6 3.7 8.1 7.9 17.1c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l7.9-17.1 3.7-8.1 .3-.6 40.8-88.3L346 281l.6-.3 8.1-3.7 17.1-7.9c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5l-17.1-7.9-8.1-3.7-.6-.3-88.3-40.8L217 99.1l-.3-.6L213 90.3l-7.9-17.1c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3l-7.9 17.1-3.7 8.1-.3 .6-40.8 88.3L35.1 228.1l-.6 .3-8.1 3.7L9.3 240zm83 14.5l51.2-23.6c10.4-4.8 18.7-13.1 23.5-23.5l23.6-51.2 23.6 51.2c4.8 10.4 13.1 18.7 23.5 23.5l51.2 23.6-51.2 23.6c-10.4 4.8-18.7 13.1-23.5 23.5l-23.6 51.2-23.6-51.2c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 254.6zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384z"
|
|
3183
3193
|
]
|
|
3184
|
-
},
|
|
3194
|
+
}, _n = {
|
|
3185
3195
|
prefix: "far",
|
|
3186
3196
|
iconName: "chevron-up",
|
|
3187
3197
|
icon: [
|
|
@@ -3191,7 +3201,7 @@ var xt = {
|
|
|
3191
3201
|
"f077",
|
|
3192
3202
|
"M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 111z"
|
|
3193
3203
|
]
|
|
3194
|
-
},
|
|
3204
|
+
}, Ve = {
|
|
3195
3205
|
prefix: "far",
|
|
3196
3206
|
iconName: "circle-dot",
|
|
3197
3207
|
icon: [
|
|
@@ -3201,7 +3211,7 @@ var xt = {
|
|
|
3201
3211
|
"f192",
|
|
3202
3212
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"
|
|
3203
3213
|
]
|
|
3204
|
-
},
|
|
3214
|
+
}, Dn = Ve, Ke = {
|
|
3205
3215
|
prefix: "far",
|
|
3206
3216
|
iconName: "square-check",
|
|
3207
3217
|
icon: [
|
|
@@ -3211,7 +3221,7 @@ var xt = {
|
|
|
3211
3221
|
"f14a",
|
|
3212
3222
|
"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3213
3223
|
]
|
|
3214
|
-
},
|
|
3224
|
+
}, Rn = Ke, Qe = {
|
|
3215
3225
|
prefix: "far",
|
|
3216
3226
|
iconName: "circle-exclamation",
|
|
3217
3227
|
icon: [
|
|
@@ -3221,7 +3231,7 @@ var xt = {
|
|
|
3221
3231
|
"f06a",
|
|
3222
3232
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
3223
3233
|
]
|
|
3224
|
-
},
|
|
3234
|
+
}, jn = Qe, Ze = {
|
|
3225
3235
|
prefix: "far",
|
|
3226
3236
|
iconName: "bars",
|
|
3227
3237
|
icon: [
|
|
@@ -3231,7 +3241,7 @@ var xt = {
|
|
|
3231
3241
|
"f0c9",
|
|
3232
3242
|
"M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 248c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 272c-13.3 0-24-10.7-24-24zM448 408c0 13.3-10.7 24-24 24L24 432c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"
|
|
3233
3243
|
]
|
|
3234
|
-
},
|
|
3244
|
+
}, Bn = Ze, Un = {
|
|
3235
3245
|
prefix: "far",
|
|
3236
3246
|
iconName: "file-circle-question",
|
|
3237
3247
|
icon: [
|
|
@@ -3241,7 +3251,7 @@ var xt = {
|
|
|
3241
3251
|
"e4ef",
|
|
3242
3252
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"
|
|
3243
3253
|
]
|
|
3244
|
-
},
|
|
3254
|
+
}, Je = {
|
|
3245
3255
|
prefix: "far",
|
|
3246
3256
|
iconName: "square-minus",
|
|
3247
3257
|
icon: [
|
|
@@ -3251,7 +3261,7 @@ var xt = {
|
|
|
3251
3261
|
"f146",
|
|
3252
3262
|
"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM152 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
3253
3263
|
]
|
|
3254
|
-
},
|
|
3264
|
+
}, Hn = Je, Wn = {
|
|
3255
3265
|
prefix: "far",
|
|
3256
3266
|
iconName: "face-unamused",
|
|
3257
3267
|
icon: [
|
|
@@ -3261,7 +3271,7 @@ var xt = {
|
|
|
3261
3271
|
"e39f",
|
|
3262
3272
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM294.5 392.4c-7.4-7.9-20-16.4-38.5-16.4s-31.1 8.5-38.5 16.4c-9 9.7-24.2 10.2-33.9 1.2s-10.2-24.2-1.2-33.9C196.7 344.3 221.4 328 256 328s59.3 16.3 73.5 31.6c9 9.7 8.5 24.9-1.2 33.9s-24.9 8.5-33.9-1.2zM112 192l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm176 16c0-8.8 7.2-16 16-16l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16z"
|
|
3263
3273
|
]
|
|
3264
|
-
},
|
|
3274
|
+
}, ea = {
|
|
3265
3275
|
prefix: "far",
|
|
3266
3276
|
iconName: "circle-minus",
|
|
3267
3277
|
icon: [
|
|
@@ -3271,111 +3281,113 @@ var xt = {
|
|
|
3271
3281
|
"f056",
|
|
3272
3282
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"
|
|
3273
3283
|
]
|
|
3274
|
-
},
|
|
3275
|
-
const
|
|
3284
|
+
}, qn = ea;
|
|
3285
|
+
const Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3276
3286
|
__proto__: null,
|
|
3277
|
-
faAdd:
|
|
3278
|
-
faAngleDown:
|
|
3279
|
-
faAngleLeft:
|
|
3280
|
-
faAngleRight:
|
|
3281
|
-
faAngleUp:
|
|
3282
|
-
faArrowDown:
|
|
3283
|
-
faArrowDownLeft:
|
|
3284
|
-
faArrowDownRight:
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3287
|
+
faAdd: H4,
|
|
3288
|
+
faAngleDown: an,
|
|
3289
|
+
faAngleLeft: S4,
|
|
3290
|
+
faAngleRight: Tn,
|
|
3291
|
+
faAngleUp: _4,
|
|
3292
|
+
faArrowDown: G4,
|
|
3293
|
+
faArrowDownLeft: un,
|
|
3294
|
+
faArrowDownRight: dn,
|
|
3295
|
+
faArrowDownToLine: Ge,
|
|
3296
|
+
faArrowLeft: hn,
|
|
3297
|
+
faArrowToBottom: Pn,
|
|
3298
|
+
faArrowUp: q4,
|
|
3299
|
+
faArrowUpLeft: In,
|
|
3300
|
+
faArrowUpRight: zn,
|
|
3301
|
+
faArrowUpRightAndArrowDownLeftFromCenter: En,
|
|
3302
|
+
faBars: Ze,
|
|
3303
|
+
faBarsFilter: W4,
|
|
3304
|
+
faBell: Q4,
|
|
3305
|
+
faCalendar: F4,
|
|
3306
|
+
faCalendarLines: Fe,
|
|
3307
|
+
faCalendarNote: E4,
|
|
3308
|
+
faCartShopping: Be,
|
|
3309
|
+
faCheck: O4,
|
|
3310
|
+
faCheckCircle: On,
|
|
3311
|
+
faCheckSquare: Rn,
|
|
3312
|
+
faChevronDown: Y4,
|
|
3313
|
+
faChevronLeft: $4,
|
|
3314
|
+
faChevronRight: T4,
|
|
3315
|
+
faChevronUp: _n,
|
|
3316
|
+
faCircle: Mn,
|
|
3317
|
+
faCircleCheck: Xe,
|
|
3318
|
+
faCircleDot: Ve,
|
|
3319
|
+
faCircleEllipsisVertical: Ln,
|
|
3320
|
+
faCircleExclamation: Qe,
|
|
3321
|
+
faCircleInfo: We,
|
|
3322
|
+
faCircleMinus: ea,
|
|
3323
|
+
faCirclePlus: Ie,
|
|
3324
|
+
faCircleXmark: v1,
|
|
3325
|
+
faClose: R4,
|
|
3326
|
+
faCog: fn,
|
|
3327
|
+
faCreditCard: De,
|
|
3328
|
+
faCreditCardAlt: J4,
|
|
3329
|
+
faDotCircle: Dn,
|
|
3330
|
+
faEllipsis: Re,
|
|
3331
|
+
faEllipsisH: en,
|
|
3332
|
+
faEllipsisV: on,
|
|
3333
|
+
faEllipsisVertical: je,
|
|
3334
|
+
faExclamationCircle: jn,
|
|
3335
|
+
faExclamationTriangle: N4,
|
|
3336
|
+
faEye: xn,
|
|
3337
|
+
faFaceFrown: qe,
|
|
3338
|
+
faFaceSmile: Te,
|
|
3339
|
+
faFaceSmileHearts: tn,
|
|
3340
|
+
faFaceUnamused: Wn,
|
|
3341
|
+
faFile: V4,
|
|
3342
|
+
faFileCheck: M4,
|
|
3343
|
+
faFileCircleCheck: sn,
|
|
3344
|
+
faFileCircleInfo: D4,
|
|
3345
|
+
faFileCircleQuestion: Un,
|
|
3346
|
+
faFileCircleXmark: Z4,
|
|
3347
|
+
faFileSignature: wn,
|
|
3348
|
+
faFolderUser: Fn,
|
|
3349
|
+
faFrown: bn,
|
|
3350
|
+
faGear: Ue,
|
|
3351
|
+
faHome: nn,
|
|
3352
|
+
faHomeAlt: rn,
|
|
3353
|
+
faHomeLgAlt: cn,
|
|
3354
|
+
faHouse: $2,
|
|
3355
|
+
faInfoCircle: pn,
|
|
3356
|
+
faMagnifyingGlass: _e,
|
|
3357
|
+
faMinus: He,
|
|
3358
|
+
faMinusCircle: qn,
|
|
3359
|
+
faMinusSquare: Hn,
|
|
3360
|
+
faMultiply: j4,
|
|
3361
|
+
faNavicon: Bn,
|
|
3362
|
+
faPen: yn,
|
|
3363
|
+
faPlus: $e,
|
|
3364
|
+
faPlusCircle: P4,
|
|
3365
|
+
faPlusMinus: C4,
|
|
3366
|
+
faRemove: B4,
|
|
3367
|
+
faScrewdriverWrench: Ye,
|
|
3368
|
+
faSearch: X4,
|
|
3369
|
+
faShoppingCart: ln,
|
|
3370
|
+
faSmile: I4,
|
|
3371
|
+
faSparkle: Nn,
|
|
3372
|
+
faSparkles: $n,
|
|
3373
|
+
faSquare: kn,
|
|
3374
|
+
faSquareCheck: Ke,
|
|
3375
|
+
faSquareMinus: Je,
|
|
3376
|
+
faSubtract: mn,
|
|
3377
|
+
faSuitcase: Sn,
|
|
3378
|
+
faTag: gn,
|
|
3379
|
+
faTags: Cn,
|
|
3380
|
+
faTimes: U4,
|
|
3381
|
+
faTimesCircle: A4,
|
|
3382
|
+
faTools: An,
|
|
3383
|
+
faTrash: vn,
|
|
3384
|
+
faTriangleExclamation: L1,
|
|
3385
|
+
faWarning: k4,
|
|
3386
|
+
faXmark: p2,
|
|
3387
|
+
faXmarkCircle: w4,
|
|
3388
|
+
faXmarkLarge: K4
|
|
3377
3389
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3378
|
-
var
|
|
3390
|
+
var Xn = {
|
|
3379
3391
|
prefix: "fas",
|
|
3380
3392
|
iconName: "plus-minus",
|
|
3381
3393
|
icon: [
|
|
@@ -3385,7 +3397,7 @@ var Wn = {
|
|
|
3385
3397
|
"e43c",
|
|
3386
3398
|
"M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112L48 144c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-112zM0 480c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"
|
|
3387
3399
|
]
|
|
3388
|
-
},
|
|
3400
|
+
}, Gn = {
|
|
3389
3401
|
prefix: "fas",
|
|
3390
3402
|
iconName: "file-check",
|
|
3391
3403
|
icon: [
|
|
@@ -3395,7 +3407,7 @@ var Wn = {
|
|
|
3395
3407
|
"f316",
|
|
3396
3408
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zm49 281L177 409c-9.4 9.4-24.6 9.4-33.9 0L79 345c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 247c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3397
3409
|
]
|
|
3398
|
-
},
|
|
3410
|
+
}, b1 = {
|
|
3399
3411
|
prefix: "fas",
|
|
3400
3412
|
iconName: "circle-xmark",
|
|
3401
3413
|
icon: [
|
|
@@ -3405,7 +3417,7 @@ var Wn = {
|
|
|
3405
3417
|
"f057",
|
|
3406
3418
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"
|
|
3407
3419
|
]
|
|
3408
|
-
},
|
|
3420
|
+
}, Vn = b1, Kn = b1, y1 = {
|
|
3409
3421
|
prefix: "fas",
|
|
3410
3422
|
iconName: "triangle-exclamation",
|
|
3411
3423
|
icon: [
|
|
@@ -3415,7 +3427,7 @@ var Wn = {
|
|
|
3415
3427
|
"f071",
|
|
3416
3428
|
"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
3417
3429
|
]
|
|
3418
|
-
},
|
|
3430
|
+
}, Qn = y1, Zn = y1, Jn = {
|
|
3419
3431
|
prefix: "fas",
|
|
3420
3432
|
iconName: "angle-left",
|
|
3421
3433
|
icon: [
|
|
@@ -3425,7 +3437,7 @@ var Wn = {
|
|
|
3425
3437
|
"f104",
|
|
3426
3438
|
"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"
|
|
3427
3439
|
]
|
|
3428
|
-
},
|
|
3440
|
+
}, e0 = {
|
|
3429
3441
|
prefix: "fas",
|
|
3430
3442
|
iconName: "check",
|
|
3431
3443
|
icon: [
|
|
@@ -3435,7 +3447,7 @@ var Wn = {
|
|
|
3435
3447
|
"f00c",
|
|
3436
3448
|
"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"
|
|
3437
3449
|
]
|
|
3438
|
-
},
|
|
3450
|
+
}, aa = {
|
|
3439
3451
|
prefix: "fas",
|
|
3440
3452
|
iconName: "calendar-lines",
|
|
3441
3453
|
icon: [
|
|
@@ -3445,7 +3457,7 @@ var Wn = {
|
|
|
3445
3457
|
"e0d5",
|
|
3446
3458
|
"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zM96 296c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
3447
3459
|
]
|
|
3448
|
-
},
|
|
3460
|
+
}, a0 = aa, ta = {
|
|
3449
3461
|
prefix: "fas",
|
|
3450
3462
|
iconName: "circle-plus",
|
|
3451
3463
|
icon: [
|
|
@@ -3455,7 +3467,7 @@ var Wn = {
|
|
|
3455
3467
|
"f055",
|
|
3456
3468
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"
|
|
3457
3469
|
]
|
|
3458
|
-
},
|
|
3470
|
+
}, t0 = ta, n0 = {
|
|
3459
3471
|
prefix: "fas",
|
|
3460
3472
|
iconName: "calendar",
|
|
3461
3473
|
icon: [
|
|
@@ -3465,7 +3477,7 @@ var Wn = {
|
|
|
3465
3477
|
"f133",
|
|
3466
3478
|
"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"
|
|
3467
3479
|
]
|
|
3468
|
-
},
|
|
3480
|
+
}, na = {
|
|
3469
3481
|
prefix: "fas",
|
|
3470
3482
|
iconName: "face-smile",
|
|
3471
3483
|
icon: [
|
|
@@ -3475,7 +3487,7 @@ var Wn = {
|
|
|
3475
3487
|
"f118",
|
|
3476
3488
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3477
3489
|
]
|
|
3478
|
-
},
|
|
3490
|
+
}, r0 = na, i0 = {
|
|
3479
3491
|
prefix: "fas",
|
|
3480
3492
|
iconName: "angle-up",
|
|
3481
3493
|
icon: [
|
|
@@ -3485,7 +3497,7 @@ var Wn = {
|
|
|
3485
3497
|
"f106",
|
|
3486
3498
|
"M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"
|
|
3487
3499
|
]
|
|
3488
|
-
},
|
|
3500
|
+
}, c0 = {
|
|
3489
3501
|
prefix: "fas",
|
|
3490
3502
|
iconName: "file-circle-info",
|
|
3491
3503
|
icon: [
|
|
@@ -3495,7 +3507,7 @@ var Wn = {
|
|
|
3495
3507
|
"e493",
|
|
3496
3508
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16c0 0 0 0 0 0l0 48s0 0 0 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l0-64c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"
|
|
3497
3509
|
]
|
|
3498
|
-
},
|
|
3510
|
+
}, g2 = {
|
|
3499
3511
|
prefix: "fas",
|
|
3500
3512
|
iconName: "xmark",
|
|
3501
3513
|
icon: [
|
|
@@ -3505,7 +3517,7 @@ var Wn = {
|
|
|
3505
3517
|
"f00d",
|
|
3506
3518
|
"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"
|
|
3507
3519
|
]
|
|
3508
|
-
},
|
|
3520
|
+
}, s0 = g2, o0 = g2, l0 = g2, f0 = g2, ra = {
|
|
3509
3521
|
prefix: "fas",
|
|
3510
3522
|
iconName: "plus",
|
|
3511
3523
|
icon: [
|
|
@@ -3515,7 +3527,7 @@ var Wn = {
|
|
|
3515
3527
|
"2b",
|
|
3516
3528
|
"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"
|
|
3517
3529
|
]
|
|
3518
|
-
},
|
|
3530
|
+
}, u0 = ra, m0 = {
|
|
3519
3531
|
prefix: "fas",
|
|
3520
3532
|
iconName: "bars-filter",
|
|
3521
3533
|
icon: [
|
|
@@ -3525,7 +3537,7 @@ var Wn = {
|
|
|
3525
3537
|
"e0ad",
|
|
3526
3538
|
"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM288 416c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c17.7 0 32 14.3 32 32z"
|
|
3527
3539
|
]
|
|
3528
|
-
},
|
|
3540
|
+
}, d0 = {
|
|
3529
3541
|
prefix: "fas",
|
|
3530
3542
|
iconName: "arrow-up",
|
|
3531
3543
|
icon: [
|
|
@@ -3535,7 +3547,7 @@ var Wn = {
|
|
|
3535
3547
|
"f062",
|
|
3536
3548
|
"M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"
|
|
3537
3549
|
]
|
|
3538
|
-
},
|
|
3550
|
+
}, ia = {
|
|
3539
3551
|
prefix: "fas",
|
|
3540
3552
|
iconName: "magnifying-glass",
|
|
3541
3553
|
icon: [
|
|
@@ -3545,7 +3557,7 @@ var Wn = {
|
|
|
3545
3557
|
"f002",
|
|
3546
3558
|
"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"
|
|
3547
3559
|
]
|
|
3548
|
-
},
|
|
3560
|
+
}, p0 = ia, g0 = {
|
|
3549
3561
|
prefix: "fas",
|
|
3550
3562
|
iconName: "arrow-down",
|
|
3551
3563
|
icon: [
|
|
@@ -3555,7 +3567,7 @@ var Wn = {
|
|
|
3555
3567
|
"f063",
|
|
3556
3568
|
"M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
3557
3569
|
]
|
|
3558
|
-
},
|
|
3570
|
+
}, h0 = {
|
|
3559
3571
|
prefix: "fas",
|
|
3560
3572
|
iconName: "xmark-large",
|
|
3561
3573
|
icon: [
|
|
@@ -3565,7 +3577,7 @@ var Wn = {
|
|
|
3565
3577
|
"e59b",
|
|
3566
3578
|
"M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"
|
|
3567
3579
|
]
|
|
3568
|
-
},
|
|
3580
|
+
}, v0 = {
|
|
3569
3581
|
prefix: "fas",
|
|
3570
3582
|
iconName: "bell",
|
|
3571
3583
|
icon: [
|
|
@@ -3575,7 +3587,7 @@ var Wn = {
|
|
|
3575
3587
|
"f0f3",
|
|
3576
3588
|
"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"
|
|
3577
3589
|
]
|
|
3578
|
-
},
|
|
3590
|
+
}, L0 = {
|
|
3579
3591
|
prefix: "fas",
|
|
3580
3592
|
iconName: "file-circle-xmark",
|
|
3581
3593
|
icon: [
|
|
@@ -3585,7 +3597,7 @@ var Wn = {
|
|
|
3585
3597
|
"e5a1",
|
|
3586
3598
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"
|
|
3587
3599
|
]
|
|
3588
|
-
},
|
|
3600
|
+
}, ca = {
|
|
3589
3601
|
prefix: "fas",
|
|
3590
3602
|
iconName: "credit-card",
|
|
3591
3603
|
icon: [
|
|
@@ -3595,7 +3607,7 @@ var Wn = {
|
|
|
3595
3607
|
"f09d",
|
|
3596
3608
|
"M64 32C28.7 32 0 60.7 0 96l0 32 576 0 0-32c0-35.3-28.7-64-64-64L64 32zM576 224L0 224 0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-192zM112 352l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"
|
|
3597
3609
|
]
|
|
3598
|
-
},
|
|
3610
|
+
}, b0 = ca, sa = {
|
|
3599
3611
|
prefix: "fas",
|
|
3600
3612
|
iconName: "ellipsis",
|
|
3601
3613
|
icon: [
|
|
@@ -3605,7 +3617,7 @@ var Wn = {
|
|
|
3605
3617
|
"f141",
|
|
3606
3618
|
"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"
|
|
3607
3619
|
]
|
|
3608
|
-
},
|
|
3620
|
+
}, y0 = sa, x0 = {
|
|
3609
3621
|
prefix: "fas",
|
|
3610
3622
|
iconName: "angle-down",
|
|
3611
3623
|
icon: [
|
|
@@ -3615,7 +3627,7 @@ var Wn = {
|
|
|
3615
3627
|
"f107",
|
|
3616
3628
|
"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
3617
3629
|
]
|
|
3618
|
-
},
|
|
3630
|
+
}, z0 = {
|
|
3619
3631
|
prefix: "fas",
|
|
3620
3632
|
iconName: "face-smile-hearts",
|
|
3621
3633
|
icon: [
|
|
@@ -3625,7 +3637,7 @@ var Wn = {
|
|
|
3625
3637
|
"e390",
|
|
3626
3638
|
"M448.2 34.3c-1.3 19.7 5.5 39.8 20.5 54.9l55.5 55.8c9.2 9.3 21.1 14.2 33.2 14.9C569.4 189.6 576 222 576 256c0 37.4-8 73-22.5 105.1c-27-15.2-61.9-11.3-84.8 11.8c-25.8 26-27.5 67.1-4.9 94.9C422.8 495.7 373.3 512 320 512c-61.3 0-117.6-21.6-161.7-57.6l13.1-13.1c27.6-27.7 27.6-72.6 0-100.4c-24.8-25-63.6-27.6-91.3-7.7c-1.7-1.2-3.5-2.4-5.2-3.4C67.8 306.5 64 281.7 64 256C64 114.6 178.6 0 320 0c46.7 0 90.5 12.5 128.2 34.3zM205.5 323.9c-6.7 5.8-7.4 15.9-1.6 22.6c22.2 25.7 61 53.5 116.1 53.5s93.8-27.9 116.1-53.5c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6C394 346.2 363.4 368 320 368s-74-21.8-91.9-42.5c-5.8-6.7-15.9-7.4-22.6-1.6zm-.7-90.3c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zm230.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM573.7 11.5c15.2-15.3 39.8-15.3 54.9 0s15.2 40 0 55.2l-55.4 55.8c-7.3 7.3-19.1 7.3-26.3 0L491.4 66.7c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L560 25.3l13.7-13.8zm54.9 384c15.2 15.3 15.2 40 0 55.2l-55.4 55.8c-7.3 7.3-19.1 7.3-26.3 0l-55.5-55.8c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L560 409.3l13.7-13.8c15.2-15.3 39.8-15.3 54.9 0zm-534.9-32c15.2-15.3 39.8-15.3 54.9 0s15.2 40 0 55.2L93.2 474.5c-7.3 7.3-19.1 7.3-26.3 0L11.4 418.7c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L80 377.3l13.7-13.8z"
|
|
3627
3639
|
]
|
|
3628
|
-
},
|
|
3640
|
+
}, _2 = {
|
|
3629
3641
|
prefix: "fas",
|
|
3630
3642
|
iconName: "house",
|
|
3631
3643
|
icon: [
|
|
@@ -3635,7 +3647,7 @@ var Wn = {
|
|
|
3635
3647
|
"f015",
|
|
3636
3648
|
"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"
|
|
3637
3649
|
]
|
|
3638
|
-
},
|
|
3650
|
+
}, C0 = _2, M0 = _2, A0 = _2, w0 = {
|
|
3639
3651
|
prefix: "fas",
|
|
3640
3652
|
iconName: "file-circle-check",
|
|
3641
3653
|
icon: [
|
|
@@ -3645,7 +3657,7 @@ var Wn = {
|
|
|
3645
3657
|
"e5a0",
|
|
3646
3658
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"
|
|
3647
3659
|
]
|
|
3648
|
-
},
|
|
3660
|
+
}, oa = {
|
|
3649
3661
|
prefix: "fas",
|
|
3650
3662
|
iconName: "ellipsis-vertical",
|
|
3651
3663
|
icon: [
|
|
@@ -3655,7 +3667,7 @@ var Wn = {
|
|
|
3655
3667
|
"f142",
|
|
3656
3668
|
"M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"
|
|
3657
3669
|
]
|
|
3658
|
-
},
|
|
3670
|
+
}, N0 = oa, la = {
|
|
3659
3671
|
prefix: "fas",
|
|
3660
3672
|
iconName: "cart-shopping",
|
|
3661
3673
|
icon: [
|
|
@@ -3665,7 +3677,7 @@ var Wn = {
|
|
|
3665
3677
|
"f07a",
|
|
3666
3678
|
"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"
|
|
3667
3679
|
]
|
|
3668
|
-
},
|
|
3680
|
+
}, k0 = la, fa = {
|
|
3669
3681
|
prefix: "fas",
|
|
3670
3682
|
iconName: "gear",
|
|
3671
3683
|
icon: [
|
|
@@ -3675,7 +3687,7 @@ var Wn = {
|
|
|
3675
3687
|
"f013",
|
|
3676
3688
|
"M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"
|
|
3677
3689
|
]
|
|
3678
|
-
},
|
|
3690
|
+
}, S0 = fa, O0 = {
|
|
3679
3691
|
prefix: "fas",
|
|
3680
3692
|
iconName: "arrow-down-left",
|
|
3681
3693
|
icon: [
|
|
@@ -3685,7 +3697,7 @@ var Wn = {
|
|
|
3685
3697
|
"e091",
|
|
3686
3698
|
"M32 384c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-146.7 0L342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L96 306.7 96 160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224z"
|
|
3687
3699
|
]
|
|
3688
|
-
},
|
|
3700
|
+
}, ua = {
|
|
3689
3701
|
prefix: "fas",
|
|
3690
3702
|
iconName: "minus",
|
|
3691
3703
|
icon: [
|
|
@@ -3695,7 +3707,7 @@ var Wn = {
|
|
|
3695
3707
|
"f068",
|
|
3696
3708
|
"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"
|
|
3697
3709
|
]
|
|
3698
|
-
},
|
|
3710
|
+
}, E0 = ua, P0 = {
|
|
3699
3711
|
prefix: "fas",
|
|
3700
3712
|
iconName: "arrow-down-right",
|
|
3701
3713
|
icon: [
|
|
@@ -3705,7 +3717,7 @@ var Wn = {
|
|
|
3705
3717
|
"e093",
|
|
3706
3718
|
"M320 416c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 146.7L86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 352 96 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0z"
|
|
3707
3719
|
]
|
|
3708
|
-
},
|
|
3720
|
+
}, ma = {
|
|
3709
3721
|
prefix: "fas",
|
|
3710
3722
|
iconName: "circle-info",
|
|
3711
3723
|
icon: [
|
|
@@ -3715,7 +3727,7 @@ var Wn = {
|
|
|
3715
3727
|
"f05a",
|
|
3716
3728
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3717
3729
|
]
|
|
3718
|
-
},
|
|
3730
|
+
}, F0 = ma, I0 = {
|
|
3719
3731
|
prefix: "fas",
|
|
3720
3732
|
iconName: "tag",
|
|
3721
3733
|
icon: [
|
|
@@ -3725,7 +3737,7 @@ var Wn = {
|
|
|
3725
3737
|
"f02b",
|
|
3726
3738
|
"M0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3727
3739
|
]
|
|
3728
|
-
},
|
|
3740
|
+
}, T0 = {
|
|
3729
3741
|
prefix: "fas",
|
|
3730
3742
|
iconName: "arrow-left",
|
|
3731
3743
|
icon: [
|
|
@@ -3735,7 +3747,7 @@ var Wn = {
|
|
|
3735
3747
|
"f060",
|
|
3736
3748
|
"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"
|
|
3737
3749
|
]
|
|
3738
|
-
},
|
|
3750
|
+
}, $0 = {
|
|
3739
3751
|
prefix: "fas",
|
|
3740
3752
|
iconName: "trash",
|
|
3741
3753
|
icon: [
|
|
@@ -3745,7 +3757,7 @@ var Wn = {
|
|
|
3745
3757
|
"f1f8",
|
|
3746
3758
|
"M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"
|
|
3747
3759
|
]
|
|
3748
|
-
},
|
|
3760
|
+
}, da = {
|
|
3749
3761
|
prefix: "fas",
|
|
3750
3762
|
iconName: "face-frown",
|
|
3751
3763
|
icon: [
|
|
@@ -3755,7 +3767,7 @@ var Wn = {
|
|
|
3755
3767
|
"f119",
|
|
3756
3768
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3757
3769
|
]
|
|
3758
|
-
},
|
|
3770
|
+
}, _0 = da, D0 = {
|
|
3759
3771
|
prefix: "fas",
|
|
3760
3772
|
iconName: "pen",
|
|
3761
3773
|
icon: [
|
|
@@ -3765,7 +3777,7 @@ var Wn = {
|
|
|
3765
3777
|
"f304",
|
|
3766
3778
|
"M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"
|
|
3767
3779
|
]
|
|
3768
|
-
},
|
|
3780
|
+
}, R0 = {
|
|
3769
3781
|
prefix: "fas",
|
|
3770
3782
|
iconName: "arrow-up-right",
|
|
3771
3783
|
icon: [
|
|
@@ -3775,7 +3787,7 @@ var Wn = {
|
|
|
3775
3787
|
"e09f",
|
|
3776
3788
|
"M352 128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0L41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 205.3 288 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224z"
|
|
3777
3789
|
]
|
|
3778
|
-
},
|
|
3790
|
+
}, j0 = {
|
|
3779
3791
|
prefix: "fas",
|
|
3780
3792
|
iconName: "tags",
|
|
3781
3793
|
icon: [
|
|
@@ -3785,7 +3797,7 @@ var Wn = {
|
|
|
3785
3797
|
"f02c",
|
|
3786
3798
|
"M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
3787
3799
|
]
|
|
3788
|
-
},
|
|
3800
|
+
}, B0 = {
|
|
3789
3801
|
prefix: "fas",
|
|
3790
3802
|
iconName: "circle",
|
|
3791
3803
|
icon: [
|
|
@@ -3795,7 +3807,7 @@ var Wn = {
|
|
|
3795
3807
|
"f111",
|
|
3796
3808
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"
|
|
3797
3809
|
]
|
|
3798
|
-
},
|
|
3810
|
+
}, pa = {
|
|
3799
3811
|
prefix: "fas",
|
|
3800
3812
|
iconName: "screwdriver-wrench",
|
|
3801
3813
|
icon: [
|
|
@@ -3805,7 +3817,7 @@ var Wn = {
|
|
|
3805
3817
|
"f7d9",
|
|
3806
3818
|
"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"
|
|
3807
3819
|
]
|
|
3808
|
-
},
|
|
3820
|
+
}, U0 = pa, H0 = {
|
|
3809
3821
|
prefix: "fas",
|
|
3810
3822
|
iconName: "arrow-right",
|
|
3811
3823
|
icon: [
|
|
@@ -3815,7 +3827,7 @@ var Wn = {
|
|
|
3815
3827
|
"f061",
|
|
3816
3828
|
"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
|
|
3817
3829
|
]
|
|
3818
|
-
},
|
|
3830
|
+
}, W0 = {
|
|
3819
3831
|
prefix: "fas",
|
|
3820
3832
|
iconName: "file-signature",
|
|
3821
3833
|
icon: [
|
|
@@ -3825,7 +3837,7 @@ var Wn = {
|
|
|
3825
3837
|
"f573",
|
|
3826
3838
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L80 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 8.9 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6l0-43.6-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z"
|
|
3827
3839
|
]
|
|
3828
|
-
},
|
|
3840
|
+
}, q0 = {
|
|
3829
3841
|
prefix: "fas",
|
|
3830
3842
|
iconName: "sparkle",
|
|
3831
3843
|
icon: [
|
|
@@ -3835,7 +3847,7 @@ var Wn = {
|
|
|
3835
3847
|
"e5d6",
|
|
3836
3848
|
"M245.8 45.9C241.9 37.4 233.4 32 224 32s-17.9 5.4-21.8 13.9L142.7 174.7 13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l128.8 59.5 59.5 128.8c3.9 8.5 12.4 13.9 21.8 13.9s17.9-5.4 21.8-13.9l59.5-128.8 128.8-59.5c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L305.3 174.7 245.8 45.9z"
|
|
3837
3849
|
]
|
|
3838
|
-
},
|
|
3850
|
+
}, Y0 = {
|
|
3839
3851
|
prefix: "fas",
|
|
3840
3852
|
iconName: "square",
|
|
3841
3853
|
icon: [
|
|
@@ -3845,7 +3857,7 @@ var Wn = {
|
|
|
3845
3857
|
"f0c8",
|
|
3846
3858
|
"M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"
|
|
3847
3859
|
]
|
|
3848
|
-
},
|
|
3860
|
+
}, X0 = {
|
|
3849
3861
|
prefix: "fas",
|
|
3850
3862
|
iconName: "suitcase",
|
|
3851
3863
|
icon: [
|
|
@@ -3855,7 +3867,7 @@ var Wn = {
|
|
|
3855
3867
|
"f0f2",
|
|
3856
3868
|
"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 0 32 0 352-256 0 0-352 0-32zM64 96l32 0 0 384-32 0c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64zM448 480l-32 0 0-384 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64z"
|
|
3857
3869
|
]
|
|
3858
|
-
},
|
|
3870
|
+
}, ga = {
|
|
3859
3871
|
prefix: "fas",
|
|
3860
3872
|
iconName: "circle-check",
|
|
3861
3873
|
icon: [
|
|
@@ -3865,7 +3877,7 @@ var Wn = {
|
|
|
3865
3877
|
"f058",
|
|
3866
3878
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3867
3879
|
]
|
|
3868
|
-
},
|
|
3880
|
+
}, G0 = ga, V0 = {
|
|
3869
3881
|
prefix: "fas",
|
|
3870
3882
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
3871
3883
|
icon: [
|
|
@@ -3875,7 +3887,17 @@ var Wn = {
|
|
|
3875
3887
|
"e0a0",
|
|
3876
3888
|
"M352 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0L297.4 169.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 50.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L352 0zM214.6 297.4c-12.5-12.5-32.8-12.5-45.3 0L64 402.7 64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32L0 480c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0L214.6 342.6c12.5-12.5 12.5-32.8 0-45.3z"
|
|
3877
3889
|
]
|
|
3878
|
-
},
|
|
3890
|
+
}, ha = {
|
|
3891
|
+
prefix: "fas",
|
|
3892
|
+
iconName: "arrow-down-to-line",
|
|
3893
|
+
icon: [
|
|
3894
|
+
384,
|
|
3895
|
+
512,
|
|
3896
|
+
["arrow-to-bottom"],
|
|
3897
|
+
"f33d",
|
|
3898
|
+
"M32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480zM214.6 342.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 242.7 160 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 178.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128z"
|
|
3899
|
+
]
|
|
3900
|
+
}, K0 = ha, Q0 = {
|
|
3879
3901
|
prefix: "fas",
|
|
3880
3902
|
iconName: "folder-user",
|
|
3881
3903
|
icon: [
|
|
@@ -3885,7 +3907,7 @@ var Wn = {
|
|
|
3885
3907
|
"e18e",
|
|
3886
3908
|
"M512 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256zM320 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM144 405.3c0 5.9 4.8 10.7 10.7 10.7l202.7 0c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3l-117.3 0c-29.5 0-53.3 23.9-53.3 53.3z"
|
|
3887
3909
|
]
|
|
3888
|
-
},
|
|
3910
|
+
}, Z0 = {
|
|
3889
3911
|
prefix: "fas",
|
|
3890
3912
|
iconName: "arrow-up-left",
|
|
3891
3913
|
icon: [
|
|
@@ -3895,7 +3917,7 @@ var Wn = {
|
|
|
3895
3917
|
"e09d",
|
|
3896
3918
|
"M64 96c-17.7 0-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-146.7L297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L141.3 160 288 160c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 96z"
|
|
3897
3919
|
]
|
|
3898
|
-
},
|
|
3920
|
+
}, J0 = {
|
|
3899
3921
|
prefix: "fas",
|
|
3900
3922
|
iconName: "angle-right",
|
|
3901
3923
|
icon: [
|
|
@@ -3905,7 +3927,7 @@ var Wn = {
|
|
|
3905
3927
|
"f105",
|
|
3906
3928
|
"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"
|
|
3907
3929
|
]
|
|
3908
|
-
},
|
|
3930
|
+
}, er = {
|
|
3909
3931
|
prefix: "fas",
|
|
3910
3932
|
iconName: "sparkles",
|
|
3911
3933
|
icon: [
|
|
@@ -3915,7 +3937,7 @@ var Wn = {
|
|
|
3915
3937
|
"f890",
|
|
3916
3938
|
"M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2zM205.1 73.3c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3L123.3 187.3 9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5l114.1 52.7L176 435.8c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l52.7-114.1 114.1-52.7c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5L257.8 187.4 205.1 73.3zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384z"
|
|
3917
3939
|
]
|
|
3918
|
-
},
|
|
3940
|
+
}, va = {
|
|
3919
3941
|
prefix: "fas",
|
|
3920
3942
|
iconName: "circle-dot",
|
|
3921
3943
|
icon: [
|
|
@@ -3925,7 +3947,7 @@ var Wn = {
|
|
|
3925
3947
|
"f192",
|
|
3926
3948
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"
|
|
3927
3949
|
]
|
|
3928
|
-
},
|
|
3950
|
+
}, ar = va, La = {
|
|
3929
3951
|
prefix: "fas",
|
|
3930
3952
|
iconName: "square-check",
|
|
3931
3953
|
icon: [
|
|
@@ -3935,7 +3957,7 @@ var Wn = {
|
|
|
3935
3957
|
"f14a",
|
|
3936
3958
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3937
3959
|
]
|
|
3938
|
-
},
|
|
3960
|
+
}, tr = La, ba = {
|
|
3939
3961
|
prefix: "fas",
|
|
3940
3962
|
iconName: "circle-exclamation",
|
|
3941
3963
|
icon: [
|
|
@@ -3945,7 +3967,7 @@ var Wn = {
|
|
|
3945
3967
|
"f06a",
|
|
3946
3968
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
3947
3969
|
]
|
|
3948
|
-
},
|
|
3970
|
+
}, nr = ba, rr = {
|
|
3949
3971
|
prefix: "fas",
|
|
3950
3972
|
iconName: "file-circle-question",
|
|
3951
3973
|
icon: [
|
|
@@ -3955,7 +3977,7 @@ var Wn = {
|
|
|
3955
3977
|
"e4ef",
|
|
3956
3978
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"
|
|
3957
3979
|
]
|
|
3958
|
-
},
|
|
3980
|
+
}, ya = {
|
|
3959
3981
|
prefix: "fas",
|
|
3960
3982
|
iconName: "square-minus",
|
|
3961
3983
|
icon: [
|
|
@@ -3965,7 +3987,7 @@ var Wn = {
|
|
|
3965
3987
|
"f146",
|
|
3966
3988
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
3967
3989
|
]
|
|
3968
|
-
},
|
|
3990
|
+
}, ir = ya, cr = {
|
|
3969
3991
|
prefix: "fas",
|
|
3970
3992
|
iconName: "face-unamused",
|
|
3971
3993
|
icon: [
|
|
@@ -3975,7 +3997,7 @@ var Wn = {
|
|
|
3975
3997
|
"e39f",
|
|
3976
3998
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm60.1-117.3c-11.7-13-31.6-26.7-60.1-26.7s-48.4 13.7-60.1 26.7c-5.9 6.6-16 7.1-22.6 1.2s-7.1-16-1.2-22.6C188.2 355.4 216.3 336 256 336s67.8 19.4 83.9 37.3c5.9 6.6 5.4 16.7-1.2 22.6s-16.7 5.4-22.6-1.2zM112 192l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm176 16c0-8.8 7.2-16 16-16l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16z"
|
|
3977
3999
|
]
|
|
3978
|
-
},
|
|
4000
|
+
}, xa = {
|
|
3979
4001
|
prefix: "fas",
|
|
3980
4002
|
iconName: "circle-minus",
|
|
3981
4003
|
icon: [
|
|
@@ -3985,103 +4007,105 @@ var Wn = {
|
|
|
3985
4007
|
"f056",
|
|
3986
4008
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
3987
4009
|
]
|
|
3988
|
-
},
|
|
3989
|
-
const
|
|
4010
|
+
}, sr = xa;
|
|
4011
|
+
const or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3990
4012
|
__proto__: null,
|
|
3991
|
-
faAdd:
|
|
3992
|
-
faAngleDown:
|
|
3993
|
-
faAngleLeft:
|
|
3994
|
-
faAngleRight:
|
|
3995
|
-
faAngleUp:
|
|
3996
|
-
faArrowDown:
|
|
3997
|
-
faArrowDownLeft:
|
|
3998
|
-
faArrowDownRight:
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4013
|
+
faAdd: u0,
|
|
4014
|
+
faAngleDown: x0,
|
|
4015
|
+
faAngleLeft: Jn,
|
|
4016
|
+
faAngleRight: J0,
|
|
4017
|
+
faAngleUp: i0,
|
|
4018
|
+
faArrowDown: g0,
|
|
4019
|
+
faArrowDownLeft: O0,
|
|
4020
|
+
faArrowDownRight: P0,
|
|
4021
|
+
faArrowDownToLine: ha,
|
|
4022
|
+
faArrowLeft: T0,
|
|
4023
|
+
faArrowRight: H0,
|
|
4024
|
+
faArrowToBottom: K0,
|
|
4025
|
+
faArrowUp: d0,
|
|
4026
|
+
faArrowUpLeft: Z0,
|
|
4027
|
+
faArrowUpRight: R0,
|
|
4028
|
+
faArrowUpRightAndArrowDownLeftFromCenter: V0,
|
|
4029
|
+
faBarsFilter: m0,
|
|
4030
|
+
faBell: v0,
|
|
4031
|
+
faCalendar: n0,
|
|
4032
|
+
faCalendarLines: aa,
|
|
4033
|
+
faCalendarNote: a0,
|
|
4034
|
+
faCartShopping: la,
|
|
4035
|
+
faCheck: e0,
|
|
4036
|
+
faCheckCircle: G0,
|
|
4037
|
+
faCheckSquare: tr,
|
|
4038
|
+
faCircle: B0,
|
|
4039
|
+
faCircleCheck: ga,
|
|
4040
|
+
faCircleDot: va,
|
|
4041
|
+
faCircleExclamation: ba,
|
|
4042
|
+
faCircleInfo: ma,
|
|
4043
|
+
faCircleMinus: xa,
|
|
4044
|
+
faCirclePlus: ta,
|
|
4045
|
+
faCircleXmark: b1,
|
|
4046
|
+
faClose: s0,
|
|
4047
|
+
faCog: S0,
|
|
4048
|
+
faCreditCard: ca,
|
|
4049
|
+
faCreditCardAlt: b0,
|
|
4050
|
+
faDotCircle: ar,
|
|
4051
|
+
faEllipsis: sa,
|
|
4052
|
+
faEllipsisH: y0,
|
|
4053
|
+
faEllipsisV: N0,
|
|
4054
|
+
faEllipsisVertical: oa,
|
|
4055
|
+
faExclamationCircle: nr,
|
|
4056
|
+
faExclamationTriangle: Qn,
|
|
4057
|
+
faFaceFrown: da,
|
|
4058
|
+
faFaceSmile: na,
|
|
4059
|
+
faFaceSmileHearts: z0,
|
|
4060
|
+
faFaceUnamused: cr,
|
|
4061
|
+
faFileCheck: Gn,
|
|
4062
|
+
faFileCircleCheck: w0,
|
|
4063
|
+
faFileCircleInfo: c0,
|
|
4064
|
+
faFileCircleQuestion: rr,
|
|
4065
|
+
faFileCircleXmark: L0,
|
|
4066
|
+
faFileSignature: W0,
|
|
4067
|
+
faFolderUser: Q0,
|
|
4068
|
+
faFrown: _0,
|
|
4069
|
+
faGear: fa,
|
|
4070
|
+
faHome: C0,
|
|
4071
|
+
faHomeAlt: M0,
|
|
4072
|
+
faHomeLgAlt: A0,
|
|
4073
|
+
faHouse: _2,
|
|
4074
|
+
faInfoCircle: F0,
|
|
4075
|
+
faMagnifyingGlass: ia,
|
|
4076
|
+
faMinus: ua,
|
|
4077
|
+
faMinusCircle: sr,
|
|
4078
|
+
faMinusSquare: ir,
|
|
4079
|
+
faMultiply: o0,
|
|
4080
|
+
faPen: D0,
|
|
4081
|
+
faPlus: ra,
|
|
4082
|
+
faPlusCircle: t0,
|
|
4083
|
+
faPlusMinus: Xn,
|
|
4084
|
+
faRemove: l0,
|
|
4085
|
+
faScrewdriverWrench: pa,
|
|
4086
|
+
faSearch: p0,
|
|
4087
|
+
faShoppingCart: k0,
|
|
4088
|
+
faSmile: r0,
|
|
4089
|
+
faSparkle: q0,
|
|
4090
|
+
faSparkles: er,
|
|
4091
|
+
faSquare: Y0,
|
|
4092
|
+
faSquareCheck: La,
|
|
4093
|
+
faSquareMinus: ya,
|
|
4094
|
+
faSubtract: E0,
|
|
4095
|
+
faSuitcase: X0,
|
|
4096
|
+
faTag: I0,
|
|
4097
|
+
faTags: j0,
|
|
4098
|
+
faTimes: f0,
|
|
4099
|
+
faTimesCircle: Vn,
|
|
4100
|
+
faTools: U0,
|
|
4101
|
+
faTrash: $0,
|
|
4102
|
+
faTriangleExclamation: y1,
|
|
4103
|
+
faWarning: Zn,
|
|
4104
|
+
faXmark: g2,
|
|
4105
|
+
faXmarkCircle: Kn,
|
|
4106
|
+
faXmarkLarge: h0
|
|
4083
4107
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4084
|
-
var
|
|
4108
|
+
var lr = {
|
|
4085
4109
|
prefix: "fak",
|
|
4086
4110
|
iconName: "fiscozen",
|
|
4087
4111
|
icon: [
|
|
@@ -4092,11 +4116,11 @@ var ir = {
|
|
|
4092
4116
|
"M96 55.1l0 74.7 448 0 0-74.7-448 0zm0 401.8s0 0 0 0s0 0 0 0s0 0 0 0zm224.5-165L96 456.9l133 0L544 217.1l-448 0 0 74.8 224.5 0z"
|
|
4093
4117
|
]
|
|
4094
4118
|
};
|
|
4095
|
-
const
|
|
4119
|
+
const fr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4096
4120
|
__proto__: null,
|
|
4097
|
-
faFiscozen:
|
|
4121
|
+
faFiscozen: lr
|
|
4098
4122
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4099
|
-
var
|
|
4123
|
+
var za = {
|
|
4100
4124
|
prefix: "fasr",
|
|
4101
4125
|
iconName: "bars",
|
|
4102
4126
|
icon: [
|
|
@@ -4106,7 +4130,7 @@ var La = {
|
|
|
4106
4130
|
"f0c9",
|
|
4107
4131
|
"M0 64l448 0 0 48L0 112 0 64zM0 224l448 0 0 48L0 272l0-48zM448 384l0 48L0 432l0-48 448 0z"
|
|
4108
4132
|
]
|
|
4109
|
-
},
|
|
4133
|
+
}, ur = za, mr = {
|
|
4110
4134
|
prefix: "fasr",
|
|
4111
4135
|
iconName: "bell",
|
|
4112
4136
|
icon: [
|
|
@@ -4116,7 +4140,7 @@ var La = {
|
|
|
4116
4140
|
"f0f3",
|
|
4117
4141
|
"M256 0L192 0l0 51.2C119 66 64 130.6 64 208l0 88L0 368l0 48 48 0 352 0 48 0 0-48-64-72 0-88c0-77.4-55-142-128-156.8L256 0zm80 314.2l12.1 13.6L383.8 368 64.2 368l35.7-40.1L112 314.2l0-18.2 0-88c0-61.9 50.1-112 112-112s112 50.1 112 112l0 88 0 18.2zM288 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"
|
|
4118
4142
|
]
|
|
4119
|
-
},
|
|
4143
|
+
}, Ca = {
|
|
4120
4144
|
prefix: "fasr",
|
|
4121
4145
|
iconName: "calendar-lines",
|
|
4122
4146
|
icon: [
|
|
@@ -4126,7 +4150,7 @@ var La = {
|
|
|
4126
4150
|
"e0d5",
|
|
4127
4151
|
"M152 24l0-24L104 0l0 24 0 40L0 64l0 80 0 48L0 464l0 48 48 0 352 0 48 0 0-48 0-272 0-48 0-80L344 64l0-40 0-24L296 0l0 24 0 40L152 64l0-40zM48 192l352 0 0 272L48 464l0-272zm48 64l0 48 256 0 0-48L96 256zm160 96L96 352l0 48 160 0 0-48z"
|
|
4128
4152
|
]
|
|
4129
|
-
},
|
|
4153
|
+
}, dr = Ca, Ma = {
|
|
4130
4154
|
prefix: "fasr",
|
|
4131
4155
|
iconName: "cart-shopping",
|
|
4132
4156
|
icon: [
|
|
@@ -4136,7 +4160,7 @@ var La = {
|
|
|
4136
4160
|
"f07a",
|
|
4137
4161
|
"M24 0L0 0 0 48l24 0 52.1 0 60.3 316.5 3.7 19.5 19.9 0 328 0 24 0 0-48-24 0-308.1 0-9.1-48L496 288 561 80l15-48-50.3 0L122 32l-2.4-12.5L115.9 0 96 0 24 0zM161.6 240L131.1 80l379.6 0-50 160-299.1 0zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
|
|
4138
4162
|
]
|
|
4139
|
-
},
|
|
4163
|
+
}, pr = Ma, gr = {
|
|
4140
4164
|
prefix: "fasr",
|
|
4141
4165
|
iconName: "chevron-down",
|
|
4142
4166
|
icon: [
|
|
@@ -4146,7 +4170,7 @@ var La = {
|
|
|
4146
4170
|
"f078",
|
|
4147
4171
|
"M256 417.9l17-17L465 209l17-17L448 158.1l-17 17-175 175L81 175l-17-17L30.1 192l17 17L239 401l17 17z"
|
|
4148
4172
|
]
|
|
4149
|
-
},
|
|
4173
|
+
}, hr = {
|
|
4150
4174
|
prefix: "fasr",
|
|
4151
4175
|
iconName: "chevron-up",
|
|
4152
4176
|
icon: [
|
|
@@ -4156,7 +4180,7 @@ var La = {
|
|
|
4156
4180
|
"f077",
|
|
4157
4181
|
"M256 94.1l17 17L465 303l17 17L448 353.9l-17-17-175-175L81 337l-17 17L30.1 320l17-17L239 111l17-17z"
|
|
4158
4182
|
]
|
|
4159
|
-
},
|
|
4183
|
+
}, Aa = {
|
|
4160
4184
|
prefix: "fasr",
|
|
4161
4185
|
iconName: "credit-card",
|
|
4162
4186
|
icon: [
|
|
@@ -4166,7 +4190,7 @@ var La = {
|
|
|
4166
4190
|
"f09d",
|
|
4167
4191
|
"M528 80l0 48L48 128l0-48 480 0zm0 144l0 208L48 432l0-208 480 0zM48 32L0 32 0 80 0 432l0 48 48 0 480 0 48 0 0-48 0-352 0-48-48 0L48 32zM192 336l-96 0 0 48 96 0 0-48zm192 0l-160 0 0 48 160 0 0-48z"
|
|
4168
4192
|
]
|
|
4169
|
-
},
|
|
4193
|
+
}, vr = Aa, Lr = {
|
|
4170
4194
|
prefix: "fasr",
|
|
4171
4195
|
iconName: "file-check",
|
|
4172
4196
|
icon: [
|
|
@@ -4176,7 +4200,7 @@ var La = {
|
|
|
4176
4200
|
"f316",
|
|
4177
4201
|
"M48 464L48 48l176 0 0 112 112 0 0 304L48 464zM256 0L48 0 0 0 0 48 0 464l0 48 48 0 288 0 48 0 0-48 0-336L256 0zm33 267.6l17-17L272 216.7l-17 17-89.7 89.7L129 287l-17-17L78.1 304l17 17 53.3 53.3 17 17 17-17L289 267.6z"
|
|
4178
4202
|
]
|
|
4179
|
-
},
|
|
4203
|
+
}, br = {
|
|
4180
4204
|
prefix: "fasr",
|
|
4181
4205
|
iconName: "folder-user",
|
|
4182
4206
|
icon: [
|
|
@@ -4186,7 +4210,7 @@ var La = {
|
|
|
4186
4210
|
"e18e",
|
|
4187
4211
|
"M224 32l48 64 192 0 48 0 0 48 0 288 0 48-48 0L48 480 0 480l0-48L0 80 0 32l48 0 176 0zm48 112l-24 0-14.4-19.2L200 80 48 80l0 352 101.3 0L176 352l160 0 26.7 80L464 432l0-288-192 0zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"
|
|
4188
4212
|
]
|
|
4189
|
-
},
|
|
4213
|
+
}, wa = {
|
|
4190
4214
|
prefix: "fasr",
|
|
4191
4215
|
iconName: "gear",
|
|
4192
4216
|
icon: [
|
|
@@ -4196,7 +4220,7 @@ var La = {
|
|
|
4196
4220
|
"f013",
|
|
4197
4221
|
"M328 0l14.6 66.8c11.9 5.5 23.3 12 33.8 19.6l65.2-20.8 72 124.7-50.6 46.1c.6 6.4 .9 12.9 .9 19.5s-.3 13.1-.9 19.5l50.6 46.1-72 124.7-65.2-20.8c-10.6 7.5-21.9 14.1-33.8 19.6L328 512l-144 0-14.6-66.8c-11.9-5.5-23.3-12-33.8-19.6L70.3 446.4l-72-124.7 50.6-46.1c-.6-6.4-.9-12.9-.9-19.5s.3-13.1 .9-19.5L-1.7 190.4l72-124.7 65.2 20.8c10.6-7.5 21.9-14.1 33.8-19.6L184 0 328 0zm63 132.2l-22.9 7.3-19.5-13.9c-8.2-5.8-16.9-10.9-26-15.1l-21.8-10-5.1-23.4L289.4 48l-66.7 0-6.4 29.1-5.1 23.4-21.8 10c-9.2 4.2-17.9 9.3-26 15.1l-19.5 13.9L121 132.2l-28.4-9L59.2 180.9l22 20.1 17.7 16.1-2.2 23.8c-.5 5-.7 10-.7 15.1s.2 10.1 .7 15.1l2.2 23.8L81.2 311l-22 20.1 33.4 57.8 28.4-9 22.9-7.3 19.5 13.9c8.2 5.8 16.9 10.9 26 15.1l21.8 10 5.1 23.4 6.4 29.1 66.7 0 6.4-29.1 5.1-23.4 21.8-10c9.2-4.2 17.9-9.3 26-15.1l19.5-13.9 22.9 7.3 28.4 9 33.4-57.8L430.8 311l-17.7-16.1 2.2-23.8c.5-5 .7-10 .7-15.1s-.2-10.1-.7-15.1l-2.2-23.8L430.8 201l22.1-20.1-33.4-57.8-28.4 9zM304 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-144 0a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z"
|
|
4198
4222
|
]
|
|
4199
|
-
},
|
|
4223
|
+
}, yr = wa, Na = {
|
|
4200
4224
|
prefix: "fasr",
|
|
4201
4225
|
iconName: "screwdriver-wrench",
|
|
4202
4226
|
icon: [
|
|
@@ -4206,7 +4230,7 @@ var La = {
|
|
|
4206
4230
|
"f7d9",
|
|
4207
4231
|
"M33.9 366.1L160.4 239.6l33.9 33.9L67.9 400 112 444.1l95.4-95.4 17.9 17.9 16 16-95.4 95.4L112 512 78.1 478.1 33.9 433.9 0 400l33.9-33.9zM224 144.8L224 96l0-16-7.3-5.5C245.1 29.7 295.1 0 352 0c13.5 0 26.7 1.7 39.3 4.9c17 4.3 33 11.3 47.3 20.6L403.5 60.5 352 112l0 48 48 0 51.5-51.5 35.1-35.1c9.3 14.4 16.3 30.3 20.6 47.3c3.2 12.6 4.9 25.7 4.9 39.3c0 57.2-30 107.3-75.1 135.6l-35.2-35.2c35.8-17.8 60.8-54.1 62.3-96.5l-30 30L419.9 208 400 208l-48 0-48 0 0-48 0-48 0-19.9 14.1-14.1 30-30C288 50.1 240 99.5 240 160l0 .8-16-16zM287 321l-129-129L96 192 0 64 64 0 192 96l0 62.1L321 287l31-31L512 416l-96 96L256 352l31-31z"
|
|
4208
4232
|
]
|
|
4209
|
-
},
|
|
4233
|
+
}, xr = Na, zr = {
|
|
4210
4234
|
prefix: "fasr",
|
|
4211
4235
|
iconName: "suitcase",
|
|
4212
4236
|
icon: [
|
|
@@ -4217,28 +4241,28 @@ var La = {
|
|
|
4217
4241
|
"M152 0L128 0l0 24 0 72L48 96 0 96l0 48L0 432l0 48 48 0 416 0 48 0 0-48 0-288 0-48-48 0-80 0 0-72 0-24L360 0 152 0zM336 96L176 96l0-48 160 0 0 48zM152 144l208 0 8 0 0 288-224 0 0-288 8 0zM48 144l48 0 0 288-48 0 0-288zM464 432l-48 0 0-288 48 0 0 288z"
|
|
4218
4242
|
]
|
|
4219
4243
|
};
|
|
4220
|
-
const
|
|
4244
|
+
const Cr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4221
4245
|
__proto__: null,
|
|
4222
|
-
faBars:
|
|
4223
|
-
faBell:
|
|
4224
|
-
faCalendarLines:
|
|
4225
|
-
faCalendarNote:
|
|
4226
|
-
faCartShopping:
|
|
4227
|
-
faChevronDown:
|
|
4228
|
-
faChevronUp:
|
|
4229
|
-
faCog:
|
|
4230
|
-
faCreditCard:
|
|
4231
|
-
faCreditCardAlt:
|
|
4232
|
-
faFileCheck:
|
|
4233
|
-
faFolderUser:
|
|
4234
|
-
faGear:
|
|
4235
|
-
faNavicon:
|
|
4236
|
-
faScrewdriverWrench:
|
|
4237
|
-
faShoppingCart:
|
|
4238
|
-
faSuitcase:
|
|
4239
|
-
faTools:
|
|
4246
|
+
faBars: za,
|
|
4247
|
+
faBell: mr,
|
|
4248
|
+
faCalendarLines: Ca,
|
|
4249
|
+
faCalendarNote: dr,
|
|
4250
|
+
faCartShopping: Ma,
|
|
4251
|
+
faChevronDown: gr,
|
|
4252
|
+
faChevronUp: hr,
|
|
4253
|
+
faCog: yr,
|
|
4254
|
+
faCreditCard: Aa,
|
|
4255
|
+
faCreditCardAlt: vr,
|
|
4256
|
+
faFileCheck: Lr,
|
|
4257
|
+
faFolderUser: br,
|
|
4258
|
+
faGear: wa,
|
|
4259
|
+
faNavicon: ur,
|
|
4260
|
+
faScrewdriverWrench: Na,
|
|
4261
|
+
faShoppingCart: pr,
|
|
4262
|
+
faSuitcase: zr,
|
|
4263
|
+
faTools: xr
|
|
4240
4264
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4241
|
-
var
|
|
4265
|
+
var Mr = {
|
|
4242
4266
|
prefix: "fass",
|
|
4243
4267
|
iconName: "bell",
|
|
4244
4268
|
icon: [
|
|
@@ -4249,27 +4273,27 @@ var yr = {
|
|
|
4249
4273
|
"M256 0L192 0l0 51.2C119 66 64 130.6 64 208l0 88L0 368l0 48 448 0 0-48-64-72 0-88c0-77.4-55-142-128-156.8L256 0zm32 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"
|
|
4250
4274
|
]
|
|
4251
4275
|
};
|
|
4252
|
-
const
|
|
4276
|
+
const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4253
4277
|
__proto__: null,
|
|
4254
|
-
faBell:
|
|
4278
|
+
faBell: Mr
|
|
4255
4279
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4256
|
-
var
|
|
4257
|
-
function
|
|
4280
|
+
var n1 = { far: {}, fas: {}, fak: {}, fasr: {}, fass: {} };
|
|
4281
|
+
function h2(e) {
|
|
4258
4282
|
Object.keys(e).forEach(function(a) {
|
|
4259
4283
|
if (a !== "prefix") {
|
|
4260
4284
|
var t = e[a], n = t.icon[2];
|
|
4261
4285
|
n.forEach(function(r) {
|
|
4262
|
-
typeof r == "string" && (
|
|
4263
|
-
}),
|
|
4286
|
+
typeof r == "string" && (n1[t.prefix][r] = t);
|
|
4287
|
+
}), n1[t.prefix][t.iconName] = t;
|
|
4264
4288
|
}
|
|
4265
4289
|
});
|
|
4266
4290
|
}
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
function
|
|
4291
|
+
h2(Yn);
|
|
4292
|
+
h2(or);
|
|
4293
|
+
h2(fr);
|
|
4294
|
+
h2(Cr);
|
|
4295
|
+
h2(Ar);
|
|
4296
|
+
function V1(e, a) {
|
|
4273
4297
|
var t = Object.keys(e);
|
|
4274
4298
|
if (Object.getOwnPropertySymbols) {
|
|
4275
4299
|
var n = Object.getOwnPropertySymbols(e);
|
|
@@ -4282,15 +4306,15 @@ function G1(e, a) {
|
|
|
4282
4306
|
function E(e) {
|
|
4283
4307
|
for (var a = 1; a < arguments.length; a++) {
|
|
4284
4308
|
var t = arguments[a] != null ? arguments[a] : {};
|
|
4285
|
-
a % 2 ?
|
|
4286
|
-
|
|
4287
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) :
|
|
4309
|
+
a % 2 ? V1(Object(t), !0).forEach(function(n) {
|
|
4310
|
+
N(e, n, t[n]);
|
|
4311
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : V1(Object(t)).forEach(function(n) {
|
|
4288
4312
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
|
4289
4313
|
});
|
|
4290
4314
|
}
|
|
4291
4315
|
return e;
|
|
4292
4316
|
}
|
|
4293
|
-
function
|
|
4317
|
+
function wr(e, a) {
|
|
4294
4318
|
if (typeof e != "object" || !e)
|
|
4295
4319
|
return e;
|
|
4296
4320
|
var t = e[Symbol.toPrimitive];
|
|
@@ -4302,27 +4326,27 @@ function zr(e, a) {
|
|
|
4302
4326
|
}
|
|
4303
4327
|
return (a === "string" ? String : Number)(e);
|
|
4304
4328
|
}
|
|
4305
|
-
function
|
|
4306
|
-
var a =
|
|
4329
|
+
function Nr(e) {
|
|
4330
|
+
var a = wr(e, "string");
|
|
4307
4331
|
return typeof a == "symbol" ? a : a + "";
|
|
4308
4332
|
}
|
|
4309
|
-
function
|
|
4333
|
+
function E2(e) {
|
|
4310
4334
|
"@babel/helpers - typeof";
|
|
4311
|
-
return
|
|
4335
|
+
return E2 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
|
|
4312
4336
|
return typeof a;
|
|
4313
4337
|
} : function(a) {
|
|
4314
4338
|
return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a;
|
|
4315
|
-
},
|
|
4339
|
+
}, E2(e);
|
|
4316
4340
|
}
|
|
4317
|
-
function
|
|
4318
|
-
return a =
|
|
4341
|
+
function N(e, a, t) {
|
|
4342
|
+
return a = Nr(a), a in e ? Object.defineProperty(e, a, {
|
|
4319
4343
|
value: t,
|
|
4320
4344
|
enumerable: !0,
|
|
4321
4345
|
configurable: !0,
|
|
4322
4346
|
writable: !0
|
|
4323
4347
|
}) : e[a] = t, e;
|
|
4324
4348
|
}
|
|
4325
|
-
function
|
|
4349
|
+
function kr(e, a) {
|
|
4326
4350
|
if (e == null)
|
|
4327
4351
|
return {};
|
|
4328
4352
|
var t = {};
|
|
@@ -4334,10 +4358,10 @@ function Mr(e, a) {
|
|
|
4334
4358
|
}
|
|
4335
4359
|
return t;
|
|
4336
4360
|
}
|
|
4337
|
-
function
|
|
4361
|
+
function Sr(e, a) {
|
|
4338
4362
|
if (e == null)
|
|
4339
4363
|
return {};
|
|
4340
|
-
var t =
|
|
4364
|
+
var t = kr(e, a), n, r;
|
|
4341
4365
|
if (Object.getOwnPropertySymbols) {
|
|
4342
4366
|
var i = Object.getOwnPropertySymbols(e);
|
|
4343
4367
|
for (r = 0; r < i.length; r++)
|
|
@@ -4345,169 +4369,169 @@ function Ar(e, a) {
|
|
|
4345
4369
|
}
|
|
4346
4370
|
return t;
|
|
4347
4371
|
}
|
|
4348
|
-
function
|
|
4349
|
-
return
|
|
4372
|
+
function r1(e) {
|
|
4373
|
+
return Or(e) || Er(e) || Pr(e) || Fr();
|
|
4350
4374
|
}
|
|
4351
|
-
function
|
|
4375
|
+
function Or(e) {
|
|
4352
4376
|
if (Array.isArray(e))
|
|
4353
|
-
return
|
|
4377
|
+
return i1(e);
|
|
4354
4378
|
}
|
|
4355
|
-
function
|
|
4379
|
+
function Er(e) {
|
|
4356
4380
|
if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null)
|
|
4357
4381
|
return Array.from(e);
|
|
4358
4382
|
}
|
|
4359
|
-
function
|
|
4383
|
+
function Pr(e, a) {
|
|
4360
4384
|
if (e) {
|
|
4361
4385
|
if (typeof e == "string")
|
|
4362
|
-
return
|
|
4386
|
+
return i1(e, a);
|
|
4363
4387
|
var t = Object.prototype.toString.call(e).slice(8, -1);
|
|
4364
4388
|
if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set")
|
|
4365
4389
|
return Array.from(e);
|
|
4366
4390
|
if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))
|
|
4367
|
-
return
|
|
4391
|
+
return i1(e, a);
|
|
4368
4392
|
}
|
|
4369
4393
|
}
|
|
4370
|
-
function
|
|
4394
|
+
function i1(e, a) {
|
|
4371
4395
|
(a == null || a > e.length) && (a = e.length);
|
|
4372
4396
|
for (var t = 0, n = new Array(a); t < a; t++)
|
|
4373
4397
|
n[t] = e[t];
|
|
4374
4398
|
return n;
|
|
4375
4399
|
}
|
|
4376
|
-
function
|
|
4400
|
+
function Fr() {
|
|
4377
4401
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
4378
4402
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
4379
4403
|
}
|
|
4380
|
-
var
|
|
4404
|
+
var Ir = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ka = { exports: {} };
|
|
4381
4405
|
(function(e) {
|
|
4382
4406
|
(function(a) {
|
|
4383
|
-
var t = function(
|
|
4384
|
-
if (!
|
|
4385
|
-
return
|
|
4386
|
-
var C,
|
|
4387
|
-
if (
|
|
4388
|
-
for (C = [],
|
|
4389
|
-
C.push(t(
|
|
4407
|
+
var t = function(f, p, b) {
|
|
4408
|
+
if (!l(p) || u(p) || g(p) || L(p) || o(p))
|
|
4409
|
+
return p;
|
|
4410
|
+
var C, A = 0, P = 0;
|
|
4411
|
+
if (m(p))
|
|
4412
|
+
for (C = [], P = p.length; A < P; A++)
|
|
4413
|
+
C.push(t(f, p[A], b));
|
|
4390
4414
|
else {
|
|
4391
4415
|
C = {};
|
|
4392
|
-
for (var
|
|
4393
|
-
Object.prototype.hasOwnProperty.call(
|
|
4416
|
+
for (var F in p)
|
|
4417
|
+
Object.prototype.hasOwnProperty.call(p, F) && (C[f(F, b)] = t(f, p[F], b));
|
|
4394
4418
|
}
|
|
4395
4419
|
return C;
|
|
4396
|
-
}, n = function(
|
|
4397
|
-
|
|
4398
|
-
var
|
|
4399
|
-
return
|
|
4400
|
-
}, r = function(
|
|
4401
|
-
return
|
|
4402
|
-
return
|
|
4403
|
-
}),
|
|
4404
|
-
}, i = function(
|
|
4405
|
-
var
|
|
4406
|
-
return
|
|
4407
|
-
}, c = function(
|
|
4408
|
-
return n(
|
|
4409
|
-
}, s = Object.prototype.toString,
|
|
4410
|
-
return typeof
|
|
4411
|
-
},
|
|
4412
|
-
return
|
|
4413
|
-
},
|
|
4414
|
-
return s.call(
|
|
4415
|
-
},
|
|
4416
|
-
return s.call(
|
|
4417
|
-
},
|
|
4418
|
-
return s.call(
|
|
4419
|
-
}, L = function(
|
|
4420
|
-
return s.call(
|
|
4421
|
-
},
|
|
4422
|
-
return
|
|
4423
|
-
}, h = function(
|
|
4424
|
-
var
|
|
4425
|
-
return typeof
|
|
4426
|
-
return
|
|
4420
|
+
}, n = function(f, p) {
|
|
4421
|
+
p = p || {};
|
|
4422
|
+
var b = p.separator || "_", C = p.split || /(?=[A-Z])/;
|
|
4423
|
+
return f.split(C).join(b);
|
|
4424
|
+
}, r = function(f) {
|
|
4425
|
+
return v(f) ? f : (f = f.replace(/[\-_\s]+(.)?/g, function(p, b) {
|
|
4426
|
+
return b ? b.toUpperCase() : "";
|
|
4427
|
+
}), f.substr(0, 1).toLowerCase() + f.substr(1));
|
|
4428
|
+
}, i = function(f) {
|
|
4429
|
+
var p = r(f);
|
|
4430
|
+
return p.substr(0, 1).toUpperCase() + p.substr(1);
|
|
4431
|
+
}, c = function(f, p) {
|
|
4432
|
+
return n(f, p).toLowerCase();
|
|
4433
|
+
}, s = Object.prototype.toString, o = function(f) {
|
|
4434
|
+
return typeof f == "function";
|
|
4435
|
+
}, l = function(f) {
|
|
4436
|
+
return f === Object(f);
|
|
4437
|
+
}, m = function(f) {
|
|
4438
|
+
return s.call(f) == "[object Array]";
|
|
4439
|
+
}, u = function(f) {
|
|
4440
|
+
return s.call(f) == "[object Date]";
|
|
4441
|
+
}, g = function(f) {
|
|
4442
|
+
return s.call(f) == "[object RegExp]";
|
|
4443
|
+
}, L = function(f) {
|
|
4444
|
+
return s.call(f) == "[object Boolean]";
|
|
4445
|
+
}, v = function(f) {
|
|
4446
|
+
return f = f - 0, f === f;
|
|
4447
|
+
}, h = function(f, p) {
|
|
4448
|
+
var b = p && "process" in p ? p.process : p;
|
|
4449
|
+
return typeof b != "function" ? f : function(C, A) {
|
|
4450
|
+
return b(C, f, A);
|
|
4427
4451
|
};
|
|
4428
|
-
},
|
|
4452
|
+
}, y = {
|
|
4429
4453
|
camelize: r,
|
|
4430
4454
|
decamelize: c,
|
|
4431
4455
|
pascalize: i,
|
|
4432
4456
|
depascalize: c,
|
|
4433
|
-
camelizeKeys: function(
|
|
4434
|
-
return t(h(r,
|
|
4457
|
+
camelizeKeys: function(f, p) {
|
|
4458
|
+
return t(h(r, p), f);
|
|
4435
4459
|
},
|
|
4436
|
-
decamelizeKeys: function(
|
|
4437
|
-
return t(h(c,
|
|
4460
|
+
decamelizeKeys: function(f, p) {
|
|
4461
|
+
return t(h(c, p), f, p);
|
|
4438
4462
|
},
|
|
4439
|
-
pascalizeKeys: function(
|
|
4440
|
-
return t(h(i,
|
|
4463
|
+
pascalizeKeys: function(f, p) {
|
|
4464
|
+
return t(h(i, p), f);
|
|
4441
4465
|
},
|
|
4442
4466
|
depascalizeKeys: function() {
|
|
4443
4467
|
return this.decamelizeKeys.apply(this, arguments);
|
|
4444
4468
|
}
|
|
4445
4469
|
};
|
|
4446
|
-
e.exports ? e.exports =
|
|
4447
|
-
})(
|
|
4448
|
-
})(
|
|
4449
|
-
var
|
|
4450
|
-
function
|
|
4470
|
+
e.exports ? e.exports = y : a.humps = y;
|
|
4471
|
+
})(Ir);
|
|
4472
|
+
})(ka);
|
|
4473
|
+
var Tr = ka.exports, $r = ["class", "style"];
|
|
4474
|
+
function _r(e) {
|
|
4451
4475
|
return e.split(";").map(function(a) {
|
|
4452
4476
|
return a.trim();
|
|
4453
4477
|
}).filter(function(a) {
|
|
4454
4478
|
return a;
|
|
4455
4479
|
}).reduce(function(a, t) {
|
|
4456
|
-
var n = t.indexOf(":"), r =
|
|
4480
|
+
var n = t.indexOf(":"), r = Tr.camelize(t.slice(0, n)), i = t.slice(n + 1).trim();
|
|
4457
4481
|
return a[r] = i, a;
|
|
4458
4482
|
}, {});
|
|
4459
4483
|
}
|
|
4460
|
-
function
|
|
4484
|
+
function Dr(e) {
|
|
4461
4485
|
return e.split(/\s+/).reduce(function(a, t) {
|
|
4462
4486
|
return a[t] = !0, a;
|
|
4463
4487
|
}, {});
|
|
4464
4488
|
}
|
|
4465
|
-
function
|
|
4489
|
+
function x1(e) {
|
|
4466
4490
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4467
4491
|
if (typeof e == "string")
|
|
4468
4492
|
return e;
|
|
4469
|
-
var n = (e.children || []).map(function(
|
|
4470
|
-
return
|
|
4471
|
-
}), r = Object.keys(e.attributes || {}).reduce(function(
|
|
4472
|
-
var
|
|
4473
|
-
switch (
|
|
4493
|
+
var n = (e.children || []).map(function(o) {
|
|
4494
|
+
return x1(o);
|
|
4495
|
+
}), r = Object.keys(e.attributes || {}).reduce(function(o, l) {
|
|
4496
|
+
var m = e.attributes[l];
|
|
4497
|
+
switch (l) {
|
|
4474
4498
|
case "class":
|
|
4475
|
-
|
|
4499
|
+
o.class = Dr(m);
|
|
4476
4500
|
break;
|
|
4477
4501
|
case "style":
|
|
4478
|
-
|
|
4502
|
+
o.style = _r(m);
|
|
4479
4503
|
break;
|
|
4480
4504
|
default:
|
|
4481
|
-
|
|
4505
|
+
o.attrs[l] = m;
|
|
4482
4506
|
}
|
|
4483
|
-
return
|
|
4507
|
+
return o;
|
|
4484
4508
|
}, {
|
|
4485
4509
|
attrs: {},
|
|
4486
4510
|
class: {},
|
|
4487
4511
|
style: {}
|
|
4488
4512
|
});
|
|
4489
4513
|
t.class;
|
|
4490
|
-
var i = t.style, c = i === void 0 ? {} : i, s =
|
|
4491
|
-
return
|
|
4514
|
+
var i = t.style, c = i === void 0 ? {} : i, s = Sr(t, $r);
|
|
4515
|
+
return Q1(e.tag, E(E(E({}, a), {}, {
|
|
4492
4516
|
class: r.class,
|
|
4493
4517
|
style: E(E({}, r.style), c)
|
|
4494
4518
|
}, r.attrs), s), n);
|
|
4495
4519
|
}
|
|
4496
|
-
var
|
|
4520
|
+
var Sa = !1;
|
|
4497
4521
|
try {
|
|
4498
|
-
|
|
4522
|
+
Sa = process.env.NODE_ENV === "production";
|
|
4499
4523
|
} catch {
|
|
4500
4524
|
}
|
|
4501
|
-
function
|
|
4502
|
-
if (!
|
|
4525
|
+
function Rr() {
|
|
4526
|
+
if (!Sa && console && typeof console.error == "function") {
|
|
4503
4527
|
var e;
|
|
4504
4528
|
(e = console).error.apply(e, arguments);
|
|
4505
4529
|
}
|
|
4506
4530
|
}
|
|
4507
|
-
function
|
|
4508
|
-
return Array.isArray(a) && a.length > 0 || !Array.isArray(a) && a ?
|
|
4531
|
+
function l2(e, a) {
|
|
4532
|
+
return Array.isArray(a) && a.length > 0 || !Array.isArray(a) && a ? N({}, e, a) : {};
|
|
4509
4533
|
}
|
|
4510
|
-
function
|
|
4534
|
+
function jr(e) {
|
|
4511
4535
|
var a, t = (a = {
|
|
4512
4536
|
"fa-spin": e.spin,
|
|
4513
4537
|
"fa-pulse": e.pulse,
|
|
@@ -4518,21 +4542,21 @@ function _r(e) {
|
|
|
4518
4542
|
"fa-flip": e.flip === !0,
|
|
4519
4543
|
"fa-flip-horizontal": e.flip === "horizontal" || e.flip === "both",
|
|
4520
4544
|
"fa-flip-vertical": e.flip === "vertical" || e.flip === "both"
|
|
4521
|
-
},
|
|
4545
|
+
}, N(N(N(N(N(N(N(N(N(N(a, "fa-".concat(e.size), e.size !== null), "fa-rotate-".concat(e.rotation), e.rotation !== null), "fa-pull-".concat(e.pull), e.pull !== null), "fa-swap-opacity", e.swapOpacity), "fa-bounce", e.bounce), "fa-shake", e.shake), "fa-beat", e.beat), "fa-fade", e.fade), "fa-beat-fade", e.beatFade), "fa-flash", e.flash), N(N(a, "fa-spin-pulse", e.spinPulse), "fa-spin-reverse", e.spinReverse));
|
|
4522
4546
|
return Object.keys(t).map(function(n) {
|
|
4523
4547
|
return t[n] ? n : null;
|
|
4524
4548
|
}).filter(function(n) {
|
|
4525
4549
|
return n;
|
|
4526
4550
|
});
|
|
4527
4551
|
}
|
|
4528
|
-
function
|
|
4529
|
-
if (e &&
|
|
4552
|
+
function K1(e) {
|
|
4553
|
+
if (e && E2(e) === "object" && e.prefix && e.iconName && e.icon)
|
|
4530
4554
|
return e;
|
|
4531
|
-
if (
|
|
4532
|
-
return
|
|
4555
|
+
if (O2.icon)
|
|
4556
|
+
return O2.icon(e);
|
|
4533
4557
|
if (e === null)
|
|
4534
4558
|
return null;
|
|
4535
|
-
if (
|
|
4559
|
+
if (E2(e) === "object" && e.prefix && e.iconName)
|
|
4536
4560
|
return e;
|
|
4537
4561
|
if (Array.isArray(e) && e.length === 2)
|
|
4538
4562
|
return {
|
|
@@ -4545,7 +4569,7 @@ function V1(e) {
|
|
|
4545
4569
|
iconName: e
|
|
4546
4570
|
};
|
|
4547
4571
|
}
|
|
4548
|
-
var
|
|
4572
|
+
var Br = n2({
|
|
4549
4573
|
name: "FontAwesomeIcon",
|
|
4550
4574
|
props: {
|
|
4551
4575
|
border: {
|
|
@@ -4666,37 +4690,37 @@ var $r = a2({
|
|
|
4666
4690
|
}
|
|
4667
4691
|
},
|
|
4668
4692
|
setup: function(a, t) {
|
|
4669
|
-
var n = t.attrs, r =
|
|
4670
|
-
return
|
|
4671
|
-
}), i =
|
|
4672
|
-
return
|
|
4673
|
-
}), c =
|
|
4674
|
-
return
|
|
4675
|
-
}), s =
|
|
4676
|
-
return
|
|
4677
|
-
}),
|
|
4678
|
-
return
|
|
4693
|
+
var n = t.attrs, r = M(function() {
|
|
4694
|
+
return K1(a.icon);
|
|
4695
|
+
}), i = M(function() {
|
|
4696
|
+
return l2("classes", jr(a));
|
|
4697
|
+
}), c = M(function() {
|
|
4698
|
+
return l2("transform", typeof a.transform == "string" ? O2.transform(a.transform) : a.transform);
|
|
4699
|
+
}), s = M(function() {
|
|
4700
|
+
return l2("mask", K1(a.mask));
|
|
4701
|
+
}), o = M(function() {
|
|
4702
|
+
return x4(r.value, E(E(E(E({}, i.value), c.value), s.value), {}, {
|
|
4679
4703
|
symbol: a.symbol,
|
|
4680
4704
|
title: a.title,
|
|
4681
4705
|
titleId: a.titleId,
|
|
4682
4706
|
maskId: a.maskId
|
|
4683
4707
|
}));
|
|
4684
4708
|
});
|
|
4685
|
-
|
|
4686
|
-
if (!
|
|
4687
|
-
return
|
|
4709
|
+
w2(o, function(m) {
|
|
4710
|
+
if (!m)
|
|
4711
|
+
return Rr("Could not find one or more icon(s)", r.value, s.value);
|
|
4688
4712
|
}, {
|
|
4689
4713
|
immediate: !0
|
|
4690
4714
|
});
|
|
4691
|
-
var
|
|
4692
|
-
return
|
|
4715
|
+
var l = M(function() {
|
|
4716
|
+
return o.value ? x1(o.value.abstract[0], {}, n) : null;
|
|
4693
4717
|
});
|
|
4694
4718
|
return function() {
|
|
4695
|
-
return
|
|
4719
|
+
return l.value;
|
|
4696
4720
|
};
|
|
4697
4721
|
}
|
|
4698
4722
|
});
|
|
4699
|
-
|
|
4723
|
+
n2({
|
|
4700
4724
|
name: "FontAwesomeLayers",
|
|
4701
4725
|
props: {
|
|
4702
4726
|
fixedWidth: {
|
|
@@ -4705,17 +4729,17 @@ a2({
|
|
|
4705
4729
|
}
|
|
4706
4730
|
},
|
|
4707
4731
|
setup: function(a, t) {
|
|
4708
|
-
var n = t.slots, r =
|
|
4709
|
-
return ["".concat(r, "-layers")].concat(
|
|
4732
|
+
var n = t.slots, r = Pe.familyPrefix, i = M(function() {
|
|
4733
|
+
return ["".concat(r, "-layers")].concat(r1(a.fixedWidth ? ["".concat(r, "-fw")] : []));
|
|
4710
4734
|
});
|
|
4711
4735
|
return function() {
|
|
4712
|
-
return
|
|
4736
|
+
return Q1("div", {
|
|
4713
4737
|
class: i.value
|
|
4714
4738
|
}, n.default ? n.default() : []);
|
|
4715
4739
|
};
|
|
4716
4740
|
}
|
|
4717
4741
|
});
|
|
4718
|
-
|
|
4742
|
+
n2({
|
|
4719
4743
|
name: "FontAwesomeLayersText",
|
|
4720
4744
|
props: {
|
|
4721
4745
|
value: {
|
|
@@ -4739,22 +4763,22 @@ a2({
|
|
|
4739
4763
|
}
|
|
4740
4764
|
},
|
|
4741
4765
|
setup: function(a, t) {
|
|
4742
|
-
var n = t.attrs, r =
|
|
4743
|
-
return
|
|
4744
|
-
}), c =
|
|
4745
|
-
return
|
|
4746
|
-
}), s =
|
|
4747
|
-
var
|
|
4748
|
-
return a.counter && (
|
|
4749
|
-
}),
|
|
4750
|
-
return
|
|
4766
|
+
var n = t.attrs, r = Pe.familyPrefix, i = M(function() {
|
|
4767
|
+
return l2("classes", [].concat(r1(a.counter ? ["".concat(r, "-layers-counter")] : []), r1(a.position ? ["".concat(r, "-layers-").concat(a.position)] : [])));
|
|
4768
|
+
}), c = M(function() {
|
|
4769
|
+
return l2("transform", typeof a.transform == "string" ? O2.transform(a.transform) : a.transform);
|
|
4770
|
+
}), s = M(function() {
|
|
4771
|
+
var l = z4(a.value.toString(), E(E({}, c.value), i.value)), m = l.abstract;
|
|
4772
|
+
return a.counter && (m[0].attributes.class = m[0].attributes.class.replace("fa-layers-text", "")), m[0];
|
|
4773
|
+
}), o = M(function() {
|
|
4774
|
+
return x1(s.value, {}, n);
|
|
4751
4775
|
});
|
|
4752
4776
|
return function() {
|
|
4753
|
-
return
|
|
4777
|
+
return o.value;
|
|
4754
4778
|
};
|
|
4755
4779
|
}
|
|
4756
4780
|
});
|
|
4757
|
-
const
|
|
4781
|
+
const x2 = /* @__PURE__ */ n2({
|
|
4758
4782
|
__name: "FzIcon",
|
|
4759
4783
|
props: {
|
|
4760
4784
|
name: {},
|
|
@@ -4777,40 +4801,40 @@ const y2 = /* @__PURE__ */ a2({
|
|
|
4777
4801
|
xl: "h-[24px]",
|
|
4778
4802
|
"2xl": "h-[32px]"
|
|
4779
4803
|
};
|
|
4780
|
-
return (r, i) => (
|
|
4781
|
-
class:
|
|
4804
|
+
return (r, i) => (B(), z2("div", {
|
|
4805
|
+
class: Y([a, t[r.size]])
|
|
4782
4806
|
}, [
|
|
4783
|
-
|
|
4784
|
-
class:
|
|
4785
|
-
icon: typeof r.name == "string" ?
|
|
4807
|
+
Z1(w(Br), {
|
|
4808
|
+
class: Y(n[r.size]),
|
|
4809
|
+
icon: typeof r.name == "string" ? w(n1)[r.variant][r.name] : r.name,
|
|
4786
4810
|
size: r.size !== "md" ? r.size : void 0
|
|
4787
4811
|
}, null, 8, ["class", "icon", "size"])
|
|
4788
4812
|
], 2));
|
|
4789
4813
|
}
|
|
4790
4814
|
});
|
|
4791
|
-
function
|
|
4792
|
-
const t =
|
|
4815
|
+
function Ur(e, a) {
|
|
4816
|
+
const t = M(
|
|
4793
4817
|
() => a.value ? `${a.value.clientWidth}px` : "auto"
|
|
4794
4818
|
), n = {
|
|
4795
4819
|
sm: "h-28 text-sm",
|
|
4796
4820
|
md: "h-32 text-base",
|
|
4797
4821
|
lg: "h-40 text-lg"
|
|
4798
|
-
}, r = "flex justify-between w-full items-center px-10 border-1 rounded gap-8 text-left has-[:focus]:border-blue-600", i =
|
|
4822
|
+
}, r = "flex justify-between w-full items-center px-10 border-1 rounded gap-8 text-left has-[:focus]:border-blue-600", i = M(() => [
|
|
4799
4823
|
n[e.size],
|
|
4800
|
-
|
|
4801
|
-
]), c =
|
|
4824
|
+
m()
|
|
4825
|
+
]), c = M(() => [
|
|
4802
4826
|
e.disabled ? "text-grey-300" : "text-core-black"
|
|
4803
|
-
]), s = "peer w-full bg-transparent border-0 focus:outline-none cursor-[inherit] focus:ring-0 truncate",
|
|
4827
|
+
]), s = "peer w-full bg-transparent border-0 focus:outline-none cursor-[inherit] focus:ring-0 truncate", o = M(() => [
|
|
4804
4828
|
e.size === "sm" ? "text-xs" : "",
|
|
4805
4829
|
e.size === "md" ? "text-sm" : "",
|
|
4806
4830
|
e.size === "lg" ? "text-base" : "",
|
|
4807
4831
|
e.disabled ? "text-grey-300" : "text-grey-500"
|
|
4808
|
-
]),
|
|
4832
|
+
]), l = M(() => [
|
|
4809
4833
|
e.size === "sm" ? "text-xs" : "",
|
|
4810
4834
|
e.size === "md" ? "text-sm" : "",
|
|
4811
4835
|
e.size === "lg" ? "text-base" : "",
|
|
4812
4836
|
e.disabled ? "text-grey-300" : "text-core-black"
|
|
4813
|
-
]),
|
|
4837
|
+
]), m = () => {
|
|
4814
4838
|
switch (!0) {
|
|
4815
4839
|
case e.disabled:
|
|
4816
4840
|
return "bg-grey-100 border-grey-100 text-grey-300 cursor-not-allowed";
|
|
@@ -4825,14 +4849,14 @@ function Dr(e, a) {
|
|
|
4825
4849
|
computedContainerClass: i,
|
|
4826
4850
|
computedLabelClass: c,
|
|
4827
4851
|
staticInputClass: s,
|
|
4828
|
-
computedHelpClass:
|
|
4829
|
-
computedErrorClass:
|
|
4852
|
+
computedHelpClass: o,
|
|
4853
|
+
computedErrorClass: l,
|
|
4830
4854
|
containerWidth: t
|
|
4831
4855
|
};
|
|
4832
4856
|
}
|
|
4833
|
-
const
|
|
4857
|
+
const Hr = { class: "fz-input w-full flex flex-col gap-8" }, Wr = ["type", "required", "disabled", "readonly", "placeholder", "pattern", "name"], qr = /* @__PURE__ */ n2({
|
|
4834
4858
|
__name: "FzInput",
|
|
4835
|
-
props: /* @__PURE__ */
|
|
4859
|
+
props: /* @__PURE__ */ N2({
|
|
4836
4860
|
label: {},
|
|
4837
4861
|
size: { default: "md" },
|
|
4838
4862
|
placeholder: {},
|
|
@@ -4852,148 +4876,156 @@ const Rr = { class: "fz-input w-full flex flex-col gap-8" }, jr = ["type", "requ
|
|
|
4852
4876
|
modelValue: {},
|
|
4853
4877
|
modelModifiers: {}
|
|
4854
4878
|
}),
|
|
4855
|
-
emits: /* @__PURE__ */
|
|
4879
|
+
emits: /* @__PURE__ */ N2(["input", "focus", "paste"], ["update:modelValue"]),
|
|
4856
4880
|
setup(e, { expose: a, emit: t }) {
|
|
4857
|
-
const n = e, r =
|
|
4858
|
-
staticContainerClass:
|
|
4859
|
-
computedContainerClass:
|
|
4860
|
-
computedLabelClass:
|
|
4861
|
-
staticInputClass:
|
|
4862
|
-
computedHelpClass:
|
|
4881
|
+
const n = e, r = J1(e, "modelValue"), i = e2(null), c = e2(null), s = `fz-input-${Math.random().toString(36).slice(2, 9)}`, {
|
|
4882
|
+
staticContainerClass: o,
|
|
4883
|
+
computedContainerClass: l,
|
|
4884
|
+
computedLabelClass: m,
|
|
4885
|
+
staticInputClass: u,
|
|
4886
|
+
computedHelpClass: g,
|
|
4863
4887
|
computedErrorClass: L,
|
|
4864
|
-
containerWidth:
|
|
4865
|
-
} =
|
|
4888
|
+
containerWidth: v
|
|
4889
|
+
} = Ur(n, i);
|
|
4866
4890
|
return a({
|
|
4867
4891
|
inputRef: c,
|
|
4868
4892
|
containerRef: i
|
|
4869
|
-
}), (h,
|
|
4870
|
-
|
|
4871
|
-
class:
|
|
4893
|
+
}), (h, y) => (B(), z2("div", Hr, [
|
|
4894
|
+
L2("label", {
|
|
4895
|
+
class: Y(["text-sm", w(m)]),
|
|
4872
4896
|
for: s
|
|
4873
|
-
},
|
|
4874
|
-
|
|
4875
|
-
class:
|
|
4897
|
+
}, z1(h.label) + z1(h.required ? " *" : ""), 3),
|
|
4898
|
+
L2("div", {
|
|
4899
|
+
class: Y([w(o), w(l)]),
|
|
4876
4900
|
ref_key: "containerRef",
|
|
4877
4901
|
ref: i,
|
|
4878
|
-
onClick:
|
|
4879
|
-
var
|
|
4880
|
-
return (
|
|
4902
|
+
onClick: y[3] || (y[3] = (f) => {
|
|
4903
|
+
var p;
|
|
4904
|
+
return (p = c.value) == null ? void 0 : p.focus();
|
|
4881
4905
|
})
|
|
4882
4906
|
}, [
|
|
4883
|
-
h.leftIcon ? (
|
|
4907
|
+
h.leftIcon ? (B(), C2(w(x2), {
|
|
4884
4908
|
key: 0,
|
|
4885
4909
|
name: h.leftIcon,
|
|
4886
4910
|
size: h.size,
|
|
4887
4911
|
variant: h.leftIconVariant
|
|
4888
|
-
}, null, 8, ["name", "size", "variant"])) :
|
|
4889
|
-
|
|
4912
|
+
}, null, 8, ["name", "size", "variant"])) : b2("", !0),
|
|
4913
|
+
Oa(L2("input", {
|
|
4890
4914
|
type: h.type,
|
|
4891
4915
|
required: h.required ? h.required : !1,
|
|
4892
4916
|
disabled: h.disabled,
|
|
4893
4917
|
readonly: h.readonly,
|
|
4894
4918
|
placeholder: h.placeholder,
|
|
4895
|
-
"onUpdate:modelValue":
|
|
4919
|
+
"onUpdate:modelValue": y[0] || (y[0] = (f) => r.value = f),
|
|
4896
4920
|
id: s,
|
|
4897
4921
|
ref_key: "inputRef",
|
|
4898
4922
|
ref: c,
|
|
4899
|
-
class:
|
|
4923
|
+
class: Y([w(u)]),
|
|
4900
4924
|
pattern: h.pattern,
|
|
4901
4925
|
name: h.name,
|
|
4902
|
-
onFocus:
|
|
4903
|
-
|
|
4904
|
-
|
|
4926
|
+
onFocus: y[1] || (y[1] = (f) => h.$emit("focus", f)),
|
|
4927
|
+
onPaste: y[2] || (y[2] = (f) => h.$emit("paste", f))
|
|
4928
|
+
}, null, 42, Wr), [
|
|
4929
|
+
[Ea, r.value]
|
|
4905
4930
|
]),
|
|
4906
|
-
h.valid ? (
|
|
4931
|
+
h.valid ? (B(), C2(w(x2), {
|
|
4907
4932
|
key: 1,
|
|
4908
4933
|
name: "check",
|
|
4909
4934
|
size: h.size,
|
|
4910
4935
|
class: "text-semantic-success"
|
|
4911
|
-
}, null, 8, ["size"])) :
|
|
4912
|
-
h.rightIcon ? (
|
|
4936
|
+
}, null, 8, ["size"])) : b2("", !0),
|
|
4937
|
+
h.rightIcon ? (B(), C2(w(x2), {
|
|
4913
4938
|
key: 2,
|
|
4914
4939
|
name: h.rightIcon,
|
|
4915
4940
|
size: h.size,
|
|
4916
4941
|
variant: h.rightIconVariant
|
|
4917
|
-
}, null, 8, ["name", "size", "variant"])) :
|
|
4942
|
+
}, null, 8, ["name", "size", "variant"])) : b2("", !0)
|
|
4918
4943
|
], 2),
|
|
4919
|
-
h.error && h.$slots.errorMessage ? (
|
|
4944
|
+
h.error && h.$slots.errorMessage ? (B(), z2("div", {
|
|
4920
4945
|
key: 0,
|
|
4921
4946
|
class: "flex gap-4",
|
|
4922
|
-
style:
|
|
4947
|
+
style: C1({ width: w(v) })
|
|
4923
4948
|
}, [
|
|
4924
|
-
|
|
4949
|
+
Z1(w(x2), {
|
|
4925
4950
|
name: "triangle-exclamation",
|
|
4926
4951
|
class: "text-semantic-error",
|
|
4927
4952
|
size: h.size
|
|
4928
4953
|
}, null, 8, ["size"]),
|
|
4929
|
-
|
|
4930
|
-
class:
|
|
4954
|
+
L2("div", {
|
|
4955
|
+
class: Y(["mt-1", w(L)])
|
|
4931
4956
|
}, [
|
|
4932
|
-
|
|
4957
|
+
M1(h.$slots, "errorMessage")
|
|
4933
4958
|
], 2)
|
|
4934
|
-
], 4)) : h.$slots.helpText ? (
|
|
4959
|
+
], 4)) : h.$slots.helpText ? (B(), z2("span", {
|
|
4935
4960
|
key: 1,
|
|
4936
|
-
class:
|
|
4937
|
-
style:
|
|
4961
|
+
class: Y([w(g)]),
|
|
4962
|
+
style: C1({ width: w(v) })
|
|
4938
4963
|
}, [
|
|
4939
|
-
|
|
4940
|
-
], 6)) :
|
|
4964
|
+
M1(h.$slots, "helpText")
|
|
4965
|
+
], 6)) : b2("", !0)
|
|
4941
4966
|
]));
|
|
4942
4967
|
}
|
|
4943
4968
|
});
|
|
4944
4969
|
new DOMRect(0, 0, window.innerWidth, window.innerHeight);
|
|
4945
|
-
const
|
|
4946
|
-
const
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4970
|
+
const Yr = (e) => {
|
|
4971
|
+
const a = e2(null), t = Pa(), n = M(() => t == null ? void 0 : t.props.amount), r = e2(), i = (u) => {
|
|
4972
|
+
if (u === null)
|
|
4973
|
+
return "";
|
|
4974
|
+
const g = {
|
|
4975
|
+
minimumFractionDigits: e.minimumFractionDigits,
|
|
4976
|
+
useGrouping: !1
|
|
4977
|
+
};
|
|
4978
|
+
return e.maximumFractionDigits !== null && (g.maximumFractionDigits = e.maximumFractionDigits), u.toLocaleString("it-IT", g);
|
|
4979
|
+
}, c = (u) => parseFloat(u.replace(/,/g, ".")), s = (u) => {
|
|
4980
|
+
if (!Number.isNaN(u) && t) {
|
|
4981
|
+
if (r.value = u, t.props.nullOnEmpty && !u) {
|
|
4982
|
+
t.emit("update:amount", null);
|
|
4954
4983
|
return;
|
|
4955
4984
|
}
|
|
4956
|
-
|
|
4985
|
+
t.emit("update:amount", typeof n.value == "number" ? u : u == null ? void 0 : u.toString());
|
|
4957
4986
|
}
|
|
4958
|
-
},
|
|
4987
|
+
}, o = (u) => {
|
|
4959
4988
|
setTimeout(() => {
|
|
4960
|
-
|
|
4989
|
+
a.value && (a.value.value = u);
|
|
4961
4990
|
}, 0);
|
|
4962
|
-
}, l = (
|
|
4963
|
-
if (!
|
|
4991
|
+
}, l = (u) => (g) => {
|
|
4992
|
+
if (!a.value || !g.target)
|
|
4964
4993
|
return;
|
|
4965
|
-
let { value:
|
|
4966
|
-
|
|
4967
|
-
const
|
|
4968
|
-
|
|
4969
|
-
},
|
|
4970
|
-
if (!
|
|
4994
|
+
let { value: L } = u;
|
|
4995
|
+
L = L.replace(/[^0-9,.]/g, ""), o(L);
|
|
4996
|
+
const v = t != null && t.props.nullOnEmpty && L === "" ? null : c(L);
|
|
4997
|
+
s(Number.isNaN(v) ? 0 : v);
|
|
4998
|
+
}, m = (u) => {
|
|
4999
|
+
if (!a.value || !u.target)
|
|
4971
5000
|
return;
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
5001
|
+
const g = u.target.value.replace(/,/g, ".");
|
|
5002
|
+
let L;
|
|
5003
|
+
g === "" && (t != null && t.props.nullOnEmpty) ? L = null : (L = c(g), Number.isNaN(L) && (L = 0));
|
|
5004
|
+
const v = i(L);
|
|
5005
|
+
o(v), s(c(v));
|
|
4976
5006
|
};
|
|
4977
|
-
return
|
|
4978
|
-
|
|
4979
|
-
}),
|
|
4980
|
-
|
|
4981
|
-
if (!(!
|
|
4982
|
-
const g =
|
|
4983
|
-
|
|
5007
|
+
return w2(a, (u, g) => {
|
|
5008
|
+
u && (g && (g == null || g.removeEventListener("input", l(u)), g == null || g.removeEventListener("blur", m)), u.addEventListener("input", l(u)), u.addEventListener("blur", m), t != null && t.props.amount && (u.value = i(n.value)));
|
|
5009
|
+
}), w2(n, (u) => {
|
|
5010
|
+
ee(() => {
|
|
5011
|
+
if (!(!a.value || u === null || u === void 0) && r.value !== u) {
|
|
5012
|
+
const g = i(u);
|
|
5013
|
+
a.value.value = g, r.value = u;
|
|
4984
5014
|
}
|
|
4985
5015
|
});
|
|
4986
5016
|
}), {
|
|
4987
|
-
inputRef:
|
|
4988
|
-
parse:
|
|
4989
|
-
format:
|
|
4990
|
-
emitAmount:
|
|
4991
|
-
setValue:
|
|
5017
|
+
inputRef: a,
|
|
5018
|
+
parse: c,
|
|
5019
|
+
format: i,
|
|
5020
|
+
emitAmount: s,
|
|
5021
|
+
setValue: o
|
|
4992
5022
|
};
|
|
4993
|
-
},
|
|
5023
|
+
}, Gr = /* @__PURE__ */ n2({
|
|
4994
5024
|
__name: "FzCurrencyInput",
|
|
4995
|
-
props: /* @__PURE__ */
|
|
5025
|
+
props: /* @__PURE__ */ N2({
|
|
4996
5026
|
nullOnEmpty: { type: Boolean },
|
|
5027
|
+
minimumFractionDigits: { default: 2 },
|
|
5028
|
+
maximumFractionDigits: { default: 2 },
|
|
4997
5029
|
label: {},
|
|
4998
5030
|
size: {},
|
|
4999
5031
|
placeholder: {},
|
|
@@ -5012,27 +5044,65 @@ const Ur = () => {
|
|
|
5012
5044
|
amount: {},
|
|
5013
5045
|
amountModifiers: {}
|
|
5014
5046
|
}),
|
|
5015
|
-
emits: /* @__PURE__ */
|
|
5047
|
+
emits: /* @__PURE__ */ N2(["update:amount"], ["update:amount"]),
|
|
5016
5048
|
setup(e, { expose: a }) {
|
|
5017
|
-
const t =
|
|
5018
|
-
var
|
|
5019
|
-
return (
|
|
5020
|
-
}),
|
|
5021
|
-
var
|
|
5022
|
-
return (
|
|
5023
|
-
}),
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
}
|
|
5049
|
+
const t = e2(), n = e2(), r = M(() => {
|
|
5050
|
+
var v;
|
|
5051
|
+
return (v = t.value) == null ? void 0 : v.containerRef;
|
|
5052
|
+
}), i = M(() => {
|
|
5053
|
+
var v;
|
|
5054
|
+
return (v = t.value) == null ? void 0 : v.inputRef;
|
|
5055
|
+
}), c = e, {
|
|
5056
|
+
inputRef: s,
|
|
5057
|
+
setValue: o,
|
|
5058
|
+
emitAmount: l,
|
|
5059
|
+
parse: m,
|
|
5060
|
+
format: u
|
|
5061
|
+
} = Yr({
|
|
5062
|
+
minimumFractionDigits: c.minimumFractionDigits,
|
|
5063
|
+
maximumFractionDigits: c.maximumFractionDigits
|
|
5064
|
+
}), g = (v) => {
|
|
5065
|
+
if (v.preventDefault(), c.readonly)
|
|
5066
|
+
return;
|
|
5067
|
+
let h;
|
|
5068
|
+
if (v.clipboardData && v.clipboardData.getData)
|
|
5069
|
+
h = v.clipboardData.getData("text/plain");
|
|
5070
|
+
else
|
|
5071
|
+
throw "invalid paste value";
|
|
5072
|
+
(!v.target).tagName ? v.explicitOriginalTarget : v.target, h.slice(0, 1);
|
|
5073
|
+
const y = /[,.]/g, f = [...h.matchAll(y)].map(
|
|
5074
|
+
(v2) => v2[0]
|
|
5075
|
+
), p = new Set(f);
|
|
5076
|
+
let b = ".", C = "", A;
|
|
5077
|
+
p.size > 1 && (b = f[f.length - 1], C = f[0]), p.size === 1 && (f.length > 1 && (C = f[0]), A = f[0], h.split(A)[1].length !== 3 && (b = A));
|
|
5078
|
+
let P = h.replaceAll(C, "").trim();
|
|
5079
|
+
P = P.replaceAll(b, ".").trim();
|
|
5080
|
+
const F = m(P);
|
|
5081
|
+
P = u(F), o(P), l(F);
|
|
5082
|
+
};
|
|
5083
|
+
Fa(() => {
|
|
5084
|
+
s.value = i.value, ee(() => {
|
|
5085
|
+
var v;
|
|
5086
|
+
n.value = (v = i.value) == null ? void 0 : v.value;
|
|
5087
|
+
});
|
|
5088
|
+
});
|
|
5089
|
+
const L = J1(e, "amount");
|
|
5090
|
+
return w2(L, (v) => {
|
|
5091
|
+
n.value = v;
|
|
5092
|
+
}), a({
|
|
5093
|
+
inputRef: i,
|
|
5094
|
+
containerRef: r
|
|
5095
|
+
}), (v, h) => (B(), C2(qr, Ia({
|
|
5030
5096
|
ref_key: "fzInputRef",
|
|
5031
5097
|
ref: t
|
|
5032
|
-
},
|
|
5098
|
+
}, c, {
|
|
5099
|
+
modelValue: n.value,
|
|
5100
|
+
type: "text",
|
|
5101
|
+
onPaste: g
|
|
5102
|
+
}), null, 16, ["modelValue"]));
|
|
5033
5103
|
}
|
|
5034
5104
|
});
|
|
5035
5105
|
export {
|
|
5036
|
-
|
|
5037
|
-
|
|
5106
|
+
Gr as FzCurrencyInput,
|
|
5107
|
+
qr as FzInput
|
|
5038
5108
|
};
|