@citizenplane/pimp 8.5.1 → 8.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pimp.es.js CHANGED
@@ -15,7 +15,7 @@ function fi(t, e) {
15
15
  }
16
16
  return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
17
17
  }
18
- /*! maska v2.1.10 | (c) Alexander Shabunevich | Released under the MIT license */
18
+ /*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */
19
19
  var pi = Object.defineProperty, yi = (t, e, n) => e in t ? pi(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, lt = (t, e, n) => (yi(t, typeof e != "symbol" ? e + "" : e, n), n);
20
20
  const Bn = {
21
21
  "#": { pattern: /[0-9]/ },
@@ -71,32 +71,20 @@ class Hn {
71
71
  }), { mask: n.join(""), escaped: s };
72
72
  }
73
73
  process(e, n, s = !0) {
74
- var r;
75
74
  if (n == null)
76
75
  return e;
77
- const i = `value=${e},mask=${n},masked=${s ? 1 : 0}`;
78
- if (this.memo.has(i))
79
- return this.memo.get(i);
80
- const { mask: a, escaped: l } = this.escapeMask(n), o = [], c = this.opts.tokens != null ? this.opts.tokens : {}, u = this.isReversed() ? -1 : 1, d = this.isReversed() ? "unshift" : "push", h = this.isReversed() ? 0 : a.length - 1, p = this.isReversed() ? () => g > -1 && m > -1 : () => g < a.length && m < e.length, f = (v) => !this.isReversed() && v <= h || this.isReversed() && v >= h;
81
- let y, w = -1, g = this.isReversed() ? a.length - 1 : 0, m = this.isReversed() ? e.length - 1 : 0;
82
- for (; p(); ) {
83
- const v = a.charAt(g), M = c[v], E = (M == null ? void 0 : M.transform) != null ? M.transform(e.charAt(m)) : e.charAt(m);
84
- if (!l.includes(g) && M != null) {
85
- if (E.match(M.pattern) != null)
86
- o[d](E), M.repeated ? (w === -1 ? w = g : g === h && g !== w && (g = w - u), h === w && (g -= u)) : M.multiple && (g -= u), g += u;
87
- else if (M.multiple) {
88
- const _ = ((r = o[m - u]) == null ? void 0 : r.match(M.pattern)) != null, C = a.charAt(g + u);
89
- _ && C !== "" && c[C] == null ? (g += u, m -= u) : o[d]("");
90
- } else
91
- E === y ? y = void 0 : M.optional && (g += u, m -= u);
92
- m += u;
93
- } else
94
- s && !this.isEager() && o[d](v), E === v && !this.isEager() ? m += u : y = v, this.isEager() || (g += u);
95
- if (this.isEager())
96
- for (; f(g) && (c[a.charAt(g)] == null || l.includes(g)); )
97
- s ? o[d](a.charAt(g)) : a.charAt(g) === e.charAt(m) && (m += u), g += u;
76
+ const r = `value=${e},mask=${n},masked=${s ? 1 : 0}`;
77
+ if (this.memo.has(r))
78
+ return this.memo.get(r);
79
+ const { mask: i, escaped: a } = this.escapeMask(n), l = [], o = this.opts.tokens != null ? this.opts.tokens : {}, c = this.isReversed() ? -1 : 1, u = this.isReversed() ? "unshift" : "push", d = this.isReversed() ? 0 : i.length - 1, h = this.isReversed() ? () => g > -1 && b > -1 : () => g < i.length && b < e.length, p = (v) => !this.isReversed() && v <= d || this.isReversed() && v >= d;
80
+ let y, f = -1, g = this.isReversed() ? i.length - 1 : 0, b = this.isReversed() ? e.length - 1 : 0, m = !1;
81
+ for (; h(); ) {
82
+ const v = i.charAt(g), M = o[v], E = (M == null ? void 0 : M.transform) != null ? M.transform(e.charAt(b)) : e.charAt(b);
83
+ if (!a.includes(g) && M != null ? (E.match(M.pattern) != null ? (l[u](E), M.repeated ? (f === -1 ? f = g : g === d && g !== f && (g = f - c), d === f && (g -= c)) : M.multiple && (m = !0, g -= c), g += c) : M.multiple ? m && (g += c, b -= c, m = !1) : E === y ? y = void 0 : M.optional && (g += c, b -= c), b += c) : (s && !this.isEager() && l[u](v), E === v && !this.isEager() ? b += c : y = v, this.isEager() || (g += c)), this.isEager())
84
+ for (; p(g) && (o[i.charAt(g)] == null || a.includes(g)); )
85
+ s ? l[u](i.charAt(g)) : i.charAt(g) === e.charAt(b) && (b += c), g += c;
98
86
  }
99
- return this.memo.set(i, o.join("")), this.memo.get(i);
87
+ return this.memo.set(r, l.join("")), this.memo.get(r);
100
88
  }
101
89
  }
