labmaker-plugin 0.0.256 → 0.0.257

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.
@@ -1,4 +1,4 @@
1
- import { openBlock as B, createElementBlock as w, Fragment as D, createElementVNode as b, toDisplayString as Z, resolveComponent as y, createBlock as P, withCtx as N, createVNode as R, withModifiers as C2, createTextVNode as s2, normalizeClass as G, createCommentVNode as E, normalizeStyle as D2, renderList as f2, renderSlot as En, defineComponent as i0, computed as L2, watch as kn, h as c5 } from "vue";
1
+ import { openBlock as B, createElementBlock as w, Fragment as D, createElementVNode as b, toDisplayString as Z, resolveComponent as y, createBlock as _, withCtx as N, createVNode as R, withModifiers as C2, createTextVNode as s2, normalizeClass as G, createCommentVNode as E, normalizeStyle as D2, renderList as f2, renderSlot as En, defineComponent as i0, computed as L2, watch as kn, h as c5 } from "vue";
2
2
  const i2 = (A, c) => {
3
3
  const e = A.__vccOpts || A;
4
4
  for (const [a, r] of c)
@@ -23,8 +23,8 @@ const i2 = (A, c) => {
23
23
  },
24
24
  mounted() {
25
25
  }
26
- }, Tn = /* @__PURE__ */ b("h1", null, "File Uploader", -1), Dn = { class: "image-uploader" }, Kn = /* @__PURE__ */ b("h1", null, "File Uploader", -1), Rn = { class: "your-file" }, Pn = ["src"];
27
- function _n(A, c, e, a, r, s) {
26
+ }, Tn = /* @__PURE__ */ b("h1", null, "File Uploader", -1), Dn = { class: "image-uploader" }, Kn = /* @__PURE__ */ b("h1", null, "File Uploader", -1), Rn = { class: "your-file" }, _n = ["src"];
27
+ function On(A, c, e, a, r, s) {
28
28
  return B(), w(D, null, [
29
29
  Tn,
30
30
  b("div", Dn, [
@@ -41,12 +41,12 @@ function _n(A, c, e, a, r, s) {
41
41
  src: r.imgSRC,
42
42
  alt: "",
43
43
  scrset: ""
44
- }, null, 8, Pn)
44
+ }, null, 8, _n)
45
45
  ])
46
46
  ])
47
47
  ], 64);
48
48
  }
