@citizenplane/pimp 8.5.2 → 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
@@ -76,13 +76,13 @@ class Hn {
76
76
  const r = `value=${e},mask=${n},masked=${s ? 1 : 0}`;
77
77
  if (this.memo.has(r))
78
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 && w > -1 : () => g < i.length && w < e.length, p = (v) => !this.isReversed() && v <= d || this.isReversed() && v >= d;
80
- let y, f = -1, g = this.isReversed() ? i.length - 1 : 0, w = this.isReversed() ? e.length - 1 : 0, m = !1;
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
81
  for (; h(); ) {
82
- const v = i.charAt(g), M = o[v], E = (M == null ? void 0 : M.transform) != null ? M.transform(e.charAt(w)) : e.charAt(w);
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, w -= c, m = !1) : E === y ? y = void 0 : M.optional && (g += c, w -= c), w += c) : (s && !this.isEager() && l[u](v), E === v && !this.isEager() ? w += c : y = v, this.isEager() || (g += c)), this.isEager())
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
84
  for (; p(g) && (o[i.charAt(g)] == null || a.includes(g)); )
85
- s ? l[u](i.charAt(g)) : i.charAt(g) === e.charAt(w) && (w += c), g += c;
85
+ s ? l[u](i.charAt(g)) : i.charAt(g) === e.charAt(b) && (b += c), g += c;
86
86
  }
87
87
  return this.memo.set(r, l.join("")), this.memo.get(r);
88
88
  }