102
90
  const Nr = (t) => JSON.parse(t.replaceAll("'", '"')), $n = (t, e = {}) => {
@@ -588,8 +576,7 @@ class Oe extends mt {
588
576
  /** @override **/
589
577
  offset(e) {
590
578
  const n = new Date(e);
591
- if (isNaN(n))
592
- return NaN;
579
+ if (isNaN(n)) return NaN;
593
580
  const s = _i(this.name);
594
581
  let [r, i, a, l, o, c, u] = s.formatToParts ? Ti(s, n) : ji(s, n);
595
582
  l === "BC" && (r = -Math.abs(r) + 1);
@@ -603,8 +590,8 @@ class Oe extends mt {
603
590
  millisecond: 0
604
591
  });
605
592
  let p = +n;
606
- const f = p % 1e3;
607
- return p -= f >= 0 ? f : 1e3 + f, (h - p) / (60 * 1e3);
593
+ const y = p % 1e3;
594
+ return p -= y >= 0 ? y : 1e3 + y, (h - p) / (60 * 1e3);
608
595
  }
609
596
  /** @override **/
610
597
  equals(e) {
@@ -676,7 +663,7 @@ function Ri(t, e, n) {
676
663
  function Li(t) {
677
664
  const e = [];
678
665
  for (let n = 1; n <= 12; n++) {
679
- const s = b.utc(2009, n, 1);
666
+ const s = w.utc(2009, n, 1);
680
667
  e.push(t(s));
681
668
  }
682
669
  return e;
@@ -684,7 +671,7 @@ function Li(t) {
684
671
  function Pi(t) {
685
672
  const e = [];
686
673
  for (let n = 1; n <= 7; n++) {
687
- const s = b.utc(2016, 11, 13 + n);
674
+ const s = w.utc(2016, 11, 13 + n);
688
675
  e.push(t(s));
689
676
  }
690
677
  return e;
@@ -724,8 +711,7 @@ class Bi {
724
711
  else if (e.zone.type === "fixed") {
725
712
  const a = -1 * (e.offset / 60), l = a >= 0 ? `Etc/GMT+${a}` : `Etc/GMT${a}`;
726
713
  e.offset !== 0 && Oe.create(l).valid ? (r = l, this.dt = e) : (r = "UTC", this.dt = e.offset === 0 ? e : e.setZone("UTC").plus({ minutes: e.offset }), this.originalZone = e.zone);
727
- } else
728
- e.zone.type === "system" ? this.dt = e : e.zone.type === "iana" ? (this.dt = e, r = e.zone.name) : (r = "UTC", this.dt = e.setZone("UTC").plus({ minutes: e.offset }), this.originalZone = e.zone);
714
+ } else e.zone.type === "system" ? this.dt = e : e.zone.type === "iana" ? (this.dt = e, r = e.zone.name) : (r = "UTC", this.dt = e.setZone("UTC").plus({ minutes: e.offset }), this.originalZone = e.zone);
729
715
  const i = { ...this.opts };
730
716
  i.timeZone = i.timeZone || r, this.dtf = cn(n, i);
731
717
  }
@@ -836,7 +822,7 @@ class L {
836
822
  () => {
837
823
  if (!this.meridiemCache) {
838
824
  const e = { hour: "numeric", hourCycle: "h12" };
839
- this.meridiemCache = [b.utc(2016, 11, 13, 9), b.utc(2016, 11, 13, 19)].map(
825
+ this.meridiemCache = [w.utc(2016, 11, 13, 9), w.utc(2016, 11, 13, 19)].map(
840
826
  (n) => this.extract(n, e, "dayperiod")
841
827
  );
842
828
  }
@@ -847,7 +833,7 @@ class L {
847
833
  eras(e) {
848
834
  return St(this, e, vs, () => {
849
835
  const n = { era: e };
850
- return this.eraCache[e] || (this.eraCache[e] = [b.utc(-40, 1, 1), b.utc(2017, 1, 1)].map(
836
+ return this.eraCache[e] || (this.eraCache[e] = [w.utc(-40, 1, 1), w.utc(2017, 1, 1)].map(
851
837
  (s) => this.extract(s, n, "era")
852
838
  )), this.eraCache[e];
853
839
  });
@@ -1004,8 +990,7 @@ function Ce(t, e) {
1004
990
  if (qi(t)) {
1005
991
  const n = t.toLowerCase();
1006
992
  return n === "default" ? e : n === "local" || n === "system" ? Nt.instance : n === "utc" || n === "gmt" ? ne.utcInstance : ne.parseSpecifier(n) || Oe.create(t);
1007
- } else
1008
- return Pe(t) ? ne.instance(t) : typeof t == "object" && "offset" in t && typeof t.offset == "function" ? t : new Ui(t);
993
+ } else return Pe(t) ? ne.instance(t) : typeof t == "object" && "offset" in t && typeof t.offset == "function" ? t : new Ui(t);
1009
994
  }
1010
995
  let Yn = () => Date.now(), qn = "system", Gn = null, Jn = null, Kn = null, Qn = 60, Xn, er = null;
1011
996
  class Z {
@@ -1379,8 +1364,7 @@ function At(t, e) {
1379
1364
  for (const s in t)
1380
1365
  if (Ke(t, s)) {
1381
1366
  const r = t[s];
1382
- if (r == null)
1383
- continue;
1367
+ if (r == null) continue;
1384
1368
  n[e(s)] = ds(r);
1385
1369
  }
1386
1370
  return n;
@@ -1589,12 +1573,12 @@ class X {
1589
1573
  return n > 0 && (s.padTo = n), this.loc.numberFormatter(s).format(e);
1590
1574
  }
1591
1575
  formatDateTimeFromString(e, n) {
1592
- const s = this.loc.listingMode() === "en", r = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", i = (p, f) => this.loc.extract(e, p, f), a = (p) => e.isOffsetFixed && e.offset === 0 && p.allowZ ? "Z" : e.isValid ? e.zone.formatOffset(e.ts, p.format) : "", l = () => s ? ia(e) : i({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), o = (p, f) => s ? oa(e, p) : i(f ? { month: p } : { month: p, day: "numeric" }, "month"), c = (p, f) => s ? aa(e, p) : i(
1593
- f ? { weekday: p } : { weekday: p, month: "long", day: "numeric" },
1576
+ const s = this.loc.listingMode() === "en", r = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", i = (p, y) => this.loc.extract(e, p, y), a = (p) => e.isOffsetFixed && e.offset === 0 && p.allowZ ? "Z" : e.isValid ? e.zone.formatOffset(e.ts, p.format) : "", l = () => s ? ia(e) : i({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), o = (p, y) => s ? oa(e, p) : i(y ? { month: p } : { month: p, day: "numeric" }, "month"), c = (p, y) => s ? aa(e, p) : i(
1577
+ y ? { weekday: p } : { weekday: p, month: "long", day: "numeric" },
1594
1578
  "weekday"
1595
1579
  ), u = (p) => {
1596
- const f = X.macroTokenToFormatOpts(p);
1597
- return f ? this.formatWithSystemDefault(e, f) : p;
1580
+ const y = X.macroTokenToFormatOpts(p);
1581
+ return y ? this.formatWithSystemDefault(e, y) : p;
1598
1582
  }, d = (p) => s ? la(e, p) : i({ era: p }, "era"), h = (p) => {
1599
1583
  switch (p) {
1600
1584
  case "S":
@@ -1821,7 +1805,7 @@ function xt(t, e) {
1821
1805
  }
1822
1806
  const ba = RegExp(`^T?${Dn.source}$`), wa = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;
1823
1807
  function Sa(t) {
1824
- const [e, n, s, r, i, a, l, o, c] = t, u = e[0] === "-", d = o && o[0] === "-", h = (p, f = !1) => p !== void 0 && (f || p && u) ? -p : p;
1808
+ const [e, n, s, r, i, a, l, o, c] = t, u = e[0] === "-", d = o && o[0] === "-", h = (p, y = !1) => p !== void 0 && (y || p && u) ? -p : p;
1825
1809
  return [
1826
1810
  {
1827
1811
  years: h(Ne(n)),
@@ -2223,8 +2207,7 @@ class V {
2223
2207
  millisecond: "milliseconds",
2224
2208
  milliseconds: "milliseconds"
2225
2209
  }[e && e.toLowerCase()];
2226
- if (!n)
2227
- throw new Fr(e);
2210
+ if (!n) throw new Fr(e);
2228
2211
  return n;
2229
2212
  }
2230
2213
  /**
@@ -2294,8 +2277,7 @@ class V {
2294
2277
  * ```
2295
2278
  */
2296
2279
  toHuman(e = {}) {
2297
- if (!this.isValid)
2298
- return lr;
2280
+ if (!this.isValid) return lr;
2299
2281
  const n = Le.map((s) => {
2300
2282
  const r = this.values[s];
2301
2283
  return j(r) ? null : this.loc.numberFormatter({ style: "unit", unitDisplay: "long", ...e, unit: s.slice(0, -1) }).format(r);
@@ -2321,8 +2303,7 @@ class V {
2321
2303
  * @return {string}
2322
2304
  */
2323
2305
  toISO() {
2324
- if (!this.isValid)
2325
- return null;
2306
+ if (!this.isValid) return null;
2326
2307
  let e = "P";
2327
2308
  return this.years !== 0 && (e += this.years + "Y"), (this.months !== 0 || this.quarters !== 0) && (e += this.months + this.quarters * 3 + "M"), this.weeks !== 0 && (e += this.weeks + "W"), this.days !== 0 && (e += this.days + "D"), (this.hours !== 0 || this.minutes !== 0 || this.seconds !== 0 || this.milliseconds !== 0) && (e += "T"), this.hours !== 0 && (e += this.hours + "H"), this.minutes !== 0 && (e += this.minutes + "M"), (this.seconds !== 0 || this.milliseconds !== 0) && (e += Sn(this.seconds + this.milliseconds / 1e3, 3) + "S"), e === "P" && (e += "T0S"), e;
2328
2309
  }
@@ -2343,8 +2324,7 @@ class V {
2343
2324
  * @return {string}
2344
2325
  */
2345
2326
  toISOTime(e = {}) {
2346
- if (!this.isValid)
2347
- return null;
2327
+ if (!this.isValid) return null;
2348
2328
  const n = this.toMillis();
2349
2329
  return n < 0 || n >= 864e5 ? null : (e = {
2350
2330
  suppressMilliseconds: !1,
@@ -2353,7 +2333,7 @@ class V {
2353
2333
  format: "extended",
2354
2334
  ...e,
2355
2335
  includeOffset: !1
2356
- }, b.fromMillis(n, { zone: "UTC" }).toISOTime(e));
2336
+ }, w.fromMillis(n, { zone: "UTC" }).toISOTime(e));
2357
2337
  }
2358
2338
  /**
2359
2339
  * Returns an ISO 8601 representation of this Duration appropriate for use in JSON.
@@ -2396,8 +2376,7 @@ class V {
2396
2376
  * @return {Duration}
2397
2377
  */
2398
2378
  plus(e) {
2399
- if (!this.isValid)
2400
- return this;
2379
+ if (!this.isValid) return this;
2401
2380
  const n = V.fromDurationLike(e), s = {};
2402
2381
  for (const r of Le)
2403
2382
  (Ke(n.values, r) || Ke(this.values, r)) && (s[r] = n.get(r) + this.get(r));
@@ -2409,8 +2388,7 @@ class V {
2409
2388
  * @return {Duration}
2410
2389
  */
2411
2390
  minus(e) {
2412
- if (!this.isValid)
2413
- return this;
2391
+ if (!this.isValid) return this;
2414
2392
  const n = V.fromDurationLike(e);
2415
2393
  return this.plus(n.negate());
2416
2394
  }
@@ -2422,8 +2400,7 @@ class V {
2422
2400
  * @return {Duration}
2423
2401
  */
2424
2402
  mapUnits(e) {
2425
- if (!this.isValid)
2426
- return this;
2403
+ if (!this.isValid) return this;
2427
2404
  const n = {};
2428
2405
  for (const s of Object.keys(this.values))
2429
2406
  n[s] = ds(e(this.values[s], s));
@@ -2448,8 +2425,7 @@ class V {
2448
2425
  * @return {Duration}
2449
2426
  */
2450
2427
  set(e) {
2451
- if (!this.isValid)
2452
- return this;
2428
+ if (!this.isValid) return this;
2453
2429
  const n = { ...this.values, ...At(e, V.normalizeUnit) };
2454
2430
  return Te(this, { values: n });
2455
2431
  }
@@ -2489,8 +2465,7 @@ class V {
2489
2465
  * @return {Duration}
2490
2466
  */
2491
2467
  normalize() {
2492
- if (!this.isValid)
2493
- return this;
2468
+ if (!this.isValid) return this;
2494
2469
  const e = this.toObject();
2495
2470
  return cr(this.matrix, e), Te(this, { values: e }, !0);
2496
2471
  }
@@ -2500,8 +2475,7 @@ class V {
2500
2475
  * @return {Duration}
2501
2476
  */
2502
2477
  rescale() {
2503
- if (!this.isValid)
2504
- return this;
2478
+ if (!this.isValid) return this;
2505
2479
  const e = Ka(this.normalize().shiftToAll().toObject());
2506
2480
  return Te(this, { values: e }, !0);
2507
2481
  }
@@ -2511,8 +2485,7 @@ class V {
2511
2485
  * @return {Duration}
2512
2486
  */
2513
2487
  shiftTo(...e) {
2514
- if (!this.isValid)
2515
- return this;
2488
+ if (!this.isValid) return this;
2516
2489
  if (e.length === 0)
2517
2490
  return this;
2518
2491
  e = e.map((a) => V.normalizeUnit(a));
@@ -2527,8 +2500,7 @@ class V {
2527
2500
  Pe(r[a]) && (l += r[a]);
2528
2501
  const o = Math.trunc(l);
2529
2502
  n[a] = o, s[a] = (l * 1e3 - o * 1e3) / 1e3;
2530
- } else
2531
- Pe(r[a]) && (s[a] = r[a]);
2503
+ } else Pe(r[a]) && (s[a] = r[a]);
2532
2504
  for (const a in s)
2533
2505
  s[a] !== 0 && (n[i] += a === i ? s[a] : s[a] / this.matrix[i][a]);
2534
2506
  return cr(this.matrix, n), Te(this, { values: n }, !0);
@@ -2556,8 +2528,7 @@ class V {
2556
2528
  * @return {Duration}
2557
2529
  */
2558
2530
  negate() {
2559
- if (!this.isValid)
2560
- return this;
2531
+ if (!this.isValid) return this;
2561
2532
  const e = {};
2562
2533
  for (const n of Object.keys(this.values))
2563
2534
  e[n] = this.values[n] === 0 ? 0 : -this.values[n];
@@ -2740,13 +2711,13 @@ class H {
2740
2711
  if (s && r) {
2741
2712
  let i, a;
2742
2713
  try {
2743
- i = b.fromISO(s, n), a = i.isValid;
2714
+ i = w.fromISO(s, n), a = i.isValid;
2744
2715
  } catch {
2745
2716
  a = !1;
2746
2717
  }
2747
2718
  let l, o;
2748
2719
  try {
2749
- l = b.fromISO(r, n), o = l.isValid;
2720
+ l = w.fromISO(r, n), o = l.isValid;
2750
2721
  } catch {
2751
2722
  o = !1;
2752
2723
  }
@@ -2825,8 +2796,7 @@ class H {
2825
2796
  * @return {number}
2826
2797
  */
2827
2798
  count(e = "milliseconds", n) {
2828
- if (!this.isValid)
2829
- return NaN;
2799
+ if (!this.isValid) return NaN;
2830
2800
  const s = this.start.startOf(e, n);
2831
2801
  let r;
2832
2802
  return n != null && n.useLocaleWeeks ? r = this.end.reconfigure({ locale: s.locale }) : r = this.end, r = r.startOf(e, n), Math.floor(r.diff(s, e).get(e)) + (r.valueOf() !== this.end.valueOf());
@@ -2886,8 +2856,7 @@ class H {
2886
2856
  * @return {Array}
2887
2857
  */
2888
2858
  splitAt(...e) {
2889
- if (!this.isValid)
2890
- return [];
2859
+ if (!this.isValid) return [];
2891
2860
  const n = e.map(at).filter((a) => this.contains(a)).sort((a, l) => a.toMillis() - l.toMillis()), s = [];
2892
2861
  let { s: r } = this, i = 0;
2893
2862
  for (; r < this.e; ) {
@@ -2970,8 +2939,7 @@ class H {
2970
2939
  * @return {Interval}
2971
2940
  */
2972
2941
  intersection(e) {
2973
- if (!this.isValid)
2974
- return this;
2942
+ if (!this.isValid) return this;
2975
2943
  const n = this.s > e.s ? this.s : e.s, s = this.e < e.e ? this.e : e.e;
2976
2944
  return n >= s ? null : H.fromDateTimes(n, s);
2977
2945
  }
@@ -2982,8 +2950,7 @@ class H {
2982
2950
  * @return {Interval}
2983
2951
  */
2984
2952
  union(e) {
2985
- if (!this.isValid)
2986
- return this;
2953
+ if (!this.isValid) return this;
2987
2954
  const n = this.s < e.s ? this.s : e.s, s = this.e > e.e ? this.e : e.e;
2988
2955
  return H.fromDateTimes(n, s);
2989
2956
  }
@@ -3133,7 +3100,7 @@ class Se {
3133
3100
  * @return {boolean}
3134
3101
  */
3135
3102
  static hasDST(e = Z.defaultZone) {
3136
- const n = b.now().setZone(e).set({ month: 12 });
3103
+ const n = w.now().setZone(e).set({ month: 12 });
3137
3104
  return !e.isUniversal && n.offset !== n.set({ month: 6 }).offset;
3138
3105
  }
3139
3106
  /**
@@ -3420,10 +3387,10 @@ function ao(t) {
3420
3387
  return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
3421
3388
  }
3422
3389
  function oo(t, e) {
3423
- const n = pe(e), s = pe(e, "{2}"), r = pe(e, "{3}"), i = pe(e, "{4}"), a = pe(e, "{6}"), l = pe(e, "{1,2}"), o = pe(e, "{1,3}"), c = pe(e, "{1,6}"), u = pe(e, "{1,9}"), d = pe(e, "{2,4}"), h = pe(e, "{4,6}"), p = (w) => ({ regex: RegExp(ao(w.val)), deser: ([g]) => g, literal: !0 }), y = ((w) => {
3390
+ const n = pe(e), s = pe(e, "{2}"), r = pe(e, "{3}"), i = pe(e, "{4}"), a = pe(e, "{6}"), l = pe(e, "{1,2}"), o = pe(e, "{1,3}"), c = pe(e, "{1,6}"), u = pe(e, "{1,9}"), d = pe(e, "{2,4}"), h = pe(e, "{4,6}"), p = (g) => ({ regex: RegExp(ao(g.val)), deser: ([b]) => b, literal: !0 }), f = ((g) => {
3424
3391
  if (t.literal)
3425
- return p(w);
3426
- switch (w.val) {
3392
+ return p(g);
3393
+ switch (g.val) {
3427
3394
  case "G":
3428
3395
  return ye(e.eras("short"), 0);
3429
3396
  case "GG":
@@ -3523,12 +3490,12 @@ function oo(t, e) {
3523
3490
  case " ":
3524
3491
  return Dt(/[^\S\n\r]/);
3525
3492
  default:
3526
- return p(w);
3493
+ return p(g);
3527
3494
  }
3528
3495
  })(t) || {
3529
3496
  invalidReason: ro
3530
3497
  };
3531
- return y.token = t, y;
3498
+ return f.token = t, f;
3532
3499
  }
3533
3500
  const lo = {
3534
3501
  year: {
@@ -3650,7 +3617,7 @@ function fo(t) {
3650
3617
  }
3651
3618
  let qt = null;
3652
3619
  function po() {
3653
- return qt || (qt = b.fromMillis(1555555555555)), qt;
3620
+ return qt || (qt = w.fromMillis(1555555555555)), qt;
3654
3621
  }
3655
3622
  function yo(t, e) {
3656
3623
  if (t.literal)
@@ -3707,7 +3674,7 @@ function Fe(t, e) {
3707
3674
  loc: t.loc,
3708
3675
  invalid: t.invalid
3709
3676
  };
3710
- return new b({ ...n, ...e, old: n });
3677
+ return new w({ ...n, ...e, old: n });
3711
3678
  }
3712
3679
  function Cs(t, e, n) {
3713
3680
  let s = t - e * 60 * 1e3;
@@ -3757,14 +3724,14 @@ function yr(t, e) {
3757
3724
  function it(t, e, n, s, r, i) {
3758
3725
  const { setZone: a, zone: l } = n;
3759
3726
  if (t && Object.keys(t).length !== 0 || e) {
3760
- const o = e || l, c = b.fromObject(t, {
3727
+ const o = e || l, c = w.fromObject(t, {
3761
3728
  ...n,
3762
3729
  zone: o,
3763
3730
  specificOffset: i
3764
3731
  });
3765
3732
  return a ? c : c.setZone(l);
3766
3733
  } else
3767
- return b.invalid(
3734
+ return w.invalid(
3768
3735
  new ge("unparsable", `the input "${r}" can't be parsed as ${s}`)
3769
3736
  );
3770
3737
  }
@@ -3839,8 +3806,7 @@ function wo(t) {
3839
3806
  weekyears: "weekYear",
3840
3807
  ordinal: "ordinal"
3841
3808
  }[t.toLowerCase()];
3842
- if (!e)
3843
- throw new Fr(t);
3809
+ if (!e) throw new Fr(t);
3844
3810
  return e;
3845
3811
  }
3846
3812
  function gr(t) {
@@ -3868,11 +3834,11 @@ function vr(t, e) {
3868
3834
  j(t[c]) && (t[c] = As[c]);
3869
3835
  const l = as(t) || os(t);
3870
3836
  if (l)
3871
- return b.invalid(l);
3837
+ return w.invalid(l);
3872
3838
  const o = n.offset(r);
3873
3839
  [i, a] = It(t, o, n);
3874
3840
  }
3875
- return new b({ ts: i, zone: n, loc: s, o: a });
3841
+ return new w({ ts: i, zone: n, loc: s, o: a });
3876
3842
  }
3877
3843
  function xr(t, e, n) {
3878
3844
  const s = j(n.round) ? !0 : n.round, r = (a, l) => (a = Sn(a, s || n.calendary ? 0 : 2, !0), e.loc.clone(n).relFormatter(n).format(a, l)), i = (a) => n.calendary ? e.hasSame(t, a) ? 0 : e.startOf(a).diff(t.startOf(a), a).get(a) : e.diff(t, a).get(a);
@@ -3889,7 +3855,7 @@ function br(t) {
3889
3855
  let e = {}, n;
3890
3856
  return t.length > 0 && typeof t[t.length - 1] == "object" ? (e = t[t.length - 1], n = Array.from(t).slice(0, t.length - 1)) : n = Array.from(t), [e, n];
3891
3857
  }
3892
- class b {
3858
+ class w {
3893
3859
  /**
3894
3860
  * @access private
3895
3861
  */
@@ -3916,7 +3882,7 @@ class b {
3916
3882
  * @return {DateTime}
3917
3883
  */
3918
3884
  static now() {
3919
- return new b({});
3885
+ return new w({});
3920
3886
  }
3921
3887
  /**
3922
3888
  * Create a local DateTime
@@ -3981,13 +3947,13 @@ class b {
3981
3947
  static fromJSDate(e, n = {}) {
3982
3948
  const s = Gi(e) ? e.valueOf() : NaN;
3983
3949
  if (Number.isNaN(s))
3984
- return b.invalid("invalid input");
3950
+ return w.invalid("invalid input");
3985
3951
  const r = Ce(n.zone, Z.defaultZone);
3986
- return r.isValid ? new b({
3952
+ return r.isValid ? new w({
3987
3953
  ts: s,
3988
3954
  zone: r,
3989
3955
  loc: L.fromObject(n)
3990
- }) : b.invalid(kt(r));
3956
+ }) : w.invalid(kt(r));
3991
3957
  }
3992
3958
  /**
3993
3959
  * Create a DateTime from a number of milliseconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone.
@@ -4001,7 +3967,7 @@ class b {
4001
3967
  */
4002
3968
  static fromMillis(e, n = {}) {
4003
3969
  if (Pe(e))
4004
- return e < -pr || e > pr ? b.invalid("Timestamp out of range") : new b({
3970
+ return e < -pr || e > pr ? w.invalid("Timestamp out of range") : new w({
4005
3971
  ts: e,
4006
3972
  zone: Ce(n.zone, Z.defaultZone),
4007
3973
  loc: L.fromObject(n)
@@ -4022,7 +3988,7 @@ class b {
4022
3988
  */
4023
3989
  static fromSeconds(e, n = {}) {
4024
3990
  if (Pe(e))
4025
- return new b({
3991
+ return new w({
4026
3992
  ts: e * 1e3,
4027
3993
  zone: Ce(n.zone, Z.defaultZone),
4028
3994
  loc: L.fromObject(n)
@@ -4065,32 +4031,32 @@ class b {
4065
4031
  e = e || {};
4066
4032
  const s = Ce(n.zone, Z.defaultZone);
4067
4033
  if (!s.isValid)
4068
- return b.invalid(kt(s));
4069
- const r = L.fromObject(n), i = At(e, gr), { minDaysInFirstWeek: a, startOfWeek: l } = rr(i, r), o = Z.now(), c = j(n.specificOffset) ? s.offset(o) : n.specificOffset, u = !j(i.ordinal), d = !j(i.year), h = !j(i.month) || !j(i.day), p = d || h, f = i.weekYear || i.weekNumber;
4070
- if ((p || u) && f)
4034
+ return w.invalid(kt(s));
4035
+ const r = L.fromObject(n), i = At(e, gr), { minDaysInFirstWeek: a, startOfWeek: l } = rr(i, r), o = Z.now(), c = j(n.specificOffset) ? s.offset(o) : n.specificOffset, u = !j(i.ordinal), d = !j(i.year), h = !j(i.month) || !j(i.day), p = d || h, y = i.weekYear || i.weekNumber;
4036
+ if ((p || u) && y)
4071
4037
  throw new Ye(
4072
4038
  "Can't mix weekYear/weekNumber units with year/month/day or ordinals"
4073
4039
  );
4074
4040
  if (h && u)
4075
4041
  throw new Ye("Can't mix ordinal dates with month/day");
4076
- const y = f || i.weekday && !p;
4077
- let w, g, m = Mt(o, c);
4078
- y ? (w = xo, g = go, m = Et(m, a, l)) : u ? (w = bo, g = vo, m = Yt(m)) : (w = Vs, g = As);
4042
+ const f = y || i.weekday && !p;
4043
+ let g, b, m = Mt(o, c);
4044
+ f ? (g = xo, b = go, m = Et(m, a, l)) : u ? (g = bo, b = vo, m = Yt(m)) : (g = Vs, b = As);
4079
4045
  let v = !1;
4080
- for (const R of w) {
4046
+ for (const R of g) {
4081
4047
  const ee = i[R];
4082
- j(ee) ? v ? i[R] = g[R] : i[R] = m[R] : v = !0;
4048
+ j(ee) ? v ? i[R] = b[R] : i[R] = m[R] : v = !0;
4083
4049
  }
4084
- const M = y ? Zi(i, a, l) : u ? Yi(i) : as(i), E = M || os(i);
4050
+ const M = f ? Zi(i, a, l) : u ? Yi(i) : as(i), E = M || os(i);
4085
4051
  if (E)
4086
- return b.invalid(E);
4087
- const _ = y ? tr(i, a, l) : u ? nr(i) : i, [C, z] = It(_, c, s), G = new b({
4052
+ return w.invalid(E);
4053
+ const _ = f ? tr(i, a, l) : u ? nr(i) : i, [C, z] = It(_, c, s), G = new w({
4088
4054
  ts: C,
4089
4055
  zone: s,
4090
4056
  o: z,
4091
4057
  loc: r
4092
4058
  });
4093
- return i.weekday && p && e.weekday !== G.weekday ? b.invalid(
4059
+ return i.weekday && p && e.weekday !== G.weekday ? w.invalid(
4094
4060
  "mismatched weekday",
4095
4061
  `you can't specify both a weekday of ${i.weekday} and a date of ${G.toISO()}`
4096
4062
  ) : G;
@@ -4173,13 +4139,13 @@ class b {
4173
4139
  numberingSystem: i,
4174
4140
  defaultToEN: !0
4175
4141
  }), [l, o, c, u] = mo(a, e, n);
4176
- return u ? b.invalid(u) : it(l, o, s, `format ${n}`, e, c);
4142
+ return u ? w.invalid(u) : it(l, o, s, `format ${n}`, e, c);
4177
4143
  }
4178
4144
  /**
4179
4145
  * @deprecated use fromFormat instead
4180
4146
  */
4181
4147
  static fromString(e, n, s = {}) {
4182
- return b.fromFormat(e, n, s);
4148
+ return w.fromFormat(e, n, s);
4183
4149
  }
4184
4150
  /**
4185
4151
  * Create a DateTime from a SQL date, time, or datetime
@@ -4217,7 +4183,7 @@ class b {
4217
4183
  const s = e instanceof ge ? e : new ge(e, n);
4218
4184
  if (Z.throwOnInvalid)
4219
4185
  throw new Si(s);
4220
- return new b({ invalid: s });
4186
+ return new w({ invalid: s });
4221
4187
  }
4222
4188
  /**
4223
4189
  * Check if an object is an instance of DateTime. Works across context boundaries
@@ -4653,7 +4619,7 @@ class b {
4653
4619
  }
4654
4620
  return Fe(this, { ts: r, zone: e });
4655
4621
  } else
4656
- return b.invalid(kt(e));
4622
+ return w.invalid(kt(e));
4657
4623
  }
4658
4624
  /**
4659
4625
  * "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime.
@@ -4688,8 +4654,7 @@ class b {
4688
4654
  * @return {DateTime}
4689
4655
  */
4690
4656
  set(e) {
4691
- if (!this.isValid)
4692
- return this;
4657
+ if (!this.isValid) return this;
4693
4658
  const n = At(e, gr), { minDaysInFirstWeek: s, startOfWeek: r } = rr(n, this.loc), i = !j(n.weekYear) || !j(n.weekNumber) || !j(n.weekday), a = !j(n.ordinal), l = !j(n.year), o = !j(n.month) || !j(n.day), c = l || o, u = n.weekYear || n.weekNumber;
4694
4659
  if ((c || a) && u)
4695
4660
  throw new Ye(
@@ -4720,8 +4685,7 @@ class b {
4720
4685
  * @return {DateTime}
4721
4686
  */
4722
4687
  plus(e) {
4723
- if (!this.isValid)
4724
- return this;
4688
+ if (!this.isValid) return this;
4725
4689
  const n = V.fromDurationLike(e);
4726
4690
  return Fe(this, yr(this, n));
4727
4691
  }
@@ -4732,8 +4696,7 @@ class b {
4732
4696
  @return {DateTime}
4733
4697
  */
4734
4698
  minus(e) {
4735
- if (!this.isValid)
4736
- return this;
4699
+ if (!this.isValid) return this;
4737
4700
  const n = V.fromDurationLike(e).negate();
4738
4701
  return Fe(this, yr(this, n));
4739
4702
  }
@@ -4750,8 +4713,7 @@ class b {
4750
4713
  * @return {DateTime}
4751
4714
  */
4752
4715
  startOf(e, { useLocaleWeeks: n = !1 } = {}) {
4753
- if (!this.isValid)
4754
- return this;
4716
+ if (!this.isValid) return this;
4755
4717
  const s = {}, r = V.normalizeUnit(e);
4756
4718
  switch (r) {
4757
4719
  case "years":
@@ -5052,8 +5014,7 @@ class b {
5052
5014
  * @return {Object}
5053
5015
  */
5054
5016
  toObject(e = {}) {
5055
- if (!this.isValid)
5056
- return {};
5017
+ if (!this.isValid) return {};
5057
5018
  const n = { ...this.c };
5058
5019
  return e.includeConfig && (n.outputCalendar = this.outputCalendar, n.numberingSystem = this.loc.numberingSystem, n.locale = this.loc.locale), n;
5059
5020
  }
@@ -5095,7 +5056,7 @@ class b {
5095
5056
  * @return {Duration}
5096
5057
  */
5097
5058
  diffNow(e = "milliseconds", n = {}) {
5098
- return this.diff(b.now(), e, n);
5059
+ return this.diff(w.now(), e, n);
5099
5060
  }
5100
5061
  /**
5101
5062
  * Return an Interval spanning between this DateTime and another DateTime
@@ -5117,8 +5078,7 @@ class b {
5117
5078
  * @return {boolean}
5118
5079
  */
5119
5080
  hasSame(e, n, s) {
5120
- if (!this.isValid)
5121
- return !1;
5081
+ if (!this.isValid) return !1;
5122
5082
  const r = e.valueOf(), i = this.setZone(e.zone, { keepLocalTime: !0 });
5123
5083
  return i.startOf(n, s) <= r && r <= i.endOf(n, s);
5124
5084
  }
@@ -5151,9 +5111,8 @@ class b {
5151
5111
  * @example DateTime.now().minus({ hours: 36 }).toRelative({ round: false }) //=> "1.5 days ago"
5152
5112
  */
5153
5113
  toRelative(e = {}) {
5154
- if (!this.isValid)
5155
- return null;
5156
- const n = e.base || b.fromObject({}, { zone: this.zone }), s = e.padding ? this < n ? -e.padding : e.padding : 0;
5114
+ if (!this.isValid) return null;
5115
+ const n = e.base || w.fromObject({}, { zone: this.zone }), s = e.padding ? this < n ? -e.padding : e.padding : 0;
5157
5116
  let r = ["years", "months", "days", "hours", "minutes", "seconds"], i = e.unit;
5158
5117
  return Array.isArray(e.unit) && (r = e.unit, i = void 0), xr(n, this.plus(s), {
5159
5118
  ...e,
@@ -5176,7 +5135,7 @@ class b {
5176
5135
  * @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago"
5177
5136
  */
5178
5137
  toRelativeCalendar(e = {}) {
5179
- return this.isValid ? xr(e.base || b.fromObject({}, { zone: this.zone }), this, {
5138
+ return this.isValid ? xr(e.base || w.fromObject({}, { zone: this.zone }), this, {
5180
5139
  ...e,
5181
5140
  numeric: "auto",
5182
5141
  units: ["years", "months", "days"],
@@ -5189,7 +5148,7 @@ class b {
5189
5148
  * @return {DateTime} the min DateTime, or undefined if called with no argument
5190
5149
  */
5191
5150
  static min(...e) {
5192
- if (!e.every(b.isDateTime))
5151
+ if (!e.every(w.isDateTime))
5193
5152
  throw new se("min requires all arguments be DateTimes");
5194
5153
  return sr(e, (n) => n.valueOf(), Math.min);
5195
5154
  }
@@ -5199,7 +5158,7 @@ class b {
5199
5158
  * @return {DateTime} the max DateTime, or undefined if called with no argument
5200
5159
  */
5201
5160
  static max(...e) {
5202
- if (!e.every(b.isDateTime))
5161
+ if (!e.every(w.isDateTime))
5203
5162
  throw new se("max requires all arguments be DateTimes");
5204
5163
  return sr(e, (n) => n.valueOf(), Math.max);
5205
5164
  }
@@ -5223,7 +5182,7 @@ class b {
5223
5182
  * @deprecated use fromFormatExplain instead
5224
5183
  */
5225
5184
  static fromStringExplain(e, n, s = {}) {
5226
- return b.fromFormatExplain(e, n, s);
5185
+ return w.fromFormatExplain(e, n, s);
5227
5186
  }
5228
5187
  // FORMAT PRESETS
5229
5188
  /**
@@ -5382,19 +5341,19 @@ class b {
5382
5341
  }
5383
5342
  }
5384
5343
  function at(t) {
5385
- if (b.isDateTime(t))
5344
+ if (w.isDateTime(t))
5386
5345
  return t;
5387
5346
  if (t && t.valueOf && Pe(t.valueOf()))
5388
- return b.fromJSDate(t);
5347
+ return w.fromJSDate(t);
5389
5348
  if (t && typeof t == "object")
5390
- return b.fromObject(t);
5349
+ return w.fromObject(t);
5391
5350
  throw new se(
5392
5351
  `Unknown datetime argument: ${t}, of type ${typeof t}`
5393
5352
  );
5394
5353
  }
5395
5354
  const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({ dateOne: e, dateTwo: n, format: s, locale: r }) {
5396
5355
  let i = "";
5397
- return e && (i = b.fromISO(e).toFormat(s, { locale: r })), n && (i += " - " + b.fromISO(n).toFormat(s, { locale: r })), i;
5356
+ return e && (i = w.fromISO(e).toFormat(s, { locale: r })), n && (i += " - " + w.fromISO(n).toFormat(s, { locale: r })), i;
5398
5357
  }, Ve = (t) => typeof t != "string" ? "" : t.charAt(0).toUpperCase() + t.slice(1), So = {
5399
5358
  key: 0,
5400
5359
  class: "cpBadge__icon"
@@ -5425,40 +5384,40 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5425
5384
  },
5426
5385
  emits: ["on-clear"],
5427
5386
  setup(t, { emit: e }) {
5428
- const n = t, s = Ar(), r = qe(() => Ve(n.color)), i = qe(() => !!s.icon), a = qe(() => {
5429
- const o = n.icon !== "" || i.value;
5387
+ const n = t, s = e, r = Ar(), i = qe(() => Ve(n.color)), a = qe(() => !!r.icon), l = qe(() => {
5388
+ const c = n.icon !== "" || a.value;
5430
5389
  return {
5431
5390
  "cpBadge--isSolid": n.isSolid,
5432
5391
  "cpBadge--isPlain": n.isPlain,
5433
- "cpBadge--hasIcon": o,
5392
+ "cpBadge--hasIcon": c,
5434
5393
  "cpBadge--isClearable": n.isClearable,
5435
- [`cpBadge--is${r.value}`]: r.value
5394
+ [`cpBadge--is${i.value}`]: i.value
5436
5395
  };
5437
- }), l = () => {
5438
- e("on-clear");
5396
+ }), o = () => {
5397
+ s("on-clear");
5439
5398
  };
5440
- return (o, c) => {
5441
- const u = F("cp-icon");
5399
+ return (c, u) => {
5400
+ const d = F("cp-icon");
5442
5401
  return x(), S("div", {
5443
- class: W(["cpBadge", a.value])
5402
+ class: W(["cpBadge", l.value])
5444
5403
  }, [
5445
- i.value ? (x(), S("span", So, [
5446
- $(o.$slots, "icon")
5447
- ])) : t.icon ? (x(), U(u, {
5404
+ a.value ? (x(), S("span", So, [
5405
+ $(c.$slots, "icon")
5406
+ ])) : t.icon ? (x(), U(d, {
5448
5407
  key: 1,
5449
5408
  type: t.icon,
5450
5409
  class: "cpBadge__icon"
5451
5410
  }, null, 8, ["type"])) : I("", !0),
5452
5411
  D("span", Do, [
5453
- $(o.$slots, "default")
5412
+ $(c.$slots, "default")
5454
5413
  ]),
5455
5414
  t.isClearable ? (x(), S("button", {
5456
5415
  key: 2,
5457
5416
  class: "cpBadge__clear",
5458
5417
  type: "button",
5459
- onClick: l
5418
+ onClick: o
5460
5419
  }, [
5461
- A(u, {
5420
+ A(d, {
5462
5421
  class: "cpBadge__icon cpBadge__icon--isClear",
5463
5422
  type: "x"
5464
5423
  })
@@ -5467,8 +5426,7 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5467
5426
  };
5468
5427
  }
5469
5428
  }, Fs = (t = document) => {
5470
- if (t === null)
5471
- return [];
5429
+ if (t === null) return [];
5472
5430
  const e = [
5473
5431
  ...t.querySelectorAll('a, button, input, textarea, select, details,[tabindex]:not([tabindex="-1"])')
5474
5432
  ];
@@ -5479,13 +5437,13 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5479
5437
  }, Oo = (t, e) => {
5480
5438
  const n = Fs(e), s = n[0], r = n[n.length - 1], i = !t.shiftKey && document.activeElement === r, a = t.shiftKey && document.activeElement === s;
5481
5439
  i ? (t.preventDefault(), s.focus()) : a && (t.preventDefault(), r.focus());
5482
- }, _o = { class: "cpDialog" }, Io = ["onKeydown"], jo = /* @__PURE__ */ D("div", { class: "cpDialog__overlay" }, null, -1), To = ["onKeydown"], Eo = {
5440
+ }, _o = { class: "cpDialog" }, Io = ["onKeydown"], jo = /* @__PURE__ */ D("div", { class: "cpDialog__overlay" }, null, -1), To = {
5483
5441
  key: 0,
5484
5442
  class: "cpDialog__header"
5485
- }, Co = { class: "cpDialog__content" }, Ao = {
5443
+ }, Eo = { class: "cpDialog__content" }, Co = {
5486
5444
  key: 1,
5487
5445
  class: "cpDialog__footer"
5488
- }, Vo = {
5446
+ }, Ao = {
5489
5447
  __name: "CpDialog",
5490
5448
  props: {
5491
5449
  maxWidth: {
@@ -5495,50 +5453,50 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5495
5453
  },
5496
5454
  emits: ["close"],
5497
5455
  setup(t, { emit: e }) {
5498
- const n = t, s = Ar(), r = rn(), i = rn(), a = qe(() => ({ maxWidth: `${n.maxWidth}px` })), l = qe(() => !!s.header), o = qe(() => !!s.footer), c = () => e("close"), u = (f) => Oo(f, i.value), d = () => r.value.show(), h = () => r.value.close(), p = () => {
5499
- const f = Fs(i.value);
5456
+ const n = t, s = e, r = Ar(), i = rn(), a = rn(), l = qe(() => ({ maxWidth: `${n.maxWidth}px` })), o = qe(() => !!r.header), c = qe(() => !!r.footer), u = () => s("close"), d = (f) => Oo(f, a.value), h = () => i.value.show(), p = () => i.value.close(), y = () => {
5457
+ const f = Fs(a.value);
5500
5458
  f.length && f[0].focus();
5501
5459
  };
5502
5460
  return ai(() => {
5503
- d(), oi(() => p());
5461
+ h(), oi(() => y());
5504
5462
  }), li(() => {
5505
- h();
5506
- }), (f, y) => {
5507
- const w = F("cp-icon");
5463
+ p();
5464
+ }), (f, g) => {
5465
+ const b = F("cp-icon");
5508
5466
  return x(), S("div", _o, [
5509
5467
  D("dialog", {
5510
5468
  ref_key: "dialogElement",
5511
- ref: r,
5469
+ ref: i,
5512
5470
  class: "cpDialog__dialog",
5513
- onKeydown: jt(ht(c, ["stop", "prevent"]), ["esc"])
5471
+ onKeydown: jt(ht(u, ["stop", "prevent"]), ["esc"])
5514
5472
  }, [
5515
5473
  jo,
5516
5474
  D("main", {
5517
5475
  ref_key: "dialogContainer",
5518
- ref: i,
5476
+ ref: a,
5519
5477
  class: "cpDialog__container",
5520
- style: Ae(a.value),
5521
- onKeydown: jt(u, ["tab"])
5478
+ style: Ae(l.value),
5479
+ onKeydown: jt(d, ["tab"])
5522
5480
  }, [
5523
- l.value ? (x(), S("header", Eo, [
5481
+ o.value ? (x(), S("header", To, [
5524
5482
  $(f.$slots, "header"),
5525
5483
  D("button", {
5526
5484
  type: "button",
5527
5485
  class: "cpDialog__close",
5528
- onClick: c
5486
+ onClick: u
5529
5487
  }, [
5530
- A(w, { type: "x" })
5488
+ A(b, { type: "x" })
5531
5489
  ])
5532
5490
  ])) : I("", !0),
5533
5491
  $(f.$slots, "default", {}, () => [
5534
- D("section", Co, [
5492
+ D("section", Eo, [
5535
5493
  $(f.$slots, "content")
5536
5494
  ])
5537
5495
  ]),
5538
- o.value ? (x(), S("footer", Ao, [
5496
+ c.value ? (x(), S("footer", Co, [
5539
5497
  $(f.$slots, "footer")
5540
5498
  ])) : I("", !0)
5541
- ], 44, To)
5499
+ ], 36)
5542
5500
  ], 40, Io)
5543
5501
  ]);
5544
5502
  };
@@ -5548,10 +5506,10 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5548
5506
  for (const [s, r] of e)
5549
5507
  n[s] = r;
5550
5508
  return n;
5551
- }, No = {}, Fo = { class: "cpDialogWrapper" };
5552
- function Ro(t, e) {
5509
+ }, Vo = {}, No = { class: "cpDialogWrapper" };
5510
+ function Fo(t, e) {
5553
5511
  return x(), U(ci, { to: "body" }, [
5554
- D("div", Fo, [
5512
+ D("div", No, [
5555
5513
  A(gn, { name: "dialog" }, {
5556
5514
  default: P(() => [
5557
5515
  $(t.$slots, "default")
@@ -5561,7 +5519,7 @@ function Ro(t, e) {
5561
5519
  ])
5562
5520
  ]);
5563
5521
  }
5564
- const Lo = /* @__PURE__ */ Y(No, [["render", Ro]]), Xt = ["h1", "h2", "h3", "h4", "h5", "h6"], wr = [100, 200, 300, 400, 500, 600, 700, 800, 900], Po = {
5522
+ const Ro = /* @__PURE__ */ Y(Vo, [["render", Fo]]), Xt = ["h1", "h2", "h3", "h4", "h5", "h6"], wr = [100, 200, 300, 400, 500, 600, 700, 800, 900], Lo = {
5565
5523
  props: {
5566
5524
  headingLevel: {
5567
5525
  type: String,
@@ -5582,7 +5540,7 @@ const Lo = /* @__PURE__ */ Y(No, [["render", Ro]]), Xt = ["h1", "h2", "h3", "h4"
5582
5540
  };
5583
5541
  }
5584
5542
  };
5585
- function zo(t, e, n, s, r, i) {
5543
+ function Po(t, e, n, s, r, i) {
5586
5544
  return x(), U(Vr(t.$props.headingLevel), vn(t.$attrs, {
5587
5545
  class: [`cpHeading--${n.size}`, "cpHeading"]
5588
5546
  }), {
@@ -5592,7 +5550,7 @@ function zo(t, e, n, s, r, i) {
5592
5550
  _: 3
5593
5551
  }, 16, ["class"]);
5594
5552
  }
5595
- const Rs = /* @__PURE__ */ Y(Po, [["render", zo]]), pn = {
5553
+ const Rs = /* @__PURE__ */ Y(Lo, [["render", Po]]), pn = {
5596
5554
  BLUE: "blue",
5597
5555
  PURPLE: "purple",
5598
5556
  GREEN: "green",
@@ -5601,14 +5559,14 @@ const Rs = /* @__PURE__ */ Y(Po, [["render", zo]]), pn = {
5601
5559
  }, Qe = {
5602
5560
  BLUE: pn.BLUE,
5603
5561
  PURPLE: pn.PURPLE
5604
- }, Wo = {
5562
+ }, zo = {
5605
5563
  props: {
5606
5564
  color: {
5607
5565
  type: String,
5608
5566
  default: "#ff6700"
5609
5567
  }
5610
5568
  }
5611
- }, Bo = {
5569
+ }, Wo = {
5612
5570
  id: "loader-1",
5613
5571
  version: "1.1",
5614
5572
  xmlns: "http://www.w3.org/2000/svg",
@@ -5619,7 +5577,7 @@ const Rs = /* @__PURE__ */ Y(Po, [["render", zo]]), pn = {
5619
5577
  viewBox: "0 0 40 40",
5620
5578
  "enable-background": "new 0 0 40 40",
5621
5579
  "xml:space": "preserve"
5622
- }, Ho = ["fill"], $o = ["fill"], Uo = /* @__PURE__ */ D("animateTransform", {
5580
+ }, Bo = ["fill"], Ho = ["fill"], $o = /* @__PURE__ */ D("animateTransform", {
5623
5581
  attributeType: "xml",
5624
5582
  attributeName: "transform",
5625
5583
  type: "rotate",
@@ -5627,23 +5585,23 @@ const Rs = /* @__PURE__ */ Y(Po, [["render", zo]]), pn = {
5627
5585
  to: "360 20 20",
5628
5586
  dur: "0.5s",
5629
5587
  repeatCount: "indefinite"
5630
- }, null, -1), Zo = [
5631
- Uo
5588
+ }, null, -1), Uo = [
5589
+ $o
5632
5590
  ];
5633
- function Yo(t, e, n, s, r, i) {
5634
- return x(), S("svg", Bo, [
5591
+ function Zo(t, e, n, s, r, i) {
5592
+ return x(), S("svg", Wo, [
5635
5593
  D("path", {
5636
5594
  opacity: "0.2",
5637
5595
  fill: n.color,
5638
5596
  d: "M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"
5639
- }, null, 8, Ho),
5597
+ }, null, 8, Bo),
5640
5598
  D("path", {
5641
5599
  fill: n.color,
5642
5600
  d: "M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"
5643
- }, Zo, 8, $o)
5601
+ }, Uo, 8, Ho)
5644
5602
  ]);
5645
5603
  }
5646
- const Ls = /* @__PURE__ */ Y(Wo, [["render", Yo]]), Sr = {
5604
+ const Ls = /* @__PURE__ */ Y(zo, [["render", Zo]]), Sr = {
5647
5605
  default: "default",
5648
5606
  primary: "primary",
5649
5607
  minimal: "minimal"
@@ -5654,7 +5612,7 @@ const Ls = /* @__PURE__ */ Y(Wo, [["render", Yo]]), Sr = {
5654
5612
  button: "button",
5655
5613
  submit: "submit",
5656
5614
  reset: "reset"
5657
- }, qo = {
5615
+ }, Yo = {
5658
5616
  components: {
5659
5617
  CpLoader: Ls
5660
5618
  },
@@ -5735,17 +5693,17 @@ const Ls = /* @__PURE__ */ Y(Wo, [["render", Yo]]), Sr = {
5735
5693
  this.isButtonDisabled || this.$emit("click", t);
5736
5694
  }
5737
5695
  }
5738
- }, Go = { class: "cpButton__body" }, Jo = {
5696
+ }, qo = { class: "cpButton__body" }, Go = {
5739
5697
  key: 0,
5740
5698
  class: "cpButton__loader"
5741
- }, Ko = {
5699
+ }, Jo = {
5742
5700
  key: 1,
5743
5701
  class: "cpButton__icon cpButton__icon--isBefore"
5744
- }, Qo = { key: 2 }, Xo = {
5702
+ }, Ko = { key: 2 }, Qo = {
5745
5703
  key: 3,
5746
5704
  class: "cpButton__icon cpButton__icon--isAfter"
5747
5705
  };
5748
- function el(t, e, n, s, r, i) {
5706
+ function Xo(t, e, n, s, r, i) {
5749
5707
  const a = F("cp-loader");
5750
5708
  return x(), U(Vr(n.tag), {
5751
5709
  type: n.type,
@@ -5757,17 +5715,17 @@ function el(t, e, n, s, r, i) {
5757
5715
  onClick: i.handleClick
5758
5716
  }, {
5759
5717
  default: P(() => [
5760
- D("span", Go, [
5761
- n.isLoading ? (x(), S("span", Jo, [
5718
+ D("span", qo, [
5719
+ n.isLoading ? (x(), S("span", Go, [
5762
5720
  A(a, { color: "#B2B2BD" })
5763
5721
  ])) : I("", !0),
5764
- i.hasIconBefore ? (x(), S("span", Ko, [
5722
+ i.hasIconBefore ? (x(), S("span", Jo, [
5765
5723
  $(t.$slots, "icon-before")
5766
5724
  ])) : I("", !0),
5767
- i.hasLabel ? (x(), S("span", Qo, [
5725
+ i.hasLabel ? (x(), S("span", Ko, [
5768
5726
  $(t.$slots, "default")
5769
5727
  ])) : I("", !0),
5770
- i.hasIconAfter ? (x(), S("span", Xo, [
5728
+ i.hasIconAfter ? (x(), S("span", Qo, [
5771
5729
  $(t.$slots, "icon-after")
5772
5730
  ])) : I("", !0)
5773
5731
  ])
@@ -5775,7 +5733,7 @@ function el(t, e, n, s, r, i) {
5775
5733
  _: 3
5776
5734
  }, 8, ["type", "aria-disabled", "disabled", "class", "onClick"]);
5777
5735
  }
5778
- const Ps = /* @__PURE__ */ Y(qo, [["render", el]]), tl = 120, nl = {
5736
+ const Ps = /* @__PURE__ */ Y(Yo, [["render", Xo]]), el = 120, tl = {
5779
5737
  props: {
5780
5738
  modelValue: {
5781
5739
  type: [String, Date],
@@ -5783,11 +5741,11 @@ const Ps = /* @__PURE__ */ Y(qo, [["render", el]]), tl = 120, nl = {
5783
5741
  },
5784
5742
  minDate: {
5785
5743
  type: [String, Date],
5786
- default: b.now().minus({ year: tl }).toISO()
5744
+ default: w.now().minus({ year: el }).toISO()
5787
5745
  },
5788
5746
  maxDate: {
5789
5747
  type: [String, Date],
5790
- default: b.now().toISO()
5748
+ default: w.now().toISO()
5791
5749
  },
5792
5750
  label: {
5793
5751
  type: String,
@@ -5850,9 +5808,9 @@ const Ps = /* @__PURE__ */ Y(qo, [["render", el]]), tl = 120, nl = {
5850
5808
  return this.isoMaxDate.year;
5851
5809
  },
5852
5810
  monthMaxDay() {
5853
- return b.fromObject({
5854
- year: this.year && this.year.length <= 4 ? Number(this.year) : b.now().year,
5855
- month: this.month ? Number(this.month) : b.now().month,
5811
+ return w.fromObject({
5812
+ year: this.year && this.year.length <= 4 ? Number(this.year) : w.now().year,
5813
+ month: this.month ? Number(this.month) : w.now().month,
5856
5814
  day: 1
5857
5815
  }).daysInMonth;
5858
5816
  },
@@ -5863,17 +5821,17 @@ const Ps = /* @__PURE__ */ Y(qo, [["render", el]]), tl = 120, nl = {
5863
5821
  }));
5864
5822
  },
5865
5823
  isoDate() {
5866
- return b.fromObject({
5824
+ return w.fromObject({
5867
5825
  year: Number(this.year),
5868
5826
  month: Number(this.month),
5869
5827
  day: Number(this.day)
5870
5828
  }).toISODate();
5871
5829
  },
5872
5830
  isoMinDate() {
5873
- return b.fromISO(this.minDate);
5831
+ return w.fromISO(this.minDate);
5874
5832
  },
5875
5833
  isoMaxDate() {
5876
- return b.fromISO(this.maxDate);
5834
+ return w.fromISO(this.maxDate);
5877
5835
  },
5878
5836
  isDateAfterMinDate() {
5879
5837
  return this.isoDate >= this.isoMinDate.toISODate();
@@ -5943,17 +5901,17 @@ const Ps = /* @__PURE__ */ Y(qo, [["render", el]]), tl = 120, nl = {
5943
5901
  },
5944
5902
  methods: {
5945
5903
  initDateToken(t) {
5946
- return b.fromISO(this.modelValue).invalid ? "" : b.fromISO(this.modelValue)[t];
5904
+ return w.fromISO(this.modelValue).invalid ? "" : w.fromISO(this.modelValue)[t];
5947
5905
  },
5948
5906
  handleUpdate() {
5949
5907
  this.$emit("update:modelValue", this.isoDate), this.$emit("on-validation", this.isDateValid);
5950
5908
  }
5951
5909
  }
5952
- }, rl = ["for"], sl = { class: "cpDate__inputs" }, il = ["placeholder", "required", "disabled", "autocomplete"], al = /* @__PURE__ */ D("div", { class: "cpDate__divider" }, null, -1), ol = ["id", "required", "disabled", "autocomplete"], ll = { value: "" }, cl = ["value"], ul = /* @__PURE__ */ D("div", { class: "cpDate__divider" }, null, -1), dl = ["placeholder", "disabled", "required", "autocomplete"], hl = {
5910
+ }, nl = ["for"], rl = { class: "cpDate__inputs" }, sl = ["placeholder", "required", "disabled", "autocomplete"], il = /* @__PURE__ */ D("div", { class: "cpDate__divider" }, null, -1), al = ["id", "required", "disabled", "autocomplete"], ol = { value: "" }, ll = ["value"], cl = /* @__PURE__ */ D("div", { class: "cpDate__divider" }, null, -1), ul = ["placeholder", "disabled", "required", "autocomplete"], dl = {
5953
5911
  key: 0,
5954
5912
  class: "cpDate__errorMessage"
5955
5913
  };
5956
- function fl(t, e, n, s, r, i) {
5914
+ function hl(t, e, n, s, r, i) {
5957
5915
  const a = F("cp-icon"), l = F("transition-expand"), o = ft("maska");
5958
5916
  return x(), S("div", {
5959
5917
  class: W(["cpDate", i.dynamicClasses])
@@ -5968,8 +5926,8 @@ function fl(t, e, n, s, r, i) {
5968
5926
  key: 0,
5969
5927
  type: "alert-circle"
5970
5928
  }))
5971
- ], 8, rl)) : I("", !0),
5972
- D("div", sl, [
5929
+ ], 8, nl)) : I("", !0),
5930
+ D("div", rl, [
5973
5931
  ae(D("input", {
5974
5932
  "onUpdate:modelValue": e[0] || (e[0] = (c) => r.day = c),
5975
5933
  "data-maska": "##",
@@ -5980,11 +5938,11 @@ function fl(t, e, n, s, r, i) {
5980
5938
  required: n.required,
5981
5939
  disabled: n.disabled,
5982
5940
  autocomplete: i.autocompleteFields.day
5983
- }, null, 8, il), [
5941
+ }, null, 8, sl), [
5984
5942
  [zn, r.day],
5985
5943
  [o]
5986
5944
  ]),
5987
- al,
5945
+ il,
5988
5946
  D("div", {
5989
5947
  class: W(["cpDate__month", i.selectDynamicClass])
5990
5948
  }, [
@@ -5995,16 +5953,16 @@ function fl(t, e, n, s, r, i) {
5995
5953
  disabled: n.disabled,
5996
5954
  autocomplete: i.autocompleteFields.month
5997
5955
  }, [
5998
- D("option", ll, T(i.monthInputPlaceholder), 1),
5956
+ D("option", ol, T(i.monthInputPlaceholder), 1),
5999
5957
  (x(!0), S(J, null, te(i.months, (c, u) => (x(), S("option", {
6000
5958
  key: u,
6001
5959
  value: c.value
6002
- }, T(c.label), 9, cl))), 128))
6003
- ], 8, ol), [
5960
+ }, T(c.label), 9, ll))), 128))
5961
+ ], 8, al), [
6004
5962
  [sn, r.month]
6005
5963
  ])
6006
5964
  ], 2),
6007
- ul,
5965
+ cl,
6008
5966
  ae(D("input", {
6009
5967
  "onUpdate:modelValue": e[2] || (e[2] = (c) => r.year = c),
6010
5968
  "data-maska": "####",
@@ -6015,20 +5973,20 @@ function fl(t, e, n, s, r, i) {
6015
5973
  disabled: n.disabled,
6016
5974
  required: n.required,
6017
5975
  autocomplete: i.autocompleteFields.year
6018
- }, null, 8, dl), [
5976
+ }, null, 8, ul), [
6019
5977
  [zn, r.year],
6020
5978
  [o]
6021
5979
  ])
6022
5980
  ]),
6023
5981
  A(l, null, {
6024
5982
  default: P(() => [
6025
- i.advancedErrorMessage ? (x(), S("div", hl, T(i.advancedErrorMessage), 1)) : I("", !0)
5983
+ i.advancedErrorMessage ? (x(), S("div", dl, T(i.advancedErrorMessage), 1)) : I("", !0)
6026
5984
  ]),
6027
5985
  _: 1
6028
5986
  })
6029
5987
  ], 2);
6030
5988
  }
6031
- const pl = /* @__PURE__ */ Y(nl, [["render", fl]]), yl = {
5989
+ const fl = /* @__PURE__ */ Y(tl, [["render", hl]]), pl = {
6032
5990
  componentUpdated: Mr,
6033
5991
  inserted: Mr
6034
5992
  };
@@ -6038,15 +5996,15 @@ function Mr(t) {
6038
5996
  const n = document.createElement("option");
6039
5997
  n.textContent = t.value, e.appendChild(n), t.parentNode.appendChild(e), t.style.width = e.offsetWidth + "px", e.parentNode.removeChild(e);
6040
5998
  }
6041
- var ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
6042
- function gl(t) {
5999
+ var yl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
6000
+ function ml(t) {
6043
6001
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
6044
6002
  }
6045
6003
  var zs = { exports: {} };
6046
6004
  (function(t, e) {
6047
6005
  (function(s, r) {
6048
6006
  t.exports = r();
6049
- })(typeof self < "u" ? self : ml, function() {
6007
+ })(typeof self < "u" ? self : yl, function() {
6050
6008
  return (
6051
6009
  /******/
6052
6010
  function(n) {
@@ -6102,7 +6060,7 @@ var zs = { exports: {} };
6102
6060
  /*! exports provided: activity, airplay, alert-circle, alert-octagon, alert-triangle, align-center, align-justify, align-left, align-right, anchor, aperture, archive, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, award, bar-chart-2, bar-chart, battery-charging, battery, bell-off, bell, bluetooth, bold, book-open, book, bookmark, box, briefcase, calendar, camera-off, camera, cast, check-circle, check-square, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, chrome, circle, clipboard, clock, cloud-drizzle, cloud-lightning, cloud-off, cloud-rain, cloud-snow, cloud, code, codepen, codesandbox, coffee, columns, command, compass, copy, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, cpu, credit-card, crop, crosshair, database, delete, disc, divide-circle, divide-square, divide, dollar-sign, download-cloud, download, dribbble, droplet, edit-2, edit-3, edit, external-link, eye-off, eye, facebook, fast-forward, feather, figma, file-minus, file-plus, file-text, file, film, filter, flag, folder-minus, folder-plus, folder, framer, frown, gift, git-branch, git-commit, git-merge, git-pull-request, github, gitlab, globe, grid, hard-drive, hash, headphones, heart, help-circle, hexagon, home, image, inbox, info, instagram, italic, key, layers, layout, life-buoy, link-2, link, linkedin, list, loader, lock, log-in, log-out, mail, map-pin, map, maximize-2, maximize, meh, menu, message-circle, message-square, mic-off, mic, minimize-2, minimize, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, mouse-pointer, move, music, navigation-2, navigation, octagon, package, paperclip, pause-circle, pause, pen-tool, percent, phone-call, phone-forwarded, phone-incoming, phone-missed, phone-off, phone-outgoing, phone, pie-chart, play-circle, play, plus-circle, plus-square, plus, pocket, power, printer, radio, refresh-ccw, refresh-cw, repeat, rewind, rotate-ccw, rotate-cw, rss, save, scissors, search, send, server, settings, share-2, share, shield-off, shield, shopping-bag, shopping-cart, shuffle, sidebar, skip-back, skip-forward, slack, slash, sliders, smartphone, smile, speaker, square, star, stop-circle, sun, sunrise, sunset, table, tablet, tag, target, terminal, thermometer, thumbs-down, thumbs-up, toggle-left, toggle-right, tool, trash-2, trash, trello, trending-down, trending-up, triangle, truck, tv, twitch, twitter, type, umbrella, underline, unlock, upload-cloud, upload, user-check, user-minus, user-plus, user-x, user, users, video-off, video, voicemail, volume-1, volume-2, volume-x, volume, watch, wifi-off, wifi, wind, x-circle, x-octagon, x-square, x, youtube, zap-off, zap, zoom-in, zoom-out, default */
6103
6061
  /***/
6104
6062
  function(n) {
6105
- n.exports = { activity: '<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>', airplay: '<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>', "alert-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>', "alert-octagon": '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>', "alert-triangle": '<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>', "align-center": '<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>', "align-justify": '<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>', "align-left": '<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>', "align-right": '<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>', anchor: '<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>', aperture: '<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>', archive: '<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>', "arrow-down-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>', "arrow-down-left": '<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>', "arrow-down-right": '<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>', "arrow-down": '<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>', "arrow-left-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>', "arrow-left": '<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>', "arrow-right-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>', "arrow-right": '<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>', "arrow-up-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>', "arrow-up-left": '<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>', "arrow-up-right": '<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>', "arrow-up": '<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>', "at-sign": '<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>', award: '<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>', "bar-chart-2": '<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>', "bar-chart": '<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>', "battery-charging": '<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>', battery: '<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>', "bell-off": '<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>', bell: '<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>', bluetooth: '<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>', bold: '<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>', "book-open": '<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>', book: '<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>', bookmark: '<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>', box: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', briefcase: '<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>', calendar: '<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>', "camera-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>', camera: '<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>', cast: '<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>', "check-circle": '<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>', "check-square": '<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>', check: '<polyline points="20 6 9 17 4 12"></polyline>', "chevron-down": '<polyline points="6 9 12 15 18 9"></polyline>', "chevron-left": '<polyline points="15 18 9 12 15 6"></polyline>', "chevron-right": '<polyline points="9 18 15 12 9 6"></polyline>', "chevron-up": '<polyline points="18 15 12 9 6 15"></polyline>', "chevrons-down": '<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>', "chevrons-left": '<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>', "chevrons-right": '<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>', "chevrons-up": '<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>', chrome: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>', circle: '<circle cx="12" cy="12" r="10"></circle>', clipboard: '<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>', clock: '<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>', "cloud-drizzle": '<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>', "cloud-lightning": '<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>', "cloud-off": '<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>', "cloud-rain": '<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>', "cloud-snow": '<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>', cloud: '<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>', code: '<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>', codepen: '<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>', codesandbox: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', coffee: '<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>', columns: '<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>', command: '<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>', compass: '<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>', copy: '<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>', "corner-down-left": '<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>', "corner-down-right": '<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>', "corner-left-down": '<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>', "corner-left-up": '<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>', "corner-right-down": '<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>', "corner-right-up": '<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>', "corner-up-left": '<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>', "corner-up-right": '<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>', cpu: '<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>', "credit-card": '<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>', crop: '<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>', crosshair: '<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>', database: '<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>', delete: '<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>', disc: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>', "divide-circle": '<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>', "divide-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>', divide: '<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>', "dollar-sign": '<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>', "download-cloud": '<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>', download: '<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>', dribbble: '<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>', droplet: '<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>', "edit-2": '<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>', "edit-3": '<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>', edit: '<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>', "external-link": '<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>', "eye-off": '<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>', eye: '<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>', facebook: '<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>', "fast-forward": '<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>', feather: '<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>', figma: '<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>', "file-minus": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>', "file-plus": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>', "file-text": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>', file: '<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>', film: '<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>', filter: '<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>', flag: '<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>', "folder-minus": '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>', "folder-plus": '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>', folder: '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>', framer: '<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>', frown: '<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', gift: '<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>', "git-branch": '<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>', "git-commit": '<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>', "git-merge": '<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>', "git-pull-request": '<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>', github: '<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>', gitlab: '<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>', globe: '<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>', grid: '<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>', "hard-drive": '<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>', hash: '<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>', headphones: '<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>', heart: '<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>', "help-circle": '<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>', hexagon: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>', home: '<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>', image: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>', inbox: '<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>', info: '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>', instagram: '<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>', italic: '<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>', key: '<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>', layers: '<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>', layout: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>', "life-buoy": '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>', "link-2": '<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>', link: '<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>', linkedin: '<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>', list: '<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>', loader: '<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>', lock: '<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>', "log-in": '<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>', "log-out": '<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>', mail: '<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>', "map-pin": '<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>', map: '<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>', "maximize-2": '<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>', maximize: '<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>', meh: '<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', menu: '<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>', "message-circle": '<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>', "message-square": '<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>', "mic-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>', mic: '<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>', "minimize-2": '<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>', minimize: '<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>', "minus-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>', "minus-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>', minus: '<line x1="5" y1="12" x2="19" y2="12"></line>', monitor: '<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>', moon: '<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>', "more-horizontal": '<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>', "more-vertical": '<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>', "mouse-pointer": '<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>', move: '<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>', music: '<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>', "navigation-2": '<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>', navigation: '<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>', octagon: '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>', package: '<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', paperclip: '<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>', "pause-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>', pause: '<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>', "pen-tool": '<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>', percent: '<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>', "phone-call": '<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-forwarded": '<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-incoming": '<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-missed": '<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-off": '<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>', "phone-outgoing": '<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', phone: '<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "pie-chart": '<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>', "play-circle": '<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>', play: '<polygon points="5 3 19 12 5 21 5 3"></polygon>', "plus-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>', "plus-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>', plus: '<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>', pocket: '<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>', power: '<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>', printer: '<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>', radio: '<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>', "refresh-ccw": '<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>', "refresh-cw": '<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>', repeat: '<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>', rewind: '<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>', "rotate-ccw": '<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>', "rotate-cw": '<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>', rss: '<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>', save: '<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>', scissors: '<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>', search: '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>', send: '<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>', server: '<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>', settings: '<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>', "share-2": '<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>', share: '<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>', "shield-off": '<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>', shield: '<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>', "shopping-bag": '<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>', "shopping-cart": '<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>', shuffle: '<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>', sidebar: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>', "skip-back": '<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>', "skip-forward": '<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>', slack: '<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>', slash: '<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>', sliders: '<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>', smartphone: '<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>', smile: '<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', speaker: '<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>', square: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>', star: '<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>', "stop-circle": '<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>', sun: '<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>', sunrise: '<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>', sunset: '<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>', table: '<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>', tablet: '<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>', tag: '<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>', target: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>', terminal: '<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>', thermometer: '<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>', "thumbs-down": '<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>', "thumbs-up": '<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>', "toggle-left": '<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>', "toggle-right": '<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>', tool: '<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>', "trash-2": '<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>', trash: '<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>', trello: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>', "trending-down": '<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>', "trending-up": '<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>', triangle: '<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>', truck: '<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>', tv: '<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>', twitch: '<path d="M21 2H3v16h5v4l4-4h5l4-4V2zM11 11V7M16 11V7"></path>', twitter: '<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>', type: '<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>', umbrella: '<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>', underline: '<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>', unlock: '<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>', "upload-cloud": '<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>', upload: '<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>', "user-check": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>', "user-minus": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>', "user-plus": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>', "user-x": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>', user: '<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>', users: '<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>', "video-off": '<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>', video: '<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>', voicemail: '<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>', "volume-1": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>', "volume-2": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>', "volume-x": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>', volume: '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>', watch: '<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>', "wifi-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>', wifi: '<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>', wind: '<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>', "x-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>', "x-octagon": '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>', "x-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>', x: '<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>', youtube: '<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>', "zap-off": '<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>', zap: '<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>', "zoom-in": '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>', "zoom-out": '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>' };
6063
+ n.exports = { activity: '<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>', airplay: '<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>', "alert-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>', "alert-octagon": '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>', "alert-triangle": '<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>', "align-center": '<line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line>', "align-justify": '<line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line>', "align-left": '<line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line>', "align-right": '<line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line>', anchor: '<circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path>', aperture: '<circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line>', archive: '<polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line>', "arrow-down-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line>', "arrow-down-left": '<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline>', "arrow-down-right": '<line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline>', "arrow-down": '<line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline>', "arrow-left-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line>', "arrow-left": '<line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline>', "arrow-right-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line>', "arrow-right": '<line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline>', "arrow-up-circle": '<circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line>', "arrow-up-left": '<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline>', "arrow-up-right": '<line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline>', "arrow-up": '<line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline>', "at-sign": '<circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>', award: '<circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline>', "bar-chart-2": '<line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line>', "bar-chart": '<line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line>', "battery-charging": '<path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline>', battery: '<rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line>', "bell-off": '<path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line>', bell: '<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path>', bluetooth: '<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline>', bold: '<path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path>', "book-open": '<path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>', book: '<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>', bookmark: '<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>', box: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', briefcase: '<rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path>', calendar: '<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>', "camera-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path>', camera: '<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle>', cast: '<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line>', "check-circle": '<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline>', "check-square": '<polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>', check: '<polyline points="20 6 9 17 4 12"></polyline>', "chevron-down": '<polyline points="6 9 12 15 18 9"></polyline>', "chevron-left": '<polyline points="15 18 9 12 15 6"></polyline>', "chevron-right": '<polyline points="9 18 15 12 9 6"></polyline>', "chevron-up": '<polyline points="18 15 12 9 6 15"></polyline>', "chevrons-down": '<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>', "chevrons-left": '<polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline>', "chevrons-right": '<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></polyline>', "chevrons-up": '<polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline>', chrome: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="21.17" y1="8" x2="12" y2="8"></line><line x1="3.95" y1="6.06" x2="8.54" y2="14"></line><line x1="10.88" y1="21.94" x2="15.46" y2="14"></line>', circle: '<circle cx="12" cy="12" r="10"></circle>', clipboard: '<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>', clock: '<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>', "cloud-drizzle": '<line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>', "cloud-lightning": '<path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"></path><polyline points="13 11 9 17 15 17 11 23"></polyline>', "cloud-off": '<path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"></path><line x1="1" y1="1" x2="23" y2="23"></line>', "cloud-rain": '<line x1="16" y1="13" x2="16" y2="21"></line><line x1="8" y1="13" x2="8" y2="21"></line><line x1="12" y1="15" x2="12" y2="23"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path>', "cloud-snow": '<path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"></path><line x1="8" y1="16" x2="8.01" y2="16"></line><line x1="8" y1="20" x2="8.01" y2="20"></line><line x1="12" y1="18" x2="12.01" y2="18"></line><line x1="12" y1="22" x2="12.01" y2="22"></line><line x1="16" y1="16" x2="16.01" y2="16"></line><line x1="16" y1="20" x2="16.01" y2="20"></line>', cloud: '<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"></path>', code: '<polyline points="16 18 22 12 16 6"></polyline><polyline points="8 6 2 12 8 18"></polyline>', codepen: '<polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line>', codesandbox: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="7.5 4.21 12 6.81 16.5 4.21"></polyline><polyline points="7.5 19.79 7.5 14.6 3 12"></polyline><polyline points="21 12 16.5 14.6 16.5 19.79"></polyline><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', coffee: '<path d="M18 8h1a4 4 0 0 1 0 8h-1"></path><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"></path><line x1="6" y1="1" x2="6" y2="4"></line><line x1="10" y1="1" x2="10" y2="4"></line><line x1="14" y1="1" x2="14" y2="4"></line>', columns: '<path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"></path>', command: '<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>', compass: '<circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon>', copy: '<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>', "corner-down-left": '<polyline points="9 10 4 15 9 20"></polyline><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>', "corner-down-right": '<polyline points="15 10 20 15 15 20"></polyline><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>', "corner-left-down": '<polyline points="14 15 9 20 4 15"></polyline><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>', "corner-left-up": '<polyline points="14 9 9 4 4 9"></polyline><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>', "corner-right-down": '<polyline points="10 15 15 20 20 15"></polyline><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>', "corner-right-up": '<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>', "corner-up-left": '<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>', "corner-up-right": '<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>', cpu: '<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect><rect x="9" y="9" width="6" height="6"></rect><line x1="9" y1="1" x2="9" y2="4"></line><line x1="15" y1="1" x2="15" y2="4"></line><line x1="9" y1="20" x2="9" y2="23"></line><line x1="15" y1="20" x2="15" y2="23"></line><line x1="20" y1="9" x2="23" y2="9"></line><line x1="20" y1="14" x2="23" y2="14"></line><line x1="1" y1="9" x2="4" y2="9"></line><line x1="1" y1="14" x2="4" y2="14"></line>', "credit-card": '<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line>', crop: '<path d="M6.13 1L6 16a2 2 0 0 0 2 2h15"></path><path d="M1 6.13L16 6a2 2 0 0 1 2 2v15"></path>', crosshair: '<circle cx="12" cy="12" r="10"></circle><line x1="22" y1="12" x2="18" y2="12"></line><line x1="6" y1="12" x2="2" y2="12"></line><line x1="12" y1="6" x2="12" y2="2"></line><line x1="12" y1="22" x2="12" y2="18"></line>', database: '<ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"></path><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"></path>', delete: '<path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"></path><line x1="18" y1="9" x2="12" y2="15"></line><line x1="12" y1="9" x2="18" y2="15"></line>', disc: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="3"></circle>', "divide-circle": '<line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line><circle cx="12" cy="12" r="10"></circle>', "divide-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line><line x1="12" y1="16" x2="12" y2="16"></line><line x1="12" y1="8" x2="12" y2="8"></line>', divide: '<circle cx="12" cy="6" r="2"></circle><line x1="5" y1="12" x2="19" y2="12"></line><circle cx="12" cy="18" r="2"></circle>', "dollar-sign": '<line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path>', "download-cloud": '<polyline points="8 17 12 21 16 17"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"></path>', download: '<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>', dribbble: '<circle cx="12" cy="12" r="10"></circle><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"></path>', droplet: '<path d="M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"></path>', "edit-2": '<path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path>', "edit-3": '<path d="M12 20h9"></path><path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>', edit: '<path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path>', "external-link": '<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>', "eye-off": '<path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line>', eye: '<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle>', facebook: '<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>', "fast-forward": '<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>', feather: '<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path><line x1="16" y1="8" x2="2" y2="22"></line><line x1="17.5" y1="15" x2="9" y2="15"></line>', figma: '<path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"></path><path d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"></path>', "file-minus": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="9" y1="15" x2="15" y2="15"></line>', "file-plus": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="12" y1="18" x2="12" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line>', "file-text": '<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline>', file: '<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>', film: '<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect><line x1="7" y1="2" x2="7" y2="22"></line><line x1="17" y1="2" x2="17" y2="22"></line><line x1="2" y1="12" x2="22" y2="12"></line><line x1="2" y1="7" x2="7" y2="7"></line><line x1="2" y1="17" x2="7" y2="17"></line><line x1="17" y1="17" x2="22" y2="17"></line><line x1="17" y1="7" x2="22" y2="7"></line>', filter: '<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>', flag: '<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"></path><line x1="4" y1="22" x2="4" y2="15"></line>', "folder-minus": '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line>', "folder-plus": '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line>', folder: '<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>', framer: '<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"></path>', frown: '<circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', gift: '<polyline points="20 12 20 22 4 22 4 12"></polyline><rect x="2" y="7" width="20" height="5"></rect><line x1="12" y1="22" x2="12" y2="7"></line><path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"></path><path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"></path>', "git-branch": '<line x1="6" y1="3" x2="6" y2="15"></line><circle cx="18" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M18 9a9 9 0 0 1-9 9"></path>', "git-commit": '<circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line>', "git-merge": '<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M6 21V9a9 9 0 0 0 9 9"></path>', "git-pull-request": '<circle cx="18" cy="18" r="3"></circle><circle cx="6" cy="6" r="3"></circle><path d="M13 6h3a2 2 0 0 1 2 2v7"></path><line x1="6" y1="9" x2="6" y2="21"></line>', github: '<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>', gitlab: '<path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path>', globe: '<circle cx="12" cy="12" r="10"></circle><line x1="2" y1="12" x2="22" y2="12"></line><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"></path>', grid: '<rect x="3" y="3" width="7" height="7"></rect><rect x="14" y="3" width="7" height="7"></rect><rect x="14" y="14" width="7" height="7"></rect><rect x="3" y="14" width="7" height="7"></rect>', "hard-drive": '<line x1="22" y1="12" x2="2" y2="12"></line><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><line x1="6" y1="16" x2="6.01" y2="16"></line><line x1="10" y1="16" x2="10.01" y2="16"></line>', hash: '<line x1="4" y1="9" x2="20" y2="9"></line><line x1="4" y1="15" x2="20" y2="15"></line><line x1="10" y1="3" x2="8" y2="21"></line><line x1="16" y1="3" x2="14" y2="21"></line>', headphones: '<path d="M3 18v-6a9 9 0 0 1 18 0v6"></path><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"></path>', heart: '<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>', "help-circle": '<circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>', hexagon: '<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path>', home: '<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline>', image: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline>', inbox: '<polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path>', info: '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line>', instagram: '<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>', italic: '<line x1="19" y1="4" x2="10" y2="4"></line><line x1="14" y1="20" x2="5" y2="20"></line><line x1="15" y1="4" x2="9" y2="20"></line>', key: '<path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"></path>', layers: '<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon><polyline points="2 17 12 22 22 17"></polyline><polyline points="2 12 12 17 22 12"></polyline>', layout: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="9" y1="21" x2="9" y2="9"></line>', "life-buoy": '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="4"></circle><line x1="4.93" y1="4.93" x2="9.17" y2="9.17"></line><line x1="14.83" y1="14.83" x2="19.07" y2="19.07"></line><line x1="14.83" y1="9.17" x2="19.07" y2="4.93"></line><line x1="14.83" y1="9.17" x2="18.36" y2="5.64"></line><line x1="4.93" y1="19.07" x2="9.17" y2="14.83"></line>', "link-2": '<path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"></path><line x1="8" y1="12" x2="16" y2="12"></line>', link: '<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>', linkedin: '<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle>', list: '<line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line>', loader: '<line x1="12" y1="2" x2="12" y2="6"></line><line x1="12" y1="18" x2="12" y2="22"></line><line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line><line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line><line x1="2" y1="12" x2="6" y2="12"></line><line x1="18" y1="12" x2="22" y2="12"></line><line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line><line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>', lock: '<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path>', "log-in": '<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"></polyline><line x1="15" y1="12" x2="3" y2="12"></line>', "log-out": '<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>', mail: '<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline>', "map-pin": '<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle>', map: '<polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line>', "maximize-2": '<polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" y1="3" x2="14" y2="10"></line><line x1="3" y1="21" x2="10" y2="14"></line>', maximize: '<path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path>', meh: '<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="15" x2="16" y2="15"></line><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', menu: '<line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>', "message-circle": '<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>', "message-square": '<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>', "mic-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>', mic: '<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>', "minimize-2": '<polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line>', minimize: '<path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path>', "minus-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line>', "minus-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="8" y1="12" x2="16" y2="12"></line>', minus: '<line x1="5" y1="12" x2="19" y2="12"></line>', monitor: '<rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect><line x1="8" y1="21" x2="16" y2="21"></line><line x1="12" y1="17" x2="12" y2="21"></line>', moon: '<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>', "more-horizontal": '<circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle>', "more-vertical": '<circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle>', "mouse-pointer": '<path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path><path d="M13 13l6 6"></path>', move: '<polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" y1="12" x2="22" y2="12"></line><line x1="12" y1="2" x2="12" y2="22"></line>', music: '<path d="M9 18V5l12-2v13"></path><circle cx="6" cy="18" r="3"></circle><circle cx="18" cy="16" r="3"></circle>', "navigation-2": '<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>', navigation: '<polygon points="3 11 22 2 13 21 11 13 3 11"></polygon>', octagon: '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon>', package: '<line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line>', paperclip: '<path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path>', "pause-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>', pause: '<rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect>', "pen-tool": '<path d="M12 19l7-7 3 3-7 7-3-3z"></path><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"></path><path d="M2 2l7.586 7.586"></path><circle cx="11" cy="11" r="2"></circle>', percent: '<line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle>', "phone-call": '<path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-forwarded": '<polyline points="19 1 23 5 19 9"></polyline><line x1="15" y1="5" x2="23" y2="5"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-incoming": '<polyline points="16 2 16 8 22 8"></polyline><line x1="23" y1="1" x2="16" y2="8"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-missed": '<line x1="23" y1="1" x2="17" y2="7"></line><line x1="17" y1="1" x2="23" y2="7"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "phone-off": '<path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"></path><line x1="23" y1="1" x2="1" y2="23"></line>', "phone-outgoing": '<polyline points="23 7 23 1 17 1"></polyline><line x1="16" y1="8" x2="23" y2="1"></line><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', phone: '<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>', "pie-chart": '<path d="M21.21 15.89A10 10 0 1 1 8 2.83"></path><path d="M22 12A10 10 0 0 0 12 2v10z"></path>', "play-circle": '<circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon>', play: '<polygon points="5 3 19 12 5 21 5 3"></polygon>', "plus-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>', "plus-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line>', plus: '<line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line>', pocket: '<path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"></path><polyline points="8 10 12 14 16 10"></polyline>', power: '<path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line>', printer: '<polyline points="6 9 6 2 18 2 18 9"></polyline><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path><rect x="6" y="14" width="12" height="8"></rect>', radio: '<circle cx="12" cy="12" r="2"></circle><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"></path>', "refresh-ccw": '<polyline points="1 4 1 10 7 10"></polyline><polyline points="23 20 23 14 17 14"></polyline><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>', "refresh-cw": '<polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>', repeat: '<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>', rewind: '<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>', "rotate-ccw": '<polyline points="1 4 1 10 7 10"></polyline><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>', "rotate-cw": '<polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>', rss: '<path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle>', save: '<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"></path><polyline points="17 21 17 13 7 13 7 21"></polyline><polyline points="7 3 7 8 15 8"></polyline>', scissors: '<circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><line x1="20" y1="4" x2="8.12" y2="15.88"></line><line x1="14.47" y1="14.48" x2="20" y2="20"></line><line x1="8.12" y1="8.12" x2="12" y2="12"></line>', search: '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>', send: '<line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>', server: '<rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect><rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect><line x1="6" y1="6" x2="6.01" y2="6"></line><line x1="6" y1="18" x2="6.01" y2="18"></line>', settings: '<circle cx="12" cy="12" r="3"></circle><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>', "share-2": '<circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line>', share: '<path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"></path><polyline points="16 6 12 2 8 6"></polyline><line x1="12" y1="2" x2="12" y2="15"></line>', "shield-off": '<path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line>', shield: '<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>', "shopping-bag": '<path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path>', "shopping-cart": '<circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>', shuffle: '<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>', sidebar: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line>', "skip-back": '<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>', "skip-forward": '<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>', slack: '<path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"></path><path d="M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"></path><path d="M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"></path><path d="M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"></path><path d="M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"></path><path d="M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"></path><path d="M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"></path><path d="M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"></path>', slash: '<circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line>', sliders: '<line x1="4" y1="21" x2="4" y2="14"></line><line x1="4" y1="10" x2="4" y2="3"></line><line x1="12" y1="21" x2="12" y2="12"></line><line x1="12" y1="8" x2="12" y2="3"></line><line x1="20" y1="21" x2="20" y2="16"></line><line x1="20" y1="12" x2="20" y2="3"></line><line x1="1" y1="14" x2="7" y2="14"></line><line x1="9" y1="8" x2="15" y2="8"></line><line x1="17" y1="16" x2="23" y2="16"></line>', smartphone: '<rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>', smile: '<circle cx="12" cy="12" r="10"></circle><path d="M8 14s1.5 2 4 2 4-2 4-2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line>', speaker: '<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><circle cx="12" cy="14" r="4"></circle><line x1="12" y1="6" x2="12.01" y2="6"></line>', square: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>', star: '<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>', "stop-circle": '<circle cx="12" cy="12" r="10"></circle><rect x="9" y="9" width="6" height="6"></rect>', sun: '<circle cx="12" cy="12" r="5"></circle><line x1="12" y1="1" x2="12" y2="3"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line><line x1="1" y1="12" x2="3" y2="12"></line><line x1="21" y1="12" x2="23" y2="12"></line><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>', sunrise: '<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="2" x2="12" y2="9"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="8 6 12 2 16 6"></polyline>', sunset: '<path d="M17 18a5 5 0 0 0-10 0"></path><line x1="12" y1="9" x2="12" y2="2"></line><line x1="4.22" y1="10.22" x2="5.64" y2="11.64"></line><line x1="1" y1="18" x2="3" y2="18"></line><line x1="21" y1="18" x2="23" y2="18"></line><line x1="18.36" y1="11.64" x2="19.78" y2="10.22"></line><line x1="23" y1="22" x2="1" y2="22"></line><polyline points="16 5 12 9 8 5"></polyline>', table: '<path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"></path>', tablet: '<rect x="4" y="2" width="16" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line>', tag: '<path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line>', target: '<circle cx="12" cy="12" r="10"></circle><circle cx="12" cy="12" r="6"></circle><circle cx="12" cy="12" r="2"></circle>', terminal: '<polyline points="4 17 10 11 4 5"></polyline><line x1="12" y1="19" x2="20" y2="19"></line>', thermometer: '<path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"></path>', "thumbs-down": '<path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"></path>', "thumbs-up": '<path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"></path>', "toggle-left": '<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="8" cy="12" r="3"></circle>', "toggle-right": '<rect x="1" y="5" width="22" height="14" rx="7" ry="7"></rect><circle cx="16" cy="12" r="3"></circle>', tool: '<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"></path>', "trash-2": '<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line>', trash: '<polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>', trello: '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><rect x="7" y="7" width="3" height="9"></rect><rect x="14" y="7" width="3" height="5"></rect>', "trending-down": '<polyline points="23 18 13.5 8.5 8.5 13.5 1 6"></polyline><polyline points="17 18 23 18 23 12"></polyline>', "trending-up": '<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline>', triangle: '<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path>', truck: '<rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle>', tv: '<rect x="2" y="7" width="20" height="15" rx="2" ry="2"></rect><polyline points="17 2 12 7 7 2"></polyline>', twitch: '<path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"></path>', twitter: '<path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>', type: '<polyline points="4 7 4 4 20 4 20 7"></polyline><line x1="9" y1="20" x2="15" y2="20"></line><line x1="12" y1="4" x2="12" y2="20"></line>', umbrella: '<path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"></path>', underline: '<path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"></path><line x1="4" y1="21" x2="20" y2="21"></line>', unlock: '<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 9.9-1"></path>', "upload-cloud": '<polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline>', upload: '<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>', "user-check": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline>', "user-minus": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="23" y1="11" x2="17" y2="11"></line>', "user-plus": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line>', "user-x": '<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="18" y1="8" x2="23" y2="13"></line><line x1="23" y1="8" x2="18" y2="13"></line>', user: '<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle>', users: '<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path>', "video-off": '<path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"></path><line x1="1" y1="1" x2="23" y2="23"></line>', video: '<polygon points="23 7 16 12 23 17 23 7"></polygon><rect x="1" y="5" width="15" height="14" rx="2" ry="2"></rect>', voicemail: '<circle cx="5.5" cy="11.5" r="4.5"></circle><circle cx="18.5" cy="11.5" r="4.5"></circle><line x1="5.5" y1="16" x2="18.5" y2="16"></line>', "volume-1": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>', "volume-2": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>', "volume-x": '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>', volume: '<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>', watch: '<circle cx="12" cy="12" r="7"></circle><polyline points="12 9 12 12 13.5 13.5"></polyline><path d="M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"></path>', "wifi-off": '<line x1="1" y1="1" x2="23" y2="23"></line><path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path><path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path><path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path><path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>', wifi: '<path d="M5 12.55a11 11 0 0 1 14.08 0"></path><path d="M1.42 9a16 16 0 0 1 21.16 0"></path><path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path><line x1="12" y1="20" x2="12.01" y2="20"></line>', wind: '<path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"></path>', "x-circle": '<circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>', "x-octagon": '<polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line>', "x-square": '<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="9" x2="15" y2="15"></line><line x1="15" y1="9" x2="9" y2="15"></line>', x: '<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>', youtube: '<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"></path><polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"></polygon>', "zap-off": '<polyline points="12.41 6.75 13 2 10.57 4.92"></polyline><polyline points="18.57 12.91 21 10 15.66 10"></polyline><polyline points="8 8 3 14 12 14 11 22 16 16"></polyline><line x1="1" y1="1" x2="23" y2="23"></line>', zap: '<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>', "zoom-in": '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>', "zoom-out": '<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="8" y1="11" x2="14" y2="11"></line>' };
6106
6064
  }
6107
6065
  ),
6108
6066
  /***/
@@ -6124,31 +6082,31 @@ var zs = { exports: {} };
6124
6082
  function o() {
6125
6083
  }
6126
6084
  o.prototype = /* @__PURE__ */ Object.create(null);
6127
- function c(g, m) {
6085
+ function c(b, m) {
6128
6086
  for (var v = m.length, M = 0; M < v; ++M)
6129
- y(g, m[M]);
6087
+ f(b, m[M]);
6130
6088
  }
6131
6089
  var u = {}.hasOwnProperty;
6132
- function d(g, m) {
6133
- g[m] = !0;
6090
+ function d(b, m) {
6091
+ b[m] = !0;
6134
6092
  }
6135
- function h(g, m) {
6093
+ function h(b, m) {
6136
6094
  for (var v in m)
6137
- u.call(m, v) && (g[v] = !!m[v]);
6095
+ u.call(m, v) && (b[v] = !!m[v]);
6138
6096
  }
6139
6097
  var p = /\s+/;
6140
- function f(g, m) {
6098
+ function y(b, m) {
6141
6099
  for (var v = m.split(p), M = v.length, E = 0; E < M; ++E)
6142
- g[v[E]] = !0;
6100
+ b[v[E]] = !0;
6143
6101
  }
6144
- function y(g, m) {
6102
+ function f(b, m) {
6145
6103
  if (m) {
6146
6104
  var v = typeof m;
6147
- v === "string" ? f(g, m) : Array.isArray(m) ? c(g, m) : v === "object" ? h(g, m) : v === "number" && d(g, m);
6105
+ v === "string" ? y(b, m) : Array.isArray(m) ? c(b, m) : v === "object" ? h(b, m) : v === "number" && d(b, m);
6148
6106
  }
6149
6107
  }
6150
- function w() {
6151
- for (var g = arguments.length, m = Array(g), v = 0; v < g; v++)
6108
+ function g() {
6109
+ for (var b = arguments.length, m = Array(b), v = 0; v < b; v++)
6152
6110
  m[v] = arguments[v];
6153
6111
  var M = new o();
6154
6112
  c(M, m);
@@ -6157,7 +6115,7 @@ var zs = { exports: {} };
6157
6115
  M[_] && E.push(_);
6158
6116
  return E.join(" ");
6159
6117
  }
6160
- return w;
6118
+ return g;
6161
6119
  }();
6162
6120
  typeof n < "u" && n.exports ? n.exports = l : (i = [], a = (function() {
6163
6121
  return l;
@@ -6252,17 +6210,17 @@ var zs = { exports: {} };
6252
6210
  "./node_modules/core-js/internals/get-iterator-method.js"
6253
6211
  );
6254
6212
  n.exports = function(p) {
6255
- var f = a(p), y = typeof this == "function" ? this : Array, w = arguments.length, g = w > 1 ? arguments[1] : void 0, m = g !== void 0, v = 0, M = d(f), E, _, C, z;
6256
- if (m && (g = i(g, w > 2 ? arguments[2] : void 0, 2)), M != null && !(y == Array && o(M)))
6257
- for (z = M.call(f), _ = new y(); !(C = z.next()).done; v++)
6213
+ var y = a(p), f = typeof this == "function" ? this : Array, g = arguments.length, b = g > 1 ? arguments[1] : void 0, m = b !== void 0, v = 0, M = d(y), E, _, C, z;
6214
+ if (m && (b = i(b, g > 2 ? arguments[2] : void 0, 2)), M != null && !(f == Array && o(M)))
6215
+ for (z = M.call(y), _ = new f(); !(C = z.next()).done; v++)
6258
6216
  u(
6259
6217
  _,
6260
6218
  v,
6261
- m ? l(z, g, [C.value, v], !0) : C.value
6219
+ m ? l(z, b, [C.value, v], !0) : C.value
6262
6220
  );
6263
6221
  else
6264
- for (E = c(f.length), _ = new y(E); E > v; v++)
6265
- u(_, v, m ? g(f[v], v) : f[v]);
6222
+ for (E = c(y.length), _ = new f(E); E > v; v++)
6223
+ u(_, v, m ? b(y[v], v) : y[v]);
6266
6224
  return _.length = v, _;
6267
6225
  };
6268
6226
  }
@@ -6287,15 +6245,12 @@ var zs = { exports: {} };
6287
6245
  );
6288
6246
  n.exports = function(o) {
6289
6247
  return function(c, u, d) {
6290
- var h = i(c), p = a(h.length), f = l(d, p), y;
6248
+ var h = i(c), p = a(h.length), y = l(d, p), f;
6291
6249
  if (o && u != u) {
6292
- for (; p > f; )
6293
- if (y = h[f++], y != y)
6294
- return !0;
6295
- } else
6296
- for (; p > f; f++)
6297
- if ((o || f in h) && h[f] === u)
6298
- return o || f || 0;
6250
+ for (; p > y; )
6251
+ if (f = h[y++], f != f) return !0;
6252
+ } else for (; p > y; y++) if ((o || y in h) && h[y] === u)
6253
+ return o || y || 0;
6299
6254
  return !o && -1;
6300
6255
  };
6301
6256
  };
@@ -6314,8 +6269,7 @@ var zs = { exports: {} };
6314
6269
  "./node_modules/core-js/internals/a-function.js"
6315
6270
  );
6316
6271
  n.exports = function(a, l, o) {
6317
- if (i(a), l === void 0)
6318
- return a;
6272
+ if (i(a), l === void 0) return a;
6319
6273
  switch (o) {
6320
6274
  case 0:
6321
6275
  return function() {
@@ -6391,8 +6345,7 @@ var zs = { exports: {} };
6391
6345
  } catch {
6392
6346
  }
6393
6347
  n.exports = function(u, d) {
6394
- if (!d && !l)
6395
- return !1;
6348
+ if (!d && !l) return !1;
6396
6349
  var h = !1;
6397
6350
  try {
6398
6351
  var p = {};
@@ -6473,9 +6426,9 @@ var zs = { exports: {} };
6473
6426
  "./node_modules/core-js/internals/object-define-property.js"
6474
6427
  );
6475
6428
  n.exports = function(c, u) {
6476
- for (var d = a(u), h = o.f, p = l.f, f = 0; f < d.length; f++) {
6477
- var y = d[f];
6478
- i(c, y) || h(c, y, p(u, y));
6429
+ for (var d = a(u), h = o.f, p = l.f, y = 0; y < d.length; y++) {
6430
+ var f = d[y];
6431
+ i(c, f) || h(c, f, p(u, f));
6479
6432
  }
6480
6433
  };
6481
6434
  }
@@ -6526,8 +6479,8 @@ var zs = { exports: {} };
6526
6479
  return this;
6527
6480
  };
6528
6481
  n.exports = function(d, h, p) {
6529
- var f = h + " Iterator";
6530
- return d.prototype = a(i, { next: l(1, p) }), o(d, f, !1, !0), c[f] = u, d;
6482
+ var y = h + " Iterator";
6483
+ return d.prototype = a(i, { next: l(1, p) }), o(d, y, !1, !0), c[y] = u, d;
6531
6484
  };
6532
6485
  }
6533
6486
  ),
@@ -6608,22 +6561,20 @@ var zs = { exports: {} };
6608
6561
  ), p = r(
6609
6562
  /*! ../internals/is-pure */
6610
6563
  "./node_modules/core-js/internals/is-pure.js"
6611
- ), f = r(
6564
+ ), y = r(
6612
6565
  /*! ../internals/iterators */
6613
6566
  "./node_modules/core-js/internals/iterators.js"
6614
- ), y = r(
6567
+ ), f = r(
6615
6568
  /*! ../internals/iterators-core */
6616
6569
  "./node_modules/core-js/internals/iterators-core.js"
6617
- ), w = y.IteratorPrototype, g = y.BUGGY_SAFARI_ITERATORS, m = h("iterator"), v = "keys", M = "values", E = "entries", _ = function() {
6570
+ ), g = f.IteratorPrototype, b = f.BUGGY_SAFARI_ITERATORS, m = h("iterator"), v = "keys", M = "values", E = "entries", _ = function() {
6618
6571
  return this;
6619
6572
  };
6620
6573
  n.exports = function(C, z, G, R, ee, Be, re) {
6621
6574
  a(G, z, R);
6622
6575
  var _e = function(fe) {
6623
- if (fe === ee && ie)
6624
- return ie;
6625
- if (!g && fe in Q)
6626
- return Q[fe];
6576
+ if (fe === ee && ie) return ie;
6577
+ if (!b && fe in Q) return Q[fe];
6627
6578
  switch (fe) {
6628
6579
  case v:
6629
6580
  return function() {
@@ -6641,19 +6592,17 @@ var zs = { exports: {} };
6641
6592
  return function() {
6642
6593
  return new G(this);
6643
6594
  };
6644
- }, He = z + " Iterator", rt = !1, Q = C.prototype, le = Q[m] || Q["@@iterator"] || ee && Q[ee], ie = !g && le || _e(ee), st = z == "Array" && Q.entries || le, be, Ie, we;
6645
- if (st && (be = l(st.call(new C())), w !== Object.prototype && be.next && (!p && l(be) !== w && (o ? o(be, w) : typeof be[m] != "function" && u(be, m, _)), c(be, He, !0, !0), p && (f[He] = _))), ee == M && le && le.name !== M && (rt = !0, ie = function() {
6595
+ }, He = z + " Iterator", rt = !1, Q = C.prototype, le = Q[m] || Q["@@iterator"] || ee && Q[ee], ie = !b && le || _e(ee), st = z == "Array" && Q.entries || le, be, Ie, we;
6596
+ if (st && (be = l(st.call(new C())), g !== Object.prototype && be.next && (!p && l(be) !== g && (o ? o(be, g) : typeof be[m] != "function" && u(be, m, _)), c(be, He, !0, !0), p && (y[He] = _))), ee == M && le && le.name !== M && (rt = !0, ie = function() {
6646
6597
  return le.call(this);
6647
- }), (!p || re) && Q[m] !== ie && u(Q, m, ie), f[z] = ie, ee)
6598
+ }), (!p || re) && Q[m] !== ie && u(Q, m, ie), y[z] = ie, ee)
6648
6599
  if (Ie = {
6649
6600
  values: _e(M),
6650
6601
  keys: Be ? ie : _e(v),
6651
6602
  entries: _e(E)
6652
- }, re)
6653
- for (we in Ie)
6654
- (g || rt || !(we in Q)) && d(Q, we, Ie[we]);
6655
- else
6656
- i({ target: z, proto: !0, forced: g || rt }, Ie);
6603
+ }, re) for (we in Ie)
6604
+ (b || rt || !(we in Q)) && d(Q, we, Ie[we]);
6605
+ else i({ target: z, proto: !0, forced: b || rt }, Ie);
6657
6606
  return Ie;
6658
6607
  };
6659
6608
  }
@@ -6747,16 +6696,14 @@ var zs = { exports: {} };
6747
6696
  "./node_modules/core-js/internals/is-forced.js"
6748
6697
  );
6749
6698
  n.exports = function(h, p) {
6750
- var f = h.target, y = h.global, w = h.stat, g, m, v, M, E, _;
6751
- if (y ? m = i : w ? m = i[f] || c(f, {}) : m = (i[f] || {}).prototype, m)
6752
- for (v in p) {
6753
- if (E = p[v], h.noTargetGet ? (_ = a(m, v), M = _ && _.value) : M = m[v], g = d(y ? v : f + (w ? "." : "#") + v, h.forced), !g && M !== void 0) {
6754
- if (typeof E == typeof M)
6755
- continue;
6756
- u(E, M);
6757
- }
6758
- (h.sham || M && M.sham) && l(E, "sham", !0), o(m, v, E, h);
6699
+ var y = h.target, f = h.global, g = h.stat, b, m, v, M, E, _;
6700
+ if (f ? m = i : g ? m = i[y] || c(y, {}) : m = (i[y] || {}).prototype, m) for (v in p) {
6701
+ if (E = p[v], h.noTargetGet ? (_ = a(m, v), M = _ && _.value) : M = m[v], b = d(f ? v : y + (g ? "." : "#") + v, h.forced), !b && M !== void 0) {
6702
+ if (typeof E == typeof M) continue;
6703
+ u(E, M);
6759
6704
  }
6705
+ (h.sham || M && M.sham) && l(E, "sham", !0), o(m, v, E, h);
6706
+ }
6760
6707
  };
6761
6708
  }
6762
6709
  ),
@@ -6811,8 +6758,7 @@ var zs = { exports: {} };
6811
6758
  "./node_modules/core-js/internals/well-known-symbol.js"
6812
6759
  ), o = l("iterator");
6813
6760
  n.exports = function(c) {
6814
- if (c != null)
6815
- return c[o] || c["@@iterator"] || a[i(c)];
6761
+ if (c != null) return c[o] || c["@@iterator"] || a[i(c)];
6816
6762
  };
6817
6763
  }
6818
6764
  ),
@@ -6980,12 +6926,12 @@ var zs = { exports: {} };
6980
6926
  ), d = r(
6981
6927
  /*! ../internals/hidden-keys */
6982
6928
  "./node_modules/core-js/internals/hidden-keys.js"
6983
- ), h = a.WeakMap, p, f, y, w = function(C) {
6984
- return y(C) ? f(C) : p(C, {});
6985
- }, g = function(C) {
6929
+ ), h = a.WeakMap, p, y, f, g = function(C) {
6930
+ return f(C) ? y(C) : p(C, {});
6931
+ }, b = function(C) {
6986
6932
  return function(z) {
6987
6933
  var G;
6988
- if (!l(z) || (G = f(z)).type !== C)
6934
+ if (!l(z) || (G = y(z)).type !== C)
6989
6935
  throw TypeError("Incompatible receiver, " + C + " required");
6990
6936
  return G;
6991
6937
  };
@@ -6994,27 +6940,27 @@ var zs = { exports: {} };
6994
6940
  var m = new h(), v = m.get, M = m.has, E = m.set;
6995
6941
  p = function(C, z) {
6996
6942
  return E.call(m, C, z), z;
6997
- }, f = function(C) {
6998
- return v.call(m, C) || {};
6999
6943
  }, y = function(C) {
6944
+ return v.call(m, C) || {};
6945
+ }, f = function(C) {
7000
6946
  return M.call(m, C);
7001
6947
  };
7002
6948
  } else {
7003
6949
  var _ = u("state");
7004
6950
  d[_] = !0, p = function(C, z) {
7005
6951
  return o(C, _, z), z;
7006
- }, f = function(C) {
7007
- return c(C, _) ? C[_] : {};
7008
6952
  }, y = function(C) {
6953
+ return c(C, _) ? C[_] : {};
6954
+ }, f = function(C) {
7009
6955
  return c(C, _);
7010
6956
  };
7011
6957
  }
7012
6958
  n.exports = {
7013
6959
  set: p,
7014
- get: f,
7015
- has: y,
7016
- enforce: w,
7017
- getterFor: g
6960
+ get: y,
6961
+ has: f,
6962
+ enforce: g,
6963
+ getterFor: b
7018
6964
  };
7019
6965
  }
7020
6966
  ),
@@ -7050,8 +6996,8 @@ var zs = { exports: {} };
7050
6996
  /*! ../internals/fails */
7051
6997
  "./node_modules/core-js/internals/fails.js"
7052
6998
  ), a = /#|\.prototype\./, l = function(h, p) {
7053
- var f = c[o(h)];
7054
- return f == d ? !0 : f == u ? !1 : typeof p == "function" ? i(p) : !!p;
6999
+ var y = c[o(h)];
7000
+ return y == d ? !0 : y == u ? !1 : typeof p == "function" ? i(p) : !!p;
7055
7001
  }, o = l.normalize = function(h) {
7056
7002
  return String(h).replace(a, ".").toLowerCase();
7057
7003
  }, c = l.data = {}, u = l.NATIVE = "N", d = l.POLYFILL = "P";
@@ -7107,8 +7053,8 @@ var zs = { exports: {} };
7107
7053
  "./node_modules/core-js/internals/is-pure.js"
7108
7054
  ), u = o("iterator"), d = !1, h = function() {
7109
7055
  return this;
7110
- }, p, f, y;
7111
- [].keys && (y = [].keys(), "next" in y ? (f = i(i(y)), f !== Object.prototype && (p = f)) : d = !0), p == null && (p = {}), !c && !l(p, u) && a(p, u, h), n.exports = {
7056
+ }, p, y, f;
7057
+ [].keys && (f = [].keys(), "next" in f ? (y = i(i(f)), y !== Object.prototype && (p = y)) : d = !0), p == null && (p = {}), !c && !l(p, u) && a(p, u, h), n.exports = {
7112
7058
  IteratorPrototype: p,
7113
7059
  BUGGY_SAFARI_ITERATORS: d
7114
7060
  };
@@ -7189,16 +7135,15 @@ var zs = { exports: {} };
7189
7135
  ), d = r(
7190
7136
  /*! ../internals/shared-key */
7191
7137
  "./node_modules/core-js/internals/shared-key.js"
7192
- ), h = d("IE_PROTO"), p = "prototype", f = function() {
7193
- }, y = function() {
7194
- var w = u("iframe"), g = l.length, m = "<", v = "script", M = ">", E = "java" + v + ":", _;
7195
- for (w.style.display = "none", c.appendChild(w), w.src = String(E), _ = w.contentWindow.document, _.open(), _.write(m + v + M + "document.F=Object" + m + "/" + v + M), _.close(), y = _.F; g--; )
7196
- delete y[p][l[g]];
7197
- return y();
7138
+ ), h = d("IE_PROTO"), p = "prototype", y = function() {
7139
+ }, f = function() {
7140
+ var g = u("iframe"), b = l.length, m = "<", v = "script", M = ">", E = "java" + v + ":", _;
7141
+ for (g.style.display = "none", c.appendChild(g), g.src = String(E), _ = g.contentWindow.document, _.open(), _.write(m + v + M + "document.F=Object" + m + "/" + v + M), _.close(), f = _.F; b--; ) delete f[p][l[b]];
7142
+ return f();
7198
7143
  };
7199
- n.exports = Object.create || function(g, m) {
7144
+ n.exports = Object.create || function(b, m) {
7200
7145
  var v;
7201
- return g !== null ? (f[p] = i(g), v = new f(), f[p] = null, v[h] = g) : v = y(), m === void 0 ? v : a(v, m);
7146
+ return b !== null ? (y[p] = i(b), v = new y(), y[p] = null, v[h] = b) : v = f(), m === void 0 ? v : a(v, m);
7202
7147
  }, o[h] = !0;
7203
7148
  }
7204
7149
  ),
@@ -7225,8 +7170,7 @@ var zs = { exports: {} };
7225
7170
  );
7226
7171
  n.exports = i ? Object.defineProperties : function(u, d) {
7227
7172
  l(u);
7228
- for (var h = o(d), p = h.length, f = 0, y; p > f; )
7229
- a.f(u, y = h[f++], d[y]);
7173
+ for (var h = o(d), p = h.length, y = 0, f; p > y; ) a.f(u, f = h[y++], d[f]);
7230
7174
  return u;
7231
7175
  };
7232
7176
  }
@@ -7253,13 +7197,11 @@ var zs = { exports: {} };
7253
7197
  "./node_modules/core-js/internals/to-primitive.js"
7254
7198
  ), c = Object.defineProperty;
7255
7199
  s.f = i ? c : function(d, h, p) {
7256
- if (l(d), h = o(h, !0), l(p), a)
7257
- try {
7258
- return c(d, h, p);
7259
- } catch {
7260
- }
7261
- if ("get" in p || "set" in p)
7262
- throw TypeError("Accessors not supported");
7200
+ if (l(d), h = o(h, !0), l(p), a) try {
7201
+ return c(d, h, p);
7202
+ } catch {
7203
+ }
7204
+ if ("get" in p || "set" in p) throw TypeError("Accessors not supported");
7263
7205
  return "value" in p && (d[h] = p.value), d;
7264
7206
  };
7265
7207
  }
@@ -7294,14 +7236,12 @@ var zs = { exports: {} };
7294
7236
  /*! ../internals/ie8-dom-define */
7295
7237
  "./node_modules/core-js/internals/ie8-dom-define.js"
7296
7238
  ), h = Object.getOwnPropertyDescriptor;
7297
- s.f = i ? h : function(f, y) {
7298
- if (f = o(f), y = c(y, !0), d)
7299
- try {
7300
- return h(f, y);
7301
- } catch {
7302
- }
7303
- if (u(f, y))
7304
- return l(!a.f.call(f, y), f[y]);
7239
+ s.f = i ? h : function(y, f) {
7240
+ if (y = o(y), f = c(f, !0), d) try {
7241
+ return h(y, f);
7242
+ } catch {
7243
+ }
7244
+ if (u(y, f)) return l(!a.f.call(y, f), y[f]);
7305
7245
  };
7306
7246
  }
7307
7247
  ),
@@ -7384,12 +7324,10 @@ var zs = { exports: {} };
7384
7324
  "./node_modules/core-js/internals/hidden-keys.js"
7385
7325
  ), c = l(!1);
7386
7326
  n.exports = function(u, d) {
7387
- var h = a(u), p = 0, f = [], y;
7388
- for (y in h)
7389
- !i(o, y) && i(h, y) && f.push(y);
7390
- for (; d.length > p; )
7391
- i(h, y = d[p++]) && (~c(f, y) || f.push(y));
7392
- return f;
7327
+ var h = a(u), p = 0, y = [], f;
7328
+ for (f in h) !i(o, f) && i(h, f) && y.push(f);
7329
+ for (; d.length > p; ) i(h, f = d[p++]) && (~c(y, f) || y.push(f));
7330
+ return y;
7393
7331
  };
7394
7332
  }
7395
7333
  ),
@@ -7522,17 +7460,16 @@ var zs = { exports: {} };
7522
7460
  ), d = r(
7523
7461
  /*! ../internals/internal-state */
7524
7462
  "./node_modules/core-js/internals/internal-state.js"
7525
- ), h = d.get, p = d.enforce, f = String(u).split("toString");
7526
- a("inspectSource", function(y) {
7527
- return u.call(y);
7528
- }), (n.exports = function(y, w, g, m) {
7463
+ ), h = d.get, p = d.enforce, y = String(u).split("toString");
7464
+ a("inspectSource", function(f) {
7465
+ return u.call(f);
7466
+ }), (n.exports = function(f, g, b, m) {
7529
7467
  var v = m ? !!m.unsafe : !1, M = m ? !!m.enumerable : !1, E = m ? !!m.noTargetGet : !1;
7530
- if (typeof g == "function" && (typeof w == "string" && !o(g, "name") && l(g, "name", w), p(g).source = f.join(typeof w == "string" ? w : "")), y === i) {
7531
- M ? y[w] = g : c(w, g);
7468
+ if (typeof b == "function" && (typeof g == "string" && !o(b, "name") && l(b, "name", g), p(b).source = y.join(typeof g == "string" ? g : "")), f === i) {
7469
+ M ? f[g] = b : c(g, b);
7532
7470
  return;
7533
- } else
7534
- v ? !E && y[w] && (M = !0) : delete y[w];
7535
- M ? y[w] = g : l(y, w, g);
7471
+ } else v ? !E && f[g] && (M = !0) : delete f[g];
7472
+ M ? f[g] = b : l(f, g, b);
7536
7473
  })(Function.prototype, "toString", function() {
7537
7474
  return typeof this == "function" && h(this).source || u.call(this);
7538
7475
  });
@@ -7547,8 +7484,7 @@ var zs = { exports: {} };
7547
7484
  /***/
7548
7485
  function(n, s) {
7549
7486
  n.exports = function(r) {
7550
- if (r == null)
7551
- throw TypeError("Can't call method on " + r);
7487
+ if (r == null) throw TypeError("Can't call method on " + r);
7552
7488
  return r;
7553
7489
  };
7554
7490
  }
@@ -7664,8 +7600,8 @@ var zs = { exports: {} };
7664
7600
  "./node_modules/core-js/internals/require-object-coercible.js"
7665
7601
  );
7666
7602
  n.exports = function(l, o, c) {
7667
- var u = String(a(l)), d = i(o), h = u.length, p, f;
7668
- return d < 0 || d >= h ? c ? "" : void 0 : (p = u.charCodeAt(d), p < 55296 || p > 56319 || d + 1 === h || (f = u.charCodeAt(d + 1)) < 56320 || f > 57343 ? c ? u.charAt(d) : p : c ? u.slice(d, d + 2) : (p - 55296 << 10) + (f - 56320) + 65536);
7603
+ var u = String(a(l)), d = i(o), h = u.length, p, y;
7604
+ return d < 0 || d >= h ? c ? "" : void 0 : (p = u.charCodeAt(d), p < 55296 || p > 56319 || d + 1 === h || (y = u.charCodeAt(d + 1)) < 56320 || y > 57343 ? c ? u.charAt(d) : p : c ? u.slice(d, d + 2) : (p - 55296 << 10) + (y - 56320) + 65536);
7669
7605
  };
7670
7606
  }
7671
7607
  ),
@@ -7768,11 +7704,9 @@ var zs = { exports: {} };
7768
7704
  "./node_modules/core-js/internals/is-object.js"
7769
7705
  );
7770
7706
  n.exports = function(a, l) {
7771
- if (!i(a))
7772
- return a;
7707
+ if (!i(a)) return a;
7773
7708
  var o, c;
7774
- if (l && typeof (o = a.toString) == "function" && !i(c = o.call(a)) || typeof (o = a.valueOf) == "function" && !i(c = o.call(a)) || !l && typeof (o = a.toString) == "function" && !i(c = o.call(a)))
7775
- return c;
7709
+ if (l && typeof (o = a.toString) == "function" && !i(c = o.call(a)) || typeof (o = a.valueOf) == "function" && !i(c = o.call(a)) || !l && typeof (o = a.toString) == "function" && !i(c = o.call(a))) return c;
7776
7710
  throw TypeError("Can't convert object to primitive value");
7777
7711
  };
7778
7712
  }
@@ -7888,8 +7822,8 @@ var zs = { exports: {} };
7888
7822
  index: 0
7889
7823
  });
7890
7824
  }, function() {
7891
- var h = u(this), p = h.string, f = h.index, y;
7892
- return f >= p.length ? { value: void 0, done: !0 } : (y = i(p, f, !0), h.index += y.length, { value: y, done: !1 });
7825
+ var h = u(this), p = h.string, y = h.index, f;
7826
+ return y >= p.length ? { value: void 0, done: !0 } : (f = i(p, y, !0), h.index += f.length, { value: f, done: !1 });
7893
7827
  });
7894
7828
  }
7895
7829
  ),
@@ -7935,22 +7869,22 @@ var zs = { exports: {} };
7935
7869
  Object.defineProperty(s, "__esModule", {
7936
7870
  value: !0
7937
7871
  });
7938
- var i = Object.assign || function(y) {
7939
- for (var w = 1; w < arguments.length; w++) {
7940
- var g = arguments[w];
7941
- for (var m in g)
7942
- Object.prototype.hasOwnProperty.call(g, m) && (y[m] = g[m]);
7872
+ var i = Object.assign || function(f) {
7873
+ for (var g = 1; g < arguments.length; g++) {
7874
+ var b = arguments[g];
7875
+ for (var m in b)
7876
+ Object.prototype.hasOwnProperty.call(b, m) && (f[m] = b[m]);
7943
7877
  }
7944
- return y;
7878
+ return f;
7945
7879
  }, a = /* @__PURE__ */ function() {
7946
- function y(w, g) {
7947
- for (var m = 0; m < g.length; m++) {
7948
- var v = g[m];
7949
- v.enumerable = v.enumerable || !1, v.configurable = !0, "value" in v && (v.writable = !0), Object.defineProperty(w, v.key, v);
7880
+ function f(g, b) {
7881
+ for (var m = 0; m < b.length; m++) {
7882
+ var v = b[m];
7883
+ v.enumerable = v.enumerable || !1, v.configurable = !0, "value" in v && (v.writable = !0), Object.defineProperty(g, v.key, v);
7950
7884
  }
7951
7885
  }
7952
- return function(w, g, m) {
7953
- return g && y(w.prototype, g), m && y(w, m), w;
7886
+ return function(g, b, m) {
7887
+ return b && f(g.prototype, b), m && f(g, m), g;
7954
7888
  };
7955
7889
  }(), l = r(
7956
7890
  /*! classnames/dedupe */
@@ -7959,23 +7893,23 @@ var zs = { exports: {} };
7959
7893
  /*! ./default-attrs.json */
7960
7894
  "./src/default-attrs.json"
7961
7895
  ), u = d(c);
7962
- function d(y) {
7963
- return y && y.__esModule ? y : { default: y };
7896
+ function d(f) {
7897
+ return f && f.__esModule ? f : { default: f };
7964
7898
  }
7965
- function h(y, w) {
7966
- if (!(y instanceof w))
7899
+ function h(f, g) {
7900
+ if (!(f instanceof g))
7967
7901
  throw new TypeError("Cannot call a class as a function");
7968
7902
  }
7969
7903
  var p = function() {
7970
- function y(w, g) {
7904
+ function f(g, b) {
7971
7905
  var m = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
7972
- h(this, y), this.name = w, this.contents = g, this.tags = m, this.attrs = i({}, u.default, { class: "feather feather-" + w });
7906
+ h(this, f), this.name = g, this.contents = b, this.tags = m, this.attrs = i({}, u.default, { class: "feather feather-" + g });
7973
7907
  }
7974
- return a(y, [{
7908
+ return a(f, [{
7975
7909
  key: "toSvg",
7976
7910
  value: function() {
7977
- var g = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, m = i({}, this.attrs, g, { class: (0, o.default)(this.attrs.class, g.class) });
7978
- return "<svg " + f(m) + ">" + this.contents + "</svg>";
7911
+ var b = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, m = i({}, this.attrs, b, { class: (0, o.default)(this.attrs.class, b.class) });
7912
+ return "<svg " + y(m) + ">" + this.contents + "</svg>";
7979
7913
  }
7980
7914
  /**
7981
7915
  * Return string representation of an `Icon`.
@@ -7990,11 +7924,11 @@ var zs = { exports: {} };
7990
7924
  value: function() {
7991
7925
  return this.contents;
7992
7926
  }
7993
- }]), y;
7927
+ }]), f;
7994
7928
  }();
7995
- function f(y) {
7996
- return Object.keys(y).map(function(w) {
7997
- return w + '="' + y[w] + '"';
7929
+ function y(f) {
7930
+ return Object.keys(f).map(function(g) {
7931
+ return g + '="' + f[g] + '"';
7998
7932
  }).join(" ");
7999
7933
  }
8000
7934
  s.default = p;
@@ -8066,13 +8000,13 @@ var zs = { exports: {} };
8066
8000
  Object.defineProperty(s, "__esModule", {
8067
8001
  value: !0
8068
8002
  });
8069
- var i = Object.assign || function(f) {
8070
- for (var y = 1; y < arguments.length; y++) {
8071
- var w = arguments[y];
8072
- for (var g in w)
8073
- Object.prototype.hasOwnProperty.call(w, g) && (f[g] = w[g]);
8003
+ var i = Object.assign || function(y) {
8004
+ for (var f = 1; f < arguments.length; f++) {
8005
+ var g = arguments[f];
8006
+ for (var b in g)
8007
+ Object.prototype.hasOwnProperty.call(g, b) && (y[b] = g[b]);
8074
8008
  }
8075
- return f;
8009
+ return y;
8076
8010
  }, a = r(
8077
8011
  /*! classnames/dedupe */
8078
8012
  "./node_modules/classnames/dedupe.js"
@@ -8080,27 +8014,30 @@ var zs = { exports: {} };
8080
8014
  /*! ./icons */
8081
8015
  "./src/icons.js"
8082
8016
  ), c = u(o);
8083
- function u(f) {
8084
- return f && f.__esModule ? f : { default: f };
8017
+ function u(y) {
8018
+ return y && y.__esModule ? y : { default: y };
8085
8019
  }
8086
8020
  function d() {
8087
- var f = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
8021
+ var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
8088
8022
  if (typeof document > "u")
8089
8023
  throw new Error("`feather.replace()` only works in a browser environment.");
8090
- var y = document.querySelectorAll("[data-feather]");
8091
- Array.from(y).forEach(function(w) {
8092
- return h(w, f);
8024
+ var f = document.querySelectorAll("[data-feather]");
8025
+ Array.from(f).forEach(function(g) {
8026
+ return h(g, y);
8093
8027
  });
8094
8028
  }
8095
- function h(f) {
8096
- var y = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, w = p(f), g = w["data-feather"];
8097
- delete w["data-feather"];
8098
- var m = c.default[g].toSvg(i({}, y, w, { class: (0, l.default)(y.class, w.class) })), v = new DOMParser().parseFromString(m, "image/svg+xml"), M = v.querySelector("svg");
8099
- f.parentNode.replaceChild(M, f);
8029
+ function h(y) {
8030
+ var f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, g = p(y), b = g["data-feather"];
8031
+ if (delete g["data-feather"], c.default[b] === void 0) {
8032
+ console.warn("feather: '" + b + "' is not a valid icon");
8033
+ return;
8034
+ }
8035
+ var m = c.default[b].toSvg(i({}, f, g, { class: (0, l.default)(f.class, g.class) })), v = new DOMParser().parseFromString(m, "image/svg+xml"), M = v.querySelector("svg");
8036
+ y.parentNode.replaceChild(M, y);
8100
8037
  }
8101
- function p(f) {
8102
- return Array.from(f.attributes).reduce(function(y, w) {
8103
- return y[w.name] = w.value, y;
8038
+ function p(y) {
8039
+ return Array.from(y.attributes).reduce(function(f, g) {
8040
+ return f[g.name] = g.value, f;
8104
8041
  }, {});
8105
8042
  }
8106
8043
  s.default = d;
@@ -8169,9 +8106,9 @@ var zs = { exports: {} };
8169
8106
  });
8170
8107
  })(zs);
8171
8108
  var ut = zs.exports;
8172
- const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8109
+ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8173
8110
  __proto__: null,
8174
- default: vl
8111
+ default: gl
8175
8112
  }, [ut]), bt = ui({
8176
8113
  name: "CpIcon",
8177
8114
  props: {
@@ -8187,7 +8124,7 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8187
8124
  type: String,
8188
8125
  default: "feather",
8189
8126
  validator(t) {
8190
- if (!xl)
8127
+ if (!vl)
8191
8128
  throw new Error("The Feather icons is required.");
8192
8129
  if (!ut.icons[t])
8193
8130
  throw new Error(`"${t}" is not an available icon type.`);
@@ -8228,13 +8165,13 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8228
8165
  ]
8229
8166
  );
8230
8167
  }
8231
- }), bl = {
8168
+ }), xl = {
8232
8169
  name: "CoreDatepicker",
8233
8170
  components: {
8234
8171
  CpIcon: bt
8235
8172
  },
8236
8173
  directives: {
8237
- resizeSelect: yl
8174
+ resizeSelect: pl
8238
8175
  },
8239
8176
  props: {
8240
8177
  triggerElementId: {
@@ -8251,7 +8188,7 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8251
8188
  },
8252
8189
  minDate: {
8253
8190
  type: [String, Date],
8254
- default: () => b.local().toISODate()
8191
+ default: () => w.local().toISODate()
8255
8192
  },
8256
8193
  maxDate: {
8257
8194
  type: [String, Date],
@@ -8452,8 +8389,8 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8452
8389
  isDateTwoBeforeDateOne() {
8453
8390
  if (!this.dateTwo)
8454
8391
  return !1;
8455
- const t = b.fromISO(this.dateOne);
8456
- return b.fromISO(this.dateTwo) < t;
8392
+ const t = w.fromISO(this.dateOne);
8393
+ return w.fromISO(this.dateTwo) < t;
8457
8394
  },
8458
8395
  visibleMonths() {
8459
8396
  const t = this.months.filter((n, s) => s > 0), e = [];
@@ -8566,7 +8503,7 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8566
8503
  return t.keyCode === e && (!t.shiftKey || t.keyCode === 191) && this.showDatepicker;
8567
8504
  },
8568
8505
  isMonthDisabled(t, e) {
8569
- const n = b.fromObject({ year: t, month: e + 1 }).toJSDate(), s = b.fromISO(this.minDate).startOf("month");
8506
+ const n = w.fromObject({ year: t, month: e + 1 }).toJSDate(), s = w.fromISO(this.minDate).startOf("month");
8570
8507
  return this.hasMinDate && n < s ? !0 : this.isAfterEndDate(n);
8571
8508
  },
8572
8509
  generateMonths() {
@@ -8576,10 +8513,9 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8576
8513
  this.months.push(this.getMonth(t)), t = this.addMonths(t);
8577
8514
  },
8578
8515
  generateYears() {
8579
- if (!this.showMonthYearSelect)
8580
- return;
8516
+ if (!this.showMonthYearSelect) return;
8581
8517
  this.years = [];
8582
- const t = b.fromISO(this.startingDate).year, e = this.minDate ? b.fromISO(this.minDate).year : t - this.yearsForSelect, n = this.maxDate ? b.fromISO(this.maxDate).year : t + this.yearsForSelect;
8518
+ const t = w.fromISO(this.startingDate).year, e = this.minDate ? w.fromISO(this.minDate).year : t - this.yearsForSelect, n = this.maxDate ? w.fromISO(this.maxDate).year : t + this.yearsForSelect;
8583
8519
  for (let s = e; s <= n; s++)
8584
8520
  this.years.push(s.toString());
8585
8521
  },
@@ -8595,8 +8531,8 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8595
8531
  },
8596
8532
  setStartDates() {
8597
8533
  this.mode === "range" && (this.dateOne && this.selectDate(this.dateOne), this.dateTwo && this.selectDate(this.dateTwo));
8598
- let t = this.dateOne ? b.fromISO(this.dateOne) : b.local();
8599
- const e = b.fromISO(this.minDate);
8534
+ let t = this.dateOne ? w.fromISO(this.dateOne) : w.local();
8535
+ const e = w.fromISO(this.minDate);
8600
8536
  this.hasMinDate && t < e && (t = e), this.startingDate = this.subtractMonths(t.toJSDate()), this.selectedDate1 = this.dateOne, this.selectedDate2 = this.dateTwo, this.focusedDate = t.toJSDate();
8601
8537
  },
8602
8538
  setSundayToFirstDayInWeek() {
@@ -8606,7 +8542,7 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8606
8542
  this.daysShort.unshift(e);
8607
8543
  },
8608
8544
  getMonth(t) {
8609
- const e = b.fromISO(t), n = e.toFormat("yyyy-MM-01"), s = e.toFormat("yyyy"), r = parseInt(e.toFormat("M")), i = this.monthNames[r - 1];
8545
+ const e = w.fromISO(t), n = e.toFormat("yyyy-MM-01"), s = e.toFormat("yyyy"), r = parseInt(e.toFormat("M")), i = this.monthNames[r - 1];
8610
8546
  return {
8611
8547
  year: s,
8612
8548
  firstDateOfMonth: n,
@@ -8616,7 +8552,7 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8616
8552
  };
8617
8553
  },
8618
8554
  getWeeks(t) {
8619
- const e = b.fromISO(t), n = { dayNumber: 0 }, s = e.daysInMonth, r = e.toFormat("yyyy"), i = e.toFormat("MM");
8555
+ const e = w.fromISO(t), n = { dayNumber: 0 }, s = e.daysInMonth, r = e.toFormat("yyyy"), i = e.toFormat("MM");
8620
8556
  let a = parseInt(e.toFormat(this.sundayFirst ? "d" : "E"));
8621
8557
  this.sundayFirst && a++;
8622
8558
  const l = [];
@@ -8646,8 +8582,8 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8646
8582
  this.selectedDate1 = t, this.closeAfterSelect && this.closeDatepicker();
8647
8583
  return;
8648
8584
  }
8649
- const e = b.fromISO(t), n = typeof this.selectedDate1 == "object" ? b.fromJSDate(this.selectedDate1) : b.fromISO(this.selectedDate1);
8650
- this.isSelectingDate1 || e <= n ? (this.selectedDate1 = t, this.isSelectingDate1 = !1, (typeof this.selectedDate2 == "object" ? b.fromJSDate(this.selectedDate2) : b.fromISO(this.selectedDate2)) < e && (this.selectedDate2 = "")) : (this.selectedDate2 = t, this.isSelectingDate1 = !0, n > e ? this.selectedDate1 = "" : this.showActionButtons && this.$refs["apply-button"].focus(), this.allDatesSelected && this.closeAfterSelect && this.closeDatepicker());
8585
+ const e = w.fromISO(t), n = typeof this.selectedDate1 == "object" ? w.fromJSDate(this.selectedDate1) : w.fromISO(this.selectedDate1);
8586
+ this.isSelectingDate1 || e <= n ? (this.selectedDate1 = t, this.isSelectingDate1 = !1, (typeof this.selectedDate2 == "object" ? w.fromJSDate(this.selectedDate2) : w.fromISO(this.selectedDate2)) < e && (this.selectedDate2 = "")) : (this.selectedDate2 = t, this.isSelectingDate1 = !0, n > e ? this.selectedDate1 = "" : this.showActionButtons && this.$refs["apply-button"].focus(), this.allDatesSelected && this.closeAfterSelect && this.closeDatepicker());
8651
8587
  },
8652
8588
  setHoverDate(t) {
8653
8589
  this.hoverDate = t;
@@ -8661,12 +8597,12 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8661
8597
  },
8662
8598
  resetFocusedDate(t) {
8663
8599
  if (this.focusedDate && !this.isDateVisible(this.focusedDate)) {
8664
- const e = t ? 0 : this.visibleMonths.length - 1, n = b.fromISO(this.visibleMonths[e]), s = n.month, r = n.year;
8665
- this.focusedDate = b.fromISO(this.focusedDate).set({ month: s, year: r }).toISODate();
8600
+ const e = t ? 0 : this.visibleMonths.length - 1, n = w.fromISO(this.visibleMonths[e]), s = n.month, r = n.year;
8601
+ this.focusedDate = w.fromISO(this.focusedDate).set({ month: s, year: r }).toISODate();
8666
8602
  }
8667
8603
  },
8668
8604
  isToday(t) {
8669
- return b.local().toISODate() === t;
8605
+ return w.local().toISODate() === t;
8670
8606
  },
8671
8607
  isSelected(t) {
8672
8608
  if (t)
@@ -8675,55 +8611,53 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8675
8611
  isInRange(t) {
8676
8612
  if (!this.allDatesSelected || this.isSingleMode)
8677
8613
  return !1;
8678
- const e = b.fromISO(t), n = typeof this.selectedDate1 == "object" ? b.fromJSDate(this.selectedDate1) : b.fromISO(this.selectedDate1), s = typeof this.selectedDate2 == "object" ? b.fromJSDate(this.selectedDate2) : b.fromISO(this.selectedDate2), r = b.fromISO(this.hoverDate);
8614
+ const e = w.fromISO(t), n = typeof this.selectedDate1 == "object" ? w.fromJSDate(this.selectedDate1) : w.fromISO(this.selectedDate1), s = typeof this.selectedDate2 == "object" ? w.fromJSDate(this.selectedDate2) : w.fromISO(this.selectedDate2), r = w.fromISO(this.hoverDate);
8679
8615
  return e > n && e < s || e > n && e < r && !this.allDatesSelected;
8680
8616
  },
8681
8617
  isEndWeek(t) {
8682
8618
  if (t)
8683
- return b.fromISO(t).weekday === 7;
8619
+ return w.fromISO(t).weekday === 7;
8684
8620
  },
8685
8621
  isStartWeek(t) {
8686
8622
  if (t)
8687
- return b.fromISO(t).weekday === 1;
8623
+ return w.fromISO(t).weekday === 1;
8688
8624
  },
8689
8625
  isEndMonth(t) {
8690
- if (!t)
8691
- return;
8692
- const e = b.fromISO(t);
8626
+ if (!t) return;
8627
+ const e = w.fromISO(t);
8693
8628
  return e.day === e.daysInMonth;
8694
8629
  },
8695
8630
  isStartMonth(t) {
8696
8631
  if (t)
8697
- return b.fromISO(t).day === 1;
8632
+ return w.fromISO(t).day === 1;
8698
8633
  },
8699
8634
  isAfter(t, e) {
8700
- if (!t || !e)
8701
- return !1;
8702
- const n = b.fromISO(t), s = b.fromISO(e);
8635
+ if (!t || !e) return !1;
8636
+ const n = w.fromISO(t), s = w.fromISO(e);
8703
8637
  return n > s;
8704
8638
  },
8705
8639
  isHoveredInRange(t) {
8706
8640
  if (this.isSingleMode || this.allDatesSelected)
8707
8641
  return !1;
8708
- const e = b.fromISO(t), n = typeof this.selectedDate1 == "object" ? b.fromJSDate(this.selectedDate1) : b.fromISO(this.selectedDate1), s = b.fromISO(this.hoverDate);
8642
+ const e = w.fromISO(t), n = typeof this.selectedDate1 == "object" ? w.fromJSDate(this.selectedDate1) : w.fromISO(this.selectedDate1), s = w.fromISO(this.hoverDate);
8709
8643
  return e > n && e < s || e > s && t < n;
8710
8644
  },
8711
8645
  isBeforeMinDate(t) {
8712
8646
  if (!this.minDate)
8713
8647
  return !1;
8714
- const e = b.fromISO(t), n = b.fromISO(this.minDate);
8648
+ const e = w.fromISO(t), n = w.fromISO(this.minDate);
8715
8649
  return e < n;
8716
8650
  },
8717
8651
  isAfterEndDate(t) {
8718
8652
  if (!this.maxDate)
8719
8653
  return !1;
8720
- const e = b.fromISO(t), n = b.fromISO(this.maxDate);
8654
+ const e = w.fromISO(t), n = w.fromISO(this.maxDate);
8721
8655
  return e > n;
8722
8656
  },
8723
8657
  isDateVisible(t) {
8724
8658
  if (!t)
8725
8659
  return !1;
8726
- const e = b.fromISO(t), n = b.fromISO(this.visibleMonths[0]).minus({ day: 1 }), s = b.fromISO(this.visibleMonths[this.monthsToShow - 1]).plus({ month: 1 }).set({ day: 0 }).plus({ day: 1 });
8660
+ const e = w.fromISO(t), n = w.fromISO(this.visibleMonths[0]).minus({ day: 1 }), s = w.fromISO(this.visibleMonths[this.monthsToShow - 1]).plus({ month: 1 }).set({ day: 0 }).plus({ day: 1 });
8727
8661
  return e > n && e < s;
8728
8662
  },
8729
8663
  isDateDisabled(t) {
@@ -8746,20 +8680,20 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8746
8680
  this.months[this.months.length - 1] && (this.startingDate = this.addMonths(this.months[this.months.length - 1].firstDateOfMonth), this.months.push(this.getMonth(this.startingDate)), this.months.splice(0, 1), this.$emit("next-month", this.visibleMonths), this.resetFocusedDate(!0));
8747
8681
  },
8748
8682
  subtractMonths(t) {
8749
- return (typeof t == "object" ? b.fromJSDate(t) : b.fromISO(t)).minus({ month: 1 }).toISODate();
8683
+ return (typeof t == "object" ? w.fromJSDate(t) : w.fromISO(t)).minus({ month: 1 }).toISODate();
8750
8684
  },
8751
8685
  addMonths(t) {
8752
- return (typeof t == "object" ? b.fromJSDate(t) : b.fromISO(t)).plus({ month: 1 }).toISODate();
8686
+ return (typeof t == "object" ? w.fromJSDate(t) : w.fromISO(t)).plus({ month: 1 }).toISODate();
8753
8687
  },
8754
8688
  toggleDatepicker() {
8755
8689
  this.showDatepicker ? this.closeDatepicker() : this.openDatepicker();
8756
8690
  },
8757
8691
  updateMonth(t, e, n) {
8758
- const s = n.target.value, r = this.monthNames.indexOf(s), i = b.fromISO(this.startingDate);
8692
+ const s = n.target.value, r = this.monthNames.indexOf(s), i = w.fromISO(this.startingDate);
8759
8693
  this.startingDate = i.set({ month: r, year: e }).toISODate(), this.generateMonths();
8760
8694
  },
8761
8695
  updateYear(t, e, n) {
8762
- const s = n.target.value, r = b.fromISO(this.startingDate);
8696
+ const s = n.target.value, r = w.fromISO(this.startingDate);
8763
8697
  this.startingDate = r.set({ month: e, year: s }).toISODate(), this.generateMonths();
8764
8698
  },
8765
8699
  openDatepicker() {
@@ -8789,17 +8723,17 @@ const vl = /* @__PURE__ */ gl(ut), xl = /* @__PURE__ */ fi({
8789
8723
  });
8790
8724
  }
8791
8725
  }
8792
- }, wl = ["id"], Sl = {
8726
+ }, bl = ["id"], wl = {
8793
8727
  key: 0,
8794
8728
  class: "asd__mobile-header asd__mobile-only"
8795
- }, Dl = {
8729
+ }, Sl = {
8796
8730
  key: 1,
8797
8731
  class: "asd__mobile-close-icon"
8798
- }, kl = { class: "asd__datepicker-header" }, Ml = { class: "asd__month-name" }, Ol = ["onUpdate:modelValue", "tabindex", "onChange"], _l = ["value", "disabled"], Il = { key: 1 }, jl = ["onUpdate:modelValue", "tabindex", "onChange"], Tl = ["value"], El = ["value"], Cl = { key: 3 }, Al = {
8732
+ }, Dl = { class: "asd__datepicker-header" }, kl = { class: "asd__month-name" }, Ml = ["onUpdate:modelValue", "tabindex", "onChange"], Ol = ["value", "disabled"], _l = { key: 1 }, Il = ["onUpdate:modelValue", "tabindex", "onChange"], jl = ["value"], Tl = ["value"], El = { key: 3 }, Cl = {
8799
8733
  class: "asd__month-table",
8800
8734
  role: "presentation"
8801
- }, Vl = ["data-date", "onMouseover"], Nl = ["date", "disabled", "onClick"], Fl = { class: "asd__day-number" };
8802
- function Rl(t, e, n, s, r, i) {
8735
+ }, Al = ["data-date", "onMouseover"], Vl = ["date", "disabled", "onClick"], Nl = { class: "asd__day-number" };
8736
+ function Fl(t, e, n, s, r, i) {
8803
8737
  const a = F("cp-icon"), l = ft("resize-select"), o = ft("click-outside");
8804
8738
  return x(), U(ze, { name: i.transitionName }, {
8805
8739
  default: P(() => [
@@ -8809,17 +8743,17 @@ function Rl(t, e, n, s, r, i) {
8809
8743
  style: Ae(i.showFullscreen ? void 0 : i.wrapperStyles),
8810
8744
  onKeydown: e[3] || (e[3] = jt((...c) => i.closeDatepicker && i.closeDatepicker(...c), ["esc"]))
8811
8745
  }, [
8812
- i.showFullscreen ? (x(), S("div", Sl, [
8746
+ i.showFullscreen ? (x(), S("div", wl, [
8813
8747
  D("button", {
8814
8748
  class: "asd__mobile-close",
8815
8749
  type: "button",
8816
8750
  onClick: e[0] || (e[0] = (...c) => i.closeDatepicker && i.closeDatepicker(...c))
8817
8751
  }, [
8818
- t.$slots["close-icon"] ? $(t.$slots, "close-icon", { key: 0 }) : (x(), S("div", Dl, "X"))
8752
+ t.$slots["close-icon"] ? $(t.$slots, "close-icon", { key: 0 }) : (x(), S("div", Sl, "X"))
8819
8753
  ]),
8820
8754
  D("h3", null, T(n.mobileHeader || i.mobileHeaderFallback), 1)
8821
8755
  ])) : I("", !0),
8822
- D("div", kl, [
8756
+ D("div", Dl, [
8823
8757
  D("button", {
8824
8758
  type: "button",
8825
8759
  class: "asd__change-month-button asd__change-month-button--previous",
@@ -8861,7 +8795,7 @@ function Rl(t, e, n, s, r, i) {
8861
8795
  class: W(["asd__month", { "asd__month--hidden": u === 0 || u > r.showMonths }]),
8862
8796
  style: Ae(i.monthWidthStyles)
8863
8797
  }, [
8864
- D("div", Ml, [
8798
+ D("div", kl, [
8865
8799
  n.showMonthYearSelect ? ae((x(), S("select", {
8866
8800
  key: 0,
8867
8801
  "onUpdate:modelValue": (d) => c.monthName = d,
@@ -8873,11 +8807,11 @@ function Rl(t, e, n, s, r, i) {
8873
8807
  key: `month-${u}-${d}`,
8874
8808
  value: d,
8875
8809
  disabled: i.isMonthDisabled(c.year, h)
8876
- }, T(d), 9, _l))), 128))
8877
- ], 40, Ol)), [
8810
+ }, T(d), 9, Ol))), 128))
8811
+ ], 40, Ml)), [
8878
8812
  [sn, c.monthName],
8879
8813
  [l]
8880
- ]) : (x(), S("span", Il, T(c.monthName), 1)),
8814
+ ]) : (x(), S("span", _l, T(c.monthName), 1)),
8881
8815
  n.showMonthYearSelect ? ae((x(), S("select", {
8882
8816
  key: 2,
8883
8817
  "onUpdate:modelValue": (d) => c.year = d,
@@ -8889,41 +8823,41 @@ function Rl(t, e, n, s, r, i) {
8889
8823
  key: `month-${u}-${t.year}`,
8890
8824
  value: c.year,
8891
8825
  disabled: !0
8892
- }, T(c.year), 9, Tl)) : I("", !0),
8826
+ }, T(c.year), 9, jl)) : I("", !0),
8893
8827
  (x(!0), S(J, null, te(r.years, (d) => (x(), S("option", {
8894
8828
  key: `month-${u}-${d}`,
8895
8829
  value: d
8896
- }, T(d), 9, El))), 128))
8897
- ], 40, jl)), [
8830
+ }, T(d), 9, Tl))), 128))
8831
+ ], 40, Il)), [
8898
8832
  [sn, c.year]
8899
- ]) : (x(), S("span", Cl, T(c.year), 1))
8833
+ ]) : (x(), S("span", El, T(c.year), 1))
8900
8834
  ]),
8901
- D("table", Al, [
8835
+ D("table", Cl, [
8902
8836
  D("tbody", null, [
8903
8837
  (x(!0), S(J, null, te(c.weeks, (d, h) => (x(), S("tr", {
8904
8838
  key: h,
8905
8839
  class: "asd__week"
8906
8840
  }, [
8907
- (x(!0), S(J, null, te(d, ({ dayDate: p, dayNumber: f }, y) => (x(), S("td", {
8908
- key: y + "_" + f,
8841
+ (x(!0), S(J, null, te(d, ({ dayDate: p, dayNumber: y }, f) => (x(), S("td", {
8842
+ key: f + "_" + y,
8909
8843
  ref_for: !0,
8910
8844
  ref: `date-${p}`,
8911
- class: W(["asd__day", i.getDayClasses(f, p)]),
8845
+ class: W(["asd__day", i.getDayClasses(y, p)]),
8912
8846
  "data-date": p,
8913
- onMouseover: (w) => i.setHoverDate(p)
8847
+ onMouseover: (g) => i.setHoverDate(p)
8914
8848
  }, [
8915
- f ? (x(), S("button", {
8849
+ y ? (x(), S("button", {
8916
8850
  key: 0,
8917
8851
  class: "asd__day-button",
8918
8852
  type: "button",
8919
8853
  tabindex: "-1",
8920
8854
  date: p,
8921
8855
  disabled: i.isDisabled(p),
8922
- onClick: (w) => i.selectDate(p)
8856
+ onClick: (g) => i.selectDate(p)
8923
8857
  }, [
8924
- D("span", Fl, T(f), 1)
8925
- ], 8, Nl)) : I("", !0)
8926
- ], 42, Vl))), 128))
8858
+ D("span", Nl, T(y), 1)
8859
+ ], 8, Vl)) : I("", !0)
8860
+ ], 42, Al))), 128))
8927
8861
  ]))), 128))
8928
8862
  ])
8929
8863
  ])
@@ -8933,7 +8867,7 @@ function Rl(t, e, n, s, r, i) {
8933
8867
  })
8934
8868
  ], 4),
8935
8869
  $(t.$slots, "default")
8936
- ], 46, wl)), [
8870
+ ], 46, bl)), [
8937
8871
  [pt, r.showDatepicker],
8938
8872
  [o, i.handleClickOutside]
8939
8873
  ])
@@ -8941,7 +8875,7 @@ function Rl(t, e, n, s, r, i) {
8941
8875
  _: 3
8942
8876
  }, 8, ["name"]);
8943
8877
  }
8944
- const _n = /* @__PURE__ */ Y(bl, [["render", Rl]]), Ll = {
8878
+ const _n = /* @__PURE__ */ Y(xl, [["render", Fl]]), Rl = {
8945
8879
  inheritAttrs: !1,
8946
8880
  props: {
8947
8881
  isInvalid: {
@@ -8951,14 +8885,14 @@ const _n = /* @__PURE__ */ Y(bl, [["render", Rl]]), Ll = {
8951
8885
  }
8952
8886
  }
8953
8887
  };
8954
- function Pl(t, e, n, s, r, i) {
8888
+ function Ll(t, e, n, s, r, i) {
8955
8889
  return x(), S("label", vn({
8956
8890
  class: [{ "baseInputLabel--isInvalid": n.isInvalid }, "baseInputLabel"]
8957
8891
  }, t.$attrs), [
8958
8892
  $(t.$slots, "default")
8959
8893
  ], 16);
8960
8894
  }
8961
- const In = /* @__PURE__ */ Y(Ll, [["render", Pl]]), zl = {
8895
+ const In = /* @__PURE__ */ Y(Rl, [["render", Ll]]), Pl = {
8962
8896
  methods: {
8963
8897
  afterEnter(t) {
8964
8898
  t.style.height = "auto";
@@ -8979,7 +8913,7 @@ const In = /* @__PURE__ */ Y(Ll, [["render", Pl]]), zl = {
8979
8913
  }
8980
8914
  }
8981
8915
  };
8982
- function Wl(t, e, n, s, r, i) {
8916
+ function zl(t, e, n, s, r, i) {
8983
8917
  return x(), U(ze, {
8984
8918
  name: "expand",
8985
8919
  onEnter: i.enter,
@@ -8992,7 +8926,7 @@ function Wl(t, e, n, s, r, i) {
8992
8926
  _: 3
8993
8927
  }, 8, ["onEnter", "onAfterEnter", "onLeave"]);
8994
8928
  }
8995
- const zt = /* @__PURE__ */ Y(zl, [["render", Wl], ["__scopeId", "data-v-2b03f3be"]]), Bl = {
8929
+ const zt = /* @__PURE__ */ Y(Pl, [["render", zl], ["__scopeId", "data-v-126b4013"]]), Wl = {
8996
8930
  name: "CpInput",
8997
8931
  components: {
8998
8932
  CpIcon: bt,
@@ -9085,8 +9019,7 @@ const zt = /* @__PURE__ */ Y(zl, [["render", Wl], ["__scopeId", "data-v-2b03f3be
9085
9019
  };
9086
9020
  },
9087
9021
  inputLabelTitle() {
9088
- if (this.label === "")
9089
- return "";
9022
+ if (this.label === "") return "";
9090
9023
  const t = this.isRequired ? "*" : "";
9091
9024
  return `${this.label} ${t}`;
9092
9025
  },
@@ -9129,8 +9062,7 @@ const zt = /* @__PURE__ */ Y(zl, [["render", Wl], ["__scopeId", "data-v-2b03f3be
9129
9062
  this.DOMElement && this.DOMElement.focus();
9130
9063
  },
9131
9064
  checkInputValidity() {
9132
- if (!this.DOMElement)
9133
- return !1;
9065
+ if (!this.DOMElement) return !1;
9134
9066
  this.isDOMElementValid = this.DOMElement.validity && this.DOMElement.validity.valid || this.DOMElement.validity && this.DOMElement.validity.valueMissing;
9135
9067
  },
9136
9068
  checkAttribute(t) {
@@ -9140,14 +9072,14 @@ const zt = /* @__PURE__ */ Y(zl, [["render", Wl], ["__scopeId", "data-v-2b03f3be
9140
9072
  this.$emit("update:modelValue", "");
9141
9073
  }
9142
9074
  }
9143
- }, Hl = ["aria-disabled"], $l = {
9075
+ }, Bl = ["aria-disabled"], Hl = {
9144
9076
  key: 0,
9145
9077
  class: "cpInput__icon cpInput__icon--isBefore"
9146
- }, Ul = ["id", "data-maska", "value"], Zl = {
9078
+ }, $l = ["id", "data-maska", "value"], Ul = {
9147
9079
  key: 2,
9148
9080
  class: "cpInput__icon cpInput__icon--isAfter"
9149
9081
  };
9150
- function Yl(t, e, n, s, r, i) {
9082
+ function Zl(t, e, n, s, r, i) {
9151
9083
  const a = F("base-input-label"), l = F("cp-icon"), o = F("transition-expand"), c = ft("maska");
9152
9084
  return x(), S("div", {
9153
9085
  class: W(["cpInput", i.dynamicClasses]),
@@ -9168,7 +9100,7 @@ function Yl(t, e, n, s, r, i) {
9168
9100
  ref: "cpInputContainer",
9169
9101
  class: W([{ "cpInput__container--hasBeforeIcon": i.hasBeforeIcon }, "cpInput__container"])
9170
9102
  }, [
9171
- i.hasBeforeIcon ? (x(), S("div", $l, [
9103
+ i.hasBeforeIcon ? (x(), S("div", Hl, [
9172
9104
  n.isSearch ? (x(), U(l, {
9173
9105
  key: 0,
9174
9106
  type: "search"
@@ -9198,10 +9130,10 @@ function Yl(t, e, n, s, r, i) {
9198
9130
  }, s.restAttributes, {
9199
9131
  class: "cpInput__inner",
9200
9132
  onInput: e[0] || (e[0] = (...u) => i.handleChange && i.handleChange(...u))
9201
- }), null, 16, Ul), [
9133
+ }), null, 16, $l), [
9202
9134
  [c]
9203
9135
  ]),
9204
- i.hasAfterIcon ? (x(), S("div", Zl, [
9136
+ i.hasAfterIcon ? (x(), S("div", Ul, [
9205
9137
  i.hasAfterIconSlot ? $(t.$slots, "input-icon-after", { key: 0 }) : I("", !0),
9206
9138
  A(ze, { name: "fade" }, {
9207
9139
  default: P(() => [
@@ -9237,9 +9169,9 @@ function Yl(t, e, n, s, r, i) {
9237
9169
  ]),
9238
9170
  _: 1
9239
9171
  })
9240
- ], 10, Hl);
9172
+ ], 10, Bl);
9241
9173
  }
9242
- const jn = /* @__PURE__ */ Y(Bl, [["render", Yl]]), ql = {
9174
+ const jn = /* @__PURE__ */ Y(Wl, [["render", Zl]]), Yl = {
9243
9175
  name: "CpDatepicker",
9244
9176
  components: {
9245
9177
  CoreDatepicker: _n,
@@ -9291,7 +9223,7 @@ const jn = /* @__PURE__ */ Y(Bl, [["render", Yl]]), ql = {
9291
9223
  },
9292
9224
  minDate: {
9293
9225
  type: [String, Date],
9294
- default: () => b.local().toISODate()
9226
+ default: () => w.local().toISODate()
9295
9227
  },
9296
9228
  maxDate: {
9297
9229
  type: [String, Date],
@@ -9360,10 +9292,10 @@ const jn = /* @__PURE__ */ Y(Bl, [["render", Yl]]), ql = {
9360
9292
  e !== n && (this[t] = e);
9361
9293
  }
9362
9294
  }
9363
- }, Gl = { class: "cpDatepicker" };
9364
- function Jl(t, e, n, s, r, i) {
9295
+ }, ql = { class: "cpDatepicker" };
9296
+ function Gl(t, e, n, s, r, i) {
9365
9297
  const a = F("cp-input"), l = F("core-datepicker");
9366
- return x(), S("div", Gl, [
9298
+ return x(), S("div", ql, [
9367
9299
  ae(A(a, {
9368
9300
  id: r.datePickerReferenceId,
9369
9301
  "model-value": i.inputComputedValue,
@@ -9396,7 +9328,7 @@ function Jl(t, e, n, s, r, i) {
9396
9328
  }, null, 8, ["date-one", "date-two", "trigger-element-id", "close-after-select", "mode", "inline", "months-to-show", "min-date", "max-date", "locale", "class"])
9397
9329
  ]);
9398
9330
  }
9399
- const Kl = /* @__PURE__ */ Y(ql, [["render", Jl]]), Ql = {
9331
+ const Jl = /* @__PURE__ */ Y(Yl, [["render", Gl]]), Kl = {
9400
9332
  name: "CpCalendar",
9401
9333
  components: {
9402
9334
  CoreDatepicker: _n,
@@ -9454,7 +9386,7 @@ const Kl = /* @__PURE__ */ Y(ql, [["render", Jl]]), Ql = {
9454
9386
  return this.days.filter((t) => t.selected === !0).map((t) => t.value + 1);
9455
9387
  },
9456
9388
  summary() {
9457
- const t = b.fromISO(this.dateOne).toFormat(this.humanFormat), e = b.fromISO(this.dateTwo).toFormat(this.humanFormat);
9389
+ const t = w.fromISO(this.dateOne).toFormat(this.humanFormat), e = w.fromISO(this.dateTwo).toFormat(this.humanFormat);
9458
9390
  return {
9459
9391
  start: t,
9460
9392
  end: e
@@ -9486,8 +9418,8 @@ const Kl = /* @__PURE__ */ Y(ql, [["render", Jl]]), Ql = {
9486
9418
  this.days[t].selected = !this.days[t].selected, this.recurenceDates = this.generateDates(this.dateOne, this.dateTwo, this.selectedDays), this.emitToParent();
9487
9419
  },
9488
9420
  addRecurency() {
9489
- const t = b.local();
9490
- this.mode = "range", this.dateOne || (this.dateOne = t.plus({ days: 1 }).toISODate()), this.dateTwo || (this.dateTwo = b.fromISO(this.dateOne).plus({ days: 7 }).toISODate());
9421
+ const t = w.local();
9422
+ this.mode = "range", this.dateOne || (this.dateOne = t.plus({ days: 1 }).toISODate()), this.dateTwo || (this.dateTwo = w.fromISO(this.dateOne).plus({ days: 7 }).toISODate());
9491
9423
  },
9492
9424
  removeRecurency() {
9493
9425
  this.mode = "single", this.recurenceDates = [], this.dateTwo = "", this.days = Se.weekdays("short", { locale: "en-EN" }).map((t, e) => ({ day: t, selected: !1, value: e }));
@@ -9497,10 +9429,10 @@ const Kl = /* @__PURE__ */ Y(ql, [["render", Jl]]), Ql = {
9497
9429
  return this.isDaysDisplayed && (t = this.recurenceDates.length ? this.datesToStringArray(this.recurenceDates) : []), this.$emit("dates", t);
9498
9430
  },
9499
9431
  generateDates(t, e, n) {
9500
- const s = b.fromISO(t), r = b.fromISO(e);
9432
+ const s = w.fromISO(t), r = w.fromISO(e);
9501
9433
  let i = [];
9502
9434
  return H.fromDateTimes(s.startOf("day"), r.endOf("day")).splitBy({ days: 1 }).map((l) => l.start).forEach((l) => {
9503
- const o = Number(b.fromISO(l).toFormat("c"));
9435
+ const o = Number(w.fromISO(l).toFormat("c"));
9504
9436
  n.includes(o) && i.push(l);
9505
9437
  }), i;
9506
9438
  },
@@ -9511,22 +9443,22 @@ const Kl = /* @__PURE__ */ Y(ql, [["render", Jl]]), Ql = {
9511
9443
  return t.map((e) => e.toISODate());
9512
9444
  }
9513
9445
  }
9514
- }, Xl = { class: "cpCalendar" }, ec = {
9446
+ }, Ql = { class: "cpCalendar" }, Xl = {
9515
9447
  key: 0,
9516
9448
  class: "footer-container"
9517
- }, tc = {
9449
+ }, ec = {
9518
9450
  key: "days",
9519
9451
  class: "asd__recurency--container"
9520
- }, nc = { class: "asd__recurency--days" }, rc = { class: "asd__recurency--ul" }, sc = ["onClick"], ic = { class: "checkbox" }, ac = {
9452
+ }, tc = { class: "asd__recurency--days" }, nc = { class: "asd__recurency--ul" }, rc = ["onClick"], sc = { class: "checkbox" }, ic = {
9521
9453
  key: 0,
9522
9454
  class: "checkbox--border"
9523
- }, oc = { class: "asd__recurency--summary" }, lc = { class: "asd__recurency--text" }, cc = { key: 1 }, uc = { key: 2 }, dc = {
9455
+ }, ac = { class: "asd__recurency--summary" }, oc = { class: "asd__recurency--text" }, lc = { key: 1 }, cc = { key: 2 }, uc = {
9524
9456
  key: "action",
9525
9457
  class: "asd__recurency--action"
9526
9458
  };
9527
- function hc(t, e, n, s, r, i) {
9459
+ function dc(t, e, n, s, r, i) {
9528
9460
  const a = F("cp-input"), l = F("cp-icon"), o = F("cp-button"), c = F("core-datepicker");
9529
- return x(), S("div", Xl, [
9461
+ return x(), S("div", Ql, [
9530
9462
  A(a, {
9531
9463
  id: n.triggerElementId,
9532
9464
  type: "text",
@@ -9556,21 +9488,21 @@ function hc(t, e, n, s, r, i) {
9556
9488
  onClosed: e[5] || (e[5] = () => r.isDisabled = !1)
9557
9489
  }, {
9558
9490
  default: P(() => [
9559
- r.isInline ? I("", !0) : (x(), S("div", ec, [
9491
+ r.isInline ? I("", !0) : (x(), S("div", Xl, [
9560
9492
  A(gn, {
9561
9493
  name: "fade",
9562
9494
  mode: "out-in"
9563
9495
  }, {
9564
9496
  default: P(() => [
9565
- i.isDaysDisplayed ? (x(), S("div", tc, [
9566
- D("div", nc, [
9567
- D("ul", rc, [
9497
+ i.isDaysDisplayed ? (x(), S("div", ec, [
9498
+ D("div", tc, [
9499
+ D("ul", nc, [
9568
9500
  (x(!0), S(J, null, te(r.days, ({ day: u, selected: d, value: h }, p) => (x(), S("li", {
9569
9501
  key: p,
9570
9502
  class: W(["asd__recurency--li", { "asd__recurency--li--selected": d }]),
9571
- onClick: (f) => i.toggleDay(h)
9503
+ onClick: (y) => i.toggleDay(h)
9572
9504
  }, [
9573
- D("div", ic, [
9505
+ D("div", sc, [
9574
9506
  A(ze, {
9575
9507
  name: "fade",
9576
9508
  mode: "out-in"
@@ -9579,31 +9511,31 @@ function hc(t, e, n, s, r, i) {
9579
9511
  d ? (x(), U(l, {
9580
9512
  key: 1,
9581
9513
  type: "check"
9582
- })) : (x(), S("div", ac))
9514
+ })) : (x(), S("div", ic))
9583
9515
  ]),
9584
9516
  _: 2
9585
9517
  }, 1024)
9586
9518
  ]),
9587
9519
  D("span", null, T(u), 1)
9588
- ], 10, sc))), 128))
9520
+ ], 10, rc))), 128))
9589
9521
  ])
9590
9522
  ]),
9591
- D("div", oc, [
9592
- D("div", lc, [
9523
+ D("div", ac, [
9524
+ D("div", oc, [
9593
9525
  r.recurenceDates.length > 0 ? (x(), U(l, {
9594
9526
  key: 0,
9595
9527
  type: "refresh-cw"
9596
9528
  })) : I("", !0),
9597
- r.recurenceDates.length > 0 ? (x(), S("span", cc, [
9529
+ r.recurenceDates.length > 0 ? (x(), S("span", lc, [
9598
9530
  K(" Between the "),
9599
9531
  D("strong", null, T(i.summary.start), 1),
9600
9532
  K(" and the "),
9601
9533
  D("strong", null, T(i.summary.end), 1)
9602
- ])) : (x(), S("span", uc, "Please select at least one day."))
9534
+ ])) : (x(), S("span", cc, "Please select at least one day."))
9603
9535
  ])
9604
9536
  ])
9605
9537
  ])) : I("", !0),
9606
- D("div", dc, [
9538
+ D("div", uc, [
9607
9539
  A(o, {
9608
9540
  class: "asd__button-switch",
9609
9541
  size: "mini",
@@ -9635,7 +9567,7 @@ function hc(t, e, n, s, r, i) {
9635
9567
  }, 8, ["date-one", "date-two", "customized-dates", "trigger-element-id", "mode", "close-after-select", "close-calendar", "inline", "locale", "class"])
9636
9568
  ]);
9637
9569
  }
9638
- const fc = /* @__PURE__ */ Y(Ql, [["render", hc]]), ve = {
9570
+ const hc = /* @__PURE__ */ Y(Kl, [["render", dc]]), ve = {
9639
9571
  SUCCESS: {
9640
9572
  value: "success",
9641
9573
  icon: "check-circle"
@@ -9652,7 +9584,7 @@ const fc = /* @__PURE__ */ Y(Ql, [["render", hc]]), ve = {
9652
9584
  value: "info",
9653
9585
  icon: "info"
9654
9586
  }
9655
- }, pc = {
9587
+ }, fc = {
9656
9588
  props: {
9657
9589
  intent: {
9658
9590
  type: String,
@@ -9691,20 +9623,20 @@ const fc = /* @__PURE__ */ Y(Ql, [["render", hc]]), ve = {
9691
9623
  this.isDisplayed = !1;
9692
9624
  }
9693
9625
  }
9694
- }, yc = { class: "cpAlert__icon" }, mc = { class: "cpAlert__body" }, gc = {
9626
+ }, pc = { class: "cpAlert__icon" }, yc = { class: "cpAlert__body" }, mc = {
9695
9627
  key: 1,
9696
9628
  class: "cpAlert__content"
9697
9629
  };
9698
- function vc(t, e, n, s, r, i) {
9630
+ function gc(t, e, n, s, r, i) {
9699
9631
  const a = F("cp-icon"), l = F("cp-heading");
9700
9632
  return r.isDisplayed ? (x(), S("div", {
9701
9633
  key: 0,
9702
9634
  class: W(["cpAlert", `cpAlert--${n.intent}`])
9703
9635
  }, [
9704
- D("div", yc, [
9636
+ D("div", pc, [
9705
9637
  A(a, { type: i.alertIcon }, null, 8, ["type"])
9706
9638
  ]),
9707
- D("div", mc, [
9639
+ D("div", yc, [
9708
9640
  n.title ? (x(), U(l, {
9709
9641
  key: 0,
9710
9642
  "heading-level": "h4",
@@ -9716,7 +9648,7 @@ function vc(t, e, n, s, r, i) {
9716
9648
  ]),
9717
9649
  _: 1
9718
9650
  })) : I("", !0),
9719
- i.hasContent ? (x(), S("div", gc, [
9651
+ i.hasContent ? (x(), S("div", mc, [
9720
9652
  $(t.$slots, "default")
9721
9653
  ])) : I("", !0)
9722
9654
  ]),
@@ -9730,7 +9662,7 @@ function vc(t, e, n, s, r, i) {
9730
9662
  ])) : I("", !0)
9731
9663
  ], 2)) : I("", !0);
9732
9664
  }
9733
- const xc = /* @__PURE__ */ Y(pc, [["render", vc]]);
9665
+ const vc = /* @__PURE__ */ Y(fc, [["render", gc]]);
9734
9666
  var Ws = {
9735
9667
  update: null,
9736
9668
  begin: null,
@@ -9750,7 +9682,7 @@ var Ws = {
9750
9682
  endDelay: 0,
9751
9683
  easing: "easeOutElastic(1, .5)",
9752
9684
  round: 0
9753
- }, bc = ["translateX", "translateY", "translateZ", "rotate", "rotateX", "rotateY", "rotateZ", "scale", "scaleX", "scaleY", "scaleZ", "skew", "skewX", "skewY", "perspective", "matrix", "matrix3d"], Vt = {
9685
+ }, xc = ["translateX", "translateY", "translateZ", "rotate", "rotateX", "rotateY", "rotateZ", "scale", "scaleX", "scaleY", "scaleZ", "skew", "skewX", "skewY", "perspective", "matrix", "matrix3d"], Vt = {
9754
9686
  CSS: {},
9755
9687
  springs: {}
9756
9688
  };
@@ -9818,31 +9750,31 @@ function Bs(t) {
9818
9750
  }
9819
9751
  function Hs(t, e) {
9820
9752
  var n = Bs(t), s = De(O.und(n[0]) ? 1 : n[0], 0.1, 100), r = De(O.und(n[1]) ? 100 : n[1], 0.1, 100), i = De(O.und(n[2]) ? 10 : n[2], 0.1, 100), a = De(O.und(n[3]) ? 0 : n[3], 0.1, 100), l = Math.sqrt(r / s), o = i / (2 * Math.sqrt(r * s)), c = o < 1 ? l * Math.sqrt(1 - o * o) : 0, u = 1, d = o < 1 ? (o * l + -a) / c : -a + l;
9821
- function h(f) {
9822
- var y = e ? e * f / 1e3 : f;
9823
- return o < 1 ? y = Math.exp(-y * o * l) * (u * Math.cos(c * y) + d * Math.sin(c * y)) : y = (u + d * y) * Math.exp(-y * l), f === 0 || f === 1 ? f : 1 - y;
9753
+ function h(y) {
9754
+ var f = e ? e * y / 1e3 : y;
9755
+ return o < 1 ? f = Math.exp(-f * o * l) * (u * Math.cos(c * f) + d * Math.sin(c * f)) : f = (u + d * f) * Math.exp(-f * l), y === 0 || y === 1 ? y : 1 - f;
9824
9756
  }
9825
9757
  function p() {
9826
- var f = Vt.springs[t];
9827
- if (f)
9828
- return f;
9829
- for (var y = 1 / 6, w = 0, g = 0; ; )
9830
- if (w += y, h(w) === 1) {
9831
- if (g++, g >= 16)
9758
+ var y = Vt.springs[t];
9759
+ if (y)
9760
+ return y;
9761
+ for (var f = 1 / 6, g = 0, b = 0; ; )
9762
+ if (g += f, h(g) === 1) {
9763
+ if (b++, b >= 16)
9832
9764
  break;
9833
9765
  } else
9834
- g = 0;
9835
- var m = w * y * 1e3;
9766
+ b = 0;
9767
+ var m = g * f * 1e3;
9836
9768
  return Vt.springs[t] = m, m;
9837
9769
  }
9838
9770
  return e ? h : p;
9839
9771
  }
9840
- function wc(t) {
9772
+ function bc(t) {
9841
9773
  return t === void 0 && (t = 10), function(e) {
9842
9774
  return Math.ceil(De(e, 1e-6, 1) * t) * (1 / t);
9843
9775
  };
9844
9776
  }
9845
- var Sc = function() {
9777
+ var wc = function() {
9846
9778
  var t = 11, e = 1 / (t - 1);
9847
9779
  function n(u, d) {
9848
9780
  return 1 - 3 * d + 3 * u;
@@ -9859,39 +9791,39 @@ var Sc = function() {
9859
9791
  function a(u, d, h) {
9860
9792
  return 3 * n(d, h) * u * u + 2 * s(d, h) * u + r(d);
9861
9793
  }
9862
- function l(u, d, h, p, f) {
9863
- var y, w, g = 0;
9794
+ function l(u, d, h, p, y) {
9795
+ var f, g, b = 0;
9864
9796
  do
9865
- w = d + (h - d) / 2, y = i(w, p, f) - u, y > 0 ? h = w : d = w;
9866
- while (Math.abs(y) > 1e-7 && ++g < 10);
9867
- return w;
9797
+ g = d + (h - d) / 2, f = i(g, p, y) - u, f > 0 ? h = g : d = g;
9798
+ while (Math.abs(f) > 1e-7 && ++b < 10);
9799
+ return g;
9868
9800
  }
9869
9801
  function o(u, d, h, p) {
9870
- for (var f = 0; f < 4; ++f) {
9871
- var y = a(d, h, p);
9872
- if (y === 0)
9802
+ for (var y = 0; y < 4; ++y) {
9803
+ var f = a(d, h, p);
9804
+ if (f === 0)
9873
9805
  return d;
9874
- var w = i(d, h, p) - u;
9875
- d -= w / y;
9806
+ var g = i(d, h, p) - u;
9807
+ d -= g / f;
9876
9808
  }
9877
9809
  return d;
9878
9810
  }
9879
9811
  function c(u, d, h, p) {
9880
9812
  if (!(0 <= u && u <= 1 && 0 <= h && h <= 1))
9881
9813
  return;
9882
- var f = new Float32Array(t);
9814
+ var y = new Float32Array(t);
9883
9815
  if (u !== d || h !== p)
9884
- for (var y = 0; y < t; ++y)
9885
- f[y] = i(y * e, u, h);
9886
- function w(g) {
9887
- for (var m = 0, v = 1, M = t - 1; v !== M && f[v] <= g; ++v)
9816
+ for (var f = 0; f < t; ++f)
9817
+ y[f] = i(f * e, u, h);
9818
+ function g(b) {
9819
+ for (var m = 0, v = 1, M = t - 1; v !== M && y[v] <= b; ++v)
9888
9820
  m += e;
9889
9821
  --v;
9890
- var E = (g - f[v]) / (f[v + 1] - f[v]), _ = m + E * e, C = a(_, u, h);
9891
- return C >= 1e-3 ? o(g, _, u, h) : C === 0 ? _ : l(g, m, m + e, u, h);
9822
+ var E = (b - y[v]) / (y[v + 1] - y[v]), _ = m + E * e, C = a(_, u, h);
9823
+ return C >= 1e-3 ? o(b, _, u, h) : C === 0 ? _ : l(b, m, m + e, u, h);
9892
9824
  }
9893
- return function(g) {
9894
- return u === d && h === p || g === 0 || g === 1 ? g : i(w(g), d, p);
9825
+ return function(b) {
9826
+ return u === d && h === p || b === 0 || b === 1 ? b : i(g(b), d, p);
9895
9827
  };
9896
9828
  }
9897
9829
  return c;
@@ -9906,6 +9838,11 @@ var Sc = function() {
9906
9838
  return 1 - Math.cos(s * Math.PI / 2);
9907
9839
  };
9908
9840
  },
9841
+ Expo: function() {
9842
+ return function(s) {
9843
+ return s ? Math.pow(2, 10 * s - 10) : 0;
9844
+ };
9845
+ },
9909
9846
  Circ: function() {
9910
9847
  return function(s) {
9911
9848
  return 1 - Math.sqrt(1 - s * s);
@@ -9930,7 +9867,7 @@ var Sc = function() {
9930
9867
  return l === 0 || l === 1 ? l : -i * Math.pow(2, 10 * (l - 1)) * Math.sin((l - 1 - a / (Math.PI * 2) * Math.asin(1 / i)) * (Math.PI * 2) / a);
9931
9868
  };
9932
9869
  }
9933
- }, n = ["Quad", "Cubic", "Quart", "Quint", "Expo"];
9870
+ }, n = ["Quad", "Cubic", "Quart", "Quint"];
9934
9871
  return n.forEach(function(s, r) {
9935
9872
  e[s] = function() {
9936
9873
  return function(i) {
@@ -9962,9 +9899,9 @@ function En(t, e) {
9962
9899
  case "spring":
9963
9900
  return Hs(t, e);
9964
9901
  case "cubicBezier":
9965
- return en(Sc, r);
9966
- case "steps":
9967
9902
  return en(wc, r);
9903
+ case "steps":
9904
+ return en(bc, r);
9968
9905
  default:
9969
9906
  return en(s, r);
9970
9907
  }
@@ -10016,20 +9953,20 @@ function Ht(t, e) {
10016
9953
  n[s] = O.und(t[s]) ? e[s] : t[s];
10017
9954
  return n;
10018
9955
  }
10019
- function Dc(t) {
9956
+ function Sc(t) {
10020
9957
  var e = /rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(t);
10021
9958
  return e ? "rgba(" + e[1] + ",1)" : t;
10022
9959
  }
10023
- function kc(t) {
9960
+ function Dc(t) {
10024
9961
  var e = /^#?([a-f\d])([a-f\d])([a-f\d])$/i, n = t.replace(e, function(l, o, c, u) {
10025
9962
  return o + o + c + c + u + u;
10026
9963
  }), s = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n), r = parseInt(s[1], 16), i = parseInt(s[2], 16), a = parseInt(s[3], 16);
10027
9964
  return "rgba(" + r + "," + i + "," + a + ",1)";
10028
9965
  }
10029
- function Mc(t) {
9966
+ function kc(t) {
10030
9967
  var e = /hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(t) || /hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(t), n = parseInt(e[1], 10) / 360, s = parseInt(e[2], 10) / 100, r = parseInt(e[3], 10) / 100, i = e[4] || 1;
10031
- function a(h, p, f) {
10032
- return f < 0 && (f += 1), f > 1 && (f -= 1), f < 1 / 6 ? h + (p - h) * 6 * f : f < 1 / 2 ? p : f < 2 / 3 ? h + (p - h) * (2 / 3 - f) * 6 : h;
9968
+ function a(h, p, y) {
9969
+ return y < 0 && (y += 1), y > 1 && (y -= 1), y < 1 / 6 ? h + (p - h) * 6 * y : y < 1 / 2 ? p : y < 2 / 3 ? h + (p - h) * (2 / 3 - y) * 6 : h;
10033
9970
  }
10034
9971
  var l, o, c;
10035
9972
  if (s == 0)
@@ -10040,20 +9977,20 @@ function Mc(t) {
10040
9977
  }
10041
9978
  return "rgba(" + l * 255 + "," + o * 255 + "," + c * 255 + "," + i + ")";
10042
9979
  }
10043
- function Oc(t) {
9980
+ function Mc(t) {
10044
9981
  if (O.rgb(t))
10045
- return Dc(t);
9982
+ return Sc(t);
10046
9983
  if (O.hex(t))
10047
- return kc(t);
9984
+ return Dc(t);
10048
9985
  if (O.hsl(t))
10049
- return Mc(t);
9986
+ return kc(t);
10050
9987
  }
10051
9988
  function Me(t) {
10052
9989
  var e = /[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(t);
10053
9990
  if (e)
10054
9991
  return e[1];
10055
9992
  }
10056
- function _c(t) {
9993
+ function Oc(t) {
10057
9994
  if (dt(t, "translate") || t === "perspective")
10058
9995
  return "px";
10059
9996
  if (dt(t, "rotate") || dt(t, "skew"))
@@ -10088,7 +10025,7 @@ function Zs(t, e, n) {
10088
10025
  function Nn(t, e) {
10089
10026
  if (O.dom(t) && !O.inp(t) && (!O.nil(ke(t, e)) || O.svg(t) && t[e]))
10090
10027
  return "attribute";
10091
- if (O.dom(t) && Cn(bc, e))
10028
+ if (O.dom(t) && Cn(xc, e))
10092
10029
  return "transform";
10093
10030
  if (O.dom(t) && e !== "transform" && Zs(t, e))
10094
10031
  return "css";
@@ -10102,14 +10039,14 @@ function Ys(t) {
10102
10039
  return s;
10103
10040
  }
10104
10041
  }
10105
- function Ic(t, e, n, s) {
10106
- var r = dt(e, "scale") ? 1 : 0 + _c(e), i = Ys(t).get(e) || r;
10042
+ function _c(t, e, n, s) {
10043
+ var r = dt(e, "scale") ? 1 : 0 + Oc(e), i = Ys(t).get(e) || r;
10107
10044
  return n && (n.transforms.list.set(e, i), n.transforms.last = e), s ? Vn(t, i, s) : i;
10108
10045
  }
10109
10046
  function Fn(t, e, n, s) {
10110
10047
  switch (Nn(t, e)) {
10111
10048
  case "transform":
10112
- return Ic(t, e, s, n);
10049
+ return _c(t, e, s, n);
10113
10050
  case "css":
10114
10051
  return Zs(t, e, n);
10115
10052
  case "attribute":
@@ -10134,7 +10071,7 @@ function Rn(t, e) {
10134
10071
  }
10135
10072
  function qs(t, e) {
10136
10073
  if (O.col(t))
10137
- return Oc(t);
10074
+ return Mc(t);
10138
10075
  if (/\s/g.test(t))
10139
10076
  return t;
10140
10077
  var n = Me(t), s = n ? t.substr(0, t.length - n.length) : t;
@@ -10143,13 +10080,13 @@ function qs(t, e) {
10143
10080
  function Ln(t, e) {
10144
10081
  return Math.sqrt(Math.pow(e.x - t.x, 2) + Math.pow(e.y - t.y, 2));
10145
10082
  }
10146
- function jc(t) {
10083
+ function Ic(t) {
10147
10084
  return Math.PI * 2 * ke(t, "r");
10148
10085
  }
10149
- function Tc(t) {
10086
+ function jc(t) {
10150
10087
  return ke(t, "width") * 2 + ke(t, "height") * 2;
10151
10088
  }
10152
- function Ec(t) {
10089
+ function Tc(t) {
10153
10090
  return Ln(
10154
10091
  { x: ke(t, "x1"), y: ke(t, "y1") },
10155
10092
  { x: ke(t, "x2"), y: ke(t, "y2") }
@@ -10162,7 +10099,7 @@ function Gs(t) {
10162
10099
  }
10163
10100
  return n;
10164
10101
  }
10165
- function Cc(t) {
10102
+ function Ec(t) {
10166
10103
  var e = t.points;
10167
10104
  return Gs(t) + Ln(e.getItem(e.numberOfItems - 1), e.getItem(0));
10168
10105
  }
@@ -10171,28 +10108,28 @@ function Js(t) {
10171
10108
  return t.getTotalLength();
10172
10109
  switch (t.tagName.toLowerCase()) {
10173
10110
  case "circle":
10174
- return jc(t);
10111
+ return Ic(t);
10175
10112
  case "rect":
10176
- return Tc(t);
10113
+ return jc(t);
10177
10114
  case "line":
10178
- return Ec(t);
10115
+ return Tc(t);
10179
10116
  case "polyline":
10180
10117
  return Gs(t);
10181
10118
  case "polygon":
10182
- return Cc(t);
10119
+ return Ec(t);
10183
10120
  }
10184
10121
  }
10185
- function Ac(t) {
10122
+ function Cc(t) {
10186
10123
  var e = Js(t);
10187
10124
  return t.setAttribute("stroke-dasharray", e), e;
10188
10125
  }
10189
- function Vc(t) {
10126
+ function Ac(t) {
10190
10127
  for (var e = t.parentNode; O.svg(e) && O.svg(e.parentNode); )
10191
10128
  e = e.parentNode;
10192
10129
  return e;
10193
10130
  }
10194
10131
  function Ks(t, e) {
10195
- var n = e || {}, s = n.el || Vc(t), r = s.getBoundingClientRect(), i = ke(s, "viewBox"), a = r.width, l = r.height, o = n.viewBox || (i ? i.split(" ") : [0, 0, a, l]);
10132
+ var n = e || {}, s = n.el || Ac(t), r = s.getBoundingClientRect(), i = ke(s, "viewBox"), a = r.width, l = r.height, o = n.viewBox || (i ? i.split(" ") : [0, 0, a, l]);
10196
10133
  return {
10197
10134
  el: s,
10198
10135
  viewBox: o,
@@ -10204,7 +10141,7 @@ function Ks(t, e) {
10204
10141
  vH: o[3]
10205
10142
  };
10206
10143
  }
10207
- function Nc(t, e) {
10144
+ function Vc(t, e) {
10208
10145
  var n = O.str(t) ? Us(t)[0] : t, s = e || 100;
10209
10146
  return function(r) {
10210
10147
  return {
@@ -10215,7 +10152,7 @@ function Nc(t, e) {
10215
10152
  };
10216
10153
  };
10217
10154
  }
10218
- function Fc(t, e, n) {
10155
+ function Nc(t, e, n) {
10219
10156
  function s(u) {
10220
10157
  u === void 0 && (u = 0);
10221
10158
  var d = e + u >= 1 ? e + u : 0;
@@ -10251,7 +10188,7 @@ function Qs(t) {
10251
10188
  return { target: n, id: s, total: e.length, transforms: { list: Ys(n) } };
10252
10189
  });
10253
10190
  }
10254
- function Rc(t, e) {
10191
+ function Fc(t, e) {
10255
10192
  var n = An(e);
10256
10193
  if (/^spring/.test(n.easing) && (n.duration = Hs(n.easing)), O.arr(t)) {
10257
10194
  var s = t.length, r = s === 2 && !O.obj(t[0]);
@@ -10265,7 +10202,7 @@ function Rc(t, e) {
10265
10202
  return Ht(a, n);
10266
10203
  });
10267
10204
  }
10268
- function Lc(t) {
10205
+ function Rc(t) {
10269
10206
  for (var e = Wt(Bt(t.map(function(i) {
10270
10207
  return Object.keys(i);
10271
10208
  })), function(i) {
@@ -10280,21 +10217,20 @@ function Lc(t) {
10280
10217
  O.key(c) ? c == a && (o.value = l[c]) : o[c] = l[c];
10281
10218
  return o;
10282
10219
  });
10283
- }, r = 0; r < e.length; r++)
10284
- s(r);
10220
+ }, r = 0; r < e.length; r++) s(r);
10285
10221
  return n;
10286
10222
  }
10287
- function Pc(t, e) {
10223
+ function Lc(t, e) {
10288
10224
  var n = [], s = e.keyframes;
10289
- s && (e = Ht(Lc(s), e));
10225
+ s && (e = Ht(Rc(s), e));
10290
10226
  for (var r in e)
10291
10227
  O.key(r) && n.push({
10292
10228
  name: r,
10293
- tweens: Rc(e[r], t)
10229
+ tweens: Fc(e[r], t)
10294
10230
  });
10295
10231
  return n;
10296
10232
  }
10297
- function zc(t, e) {
10233
+ function Pc(t, e) {
10298
10234
  var n = {};
10299
10235
  for (var s in t) {
10300
10236
  var r = mn(t[s], e);
@@ -10304,10 +10240,10 @@ function zc(t, e) {
10304
10240
  }
10305
10241
  return n.duration = parseFloat(n.duration), n.delay = parseFloat(n.delay), n;
10306
10242
  }
10307
- function Wc(t, e) {
10243
+ function zc(t, e) {
10308
10244
  var n;
10309
10245
  return t.tweens.map(function(s) {
10310
- var r = zc(s, e), i = r.value, a = O.arr(i) ? i[1] : i, l = Me(a), o = Fn(e.target, t.name, l, e), c = n ? n.to.original : o, u = O.arr(i) ? i[0] : c, d = Me(u) || Me(o), h = l || d;
10246
+ var r = Pc(s, e), i = r.value, a = O.arr(i) ? i[1] : i, l = Me(a), o = Fn(e.target, t.name, l, e), c = n ? n.to.original : o, u = O.arr(i) ? i[0] : c, d = Me(u) || Me(o), h = l || d;
10311
10247
  return O.und(a) && (a = c), r.from = _r(u, h), r.to = _r(Rn(a, u), h), r.start = n ? n.end : 0, r.end = r.start + r.delay + r.duration + r.endDelay, r.easing = En(r.easing, r.duration), r.isPath = O.pth(i), r.isPathTargetInsideSVG = r.isPath && O.svg(e.target), r.isColor = O.col(r.from.original), r.isColor && (r.round = 1), n = r, r;
10312
10248
  });
10313
10249
  }
@@ -10339,10 +10275,10 @@ function ei(t, e) {
10339
10275
  }
10340
10276
  });
10341
10277
  }
10342
- function Bc(t, e) {
10278
+ function Wc(t, e) {
10343
10279
  var n = Nn(t.target, e.name);
10344
10280
  if (n) {
10345
- var s = Wc(e, t), r = s[s.length - 1];
10281
+ var s = zc(e, t), r = s[s.length - 1];
10346
10282
  return {
10347
10283
  type: n,
10348
10284
  property: e.name,
@@ -10354,10 +10290,10 @@ function Bc(t, e) {
10354
10290
  };
10355
10291
  }
10356
10292
  }
10357
- function Hc(t, e) {
10293
+ function Bc(t, e) {
10358
10294
  return Wt(Bt(t.map(function(n) {
10359
10295
  return e.map(function(s) {
10360
- return Bc(n, s);
10296
+ return Wc(n, s);
10361
10297
  });
10362
10298
  })), function(n) {
10363
10299
  return !O.und(n);
@@ -10376,8 +10312,8 @@ function ti(t, e) {
10376
10312
  })) : e.endDelay, r;
10377
10313
  }
10378
10314
  var Ir = 0;
10379
- function $c(t) {
10380
- var e = yn(Ws, t), n = yn(Tn, t), s = Pc(n, t), r = Qs(t.targets), i = Hc(r, s), a = ti(i, n), l = Ir;
10315
+ function Hc(t) {
10316
+ var e = yn(Ws, t), n = yn(Tn, t), s = Lc(n, t), r = Qs(t.targets), i = Bc(r, s), a = ti(i, n), l = Ir;
10381
10317
  return Ir++, Ht(e, {
10382
10318
  id: l,
10383
10319
  children: [],
@@ -10421,7 +10357,7 @@ function B(t) {
10421
10357
  });
10422
10358
  return m.finished = v, v;
10423
10359
  }
10424
- var o = $c(t);
10360
+ var o = Hc(t);
10425
10361
  l(o);
10426
10362
  function c() {
10427
10363
  var m = o.direction;
@@ -10446,7 +10382,7 @@ function B(t) {
10446
10382
  for (var v = 0; v < i; v++)
10447
10383
  h(m, r[v]);
10448
10384
  }
10449
- function f(m) {
10385
+ function y(m) {
10450
10386
  for (var v = 0, M = o.animations, E = M.length; v < E; ) {
10451
10387
  var _ = M[v], C = _.animatable, z = _.tweens, G = z.length - 1, R = z[G];
10452
10388
  G && (R = Wt(z, function(ii) {
@@ -10454,7 +10390,7 @@ function B(t) {
10454
10390
  })[0] || R);
10455
10391
  for (var ee = De(m - R.start - R.delay, 0, R.duration) / R.duration, Be = isNaN(ee) ? 1 : R.easing(ee), re = R.to.strings, _e = R.round, He = [], rt = R.to.numbers.length, Q = void 0, le = 0; le < rt; le++) {
10456
10392
  var ie = void 0, st = R.to.numbers[le], be = R.from.numbers[le] || 0;
10457
- R.isPath ? ie = Fc(R.value, Be * st, R.isPathTargetInsideSVG) : ie = be + Be * (st - be), _e && (R.isColor && le > 2 || (ie = Math.round(ie * _e) / _e)), He.push(ie);
10393
+ R.isPath ? ie = Nc(R.value, Be * st, R.isPathTargetInsideSVG) : ie = be + Be * (st - be), _e && (R.isColor && le > 2 || (ie = Math.round(ie * _e) / _e)), He.push(ie);
10458
10394
  }
10459
10395
  var Ie = re.length;
10460
10396
  if (!Ie)
@@ -10470,28 +10406,28 @@ function B(t) {
10470
10406
  Xs[_.type](C.target, _.property, Q, C.transforms), _.currentValue = Q, v++;
10471
10407
  }
10472
10408
  }
10473
- function y(m) {
10409
+ function f(m) {
10474
10410
  o[m] && !o.passThrough && o[m](o);
10475
10411
  }
10476
- function w() {
10412
+ function g() {
10477
10413
  o.remaining && o.remaining !== !0 && o.remaining--;
10478
10414
  }
10479
- function g(m) {
10415
+ function b(m) {
10480
10416
  var v = o.duration, M = o.delay, E = v - o.endDelay, _ = u(m);
10481
- o.progress = De(_ / v * 100, 0, 100), o.reversePlayback = _ < o.currentTime, r && p(_), !o.began && o.currentTime > 0 && (o.began = !0, y("begin")), !o.loopBegan && o.currentTime > 0 && (o.loopBegan = !0, y("loopBegin")), _ <= M && o.currentTime !== 0 && f(0), (_ >= E && o.currentTime !== v || !v) && f(v), _ > M && _ < E ? (o.changeBegan || (o.changeBegan = !0, o.changeCompleted = !1, y("changeBegin")), y("change"), f(_)) : o.changeBegan && (o.changeCompleted = !0, o.changeBegan = !1, y("changeComplete")), o.currentTime = De(_, 0, v), o.began && y("update"), m >= v && (n = 0, w(), o.remaining ? (e = s, y("loopComplete"), o.loopBegan = !1, o.direction === "alternate" && c()) : (o.paused = !0, o.completed || (o.completed = !0, y("loopComplete"), y("complete"), !o.passThrough && "Promise" in window && (a(), l(o)))));
10417
+ o.progress = De(_ / v * 100, 0, 100), o.reversePlayback = _ < o.currentTime, r && p(_), !o.began && o.currentTime > 0 && (o.began = !0, f("begin")), !o.loopBegan && o.currentTime > 0 && (o.loopBegan = !0, f("loopBegin")), _ <= M && o.currentTime !== 0 && y(0), (_ >= E && o.currentTime !== v || !v) && y(v), _ > M && _ < E ? (o.changeBegan || (o.changeBegan = !0, o.changeCompleted = !1, f("changeBegin")), f("change"), y(_)) : o.changeBegan && (o.changeCompleted = !0, o.changeBegan = !1, f("changeComplete")), o.currentTime = De(_, 0, v), o.began && f("update"), m >= v && (n = 0, g(), o.remaining ? (e = s, f("loopComplete"), o.loopBegan = !1, o.direction === "alternate" && c()) : (o.paused = !0, o.completed || (o.completed = !0, f("loopComplete"), f("complete"), !o.passThrough && "Promise" in window && (a(), l(o)))));
10482
10418
  }
10483
10419
  return o.reset = function() {
10484
10420
  var m = o.direction;
10485
10421
  o.passThrough = !1, o.currentTime = 0, o.progress = 0, o.paused = !0, o.began = !1, o.loopBegan = !1, o.changeBegan = !1, o.completed = !1, o.changeCompleted = !1, o.reversePlayback = !1, o.reversed = m === "reverse", o.remaining = o.loop, r = o.children, i = r.length;
10486
10422
  for (var v = i; v--; )
10487
10423
  o.children[v].reset();
10488
- (o.reversed && o.loop !== !0 || m === "alternate" && o.loop === 1) && o.remaining++, f(o.reversed ? o.duration : 0);
10424
+ (o.reversed && o.loop !== !0 || m === "alternate" && o.loop === 1) && o.remaining++, y(o.reversed ? o.duration : 0);
10489
10425
  }, o._onDocumentVisibility = d, o.set = function(m, v) {
10490
10426
  return ei(m, v), o;
10491
10427
  }, o.tick = function(m) {
10492
- s = m, e || (e = s), g((s + (n - e)) * B.speed);
10428
+ s = m, e || (e = s), b((s + (n - e)) * B.speed);
10493
10429
  }, o.seek = function(m) {
10494
- g(u(m));
10430
+ b(u(m));
10495
10431
  }, o.pause = function() {
10496
10432
  o.paused = !0, d();
10497
10433
  }, o.play = function() {
@@ -10518,37 +10454,37 @@ function ri(t, e) {
10518
10454
  }
10519
10455
  !n.length && !s.length && e.pause();
10520
10456
  }
10521
- function Uc(t) {
10457
+ function $c(t) {
10522
10458
  for (var e = Pn(t), n = me.length; n--; ) {
10523
10459
  var s = me[n];
10524
10460
  ri(e, s);
10525
10461
  }
10526
10462
  }
10527
- function Zc(t, e) {
10463
+ function Uc(t, e) {
10528
10464
  e === void 0 && (e = {});
10529
- var n = e.direction || "normal", s = e.easing ? En(e.easing) : null, r = e.grid, i = e.axis, a = e.from || 0, l = a === "first", o = a === "center", c = a === "last", u = O.arr(t), d = parseFloat(u ? t[0] : t), h = u ? parseFloat(t[1]) : 0, p = Me(u ? t[1] : t) || 0, f = e.start || 0 + (u ? d : 0), y = [], w = 0;
10530
- return function(g, m, v) {
10531
- if (l && (a = 0), o && (a = (v - 1) / 2), c && (a = v - 1), !y.length) {
10465
+ var n = e.direction || "normal", s = e.easing ? En(e.easing) : null, r = e.grid, i = e.axis, a = e.from || 0, l = a === "first", o = a === "center", c = a === "last", u = O.arr(t), d = parseFloat(u ? t[0] : t), h = u ? parseFloat(t[1]) : 0, p = Me(u ? t[1] : t) || 0, y = e.start || 0 + (u ? d : 0), f = [], g = 0;
10466
+ return function(b, m, v) {
10467
+ if (l && (a = 0), o && (a = (v - 1) / 2), c && (a = v - 1), !f.length) {
10532
10468
  for (var M = 0; M < v; M++) {
10533
10469
  if (!r)
10534
- y.push(Math.abs(a - M));
10470
+ f.push(Math.abs(a - M));
10535
10471
  else {
10536
10472
  var E = o ? (r[0] - 1) / 2 : a % r[0], _ = o ? (r[1] - 1) / 2 : Math.floor(a / r[0]), C = M % r[0], z = Math.floor(M / r[0]), G = E - C, R = _ - z, ee = Math.sqrt(G * G + R * R);
10537
- i === "x" && (ee = -G), i === "y" && (ee = -R), y.push(ee);
10473
+ i === "x" && (ee = -G), i === "y" && (ee = -R), f.push(ee);
10538
10474
  }
10539
- w = Math.max.apply(Math, y);
10475
+ g = Math.max.apply(Math, f);
10540
10476
  }
10541
- s && (y = y.map(function(re) {
10542
- return s(re / w) * w;
10543
- })), n === "reverse" && (y = y.map(function(re) {
10544
- return i ? re < 0 ? re * -1 : -re : Math.abs(w - re);
10477
+ s && (f = f.map(function(re) {
10478
+ return s(re / g) * g;
10479
+ })), n === "reverse" && (f = f.map(function(re) {
10480
+ return i ? re < 0 ? re * -1 : -re : Math.abs(g - re);
10545
10481
  }));
10546
10482
  }
10547
- var Be = u ? (h - d) / w : d;
10548
- return f + Be * (Math.round(y[m] * 100) / 100) + p;
10483
+ var Be = u ? (h - d) / g : d;
10484
+ return y + Be * (Math.round(f[m] * 100) / 100) + p;
10549
10485
  };
10550
10486
  }
10551
- function Yc(t) {
10487
+ function Zc(t) {
10552
10488
  t === void 0 && (t = {});
10553
10489
  var e = B(t);
10554
10490
  return e.duration = 0, e.add = function(n, s) {
@@ -10573,20 +10509,20 @@ B.version = "3.2.1";
10573
10509
  B.speed = 1;
10574
10510
  B.suspendWhenDocumentHidden = !0;
10575
10511
  B.running = me;
10576
- B.remove = Uc;
10512
+ B.remove = $c;
10577
10513
  B.get = Fn;
10578
10514
  B.set = ei;
10579
10515
  B.convertPx = Vn;
10580
- B.path = Nc;
10581
- B.setDashoffset = Ac;
10582
- B.stagger = Zc;
10583
- B.timeline = Yc;
10516
+ B.path = Vc;
10517
+ B.setDashoffset = Cc;
10518
+ B.stagger = Uc;
10519
+ B.timeline = Zc;
10584
10520
  B.easing = En;
10585
10521
  B.penner = $s;
10586
10522
  B.random = function(t, e) {
10587
10523
  return Math.floor(Math.random() * (e - t + 1)) + t;
10588
10524
  };
10589
- const qc = {
10525
+ const Yc = {
10590
10526
  name: "CpToaster",
10591
10527
  components: {
10592
10528
  CpHeading: Rs,
@@ -10672,8 +10608,7 @@ const qc = {
10672
10608
  document.body.appendChild(this.toastersContainer);
10673
10609
  },
10674
10610
  removeSiblings() {
10675
- if (!this.isUnique)
10676
- return;
10611
+ if (!this.isUnique) return;
10677
10612
  document.querySelectorAll(".cpToaster").forEach(this.removeElement);
10678
10613
  },
10679
10614
  setToasterId() {
@@ -10740,14 +10675,14 @@ const qc = {
10740
10675
  });
10741
10676
  }
10742
10677
  }
10743
- }, Gc = ["id"], Jc = { class: "cpToaster__content" }, Kc = { class: "cpToaster__body" }, Qc = {
10678
+ }, qc = ["id"], Gc = { class: "cpToaster__content" }, Jc = { class: "cpToaster__body" }, Kc = {
10744
10679
  key: 0,
10745
10680
  class: "cpToaster__description"
10746
- }, Xc = {
10681
+ }, Qc = {
10747
10682
  key: 0,
10748
10683
  class: "cpToaster__footer"
10749
10684
  };
10750
- function eu(t, e, n, s, r, i) {
10685
+ function Xc(t, e, n, s, r, i) {
10751
10686
  const a = F("cp-icon"), l = F("cp-heading");
10752
10687
  return x(), U(ze, {
10753
10688
  onEnter: i.enter,
@@ -10762,12 +10697,12 @@ function eu(t, e, n, s, r, i) {
10762
10697
  onMouseenter: e[2] || (e[2] = (o) => i.setHoverState()),
10763
10698
  onMouseleave: e[3] || (e[3] = (o) => i.setHoverState(!1))
10764
10699
  }, [
10765
- D("div", Jc, [
10700
+ D("div", Gc, [
10766
10701
  A(a, {
10767
10702
  type: i.toasterIcon,
10768
10703
  class: "cpToaster__icon"
10769
10704
  }, null, 8, ["type"]),
10770
- D("div", Kc, [
10705
+ D("div", Jc, [
10771
10706
  A(l, {
10772
10707
  "heading-level": "h4",
10773
10708
  size: 400,
@@ -10778,7 +10713,7 @@ function eu(t, e, n, s, r, i) {
10778
10713
  ]),
10779
10714
  _: 1
10780
10715
  }),
10781
- n.description ? (x(), S("p", Qc, T(n.description), 1)) : I("", !0)
10716
+ n.description ? (x(), S("p", Kc, T(n.description), 1)) : I("", !0)
10782
10717
  ])
10783
10718
  ]),
10784
10719
  D("button", {
@@ -10788,21 +10723,21 @@ function eu(t, e, n, s, r, i) {
10788
10723
  }, [
10789
10724
  A(a, { type: "x" })
10790
10725
  ]),
10791
- n.actionLabel ? (x(), S("div", Xc, [
10726
+ n.actionLabel ? (x(), S("div", Qc, [
10792
10727
  D("button", {
10793
10728
  type: "button",
10794
10729
  class: "cpToaster__button",
10795
10730
  onClick: e[1] || (e[1] = (...o) => i.handleActionMethod && i.handleActionMethod(...o))
10796
10731
  }, T(n.actionLabel), 1)
10797
10732
  ])) : I("", !0)
10798
- ], 42, Gc)), [
10733
+ ], 42, qc)), [
10799
10734
  [pt, r.isOpen]
10800
10735
  ])
10801
10736
  ]),
10802
10737
  _: 1
10803
10738
  }, 8, ["onEnter", "onLeave"]);
10804
10739
  }
10805
- const si = /* @__PURE__ */ Y(qc, [["render", eu]]), tu = {
10740
+ const si = /* @__PURE__ */ Y(Yc, [["render", Xc]]), eu = {
10806
10741
  components: {
10807
10742
  BaseInputLabel: In,
10808
10743
  TransitionExpand: zt
@@ -10877,10 +10812,10 @@ const si = /* @__PURE__ */ Y(qc, [["render", eu]]), tu = {
10877
10812
  this.$emit("update:modelValue", t.target.value);
10878
10813
  }
10879
10814
  }
10880
- }, nu = { class: "cpTextarea" }, ru = ["id", "disabled", "placeholder", "required", "value"];
10881
- function su(t, e, n, s, r, i) {
10815
+ }, tu = { class: "cpTextarea" }, nu = ["id", "disabled", "placeholder", "required", "value"];
10816
+ function ru(t, e, n, s, r, i) {
10882
10817
  const a = F("base-input-label"), l = F("transition-expand");
10883
- return x(), S("div", nu, [
10818
+ return x(), S("div", tu, [
10884
10819
  n.label ? (x(), U(a, {
10885
10820
  key: 0,
10886
10821
  for: r.inputReferenceId,
@@ -10900,7 +10835,7 @@ function su(t, e, n, s, r, i) {
10900
10835
  style: Ae(`min-height: ${n.height}px`),
10901
10836
  class: W([{ "cpTextarea__input--isInvalid": n.isInvalid }, "cpTextarea__input"]),
10902
10837
  onInput: e[0] || (e[0] = (...o) => i.handleChange && i.handleChange(...o))
10903
- }, null, 46, ru),
10838
+ }, null, 46, nu),
10904
10839
  A(l, null, {
10905
10840
  default: P(() => [
10906
10841
  i.displayErrorMessage ? (x(), U(a, {
@@ -10919,7 +10854,7 @@ function su(t, e, n, s, r, i) {
10919
10854
  })
10920
10855
  ]);
10921
10856
  }
10922
- const iu = /* @__PURE__ */ Y(tu, [["render", su]]), au = {
10857
+ const su = /* @__PURE__ */ Y(eu, [["render", ru]]), iu = {
10923
10858
  name: "CpSelect",
10924
10859
  components: {
10925
10860
  BaseInputLabel: In,
@@ -11005,8 +10940,8 @@ const iu = /* @__PURE__ */ Y(tu, [["render", su]]), au = {
11005
10940
  this.$emit("update:modelValue", t.target.value);
11006
10941
  }
11007
10942
  }
11008
- }, ou = { class: "cpSelect__container" }, lu = ["id", "value", "disabled", "required", "autocomplete", "name"], cu = ["disabled"], uu = ["value"];
11009
- function du(t, e, n, s, r, i) {
10943
+ }, au = { class: "cpSelect__container" }, ou = ["id", "value", "disabled", "required", "autocomplete", "name"], lu = ["disabled"], cu = ["value"];
10944
+ function uu(t, e, n, s, r, i) {
11010
10945
  const a = F("base-input-label"), l = F("transition-expand");
11011
10946
  return x(), S("div", {
11012
10947
  class: W(["cpSelect", i.dynamicClasses])
@@ -11021,7 +10956,7 @@ function du(t, e, n, s, r, i) {
11021
10956
  ]),
11022
10957
  _: 1
11023
10958
  }, 8, ["for"])) : I("", !0),
11024
- D("div", ou, [
10959
+ D("div", au, [
11025
10960
  D("select", {
11026
10961
  id: r.selectReferenceId,
11027
10962
  ref: "cpSelect",
@@ -11036,12 +10971,12 @@ function du(t, e, n, s, r, i) {
11036
10971
  D("option", {
11037
10972
  disabled: n.hideDefaultValue || null,
11038
10973
  value: ""
11039
- }, T(n.defaultValue), 9, cu),
10974
+ }, T(n.defaultValue), 9, lu),
11040
10975
  (x(!0), S(J, null, te(n.options, (o, c) => (x(), S("option", {
11041
10976
  key: c,
11042
10977
  value: o.value
11043
- }, T(o.label), 9, uu))), 128))
11044
- ], 40, lu)
10978
+ }, T(o.label), 9, cu))), 128))
10979
+ ], 40, ou)
11045
10980
  ]),
11046
10981
  A(l, null, {
11047
10982
  default: P(() => [
@@ -11061,7 +10996,7 @@ function du(t, e, n, s, r, i) {
11061
10996
  })
11062
10997
  ], 2);
11063
10998
  }
11064
- const hu = /* @__PURE__ */ Y(au, [["render", du]]), fu = {
10999
+ const du = /* @__PURE__ */ Y(iu, [["render", uu]]), hu = {
11065
11000
  props: {
11066
11001
  values: {
11067
11002
  type: Array,
@@ -11145,32 +11080,32 @@ const hu = /* @__PURE__ */ Y(au, [["render", du]]), fu = {
11145
11080
  return t === this.selectedValue.value;
11146
11081
  }
11147
11082
  }
11148
- }, pu = { class: "cpSelectMenu" }, yu = { class: "cpSelectMenu__label" }, mu = {
11083
+ }, fu = { class: "cpSelectMenu" }, pu = { class: "cpSelectMenu__label" }, yu = {
11149
11084
  key: 0,
11150
11085
  ref: "dropdownRef",
11151
11086
  class: "cpSelectMenu__dropdown dropdown"
11152
- }, gu = {
11087
+ }, mu = {
11153
11088
  key: 0,
11154
11089
  class: "dropdown__title"
11155
- }, vu = { class: "dropdown__list" }, xu = {
11090
+ }, gu = { class: "dropdown__list" }, vu = {
11156
11091
  key: 0,
11157
11092
  class: "dropdown__filterBar"
11158
- }, bu = ["placeholder"], wu = {
11093
+ }, xu = ["placeholder"], bu = {
11159
11094
  key: 1,
11160
11095
  class: "dropdown__items"
11161
- }, Su = ["for"], Du = ["id", "checked", "value", "type", "onChange"], ku = {
11096
+ }, wu = ["for"], Su = ["id", "checked", "value", "type", "onChange"], Du = {
11162
11097
  key: 2,
11163
11098
  class: "dropdown__emptyState"
11164
11099
  };
11165
- function Mu(t, e, n, s, r, i) {
11100
+ function ku(t, e, n, s, r, i) {
11166
11101
  const a = F("cp-icon"), l = ft("click-outside");
11167
- return ae((x(), S("div", pu, [
11102
+ return ae((x(), S("div", fu, [
11168
11103
  D("button", {
11169
11104
  class: "cpSelectMenu__button",
11170
11105
  type: "button",
11171
11106
  onClick: e[0] || (e[0] = (...o) => i.toggleDropdown && i.toggleDropdown(...o))
11172
11107
  }, [
11173
- D("span", yu, T(n.selectedValue.label), 1),
11108
+ D("span", pu, T(n.selectedValue.label), 1),
11174
11109
  A(a, {
11175
11110
  type: "chevron-down",
11176
11111
  class: W([{ "cpSelectMenu__icon--isOpened": r.isDropdownOpen }, "cpSelectMenu__icon"])
@@ -11178,8 +11113,8 @@ function Mu(t, e, n, s, r, i) {
11178
11113
  ]),
11179
11114
  A(ze, { onEnter: i.enter }, {
11180
11115
  default: P(() => [
11181
- r.isDropdownOpen ? (x(), S("div", mu, [
11182
- n.dropdownTitle ? (x(), S("p", gu, [
11116
+ r.isDropdownOpen ? (x(), S("div", yu, [
11117
+ n.dropdownTitle ? (x(), S("p", mu, [
11183
11118
  K(T(n.dropdownTitle) + " ", 1),
11184
11119
  D("button", {
11185
11120
  type: "button",
@@ -11188,17 +11123,17 @@ function Mu(t, e, n, s, r, i) {
11188
11123
  A(a, { type: "x" })
11189
11124
  ])
11190
11125
  ])) : I("", !0),
11191
- D("div", vu, [
11192
- n.hasFilter ? (x(), S("label", xu, [
11126
+ D("div", gu, [
11127
+ n.hasFilter ? (x(), S("label", vu, [
11193
11128
  A(a, { type: "search" }),
11194
11129
  D("input", {
11195
11130
  ref: "dropdownFilterRef",
11196
11131
  type: "text",
11197
11132
  placeholder: n.dropdownFilterPlaceholder,
11198
11133
  onInput: e[2] || (e[2] = (...o) => i.updateFilterValue && i.updateFilterValue(...o))
11199
- }, null, 40, bu)
11134
+ }, null, 40, xu)
11200
11135
  ])) : I("", !0),
11201
- n.values.length ? (x(), S("ul", wu, [
11136
+ n.values.length ? (x(), S("ul", bu, [
11202
11137
  (x(!0), S(J, null, te(n.values, ({ value: o, label: c }, u) => (x(), S("li", { key: u }, [
11203
11138
  D("label", {
11204
11139
  for: o,
@@ -11210,16 +11145,16 @@ function Mu(t, e, n, s, r, i) {
11210
11145
  value: o,
11211
11146
  type: i.inputType,
11212
11147
  onChange: (d) => i.onChange({ value: o, label: c })
11213
- }, null, 40, Du),
11148
+ }, null, 40, Su),
11214
11149
  i.isSelectedValue(o) ? (x(), U(a, {
11215
11150
  key: 0,
11216
11151
  type: "check",
11217
11152
  class: "dropdown__icon"
11218
11153
  })) : I("", !0),
11219
11154
  K(" " + T(c), 1)
11220
- ], 8, Su)
11155
+ ], 8, wu)
11221
11156
  ]))), 128))
11222
- ])) : (x(), S("p", ku, T(n.dropdownEmptyViewPlaceholder), 1))
11157
+ ])) : (x(), S("p", Du, T(n.dropdownEmptyViewPlaceholder), 1))
11223
11158
  ])
11224
11159
  ], 512)) : I("", !0)
11225
11160
  ]),
@@ -11229,7 +11164,7 @@ function Mu(t, e, n, s, r, i) {
11229
11164
  [l, i.closeDropdown]
11230
11165
  ]);
11231
11166
  }
11232
- const Ou = /* @__PURE__ */ Y(fu, [["render", Mu]]), _u = {
11167
+ const Mu = /* @__PURE__ */ Y(hu, [["render", ku]]), Ou = {
11233
11168
  props: {
11234
11169
  modelValue: {
11235
11170
  type: [Array, Boolean],
@@ -11316,8 +11251,8 @@ const Ou = /* @__PURE__ */ Y(fu, [["render", Mu]]), _u = {
11316
11251
  this.$emit("update:modelValue", this.checkedProxy);
11317
11252
  }
11318
11253
  }
11319
- }, Iu = ["for"], ju = ["id", "value", "disabled", "name", "autofocus"];
11320
- function Tu(t, e, n, s, r, i) {
11254
+ }, _u = ["for"], Iu = ["id", "value", "disabled", "name", "autofocus"];
11255
+ function ju(t, e, n, s, r, i) {
11321
11256
  const a = F("cp-icon");
11322
11257
  return x(), S("label", {
11323
11258
  class: W([i.computedClasses, "cpCheckbox"]),
@@ -11332,16 +11267,16 @@ function Tu(t, e, n, s, r, i) {
11332
11267
  name: n.groupName,
11333
11268
  autofocus: n.autofocus,
11334
11269
  onChange: e[1] || (e[1] = (l) => i.onChange(n.checkboxValue))
11335
- }, null, 40, ju), [
11270
+ }, null, 40, Iu), [
11336
11271
  [hi, i.isChecked]
11337
11272
  ]),
11338
11273
  A(a, { type: "check" }),
11339
11274
  D("span", {
11340
11275
  class: W(["cpCheckbox__label", i.labelComputedClasses])
11341
11276
  }, T(n.checkboxLabel), 3)
11342
- ], 10, Iu);
11277
+ ], 10, _u);
11343
11278
  }
11344
- const Eu = /* @__PURE__ */ Y(_u, [["render", Tu]]), Cu = {
11279
+ const Tu = /* @__PURE__ */ Y(Ou, [["render", ju]]), Eu = {
11345
11280
  props: {
11346
11281
  modelValue: {
11347
11282
  type: String,
@@ -11398,14 +11333,14 @@ const Eu = /* @__PURE__ */ Y(_u, [["render", Tu]]), Cu = {
11398
11333
  ];
11399
11334
  }
11400
11335
  }
11401
- }, Au = ["for"], Vu = ["id", "checked", "value", "disabled", "autofocus", "name", "onInput"], Nu = { class: "cpRadio__content" }, Fu = { class: "cpRadio__information" }, Ru = { class: "cpRadio__label" }, Lu = {
11336
+ }, Cu = ["for"], Au = ["id", "checked", "value", "disabled", "autofocus", "name", "onInput"], Vu = { class: "cpRadio__content" }, Nu = { class: "cpRadio__information" }, Fu = { class: "cpRadio__label" }, Ru = {
11402
11337
  key: 0,
11403
11338
  class: "cpRadio__description"
11404
- }, Pu = {
11339
+ }, Lu = {
11405
11340
  key: 0,
11406
11341
  class: "cpRadio__additionalData"
11407
11342
  };
11408
- function zu(t, e, n, s, r, i) {
11343
+ function Pu(t, e, n, s, r, i) {
11409
11344
  return x(), S("div", null, [
11410
11345
  (x(!0), S(J, null, te(n.options, ({ label: a, value: l, description: o, additionalData: c, disabled: u }, d) => (x(), S("label", {
11411
11346
  key: i.getRadioId(d),
@@ -11421,18 +11356,18 @@ function zu(t, e, n, s, r, i) {
11421
11356
  autofocus: n.autofocus,
11422
11357
  name: n.groupName,
11423
11358
  onInput: (h) => i.onChange(l)
11424
- }, null, 40, Vu),
11425
- D("span", Nu, [
11426
- D("span", Fu, [
11427
- D("span", Ru, T(a), 1),
11428
- o ? (x(), S("span", Lu, T(o), 1)) : I("", !0)
11359
+ }, null, 40, Au),
11360
+ D("span", Vu, [
11361
+ D("span", Nu, [
11362
+ D("span", Fu, T(a), 1),
11363
+ o ? (x(), S("span", Ru, T(o), 1)) : I("", !0)
11429
11364
  ]),
11430
- c ? (x(), S("span", Pu, T(c), 1)) : I("", !0)
11365
+ c ? (x(), S("span", Lu, T(c), 1)) : I("", !0)
11431
11366
  ])
11432
- ], 10, Au))), 128))
11367
+ ], 10, Cu))), 128))
11433
11368
  ]);
11434
11369
  }
11435
- const Wu = /* @__PURE__ */ Y(Cu, [["render", zu]]), Bu = {
11370
+ const zu = /* @__PURE__ */ Y(Eu, [["render", Pu]]), Wu = {
11436
11371
  props: {
11437
11372
  modelValue: {
11438
11373
  type: Boolean,
@@ -11498,19 +11433,19 @@ const Wu = /* @__PURE__ */ Y(Cu, [["render", zu]]), Bu = {
11498
11433
  this.$emit("update:modelValue", !t);
11499
11434
  }
11500
11435
  }
11501
- }, Hu = ["for"], $u = { class: "cpSwitch__switch" }, Uu = ["id", "disabled", "checked", "value", "name", "autofocus"], Zu = { class: "cpSwitch__icon" }, Yu = /* @__PURE__ */ D("span", { class: "cpSwitch__knobContainer" }, [
11436
+ }, Bu = ["for"], Hu = { class: "cpSwitch__switch" }, $u = ["id", "disabled", "checked", "value", "name", "autofocus"], Uu = { class: "cpSwitch__icon" }, Zu = /* @__PURE__ */ D("span", { class: "cpSwitch__knobContainer" }, [
11502
11437
  /* @__PURE__ */ D("span", { class: "cpSwitch__knob" })
11503
- ], -1), qu = {
11438
+ ], -1), Yu = {
11504
11439
  key: 0,
11505
11440
  class: "cpSwitch__label"
11506
11441
  };
11507
- function Gu(t, e, n, s, r, i) {
11442
+ function qu(t, e, n, s, r, i) {
11508
11443
  const a = F("cp-icon");
11509
11444
  return x(), S("label", {
11510
11445
  class: W(["cpSwitch", i.computedClasses]),
11511
11446
  for: r.switchUniqueId
11512
11447
  }, [
11513
- D("span", $u, [
11448
+ D("span", Hu, [
11514
11449
  D("input", {
11515
11450
  id: r.switchUniqueId,
11516
11451
  disabled: n.disabled,
@@ -11520,54 +11455,54 @@ function Gu(t, e, n, s, r, i) {
11520
11455
  name: n.groupName,
11521
11456
  autofocus: n.autofocus,
11522
11457
  onChange: e[0] || (e[0] = (l) => i.handleClick(n.modelValue))
11523
- }, null, 40, Uu),
11524
- D("span", Zu, [
11458
+ }, null, 40, $u),
11459
+ D("span", Uu, [
11525
11460
  A(a, { type: "check" })
11526
11461
  ]),
11527
- Yu
11462
+ Zu
11528
11463
  ]),
11529
- n.label ? (x(), S("span", qu, T(n.label), 1)) : I("", !0)
11530
- ], 10, Hu);
11464
+ n.label ? (x(), S("span", Yu, T(n.label), 1)) : I("", !0)
11465
+ ], 10, Bu);
11531
11466
  }
11532
- const Ju = /* @__PURE__ */ Y(Bu, [["render", Gu]]);
11467
+ const Gu = /* @__PURE__ */ Y(Wu, [["render", qu]]);
11533
11468
  function Er(t) {
11534
11469
  return t.replace(/^\w|[A-Z]|\b\w|\s+/g, (e, n) => +e == 0 ? "" : n === 0 ? e.toLowerCase() : e.toUpperCase());
11535
11470
  }
11536
- function Ku(t, e = " ") {
11471
+ function Ju(t, e = " ") {
11537
11472
  return t.replace(/([a-z\d])([A-Z])/g, `$1${e}$2`).replace(/([A-Z]+)([A-Z][a-z\d]+)/g, `$1${e}$2`).toLowerCase();
11538
11473
  }
11539
- const Qu = {
11474
+ const Ku = {
11540
11475
  props: {
11541
11476
  placeholder: {
11542
11477
  type: String,
11543
11478
  required: !0
11544
11479
  }
11545
11480
  }
11546
- }, Xu = { class: "cpTableEmptyState" }, ed = { class: "cpTableEmptyState__wrapper" }, td = { class: "cpTableEmptyState__icon" }, nd = { class: "cpTableEmptyState__headline" }, rd = /* @__PURE__ */ D("p", { class: "cpTableEmptyState__description" }, "There aren't any results for that query.", -1);
11547
- function sd(t, e, n, s, r, i) {
11481
+ }, Qu = { class: "cpTableEmptyState" }, Xu = { class: "cpTableEmptyState__wrapper" }, ed = { class: "cpTableEmptyState__icon" }, td = { class: "cpTableEmptyState__headline" }, nd = /* @__PURE__ */ D("p", { class: "cpTableEmptyState__description" }, "There aren't any results for that query.", -1);
11482
+ function rd(t, e, n, s, r, i) {
11548
11483
  const a = F("cp-icon");
11549
- return x(), S("div", Xu, [
11550
- D("div", ed, [
11551
- D("figure", td, [
11484
+ return x(), S("div", Qu, [
11485
+ D("div", Xu, [
11486
+ D("figure", ed, [
11552
11487
  A(a, { type: "search" })
11553
11488
  ]),
11554
- D("p", nd, [
11489
+ D("p", td, [
11555
11490
  D("strong", null, T(n.placeholder), 1)
11556
11491
  ]),
11557
- rd
11492
+ nd
11558
11493
  ])
11559
11494
  ]);
11560
11495
  }
11561
- const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11496
+ const sd = /* @__PURE__ */ Y(Ku, [["render", rd]]), tn = 100, Re = {
11562
11497
  GROUP_BY: "groupBy",
11563
11498
  FULL_WIDTH: "fullWidth",
11564
11499
  IS_SELECTED: "isSelected"
11565
11500
  }, nn = {
11566
11501
  RESULTS: "results",
11567
11502
  PAGES: "pages"
11568
- }, ad = "#5341F9", od = {
11503
+ }, id = "#5341F9", ad = {
11569
11504
  components: {
11570
- CpTableEmptyState: id
11505
+ CpTableEmptyState: sd
11571
11506
  },
11572
11507
  props: {
11573
11508
  caption: {
@@ -11624,7 +11559,7 @@ const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11624
11559
  return {
11625
11560
  uniqueId: he(),
11626
11561
  pageNumber: 0,
11627
- LoaderColor: ad
11562
+ LoaderColor: id
11628
11563
  };
11629
11564
  },
11630
11565
  computed: {
@@ -11644,7 +11579,7 @@ const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11644
11579
  normalizedColumns() {
11645
11580
  return this.columns ? (this.columns.length ? [...this.columns] : [...this.columnsFromRows]).map((e) => typeof e == "string" ? {
11646
11581
  id: Er(e),
11647
- name: Ku(e)
11582
+ name: Ju(e)
11648
11583
  } : {
11649
11584
  id: e.id || Er(e.name),
11650
11585
  ...e
@@ -11657,8 +11592,7 @@ const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11657
11592
  return this.data.length ? this.data.some((t) => Re.GROUP_BY in t) : !1;
11658
11593
  },
11659
11594
  columnsFromRows() {
11660
- if (!this.data.length)
11661
- return [];
11595
+ if (!this.data.length) return [];
11662
11596
  const t = this.hasGroupBy ? this.data[0].rows[0] : this.data[0];
11663
11597
  return Object.keys(t);
11664
11598
  },
@@ -11757,14 +11691,12 @@ const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11757
11691
  return this.rawVisibleRows[t];
11758
11692
  },
11759
11693
  handleRowClick(t, e) {
11760
- if (this.isFullWidthRow(t))
11761
- return;
11694
+ if (this.isFullWidthRow(t)) return;
11762
11695
  const n = this.getRowPayload(e);
11763
11696
  this.$emit("on-row-click", n);
11764
11697
  },
11765
11698
  handleRowRightClick({ rowData: t, rowIndex: e }, n) {
11766
- if (this.isFullWidthRow(t))
11767
- return;
11699
+ if (this.isFullWidthRow(t)) return;
11768
11700
  const s = this.getRowPayload(e);
11769
11701
  this.$emit("on-row-right-click", { data: s, event: n });
11770
11702
  },
@@ -11840,13 +11772,13 @@ const id = /* @__PURE__ */ Y(Qu, [["render", sd]]), tn = 100, Re = {
11840
11772
  return this.enableRowOptions && !this.isFullWidthRow(t);
11841
11773
  }
11842
11774
  }
11843
- }, ld = ["aria-labelledby"], cd = { class: "cpTable__table" }, ud = ["id"], dd = { class: "cpTable__header" }, hd = { class: "cpTable__row cpTable__row--header" }, fd = { class: "cpTable__column cpTable__column--isOptions" }, pd = /* @__PURE__ */ D("span", null, null, -1), yd = [
11844
- pd
11845
- ], md = { class: "cpTable__body" }, gd = ["tabindex", "onClick", "onContextmenu", "onKeydown"], vd = ["colspan"], xd = { key: 0 }, bd = { class: "cpTable__cell cpTable__cell--isOptions" }, wd = ["onClick"], Sd = {
11775
+ }, od = ["aria-labelledby"], ld = { class: "cpTable__table" }, cd = ["id"], ud = { class: "cpTable__header" }, dd = { class: "cpTable__row cpTable__row--header" }, hd = { class: "cpTable__column cpTable__column--isOptions" }, fd = /* @__PURE__ */ D("span", null, null, -1), pd = [
11776
+ fd
11777
+ ], yd = { class: "cpTable__body" }, md = ["tabindex", "onClick", "onContextmenu", "onKeydown"], gd = ["colspan"], vd = { key: 0 }, xd = { class: "cpTable__cell cpTable__cell--isOptions" }, bd = ["onClick"], wd = {
11846
11778
  key: 0,
11847
11779
  class: "cpTable__footer"
11848
- }, Dd = { class: "footer__details" }, kd = { class: "footer__results" }, Md = { class: "footer__resultsCount" }, Od = { class: "footer__pagination" }, _d = ["disabled"], Id = ["disabled"], jd = /* @__PURE__ */ D("div", { class: "cpTable__overlay" }, null, -1);
11849
- function Td(t, e, n, s, r, i) {
11780
+ }, Sd = { class: "footer__details" }, Dd = { class: "footer__results" }, kd = { class: "footer__resultsCount" }, Md = { class: "footer__pagination" }, Od = ["disabled"], _d = ["disabled"], Id = /* @__PURE__ */ D("div", { class: "cpTable__overlay" }, null, -1);
11781
+ function jd(t, e, n, s, r, i) {
11850
11782
  const a = F("cp-icon"), l = F("cp-table-empty-state"), o = F("cp-loader");
11851
11783
  return x(), S("div", {
11852
11784
  class: W(["cpTable", i.mainClasses])
@@ -11858,14 +11790,14 @@ function Td(t, e, n, s, r, i) {
11858
11790
  tabindex: "0",
11859
11791
  class: W(["cpTable__container", i.containerClasses])
11860
11792
  }, [
11861
- D("table", cd, [
11793
+ D("table", ld, [
11862
11794
  n.caption ? (x(), S("caption", {
11863
11795
  key: 0,
11864
11796
  id: r.uniqueId,
11865
11797
  class: "cpTable__caption"
11866
- }, T(n.caption), 9, ud)) : I("", !0),
11867
- D("thead", dd, [
11868
- D("tr", hd, [
11798
+ }, T(n.caption), 9, cd)) : I("", !0),
11799
+ D("thead", ud, [
11800
+ D("tr", dd, [
11869
11801
  (x(!0), S(J, null, te(i.normalizedColumns, (c) => (x(), S("th", {
11870
11802
  key: c.id,
11871
11803
  class: "cpTable__column",
@@ -11875,12 +11807,12 @@ function Td(t, e, n, s, r, i) {
11875
11807
  K(T(c.name), 1)
11876
11808
  ])
11877
11809
  ], 4))), 128)),
11878
- ae(D("th", fd, yd, 512), [
11810
+ ae(D("th", hd, pd, 512), [
11879
11811
  [pt, n.enableRowOptions]
11880
11812
  ])
11881
11813
  ])
11882
11814
  ]),
11883
- D("tbody", md, [
11815
+ D("tbody", yd, [
11884
11816
  (x(!0), S(J, null, te(i.visibleRows, (c, u) => (x(), S("tr", {
11885
11817
  key: u,
11886
11818
  class: W(["cpTable__row cpTable__row--body", i.getRowClasses(c, u)]),
@@ -11897,25 +11829,25 @@ function Td(t, e, n, s, r, i) {
11897
11829
  colspan: i.getColspan(h)
11898
11830
  }, [
11899
11831
  $(t.$slots, h, { cell: d }, () => [
11900
- i.isFullWidthRow(c) ? (x(), S("span", xd, T(d), 1)) : (x(), S(J, { key: 1 }, [
11832
+ i.isFullWidthRow(c) ? (x(), S("span", vd, T(d), 1)) : (x(), S(J, { key: 1 }, [
11901
11833
  K(T(d), 1)
11902
11834
  ], 64))
11903
11835
  ])
11904
- ], 14, vd))), 128)),
11905
- ae(D("td", bd, [
11836
+ ], 14, gd))), 128)),
11837
+ ae(D("td", xd, [
11906
11838
  $(t.$slots, "row-quick-actions", { row: c }, () => [
11907
11839
  D("button", {
11908
11840
  type: "button",
11909
11841
  onClick: ht((d) => i.handleRowRightClick({ rowData: c, rowIndex: u }, d), ["stop"])
11910
11842
  }, [
11911
11843
  A(a, { type: "more-vertical" })
11912
- ], 8, wd)
11844
+ ], 8, bd)
11913
11845
  ])
11914
11846
  ], 512), [
11915
11847
  [pt, i.areRowOptionsEnabled(c)]
11916
11848
  ])
11917
11849
  ])
11918
- ], 42, gd))), 128))
11850
+ ], 42, md))), 128))
11919
11851
  ])
11920
11852
  ]),
11921
11853
  i.hasNoResult ? (x(), U(l, {
@@ -11923,10 +11855,10 @@ function Td(t, e, n, s, r, i) {
11923
11855
  placeholder: n.noResultPlaceholder,
11924
11856
  class: "cpTable__emptyState"
11925
11857
  }, null, 8, ["placeholder"])) : I("", !0)
11926
- ], 10, ld),
11927
- i.hasPagination ? (x(), S("div", Sd, [
11928
- D("div", Dd, [
11929
- D("p", kd, [
11858
+ ], 10, od),
11859
+ i.hasPagination ? (x(), S("div", wd, [
11860
+ D("div", Sd, [
11861
+ D("p", Dd, [
11930
11862
  n.isLoading ? (x(), S(J, { key: 1 }, [
11931
11863
  K(" Loading "),
11932
11864
  A(o, {
@@ -11936,38 +11868,38 @@ function Td(t, e, n, s, r, i) {
11936
11868
  ], 64)) : $(t.$slots, "footer-details", { key: 0 }, () => [
11937
11869
  i.numberOfResults ? (x(), S(J, { key: 0 }, [
11938
11870
  D("strong", null, T(i.paginationLabel), 1),
11939
- D("span", Md, " on " + T(i.paginationResultsDetails), 1)
11871
+ D("span", kd, " on " + T(i.paginationResultsDetails), 1)
11940
11872
  ], 64)) : (x(), S(J, { key: 1 }, [
11941
11873
  K(" No results ")
11942
11874
  ], 64))
11943
11875
  ])
11944
11876
  ])
11945
11877
  ]),
11946
- D("div", Od, [
11878
+ D("div", Md, [
11947
11879
  D("button", {
11948
11880
  disabled: !i.isPreviousEnabled,
11949
11881
  type: "button",
11950
11882
  onClick: e[0] || (e[0] = (c) => i.handleNavigationClick(!1))
11951
- }, "Prev.", 8, _d),
11883
+ }, "Prev.", 8, Od),
11952
11884
  D("button", {
11953
11885
  disabled: !i.isNextEnabled,
11954
11886
  type: "button",
11955
11887
  onClick: e[1] || (e[1] = (c) => i.handleNavigationClick())
11956
- }, "Next", 8, Id)
11888
+ }, "Next", 8, _d)
11957
11889
  ])
11958
11890
  ])) : I("", !0),
11959
- jd
11891
+ Id
11960
11892
  ], 2);
11961
11893
  }
11962
- const Ed = /* @__PURE__ */ Y(od, [["render", Td]]), Cd = () => typeof document < "u" && document.createElement("div"), Ad = (t, { props: e, children: n, element: s, app: r } = {}) => {
11963
- let i = s || Cd(), a = an(t, e, n);
11894
+ const Td = /* @__PURE__ */ Y(ad, [["render", jd]]), Ed = () => typeof document < "u" && document.createElement("div"), Cd = (t, { props: e, children: n, element: s, app: r } = {}) => {
11895
+ let i = s || Ed(), a = an(t, e, n);
11964
11896
  return r && r._context && (a.appContext = r._context), Wn(a, i), { vNode: a, destroy: () => {
11965
11897
  i && Wn(null, i), i = null, a = null;
11966
11898
  }, el: i };
11967
- }, Vd = (t = {}) => ({
11899
+ }, Ad = (t = {}) => ({
11968
11900
  show(e = {}) {
11969
11901
  let n = { ...e };
11970
- Ad(si, {
11902
+ Cd(si, {
11971
11903
  props: { ...t, ...n }
11972
11904
  });
11973
11905
  },
@@ -11991,33 +11923,33 @@ const Ed = /* @__PURE__ */ Y(od, [["render", Td]]), Cd = () => typeof document <
11991
11923
  CpBadge: Mo,
11992
11924
  CpHeading: Rs,
11993
11925
  CpButton: Ps,
11994
- CpDialogWrapper: Lo,
11995
- CpDialog: Vo,
11996
- CpDate: pl,
11926
+ CpDialogWrapper: Ro,
11927
+ CpDialog: Ao,
11928
+ CpDate: fl,
11997
11929
  CpCoreDatepicker: _n,
11998
- CpDatepicker: Kl,
11999
- CpCalendar: fc,
12000
- CpAlert: xc,
11930
+ CpDatepicker: Jl,
11931
+ CpCalendar: hc,
11932
+ CpAlert: vc,
12001
11933
  CpLoader: Ls,
12002
11934
  CpInput: jn,
12003
- CpTextarea: iu,
12004
- CpSelect: hu,
12005
- CpSelectMenu: Ou,
12006
- CpCheckbox: Eu,
12007
- CpRadio: Wu,
12008
- CpSwitch: Ju,
12009
- CpTable: Ed,
11935
+ CpTextarea: su,
11936
+ CpSelect: du,
11937
+ CpSelectMenu: Mu,
11938
+ CpCheckbox: Tu,
11939
+ CpRadio: zu,
11940
+ CpSwitch: Gu,
11941
+ CpTable: Td,
12010
11942
  CpIcon: bt,
12011
11943
  TransitionExpand: zt
12012
- }, Fd = {
11944
+ }, Nd = {
12013
11945
  install(t, e) {
12014
11946
  Object.keys(Cr).forEach((s) => {
12015
11947
  t.component(s, Cr[s]);
12016
11948
  }), t.directive("click-outside", wi), t.directive("maska", bi);
12017
- let n = Vd(e);
11949
+ let n = Ad(e);
12018
11950
  t.$toaster = n, t.config.globalProperties.$toaster = n;
12019
11951
  }
12020
11952
  };
12021
11953
  export {
12022
- Fd as default
11954
+ Nd as default
12023
11955
  };