49
- const On = /* @__PURE__ */ i2(In, [["render", _n]]);
49
+ const Pn = /* @__PURE__ */ i2(In, [["render", On]]);
50
50
  const Gn = {
51
51
  props: ["title"],
52
52
  data() {
@@ -89,7 +89,7 @@ const qn = {
89
89
  };
90
90
  function Yn(A, c, e, a, r, s) {
91
91
  const t = y("el-col"), i = y("el-button"), n = y("el-row");
92
- return B(), P(n, { gutter: 20 }, {
92
+ return B(), _(n, { gutter: 20 }, {
93
93
  default: N(() => [
94
94
  R(t, { span: 18 }),
95
95
  R(t, {
@@ -120,14 +120,10 @@ const Jn = {
120
120
  data() {
121
121
  return {};
122
122
  },
123
- computed: {
124
- getLastPage() {
125
- return !!this.stepperStore.getLastPage;
126
- }
127
- },
123
+ computed: {},
128
124
  methods: {
129
125
  pixelFormat(A) {
130
- return typeof A == "number" ? A + "px" : A;
126
+ return this.stepperStore.pixelFormat(A);
131
127
  }
132
128
  },
133
129
  mounted() {
@@ -162,7 +158,7 @@ function ao(A, c, e, a, r, s) {
162
158
  ])
163
159
  ]);
164
160
  }
165
- const ro = /* @__PURE__ */ i2(Jn, [["render", ao], ["__scopeId", "data-v-28c8f814"]]);
161
+ const ro = /* @__PURE__ */ i2(Jn, [["render", ao], ["__scopeId", "data-v-45f6f0d2"]]);
166
162
  const so = {
167
163
  props: ["content"],
168
164
  //moduleLessonPage
@@ -347,7 +343,7 @@ function uo(A, c, e, a, r, s) {
347
343
  ], 2)) : E("", !0)
348
344
  ], 4)) : E("", !0),
349
345
  e.content.kalturaEntryId == "" ? (B(), w("div", ho, "There is no Kaltura Entry ID")) : E("", !0),
350
- e.content.textVersion ? (B(), P(t, {
346
+ e.content.textVersion ? (B(), _(t, {
351
347
  key: 3,
352
348
  size: "medium",
353
349
  type: "primary",
@@ -394,7 +390,7 @@ const Ho = {
394
390
  }, vo = { class: "my-header" }, Co = ["id", "innerHTML"], Bo = ["innerHTML"], po = { key: 1 }, go = ["src"], zo = ["innerHTML"], Vo = { class: "dialog-footer" };
395
391
  function Mo(A, c, e, a, r, s) {
396
392
  const t = y("el-button"), i = y("el-dialog");
397
- return B(), P(i, {
393
+ return B(), _(i, {
398
394
  width: s.feedbackWidth,
399
395
  modelValue: r.show,
400
396
  "onUpdate:modelValue": c[1] || (c[1] = (n) => r.show = n),
@@ -455,26 +451,21 @@ const wo = {
455
451
  data() {
456
452
  return {
457
453
  dialogVisible: !1,
458
- feedbackVisibility: [],
459
- feedbackIndex: 0
454
+ feedbackVisibility: []
460
455
  };
461
456
  },
462
- computed: {
463
- getLastPage() {
464
- return !!this.stepperStore.getLastPage;
465
- }
466
- },
457
+ computed: {},
467
458
  methods: {
468
459
  pixelFormat(A) {
469
- return typeof A == "number" ? A + "px" : A;
460
+ return this.stepperStore.pixelFormat(A);
470
461
  },
471
462
  changePage(A, c) {
472
- A.pageLink ? this.stepperStore.currentPage = A.pageLink : A.feedback && (this.feedbackIndex = c, this.feedbackVisibility.indexOf(c) === -1 && this.feedbackVisibility.push(c), this.stepperStore.showFeedback = !0, this.content.hotspots.length - 1 === this.feedbackVisibility.length - 1 && this.stepperStore.finishSteps(), setTimeout(() => {
463
+ A.pageLink ? this.stepperStore.currentPage = A.pageLink : A.feedback && (this.feedbackVisibility.indexOf(c) === -1 && this.feedbackVisibility.push(c), this.stepperStore.showFeedback = !0, this.content.hotspots.length - 1 === this.feedbackVisibility.length - 1 && this.stepperStore.finishSteps(), setTimeout(() => {
473
464
  document.getElementById("feedbackClose") && document.getElementById("feedbackClose").focus();
474
465
  }));
475
466
  },
476
467
  showFeedback(A) {
477
- return !!(this.stepperStore.getShowFeedback && this.feedbackIndex === A);
468
+ return !!this.stepperStore.getShowFeedback;
478
469
  }
479
470
  },
480
471
  mounted() {
@@ -517,7 +508,7 @@ function xo(A, c, e, a, r, s) {
517
508
  ]),
518
509
  _: 2
519
510
  }, 1032, ["type", "onClick", "id", "class", "style", "icon"]),
520
- s.showFeedback(o) ? (B(), P(i, {
511
+ s.showFeedback(o) ? (B(), _(i, {
521
512
  key: 0,
522
513
  content: n
523
514
  }, null, 8, ["content"])) : E("", !0)
@@ -525,7 +516,7 @@ function xo(A, c, e, a, r, s) {
525
516
  ])
526
517
  ]);
527
518
  }
528
- const yo = /* @__PURE__ */ i2(wo, [["render", xo], ["__scopeId", "data-v-dbd1fdcc"]]);
519
+ const yo = /* @__PURE__ */ i2(wo, [["render", xo], ["__scopeId", "data-v-43ee66c5"]]);
529
520
  const So = {
530
521
  props: ["content"],
531
522
  data() {
@@ -535,14 +526,10 @@ const So = {
535
526
  imageAlt: this.content.imageAlt
536
527
  };
537
528
  },
538
- computed: {
539
- getLastPage() {
540
- return !!this.stepperStore.getLastPage;
541
- }
542
- },
529
+ computed: {},
543
530
  methods: {
544
531
  pixelFormat(A) {
545
- return typeof A == "number" ? A + "px" : A;
532
+ return this.stepperStore.pixelFormat(A);
546
533
  },
547
534
  async changeImage(A) {
548
535
  this.imageReplaced = !0, this.imageSrc = this.content.hotspots[A].imageOverlay, this.imageAlt = this.content.hotspots[A].imageOverlayAlt, await this.stepperStore.finishSteps(), this.stepperStore.lastPageFocus();
@@ -562,7 +549,7 @@ const So = {
562
549
  }, No = ["innerHTML"], Eo = ["src", "alt"], ko = { class: "hotspotArea" };
563
550
  function Io(A, c, e, a, r, s) {
564
551
  const t = y("el-col"), i = y("el-button"), n = y("el-row");
565
- return B(), P(n, { class: "imageReplacer" }, {
552
+ return B(), _(n, { class: "imageReplacer" }, {
566
553
  default: N(() => [
567
554
  R(t, { span: 12 }, {
568
555
  default: N(() => [
@@ -581,7 +568,7 @@ function Io(A, c, e, a, r, s) {
581
568
  alt: r.imageAlt
582
569
  }, null, 8, Eo),
583
570
  b("div", ko, [
584
- (B(!0), w(D, null, f2(e.content.hotspots, (o, l) => (B(), P(i, {
571
+ (B(!0), w(D, null, f2(e.content.hotspots, (o, l) => (B(), _(i, {
585
572
  type: o.buttonType,
586
573
  onClick: C2((f) => s.changeImage(l), ["stop"]),
587
574
  class: "hotspot",
@@ -596,7 +583,7 @@ function Io(A, c, e, a, r, s) {
596
583
  _: 1
597
584
  });
598
585
  }
599
- const To = /* @__PURE__ */ i2(So, [["render", Io], ["__scopeId", "data-v-c9f4179d"]]);
586
+ const To = /* @__PURE__ */ i2(So, [["render", Io], ["__scopeId", "data-v-d6c87f03"]]);
600
587
  const Do = {
601
588
  components: {},
602
589
  props: ["content"],
@@ -606,7 +593,6 @@ const Do = {
606
593
  quizOptions: [],
607
594
  quizItemCompleted: [],
608
595
  input: [],
609
- feedbackIndex: -1,
610
596
  totalAttempts: 99,
611
597
  // option for testing
612
598
  correctChoices: [],
@@ -686,7 +672,7 @@ const Do = {
686
672
  }
687
673
  },
688
674
  beforeMount() {
689
- this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-input__inner"), this.feedbackIndex = -1, this.content.attempts && (this.totalAttempts = this.content.attempts);
675
+ this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-input__inner"), this.content.attempts && (this.totalAttempts = this.content.attempts);
690
676
  }
691
677
  };
692
678
  function Ko(A, c, e, a, r, s) {
@@ -702,7 +688,7 @@ function Ko(A, c, e, a, r, s) {
702
688
  b("span", {
703
689
  class: G("quizText quizSection_" + h)
704
690
  }, Z(f) + " ", 3),
705
- s.quizType(h) === "choose" ? (B(), P(i, {
691
+ s.quizType(h) === "choose" ? (B(), _(i, {
706
692
  key: 0,
707
693
  onChange: (u) => s.choicesMade(h),
708
694
  modelValue: r.input[h],
@@ -710,7 +696,7 @@ function Ko(A, c, e, a, r, s) {
710
696
  placeholder: s.quizDisplay(h)
711
697
  }, {
712
698
  default: N(() => [
713
- s.quizArrayCompleted(h) ? E("", !0) : (B(!0), w(D, { key: 0 }, f2(r.quizOptions[h], (u) => (B(), P(t, {
699
+ s.quizArrayCompleted(h) ? E("", !0) : (B(!0), w(D, { key: 0 }, f2(r.quizOptions[h], (u) => (B(), _(t, {
714
700
  key: u,
715
701
  label: u,
716
702
  value: u
@@ -718,7 +704,7 @@ function Ko(A, c, e, a, r, s) {
718
704
  ]),
719
705
  _: 2
720
706
  }, 1032, ["onChange", "modelValue", "onUpdate:modelValue", "placeholder"])) : E("", !0),
721
- s.quizType(h) === "date" ? (B(), P(n, {
707
+ s.quizType(h) === "date" ? (B(), _(n, {
722
708
  key: 1,
723
709
  onChange: (u) => s.choicesMade(h),
724
710
  modelValue: r.input[h],
@@ -744,21 +730,20 @@ function Ko(A, c, e, a, r, s) {
744
730
  ]),
745
731
  _: 1
746
732
  }),
747
- s.showFeedback() ? (B(), P(l, {
733
+ s.showFeedback() ? (B(), _(l, {
748
734
  key: 0,
749
735
  content: r.feedbackObject
750
736
  }, null, 8, ["content"])) : E("", !0)
751
737
  ], 2);
752
738
  }
753
739
  const Ro = /* @__PURE__ */ i2(Do, [["render", Ko]]);
754
- const Po = {
740
+ const _o = {
755
741
  components: {},
756
742
  props: ["content"],
757
743
  data() {
758
744
  return {
759
745
  quizArray: [],
760
746
  input: [],
761
- feedbackIndex: -1,
762
747
  totalAttempts: 99,
763
748
  // option for testing
764
749
  correctChoices: [],
@@ -811,10 +796,10 @@ const Po = {
811
796
  }
812
797
  },
813
798
  beforeMount() {
814
- this.stepperStore = this.stepperMain(), this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-input__inner"), this.feedbackIndex = -1, this.content.attempts && (this.totalAttempts = this.content.attempts);
799
+ this.stepperStore = this.stepperMain(), this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-input__inner"), this.content.attempts && (this.totalAttempts = this.content.attempts);
815
800
  }
816
801
  };
817
- function _o(A, c, e, a, r, s) {
802
+ function Oo(A, c, e, a, r, s) {
818
803
  const t = y("el-input"), i = y("el-button"), n = y("lab-feedback");
819
804
  return B(), w("div", {
820
805
  class: G(["fill-blank", e.content.class])
@@ -822,7 +807,7 @@ function _o(A, c, e, a, r, s) {
822
807
  b("p", null, [
823
808
  (B(!0), w(D, null, f2(r.quizArray, (o, l) => (B(), w(D, null, [
824
809
  s2(Z(o), 1),
825
- l < s.quizArrayCount ? (B(), P(t, {
810
+ l < s.quizArrayCount ? (B(), _(t, {
826
811
  key: 0,
827
812
  modelValue: r.input[l],
828
813
  "onUpdate:modelValue": (f) => r.input[l] = f,
@@ -842,27 +827,23 @@ function _o(A, c, e, a, r, s) {
842
827
  ]),
843
828
  _: 1
844
829
  }),
845
- s.showFeedback() ? (B(), P(n, {
830
+ s.showFeedback() ? (B(), _(n, {
846
831
  key: 0,
847
832
  content: r.feedbackObject
848
833
  }, null, 8, ["content"])) : E("", !0)
849
834
  ], 2);
850
835
  }
851
- const Oo = /* @__PURE__ */ i2(Po, [["render", _o]]);
836
+ const Po = /* @__PURE__ */ i2(_o, [["render", Oo]]);
852
837
  const Go = {
853
838
  components: {},
854
839
  props: ["content"],
855
840
  data() {
856
841
  return {
857
- feedbackIndex: -1,
858
842
  totalAttempts: 99
859
843
  // option for testing
860
844
  };
861
845
  },
862
846
  computed: {
863
- getLastPage() {
864
- return !!this.stepperStore.getLastPage;
865
- },
866
847
  getAttempt() {
867
848
  return this.stepperStore.getAttempts;
868
849
  },
@@ -878,7 +859,7 @@ const Go = {
878
859
  return this.content.leftColWidth ? this.content.leftColWidth < 24 ? 24 - this.content.leftColWidth : 24 : 12;
879
860
  },
880
861
  pixelFormat(A) {
881
- return typeof A == "number" ? A + "px" : A;
862
+ return this.stepperStore.pixelFormat(A);
882
863
  },
883
864
  choicesComplete() {
884
865
  let A = document.querySelectorAll(".selectableButton");
@@ -887,7 +868,7 @@ const Go = {
887
868
  this.stepperStore.finishSteps();
888
869
  },
889
870
  choicesCheck(A) {
890
- this.getAttempt < Number(this.content.attempts) ? this.content.choices[A].correct === !0 ? (console.log(" it was true"), this.choicesComplete()) : this.stepperStore.attempts = this.getAttempt + 1 : (this.content.choices[A].correct !== !0 && (this.stepperStore.showFeedbackAttempts = !0), this.choicesComplete()), this.feedbackIndex = A, this.stepperStore.showFeedback = !0, setTimeout(() => {
871
+ this.getAttempt < Number(this.content.attempts) ? this.content.choices[A].correct === !0 ? (console.log(" it was true"), this.choicesComplete()) : this.stepperStore.attempts = this.getAttempt + 1 : (this.content.choices[A].correct !== !0 && (this.stepperStore.showFeedbackAttempts = !0), this.choicesComplete()), this.stepperStore.showFeedback = !0, setTimeout(() => {
891
872
  document.getElementById("feedbackClose") && document.getElementById("feedbackClose").focus();
892
873
  });
893
874
  },
@@ -900,7 +881,7 @@ const Go = {
900
881
  this.content.choices = A;
901
882
  },
902
883
  showFeedback(A) {
903
- return this.stepperStore.getShowFeedback && this.feedbackIndex === A ? (this.content.choices[A].correct && this.choicesComplete(), !0) : !1;
884
+ return this.stepperStore.getShowFeedback ? (this.content.choices[A].correct && this.choicesComplete(), !0) : !1;
904
885
  }
905
886
  },
906
887
  mounted() {
@@ -912,12 +893,12 @@ const Go = {
912
893
  }
913
894
  },
914
895
  beforeMount() {
915
- this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("selectableButton"), this.feedbackIndex = -1, this.shuffledChoices(), this.content.attempts && (this.totalAttempts = this.content.attempts);
896
+ this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("selectableButton"), this.shuffledChoices(), this.content.attempts && (this.totalAttempts = this.content.attempts);
916
897
  }
917
898
  }, Wo = ["innerHTML"], Xo = { class: "buttonSpan" }, qo = ["src", "alt"], Yo = { class: "selectable-buttonText" };
918
899
  function Jo(A, c, e, a, r, s) {
919
900
  const t = y("lab-image"), i = y("el-col"), n = y("el-divider"), o = y("el-button"), l = y("lab-feedback"), f = y("el-row");
920
- return B(), P(f, {
901
+ return B(), _(f, {
921
902
  id: e.content.id,
922
903
  class: G(["selectable", e.content.classes])
923
904
  }, {
@@ -930,7 +911,7 @@ function Jo(A, c, e, a, r, s) {
930
911
  key: 0,
931
912
  innerHTML: e.content.directions
932
913
  }, null, 8, Wo)) : E("", !0),
933
- e.content.image ? (B(), P(t, {
914
+ e.content.image ? (B(), _(t, {
934
915
  key: 1,
935
916
  content: e.content.image
936
917
  }, null, 8, ["content"])) : E("", !0)
@@ -943,7 +924,7 @@ function Jo(A, c, e, a, r, s) {
943
924
  }, {
944
925
  default: N(() => [
945
926
  (B(!0), w(D, null, f2(e.content.choices, (h, u) => (B(), w(D, null, [
946
- !e.content.noDivider && u > 0 ? (B(), P(n, { key: 0 })) : E("", !0),
927
+ !e.content.noDivider && u > 0 ? (B(), _(n, { key: 0 })) : E("", !0),
947
928
  R(o, {
948
929
  size: "small",
949
930
  type: "primary",
@@ -964,7 +945,7 @@ function Jo(A, c, e, a, r, s) {
964
945
  ]),
965
946
  _: 2
966
947
  }, 1032, ["style", "onClick"]),
967
- s.showFeedback(u) ? (B(), P(l, {
948
+ s.showFeedback(u) ? (B(), _(l, {
968
949
  key: 1,
969
950
  content: h
970
951
  }, null, 8, ["content"])) : E("", !0)
@@ -976,14 +957,13 @@ function Jo(A, c, e, a, r, s) {
976
957
  _: 1
977
958
  }, 8, ["id", "class"]);
978
959
  }
979
- const $o = /* @__PURE__ */ i2(Go, [["render", Jo], ["__scopeId", "data-v-2182189d"]]);
960
+ const $o = /* @__PURE__ */ i2(Go, [["render", Jo], ["__scopeId", "data-v-0148b4d7"]]);
980
961
  const jo = {
981
962
  components: {},
982
963
  props: ["content"],
983
964
  data() {
984
965
  return {
985
966
  input: "",
986
- feedbackIndex: -1,
987
967
  totalAttempts: 99,
988
968
  // option for testing
989
969
  correctChoices: [],
@@ -1029,7 +1009,7 @@ const jo = {
1029
1009
  }
1030
1010
  },
1031
1011
  beforeMount() {
1032
- this.stepperStore = this.stepperMain(), this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-textarea__inner"), this.feedbackIndex = -1, this.content.attempts && (this.totalAttempts = this.content.attempts);
1012
+ this.stepperStore = this.stepperMain(), this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("el-textarea__inner"), this.content.attempts && (this.totalAttempts = this.content.attempts);
1033
1013
  }
1034
1014
  };
1035
1015
  function Zo(A, c, e, a, r, s) {
@@ -1056,7 +1036,7 @@ function Zo(A, c, e, a, r, s) {
1056
1036
  ]),
1057
1037
  _: 1
1058
1038
  }),
1059
- s.showFeedback() ? (B(), P(n, {
1039
+ s.showFeedback() ? (B(), _(n, {
1060
1040
  key: 0,
1061
1041
  content: r.feedbackObject
1062
1042
  }, null, 8, ["content"])) : E("", !0)
@@ -1071,7 +1051,6 @@ const cl = {
1071
1051
  quizArray: [],
1072
1052
  quizOptions: [],
1073
1053
  input: [],
1074
- feedbackIndex: -1,
1075
1054
  totalAttempts: 99,
1076
1055
  // option for testing
1077
1056
  correctChoices: [],
@@ -1137,7 +1116,7 @@ const cl = {
1137
1116
  }));
1138
1117
  },
1139
1118
  beforeMount() {
1140
- this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("jl-menu-sub"), this.feedbackIndex = -1, this.content.attempts && (this.totalAttempts = this.content.attempts);
1119
+ this.stepperStore = this.stepperMain(), this.stepperStore.resetSteps("jl-menu-sub"), this.content.attempts && (this.totalAttempts = this.content.attempts);
1141
1120
  }
1142
1121
  }, el = { key: 0 }, al = ["index", "onClick"], rl = { class: "jl-menu-sub__title" }, sl = ["id"], tl = ["index", "onClick"], il = { class: "jl-menu-sub-sub__title" }, nl = ["id"], ol = ["index", "onClick"], ll = ["onClick"], fl = {
1143
1122
  key: 1,
@@ -1236,7 +1215,7 @@ function ul(A, c, e, a, r, s) {
1236
1215
  ]))
1237
1216
  ], 64))), 256))
1238
1217
  ], 32),
1239
- s.showFeedback() ? (B(), P(o, {
1218
+ s.showFeedback() ? (B(), _(o, {
1240
1219
  key: 1,
1241
1220
  content: r.feedbackObject
1242
1221
  }, null, 8, ["content"])) : E("", !0)
@@ -1794,11 +1773,7 @@ const gl = {
1794
1773
  return {};
1795
1774
  },
1796
1775
  watch: {},
1797
- computed: {
1798
- getLastPage() {
1799
- return !!this.stepperStore.getLastPage;
1800
- }
1801
- },
1776
+ computed: {},
1802
1777
  methods: {
1803
1778
  onResizstop(A) {
1804
1779
  console.log("i have stopped resizing", A);
@@ -1866,7 +1841,7 @@ function Ll(A, c, e, a, r, s) {
1866
1841
  b("div", {
1867
1842
  class: G(["fridge", e.content.class, e.content.noOutline ? "no_outline" : ""])
1868
1843
  }, [
1869
- (B(!0), w(D, null, f2(e.content.magnets, (i, n) => (B(), P(t, {
1844
+ (B(!0), w(D, null, f2(e.content.magnets, (i, n) => (B(), _(t, {
1870
1845
  id: "vdr_" + n,
1871
1846
  isActive: !0,
1872
1847
  w: i.width ? i.width : 50,
@@ -1928,9 +1903,6 @@ const Fl = {
1928
1903
  get() {
1929
1904
  return this.listOne;
1930
1905
  }
1931
- },
1932
- getLastPage() {
1933
- return !!this.stepperStore.getLastPage;
1934
1906
  }
1935
1907
  },
1936
1908
  methods: {
@@ -1943,7 +1915,7 @@ const Fl = {
1943
1915
  return `white url(${A}) 0 0 no-repeat`;
1944
1916
  },
1945
1917
  pixelFormat(A) {
1946
- return typeof A == "number" ? A + "px" : A;
1918
+ return this.stepperStore.pixelFormat(A);
1947
1919
  },
1948
1920
  checkMove(A) {
1949
1921
  if (this.content.sound) {
@@ -1982,7 +1954,7 @@ const Fl = {
1982
1954
  }, xl = ["src"], yl = { class: "list-group-item" }, Sl = ["onClick"], Nl = ["id", "src", "alt", "data-swap"];
1983
1955
  function El(A, c, e, a, r, s) {
1984
1956
  const t = y("lab-image"), i = y("el-col"), n = y("draggable"), o = y("el-row");
1985
- return B(), P(o, {
1957
+ return B(), _(o, {
1986
1958
  class: G(["dragDrop", e.content.handle])
1987
1959
  }, {
1988
1960
  default: N(() => [
@@ -1991,7 +1963,7 @@ function El(A, c, e, a, r, s) {
1991
1963
  b("div", {
1992
1964
  innerHTML: e.content.directions
1993
1965
  }, null, 8, Ul),
1994
- e.content.image ? (B(), P(t, {
1966
+ e.content.image ? (B(), _(t, {
1995
1967
  key: 0,
1996
1968
  content: e.content.image
1997
1969
  }, null, 8, ["content"])) : E("", !0),
@@ -2005,7 +1977,7 @@ function El(A, c, e, a, r, s) {
2005
1977
  ]),
2006
1978
  _: 1
2007
1979
  }),
2008
- (B(!0), w(D, null, f2(r.listOne, (l, f) => (B(), P(i, { span: s.binColumns }, {
1980
+ (B(!0), w(D, null, f2(r.listOne, (l, f) => (B(), _(i, { span: s.binColumns }, {
2009
1981
  default: N(() => [
2010
1982
  R(n, {
2011
1983
  class: G(["draggable list-group", e.content.bins[f].class]),
@@ -2052,7 +2024,6 @@ const Il = {
2052
2024
  listOne: [],
2053
2025
  listTwo: [],
2054
2026
  listTwoCompleted: [],
2055
- feedbackIndex: -1,
2056
2027
  totalAttempts: 99,
2057
2028
  //** option for testing **//
2058
2029
  choice: { header: "", feedback: "" },
@@ -2077,9 +2048,6 @@ const Il = {
2077
2048
  return this.listTwo;
2078
2049
  }
2079
2050
  },
2080
- getLastPage() {
2081
- return !!this.stepperStore.getLastPage;
2082
- },
2083
2051
  getAttempt() {
2084
2052
  return this.stepperStore.getAttempts;
2085
2053
  },
@@ -2111,14 +2079,14 @@ const Il = {
2111
2079
  return `white url(${A}) 0 0 no-repeat`;
2112
2080
  },
2113
2081
  pixelFormat(A) {
2114
- return typeof A == "number" ? A + "px" : A;
2082
+ return this.stepperStore.pixelFormat(A);
2115
2083
  },
2116
2084
  checkMove(A) {
2117
2085
  if (A.to.dataset.index) {
2118
2086
  let c = this.listOne[A.to.dataset.index], e = A.oldIndex, a = !1;
2119
2087
  c.forEach((r) => {
2120
2088
  r.hide === !0 && r.id === A.item._underlying_vm_.id && (a = !0);
2121
- }), a ? (this.stepperStore.showFeedback = !0, this.feedbackIndex = e, this.feedbackObject.feedbackHeader = A.item._underlying_vm_.correctHeader, this.feedbackObject.feedback = A.item._underlying_vm_.correctFeedback, this.feedbackObject.feedbackImage = A.item._underlying_vm_.correctFeedbackImage, this.listTwoCompleted.push(e), this.myList2.length === 0 && this.stepperStore.finishSteps()) : (this.feedbackObject.feedbackHeader = A.item._underlying_vm_.incorrectHeader, this.feedbackObject.feedback = A.item._underlying_vm_.incorrectFeedback, this.feedbackObject.feedbackImage = A.item._underlying_vm_.incorrectFeedbackImage, this.listTwo.push(A.item._underlying_vm_), this.getAttempt < this.content.attempts ? this.stepperStore.attempts = this.getAttempt + 1 : (this.stepperStore.showFeedbackAttempts = !0, this.failed()), this.stepperStore.showFeedback = !0, c.forEach((r, s) => {
2089
+ }), a ? (this.stepperStore.showFeedback = !0, this.feedbackObject.feedbackHeader = A.item._underlying_vm_.correctHeader, this.feedbackObject.feedback = A.item._underlying_vm_.correctFeedback, this.feedbackObject.feedbackImage = A.item._underlying_vm_.correctFeedbackImage, this.listTwoCompleted.push(e), this.myList2.length === 0 && this.stepperStore.finishSteps()) : (this.feedbackObject.feedbackHeader = A.item._underlying_vm_.incorrectHeader, this.feedbackObject.feedback = A.item._underlying_vm_.incorrectFeedback, this.feedbackObject.feedbackImage = A.item._underlying_vm_.incorrectFeedbackImage, this.listTwo.push(A.item._underlying_vm_), this.getAttempt < this.content.attempts ? this.stepperStore.attempts = this.getAttempt + 1 : (this.stepperStore.showFeedbackAttempts = !0, this.failed()), this.stepperStore.showFeedback = !0, c.forEach((r, s) => {
2122
2090
  r.id === A.item._underlying_vm_.id && c.splice(s, 1);
2123
2091
  })), setTimeout(() => {
2124
2092
  document.getElementById("feedbackClose") && document.getElementById("feedbackClose").focus();
@@ -2136,7 +2104,7 @@ const Il = {
2136
2104
  let a = -1;
2137
2105
  this.listTwo.forEach((r, s) => {
2138
2106
  r.id === this.kbCurrentId && (a = s);
2139
- }), this.stepperStore.showFeedback = !0, this.feedbackIndex = c, this.feedbackObject.feedbackHeader = this.listOne[A][c].correctHeader, this.feedbackObject.feedback = this.listOne[A][c].correctFeedback, this.feedbackObject.feedbackImage = this.listOne[A][c].correctFeedbackImage, this.chooseVisibility = !1, this.listTwoCompleted.push(A), this.listTwo.splice(a, 1), this.myList2.length === 0 && this.stepperStore.finishSteps(), this.listOne[A][c].hide = !1;
2107
+ }), this.stepperStore.showFeedback = !0, this.feedbackObject.feedbackHeader = this.listOne[A][c].correctHeader, this.feedbackObject.feedback = this.listOne[A][c].correctFeedback, this.feedbackObject.feedbackImage = this.listOne[A][c].correctFeedbackImage, this.chooseVisibility = !1, this.listTwoCompleted.push(A), this.listTwo.splice(a, 1), this.myList2.length === 0 && this.stepperStore.finishSteps(), this.listOne[A][c].hide = !1;
2140
2108
  } else
2141
2109
  this.feedbackObject.feedbackHeader = this.listOne[A][c].incorrectHeader, this.feedbackObject.feedback = this.listOne[A][c].incorrectFeedback, this.feedbackObject.feedbackImage = this.listOne[A][c].incorrectFeedbackImage, this.chooseVisibility = !1, this.stepperStore.showFeedback = !0, this.getAttempt < this.content.attempts ? this.stepperStore.attempts = this.getAttempt + 1 : (this.chooseVisibility = !1, this.stepperStore.showFeedbackAttempts = !0, this.failed());
2142
2110
  setTimeout(() => {
@@ -2169,7 +2137,7 @@ const Il = {
2169
2137
  }, Tl = ["innerHTML"], Dl = ["onClick"], Kl = ["id", "src", "alt"], Rl = {
2170
2138
  key: 0,
2171
2139
  class: "dropBin"
2172
- }, Pl = { class: "dragItems-button" }, _l = ["id", "src", "alt"], Ol = { class: "dialog-footer" };
2140
+ }, _l = { class: "dragItems-button" }, Ol = ["id", "src", "alt"], Pl = { class: "dialog-footer" };
2173
2141
  function Gl(A, c, e, a, r, s) {
2174
2142
  const t = y("lab-image"), i = y("el-col"), n = y("draggable"), o = y("el-row"), l = y("lab-feedback"), f = y("el-button"), h = y("el-dialog");
2175
2143
  return B(), w(D, null, [
@@ -2183,7 +2151,7 @@ function Gl(A, c, e, a, r, s) {
2183
2151
  b("div", {
2184
2152
  innerHTML: e.content.directions
2185
2153
  }, null, 8, Tl),
2186
- e.content.image ? (B(), P(t, {
2154
+ e.content.image ? (B(), _(t, {
2187
2155
  key: 0,
2188
2156
  content: e.content.image
2189
2157
  }, null, 8, ["content"])) : E("", !0)
@@ -2224,7 +2192,7 @@ function Gl(A, c, e, a, r, s) {
2224
2192
  ]),
2225
2193
  _: 1
2226
2194
  }),
2227
- (B(!0), w(D, null, f2(r.listOne, (u, m) => (B(), P(i, { span: s.binColumns }, {
2195
+ (B(!0), w(D, null, f2(r.listOne, (u, m) => (B(), _(i, { span: s.binColumns }, {
2228
2196
  default: N(() => [
2229
2197
  b("h4", null, Z(e.content.bins[m].header), 1),
2230
2198
  R(n, {
@@ -2239,14 +2207,14 @@ function Gl(A, c, e, a, r, s) {
2239
2207
  }, {
2240
2208
  item: N(({ element: C }) => [
2241
2209
  C.hide ? E("", !0) : (B(), w("div", Rl, [
2242
- b("button", Pl, [
2210
+ b("button", _l, [
2243
2211
  s2(Z(C.text) + " ", 1),
2244
2212
  C.image ? (B(), w("img", {
2245
2213
  key: 0,
2246
2214
  id: C.id,
2247
2215
  src: C.droppedImage,
2248
2216
  alt: C.imageAlt
2249
- }, null, 8, _l)) : E("", !0)
2217
+ }, null, 8, Ol)) : E("", !0)
2250
2218
  ])
2251
2219
  ]))
2252
2220
  ]),
@@ -2258,7 +2226,7 @@ function Gl(A, c, e, a, r, s) {
2258
2226
  ]),
2259
2227
  _: 1
2260
2228
  }, 8, ["class"]),
2261
- s.showFeedback() ? (B(), P(l, {
2229
+ s.showFeedback() ? (B(), _(l, {
2262
2230
  key: 0,
2263
2231
  content: r.feedbackObject
2264
2232
  }, null, 8, ["content"])) : E("", !0),
@@ -2269,7 +2237,7 @@ function Gl(A, c, e, a, r, s) {
2269
2237
  width: "50%"
2270
2238
  }, {
2271
2239
  footer: N(() => [
2272
- b("span", Ol, [
2240
+ b("span", Pl, [
2273
2241
  R(f, {
2274
2242
  size: "small",
2275
2243
  id: "visibilityClose",
@@ -2286,7 +2254,7 @@ function Gl(A, c, e, a, r, s) {
2286
2254
  default: N(() => [
2287
2255
  (B(!0), w(D, null, f2(r.listOne, (u, m) => (B(), w(D, null, [
2288
2256
  (B(!0), w(D, null, f2(u, (C, d) => (B(), w(D, null, [
2289
- m === 0 ? (B(), P(f, {
2257
+ m === 0 ? (B(), _(f, {
2290
2258
  key: 0,
2291
2259
  id: "firstBin",
2292
2260
  size: "small",
@@ -2297,7 +2265,7 @@ function Gl(A, c, e, a, r, s) {
2297
2265
  s2(Z(e.content.bins[m].header), 1)
2298
2266
  ]),
2299
2267
  _: 2
2300
- }, 1032, ["onClick"])) : (B(), P(f, {
2268
+ }, 1032, ["onClick"])) : (B(), _(f, {
2301
2269
  key: 1,
2302
2270
  size: "small",
2303
2271
  type: "primary",
@@ -2511,15 +2479,15 @@ var R2 = (
2511
2479
  }, U8 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", ql = typeof Uint8Array > "u" ? [] : new Uint8Array(256);
2512
2480
  for (var w4 = 0; w4 < U8.length; w4++)
2513
2481
  ql[U8.charCodeAt(w4)] = w4;
2514
- var b8 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", O1 = typeof Uint8Array > "u" ? [] : new Uint8Array(256);
2482
+ var b8 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", P1 = typeof Uint8Array > "u" ? [] : new Uint8Array(256);
2515
2483
  for (var L4 = 0; L4 < b8.length; L4++)
2516
- O1[b8.charCodeAt(L4)] = L4;
2484
+ P1[b8.charCodeAt(L4)] = L4;
2517
2485
  var Yl = function(A) {
2518
2486
  var c = A.length * 0.75, e = A.length, a, r = 0, s, t, i, n;
2519
2487
  A[A.length - 1] === "=" && (c--, A[A.length - 2] === "=" && c--);
2520
2488
  var o = typeof ArrayBuffer < "u" && typeof Uint8Array < "u" && typeof Uint8Array.prototype.slice < "u" ? new ArrayBuffer(c) : new Array(c), l = Array.isArray(o) ? o : new Uint8Array(o);
2521
2489
  for (a = 0; a < e; a += 4)
2522
- s = O1[A.charCodeAt(a)], t = O1[A.charCodeAt(a + 1)], i = O1[A.charCodeAt(a + 2)], n = O1[A.charCodeAt(a + 3)], l[r++] = s << 2 | t >> 4, l[r++] = (t & 15) << 4 | i >> 2, l[r++] = (i & 3) << 6 | n & 63;
2490
+ s = P1[A.charCodeAt(a)], t = P1[A.charCodeAt(a + 1)], i = P1[A.charCodeAt(a + 2)], n = P1[A.charCodeAt(a + 3)], l[r++] = s << 2 | t >> 4, l[r++] = (t & 15) << 4 | i >> 2, l[r++] = (i & 3) << 6 | n & 63;
2523
2491
  return o;
2524
2492
  }, Jl = function(A) {
2525
2493
  for (var c = A.length, e = [], a = 0; a < c; a += 2)
@@ -2710,7 +2678,7 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2710
2678
  return { done: !0, value: null };
2711
2679
  }
2712
2680
  };
2713
- }, bf = 1, xf = 2, m4 = 4, R8 = 8, n3 = 10, P8 = 47, j1 = 92, yf = 9, Sf = 32, y4 = 34, R1 = 61, Nf = 35, Ef = 36, kf = 37, S4 = 39, N4 = 40, P1 = 41, If = 95, v2 = 45, Tf = 33, Df = 60, Kf = 62, Rf = 64, Pf = 91, _f = 93, Of = 61, Gf = 123, E4 = 63, Wf = 125, _8 = 124, Xf = 126, qf = 128, O8 = 65533, s6 = 42, u1 = 43, Yf = 44, Jf = 58, $f = 59, i4 = 46, jf = 0, Zf = 8, Ah = 11, ch = 14, eh = 31, ah = 127, x2 = -1, f5 = 48, h5 = 97, u5 = 101, rh = 102, sh = 117, th = 122, m5 = 65, H5 = 69, v5 = 70, ih = 85, nh = 90, o2 = function(A) {
2681
+ }, bf = 1, xf = 2, m4 = 4, R8 = 8, n3 = 10, _8 = 47, j1 = 92, yf = 9, Sf = 32, y4 = 34, R1 = 61, Nf = 35, Ef = 36, kf = 37, S4 = 39, N4 = 40, _1 = 41, If = 95, v2 = 45, Tf = 33, Df = 60, Kf = 62, Rf = 64, _f = 91, Of = 93, Pf = 61, Gf = 123, E4 = 63, Wf = 125, O8 = 124, Xf = 126, qf = 128, P8 = 65533, s6 = 42, u1 = 43, Yf = 44, Jf = 58, $f = 59, i4 = 46, jf = 0, Zf = 8, Ah = 11, ch = 14, eh = 31, ah = 127, x2 = -1, f5 = 48, h5 = 97, u5 = 101, rh = 102, sh = 117, th = 122, m5 = 65, H5 = 69, v5 = 70, ih = 85, nh = 90, o2 = function(A) {
2714
2682
  return A >= f5 && A <= 57;
2715
2683
  }, oh = function(A) {
2716
2684
  return A >= 55296 && A <= 57343;
@@ -2850,7 +2818,7 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2850
2818
  return this.consumeStringToken(S4);
2851
2819
  case N4:
2852
2820
  return vh;
2853
- case P1:
2821
+ case _1:
2854
2822
  return Ch;
2855
2823
  case s6:
2856
2824
  if (this.peekCodePoint(0) === R1)
@@ -2875,11 +2843,11 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2875
2843
  if (t6(c, this.peekCodePoint(0), this.peekCodePoint(1)))
2876
2844
  return this.reconsumeCodePoint(c), this.consumeNumericToken();
2877
2845
  break;
2878
- case P8:
2846
+ case _8:
2879
2847
  if (this.peekCodePoint(0) === s6)
2880
2848
  for (this.consumeCodePoint(); ; ) {
2881
2849
  var l = this.consumeCodePoint();
2882
- if (l === s6 && (l = this.consumeCodePoint(), l === P8))
2850
+ if (l === s6 && (l = this.consumeCodePoint(), l === _8))
2883
2851
  return this.consumeToken();
2884
2852
  if (l === x2)
2885
2853
  return this.consumeToken();
@@ -2900,15 +2868,15 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2900
2868
  return { type: 7, value: t };
2901
2869
  }
2902
2870
  break;
2903
- case Pf:
2871
+ case _f:
2904
2872
  return yh;
2905
2873
  case j1:
2906
2874
  if ($2(c, this.peekCodePoint(0)))
2907
2875
  return this.reconsumeCodePoint(c), this.consumeIdentLikeToken();
2908
2876
  break;
2909
- case _f:
2910
- return Sh;
2911
2877
  case Of:
2878
+ return Sh;
2879
+ case Pf:
2912
2880
  if (this.peekCodePoint(0) === R1)
2913
2881
  return this.consumeCodePoint(), gh;
2914
2882
  break;
@@ -2920,10 +2888,10 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2920
2888
  case ih:
2921
2889
  var m = this.peekCodePoint(0), C = this.peekCodePoint(1);
2922
2890
  return m === u1 && (V1(C) || C === E4) && (this.consumeCodePoint(), this.consumeUnicodeRangeToken()), this.reconsumeCodePoint(c), this.consumeIdentLikeToken();
2923
- case _8:
2891
+ case O8:
2924
2892
  if (this.peekCodePoint(0) === R1)
2925
2893
  return this.consumeCodePoint(), zh;
2926
- if (this.peekCodePoint(0) === _8)
2894
+ if (this.peekCodePoint(0) === O8)
2927
2895
  return this.consumeCodePoint(), dh;
2928
2896
  break;
2929
2897
  case Xf:
@@ -2973,14 +2941,14 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2973
2941
  var e = this.peekCodePoint(0);
2974
2942
  if (e === S4 || e === y4) {
2975
2943
  var a = this.consumeStringToken(this.consumeCodePoint());
2976
- return a.type === 0 && (this.consumeWhiteSpace(), this.peekCodePoint(0) === x2 || this.peekCodePoint(0) === P1) ? (this.consumeCodePoint(), { type: 22, value: a.value }) : (this.consumeBadUrlRemnants(), T4);
2944
+ return a.type === 0 && (this.consumeWhiteSpace(), this.peekCodePoint(0) === x2 || this.peekCodePoint(0) === _1) ? (this.consumeCodePoint(), { type: 22, value: a.value }) : (this.consumeBadUrlRemnants(), T4);
2977
2945
  }
2978
2946
  for (; ; ) {
2979
2947
  var r = this.consumeCodePoint();
2980
- if (r === x2 || r === P1)
2948
+ if (r === x2 || r === _1)
2981
2949
  return { type: 22, value: $.apply(void 0, c) };
2982
2950
  if (k4(r))
2983
- return this.consumeWhiteSpace(), this.peekCodePoint(0) === x2 || this.peekCodePoint(0) === P1 ? (this.consumeCodePoint(), { type: 22, value: $.apply(void 0, c) }) : (this.consumeBadUrlRemnants(), T4);
2951
+ return this.consumeWhiteSpace(), this.peekCodePoint(0) === x2 || this.peekCodePoint(0) === _1 ? (this.consumeCodePoint(), { type: 22, value: $.apply(void 0, c) }) : (this.consumeBadUrlRemnants(), T4);
2984
2952
  if (r === y4 || r === S4 || r === N4 || mh(r))
2985
2953
  return this.consumeBadUrlRemnants(), T4;
2986
2954
  if (r === j1)
@@ -2997,7 +2965,7 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
2997
2965
  }, A.prototype.consumeBadUrlRemnants = function() {
2998
2966
  for (; ; ) {
2999
2967
  var c = this.consumeCodePoint();
3000
- if (c === P1 || c === x2)
2968
+ if (c === _1 || c === x2)
3001
2969
  return;
3002
2970
  $2(c, this.peekCodePoint(0)) && this.consumeEscapedCodePoint();
3003
2971
  }
@@ -3050,9 +3018,9 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
3050
3018
  e += $(this.consumeCodePoint());
3051
3019
  k4(this.peekCodePoint(0)) && this.consumeCodePoint();
3052
3020
  var a = parseInt(e, 16);
3053
- return a === 0 || oh(a) || a > 1114111 ? O8 : a;
3021
+ return a === 0 || oh(a) || a > 1114111 ? P8 : a;
3054
3022
  }
3055
- return c === x2 ? O8 : c;
3023
+ return c === x2 ? P8 : c;
3056
3024
  }, A.prototype.consumeName = function() {
3057
3025
  for (var c = ""; ; ) {
3058
3026
  var e = this.consumeCodePoint();
@@ -3181,8 +3149,8 @@ var uf = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
3181
3149
  flags: m4
3182
3150
  }, q1 = function(A, c, e) {
3183
3151
  var a = A[0], r = A[1];
3184
- return [_(a, c), _(typeof r < "u" ? r : a, e)];
3185
- }, _ = function(A, c) {
3152
+ return [O(a, c), O(typeof r < "u" ? r : a, e)];
3153
+ }, O = function(A, c) {
3186
3154
  if (A.type === 16)
3187
3155
  return A.number / 100 * c;
3188
3156
  if (H4(A))
@@ -3319,7 +3287,7 @@ function i6(A, c, e) {
3319
3287
  return e < 0 && (e += 1), e >= 1 && (e -= 1), e < 1 / 6 ? (c - A) * e * 6 + A : e < 1 / 2 ? c : e < 2 / 3 ? (c - A) * 6 * (2 / 3 - e) + A : A;
3320
3288
  }
3321
3289
  var q8 = function(A, c) {
3322
- var e = c.filter(N1), a = e[0], r = e[1], s = e[2], t = e[3], i = (a.type === 17 ? V2(a.number) : w3.parse(A, a)) / (Math.PI * 2), n = j(r) ? r.number / 100 : 0, o = j(s) ? s.number / 100 : 0, l = typeof t < "u" && j(t) ? _(t, 1) : 1;
3290
+ var e = c.filter(N1), a = e[0], r = e[1], s = e[2], t = e[3], i = (a.type === 17 ? V2(a.number) : w3.parse(A, a)) / (Math.PI * 2), n = j(r) ? r.number / 100 : 0, o = j(s) ? s.number / 100 : 0, l = typeof t < "u" && j(t) ? O(t, 1) : 1;
3323
3291
  if (n === 0)
3324
3292
  return A1(o * 255, o * 255, o * 255, 1);
3325
3293
  var f = o <= 0.5 ? o * (n + 1) : o + n - o * n, h = o * 2 - f, u = i6(h, f, i + 1 / 3), m = i6(h, f, i), C = i6(h, f, i - 1 / 3);
@@ -3513,7 +3481,7 @@ var q8 = function(A, c) {
3513
3481
  for (var r = [], s = 0, t = 0; t < A.length; t++) {
3514
3482
  var i = A[t].stop;
3515
3483
  if (i !== null) {
3516
- var n = _(i, c);
3484
+ var n = O(i, c);
3517
3485
  n > s ? r.push(n) : r.push(s), s = n;
3518
3486
  } else
3519
3487
  r.push(null);
@@ -3533,7 +3501,7 @@ var q8 = function(A, c) {
3533
3501
  return { color: H, stop: Math.max(Math.min(1, r[d] / c), 0) };
3534
3502
  });
3535
3503
  }, Kh = function(A, c, e) {
3536
- var a = c / 2, r = e / 2, s = _(A[0], c) - a, t = r - _(A[1], e);
3504
+ var a = c / 2, r = e / 2, s = O(A[0], c) - a, t = r - O(A[1], e);
3537
3505
  return (Math.atan2(t, s) + Math.PI * 2) % (Math.PI * 2);
3538
3506
  }, Rh = function(A, c, e) {
3539
3507
  var a = typeof A == "number" ? A : Kh(A, c, e), r = Math.abs(c * Math.sin(a)) + Math.abs(e * Math.cos(a)), s = c / 2, t = e / 2, i = r / 2, n = Math.sin(a - Math.PI / 2) * i, o = Math.cos(a - Math.PI / 2) * i;
@@ -3557,7 +3525,7 @@ var q8 = function(A, c) {
3557
3525
  optimumDistance: r ? 1 / 0 : -1 / 0,
3558
3526
  optimumCorner: null
3559
3527
  }).optimumCorner;
3560
- }, Ph = function(A, c, e, a, r) {
3528
+ }, _h = function(A, c, e, a, r) {
3561
3529
  var s = 0, t = 0;
3562
3530
  switch (A.size) {
3563
3531
  case 0:
@@ -3583,8 +3551,8 @@ var q8 = function(A, c) {
3583
3551
  }
3584
3552
  break;
3585
3553
  }
3586
- return Array.isArray(A.size) && (s = _(A.size[0], a), t = A.size.length === 2 ? _(A.size[1], r) : s), [s, t];
3587
- }, _h = function(A, c) {
3554
+ return Array.isArray(A.size) && (s = O(A.size[0], a), t = A.size.length === 2 ? O(A.size[1], r) : s), [s, t];
3555
+ }, Oh = function(A, c) {
3588
3556
  var e = V2(180), a = [];
3589
3557
  return S2(c).forEach(function(r, s) {
3590
3558
  if (s === 0) {
@@ -3626,7 +3594,7 @@ var q8 = function(A, c) {
3626
3594
  type: 1
3627
3595
  /* LINEAR_GRADIENT */
3628
3596
  };
3629
- }, Oh = function(A, c) {
3597
+ }, Ph = function(A, c) {
3630
3598
  var e = V2(180), a = [], r = 1, s = 0, t = 3, i = [];
3631
3599
  return S2(c).forEach(function(n, o) {
3632
3600
  var l = n[0];
@@ -3799,7 +3767,7 @@ function qh(A) {
3799
3767
  return !(A.type === 20 && A.value === "none") && (A.type !== 18 || !!E5[A.name]);
3800
3768
  }
3801
3769
  var E5 = {
3802
- "linear-gradient": _h,
3770
+ "linear-gradient": Oh,
3803
3771
  "-moz-linear-gradient": D4,
3804
3772
  "-ms-linear-gradient": D4,
3805
3773
  "-o-linear-gradient": D4,
@@ -3809,7 +3777,7 @@ var E5 = {
3809
3777
  "-ms-radial-gradient": K4,
3810
3778
  "-o-radial-gradient": K4,
3811
3779
  "-webkit-radial-gradient": K4,
3812
- "-webkit-gradient": Oh
3780
+ "-webkit-gradient": Ph
3813
3781
  }, Yh = {
3814
3782
  name: "background-image",
3815
3783
  initialValue: "none",
@@ -4092,7 +4060,7 @@ var Mu = {
4092
4060
  type: 4
4093
4061
  /* TOKEN_VALUE */
4094
4062
  }, $8 = function(A, c) {
4095
- return K(A) && A.value === "normal" ? 1.2 * c : A.type === 17 ? c * A.number : j(A) ? _(A, c) : c;
4063
+ return K(A) && A.value === "normal" ? 1.2 * c : A.type === 17 ? c * A.number : j(A) ? O(A, c) : c;
4096
4064
  }, Lu = {
4097
4065
  name: "list-style-image",
4098
4066
  initialValue: "none",
@@ -4355,7 +4323,7 @@ var Mu = {
4355
4323
  }
4356
4324
  return 0;
4357
4325
  }
4358
- }, Pu = {
4326
+ }, _u = {
4359
4327
  name: "transform",
4360
4328
  initialValue: "none",
4361
4329
  prefix: !0,
@@ -4371,14 +4339,14 @@ var Mu = {
4371
4339
  }
4372
4340
  return null;
4373
4341
  }
4374
- }, _u = function(A) {
4342
+ }, Ou = function(A) {
4375
4343
  var c = A.filter(function(e) {
4376
4344
  return e.type === 17;
4377
4345
  }).map(function(e) {
4378
4346
  return e.number;
4379
4347
  });
4380
4348
  return c.length === 6 ? c : null;
4381
- }, Ou = function(A) {
4349
+ }, Pu = function(A) {
4382
4350
  var c = A.filter(function(n) {
4383
4351
  return n.type === 17;
4384
4352
  }).map(function(n) {
@@ -4390,8 +4358,8 @@ var Mu = {
4390
4358
  var t = c[12], i = c[13];
4391
4359
  return c[14], c[15], c.length === 16 ? [e, a, r, s, t, i] : null;
4392
4360
  }, Gu = {
4393
- matrix: _u,
4394
- matrix3d: Ou
4361
+ matrix: Ou,
4362
+ matrix3d: Pu
4395
4363
  }, j8 = {
4396
4364
  type: 16,
4397
4365
  number: 50,
@@ -4739,7 +4707,7 @@ var Yu = {
4739
4707
  var a, r;
4740
4708
  this.animationDuration = z(c, nm, e.animationDuration), this.backgroundClip = z(c, Th, e.backgroundClip), this.backgroundColor = z(c, Dh, e.backgroundColor), this.backgroundImage = z(c, Yh, e.backgroundImage), this.backgroundOrigin = z(c, Jh, e.backgroundOrigin), this.backgroundPosition = z(c, $h, e.backgroundPosition), this.backgroundRepeat = z(c, jh, e.backgroundRepeat), this.backgroundSize = z(c, Au, e.backgroundSize), this.borderTopColor = z(c, eu, e.borderTopColor), this.borderRightColor = z(c, au, e.borderRightColor), this.borderBottomColor = z(c, ru, e.borderBottomColor), this.borderLeftColor = z(c, su, e.borderLeftColor), this.borderTopLeftRadius = z(c, tu, e.borderTopLeftRadius), this.borderTopRightRadius = z(c, iu, e.borderTopRightRadius), this.borderBottomRightRadius = z(c, nu, e.borderBottomRightRadius), this.borderBottomLeftRadius = z(c, ou, e.borderBottomLeftRadius), this.borderTopStyle = z(c, lu, e.borderTopStyle), this.borderRightStyle = z(c, fu, e.borderRightStyle), this.borderBottomStyle = z(c, hu, e.borderBottomStyle), this.borderLeftStyle = z(c, uu, e.borderLeftStyle), this.borderTopWidth = z(c, mu, e.borderTopWidth), this.borderRightWidth = z(c, Hu, e.borderRightWidth), this.borderBottomWidth = z(c, vu, e.borderBottomWidth), this.borderLeftWidth = z(c, Cu, e.borderLeftWidth), this.boxShadow = z(c, lm, e.boxShadow), this.color = z(c, Bu, e.color), this.direction = z(c, pu, e.direction), this.display = z(c, gu, e.display), this.float = z(c, zu, e.cssFloat), this.fontFamily = z(c, Am, e.fontFamily), this.fontSize = z(c, cm, e.fontSize), this.fontStyle = z(c, rm, e.fontStyle), this.fontVariant = z(c, am, e.fontVariant), this.fontWeight = z(c, em, e.fontWeight), this.letterSpacing = z(c, Vu, e.letterSpacing), this.lineBreak = z(c, Mu, e.lineBreak), this.lineHeight = z(c, wu, e.lineHeight), this.listStyleImage = z(c, Lu, e.listStyleImage), this.listStylePosition = z(c, Qu, e.listStylePosition), this.listStyleType = z(c, D6, e.listStyleType), this.marginTop = z(c, Fu, e.marginTop), this.marginRight = z(c, Uu, e.marginRight), this.marginBottom = z(c, bu, e.marginBottom), this.marginLeft = z(c, xu, e.marginLeft), this.opacity = z(c, $u, e.opacity);
4741
4709
  var s = z(c, yu, e.overflow);
4742
- this.overflowX = s[0], this.overflowY = s[s.length > 1 ? 1 : 0], this.overflowWrap = z(c, Su, e.overflowWrap), this.paddingTop = z(c, Nu, e.paddingTop), this.paddingRight = z(c, Eu, e.paddingRight), this.paddingBottom = z(c, ku, e.paddingBottom), this.paddingLeft = z(c, Iu, e.paddingLeft), this.paintOrder = z(c, fm, e.paintOrder), this.position = z(c, Du, e.position), this.textAlign = z(c, Tu, e.textAlign), this.textDecorationColor = z(c, ju, (a = e.textDecorationColor) !== null && a !== void 0 ? a : e.color), this.textDecorationLine = z(c, Zu, (r = e.textDecorationLine) !== null && r !== void 0 ? r : e.textDecoration), this.textShadow = z(c, Ku, e.textShadow), this.textTransform = z(c, Ru, e.textTransform), this.transform = z(c, Pu, e.transform), this.transformOrigin = z(c, Xu, e.transformOrigin), this.visibility = z(c, qu, e.visibility), this.webkitTextStrokeColor = z(c, hm, e.webkitTextStrokeColor), this.webkitTextStrokeWidth = z(c, um, e.webkitTextStrokeWidth), this.wordBreak = z(c, Yu, e.wordBreak), this.zIndex = z(c, Ju, e.zIndex);
4710
+ this.overflowX = s[0], this.overflowY = s[s.length > 1 ? 1 : 0], this.overflowWrap = z(c, Su, e.overflowWrap), this.paddingTop = z(c, Nu, e.paddingTop), this.paddingRight = z(c, Eu, e.paddingRight), this.paddingBottom = z(c, ku, e.paddingBottom), this.paddingLeft = z(c, Iu, e.paddingLeft), this.paintOrder = z(c, fm, e.paintOrder), this.position = z(c, Du, e.position), this.textAlign = z(c, Tu, e.textAlign), this.textDecorationColor = z(c, ju, (a = e.textDecorationColor) !== null && a !== void 0 ? a : e.color), this.textDecorationLine = z(c, Zu, (r = e.textDecorationLine) !== null && r !== void 0 ? r : e.textDecoration), this.textShadow = z(c, Ku, e.textShadow), this.textTransform = z(c, Ru, e.textTransform), this.transform = z(c, _u, e.transform), this.transformOrigin = z(c, Xu, e.transformOrigin), this.visibility = z(c, qu, e.visibility), this.webkitTextStrokeColor = z(c, hm, e.webkitTextStrokeColor), this.webkitTextStrokeWidth = z(c, um, e.webkitTextStrokeWidth), this.wordBreak = z(c, Yu, e.wordBreak), this.zIndex = z(c, Ju, e.zIndex);
4743
4711
  }
4744
4712
  return A.prototype.isVisible = function() {
4745
4713
  return this.display > 0 && this.opacity > 0 && this.visibility === 0;
@@ -4857,7 +4825,7 @@ var Yu = {
4857
4825
  /* PARSE */
4858
4826
  ))
4859
4827
  debugger;
4860
- this.styles = new mm(c, window.getComputedStyle(e, null)), _6(e) && (this.styles.animationDuration.some(function(a) {
4828
+ this.styles = new mm(c, window.getComputedStyle(e, null)), O6(e) && (this.styles.animationDuration.some(function(a) {
4861
4829
  return a > 0;
4862
4830
  }) && (e.style.animationDuration = "0s"), this.styles.transform !== null && (e.style.transform = "none")), this.bounds = V3(this.context, e), K6(
4863
4831
  e,
@@ -4914,8 +4882,8 @@ var pm = function(A) {
4914
4882
  }, A;
4915
4883
  }()
4916
4884
  ), aA = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", Em = typeof Uint8Array > "u" ? [] : new Uint8Array(256);
4917
- for (var P4 = 0; P4 < aA.length; P4++)
4918
- Em[aA.charCodeAt(P4)] = P4;
4885
+ for (var _4 = 0; _4 < aA.length; _4++)
4886
+ Em[aA.charCodeAt(_4)] = _4;
4919
4887
  var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA = 11, nA = 12, oA = 13, lA = 14, m6 = 15, Tm = function(A) {
4920
4888
  for (var c = [], e = 0, a = A.length; e < a; ) {
4921
4889
  var r = A.charCodeAt(e++);
@@ -4941,7 +4909,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
4941
4909
  return s;
4942
4910
  }, Km = Sm(Bm), d2 = "×", H6 = "÷", Rm = function(A) {
4943
4911
  return Km.get(A);
4944
- }, Pm = function(A, c, e) {
4912
+ }, _m = function(A, c, e) {
4945
4913
  var a = e - 2, r = c[a], s = c[e - 1], t = c[e];
4946
4914
  if (s === l6 && t === f6)
4947
4915
  return d2;
@@ -4962,13 +4930,13 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
4962
4930
  return d2;
4963
4931
  }
4964
4932
  return H6;
4965
- }, _m = function(A) {
4933
+ }, Om = function(A) {
4966
4934
  var c = Tm(A), e = c.length, a = 0, r = 0, s = c.map(Rm);
4967
4935
  return {
4968
4936
  next: function() {
4969
4937
  if (a >= e)
4970
4938
  return { done: !0, value: null };
4971
- for (var t = d2; a < e && (t = Pm(c, s, ++a)) === d2; )
4939
+ for (var t = d2; a < e && (t = _m(c, s, ++a)) === d2; )
4972
4940
  ;
4973
4941
  if (t !== d2 || a === e) {
4974
4942
  var i = Dm.apply(null, c.slice(r, a));
@@ -4977,8 +4945,8 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
4977
4945
  return { done: !0, value: null };
4978
4946
  }
4979
4947
  };
4980
- }, Om = function(A) {
4981
- for (var c = _m(A), e = [], a; !(a = c.next()).done; )
4948
+ }, Pm = function(A) {
4949
+ for (var c = Om(A), e = [], a; !(a = c.next()).done; )
4982
4950
  a.value && e.push(a.value.slice());
4983
4951
  return e;
4984
4952
  }, Gm = function(A) {
@@ -5145,7 +5113,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5145
5113
  return e.segment;
5146
5114
  });
5147
5115
  }
5148
- return Om(A);
5116
+ return Pm(A);
5149
5117
  }, Zm = function(A, c) {
5150
5118
  if (r2.SUPPORT_NATIVE_TEXT_SEGMENTATION) {
5151
5119
  var e = new Intl.Segmenter(void 0, {
@@ -5233,7 +5201,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5233
5201
  }
5234
5202
  return c;
5235
5203
  }(N2)
5236
- ), P6 = (
5204
+ ), _6 = (
5237
5205
  /** @class */
5238
5206
  function(A) {
5239
5207
  U2(c, A);
@@ -5285,7 +5253,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5285
5253
  }
5286
5254
  return c;
5287
5255
  }(N2)
5288
- ), P5 = (
5256
+ ), _5 = (
5289
5257
  /** @class */
5290
5258
  function(A) {
5291
5259
  U2(c, A);
@@ -5295,7 +5263,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5295
5263
  }
5296
5264
  return c;
5297
5265
  }(N2)
5298
- ), _5 = (
5266
+ ), O5 = (
5299
5267
  /** @class */
5300
5268
  function(A) {
5301
5269
  U2(c, A);
@@ -5305,7 +5273,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5305
5273
  }
5306
5274
  return c;
5307
5275
  }(N2)
5308
- ), O5 = (
5276
+ ), P5 = (
5309
5277
  /** @class */
5310
5278
  function(A) {
5311
5279
  U2(c, A);
@@ -5338,7 +5306,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5338
5306
  t.styles.isVisible() && (uH(r, t, a) ? t.flags |= 4 : mH(t.styles) && (t.flags |= 2), hH.indexOf(r.tagName) !== -1 && (t.flags |= 8), e.elements.push(t), r.slot, r.shadowRoot ? r3(A, r.shadowRoot, t, a) : !u3(r) && !q5(r) && !m3(r) && r3(A, r, t, a));
5339
5307
  }
5340
5308
  }, G5 = function(A, c) {
5341
- return O6(c) ? new T5(A, c) : Y5(c) ? new D5(A, c) : q5(c) ? new K5(A, c) : HH(c) ? new R5(A, c) : vH(c) ? new P6(A, c) : CH(c) ? new u0(A, c) : m3(c) ? new P5(A, c) : u3(c) ? new _5(A, c) : J5(c) ? new O5(A, c) : new N2(A, c);
5309
+ return P6(c) ? new T5(A, c) : Y5(c) ? new D5(A, c) : q5(c) ? new K5(A, c) : HH(c) ? new R5(A, c) : vH(c) ? new _6(A, c) : CH(c) ? new u0(A, c) : m3(c) ? new _5(A, c) : u3(c) ? new O5(A, c) : J5(c) ? new P5(A, c) : new N2(A, c);
5342
5310
  }, W5 = function(A, c) {
5343
5311
  var e = G5(A, c);
5344
5312
  return e.flags |= 4, r3(A, c, e, e), e;
@@ -5350,7 +5318,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5350
5318
  return A.nodeType === Node.TEXT_NODE;
5351
5319
  }, U1 = function(A) {
5352
5320
  return A.nodeType === Node.ELEMENT_NODE;
5353
- }, _6 = function(A) {
5321
+ }, O6 = function(A) {
5354
5322
  return U1(A) && typeof A.style < "u" && !s3(A);
5355
5323
  }, s3 = function(A) {
5356
5324
  return typeof A.className == "object";
@@ -5370,7 +5338,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5370
5338
  return A.tagName === "CANVAS";
5371
5339
  }, HA = function(A) {
5372
5340
  return A.tagName === "VIDEO";
5373
- }, O6 = function(A) {
5341
+ }, P6 = function(A) {
5374
5342
  return A.tagName === "IMG";
5375
5343
  }, J5 = function(A) {
5376
5344
  return A.tagName === "IFRAME";
@@ -5839,7 +5807,7 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5839
5807
  if (vA(c))
5840
5808
  return this.createStyleClone(c);
5841
5809
  var e = c.cloneNode(!1);
5842
- return O6(e) && (O6(c) && c.currentSrc && c.currentSrc !== c.src && (e.src = c.currentSrc, e.srcset = ""), e.loading === "lazy" && (e.loading = "eager")), CA(e) ? this.createCustomElementClone(e) : e;
5810
+ return P6(e) && (P6(c) && c.currentSrc && c.currentSrc !== c.src && (e.src = c.currentSrc, e.srcset = ""), e.loading === "lazy" && (e.loading = "eager")), CA(e) ? this.createCustomElementClone(e) : e;
5843
5811
  }, A.prototype.createCustomElementClone = function(c) {
5844
5812
  var e = document.createElement("html2canvascustomelement");
5845
5813
  return C6(c.style, e), e;
@@ -5915,11 +5883,11 @@ var km = 1, l6 = 2, f6 = 3, rA = 4, sA = 5, Im = 7, tA = 8, h6 = 9, u6 = 10, iA
5915
5883
  if (!c.ownerDocument)
5916
5884
  return c.cloneNode(!1);
5917
5885
  var a = c.ownerDocument.defaultView;
5918
- if (a && U1(c) && (_6(c) || s3(c))) {
5886
+ if (a && U1(c) && (O6(c) || s3(c))) {
5919
5887
  var r = this.createElementClone(c);
5920
5888
  r.style.transitionProperty = "none";
5921
5889
  var s = a.getComputedStyle(c), t = a.getComputedStyle(c, ":before"), i = a.getComputedStyle(c, ":after");
5922
- this.referenceElement === c && _6(r) && (this.clonedReferenceElement = r), m0(r) && SH(r);
5890
+ this.referenceElement === c && O6(r) && (this.clonedReferenceElement = r), m0(r) && SH(r);
5923
5891
  var n = this.counters.parse(new AA(this.context, s)), o = this.resolvePseudoContent(c, r, t, e4.BEFORE);
5924
5892
  CA(c) && (e = !0), HA(c) || this.cloneChildNodes(c, r, e), o && r.insertBefore(o, r.firstChild);
5925
5893
  var l = this.resolvePseudoContent(c, r, i, e4.AFTER);
@@ -6156,7 +6124,7 @@ var VH = function(A, c) {
6156
6124
  }()
6157
6125
  ), w1 = function(A, c, e) {
6158
6126
  return new g(A.x + (c.x - A.x) * e, A.y + (c.y - A.y) * e);
6159
- }, _4 = (
6127
+ }, O4 = (
6160
6128
  /** @class */
6161
6129
  function() {
6162
6130
  function A(c, e, a, r) {
@@ -6173,7 +6141,7 @@ var VH = function(A, c) {
6173
6141
  }()
6174
6142
  ), z2 = function(A) {
6175
6143
  return A.type === 1;
6176
- }, PH = (
6144
+ }, _H = (
6177
6145
  /** @class */
6178
6146
  function() {
6179
6147
  function A(c) {
@@ -6181,7 +6149,7 @@ var VH = function(A, c) {
6181
6149
  d.push((s + n) / a.width), d.push((m + f) / a.width), d.push((t + C) / a.height), d.push((o + h) / a.height);
6182
6150
  var H = Math.max.apply(Math, d);
6183
6151
  H > 1 && (s /= H, t /= H, n /= H, o /= H, f /= H, h /= H, m /= H, C /= H);
6184
- var v = a.width - n, L = a.height - h, Q = a.width - f, V = a.height - C, p = e.borderTopWidth, x = e.borderRightWidth, S = e.borderBottomWidth, U = e.borderLeftWidth, q = _(e.paddingTop, c.bounds.width), h2 = _(e.paddingRight, c.bounds.width), B2 = _(e.paddingBottom, c.bounds.width), T = _(e.paddingLeft, c.bounds.width);
6152
+ var v = a.width - n, L = a.height - h, Q = a.width - f, V = a.height - C, p = e.borderTopWidth, x = e.borderRightWidth, S = e.borderBottomWidth, U = e.borderLeftWidth, q = O(e.paddingTop, c.bounds.width), h2 = O(e.paddingRight, c.bounds.width), B2 = O(e.paddingBottom, c.bounds.width), T = O(e.paddingLeft, c.bounds.width);
6185
6153
  this.topLeftBorderDoubleOuterBox = s > 0 || t > 0 ? X(a.left + U / 3, a.top + p / 3, s - U / 3, t - p / 3, I.TOP_LEFT) : new g(a.left + U / 3, a.top + p / 3), this.topRightBorderDoubleOuterBox = s > 0 || t > 0 ? X(a.left + v, a.top + p / 3, n - x / 3, o - p / 3, I.TOP_RIGHT) : new g(a.left + a.width - x / 3, a.top + p / 3), this.bottomRightBorderDoubleOuterBox = f > 0 || h > 0 ? X(a.left + Q, a.top + L, f - x / 3, h - S / 3, I.BOTTOM_RIGHT) : new g(a.left + a.width - x / 3, a.top + a.height - S / 3), this.bottomLeftBorderDoubleOuterBox = m > 0 || C > 0 ? X(a.left + U / 3, a.top + V, m - U / 3, C - S / 3, I.BOTTOM_LEFT) : new g(a.left + U / 3, a.top + a.height - S / 3), this.topLeftBorderDoubleInnerBox = s > 0 || t > 0 ? X(a.left + U * 2 / 3, a.top + p * 2 / 3, s - U * 2 / 3, t - p * 2 / 3, I.TOP_LEFT) : new g(a.left + U * 2 / 3, a.top + p * 2 / 3), this.topRightBorderDoubleInnerBox = s > 0 || t > 0 ? X(a.left + v, a.top + p * 2 / 3, n - x * 2 / 3, o - p * 2 / 3, I.TOP_RIGHT) : new g(a.left + a.width - x * 2 / 3, a.top + p * 2 / 3), this.bottomRightBorderDoubleInnerBox = f > 0 || h > 0 ? X(a.left + Q, a.top + L, f - x * 2 / 3, h - S * 2 / 3, I.BOTTOM_RIGHT) : new g(a.left + a.width - x * 2 / 3, a.top + a.height - S * 2 / 3), this.bottomLeftBorderDoubleInnerBox = m > 0 || C > 0 ? X(a.left + U * 2 / 3, a.top + V, m - U * 2 / 3, C - S * 2 / 3, I.BOTTOM_LEFT) : new g(a.left + U * 2 / 3, a.top + a.height - S * 2 / 3), this.topLeftBorderStroke = s > 0 || t > 0 ? X(a.left + U / 2, a.top + p / 2, s - U / 2, t - p / 2, I.TOP_LEFT) : new g(a.left + U / 2, a.top + p / 2), this.topRightBorderStroke = s > 0 || t > 0 ? X(a.left + v, a.top + p / 2, n - x / 2, o - p / 2, I.TOP_RIGHT) : new g(a.left + a.width - x / 2, a.top + p / 2), this.bottomRightBorderStroke = f > 0 || h > 0 ? X(a.left + Q, a.top + L, f - x / 2, h - S / 2, I.BOTTOM_RIGHT) : new g(a.left + a.width - x / 2, a.top + a.height - S / 2), this.bottomLeftBorderStroke = m > 0 || C > 0 ? X(a.left + U / 2, a.top + V, m - U / 2, C - S / 2, I.BOTTOM_LEFT) : new g(a.left + U / 2, a.top + a.height - S / 2), this.topLeftBorderBox = s > 0 || t > 0 ? X(a.left, a.top, s, t, I.TOP_LEFT) : new g(a.left, a.top), this.topRightBorderBox = n > 0 || o > 0 ? X(a.left + v, a.top, n, o, I.TOP_RIGHT) : new g(a.left + a.width, a.top), this.bottomRightBorderBox = f > 0 || h > 0 ? X(a.left + Q, a.top + L, f, h, I.BOTTOM_RIGHT) : new g(a.left + a.width, a.top + a.height), this.bottomLeftBorderBox = m > 0 || C > 0 ? X(a.left, a.top + V, m, C, I.BOTTOM_LEFT) : new g(a.left, a.top + a.height), this.topLeftPaddingBox = s > 0 || t > 0 ? X(a.left + U, a.top + p, Math.max(0, s - U), Math.max(0, t - p), I.TOP_LEFT) : new g(a.left + U, a.top + p), this.topRightPaddingBox = n > 0 || o > 0 ? X(a.left + Math.min(v, a.width - x), a.top + p, v > a.width + x ? 0 : Math.max(0, n - x), Math.max(0, o - p), I.TOP_RIGHT) : new g(a.left + a.width - x, a.top + p), this.bottomRightPaddingBox = f > 0 || h > 0 ? X(a.left + Math.min(Q, a.width - U), a.top + Math.min(L, a.height - S), Math.max(0, f - x), Math.max(0, h - S), I.BOTTOM_RIGHT) : new g(a.left + a.width - x, a.top + a.height - S), this.bottomLeftPaddingBox = m > 0 || C > 0 ? X(a.left + U, a.top + Math.min(V, a.height - S), Math.max(0, m - U), Math.max(0, C - S), I.BOTTOM_LEFT) : new g(a.left + U, a.top + a.height - S), this.topLeftContentBox = s > 0 || t > 0 ? X(a.left + U + T, a.top + p + q, Math.max(0, s - (U + T)), Math.max(0, t - (p + q)), I.TOP_LEFT) : new g(a.left + U + T, a.top + p + q), this.topRightContentBox = n > 0 || o > 0 ? X(a.left + Math.min(v, a.width + U + T), a.top + p + q, v > a.width + U + T ? 0 : n - U + T, o - (p + q), I.TOP_RIGHT) : new g(a.left + a.width - (x + h2), a.top + p + q), this.bottomRightContentBox = f > 0 || h > 0 ? X(a.left + Math.min(Q, a.width - (U + T)), a.top + Math.min(L, a.height + p + q), Math.max(0, f - (x + h2)), h - (S + B2), I.BOTTOM_RIGHT) : new g(a.left + a.width - (x + h2), a.top + a.height - (S + B2)), this.bottomLeftContentBox = m > 0 || C > 0 ? X(a.left + U + T, a.top + V, Math.max(0, m - (U + T)), C - (S + B2), I.BOTTOM_LEFT) : new g(a.left + U + T, a.top + a.height - (S + B2));
6186
6154
  }
6187
6155
  return A;
@@ -6194,18 +6162,18 @@ var X = function(A, c, e, a, r) {
6194
6162
  var s = 4 * ((Math.sqrt(2) - 1) / 3), t = e * s, i = a * s, n = A + e, o = c + a;
6195
6163
  switch (r) {
6196
6164
  case I.TOP_LEFT:
6197
- return new _4(new g(A, o), new g(A, o - i), new g(n - t, c), new g(n, c));
6165
+ return new O4(new g(A, o), new g(A, o - i), new g(n - t, c), new g(n, c));
6198
6166
  case I.TOP_RIGHT:
6199
- return new _4(new g(A, c), new g(A + t, c), new g(n, o - i), new g(n, o));
6167
+ return new O4(new g(A, c), new g(A + t, c), new g(n, o - i), new g(n, o));
6200
6168
  case I.BOTTOM_RIGHT:
6201
- return new _4(new g(n, c), new g(n, c + i), new g(A + t, o), new g(A, o));
6169
+ return new O4(new g(n, c), new g(n, c + i), new g(A + t, o), new g(A, o));
6202
6170
  case I.BOTTOM_LEFT:
6203
6171
  default:
6204
- return new _4(new g(n, o), new g(n - t, o), new g(A, c + i), new g(A, c));
6172
+ return new O4(new g(n, o), new g(n - t, o), new g(A, c + i), new g(A, c));
6205
6173
  }
6206
6174
  }, H3 = function(A) {
6207
6175
  return [A.topLeftBorderBox, A.topRightBorderBox, A.bottomRightBorderBox, A.bottomLeftBorderBox];
6208
- }, _H = function(A) {
6176
+ }, OH = function(A) {
6209
6177
  return [
6210
6178
  A.topLeftContentBox,
6211
6179
  A.topRightContentBox,
@@ -6219,7 +6187,7 @@ var X = function(A, c, e, a, r) {
6219
6187
  A.bottomRightPaddingBox,
6220
6188
  A.bottomLeftPaddingBox
6221
6189
  ];
6222
- }, OH = (
6190
+ }, PH = (
6223
6191
  /** @class */
6224
6192
  function() {
6225
6193
  function A(c, e, a) {
@@ -6227,7 +6195,7 @@ var X = function(A, c, e, a, r) {
6227
6195
  }
6228
6196
  return A;
6229
6197
  }()
6230
- ), O4 = (
6198
+ ), P4 = (
6231
6199
  /** @class */
6232
6200
  function() {
6233
6201
  function A(c, e) {
@@ -6279,21 +6247,21 @@ var X = function(A, c, e, a, r) {
6279
6247
  /** @class */
6280
6248
  function() {
6281
6249
  function A(c, e) {
6282
- if (this.container = c, this.parent = e, this.effects = [], this.curves = new PH(this.container), this.container.styles.opacity < 1 && this.effects.push(new GH(this.container.styles.opacity)), this.container.styles.transform !== null) {
6250
+ if (this.container = c, this.parent = e, this.effects = [], this.curves = new _H(this.container), this.container.styles.opacity < 1 && this.effects.push(new GH(this.container.styles.opacity)), this.container.styles.transform !== null) {
6283
6251
  var a = this.container.bounds.left + this.container.styles.transformOrigin[0].number, r = this.container.bounds.top + this.container.styles.transformOrigin[1].number, s = this.container.styles.transform;
6284
- this.effects.push(new OH(a, r, s));
6252
+ this.effects.push(new PH(a, r, s));
6285
6253
  }
6286
6254
  if (this.container.styles.overflowX !== 0) {
6287
6255
  var t = H3(this.curves), i = v3(this.curves);
6288
- wA(t, i) ? this.effects.push(new O4(
6256
+ wA(t, i) ? this.effects.push(new P4(
6289
6257
  t,
6290
6258
  6
6291
6259
  /* CONTENT */
6292
- )) : (this.effects.push(new O4(
6260
+ )) : (this.effects.push(new P4(
6293
6261
  t,
6294
6262
  2
6295
6263
  /* BACKGROUND_BORDERS */
6296
- )), this.effects.push(new O4(
6264
+ )), this.effects.push(new P4(
6297
6265
  i,
6298
6266
  4
6299
6267
  /* CONTENT */
@@ -6316,7 +6284,7 @@ var X = function(A, c, e, a, r) {
6316
6284
  /* FIXED */
6317
6285
  ].indexOf(a.container.styles.position) === -1, a.container.styles.overflowX !== 0) {
6318
6286
  var t = H3(a.curves), i = v3(a.curves);
6319
- wA(t, i) || r.unshift(new O4(
6287
+ wA(t, i) || r.unshift(new P4(
6320
6288
  i,
6321
6289
  6
6322
6290
  /* CONTENT */
@@ -6380,7 +6348,7 @@ var X = function(A, c, e, a, r) {
6380
6348
  ) && r7(r, n);
6381
6349
  });
6382
6350
  }, r7 = function(A, c) {
6383
- for (var e = A instanceof P6 ? A.start : 1, a = A instanceof P6 ? A.reversed : !1, r = 0; r < c.length; r++) {
6351
+ for (var e = A instanceof _6 ? A.start : 1, a = A instanceof _6 ? A.reversed : !1, r = 0; r < c.length; r++) {
6384
6352
  var s = c[r];
6385
6353
  s.container instanceof R5 && typeof s.container.value == "number" && s.container.value !== 0 && (e = s.container.value), s.listValue = n4(e, s.container.styles.listStyleType, !0), e += a ? -1 : 1;
6386
6354
  }
@@ -6445,7 +6413,7 @@ var X = function(A, c, e, a, r) {
6445
6413
  var c = A.bounds, e = A.styles;
6446
6414
  return c.add(e.borderLeftWidth, e.borderTopWidth, -(e.borderRightWidth + e.borderLeftWidth), -(e.borderTopWidth + e.borderBottomWidth));
6447
6415
  }, C3 = function(A) {
6448
- var c = A.styles, e = A.bounds, a = _(c.paddingLeft, e.width), r = _(c.paddingRight, e.width), s = _(c.paddingTop, e.width), t = _(c.paddingBottom, e.width);
6416
+ var c = A.styles, e = A.bounds, a = O(c.paddingLeft, e.width), r = O(c.paddingRight, e.width), s = O(c.paddingTop, e.width), t = O(c.paddingBottom, e.width);
6449
6417
  return e.add(a + c.borderLeftWidth, s + c.borderTopWidth, -(c.borderRightWidth + c.borderLeftWidth + a + r), -(c.borderTopWidth + c.borderBottomWidth + s + t));
6450
6418
  }, ZH = function(A, c) {
6451
6419
  return A === 0 ? c.bounds : A === 2 ? C3(c) : s7(c);
@@ -6463,7 +6431,7 @@ var X = function(A, c, e, a, r) {
6463
6431
  if (!t)
6464
6432
  return [0, 0];
6465
6433
  if (j(t) && i && j(i))
6466
- return [_(t, e.width), _(i, e.height)];
6434
+ return [O(t, e.width), O(i, e.height)];
6467
6435
  var n = W4(s);
6468
6436
  if (K(t) && (t.value === y1.CONTAIN || t.value === y1.COVER)) {
6469
6437
  if (W4(s)) {
@@ -6487,10 +6455,10 @@ var X = function(A, c, e, a, r) {
6487
6455
  }
6488
6456
  if (n) {
6489
6457
  var H = 0, v = 0;
6490
- return j(t) ? H = _(t, e.width) : j(i) && (v = _(i, e.height)), L1(t) ? H = v * s : (!i || L1(i)) && (v = H / s), [H, v];
6458
+ return j(t) ? H = O(t, e.width) : j(i) && (v = O(i, e.height)), L1(t) ? H = v * s : (!i || L1(i)) && (v = H / s), [H, v];
6491
6459
  }
6492
6460
  var L = null, Q = null;
6493
- if (j(t) ? L = _(t, e.width) : i && j(i) && (Q = _(i, e.height)), L !== null && (!i || L1(i)) && (Q = l && f ? L / a * r : e.height), Q !== null && L1(t) && (L = l && f ? Q / r * a : e.width), L !== null && Q !== null)
6461
+ if (j(t) ? L = O(t, e.width) : i && j(i) && (Q = O(i, e.height)), L !== null && (!i || L1(i)) && (Q = l && f ? L / a * r : e.height), Q !== null && L1(t) && (L = l && f ? Q / r * a : e.width), L !== null && Q !== null)
6494
6462
  return [L, Q];
6495
6463
  throw new Error("Unable to calculate background-size for element");
6496
6464
  }, F1 = function(A, c) {
@@ -6711,7 +6679,7 @@ var X = function(A, c, e, a, r) {
6711
6679
  case 11:
6712
6680
  return p.sent(), this.context.logger.error("Error loading svg " + a.svg.substring(0, 255)), [3, 12];
6713
6681
  case 12:
6714
- return a instanceof O5 && a.tree ? (o = new c(this.context, {
6682
+ return a instanceof P5 && a.tree ? (o = new c(this.context, {
6715
6683
  scale: this.options.scale,
6716
6684
  backgroundColor: a.backgroundColor,
6717
6685
  x: 0,
@@ -6766,7 +6734,7 @@ var X = function(A, c, e, a, r) {
6766
6734
  case 18:
6767
6735
  return [3, 20];
6768
6736
  case 19:
6769
- e.listValue && a.styles.listStyleType !== -1 && (Q = this.createFontStyle(s)[0], this.ctx.font = Q, this.ctx.fillStyle = e2(s.color), this.ctx.textBaseline = "middle", this.ctx.textAlign = "right", V = new R2(a.bounds.left, a.bounds.top + _(a.styles.paddingTop, a.bounds.width), a.bounds.width, $8(s.lineHeight, s.fontSize.number) / 2 + 1), this.renderTextWithLetterSpacing(new c4(e.listValue, V), s.letterSpacing, $8(s.lineHeight, s.fontSize.number) / 2 + 2), this.ctx.textBaseline = "bottom", this.ctx.textAlign = "left"), p.label = 20;
6737
+ e.listValue && a.styles.listStyleType !== -1 && (Q = this.createFontStyle(s)[0], this.ctx.font = Q, this.ctx.fillStyle = e2(s.color), this.ctx.textBaseline = "middle", this.ctx.textAlign = "right", V = new R2(a.bounds.left, a.bounds.top + O(a.styles.paddingTop, a.bounds.width), a.bounds.width, $8(s.lineHeight, s.fontSize.number) / 2 + 1), this.renderTextWithLetterSpacing(new c4(e.listValue, V), s.letterSpacing, $8(s.lineHeight, s.fontSize.number) / 2 + 2), this.ctx.textBaseline = "bottom", this.ctx.textAlign = "left"), p.label = 20;
6770
6738
  case 20:
6771
6739
  return [
6772
6740
  2
@@ -6907,7 +6875,7 @@ var X = function(A, c, e, a, r) {
6907
6875
  null,
6908
6876
  null,
6909
6877
  null
6910
- ]), q = U[0], h2 = U[1], B2 = U[2], T = U[3], a2 = U[4], W2 = l.position.length === 0 ? [o0] : l.position, u2 = _(W2[0], T), m2 = _(W2[W2.length - 1], a2), i1 = Ph(l, u2, m2, T, a2), b2 = i1[0], X2 = i1[1], b2 > 0 && X2 > 0 && (n1 = s.ctx.createRadialGradient(h2 + u2, B2 + m2, 0, h2 + u2, B2 + m2, b2), Y8(l.stops, b2 * 2).forEach(function(T1) {
6878
+ ]), q = U[0], h2 = U[1], B2 = U[2], T = U[3], a2 = U[4], W2 = l.position.length === 0 ? [o0] : l.position, u2 = O(W2[0], T), m2 = O(W2[W2.length - 1], a2), i1 = _h(l, u2, m2, T, a2), b2 = i1[0], X2 = i1[1], b2 > 0 && X2 > 0 && (n1 = s.ctx.createRadialGradient(h2 + u2, B2 + m2, 0, h2 + u2, B2 + m2, b2), Y8(l.stops, b2 * 2).forEach(function(T1) {
6911
6879
  return n1.addColorStop(T1.stop, e2(T1.color));
6912
6880
  }), s.path(q), s.ctx.fillStyle = n1, b2 !== X2 ? (o1 = e.bounds.left + 0.5 * e.bounds.width, E2 = e.bounds.top + 0.5 * e.bounds.height, l1 = X2 / b2, k2 = 1 / l1, s.ctx.save(), s.ctx.translate(o1, E2), s.ctx.transform(1, 0, 0, l1, 0, 0), s.ctx.translate(-o1, -E2), s.ctx.fillRect(h2, k2 * (B2 - E2) + E2, T, a2 * k2), s.ctx.restore()) : s.ctx.fill())), g1.label = 6;
6913
6881
  case 6:
@@ -7051,13 +7019,13 @@ var X = function(A, c, e, a, r) {
7051
7019
  }, c;
7052
7020
  }(t7)
7053
7021
  ), iv = function(A) {
7054
- return A instanceof _5 || A instanceof P5 ? !0 : A instanceof u0 && A.type !== h3 && A.type !== f3;
7022
+ return A instanceof O5 || A instanceof _5 ? !0 : A instanceof u0 && A.type !== h3 && A.type !== f3;
7055
7023
  }, nv = function(A, c) {
7056
7024
  switch (A) {
7057
7025
  case 0:
7058
7026
  return H3(c);
7059
7027
  case 2:
7060
- return _H(c);
7028
+ return OH(c);
7061
7029
  case 1:
7062
7030
  default:
7063
7031
  return v3(c);
@@ -7198,11 +7166,11 @@ var Cv = function(A, c) {
7198
7166
  }, Bv = function(A, c, e) {
7199
7167
  var a = c.ownerDocument, r = a.documentElement ? Z1(A, getComputedStyle(a.documentElement).backgroundColor) : K2.TRANSPARENT, s = a.body ? Z1(A, getComputedStyle(a.body).backgroundColor) : K2.TRANSPARENT, t = typeof e == "string" ? Z1(A, e) : e === null ? K2.TRANSPARENT : 4294967295;
7200
7168
  return c === a.documentElement ? e1(r) ? e1(s) ? t : s : r : t;
7201
- }, _1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, pv = { exports: {} };
7169
+ }, O1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, pv = { exports: {} };
7202
7170
  (function(A, c) {
7203
7171
  (function(e, a) {
7204
7172
  a();
7205
- })(_1, function() {
7173
+ })(O1, function() {
7206
7174
  function e(o, l) {
7207
7175
  return typeof l > "u" ? l = { autoBom: !1 } : typeof l != "object" && (console.warn("Deprecated: Expected third argument to be a object"), l = { autoBom: !l }), l.autoBom && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(o.type) ? new Blob(["\uFEFF", o], { type: o.type }) : o;
7208
7176
  }
@@ -7231,7 +7199,7 @@ var Cv = function(A, c) {
7231
7199
  l.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), o.dispatchEvent(l);
7232
7200
  }
7233
7201
  }
7234
- var t = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof _1 == "object" && _1.global === _1 ? _1 : void 0, i = t.navigator && /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent), n = t.saveAs || (typeof window != "object" || window !== t ? function() {
7202
+ var t = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof O1 == "object" && O1.global === O1 ? O1 : void 0, i = t.navigator && /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent), n = t.saveAs || (typeof window != "object" || window !== t ? function() {
7235
7203
  } : "download" in HTMLAnchorElement.prototype && !i ? function(o, l, f) {
7236
7204
  var h = t.URL || t.webkitURL, u = document.createElement("a");
7237
7205
  l = l || o.name || "download", u.download = l, u.rel = "noopener", typeof o == "string" ? (u.href = o, u.origin === location.origin ? s(u) : r(u.href) ? a(o, l, f) : s(u, u.target = "_blank")) : (u.href = h.createObjectURL(o), setTimeout(function() {
@@ -7396,21 +7364,21 @@ try {
7396
7364
  }
7397
7365
  var Fv = v0.navigator || {}, xA = Fv.userAgent, yA = xA === void 0 ? "" : xA, r1 = v0, W = n7, SA = o7, X4 = l7;
7398
7366
  r1.document;
7399
- var G2 = !!W.documentElement && !!W.head && typeof W.addEventListener == "function" && typeof W.createElement == "function", f7 = ~yA.indexOf("MSIE") || ~yA.indexOf("Trident/"), q4, Y4, J4, $4, j4, P2 = "___FONT_AWESOME___", Y6 = 16, h7 = "fa", u7 = "svg-inline--fa", B1 = "data-fa-i2svg", J6 = "data-fa-pseudo-element", Uv = "data-fa-pseudo-element-pending", C0 = "data-prefix", B0 = "data-icon", NA = "fontawesome-i2svg", bv = "async", xv = ["HTML", "HEAD", "STYLE", "SCRIPT"], m7 = function() {
7367
+ var G2 = !!W.documentElement && !!W.head && typeof W.addEventListener == "function" && typeof W.createElement == "function", f7 = ~yA.indexOf("MSIE") || ~yA.indexOf("Trident/"), q4, Y4, J4, $4, j4, _2 = "___FONT_AWESOME___", Y6 = 16, h7 = "fa", u7 = "svg-inline--fa", B1 = "data-fa-i2svg", J6 = "data-fa-pseudo-element", Uv = "data-fa-pseudo-element-pending", C0 = "data-prefix", B0 = "data-icon", NA = "fontawesome-i2svg", bv = "async", xv = ["HTML", "HEAD", "STYLE", "SCRIPT"], m7 = function() {
7400
7368
  try {
7401
7369
  return process.env.NODE_ENV === "production";
7402
7370
  } catch {
7403
7371
  return !1;
7404
7372
  }
7405
- }(), O = "classic", Y = "sharp", p0 = [O, Y];
7373
+ }(), P = "classic", Y = "sharp", p0 = [P, Y];
7406
7374
  function C4(A) {
7407
7375
  return new Proxy(A, {
7408
7376
  get: function(e, a) {
7409
- return a in e ? e[a] : e[O];
7377
+ return a in e ? e[a] : e[P];
7410
7378
  }
7411
7379
  });
7412
7380
  }
7413
- var o4 = C4((q4 = {}, c2(q4, O, {
7381
+ var o4 = C4((q4 = {}, c2(q4, P, {
7414
7382
  fa: "solid",
7415
7383
  fas: "solid",
7416
7384
  "fa-solid": "solid",
@@ -7434,7 +7402,7 @@ var o4 = C4((q4 = {}, c2(q4, O, {
7434
7402
  "fa-regular": "regular",
7435
7403
  fasl: "light",
7436
7404
  "fa-light": "light"
7437
- }), q4)), l4 = C4((Y4 = {}, c2(Y4, O, {
7405
+ }), q4)), l4 = C4((Y4 = {}, c2(Y4, P, {
7438
7406
  solid: "fas",
7439
7407
  regular: "far",
7440
7408
  light: "fal",
@@ -7446,7 +7414,7 @@ var o4 = C4((q4 = {}, c2(q4, O, {
7446
7414
  solid: "fass",
7447
7415
  regular: "fasr",
7448
7416
  light: "fasl"
7449
- }), Y4)), f4 = C4((J4 = {}, c2(J4, O, {
7417
+ }), Y4)), f4 = C4((J4 = {}, c2(J4, P, {
7450
7418
  fab: "fa-brands",
7451
7419
  fad: "fa-duotone",
7452
7420
  fak: "fa-kit",
@@ -7458,7 +7426,7 @@ var o4 = C4((q4 = {}, c2(q4, O, {
7458
7426
  fass: "fa-solid",
7459
7427
  fasr: "fa-regular",
7460
7428
  fasl: "fa-light"
7461
- }), J4)), yv = C4(($4 = {}, c2($4, O, {
7429
+ }), J4)), yv = C4(($4 = {}, c2($4, P, {
7462
7430
  "fa-brands": "fab",
7463
7431
  "fa-duotone": "fad",
7464
7432
  "fa-kit": "fak",
@@ -7470,7 +7438,7 @@ var o4 = C4((q4 = {}, c2(q4, O, {
7470
7438
  "fa-solid": "fass",
7471
7439
  "fa-regular": "fasr",
7472
7440
  "fa-light": "fasl"
7473
- }), $4)), Sv = /fa(s|r|l|t|d|b|k|ss|sr|sl)?[\-\ ]/, H7 = "fa-layers-text", Nv = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i, Ev = C4((j4 = {}, c2(j4, O, {
7441
+ }), $4)), Sv = /fa(s|r|l|t|d|b|k|ss|sr|sl)?[\-\ ]/, H7 = "fa-layers-text", Nv = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i, Ev = C4((j4 = {}, c2(j4, P, {
7474
7442
  900: "fas",
7475
7443
  400: "far",
7476
7444
  normal: "far",
@@ -7486,7 +7454,7 @@ var o4 = C4((q4 = {}, c2(q4, O, {
7486
7454
  PRIMARY: "primary",
7487
7455
  SECONDARY: "secondary"
7488
7456
  }, h4 = /* @__PURE__ */ new Set();
7489
- Object.keys(l4[O]).map(h4.add.bind(h4));
7457
+ Object.keys(l4[P]).map(h4.add.bind(h4));
7490
7458
  Object.keys(l4[Y]).map(h4.add.bind(h4));
7491
7459
  var Tv = [].concat(p0, v4(h4), ["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", m1.GROUP, m1.SWAP_OPACITY, m1.PRIMARY, m1.SECONDARY]).concat(v7.map(function(A) {
7492
7460
  return "".concat(A, "x");
@@ -7553,7 +7521,7 @@ Object.defineProperty(F, "familyPrefix", {
7553
7521
  });
7554
7522
  r1.FontAwesomeConfig = F;
7555
7523
  var r4 = [];
7556
- function Pv(A) {
7524
+ function _v(A) {
7557
7525
  return r4.push(A), function() {
7558
7526
  r4.splice(r4.indexOf(A), 1);
7559
7527
  };
@@ -7566,7 +7534,7 @@ var q2 = Y6, y2 = {
7566
7534
  flipX: !1,
7567
7535
  flipY: !1
7568
7536
  };
7569
- function _v(A) {
7537
+ function Ov(A) {
7570
7538
  if (!(!A || !G2)) {
7571
7539
  var c = W.createElement("style");
7572
7540
  c.setAttribute("type", "text/css"), c.innerHTML = A;
@@ -7577,10 +7545,10 @@ function _v(A) {
7577
7545
  return W.head.insertBefore(c, a), A;
7578
7546
  }
7579
7547
  }
7580
- var Ov = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
7548
+ var Pv = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
7581
7549
  function u4() {
7582
7550
  for (var A = 12, c = ""; A-- > 0; )
7583
- c += Ov[Math.random() * 62 | 0];
7551
+ c += Pv[Math.random() * 62 | 0];
7584
7552
  return c;
7585
7553
  }
7586
7554
  function I1(A) {
@@ -8394,7 +8362,7 @@ function p7() {
8394
8362
  }
8395
8363
  var EA = !1;
8396
8364
  function d6() {
8397
- F.autoAddCss && !EA && (_v(p7()), EA = !0);
8365
+ F.autoAddCss && !EA && (Ov(p7()), EA = !0);
8398
8366
  }
8399
8367
  var Yv = {
8400
8368
  mixout: function() {
@@ -8415,12 +8383,12 @@ var Yv = {
8415
8383
  }
8416
8384
  };
8417
8385
  }
8418
- }, _2 = r1 || {};
8419
- _2[P2] || (_2[P2] = {});
8420
- _2[P2].styles || (_2[P2].styles = {});
8421
- _2[P2].hooks || (_2[P2].hooks = {});
8422
- _2[P2].shims || (_2[P2].shims = []);
8423
- var F2 = _2[P2], g7 = [], Jv = function A() {
8386
+ }, O2 = r1 || {};
8387
+ O2[_2] || (O2[_2] = {});
8388
+ O2[_2].styles || (O2[_2].styles = {});
8389
+ O2[_2].hooks || (O2[_2].hooks = {});
8390
+ O2[_2].shims || (O2[_2].shims = []);
8391
+ var F2 = O2[_2], g7 = [], Jv = function A() {
8424
8392
  W.removeEventListener("DOMContentLoaded", A), p3 = 1, g7.map(function(c) {
8425
8393
  return c();
8426
8394
  });
@@ -8480,7 +8448,7 @@ function j6(A, c) {
8480
8448
  var e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = e.skipHooks, r = a === void 0 ? !1 : a, s = IA(c);
8481
8449
  typeof F2.hooks.addPack == "function" && !r ? F2.hooks.addPack(A, IA(c)) : F2.styles[A] = M(M({}, F2.styles[A] || {}), s), A === "fas" && j6("fa", c);
8482
8450
  }
8483
- var Z4, A3, c3, b1 = F2.styles, cC = F2.shims, eC = (Z4 = {}, c2(Z4, O, Object.values(f4[O])), c2(Z4, Y, Object.values(f4[Y])), Z4), z0 = null, d7 = {}, z7 = {}, V7 = {}, M7 = {}, w7 = {}, aC = (A3 = {}, c2(A3, O, Object.keys(o4[O])), c2(A3, Y, Object.keys(o4[Y])), A3);
8451
+ var Z4, A3, c3, b1 = F2.styles, cC = F2.shims, eC = (Z4 = {}, c2(Z4, P, Object.values(f4[P])), c2(Z4, Y, Object.values(f4[Y])), Z4), z0 = null, d7 = {}, z7 = {}, V7 = {}, M7 = {}, w7 = {}, aC = (A3 = {}, c2(A3, P, Object.keys(o4[P])), c2(A3, Y, Object.keys(o4[Y])), A3);
8484
8452
  function rC(A) {
8485
8453
  return ~Tv.indexOf(A);
8486
8454
  }
@@ -8537,7 +8505,7 @@ var L7 = function() {
8537
8505
  family: F.familyDefault
8538
8506
  });
8539
8507
  };
8540
- Pv(function(A) {
8508
+ _v(function(A) {
8541
8509
  z0 = N3(A.styleDefault, {
8542
8510
  family: F.familyDefault
8543
8511
  });
@@ -8579,22 +8547,22 @@ var M0 = function() {
8579
8547
  };
8580
8548
  };
8581
8549
  function N3(A) {
8582
- var c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = c.family, a = e === void 0 ? O : e, r = o4[a][A], s = l4[a][A] || l4[a][r], t = A in F2.styles ? A : null;
8550
+ var c = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = c.family, a = e === void 0 ? P : e, r = o4[a][A], s = l4[a][A] || l4[a][r], t = A in F2.styles ? A : null;
8583
8551
  return s || t || null;
8584
8552
  }
8585
- var TA = (c3 = {}, c2(c3, O, Object.keys(f4[O])), c2(c3, Y, Object.keys(f4[Y])), c3);
8553
+ var TA = (c3 = {}, c2(c3, P, Object.keys(f4[P])), c2(c3, Y, Object.keys(f4[Y])), c3);
8586
8554
  function E3(A) {
8587
- var c, e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.skipLookups, r = a === void 0 ? !1 : a, s = (c = {}, c2(c, O, "".concat(F.cssPrefix, "-").concat(O)), c2(c, Y, "".concat(F.cssPrefix, "-").concat(Y)), c), t = null, i = O;
8588
- (A.includes(s[O]) || A.some(function(o) {
8589
- return TA[O].includes(o);
8590
- })) && (i = O), (A.includes(s[Y]) || A.some(function(o) {
8555
+ var c, e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.skipLookups, r = a === void 0 ? !1 : a, s = (c = {}, c2(c, P, "".concat(F.cssPrefix, "-").concat(P)), c2(c, Y, "".concat(F.cssPrefix, "-").concat(Y)), c), t = null, i = P;
8556
+ (A.includes(s[P]) || A.some(function(o) {
8557
+ return TA[P].includes(o);
8558
+ })) && (i = P), (A.includes(s[Y]) || A.some(function(o) {
8591
8559
  return TA[Y].includes(o);
8592
8560
  })) && (i = Y);
8593
8561
  var n = A.reduce(function(o, l) {
8594
8562
  var f = sC(F.cssPrefix, l);
8595
8563
  if (b1[l] ? (l = eC[i].includes(l) ? yv[i][l] : l, t = l, o.prefix = l) : aC[i].indexOf(l) > -1 ? (t = l, o.prefix = N3(l, {
8596
8564
  family: i
8597
- })) : f ? o.iconName = f : l !== F.replacementClass && l !== s[O] && l !== s[Y] && o.rest.push(l), !r && o.prefix && o.iconName) {
8565
+ })) : f ? o.iconName = f : l !== F.replacementClass && l !== s[P] && l !== s[Y] && o.rest.push(l), !r && o.prefix && o.iconName) {
8598
8566
  var h = t === "fa" ? Q7(o.iconName) : {}, u = H1(o.prefix, o.iconName);
8599
8567
  h.prefix && (t = null), o.iconName = h.iconName || u || o.iconName, o.prefix = h.prefix || o.prefix, o.prefix === "far" && !b1.far && b1.fas && !F.autoFetchSvg && (o.prefix = "fas");
8600
8568
  }
@@ -8614,7 +8582,7 @@ var nC = /* @__PURE__ */ function() {
8614
8582
  var t = r.reduce(this._pullDefinitions, {});
8615
8583
  Object.keys(t).forEach(function(i) {
8616
8584
  e.definitions[i] = M(M({}, e.definitions[i] || {}), t[i]), j6(i, t[i]);
8617
- var n = f4[O][i];
8585
+ var n = f4[P][i];
8618
8586
  n && j6(n, t[i]), L7();
8619
8587
  });
8620
8588
  }
@@ -8673,7 +8641,7 @@ function p1(A) {
8673
8641
  s.apply(null, e);
8674
8642
  });
8675
8643
  }
8676
- function O2() {
8644
+ function P2() {
8677
8645
  var A = arguments[0], c = Array.prototype.slice.call(arguments, 1);
8678
8646
  return S1[A] ? S1[A].apply(null, c) : void 0;
8679
8647
  }
@@ -8688,7 +8656,7 @@ var F7 = new nC(), fC = function() {
8688
8656
  }, hC = {
8689
8657
  i2svg: function() {
8690
8658
  var c = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
8691
- return G2 ? (p1("beforeI2svg", c), O2("pseudoElements2svg", c), O2("i2svg", c)) : Promise.reject("Operation requires a DOM of some kind.");
8659
+ return G2 ? (p1("beforeI2svg", c), P2("pseudoElements2svg", c), P2("i2svg", c)) : Promise.reject("Operation requires a DOM of some kind.");
8692
8660
  },
8693
8661
  watch: function() {
8694
8662
  var c = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = c.autoReplaceSvgRoot;
@@ -8830,10 +8798,10 @@ function w0(A) {
8830
8798
  transform: t,
8831
8799
  symbol: i,
8832
8800
  styles: M(M({}, Q), f.styles)
8833
- }), p = a.found && e.found ? O2("generateAbstractMask", V) || {
8801
+ }), p = a.found && e.found ? P2("generateAbstractMask", V) || {
8834
8802
  children: [],
8835
8803
  attributes: {}
8836
- } : O2("generateAbstractIcon", V) || {
8804
+ } : P2("generateAbstractIcon", V) || {
8837
8805
  children: [],
8838
8806
  attributes: {}
8839
8807
  }, x = p.children, S = p.attributes;
@@ -8935,7 +8903,7 @@ function pC(A, c) {
8935
8903
  function e0(A, c) {
8936
8904
  var e = c;
8937
8905
  return c === "fa" && F.styleDefault !== null && (c = s1()), new Promise(function(a, r) {
8938
- if (O2("missingIconAbstract"), e === "fa") {
8906
+ if (P2("missingIconAbstract"), e === "fa") {
8939
8907
  var s = Q7(A) || {};
8940
8908
  A = s.iconName || A, c = s.prefix || c;
8941
8909
  }
@@ -8944,7 +8912,7 @@ function e0(A, c) {
8944
8912
  return a(c0(t));
8945
8913
  }
8946
8914
  pC(A, c), a(M(M({}, BC), {}, {
8947
- icon: F.showMissingIcons && A ? O2("missingIconAbstract") || {} : {}
8915
+ icon: F.showMissingIcons && A ? P2("missingIconAbstract") || {} : {}
8948
8916
  }));
8949
8917
  });
8950
8918
  }
@@ -8963,7 +8931,7 @@ var RA = function() {
8963
8931
  end: U7
8964
8932
  }, t3 = function() {
8965
8933
  };
8966
- function PA(A) {
8934
+ function _A(A) {
8967
8935
  var c = A.getAttribute ? A.getAttribute(B1) : null;
8968
8936
  return typeof c == "string";
8969
8937
  }
@@ -9038,7 +9006,7 @@ var i3 = {
9038
9006
  e.setAttribute(B1, ""), e.innerHTML = t;
9039
9007
  }
9040
9008
  };
9041
- function _A(A) {
9009
+ function OA(A) {
9042
9010
  A();
9043
9011
  }
9044
9012
  function x7(A, c) {
@@ -9046,8 +9014,8 @@ function x7(A, c) {
9046
9014
  if (A.length === 0)
9047
9015
  e();
9048
9016
  else {
9049
- var a = _A;
9050
- F.mutateApproach === bv && (a = r1.requestAnimationFrame || _A), a(function() {
9017
+ var a = OA;
9018
+ F.mutateApproach === bv && (a = r1.requestAnimationFrame || OA), a(function() {
9051
9019
  var r = VC(), s = L0.begin("mutate");
9052
9020
  A.map(r), s(), e();
9053
9021
  });
@@ -9061,14 +9029,14 @@ function r0() {
9061
9029
  Q0 = !1;
9062
9030
  }
9063
9031
  var g3 = null;
9064
- function OA(A) {
9032
+ function PA(A) {
9065
9033
  if (SA && F.observeMutations) {
9066
9034
  var c = A.treeCallback, e = c === void 0 ? t3 : c, a = A.nodeCallback, r = a === void 0 ? t3 : a, s = A.pseudoElementsCallback, t = s === void 0 ? t3 : s, i = A.observeMutationsRoot, n = i === void 0 ? W : i;
9067
9035
  g3 = new SA(function(o) {
9068
9036
  if (!Q0) {
9069
9037
  var l = s1();
9070
9038
  I1(o).forEach(function(f) {
9071
- if (f.type === "childList" && f.addedNodes.length > 0 && !PA(f.addedNodes[0]) && (F.searchPseudoElements && t(f.target), e(f.target)), f.type === "attributes" && f.target.parentNode && F.searchPseudoElements && t(f.target.parentNode), f.type === "attributes" && PA(f.target) && ~Iv.indexOf(f.attributeName))
9039
+ if (f.type === "childList" && f.addedNodes.length > 0 && !_A(f.addedNodes[0]) && (F.searchPseudoElements && t(f.target), e(f.target)), f.type === "attributes" && f.target.parentNode && F.searchPseudoElements && t(f.target.parentNode), f.type === "attributes" && _A(f.target) && ~Iv.indexOf(f.attributeName))
9072
9040
  if (f.attributeName === "class" && dC(f.target)) {
9073
9041
  var h = E3(g0(f.target)), u = h.prefix, m = h.iconName;
9074
9042
  f.target.setAttribute(C0, u || l), m && f.target.setAttribute(B0, m);
@@ -9154,13 +9122,13 @@ function S7(A) {
9154
9122
  var c = F.autoReplaceSvg === "nest" ? GA(A, {
9155
9123
  styleParser: !1
9156
9124
  }) : GA(A);
9157
- return ~c.extra.classes.indexOf(H7) ? O2("generateLayersText", A, c) : O2("generateSvgReplacementMutation", A, c);
9125
+ return ~c.extra.classes.indexOf(H7) ? P2("generateLayersText", A, c) : P2("generateSvgReplacementMutation", A, c);
9158
9126
  }
9159
9127
  var t1 = /* @__PURE__ */ new Set();
9160
9128
  p0.map(function(A) {
9161
9129
  t1.add("fa-".concat(A));
9162
9130
  });
9163
- Object.keys(o4[O]).map(t1.add.bind(t1));
9131
+ Object.keys(o4[P]).map(t1.add.bind(t1));
9164
9132
  Object.keys(o4[Y]).map(t1.add.bind(t1));
9165
9133
  t1 = v4(t1);
9166
9134
  function WA(A) {
@@ -9306,7 +9274,7 @@ var EC = function(c) {
9306
9274
  var a = e.children, r = e.attributes, s = e.main, t = e.transform, i = e.styles, n = S3(i);
9307
9275
  n.length > 0 && (r.style = n);
9308
9276
  var o;
9309
- return d0(t) && (o = O2("generateAbstractTransformGrouping", {
9277
+ return d0(t) && (o = P2("generateAbstractTransformGrouping", {
9310
9278
  main: s,
9311
9279
  transform: t,
9312
9280
  containerWidth: s.width,
@@ -9433,7 +9401,7 @@ function qA(A, c) {
9433
9401
  if (t && !n)
9434
9402
  return A.removeChild(t), a();
9435
9403
  if (n && l !== "none" && l !== "") {
9436
- var f = i.getPropertyValue("content"), h = ~["Sharp"].indexOf(n[2]) ? Y : O, u = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(n[2]) ? l4[h][n[2].toLowerCase()] : Ev[h][o], m = RC(f), C = m.value, d = m.isSecondary, H = n[0].startsWith("FontAwesome"), v = V0(u, C), L = v;
9404
+ var f = i.getPropertyValue("content"), h = ~["Sharp"].indexOf(n[2]) ? Y : P, u = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(n[2]) ? l4[h][n[2].toLowerCase()] : Ev[h][o], m = RC(f), C = m.value, d = m.isSecondary, H = n[0].startsWith("FontAwesome"), v = V0(u, C), L = v;
9437
9405
  if (H) {
9438
9406
  var Q = iC(C);
9439
9407
  Q.iconName && Q.prefix && (v = Q.iconName, u = Q.prefix);
@@ -9463,16 +9431,16 @@ function qA(A, c) {
9463
9431
  a();
9464
9432
  });
9465
9433
  }
9466
- function PC(A) {
9434
+ function _C(A) {
9467
9435
  return Promise.all([qA(A, "::before"), qA(A, "::after")]);
9468
9436
  }
9469
- function _C(A) {
9437
+ function OC(A) {
9470
9438
  return A.parentNode !== document.head && !~xv.indexOf(A.tagName.toUpperCase()) && !A.getAttribute(J6) && (!A.parentNode || A.parentNode.tagName !== "svg");
9471
9439
  }
9472
9440
  function YA(A) {
9473
9441
  if (G2)
9474
9442
  return new Promise(function(c, e) {
9475
- var a = I1(A.querySelectorAll("*")).filter(_C).map(PC), r = L0.begin("searchPseudoElements");
9443
+ var a = I1(A.querySelectorAll("*")).filter(OC).map(_C), r = L0.begin("searchPseudoElements");
9476
9444
  y7(), Promise.all(a).then(function() {
9477
9445
  r(), r0(), c();
9478
9446
  }).catch(function() {
@@ -9480,7 +9448,7 @@ function YA(A) {
9480
9448
  });
9481
9449
  });
9482
9450
  }
9483
- var OC = {
9451
+ var PC = {
9484
9452
  hooks: function() {
9485
9453
  return {
9486
9454
  mutationObserverCallbacks: function(e) {
@@ -9507,14 +9475,14 @@ var OC = {
9507
9475
  hooks: function() {
9508
9476
  return {
9509
9477
  bootstrap: function() {
9510
- OA(Z6("mutationObserverCallbacks", {}));
9478
+ PA(Z6("mutationObserverCallbacks", {}));
9511
9479
  },
9512
9480
  noAuto: function() {
9513
9481
  QC();
9514
9482
  },
9515
9483
  watch: function(e) {
9516
9484
  var a = e.observeMutationsRoot;
9517
- JA ? r0() : OA(Z6("mutationObserverCallbacks", {
9485
+ JA ? r0() : PA(Z6("mutationObserverCallbacks", {
9518
9486
  observeMutationsRoot: a
9519
9487
  }));
9520
9488
  }
@@ -9768,7 +9736,7 @@ var qC = {
9768
9736
  }
9769
9737
  };
9770
9738
  }
9771
- }, $C = [Yv, kC, IC, TC, DC, OC, GC, WC, qC, YC, JC];
9739
+ }, $C = [Yv, kC, IC, TC, DC, PC, GC, WC, qC, YC, JC];
9772
9740
  lC($C, {
9773
9741
  mixoutsTo: g2
9774
9742
  });
@@ -10335,19 +10303,19 @@ var vB = {
10335
10303
  prefix: "fas",
10336
10304
  iconName: "ring",
10337
10305
  icon: [512, 512, [], "f70b", "M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304V208z"]
10338
- }, PB = {
10306
+ }, _B = {
10339
10307
  prefix: "fas",
10340
10308
  iconName: "building-un",
10341
10309
  icon: [384, 512, [], "e4d9", "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16z"]
10342
- }, _B = {
10310
+ }, OB = {
10343
10311
  prefix: "fas",
10344
10312
  iconName: "dice-three",
10345
10313
  icon: [448, 512, [9858], "f527", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
10346
- }, P7 = {
10314
+ }, _7 = {
10347
10315
  prefix: "fas",
10348
10316
  iconName: "calendar-days",
10349
10317
  icon: [448, 512, ["calendar-alt"], "f073", "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z"]
10350
- }, OB = P7, GB = {
10318
+ }, PB = _7, GB = {
10351
10319
  prefix: "fas",
10352
10320
  iconName: "anchor-circle-check",
10353
10321
  icon: [640, 512, [], "e4aa", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"]
@@ -10355,19 +10323,19 @@ var vB = {
10355
10323
  prefix: "fas",
10356
10324
  iconName: "building-circle-arrow-right",
10357
10325
  icon: [640, 512, [], "e4d1", "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V232.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z"]
10358
- }, _7 = {
10326
+ }, O7 = {
10359
10327
  prefix: "fas",
10360
10328
  iconName: "volleyball",
10361
10329
  icon: [512, 512, [127952, "volleyball-ball"], "f45f", "M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z"]
10362
- }, XB = _7, qB = {
10330
+ }, XB = O7, qB = {
10363
10331
  prefix: "fas",
10364
10332
  iconName: "arrows-up-to-line",
10365
10333
  icon: [576, 512, [], "e4c2", "M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z"]
10366
- }, O7 = {
10334
+ }, P7 = {
10367
10335
  prefix: "fas",
10368
10336
  iconName: "sort-down",
10369
10337
  icon: [320, 512, ["sort-desc"], "f0dd", "M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"]
10370
- }, YB = O7, G7 = {
10338
+ }, YB = P7, G7 = {
10371
10339
  prefix: "fas",
10372
10340
  iconName: "circle-minus",
10373
10341
  icon: [512, 512, ["minus-circle"], "f056", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]
@@ -10555,11 +10523,11 @@ var vB = {
10555
10523
  prefix: "fas",
10556
10524
  iconName: "pencil",
10557
10525
  icon: [512, 512, [9999, 61504, "pencil-alt"], "f303", "M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"]
10558
- }, Pp = lc, _p = {
10526
+ }, _p = lc, Op = {
10559
10527
  prefix: "fas",
10560
10528
  iconName: "backward",
10561
10529
  icon: [512, 512, [9194], "f04a", "M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3V256v41.7L459.5 440.6zM256 352V256 128 96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V352z"]
10562
- }, Op = {
10530
+ }, Pp = {
10563
10531
  prefix: "fas",
10564
10532
  iconName: "caret-right",
10565
10533
  icon: [256, 512, [], "f0da", "M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]
@@ -10759,7 +10727,7 @@ var vB = {
10759
10727
  prefix: "fas",
10760
10728
  iconName: "users-slash",
10761
10729
  icon: [640, 512, [], "e073", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320H618.7c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192H106.7zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H485.3c10.5 0 19.5-6 23.9-14.8L324.9 352H261.3zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z"]
10762
- }, Pg = {
10730
+ }, _g = {
10763
10731
  prefix: "fas",
10764
10732
  iconName: "clover",
10765
10733
  icon: [448, 512, [], "e139", "M173.3 32C139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4H61.3C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3h-4.9c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34V93.3C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2C205.1 38.5 189.5 32 173.3 32z"]
@@ -10767,7 +10735,7 @@ var vB = {
10767
10735
  prefix: "fas",
10768
10736
  iconName: "reply",
10769
10737
  icon: [512, 512, [61714, "mail-reply"], "f3e5", "M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"]
10770
- }, _g = Lc, Og = {
10738
+ }, Og = Lc, Pg = {
10771
10739
  prefix: "fas",
10772
10740
  iconName: "star-and-crescent",
10773
10741
  icon: [512, 512, [9770], "f699", "M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z"]
@@ -10943,27 +10911,27 @@ var vB = {
10943
10911
  prefix: "fas",
10944
10912
  iconName: "asterisk",
10945
10913
  icon: [384, 512, [10033, 61545], "2a", "M192 32c17.7 0 32 14.3 32 32V199.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5V64c0-17.7 14.3-32 32-32z"]
10946
- }, Pc = {
10914
+ }, _c = {
10947
10915
  prefix: "fas",
10948
10916
  iconName: "square-check",
10949
10917
  icon: [448, 512, [9745, 9989, 61510, "check-square"], "f14a", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 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"]
10950
- }, Nd = Pc, Ed = {
10918
+ }, Nd = _c, Ed = {
10951
10919
  prefix: "fas",
10952
10920
  iconName: "peseta-sign",
10953
10921
  icon: [384, 512, [], "e221", "M64 32C46.3 32 32 46.3 32 64v96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96V448c0 17.7 14.3 32 32 32s32-14.3 32-32V352h96c77.4 0 142-55 156.8-128H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32H64zM282.5 160H96V96h96c41.8 0 77.4 26.7 90.5 64zM96 224H282.5c-13.2 37.3-48.7 64-90.5 64H96V224z"]
10954
- }, _c = {
10922
+ }, Oc = {
10955
10923
  prefix: "fas",
10956
10924
  iconName: "heading",
10957
10925
  icon: [448, 512, ["header"], "f1dc", "M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z"]
10958
- }, kd = _c, Id = {
10926
+ }, kd = Oc, Id = {
10959
10927
  prefix: "fas",
10960
10928
  iconName: "ghost",
10961
10929
  icon: [384, 512, [128123], "f6e2", "M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0S384 86 384 192V462.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
10962
- }, Oc = {
10930
+ }, Pc = {
10963
10931
  prefix: "fas",
10964
10932
  iconName: "list",
10965
10933
  icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z"]
10966
- }, Td = Oc, Gc = {
10934
+ }, Td = Pc, Gc = {
10967
10935
  prefix: "fas",
10968
10936
  iconName: "square-phone-flip",
10969
10937
  icon: [448, 512, ["phone-square-alt"], "f87b", "M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z"]
@@ -10979,11 +10947,11 @@ var vB = {
10979
10947
  prefix: "fas",
10980
10948
  iconName: "circle-dot",
10981
10949
  icon: [512, 512, [128280, "dot-circle"], "f192", "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"]
10982
- }, Pd = Wc, Xc = {
10950
+ }, _d = Wc, Xc = {
10983
10951
  prefix: "fas",
10984
10952
  iconName: "face-dizzy",
10985
10953
  icon: [512, 512, ["dizzy"], "f567", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z"]
10986
- }, _d = Xc, Od = {
10954
+ }, Od = Xc, Pd = {
10987
10955
  prefix: "fas",
10988
10956
  iconName: "egg",
10989
10957
  icon: [384, 512, [129370], "f7fb", "M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z"]
@@ -11175,11 +11143,11 @@ var vB = {
11175
11143
  prefix: "fas",
11176
11144
  iconName: "stamp",
11177
11145
  icon: [512, 512, [], "f5bf", "M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V413.3c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112H366.2c-29.9 0-54.2-24.3-54.2-54.2zM416 416v32H96V416H416z"]
11178
- }, Pz = {
11146
+ }, _z = {
11179
11147
  prefix: "fas",
11180
11148
  iconName: "stairs",
11181
11149
  icon: [576, 512, [], "e289", "M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z"]
11182
- }, _z = {
11150
+ }, Oz = {
11183
11151
  prefix: "fas",
11184
11152
  iconName: "i",
11185
11153
  icon: [320, 512, [105], "49", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96h96V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 32z"]
@@ -11187,7 +11155,7 @@ var vB = {
11187
11155
  prefix: "fas",
11188
11156
  iconName: "hryvnia-sign",
11189
11157
  icon: [384, 512, [8372, "hryvnia"], "f6f2", "M121.9 116.2C138.3 103.1 158.7 96 179.6 96H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H155.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H52.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2H161c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H331.7c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113H179.6c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"]
11190
- }, Oz = t9, Gz = {
11158
+ }, Pz = t9, Gz = {
11191
11159
  prefix: "fas",
11192
11160
  iconName: "pills",
11193
11161
  icon: [576, 512, [], "f484", "M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"]
@@ -11371,11 +11339,11 @@ var vB = {
11371
11339
  prefix: "fas",
11372
11340
  iconName: "pen-clip",
11373
11341
  icon: [512, 512, ["pen-alt"], "f305", "M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1 0 0-1-1 0 0-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z"]
11374
- }, PV = m9, _V = {
11342
+ }, _V = m9, OV = {
11375
11343
  prefix: "fas",
11376
11344
  iconName: "bridge-circle-exclamation",
11377
11345
  icon: [640, 512, [], "e4ca", "M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"]
11378
- }, OV = {
11346
+ }, PV = {
11379
11347
  prefix: "fas",
11380
11348
  iconName: "user",
11381
11349
  icon: [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"]
@@ -11583,15 +11551,15 @@ var vB = {
11583
11551
  prefix: "fas",
11584
11552
  iconName: "hourglass-start",
11585
11553
  icon: [384, 512, ["hourglass-1"], "f251", "M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM288 437v11H96V437c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z"]
11586
- }, RM = F9, PM = {
11554
+ }, RM = F9, _M = {
11587
11555
  prefix: "fas",
11588
11556
  iconName: "blender-phone",
11589
11557
  icon: [576, 512, [], "f6b6", "M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0H534.1c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H549.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H523.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352H224zm-16 32H496c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z"]
11590
- }, _M = {
11558
+ }, OM = {
11591
11559
  prefix: "fas",
11592
11560
  iconName: "building-wheat",
11593
11561
  icon: [640, 512, [], "e4db", "M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm384 80v16c0 44.2-35.8 80-80 80H544V272c0-44.2 35.8-80 80-80h16zm0 128c0 44.2-35.8 80-80 80H544V384c0-44.2 35.8-80 80-80h16v16zm0 112c0 44.2-35.8 80-80 80H544V496c0-44.2 35.8-80 80-80h16v16zM512 496v16H496c-44.2 0-80-35.8-80-80V416h16c44.2 0 80 35.8 80 80zm0-96H496c-44.2 0-80-35.8-80-80V304h16c44.2 0 80 35.8 80 80v16zm0-128v16H496c-44.2 0-80-35.8-80-80V192h16c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24V160c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24z"]
11594
- }, OM = {
11562
+ }, PM = {
11595
11563
  prefix: "fas",
11596
11564
  iconName: "person-breastfeeding",
11597
11565
  icon: [448, 512, [], "e53a", "M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z"]
@@ -11743,15 +11711,15 @@ var vB = {
11743
11711
  prefix: "fas",
11744
11712
  iconName: "user-minus",
11745
11713
  icon: [640, 512, [], "f503", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM472 200H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]
11746
- }, P9 = {
11714
+ }, _9 = {
11747
11715
  prefix: "fas",
11748
11716
  iconName: "mars-stroke-up",
11749
11717
  icon: [320, 512, [9896, "mars-stroke-v"], "f22a", "M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H184v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H184v24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8V168H104c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z"]
11750
- }, Fw = P9, _9 = {
11718
+ }, Fw = _9, O9 = {
11751
11719
  prefix: "fas",
11752
11720
  iconName: "champagne-glasses",
11753
11721
  icon: [640, 512, [129346, "glass-cheers"], "f79f", "M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z"]
11754
- }, Uw = _9, bw = {
11722
+ }, Uw = O9, bw = {
11755
11723
  prefix: "fas",
11756
11724
  iconName: "clipboard",
11757
11725
  icon: [384, 512, [128203], "f328", "M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
@@ -11759,11 +11727,11 @@ var vB = {
11759
11727
  prefix: "fas",
11760
11728
  iconName: "house-circle-exclamation",
11761
11729
  icon: [640, 512, [], "e50a", "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"]
11762
- }, O9 = {
11730
+ }, P9 = {
11763
11731
  prefix: "fas",
11764
11732
  iconName: "file-arrow-up",
11765
11733
  icon: [384, 512, ["file-upload"], "f574", "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31V408z"]
11766
- }, yw = O9, N0 = {
11734
+ }, yw = P9, N0 = {
11767
11735
  prefix: "fas",
11768
11736
  iconName: "wifi",
11769
11737
  icon: [640, 512, ["wifi-3", "wifi-strong"], "f1eb", "M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"]
@@ -11795,15 +11763,15 @@ var vB = {
11795
11763
  prefix: "fas",
11796
11764
  iconName: "anchor-lock",
11797
11765
  icon: [640, 512, [], "e4ad", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3V446.7c-5.2 .9-10.5 1.3-16 1.3H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"]
11798
- }, Pw = {
11766
+ }, _w = {
11799
11767
  prefix: "fas",
11800
11768
  iconName: "building-ngo",
11801
11769
  icon: [384, 512, [], "e4d7", "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H184v64h16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24H176c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V112zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z"]
11802
- }, _w = {
11770
+ }, Ow = {
11803
11771
  prefix: "fas",
11804
11772
  iconName: "manat-sign",
11805
11773
  icon: [384, 512, [], "e1d5", "M192 32c-17.7 0-32 14.3-32 32V98.7C69.2 113.9 0 192.9 0 288V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32z"]
11806
- }, Ow = {
11774
+ }, Pw = {
11807
11775
  prefix: "fas",
11808
11776
  iconName: "not-equal",
11809
11777
  icon: [448, 512, [], "f53e", "M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H153.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H260.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z"]
@@ -12003,7 +11971,7 @@ var vB = {
12003
11971
  prefix: "fas",
12004
11972
  iconName: "monument",
12005
11973
  icon: [384, 512, [], "f5a6", "M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zM32 448H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
12006
- }, PL = {
11974
+ }, _L = {
12007
11975
  prefix: "fas",
12008
11976
  iconName: "snowplow",
12009
11977
  icon: [640, 512, [], "f7d2", "M298.9 64l68.6 160H256l-64-64V64H298.9zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48V160H96c-17.7 0-32 14.3-32 32V298.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112H368c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V320 235.2L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288H448V256.7c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48H368zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]
@@ -12011,7 +11979,7 @@ var vB = {
12011
11979
  prefix: "fas",
12012
11980
  iconName: "angles-right",
12013
11981
  icon: [512, 512, [187, "angle-double-right"], "f101", "M470.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.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.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 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"]
12014
- }, _L = ne, OL = {
11982
+ }, OL = ne, PL = {
12015
11983
  prefix: "fas",
12016
11984
  iconName: "cannabis",
12017
11985
  icon: [512, 512, [], "f55f", "M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V417.2l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z"]
@@ -12183,11 +12151,11 @@ var vB = {
12183
12151
  prefix: "fas",
12184
12152
  iconName: "hill-avalanche",
12185
12153
  icon: [576, 512, [], "e507", "M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87z"]
12186
- }, P3 = {
12154
+ }, _3 = {
12187
12155
  prefix: "fas",
12188
12156
  iconName: "temperature-empty",
12189
12157
  icon: [320, 512, ["temperature-0", "thermometer-0", "thermometer-empty"], "f2cb", "M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM160 0C98.1 0 48 50.2 48 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]
12190
- }, EQ = P3, kQ = P3, IQ = P3, TQ = {
12158
+ }, EQ = _3, kQ = _3, IQ = _3, TQ = {
12191
12159
  prefix: "fas",
12192
12160
  iconName: "bomb",
12193
12161
  icon: [512, 512, [128163], "f1e2", "M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16h-8z"]
@@ -12203,7 +12171,7 @@ var vB = {
12203
12171
  prefix: "fas",
12204
12172
  iconName: "scale-unbalanced-flip",
12205
12173
  icon: [640, 512, ["balance-scale-right"], "f516", "M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288H200.4zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416H583.3L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z"]
12206
- }, PQ = ze, _Q = {
12174
+ }, _Q = ze, OQ = {
12207
12175
  prefix: "fas",
12208
12176
  iconName: "subscript",
12209
12177
  icon: [512, 512, [], "f12c", "M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V320z"]
@@ -12211,7 +12179,7 @@ var vB = {
12211
12179
  prefix: "fas",
12212
12180
  iconName: "diamond-turn-right",
12213
12181
  icon: [512, 512, ["directions"], "f5eb", "M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56H224c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z"]
12214
- }, OQ = Ve, GQ = {
12182
+ }, PQ = Ve, GQ = {
12215
12183
  prefix: "fas",
12216
12184
  iconName: "burst",
12217
12185
  icon: [512, 512, [], "e4dc", "M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z"]
@@ -12355,11 +12323,11 @@ var vB = {
12355
12323
  prefix: "fas",
12356
12324
  iconName: "guarani-sign",
12357
12325
  icon: [384, 512, [], "e19a", "M192 0c-17.7 0-32 14.3-32 32V66.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224V132c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32zM160 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380V288h92c-11.6 45-47 80.4-92 92z"]
12358
- }, P0 = {
12326
+ }, _0 = {
12359
12327
  prefix: "fas",
12360
12328
  iconName: "arrows-rotate",
12361
12329
  icon: [512, 512, [128472, "refresh", "sync"], "f021", "M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z"]
12362
- }, xF = P0, yF = P0, SF = {
12330
+ }, xF = _0, yF = _0, SF = {
12363
12331
  prefix: "fas",
12364
12332
  iconName: "fire-extinguisher",
12365
12333
  icon: [512, 512, [129519], "f134", "M500.3 7.3C507.7 13.3 512 22.4 512 32v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104H224v34.8c37.8 18 64 56.5 64 101.2V384H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V56h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V416H288zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"]
@@ -12395,11 +12363,11 @@ var vB = {
12395
12363
  prefix: "fas",
12396
12364
  iconName: "arrows-to-dot",
12397
12365
  icon: [512, 512, [], "e4be", "M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
12398
- }, PF = {
12366
+ }, _F = {
12399
12367
  prefix: "fas",
12400
12368
  iconName: "archway",
12401
12369
  icon: [512, 512, [], "f557", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H96h64V352c0-53 43-96 96-96s96 43 96 96V480h64 64c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32V416z"]
12402
- }, _F = {
12370
+ }, OF = {
12403
12371
  prefix: "fas",
12404
12372
  iconName: "heart-circle-check",
12405
12373
  icon: [576, 512, [], "e4fd", "M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"]
@@ -12407,7 +12375,7 @@ var vB = {
12407
12375
  prefix: "fas",
12408
12376
  iconName: "house-chimney-crack",
12409
12377
  icon: [576, 512, ["house-damage"], "f6f1", "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24z"]
12410
- }, OF = Te, De = {
12378
+ }, PF = Te, De = {
12411
12379
  prefix: "fas",
12412
12380
  iconName: "file-zipper",
12413
12381
  icon: [384, 512, ["file-archive"], "f1c6", "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z"]
@@ -12459,15 +12427,15 @@ var vB = {
12459
12427
  prefix: "fas",
12460
12428
  iconName: "a",
12461
12429
  icon: [384, 512, [97], "41", "M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384H290.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8L264 320z"]
12462
- }, Pe = {
12430
+ }, _e = {
12463
12431
  prefix: "fas",
12464
12432
  iconName: "temperature-arrow-down",
12465
12433
  icon: [576, 512, ["temperature-down"], "e03f", "M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64H480V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352H384c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z"]
12466
- }, rU = Pe, _e = {
12434
+ }, rU = _e, Oe = {
12467
12435
  prefix: "fas",
12468
12436
  iconName: "feather-pointed",
12469
12437
  icon: [512, 512, ["feather-alt"], "f56b", "M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"]
12470
- }, sU = _e, tU = {
12438
+ }, sU = Oe, tU = {
12471
12439
  prefix: "fas",
12472
12440
  iconName: "p",
12473
12441
  icon: [320, 512, [112], "50", "M0 96C0 60.7 28.7 32 64 32h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V320 96zM64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288z"]
@@ -12479,11 +12447,11 @@ var vB = {
12479
12447
  prefix: "fas",
12480
12448
  iconName: "newspaper",
12481
12449
  icon: [512, 512, [128240], "f1ea", "M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z"]
12482
- }, Oe = {
12450
+ }, Pe = {
12483
12451
  prefix: "fas",
12484
12452
  iconName: "rectangle-ad",
12485
12453
  icon: [576, 512, ["ad"], "f641", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328H162.8l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280h42.3L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v96 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z"]
12486
- }, oU = Oe, Ge = {
12454
+ }, oU = Pe, Ge = {
12487
12455
  prefix: "fas",
12488
12456
  iconName: "circle-arrow-right",
12489
12457
  icon: [512, 512, ["arrow-circle-right"], "f0a9", "M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z"]
@@ -12499,11 +12467,11 @@ var vB = {
12499
12467
  prefix: "fas",
12500
12468
  iconName: "sort",
12501
12469
  icon: [320, 512, ["unsorted"], "f0dc", "M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"]
12502
- }, uU = We, _0 = {
12470
+ }, uU = We, O0 = {
12503
12471
  prefix: "fas",
12504
12472
  iconName: "list-ol",
12505
12473
  icon: [512, 512, ["list-1-2", "list-numeric"], "f0cb", "M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
12506
- }, mU = _0, HU = _0, vU = {
12474
+ }, mU = O0, HU = O0, vU = {
12507
12475
  prefix: "fas",
12508
12476
  iconName: "person-dress-burst",
12509
12477
  icon: [640, 512, [], "e544", "M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h17.8c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3H474.2c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"]
@@ -12587,11 +12555,11 @@ var vB = {
12587
12555
  prefix: "fas",
12588
12556
  iconName: "cubes-stacked",
12589
12557
  icon: [448, 512, [], "e4e6", "M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z"]
12590
- }, O0 = {
12558
+ }, P0 = {
12591
12559
  prefix: "fas",
12592
12560
  iconName: "won-sign",
12593
12561
  icon: [512, 512, [8361, "krw", "won"], "f159", "M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z"]
12594
- }, IU = O0, TU = O0, DU = {
12562
+ }, IU = P0, TU = P0, DU = {
12595
12563
  prefix: "fas",
12596
12564
  iconName: "virus-covid",
12597
12565
  icon: [512, 512, [], "e4a8", "M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H280V81.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3H464V216c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H430.4c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1V464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V430.4c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280H48v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24s24 10.7 24 24v16H81.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48H216c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]
@@ -12603,11 +12571,11 @@ var vB = {
12603
12571
  prefix: "fas",
12604
12572
  iconName: "f",
12605
12573
  icon: [320, 512, [102], "46", "M64 32C28.7 32 0 60.7 0 96V256 448c0 17.7 14.3 32 32 32s32-14.3 32-32V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z"]
12606
- }, PU = {
12574
+ }, _U = {
12607
12575
  prefix: "fas",
12608
12576
  iconName: "leaf",
12609
12577
  icon: [512, 512, [], "f06c", "M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.2 5.4c-25.9 5.9-50 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z"]
12610
- }, _U = {
12578
+ }, OU = {
12611
12579
  prefix: "fas",
12612
12580
  iconName: "road",
12613
12581
  icon: [576, 512, [128739], "f018", "M256 32H181.2c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480H256V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64H521.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32z"]
@@ -12615,7 +12583,7 @@ var vB = {
12615
12583
  prefix: "fas",
12616
12584
  iconName: "taxi",
12617
12585
  icon: [512, 512, [128662, "cab"], "f1ba", "M192 0c-17.7 0-32 14.3-32 32V64c0 .1 0 .1 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288V432v48c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V432H416v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V432 288c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1c0-.1 0-.1 0-.2V32c0-17.7-14.3-32-32-32H192zM165.4 128H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 224H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
12618
- }, OU = Ze, GU = {
12586
+ }, PU = Ze, GU = {
12619
12587
  prefix: "fas",
12620
12588
  iconName: "person-circle-plus",
12621
12589
  icon: [576, 512, [], "e541", "M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z"]
@@ -12791,11 +12759,11 @@ var vB = {
12791
12759
  prefix: "fas",
12792
12760
  iconName: "r",
12793
12761
  icon: [320, 512, [114], "52", "M64 32C28.7 32 0 60.7 0 96V288 448c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144H64zM176 256H64V96H176c44.2 0 80 35.8 80 80s-35.8 80-80 80z"]
12794
- }, _3 = {
12762
+ }, O3 = {
12795
12763
  prefix: "fas",
12796
12764
  iconName: "temperature-quarter",
12797
12765
  icon: [320, 512, ["temperature-1", "thermometer-1", "thermometer-quarter"], "f2ca", "M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z"]
12798
- }, kb = _3, Ib = _3, Tb = _3, Db = {
12766
+ }, kb = O3, Ib = O3, Tb = O3, Db = {
12799
12767
  prefix: "fas",
12800
12768
  iconName: "cube",
12801
12769
  icon: [512, 512, [], "f1b2", "M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6V377.4c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1v-188L288 246.6v188z"]
@@ -12807,15 +12775,15 @@ var vB = {
12807
12775
  prefix: "fas",
12808
12776
  iconName: "shield-dog",
12809
12777
  icon: [512, 512, [], "e573", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64V160h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80H272v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160h40 8v32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"]
12810
- }, Pb = {
12778
+ }, _b = {
12811
12779
  prefix: "fas",
12812
12780
  iconName: "solar-panel",
12813
12781
  icon: [640, 512, [], "f5ba", "M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384H288v64H224c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H569c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0H122.2zM260.9 64H379.1l10.4 104h-139L260.9 64zM202.3 168H101.4L122.2 64h90.4L202.3 168zM91.8 216H197.5L187.1 320H71L91.8 216zm153.9 0H394.3l10.4 104-169.4 0 10.4-104zm196.8 0H548.2L569 320h-116L442.5 216zm96-48H437.7L427.3 64h90.4l31.4-6.3L517.8 64l20.8 104z"]
12814
- }, _b = {
12782
+ }, Ob = {
12815
12783
  prefix: "fas",
12816
12784
  iconName: "lock-open",
12817
12785
  icon: [576, 512, [], "f3c1", "M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32V144C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V144z"]
12818
- }, Ob = {
12786
+ }, Pb = {
12819
12787
  prefix: "fas",
12820
12788
  iconName: "elevator",
12821
12789
  icon: [512, 512, [], "e16d", "M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H208c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V400zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32V400zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z"]
@@ -13027,11 +12995,11 @@ var vB = {
13027
12995
  prefix: "fas",
13028
12996
  iconName: "ban-smoking",
13029
12997
  icon: [512, 512, [128685, "smoking-ban"], "f54d", "M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32H384v32H333.3zm32 32H400c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48H304c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H229.5z"]
13030
- }, Px = Fa, _x = {
12998
+ }, _x = Fa, Ox = {
13031
12999
  prefix: "fas",
13032
13000
  iconName: "terminal",
13033
13001
  icon: [576, 512, [], "f120", "M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
13034
- }, Ox = {
13002
+ }, Px = {
13035
13003
  prefix: "fas",
13036
13004
  iconName: "mobile-button",
13037
13005
  icon: [384, 512, [], "f10b", "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
@@ -13175,19 +13143,19 @@ var vB = {
13175
13143
  prefix: "fas",
13176
13144
  iconName: "hands-praying",
13177
13145
  icon: [640, 512, ["praying-hands"], "f684", "M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16V219.1c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32V342.3c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480V384c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2V238.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z"]
13178
- }, Ly = Ra, O3 = {
13146
+ }, Ly = Ra, P3 = {
13179
13147
  prefix: "fas",
13180
13148
  iconName: "arrow-rotate-right",
13181
13149
  icon: [512, 512, [8635, "arrow-right-rotate", "arrow-rotate-forward", "redo"], "f01e", "M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H464c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z"]
13182
- }, Qy = O3, Fy = O3, Uy = O3, by = {
13150
+ }, Qy = P3, Fy = P3, Uy = P3, by = {
13183
13151
  prefix: "fas",
13184
13152
  iconName: "biohazard",
13185
13153
  icon: [576, 512, [9763], "f780", "M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z"]
13186
- }, Pa = {
13154
+ }, _a = {
13187
13155
  prefix: "fas",
13188
13156
  iconName: "location-crosshairs",
13189
13157
  icon: [512, 512, ["location"], "f601", "M256 0c17.7 0 32 14.3 32 32V66.7C368.4 80.1 431.9 143.6 445.3 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H445.3C431.9 368.4 368.4 431.9 288 445.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H66.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"]
13190
- }, xy = Pa, yy = {
13158
+ }, xy = _a, yy = {
13191
13159
  prefix: "fas",
13192
13160
  iconName: "mars-double",
13193
13161
  icon: [640, 512, [9891], "f227", "M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312zm88 48h0v0l0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2v.2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7V168c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"]
@@ -13203,19 +13171,19 @@ var vB = {
13203
13171
  prefix: "fas",
13204
13172
  iconName: "lungs-virus",
13205
13173
  icon: [640, 512, [], "e067", "M320 0c17.7 0 32 14.3 32 32V156.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"]
13206
- }, _a = {
13174
+ }, Oa = {
13207
13175
  prefix: "fas",
13208
13176
  iconName: "face-grin-tears",
13209
13177
  icon: [640, 512, [128514, "grin-tears"], "f588", "M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.4 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z"]
13210
- }, ky = _a, Iy = {
13178
+ }, ky = Oa, Iy = {
13211
13179
  prefix: "fas",
13212
13180
  iconName: "phone",
13213
13181
  icon: [512, 512, [128222, 128379], "f095", "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"]
13214
- }, Oa = {
13182
+ }, Pa = {
13215
13183
  prefix: "fas",
13216
13184
  iconName: "calendar-xmark",
13217
13185
  icon: [512, 512, ["calendar-times"], "f273", "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM337 305c9.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.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-47z"]
13218
- }, Ty = Oa, Dy = {
13186
+ }, Ty = Pa, Dy = {
13219
13187
  prefix: "fas",
13220
13188
  iconName: "child-reaching",
13221
13189
  icon: [384, 512, [], "e59d", "M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z"]
@@ -13231,11 +13199,11 @@ var vB = {
13231
13199
  prefix: "fas",
13232
13200
  iconName: "arrow-up-1-9",
13233
13201
  icon: [576, 512, ["sort-numeric-up"], "f163", "M450.7 38c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V108.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"]
13234
- }, Py = Wa, _y = {
13202
+ }, _y = Wa, Oy = {
13235
13203
  prefix: "fas",
13236
13204
  iconName: "door-closed",
13237
13205
  icon: [576, 512, [128682], "f52a", "M96 64c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V448h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 144 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96V64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
13238
- }, Oy = {
13206
+ }, Py = {
13239
13207
  prefix: "fas",
13240
13208
  iconName: "shield-virus",
13241
13209
  icon: [512, 512, [], "e06c", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"]
@@ -13435,15 +13403,15 @@ var vB = {
13435
13403
  prefix: "fas",
13436
13404
  iconName: "satellite",
13437
13405
  icon: [512, 512, [128752], "f7bf", "M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z"]
13438
- }, PS = {
13406
+ }, _S = {
13439
13407
  prefix: "fas",
13440
13408
  iconName: "plane-lock",
13441
13409
  icon: [640, 512, [], "e558", "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2C418 247.6 416 259.6 416 272v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v24 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8V297.3c0-5.7 3.1-11 8.1-13.9L192 178.3V93.7zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z"]
13442
- }, _S = {
13410
+ }, OS = {
13443
13411
  prefix: "fas",
13444
13412
  iconName: "tag",
13445
13413
  icon: [448, 512, [127991], "f02b", "M0 80V229.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.7H48C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
13446
- }, OS = {
13414
+ }, PS = {
13447
13415
  prefix: "fas",
13448
13416
  iconName: "comment",
13449
13417
  icon: [512, 512, [128489, 61669], "f075", "M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"]
@@ -13627,11 +13595,11 @@ var vB = {
13627
13595
  prefix: "fas",
13628
13596
  iconName: "rectangle-list",
13629
13597
  icon: [576, 512, ["list-alt"], "f022", "M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224z"]
13630
- }, RN = Hr, PN = {
13598
+ }, RN = Hr, _N = {
13631
13599
  prefix: "fas",
13632
13600
  iconName: "tarp-droplet",
13633
13601
  icon: [576, 512, [], "e57c", "M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128H197.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64V352H448c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zM448 512l0-128H576L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
13634
- }, _N = {
13602
+ }, ON = {
13635
13603
  prefix: "fas",
13636
13604
  iconName: "house-medical-circle-check",
13637
13605
  icon: [640, 512, [], "e511", "M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm32 0a144 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 0L480 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"]
@@ -13639,7 +13607,7 @@ var vB = {
13639
13607
  prefix: "fas",
13640
13608
  iconName: "person-skiing-nordic",
13641
13609
  icon: [576, 512, ["skiing-nordic"], "f7ca", "M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464H202.8l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.7l54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H159.3c.4 0 .9 0 1.3 0H319.3c.5 0 1 0 1.4 0H504c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24H434.6l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32H426.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464H357.8l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288h2.7z"]
13642
- }, ON = vr, GN = {
13610
+ }, PN = vr, GN = {
13643
13611
  prefix: "fas",
13644
13612
  iconName: "calendar-plus",
13645
13613
  icon: [512, 512, [], "f271", "M128 32V64H80c-26.5 0-48 21.5-48 48v48H480V112c0-26.5-21.5-48-48-48H384V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H192V32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 192H32V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V192zM256 248c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V376H176c-13.3 0-24-10.7-24-24s10.7-24 24-24h56V272c0-13.3 10.7-24 24-24z"]
@@ -13823,7 +13791,7 @@ var vB = {
13823
13791
  prefix: "fas",
13824
13792
  iconName: "plane-up",
13825
13793
  icon: [512, 512, [], "e22d", "M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400V320L21.1 377C10.7 380.4 0 372.7 0 361.8V305.1c0-10.7 5.3-20.7 14.2-26.6L192 160V93.7z"]
13826
- }, PE = {
13794
+ }, _E = {
13827
13795
  prefix: "fas",
13828
13796
  iconName: "piggy-bank",
13829
13797
  icon: [576, 512, [], "f4d3", "M400 96l0 .7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H512c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H256v32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24H68c-11 0-20 9-20 20s9 20 20 20H99.2c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2H384zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]
@@ -13831,7 +13799,7 @@ var vB = {
13831
13799
  prefix: "fas",
13832
13800
  iconName: "battery-half",
13833
13801
  icon: [576, 512, ["battery-3"], "f242", "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm208 96H96V320H288V192z"]
13834
- }, _E = Sr, OE = {
13802
+ }, OE = Sr, PE = {
13835
13803
  prefix: "fas",
13836
13804
  iconName: "mountain-city",
13837
13805
  icon: [640, 512, [], "e52e", "M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H568V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H480V48c0-26.5-21.5-48-48-48H336zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zM224 188.9L283.8 288H223l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512H413.5c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z"]
@@ -13995,23 +13963,23 @@ var vB = {
13995
13963
  prefix: "fas",
13996
13964
  iconName: "mobile",
13997
13965
  icon: [384, 512, [128241, "mobile-android", "mobile-phone"], "f3ce", "M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
13998
- }, xk = A8, yk = A8, Pr = {
13966
+ }, xk = A8, yk = A8, _r = {
13999
13967
  prefix: "fas",
14000
13968
  iconName: "face-meh",
14001
13969
  icon: [512, 512, [128528, "meh"], "f11a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
14002
- }, Sk = Pr, Nk = {
13970
+ }, Sk = _r, Nk = {
14003
13971
  prefix: "fas",
14004
13972
  iconName: "align-center",
14005
13973
  icon: [448, 512, [], "f037", "M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z"]
14006
- }, _r = {
13974
+ }, Or = {
14007
13975
  prefix: "fas",
14008
13976
  iconName: "book-skull",
14009
13977
  icon: [448, 512, ["book-dead"], "f6b7", "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V163.2c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z"]
14010
- }, Ek = _r, Or = {
13978
+ }, Ek = Or, Pr = {
14011
13979
  prefix: "fas",
14012
13980
  iconName: "id-card",
14013
13981
  icon: [576, 512, [62147, "drivers-license"], "f2c2", "M0 96l576 0c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm0 32V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128H0zM64 405.3c0-29.5 23.9-53.3 53.3-53.3H234.7c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16z"]
14014
- }, kk = Or, Gr = {
13982
+ }, kk = Pr, Gr = {
14015
13983
  prefix: "fas",
14016
13984
  iconName: "outdent",
14017
13985
  icon: [448, 512, ["dedent"], "f03b", "M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6V335.3c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z"]
@@ -14023,15 +13991,15 @@ var vB = {
14023
13991
  prefix: "fas",
14024
13992
  iconName: "house",
14025
13993
  icon: [576, 512, [127968, 63498, 63500, "home", "home-alt", "home-lg-alt"], "f015", "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-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"]
14026
- }, Dk = X3, Kk = X3, Rk = X3, Pk = {
13994
+ }, Dk = X3, Kk = X3, Rk = X3, _k = {
14027
13995
  prefix: "fas",
14028
13996
  iconName: "calendar-week",
14029
13997
  icon: [448, 512, [], "f784", "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H368c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z"]
14030
- }, _k = {
13998
+ }, Ok = {
14031
13999
  prefix: "fas",
14032
14000
  iconName: "laptop-medical",
14033
14001
  icon: [640, 512, [], "f812", "M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H352v48c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V272H240c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z"]
14034
- }, Ok = {
14002
+ }, Pk = {
14035
14003
  prefix: "fas",
14036
14004
  iconName: "b",
14037
14005
  icon: [320, 512, [98], "42", "M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H192c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128H64zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288h96 32c35.3 0 64 28.7 64 64s-28.7 64-64 64H64V288z"]
@@ -14211,15 +14179,15 @@ var vB = {
14211
14179
  prefix: "fas",
14212
14180
  iconName: "angle-down",
14213
14181
  icon: [448, 512, [8964], "f107", "M201.4 342.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 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]
14214
- }, PI = {
14182
+ }, _I = {
14215
14183
  prefix: "fas",
14216
14184
  iconName: "car-tunnel",
14217
14185
  icon: [512, 512, [], "e4de", "M256 0C114.6 0 0 114.6 0 256V448c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7H313.6c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6V488c0 9.6-4.2 18.1-10.8 24H448c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24V448H160v40c0 9.6-4.2 18.1-10.8 24H362.8zM190.8 277.5L177 320H335l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]
14218
- }, _I = {
14186
+ }, OI = {
14219
14187
  prefix: "fas",
14220
14188
  iconName: "head-side-cough",
14221
14189
  icon: [640, 512, [], "e061", "M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]
14222
- }, OI = {
14190
+ }, PI = {
14223
14191
  prefix: "fas",
14224
14192
  iconName: "grip-lines",
14225
14193
  icon: [448, 512, [], "f7a4", "M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]
@@ -14415,7 +14383,7 @@ var vB = {
14415
14383
  prefix: "fas",
14416
14384
  iconName: "gauge-high",
14417
14385
  icon: [512, 512, [62461, "tachometer-alt", "tachometer-alt-fast"], "f625", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]
14418
- }, PT = a8, _T = a8, OT = {
14386
+ }, _T = a8, OT = a8, PT = {
14419
14387
  prefix: "fas",
14420
14388
  iconName: "envelope-open-text",
14421
14389
  icon: [512, 512, [], "f658", "M215.4 96H144 107.8 96v8.8V144v40.4 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4v-89V144 104.8 96H404.2 368 296.6 215.4zM0 448V242.1L217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448v0c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v0zM176 160H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
@@ -14603,7 +14571,7 @@ var vB = {
14603
14571
  prefix: "fas",
14604
14572
  iconName: "landmark-dome",
14605
14573
  icon: [512, 512, ["landmark-alt"], "f752", "M248 0h16c13.3 0 24 10.7 24 24V34.7C368.4 48.1 431.9 111.6 445.3 192H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24zM64 288h64V416h40V288h64V416h48V288h64V416h40V288h64V420.3c.6 .3 1.2 .7 1.7 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V288z"]
14606
- }, PD = Ms, _D = {
14574
+ }, _D = Ms, OD = {
14607
14575
  prefix: "fas",
14608
14576
  iconName: "arrow-up",
14609
14577
  icon: [384, 512, [8593], "f062", "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.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"]
@@ -14611,7 +14579,7 @@ var vB = {
14611
14579
  prefix: "fas",
14612
14580
  iconName: "tv",
14613
14581
  icon: [640, 512, [63717, "television", "tv-alt"], "f26c", "M64 64V352H576V64H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM128 448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
14614
- }, OD = l8, GD = l8, WD = {
14582
+ }, PD = l8, GD = l8, WD = {
14615
14583
  prefix: "fas",
14616
14584
  iconName: "shrimp",
14617
14585
  icon: [512, 512, [129424], "e448", "M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H264 88.8 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H464c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM224 456c0 13.3 10.7 24 24 24h72V407.8l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3v69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128H320V320h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]
@@ -14763,11 +14731,11 @@ var vB = {
14763
14731
  prefix: "fas",
14764
14732
  iconName: "tractor",
14765
14733
  icon: [640, 512, [128668], "f722", "M96 64c0-35.3 28.7-64 64-64H266.3c26.2 0 49.7 15.9 59.4 40.2L373.7 160H480V126.2c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9V160h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48H352c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8V480c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1H32c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V192 160 64zm170.3 0H160v96h32H304.7L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z"]
14766
- }, Ps = {
14734
+ }, _s = {
14767
14735
  prefix: "fas",
14768
14736
  iconName: "trash-arrow-up",
14769
14737
  icon: [448, 512, ["trash-restore"], "f829", "M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"]
14770
- }, NK = Ps, EK = {
14738
+ }, NK = _s, EK = {
14771
14739
  prefix: "fas",
14772
14740
  iconName: "arrow-down-up-lock",
14773
14741
  icon: [640, 512, [], "e4b0", "M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288H416V272c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3V224l-128 0H96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32H96V402.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64zM288 320V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H288zm240-80c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"]
@@ -14799,7 +14767,7 @@ var vB = {
14799
14767
  prefix: "fas",
14800
14768
  iconName: "shekel-sign",
14801
14769
  icon: [448, 512, [8362, "ils", "shekel", "sheqel", "sheqel-sign"], "f20b", "M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H192c35.3 0 64 28.7 64 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128H32zM320 480c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32H320z"]
14802
- }, PK = z4, _K = z4, OK = z4, GK = z4, WK = {
14770
+ }, _K = z4, OK = z4, PK = z4, GK = z4, WK = {
14803
14771
  prefix: "fas",
14804
14772
  iconName: "map",
14805
14773
  icon: [576, 512, [128506, 62072], "f279", "M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-1.2V88.4L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3V394.6c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2V423.6L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3z"]
@@ -14807,11 +14775,11 @@ var vB = {
14807
14775
  prefix: "fas",
14808
14776
  iconName: "rocket",
14809
14777
  icon: [512, 512, [], "f135", "M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]
14810
- }, _s = {
14778
+ }, Os = {
14811
14779
  prefix: "fas",
14812
14780
  iconName: "photo-film",
14813
14781
  icon: [640, 512, ["photo-video"], "f87c", "M256 0H576c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h80 48H552c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128h96V384v32c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V384H512v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V312c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H72zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H424c-8.8 0-16 7.2-16 16z"]
14814
- }, qK = _s, YK = {
14782
+ }, qK = Os, YK = {
14815
14783
  prefix: "fas",
14816
14784
  iconName: "folder-minus",
14817
14785
  icon: [512, 512, [], "f65d", "M448 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z"]
@@ -14827,11 +14795,11 @@ var vB = {
14827
14795
  prefix: "fas",
14828
14796
  iconName: "plug-circle-minus",
14829
14797
  icon: [576, 512, [], "e55e", "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z"]
14830
- }, Os = {
14798
+ }, Ps = {
14831
14799
  prefix: "fas",
14832
14800
  iconName: "sign-hanging",
14833
14801
  icon: [512, 512, ["sign"], "f4d9", "M96 0c17.7 0 32 14.3 32 32V64l352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32C14.3 128 0 113.7 0 96S14.3 64 32 64H64V32C64 14.3 78.3 0 96 0zm96 160H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z"]
14834
- }, ZK = Os, AR = {
14802
+ }, ZK = Ps, AR = {
14835
14803
  prefix: "fas",
14836
14804
  iconName: "bezier-curve",
14837
14805
  icon: [640, 512, [], "f55b", "M296 136V88h48v48H296zM288 32c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400V80c0-26.5-21.5-48-48-48H288zM88 376h48v48H88V376zm416 48V376h48v48H504z"]
@@ -14999,15 +14967,15 @@ var vB = {
14999
14967
  prefix: "fas",
15000
14968
  iconName: "gears",
15001
14969
  icon: [640, 512, ["cogs"], "f085", "M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]
15002
- }, RR = At, PR = {
14970
+ }, RR = At, _R = {
15003
14971
  prefix: "fas",
15004
14972
  iconName: "warehouse",
15005
14973
  icon: [640, 512, [], "f494", "M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24H568c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32V488c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24V432H512l0 56c0 13.3-10.7 24-24 24zM128 400V336H512v64H128zm0-96V224H512l0 80H128z"]
15006
- }, _R = {
14974
+ }, OR = {
15007
14975
  prefix: "fas",
15008
14976
  iconName: "arrow-up-right-dots",
15009
14977
  icon: [576, 512, [], "e4b7", "M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H160zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]
15010
- }, OR = {
14978
+ }, PR = {
15011
14979
  prefix: "fas",
15012
14980
  iconName: "splotch",
15013
14981
  icon: [512, 512, [], "f5bc", "M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z"]
@@ -15047,7 +15015,7 @@ var vB = {
15047
15015
  prefix: "fas",
15048
15016
  iconName: "ticket-simple",
15049
15017
  icon: [576, 512, ["ticket-alt"], "f3ff", "M0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192V128z"]
15050
- }, ZR = rt, AP = {
15018
+ }, ZR = rt, A_ = {
15051
15019
  prefix: "fas",
15052
15020
  iconName: "building",
15053
15021
  icon: [384, 512, [127970, 61687], "f1ad", "M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z"]
@@ -15055,7 +15023,7 @@ var vB = {
15055
15023
  prefix: "fas",
15056
15024
  iconName: "angles-left",
15057
15025
  icon: [512, 512, [171, "angle-double-left"], "f100", "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 160zm352-160l-160 160c-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.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"]
15058
- }, cP = st, eP = {
15026
+ }, c_ = st, e_ = {
15059
15027
  prefix: "fas",
15060
15028
  iconName: "qrcode",
15061
15029
  icon: [448, 512, [], "f029", "M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80zM64 96v64h64V96H64zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zm64 16v64h64V352H64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm80 64H320v64h64V96zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16v96c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16v64c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V304zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z"]
@@ -15063,23 +15031,23 @@ var vB = {
15063
15031
  prefix: "fas",
15064
15032
  iconName: "clock-rotate-left",
15065
15033
  icon: [512, 512, ["history"], "f1da", "M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"]
15066
- }, aP = tt, it = {
15034
+ }, a_ = tt, it = {
15067
15035
  prefix: "fas",
15068
15036
  iconName: "face-grin-beam-sweat",
15069
15037
  icon: [512, 512, [128517, "grin-beam-sweat"], "f583", "M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z"]
15070
- }, rP = it, nt = {
15038
+ }, r_ = it, nt = {
15071
15039
  prefix: "fas",
15072
15040
  iconName: "file-export",
15073
15041
  icon: [576, 512, ["arrow-right-from-file"], "f56e", "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z"]
15074
- }, sP = nt, ot = {
15042
+ }, s_ = nt, ot = {
15075
15043
  prefix: "fas",
15076
15044
  iconName: "shield",
15077
15045
  icon: [512, 512, [128737, "shield-blank"], "f132", "M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z"]
15078
- }, tP = ot, lt = {
15046
+ }, t_ = ot, lt = {
15079
15047
  prefix: "fas",
15080
15048
  iconName: "arrow-up-short-wide",
15081
15049
  icon: [576, 512, ["sort-amount-up-alt"], "f885", "M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z"]
15082
- }, iP = lt, nP = {
15050
+ }, i_ = lt, n_ = {
15083
15051
  prefix: "fas",
15084
15052
  iconName: "house-medical",
15085
15053
  icon: [576, 512, [], "e3b2", "M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V320H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z"]
@@ -15087,23 +15055,23 @@ var vB = {
15087
15055
  prefix: "fas",
15088
15056
  iconName: "golf-ball-tee",
15089
15057
  icon: [384, 512, ["golf-ball"], "f450", "M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H240c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32V464c0-8.8-7.2-16-16-16H128c-17.7 0-32-14.3-32-32z"]
15090
- }, oP = ft, ht = {
15058
+ }, o_ = ft, ht = {
15091
15059
  prefix: "fas",
15092
15060
  iconName: "circle-chevron-left",
15093
15061
  icon: [512, 512, ["chevron-circle-left"], "f137", "M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z"]
15094
- }, lP = ht, fP = {
15062
+ }, l_ = ht, f_ = {
15095
15063
  prefix: "fas",
15096
15064
  iconName: "house-chimney-window",
15097
15065
  icon: [576, 512, [], "e00d", "M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24H248z"]
15098
- }, hP = {
15066
+ }, h_ = {
15099
15067
  prefix: "fas",
15100
15068
  iconName: "pen-nib",
15101
15069
  icon: [512, 512, [10001], "f5ad", "M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.8-9.2L288 94.6z"]
15102
- }, uP = {
15070
+ }, u_ = {
15103
15071
  prefix: "fas",
15104
15072
  iconName: "tent-arrow-turn-left",
15105
15073
  icon: [576, 512, [], "e580", "M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24V192c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"]
15106
- }, mP = {
15074
+ }, m_ = {
15107
15075
  prefix: "fas",
15108
15076
  iconName: "tents",
15109
15077
  icon: [640, 512, [], "e582", "M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512H224V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"]
@@ -15111,15 +15079,15 @@ var vB = {
15111
15079
  prefix: "fas",
15112
15080
  iconName: "wand-magic",
15113
15081
  icon: [512, 512, ["magic"], "f0d0", "M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z"]
15114
- }, HP = ut, vP = {
15082
+ }, H_ = ut, v_ = {
15115
15083
  prefix: "fas",
15116
15084
  iconName: "dog",
15117
15085
  icon: [576, 512, [128021], "f6d3", "M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80H464 448 426.7l-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h30 16H303.8L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"]
15118
- }, CP = {
15086
+ }, C_ = {
15119
15087
  prefix: "fas",
15120
15088
  iconName: "carrot",
15121
15089
  icon: [512, 512, [129365], "f787", "M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z"]
15122
- }, BP = {
15090
+ }, B_ = {
15123
15091
  prefix: "fas",
15124
15092
  iconName: "moon",
15125
15093
  icon: [384, 512, [127769, 9214], "f186", "M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"]
@@ -15127,23 +15095,23 @@ var vB = {
15127
15095
  prefix: "fas",
15128
15096
  iconName: "wine-glass-empty",
15129
15097
  icon: [320, 512, ["wine-glass-alt"], "f5ce", "M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6V448H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h80 80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V348.4c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0H64zM81.9 203.1L93.4 64H226.6l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z"]
15130
- }, pP = mt, gP = {
15098
+ }, p_ = mt, g_ = {
15131
15099
  prefix: "fas",
15132
15100
  iconName: "cheese",
15133
15101
  icon: [512, 512, [], "f7ef", "M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288H512z"]
15134
- }, dP = {
15102
+ }, d_ = {
15135
15103
  prefix: "fas",
15136
15104
  iconName: "yin-yang",
15137
15105
  icon: [512, 512, [9775], "f6ad", "M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
15138
- }, zP = {
15106
+ }, z_ = {
15139
15107
  prefix: "fas",
15140
15108
  iconName: "music",
15141
15109
  icon: [512, 512, [127925], "f001", "M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"]
15142
- }, VP = {
15110
+ }, V_ = {
15143
15111
  prefix: "fas",
15144
15112
  iconName: "code-commit",
15145
15113
  icon: [640, 512, [], "f386", "M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H163.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H476.8z"]
15146
- }, MP = {
15114
+ }, M_ = {
15147
15115
  prefix: "fas",
15148
15116
  iconName: "temperature-low",
15149
15117
  icon: [512, 512, [], "f76b", "M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z"]
@@ -15151,15 +15119,15 @@ var vB = {
15151
15119
  prefix: "fas",
15152
15120
  iconName: "person-biking",
15153
15121
  icon: [640, 512, [128692, "biking"], "f84a", "M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H427.2zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"]
15154
- }, wP = Ht, LP = {
15122
+ }, w_ = Ht, L_ = {
15155
15123
  prefix: "fas",
15156
15124
  iconName: "broom",
15157
15125
  icon: [576, 512, [129529], "f51a", "M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z"]
15158
- }, QP = {
15126
+ }, Q_ = {
15159
15127
  prefix: "fas",
15160
15128
  iconName: "shield-heart",
15161
15129
  icon: [512, 512, [], "e574", "M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"]
15162
- }, FP = {
15130
+ }, F_ = {
15163
15131
  prefix: "fas",
15164
15132
  iconName: "gopuram",
15165
15133
  icon: [512, 512, [], "f664", "M120 0c13.3 0 24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8V64v64c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H416V352H384V224H352V128H320v96h32V352h32V512H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H128V352h32V224h32V128H160v96H128V352H96V512H32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32V256c0-17.7 14.3-32 32-32V160c0-17.7 14.3-32 32-32V64 32 24c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32v48h64V304c0-17.7-14.3-32-32-32zm-32-80v32h64V192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]
@@ -15167,11 +15135,11 @@ var vB = {
15167
15135
  prefix: "fas",
15168
15136
  iconName: "earth-oceania",
15169
15137
  icon: [512, 512, ["globe-oceania"], "e47b", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3H254.8c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H264c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"]
15170
- }, UP = vt, h8 = {
15138
+ }, U_ = vt, h8 = {
15171
15139
  prefix: "fas",
15172
15140
  iconName: "square-xmark",
15173
15141
  icon: [448, 512, [10062, "times-square", "xmark-square"], "f2d3", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.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"]
15174
- }, bP = h8, xP = h8, yP = {
15142
+ }, b_ = h8, x_ = h8, y_ = {
15175
15143
  prefix: "fas",
15176
15144
  iconName: "hashtag",
15177
15145
  icon: [448, 512, [62098], "23", "M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H347.1L325.8 320H384c17.7 0 32 14.3 32 32s-14.3 32-32 32H315.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7H155.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320h95.1l21.3-128H187.1z"]
@@ -15179,43 +15147,43 @@ var vB = {
15179
15147
  prefix: "fas",
15180
15148
  iconName: "up-right-and-down-left-from-center",
15181
15149
  icon: [512, 512, ["expand-alt"], "f424", "M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"]
15182
- }, SP = Ct, NP = {
15150
+ }, S_ = Ct, N_ = {
15183
15151
  prefix: "fas",
15184
15152
  iconName: "oil-can",
15185
15153
  icon: [640, 512, [], "f613", "M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H144 96 48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48H403.1c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288V128h32zM96 208v86.1L48 272.8V208H96z"]
15186
- }, EP = {
15154
+ }, E_ = {
15187
15155
  prefix: "fas",
15188
15156
  iconName: "t",
15189
15157
  icon: [384, 512, [116], "54", "M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z"]
15190
- }, kP = {
15158
+ }, k_ = {
15191
15159
  prefix: "fas",
15192
15160
  iconName: "hippo",
15193
15161
  icon: [640, 512, [129435], "f6ed", "M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16H560c-8.8 0-16-7.2-16-16V320H480v16c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V318.4c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V372c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h7.2H256h32c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"]
15194
- }, IP = {
15162
+ }, I_ = {
15195
15163
  prefix: "fas",
15196
15164
  iconName: "chart-column",
15197
15165
  icon: [512, 512, [], "e0e3", "M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"]
15198
- }, TP = {
15166
+ }, T_ = {
15199
15167
  prefix: "fas",
15200
15168
  iconName: "infinity",
15201
15169
  icon: [640, 512, [8734, 9854], "f534", "M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"]
15202
- }, DP = {
15170
+ }, D_ = {
15203
15171
  prefix: "fas",
15204
15172
  iconName: "vial-circle-check",
15205
15173
  icon: [512, 512, [], "e596", "M0 64C0 46.3 14.3 32 32 32H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V266.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64zM96 96v96h64V96H96zM224 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 0L352 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"]
15206
- }, KP = {
15174
+ }, K_ = {
15207
15175
  prefix: "fas",
15208
15176
  iconName: "person-arrow-down-to-line",
15209
15177
  icon: [640, 512, [], "e538", "M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM464 64V306.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]
15210
- }, RP = {
15178
+ }, R_ = {
15211
15179
  prefix: "fas",
15212
15180
  iconName: "voicemail",
15213
15181
  icon: [640, 512, [], "f897", "M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144H496c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.8zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"]
15214
- }, PP = {
15182
+ }, __ = {
15215
15183
  prefix: "fas",
15216
15184
  iconName: "fan",
15217
15185
  icon: [512, 512, [], "f863", "M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224H29.4C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32V29.4C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
15218
- }, _P = {
15186
+ }, O_ = {
15219
15187
  prefix: "fas",
15220
15188
  iconName: "person-walking-luggage",
15221
15189
  icon: [576, 512, [], "e554", "M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z"]
@@ -15223,15 +15191,15 @@ var vB = {
15223
15191
  prefix: "fas",
15224
15192
  iconName: "up-down",
15225
15193
  icon: [256, 512, [8597, 11021, "arrows-alt-v"], "f338", "M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160H80V352H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4H176V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z"]
15226
- }, OP = Bt, GP = {
15194
+ }, P_ = Bt, G_ = {
15227
15195
  prefix: "fas",
15228
15196
  iconName: "cloud-moon-rain",
15229
15197
  icon: [576, 512, [], "f73c", "M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96H367.9zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z"]
15230
- }, WP = {
15198
+ }, W_ = {
15231
15199
  prefix: "fas",
15232
15200
  iconName: "calendar",
15233
15201
  icon: [448, 512, [128197, 128198], "f133", "M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z"]
15234
- }, XP = {
15202
+ }, X_ = {
15235
15203
  prefix: "fas",
15236
15204
  iconName: "trailer",
15237
15205
  icon: [640, 512, [], "e041", "M48 32C21.5 32 0 53.5 0 80V336c0 26.5 21.5 48 48 48H65.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H488h8H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V80c0-26.5-21.5-48-48-48H48zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
@@ -15239,15 +15207,15 @@ var vB = {
15239
15207
  prefix: "fas",
15240
15208
  iconName: "bahai",
15241
15209
  icon: [576, 512, ["haykal"], "f666", "M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z"]
15242
- }, qP = pt, YP = {
15210
+ }, q_ = pt, Y_ = {
15243
15211
  prefix: "fas",
15244
15212
  iconName: "sd-card",
15245
15213
  icon: [384, 512, [], "f7c2", "M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z"]
15246
- }, JP = {
15214
+ }, J_ = {
15247
15215
  prefix: "fas",
15248
15216
  iconName: "dragon",
15249
15217
  icon: [640, 512, [128009], "f6d5", "M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0H416h32 16c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48H538.5c-17 0-33.3-6.7-45.3-18.7L480 160H448v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512H496 432 32.3c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V181.5v-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3v.6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87V227c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z"]
15250
- }, $P = {
15218
+ }, $_ = {
15251
15219
  prefix: "fas",
15252
15220
  iconName: "shoe-prints",
15253
15221
  icon: [640, 512, [], "f54b", "M416 0C352.3 0 256 32 256 32V160c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64h32V32H192c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32V480s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64H96V352H64c-35.3 0-64 28.7-64 64z"]
@@ -15255,15 +15223,15 @@ var vB = {
15255
15223
  prefix: "fas",
15256
15224
  iconName: "circle-plus",
15257
15225
  icon: [512, 512, ["plus-circle"], "f055", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"]
15258
- }, jP = gt, dt = {
15226
+ }, j_ = gt, dt = {
15259
15227
  prefix: "fas",
15260
15228
  iconName: "face-grin-tongue-wink",
15261
15229
  icon: [512, 512, [128540, "grin-tongue-wink"], "f58b", "M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448V401.1c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.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 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64V402.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]
15262
- }, ZP = dt, A_ = {
15230
+ }, Z_ = dt, AO = {
15263
15231
  prefix: "fas",
15264
15232
  iconName: "hand-holding",
15265
15233
  icon: [576, 512, [], "f4bd", "M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-366.1-8.3a.5 .5 0 1 1 -.9 .1 .5 .5 0 1 1 .9-.1z"]
15266
- }, c_ = {
15234
+ }, cO = {
15267
15235
  prefix: "fas",
15268
15236
  iconName: "plug-circle-exclamation",
15269
15237
  icon: [576, 512, [], "e55d", "M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"]
@@ -15271,11 +15239,11 @@ var vB = {
15271
15239
  prefix: "fas",
15272
15240
  iconName: "link-slash",
15273
15241
  icon: [640, 512, ["chain-broken", "chain-slash", "unlink"], "f127", "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z"]
15274
- }, e_ = $3, a_ = $3, r_ = $3, s_ = {
15242
+ }, eO = $3, aO = $3, rO = $3, sO = {
15275
15243
  prefix: "fas",
15276
15244
  iconName: "clone",
15277
15245
  icon: [512, 512, [], "f24d", "M288 448H64V224h64V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64zm-64-96H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64z"]
15278
- }, t_ = {
15246
+ }, tO = {
15279
15247
  prefix: "fas",
15280
15248
  iconName: "person-walking-arrow-loop-left",
15281
15249
  icon: [640, 512, [], "e551", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96H461.3l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z"]
@@ -15283,15 +15251,15 @@ var vB = {
15283
15251
  prefix: "fas",
15284
15252
  iconName: "arrow-up-z-a",
15285
15253
  icon: [576, 512, ["sort-alpha-up-alt"], "f882", "M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400H395.8z"]
15286
- }, i_ = zt, Vt = {
15254
+ }, iO = zt, Vt = {
15287
15255
  prefix: "fas",
15288
15256
  iconName: "fire-flame-curved",
15289
15257
  icon: [384, 512, ["fire-alt"], "f7e4", "M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z"]
15290
- }, n_ = Vt, o_ = {
15258
+ }, nO = Vt, oO = {
15291
15259
  prefix: "fas",
15292
15260
  iconName: "tornado",
15293
15261
  icon: [448, 512, [127786], "f76f", "M0 32V45.6C0 62.7 1.7 79.6 5 96H357.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32zm352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9H288z"]
15294
- }, l_ = {
15262
+ }, lO = {
15295
15263
  prefix: "fas",
15296
15264
  iconName: "file-circle-plus",
15297
15265
  icon: [576, 512, [58606], "e494", "M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.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 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z"]
@@ -15299,11 +15267,11 @@ var vB = {
15299
15267
  prefix: "fas",
15300
15268
  iconName: "book-quran",
15301
15269
  icon: [448, 512, ["quran"], "f687", "M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z"]
15302
- }, f_ = Mt, h_ = {
15270
+ }, fO = Mt, hO = {
15303
15271
  prefix: "fas",
15304
15272
  iconName: "anchor",
15305
15273
  icon: [576, 512, [9875], "f13d", "M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 53-43 96-96 96H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1z"]
15306
- }, u_ = {
15274
+ }, uO = {
15307
15275
  prefix: "fas",
15308
15276
  iconName: "border-all",
15309
15277
  icon: [448, 512, [], "f84c", "M384 96V224H256V96H384zm0 192V416H256V288H384zM192 224H64V96H192V224zM64 288H192V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"]
@@ -15311,11 +15279,11 @@ var vB = {
15311
15279
  prefix: "fas",
15312
15280
  iconName: "face-angry",
15313
15281
  icon: [512, 512, [128544, "angry"], "f556", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"]
15314
- }, m_ = wt, H_ = {
15282
+ }, mO = wt, HO = {
15315
15283
  prefix: "fas",
15316
15284
  iconName: "cookie-bite",
15317
15285
  icon: [512, 512, [], "f564", "M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
15318
- }, v_ = {
15286
+ }, vO = {
15319
15287
  prefix: "fas",
15320
15288
  iconName: "arrow-trend-down",
15321
15289
  icon: [576, 512, [], "e097", "M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352H384z"]
@@ -15323,7 +15291,7 @@ var vB = {
15323
15291
  prefix: "fas",
15324
15292
  iconName: "rss",
15325
15293
  icon: [448, 512, ["feed"], "f09e", "M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
15326
- }, C_ = Lt, B_ = {
15294
+ }, CO = Lt, BO = {
15327
15295
  prefix: "fas",
15328
15296
  iconName: "draw-polygon",
15329
15297
  icon: [448, 512, [], "f5ee", "M96 151.4V360.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1l0 0 32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V151.4C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32H328.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z"]
@@ -15331,11 +15299,11 @@ var vB = {
15331
15299
  prefix: "fas",
15332
15300
  iconName: "scale-balanced",
15333
15301
  icon: [640, 512, [9878, "balance-scale"], "f24e", "M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z"]
15334
- }, p_ = Qt, u8 = {
15302
+ }, pO = Qt, u8 = {
15335
15303
  prefix: "fas",
15336
15304
  iconName: "gauge-simple-high",
15337
15305
  icon: [512, 512, [61668, "tachometer", "tachometer-fast"], "f62a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z"]
15338
- }, g_ = u8, d_ = u8, z_ = {
15306
+ }, gO = u8, dO = u8, zO = {
15339
15307
  prefix: "fas",
15340
15308
  iconName: "shower",
15341
15309
  icon: [512, 512, [128703], "f2cc", "M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32V131.9zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
@@ -15343,7 +15311,7 @@ var vB = {
15343
15311
  prefix: "fas",
15344
15312
  iconName: "desktop",
15345
15313
  icon: [576, 512, [128421, 61704, "desktop-alt"], "f390", "M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z"]
15346
- }, V_ = Ft, M_ = {
15314
+ }, VO = Ft, MO = {
15347
15315
  prefix: "fas",
15348
15316
  iconName: "m",
15349
15317
  icon: [448, 512, [109], "4d", "M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.2c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 49.9 9.2 37.5 22.7 33.4z"]
@@ -15351,19 +15319,19 @@ var vB = {
15351
15319
  prefix: "fas",
15352
15320
  iconName: "table-list",
15353
15321
  icon: [512, 512, ["th-list"], "f00b", "M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 0v64h64V96H64zm384 0H192v64H448V96zM64 224v64h64V224H64zm384 0H192v64H448V224zM64 352v64h64V352H64zm384 0H192v64H448V352z"]
15354
- }, w_ = Ut, bt = {
15322
+ }, wO = Ut, bt = {
15355
15323
  prefix: "fas",
15356
15324
  iconName: "comment-sms",
15357
15325
  icon: [512, 512, ["sms"], "f7cd", "M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM202.9 176.8c6.5-2.2 13.7 .1 17.9 5.6L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V240l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-6.9 4.4-13 10.9-15.2zm173.1 38c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.2-.4-23.7-4.4-32.6-7.4l0 0 0 0c-1.4-.5-2.7-.9-4-1.4c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.7 .6 3.3 1.1 4.9 1.6l0 0 0 0c9.1 3.1 15.6 5.3 22.6 5.5c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4c-7.2-2.2-16.7-5-24.3-9.6c-9-5.4-17.7-14.7-17.7-29.4c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c10 .2 19.7 2.3 27.9 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-7.3-1.9-14.1-3.3-20.1-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9zm-272 0c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.3-.4-24.2-4.5-33.2-7.6l0 0 0 0c-1.3-.4-2.5-.8-3.6-1.2c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.4 .5 2.8 .9 4.1 1.4l0 0 0 0c9.5 3.2 16.5 5.6 23.7 5.8c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4 0 0c-7.2-2.2-16.7-5-24.3-9.6C80.8 239 72.1 229.7 72 215c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c9.5 .1 22.2 2.1 31.1 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-6.6-1.8-16.8-3.3-23.3-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9z"]
15358
- }, L_ = bt, Q_ = {
15326
+ }, LO = bt, QO = {
15359
15327
  prefix: "fas",
15360
15328
  iconName: "book",
15361
15329
  icon: [448, 512, [128212], "f02d", "M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
15362
- }, F_ = {
15330
+ }, FO = {
15363
15331
  prefix: "fas",
15364
15332
  iconName: "user-plus",
15365
15333
  icon: [640, 512, [], "f234", "M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM504 312V248H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V136c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H552v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"]
15366
- }, U_ = {
15334
+ }, UO = {
15367
15335
  prefix: "fas",
15368
15336
  iconName: "check",
15369
15337
  icon: [448, 512, [10003, 10004], "f00c", "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"]
@@ -15371,23 +15339,23 @@ var vB = {
15371
15339
  prefix: "fas",
15372
15340
  iconName: "battery-three-quarters",
15373
15341
  icon: [576, 512, ["battery-4"], "f241", "M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm272 96H96V320H352V192z"]
15374
- }, b_ = xt, x_ = {
15342
+ }, bO = xt, xO = {
15375
15343
  prefix: "fas",
15376
15344
  iconName: "house-circle-check",
15377
15345
  icon: [640, 512, [], "e509", "M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"]
15378
- }, y_ = {
15346
+ }, yO = {
15379
15347
  prefix: "fas",
15380
15348
  iconName: "angle-left",
15381
15349
  icon: [320, 512, [8249], "f104", "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"]
15382
- }, S_ = {
15350
+ }, SO = {
15383
15351
  prefix: "fas",
15384
15352
  iconName: "diagram-successor",
15385
15353
  icon: [512, 512, [], "e47a", "M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z"]
15386
- }, N_ = {
15354
+ }, NO = {
15387
15355
  prefix: "fas",
15388
15356
  iconName: "truck-arrow-right",
15389
15357
  icon: [640, 512, [], "e58b", "M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H262.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z"]
15390
- }, E_ = {
15358
+ }, EO = {
15391
15359
  prefix: "fas",
15392
15360
  iconName: "arrows-split-up-and-left",
15393
15361
  icon: [512, 512, [], "e4bc", "M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.3l-41.4 41.4z"]
@@ -15395,15 +15363,15 @@ var vB = {
15395
15363
  prefix: "fas",
15396
15364
  iconName: "hand-fist",
15397
15365
  icon: [448, 512, [9994, "fist-raised"], "f6de", "M192 0c17.7 0 32 14.3 32 32V144H160V32c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64V64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V64zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V128zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V256c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V401.6c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267V240c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z"]
15398
- }, k_ = yt, I_ = {
15366
+ }, kO = yt, IO = {
15399
15367
  prefix: "fas",
15400
15368
  iconName: "cloud-moon",
15401
15369
  icon: [640, 512, [], "f6c3", "M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"]
15402
- }, T_ = {
15370
+ }, TO = {
15403
15371
  prefix: "fas",
15404
15372
  iconName: "briefcase",
15405
15373
  icon: [512, 512, [128188], "f0b1", "M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z"]
15406
- }, D_ = {
15374
+ }, DO = {
15407
15375
  prefix: "fas",
15408
15376
  iconName: "person-falling",
15409
15377
  icon: [512, 512, [], "e546", "M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0h-1.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32V278.2c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]
@@ -15411,11 +15379,11 @@ var vB = {
15411
15379
  prefix: "fas",
15412
15380
  iconName: "image-portrait",
15413
15381
  icon: [384, 512, ["portrait"], "f3e0", "M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4H107.4C92.3 384 80 371.7 80 356.6z"]
15414
- }, K_ = St, R_ = {
15382
+ }, KO = St, RO = {
15415
15383
  prefix: "fas",
15416
15384
  iconName: "user-tag",
15417
15385
  icon: [640, 512, [], "f507", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2H178.3zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7H384zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]
15418
- }, P_ = {
15386
+ }, _O = {
15419
15387
  prefix: "fas",
15420
15388
  iconName: "rug",
15421
15389
  icon: [640, 512, [], "e569", "M24 64H56 80V88v88 80 80 88 24H56 24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V360H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V200H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V112H24C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0H528V448H112V64zM640 88c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H584 560V424 336 256 176 88 64h24 32c13.3 0 24 10.7 24 24z"]
@@ -15423,19 +15391,19 @@ var vB = {
15423
15391
  prefix: "fas",
15424
15392
  iconName: "earth-europe",
15425
15393
  icon: [512, 512, ["globe-europe"], "f7a2", "M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z"]
15426
- }, __ = Nt, Et = {
15394
+ }, OO = Nt, Et = {
15427
15395
  prefix: "fas",
15428
15396
  iconName: "cart-flatbed-suitcase",
15429
15397
  icon: [640, 512, ["luggage-cart"], "f59d", "M0 32C0 14.3 14.3 0 32 0H48c44.2 0 80 35.8 80 80V368c0 8.8 7.2 16 16 16H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H541.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32zM432 96V56c0-4.4-3.6-8-8-8H344c-4.4 0-8 3.6-8 8V96h96zM288 96V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56V96 320H288V96zM512 320V96h16c26.5 0 48 21.5 48 48V272c0 26.5-21.5 48-48 48H512zM240 96h16V320H240c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z"]
15430
- }, O_ = Et, j3 = {
15398
+ }, PO = Et, j3 = {
15431
15399
  prefix: "fas",
15432
15400
  iconName: "rectangle-xmark",
15433
15401
  icon: [512, 512, [62164, "rectangle-times", "times-rectangle", "window-close"], "f410", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM175 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"]
15434
- }, G_ = j3, W_ = j3, X_ = j3, q_ = {
15402
+ }, GO = j3, WO = j3, XO = j3, qO = {
15435
15403
  prefix: "fas",
15436
15404
  iconName: "baht-sign",
15437
15405
  icon: [320, 512, [], "e0ac", "M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z"]
15438
- }, Y_ = {
15406
+ }, YO = {
15439
15407
  prefix: "fas",
15440
15408
  iconName: "book-open",
15441
15409
  icon: [576, 512, [128214, 128366], "f518", "M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"]
@@ -15443,7 +15411,7 @@ var vB = {
15443
15411
  prefix: "fas",
15444
15412
  iconName: "book-journal-whills",
15445
15413
  icon: [448, 512, ["journal-whills"], "f66a", "M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z"]
15446
- }, J_ = kt, $_ = {
15414
+ }, JO = kt, $O = {
15447
15415
  prefix: "fas",
15448
15416
  iconName: "handcuffs",
15449
15417
  icon: [640, 512, [], "e4f8", "M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
@@ -15451,7 +15419,7 @@ var vB = {
15451
15419
  prefix: "fas",
15452
15420
  iconName: "triangle-exclamation",
15453
15421
  icon: [512, 512, [9888, "exclamation-triangle", "warning"], "f071", "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 480H40c-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 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]
15454
- }, j_ = m8, Z_ = m8, AO = {
15422
+ }, jO = m8, ZO = m8, AP = {
15455
15423
  prefix: "fas",
15456
15424
  iconName: "database",
15457
15425
  icon: [448, 512, [], "f1c0", "M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z"]
@@ -15459,15 +15427,15 @@ var vB = {
15459
15427
  prefix: "fas",
15460
15428
  iconName: "share",
15461
15429
  icon: [512, 512, ["arrow-turn-right", "mail-forward"], "f064", "M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"]
15462
- }, cO = H8, eO = H8, aO = {
15430
+ }, cP = H8, eP = H8, aP = {
15463
15431
  prefix: "fas",
15464
15432
  iconName: "bottle-droplet",
15465
15433
  icon: [320, 512, [], "e4c4", "M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 0 0 0H104l0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z"]
15466
- }, rO = {
15434
+ }, rP = {
15467
15435
  prefix: "fas",
15468
15436
  iconName: "mask-face",
15469
15437
  icon: [640, 512, [], "e1d7", "M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1H144 128 56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H512 496h-9.2c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H96v48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3V176h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm16 48H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z"]
15470
- }, sO = {
15438
+ }, sP = {
15471
15439
  prefix: "fas",
15472
15440
  iconName: "hill-rockslide",
15473
15441
  icon: [576, 512, [], "e508", "M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2H293.4c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9V309.4c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
@@ -15475,19 +15443,19 @@ var vB = {
15475
15443
  prefix: "fas",
15476
15444
  iconName: "right-left",
15477
15445
  icon: [512, 512, ["exchange-alt"], "f362", "M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z"]
15478
- }, tO = It, iO = {
15446
+ }, tP = It, iP = {
15479
15447
  prefix: "fas",
15480
15448
  iconName: "paper-plane",
15481
15449
  icon: [512, 512, [61913], "f1d8", "M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"]
15482
- }, nO = {
15450
+ }, nP = {
15483
15451
  prefix: "fas",
15484
15452
  iconName: "road-circle-exclamation",
15485
15453
  icon: [640, 512, [], "e565", "M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 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 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z"]
15486
- }, oO = {
15454
+ }, oP = {
15487
15455
  prefix: "fas",
15488
15456
  iconName: "dungeon",
15489
15457
  icon: [512, 512, [], "f6d9", "M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24H408zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H408zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V192zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224z"]
15490
- }, lO = {
15458
+ }, lP = {
15491
15459
  prefix: "fas",
15492
15460
  iconName: "align-right",
15493
15461
  icon: [448, 512, [], "f038", "M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]
@@ -15495,7 +15463,7 @@ var vB = {
15495
15463
  prefix: "fas",
15496
15464
  iconName: "money-bill-1-wave",
15497
15465
  icon: [576, 512, ["money-bill-wave-alt"], "f53b", "M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416H64V352c35.3 0 64 28.7 64 64zM64 224V160h64c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z"]
15498
- }, fO = Tt, hO = {
15466
+ }, fP = Tt, hP = {
15499
15467
  prefix: "fas",
15500
15468
  iconName: "life-ring",
15501
15469
  icon: [512, 512, [], "f1cd", "M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]
@@ -15503,7 +15471,7 @@ var vB = {
15503
15471
  prefix: "fas",
15504
15472
  iconName: "hands",
15505
15473
  icon: [576, 512, ["sign-language", "signing"], "f2a7", "M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"]
15506
- }, uO = v8, mO = v8, HO = {
15474
+ }, uP = v8, mP = v8, HP = {
15507
15475
  prefix: "fas",
15508
15476
  iconName: "calendar-day",
15509
15477
  icon: [448, 512, [], "f783", "M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z"]
@@ -15511,47 +15479,47 @@ var vB = {
15511
15479
  prefix: "fas",
15512
15480
  iconName: "water-ladder",
15513
15481
  icon: [576, 512, ["ladder-water", "swimming-pool"], "f5c5", "M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V224H384V127.7C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3h0V288H192v96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1V127.7zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"]
15514
- }, vO = C8, CO = C8, Dt = {
15482
+ }, vP = C8, CP = C8, Dt = {
15515
15483
  prefix: "fas",
15516
15484
  iconName: "arrows-up-down",
15517
15485
  icon: [320, 512, ["arrows-v"], "f07d", "M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"]
15518
- }, BO = Dt, Kt = {
15486
+ }, BP = Dt, Kt = {
15519
15487
  prefix: "fas",
15520
15488
  iconName: "face-grimace",
15521
15489
  icon: [512, 512, [128556, "grimace"], "f57f", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112h-8V360l55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344V304h8c23.8 0 43.5 17.3 47.3 40zM328 344H264V304h64v40zm0 56H264V360h64v40zm-80-96v40l-64 0V304h64zm0 56v40H184V360l64 0zm-80-16H112.7c3.8-22.7 23.6-40 47.3-40h8v40zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168v40zM144.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"]
15522
- }, pO = Kt, Rt = {
15490
+ }, pP = Kt, Rt = {
15523
15491
  prefix: "fas",
15524
15492
  iconName: "wheelchair-move",
15525
15493
  icon: [448, 512, ["wheelchair-alt"], "e2ce", "M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288H306.7c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"]
15526
- }, gO = Rt, Pt = {
15494
+ }, gP = Rt, _t = {
15527
15495
  prefix: "fas",
15528
15496
  iconName: "turn-down",
15529
15497
  icon: [384, 512, [10549, "level-down-alt"], "f3be", "M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5h88l0-192c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192h88c9.6 0 18.2 5.7 22 14.5z"]
15530
- }, dO = Pt, zO = {
15498
+ }, dP = _t, zP = {
15531
15499
  prefix: "fas",
15532
15500
  iconName: "person-walking-arrow-right",
15533
15501
  icon: [640, 512, [], "e552", "M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z"]
15534
- }, _t = {
15502
+ }, Ot = {
15535
15503
  prefix: "fas",
15536
15504
  iconName: "square-envelope",
15537
15505
  icon: [448, 512, ["envelope-square"], "f199", "M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144H352c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z"]
15538
- }, VO = _t, MO = {
15506
+ }, VP = Ot, MP = {
15539
15507
  prefix: "fas",
15540
15508
  iconName: "dice",
15541
15509
  icon: [640, 512, [127922], "f522", "M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8V448zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]
15542
- }, wO = {
15510
+ }, wP = {
15543
15511
  prefix: "fas",
15544
15512
  iconName: "bowling-ball",
15545
15513
  icon: [512, 512, [], "f436", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]
15546
- }, LO = {
15514
+ }, LP = {
15547
15515
  prefix: "fas",
15548
15516
  iconName: "brain",
15549
15517
  icon: [512, 512, [129504], "f5dc", "M184 0c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56z"]
15550
- }, Ot = {
15518
+ }, Pt = {
15551
15519
  prefix: "fas",
15552
15520
  iconName: "bandage",
15553
15521
  icon: [640, 512, [129657, "band-aid"], "f462", "M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H480V416zM448 96H192V416H448V96zM64 96C28.7 96 0 124.7 0 160V352c0 35.3 28.7 64 64 64h96V96H64zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]
15554
- }, QO = Ot, FO = {
15522
+ }, QP = Pt, FP = {
15555
15523
  prefix: "fas",
15556
15524
  iconName: "calendar-minus",
15557
15525
  icon: [512, 512, [], "f272", "M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM344 376c13.3 0 24-10.7 24-24s-10.7-24-24-24H168c-13.3 0-24 10.7-24 24s10.7 24 24 24H344z"]
@@ -15559,11 +15527,11 @@ var vB = {
15559
15527
  prefix: "fas",
15560
15528
  iconName: "circle-xmark",
15561
15529
  icon: [512, 512, [61532, "times-circle", "xmark-circle"], "f057", "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"]
15562
- }, UO = B8, bO = B8, xO = {
15530
+ }, UP = B8, bP = B8, xP = {
15563
15531
  prefix: "fas",
15564
15532
  iconName: "gifts",
15565
15533
  icon: [640, 512, [], "f79c", "M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H200.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96H217.8l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80H416V256h32v96H640V272c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48H416V384H224v80zm224 48H592c26.5 0 48-21.5 48-48V384H448V512zm96-312c0 13.3-10.7 24-24 24H470.9l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z"]
15566
- }, yO = {
15534
+ }, yP = {
15567
15535
  prefix: "fas",
15568
15536
  iconName: "hotel",
15569
15537
  icon: [512, 512, [127976], "f594", "M0 32C0 14.3 14.3 0 32 0H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32zm96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H240zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H112zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H368zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8H328z"]
@@ -15571,19 +15539,19 @@ var vB = {
15571
15539
  prefix: "fas",
15572
15540
  iconName: "earth-asia",
15573
15541
  icon: [512, 512, [127759, "globe-asia"], "f57e", "M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z"]
15574
- }, SO = Gt, Wt = {
15542
+ }, SP = Gt, Wt = {
15575
15543
  prefix: "fas",
15576
15544
  iconName: "id-card-clip",
15577
15545
  icon: [576, 512, ["id-card-alt"], "f47f", "M256 0h64c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H256c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM64 64H192v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7H389.3c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3H229.3c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"]
15578
- }, NO = Wt, Xt = {
15546
+ }, NP = Wt, Xt = {
15579
15547
  prefix: "fas",
15580
15548
  iconName: "magnifying-glass-plus",
15581
15549
  icon: [512, 512, ["search-plus"], "f00e", "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 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z"]
15582
- }, EO = Xt, kO = {
15550
+ }, EP = Xt, kP = {
15583
15551
  prefix: "fas",
15584
15552
  iconName: "thumbs-up",
15585
15553
  icon: [512, 512, [128077, 61575], "f164", "M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z"]
15586
- }, IO = {
15554
+ }, IP = {
15587
15555
  prefix: "fas",
15588
15556
  iconName: "user-clock",
15589
15557
  icon: [640, 512, [], "f4fd", "M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z"]
@@ -15591,11 +15559,11 @@ var vB = {
15591
15559
  prefix: "fas",
15592
15560
  iconName: "hand-dots",
15593
15561
  icon: [512, 512, ["allergies"], "f461", "M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"]
15594
- }, TO = qt, DO = {
15562
+ }, TP = qt, DP = {
15595
15563
  prefix: "fas",
15596
15564
  iconName: "file-invoice",
15597
15565
  icon: [384, 512, [], "f570", "M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm0 32v64H288V256H96zM240 416h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]
15598
- }, KO = {
15566
+ }, KP = {
15599
15567
  prefix: "fas",
15600
15568
  iconName: "window-minimize",
15601
15569
  icon: [512, 512, [128469], "f2d1", "M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"]
@@ -15603,11 +15571,11 @@ var vB = {
15603
15571
  prefix: "fas",
15604
15572
  iconName: "mug-saucer",
15605
15573
  icon: [640, 512, ["coffee"], "f0f4", "M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]
15606
- }, RO = Yt, PO = {
15574
+ }, RP = Yt, _P = {
15607
15575
  prefix: "fas",
15608
15576
  iconName: "brush",
15609
15577
  icon: [384, 512, [], "f55d", "M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48V224v22.4V256H9.6 374.4 384v-9.6V224 48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64V384h64c35.3 0 64-28.7 64-64V288H0zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"]
15610
- }, _O = {
15578
+ }, OP = {
15611
15579
  prefix: "fas",
15612
15580
  iconName: "mask",
15613
15581
  icon: [576, 512, [], "f6fa", "M288 64C64 64 0 160 0 272S80 448 176 448h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4H400c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"]
@@ -15615,7 +15583,7 @@ var vB = {
15615
15583
  prefix: "fas",
15616
15584
  iconName: "magnifying-glass-minus",
15617
15585
  icon: [512, 512, ["search-minus"], "f010", "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 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z"]
15618
- }, OO = Jt, GO = {
15586
+ }, PP = Jt, GP = {
15619
15587
  prefix: "fas",
15620
15588
  iconName: "ruler-vertical",
15621
15589
  icon: [256, 512, [], "f548", "M0 48C0 21.5 21.5 0 48 0H208c26.5 0 48 21.5 48 48V96H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z"]
@@ -15623,31 +15591,31 @@ var vB = {
15623
15591
  prefix: "fas",
15624
15592
  iconName: "user-large",
15625
15593
  icon: [512, 512, ["user-alt"], "f406", "M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7H481.3c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320H161.3z"]
15626
- }, WO = $t, XO = {
15594
+ }, WP = $t, XP = {
15627
15595
  prefix: "fas",
15628
15596
  iconName: "train-tram",
15629
15597
  icon: [448, 512, [128650], "e5b4", "M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0H361.2c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15H248V96h40c53 0 96 43 96 96V352c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1H365.3c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48H86.8zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H160zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]
15630
- }, qO = {
15598
+ }, qP = {
15631
15599
  prefix: "fas",
15632
15600
  iconName: "user-nurse",
15633
15601
  icon: [448, 512, [], "f82f", "M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6 .3 5.3 .3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V136c0-2.7 .1-5.4 .3-8H96zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80V160H144v16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48V64H192c-4.4 0-8 3.6-8 8V88c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8H240V48c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8z"]
15634
- }, YO = {
15602
+ }, YP = {
15635
15603
  prefix: "fas",
15636
15604
  iconName: "syringe",
15637
15605
  icon: [512, 512, [128137], "f48e", "M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4H97.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V325.3c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"]
15638
- }, JO = {
15606
+ }, JP = {
15639
15607
  prefix: "fas",
15640
15608
  iconName: "cloud-sun",
15641
15609
  icon: [640, 512, [9925], "f6c4", "M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"]
15642
- }, $O = {
15610
+ }, $P = {
15643
15611
  prefix: "fas",
15644
15612
  iconName: "stopwatch-20",
15645
15613
  icon: [448, 512, [], "e06f", "M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z"]
15646
- }, jO = {
15614
+ }, jP = {
15647
15615
  prefix: "fas",
15648
15616
  iconName: "square-full",
15649
15617
  icon: [512, 512, [128997, 128998, 128999, 129e3, 129001, 129002, 129003, 11035, 11036], "f45c", "M0 0H512V512H0V0z"]
15650
- }, ZO = {
15618
+ }, ZP = {
15651
15619
  prefix: "fas",
15652
15620
  iconName: "magnet",
15653
15621
  icon: [448, 512, [129522], "f076", "M0 160v96C0 379.7 100.3 480 224 480s224-100.3 224-224V160H320v96c0 53-43 96-96 96s-96-43-96-96V160H0zm0-32H128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64zm320 0H448V64c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32v64z"]
@@ -15828,16 +15796,16 @@ var vB = {
15828
15796
  faFileText: DB,
15829
15797
  faWaveSquare: KB,
15830
15798
  faRing: RB,
15831
- faBuildingUn: PB,
15832
- faDiceThree: _B,
15833
- faCalendarDays: P7,
15834
- faCalendarAlt: OB,
15799
+ faBuildingUn: _B,
15800
+ faDiceThree: OB,
15801
+ faCalendarDays: _7,
15802
+ faCalendarAlt: PB,
15835
15803
  faAnchorCircleCheck: GB,
15836
15804
  faBuildingCircleArrowRight: WB,
15837
- faVolleyball: _7,
15805
+ faVolleyball: O7,
15838
15806
  faVolleyballBall: XB,
15839
15807
  faArrowsUpToLine: qB,
15840
- faSortDown: O7,
15808
+ faSortDown: P7,
15841
15809
  faSortDesc: YB,
15842
15810
  faCircleMinus: G7,
15843
15811
  faMinusCircle: JB,
@@ -15905,9 +15873,9 @@ var vB = {
15905
15873
  faK: Kp,
15906
15874
  faLandmarkFlag: Rp,
15907
15875
  faPencil: lc,
15908
- faPencilAlt: Pp,
15909
- faBackward: _p,
15910
- faCaretRight: Op,
15876
+ faPencilAlt: _p,
15877
+ faBackward: Op,
15878
+ faCaretRight: Pp,
15911
15879
  faComments: Gp,
15912
15880
  faPaste: fc,
15913
15881
  faFileClipboard: Wp,
@@ -15976,10 +15944,10 @@ var vB = {
15976
15944
  faTachographDigital: wc,
15977
15945
  faDigitalTachograph: Kg,
15978
15946
  faUsersSlash: Rg,
15979
- faClover: Pg,
15947
+ faClover: _g,
15980
15948
  faReply: Lc,
15981
- faMailReply: _g,
15982
- faStarAndCrescent: Og,
15949
+ faMailReply: Og,
15950
+ faStarAndCrescent: Pg,
15983
15951
  faHouseFire: Gg,
15984
15952
  faSquareMinus: Qc,
15985
15953
  faMinusSquare: Wg,
@@ -16038,23 +16006,23 @@ var vB = {
16038
16006
  faAnkh: xd,
16039
16007
  faHandsHoldingChild: yd,
16040
16008
  faAsterisk: Sd,
16041
- faSquareCheck: Pc,
16009
+ faSquareCheck: _c,
16042
16010
  faCheckSquare: Nd,
16043
16011
  faPesetaSign: Ed,
16044
- faHeading: _c,
16012
+ faHeading: Oc,
16045
16013
  faHeader: kd,
16046
16014
  faGhost: Id,
16047
- faList: Oc,
16015
+ faList: Pc,
16048
16016
  faListSquares: Td,
16049
16017
  faSquarePhoneFlip: Gc,
16050
16018
  faPhoneSquareAlt: Dd,
16051
16019
  faCartPlus: Kd,
16052
16020
  faGamepad: Rd,
16053
16021
  faCircleDot: Wc,
16054
- faDotCircle: Pd,
16022
+ faDotCircle: _d,
16055
16023
  faFaceDizzy: Xc,
16056
- faDizzy: _d,
16057
- faEgg: Od,
16024
+ faDizzy: Od,
16025
+ faEgg: Pd,
16058
16026
  faHouseMedicalCircleXmark: Gd,
16059
16027
  faCampground: Wd,
16060
16028
  faFolderPlus: Xd,
@@ -16121,10 +16089,10 @@ var vB = {
16121
16089
  faLandMineOn: Dz,
16122
16090
  faICursor: Kz,
16123
16091
  faStamp: Rz,
16124
- faStairs: Pz,
16125
- faI: _z,
16092
+ faStairs: _z,
16093
+ faI: Oz,
16126
16094
  faHryvniaSign: t9,
16127
- faHryvnia: Oz,
16095
+ faHryvnia: Pz,
16128
16096
  faPills: Gz,
16129
16097
  faFaceGrinWide: i9,
16130
16098
  faGrinAlt: Wz,
@@ -16187,9 +16155,9 @@ var vB = {
16187
16155
  faMagicWandSparkles: KV,
16188
16156
  faE: RV,
16189
16157
  faPenClip: m9,
16190
- faPenAlt: PV,
16191
- faBridgeCircleExclamation: _V,
16192
- faUser: OV,
16158
+ faPenAlt: _V,
16159
+ faBridgeCircleExclamation: OV,
16160
+ faUser: PV,
16193
16161
  faSchoolCircleCheck: GV,
16194
16162
  faDumpster: WV,
16195
16163
  faVanShuttle: H9,
@@ -16255,9 +16223,9 @@ var vB = {
16255
16223
  faShopLock: KM,
16256
16224
  faHourglassStart: F9,
16257
16225
  faHourglass1: RM,
16258
- faBlenderPhone: PM,
16259
- faBuildingWheat: _M,
16260
- faPersonBreastfeeding: OM,
16226
+ faBlenderPhone: _M,
16227
+ faBuildingWheat: OM,
16228
+ faPersonBreastfeeding: PM,
16261
16229
  faRightToBracket: U9,
16262
16230
  faSignInAlt: GM,
16263
16231
  faVenus: WM,
@@ -16308,13 +16276,13 @@ var vB = {
16308
16276
  faStoreSlash: ww,
16309
16277
  faRoadCircleXmark: Lw,
16310
16278
  faUserMinus: Qw,
16311
- faMarsStrokeUp: P9,
16279
+ faMarsStrokeUp: _9,
16312
16280
  faMarsStrokeV: Fw,
16313
- faChampagneGlasses: _9,
16281
+ faChampagneGlasses: O9,
16314
16282
  faGlassCheers: Uw,
16315
16283
  faClipboard: bw,
16316
16284
  faHouseCircleExclamation: xw,
16317
- faFileArrowUp: O9,
16285
+ faFileArrowUp: P9,
16318
16286
  faFileUpload: yw,
16319
16287
  faWifi: N0,
16320
16288
  faWifi3: Sw,
@@ -16328,9 +16296,9 @@ var vB = {
16328
16296
  faStroopwafel: Dw,
16329
16297
  faBold: Kw,
16330
16298
  faAnchorLock: Rw,
16331
- faBuildingNgo: Pw,
16332
- faManatSign: _w,
16333
- faNotEqual: Ow,
16299
+ faBuildingNgo: _w,
16300
+ faManatSign: Ow,
16301
+ faNotEqual: Pw,
16334
16302
  faBorderTopLeft: X9,
16335
16303
  faBorderStyle: Gw,
16336
16304
  faMapLocationDot: q9,
@@ -16398,10 +16366,10 @@ var vB = {
16398
16366
  faMinimize: ie,
16399
16367
  faCompressArrowsAlt: KL,
16400
16368
  faMonument: RL,
16401
- faSnowplow: PL,
16369
+ faSnowplow: _L,
16402
16370
  faAnglesRight: ne,
16403
- faAngleDoubleRight: _L,
16404
- faCannabis: OL,
16371
+ faAngleDoubleRight: OL,
16372
+ faCannabis: PL,
16405
16373
  faCirclePlay: oe,
16406
16374
  faPlayCircle: GL,
16407
16375
  faTablets: WL,
@@ -16461,7 +16429,7 @@ var vB = {
16461
16429
  faLocationPinLock: yQ,
16462
16430
  faPause: SQ,
16463
16431
  faHillAvalanche: NQ,
16464
- faTemperatureEmpty: P3,
16432
+ faTemperatureEmpty: _3,
16465
16433
  faTemperature0: EQ,
16466
16434
  faThermometer0: kQ,
16467
16435
  faThermometerEmpty: IQ,
@@ -16471,10 +16439,10 @@ var vB = {
16471
16439
  faContactCard: KQ,
16472
16440
  faVcard: RQ,
16473
16441
  faScaleUnbalancedFlip: ze,
16474
- faBalanceScaleRight: PQ,
16475
- faSubscript: _Q,
16442
+ faBalanceScaleRight: _Q,
16443
+ faSubscript: OQ,
16476
16444
  faDiamondTurnRight: Ve,
16477
- faDirections: OQ,
16445
+ faDirections: PQ,
16478
16446
  faBurst: GQ,
16479
16447
  faHouseLaptop: Me,
16480
16448
  faLaptopHouse: WQ,
@@ -16531,7 +16499,7 @@ var vB = {
16531
16499
  faHandshakeAltSlash: FF,
16532
16500
  faMattressPillow: UF,
16533
16501
  faGuaraniSign: bF,
16534
- faArrowsRotate: P0,
16502
+ faArrowsRotate: _0,
16535
16503
  faRefresh: xF,
16536
16504
  faSync: yF,
16537
16505
  faFireExtinguisher: SF,
@@ -16545,10 +16513,10 @@ var vB = {
16545
16513
  faEnvelopeCircleCheck: DF,
16546
16514
  faLayerGroup: KF,
16547
16515
  faArrowsToDot: RF,
16548
- faArchway: PF,
16549
- faHeartCircleCheck: _F,
16516
+ faArchway: _F,
16517
+ faHeartCircleCheck: OF,
16550
16518
  faHouseChimneyCrack: Te,
16551
- faHouseDamage: OF,
16519
+ faHouseDamage: PF,
16552
16520
  faFileZipper: De,
16553
16521
  faFileArchive: GF,
16554
16522
  faSquare: WF,
@@ -16565,14 +16533,14 @@ var vB = {
16565
16533
  faSkiing: cU,
16566
16534
  faRoadLock: eU,
16567
16535
  faA: aU,
16568
- faTemperatureArrowDown: Pe,
16536
+ faTemperatureArrowDown: _e,
16569
16537
  faTemperatureDown: rU,
16570
- faFeatherPointed: _e,
16538
+ faFeatherPointed: Oe,
16571
16539
  faFeatherAlt: sU,
16572
16540
  faP: tU,
16573
16541
  faSnowflake: iU,
16574
16542
  faNewspaper: nU,
16575
- faRectangleAd: Oe,
16543
+ faRectangleAd: Pe,
16576
16544
  faAd: oU,
16577
16545
  faCircleArrowRight: Ge,
16578
16546
  faArrowCircleRight: lU,
@@ -16580,7 +16548,7 @@ var vB = {
16580
16548
  faLocust: hU,
16581
16549
  faSort: We,
16582
16550
  faUnsorted: uU,
16583
- faListOl: _0,
16551
+ faListOl: O0,
16584
16552
  faList12: mU,
16585
16553
  faListNumeric: HU,
16586
16554
  faPersonDressBurst: vU,
@@ -16610,16 +16578,16 @@ var vB = {
16610
16578
  faArrowUpRightFromSquare: je,
16611
16579
  faExternalLink: EU,
16612
16580
  faCubesStacked: kU,
16613
- faWonSign: O0,
16581
+ faWonSign: P0,
16614
16582
  faKrw: IU,
16615
16583
  faWon: TU,
16616
16584
  faVirusCovid: DU,
16617
16585
  faAustralSign: KU,
16618
16586
  faF: RU,
16619
- faLeaf: PU,
16620
- faRoad: _U,
16587
+ faLeaf: _U,
16588
+ faRoad: OU,
16621
16589
  faTaxi: Ze,
16622
- faCab: OU,
16590
+ faCab: PU,
16623
16591
  faPersonCirclePlus: GU,
16624
16592
  faChartPie: Aa,
16625
16593
  faPieChart: WU,
@@ -16679,16 +16647,16 @@ var vB = {
16679
16647
  faAppleAlt: Sb,
16680
16648
  faKitchenSet: Nb,
16681
16649
  faR: Eb,
16682
- faTemperatureQuarter: _3,
16650
+ faTemperatureQuarter: O3,
16683
16651
  faTemperature1: kb,
16684
16652
  faThermometer1: Ib,
16685
16653
  faThermometerQuarter: Tb,
16686
16654
  faCube: Db,
16687
16655
  faBitcoinSign: Kb,
16688
16656
  faShieldDog: Rb,
16689
- faSolarPanel: Pb,
16690
- faLockOpen: _b,
16691
- faElevator: Ob,
16657
+ faSolarPanel: _b,
16658
+ faLockOpen: Ob,
16659
+ faElevator: Pb,
16692
16660
  faMoneyBillTransfer: Gb,
16693
16661
  faMoneyBillTrendUp: Wb,
16694
16662
  faHouseFloodWaterCircleArrowRight: Xb,
@@ -16756,9 +16724,9 @@ var vB = {
16756
16724
  faCartFlatbed: Qa,
16757
16725
  faDollyFlatbed: Rx,
16758
16726
  faBanSmoking: Fa,
16759
- faSmokingBan: Px,
16760
- faTerminal: _x,
16761
- faMobileButton: Ox,
16727
+ faSmokingBan: _x,
16728
+ faTerminal: Ox,
16729
+ faMobileButton: Px,
16762
16730
  faHouseMedicalFlag: Gx,
16763
16731
  faBasketShopping: Ua,
16764
16732
  faShoppingBasket: Wx,
@@ -16809,30 +16777,30 @@ var vB = {
16809
16777
  faHandScissors: wy,
16810
16778
  faHandsPraying: Ra,
16811
16779
  faPrayingHands: Ly,
16812
- faArrowRotateRight: O3,
16780
+ faArrowRotateRight: P3,
16813
16781
  faArrowRightRotate: Qy,
16814
16782
  faArrowRotateForward: Fy,
16815
16783
  faRedo: Uy,
16816
16784
  faBiohazard: by,
16817
- faLocationCrosshairs: Pa,
16785
+ faLocationCrosshairs: _a,
16818
16786
  faLocation: xy,
16819
16787
  faMarsDouble: yy,
16820
16788
  faChildDress: Sy,
16821
16789
  faUsersBetweenLines: Ny,
16822
16790
  faLungsVirus: Ey,
16823
- faFaceGrinTears: _a,
16791
+ faFaceGrinTears: Oa,
16824
16792
  faGrinTears: ky,
16825
16793
  faPhone: Iy,
16826
- faCalendarXmark: Oa,
16794
+ faCalendarXmark: Pa,
16827
16795
  faCalendarTimes: Ty,
16828
16796
  faChildReaching: Dy,
16829
16797
  faHeadSideVirus: Ky,
16830
16798
  faUserGear: Ga,
16831
16799
  faUserCog: Ry,
16832
16800
  faArrowUp19: Wa,
16833
- faSortNumericUp: Py,
16834
- faDoorClosed: _y,
16835
- faShieldVirus: Oy,
16801
+ faSortNumericUp: _y,
16802
+ faDoorClosed: Oy,
16803
+ faShieldVirus: Py,
16836
16804
  faDiceSix: Gy,
16837
16805
  faMosquitoNet: Wy,
16838
16806
  faBridgeWater: Xy,
@@ -16898,9 +16866,9 @@ var vB = {
16898
16866
  faChild: DS,
16899
16867
  faLiraSign: KS,
16900
16868
  faSatellite: RS,
16901
- faPlaneLock: PS,
16902
- faTag: _S,
16903
- faComment: OS,
16869
+ faPlaneLock: _S,
16870
+ faTag: OS,
16871
+ faComment: PS,
16904
16872
  faCakeCandles: Y0,
16905
16873
  faBirthdayCake: GS,
16906
16874
  faCake: WS,
@@ -16967,10 +16935,10 @@ var vB = {
16967
16935
  faDumbbell: KN,
16968
16936
  faRectangleList: Hr,
16969
16937
  faListAlt: RN,
16970
- faTarpDroplet: PN,
16971
- faHouseMedicalCircleCheck: _N,
16938
+ faTarpDroplet: _N,
16939
+ faHouseMedicalCircleCheck: ON,
16972
16940
  faPersonSkiingNordic: vr,
16973
- faSkiingNordic: ON,
16941
+ faSkiingNordic: PN,
16974
16942
  faCalendarPlus: GN,
16975
16943
  faPlaneArrival: WN,
16976
16944
  faCircleLeft: Cr,
@@ -17041,10 +17009,10 @@ var vB = {
17041
17009
  faMobileScreen: yr,
17042
17010
  faMobileAndroidAlt: KE,
17043
17011
  faPlaneUp: RE,
17044
- faPiggyBank: PE,
17012
+ faPiggyBank: _E,
17045
17013
  faBatteryHalf: Sr,
17046
- faBattery3: _E,
17047
- faMountainCity: OE,
17014
+ faBattery3: OE,
17015
+ faMountainCity: PE,
17048
17016
  faCoins: GE,
17049
17017
  faKhanda: WE,
17050
17018
  faSliders: Nr,
@@ -17097,12 +17065,12 @@ var vB = {
17097
17065
  faMobile: A8,
17098
17066
  faMobileAndroid: xk,
17099
17067
  faMobilePhone: yk,
17100
- faFaceMeh: Pr,
17068
+ faFaceMeh: _r,
17101
17069
  faMeh: Sk,
17102
17070
  faAlignCenter: Nk,
17103
- faBookSkull: _r,
17071
+ faBookSkull: Or,
17104
17072
  faBookDead: Ek,
17105
- faIdCard: Or,
17073
+ faIdCard: Pr,
17106
17074
  faDriversLicense: kk,
17107
17075
  faOutdent: Gr,
17108
17076
  faDedent: Ik,
@@ -17111,9 +17079,9 @@ var vB = {
17111
17079
  faHome: Dk,
17112
17080
  faHomeAlt: Kk,
17113
17081
  faHomeLgAlt: Rk,
17114
- faCalendarWeek: Pk,
17115
- faLaptopMedical: _k,
17116
- faB: Ok,
17082
+ faCalendarWeek: _k,
17083
+ faLaptopMedical: Ok,
17084
+ faB: Pk,
17117
17085
  faFileMedical: Gk,
17118
17086
  faDiceOne: Wk,
17119
17087
  faKiwiBird: Xk,
@@ -17178,9 +17146,9 @@ var vB = {
17178
17146
  faSortAmountDownAlt: DI,
17179
17147
  faLessThan: KI,
17180
17148
  faAngleDown: RI,
17181
- faCarTunnel: PI,
17182
- faHeadSideCough: _I,
17183
- faGripLines: OI,
17149
+ faCarTunnel: _I,
17150
+ faHeadSideCough: OI,
17151
+ faGripLines: PI,
17184
17152
  faThumbsDown: GI,
17185
17153
  faUserLock: WI,
17186
17154
  faArrowRightLong: cs,
@@ -17248,9 +17216,9 @@ var vB = {
17248
17216
  faInbox: KT,
17249
17217
  faSection: RT,
17250
17218
  faGaugeHigh: a8,
17251
- faTachometerAlt: PT,
17252
- faTachometerAltFast: _T,
17253
- faEnvelopeOpenText: OT,
17219
+ faTachometerAlt: _T,
17220
+ faTachometerAltFast: OT,
17221
+ faEnvelopeOpenText: PT,
17254
17222
  faHospital: r8,
17255
17223
  faHospitalAlt: GT,
17256
17224
  faHospitalWide: WT,
@@ -17319,10 +17287,10 @@ var vB = {
17319
17287
  faPersonHarassing: KD,
17320
17288
  faBrazilianRealSign: RD,
17321
17289
  faLandmarkDome: Ms,
17322
- faLandmarkAlt: PD,
17323
- faArrowUp: _D,
17290
+ faLandmarkAlt: _D,
17291
+ faArrowUp: OD,
17324
17292
  faTv: l8,
17325
- faTelevision: OD,
17293
+ faTelevision: PD,
17326
17294
  faTvAlt: GD,
17327
17295
  faShrimp: WD,
17328
17296
  faListCheck: ws,
@@ -17385,7 +17353,7 @@ var vB = {
17385
17353
  faQuoteLeft: Rs,
17386
17354
  faQuoteLeftAlt: yK,
17387
17355
  faTractor: SK,
17388
- faTrashArrowUp: Ps,
17356
+ faTrashArrowUp: _s,
17389
17357
  faTrashRestore: NK,
17390
17358
  faArrowDownUpLock: EK,
17391
17359
  faLinesLeaning: kK,
@@ -17395,19 +17363,19 @@ var vB = {
17395
17363
  faBlender: KK,
17396
17364
  faTeeth: RK,
17397
17365
  faShekelSign: z4,
17398
- faIls: PK,
17399
- faShekel: _K,
17400
- faSheqel: OK,
17366
+ faIls: _K,
17367
+ faShekel: OK,
17368
+ faSheqel: PK,
17401
17369
  faSheqelSign: GK,
17402
17370
  faMap: WK,
17403
17371
  faRocket: XK,
17404
- faPhotoFilm: _s,
17372
+ faPhotoFilm: Os,
17405
17373
  faPhotoVideo: qK,
17406
17374
  faFolderMinus: YK,
17407
17375
  faStore: JK,
17408
17376
  faArrowTrendUp: $K,
17409
17377
  faPlugCircleMinus: jK,
17410
- faSignHanging: Os,
17378
+ faSignHanging: Ps,
17411
17379
  faSign: ZK,
17412
17380
  faBezierCurve: AR,
17413
17381
  faBellSlash: cR,
@@ -17461,9 +17429,9 @@ var vB = {
17461
17429
  faPeace: KR,
17462
17430
  faGears: At,
17463
17431
  faCogs: RR,
17464
- faWarehouse: PR,
17465
- faArrowUpRightDots: _R,
17466
- faSplotch: OR,
17432
+ faWarehouse: _R,
17433
+ faArrowUpRightDots: OR,
17434
+ faSplotch: PR,
17467
17435
  faFaceGrinHearts: ct,
17468
17436
  faGrinHearts: GR,
17469
17437
  faDiceFour: WR,
@@ -17477,224 +17445,224 @@ var vB = {
17477
17445
  faAward: jR,
17478
17446
  faTicketSimple: rt,
17479
17447
  faTicketAlt: ZR,
17480
- faBuilding: AP,
17448
+ faBuilding: A_,
17481
17449
  faAnglesLeft: st,
17482
- faAngleDoubleLeft: cP,
17483
- faQrcode: eP,
17450
+ faAngleDoubleLeft: c_,
17451
+ faQrcode: e_,
17484
17452
  faClockRotateLeft: tt,
17485
- faHistory: aP,
17453
+ faHistory: a_,
17486
17454
  faFaceGrinBeamSweat: it,
17487
- faGrinBeamSweat: rP,
17455
+ faGrinBeamSweat: r_,
17488
17456
  faFileExport: nt,
17489
- faArrowRightFromFile: sP,
17457
+ faArrowRightFromFile: s_,
17490
17458
  faShield: ot,
17491
- faShieldBlank: tP,
17459
+ faShieldBlank: t_,
17492
17460
  faArrowUpShortWide: lt,
17493
- faSortAmountUpAlt: iP,
17494
- faHouseMedical: nP,
17461
+ faSortAmountUpAlt: i_,
17462
+ faHouseMedical: n_,
17495
17463
  faGolfBallTee: ft,
17496
- faGolfBall: oP,
17464
+ faGolfBall: o_,
17497
17465
  faCircleChevronLeft: ht,
17498
- faChevronCircleLeft: lP,
17499
- faHouseChimneyWindow: fP,
17500
- faPenNib: hP,
17501
- faTentArrowTurnLeft: uP,
17502
- faTents: mP,
17466
+ faChevronCircleLeft: l_,
17467
+ faHouseChimneyWindow: f_,
17468
+ faPenNib: h_,
17469
+ faTentArrowTurnLeft: u_,
17470
+ faTents: m_,
17503
17471
  faWandMagic: ut,
17504
- faMagic: HP,
17505
- faDog: vP,
17506
- faCarrot: CP,
17507
- faMoon: BP,
17472
+ faMagic: H_,
17473
+ faDog: v_,
17474
+ faCarrot: C_,
17475
+ faMoon: B_,
17508
17476
  faWineGlassEmpty: mt,
17509
- faWineGlassAlt: pP,
17510
- faCheese: gP,
17511
- faYinYang: dP,
17512
- faMusic: zP,
17513
- faCodeCommit: VP,
17514
- faTemperatureLow: MP,
17477
+ faWineGlassAlt: p_,
17478
+ faCheese: g_,
17479
+ faYinYang: d_,
17480
+ faMusic: z_,
17481
+ faCodeCommit: V_,
17482
+ faTemperatureLow: M_,
17515
17483
  faPersonBiking: Ht,
17516
- faBiking: wP,
17517
- faBroom: LP,
17518
- faShieldHeart: QP,
17519
- faGopuram: FP,
17484
+ faBiking: w_,
17485
+ faBroom: L_,
17486
+ faShieldHeart: Q_,
17487
+ faGopuram: F_,
17520
17488
  faEarthOceania: vt,
17521
- faGlobeOceania: UP,
17489
+ faGlobeOceania: U_,
17522
17490
  faSquareXmark: h8,
17523
- faTimesSquare: bP,
17524
- faXmarkSquare: xP,
17525
- faHashtag: yP,
17491
+ faTimesSquare: b_,
17492
+ faXmarkSquare: x_,
17493
+ faHashtag: y_,
17526
17494
  faUpRightAndDownLeftFromCenter: Ct,
17527
- faExpandAlt: SP,
17528
- faOilCan: NP,
17529
- faT: EP,
17530
- faHippo: kP,
17531
- faChartColumn: IP,
17532
- faInfinity: TP,
17533
- faVialCircleCheck: DP,
17534
- faPersonArrowDownToLine: KP,
17535
- faVoicemail: RP,
17536
- faFan: PP,
17537
- faPersonWalkingLuggage: _P,
17495
+ faExpandAlt: S_,
17496
+ faOilCan: N_,
17497
+ faT: E_,
17498
+ faHippo: k_,
17499
+ faChartColumn: I_,
17500
+ faInfinity: T_,
17501
+ faVialCircleCheck: D_,
17502
+ faPersonArrowDownToLine: K_,
17503
+ faVoicemail: R_,
17504
+ faFan: __,
17505
+ faPersonWalkingLuggage: O_,
17538
17506
  faUpDown: Bt,
17539
- faArrowsAltV: OP,
17540
- faCloudMoonRain: GP,
17541
- faCalendar: WP,
17542
- faTrailer: XP,
17507
+ faArrowsAltV: P_,
17508
+ faCloudMoonRain: G_,
17509
+ faCalendar: W_,
17510
+ faTrailer: X_,
17543
17511
  faBahai: pt,
17544
- faHaykal: qP,
17545
- faSdCard: YP,
17546
- faDragon: JP,
17547
- faShoePrints: $P,
17512
+ faHaykal: q_,
17513
+ faSdCard: Y_,
17514
+ faDragon: J_,
17515
+ faShoePrints: $_,
17548
17516
  faCirclePlus: gt,
17549
- faPlusCircle: jP,
17517
+ faPlusCircle: j_,
17550
17518
  faFaceGrinTongueWink: dt,
17551
- faGrinTongueWink: ZP,
17552
- faHandHolding: A_,
17553
- faPlugCircleExclamation: c_,
17519
+ faGrinTongueWink: Z_,
17520
+ faHandHolding: AO,
17521
+ faPlugCircleExclamation: cO,
17554
17522
  faLinkSlash: $3,
17555
- faChainBroken: e_,
17556
- faChainSlash: a_,
17557
- faUnlink: r_,
17558
- faClone: s_,
17559
- faPersonWalkingArrowLoopLeft: t_,
17523
+ faChainBroken: eO,
17524
+ faChainSlash: aO,
17525
+ faUnlink: rO,
17526
+ faClone: sO,
17527
+ faPersonWalkingArrowLoopLeft: tO,
17560
17528
  faArrowUpZA: zt,
17561
- faSortAlphaUpAlt: i_,
17529
+ faSortAlphaUpAlt: iO,
17562
17530
  faFireFlameCurved: Vt,
17563
- faFireAlt: n_,
17564
- faTornado: o_,
17565
- faFileCirclePlus: l_,
17531
+ faFireAlt: nO,
17532
+ faTornado: oO,
17533
+ faFileCirclePlus: lO,
17566
17534
  faBookQuran: Mt,
17567
- faQuran: f_,
17568
- faAnchor: h_,
17569
- faBorderAll: u_,
17535
+ faQuran: fO,
17536
+ faAnchor: hO,
17537
+ faBorderAll: uO,
17570
17538
  faFaceAngry: wt,
17571
- faAngry: m_,
17572
- faCookieBite: H_,
17573
- faArrowTrendDown: v_,
17539
+ faAngry: mO,
17540
+ faCookieBite: HO,
17541
+ faArrowTrendDown: vO,
17574
17542
  faRss: Lt,
17575
- faFeed: C_,
17576
- faDrawPolygon: B_,
17543
+ faFeed: CO,
17544
+ faDrawPolygon: BO,
17577
17545
  faScaleBalanced: Qt,
17578
- faBalanceScale: p_,
17546
+ faBalanceScale: pO,
17579
17547
  faGaugeSimpleHigh: u8,
17580
- faTachometer: g_,
17581
- faTachometerFast: d_,
17582
- faShower: z_,
17548
+ faTachometer: gO,
17549
+ faTachometerFast: dO,
17550
+ faShower: zO,
17583
17551
  faDesktop: Ft,
17584
- faDesktopAlt: V_,
17585
- faM: M_,
17552
+ faDesktopAlt: VO,
17553
+ faM: MO,
17586
17554
  faTableList: Ut,
17587
- faThList: w_,
17555
+ faThList: wO,
17588
17556
  faCommentSms: bt,
17589
- faSms: L_,
17590
- faBook: Q_,
17591
- faUserPlus: F_,
17592
- faCheck: U_,
17557
+ faSms: LO,
17558
+ faBook: QO,
17559
+ faUserPlus: FO,
17560
+ faCheck: UO,
17593
17561
  faBatteryThreeQuarters: xt,
17594
- faBattery4: b_,
17595
- faHouseCircleCheck: x_,
17596
- faAngleLeft: y_,
17597
- faDiagramSuccessor: S_,
17598
- faTruckArrowRight: N_,
17599
- faArrowsSplitUpAndLeft: E_,
17562
+ faBattery4: bO,
17563
+ faHouseCircleCheck: xO,
17564
+ faAngleLeft: yO,
17565
+ faDiagramSuccessor: SO,
17566
+ faTruckArrowRight: NO,
17567
+ faArrowsSplitUpAndLeft: EO,
17600
17568
  faHandFist: yt,
17601
- faFistRaised: k_,
17602
- faCloudMoon: I_,
17603
- faBriefcase: T_,
17604
- faPersonFalling: D_,
17569
+ faFistRaised: kO,
17570
+ faCloudMoon: IO,
17571
+ faBriefcase: TO,
17572
+ faPersonFalling: DO,
17605
17573
  faImagePortrait: St,
17606
- faPortrait: K_,
17607
- faUserTag: R_,
17608
- faRug: P_,
17574
+ faPortrait: KO,
17575
+ faUserTag: RO,
17576
+ faRug: _O,
17609
17577
  faEarthEurope: Nt,
17610
- faGlobeEurope: __,
17578
+ faGlobeEurope: OO,
17611
17579
  faCartFlatbedSuitcase: Et,
17612
- faLuggageCart: O_,
17580
+ faLuggageCart: PO,
17613
17581
  faRectangleXmark: j3,
17614
- faRectangleTimes: G_,
17615
- faTimesRectangle: W_,
17616
- faWindowClose: X_,
17617
- faBahtSign: q_,
17618
- faBookOpen: Y_,
17582
+ faRectangleTimes: GO,
17583
+ faTimesRectangle: WO,
17584
+ faWindowClose: XO,
17585
+ faBahtSign: qO,
17586
+ faBookOpen: YO,
17619
17587
  faBookJournalWhills: kt,
17620
- faJournalWhills: J_,
17621
- faHandcuffs: $_,
17588
+ faJournalWhills: JO,
17589
+ faHandcuffs: $O,
17622
17590
  faTriangleExclamation: m8,
17623
- faExclamationTriangle: j_,
17624
- faWarning: Z_,
17625
- faDatabase: AO,
17591
+ faExclamationTriangle: jO,
17592
+ faWarning: ZO,
17593
+ faDatabase: AP,
17626
17594
  faShare: H8,
17627
- faArrowTurnRight: cO,
17628
- faMailForward: eO,
17629
- faBottleDroplet: aO,
17630
- faMaskFace: rO,
17631
- faHillRockslide: sO,
17595
+ faArrowTurnRight: cP,
17596
+ faMailForward: eP,
17597
+ faBottleDroplet: aP,
17598
+ faMaskFace: rP,
17599
+ faHillRockslide: sP,
17632
17600
  faRightLeft: It,
17633
- faExchangeAlt: tO,
17634
- faPaperPlane: iO,
17635
- faRoadCircleExclamation: nO,
17636
- faDungeon: oO,
17637
- faAlignRight: lO,
17601
+ faExchangeAlt: tP,
17602
+ faPaperPlane: iP,
17603
+ faRoadCircleExclamation: nP,
17604
+ faDungeon: oP,
17605
+ faAlignRight: lP,
17638
17606
  faMoneyBill1Wave: Tt,
17639
- faMoneyBillWaveAlt: fO,
17640
- faLifeRing: hO,
17607
+ faMoneyBillWaveAlt: fP,
17608
+ faLifeRing: hP,
17641
17609
  faHands: v8,
17642
- faSignLanguage: uO,
17643
- faSigning: mO,
17644
- faCalendarDay: HO,
17610
+ faSignLanguage: uP,
17611
+ faSigning: mP,
17612
+ faCalendarDay: HP,
17645
17613
  faWaterLadder: C8,
17646
- faLadderWater: vO,
17647
- faSwimmingPool: CO,
17614
+ faLadderWater: vP,
17615
+ faSwimmingPool: CP,
17648
17616
  faArrowsUpDown: Dt,
17649
- faArrowsV: BO,
17617
+ faArrowsV: BP,
17650
17618
  faFaceGrimace: Kt,
17651
- faGrimace: pO,
17619
+ faGrimace: pP,
17652
17620
  faWheelchairMove: Rt,
17653
- faWheelchairAlt: gO,
17654
- faTurnDown: Pt,
17655
- faLevelDownAlt: dO,
17656
- faPersonWalkingArrowRight: zO,
17657
- faSquareEnvelope: _t,
17658
- faEnvelopeSquare: VO,
17659
- faDice: MO,
17660
- faBowlingBall: wO,
17661
- faBrain: LO,
17662
- faBandage: Ot,
17663
- faBandAid: QO,
17664
- faCalendarMinus: FO,
17621
+ faWheelchairAlt: gP,
17622
+ faTurnDown: _t,
17623
+ faLevelDownAlt: dP,
17624
+ faPersonWalkingArrowRight: zP,
17625
+ faSquareEnvelope: Ot,
17626
+ faEnvelopeSquare: VP,
17627
+ faDice: MP,
17628
+ faBowlingBall: wP,
17629
+ faBrain: LP,
17630
+ faBandage: Pt,
17631
+ faBandAid: QP,
17632
+ faCalendarMinus: FP,
17665
17633
  faCircleXmark: B8,
17666
- faTimesCircle: UO,
17667
- faXmarkCircle: bO,
17668
- faGifts: xO,
17669
- faHotel: yO,
17634
+ faTimesCircle: UP,
17635
+ faXmarkCircle: bP,
17636
+ faGifts: xP,
17637
+ faHotel: yP,
17670
17638
  faEarthAsia: Gt,
17671
- faGlobeAsia: SO,
17639
+ faGlobeAsia: SP,
17672
17640
  faIdCardClip: Wt,
17673
- faIdCardAlt: NO,
17641
+ faIdCardAlt: NP,
17674
17642
  faMagnifyingGlassPlus: Xt,
17675
- faSearchPlus: EO,
17676
- faThumbsUp: kO,
17677
- faUserClock: IO,
17643
+ faSearchPlus: EP,
17644
+ faThumbsUp: kP,
17645
+ faUserClock: IP,
17678
17646
  faHandDots: qt,
17679
- faAllergies: TO,
17680
- faFileInvoice: DO,
17681
- faWindowMinimize: KO,
17647
+ faAllergies: TP,
17648
+ faFileInvoice: DP,
17649
+ faWindowMinimize: KP,
17682
17650
  faMugSaucer: Yt,
17683
- faCoffee: RO,
17684
- faBrush: PO,
17685
- faMask: _O,
17651
+ faCoffee: RP,
17652
+ faBrush: _P,
17653
+ faMask: OP,
17686
17654
  faMagnifyingGlassMinus: Jt,
17687
- faSearchMinus: OO,
17688
- faRulerVertical: GO,
17655
+ faSearchMinus: PP,
17656
+ faRulerVertical: GP,
17689
17657
  faUserLarge: $t,
17690
- faUserAlt: WO,
17691
- faTrainTram: XO,
17692
- faUserNurse: qO,
17693
- faSyringe: YO,
17694
- faCloudSun: JO,
17695
- faStopwatch20: $O,
17696
- faSquareFull: jO,
17697
- faMagnet: ZO,
17658
+ faUserAlt: WP,
17659
+ faTrainTram: XP,
17660
+ faUserNurse: qP,
17661
+ faSyringe: YP,
17662
+ faCloudSun: JP,
17663
+ faStopwatch20: $P,
17664
+ faSquareFull: jP,
17665
+ faMagnet: ZP,
17698
17666
  faJar: AG,
17699
17667
  faNoteSticky: jt,
17700
17668
  faStickyNote: cG,
@@ -17754,15 +17722,15 @@ var vB = {
17754
17722
  prefix: "far",
17755
17723
  iconName: "trash-can",
17756
17724
  icon: [448, 512, [61460, "trash-alt"], "f2ed", "M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z"]
17757
- }, PG = oi, li = {
17725
+ }, _G = oi, li = {
17758
17726
  prefix: "far",
17759
17727
  iconName: "message",
17760
17728
  icon: [512, 512, ["comment-alt"], "f27a", "M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z"]
17761
- }, _G = li, d8 = {
17729
+ }, OG = li, d8 = {
17762
17730
  prefix: "far",
17763
17731
  iconName: "file-lines",
17764
17732
  icon: [384, 512, [128441, 128462, 61686, "file-alt", "file-text"], "f15c", "M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z"]
17765
- }, OG = d8, GG = d8, fi = {
17733
+ }, PG = d8, GG = d8, fi = {
17766
17734
  prefix: "far",
17767
17735
  iconName: "calendar-days",
17768
17736
  icon: [448, 512, ["calendar-alt"], "f073", "M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z"]
@@ -17958,15 +17926,15 @@ var vB = {
17958
17926
  prefix: "far",
17959
17927
  iconName: "square-plus",
17960
17928
  icon: [448, 512, [61846, "plus-square"], "f0fe", "M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 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-64V96zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"]
17961
- }, RW = Ki, PW = {
17929
+ }, RW = Ki, _W = {
17962
17930
  prefix: "far",
17963
17931
  iconName: "image",
17964
17932
  icon: [512, 512, [], "f03e", "M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]
17965
- }, _W = {
17933
+ }, OW = {
17966
17934
  prefix: "far",
17967
17935
  iconName: "folder-closed",
17968
17936
  icon: [512, 512, [], "e185", "M251.7 127.6l0 0c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H197.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z"]
17969
- }, OW = {
17937
+ }, PW = {
17970
17938
  prefix: "far",
17971
17939
  iconName: "lemon",
17972
17940
  icon: [448, 512, [127819], "f094", "M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z"]
@@ -17982,23 +17950,23 @@ var vB = {
17982
17950
  prefix: "far",
17983
17951
  iconName: "circle-play",
17984
17952
  icon: [512, 512, [61469, "play-circle"], "f144", "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 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z"]
17985
- }, XW = Ri, Pi = {
17953
+ }, XW = Ri, _i = {
17986
17954
  prefix: "far",
17987
17955
  iconName: "circle-check",
17988
17956
  icon: [512, 512, [61533, "check-circle"], "f058", "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"]
17989
- }, qW = Pi, _i = {
17957
+ }, qW = _i, Oi = {
17990
17958
  prefix: "far",
17991
17959
  iconName: "circle-stop",
17992
17960
  icon: [512, 512, [62094, "stop-circle"], "f28d", "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 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z"]
17993
- }, YW = _i, JW = {
17961
+ }, YW = Oi, JW = {
17994
17962
  prefix: "far",
17995
17963
  iconName: "id-badge",
17996
17964
  icon: [384, 512, [], "f2c1", "M256 48V64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H256zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"]
17997
- }, Oi = {
17965
+ }, Pi = {
17998
17966
  prefix: "far",
17999
17967
  iconName: "face-laugh-beam",
18000
17968
  icon: [512, 512, [128513, "laugh-beam"], "f59a", "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 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"]
18001
- }, $W = Oi, jW = {
17969
+ }, $W = Pi, jW = {
18002
17970
  prefix: "far",
18003
17971
  iconName: "registered",
18004
17972
  icon: [512, 512, [174], "f25d", "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 512zM160 152V264v96c0 13.3 10.7 24 24 24s24-10.7 24-24V288h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80H184c-13.3 0-24 10.7-24 24zm48 88V176h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H208z"]
@@ -18166,15 +18134,15 @@ var vB = {
18166
18134
  prefix: "far",
18167
18135
  iconName: "file-video",
18168
18136
  icon: [384, 512, [], "f1c8", "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM80 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V288z"]
18169
- }, PX = {
18137
+ }, _X = {
18170
18138
  prefix: "far",
18171
18139
  iconName: "file-pdf",
18172
18140
  icon: [512, 512, [], "f1c1", "M64 464H96v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V288H336V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z"]
18173
- }, _X = {
18141
+ }, OX = {
18174
18142
  prefix: "far",
18175
18143
  iconName: "comment",
18176
18144
  icon: [512, 512, [128489, 61669], "f075", "M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"]
18177
- }, OX = {
18145
+ }, PX = {
18178
18146
  prefix: "far",
18179
18147
  iconName: "envelope",
18180
18148
  icon: [512, 512, [128386, 9993, 61443], "f0e0", "M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"]
@@ -18370,7 +18338,7 @@ var vB = {
18370
18338
  prefix: "far",
18371
18339
  iconName: "face-grimace",
18372
18340
  icon: [512, 512, [128556, "grimace"], "f57f", "M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 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"]
18373
- }, Rq = yn, Pq = {
18341
+ }, Rq = yn, _q = {
18374
18342
  prefix: "far",
18375
18343
  iconName: "calendar-minus",
18376
18344
  icon: [512, 512, [], "f272", "M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zM328 352H184c-13.3 0-24-10.7-24-24s10.7-24 24-24H328c13.3 0 24 10.7 24 24s-10.7 24-24 24z"]
@@ -18378,7 +18346,7 @@ var vB = {
18378
18346
  prefix: "far",
18379
18347
  iconName: "circle-xmark",
18380
18348
  icon: [512, 512, [61532, "times-circle", "xmark-circle"], "f057", "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"]
18381
- }, _q = L8, Oq = L8, Gq = {
18349
+ }, Oq = L8, Pq = L8, Gq = {
18382
18350
  prefix: "far",
18383
18351
  iconName: "thumbs-up",
18384
18352
  icon: [512, 512, [128077, 61575], "f164", "M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z"]
@@ -18404,11 +18372,11 @@ var vB = {
18404
18372
  icon: [512, 512, [], "f0a5", "M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z"]
18405
18373
  }, $q = {
18406
18374
  faTrashCan: oi,
18407
- faTrashAlt: PG,
18375
+ faTrashAlt: _G,
18408
18376
  faMessage: li,
18409
- faCommentAlt: _G,
18377
+ faCommentAlt: OG,
18410
18378
  faFileLines: d8,
18411
- faFileAlt: OG,
18379
+ faFileAlt: PG,
18412
18380
  faFileText: GG,
18413
18381
  faCalendarDays: fi,
18414
18382
  faCalendarAlt: WG,
@@ -18491,19 +18459,19 @@ var vB = {
18491
18459
  faWindowRestore: KW,
18492
18460
  faSquarePlus: Ki,
18493
18461
  faPlusSquare: RW,
18494
- faImage: PW,
18495
- faFolderClosed: _W,
18496
- faLemon: OW,
18462
+ faImage: _W,
18463
+ faFolderClosed: OW,
18464
+ faLemon: PW,
18497
18465
  faHandshake: GW,
18498
18466
  faGem: WW,
18499
18467
  faCirclePlay: Ri,
18500
18468
  faPlayCircle: XW,
18501
- faCircleCheck: Pi,
18469
+ faCircleCheck: _i,
18502
18470
  faCheckCircle: qW,
18503
- faCircleStop: _i,
18471
+ faCircleStop: Oi,
18504
18472
  faStopCircle: YW,
18505
18473
  faIdBadge: JW,
18506
- faFaceLaughBeam: Oi,
18474
+ faFaceLaughBeam: Pi,
18507
18475
  faLaughBeam: $W,
18508
18476
  faRegistered: jW,
18509
18477
  faAddressCard: V8,
@@ -18571,9 +18539,9 @@ var vB = {
18571
18539
  faCalendarXmark: fn,
18572
18540
  faCalendarTimes: KX,
18573
18541
  faFileVideo: RX,
18574
- faFilePdf: PX,
18575
- faComment: _X,
18576
- faEnvelope: OX,
18542
+ faFilePdf: _X,
18543
+ faComment: OX,
18544
+ faEnvelope: PX,
18577
18545
  faHourglass: hn,
18578
18546
  faHourglassEmpty: GX,
18579
18547
  faCalendarCheck: WX,
@@ -18648,10 +18616,10 @@ var vB = {
18648
18616
  faLifeRing: Kq,
18649
18617
  faFaceGrimace: yn,
18650
18618
  faGrimace: Rq,
18651
- faCalendarMinus: Pq,
18619
+ faCalendarMinus: _q,
18652
18620
  faCircleXmark: L8,
18653
- faTimesCircle: _q,
18654
- faXmarkCircle: Oq,
18621
+ faTimesCircle: Oq,
18622
+ faXmarkCircle: Pq,
18655
18623
  faThumbsUp: Gq,
18656
18624
  faWindowMinimize: Wq,
18657
18625
  faSquareFull: Xq,
@@ -18663,7 +18631,7 @@ var vB = {
18663
18631
  };
18664
18632
  const Zq = {
18665
18633
  install: (A, c) => {
18666
- A.component("special-uploader", On), A.component("lab-header", Xn), A.component("lab-footer", Q8), A.component("lab-drawer", Q8), A.component("lab-image", ro), A.component("lab-kaltura", mo), A.component("lab-image-marker", yo), A.component("lab-image-replacer", To), A.component("lab-feedback", e5), A.component("lab-drop-down", Ro), A.component("lab-fill-blank", Oo), A.component("lab-selectable", $o), A.component("lab-textbox", Al), A.component("lab-menu_chooser", ml), A.component("lab-drag-resize", a5), A.component("lab-fridgemagnet", Ql), A.component("lab-drag-drop-quiz", Wl), A.component("lab-drag-drop", kl), A.component("font-awesome-icon", HB), jC.add(RG, $q), ZC.watch(), window.html2canvas = vv;
18634
+ A.component("special-uploader", Pn), A.component("lab-header", Xn), A.component("lab-footer", Q8), A.component("lab-drawer", Q8), A.component("lab-image", ro), A.component("lab-kaltura", mo), A.component("lab-image-marker", yo), A.component("lab-image-replacer", To), A.component("lab-feedback", e5), A.component("lab-drop-down", Ro), A.component("lab-fill-blank", Po), A.component("lab-selectable", $o), A.component("lab-textbox", Al), A.component("lab-menu_chooser", ml), A.component("lab-drag-resize", a5), A.component("lab-fridgemagnet", Ql), A.component("lab-drag-drop-quiz", Wl), A.component("lab-drag-drop", kl), A.component("font-awesome-icon", HB), jC.add(RG, $q), ZC.watch(), window.html2canvas = vv;
18667
18635
  }
18668
18636
  };
18669
18637
  export {