@@ -576,8 +576,7 @@ class Oe extends mt {
576
576
  /** @override **/
577
577
  offset(e) {
578
578
  const n = new Date(e);
579
- if (isNaN(n))
580
- return NaN;
579
+ if (isNaN(n)) return NaN;
581
580
  const s = _i(this.name);
582
581
  let [r, i, a, l, o, c, u] = s.formatToParts ? Ti(s, n) : ji(s, n);
583
582
  l === "BC" && (r = -Math.abs(r) + 1);
@@ -664,7 +663,7 @@ function Ri(t, e, n) {
664
663
  function Li(t) {
665
664
  const e = [];
666
665
  for (let n = 1; n <= 12; n++) {
667
- const s = b.utc(2009, n, 1);
666
+ const s = w.utc(2009, n, 1);
668
667
  e.push(t(s));
669
668
  }
670
669
  return e;
@@ -672,7 +671,7 @@ function Li(t) {
672
671
  function Pi(t) {
673
672
  const e = [];
674
673
  for (let n = 1; n <= 7; n++) {
675
- const s = b.utc(2016, 11, 13 + n);
674
+ const s = w.utc(2016, 11, 13 + n);
676
675
  e.push(t(s));
677
676
  }
678
677
  return e;
@@ -712,8 +711,7 @@ class Bi {
712
711
  else if (e.zone.type === "fixed") {
713
712
  const a = -1 * (e.offset / 60), l = a >= 0 ? `Etc/GMT+${a}` : `Etc/GMT${a}`;
714
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);
715
- } else
716
- 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);
717
715
  const i = { ...this.opts };
718
716
  i.timeZone = i.timeZone || r, this.dtf = cn(n, i);
719
717
  }
@@ -824,7 +822,7 @@ class L {
824
822
  () => {
825
823
  if (!this.meridiemCache) {
826
824
  const e = { hour: "numeric", hourCycle: "h12" };
827
- 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(
828
826
  (n) => this.extract(n, e, "dayperiod")
829
827
  );
830
828
  }
@@ -835,7 +833,7 @@ class L {
835
833
  eras(e) {
836
834
  return St(this, e, vs, () => {
837
835
  const n = { era: e };
838
- 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(
839
837
  (s) => this.extract(s, n, "era")
840
838
  )), this.eraCache[e];
841
839
  });
@@ -992,8 +990,7 @@ function Ce(t, e) {
992
990
  if (qi(t)) {
993
991
  const n = t.toLowerCase();
994
992
  return n === "default" ? e : n === "local" || n === "system" ? Nt.instance : n === "utc" || n === "gmt" ? ne.utcInstance : ne.parseSpecifier(n) || Oe.create(t);
995
- } else
996
- 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);
997
994
  }
998
995
  let Yn = () => Date.now(), qn = "system", Gn = null, Jn = null, Kn = null, Qn = 60, Xn, er = null;
999
996
  class Z {
@@ -1367,8 +1364,7 @@ function At(t, e) {
1367
1364
  for (const s in t)
1368
1365
  if (Ke(t, s)) {
1369
1366
  const r = t[s];
1370
- if (r == null)
1371
- continue;
1367
+ if (r == null) continue;
1372
1368
  n[e(s)] = ds(r);
1373
1369
  }
1374
1370
  return n;
@@ -2211,8 +2207,7 @@ class V {
2211
2207
  millisecond: "milliseconds",
2212
2208
  milliseconds: "milliseconds"
2213
2209
  }[e && e.toLowerCase()];
2214
- if (!n)
2215
- throw new Fr(e);
2210
+ if (!n) throw new Fr(e);
2216
2211
  return n;
2217
2212
  }
2218
2213
  /**
@@ -2282,8 +2277,7 @@ class V {
2282
2277
  * ```
2283
2278
  */
2284
2279
  toHuman(e = {}) {
2285
- if (!this.isValid)
2286
- return lr;
2280
+ if (!this.isValid) return lr;
2287
2281
  const n = Le.map((s) => {
2288
2282
  const r = this.values[s];
2289
2283
  return j(r) ? null : this.loc.numberFormatter({ style: "unit", unitDisplay: "long", ...e, unit: s.slice(0, -1) }).format(r);
@@ -2309,8 +2303,7 @@ class V {
2309
2303
  * @return {string}
2310
2304
  */
2311
2305
  toISO() {
2312
- if (!this.isValid)
2313
- return null;
2306
+ if (!this.isValid) return null;
2314
2307
  let e = "P";
2315
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;
2316
2309
  }
@@ -2331,8 +2324,7 @@ class V {
2331
2324
  * @return {string}
2332
2325
  */
2333
2326
  toISOTime(e = {}) {
2334
- if (!this.isValid)
2335
- return null;
2327
+ if (!this.isValid) return null;
2336
2328
  const n = this.toMillis();
2337
2329
  return n < 0 || n >= 864e5 ? null : (e = {
2338
2330
  suppressMilliseconds: !1,
@@ -2341,7 +2333,7 @@ class V {
2341
2333
  format: "extended",
2342
2334
  ...e,
2343
2335
  includeOffset: !1
2344
- }, b.fromMillis(n, { zone: "UTC" }).toISOTime(e));
2336
+ }, w.fromMillis(n, { zone: "UTC" }).toISOTime(e));
2345
2337
  }
2346
2338
  /**
2347
2339
  * Returns an ISO 8601 representation of this Duration appropriate for use in JSON.
@@ -2384,8 +2376,7 @@ class V {
2384
2376
  * @return {Duration}
2385
2377
  */
2386
2378
  plus(e) {
2387
- if (!this.isValid)
2388
- return this;
2379
+ if (!this.isValid) return this;
2389
2380
  const n = V.fromDurationLike(e), s = {};
2390
2381
  for (const r of Le)
2391
2382
  (Ke(n.values, r) || Ke(this.values, r)) && (s[r] = n.get(r) + this.get(r));
@@ -2397,8 +2388,7 @@ class V {
2397
2388
  * @return {Duration}
2398
2389
  */
2399
2390
  minus(e) {
2400
- if (!this.isValid)
2401
- return this;
2391
+ if (!this.isValid) return this;
2402
2392
  const n = V.fromDurationLike(e);
2403
2393
  return this.plus(n.negate());
2404
2394
  }
@@ -2410,8 +2400,7 @@ class V {
2410
2400
  * @return {Duration}
2411
2401
  */
2412
2402
  mapUnits(e) {
2413
- if (!this.isValid)
2414
- return this;
2403
+ if (!this.isValid) return this;
2415
2404
  const n = {};
2416
2405
  for (const s of Object.keys(this.values))
2417
2406
  n[s] = ds(e(this.values[s], s));
@@ -2436,8 +2425,7 @@ class V {
2436
2425
  * @return {Duration}
2437
2426
  */
2438
2427
  set(e) {
2439
- if (!this.isValid)
2440
- return this;
2428
+ if (!this.isValid) return this;
2441
2429
  const n = { ...this.values, ...At(e, V.normalizeUnit) };
2442
2430
  return Te(this, { values: n });
2443
2431
  }
@@ -2477,8 +2465,7 @@ class V {
2477
2465
  * @return {Duration}
2478
2466
  */
2479
2467
  normalize() {
2480
- if (!this.isValid)
2481
- return this;
2468
+ if (!this.isValid) return this;
2482
2469
  const e = this.toObject();
2483
2470
  return cr(this.matrix, e), Te(this, { values: e }, !0);
2484
2471
  }
@@ -2488,8 +2475,7 @@ class V {
2488
2475
  * @return {Duration}
2489
2476
  */
2490
2477
  rescale() {
2491
- if (!this.isValid)
2492
- return this;
2478
+ if (!this.isValid) return this;
2493
2479
  const e = Ka(this.normalize().shiftToAll().toObject());
2494
2480
  return Te(this, { values: e }, !0);
2495
2481
  }
@@ -2499,8 +2485,7 @@ class V {
2499
2485
  * @return {Duration}
2500
2486
  */
2501
2487
  shiftTo(...e) {
2502
- if (!this.isValid)
2503
- return this;
2488
+ if (!this.isValid) return this;
2504
2489
  if (e.length === 0)
2505
2490
  return this;
2506
2491
  e = e.map((a) => V.normalizeUnit(a));
@@ -2515,8 +2500,7 @@ class V {
2515
2500
  Pe(r[a]) && (l += r[a]);
2516
2501
  const o = Math.trunc(l);
2517
2502
  n[a] = o, s[a] = (l * 1e3 - o * 1e3) / 1e3;
2518
- } else
2519
- Pe(r[a]) && (s[a] = r[a]);
2503
+ } else Pe(r[a]) && (s[a] = r[a]);
2520
2504
  for (const a in s)
2521
2505
  s[a] !== 0 && (n[i] += a === i ? s[a] : s[a] / this.matrix[i][a]);
2522
2506
  return cr(this.matrix, n), Te(this, { values: n }, !0);
@@ -2544,8 +2528,7 @@ class V {
2544
2528
  * @return {Duration}
2545
2529
  */
2546
2530
  negate() {
2547
- if (!this.isValid)
2548
- return this;
2531
+ if (!this.isValid) return this;
2549
2532
  const e = {};
2550
2533
  for (const n of Object.keys(this.values))
2551
2534
  e[n] = this.values[n] === 0 ? 0 : -this.values[n];
@@ -2728,13 +2711,13 @@ class H {
2728
2711
  if (s && r) {
2729
2712
  let i, a;
2730
2713
  try {
2731
- i = b.fromISO(s, n), a = i.isValid;
2714
+ i = w.fromISO(s, n), a = i.isValid;
2732
2715
  } catch {
2733
2716
  a = !1;
2734
2717
  }
2735
2718
  let l, o;
2736
2719
  try {
2737
- l = b.fromISO(r, n), o = l.isValid;
2720
+ l = w.fromISO(r, n), o = l.isValid;
2738
2721
  } catch {
2739
2722
  o = !1;
2740
2723
  }
@@ -2813,8 +2796,7 @@ class H {
2813
2796
  * @return {number}
2814
2797
  */
2815
2798
  count(e = "milliseconds", n) {
2816
- if (!this.isValid)
2817
- return NaN;
2799
+ if (!this.isValid) return NaN;
2818
2800
  const s = this.start.startOf(e, n);
2819
2801
  let r;
2820
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());
@@ -2874,8 +2856,7 @@ class H {
2874
2856
  * @return {Array}
2875
2857
  */
2876
2858
  splitAt(...e) {
2877
- if (!this.isValid)
2878
- return [];
2859
+ if (!this.isValid) return [];
2879
2860
  const n = e.map(at).filter((a) => this.contains(a)).sort((a, l) => a.toMillis() - l.toMillis()), s = [];
2880
2861
  let { s: r } = this, i = 0;
2881
2862
  for (; r < this.e; ) {
@@ -2958,8 +2939,7 @@ class H {
2958
2939
  * @return {Interval}
2959
2940
  */
2960
2941
  intersection(e) {
2961
- if (!this.isValid)
2962
- return this;
2942
+ if (!this.isValid) return this;
2963
2943
  const n = this.s > e.s ? this.s : e.s, s = this.e < e.e ? this.e : e.e;
2964
2944
  return n >= s ? null : H.fromDateTimes(n, s);
2965
2945
  }
@@ -2970,8 +2950,7 @@ class H {
2970
2950
  * @return {Interval}
2971
2951
  */
2972
2952
  union(e) {
2973
- if (!this.isValid)
2974
- return this;
2953
+ if (!this.isValid) return this;
2975
2954
  const n = this.s < e.s ? this.s : e.s, s = this.e > e.e ? this.e : e.e;
2976
2955
  return H.fromDateTimes(n, s);
2977
2956
  }
@@ -3121,7 +3100,7 @@ class Se {
3121
3100
  * @return {boolean}
3122
3101
  */
3123
3102
  static hasDST(e = Z.defaultZone) {
3124
- const n = b.now().setZone(e).set({ month: 12 });
3103
+ const n = w.now().setZone(e).set({ month: 12 });
3125
3104
  return !e.isUniversal && n.offset !== n.set({ month: 6 }).offset;
3126
3105
  }
3127
3106
  /**
@@ -3408,7 +3387,7 @@ function ao(t) {
3408
3387
  return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
3409
3388
  }
3410
3389
  function oo(t, e) {
3411
- 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: ([w]) => w, literal: !0 }), f = ((g) => {
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) => {
3412
3391
  if (t.literal)
3413
3392
  return p(g);
3414
3393
  switch (g.val) {
@@ -3638,7 +3617,7 @@ function fo(t) {
3638
3617
  }
3639
3618
  let qt = null;
3640
3619
  function po() {
3641
- return qt || (qt = b.fromMillis(1555555555555)), qt;
3620
+ return qt || (qt = w.fromMillis(1555555555555)), qt;
3642
3621
  }
3643
3622
  function yo(t, e) {
3644
3623
  if (t.literal)
@@ -3695,7 +3674,7 @@ function Fe(t, e) {
3695
3674
  loc: t.loc,
3696
3675
  invalid: t.invalid
3697
3676
  };
3698
- return new b({ ...n, ...e, old: n });
3677
+ return new w({ ...n, ...e, old: n });
3699
3678
  }
3700
3679
  function Cs(t, e, n) {
3701
3680
  let s = t - e * 60 * 1e3;
@@ -3745,14 +3724,14 @@ function yr(t, e) {
3745
3724
  function it(t, e, n, s, r, i) {
3746
3725
  const { setZone: a, zone: l } = n;
3747
3726
  if (t && Object.keys(t).length !== 0 || e) {
3748
- const o = e || l, c = b.fromObject(t, {
3727
+ const o = e || l, c = w.fromObject(t, {
3749
3728
  ...n,
3750
3729
  zone: o,
3751
3730
  specificOffset: i
3752
3731
  });
3753
3732
  return a ? c : c.setZone(l);
3754
3733
  } else
3755
- return b.invalid(
3734
+ return w.invalid(
3756
3735
  new ge("unparsable", `the input "${r}" can't be parsed as ${s}`)
3757
3736
  );
3758
3737
  }
@@ -3827,8 +3806,7 @@ function wo(t) {
3827
3806
  weekyears: "weekYear",
3828
3807
  ordinal: "ordinal"
3829
3808
  }[t.toLowerCase()];
3830
- if (!e)
3831
- throw new Fr(t);
3809
+ if (!e) throw new Fr(t);
3832
3810
  return e;
3833
3811
  }
3834
3812
  function gr(t) {
@@ -3856,11 +3834,11 @@ function vr(t, e) {
3856
3834
  j(t[c]) && (t[c] = As[c]);
3857
3835
  const l = as(t) || os(t);
3858
3836
  if (l)
3859
- return b.invalid(l);
3837
+ return w.invalid(l);
3860
3838
  const o = n.offset(r);
3861
3839
  [i, a] = It(t, o, n);
3862
3840
  }
3863
- return new b({ ts: i, zone: n, loc: s, o: a });
3841
+ return new w({ ts: i, zone: n, loc: s, o: a });
3864
3842
  }
3865
3843
  function xr(t, e, n) {
3866
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);
@@ -3877,7 +3855,7 @@ function br(t) {
3877
3855
  let e = {}, n;
3878
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];
3879
3857
  }
3880
- class b {
3858
+ class w {
3881
3859
  /**
3882
3860
  * @access private
3883
3861
  */
@@ -3904,7 +3882,7 @@ class b {
3904
3882
  * @return {DateTime}
3905
3883
  */
3906
3884
  static now() {
3907
- return new b({});
3885
+ return new w({});
3908
3886
  }
3909
3887
  /**
3910
3888
  * Create a local DateTime
@@ -3969,13 +3947,13 @@ class b {
3969
3947
  static fromJSDate(e, n = {}) {
3970
3948
  const s = Gi(e) ? e.valueOf() : NaN;
3971
3949
  if (Number.isNaN(s))
3972
- return b.invalid("invalid input");
3950
+ return w.invalid("invalid input");
3973
3951
  const r = Ce(n.zone, Z.defaultZone);
3974
- return r.isValid ? new b({
3952
+ return r.isValid ? new w({
3975
3953
  ts: s,
3976
3954
  zone: r,
3977
3955
  loc: L.fromObject(n)
3978
- }) : b.invalid(kt(r));
3956
+ }) : w.invalid(kt(r));
3979
3957
  }
3980
3958
  /**
3981
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.
@@ -3989,7 +3967,7 @@ class b {
3989
3967
  */
3990
3968
  static fromMillis(e, n = {}) {
3991
3969
  if (Pe(e))
3992
- 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({
3993
3971
  ts: e,
3994
3972
  zone: Ce(n.zone, Z.defaultZone),
3995
3973
  loc: L.fromObject(n)
@@ -4010,7 +3988,7 @@ class b {
4010
3988
  */
4011
3989
  static fromSeconds(e, n = {}) {
4012
3990
  if (Pe(e))
4013
- return new b({
3991
+ return new w({
4014
3992
  ts: e * 1e3,
4015
3993
  zone: Ce(n.zone, Z.defaultZone),
4016
3994
  loc: L.fromObject(n)
@@ -4053,7 +4031,7 @@ class b {
4053
4031
  e = e || {};
4054
4032
  const s = Ce(n.zone, Z.defaultZone);
4055
4033
  if (!s.isValid)
4056
- return b.invalid(kt(s));
4034
+ return w.invalid(kt(s));
4057
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;
4058
4036
  if ((p || u) && y)
4059
4037
  throw new Ye(
@@ -4062,23 +4040,23 @@ class b {
4062
4040
  if (h && u)
4063
4041
  throw new Ye("Can't mix ordinal dates with month/day");
4064
4042
  const f = y || i.weekday && !p;
4065
- let g, w, m = Mt(o, c);
4066
- f ? (g = xo, w = go, m = Et(m, a, l)) : u ? (g = bo, w = vo, m = Yt(m)) : (g = Vs, w = As);
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);
4067
4045
  let v = !1;
4068
4046
  for (const R of g) {
4069
4047
  const ee = i[R];
4070
- j(ee) ? v ? i[R] = w[R] : i[R] = m[R] : v = !0;
4048
+ j(ee) ? v ? i[R] = b[R] : i[R] = m[R] : v = !0;
4071
4049
  }
4072
4050
  const M = f ? Zi(i, a, l) : u ? Yi(i) : as(i), E = M || os(i);
4073
4051
  if (E)
4074
- return b.invalid(E);
4075
- const _ = f ? 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({
4076
4054
  ts: C,
4077
4055
  zone: s,
4078
4056
  o: z,
4079
4057
  loc: r
4080
4058
  });
4081
- return i.weekday && p && e.weekday !== G.weekday ? b.invalid(
4059
+ return i.weekday && p && e.weekday !== G.weekday ? w.invalid(
4082
4060
  "mismatched weekday",
4083
4061
  `you can't specify both a weekday of ${i.weekday} and a date of ${G.toISO()}`
4084
4062
  ) : G;
@@ -4161,13 +4139,13 @@ class b {
4161
4139
  numberingSystem: i,
4162
4140
  defaultToEN: !0
4163
4141
  }), [l, o, c, u] = mo(a, e, n);
4164
- 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);
4165
4143
  }
4166
4144
  /**
4167
4145
  * @deprecated use fromFormat instead
4168
4146
  */
4169
4147
  static fromString(e, n, s = {}) {
4170
- return b.fromFormat(e, n, s);
4148
+ return w.fromFormat(e, n, s);
4171
4149
  }
4172
4150
  /**
4173
4151
  * Create a DateTime from a SQL date, time, or datetime
@@ -4205,7 +4183,7 @@ class b {
4205
4183
  const s = e instanceof ge ? e : new ge(e, n);
4206
4184
  if (Z.throwOnInvalid)
4207
4185
  throw new Si(s);
4208
- return new b({ invalid: s });
4186
+ return new w({ invalid: s });
4209
4187
  }
4210
4188
  /**
4211
4189
  * Check if an object is an instance of DateTime. Works across context boundaries
@@ -4641,7 +4619,7 @@ class b {
4641
4619
  }
4642
4620
  return Fe(this, { ts: r, zone: e });
4643
4621
  } else
4644
- return b.invalid(kt(e));
4622
+ return w.invalid(kt(e));
4645
4623
  }
4646
4624
  /**
4647
4625
  * "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime.
@@ -4676,8 +4654,7 @@ class b {
4676
4654
  * @return {DateTime}
4677
4655
  */
4678
4656
  set(e) {
4679
- if (!this.isValid)
4680
- return this;
4657
+ if (!this.isValid) return this;
4681
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;
4682
4659
  if ((c || a) && u)
4683
4660
  throw new Ye(
@@ -4708,8 +4685,7 @@ class b {
4708
4685
  * @return {DateTime}
4709
4686
  */
4710
4687
  plus(e) {
4711
- if (!this.isValid)
4712
- return this;
4688
+ if (!this.isValid) return this;
4713
4689
  const n = V.fromDurationLike(e);
4714
4690
  return Fe(this, yr(this, n));
4715
4691
  }
@@ -4720,8 +4696,7 @@ class b {
4720
4696
  @return {DateTime}
4721
4697
  */
4722
4698
  minus(e) {
4723
- if (!this.isValid)
4724
- return this;
4699
+ if (!this.isValid) return this;
4725
4700
  const n = V.fromDurationLike(e).negate();
4726
4701
  return Fe(this, yr(this, n));
4727
4702
  }
@@ -4738,8 +4713,7 @@ class b {
4738
4713
  * @return {DateTime}
4739
4714
  */
4740
4715
  startOf(e, { useLocaleWeeks: n = !1 } = {}) {
4741
- if (!this.isValid)
4742
- return this;
4716
+ if (!this.isValid) return this;
4743
4717
  const s = {}, r = V.normalizeUnit(e);
4744
4718
  switch (r) {
4745
4719
  case "years":
@@ -5040,8 +5014,7 @@ class b {
5040
5014
  * @return {Object}
5041
5015
  */
5042
5016
  toObject(e = {}) {
5043
- if (!this.isValid)
5044
- return {};
5017
+ if (!this.isValid) return {};
5045
5018
  const n = { ...this.c };
5046
5019
  return e.includeConfig && (n.outputCalendar = this.outputCalendar, n.numberingSystem = this.loc.numberingSystem, n.locale = this.loc.locale), n;
5047
5020
  }
@@ -5083,7 +5056,7 @@ class b {
5083
5056
  * @return {Duration}
5084
5057
  */
5085
5058
  diffNow(e = "milliseconds", n = {}) {
5086
- return this.diff(b.now(), e, n);
5059
+ return this.diff(w.now(), e, n);
5087
5060
  }
5088
5061
  /**
5089
5062
  * Return an Interval spanning between this DateTime and another DateTime
@@ -5105,8 +5078,7 @@ class b {
5105
5078
  * @return {boolean}
5106
5079
  */
5107
5080
  hasSame(e, n, s) {
5108
- if (!this.isValid)
5109
- return !1;
5081
+ if (!this.isValid) return !1;
5110
5082
  const r = e.valueOf(), i = this.setZone(e.zone, { keepLocalTime: !0 });
5111
5083
  return i.startOf(n, s) <= r && r <= i.endOf(n, s);
5112
5084
  }
@@ -5139,9 +5111,8 @@ class b {
5139
5111
  * @example DateTime.now().minus({ hours: 36 }).toRelative({ round: false }) //=> "1.5 days ago"
5140
5112
  */
5141
5113
  toRelative(e = {}) {
5142
- if (!this.isValid)
5143
- return null;
5144
- 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;
5145
5116
  let r = ["years", "months", "days", "hours", "minutes", "seconds"], i = e.unit;
5146
5117
  return Array.isArray(e.unit) && (r = e.unit, i = void 0), xr(n, this.plus(s), {
5147
5118
  ...e,
@@ -5164,7 +5135,7 @@ class b {
5164
5135
  * @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago"
5165
5136
  */
5166
5137
  toRelativeCalendar(e = {}) {
5167
- 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, {
5168
5139
  ...e,
5169
5140
  numeric: "auto",
5170
5141
  units: ["years", "months", "days"],
@@ -5177,7 +5148,7 @@ class b {
5177
5148
  * @return {DateTime} the min DateTime, or undefined if called with no argument
5178
5149
  */
5179
5150
  static min(...e) {
5180
- if (!e.every(b.isDateTime))
5151
+ if (!e.every(w.isDateTime))
5181
5152
  throw new se("min requires all arguments be DateTimes");
5182
5153
  return sr(e, (n) => n.valueOf(), Math.min);
5183
5154
  }
@@ -5187,7 +5158,7 @@ class b {
5187
5158
  * @return {DateTime} the max DateTime, or undefined if called with no argument
5188
5159
  */
5189
5160
  static max(...e) {
5190
- if (!e.every(b.isDateTime))
5161
+ if (!e.every(w.isDateTime))
5191
5162
  throw new se("max requires all arguments be DateTimes");
5192
5163
  return sr(e, (n) => n.valueOf(), Math.max);
5193
5164
  }
@@ -5211,7 +5182,7 @@ class b {
5211
5182
  * @deprecated use fromFormatExplain instead
5212
5183
  */
5213
5184
  static fromStringExplain(e, n, s = {}) {
5214
- return b.fromFormatExplain(e, n, s);
5185
+ return w.fromFormatExplain(e, n, s);
5215
5186
  }
5216
5187
  // FORMAT PRESETS
5217
5188
  /**
@@ -5370,19 +5341,19 @@ class b {
5370
5341
  }
5371
5342
  }
5372
5343
  function at(t) {
5373
- if (b.isDateTime(t))
5344
+ if (w.isDateTime(t))
5374
5345
  return t;
5375
5346
  if (t && t.valueOf && Pe(t.valueOf()))
5376
- return b.fromJSDate(t);
5347
+ return w.fromJSDate(t);
5377
5348
  if (t && typeof t == "object")
5378
- return b.fromObject(t);
5349
+ return w.fromObject(t);
5379
5350
  throw new se(
5380
5351
  `Unknown datetime argument: ${t}, of type ${typeof t}`
5381
5352
  );
5382
5353
  }
5383
5354
  const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({ dateOne: e, dateTwo: n, format: s, locale: r }) {
5384
5355
  let i = "";
5385
- 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;
5386
5357
  }, Ve = (t) => typeof t != "string" ? "" : t.charAt(0).toUpperCase() + t.slice(1), So = {
5387
5358
  key: 0,
5388
5359
  class: "cpBadge__icon"
@@ -5455,8 +5426,7 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5455
5426
  };
5456
5427
  }
5457
5428
  }, Fs = (t = document) => {
5458
- if (t === null)
5459
- return [];
5429
+ if (t === null) return [];
5460
5430
  const e = [
5461
5431
  ...t.querySelectorAll('a, button, input, textarea, select, details,[tabindex]:not([tabindex="-1"])')
5462
5432
  ];
@@ -5492,7 +5462,7 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5492
5462
  }), li(() => {
5493
5463
  p();
5494
5464
  }), (f, g) => {
5495
- const w = F("cp-icon");
5465
+ const b = F("cp-icon");
5496
5466
  return x(), S("div", _o, [
5497
5467
  D("dialog", {
5498
5468
  ref_key: "dialogElement",
@@ -5515,7 +5485,7 @@ const he = () => `_${Math.random().toString(36).substr(2, 9)}`, Ns = function({
5515
5485
  class: "cpDialog__close",
5516
5486
  onClick: u
5517
5487
  }, [
5518
- A(w, { type: "x" })
5488
+ A(b, { type: "x" })
5519
5489
  ])
5520
5490
  ])) : I("", !0),
5521
5491
  $(f.$slots, "default", {}, () => [
@@ -5771,11 +5741,11 @@ const Ps = /* @__PURE__ */ Y(Yo, [["render", Xo]]), el = 120, tl = {
5771
5741
  },
5772
5742
  minDate: {
5773
5743
  type: [String, Date],
5774
- default: b.now().minus({ year: el }).toISO()
5744
+ default: w.now().minus({ year: el }).toISO()
5775
5745
  },
5776
5746
  maxDate: {
5777
5747
  type: [String, Date],
5778
- default: b.now().toISO()
5748
+ default: w.now().toISO()
5779
5749
  },
5780
5750
  label: {
5781
5751
  type: String,
@@ -5838,9 +5808,9 @@ const Ps = /* @__PURE__ */ Y(Yo, [["render", Xo]]), el = 120, tl = {
5838
5808
  return this.isoMaxDate.year;
5839
5809
  },
5840
5810
  monthMaxDay() {
5841
- return b.fromObject({
5842
- year: this.year && this.year.length <= 4 ? Number(this.year) : b.now().year,
5843
- 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,
5844
5814
  day: 1
5845
5815
  }).daysInMonth;
5846
5816
  },
@@ -5851,17 +5821,17 @@ const Ps = /* @__PURE__ */ Y(Yo, [["render", Xo]]), el = 120, tl = {
5851
5821
  }));
5852
5822
  },
5853
5823
  isoDate() {
5854
- return b.fromObject({
5824
+ return w.fromObject({
5855
5825
  year: Number(this.year),
5856
5826
  month: Number(this.month),
5857
5827
  day: Number(this.day)
5858
5828
  }).toISODate();
5859
5829
  },
5860
5830
  isoMinDate() {
5861
- return b.fromISO(this.minDate);
5831
+ return w.fromISO(this.minDate);
5862
5832
  },
5863
5833
  isoMaxDate() {
5864
- return b.fromISO(this.maxDate);
5834
+ return w.fromISO(this.maxDate);
5865
5835
  },
5866
5836
  isDateAfterMinDate() {
5867
5837
  return this.isoDate >= this.isoMinDate.toISODate();
@@ -5931,7 +5901,7 @@ const Ps = /* @__PURE__ */ Y(Yo, [["render", Xo]]), el = 120, tl = {
5931
5901
  },
5932
5902
  methods: {
5933
5903
  initDateToken(t) {
5934
- return b.fromISO(this.modelValue).invalid ? "" : b.fromISO(this.modelValue)[t];
5904
+ return w.fromISO(this.modelValue).invalid ? "" : w.fromISO(this.modelValue)[t];
5935
5905
  },
5936
5906
  handleUpdate() {
5937
5907
  this.$emit("update:modelValue", this.isoDate), this.$emit("on-validation", this.isDateValid);
@@ -6090,7 +6060,7 @@ var zs = { exports: {} };
6090
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 */
6091
6061
  /***/
6092
6062
  function(n) {
6093
- 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>' };
6094
6064
  }
6095
6065
  ),
6096
6066
  /***/
@@ -6112,31 +6082,31 @@ var zs = { exports: {} };
6112
6082
  function o() {
6113
6083
  }
6114
6084
  o.prototype = /* @__PURE__ */ Object.create(null);
6115
- function c(w, m) {
6085
+ function c(b, m) {
6116
6086
  for (var v = m.length, M = 0; M < v; ++M)
6117
- f(w, m[M]);
6087
+ f(b, m[M]);
6118
6088
  }
6119
6089
  var u = {}.hasOwnProperty;
6120
- function d(w, m) {
6121
- w[m] = !0;
6090
+ function d(b, m) {
6091
+ b[m] = !0;
6122
6092
  }
6123
- function h(w, m) {
6093
+ function h(b, m) {
6124
6094
  for (var v in m)
6125
- u.call(m, v) && (w[v] = !!m[v]);
6095
+ u.call(m, v) && (b[v] = !!m[v]);
6126
6096
  }
6127
6097
  var p = /\s+/;
6128
- function y(w, m) {
6098
+ function y(b, m) {
6129
6099
  for (var v = m.split(p), M = v.length, E = 0; E < M; ++E)
6130
- w[v[E]] = !0;
6100
+ b[v[E]] = !0;
6131
6101
  }
6132
- function f(w, m) {
6102
+ function f(b, m) {
6133
6103
  if (m) {
6134
6104
  var v = typeof m;
6135
- v === "string" ? y(w, m) : Array.isArray(m) ? c(w, m) : v === "object" ? h(w, m) : v === "number" && d(w, m);
6105
+ v === "string" ? y(b, m) : Array.isArray(m) ? c(b, m) : v === "object" ? h(b, m) : v === "number" && d(b, m);
6136
6106
  }
6137
6107
  }
6138
6108
  function g() {
6139
- for (var w = arguments.length, m = Array(w), v = 0; v < w; v++)
6109
+ for (var b = arguments.length, m = Array(b), v = 0; v < b; v++)
6140
6110
  m[v] = arguments[v];
6141
6111
  var M = new o();
6142
6112
  c(M, m);
@@ -6240,17 +6210,17 @@ var zs = { exports: {} };
6240
6210
  "./node_modules/core-js/internals/get-iterator-method.js"
6241
6211
  );
6242
6212
  n.exports = function(p) {
6243
- var y = a(p), f = typeof this == "function" ? this : Array, g = arguments.length, w = g > 1 ? arguments[1] : void 0, m = w !== void 0, v = 0, M = d(y), E, _, C, z;
6244
- if (m && (w = i(w, g > 2 ? arguments[2] : void 0, 2)), M != null && !(f == Array && o(M)))
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)))
6245
6215
  for (z = M.call(y), _ = new f(); !(C = z.next()).done; v++)
6246
6216
  u(
6247
6217
  _,
6248
6218
  v,
6249
- m ? l(z, w, [C.value, v], !0) : C.value
6219
+ m ? l(z, b, [C.value, v], !0) : C.value
6250
6220
  );
6251
6221
  else
6252
6222
  for (E = c(y.length), _ = new f(E); E > v; v++)
6253
- u(_, v, m ? w(y[v], v) : y[v]);
6223
+ u(_, v, m ? b(y[v], v) : y[v]);
6254
6224
  return _.length = v, _;
6255
6225
  };
6256
6226
  }
@@ -6278,12 +6248,9 @@ var zs = { exports: {} };
6278
6248
  var h = i(c), p = a(h.length), y = l(d, p), f;
6279
6249
  if (o && u != u) {
6280
6250
  for (; p > y; )
6281
- if (f = h[y++], f != f)
6282
- return !0;
6283
- } else
6284
- for (; p > y; y++)
6285
- if ((o || y in h) && h[y] === u)
6286
- return o || y || 0;
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;
6287
6254
  return !o && -1;
6288
6255
  };
6289
6256
  };
@@ -6302,8 +6269,7 @@ var zs = { exports: {} };
6302
6269
  "./node_modules/core-js/internals/a-function.js"
6303
6270
  );
6304
6271
  n.exports = function(a, l, o) {
6305
- if (i(a), l === void 0)
6306
- return a;
6272
+ if (i(a), l === void 0) return a;
6307
6273
  switch (o) {
6308
6274
  case 0:
6309
6275
  return function() {
@@ -6379,8 +6345,7 @@ var zs = { exports: {} };
6379
6345
  } catch {
6380
6346
  }
6381
6347
  n.exports = function(u, d) {
6382
- if (!d && !l)
6383
- return !1;
6348
+ if (!d && !l) return !1;
6384
6349
  var h = !1;
6385
6350
  try {
6386
6351
  var p = {};
@@ -6602,16 +6567,14 @@ var zs = { exports: {} };
6602
6567
  ), f = r(
6603
6568
  /*! ../internals/iterators-core */
6604
6569
  "./node_modules/core-js/internals/iterators-core.js"
6605
- ), g = f.IteratorPrototype, w = f.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() {
6606
6571
  return this;
6607
6572
  };
6608
6573
  n.exports = function(C, z, G, R, ee, Be, re) {
6609
6574
  a(G, z, R);
6610
6575
  var _e = function(fe) {
6611
- if (fe === ee && ie)
6612
- return ie;
6613
- if (!w && fe in Q)
6614
- return Q[fe];
6576
+ if (fe === ee && ie) return ie;
6577
+ if (!b && fe in Q) return Q[fe];
6615
6578
  switch (fe) {
6616
6579
  case v:
6617
6580
  return function() {
@@ -6629,7 +6592,7 @@ var zs = { exports: {} };
6629
6592
  return function() {
6630
6593
  return new G(this);
6631
6594
  };
6632
- }, He = z + " Iterator", rt = !1, Q = C.prototype, le = Q[m] || Q["@@iterator"] || ee && Q[ee], ie = !w && le || _e(ee), st = z == "Array" && Q.entries || le, be, Ie, we;
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;
6633
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() {
6634
6597
  return le.call(this);
6635
6598
  }), (!p || re) && Q[m] !== ie && u(Q, m, ie), y[z] = ie, ee)
@@ -6637,11 +6600,9 @@ var zs = { exports: {} };
6637
6600
  values: _e(M),
6638
6601
  keys: Be ? ie : _e(v),
6639
6602
  entries: _e(E)
6640
- }, re)
6641
- for (we in Ie)
6642
- (w || rt || !(we in Q)) && d(Q, we, Ie[we]);
6643
- else
6644
- i({ target: z, proto: !0, forced: w || 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);
6645
6606
  return Ie;
6646
6607
  };
6647
6608
  }
@@ -6735,16 +6696,14 @@ var zs = { exports: {} };
6735
6696
  "./node_modules/core-js/internals/is-forced.js"
6736
6697
  );
6737
6698
  n.exports = function(h, p) {
6738
- var y = h.target, f = h.global, g = h.stat, w, m, v, M, E, _;
6739
- if (f ? m = i : g ? m = i[y] || c(y, {}) : m = (i[y] || {}).prototype, m)
6740
- for (v in p) {
6741
- if (E = p[v], h.noTargetGet ? (_ = a(m, v), M = _ && _.value) : M = m[v], w = d(f ? v : y + (g ? "." : "#") + v, h.forced), !w && M !== void 0) {
6742
- if (typeof E == typeof M)
6743
- continue;
6744
- u(E, M);
6745
- }
6746
- (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);
6747
6704
  }
6705
+ (h.sham || M && M.sham) && l(E, "sham", !0), o(m, v, E, h);
6706
+ }
6748
6707
  };
6749
6708
  }
6750
6709
  ),
@@ -6799,8 +6758,7 @@ var zs = { exports: {} };
6799
6758
  "./node_modules/core-js/internals/well-known-symbol.js"
6800
6759
  ), o = l("iterator");
6801
6760
  n.exports = function(c) {
6802
- if (c != null)
6803
- return c[o] || c["@@iterator"] || a[i(c)];
6761
+ if (c != null) return c[o] || c["@@iterator"] || a[i(c)];
6804
6762
  };
6805
6763
  }
6806
6764
  ),
@@ -6970,7 +6928,7 @@ var zs = { exports: {} };
6970
6928
  "./node_modules/core-js/internals/hidden-keys.js"
6971
6929
  ), h = a.WeakMap, p, y, f, g = function(C) {
6972
6930
  return f(C) ? y(C) : p(C, {});
6973
- }, w = function(C) {
6931
+ }, b = function(C) {
6974
6932
  return function(z) {
6975
6933
  var G;
6976
6934
  if (!l(z) || (G = y(z)).type !== C)
@@ -7002,7 +6960,7 @@ var zs = { exports: {} };
7002
6960
  get: y,
7003
6961
  has: f,
7004
6962
  enforce: g,
7005
- getterFor: w
6963
+ getterFor: b
7006
6964
  };
7007
6965
  }
7008
6966
  ),
@@ -7179,14 +7137,13 @@ var zs = { exports: {} };
7179
7137
  "./node_modules/core-js/internals/shared-key.js"
7180
7138
  ), h = d("IE_PROTO"), p = "prototype", y = function() {
7181
7139
  }, f = function() {
7182
- var g = u("iframe"), w = l.length, m = "<", v = "script", M = ">", E = "java" + v + ":", _;
7183
- 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; w--; )
7184
- delete f[p][l[w]];
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]];
7185
7142
  return f();
7186
7143
  };
7187
- n.exports = Object.create || function(w, m) {
7144
+ n.exports = Object.create || function(b, m) {
7188
7145
  var v;
7189
- return w !== null ? (y[p] = i(w), v = new y(), y[p] = null, v[h] = w) : v = f(), 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);
7190
7147
  }, o[h] = !0;
7191
7148
  }
7192
7149
  ),
@@ -7213,8 +7170,7 @@ var zs = { exports: {} };
7213
7170
  );
7214
7171
  n.exports = i ? Object.defineProperties : function(u, d) {
7215
7172
  l(u);
7216
- for (var h = o(d), p = h.length, y = 0, f; p > y; )
7217
- a.f(u, f = h[y++], d[f]);
7173
+ for (var h = o(d), p = h.length, y = 0, f; p > y; ) a.f(u, f = h[y++], d[f]);
7218
7174
  return u;
7219
7175
  };
7220
7176
  }
@@ -7241,13 +7197,11 @@ var zs = { exports: {} };
7241
7197
  "./node_modules/core-js/internals/to-primitive.js"
7242
7198
  ), c = Object.defineProperty;
7243
7199
  s.f = i ? c : function(d, h, p) {
7244
- if (l(d), h = o(h, !0), l(p), a)
7245
- try {
7246
- return c(d, h, p);
7247
- } catch {
7248
- }
7249
- if ("get" in p || "set" in p)
7250
- 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");
7251
7205
  return "value" in p && (d[h] = p.value), d;
7252
7206
  };
7253
7207
  }
@@ -7283,13 +7237,11 @@ var zs = { exports: {} };
7283
7237
  "./node_modules/core-js/internals/ie8-dom-define.js"
7284
7238
  ), h = Object.getOwnPropertyDescriptor;
7285
7239
  s.f = i ? h : function(y, f) {
7286
- if (y = o(y), f = c(f, !0), d)
7287
- try {
7288
- return h(y, f);
7289
- } catch {
7290
- }
7291
- if (u(y, f))
7292
- return l(!a.f.call(y, f), 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]);
7293
7245
  };
7294
7246
  }
7295
7247
  ),
@@ -7373,10 +7325,8 @@ var zs = { exports: {} };
7373
7325
  ), c = l(!1);
7374
7326
  n.exports = function(u, d) {
7375
7327
  var h = a(u), p = 0, y = [], f;
7376
- for (f in h)
7377
- !i(o, f) && i(h, f) && y.push(f);
7378
- for (; d.length > p; )
7379
- i(h, f = d[p++]) && (~c(y, f) || y.push(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));
7380
7330
  return y;
7381
7331
  };
7382
7332
  }
@@ -7513,14 +7463,13 @@ var zs = { exports: {} };
7513
7463
  ), h = d.get, p = d.enforce, y = String(u).split("toString");
7514
7464
  a("inspectSource", function(f) {
7515
7465
  return u.call(f);
7516
- }), (n.exports = function(f, g, w, m) {
7466
+ }), (n.exports = function(f, g, b, m) {
7517
7467
  var v = m ? !!m.unsafe : !1, M = m ? !!m.enumerable : !1, E = m ? !!m.noTargetGet : !1;
7518
- if (typeof w == "function" && (typeof g == "string" && !o(w, "name") && l(w, "name", g), p(w).source = y.join(typeof g == "string" ? g : "")), f === i) {
7519
- M ? f[g] = w : c(g, w);
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);
7520
7470
  return;
7521
- } else
7522
- v ? !E && f[g] && (M = !0) : delete f[g];
7523
- M ? f[g] = w : l(f, g, w);
7471
+ } else v ? !E && f[g] && (M = !0) : delete f[g];
7472
+ M ? f[g] = b : l(f, g, b);
7524
7473
  })(Function.prototype, "toString", function() {
7525
7474
  return typeof this == "function" && h(this).source || u.call(this);
7526
7475
  });
@@ -7535,8 +7484,7 @@ var zs = { exports: {} };
7535
7484
  /***/
7536
7485
  function(n, s) {
7537
7486
  n.exports = function(r) {
7538
- if (r == null)
7539
- throw TypeError("Can't call method on " + r);
7487
+ if (r == null) throw TypeError("Can't call method on " + r);
7540
7488
  return r;
7541
7489
  };
7542
7490
  }
@@ -7756,11 +7704,9 @@ var zs = { exports: {} };
7756
7704
  "./node_modules/core-js/internals/is-object.js"
7757
7705
  );
7758
7706
  n.exports = function(a, l) {
7759
- if (!i(a))
7760
- return a;
7707
+ if (!i(a)) return a;
7761
7708
  var o, c;
7762
- 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)))
7763
- 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;
7764
7710
  throw TypeError("Can't convert object to primitive value");
7765
7711
  };
7766
7712
  }
@@ -7925,20 +7871,20 @@ var zs = { exports: {} };
7925
7871
  });
7926
7872
  var i = Object.assign || function(f) {
7927
7873
  for (var g = 1; g < arguments.length; g++) {
7928
- var w = arguments[g];
7929
- for (var m in w)
7930
- Object.prototype.hasOwnProperty.call(w, m) && (f[m] = w[m]);
7874
+ var b = arguments[g];
7875
+ for (var m in b)
7876
+ Object.prototype.hasOwnProperty.call(b, m) && (f[m] = b[m]);
7931
7877
  }
7932
7878
  return f;
7933
7879
  }, a = /* @__PURE__ */ function() {
7934
- function f(g, w) {
7935
- for (var m = 0; m < w.length; m++) {
7936
- var v = w[m];
7880
+ function f(g, b) {
7881
+ for (var m = 0; m < b.length; m++) {
7882
+ var v = b[m];
7937
7883
  v.enumerable = v.enumerable || !1, v.configurable = !0, "value" in v && (v.writable = !0), Object.defineProperty(g, v.key, v);
7938
7884
  }
7939
7885
  }
7940
- return function(g, w, m) {
7941
- return w && f(g.prototype, w), m && f(g, m), g;
7886
+ return function(g, b, m) {
7887
+ return b && f(g.prototype, b), m && f(g, m), g;
7942
7888
  };
7943
7889
  }(), l = r(
7944
7890
  /*! classnames/dedupe */
@@ -7955,14 +7901,14 @@ var zs = { exports: {} };
7955
7901
  throw new TypeError("Cannot call a class as a function");
7956
7902
  }
7957
7903
  var p = function() {
7958
- function f(g, w) {
7904
+ function f(g, b) {
7959
7905
  var m = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
7960
- h(this, f), this.name = g, this.contents = w, this.tags = m, this.attrs = i({}, u.default, { class: "feather feather-" + g });
7906
+ h(this, f), this.name = g, this.contents = b, this.tags = m, this.attrs = i({}, u.default, { class: "feather feather-" + g });
7961
7907
  }
7962
7908
  return a(f, [{
7963
7909
  key: "toSvg",
7964
7910
  value: function() {
7965
- var w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, m = i({}, this.attrs, w, { class: (0, o.default)(this.attrs.class, w.class) });
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) });
7966
7912
  return "<svg " + y(m) + ">" + this.contents + "</svg>";
7967
7913
  }
7968
7914
  /**
@@ -8057,8 +8003,8 @@ var zs = { exports: {} };
8057
8003
  var i = Object.assign || function(y) {
8058
8004
  for (var f = 1; f < arguments.length; f++) {
8059
8005
  var g = arguments[f];
8060
- for (var w in g)
8061
- Object.prototype.hasOwnProperty.call(g, w) && (y[w] = g[w]);
8006
+ for (var b in g)
8007
+ Object.prototype.hasOwnProperty.call(g, b) && (y[b] = g[b]);
8062
8008
  }
8063
8009
  return y;
8064
8010
  }, a = r(
@@ -8081,9 +8027,12 @@ var zs = { exports: {} };
8081
8027
  });
8082
8028
  }
8083
8029
  function h(y) {
8084
- var f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, g = p(y), w = g["data-feather"];
8085
- delete g["data-feather"];
8086
- var m = c.default[w].toSvg(i({}, f, g, { class: (0, l.default)(f.class, g.class) })), v = new DOMParser().parseFromString(m, "image/svg+xml"), M = v.querySelector("svg");
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");
8087
8036
  y.parentNode.replaceChild(M, y);
8088
8037
  }
8089
8038
  function p(y) {
@@ -8239,7 +8188,7 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8239
8188
  },
8240
8189
  minDate: {
8241
8190
  type: [String, Date],
8242
- default: () => b.local().toISODate()
8191
+ default: () => w.local().toISODate()
8243
8192
  },
8244
8193
  maxDate: {
8245
8194
  type: [String, Date],
@@ -8440,8 +8389,8 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8440
8389
  isDateTwoBeforeDateOne() {
8441
8390
  if (!this.dateTwo)
8442
8391
  return !1;
8443
- const t = b.fromISO(this.dateOne);
8444
- return b.fromISO(this.dateTwo) < t;
8392
+ const t = w.fromISO(this.dateOne);
8393
+ return w.fromISO(this.dateTwo) < t;
8445
8394
  },
8446
8395
  visibleMonths() {
8447
8396
  const t = this.months.filter((n, s) => s > 0), e = [];
@@ -8554,7 +8503,7 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8554
8503
  return t.keyCode === e && (!t.shiftKey || t.keyCode === 191) && this.showDatepicker;
8555
8504
  },
8556
8505
  isMonthDisabled(t, e) {
8557
- 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");
8558
8507
  return this.hasMinDate && n < s ? !0 : this.isAfterEndDate(n);
8559
8508
  },
8560
8509
  generateMonths() {
@@ -8564,10 +8513,9 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8564
8513
  this.months.push(this.getMonth(t)), t = this.addMonths(t);
8565
8514
  },
8566
8515
  generateYears() {
8567
- if (!this.showMonthYearSelect)
8568
- return;
8516
+ if (!this.showMonthYearSelect) return;
8569
8517
  this.years = [];
8570
- 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;
8571
8519
  for (let s = e; s <= n; s++)
8572
8520
  this.years.push(s.toString());
8573
8521
  },
@@ -8583,8 +8531,8 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8583
8531
  },
8584
8532
  setStartDates() {
8585
8533
  this.mode === "range" && (this.dateOne && this.selectDate(this.dateOne), this.dateTwo && this.selectDate(this.dateTwo));
8586
- let t = this.dateOne ? b.fromISO(this.dateOne) : b.local();
8587
- const e = b.fromISO(this.minDate);
8534
+ let t = this.dateOne ? w.fromISO(this.dateOne) : w.local();
8535
+ const e = w.fromISO(this.minDate);
8588
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();
8589
8537
  },
8590
8538
  setSundayToFirstDayInWeek() {
@@ -8594,7 +8542,7 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8594
8542
  this.daysShort.unshift(e);
8595
8543
  },
8596
8544
  getMonth(t) {
8597
- 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];
8598
8546
  return {
8599
8547
  year: s,
8600
8548
  firstDateOfMonth: n,
@@ -8604,7 +8552,7 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8604
8552
  };
8605
8553
  },
8606
8554
  getWeeks(t) {
8607
- 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");
8608
8556
  let a = parseInt(e.toFormat(this.sundayFirst ? "d" : "E"));
8609
8557
  this.sundayFirst && a++;
8610
8558
  const l = [];
@@ -8634,8 +8582,8 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8634
8582
  this.selectedDate1 = t, this.closeAfterSelect && this.closeDatepicker();
8635
8583
  return;
8636
8584
  }
8637
- const e = b.fromISO(t), n = typeof this.selectedDate1 == "object" ? b.fromJSDate(this.selectedDate1) : b.fromISO(this.selectedDate1);
8638
- 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());
8639
8587
  },
8640
8588
  setHoverDate(t) {
8641
8589
  this.hoverDate = t;
@@ -8649,12 +8597,12 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8649
8597
  },
8650
8598
  resetFocusedDate(t) {
8651
8599
  if (this.focusedDate && !this.isDateVisible(this.focusedDate)) {
8652
- const e = t ? 0 : this.visibleMonths.length - 1, n = b.fromISO(this.visibleMonths[e]), s = n.month, r = n.year;
8653
- 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();
8654
8602
  }
8655
8603
  },
8656
8604
  isToday(t) {
8657
- return b.local().toISODate() === t;
8605
+ return w.local().toISODate() === t;
8658
8606
  },
8659
8607
  isSelected(t) {
8660
8608
  if (t)
@@ -8663,55 +8611,53 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8663
8611
  isInRange(t) {
8664
8612
  if (!this.allDatesSelected || this.isSingleMode)
8665
8613
  return !1;
8666
- 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);
8667
8615
  return e > n && e < s || e > n && e < r && !this.allDatesSelected;
8668
8616
  },
8669
8617
  isEndWeek(t) {
8670
8618
  if (t)
8671
- return b.fromISO(t).weekday === 7;
8619
+ return w.fromISO(t).weekday === 7;
8672
8620
  },
8673
8621
  isStartWeek(t) {
8674
8622
  if (t)
8675
- return b.fromISO(t).weekday === 1;
8623
+ return w.fromISO(t).weekday === 1;
8676
8624
  },
8677
8625
  isEndMonth(t) {
8678
- if (!t)
8679
- return;
8680
- const e = b.fromISO(t);
8626
+ if (!t) return;
8627
+ const e = w.fromISO(t);
8681
8628
  return e.day === e.daysInMonth;
8682
8629
  },
8683
8630
  isStartMonth(t) {
8684
8631
  if (t)
8685
- return b.fromISO(t).day === 1;
8632
+ return w.fromISO(t).day === 1;
8686
8633
  },
8687
8634
  isAfter(t, e) {
8688
- if (!t || !e)
8689
- return !1;
8690
- 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);
8691
8637
  return n > s;
8692
8638
  },
8693
8639
  isHoveredInRange(t) {
8694
8640
  if (this.isSingleMode || this.allDatesSelected)
8695
8641
  return !1;
8696
- 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);
8697
8643
  return e > n && e < s || e > s && t < n;
8698
8644
  },
8699
8645
  isBeforeMinDate(t) {
8700
8646
  if (!this.minDate)
8701
8647
  return !1;
8702
- const e = b.fromISO(t), n = b.fromISO(this.minDate);
8648
+ const e = w.fromISO(t), n = w.fromISO(this.minDate);
8703
8649
  return e < n;
8704
8650
  },
8705
8651
  isAfterEndDate(t) {
8706
8652
  if (!this.maxDate)
8707
8653
  return !1;
8708
- const e = b.fromISO(t), n = b.fromISO(this.maxDate);
8654
+ const e = w.fromISO(t), n = w.fromISO(this.maxDate);
8709
8655
  return e > n;
8710
8656
  },
8711
8657
  isDateVisible(t) {
8712
8658
  if (!t)
8713
8659
  return !1;
8714
- 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 });
8715
8661
  return e > n && e < s;
8716
8662
  },
8717
8663
  isDateDisabled(t) {
@@ -8734,20 +8680,20 @@ const gl = /* @__PURE__ */ ml(ut), vl = /* @__PURE__ */ fi({
8734
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));
8735
8681
  },
8736
8682
  subtractMonths(t) {
8737
- 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();
8738
8684
  },
8739
8685
  addMonths(t) {
8740
- 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();
8741
8687
  },
8742
8688
  toggleDatepicker() {
8743
8689
  this.showDatepicker ? this.closeDatepicker() : this.openDatepicker();
8744
8690
  },
8745
8691
  updateMonth(t, e, n) {
8746
- 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);
8747
8693
  this.startingDate = i.set({ month: r, year: e }).toISODate(), this.generateMonths();
8748
8694
  },
8749
8695
  updateYear(t, e, n) {
8750
- const s = n.target.value, r = b.fromISO(this.startingDate);
8696
+ const s = n.target.value, r = w.fromISO(this.startingDate);
8751
8697
  this.startingDate = r.set({ month: e, year: s }).toISODate(), this.generateMonths();
8752
8698
  },
8753
8699
  openDatepicker() {
@@ -8980,7 +8926,7 @@ function zl(t, e, n, s, r, i) {
8980
8926
  _: 3
8981
8927
  }, 8, ["onEnter", "onAfterEnter", "onLeave"]);
8982
8928
  }
8983
- const zt = /* @__PURE__ */ Y(Pl, [["render", zl], ["__scopeId", "data-v-2b03f3be"]]), Wl = {
8929
+ const zt = /* @__PURE__ */ Y(Pl, [["render", zl], ["__scopeId", "data-v-126b4013"]]), Wl = {
8984
8930
  name: "CpInput",
8985
8931
  components: {
8986
8932
  CpIcon: bt,
@@ -9073,8 +9019,7 @@ const zt = /* @__PURE__ */ Y(Pl, [["render", zl], ["__scopeId", "data-v-2b03f3be
9073
9019
  };
9074
9020
  },
9075
9021
  inputLabelTitle() {
9076
- if (this.label === "")
9077
- return "";
9022
+ if (this.label === "") return "";
9078
9023
  const t = this.isRequired ? "*" : "";
9079
9024
  return `${this.label} ${t}`;
9080
9025
  },
@@ -9117,8 +9062,7 @@ const zt = /* @__PURE__ */ Y(Pl, [["render", zl], ["__scopeId", "data-v-2b03f3be
9117
9062
  this.DOMElement && this.DOMElement.focus();
9118
9063
  },
9119
9064
  checkInputValidity() {
9120
- if (!this.DOMElement)
9121
- return !1;
9065
+ if (!this.DOMElement) return !1;
9122
9066
  this.isDOMElementValid = this.DOMElement.validity && this.DOMElement.validity.valid || this.DOMElement.validity && this.DOMElement.validity.valueMissing;
9123
9067
  },
9124
9068
  checkAttribute(t) {
@@ -9279,7 +9223,7 @@ const jn = /* @__PURE__ */ Y(Wl, [["render", Zl]]), Yl = {
9279
9223
  },
9280
9224
  minDate: {
9281
9225
  type: [String, Date],
9282
- default: () => b.local().toISODate()
9226
+ default: () => w.local().toISODate()
9283
9227
  },
9284
9228
  maxDate: {
9285
9229
  type: [String, Date],
@@ -9442,7 +9386,7 @@ const Jl = /* @__PURE__ */ Y(Yl, [["render", Gl]]), Kl = {
9442
9386
  return this.days.filter((t) => t.selected === !0).map((t) => t.value + 1);
9443
9387
  },
9444
9388
  summary() {
9445
- 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);
9446
9390
  return {
9447
9391
  start: t,
9448
9392
  end: e
@@ -9474,8 +9418,8 @@ const Jl = /* @__PURE__ */ Y(Yl, [["render", Gl]]), Kl = {
9474
9418
  this.days[t].selected = !this.days[t].selected, this.recurenceDates = this.generateDates(this.dateOne, this.dateTwo, this.selectedDays), this.emitToParent();
9475
9419
  },
9476
9420
  addRecurency() {
9477
- const t = b.local();
9478
- 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());
9479
9423
  },
9480
9424
  removeRecurency() {
9481
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 }));
@@ -9485,10 +9429,10 @@ const Jl = /* @__PURE__ */ Y(Yl, [["render", Gl]]), Kl = {
9485
9429
  return this.isDaysDisplayed && (t = this.recurenceDates.length ? this.datesToStringArray(this.recurenceDates) : []), this.$emit("dates", t);
9486
9430
  },
9487
9431
  generateDates(t, e, n) {
9488
- const s = b.fromISO(t), r = b.fromISO(e);
9432
+ const s = w.fromISO(t), r = w.fromISO(e);
9489
9433
  let i = [];
9490
9434
  return H.fromDateTimes(s.startOf("day"), r.endOf("day")).splitBy({ days: 1 }).map((l) => l.start).forEach((l) => {
9491
- const o = Number(b.fromISO(l).toFormat("c"));
9435
+ const o = Number(w.fromISO(l).toFormat("c"));
9492
9436
  n.includes(o) && i.push(l);
9493
9437
  }), i;
9494
9438
  },
@@ -9814,12 +9758,12 @@ function Hs(t, e) {
9814
9758
  var y = Vt.springs[t];
9815
9759
  if (y)
9816
9760
  return y;
9817
- for (var f = 1 / 6, g = 0, w = 0; ; )
9761
+ for (var f = 1 / 6, g = 0, b = 0; ; )
9818
9762
  if (g += f, h(g) === 1) {
9819
- if (w++, w >= 16)
9763
+ if (b++, b >= 16)
9820
9764
  break;
9821
9765
  } else
9822
- w = 0;
9766
+ b = 0;
9823
9767
  var m = g * f * 1e3;
9824
9768
  return Vt.springs[t] = m, m;
9825
9769
  }
@@ -9848,10 +9792,10 @@ var wc = function() {
9848
9792
  return 3 * n(d, h) * u * u + 2 * s(d, h) * u + r(d);
9849
9793
  }
9850
9794
  function l(u, d, h, p, y) {
9851
- var f, g, w = 0;
9795
+ var f, g, b = 0;
9852
9796
  do
9853
9797
  g = d + (h - d) / 2, f = i(g, p, y) - u, f > 0 ? h = g : d = g;
9854
- while (Math.abs(f) > 1e-7 && ++w < 10);
9798
+ while (Math.abs(f) > 1e-7 && ++b < 10);
9855
9799
  return g;
9856
9800
  }
9857
9801
  function o(u, d, h, p) {
@@ -9871,15 +9815,15 @@ var wc = function() {
9871
9815
  if (u !== d || h !== p)
9872
9816
  for (var f = 0; f < t; ++f)
9873
9817
  y[f] = i(f * e, u, h);
9874
- function g(w) {
9875
- for (var m = 0, v = 1, M = t - 1; v !== M && y[v] <= w; ++v)
9818
+ function g(b) {
9819
+ for (var m = 0, v = 1, M = t - 1; v !== M && y[v] <= b; ++v)
9876
9820
  m += e;
9877
9821
  --v;
9878
- var E = (w - y[v]) / (y[v + 1] - y[v]), _ = m + E * e, C = a(_, u, h);
9879
- return C >= 1e-3 ? o(w, _, u, h) : C === 0 ? _ : l(w, 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);
9880
9824
  }
9881
- return function(w) {
9882
- return u === d && h === p || w === 0 || w === 1 ? w : i(g(w), d, p);
9825
+ return function(b) {
9826
+ return u === d && h === p || b === 0 || b === 1 ? b : i(g(b), d, p);
9883
9827
  };
9884
9828
  }
9885
9829
  return c;
@@ -10273,8 +10217,7 @@ function Rc(t) {
10273
10217
  O.key(c) ? c == a && (o.value = l[c]) : o[c] = l[c];
10274
10218
  return o;
10275
10219
  });
10276
- }, r = 0; r < e.length; r++)
10277
- s(r);
10220
+ }, r = 0; r < e.length; r++) s(r);
10278
10221
  return n;
10279
10222
  }
10280
10223
  function Lc(t, e) {
@@ -10469,7 +10412,7 @@ function B(t) {
10469
10412
  function g() {
10470
10413
  o.remaining && o.remaining !== !0 && o.remaining--;
10471
10414
  }
10472
- function w(m) {
10415
+ function b(m) {
10473
10416
  var v = o.duration, M = o.delay, E = v - o.endDelay, _ = u(m);
10474
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)))));
10475
10418
  }
@@ -10482,9 +10425,9 @@ function B(t) {
10482
10425
  }, o._onDocumentVisibility = d, o.set = function(m, v) {
10483
10426
  return ei(m, v), o;
10484
10427
  }, o.tick = function(m) {
10485
- s = m, e || (e = s), w((s + (n - e)) * B.speed);
10428
+ s = m, e || (e = s), b((s + (n - e)) * B.speed);
10486
10429
  }, o.seek = function(m) {
10487
- w(u(m));
10430
+ b(u(m));
10488
10431
  }, o.pause = function() {
10489
10432
  o.paused = !0, d();
10490
10433
  }, o.play = function() {
@@ -10520,7 +10463,7 @@ function $c(t) {
10520
10463
  function Uc(t, e) {
10521
10464
  e === void 0 && (e = {});
10522
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;
10523
- return function(w, m, v) {
10466
+ return function(b, m, v) {
10524
10467
  if (l && (a = 0), o && (a = (v - 1) / 2), c && (a = v - 1), !f.length) {
10525
10468
  for (var M = 0; M < v; M++) {
10526
10469
  if (!r)
@@ -10665,8 +10608,7 @@ const Yc = {
10665
10608
  document.body.appendChild(this.toastersContainer);
10666
10609
  },
10667
10610
  removeSiblings() {
10668
- if (!this.isUnique)
10669
- return;
10611
+ if (!this.isUnique) return;
10670
10612
  document.querySelectorAll(".cpToaster").forEach(this.removeElement);
10671
10613
  },
10672
10614
  setToasterId() {
@@ -11650,8 +11592,7 @@ const sd = /* @__PURE__ */ Y(Ku, [["render", rd]]), tn = 100, Re = {
11650
11592
  return this.data.length ? this.data.some((t) => Re.GROUP_BY in t) : !1;
11651
11593
  },
11652
11594
  columnsFromRows() {
11653
- if (!this.data.length)
11654
- return [];
11595
+ if (!this.data.length) return [];
11655
11596
  const t = this.hasGroupBy ? this.data[0].rows[0] : this.data[0];
11656
11597
  return Object.keys(t);
11657
11598
  },
@@ -11750,14 +11691,12 @@ const sd = /* @__PURE__ */ Y(Ku, [["render", rd]]), tn = 100, Re = {
11750
11691
  return this.rawVisibleRows[t];
11751
11692
  },
11752
11693
  handleRowClick(t, e) {
11753
- if (this.isFullWidthRow(t))
11754
- return;
11694
+ if (this.isFullWidthRow(t)) return;
11755
11695
  const n = this.getRowPayload(e);
11756
11696
  this.$emit("on-row-click", n);
11757
11697
  },
11758
11698
  handleRowRightClick({ rowData: t, rowIndex: e }, n) {
11759
- if (this.isFullWidthRow(t))
11760
- return;
11699
+ if (this.isFullWidthRow(t)) return;
11761
11700
  const s = this.getRowPayload(e);
11762
11701
  this.$emit("on-row-right-click", { data: s, event: n });
11763
11702
  },