@fiscozen/input 0.1.9 → 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 +1070 -1196
- package/dist/input.umd.cjs +5 -5
- package/dist/src/FzCurrencyInput.vue.d.ts +6 -6
- package/dist/src/FzInput.vue.d.ts +10 -12
- package/package.json +3 -3
- package/src/FzInput.vue +1 -0
- package/src/types.ts +5 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/input.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as n2, computed as M, watch 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 R = !!
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
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 x = "classic", le = "duotone", k = "sharp", S = "sharp-duotone", j4 = [x, le
|
|
|
213
213
|
"kit-duotone": "fakd"
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
|
-
const _ = "___FONT_AWESOME___",
|
|
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
|
-
})(),
|
|
222
|
+
})(), ue = [z, k, S];
|
|
223
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
|
-
...
|
|
230
|
+
const me = {
|
|
231
|
+
...ce
|
|
232
232
|
};
|
|
233
|
-
|
|
234
|
-
...
|
|
235
|
-
...
|
|
236
|
-
...
|
|
233
|
+
me[z] = {
|
|
234
|
+
...ce[z],
|
|
235
|
+
...k1.kit,
|
|
236
|
+
...k1["kit-duotone"]
|
|
237
237
|
};
|
|
238
|
-
const G = m2(
|
|
239
|
-
...
|
|
238
|
+
const G = m2(me), q2 = {
|
|
239
|
+
...qa
|
|
240
240
|
};
|
|
241
|
-
|
|
242
|
-
...
|
|
243
|
-
...
|
|
244
|
-
...
|
|
241
|
+
q2[z] = {
|
|
242
|
+
...q2[z],
|
|
243
|
+
...S1.kit,
|
|
244
|
+
...S1["kit-duotone"]
|
|
245
245
|
};
|
|
246
|
-
const f2 = m2(
|
|
247
|
-
...
|
|
246
|
+
const f2 = m2(q2), Y2 = {
|
|
247
|
+
...Wa
|
|
248
248
|
};
|
|
249
|
-
|
|
250
|
-
...
|
|
251
|
-
...
|
|
249
|
+
Y2[z] = {
|
|
250
|
+
...Y2[z],
|
|
251
|
+
...Qa.kit
|
|
252
252
|
};
|
|
253
|
-
const V = m2(
|
|
254
|
-
...
|
|
253
|
+
const V = m2(Y2), X2 = {
|
|
254
|
+
...Ua
|
|
255
255
|
};
|
|
256
|
-
|
|
257
|
-
...
|
|
258
|
-
...
|
|
256
|
+
X2[z] = {
|
|
257
|
+
...X2[z],
|
|
258
|
+
...Ka.kit
|
|
259
259
|
};
|
|
260
|
-
const
|
|
261
|
-
|
|
260
|
+
const at = m2(X2), tt = Da, de = "fa-layers-text", nt = Ra, rt = {
|
|
261
|
+
...$a
|
|
262
262
|
};
|
|
263
|
-
m2(
|
|
264
|
-
const
|
|
265
|
-
Object.keys(f2[
|
|
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
266
|
Object.keys(f2[k]).map(a2.add.bind(a2));
|
|
267
267
|
Object.keys(f2[S]).map(a2.add.bind(a2));
|
|
268
|
-
const
|
|
269
|
-
function
|
|
270
|
-
var a =
|
|
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 =
|
|
279
|
+
const r = ot(st(t));
|
|
280
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,
|
|
@@ -296,16 +296,16 @@ const he = {
|
|
|
296
296
|
};
|
|
297
297
|
s2.familyPrefix && (s2.cssPrefix = s2.familyPrefix);
|
|
298
298
|
const t2 = {
|
|
299
|
-
...
|
|
299
|
+
...pe,
|
|
300
300
|
...s2
|
|
301
301
|
};
|
|
302
302
|
t2.autoReplaceSvg || (t2.observeMutations = !1);
|
|
303
303
|
const d = {};
|
|
304
|
-
Object.keys(
|
|
304
|
+
Object.keys(pe).forEach((e) => {
|
|
305
305
|
Object.defineProperty(d, e, {
|
|
306
306
|
enumerable: !0,
|
|
307
307
|
set: function(a) {
|
|
308
|
-
t2[e] = a,
|
|
308
|
+
t2[e] = a, o2.forEach((t) => t(d));
|
|
309
309
|
},
|
|
310
310
|
get: function() {
|
|
311
311
|
return t2[e];
|
|
@@ -315,20 +315,20 @@ Object.keys(he).forEach((e) => {
|
|
|
315
315
|
Object.defineProperty(d, "familyPrefix", {
|
|
316
316
|
enumerable: !0,
|
|
317
317
|
set: function(e) {
|
|
318
|
-
t2.cssPrefix = e,
|
|
318
|
+
t2.cssPrefix = e, o2.forEach((a) => a(d));
|
|
319
319
|
},
|
|
320
320
|
get: function() {
|
|
321
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 j =
|
|
331
|
+
const j = H2, I = {
|
|
332
332
|
size: 16,
|
|
333
333
|
x: 0,
|
|
334
334
|
y: 0,
|
|
@@ -336,24 +336,24 @@ const j = Y2, I = {
|
|
|
336
336
|
flipX: !1,
|
|
337
337
|
flipY: !1
|
|
338
338
|
};
|
|
339
|
-
function
|
|
339
|
+
function ft(e) {
|
|
340
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
|
|
352
|
+
const ut = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
|
353
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
359
|
function r2(e) {
|
|
@@ -362,22 +362,22 @@ function r2(e) {
|
|
|
362
362
|
a[t] = e[t];
|
|
363
363
|
return a;
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function l1(e) {
|
|
366
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
|
|
377
|
+
function f1(e) {
|
|
378
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 La(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,52 +958,52 @@ 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
|
-
d.autoAddCss && !
|
|
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 D =
|
|
994
|
+
const D = H || {};
|
|
995
995
|
D[_] || (D[_] = {});
|
|
996
996
|
D[_].styles || (D[_].styles = {});
|
|
997
997
|
D[_].hooks || (D[_].hooks = {});
|
|
998
998
|
D[_].shims || (D[_].shims = []);
|
|
999
999
|
var T = D[_];
|
|
1000
|
-
const
|
|
1001
|
-
|
|
1000
|
+
const ve = [], Le = function() {
|
|
1001
|
+
x.removeEventListener("DOMContentLoaded", Le), k2 = 1, ve.map((e) => e());
|
|
1002
1002
|
};
|
|
1003
|
-
let
|
|
1004
|
-
R && (
|
|
1005
|
-
function
|
|
1006
|
-
R && (
|
|
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
1008
|
function d2(e) {
|
|
1009
1009
|
const {
|
|
@@ -1011,9 +1011,9 @@ function d2(e) {
|
|
|
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 T1(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
|
-
|
|
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
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 Ma(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 T.hooks.addPack == "function" && !n ? T.hooks.addPack(e,
|
|
1067
|
+
} = t, r = F1(a);
|
|
1068
|
+
typeof T.hooks.addPack == "function" && !n ? T.hooks.addPack(e, F1(a)) : T.styles[e] = {
|
|
1069
1069
|
...T.styles[e] || {},
|
|
1070
1070
|
...r
|
|
1071
|
-
}, e === "fas" &&
|
|
1071
|
+
}, e === "fas" && V2("fa", a);
|
|
1072
1072
|
}
|
|
1073
1073
|
const {
|
|
1074
1074
|
styles: X,
|
|
1075
|
-
shims:
|
|
1076
|
-
} = T,
|
|
1077
|
-
[
|
|
1075
|
+
shims: xt
|
|
1076
|
+
} = T, zt = {
|
|
1077
|
+
[z]: Object.values(V[z]),
|
|
1078
1078
|
[k]: Object.values(V[k]),
|
|
1079
1079
|
[S]: Object.values(V[S])
|
|
1080
1080
|
};
|
|
1081
|
-
let
|
|
1082
|
-
const
|
|
1083
|
-
[
|
|
1081
|
+
let u1 = null, be = {}, ye = {}, xe = {}, ze = {}, Ce = {};
|
|
1082
|
+
const Ct = {
|
|
1083
|
+
[z]: Object.keys(G[z]),
|
|
1084
1084
|
[k]: Object.keys(G[k]),
|
|
1085
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 X || d.autoFetchSvg, t =
|
|
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 Ne = () => {
|
|
|
1118
1118
|
names: {},
|
|
1119
1119
|
unicodes: {}
|
|
1120
1120
|
});
|
|
1121
|
-
|
|
1121
|
+
xe = t.names, ze = t.unicodes, u1 = F2(d.styleDefault, {
|
|
1122
1122
|
family: d.familyDefault
|
|
1123
1123
|
});
|
|
1124
1124
|
};
|
|
1125
|
-
|
|
1126
|
-
|
|
1125
|
+
lt((e) => {
|
|
1126
|
+
u1 = F2(e.styleDefault, {
|
|
1127
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
1137
|
function U(e, a) {
|
|
1138
|
-
return (
|
|
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 Pa(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 =
|
|
1167
|
+
family: t = z
|
|
1168
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
|
-
[
|
|
1171
|
+
const kt = {
|
|
1172
|
+
[z]: Object.keys(V[z]),
|
|
1173
1173
|
[k]: Object.keys(V[k]),
|
|
1174
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
|
-
[
|
|
1181
|
+
[z]: "".concat(d.cssPrefix, "-").concat(z),
|
|
1182
1182
|
[k]: "".concat(d.cssPrefix, "-").concat(k),
|
|
1183
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 m =
|
|
1192
|
-
if (X[
|
|
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
|
-
})) : m ?
|
|
1195
|
-
const u = r === "fa" ?
|
|
1196
|
-
u.prefix && (r = null),
|
|
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 === 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 =
|
|
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 Ia {
|
|
|
1211
1211
|
this.definitions[i] = {
|
|
1212
1212
|
...this.definitions[i] || {},
|
|
1213
1213
|
...r[i]
|
|
1214
|
-
},
|
|
1215
|
-
const c = V[
|
|
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,22 +1228,22 @@ class Ia {
|
|
|
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
|
|
1239
|
-
const J = {},
|
|
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
|
|
1245
|
-
|
|
1246
|
-
}),
|
|
1244
|
+
return I1 = e, Z = {}, Object.keys(J).forEach((n) => {
|
|
1245
|
+
Ot.indexOf(n) === -1 && delete J[n];
|
|
1246
|
+
}), I1.forEach((n) => {
|
|
1247
1247
|
const r = n.mixout ? n.mixout() : {};
|
|
1248
1248
|
if (Object.keys(r).forEach((i) => {
|
|
1249
1249
|
typeof r[i] == "function" && (t[i] = r[i]), typeof r[i] == "object" && Object.keys(r[i]).forEach((c) => {
|
|
@@ -1258,7 +1258,7 @@ function $a(e, a) {
|
|
|
1258
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
1264
|
return (Z[e] || []).forEach((c) => {
|
|
@@ -1272,38 +1272,38 @@ function Q(e) {
|
|
|
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
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 = U(t, a) || a,
|
|
1286
|
+
return a = U(t, a) || a, P1(we.definitions, t, a) || P1(T.styles, t, a);
|
|
1287
1287
|
}
|
|
1288
|
-
const
|
|
1288
|
+
const we = new St(), Pt = () => {
|
|
1289
1289
|
d.autoReplaceSvg = !1, d.observeMutations = !1, Q("noAuto");
|
|
1290
|
-
},
|
|
1290
|
+
}, Ft = {
|
|
1291
1291
|
i2svg: function() {
|
|
1292
1292
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1293
|
-
return R ? (Q("beforeI2svg", e),
|
|
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
|
-
d.autoReplaceSvg === !1 && (d.autoReplaceSvg = !0), d.observeMutations = !0,
|
|
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;
|
|
@@ -1313,47 +1313,47 @@ const Se = new Ia(), _a = () => {
|
|
|
1313
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
1319
|
iconName: U(t, a) || a
|
|
1320
1320
|
};
|
|
1321
1321
|
}
|
|
1322
|
-
if (typeof e == "string" && (e.indexOf("".concat(d.cssPrefix, "-")) > -1 || e.match(
|
|
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 ||
|
|
1327
|
+
prefix: a.prefix || W(),
|
|
1328
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
1335
|
iconName: U(a, e) || e
|
|
1336
1336
|
};
|
|
1337
1337
|
}
|
|
1338
1338
|
}
|
|
1339
|
-
},
|
|
1340
|
-
noAuto:
|
|
1339
|
+
}, O = {
|
|
1340
|
+
noAuto: Pt,
|
|
1341
1341
|
config: d,
|
|
1342
|
-
dom:
|
|
1343
|
-
parse:
|
|
1344
|
-
library:
|
|
1345
|
-
findIconDefinition:
|
|
1342
|
+
dom: Ft,
|
|
1343
|
+
parse: It,
|
|
1344
|
+
library: we,
|
|
1345
|
+
findIconDefinition: Q2,
|
|
1346
1346
|
toHtml: d2
|
|
1347
|
-
},
|
|
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(T.styles).length > 0 || d.autoFetchSvg) && R && d.autoReplaceSvg &&
|
|
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", {
|
|
@@ -1364,12 +1364,12 @@ function D2(e, a) {
|
|
|
1364
1364
|
get: function() {
|
|
1365
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 Ba(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 Ba(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,
|
|
@@ -1421,7 +1421,7 @@ function Ua(e) {
|
|
|
1421
1421
|
}]
|
|
1422
1422
|
}];
|
|
1423
1423
|
}
|
|
1424
|
-
function
|
|
1424
|
+
function p1(e) {
|
|
1425
1425
|
const {
|
|
1426
1426
|
icons: {
|
|
1427
1427
|
main: a,
|
|
@@ -1432,33 +1432,33 @@ function h1(e) {
|
|
|
1432
1432
|
transform: i,
|
|
1433
1433
|
symbol: c,
|
|
1434
1434
|
title: s,
|
|
1435
|
-
maskId:
|
|
1436
|
-
titleId:
|
|
1435
|
+
maskId: o,
|
|
1436
|
+
titleId: l,
|
|
1437
1437
|
extra: m,
|
|
1438
1438
|
watchable: u = !1
|
|
1439
1439
|
} = e, {
|
|
1440
1440
|
width: g,
|
|
1441
1441
|
height: L
|
|
1442
|
-
} = t.found ? t : a,
|
|
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
1443
|
let y = {
|
|
1444
1444
|
children: [],
|
|
1445
1445
|
attributes: {
|
|
1446
1446
|
...m.attributes,
|
|
1447
1447
|
"data-prefix": n,
|
|
1448
1448
|
"data-icon": r,
|
|
1449
|
-
class:
|
|
1449
|
+
class: h,
|
|
1450
1450
|
role: m.attributes.role || "img",
|
|
1451
1451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1452
1452
|
viewBox: "0 0 ".concat(g, " ").concat(L)
|
|
1453
1453
|
}
|
|
1454
1454
|
};
|
|
1455
|
-
const f =
|
|
1455
|
+
const f = v && !~m.classes.indexOf("fa-fw") ? {
|
|
1456
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: y.attributes["aria-labelledby"] || "title-".concat(
|
|
1461
|
+
id: y.attributes["aria-labelledby"] || "title-".concat(l || u2())
|
|
1462
1462
|
},
|
|
1463
1463
|
children: [s]
|
|
1464
1464
|
}), delete y.attributes.title);
|
|
@@ -1468,7 +1468,7 @@ function h1(e) {
|
|
|
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: {
|
|
@@ -1478,16 +1478,16 @@ function h1(e) {
|
|
|
1478
1478
|
}, {
|
|
1479
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 p.children = b, p.attributes = C, c ?
|
|
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,29 +1496,29 @@ function D1(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 m =
|
|
1517
|
-
m.length > 0 && (
|
|
1515
|
+
}), l["-webkit-transform"] = l.transform);
|
|
1516
|
+
const m = P2(l);
|
|
1517
|
+
m.length > 0 && (o.style = m);
|
|
1518
1518
|
const u = [];
|
|
1519
1519
|
return u.push({
|
|
1520
1520
|
tag: "span",
|
|
1521
|
-
attributes:
|
|
1521
|
+
attributes: o,
|
|
1522
1522
|
children: [a]
|
|
1523
1523
|
}), i && u.push({
|
|
1524
1524
|
tag: "span",
|
|
@@ -1528,7 +1528,7 @@ function D1(e) {
|
|
|
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 Wa(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 Wa(e) {
|
|
|
1555
1555
|
}), c;
|
|
1556
1556
|
}
|
|
1557
1557
|
const {
|
|
1558
|
-
styles:
|
|
1558
|
+
styles: B2
|
|
1559
1559
|
} = T;
|
|
1560
|
-
function
|
|
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(d.cssPrefix, "-").concat(
|
|
1566
|
+
class: "".concat(d.cssPrefix, "-").concat(D2.GROUP)
|
|
1567
1567
|
},
|
|
1568
1568
|
children: [{
|
|
1569
1569
|
tag: "path",
|
|
1570
1570
|
attributes: {
|
|
1571
|
-
class: "".concat(d.cssPrefix, "-").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(d.cssPrefix, "-").concat(
|
|
1578
|
+
class: "".concat(d.cssPrefix, "-").concat(D2.PRIMARY),
|
|
1579
1579
|
fill: "currentColor",
|
|
1580
1580
|
d: n[1]
|
|
1581
1581
|
}
|
|
@@ -1593,99 +1593,99 @@ function a1(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" && d.styleDefault !== null && (a =
|
|
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: d.showMissingIcons && e ?
|
|
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
|
-
}, c2 = 'FA "6.6.0"',
|
|
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
|
-
function
|
|
1634
|
+
function _1(e) {
|
|
1635
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
|
|
1641
|
+
function Ht(e) {
|
|
1642
1642
|
return e && e.classList && e.classList.contains && e.classList.contains(d.replacementClass);
|
|
1643
1643
|
}
|
|
1644
|
-
function
|
|
1645
|
-
return d.autoReplaceSvg === !0 ?
|
|
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(
|
|
1678
|
+
a.parentNode.insertBefore(ke(t), a);
|
|
1679
1679
|
}), a.getAttribute(K) === null && d.keepOriginalSource) {
|
|
1680
|
-
let t =
|
|
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
|
|
1687
|
+
if (~l1(a).indexOf(d.replacementClass))
|
|
1688
|
+
return A2.replace(e);
|
|
1689
1689
|
const n = new RegExp("".concat(d.cssPrefix, "-.*"));
|
|
1690
1690
|
if (delete t[0].attributes.id, t[0].attributes.class) {
|
|
1691
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), {
|
|
@@ -1699,64 +1699,64 @@ const k2 = {
|
|
|
1699
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
|
-
d.mutateApproach ===
|
|
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 (!
|
|
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 =
|
|
1737
|
+
const c = W();
|
|
1738
1738
|
r2(i).forEach((s) => {
|
|
1739
|
-
if (s.type === "childList" && s.addedNodes.length > 0 && !
|
|
1740
|
-
if (s.attributeName === "class" &&
|
|
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
|
-
}), R &&
|
|
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,16 +1764,16 @@ function et(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
|
|
1772
|
+
function Qt(e) {
|
|
1773
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
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,
|
|
@@ -1794,7 +1794,7 @@ function nt() {
|
|
|
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,8 +1802,8 @@ function W1(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"),
|
|
@@ -1826,29 +1826,29 @@ function W1(e) {
|
|
|
1826
1826
|
};
|
|
1827
1827
|
}
|
|
1828
1828
|
const {
|
|
1829
|
-
styles:
|
|
1829
|
+
styles: Jt
|
|
1830
1830
|
} = T;
|
|
1831
|
-
function
|
|
1832
|
-
const a = d.autoReplaceSvg === "nest" ?
|
|
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
1837
|
let $ = /* @__PURE__ */ new Set();
|
|
1838
|
-
|
|
1838
|
+
ue.map((e) => {
|
|
1839
1839
|
$.add("fa-".concat(e));
|
|
1840
1840
|
});
|
|
1841
|
-
Object.keys(G[
|
|
1841
|
+
Object.keys(G[z]).map($.add.bind($));
|
|
1842
1842
|
Object.keys(G[k]).map($.add.bind($));
|
|
1843
1843
|
Object.keys(G[S]).map($.add.bind($));
|
|
1844
1844
|
$ = [...$];
|
|
1845
|
-
function
|
|
1845
|
+
function B1(e) {
|
|
1846
1846
|
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1847
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 = [];
|
|
@@ -1860,45 +1860,45 @@ function q1(e) {
|
|
|
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 g =
|
|
1865
|
+
const g = Ee(u);
|
|
1866
1866
|
g && m.push(g);
|
|
1867
1867
|
} catch (g) {
|
|
1868
|
-
|
|
1868
|
+
fe || g.name === "MissingIcon" && console.error(g);
|
|
1869
1869
|
}
|
|
1870
1870
|
return m;
|
|
1871
1871
|
}, []);
|
|
1872
1872
|
return new Promise((m, u) => {
|
|
1873
|
-
Promise.all(
|
|
1874
|
-
|
|
1875
|
-
n("active"), n("complete"), r("pending"), typeof a == "function" && a(),
|
|
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
1877
|
}).catch((g) => {
|
|
1878
|
-
|
|
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
1904
|
transform: t = I,
|
|
@@ -1907,8 +1907,8 @@ const st = function(e) {
|
|
|
1907
1907
|
maskId: i = null,
|
|
1908
1908
|
title: c = null,
|
|
1909
1909
|
titleId: s = null,
|
|
1910
|
-
classes:
|
|
1911
|
-
attributes:
|
|
1910
|
+
classes: o = [],
|
|
1911
|
+
attributes: l = {},
|
|
1912
1912
|
styles: m = {}
|
|
1913
1913
|
} = a;
|
|
1914
1914
|
if (!e)
|
|
@@ -1918,16 +1918,16 @@ const st = function(e) {
|
|
|
1918
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
|
-
}), d.autoA11y && (c ?
|
|
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,
|
|
@@ -1945,33 +1945,33 @@ const st = function(e) {
|
|
|
1945
1945
|
maskId: i,
|
|
1946
1946
|
titleId: s,
|
|
1947
1947
|
extra: {
|
|
1948
|
-
attributes:
|
|
1948
|
+
attributes: l,
|
|
1949
1949
|
styles: m,
|
|
1950
|
-
classes:
|
|
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,28 +1979,28 @@ var lt = {
|
|
|
1979
1979
|
titleId: i,
|
|
1980
1980
|
prefix: c,
|
|
1981
1981
|
transform: s,
|
|
1982
|
-
symbol:
|
|
1983
|
-
mask:
|
|
1982
|
+
symbol: o,
|
|
1983
|
+
mask: l,
|
|
1984
1984
|
maskId: m,
|
|
1985
1985
|
extra: u
|
|
1986
1986
|
} = t;
|
|
1987
1987
|
return new Promise((g, L) => {
|
|
1988
|
-
Promise.all([
|
|
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 [
|
|
1995
|
-
g([a,
|
|
1993
|
+
})]).then((v) => {
|
|
1994
|
+
let [h, y] = v;
|
|
1995
|
+
g([a, p1({
|
|
1996
1996
|
icons: {
|
|
1997
|
-
main:
|
|
1997
|
+
main: h,
|
|
1998
1998
|
mask: y
|
|
1999
1999
|
},
|
|
2000
2000
|
prefix: c,
|
|
2001
2001
|
iconName: n,
|
|
2002
2002
|
transform: s,
|
|
2003
|
-
symbol:
|
|
2003
|
+
symbol: o,
|
|
2004
2004
|
maskId: m,
|
|
2005
2005
|
title: r,
|
|
2006
2006
|
titleId: i,
|
|
@@ -2017,21 +2017,21 @@ var lt = {
|
|
|
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,7 +2039,7 @@ var lt = {
|
|
|
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", {
|
|
@@ -2062,7 +2062,7 @@ var lt = {
|
|
|
2062
2062
|
}
|
|
2063
2063
|
};
|
|
2064
2064
|
}
|
|
2065
|
-
},
|
|
2065
|
+
}, i4 = {
|
|
2066
2066
|
mixout() {
|
|
2067
2067
|
return {
|
|
2068
2068
|
counter(e) {
|
|
@@ -2073,13 +2073,13 @@ var lt = {
|
|
|
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: {
|
|
@@ -2091,7 +2091,7 @@ var lt = {
|
|
|
2091
2091
|
}
|
|
2092
2092
|
};
|
|
2093
2093
|
}
|
|
2094
|
-
},
|
|
2094
|
+
}, c4 = {
|
|
2095
2095
|
mixout() {
|
|
2096
2096
|
return {
|
|
2097
2097
|
text(e) {
|
|
@@ -2103,13 +2103,13 @@ var lt = {
|
|
|
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,
|
|
@@ -2133,11 +2133,11 @@ var lt = {
|
|
|
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 d.autoA11y && !n && (i.attributes["aria-hidden"] = "true"), Promise.resolve([a,
|
|
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 lt = {
|
|
|
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 = r2(e.children).filter((g) => g.getAttribute(
|
|
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 (
|
|
2183
|
+
if (l && u !== "none" && u !== "") {
|
|
2184
2184
|
const g = s.getPropertyValue("content");
|
|
2185
|
-
let L =
|
|
2185
|
+
let L = f4(o, m);
|
|
2186
2186
|
const {
|
|
2187
|
-
value:
|
|
2188
|
-
isSecondary:
|
|
2189
|
-
} =
|
|
2190
|
-
let f =
|
|
2187
|
+
value: v,
|
|
2188
|
+
isSecondary: h
|
|
2189
|
+
} = l4(g), y = l[0].startsWith("FontAwesome");
|
|
2190
|
+
let f = m1(L, v), p = f;
|
|
2191
2191
|
if (y) {
|
|
2192
|
-
const b =
|
|
2192
|
+
const b = Nt(v);
|
|
2193
2193
|
b.iconName && b.prefix && (f = b.iconName, L = b.prefix);
|
|
2194
2194
|
}
|
|
2195
|
-
if (f && !
|
|
2195
|
+
if (f && !h && (!c || c.getAttribute(s1) !== L || c.getAttribute(o1) !== p)) {
|
|
2196
2196
|
e.setAttribute(t, p), c && e.removeChild(c);
|
|
2197
|
-
const b =
|
|
2197
|
+
const b = Zt(), {
|
|
2198
2198
|
extra: C
|
|
2199
2199
|
} = b;
|
|
2200
|
-
C.attributes[
|
|
2201
|
-
const P =
|
|
2200
|
+
C.attributes[W2] = a, J2(f, L).then((A) => {
|
|
2201
|
+
const P = p1({
|
|
2202
2202
|
...b,
|
|
2203
2203
|
icons: {
|
|
2204
2204
|
main: A,
|
|
2205
|
-
mask:
|
|
2205
|
+
mask: d1()
|
|
2206
2206
|
},
|
|
2207
2207
|
prefix: L,
|
|
2208
2208
|
iconName: p,
|
|
2209
2209
|
extra: C,
|
|
2210
2210
|
watchable: !0
|
|
2211
|
-
}), F =
|
|
2212
|
-
a === "::before" ? e.insertBefore(F, e.firstChild) : e.appendChild(F), F.outerHTML = P.map((
|
|
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 X1(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
|
|
2227
|
+
function q1(e) {
|
|
2228
2228
|
if (R)
|
|
2229
2229
|
return new Promise((a, t) => {
|
|
2230
|
-
const n = r2(e.querySelectorAll("*")).filter(
|
|
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
|
-
d.searchPseudoElements &&
|
|
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 bt = {
|
|
|
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 K1 = (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 yt = {
|
|
|
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,8 +2352,8 @@ var yt = {
|
|
|
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(
|
|
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
2357
|
}, u = {
|
|
2358
2358
|
transform: "translate(".concat(i / 2 * -1, " -256)")
|
|
2359
2359
|
}, g = {
|
|
@@ -2384,25 +2384,25 @@ var yt = {
|
|
|
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,46 +2417,46 @@ var xt = {
|
|
|
2417
2417
|
transform: s
|
|
2418
2418
|
} = a;
|
|
2419
2419
|
const {
|
|
2420
|
-
width:
|
|
2421
|
-
icon:
|
|
2420
|
+
width: o,
|
|
2421
|
+
icon: l
|
|
2422
2422
|
} = r, {
|
|
2423
2423
|
width: m,
|
|
2424
2424
|
icon: u
|
|
2425
|
-
} = i, g =
|
|
2425
|
+
} = i, g = dt({
|
|
2426
2426
|
transform: s,
|
|
2427
2427
|
containerWidth: m,
|
|
2428
|
-
iconWidth:
|
|
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:
|
|
2437
|
-
} : {},
|
|
2435
|
+
}, v = l.children ? {
|
|
2436
|
+
children: l.children.map(G1)
|
|
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
|
-
...
|
|
2445
|
+
...l.attributes,
|
|
2446
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
|
-
children: [
|
|
2455
|
+
children: [h]
|
|
2456
2456
|
}, f = "mask-".concat(c || u2()), p = "clip-".concat(c || u2()), b = {
|
|
2457
2457
|
tag: "mask",
|
|
2458
2458
|
attributes: {
|
|
2459
|
-
...
|
|
2459
|
+
...U2,
|
|
2460
2460
|
id: f,
|
|
2461
2461
|
maskUnits: "userSpaceOnUse",
|
|
2462
2462
|
maskContentUnits: "userSpaceOnUse"
|
|
@@ -2469,7 +2469,7 @@ var xt = {
|
|
|
2469
2469
|
attributes: {
|
|
2470
2470
|
id: p
|
|
2471
2471
|
},
|
|
2472
|
-
children:
|
|
2472
|
+
children: h4(u)
|
|
2473
2473
|
}, b]
|
|
2474
2474
|
};
|
|
2475
2475
|
return t.push(C, {
|
|
@@ -2478,7 +2478,7 @@ var xt = {
|
|
|
2478
2478
|
fill: "currentColor",
|
|
2479
2479
|
"clip-path": "url(#".concat(p, ")"),
|
|
2480
2480
|
mask: "url(#".concat(f, ")"),
|
|
2481
|
-
...
|
|
2481
|
+
...U2
|
|
2482
2482
|
}
|
|
2483
2483
|
}), {
|
|
2484
2484
|
children: t,
|
|
@@ -2486,10 +2486,10 @@ var xt = {
|
|
|
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 xt = {
|
|
|
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 xt = {
|
|
|
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,17 +2601,7 @@ var kt = {
|
|
|
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
|
-
},
|
|
2605
|
-
prefix: "far",
|
|
2606
|
-
iconName: "building-columns",
|
|
2607
|
-
icon: [
|
|
2608
|
-
512,
|
|
2609
|
-
512,
|
|
2610
|
-
["bank", "institution", "museum", "university"],
|
|
2611
|
-
"f19c",
|
|
2612
|
-
"M267.6 3c-7.2-4-16-4-23.2 0L17.6 128.1C6.7 134.1 0 145.5 0 157.9C0 176.8 15.2 192 34.1 192l443.9 0c18.8 0 34.1-15.2 34.1-34.1c0-12.4-6.7-23.8-17.6-29.8L267.6 3zM228.3 144L88.2 144 256 51.4 423.8 144l-140.1 0c2.7-4.7 4.3-10.2 4.3-16c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 5.8 1.6 11.3 4.3 16zM64 224l0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l392 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-160-48 0 0 160-64 0 0-160-48 0 0 160-64 0 0-160-48 0 0 160-64 0 0-160-48 0zM32 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l456 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 464z"
|
|
2613
|
-
]
|
|
2614
|
-
}, St = p2, Et = p2, Ot = p2, Pt = p2, Ft = {
|
|
2604
|
+
}, M4 = {
|
|
2615
2605
|
prefix: "far",
|
|
2616
2606
|
iconName: "file-check",
|
|
2617
2607
|
icon: [
|
|
@@ -2621,7 +2611,7 @@ var kt = {
|
|
|
2621
2611
|
"f316",
|
|
2622
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"
|
|
2623
2613
|
]
|
|
2624
|
-
},
|
|
2614
|
+
}, v1 = {
|
|
2625
2615
|
prefix: "far",
|
|
2626
2616
|
iconName: "circle-xmark",
|
|
2627
2617
|
icon: [
|
|
@@ -2631,7 +2621,7 @@ var kt = {
|
|
|
2631
2621
|
"f057",
|
|
2632
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"
|
|
2633
2623
|
]
|
|
2634
|
-
},
|
|
2624
|
+
}, A4 = v1, w4 = v1, L1 = {
|
|
2635
2625
|
prefix: "far",
|
|
2636
2626
|
iconName: "triangle-exclamation",
|
|
2637
2627
|
icon: [
|
|
@@ -2641,7 +2631,7 @@ var kt = {
|
|
|
2641
2631
|
"f071",
|
|
2642
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"
|
|
2643
2633
|
]
|
|
2644
|
-
},
|
|
2634
|
+
}, N4 = L1, k4 = L1, S4 = {
|
|
2645
2635
|
prefix: "far",
|
|
2646
2636
|
iconName: "angle-left",
|
|
2647
2637
|
icon: [
|
|
@@ -2651,7 +2641,7 @@ var kt = {
|
|
|
2651
2641
|
"f104",
|
|
2652
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"
|
|
2653
2643
|
]
|
|
2654
|
-
},
|
|
2644
|
+
}, O4 = {
|
|
2655
2645
|
prefix: "far",
|
|
2656
2646
|
iconName: "check",
|
|
2657
2647
|
icon: [
|
|
@@ -2661,7 +2651,7 @@ var kt = {
|
|
|
2661
2651
|
"f00c",
|
|
2662
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"
|
|
2663
2653
|
]
|
|
2664
|
-
},
|
|
2654
|
+
}, Fe = {
|
|
2665
2655
|
prefix: "far",
|
|
2666
2656
|
iconName: "calendar-lines",
|
|
2667
2657
|
icon: [
|
|
@@ -2671,7 +2661,7 @@ var kt = {
|
|
|
2671
2661
|
"e0d5",
|
|
2672
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"
|
|
2673
2663
|
]
|
|
2674
|
-
},
|
|
2664
|
+
}, E4 = Fe, Ie = {
|
|
2675
2665
|
prefix: "far",
|
|
2676
2666
|
iconName: "circle-plus",
|
|
2677
2667
|
icon: [
|
|
@@ -2681,7 +2671,7 @@ var kt = {
|
|
|
2681
2671
|
"f055",
|
|
2682
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"
|
|
2683
2673
|
]
|
|
2684
|
-
},
|
|
2674
|
+
}, P4 = Ie, F4 = {
|
|
2685
2675
|
prefix: "far",
|
|
2686
2676
|
iconName: "calendar",
|
|
2687
2677
|
icon: [
|
|
@@ -2691,7 +2681,7 @@ var kt = {
|
|
|
2691
2681
|
"f133",
|
|
2692
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"
|
|
2693
2683
|
]
|
|
2694
|
-
},
|
|
2684
|
+
}, Te = {
|
|
2695
2685
|
prefix: "far",
|
|
2696
2686
|
iconName: "face-smile",
|
|
2697
2687
|
icon: [
|
|
@@ -2701,7 +2691,7 @@ var kt = {
|
|
|
2701
2691
|
"f118",
|
|
2702
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"
|
|
2703
2693
|
]
|
|
2704
|
-
},
|
|
2694
|
+
}, I4 = Te, T4 = {
|
|
2705
2695
|
prefix: "far",
|
|
2706
2696
|
iconName: "chevron-right",
|
|
2707
2697
|
icon: [
|
|
@@ -2711,7 +2701,7 @@ var kt = {
|
|
|
2711
2701
|
"f054",
|
|
2712
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"
|
|
2713
2703
|
]
|
|
2714
|
-
},
|
|
2704
|
+
}, $4 = {
|
|
2715
2705
|
prefix: "far",
|
|
2716
2706
|
iconName: "chevron-left",
|
|
2717
2707
|
icon: [
|
|
@@ -2721,7 +2711,7 @@ var kt = {
|
|
|
2721
2711
|
"f053",
|
|
2722
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"
|
|
2723
2713
|
]
|
|
2724
|
-
},
|
|
2714
|
+
}, _4 = {
|
|
2725
2715
|
prefix: "far",
|
|
2726
2716
|
iconName: "angle-up",
|
|
2727
2717
|
icon: [
|
|
@@ -2731,7 +2721,7 @@ var kt = {
|
|
|
2731
2721
|
"f106",
|
|
2732
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"
|
|
2733
2723
|
]
|
|
2734
|
-
},
|
|
2724
|
+
}, D4 = {
|
|
2735
2725
|
prefix: "far",
|
|
2736
2726
|
iconName: "file-circle-info",
|
|
2737
2727
|
icon: [
|
|
@@ -2741,17 +2731,7 @@ var kt = {
|
|
|
2741
2731
|
"e493",
|
|
2742
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"
|
|
2743
2733
|
]
|
|
2744
|
-
},
|
|
2745
|
-
prefix: "far",
|
|
2746
|
-
iconName: "equals",
|
|
2747
|
-
icon: [
|
|
2748
|
-
448,
|
|
2749
|
-
512,
|
|
2750
|
-
[62764],
|
|
2751
|
-
"3d",
|
|
2752
|
-
"M40 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 144zm0 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 320z"
|
|
2753
|
-
]
|
|
2754
|
-
}, g2 = {
|
|
2734
|
+
}, p2 = {
|
|
2755
2735
|
prefix: "far",
|
|
2756
2736
|
iconName: "xmark",
|
|
2757
2737
|
icon: [
|
|
@@ -2761,7 +2741,7 @@ var kt = {
|
|
|
2761
2741
|
"f00d",
|
|
2762
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"
|
|
2763
2743
|
]
|
|
2764
|
-
},
|
|
2744
|
+
}, R4 = p2, j4 = p2, B4 = p2, U4 = p2, $e = {
|
|
2765
2745
|
prefix: "far",
|
|
2766
2746
|
iconName: "plus",
|
|
2767
2747
|
icon: [
|
|
@@ -2771,7 +2751,7 @@ var kt = {
|
|
|
2771
2751
|
"2b",
|
|
2772
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"
|
|
2773
2753
|
]
|
|
2774
|
-
},
|
|
2754
|
+
}, H4 = $e, W4 = {
|
|
2775
2755
|
prefix: "far",
|
|
2776
2756
|
iconName: "bars-filter",
|
|
2777
2757
|
icon: [
|
|
@@ -2781,7 +2761,7 @@ var kt = {
|
|
|
2781
2761
|
"e0ad",
|
|
2782
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"
|
|
2783
2763
|
]
|
|
2784
|
-
},
|
|
2764
|
+
}, q4 = {
|
|
2785
2765
|
prefix: "far",
|
|
2786
2766
|
iconName: "arrow-up",
|
|
2787
2767
|
icon: [
|
|
@@ -2791,7 +2771,7 @@ var kt = {
|
|
|
2791
2771
|
"f062",
|
|
2792
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"
|
|
2793
2773
|
]
|
|
2794
|
-
},
|
|
2774
|
+
}, Y4 = {
|
|
2795
2775
|
prefix: "far",
|
|
2796
2776
|
iconName: "chevron-down",
|
|
2797
2777
|
icon: [
|
|
@@ -2801,7 +2781,7 @@ var kt = {
|
|
|
2801
2781
|
"f078",
|
|
2802
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"
|
|
2803
2783
|
]
|
|
2804
|
-
},
|
|
2784
|
+
}, _e = {
|
|
2805
2785
|
prefix: "far",
|
|
2806
2786
|
iconName: "magnifying-glass",
|
|
2807
2787
|
icon: [
|
|
@@ -2811,7 +2791,7 @@ var kt = {
|
|
|
2811
2791
|
"f002",
|
|
2812
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"
|
|
2813
2793
|
]
|
|
2814
|
-
},
|
|
2794
|
+
}, X4 = _e, G4 = {
|
|
2815
2795
|
prefix: "far",
|
|
2816
2796
|
iconName: "arrow-down",
|
|
2817
2797
|
icon: [
|
|
@@ -2821,7 +2801,7 @@ var kt = {
|
|
|
2821
2801
|
"f063",
|
|
2822
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"
|
|
2823
2803
|
]
|
|
2824
|
-
},
|
|
2804
|
+
}, V4 = {
|
|
2825
2805
|
prefix: "far",
|
|
2826
2806
|
iconName: "file",
|
|
2827
2807
|
icon: [
|
|
@@ -2831,7 +2811,7 @@ var kt = {
|
|
|
2831
2811
|
"f15b",
|
|
2832
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"
|
|
2833
2813
|
]
|
|
2834
|
-
},
|
|
2814
|
+
}, K4 = {
|
|
2835
2815
|
prefix: "far",
|
|
2836
2816
|
iconName: "xmark-large",
|
|
2837
2817
|
icon: [
|
|
@@ -2841,7 +2821,7 @@ var kt = {
|
|
|
2841
2821
|
"e59b",
|
|
2842
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"
|
|
2843
2823
|
]
|
|
2844
|
-
},
|
|
2824
|
+
}, Q4 = {
|
|
2845
2825
|
prefix: "far",
|
|
2846
2826
|
iconName: "bell",
|
|
2847
2827
|
icon: [
|
|
@@ -2851,7 +2831,7 @@ var kt = {
|
|
|
2851
2831
|
"f0f3",
|
|
2852
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"
|
|
2853
2833
|
]
|
|
2854
|
-
},
|
|
2834
|
+
}, Z4 = {
|
|
2855
2835
|
prefix: "far",
|
|
2856
2836
|
iconName: "file-circle-xmark",
|
|
2857
2837
|
icon: [
|
|
@@ -2861,7 +2841,7 @@ var kt = {
|
|
|
2861
2841
|
"e5a1",
|
|
2862
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"
|
|
2863
2843
|
]
|
|
2864
|
-
},
|
|
2844
|
+
}, De = {
|
|
2865
2845
|
prefix: "far",
|
|
2866
2846
|
iconName: "credit-card",
|
|
2867
2847
|
icon: [
|
|
@@ -2871,7 +2851,7 @@ var kt = {
|
|
|
2871
2851
|
"f09d",
|
|
2872
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"
|
|
2873
2853
|
]
|
|
2874
|
-
},
|
|
2854
|
+
}, J4 = De, Re = {
|
|
2875
2855
|
prefix: "far",
|
|
2876
2856
|
iconName: "ellipsis",
|
|
2877
2857
|
icon: [
|
|
@@ -2881,7 +2861,7 @@ var kt = {
|
|
|
2881
2861
|
"f141",
|
|
2882
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"
|
|
2883
2863
|
]
|
|
2884
|
-
},
|
|
2864
|
+
}, en = Re, an = {
|
|
2885
2865
|
prefix: "far",
|
|
2886
2866
|
iconName: "angle-down",
|
|
2887
2867
|
icon: [
|
|
@@ -2891,7 +2871,7 @@ var kt = {
|
|
|
2891
2871
|
"f107",
|
|
2892
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"
|
|
2893
2873
|
]
|
|
2894
|
-
},
|
|
2874
|
+
}, tn = {
|
|
2895
2875
|
prefix: "far",
|
|
2896
2876
|
iconName: "face-smile-hearts",
|
|
2897
2877
|
icon: [
|
|
@@ -2901,7 +2881,7 @@ var kt = {
|
|
|
2901
2881
|
"e390",
|
|
2902
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"
|
|
2903
2883
|
]
|
|
2904
|
-
},
|
|
2884
|
+
}, $2 = {
|
|
2905
2885
|
prefix: "far",
|
|
2906
2886
|
iconName: "house",
|
|
2907
2887
|
icon: [
|
|
@@ -2911,7 +2891,7 @@ var kt = {
|
|
|
2911
2891
|
"f015",
|
|
2912
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"
|
|
2913
2893
|
]
|
|
2914
|
-
},
|
|
2894
|
+
}, nn = $2, rn = $2, cn = $2, sn = {
|
|
2915
2895
|
prefix: "far",
|
|
2916
2896
|
iconName: "file-circle-check",
|
|
2917
2897
|
icon: [
|
|
@@ -2921,7 +2901,7 @@ var kt = {
|
|
|
2921
2901
|
"e5a0",
|
|
2922
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"
|
|
2923
2903
|
]
|
|
2924
|
-
},
|
|
2904
|
+
}, je = {
|
|
2925
2905
|
prefix: "far",
|
|
2926
2906
|
iconName: "ellipsis-vertical",
|
|
2927
2907
|
icon: [
|
|
@@ -2931,17 +2911,7 @@ var kt = {
|
|
|
2931
2911
|
"f142",
|
|
2932
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"
|
|
2933
2913
|
]
|
|
2934
|
-
},
|
|
2935
|
-
prefix: "far",
|
|
2936
|
-
iconName: "clock",
|
|
2937
|
-
icon: [
|
|
2938
|
-
512,
|
|
2939
|
-
512,
|
|
2940
|
-
[128339, "clock-four"],
|
|
2941
|
-
"f017",
|
|
2942
|
-
"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"
|
|
2943
|
-
]
|
|
2944
|
-
}, bn = qe, He = {
|
|
2914
|
+
}, on = je, Be = {
|
|
2945
2915
|
prefix: "far",
|
|
2946
2916
|
iconName: "cart-shopping",
|
|
2947
2917
|
icon: [
|
|
@@ -2951,7 +2921,7 @@ var kt = {
|
|
|
2951
2921
|
"f07a",
|
|
2952
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"
|
|
2953
2923
|
]
|
|
2954
|
-
},
|
|
2924
|
+
}, ln = Be, Ue = {
|
|
2955
2925
|
prefix: "far",
|
|
2956
2926
|
iconName: "gear",
|
|
2957
2927
|
icon: [
|
|
@@ -2961,7 +2931,7 @@ var kt = {
|
|
|
2961
2931
|
"f013",
|
|
2962
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"
|
|
2963
2933
|
]
|
|
2964
|
-
},
|
|
2934
|
+
}, fn = Ue, un = {
|
|
2965
2935
|
prefix: "far",
|
|
2966
2936
|
iconName: "arrow-down-left",
|
|
2967
2937
|
icon: [
|
|
@@ -2971,7 +2941,7 @@ var kt = {
|
|
|
2971
2941
|
"e091",
|
|
2972
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"
|
|
2973
2943
|
]
|
|
2974
|
-
},
|
|
2944
|
+
}, He = {
|
|
2975
2945
|
prefix: "far",
|
|
2976
2946
|
iconName: "minus",
|
|
2977
2947
|
icon: [
|
|
@@ -2981,7 +2951,7 @@ var kt = {
|
|
|
2981
2951
|
"f068",
|
|
2982
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"
|
|
2983
2953
|
]
|
|
2984
|
-
},
|
|
2954
|
+
}, mn = He, dn = {
|
|
2985
2955
|
prefix: "far",
|
|
2986
2956
|
iconName: "arrow-down-right",
|
|
2987
2957
|
icon: [
|
|
@@ -2991,7 +2961,7 @@ var kt = {
|
|
|
2991
2961
|
"e093",
|
|
2992
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"
|
|
2993
2963
|
]
|
|
2994
|
-
},
|
|
2964
|
+
}, We = {
|
|
2995
2965
|
prefix: "far",
|
|
2996
2966
|
iconName: "circle-info",
|
|
2997
2967
|
icon: [
|
|
@@ -3001,7 +2971,7 @@ var kt = {
|
|
|
3001
2971
|
"f05a",
|
|
3002
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"
|
|
3003
2973
|
]
|
|
3004
|
-
},
|
|
2974
|
+
}, pn = We, gn = {
|
|
3005
2975
|
prefix: "far",
|
|
3006
2976
|
iconName: "tag",
|
|
3007
2977
|
icon: [
|
|
@@ -3011,7 +2981,7 @@ var kt = {
|
|
|
3011
2981
|
"f02b",
|
|
3012
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"
|
|
3013
2983
|
]
|
|
3014
|
-
},
|
|
2984
|
+
}, hn = {
|
|
3015
2985
|
prefix: "far",
|
|
3016
2986
|
iconName: "arrow-left",
|
|
3017
2987
|
icon: [
|
|
@@ -3021,7 +2991,7 @@ var kt = {
|
|
|
3021
2991
|
"f060",
|
|
3022
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"
|
|
3023
2993
|
]
|
|
3024
|
-
},
|
|
2994
|
+
}, vn = {
|
|
3025
2995
|
prefix: "far",
|
|
3026
2996
|
iconName: "trash",
|
|
3027
2997
|
icon: [
|
|
@@ -3031,7 +3001,7 @@ var kt = {
|
|
|
3031
3001
|
"f1f8",
|
|
3032
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"
|
|
3033
3003
|
]
|
|
3034
|
-
},
|
|
3004
|
+
}, Ln = {
|
|
3035
3005
|
prefix: "far",
|
|
3036
3006
|
iconName: "circle-ellipsis-vertical",
|
|
3037
3007
|
icon: [
|
|
@@ -3041,7 +3011,7 @@ var kt = {
|
|
|
3041
3011
|
"e10b",
|
|
3042
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"
|
|
3043
3013
|
]
|
|
3044
|
-
},
|
|
3014
|
+
}, qe = {
|
|
3045
3015
|
prefix: "far",
|
|
3046
3016
|
iconName: "face-frown",
|
|
3047
3017
|
icon: [
|
|
@@ -3051,7 +3021,7 @@ var kt = {
|
|
|
3051
3021
|
"f119",
|
|
3052
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"
|
|
3053
3023
|
]
|
|
3054
|
-
},
|
|
3024
|
+
}, bn = qe, yn = {
|
|
3055
3025
|
prefix: "far",
|
|
3056
3026
|
iconName: "pen",
|
|
3057
3027
|
icon: [
|
|
@@ -3061,7 +3031,7 @@ var kt = {
|
|
|
3061
3031
|
"f304",
|
|
3062
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"
|
|
3063
3033
|
]
|
|
3064
|
-
},
|
|
3034
|
+
}, xn = {
|
|
3065
3035
|
prefix: "far",
|
|
3066
3036
|
iconName: "eye",
|
|
3067
3037
|
icon: [
|
|
@@ -3071,7 +3041,7 @@ var kt = {
|
|
|
3071
3041
|
"f06e",
|
|
3072
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"
|
|
3073
3043
|
]
|
|
3074
|
-
},
|
|
3044
|
+
}, zn = {
|
|
3075
3045
|
prefix: "far",
|
|
3076
3046
|
iconName: "arrow-up-right",
|
|
3077
3047
|
icon: [
|
|
@@ -3081,7 +3051,7 @@ var kt = {
|
|
|
3081
3051
|
"e09f",
|
|
3082
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"
|
|
3083
3053
|
]
|
|
3084
|
-
},
|
|
3054
|
+
}, Cn = {
|
|
3085
3055
|
prefix: "far",
|
|
3086
3056
|
iconName: "tags",
|
|
3087
3057
|
icon: [
|
|
@@ -3091,17 +3061,7 @@ var kt = {
|
|
|
3091
3061
|
"f02c",
|
|
3092
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"
|
|
3093
3063
|
]
|
|
3094
|
-
},
|
|
3095
|
-
prefix: "far",
|
|
3096
|
-
iconName: "wallet",
|
|
3097
|
-
icon: [
|
|
3098
|
-
512,
|
|
3099
|
-
512,
|
|
3100
|
-
[],
|
|
3101
|
-
"f555",
|
|
3102
|
-
"M88 32C39.4 32 0 71.4 0 120L0 392c0 48.6 39.4 88 88 88l336 0c48.6 0 88-39.4 88-88l0-176c0-48.6-39.4-88-88-88l-304 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c22.1 0 40 17.9 40 40l0 176c0 22.1-17.9 40-40 40L88 432c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 32zM384 336a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
3103
|
-
]
|
|
3104
|
-
}, $n = {
|
|
3064
|
+
}, Mn = {
|
|
3105
3065
|
prefix: "far",
|
|
3106
3066
|
iconName: "circle",
|
|
3107
3067
|
icon: [
|
|
@@ -3111,7 +3071,7 @@ var kt = {
|
|
|
3111
3071
|
"f111",
|
|
3112
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"
|
|
3113
3073
|
]
|
|
3114
|
-
},
|
|
3074
|
+
}, Ye = {
|
|
3115
3075
|
prefix: "far",
|
|
3116
3076
|
iconName: "screwdriver-wrench",
|
|
3117
3077
|
icon: [
|
|
@@ -3121,17 +3081,7 @@ var kt = {
|
|
|
3121
3081
|
"f7d9",
|
|
3122
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"
|
|
3123
3083
|
]
|
|
3124
|
-
},
|
|
3125
|
-
prefix: "far",
|
|
3126
|
-
iconName: "file-contract",
|
|
3127
|
-
icon: [
|
|
3128
|
-
384,
|
|
3129
|
-
512,
|
|
3130
|
-
[],
|
|
3131
|
-
"f56c",
|
|
3132
|
-
"M48 448L48 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 464c-8.8 0-16-7.2-16-16zM64 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 0zM96 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 96zm0 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0zm54.2 221.8L160 349l16.7 55.6c1.9 6.3 7.4 10.8 13.9 11.3s12.8-2.9 15.7-8.8l10.6-21.3c.6-1.2 1.8-1.9 3.1-1.9s2.5 .7 3.1 1.9l10.6 21.3c2.7 5.4 8.3 8.8 14.3 8.8l40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-30.1 0-6.2-12.4c-6-12-18.3-19.6-31.7-19.6c-8.6 0-16.8 3.1-23.1 8.6l-11.3-37.5C182.2 311.7 171.8 304 160 304s-22.2 7.7-25.6 19.1l-14.9 49.5c-2 6.8-8.3 11.4-15.3 11.4L96 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l8.2 0c21.2 0 39.9-13.9 46-34.2z"
|
|
3133
|
-
]
|
|
3134
|
-
}, Rn = {
|
|
3084
|
+
}, An = Ye, wn = {
|
|
3135
3085
|
prefix: "far",
|
|
3136
3086
|
iconName: "file-signature",
|
|
3137
3087
|
icon: [
|
|
@@ -3141,7 +3091,7 @@ var kt = {
|
|
|
3141
3091
|
"f573",
|
|
3142
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"
|
|
3143
3093
|
]
|
|
3144
|
-
},
|
|
3094
|
+
}, Nn = {
|
|
3145
3095
|
prefix: "far",
|
|
3146
3096
|
iconName: "sparkle",
|
|
3147
3097
|
icon: [
|
|
@@ -3151,7 +3101,7 @@ var kt = {
|
|
|
3151
3101
|
"e5d6",
|
|
3152
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"
|
|
3153
3103
|
]
|
|
3154
|
-
},
|
|
3104
|
+
}, kn = {
|
|
3155
3105
|
prefix: "far",
|
|
3156
3106
|
iconName: "square",
|
|
3157
3107
|
icon: [
|
|
@@ -3161,7 +3111,7 @@ var kt = {
|
|
|
3161
3111
|
"f0c8",
|
|
3162
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"
|
|
3163
3113
|
]
|
|
3164
|
-
},
|
|
3114
|
+
}, Sn = {
|
|
3165
3115
|
prefix: "far",
|
|
3166
3116
|
iconName: "suitcase",
|
|
3167
3117
|
icon: [
|
|
@@ -3171,7 +3121,7 @@ var kt = {
|
|
|
3171
3121
|
"f0f2",
|
|
3172
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"
|
|
3173
3123
|
]
|
|
3174
|
-
},
|
|
3124
|
+
}, Xe = {
|
|
3175
3125
|
prefix: "far",
|
|
3176
3126
|
iconName: "circle-check",
|
|
3177
3127
|
icon: [
|
|
@@ -3181,7 +3131,7 @@ var kt = {
|
|
|
3181
3131
|
"f058",
|
|
3182
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"
|
|
3183
3133
|
]
|
|
3184
|
-
},
|
|
3134
|
+
}, On = Xe, En = {
|
|
3185
3135
|
prefix: "far",
|
|
3186
3136
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
3187
3137
|
icon: [
|
|
@@ -3191,7 +3141,7 @@ var kt = {
|
|
|
3191
3141
|
"e0a0",
|
|
3192
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"
|
|
3193
3143
|
]
|
|
3194
|
-
},
|
|
3144
|
+
}, Ge = {
|
|
3195
3145
|
prefix: "far",
|
|
3196
3146
|
iconName: "arrow-down-to-line",
|
|
3197
3147
|
icon: [
|
|
@@ -3201,7 +3151,7 @@ var kt = {
|
|
|
3201
3151
|
"f33d",
|
|
3202
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"
|
|
3203
3153
|
]
|
|
3204
|
-
},
|
|
3154
|
+
}, Pn = Ge, Fn = {
|
|
3205
3155
|
prefix: "far",
|
|
3206
3156
|
iconName: "folder-user",
|
|
3207
3157
|
icon: [
|
|
@@ -3211,7 +3161,7 @@ var kt = {
|
|
|
3211
3161
|
"e18e",
|
|
3212
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"
|
|
3213
3163
|
]
|
|
3214
|
-
},
|
|
3164
|
+
}, In = {
|
|
3215
3165
|
prefix: "far",
|
|
3216
3166
|
iconName: "arrow-up-left",
|
|
3217
3167
|
icon: [
|
|
@@ -3221,7 +3171,7 @@ var kt = {
|
|
|
3221
3171
|
"e09d",
|
|
3222
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"
|
|
3223
3173
|
]
|
|
3224
|
-
},
|
|
3174
|
+
}, Tn = {
|
|
3225
3175
|
prefix: "far",
|
|
3226
3176
|
iconName: "angle-right",
|
|
3227
3177
|
icon: [
|
|
@@ -3231,7 +3181,7 @@ var kt = {
|
|
|
3231
3181
|
"f105",
|
|
3232
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"
|
|
3233
3183
|
]
|
|
3234
|
-
},
|
|
3184
|
+
}, $n = {
|
|
3235
3185
|
prefix: "far",
|
|
3236
3186
|
iconName: "sparkles",
|
|
3237
3187
|
icon: [
|
|
@@ -3241,7 +3191,7 @@ var kt = {
|
|
|
3241
3191
|
"f890",
|
|
3242
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"
|
|
3243
3193
|
]
|
|
3244
|
-
},
|
|
3194
|
+
}, _n = {
|
|
3245
3195
|
prefix: "far",
|
|
3246
3196
|
iconName: "chevron-up",
|
|
3247
3197
|
icon: [
|
|
@@ -3251,7 +3201,7 @@ var kt = {
|
|
|
3251
3201
|
"f077",
|
|
3252
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"
|
|
3253
3203
|
]
|
|
3254
|
-
},
|
|
3204
|
+
}, Ve = {
|
|
3255
3205
|
prefix: "far",
|
|
3256
3206
|
iconName: "circle-dot",
|
|
3257
3207
|
icon: [
|
|
@@ -3261,7 +3211,7 @@ var kt = {
|
|
|
3261
3211
|
"f192",
|
|
3262
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"
|
|
3263
3213
|
]
|
|
3264
|
-
},
|
|
3214
|
+
}, Dn = Ve, Ke = {
|
|
3265
3215
|
prefix: "far",
|
|
3266
3216
|
iconName: "square-check",
|
|
3267
3217
|
icon: [
|
|
@@ -3271,7 +3221,7 @@ var kt = {
|
|
|
3271
3221
|
"f14a",
|
|
3272
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"
|
|
3273
3223
|
]
|
|
3274
|
-
},
|
|
3224
|
+
}, Rn = Ke, Qe = {
|
|
3275
3225
|
prefix: "far",
|
|
3276
3226
|
iconName: "circle-exclamation",
|
|
3277
3227
|
icon: [
|
|
@@ -3281,7 +3231,7 @@ var kt = {
|
|
|
3281
3231
|
"f06a",
|
|
3282
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"
|
|
3283
3233
|
]
|
|
3284
|
-
},
|
|
3234
|
+
}, jn = Qe, Ze = {
|
|
3285
3235
|
prefix: "far",
|
|
3286
3236
|
iconName: "bars",
|
|
3287
3237
|
icon: [
|
|
@@ -3291,7 +3241,7 @@ var kt = {
|
|
|
3291
3241
|
"f0c9",
|
|
3292
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"
|
|
3293
3243
|
]
|
|
3294
|
-
},
|
|
3244
|
+
}, Bn = Ze, Un = {
|
|
3295
3245
|
prefix: "far",
|
|
3296
3246
|
iconName: "file-circle-question",
|
|
3297
3247
|
icon: [
|
|
@@ -3301,7 +3251,7 @@ var kt = {
|
|
|
3301
3251
|
"e4ef",
|
|
3302
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"
|
|
3303
3253
|
]
|
|
3304
|
-
},
|
|
3254
|
+
}, Je = {
|
|
3305
3255
|
prefix: "far",
|
|
3306
3256
|
iconName: "square-minus",
|
|
3307
3257
|
icon: [
|
|
@@ -3311,7 +3261,7 @@ var kt = {
|
|
|
3311
3261
|
"f146",
|
|
3312
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"
|
|
3313
3263
|
]
|
|
3314
|
-
},
|
|
3264
|
+
}, Hn = Je, Wn = {
|
|
3315
3265
|
prefix: "far",
|
|
3316
3266
|
iconName: "face-unamused",
|
|
3317
3267
|
icon: [
|
|
@@ -3321,7 +3271,7 @@ var kt = {
|
|
|
3321
3271
|
"e39f",
|
|
3322
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"
|
|
3323
3273
|
]
|
|
3324
|
-
},
|
|
3274
|
+
}, ea = {
|
|
3325
3275
|
prefix: "far",
|
|
3326
3276
|
iconName: "circle-minus",
|
|
3327
3277
|
icon: [
|
|
@@ -3331,123 +3281,113 @@ var kt = {
|
|
|
3331
3281
|
"f056",
|
|
3332
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"
|
|
3333
3283
|
]
|
|
3334
|
-
},
|
|
3335
|
-
const
|
|
3284
|
+
}, qn = ea;
|
|
3285
|
+
const Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3336
3286
|
__proto__: null,
|
|
3337
|
-
faAdd:
|
|
3338
|
-
faAngleDown:
|
|
3339
|
-
faAngleLeft:
|
|
3340
|
-
faAngleRight:
|
|
3341
|
-
faAngleUp:
|
|
3342
|
-
faArrowDown:
|
|
3343
|
-
faArrowDownLeft:
|
|
3344
|
-
faArrowDownRight:
|
|
3345
|
-
faArrowDownToLine:
|
|
3346
|
-
faArrowLeft:
|
|
3347
|
-
faArrowToBottom:
|
|
3348
|
-
faArrowUp:
|
|
3349
|
-
faArrowUpLeft:
|
|
3350
|
-
faArrowUpRight:
|
|
3351
|
-
faArrowUpRightAndArrowDownLeftFromCenter:
|
|
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
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
faTimesCircle: It,
|
|
3440
|
-
faTools: _n,
|
|
3441
|
-
faTrash: kn,
|
|
3442
|
-
faTriangleExclamation: z1,
|
|
3443
|
-
faUniversity: Pt,
|
|
3444
|
-
faWallet: Tn,
|
|
3445
|
-
faWarning: _t,
|
|
3446
|
-
faXmark: g2,
|
|
3447
|
-
faXmarkCircle: Tt,
|
|
3448
|
-
faXmarkLarge: sn
|
|
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
|
|
3449
3389
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3450
|
-
var
|
|
3390
|
+
var Xn = {
|
|
3451
3391
|
prefix: "fas",
|
|
3452
3392
|
iconName: "plus-minus",
|
|
3453
3393
|
icon: [
|
|
@@ -3457,17 +3397,7 @@ var c0 = {
|
|
|
3457
3397
|
"e43c",
|
|
3458
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"
|
|
3459
3399
|
]
|
|
3460
|
-
},
|
|
3461
|
-
prefix: "fas",
|
|
3462
|
-
iconName: "building-columns",
|
|
3463
|
-
icon: [
|
|
3464
|
-
512,
|
|
3465
|
-
512,
|
|
3466
|
-
["bank", "institution", "museum", "university"],
|
|
3467
|
-
"f19c",
|
|
3468
|
-
"M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160l0 8c0 13.3 10.7 24 24 24l400 0c13.3 0 24-10.7 24-24l0-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224l-64 0 0 196.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512l448 0c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224l-64 0 0 192-40 0 0-192-64 0 0 192-48 0 0-192-64 0 0 192-40 0 0-192zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3469
|
-
]
|
|
3470
|
-
}, s0 = v2, l0 = v2, o0 = v2, f0 = v2, u0 = {
|
|
3400
|
+
}, Gn = {
|
|
3471
3401
|
prefix: "fas",
|
|
3472
3402
|
iconName: "file-check",
|
|
3473
3403
|
icon: [
|
|
@@ -3477,7 +3407,7 @@ var c0 = {
|
|
|
3477
3407
|
"f316",
|
|
3478
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"
|
|
3479
3409
|
]
|
|
3480
|
-
},
|
|
3410
|
+
}, b1 = {
|
|
3481
3411
|
prefix: "fas",
|
|
3482
3412
|
iconName: "circle-xmark",
|
|
3483
3413
|
icon: [
|
|
@@ -3487,7 +3417,7 @@ var c0 = {
|
|
|
3487
3417
|
"f057",
|
|
3488
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"
|
|
3489
3419
|
]
|
|
3490
|
-
},
|
|
3420
|
+
}, Vn = b1, Kn = b1, y1 = {
|
|
3491
3421
|
prefix: "fas",
|
|
3492
3422
|
iconName: "triangle-exclamation",
|
|
3493
3423
|
icon: [
|
|
@@ -3497,7 +3427,7 @@ var c0 = {
|
|
|
3497
3427
|
"f071",
|
|
3498
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"
|
|
3499
3429
|
]
|
|
3500
|
-
},
|
|
3430
|
+
}, Qn = y1, Zn = y1, Jn = {
|
|
3501
3431
|
prefix: "fas",
|
|
3502
3432
|
iconName: "angle-left",
|
|
3503
3433
|
icon: [
|
|
@@ -3507,7 +3437,7 @@ var c0 = {
|
|
|
3507
3437
|
"f104",
|
|
3508
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"
|
|
3509
3439
|
]
|
|
3510
|
-
},
|
|
3440
|
+
}, e0 = {
|
|
3511
3441
|
prefix: "fas",
|
|
3512
3442
|
iconName: "check",
|
|
3513
3443
|
icon: [
|
|
@@ -3517,7 +3447,7 @@ var c0 = {
|
|
|
3517
3447
|
"f00c",
|
|
3518
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"
|
|
3519
3449
|
]
|
|
3520
|
-
},
|
|
3450
|
+
}, aa = {
|
|
3521
3451
|
prefix: "fas",
|
|
3522
3452
|
iconName: "calendar-lines",
|
|
3523
3453
|
icon: [
|
|
@@ -3527,7 +3457,7 @@ var c0 = {
|
|
|
3527
3457
|
"e0d5",
|
|
3528
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"
|
|
3529
3459
|
]
|
|
3530
|
-
},
|
|
3460
|
+
}, a0 = aa, ta = {
|
|
3531
3461
|
prefix: "fas",
|
|
3532
3462
|
iconName: "circle-plus",
|
|
3533
3463
|
icon: [
|
|
@@ -3537,7 +3467,7 @@ var c0 = {
|
|
|
3537
3467
|
"f055",
|
|
3538
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"
|
|
3539
3469
|
]
|
|
3540
|
-
},
|
|
3470
|
+
}, t0 = ta, n0 = {
|
|
3541
3471
|
prefix: "fas",
|
|
3542
3472
|
iconName: "calendar",
|
|
3543
3473
|
icon: [
|
|
@@ -3547,7 +3477,7 @@ var c0 = {
|
|
|
3547
3477
|
"f133",
|
|
3548
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"
|
|
3549
3479
|
]
|
|
3550
|
-
},
|
|
3480
|
+
}, na = {
|
|
3551
3481
|
prefix: "fas",
|
|
3552
3482
|
iconName: "face-smile",
|
|
3553
3483
|
icon: [
|
|
@@ -3557,7 +3487,7 @@ var c0 = {
|
|
|
3557
3487
|
"f118",
|
|
3558
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"
|
|
3559
3489
|
]
|
|
3560
|
-
},
|
|
3490
|
+
}, r0 = na, i0 = {
|
|
3561
3491
|
prefix: "fas",
|
|
3562
3492
|
iconName: "angle-up",
|
|
3563
3493
|
icon: [
|
|
@@ -3567,7 +3497,7 @@ var c0 = {
|
|
|
3567
3497
|
"f106",
|
|
3568
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"
|
|
3569
3499
|
]
|
|
3570
|
-
},
|
|
3500
|
+
}, c0 = {
|
|
3571
3501
|
prefix: "fas",
|
|
3572
3502
|
iconName: "file-circle-info",
|
|
3573
3503
|
icon: [
|
|
@@ -3577,17 +3507,7 @@ var c0 = {
|
|
|
3577
3507
|
"e493",
|
|
3578
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"
|
|
3579
3509
|
]
|
|
3580
|
-
},
|
|
3581
|
-
prefix: "fas",
|
|
3582
|
-
iconName: "equals",
|
|
3583
|
-
icon: [
|
|
3584
|
-
448,
|
|
3585
|
-
512,
|
|
3586
|
-
[62764],
|
|
3587
|
-
"3d",
|
|
3588
|
-
"M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 128zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 320z"
|
|
3589
|
-
]
|
|
3590
|
-
}, h2 = {
|
|
3510
|
+
}, g2 = {
|
|
3591
3511
|
prefix: "fas",
|
|
3592
3512
|
iconName: "xmark",
|
|
3593
3513
|
icon: [
|
|
@@ -3597,7 +3517,7 @@ var c0 = {
|
|
|
3597
3517
|
"f00d",
|
|
3598
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"
|
|
3599
3519
|
]
|
|
3600
|
-
},
|
|
3520
|
+
}, s0 = g2, o0 = g2, l0 = g2, f0 = g2, ra = {
|
|
3601
3521
|
prefix: "fas",
|
|
3602
3522
|
iconName: "plus",
|
|
3603
3523
|
icon: [
|
|
@@ -3607,7 +3527,7 @@ var c0 = {
|
|
|
3607
3527
|
"2b",
|
|
3608
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"
|
|
3609
3529
|
]
|
|
3610
|
-
},
|
|
3530
|
+
}, u0 = ra, m0 = {
|
|
3611
3531
|
prefix: "fas",
|
|
3612
3532
|
iconName: "bars-filter",
|
|
3613
3533
|
icon: [
|
|
@@ -3617,7 +3537,7 @@ var c0 = {
|
|
|
3617
3537
|
"e0ad",
|
|
3618
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"
|
|
3619
3539
|
]
|
|
3620
|
-
},
|
|
3540
|
+
}, d0 = {
|
|
3621
3541
|
prefix: "fas",
|
|
3622
3542
|
iconName: "arrow-up",
|
|
3623
3543
|
icon: [
|
|
@@ -3627,7 +3547,7 @@ var c0 = {
|
|
|
3627
3547
|
"f062",
|
|
3628
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"
|
|
3629
3549
|
]
|
|
3630
|
-
},
|
|
3550
|
+
}, ia = {
|
|
3631
3551
|
prefix: "fas",
|
|
3632
3552
|
iconName: "magnifying-glass",
|
|
3633
3553
|
icon: [
|
|
@@ -3637,7 +3557,7 @@ var c0 = {
|
|
|
3637
3557
|
"f002",
|
|
3638
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"
|
|
3639
3559
|
]
|
|
3640
|
-
},
|
|
3560
|
+
}, p0 = ia, g0 = {
|
|
3641
3561
|
prefix: "fas",
|
|
3642
3562
|
iconName: "arrow-down",
|
|
3643
3563
|
icon: [
|
|
@@ -3647,7 +3567,7 @@ var c0 = {
|
|
|
3647
3567
|
"f063",
|
|
3648
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"
|
|
3649
3569
|
]
|
|
3650
|
-
},
|
|
3570
|
+
}, h0 = {
|
|
3651
3571
|
prefix: "fas",
|
|
3652
3572
|
iconName: "xmark-large",
|
|
3653
3573
|
icon: [
|
|
@@ -3657,7 +3577,7 @@ var c0 = {
|
|
|
3657
3577
|
"e59b",
|
|
3658
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"
|
|
3659
3579
|
]
|
|
3660
|
-
},
|
|
3580
|
+
}, v0 = {
|
|
3661
3581
|
prefix: "fas",
|
|
3662
3582
|
iconName: "bell",
|
|
3663
3583
|
icon: [
|
|
@@ -3667,7 +3587,7 @@ var c0 = {
|
|
|
3667
3587
|
"f0f3",
|
|
3668
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"
|
|
3669
3589
|
]
|
|
3670
|
-
},
|
|
3590
|
+
}, L0 = {
|
|
3671
3591
|
prefix: "fas",
|
|
3672
3592
|
iconName: "file-circle-xmark",
|
|
3673
3593
|
icon: [
|
|
@@ -3677,7 +3597,7 @@ var c0 = {
|
|
|
3677
3597
|
"e5a1",
|
|
3678
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"
|
|
3679
3599
|
]
|
|
3680
|
-
},
|
|
3600
|
+
}, ca = {
|
|
3681
3601
|
prefix: "fas",
|
|
3682
3602
|
iconName: "credit-card",
|
|
3683
3603
|
icon: [
|
|
@@ -3687,7 +3607,7 @@ var c0 = {
|
|
|
3687
3607
|
"f09d",
|
|
3688
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"
|
|
3689
3609
|
]
|
|
3690
|
-
},
|
|
3610
|
+
}, b0 = ca, sa = {
|
|
3691
3611
|
prefix: "fas",
|
|
3692
3612
|
iconName: "ellipsis",
|
|
3693
3613
|
icon: [
|
|
@@ -3697,7 +3617,7 @@ var c0 = {
|
|
|
3697
3617
|
"f141",
|
|
3698
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"
|
|
3699
3619
|
]
|
|
3700
|
-
},
|
|
3620
|
+
}, y0 = sa, x0 = {
|
|
3701
3621
|
prefix: "fas",
|
|
3702
3622
|
iconName: "angle-down",
|
|
3703
3623
|
icon: [
|
|
@@ -3707,7 +3627,7 @@ var c0 = {
|
|
|
3707
3627
|
"f107",
|
|
3708
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"
|
|
3709
3629
|
]
|
|
3710
|
-
},
|
|
3630
|
+
}, z0 = {
|
|
3711
3631
|
prefix: "fas",
|
|
3712
3632
|
iconName: "face-smile-hearts",
|
|
3713
3633
|
icon: [
|
|
@@ -3717,7 +3637,7 @@ var c0 = {
|
|
|
3717
3637
|
"e390",
|
|
3718
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"
|
|
3719
3639
|
]
|
|
3720
|
-
},
|
|
3640
|
+
}, _2 = {
|
|
3721
3641
|
prefix: "fas",
|
|
3722
3642
|
iconName: "house",
|
|
3723
3643
|
icon: [
|
|
@@ -3727,7 +3647,7 @@ var c0 = {
|
|
|
3727
3647
|
"f015",
|
|
3728
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"
|
|
3729
3649
|
]
|
|
3730
|
-
},
|
|
3650
|
+
}, C0 = _2, M0 = _2, A0 = _2, w0 = {
|
|
3731
3651
|
prefix: "fas",
|
|
3732
3652
|
iconName: "file-circle-check",
|
|
3733
3653
|
icon: [
|
|
@@ -3737,7 +3657,7 @@ var c0 = {
|
|
|
3737
3657
|
"e5a0",
|
|
3738
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"
|
|
3739
3659
|
]
|
|
3740
|
-
},
|
|
3660
|
+
}, oa = {
|
|
3741
3661
|
prefix: "fas",
|
|
3742
3662
|
iconName: "ellipsis-vertical",
|
|
3743
3663
|
icon: [
|
|
@@ -3747,17 +3667,7 @@ var c0 = {
|
|
|
3747
3667
|
"f142",
|
|
3748
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"
|
|
3749
3669
|
]
|
|
3750
|
-
},
|
|
3751
|
-
prefix: "fas",
|
|
3752
|
-
iconName: "clock",
|
|
3753
|
-
icon: [
|
|
3754
|
-
512,
|
|
3755
|
-
512,
|
|
3756
|
-
[128339, "clock-four"],
|
|
3757
|
-
"f017",
|
|
3758
|
-
"M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"
|
|
3759
|
-
]
|
|
3760
|
-
}, Y0 = d4, p4 = {
|
|
3670
|
+
}, N0 = oa, la = {
|
|
3761
3671
|
prefix: "fas",
|
|
3762
3672
|
iconName: "cart-shopping",
|
|
3763
3673
|
icon: [
|
|
@@ -3767,7 +3677,7 @@ var c0 = {
|
|
|
3767
3677
|
"f07a",
|
|
3768
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"
|
|
3769
3679
|
]
|
|
3770
|
-
},
|
|
3680
|
+
}, k0 = la, fa = {
|
|
3771
3681
|
prefix: "fas",
|
|
3772
3682
|
iconName: "gear",
|
|
3773
3683
|
icon: [
|
|
@@ -3777,7 +3687,7 @@ var c0 = {
|
|
|
3777
3687
|
"f013",
|
|
3778
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"
|
|
3779
3689
|
]
|
|
3780
|
-
},
|
|
3690
|
+
}, S0 = fa, O0 = {
|
|
3781
3691
|
prefix: "fas",
|
|
3782
3692
|
iconName: "arrow-down-left",
|
|
3783
3693
|
icon: [
|
|
@@ -3787,7 +3697,7 @@ var c0 = {
|
|
|
3787
3697
|
"e091",
|
|
3788
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"
|
|
3789
3699
|
]
|
|
3790
|
-
},
|
|
3700
|
+
}, ua = {
|
|
3791
3701
|
prefix: "fas",
|
|
3792
3702
|
iconName: "minus",
|
|
3793
3703
|
icon: [
|
|
@@ -3797,7 +3707,7 @@ var c0 = {
|
|
|
3797
3707
|
"f068",
|
|
3798
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"
|
|
3799
3709
|
]
|
|
3800
|
-
},
|
|
3710
|
+
}, E0 = ua, P0 = {
|
|
3801
3711
|
prefix: "fas",
|
|
3802
3712
|
iconName: "arrow-down-right",
|
|
3803
3713
|
icon: [
|
|
@@ -3807,7 +3717,7 @@ var c0 = {
|
|
|
3807
3717
|
"e093",
|
|
3808
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"
|
|
3809
3719
|
]
|
|
3810
|
-
},
|
|
3720
|
+
}, ma = {
|
|
3811
3721
|
prefix: "fas",
|
|
3812
3722
|
iconName: "circle-info",
|
|
3813
3723
|
icon: [
|
|
@@ -3817,7 +3727,17 @@ var c0 = {
|
|
|
3817
3727
|
"f05a",
|
|
3818
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"
|
|
3819
3729
|
]
|
|
3820
|
-
},
|
|
3730
|
+
}, F0 = ma, I0 = {
|
|
3731
|
+
prefix: "fas",
|
|
3732
|
+
iconName: "tag",
|
|
3733
|
+
icon: [
|
|
3734
|
+
448,
|
|
3735
|
+
512,
|
|
3736
|
+
[127991],
|
|
3737
|
+
"f02b",
|
|
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"
|
|
3739
|
+
]
|
|
3740
|
+
}, T0 = {
|
|
3821
3741
|
prefix: "fas",
|
|
3822
3742
|
iconName: "arrow-left",
|
|
3823
3743
|
icon: [
|
|
@@ -3827,7 +3747,7 @@ var c0 = {
|
|
|
3827
3747
|
"f060",
|
|
3828
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"
|
|
3829
3749
|
]
|
|
3830
|
-
},
|
|
3750
|
+
}, $0 = {
|
|
3831
3751
|
prefix: "fas",
|
|
3832
3752
|
iconName: "trash",
|
|
3833
3753
|
icon: [
|
|
@@ -3837,7 +3757,7 @@ var c0 = {
|
|
|
3837
3757
|
"f1f8",
|
|
3838
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"
|
|
3839
3759
|
]
|
|
3840
|
-
},
|
|
3760
|
+
}, da = {
|
|
3841
3761
|
prefix: "fas",
|
|
3842
3762
|
iconName: "face-frown",
|
|
3843
3763
|
icon: [
|
|
@@ -3847,7 +3767,7 @@ var c0 = {
|
|
|
3847
3767
|
"f119",
|
|
3848
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"
|
|
3849
3769
|
]
|
|
3850
|
-
},
|
|
3770
|
+
}, _0 = da, D0 = {
|
|
3851
3771
|
prefix: "fas",
|
|
3852
3772
|
iconName: "pen",
|
|
3853
3773
|
icon: [
|
|
@@ -3857,7 +3777,7 @@ var c0 = {
|
|
|
3857
3777
|
"f304",
|
|
3858
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"
|
|
3859
3779
|
]
|
|
3860
|
-
},
|
|
3780
|
+
}, R0 = {
|
|
3861
3781
|
prefix: "fas",
|
|
3862
3782
|
iconName: "arrow-up-right",
|
|
3863
3783
|
icon: [
|
|
@@ -3867,7 +3787,7 @@ var c0 = {
|
|
|
3867
3787
|
"e09f",
|
|
3868
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"
|
|
3869
3789
|
]
|
|
3870
|
-
},
|
|
3790
|
+
}, j0 = {
|
|
3871
3791
|
prefix: "fas",
|
|
3872
3792
|
iconName: "tags",
|
|
3873
3793
|
icon: [
|
|
@@ -3877,17 +3797,7 @@ var c0 = {
|
|
|
3877
3797
|
"f02c",
|
|
3878
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"
|
|
3879
3799
|
]
|
|
3880
|
-
},
|
|
3881
|
-
prefix: "fas",
|
|
3882
|
-
iconName: "wallet",
|
|
3883
|
-
icon: [
|
|
3884
|
-
512,
|
|
3885
|
-
512,
|
|
3886
|
-
[],
|
|
3887
|
-
"f555",
|
|
3888
|
-
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L80 128c-8.8 0-16-7.2-16-16s7.2-16 16-16l368 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3889
|
-
]
|
|
3890
|
-
}, c3 = {
|
|
3800
|
+
}, B0 = {
|
|
3891
3801
|
prefix: "fas",
|
|
3892
3802
|
iconName: "circle",
|
|
3893
3803
|
icon: [
|
|
@@ -3897,7 +3807,7 @@ var c0 = {
|
|
|
3897
3807
|
"f111",
|
|
3898
3808
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"
|
|
3899
3809
|
]
|
|
3900
|
-
},
|
|
3810
|
+
}, pa = {
|
|
3901
3811
|
prefix: "fas",
|
|
3902
3812
|
iconName: "screwdriver-wrench",
|
|
3903
3813
|
icon: [
|
|
@@ -3907,7 +3817,7 @@ var c0 = {
|
|
|
3907
3817
|
"f7d9",
|
|
3908
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"
|
|
3909
3819
|
]
|
|
3910
|
-
},
|
|
3820
|
+
}, U0 = pa, H0 = {
|
|
3911
3821
|
prefix: "fas",
|
|
3912
3822
|
iconName: "arrow-right",
|
|
3913
3823
|
icon: [
|
|
@@ -3917,17 +3827,7 @@ var c0 = {
|
|
|
3917
3827
|
"f061",
|
|
3918
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"
|
|
3919
3829
|
]
|
|
3920
|
-
},
|
|
3921
|
-
prefix: "fas",
|
|
3922
|
-
iconName: "file-contract",
|
|
3923
|
-
icon: [
|
|
3924
|
-
384,
|
|
3925
|
-
512,
|
|
3926
|
-
[],
|
|
3927
|
-
"f56c",
|
|
3928
|
-
"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 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 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-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2L80 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 54.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-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 349l-9.8 32.8z"
|
|
3929
|
-
]
|
|
3930
|
-
}, f3 = {
|
|
3830
|
+
}, W0 = {
|
|
3931
3831
|
prefix: "fas",
|
|
3932
3832
|
iconName: "file-signature",
|
|
3933
3833
|
icon: [
|
|
@@ -3937,7 +3837,7 @@ var c0 = {
|
|
|
3937
3837
|
"f573",
|
|
3938
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"
|
|
3939
3839
|
]
|
|
3940
|
-
},
|
|
3840
|
+
}, q0 = {
|
|
3941
3841
|
prefix: "fas",
|
|
3942
3842
|
iconName: "sparkle",
|
|
3943
3843
|
icon: [
|
|
@@ -3947,7 +3847,7 @@ var c0 = {
|
|
|
3947
3847
|
"e5d6",
|
|
3948
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"
|
|
3949
3849
|
]
|
|
3950
|
-
},
|
|
3850
|
+
}, Y0 = {
|
|
3951
3851
|
prefix: "fas",
|
|
3952
3852
|
iconName: "square",
|
|
3953
3853
|
icon: [
|
|
@@ -3957,17 +3857,7 @@ var c0 = {
|
|
|
3957
3857
|
"f0c8",
|
|
3958
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"
|
|
3959
3859
|
]
|
|
3960
|
-
},
|
|
3961
|
-
prefix: "fas",
|
|
3962
|
-
iconName: "cloud-arrow-up",
|
|
3963
|
-
icon: [
|
|
3964
|
-
640,
|
|
3965
|
-
512,
|
|
3966
|
-
[62338, "cloud-upload", "cloud-upload-alt"],
|
|
3967
|
-
"f0ee",
|
|
3968
|
-
"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"
|
|
3969
|
-
]
|
|
3970
|
-
}, d3 = M1, p3 = M1, g3 = {
|
|
3860
|
+
}, X0 = {
|
|
3971
3861
|
prefix: "fas",
|
|
3972
3862
|
iconName: "suitcase",
|
|
3973
3863
|
icon: [
|
|
@@ -3977,7 +3867,7 @@ var c0 = {
|
|
|
3977
3867
|
"f0f2",
|
|
3978
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"
|
|
3979
3869
|
]
|
|
3980
|
-
},
|
|
3870
|
+
}, ga = {
|
|
3981
3871
|
prefix: "fas",
|
|
3982
3872
|
iconName: "circle-check",
|
|
3983
3873
|
icon: [
|
|
@@ -3987,7 +3877,7 @@ var c0 = {
|
|
|
3987
3877
|
"f058",
|
|
3988
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"
|
|
3989
3879
|
]
|
|
3990
|
-
},
|
|
3880
|
+
}, G0 = ga, V0 = {
|
|
3991
3881
|
prefix: "fas",
|
|
3992
3882
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
3993
3883
|
icon: [
|
|
@@ -3997,7 +3887,7 @@ var c0 = {
|
|
|
3997
3887
|
"e0a0",
|
|
3998
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"
|
|
3999
3889
|
]
|
|
4000
|
-
},
|
|
3890
|
+
}, ha = {
|
|
4001
3891
|
prefix: "fas",
|
|
4002
3892
|
iconName: "arrow-down-to-line",
|
|
4003
3893
|
icon: [
|
|
@@ -4007,7 +3897,7 @@ var c0 = {
|
|
|
4007
3897
|
"f33d",
|
|
4008
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"
|
|
4009
3899
|
]
|
|
4010
|
-
},
|
|
3900
|
+
}, K0 = ha, Q0 = {
|
|
4011
3901
|
prefix: "fas",
|
|
4012
3902
|
iconName: "folder-user",
|
|
4013
3903
|
icon: [
|
|
@@ -4017,7 +3907,7 @@ var c0 = {
|
|
|
4017
3907
|
"e18e",
|
|
4018
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"
|
|
4019
3909
|
]
|
|
4020
|
-
},
|
|
3910
|
+
}, Z0 = {
|
|
4021
3911
|
prefix: "fas",
|
|
4022
3912
|
iconName: "arrow-up-left",
|
|
4023
3913
|
icon: [
|
|
@@ -4027,7 +3917,7 @@ var c0 = {
|
|
|
4027
3917
|
"e09d",
|
|
4028
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"
|
|
4029
3919
|
]
|
|
4030
|
-
},
|
|
3920
|
+
}, J0 = {
|
|
4031
3921
|
prefix: "fas",
|
|
4032
3922
|
iconName: "angle-right",
|
|
4033
3923
|
icon: [
|
|
@@ -4037,7 +3927,7 @@ var c0 = {
|
|
|
4037
3927
|
"f105",
|
|
4038
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"
|
|
4039
3929
|
]
|
|
4040
|
-
},
|
|
3930
|
+
}, er = {
|
|
4041
3931
|
prefix: "fas",
|
|
4042
3932
|
iconName: "sparkles",
|
|
4043
3933
|
icon: [
|
|
@@ -4047,7 +3937,7 @@ var c0 = {
|
|
|
4047
3937
|
"f890",
|
|
4048
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"
|
|
4049
3939
|
]
|
|
4050
|
-
},
|
|
3940
|
+
}, va = {
|
|
4051
3941
|
prefix: "fas",
|
|
4052
3942
|
iconName: "circle-dot",
|
|
4053
3943
|
icon: [
|
|
@@ -4057,7 +3947,7 @@ var c0 = {
|
|
|
4057
3947
|
"f192",
|
|
4058
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"
|
|
4059
3949
|
]
|
|
4060
|
-
},
|
|
3950
|
+
}, ar = va, La = {
|
|
4061
3951
|
prefix: "fas",
|
|
4062
3952
|
iconName: "square-check",
|
|
4063
3953
|
icon: [
|
|
@@ -4067,7 +3957,7 @@ var c0 = {
|
|
|
4067
3957
|
"f14a",
|
|
4068
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"
|
|
4069
3959
|
]
|
|
4070
|
-
},
|
|
3960
|
+
}, tr = La, ba = {
|
|
4071
3961
|
prefix: "fas",
|
|
4072
3962
|
iconName: "circle-exclamation",
|
|
4073
3963
|
icon: [
|
|
@@ -4077,7 +3967,7 @@ var c0 = {
|
|
|
4077
3967
|
"f06a",
|
|
4078
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"
|
|
4079
3969
|
]
|
|
4080
|
-
},
|
|
3970
|
+
}, nr = ba, rr = {
|
|
4081
3971
|
prefix: "fas",
|
|
4082
3972
|
iconName: "file-circle-question",
|
|
4083
3973
|
icon: [
|
|
@@ -4087,7 +3977,7 @@ var c0 = {
|
|
|
4087
3977
|
"e4ef",
|
|
4088
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"
|
|
4089
3979
|
]
|
|
4090
|
-
},
|
|
3980
|
+
}, ya = {
|
|
4091
3981
|
prefix: "fas",
|
|
4092
3982
|
iconName: "square-minus",
|
|
4093
3983
|
icon: [
|
|
@@ -4097,7 +3987,7 @@ var c0 = {
|
|
|
4097
3987
|
"f146",
|
|
4098
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"
|
|
4099
3989
|
]
|
|
4100
|
-
},
|
|
3990
|
+
}, ir = ya, cr = {
|
|
4101
3991
|
prefix: "fas",
|
|
4102
3992
|
iconName: "face-unamused",
|
|
4103
3993
|
icon: [
|
|
@@ -4107,7 +3997,7 @@ var c0 = {
|
|
|
4107
3997
|
"e39f",
|
|
4108
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"
|
|
4109
3999
|
]
|
|
4110
|
-
},
|
|
4000
|
+
}, xa = {
|
|
4111
4001
|
prefix: "fas",
|
|
4112
4002
|
iconName: "circle-minus",
|
|
4113
4003
|
icon: [
|
|
@@ -4117,117 +4007,105 @@ var c0 = {
|
|
|
4117
4007
|
"f056",
|
|
4118
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"
|
|
4119
4009
|
]
|
|
4120
|
-
},
|
|
4121
|
-
const
|
|
4010
|
+
}, sr = xa;
|
|
4011
|
+
const or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4122
4012
|
__proto__: null,
|
|
4123
|
-
faAdd:
|
|
4124
|
-
faAngleDown:
|
|
4125
|
-
faAngleLeft:
|
|
4126
|
-
faAngleRight:
|
|
4127
|
-
faAngleUp:
|
|
4128
|
-
faArrowDown:
|
|
4129
|
-
faArrowDownLeft:
|
|
4130
|
-
faArrowDownRight:
|
|
4131
|
-
faArrowDownToLine:
|
|
4132
|
-
faArrowLeft:
|
|
4133
|
-
faArrowRight:
|
|
4134
|
-
faArrowToBottom:
|
|
4135
|
-
faArrowUp:
|
|
4136
|
-
faArrowUpLeft:
|
|
4137
|
-
faArrowUpRight:
|
|
4138
|
-
faArrowUpRightAndArrowDownLeftFromCenter:
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
faTags: r3,
|
|
4218
|
-
faTimes: k0,
|
|
4219
|
-
faTimesCircle: m0,
|
|
4220
|
-
faTools: s3,
|
|
4221
|
-
faTrash: e3,
|
|
4222
|
-
faTriangleExclamation: C1,
|
|
4223
|
-
faUniversity: f0,
|
|
4224
|
-
faWallet: i3,
|
|
4225
|
-
faWarning: g0,
|
|
4226
|
-
faXmark: h2,
|
|
4227
|
-
faXmarkCircle: d0,
|
|
4228
|
-
faXmarkLarge: I0
|
|
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
|
|
4229
4107
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4230
|
-
var
|
|
4108
|
+
var lr = {
|
|
4231
4109
|
prefix: "fak",
|
|
4232
4110
|
iconName: "fiscozen",
|
|
4233
4111
|
icon: [
|
|
@@ -4238,11 +4116,11 @@ var O3 = {
|
|
|
4238
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"
|
|
4239
4117
|
]
|
|
4240
4118
|
};
|
|
4241
|
-
const
|
|
4119
|
+
const fr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4242
4120
|
__proto__: null,
|
|
4243
|
-
faFiscozen:
|
|
4121
|
+
faFiscozen: lr
|
|
4244
4122
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4245
|
-
var
|
|
4123
|
+
var za = {
|
|
4246
4124
|
prefix: "fasr",
|
|
4247
4125
|
iconName: "bars",
|
|
4248
4126
|
icon: [
|
|
@@ -4252,7 +4130,7 @@ var N4 = {
|
|
|
4252
4130
|
"f0c9",
|
|
4253
4131
|
"M0 64l448 0 0 48L0 112 0 64zM0 224l448 0 0 48L0 272l0-48zM448 384l0 48L0 432l0-48 448 0z"
|
|
4254
4132
|
]
|
|
4255
|
-
},
|
|
4133
|
+
}, ur = za, mr = {
|
|
4256
4134
|
prefix: "fasr",
|
|
4257
4135
|
iconName: "bell",
|
|
4258
4136
|
icon: [
|
|
@@ -4262,7 +4140,7 @@ var N4 = {
|
|
|
4262
4140
|
"f0f3",
|
|
4263
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"
|
|
4264
4142
|
]
|
|
4265
|
-
},
|
|
4143
|
+
}, Ca = {
|
|
4266
4144
|
prefix: "fasr",
|
|
4267
4145
|
iconName: "calendar-lines",
|
|
4268
4146
|
icon: [
|
|
@@ -4272,7 +4150,7 @@ var N4 = {
|
|
|
4272
4150
|
"e0d5",
|
|
4273
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"
|
|
4274
4152
|
]
|
|
4275
|
-
},
|
|
4153
|
+
}, dr = Ca, Ma = {
|
|
4276
4154
|
prefix: "fasr",
|
|
4277
4155
|
iconName: "cart-shopping",
|
|
4278
4156
|
icon: [
|
|
@@ -4282,7 +4160,7 @@ var N4 = {
|
|
|
4282
4160
|
"f07a",
|
|
4283
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"
|
|
4284
4162
|
]
|
|
4285
|
-
},
|
|
4163
|
+
}, pr = Ma, gr = {
|
|
4286
4164
|
prefix: "fasr",
|
|
4287
4165
|
iconName: "chevron-down",
|
|
4288
4166
|
icon: [
|
|
@@ -4292,7 +4170,7 @@ var N4 = {
|
|
|
4292
4170
|
"f078",
|
|
4293
4171
|
"M256 417.9l17-17L465 209l17-17L448 158.1l-17 17-175 175L81 175l-17-17L30.1 192l17 17L239 401l17 17z"
|
|
4294
4172
|
]
|
|
4295
|
-
},
|
|
4173
|
+
}, hr = {
|
|
4296
4174
|
prefix: "fasr",
|
|
4297
4175
|
iconName: "chevron-up",
|
|
4298
4176
|
icon: [
|
|
@@ -4302,7 +4180,7 @@ var N4 = {
|
|
|
4302
4180
|
"f077",
|
|
4303
4181
|
"M256 94.1l17 17L465 303l17 17L448 353.9l-17-17-175-175L81 337l-17 17L30.1 320l17-17L239 111l17-17z"
|
|
4304
4182
|
]
|
|
4305
|
-
},
|
|
4183
|
+
}, Aa = {
|
|
4306
4184
|
prefix: "fasr",
|
|
4307
4185
|
iconName: "credit-card",
|
|
4308
4186
|
icon: [
|
|
@@ -4312,7 +4190,7 @@ var N4 = {
|
|
|
4312
4190
|
"f09d",
|
|
4313
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"
|
|
4314
4192
|
]
|
|
4315
|
-
},
|
|
4193
|
+
}, vr = Aa, Lr = {
|
|
4316
4194
|
prefix: "fasr",
|
|
4317
4195
|
iconName: "file-check",
|
|
4318
4196
|
icon: [
|
|
@@ -4322,7 +4200,7 @@ var N4 = {
|
|
|
4322
4200
|
"f316",
|
|
4323
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"
|
|
4324
4202
|
]
|
|
4325
|
-
},
|
|
4203
|
+
}, br = {
|
|
4326
4204
|
prefix: "fasr",
|
|
4327
4205
|
iconName: "folder-user",
|
|
4328
4206
|
icon: [
|
|
@@ -4332,7 +4210,7 @@ var N4 = {
|
|
|
4332
4210
|
"e18e",
|
|
4333
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"
|
|
4334
4212
|
]
|
|
4335
|
-
},
|
|
4213
|
+
}, wa = {
|
|
4336
4214
|
prefix: "fasr",
|
|
4337
4215
|
iconName: "gear",
|
|
4338
4216
|
icon: [
|
|
@@ -4342,7 +4220,7 @@ var N4 = {
|
|
|
4342
4220
|
"f013",
|
|
4343
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"
|
|
4344
4222
|
]
|
|
4345
|
-
},
|
|
4223
|
+
}, yr = wa, Na = {
|
|
4346
4224
|
prefix: "fasr",
|
|
4347
4225
|
iconName: "screwdriver-wrench",
|
|
4348
4226
|
icon: [
|
|
@@ -4352,7 +4230,7 @@ var N4 = {
|
|
|
4352
4230
|
"f7d9",
|
|
4353
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"
|
|
4354
4232
|
]
|
|
4355
|
-
},
|
|
4233
|
+
}, xr = Na, zr = {
|
|
4356
4234
|
prefix: "fasr",
|
|
4357
4235
|
iconName: "suitcase",
|
|
4358
4236
|
icon: [
|
|
@@ -4363,28 +4241,28 @@ var N4 = {
|
|
|
4363
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"
|
|
4364
4242
|
]
|
|
4365
4243
|
};
|
|
4366
|
-
const
|
|
4244
|
+
const Cr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4367
4245
|
__proto__: null,
|
|
4368
|
-
faBars:
|
|
4369
|
-
faBell:
|
|
4370
|
-
faCalendarLines:
|
|
4371
|
-
faCalendarNote:
|
|
4372
|
-
faCartShopping:
|
|
4373
|
-
faChevronDown:
|
|
4374
|
-
faChevronUp:
|
|
4375
|
-
faCog:
|
|
4376
|
-
faCreditCard:
|
|
4377
|
-
faCreditCardAlt:
|
|
4378
|
-
faFileCheck:
|
|
4379
|
-
faFolderUser:
|
|
4380
|
-
faGear:
|
|
4381
|
-
faNavicon:
|
|
4382
|
-
faScrewdriverWrench:
|
|
4383
|
-
faShoppingCart:
|
|
4384
|
-
faSuitcase:
|
|
4385
|
-
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
|
|
4386
4264
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4387
|
-
var
|
|
4265
|
+
var Mr = {
|
|
4388
4266
|
prefix: "fass",
|
|
4389
4267
|
iconName: "bell",
|
|
4390
4268
|
icon: [
|
|
@@ -4395,27 +4273,27 @@ var Y3 = {
|
|
|
4395
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"
|
|
4396
4274
|
]
|
|
4397
4275
|
};
|
|
4398
|
-
const
|
|
4276
|
+
const Ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4399
4277
|
__proto__: null,
|
|
4400
|
-
faBell:
|
|
4278
|
+
faBell: Mr
|
|
4401
4279
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4402
|
-
var
|
|
4403
|
-
function
|
|
4280
|
+
var n1 = { far: {}, fas: {}, fak: {}, fasr: {}, fass: {} };
|
|
4281
|
+
function h2(e) {
|
|
4404
4282
|
Object.keys(e).forEach(function(a) {
|
|
4405
4283
|
if (a !== "prefix") {
|
|
4406
4284
|
var t = e[a], n = t.icon[2];
|
|
4407
4285
|
n.forEach(function(r) {
|
|
4408
|
-
typeof r == "string" && (
|
|
4409
|
-
}),
|
|
4286
|
+
typeof r == "string" && (n1[t.prefix][r] = t);
|
|
4287
|
+
}), n1[t.prefix][t.iconName] = t;
|
|
4410
4288
|
}
|
|
4411
4289
|
});
|
|
4412
4290
|
}
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
function
|
|
4291
|
+
h2(Yn);
|
|
4292
|
+
h2(or);
|
|
4293
|
+
h2(fr);
|
|
4294
|
+
h2(Cr);
|
|
4295
|
+
h2(Ar);
|
|
4296
|
+
function V1(e, a) {
|
|
4419
4297
|
var t = Object.keys(e);
|
|
4420
4298
|
if (Object.getOwnPropertySymbols) {
|
|
4421
4299
|
var n = Object.getOwnPropertySymbols(e);
|
|
@@ -4425,18 +4303,18 @@ function Z1(e, a) {
|
|
|
4425
4303
|
}
|
|
4426
4304
|
return t;
|
|
4427
4305
|
}
|
|
4428
|
-
function
|
|
4306
|
+
function E(e) {
|
|
4429
4307
|
for (var a = 1; a < arguments.length; a++) {
|
|
4430
4308
|
var t = arguments[a] != null ? arguments[a] : {};
|
|
4431
|
-
a % 2 ?
|
|
4309
|
+
a % 2 ? V1(Object(t), !0).forEach(function(n) {
|
|
4432
4310
|
N(e, n, t[n]);
|
|
4433
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) :
|
|
4311
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : V1(Object(t)).forEach(function(n) {
|
|
4434
4312
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
|
|
4435
4313
|
});
|
|
4436
4314
|
}
|
|
4437
4315
|
return e;
|
|
4438
4316
|
}
|
|
4439
|
-
function
|
|
4317
|
+
function wr(e, a) {
|
|
4440
4318
|
if (typeof e != "object" || !e)
|
|
4441
4319
|
return e;
|
|
4442
4320
|
var t = e[Symbol.toPrimitive];
|
|
@@ -4448,27 +4326,27 @@ function G3(e, a) {
|
|
|
4448
4326
|
}
|
|
4449
4327
|
return (a === "string" ? String : Number)(e);
|
|
4450
4328
|
}
|
|
4451
|
-
function
|
|
4452
|
-
var a =
|
|
4329
|
+
function Nr(e) {
|
|
4330
|
+
var a = wr(e, "string");
|
|
4453
4331
|
return typeof a == "symbol" ? a : a + "";
|
|
4454
4332
|
}
|
|
4455
|
-
function
|
|
4333
|
+
function E2(e) {
|
|
4456
4334
|
"@babel/helpers - typeof";
|
|
4457
|
-
return
|
|
4335
|
+
return E2 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(a) {
|
|
4458
4336
|
return typeof a;
|
|
4459
4337
|
} : function(a) {
|
|
4460
4338
|
return a && typeof Symbol == "function" && a.constructor === Symbol && a !== Symbol.prototype ? "symbol" : typeof a;
|
|
4461
|
-
},
|
|
4339
|
+
}, E2(e);
|
|
4462
4340
|
}
|
|
4463
4341
|
function N(e, a, t) {
|
|
4464
|
-
return a =
|
|
4342
|
+
return a = Nr(a), a in e ? Object.defineProperty(e, a, {
|
|
4465
4343
|
value: t,
|
|
4466
4344
|
enumerable: !0,
|
|
4467
4345
|
configurable: !0,
|
|
4468
4346
|
writable: !0
|
|
4469
4347
|
}) : e[a] = t, e;
|
|
4470
4348
|
}
|
|
4471
|
-
function
|
|
4349
|
+
function kr(e, a) {
|
|
4472
4350
|
if (e == null)
|
|
4473
4351
|
return {};
|
|
4474
4352
|
var t = {};
|
|
@@ -4480,10 +4358,10 @@ function K3(e, a) {
|
|
|
4480
4358
|
}
|
|
4481
4359
|
return t;
|
|
4482
4360
|
}
|
|
4483
|
-
function
|
|
4361
|
+
function Sr(e, a) {
|
|
4484
4362
|
if (e == null)
|
|
4485
4363
|
return {};
|
|
4486
|
-
var t =
|
|
4364
|
+
var t = kr(e, a), n, r;
|
|
4487
4365
|
if (Object.getOwnPropertySymbols) {
|
|
4488
4366
|
var i = Object.getOwnPropertySymbols(e);
|
|
4489
4367
|
for (r = 0; r < i.length; r++)
|
|
@@ -4491,43 +4369,43 @@ function Q3(e, a) {
|
|
|
4491
4369
|
}
|
|
4492
4370
|
return t;
|
|
4493
4371
|
}
|
|
4494
|
-
function
|
|
4495
|
-
return
|
|
4372
|
+
function r1(e) {
|
|
4373
|
+
return Or(e) || Er(e) || Pr(e) || Fr();
|
|
4496
4374
|
}
|
|
4497
|
-
function
|
|
4375
|
+
function Or(e) {
|
|
4498
4376
|
if (Array.isArray(e))
|
|
4499
|
-
return
|
|
4377
|
+
return i1(e);
|
|
4500
4378
|
}
|
|
4501
|
-
function
|
|
4379
|
+
function Er(e) {
|
|
4502
4380
|
if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null)
|
|
4503
4381
|
return Array.from(e);
|
|
4504
4382
|
}
|
|
4505
|
-
function
|
|
4383
|
+
function Pr(e, a) {
|
|
4506
4384
|
if (e) {
|
|
4507
4385
|
if (typeof e == "string")
|
|
4508
|
-
return
|
|
4386
|
+
return i1(e, a);
|
|
4509
4387
|
var t = Object.prototype.toString.call(e).slice(8, -1);
|
|
4510
4388
|
if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set")
|
|
4511
4389
|
return Array.from(e);
|
|
4512
4390
|
if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))
|
|
4513
|
-
return
|
|
4391
|
+
return i1(e, a);
|
|
4514
4392
|
}
|
|
4515
4393
|
}
|
|
4516
|
-
function
|
|
4394
|
+
function i1(e, a) {
|
|
4517
4395
|
(a == null || a > e.length) && (a = e.length);
|
|
4518
4396
|
for (var t = 0, n = new Array(a); t < a; t++)
|
|
4519
4397
|
n[t] = e[t];
|
|
4520
4398
|
return n;
|
|
4521
4399
|
}
|
|
4522
|
-
function
|
|
4400
|
+
function Fr() {
|
|
4523
4401
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
4524
4402
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
4525
4403
|
}
|
|
4526
|
-
var
|
|
4404
|
+
var Ir = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ka = { exports: {} };
|
|
4527
4405
|
(function(e) {
|
|
4528
4406
|
(function(a) {
|
|
4529
4407
|
var t = function(f, p, b) {
|
|
4530
|
-
if (!
|
|
4408
|
+
if (!l(p) || u(p) || g(p) || L(p) || o(p))
|
|
4531
4409
|
return p;
|
|
4532
4410
|
var C, A = 0, P = 0;
|
|
4533
4411
|
if (m(p))
|
|
@@ -4544,7 +4422,7 @@ var tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4544
4422
|
var b = p.separator || "_", C = p.split || /(?=[A-Z])/;
|
|
4545
4423
|
return f.split(C).join(b);
|
|
4546
4424
|
}, r = function(f) {
|
|
4547
|
-
return
|
|
4425
|
+
return v(f) ? f : (f = f.replace(/[\-_\s]+(.)?/g, function(p, b) {
|
|
4548
4426
|
return b ? b.toUpperCase() : "";
|
|
4549
4427
|
}), f.substr(0, 1).toLowerCase() + f.substr(1));
|
|
4550
4428
|
}, i = function(f) {
|
|
@@ -4552,9 +4430,9 @@ var tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4552
4430
|
return p.substr(0, 1).toUpperCase() + p.substr(1);
|
|
4553
4431
|
}, c = function(f, p) {
|
|
4554
4432
|
return n(f, p).toLowerCase();
|
|
4555
|
-
}, s = Object.prototype.toString,
|
|
4433
|
+
}, s = Object.prototype.toString, o = function(f) {
|
|
4556
4434
|
return typeof f == "function";
|
|
4557
|
-
},
|
|
4435
|
+
}, l = function(f) {
|
|
4558
4436
|
return f === Object(f);
|
|
4559
4437
|
}, m = function(f) {
|
|
4560
4438
|
return s.call(f) == "[object Array]";
|
|
@@ -4564,9 +4442,9 @@ var tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4564
4442
|
return s.call(f) == "[object RegExp]";
|
|
4565
4443
|
}, L = function(f) {
|
|
4566
4444
|
return s.call(f) == "[object Boolean]";
|
|
4567
|
-
},
|
|
4445
|
+
}, v = function(f) {
|
|
4568
4446
|
return f = f - 0, f === f;
|
|
4569
|
-
},
|
|
4447
|
+
}, h = function(f, p) {
|
|
4570
4448
|
var b = p && "process" in p ? p.process : p;
|
|
4571
4449
|
return typeof b != "function" ? f : function(C, A) {
|
|
4572
4450
|
return b(C, f, A);
|
|
@@ -4577,83 +4455,83 @@ var tr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4577
4455
|
pascalize: i,
|
|
4578
4456
|
depascalize: c,
|
|
4579
4457
|
camelizeKeys: function(f, p) {
|
|
4580
|
-
return t(
|
|
4458
|
+
return t(h(r, p), f);
|
|
4581
4459
|
},
|
|
4582
4460
|
decamelizeKeys: function(f, p) {
|
|
4583
|
-
return t(
|
|
4461
|
+
return t(h(c, p), f, p);
|
|
4584
4462
|
},
|
|
4585
4463
|
pascalizeKeys: function(f, p) {
|
|
4586
|
-
return t(
|
|
4464
|
+
return t(h(i, p), f);
|
|
4587
4465
|
},
|
|
4588
4466
|
depascalizeKeys: function() {
|
|
4589
4467
|
return this.decamelizeKeys.apply(this, arguments);
|
|
4590
4468
|
}
|
|
4591
4469
|
};
|
|
4592
4470
|
e.exports ? e.exports = y : a.humps = y;
|
|
4593
|
-
})(
|
|
4594
|
-
})(
|
|
4595
|
-
var
|
|
4596
|
-
function
|
|
4471
|
+
})(Ir);
|
|
4472
|
+
})(ka);
|
|
4473
|
+
var Tr = ka.exports, $r = ["class", "style"];
|
|
4474
|
+
function _r(e) {
|
|
4597
4475
|
return e.split(";").map(function(a) {
|
|
4598
4476
|
return a.trim();
|
|
4599
4477
|
}).filter(function(a) {
|
|
4600
4478
|
return a;
|
|
4601
4479
|
}).reduce(function(a, t) {
|
|
4602
|
-
var n = t.indexOf(":"), r =
|
|
4480
|
+
var n = t.indexOf(":"), r = Tr.camelize(t.slice(0, n)), i = t.slice(n + 1).trim();
|
|
4603
4481
|
return a[r] = i, a;
|
|
4604
4482
|
}, {});
|
|
4605
4483
|
}
|
|
4606
|
-
function
|
|
4484
|
+
function Dr(e) {
|
|
4607
4485
|
return e.split(/\s+/).reduce(function(a, t) {
|
|
4608
4486
|
return a[t] = !0, a;
|
|
4609
4487
|
}, {});
|
|
4610
4488
|
}
|
|
4611
|
-
function
|
|
4489
|
+
function x1(e) {
|
|
4612
4490
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4613
4491
|
if (typeof e == "string")
|
|
4614
4492
|
return e;
|
|
4615
|
-
var n = (e.children || []).map(function(
|
|
4616
|
-
return
|
|
4617
|
-
}), r = Object.keys(e.attributes || {}).reduce(function(
|
|
4618
|
-
var m = e.attributes[
|
|
4619
|
-
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) {
|
|
4620
4498
|
case "class":
|
|
4621
|
-
|
|
4499
|
+
o.class = Dr(m);
|
|
4622
4500
|
break;
|
|
4623
4501
|
case "style":
|
|
4624
|
-
|
|
4502
|
+
o.style = _r(m);
|
|
4625
4503
|
break;
|
|
4626
4504
|
default:
|
|
4627
|
-
|
|
4505
|
+
o.attrs[l] = m;
|
|
4628
4506
|
}
|
|
4629
|
-
return
|
|
4507
|
+
return o;
|
|
4630
4508
|
}, {
|
|
4631
4509
|
attrs: {},
|
|
4632
4510
|
class: {},
|
|
4633
4511
|
style: {}
|
|
4634
4512
|
});
|
|
4635
4513
|
t.class;
|
|
4636
|
-
var i = t.style, c = i === void 0 ? {} : i, s =
|
|
4637
|
-
return
|
|
4514
|
+
var i = t.style, c = i === void 0 ? {} : i, s = Sr(t, $r);
|
|
4515
|
+
return Q1(e.tag, E(E(E({}, a), {}, {
|
|
4638
4516
|
class: r.class,
|
|
4639
|
-
style:
|
|
4517
|
+
style: E(E({}, r.style), c)
|
|
4640
4518
|
}, r.attrs), s), n);
|
|
4641
4519
|
}
|
|
4642
|
-
var
|
|
4520
|
+
var Sa = !1;
|
|
4643
4521
|
try {
|
|
4644
|
-
|
|
4522
|
+
Sa = process.env.NODE_ENV === "production";
|
|
4645
4523
|
} catch {
|
|
4646
4524
|
}
|
|
4647
|
-
function
|
|
4648
|
-
if (!
|
|
4525
|
+
function Rr() {
|
|
4526
|
+
if (!Sa && console && typeof console.error == "function") {
|
|
4649
4527
|
var e;
|
|
4650
4528
|
(e = console).error.apply(e, arguments);
|
|
4651
4529
|
}
|
|
4652
4530
|
}
|
|
4653
|
-
function
|
|
4531
|
+
function l2(e, a) {
|
|
4654
4532
|
return Array.isArray(a) && a.length > 0 || !Array.isArray(a) && a ? N({}, e, a) : {};
|
|
4655
4533
|
}
|
|
4656
|
-
function
|
|
4534
|
+
function jr(e) {
|
|
4657
4535
|
var a, t = (a = {
|
|
4658
4536
|
"fa-spin": e.spin,
|
|
4659
4537
|
"fa-pulse": e.pulse,
|
|
@@ -4671,14 +4549,14 @@ function lr(e) {
|
|
|
4671
4549
|
return n;
|
|
4672
4550
|
});
|
|
4673
4551
|
}
|
|
4674
|
-
function
|
|
4675
|
-
if (e &&
|
|
4552
|
+
function K1(e) {
|
|
4553
|
+
if (e && E2(e) === "object" && e.prefix && e.iconName && e.icon)
|
|
4676
4554
|
return e;
|
|
4677
|
-
if (
|
|
4678
|
-
return
|
|
4555
|
+
if (O2.icon)
|
|
4556
|
+
return O2.icon(e);
|
|
4679
4557
|
if (e === null)
|
|
4680
4558
|
return null;
|
|
4681
|
-
if (
|
|
4559
|
+
if (E2(e) === "object" && e.prefix && e.iconName)
|
|
4682
4560
|
return e;
|
|
4683
4561
|
if (Array.isArray(e) && e.length === 2)
|
|
4684
4562
|
return {
|
|
@@ -4691,7 +4569,7 @@ function J1(e) {
|
|
|
4691
4569
|
iconName: e
|
|
4692
4570
|
};
|
|
4693
4571
|
}
|
|
4694
|
-
var
|
|
4572
|
+
var Br = n2({
|
|
4695
4573
|
name: "FontAwesomeIcon",
|
|
4696
4574
|
props: {
|
|
4697
4575
|
border: {
|
|
@@ -4813,32 +4691,32 @@ var or = n2({
|
|
|
4813
4691
|
},
|
|
4814
4692
|
setup: function(a, t) {
|
|
4815
4693
|
var n = t.attrs, r = M(function() {
|
|
4816
|
-
return
|
|
4694
|
+
return K1(a.icon);
|
|
4817
4695
|
}), i = M(function() {
|
|
4818
|
-
return
|
|
4696
|
+
return l2("classes", jr(a));
|
|
4819
4697
|
}), c = M(function() {
|
|
4820
|
-
return
|
|
4698
|
+
return l2("transform", typeof a.transform == "string" ? O2.transform(a.transform) : a.transform);
|
|
4821
4699
|
}), s = M(function() {
|
|
4822
|
-
return
|
|
4823
|
-
}),
|
|
4824
|
-
return
|
|
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), {}, {
|
|
4825
4703
|
symbol: a.symbol,
|
|
4826
4704
|
title: a.title,
|
|
4827
4705
|
titleId: a.titleId,
|
|
4828
4706
|
maskId: a.maskId
|
|
4829
4707
|
}));
|
|
4830
4708
|
});
|
|
4831
|
-
|
|
4709
|
+
w2(o, function(m) {
|
|
4832
4710
|
if (!m)
|
|
4833
|
-
return
|
|
4711
|
+
return Rr("Could not find one or more icon(s)", r.value, s.value);
|
|
4834
4712
|
}, {
|
|
4835
4713
|
immediate: !0
|
|
4836
4714
|
});
|
|
4837
|
-
var
|
|
4838
|
-
return
|
|
4715
|
+
var l = M(function() {
|
|
4716
|
+
return o.value ? x1(o.value.abstract[0], {}, n) : null;
|
|
4839
4717
|
});
|
|
4840
4718
|
return function() {
|
|
4841
|
-
return
|
|
4719
|
+
return l.value;
|
|
4842
4720
|
};
|
|
4843
4721
|
}
|
|
4844
4722
|
});
|
|
@@ -4851,11 +4729,11 @@ n2({
|
|
|
4851
4729
|
}
|
|
4852
4730
|
},
|
|
4853
4731
|
setup: function(a, t) {
|
|
4854
|
-
var n = t.slots, r =
|
|
4855
|
-
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")] : []));
|
|
4856
4734
|
});
|
|
4857
4735
|
return function() {
|
|
4858
|
-
return
|
|
4736
|
+
return Q1("div", {
|
|
4859
4737
|
class: i.value
|
|
4860
4738
|
}, n.default ? n.default() : []);
|
|
4861
4739
|
};
|
|
@@ -4885,22 +4763,22 @@ n2({
|
|
|
4885
4763
|
}
|
|
4886
4764
|
},
|
|
4887
4765
|
setup: function(a, t) {
|
|
4888
|
-
var n = t.attrs, r =
|
|
4889
|
-
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)] : [])));
|
|
4890
4768
|
}), c = M(function() {
|
|
4891
|
-
return
|
|
4769
|
+
return l2("transform", typeof a.transform == "string" ? O2.transform(a.transform) : a.transform);
|
|
4892
4770
|
}), s = M(function() {
|
|
4893
|
-
var
|
|
4771
|
+
var l = z4(a.value.toString(), E(E({}, c.value), i.value)), m = l.abstract;
|
|
4894
4772
|
return a.counter && (m[0].attributes.class = m[0].attributes.class.replace("fa-layers-text", "")), m[0];
|
|
4895
|
-
}),
|
|
4896
|
-
return
|
|
4773
|
+
}), o = M(function() {
|
|
4774
|
+
return x1(s.value, {}, n);
|
|
4897
4775
|
});
|
|
4898
4776
|
return function() {
|
|
4899
|
-
return
|
|
4777
|
+
return o.value;
|
|
4900
4778
|
};
|
|
4901
4779
|
}
|
|
4902
4780
|
});
|
|
4903
|
-
const
|
|
4781
|
+
const x2 = /* @__PURE__ */ n2({
|
|
4904
4782
|
__name: "FzIcon",
|
|
4905
4783
|
props: {
|
|
4906
4784
|
name: {},
|
|
@@ -4923,18 +4801,18 @@ const M2 = /* @__PURE__ */ n2({
|
|
|
4923
4801
|
xl: "h-[24px]",
|
|
4924
4802
|
"2xl": "h-[32px]"
|
|
4925
4803
|
};
|
|
4926
|
-
return (r, i) => (B(),
|
|
4804
|
+
return (r, i) => (B(), z2("div", {
|
|
4927
4805
|
class: Y([a, t[r.size]])
|
|
4928
4806
|
}, [
|
|
4929
|
-
|
|
4807
|
+
Z1(w(Br), {
|
|
4930
4808
|
class: Y(n[r.size]),
|
|
4931
|
-
icon: typeof r.name == "string" ? w(
|
|
4809
|
+
icon: typeof r.name == "string" ? w(n1)[r.variant][r.name] : r.name,
|
|
4932
4810
|
size: r.size !== "md" ? r.size : void 0
|
|
4933
4811
|
}, null, 8, ["class", "icon", "size"])
|
|
4934
4812
|
], 2));
|
|
4935
4813
|
}
|
|
4936
4814
|
});
|
|
4937
|
-
function
|
|
4815
|
+
function Ur(e, a) {
|
|
4938
4816
|
const t = M(
|
|
4939
4817
|
() => a.value ? `${a.value.clientWidth}px` : "auto"
|
|
4940
4818
|
), n = {
|
|
@@ -4946,12 +4824,12 @@ function fr(e, a) {
|
|
|
4946
4824
|
m()
|
|
4947
4825
|
]), c = M(() => [
|
|
4948
4826
|
e.disabled ? "text-grey-300" : "text-core-black"
|
|
4949
|
-
]), 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(() => [
|
|
4950
4828
|
e.size === "sm" ? "text-xs" : "",
|
|
4951
4829
|
e.size === "md" ? "text-sm" : "",
|
|
4952
4830
|
e.size === "lg" ? "text-base" : "",
|
|
4953
4831
|
e.disabled ? "text-grey-300" : "text-grey-500"
|
|
4954
|
-
]),
|
|
4832
|
+
]), l = M(() => [
|
|
4955
4833
|
e.size === "sm" ? "text-xs" : "",
|
|
4956
4834
|
e.size === "md" ? "text-sm" : "",
|
|
4957
4835
|
e.size === "lg" ? "text-base" : "",
|
|
@@ -4971,14 +4849,14 @@ function fr(e, a) {
|
|
|
4971
4849
|
computedContainerClass: i,
|
|
4972
4850
|
computedLabelClass: c,
|
|
4973
4851
|
staticInputClass: s,
|
|
4974
|
-
computedHelpClass:
|
|
4975
|
-
computedErrorClass:
|
|
4852
|
+
computedHelpClass: o,
|
|
4853
|
+
computedErrorClass: l,
|
|
4976
4854
|
containerWidth: t
|
|
4977
4855
|
};
|
|
4978
4856
|
}
|
|
4979
|
-
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({
|
|
4980
4858
|
__name: "FzInput",
|
|
4981
|
-
props: /* @__PURE__ */
|
|
4859
|
+
props: /* @__PURE__ */ N2({
|
|
4982
4860
|
label: {},
|
|
4983
4861
|
size: { default: "md" },
|
|
4984
4862
|
placeholder: {},
|
|
@@ -4998,27 +4876,27 @@ const ur = { class: "fz-input w-full flex flex-col gap-8" }, mr = ["type", "requ
|
|
|
4998
4876
|
modelValue: {},
|
|
4999
4877
|
modelModifiers: {}
|
|
5000
4878
|
}),
|
|
5001
|
-
emits: /* @__PURE__ */
|
|
4879
|
+
emits: /* @__PURE__ */ N2(["input", "focus", "paste"], ["update:modelValue"]),
|
|
5002
4880
|
setup(e, { expose: a, emit: t }) {
|
|
5003
|
-
const n = e, r =
|
|
5004
|
-
staticContainerClass:
|
|
5005
|
-
computedContainerClass:
|
|
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,
|
|
5006
4884
|
computedLabelClass: m,
|
|
5007
4885
|
staticInputClass: u,
|
|
5008
4886
|
computedHelpClass: g,
|
|
5009
4887
|
computedErrorClass: L,
|
|
5010
|
-
containerWidth:
|
|
5011
|
-
} =
|
|
4888
|
+
containerWidth: v
|
|
4889
|
+
} = Ur(n, i);
|
|
5012
4890
|
return a({
|
|
5013
4891
|
inputRef: c,
|
|
5014
4892
|
containerRef: i
|
|
5015
|
-
}), (
|
|
5016
|
-
|
|
4893
|
+
}), (h, y) => (B(), z2("div", Hr, [
|
|
4894
|
+
L2("label", {
|
|
5017
4895
|
class: Y(["text-sm", w(m)]),
|
|
5018
4896
|
for: s
|
|
5019
|
-
},
|
|
5020
|
-
|
|
5021
|
-
class: Y([w(
|
|
4897
|
+
}, z1(h.label) + z1(h.required ? " *" : ""), 3),
|
|
4898
|
+
L2("div", {
|
|
4899
|
+
class: Y([w(o), w(l)]),
|
|
5022
4900
|
ref_key: "containerRef",
|
|
5023
4901
|
ref: i,
|
|
5024
4902
|
onClick: y[3] || (y[3] = (f) => {
|
|
@@ -5026,75 +4904,71 @@ const ur = { class: "fz-input w-full flex flex-col gap-8" }, mr = ["type", "requ
|
|
|
5026
4904
|
return (p = c.value) == null ? void 0 : p.focus();
|
|
5027
4905
|
})
|
|
5028
4906
|
}, [
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
readonly: v.readonly,
|
|
5042
|
-
placeholder: v.placeholder,
|
|
4907
|
+
h.leftIcon ? (B(), C2(w(x2), {
|
|
4908
|
+
key: 0,
|
|
4909
|
+
name: h.leftIcon,
|
|
4910
|
+
size: h.size,
|
|
4911
|
+
variant: h.leftIconVariant
|
|
4912
|
+
}, null, 8, ["name", "size", "variant"])) : b2("", !0),
|
|
4913
|
+
Oa(L2("input", {
|
|
4914
|
+
type: h.type,
|
|
4915
|
+
required: h.required ? h.required : !1,
|
|
4916
|
+
disabled: h.disabled,
|
|
4917
|
+
readonly: h.readonly,
|
|
4918
|
+
placeholder: h.placeholder,
|
|
5043
4919
|
"onUpdate:modelValue": y[0] || (y[0] = (f) => r.value = f),
|
|
5044
4920
|
id: s,
|
|
5045
4921
|
ref_key: "inputRef",
|
|
5046
4922
|
ref: c,
|
|
5047
4923
|
class: Y([w(u)]),
|
|
5048
|
-
pattern:
|
|
5049
|
-
name:
|
|
5050
|
-
onFocus: y[1] || (y[1] = (f) =>
|
|
5051
|
-
onPaste: y[2] || (y[2] = (f) =>
|
|
5052
|
-
}, null, 42,
|
|
5053
|
-
[
|
|
4924
|
+
pattern: h.pattern,
|
|
4925
|
+
name: h.name,
|
|
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]
|
|
5054
4930
|
]),
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
}, null, 8, ["name", "size", "variant"])) : x2("", !0)
|
|
5068
|
-
])
|
|
4931
|
+
h.valid ? (B(), C2(w(x2), {
|
|
4932
|
+
key: 1,
|
|
4933
|
+
name: "check",
|
|
4934
|
+
size: h.size,
|
|
4935
|
+
class: "text-semantic-success"
|
|
4936
|
+
}, null, 8, ["size"])) : b2("", !0),
|
|
4937
|
+
h.rightIcon ? (B(), C2(w(x2), {
|
|
4938
|
+
key: 2,
|
|
4939
|
+
name: h.rightIcon,
|
|
4940
|
+
size: h.size,
|
|
4941
|
+
variant: h.rightIconVariant
|
|
4942
|
+
}, null, 8, ["name", "size", "variant"])) : b2("", !0)
|
|
5069
4943
|
], 2),
|
|
5070
|
-
|
|
4944
|
+
h.error && h.$slots.errorMessage ? (B(), z2("div", {
|
|
5071
4945
|
key: 0,
|
|
5072
4946
|
class: "flex gap-4",
|
|
5073
|
-
style:
|
|
4947
|
+
style: C1({ width: w(v) })
|
|
5074
4948
|
}, [
|
|
5075
|
-
|
|
4949
|
+
Z1(w(x2), {
|
|
5076
4950
|
name: "triangle-exclamation",
|
|
5077
4951
|
class: "text-semantic-error",
|
|
5078
|
-
size:
|
|
4952
|
+
size: h.size
|
|
5079
4953
|
}, null, 8, ["size"]),
|
|
5080
|
-
|
|
4954
|
+
L2("div", {
|
|
5081
4955
|
class: Y(["mt-1", w(L)])
|
|
5082
4956
|
}, [
|
|
5083
|
-
|
|
4957
|
+
M1(h.$slots, "errorMessage")
|
|
5084
4958
|
], 2)
|
|
5085
|
-
], 4)) :
|
|
4959
|
+
], 4)) : h.$slots.helpText ? (B(), z2("span", {
|
|
5086
4960
|
key: 1,
|
|
5087
4961
|
class: Y([w(g)]),
|
|
5088
|
-
style:
|
|
4962
|
+
style: C1({ width: w(v) })
|
|
5089
4963
|
}, [
|
|
5090
|
-
|
|
5091
|
-
], 6)) :
|
|
4964
|
+
M1(h.$slots, "helpText")
|
|
4965
|
+
], 6)) : b2("", !0)
|
|
5092
4966
|
]));
|
|
5093
4967
|
}
|
|
5094
4968
|
});
|
|
5095
4969
|
new DOMRect(0, 0, window.innerWidth, window.innerHeight);
|
|
5096
|
-
const
|
|
5097
|
-
const a = e2(null), t =
|
|
4970
|
+
const Yr = (e) => {
|
|
4971
|
+
const a = e2(null), t = Pa(), n = M(() => t == null ? void 0 : t.props.amount), r = e2(), i = (u) => {
|
|
5098
4972
|
if (u === null)
|
|
5099
4973
|
return "";
|
|
5100
4974
|
const g = {
|
|
@@ -5110,30 +4984,30 @@ const pr = (e) => {
|
|
|
5110
4984
|
}
|
|
5111
4985
|
t.emit("update:amount", typeof n.value == "number" ? u : u == null ? void 0 : u.toString());
|
|
5112
4986
|
}
|
|
5113
|
-
},
|
|
4987
|
+
}, o = (u) => {
|
|
5114
4988
|
setTimeout(() => {
|
|
5115
4989
|
a.value && (a.value.value = u);
|
|
5116
4990
|
}, 0);
|
|
5117
|
-
},
|
|
4991
|
+
}, l = (u) => (g) => {
|
|
5118
4992
|
if (!a.value || !g.target)
|
|
5119
4993
|
return;
|
|
5120
4994
|
let { value: L } = u;
|
|
5121
|
-
L = L.replace(/[^0-9
|
|
5122
|
-
const
|
|
5123
|
-
s(Number.isNaN(
|
|
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);
|
|
5124
4998
|
}, m = (u) => {
|
|
5125
4999
|
if (!a.value || !u.target)
|
|
5126
5000
|
return;
|
|
5127
5001
|
const g = u.target.value.replace(/,/g, ".");
|
|
5128
5002
|
let L;
|
|
5129
5003
|
g === "" && (t != null && t.props.nullOnEmpty) ? L = null : (L = c(g), Number.isNaN(L) && (L = 0));
|
|
5130
|
-
const
|
|
5131
|
-
|
|
5004
|
+
const v = i(L);
|
|
5005
|
+
o(v), s(c(v));
|
|
5132
5006
|
};
|
|
5133
|
-
return
|
|
5134
|
-
u && (g && (g == null || g.removeEventListener("input",
|
|
5135
|
-
}),
|
|
5136
|
-
|
|
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(() => {
|
|
5137
5011
|
if (!(!a.value || u === null || u === void 0) && r.value !== u) {
|
|
5138
5012
|
const g = i(u);
|
|
5139
5013
|
a.value.value = g, r.value = u;
|
|
@@ -5144,11 +5018,11 @@ const pr = (e) => {
|
|
|
5144
5018
|
parse: c,
|
|
5145
5019
|
format: i,
|
|
5146
5020
|
emitAmount: s,
|
|
5147
|
-
setValue:
|
|
5021
|
+
setValue: o
|
|
5148
5022
|
};
|
|
5149
|
-
},
|
|
5023
|
+
}, Gr = /* @__PURE__ */ n2({
|
|
5150
5024
|
__name: "FzCurrencyInput",
|
|
5151
|
-
props: /* @__PURE__ */
|
|
5025
|
+
props: /* @__PURE__ */ N2({
|
|
5152
5026
|
nullOnEmpty: { type: Boolean },
|
|
5153
5027
|
minimumFractionDigits: { default: 2 },
|
|
5154
5028
|
maximumFractionDigits: { default: 2 },
|
|
@@ -5170,55 +5044,55 @@ const pr = (e) => {
|
|
|
5170
5044
|
amount: {},
|
|
5171
5045
|
amountModifiers: {}
|
|
5172
5046
|
}),
|
|
5173
|
-
emits: /* @__PURE__ */
|
|
5047
|
+
emits: /* @__PURE__ */ N2(["update:amount"], ["update:amount"]),
|
|
5174
5048
|
setup(e, { expose: a }) {
|
|
5175
5049
|
const t = e2(), n = e2(), r = M(() => {
|
|
5176
|
-
var
|
|
5177
|
-
return (
|
|
5050
|
+
var v;
|
|
5051
|
+
return (v = t.value) == null ? void 0 : v.containerRef;
|
|
5178
5052
|
}), i = M(() => {
|
|
5179
|
-
var
|
|
5180
|
-
return (
|
|
5053
|
+
var v;
|
|
5054
|
+
return (v = t.value) == null ? void 0 : v.inputRef;
|
|
5181
5055
|
}), c = e, {
|
|
5182
5056
|
inputRef: s,
|
|
5183
|
-
setValue:
|
|
5184
|
-
emitAmount:
|
|
5057
|
+
setValue: o,
|
|
5058
|
+
emitAmount: l,
|
|
5185
5059
|
parse: m,
|
|
5186
5060
|
format: u
|
|
5187
|
-
} =
|
|
5061
|
+
} = Yr({
|
|
5188
5062
|
minimumFractionDigits: c.minimumFractionDigits,
|
|
5189
5063
|
maximumFractionDigits: c.maximumFractionDigits
|
|
5190
|
-
}), g = (
|
|
5191
|
-
if (
|
|
5064
|
+
}), g = (v) => {
|
|
5065
|
+
if (v.preventDefault(), c.readonly)
|
|
5192
5066
|
return;
|
|
5193
|
-
let
|
|
5194
|
-
if (
|
|
5195
|
-
|
|
5067
|
+
let h;
|
|
5068
|
+
if (v.clipboardData && v.clipboardData.getData)
|
|
5069
|
+
h = v.clipboardData.getData("text/plain");
|
|
5196
5070
|
else
|
|
5197
5071
|
throw "invalid paste value";
|
|
5198
|
-
(!
|
|
5199
|
-
const y = /[,.]/g, f = [...
|
|
5200
|
-
(
|
|
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]
|
|
5201
5075
|
), p = new Set(f);
|
|
5202
5076
|
let b = ".", C = "", A;
|
|
5203
|
-
p.size > 1 && (b = f[f.length - 1], C = f[0]), p.size === 1 && (f.length > 1 && (C = f[0]), A = f[0],
|
|
5204
|
-
let P =
|
|
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();
|
|
5205
5079
|
P = P.replaceAll(b, ".").trim();
|
|
5206
5080
|
const F = m(P);
|
|
5207
|
-
P = u(F),
|
|
5081
|
+
P = u(F), o(P), l(F);
|
|
5208
5082
|
};
|
|
5209
|
-
|
|
5210
|
-
s.value = i.value,
|
|
5211
|
-
var
|
|
5212
|
-
n.value = (
|
|
5083
|
+
Fa(() => {
|
|
5084
|
+
s.value = i.value, ee(() => {
|
|
5085
|
+
var v;
|
|
5086
|
+
n.value = (v = i.value) == null ? void 0 : v.value;
|
|
5213
5087
|
});
|
|
5214
5088
|
});
|
|
5215
|
-
const L =
|
|
5216
|
-
return
|
|
5217
|
-
n.value =
|
|
5089
|
+
const L = J1(e, "amount");
|
|
5090
|
+
return w2(L, (v) => {
|
|
5091
|
+
n.value = v;
|
|
5218
5092
|
}), a({
|
|
5219
5093
|
inputRef: i,
|
|
5220
5094
|
containerRef: r
|
|
5221
|
-
}), (
|
|
5095
|
+
}), (v, h) => (B(), C2(qr, Ia({
|
|
5222
5096
|
ref_key: "fzInputRef",
|
|
5223
5097
|
ref: t
|
|
5224
5098
|
}, c, {
|
|
@@ -5229,6 +5103,6 @@ const pr = (e) => {
|
|
|
5229
5103
|
}
|
|
5230
5104
|
});
|
|
5231
5105
|
export {
|
|
5232
|
-
|
|
5233
|
-
|
|
5106
|
+
Gr as FzCurrencyInput,
|
|
5107
|
+
qr as FzInput
|
|
5234
5108
|
};
|