@skedulo/breeze-ui 1.24.3 → 1.24.4

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.
@@ -764,7 +764,7 @@ No.finalized = !0, No.elementProperties = /* @__PURE__ */ new Map(), No.elementS
764
764
  var o0;
765
765
  const Zl = window, Zo = Zl.trustedTypes, af = Zo ? Zo.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, E0 = "$lit$", nn = `lit$${(Math.random() + "").slice(9)}$`, p5 = "?" + nn, R7 = `<${p5}>`, Wn = document, ga = () => Wn.createComment(""), ba = (r) => r === null || typeof r != "object" && typeof r != "function", v5 = Array.isArray, B7 = (r) => v5(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", s0 = `[
766
766
  \f\r]`, ra = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, lf = /-->/g, cf = />/g, _n = RegExp(`>|${s0}(?:([^\\s"'>=/]+)(${s0}*=${s0}*(?:[^
767
- \f\r"'\`<>=]|("|')|))|$)`, "g"), uf = /'/g, df = /"/g, g5 = /^(?:script|style|textarea|title)$/i, b5 = (r) => (t, ...n) => ({ _$litType$: r, strings: t, values: n }), H = b5(1), F = b5(2), Wo = Symbol.for("lit-noChange"), kt = Symbol.for("lit-nothing"), hf = /* @__PURE__ */ new WeakMap(), Rn = Wn.createTreeWalker(Wn, 129, null, !1), V7 = (r, t) => {
767
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), uf = /'/g, df = /"/g, g5 = /^(?:script|style|textarea|title)$/i, b5 = (r) => (t, ...n) => ({ _$litType$: r, strings: t, values: n }), F = b5(1), H = b5(2), Wo = Symbol.for("lit-noChange"), kt = Symbol.for("lit-nothing"), hf = /* @__PURE__ */ new WeakMap(), Rn = Wn.createTreeWalker(Wn, 129, null, !1), V7 = (r, t) => {
768
768
  const n = r.length - 1, o = [];
769
769
  let l, d = t === 2 ? "<svg>" : "", u = ra;
770
770
  for (let y = 0; y < n; y++) {
@@ -1207,7 +1207,7 @@ let jo = class extends ze {
1207
1207
  r.target === this && (this.removed = !this.shown);
1208
1208
  }
1209
1209
  render() {
1210
- return this.removed && !this.shown ? H`` : H`<slot></slot>`;
1210
+ return this.removed && !this.shown ? F`` : F`<slot></slot>`;
1211
1211
  }
1212
1212
  };
1213
1213
  jo.styles = Q`
@@ -2389,7 +2389,7 @@ let Ot = class extends ze {
2389
2389
  this.isOpen ? await this.close() : await this.open();
2390
2390
  }
2391
2391
  render() {
2392
- return this.enablePositionTracking || this.isOpen ? H`
2392
+ return this.enablePositionTracking || this.isOpen ? F`
2393
2393
  <slot></slot>
2394
2394
 
2395
2395
  <brz-fade-in-out ?shown=${this.isOpen} class="popover-container">
@@ -2399,7 +2399,7 @@ let Ot = class extends ze {
2399
2399
  </div>
2400
2400
  </div>
2401
2401
  </brz-fade-in-out>
2402
- ` : H`<slot></slot>`;
2402
+ ` : F`<slot></slot>`;
2403
2403
  }
2404
2404
  };
2405
2405
  Ot.styles = Q`
@@ -2578,7 +2578,7 @@ let Tr = class extends ze {
2578
2578
  super(...arguments), this.delayOnClose = 100, this.delayOnOpen = 100, this.isFixed = !1, this.placement = "top", this.trigger = "hover focus", this.disabled = !1, this.content = "", this.theme = "dark";
2579
2579
  }
2580
2580
  render() {
2581
- return H`
2581
+ return F`
2582
2582
  <brz-popover
2583
2583
  .popoverRole=${J9}
2584
2584
  .distance=${8}
@@ -2692,7 +2692,7 @@ let sr = class extends ze {
2692
2692
  return 6.5;
2693
2693
  }
2694
2694
  };
2695
- return H`
2695
+ return F`
2696
2696
  <span class="icon" aria-label=${this.label}>
2697
2697
  <brz-icon size=${t()} icon=${He(this.icon)}></brz-icon>
2698
2698
  </span>
@@ -2702,7 +2702,7 @@ let sr = class extends ze {
2702
2702
  * @internal
2703
2703
  */
2704
2704
  get textTemplate() {
2705
- return H`
2705
+ return F`
2706
2706
  <span aria-label=${this.label}>
2707
2707
  ${this.slottedElementsCount ? `+${this.slottedElementsCount}` : this.abbreviatedLabel}
2708
2708
  </span>
@@ -2712,7 +2712,7 @@ let sr = class extends ze {
2712
2712
  * @internal
2713
2713
  */
2714
2714
  get imageTemplate() {
2715
- return H`<img
2715
+ return F`<img
2716
2716
  src=${He(this.imageSrc)}
2717
2717
  alt=${this.label}
2718
2718
  @error=${() => {
@@ -2726,7 +2726,7 @@ let sr = class extends ze {
2726
2726
  * @internal
2727
2727
  */
2728
2728
  get slotTemplate() {
2729
- return H`
2729
+ return F`
2730
2730
  <div
2731
2731
  class=${or({
2732
2732
  overflow: !0,
@@ -2752,8 +2752,8 @@ let sr = class extends ze {
2752
2752
  }
2753
2753
  }
2754
2754
  render() {
2755
- return H`
2756
- ${this.hyperlink ? H`
2755
+ return F`
2756
+ ${this.hyperlink ? F`
2757
2757
  <brz-link href=${this.hyperlink} link-type="secondary"
2758
2758
  ><brz-tooltip
2759
2759
  is-fixed
@@ -2764,7 +2764,7 @@ let sr = class extends ze {
2764
2764
  </div>
2765
2765
  </brz-tooltip>
2766
2766
  </brz-link>
2767
- ` : H`
2767
+ ` : F`
2768
2768
  <brz-tooltip is-fixed content=${this.label} ?disabled=${this.noTooltip}>
2769
2769
  <div class="container" tabindex=${this.noTooltip ? -1 : 0}>
2770
2770
  <div class="avatar">${this.avatarTemplate}</div>
@@ -2957,7 +2957,7 @@ sr = Ar([
2957
2957
  ], sr);
2958
2958
  let Gl = class extends ze {
2959
2959
  render() {
2960
- return H` <div class="container"><slot></slot></div> `;
2960
+ return F` <div class="container"><slot></slot></div> `;
2961
2961
  }
2962
2962
  };
2963
2963
  Gl.styles = Q`
@@ -3077,7 +3077,7 @@ const P5 = 0.25, I1 = [
3077
3077
  }, t;
3078
3078
  }, as = p8(ze), v8 = (r) => r.viewBox !== void 0, g8 = {
3079
3079
  arrowDown: {
3080
- svg: F`
3080
+ svg: H`
3081
3081
  <title>Asset 36</title>
3082
3082
  <g data-name="Layer 2">
3083
3083
  <g data-name="Layer 1">
@@ -3088,26 +3088,26 @@ const P5 = 0.25, I1 = [
3088
3088
  },
3089
3089
  arrowSquareDownHeavy: {
3090
3090
  viewBox: "0 0 20 20",
3091
- svg: F`
3091
+ svg: H`
3092
3092
  <path d="M16.25 2.1875H3.75C3.3356 2.1875 2.93817 2.35212 2.64515 2.64515C2.35212 2.93817 2.1875 3.3356 2.1875 3.75V16.25C2.1875 16.6644 2.35212 17.0618 2.64515 17.3549C2.93817 17.6479 3.3356 17.8125 3.75 17.8125H16.25C16.6644 17.8125 17.0618 17.6479 17.3549 17.3549C17.6479 17.0618 17.8125 16.6644 17.8125 16.25V3.75C17.8125 3.3356 17.6479 2.93817 17.3549 2.64515C17.0618 2.35212 16.6644 2.1875 16.25 2.1875ZM15.9375 15.9375H4.0625V4.0625H15.9375V15.9375ZM6.83672 11.2883C6.74951 11.2011 6.68034 11.0975 6.63314 10.9836C6.58595 10.8697 6.56166 10.7475 6.56166 10.6242C6.56166 10.5009 6.58595 10.3788 6.63314 10.2648C6.68034 10.1509 6.74951 10.0474 6.83672 9.96016C6.92392 9.87295 7.02745 9.80377 7.14139 9.75658C7.25533 9.70938 7.37745 9.68509 7.50078 9.68509C7.62411 9.68509 7.74623 9.70938 7.86017 9.75658C7.97411 9.80377 8.07764 9.87295 8.16484 9.96016L9.0625 10.8594V6.875C9.0625 6.62636 9.16127 6.3879 9.33709 6.21209C9.5129 6.03627 9.75136 5.9375 10 5.9375C10.2486 5.9375 10.4871 6.03627 10.6629 6.21209C10.8387 6.3879 10.9375 6.62636 10.9375 6.875V10.8594L11.8367 9.95938C11.9239 9.87217 12.0275 9.80299 12.1414 9.7558C12.2553 9.7086 12.3775 9.68431 12.5008 9.68431C12.6241 9.68431 12.7462 9.7086 12.8602 9.7558C12.9741 9.80299 13.0776 9.87217 13.1648 9.95938C13.252 10.0466 13.3212 10.1501 13.3684 10.264C13.4156 10.378 13.4399 10.5001 13.4399 10.6234C13.4399 10.7468 13.4156 10.8689 13.3684 10.9828C13.3212 11.0968 13.252 11.2003 13.1648 11.2875L10.6648 13.7875C10.5777 13.8749 10.4743 13.9442 10.3603 13.9916C10.2463 14.0389 10.1242 14.0632 10.0008 14.0632C9.87739 14.0632 9.75522 14.0389 9.64126 13.9916C9.52731 13.9442 9.42382 13.8749 9.33672 13.7875L6.83672 11.2883Z" fill="#4A556A"/>
3093
3093
  `
3094
3094
  },
3095
3095
  arrowSquareDownRegular: {
3096
3096
  viewBox: "0 0 20 20",
3097
- svg: F`
3097
+ svg: H`
3098
3098
  <path d="M13 2H3C2.73478 2 2.48043 2.10536 2.29289 2.29289C2.10536 2.48043 2 2.73478 2 3V13C2 13.2652 2.10536 13.5196 2.29289 13.7071C2.48043 13.8946 2.73478 14 3 14H13C13.2652 14 13.5196 13.8946 13.7071 13.7071C13.8946 13.5196 14 13.2652 14 13V3C14 2.73478 13.8946 2.48043 13.7071 2.29289C13.5196 2.10536 13.2652 2 13 2ZM13 13H3V3H13V13ZM10.3538 8.14625C10.4002 8.19269 10.4371 8.24783 10.4623 8.30853C10.4874 8.36923 10.5004 8.43429 10.5004 8.5C10.5004 8.56571 10.4874 8.63077 10.4623 8.69147C10.4371 8.75217 10.4002 8.80731 10.3538 8.85375L8.35375 10.8538C8.30731 10.9002 8.25217 10.9371 8.19147 10.9623C8.13077 10.9874 8.06571 11.0004 8 11.0004C7.93429 11.0004 7.86923 10.9874 7.80853 10.9623C7.74783 10.9371 7.69269 10.9002 7.64625 10.8538L5.64625 8.85375C5.55243 8.75993 5.49972 8.63268 5.49972 8.5C5.49972 8.36732 5.55243 8.24007 5.64625 8.14625C5.74007 8.05243 5.86732 7.99972 6 7.99972C6.13268 7.99972 6.25993 8.05243 6.35375 8.14625L7.5 9.29313V5.5C7.5 5.36739 7.55268 5.24021 7.64645 5.14645C7.74021 5.05268 7.86739 5 8 5C8.13261 5 8.25979 5.05268 8.35355 5.14645C8.44732 5.24021 8.5 5.36739 8.5 5.5V9.29313L9.64625 8.14625C9.69269 8.09976 9.74783 8.06288 9.80853 8.03772C9.86923 8.01256 9.93429 7.99961 10 7.99961C10.0657 7.99961 10.1308 8.01256 10.1915 8.03772C10.2522 8.06288 10.3073 8.09976 10.3538 8.14625Z" fill="#4A556A"/>
3099
3099
  `
3100
3100
  },
3101
3101
  arrowUp: {
3102
3102
  viewBox: "0 0 13.55 18",
3103
- svg: F`<g data-name="Layer 2">
3103
+ svg: H`<g data-name="Layer 2">
3104
3104
  <g data-name="Layer 1">
3105
3105
  <path d="M.34,7.6a1.07,1.07,0,0,0,1.56,0L5.59,3.91v13A1.06,1.06,0,0,0,6.71,18a1.06,1.06,0,0,0,1.12-1.12v-13L11.52,7.6h0a1.16,1.16,0,0,0,.84.36,1.19,1.19,0,0,0,1.19-1.19,1.16,1.16,0,0,0-.36-.84h0L7.49.34a1.07,1.07,0,0,0-1.56,0L.34,6A1.07,1.07,0,0,0,.34,7.6Z"/>
3106
3106
  </g>`
3107
3107
  },
3108
3108
  attachmentMessaging: {
3109
3109
  viewBox: "0 0 20 20",
3110
- svg: F`
3110
+ svg: H`
3111
3111
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3112
3112
  <g transform="translate(0.000000, 2.000000)" fill-rule="nonzero">
3113
3113
  <g>
@@ -3118,7 +3118,7 @@ const P5 = 0.25, I1 = [
3118
3118
  },
3119
3119
  bellAlert: {
3120
3120
  viewBox: "0 0 16 18",
3121
- svg: F`
3121
+ svg: H`
3122
3122
  <path class="st0" d="M5,15c0,1.6,1.3,3,3,3s3-1.4,3-3H5z"/>
3123
3123
  <circle cx="13" cy="3" r="2.6"/>
3124
3124
  <g>
@@ -3128,7 +3128,7 @@ const P5 = 0.25, I1 = [
3128
3128
  },
3129
3129
  bell: {
3130
3130
  viewBox: "0 0 16 18",
3131
- svg: F`
3131
+ svg: H`
3132
3132
  <g stroke="none" stroke-width="1" fill-rule="evenodd" opacity="0.97">
3133
3133
  <g transform="translate(-1063.000000, -1433.000000)">
3134
3134
  <g transform="translate(0.000000, 1415.000000)">
@@ -3148,7 +3148,7 @@ const P5 = 0.25, I1 = [
3148
3148
  },
3149
3149
  calendarNavLeft: {
3150
3150
  viewBox: "0 0 6.55 11",
3151
- svg: F`
3151
+ svg: H`
3152
3152
  <g>
3153
3153
  <g>
3154
3154
  <path d="M2.53,5.5,6.24,1.79A1,1,0,0,0,4.76.31L.31,4.76a1,1,0,0,0,0,1.48l4.45,4.45A1,1,0,0,0,6.24,9.21Z"/>
@@ -3158,7 +3158,7 @@ const P5 = 0.25, I1 = [
3158
3158
  },
3159
3159
  calendarNavRight: {
3160
3160
  viewBox: "0 0 6.55 11",
3161
- svg: F`
3161
+ svg: H`
3162
3162
  <g>
3163
3163
  <g>
3164
3164
  <path d="M4,5.5.31,9.21a1,1,0,0,0,1.48,1.48L6.24,6.24a1,1,0,0,0,0-1.48L1.79.31A1,1,0,0,0,.31,1.79Z"/>
@@ -3167,7 +3167,7 @@ const P5 = 0.25, I1 = [
3167
3167
  },
3168
3168
  chatFilled: {
3169
3169
  viewBox: "0 0 18 15.77",
3170
- svg: F`
3170
+ svg: H`
3171
3171
  <g>
3172
3172
  <g>
3173
3173
  <path d="M7.18,14.37A12.09,12.09,0,0,0,9,14.5c5,0,9-3.24,9-7.25S14,0,9,0,0,3.25,0,7.25a7,7,0,0,0,3.92,6l-1,2.11a.3.3,0,0,0,.14.4.36.36,0,0,0,.23,0Z"/>
@@ -3176,7 +3176,7 @@ const P5 = 0.25, I1 = [
3176
3176
  },
3177
3177
  chevronDownFilled: {
3178
3178
  viewBox: "0 0 18 9.36",
3179
- svg: F`
3179
+ svg: H`
3180
3180
  <g>
3181
3181
  <g>
3182
3182
  <path d="M8.19,9.05.41,2.13A1.22,1.22,0,0,1,1.22,0H16.78a1.22,1.22,0,0,1,.81,2.13L9.81,9.05A1.22,1.22,0,0,1,8.19,9.05Z" fill-rule="evenodd"/>
@@ -3185,14 +3185,14 @@ const P5 = 0.25, I1 = [
3185
3185
  },
3186
3186
  content: {
3187
3187
  viewBox: "0 0 18 14.33",
3188
- svg: F`
3188
+ svg: H`
3189
3189
  <rect y="6.17" width="18" height="2" rx="1"/>
3190
3190
  <rect width="18" height="2" rx="1"/>
3191
3191
  <rect y="12.33" width="12.3" height="2" rx="1"/>`
3192
3192
  },
3193
3193
  edit: {
3194
3194
  viewBox: "0 0 12 14",
3195
- svg: F`
3195
+ svg: H`
3196
3196
  <defs>
3197
3197
  <polygon points="0.0896 6.79564065e-05 9.8928 6.79564065e-05 9.8928 11.2426588 0.0896 11.2426588"></polygon>
3198
3198
  <polygon points="0 0.399823529 3.43728 0.399823529 3.43728 4.11732689 0 4.11732689"></polygon>
@@ -3220,14 +3220,14 @@ const P5 = 0.25, I1 = [
3220
3220
  },
3221
3221
  emoji: {
3222
3222
  viewBox: "0 0 20 20",
3223
- svg: F`
3223
+ svg: H`
3224
3224
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3225
3225
  <path d="M10.325,2 C5.725,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.725,18.6666667 10.325,18.6666667 C14.9333333,18.6666667 18.6666667,14.9333333 18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.325,2 Z M10.3333333,17 C6.65,17 3.66666667,14.0166667 3.66666667,10.3333333 C3.66666667,6.65 6.65,3.66666667 10.3333333,3.66666667 C14.0166667,3.66666667 17,6.65 17,10.3333333 C17,14.0166667 14.0166667,17 10.3333333,17 Z M13.25,9.5 C13.9416667,9.5 14.5,8.94166667 14.5,8.25 C14.5,7.55833333 13.9416667,7 13.25,7 C12.5583333,7 12,7.55833333 12,8.25 C12,8.94166667 12.5583333,9.5 13.25,9.5 Z M7.41666667,9.5 C8.10833333,9.5 8.66666667,8.94166667 8.66666667,8.25 C8.66666667,7.55833333 8.10833333,7 7.41666667,7 C6.725,7 6.16666667,7.55833333 6.16666667,8.25 C6.16666667,8.94166667 6.725,9.5 7.41666667,9.5 Z M10.3333333,14.9166667 C12.275,14.9166667 13.925,13.7 14.5916667,12 L6.075,12 C6.74166667,13.7 8.39166667,14.9166667 10.3333333,14.9166667 Z" fill-rule="nonzero"></path>
3226
3226
  </g>`
3227
3227
  },
3228
3228
  exclamation: {
3229
3229
  viewBox: "0 0 3.61 18",
3230
- svg: F`
3230
+ svg: H`
3231
3231
  <g>
3232
3232
  <g>
3233
3233
  <g>
@@ -3239,7 +3239,7 @@ const P5 = 0.25, I1 = [
3239
3239
  },
3240
3240
  glasses: {
3241
3241
  viewBox: "0 0 70 30",
3242
- svg: F`
3242
+ svg: H`
3243
3243
  <g transform="translate(-1063.000000, -447.000000)">
3244
3244
  <g transform="translate(988.000000, 447.000000)">
3245
3245
  <g transform="translate(75.000000, 0.000000)">
@@ -3252,32 +3252,32 @@ const P5 = 0.25, I1 = [
3252
3252
  },
3253
3253
  hashHeavy: {
3254
3254
  viewBox: "0 0 20 20",
3255
- svg: F`
3255
+ svg: H`
3256
3256
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.12402 1.00771C8.67204 1.07621 9.06076 1.576 8.99226 2.12402L8.50776 6H12.4922L13.0077 1.87595C13.0762 1.32793 13.576 0.939203 14.124 1.00771C14.672 1.07621 15.0608 1.576 14.9923 2.12402L14.5078 6H17C17.5523 6 18 6.44772 18 7C18 7.55228 17.5523 8 17 8H14.2578L13.7578 12H17C17.5523 12 18 12.4477 18 13C18 13.5523 17.5523 14 17 14H13.5078L12.9923 18.124C12.9238 18.672 12.424 19.0608 11.8759 18.9923C11.3279 18.9238 10.9392 18.424 11.0077 17.8759L11.4922 14H7.50776L6.99226 18.124C6.92376 18.672 6.42397 19.0608 5.87595 18.9923C5.32793 18.9238 4.9392 18.424 5.00771 17.8759L5.4922 14H3C2.44772 14 2 13.5523 2 13C2 12.4477 2.44772 12 3 12H5.7422L6.2422 8H3C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6H6.4922L7.00771 1.87595C7.07621 1.32793 7.576 0.939203 8.12402 1.00771ZM11.7422 12L12.2422 8H8.25776L7.75776 12H11.7422Z" fill="#4A556A"/>
3257
3257
  `
3258
3258
  },
3259
3259
  hashRegular: {
3260
3260
  viewBox: "0 0 20 20",
3261
- svg: F`
3261
+ svg: H`
3262
3262
  <path d="M17.5 6.87501H13.7031L14.3648 3.23673C14.3914 3.07496 14.3534 2.90923 14.2589 2.77524C14.1645 2.64126 14.0211 2.54975 13.8599 2.52045C13.6986 2.49114 13.5322 2.52638 13.3966 2.61857C13.2611 2.71075 13.1672 2.85251 13.1352 3.01329L12.432 6.87501H8.70313L9.36484 3.23673C9.39143 3.07496 9.35339 2.90923 9.25893 2.77524C9.16447 2.64126 9.02114 2.54975 8.85985 2.52045C8.69856 2.49114 8.53221 2.52638 8.39665 2.61857C8.26109 2.71075 8.16718 2.85251 8.13516 3.01329L7.43281 6.87501H3.75C3.58424 6.87501 3.42527 6.94086 3.30806 7.05807C3.19085 7.17528 3.125 7.33425 3.125 7.50001C3.125 7.66577 3.19085 7.82474 3.30806 7.94195C3.42527 8.05916 3.58424 8.12501 3.75 8.12501H7.20547L6.52344 11.875H2.5C2.33424 11.875 2.17527 11.9409 2.05806 12.0581C1.94085 12.1753 1.875 12.3342 1.875 12.5C1.875 12.6658 1.94085 12.8247 2.05806 12.942C2.17527 13.0592 2.33424 13.125 2.5 13.125H6.29687L5.63516 16.7633C5.60555 16.9264 5.64192 17.0945 5.73627 17.2308C5.83062 17.367 5.97523 17.4602 6.13828 17.4899C6.17513 17.4967 6.21253 17.5001 6.25 17.5C6.39623 17.4998 6.53776 17.4483 6.64996 17.3545C6.76216 17.2608 6.83792 17.1306 6.86406 16.9867L7.56719 13.125H11.2969L10.6352 16.7633C10.6056 16.9264 10.6419 17.0945 10.7363 17.2308C10.8306 17.367 10.9752 17.4602 11.1383 17.4899C11.1751 17.4967 11.2125 17.5001 11.25 17.5C11.3962 17.4998 11.5378 17.4483 11.65 17.3545C11.7622 17.2608 11.8379 17.1306 11.8641 16.9867L12.5672 13.125H16.25C16.4158 13.125 16.5747 13.0592 16.6919 12.942C16.8092 12.8247 16.875 12.6658 16.875 12.5C16.875 12.3342 16.8092 12.1753 16.6919 12.0581C16.5747 11.9409 16.4158 11.875 16.25 11.875H12.7945L13.4766 8.12501H17.5C17.6658 8.12501 17.8247 8.05916 17.9419 7.94195C18.0592 7.82474 18.125 7.66577 18.125 7.50001C18.125 7.33425 18.0592 7.17528 17.9419 7.05807C17.8247 6.94086 17.6658 6.87501 17.5 6.87501ZM11.5234 11.875H7.79453L8.47656 8.12501H12.2055L11.5234 11.875Z" fill="#4A556A"/>
3263
3263
  `
3264
3264
  },
3265
3265
  info: {
3266
3266
  viewBox: "0 0 3.61 18",
3267
- svg: F`
3267
+ svg: H`
3268
3268
  <rect y="5.38" width="3.61" height="12.62" rx="1.8" ry="1.8"/>
3269
3269
  <circle cx="1.8" cy="1.79" r="1.79">`
3270
3270
  },
3271
3271
  jobDependency: {
3272
3272
  viewBox: "0 0 24 24",
3273
- svg: F`
3273
+ svg: H`
3274
3274
  <path d="M20,13H10c-0.55,0-1,0.45-1,1v2H6.94C6.39,16,6,15.66,6,15.35V11h8c0.55,0,1-0.45,1-1V4c0-0.55-0.45-1-1-1H4
3275
3275
  C3.45,3,3,3.45,3,4v6c0,0.55,0.45,1,1,1v4.35C4,16.81,5.32,18,6.94,18H9v2c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1v-6
3276
3276
  C21,13.45,20.55,13,20,13z M5,5h8v4H5V5z M19,19h-8v-4h8V19z"/>`
3277
3277
  },
3278
3278
  location: {
3279
3279
  viewBox: "0 0 18 17.6",
3280
- svg: F`
3280
+ svg: H`
3281
3281
  <path class="st0" d="M17,1.5L13,0.1C12.7,0,12.3,0,12,0c-0.3,0-0.7,0-0.9,0.1L6.9,1.5C6.7,1.6,6.3,1.6,6,1.6c-0.3,0-0.7,0-1-0.1
3282
3282
  L0.9,0.1c-0.1,0-0.2,0-0.3,0C0.3,0.1,0,0.4,0,0.8v14c0,0.6,0.4,1.1,1,1.3l4,1.4c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.7,0,0.9-0.1l4.3-1.4
3283
3283
  c0.3-0.1,0.6-0.1,0.9-0.1c0.4,0,0.7,0,1,0.1l4,1.4c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.3,0.7-0.7v-14C18,2.3,17.6,1.7,17,1.5z
@@ -3287,31 +3287,31 @@ const P5 = 0.25, I1 = [
3287
3287
  },
3288
3288
  locked: {
3289
3289
  viewBox: "0 0 11 14",
3290
- svg: F`
3290
+ svg: H`
3291
3291
  <g transform="translate(-860.000000, -816.000000)">
3292
3292
  <path d="M869.428571,818.955556 C869.428571,817.382114 868.041149,816.0487 866.377289,816.001304 C866.346855,816.000437 865.530613,816 865.5,816 C865.471911,816 864.65818,816.000368 864.630241,816.001098 C862.963039,816.044679 861.571429,817.379741 861.571429,818.955556 L861.571429,821.444444 L863.142857,821.444444 L863.142857,818.955556 C863.142857,818.251966 863.831925,817.609931 864.614241,817.558828 C864.647436,817.55666 865.466514,817.555556 865.5,817.555556 C865.541427,817.555556 866.368382,817.557246 866.409348,817.56055 C867.181874,817.622859 867.857143,818.259046 867.857143,818.955556 L867.857143,821.444444 L861.571429,821.444444 C860.707143,821.444444 860,822.144444 860,823 L860,828.444444 C860,829.3 860.707143,830 861.571429,830 L869.428571,830 C870.292857,830 871,829.3 871,828.444444 L871,823 C871,822.144444 870.292857,821.444444 869.428571,821.444444 L869.428571,818.955556 Z"></path>
3293
3293
  </g>`
3294
3294
  },
3295
3295
  logicHeavy: {
3296
3296
  viewBox: "0 0 20 20",
3297
- svg: F`
3297
+ svg: H`
3298
3298
  <path d="M14.8143 8.43748C14.2329 8.4383 13.6659 8.61893 13.1912 8.95461C12.7165 9.29029 12.3573 9.76459 12.1627 10.3125H10.4393C10.0028 10.3115 9.57251 10.2094 9.18213 10.0142C8.79175 9.81905 8.45191 9.53607 8.18926 9.18748L6.34707 6.73123C6.87913 6.38482 7.27833 5.86857 7.47974 5.26647C7.68114 4.66437 7.6729 4.01183 7.45636 3.41501C7.23981 2.81818 6.8277 2.31218 6.28707 1.97931C5.74643 1.64645 5.10907 1.50629 4.47866 1.58166C3.84826 1.65702 3.26189 1.94346 2.81495 2.39439C2.36801 2.84531 2.08679 3.4342 2.01703 4.06525C1.94727 4.6963 2.09308 5.33239 2.43074 5.87005C2.7684 6.40771 3.27804 6.81531 3.87676 7.02654V12.9734C3.25125 13.1946 2.72405 13.6297 2.38836 14.202C2.05266 14.7743 1.93007 15.4468 2.04227 16.1007C2.15446 16.7546 2.4942 17.3478 3.00146 17.7754C3.50871 18.203 4.1508 18.4376 4.81426 18.4376C5.47772 18.4376 6.11982 18.203 6.62707 17.7754C7.13432 17.3478 7.47407 16.7546 7.58626 16.1007C7.69845 15.4468 7.57586 14.7743 7.24017 14.202C6.90447 13.6297 6.37727 13.1946 5.75176 12.9734V9.06248L6.68926 10.3125C7.12702 10.8934 7.69343 11.3651 8.34405 11.6904C8.99468 12.0157 9.71184 12.1859 10.4393 12.1875H12.1627C12.3346 12.6736 12.6368 13.1031 13.0363 13.4291C13.4358 13.7551 13.9172 13.965 14.428 14.0358C14.9387 14.1066 15.4591 14.0357 15.9322 13.8308C16.4054 13.6258 16.8131 13.2948 17.1108 12.8737C17.4085 12.4527 17.5847 11.958 17.6202 11.4436C17.6557 10.9292 17.5491 10.4149 17.312 9.95701C17.075 9.49911 16.7166 9.11517 16.2761 8.84719C15.8356 8.5792 15.3299 8.43746 14.8143 8.43748ZM4.81426 3.43748C4.99968 3.43748 5.18094 3.49246 5.33511 3.59548C5.48928 3.69849 5.60944 3.84491 5.6804 4.01621C5.75136 4.18752 5.76992 4.37602 5.73375 4.55788C5.69757 4.73973 5.60829 4.90678 5.47717 5.03789C5.34606 5.169 5.17902 5.25829 4.99716 5.29447C4.8153 5.33064 4.6268 5.31207 4.4555 5.24112C4.28419 5.17016 4.13777 5.05 4.03476 4.89583C3.93174 4.74166 3.87676 4.5604 3.87676 4.37498C3.87676 4.12634 3.97553 3.88788 4.15135 3.71207C4.32716 3.53625 4.56562 3.43748 4.81426 3.43748ZM4.81426 16.5625C4.62884 16.5625 4.44759 16.5075 4.29341 16.4045C4.13924 16.3015 4.01908 16.1551 3.94812 15.9837C3.87717 15.8124 3.8586 15.6239 3.89477 15.4421C3.93095 15.2602 4.02024 15.0932 4.15135 14.9621C4.28246 14.831 4.44951 14.7417 4.63136 14.7055C4.81322 14.6693 5.00172 14.6879 5.17303 14.7588C5.34433 14.8298 5.49075 14.95 5.59376 15.1041C5.69678 15.2583 5.75176 15.4396 5.75176 15.625C5.75176 15.8736 5.65299 16.1121 5.47717 16.2879C5.30136 16.4637 5.0629 16.5625 4.81426 16.5625ZM14.8143 12.1875C14.6288 12.1875 14.4476 12.1325 14.2934 12.0295C14.1392 11.9265 14.0191 11.7801 13.9481 11.6087C13.8772 11.4374 13.8586 11.2489 13.8948 11.0671C13.9309 10.8852 14.0202 10.7182 14.1513 10.5871C14.2825 10.456 14.4495 10.3667 14.6314 10.3305C14.8132 10.2943 15.0017 10.3129 15.173 10.3838C15.3443 10.4548 15.4907 10.575 15.5938 10.7291C15.6968 10.8833 15.7518 11.0646 15.7518 11.25C15.7518 11.4986 15.653 11.7371 15.4772 11.9129C15.3014 12.0887 15.0629 12.1875 14.8143 12.1875Z" fill="#4A556A"/>
3299
3299
  `
3300
3300
  },
3301
3301
  logicRegular: {
3302
3302
  viewBox: "0 0 20 20",
3303
- svg: F`
3303
+ svg: H`
3304
3304
  <path d="M15.5021 8.74929C14.9479 8.74982 14.4095 8.93417 13.9712 9.27346C13.5329 9.61276 13.2196 10.0878 13.0803 10.6243H11.1271C10.6422 10.6231 10.1641 10.5097 9.73036 10.2928C9.29662 10.0759 8.91901 9.76156 8.62713 9.37429L6.57166 6.63367C7.103 6.38157 7.52845 5.95021 7.77321 5.41545C8.01797 4.88069 8.06637 4.27676 7.90989 3.70984C7.75341 3.14293 7.40208 2.64933 6.91767 2.31583C6.43326 1.98233 5.84678 1.83028 5.26136 1.88642C4.67593 1.94256 4.12903 2.20329 3.71683 2.62278C3.30463 3.04226 3.05351 3.59363 3.00762 4.17995C2.96174 4.76628 3.12403 5.35 3.46596 5.8285C3.80789 6.307 4.30756 6.64964 4.87713 6.79617V13.2024C4.28797 13.3545 3.77451 13.7163 3.433 14.2199C3.09149 14.7235 2.94538 15.3344 3.02205 15.938C3.09873 16.5417 3.39292 17.0966 3.84948 17.4989C4.30605 17.9011 4.89364 18.123 5.50213 18.123C6.11061 18.123 6.69821 17.9011 7.15477 17.4989C7.61134 17.0966 7.90553 16.5417 7.9822 15.938C8.05887 15.3344 7.91276 14.7235 7.57125 14.2199C7.22975 13.7163 6.71629 13.3545 6.12713 13.2024V8.12429L7.62713 10.1243C8.03573 10.6665 8.56439 11.1067 9.17163 11.4103C9.77888 11.7139 10.4482 11.8727 11.1271 11.8743H13.0803C13.1971 12.327 13.4386 12.7378 13.7773 13.0601C14.1159 13.3825 14.5382 13.6034 14.9961 13.6978C15.454 13.7922 15.9292 13.7563 16.3677 13.5942C16.8062 13.4321 17.1905 13.1503 17.4769 12.7807C17.7633 12.4112 17.9403 11.9687 17.9879 11.5036C18.0355 11.0385 17.9516 10.5694 17.746 10.1495C17.5403 9.72967 17.221 9.37589 16.8244 9.12838C16.4278 8.88086 15.9697 8.74953 15.5021 8.74929ZM4.25213 4.37429C4.25213 4.12707 4.32544 3.88539 4.46279 3.67983C4.60014 3.47427 4.79537 3.31405 5.02377 3.21944C5.25218 3.12483 5.50351 3.10008 5.74599 3.14831C5.98847 3.19654 6.21119 3.31559 6.38601 3.49041C6.56083 3.66522 6.67988 3.88795 6.72811 4.13043C6.77634 4.37291 6.75159 4.62424 6.65698 4.85265C6.56237 5.08105 6.40215 5.27628 6.19659 5.41363C5.99103 5.55098 5.74935 5.62429 5.50213 5.62429C5.17061 5.62429 4.85266 5.4926 4.61824 5.25818C4.38382 5.02375 4.25213 4.70581 4.25213 4.37429ZM6.75213 15.6243C6.75213 15.8715 6.67882 16.1132 6.54146 16.3188C6.40411 16.5243 6.20889 16.6845 5.98048 16.7791C5.75207 16.8738 5.50074 16.8985 5.25826 16.8503C5.01579 16.802 4.79306 16.683 4.61824 16.5082C4.44343 16.3334 4.32438 16.1106 4.27615 15.8682C4.22791 15.6257 4.25267 15.3743 4.34728 15.1459C4.44189 14.9175 4.6021 14.7223 4.80766 14.585C5.01323 14.4476 5.2549 14.3743 5.50213 14.3743C5.83365 14.3743 6.15159 14.506 6.38601 14.7404C6.62043 14.9748 6.75213 15.2928 6.75213 15.6243ZM15.5021 12.4993C15.2549 12.4993 15.0132 12.426 14.8077 12.2886C14.6021 12.1513 14.4419 11.9561 14.3473 11.7276C14.2527 11.4992 14.2279 11.2479 14.2761 11.0054C14.3244 10.763 14.4434 10.5402 14.6182 10.3654C14.7931 10.1906 15.0158 10.0715 15.2583 10.0233C15.5007 9.97508 15.7521 9.99983 15.9805 10.0944C16.2089 10.1891 16.4041 10.3493 16.5415 10.5548C16.6788 10.7604 16.7521 11.0021 16.7521 11.2493C16.7521 11.5808 16.6204 11.8988 16.386 12.1332C16.1516 12.3676 15.8336 12.4993 15.5021 12.4993Z" fill="#4A556A"/>
3305
3305
  `
3306
3306
  },
3307
3307
  mention: {
3308
3308
  viewBox: "0 0 20 20",
3309
- svg: F`
3309
+ svg: H`
3310
3310
  <path d="M10.3333333,2 C5.73333333,2 2,5.73333333 2,10.3333333 C2,14.9333333 5.73333333,18.6666667 10.3333333,18.6666667 L14.5,18.6666667 L14.5,17 L10.3333333,17 C6.71666667,17 3.66666667,13.95 3.66666667,10.3333333 C3.66666667,6.71666667 6.71666667,3.66666667 10.3333333,3.66666667 C13.95,3.66666667 17,6.71666667 17,10.3333333 L17,11.525 C17,12.1833333 16.4083333,12.8333333 15.75,12.8333333 C15.0916667,12.8333333 14.5,12.1833333 14.5,11.525 L14.5,10.3333333 C14.5,8.03333333 12.6333333,6.16666667 10.3333333,6.16666667 C8.03333333,6.16666667 6.16666667,8.03333333 6.16666667,10.3333333 C6.16666667,12.6333333 8.03333333,14.5 10.3333333,14.5 C11.4833333,14.5 12.5333333,14.0333333 13.2833333,13.275 C13.825,14.0166667 14.7583333,14.5 15.75,14.5 C17.3916667,14.5 18.6666667,13.1666667 18.6666667,11.525 L18.6666667,10.3333333 C18.6666667,5.73333333 14.9333333,2 10.3333333,2 Z M10.3333333,12.8333333 C8.95,12.8333333 7.83333333,11.7166667 7.83333333,10.3333333 C7.83333333,8.95 8.95,7.83333333 10.3333333,7.83333333 C11.7166667,7.83333333 12.8333333,8.95 12.8333333,10.3333333 C12.8333333,11.7166667 11.7166667,12.8333333 10.3333333,12.8333333 Z" fill-rule="nonzero"></path>`
3311
3311
  },
3312
3312
  multiSelectHeavy: {
3313
3313
  viewBox: "0 0 20 20",
3314
- svg: F`
3314
+ svg: H`
3315
3315
  <path d="M10.1805 8.52546H3.19622C2.8532 8.52546 2.52422 8.66173 2.28166 8.90429C2.0391 9.14685 1.90283 9.47583 1.90283 9.81886V16.8032C1.90283 17.1462 2.0391 17.4752 2.28166 17.7177C2.52422 17.9603 2.8532 18.0966 3.19622 18.0966H10.1805C10.5236 18.0966 10.8525 17.9603 11.0951 17.7177C11.3377 17.4752 11.4739 17.1462 11.4739 16.8032V9.81886C11.4739 9.47583 11.3377 9.14685 11.0951 8.90429C10.8525 8.66173 10.5236 8.52546 10.1805 8.52546ZM9.92186 16.5445H3.4549V10.0775H9.92186V16.5445ZM8.62847 5.93868C8.62847 5.73286 8.71023 5.53548 8.85577 5.38994C9.0013 5.24441 9.19869 5.16265 9.4045 5.16265H10.4392C10.645 5.16265 10.8424 5.24441 10.988 5.38994C11.1335 5.53548 11.2153 5.73286 11.2153 5.93868C11.2153 6.1445 11.1335 6.34189 10.988 6.48742C10.8424 6.63296 10.645 6.71472 10.4392 6.71472H9.4045C9.19869 6.71472 9.0013 6.63296 8.85577 6.48742C8.71023 6.34189 8.62847 6.1445 8.62847 5.93868ZM14.8368 6.45604V6.97339C14.8368 7.17921 14.755 7.3766 14.6095 7.52213C14.4639 7.66767 14.2665 7.74943 14.0607 7.74943C13.8549 7.74943 13.6575 7.66767 13.512 7.52213C13.3664 7.3766 13.2847 7.17921 13.2847 6.97339V6.71472H13.026C12.8202 6.71472 12.6228 6.63296 12.4773 6.48742C12.3317 6.34189 12.25 6.1445 12.25 5.93868C12.25 5.73286 12.3317 5.53548 12.4773 5.38994C12.6228 5.24441 12.8202 5.16265 13.026 5.16265H13.5434C13.8864 5.16265 14.2154 5.29891 14.4579 5.54147C14.7005 5.78403 14.8368 6.11301 14.8368 6.45604ZM14.8368 9.56018V10.5949C14.8368 10.8007 14.755 10.9981 14.6095 11.1436C14.4639 11.2892 14.2665 11.3709 14.0607 11.3709C13.8549 11.3709 13.6575 11.2892 13.512 11.1436C13.3664 10.9981 13.2847 10.8007 13.2847 10.5949V9.56018C13.2847 9.35436 13.3664 9.15697 13.512 9.01144C13.6575 8.8659 13.8549 8.78414 14.0607 8.78414C14.2665 8.78414 14.4639 8.8659 14.6095 9.01144C14.755 9.15697 14.8368 9.35436 14.8368 9.56018ZM14.8368 13.1817V13.699C14.8368 14.0421 14.7005 14.371 14.4579 14.6136C14.2154 14.8562 13.8864 14.9924 13.5434 14.9924H13.026C12.8202 14.9924 12.6228 14.9107 12.4773 14.7651C12.3317 14.6196 12.25 14.4222 12.25 14.2164C12.25 14.0106 12.3317 13.8132 12.4773 13.6676C12.6228 13.5221 12.8202 13.4404 13.026 13.4404H13.2847V13.1817C13.2847 12.9759 13.3664 12.7785 13.512 12.6329C13.6575 12.4874 13.8549 12.4056 14.0607 12.4056C14.2665 12.4056 14.4639 12.4874 14.6095 12.6329C14.755 12.7785 14.8368 12.9759 14.8368 13.1817ZM5.00697 6.97339V6.45604C5.00697 6.11301 5.14324 5.78403 5.3858 5.54147C5.62836 5.29891 5.95734 5.16265 6.30036 5.16265H6.81772C7.02354 5.16265 7.22093 5.24441 7.36646 5.38994C7.512 5.53548 7.59376 5.73286 7.59376 5.93868C7.59376 6.1445 7.512 6.34189 7.36646 6.48742C7.22093 6.63296 7.02354 6.71472 6.81772 6.71472H6.55904V6.97339C6.55904 7.17921 6.47728 7.3766 6.33175 7.52213C6.18621 7.66767 5.98882 7.74943 5.78301 7.74943C5.57719 7.74943 5.3798 7.66767 5.23427 7.52213C5.08873 7.3766 5.00697 7.17921 5.00697 6.97339Z" fill="#4A556A"/>
3316
3316
  <path d="M12.1668 2.07886C12.0213 2.22439 11.9396 2.42178 11.9396 2.6276C11.9396 2.83341 12.0213 3.0308 12.1668 3.17634C12.3124 3.32187 12.5098 3.40363 12.7156 3.40363H13.7503C13.9561 3.40363 14.1535 3.32187 14.299 3.17634C14.4446 3.0308 14.5263 2.83341 14.5263 2.6276C14.5263 2.42178 14.4446 2.22439 14.299 2.07886C14.1535 1.93332 13.9561 1.85156 13.7503 1.85156H12.7156C12.5098 1.85156 12.3124 1.93332 12.1668 2.07886Z" fill="#4A556A"/>
3317
3317
  <path d="M18.1478 3.66231V3.14495C18.1478 2.80193 18.0116 2.47295 17.769 2.23039C17.5264 1.98783 17.1975 1.85156 16.8544 1.85156H16.3371C16.1313 1.85156 15.9339 1.93332 15.7883 2.07886C15.6428 2.22439 15.561 2.42178 15.561 2.6276C15.561 2.83341 15.6428 3.0308 15.7883 3.17634C15.9339 3.32187 16.1313 3.40363 16.3371 3.40363H16.5958V3.66231C16.5958 3.86813 16.6775 4.06552 16.8231 4.21105C16.9686 4.35659 17.166 4.43835 17.3718 4.43835C17.5776 4.43835 17.775 4.35659 17.9205 4.21105C18.0661 4.06552 18.1478 3.86813 18.1478 3.66231Z" fill="#4A556A"/>
@@ -3322,25 +3322,25 @@ const P5 = 0.25, I1 = [
3322
3322
  },
3323
3323
  multiSelectRegular: {
3324
3324
  viewBox: "0 0 16 16",
3325
- svg: F`
3325
+ svg: H`
3326
3326
  <path d="M8.4 6.80002H2.8C2.58783 6.80002 2.38434 6.88431 2.23431 7.03434C2.08429 7.18437 2 7.38785 2 7.60002V13.2C2 13.4122 2.08429 13.6157 2.23431 13.7657C2.38434 13.9157 2.58783 14 2.8 14H8.4C8.61217 14 8.81566 13.9157 8.96568 13.7657C9.11571 13.6157 9.2 13.4122 9.2 13.2V7.60002C9.2 7.38785 9.11571 7.18437 8.96568 7.03434C8.81566 6.88431 8.61217 6.80002 8.4 6.80002ZM8.4 13.2H2.8V7.60002H8.4V13.2ZM7.2 4.80002C7.2 4.69394 7.24214 4.5922 7.31716 4.51718C7.39217 4.44217 7.49391 4.40002 7.6 4.40002H8.4C8.50609 4.40002 8.60783 4.44217 8.68284 4.51718C8.75786 4.5922 8.8 4.69394 8.8 4.80002C8.8 4.90611 8.75786 5.00785 8.68284 5.08287C8.60783 5.15788 8.50609 5.20002 8.4 5.20002H7.6C7.49391 5.20002 7.39217 5.15788 7.31716 5.08287C7.24214 5.00785 7.2 4.90611 7.2 4.80002ZM11.6 5.20002V5.60002C11.6 5.70611 11.5579 5.80785 11.4828 5.88287C11.4078 5.95788 11.3061 6.00002 11.2 6.00002C11.0939 6.00002 10.9922 5.95788 10.9172 5.88287C10.8421 5.80785 10.8 5.70611 10.8 5.60002V5.20002H10.4C10.2939 5.20002 10.1922 5.15788 10.1172 5.08287C10.0421 5.00785 10 4.90611 10 4.80002C10 4.69394 10.0421 4.5922 10.1172 4.51718C10.1922 4.44217 10.2939 4.40002 10.4 4.40002H10.8C11.0122 4.40002 11.2157 4.48431 11.3657 4.63434C11.5157 4.78437 11.6 4.98785 11.6 5.20002ZM11.6 7.60002V8.40002C11.6 8.50611 11.5579 8.60785 11.4828 8.68287C11.4078 8.75788 11.3061 8.80002 11.2 8.80002C11.0939 8.80002 10.9922 8.75788 10.9172 8.68287C10.8421 8.60785 10.8 8.50611 10.8 8.40002V7.60002C10.8 7.49394 10.8421 7.3922 10.9172 7.31718C10.9922 7.24217 11.0939 7.20002 11.2 7.20002C11.3061 7.20002 11.4078 7.24217 11.4828 7.31718C11.5579 7.3922 11.6 7.49394 11.6 7.60002ZM11.6 10.4V10.8C11.6 11.0122 11.5157 11.2157 11.3657 11.3657C11.2157 11.5157 11.0122 11.6 10.8 11.6H10.4C10.2939 11.6 10.1922 11.5579 10.1172 11.4829C10.0421 11.4079 10 11.3061 10 11.2C10 11.0939 10.0421 10.9922 10.1172 10.9172C10.1922 10.8422 10.2939 10.8 10.4 10.8H10.8V10.4C10.8 10.2939 10.8421 10.1922 10.9172 10.1172C10.9922 10.0422 11.0939 10 11.2 10C11.3061 10 11.4078 10.0422 11.4828 10.1172C11.5579 10.1922 11.6 10.2939 11.6 10.4ZM4.4 5.60002V5.20002C4.4 4.98785 4.48429 4.78437 4.63431 4.63434C4.78434 4.48431 4.98783 4.40002 5.2 4.40002H5.6C5.70609 4.40002 5.80783 4.44217 5.88284 4.51718C5.95786 4.5922 6 4.69394 6 4.80002C6 4.90611 5.95786 5.00785 5.88284 5.08287C5.80783 5.15788 5.70609 5.20002 5.6 5.20002H5.2V5.60002C5.2 5.70611 5.15786 5.80785 5.08284 5.88287C5.00783 5.95788 4.90609 6.00002 4.8 6.00002C4.69391 6.00002 4.59217 5.95788 4.51716 5.88287C4.44214 5.80785 4.4 5.70611 4.4 5.60002Z" fill="#4A556A"/>
3327
3327
  <path d="M9.59999 2.4C9.59999 2.29391 9.64213 2.19217 9.71715 2.11716C9.79216 2.04214 9.8939 2 9.99999 2H10.8C10.9061 2 11.0078 2.04214 11.0828 2.11716C11.1578 2.19217 11.2 2.29391 11.2 2.4C11.2 2.50609 11.1578 2.60783 11.0828 2.68284C11.0078 2.75786 10.9061 2.8 10.8 2.8H9.99999C9.8939 2.8 9.79216 2.75786 9.71715 2.68284C9.64213 2.60783 9.59999 2.50609 9.59999 2.4ZM14 2.8V3.2C14 3.30609 13.9578 3.40783 13.8828 3.48284C13.8078 3.55786 13.7061 3.6 13.6 3.6C13.4939 3.6 13.3922 3.55786 13.3171 3.48284C13.2421 3.40783 13.2 3.30609 13.2 3.2V2.8H12.8C12.6939 2.8 12.5922 2.75786 12.5171 2.68284C12.4421 2.60783 12.4 2.50609 12.4 2.4C12.4 2.29391 12.4421 2.19217 12.5171 2.11716C12.5922 2.04214 12.6939 2 12.8 2H13.2C13.4122 2 13.6156 2.08429 13.7657 2.23431C13.9157 2.38434 14 2.58783 14 2.8ZM14 5.2V6C14 6.10609 13.9578 6.20783 13.8828 6.28284C13.8078 6.35786 13.7061 6.4 13.6 6.4C13.4939 6.4 13.3922 6.35786 13.3171 6.28284C13.2421 6.20783 13.2 6.10609 13.2 6V5.2C13.2 5.09391 13.2421 4.99217 13.3171 4.91716C13.3922 4.84214 13.4939 4.8 13.6 4.8C13.7061 4.8 13.8078 4.84214 13.8828 4.91716C13.9578 4.99217 14 5.09391 14 5.2ZM14 8V8.4C14 8.61217 13.9157 8.81566 13.7657 8.96569C13.6156 9.11572 13.4122 9.2 13.2 9.2H12.8C12.6939 9.2 12.5922 9.15786 12.5171 9.08284C12.4421 9.00783 12.4 8.90609 12.4 8.8C12.4 8.69391 12.4421 8.59217 12.5171 8.51716C12.5922 8.44214 12.6939 8.4 12.8 8.4H13.2V8C13.2 7.89391 13.2421 7.79217 13.3171 7.71716C13.3922 7.64214 13.4939 7.6 13.6 7.6C13.7061 7.6 13.8078 7.64214 13.8828 7.71716C13.9578 7.79217 14 7.89391 14 8ZM6.79999 3.2V2.8C6.79999 2.58783 6.88427 2.38434 7.0343 2.23431C7.18433 2.08429 7.38781 2 7.59999 2H7.99999C8.10607 2 8.20782 2.04214 8.28283 2.11716C8.35785 2.19217 8.39999 2.29391 8.39999 2.4C8.39999 2.50609 8.35785 2.60783 8.28283 2.68284C8.20782 2.75786 8.10607 2.8 7.99999 2.8H7.59999V3.2C7.59999 3.30609 7.55785 3.40783 7.48283 3.48284C7.40782 3.55786 7.30607 3.6 7.19999 3.6C7.0939 3.6 6.99216 3.55786 6.91715 3.48284C6.84213 3.40783 6.79999 3.30609 6.79999 3.2Z" fill="#4A556A"/>
3328
3328
  `
3329
3329
  },
3330
3330
  optimiseFill: {
3331
3331
  viewBox: "0 0 7 10",
3332
- svg: F`<path d="M3.00837375,9.0254834 C2.95830943,9.0254834 2.9082451,9.0254834 2.85818078,9.0254834 C2.65792348,8.92534203 2.50773051,8.72505928 2.50773051,8.52477653 L2.50773051,6.02124217 L0.50515754,6.02124217 C0.304900243,6.02124217 0.15470727,5.9211008 0.0545786215,5.77088874 C-0.0455500269,5.62067667 0.0045142973,5.42039393 0.104642946,5.27018186 L3.55908132,0.263113149 C3.65920997,0.0628304004 3.90953159,-0.0373109739 4.10978889,0.0127597133 C4.31004618,0.0628304004 4.46023916,0.263113149 4.46023916,0.513466585 L4.46023916,3.06707163 L6.51287645,3.06707163 C6.71313375,3.06707163 6.86332672,3.167213 6.96345537,3.31742506 C7.06358402,3.46763713 7.01351969,3.66791987 6.91339104,3.81813194 L3.40888835,8.77512996 C3.3087597,8.92534203 3.15856672,9.0254834 3.00837375,9.0254834 Z"></path>`
3332
+ svg: H`<path d="M3.00837375,9.0254834 C2.95830943,9.0254834 2.9082451,9.0254834 2.85818078,9.0254834 C2.65792348,8.92534203 2.50773051,8.72505928 2.50773051,8.52477653 L2.50773051,6.02124217 L0.50515754,6.02124217 C0.304900243,6.02124217 0.15470727,5.9211008 0.0545786215,5.77088874 C-0.0455500269,5.62067667 0.0045142973,5.42039393 0.104642946,5.27018186 L3.55908132,0.263113149 C3.65920997,0.0628304004 3.90953159,-0.0373109739 4.10978889,0.0127597133 C4.31004618,0.0628304004 4.46023916,0.263113149 4.46023916,0.513466585 L4.46023916,3.06707163 L6.51287645,3.06707163 C6.71313375,3.06707163 6.86332672,3.167213 6.96345537,3.31742506 C7.06358402,3.46763713 7.01351969,3.66791987 6.91339104,3.81813194 L3.40888835,8.77512996 C3.3087597,8.92534203 3.15856672,9.0254834 3.00837375,9.0254834 Z"></path>`
3333
3333
  },
3334
3334
  pin: {
3335
3335
  viewBox: "0 0 48 60",
3336
- svg: F`
3336
+ svg: H`
3337
3337
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3338
3338
  <path d="M47.9343051,25.5003397 C47.9777831,25.5182179 48,25.5274551 48,25.5274551 C48,45.4845306 24.8401003,59.7689962 24.8401003,59.7689962 C24.3769827,60.0753098 23.6301271,60.075534 23.1738657,59.7783581 C23.1738657,59.7783581 0,45.4845306 0,25.5274551 C1.53712829e-17,25.2731115 0.00779630727,25.0252509 0.0231902012,24.7837494 C0.00778358739,24.4347562 0,24.0838066 0,23.7310594 C0,10.6247572 10.745166,5.68434189e-14 24,5.68434189e-14 C37.254834,5.68434189e-14 48,10.6247572 48,23.7310594 C48,24.3261903 47.9778447,24.9162046 47.9343051,25.5003397 Z"></path>
3339
3339
  </g>`
3340
3340
  },
3341
3341
  planeLandingWithGround: {
3342
3342
  viewBox: "0 0 15 15",
3343
- svg: F`
3343
+ svg: H`
3344
3344
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3345
3345
  <g transform="translate(-113.000000, -1615.000000)">
3346
3346
  <g transform="translate(105.000000, 1611.000000)">
@@ -3364,7 +3364,7 @@ const P5 = 0.25, I1 = [
3364
3364
  },
3365
3365
  planeLanding: {
3366
3366
  viewBox: "0 0 11 9",
3367
- svg: F`
3367
+ svg: H`
3368
3368
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3369
3369
  <g transform="translate(-119.000000, -3267.000000)">
3370
3370
  <g transform="translate(106.000000, 3253.000000)">
@@ -3380,7 +3380,7 @@ const P5 = 0.25, I1 = [
3380
3380
  },
3381
3381
  planeTakeOff: {
3382
3382
  viewBox: "0 0 16 15",
3383
- svg: F`
3383
+ svg: H`
3384
3384
  <defs>
3385
3385
  <polygon points="0 0.254864359 16 0.254864359 16 10.0688 0 10.0688"></polygon>
3386
3386
  </defs>
@@ -3404,7 +3404,7 @@ const P5 = 0.25, I1 = [
3404
3404
  },
3405
3405
  resourcePlaceholder: {
3406
3406
  viewBox: "0 0 96 70",
3407
- svg: F`
3407
+ svg: H`
3408
3408
  <g clip-path="url(#clip0_2190_85012)">
3409
3409
  <rect width="96" height="70" fill="white"/>
3410
3410
  <path fill-rule="evenodd" clip-rule="evenodd" d="M57.6197 21.2084C57.6197 12.7277 62.1858 9.68918 67.7892 9.68918C73.4079 9.68918 77.9588 12.7431 77.9588 21.2084C77.9588 29.6917 73.3952 32.7277 67.7892 32.7277C62.1731 32.7277 57.6197 29.6763 57.6197 21.2084ZM53.559 40.1512C56.3429 39.0863 61.2497 37.6297 67.8065 37.6297C73.7481 37.6297 79.2523 39.0223 82.2091 40.1512C87.2126 42.0659 89.6838 45.6548 90.6168 49.3666C91.1202 51.3888 90.2889 53.5621 88.7812 54.2584C86.9278 55.116 77.3506 55.5486 67.7938 55.5486C58.2878 55.5486 48.7971 55.1211 46.9691 54.2661C45.4716 53.5647 44.6453 51.3965 45.1487 49.3794C46.0742 45.6625 48.5479 42.0685 53.559 40.1512Z" fill="white"/>
@@ -3438,27 +3438,27 @@ const P5 = 0.25, I1 = [
3438
3438
  },
3439
3439
  remove: {
3440
3440
  viewBox: "0 0 20 20",
3441
- svg: F`<path fill-rule="evenodd" clip-rule="evenodd" d="M12.948 6C13.2362 6 13.4835 6.10204 13.6901 6.30612C13.8967 6.5102 14 6.75646 14 7.0449C14 7.33333 13.8967 7.58095 13.6901 7.78776L11.472 10.0082L13.6901 12.2204C13.8967 12.4272 14 12.6721 14 12.9551C14 13.2435 13.8967 13.4898 13.6901 13.6939C13.4835 13.898 13.2362 14 12.948 14C12.6599 14 12.4152 13.8993 12.2141 13.698L9.99592 11.4857L7.78593 13.698C7.58478 13.8993 7.33741 14 7.04383 14C6.75569 14 6.50968 13.8993 6.30581 13.698C6.10194 13.4966 6 13.2517 6 12.9633C6 12.6694 6.10058 12.4218 6.30173 12.2204L8.51988 10.0082L6.30173 7.78776C6.10058 7.58639 6 7.3415 6 7.05306C6 6.76463 6.10194 6.51701 6.30581 6.3102C6.50968 6.1034 6.75569 6 7.04383 6C7.33197 6 7.57934 6.1034 7.78593 6.3102L9.99592 8.53061L12.2141 6.3102C12.4207 6.1034 12.6653 6 12.948 6Z" />`
3441
+ svg: H`<path fill-rule="evenodd" clip-rule="evenodd" d="M12.948 6C13.2362 6 13.4835 6.10204 13.6901 6.30612C13.8967 6.5102 14 6.75646 14 7.0449C14 7.33333 13.8967 7.58095 13.6901 7.78776L11.472 10.0082L13.6901 12.2204C13.8967 12.4272 14 12.6721 14 12.9551C14 13.2435 13.8967 13.4898 13.6901 13.6939C13.4835 13.898 13.2362 14 12.948 14C12.6599 14 12.4152 13.8993 12.2141 13.698L9.99592 11.4857L7.78593 13.698C7.58478 13.8993 7.33741 14 7.04383 14C6.75569 14 6.50968 13.8993 6.30581 13.698C6.10194 13.4966 6 13.2517 6 12.9633C6 12.6694 6.10058 12.4218 6.30173 12.2204L8.51988 10.0082L6.30173 7.78776C6.10058 7.58639 6 7.3415 6 7.05306C6 6.76463 6.10194 6.51701 6.30581 6.3102C6.50968 6.1034 6.75569 6 7.04383 6C7.33197 6 7.57934 6.1034 7.78593 6.3102L9.99592 8.53061L12.2141 6.3102C12.4207 6.1034 12.6653 6 12.948 6Z" />`
3442
3442
  },
3443
3443
  send: {
3444
3444
  viewBox: "0 0 20 20",
3445
- svg: F`<path d="M5.03704635,10.7541907 L7.42180053,10.5252487 C7.69667911,10.4988597 7.89811972,10.2546341 7.87173073,9.97975549 C7.84925662,9.74565598 7.66667952,9.55886065 7.4331543,9.53104628 L5.03704635,9.24565424 L5.03704635,9.24565424 C4.72354994,9.20132367 4.46176429,8.98902014 4.35901009,8.69577882 L2.04589833,2.0945898 C1.89460363,1.66282299 2.12958701,1.19277007 2.57074839,1.04469721 C2.79489852,0.969462724 3.04103331,0.9898631 3.249064,1.100918 L18.5597508,9.27436031 C18.9691867,9.49293317 19.1200564,9.99496674 18.8967278,10.3956837 C18.8190834,10.5350003 18.7020988,10.6494937 18.5597508,10.7254846 L3.249064,18.8989269 C2.83962811,19.1174998 2.32667107,18.9698429 2.1033424,18.569126 C1.98987111,18.3655253 1.96902686,18.124632 2.04589833,17.9052551 L4.35901009,11.3040661 C4.46176429,11.0108248 4.72354994,10.7985213 5.03704635,10.7541907 Z"></path>`
3445
+ svg: H`<path d="M5.03704635,10.7541907 L7.42180053,10.5252487 C7.69667911,10.4988597 7.89811972,10.2546341 7.87173073,9.97975549 C7.84925662,9.74565598 7.66667952,9.55886065 7.4331543,9.53104628 L5.03704635,9.24565424 L5.03704635,9.24565424 C4.72354994,9.20132367 4.46176429,8.98902014 4.35901009,8.69577882 L2.04589833,2.0945898 C1.89460363,1.66282299 2.12958701,1.19277007 2.57074839,1.04469721 C2.79489852,0.969462724 3.04103331,0.9898631 3.249064,1.100918 L18.5597508,9.27436031 C18.9691867,9.49293317 19.1200564,9.99496674 18.8967278,10.3956837 C18.8190834,10.5350003 18.7020988,10.6494937 18.5597508,10.7254846 L3.249064,18.8989269 C2.83962811,19.1174998 2.32667107,18.9698429 2.1033424,18.569126 C1.98987111,18.3655253 1.96902686,18.124632 2.04589833,17.9052551 L4.35901009,11.3040661 C4.46176429,11.0108248 4.72354994,10.7985213 5.03704635,10.7541907 Z"></path>`
3446
3446
  },
3447
3447
  signatureHeavy: {
3448
3448
  viewBox: "0 0 20 20",
3449
- svg: F`
3449
+ svg: H`
3450
3450
  <path d="M18.125 12.8121H5.49606C5.66793 12.4668 5.84059 12.1137 6.0109 11.7551C6.02965 11.7168 6.04762 11.677 6.06559 11.641C7.12496 11.516 8.31403 10.7613 9.62184 9.3832C10.0382 10.3254 10.7211 11.3262 11.782 11.527C12.1922 11.6051 12.8359 11.5887 13.5711 11.073C13.8291 10.8888 14.0669 10.6778 14.2804 10.4434C14.9312 11.0387 16.0836 11.5621 18.125 11.5621C18.3736 11.5621 18.6121 11.4633 18.7879 11.2875C18.9637 11.1117 19.0625 10.8732 19.0625 10.6246C19.0625 10.376 18.9637 10.1375 18.7879 9.9617C18.6121 9.78588 18.3736 9.68711 18.125 9.68711C15.5734 9.68711 15.3273 8.78008 15.3125 8.70273C15.3015 8.49045 15.2188 8.28818 15.0778 8.12912C14.9367 7.97005 14.7459 7.86362 14.5364 7.82729C14.327 7.79096 14.1114 7.82689 13.9251 7.92918C13.7387 8.03146 13.5927 8.19404 13.5109 8.39023C12.7789 9.47852 12.2922 9.71836 12.1312 9.68711C11.7476 9.61445 11.1586 8.46055 10.9187 7.31289C10.8806 7.12738 10.7871 6.95777 10.6507 6.8264C10.5143 6.69503 10.3413 6.60806 10.1545 6.57694C9.96766 6.54582 9.7758 6.57201 9.60416 6.65206C9.43252 6.73211 9.28915 6.86227 9.19293 7.02539C8.41168 7.99258 7.74293 8.66055 7.18668 9.0957C8.85152 4.94023 8.52653 3.43008 8.08278 2.64492C7.69215 1.95195 6.98903 1.56836 6.10153 1.56445H6.07653C4.67028 1.57461 3.54293 2.86602 3.05074 5.02305C2.78121 6.20508 2.73824 7.51367 2.93668 8.61211C3.14293 9.75977 3.58746 10.6176 4.23434 11.1293C3.95543 11.7059 3.67184 12.2723 3.39449 12.8121H1.87496C1.62632 12.8121 1.38787 12.9109 1.21205 13.0867C1.03624 13.2625 0.937463 13.501 0.937463 13.7496C0.937463 13.9982 1.03624 14.2367 1.21205 14.4125C1.38787 14.5883 1.62632 14.6871 1.87496 14.6871H2.39684C1.64059 16.0676 1.08121 16.9996 1.06871 17.016C1.00524 17.1215 0.96318 17.2385 0.944928 17.3603C0.926675 17.4821 0.93259 17.6062 0.962335 17.7257C0.99208 17.8452 1.04507 17.9577 1.11828 18.0567C1.1915 18.1557 1.28349 18.2393 1.38903 18.3027C1.53545 18.3916 1.70367 18.4381 1.87496 18.4371C2.03674 18.4372 2.19579 18.3955 2.33666 18.316C2.47753 18.2364 2.59542 18.1218 2.67887 17.9832C2.72731 17.9012 3.53278 16.5621 4.53121 14.6871H18.125C18.3736 14.6871 18.6121 14.5883 18.7879 14.4125C18.9637 14.2367 19.0625 13.9982 19.0625 13.7496C19.0625 13.501 18.9637 13.2625 18.7879 13.0867C18.6121 12.9109 18.3736 12.8121 18.125 12.8121ZM15.3125 8.74961C15.3125 8.73555 15.3125 8.72148 15.3125 8.70742C15.3137 8.72146 15.3137 8.73557 15.3125 8.74961ZM4.87809 5.43789C5.13824 4.29648 5.65934 3.43711 6.09371 3.43711C6.38043 3.43711 6.42574 3.51523 6.45309 3.56523C6.56481 3.76367 6.96481 4.90039 5.09215 9.25273C4.94157 8.94571 4.83681 8.61827 4.78121 8.28086C4.62968 7.33583 4.66258 6.37041 4.87809 5.43789Z" fill="#4A556A"/>
3451
3451
  `
3452
3452
  },
3453
3453
  signatureRegular: {
3454
3454
  viewBox: "0 0 16 16",
3455
- svg: F`
3455
+ svg: H`
3456
3456
  <path d="M14.4998 10.5H3.99106C4.15731 10.1725 4.32419 9.83563 4.49106 9.49313C5.42419 9.59625 6.52981 8.94313 7.78731 7.54188C7.82481 7.64563 7.86669 7.7525 7.91231 7.86063C8.31919 8.81375 8.84419 9.35688 9.47481 9.47625C10.1211 9.60125 10.7611 9.27438 11.4173 8.4875C11.8436 8.99188 12.7186 9.5 14.4998 9.5C14.6324 9.5 14.7596 9.44732 14.8534 9.35356C14.9471 9.25979 14.9998 9.13261 14.9998 9C14.9998 8.86739 14.9471 8.74022 14.8534 8.64645C14.7596 8.55268 14.6324 8.5 14.4998 8.5C12.5854 8.5 12.0279 7.83813 11.9998 7.48625C11.9968 7.36994 11.9533 7.25833 11.8768 7.17065C11.8003 7.08297 11.6956 7.02471 11.5808 7.00591C11.466 6.9871 11.3482 7.00893 11.2477 7.06763C11.1473 7.12634 11.0704 7.21824 11.0304 7.3275C10.2698 8.46813 9.81919 8.52375 9.65544 8.49375C9.13482 8.39563 8.65044 7.18563 8.48731 6.39938C8.46597 6.30008 8.41489 6.20963 8.34087 6.14008C8.26685 6.07053 8.17341 6.02517 8.07298 6.01004C7.97255 5.99491 7.86988 6.01072 7.77866 6.05537C7.68743 6.10002 7.61197 6.1714 7.56231 6.26C6.32481 7.79875 5.49481 8.3225 4.97419 8.45625C5.50481 7.27625 5.90106 6.24063 6.15481 5.36875C6.58106 3.90375 6.61231 2.87938 6.24919 2.2375C6.06169 1.9025 5.66856 1.50313 4.87981 1.5H4.86419C3.86419 1.50688 3.07669 2.45625 2.70044 4.10625C2.47606 5.08813 2.43919 6.18063 2.59856 7.10625C2.75794 8.03188 3.08981 8.70063 3.57044 9.09938C3.33794 9.5825 3.09981 10.0544 2.86856 10.5013H1.49981C1.36721 10.5013 1.24003 10.5539 1.14626 10.6477C1.05249 10.7415 0.999815 10.8686 0.999815 11.0013C0.999815 11.1339 1.05249 11.261 1.14626 11.3548C1.24003 11.4486 1.36721 11.5013 1.49981 11.5013H2.33794C1.63044 12.8138 1.08044 13.7288 1.07169 13.7438C1.03604 13.8001 1.01201 13.8629 1.00101 13.9286C0.990001 13.9944 0.992245 14.0616 1.00761 14.1265C1.02297 14.1913 1.05114 14.2524 1.09046 14.3062C1.12978 14.36 1.17945 14.4054 1.23657 14.4398C1.29369 14.4741 1.35709 14.4967 1.42305 14.5061C1.48901 14.5156 1.55621 14.5118 1.62067 14.4949C1.68514 14.4781 1.74559 14.4485 1.79847 14.4079C1.85134 14.3674 1.89557 14.3167 1.92856 14.2588C1.93794 14.2425 2.63294 13.0844 3.47231 11.5013H14.4998C14.6324 11.5013 14.7596 11.4486 14.8534 11.3548C14.9471 11.261 14.9998 11.1339 14.9998 11.0013C14.9998 10.8686 14.9471 10.7415 14.8534 10.6477C14.7596 10.5539 14.6324 10.5013 14.4998 10.5013V10.5ZM11.9998 7.5V7.48688C12.0002 7.49124 12.0002 7.49564 11.9998 7.5ZM3.67419 4.32875C3.92356 3.23625 4.40481 2.5 4.87481 2.5C5.20294 2.5 5.31231 2.61625 5.37481 2.72938C5.56231 3.0625 5.78231 4.24125 4.02169 8.1275C3.50981 7.42188 3.33544 5.8125 3.67419 4.32875Z" fill="#4A556A"/>
3457
3457
  `
3458
3458
  },
3459
3459
  skeduloText: {
3460
3460
  viewBox: "0 0 4004.9 1000",
3461
- svg: F`
3461
+ svg: H`
3462
3462
  <g>
3463
3463
  <path class="st0" d="M900,0H100C44.8,0,0,44.8,0,100v800c0,55.2,44.8,100,100,100h800c55.2,0,100-44.8,100-100V100
3464
3464
  C1000,44.8,955.2,0,900,0z M306.9,175c131.9,0,386.3,0,386.3,0s131.9,0,131.9,131.5H482.8H175C175,306.5,175,175,306.9,175z
@@ -3515,14 +3515,14 @@ const P5 = 0.25, I1 = [
3515
3515
  },
3516
3516
  skedulo: {
3517
3517
  viewBox: "0 0 30 30",
3518
- svg: F`
3518
+ svg: H`
3519
3519
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3520
3520
  <path d="M0,3.9992748 C0,1.79053632 1.78679466,0 3.9992748,0 L26.0007252,0 C28.2094637,0 30,1.78679466 30,3.9992748 L30,26.0007252 C30,28.2094637 28.2132053,30 26.0007252,30 L3.9992748,30 C1.79053632,30 0,28.2132053 0,26.0007252 L0,3.9992748 Z M9.21,24.75 C9.21,24.75 5.25,24.75 5.25,20.8058401 C5.25,20.8058401 15.5266992,20.80584 15.5266992,20.80584 C15.5266992,20.80584 24.7666992,20.80584 24.7666992,20.80584 C24.7666992,20.80584 24.7666992,24.7499999 20.8066992,24.7499999 C16.8466992,24.7499999 9.21,24.75 9.21,24.75 Z M9.21,16.97208 C9.21,16.97208 5.25,16.97208 5.25,13.0279201 C5.25,13.0279201 15.5266992,13.02792 15.5266992,13.02792 C15.5266992,13.02792 16.8633984,13.02792 20.8066992,13.02792 C24.75,13.02792 24.75,16.9720799 24.75,16.97208 C24.75,16.97208 20.8066992,16.97208 20.8066992,16.9720799 C20.8066992,16.9720798 9.21,16.97208 9.21,16.97208 Z M20.7947034,5.24999989 C20.7947034,5.24999989 24.7516498,5.24999989 24.7516498,9.19415977 C24.7516498,9.19415977 14.482875,9.19415989 14.482875,9.19415989 C14.482875,9.19415989 5.25,9.19415987 5.25,9.19415989 C5.25,9.19415991 5.25,5.25 9.20694642,5.25 C13.1638928,5.25 20.7947034,5.24999989 20.7947034,5.24999989 Z"></path>
3521
3521
  </g>`
3522
3522
  },
3523
3523
  tag: {
3524
3524
  viewBox: "0 0 24 24",
3525
- svg: F`
3525
+ svg: H`
3526
3526
  <path class="st0" d="M15.3,6.3C15.1,6.1,14.9,6,14.6,6H4.7C3.8,6,3,6.8,3,7.7v8.6c0,0.4,0.2,0.9,0.5,1.2C3.8,17.8,4.2,18,4.7,18h9.9
3527
3527
  c0.3,0,0.5-0.1,0.7-0.3l5-5c0.4-0.4,0.4-1,0-1.4L15.3,6.3z M15,13.2c-0.7,0-1.2-0.5-1.2-1.2c0-0.7,0.5-1.2,1.2-1.2
3528
3528
  c0.7,0,1.2,0.5,1.2,1.2S15.7,13.2,15,13.2C15,13.2,15,13.2,15,13.2z"/>
@@ -3530,49 +3530,49 @@ const P5 = 0.25, I1 = [
3530
3530
  },
3531
3531
  textAaHeavy: {
3532
3532
  viewBox: "0 0 20 20",
3533
- svg: F`
3533
+ svg: H`
3534
3534
  <path d="M14.8322 16.0746C14.3137 16.0746 13.8467 15.9822 13.4312 15.7976C13.0193 15.6094 12.6926 15.3324 12.4511 14.9666C12.2132 14.6009 12.0942 14.1499 12.0942 13.6136C12.0942 13.152 12.1795 12.7702 12.3499 12.4684C12.5204 12.1665 12.753 11.9251 13.0477 11.744C13.3425 11.5629 13.6745 11.4261 14.0438 11.3338C14.4167 11.2379 14.802 11.1687 15.1997 11.1261C15.6791 11.0763 16.068 11.032 16.3663 10.9929C16.6646 10.9503 16.8812 10.8864 17.0161 10.8011C17.1546 10.7124 17.2239 10.5756 17.2239 10.391V10.359C17.2239 9.95774 17.1049 9.64702 16.867 9.42685C16.629 9.20668 16.2864 9.09659 15.8389 9.09659C15.3666 9.09659 14.992 9.19957 14.715 9.40554C14.4415 9.61151 14.2569 9.85476 14.161 10.1353L12.3606 9.87962C12.5026 9.38246 12.737 8.96697 13.0637 8.63317C13.3904 8.29581 13.7899 8.04368 14.2622 7.87678C14.7345 7.70632 15.2565 7.62109 15.8283 7.62109C16.2224 7.62109 16.6148 7.66726 17.0055 7.75959C17.3961 7.85192 17.753 8.00462 18.0761 8.21768C18.3993 8.4272 18.6585 8.71307 18.8538 9.07528C19.0527 9.4375 19.1521 9.89027 19.1521 10.4336V15.9094H17.2984V14.7855H17.2345C17.1173 15.0128 16.9522 15.2259 16.7391 15.4247C16.5296 15.62 16.265 15.7781 15.9454 15.8988C15.6294 16.016 15.2583 16.0746 14.8322 16.0746ZM15.3329 14.6577C15.7199 14.6577 16.0555 14.5813 16.3396 14.4286C16.6237 14.2724 16.8421 14.0664 16.9948 13.8107C17.1511 13.555 17.2292 13.2763 17.2292 12.9744V12.0103C17.1688 12.06 17.0658 12.1062 16.9202 12.1488C16.7782 12.1914 16.6184 12.2287 16.4408 12.2607C16.2633 12.2926 16.0875 12.321 15.9135 12.3459C15.7395 12.3707 15.5886 12.392 15.4607 12.4098C15.1731 12.4489 14.9156 12.5128 14.6883 12.6016C14.4611 12.6903 14.2817 12.8146 14.1503 12.9744C14.019 13.1307 13.9533 13.3331 13.9533 13.5817C13.9533 13.9368 14.0829 14.2049 14.3421 14.386C14.6013 14.5671 14.9316 14.6577 15.3329 14.6577Z" fill="#4A556A"/>
3535
3535
  <path d="M3.10938 15.9091H1L4.84055 5H7.28018L11.1261 15.9091H9.01669L6.10298 7.23722H6.01776L3.10938 15.9091ZM3.17862 11.6317H8.93146V13.2191H3.17862V11.6317Z" fill="#4A556A"/>
3536
3536
  `
3537
3537
  },
3538
3538
  textAaRegular: {
3539
3539
  viewBox: "0 0 16 16",
3540
- svg: F`
3540
+ svg: H`
3541
3541
  <path d="M11.3542 12.3288C10.9009 12.3288 10.5212 12.2457 10.2152 12.0794C9.90922 11.9094 9.67689 11.6866 9.51822 11.4108C9.36333 11.1312 9.28589 10.8252 9.28589 10.4928C9.28589 10.183 9.34067 9.911 9.45022 9.67677C9.55978 9.44255 9.72222 9.24422 9.93756 9.08177C10.1529 8.91555 10.4173 8.78144 10.7309 8.67944C11.0029 8.60011 11.3108 8.53022 11.6546 8.46977C11.9983 8.40933 12.3591 8.35266 12.7369 8.29977C13.1184 8.24688 13.4962 8.194 13.8702 8.14111L13.4396 8.37911C13.4471 7.89933 13.3451 7.54422 13.1336 7.31377C12.9258 7.07955 12.5669 6.96244 12.0569 6.96244C11.7358 6.96244 11.4411 7.038 11.1729 7.18911C10.9047 7.33644 10.7177 7.582 10.6119 7.92577L9.50689 7.58577C9.658 7.06066 9.94511 6.64322 10.3682 6.33344C10.7951 6.02366 11.3618 5.86877 12.0682 5.86877C12.616 5.86877 13.092 5.96322 13.4962 6.15211C13.9042 6.33722 14.2027 6.63189 14.3916 7.03611C14.4898 7.23633 14.5502 7.44789 14.5729 7.67077C14.5956 7.89366 14.6069 8.13355 14.6069 8.39044V12.1588H13.5586V10.7591L13.7626 10.9404C13.5094 11.4089 13.1864 11.7583 12.7936 11.9888C12.4044 12.2154 11.9247 12.3288 11.3542 12.3288ZM11.5639 11.3598C11.9001 11.3598 12.1891 11.3012 12.4309 11.1841C12.6727 11.0632 12.8672 10.9102 13.0146 10.7251C13.1619 10.54 13.2582 10.3473 13.3036 10.1471C13.3678 9.96577 13.4037 9.76177 13.4112 9.53511C13.4226 9.30844 13.4282 9.12711 13.4282 8.99111L13.8136 9.13277C13.4396 9.18944 13.0996 9.24044 12.7936 9.28577C12.4876 9.33111 12.2099 9.37644 11.9606 9.42177C11.715 9.46333 11.4959 9.51433 11.3032 9.57477C11.1408 9.63144 10.9953 9.69944 10.8669 9.77877C10.7422 9.85811 10.6421 9.95444 10.5666 10.0678C10.4948 10.1811 10.4589 10.319 10.4589 10.4814C10.4589 10.6401 10.4986 10.7874 10.5779 10.9234C10.6572 11.0557 10.7781 11.1614 10.9406 11.2408C11.103 11.3201 11.3108 11.3598 11.5639 11.3598Z" fill="#4A556A"/>
3542
3542
  <path d="M1.59998 12.16L4.25198 4H5.95764L8.60964 12.16H7.37998L4.93764 4.714H5.24364L2.82964 12.16H1.59998ZM2.97698 10.3183V9.20767H7.23831V10.3183H2.97698Z" fill="#4A556A"/>
3543
3543
  `
3544
3544
  },
3545
3545
  textboxHeavy: {
3546
3546
  viewBox: "0 0 20 20",
3547
- svg: F`
3547
+ svg: H`
3548
3548
  <path d="M8.75 2.8125C8.50136 2.8125 8.2629 2.91127 8.08709 3.08709C7.91127 3.2629 7.8125 3.50136 7.8125 3.75V4.6875H1.875C1.66981 4.6875 1.46663 4.72792 1.27706 4.80644C1.08749 4.88496 0.915237 5.00005 0.770146 5.14515C0.47712 5.43817 0.3125 5.8356 0.3125 6.25V13.75C0.3125 14.1644 0.47712 14.5618 0.770146 14.8549C0.915237 14.9999 1.08749 15.115 1.27706 15.1936C1.46663 15.2721 1.66981 15.3125 1.875 15.3125H7.8125V16.25C7.8125 16.4986 7.91127 16.7371 8.08709 16.9129C8.2629 17.0887 8.50136 17.1875 8.75 17.1875C8.99864 17.1875 9.2371 17.0887 9.41291 16.9129C9.58873 16.7371 9.6875 16.4986 9.6875 16.25V3.75C9.6875 3.50136 9.58873 3.2629 9.41291 3.08709C9.2371 2.91127 8.99864 2.8125 8.75 2.8125ZM2.1875 13.4375V6.5625H7.8125V13.4375H2.1875ZM19.6875 6.25V13.75C19.6875 14.1644 19.5229 14.5618 19.2299 14.8549C18.9368 15.1479 18.5394 15.3125 18.125 15.3125H11.875C11.6264 15.3125 11.3879 15.2137 11.2121 15.0379C11.0363 14.8621 10.9375 14.6236 10.9375 14.375C10.9375 14.1264 11.0363 13.8879 11.2121 13.7121C11.3879 13.5363 11.6264 13.4375 11.875 13.4375H17.8125V6.5625H11.875C11.6264 6.5625 11.3879 6.46373 11.2121 6.28791C11.0363 6.1121 10.9375 5.87364 10.9375 5.625C10.9375 5.37636 11.0363 5.1379 11.2121 4.96209C11.3879 4.78627 11.6264 4.6875 11.875 4.6875H18.125C18.5394 4.6875 18.9368 4.85212 19.2299 5.14515C19.5229 5.43817 19.6875 5.8356 19.6875 6.25ZM6.875 8.75C6.875 8.99864 6.77623 9.2371 6.60041 9.41291C6.4246 9.58873 6.18614 9.6875 5.9375 9.6875V11.25C5.9375 11.4986 5.83873 11.7371 5.66291 11.9129C5.4871 12.0887 5.24864 12.1875 5 12.1875C4.75136 12.1875 4.5129 12.0887 4.33709 11.9129C4.16127 11.7371 4.0625 11.4986 4.0625 11.25V9.6875C3.81386 9.6875 3.5754 9.58873 3.39959 9.41291C3.22377 9.2371 3.125 8.99864 3.125 8.75C3.125 8.50136 3.22377 8.2629 3.39959 8.08709C3.5754 7.91127 3.81386 7.8125 4.0625 7.8125H5.9375C6.18614 7.8125 6.4246 7.91127 6.60041 8.08709C6.77623 8.2629 6.875 8.50136 6.875 8.75Z" fill="#4A556A"/>
3549
3549
  `
3550
3550
  },
3551
3551
  textboxRegular: {
3552
3552
  viewBox: "0 0 16 16",
3553
- svg: F`
3553
+ svg: H`
3554
3554
  <path d="M7 2.5C6.86739 2.5 6.74021 2.55268 6.64645 2.64645C6.55268 2.74021 6.5 2.86739 6.5 3V4H1.5C1.23478 4 0.98043 4.10536 0.792893 4.29289C0.605357 4.48043 0.5 4.73478 0.5 5V11C0.5 11.2652 0.605357 11.5196 0.792893 11.7071C0.98043 11.8946 1.23478 12 1.5 12H6.5V13C6.5 13.1326 6.55268 13.2598 6.64645 13.3536C6.74021 13.4473 6.86739 13.5 7 13.5C7.13261 13.5 7.25979 13.4473 7.35355 13.3536C7.44732 13.2598 7.5 13.1326 7.5 13V3C7.5 2.86739 7.44732 2.74021 7.35355 2.64645C7.25979 2.55268 7.13261 2.5 7 2.5ZM1.5 11V5H6.5V11H1.5ZM15.5 5V11C15.5 11.2652 15.3946 11.5196 15.2071 11.7071C15.0196 11.8946 14.7652 12 14.5 12H9C8.86739 12 8.74021 11.9473 8.64645 11.8536C8.55268 11.7598 8.5 11.6326 8.5 11.5C8.5 11.3674 8.55268 11.2402 8.64645 11.1464C8.74021 11.0527 8.86739 11 9 11H14.5V5H9C8.86739 5 8.74021 4.94732 8.64645 4.85355C8.55268 4.75979 8.5 4.63261 8.5 4.5C8.5 4.36739 8.55268 4.24021 8.64645 4.14645C8.74021 4.05268 8.86739 4 9 4H14.5C14.7652 4 15.0196 4.10536 15.2071 4.29289C15.3946 4.48043 15.5 4.73478 15.5 5ZM5.5 7C5.5 7.13261 5.44732 7.25979 5.35355 7.35355C5.25979 7.44732 5.13261 7.5 5 7.5H4.5V9C4.5 9.13261 4.44732 9.25979 4.35355 9.35355C4.25979 9.44732 4.13261 9.5 4 9.5C3.86739 9.5 3.74021 9.44732 3.64645 9.35355C3.55268 9.25979 3.5 9.13261 3.5 9V7.5H3C2.86739 7.5 2.74021 7.44732 2.64645 7.35355C2.55268 7.25979 2.5 7.13261 2.5 7C2.5 6.86739 2.55268 6.74021 2.64645 6.64645C2.74021 6.55268 2.86739 6.5 3 6.5H5C5.13261 6.5 5.25979 6.55268 5.35355 6.64645C5.44732 6.74021 5.5 6.86739 5.5 7Z" fill="#4A556A"/>
3555
3555
  `
3556
3556
  },
3557
3557
  tick: {
3558
3558
  viewBox: "0 0 17.99 14.390",
3559
- svg: F`<path d="M7.39,13.84,17.46,3.3a2,2,0,0,0,0-2.73A1.77,1.77,0,0,0,16.16,0h0a1.75,1.75,0,0,0-1.29.57L6.21,9.63l-.11.12L6,9.63l-2.87-3a1.8,1.8,0,0,0-2.59,0,2,2,0,0,0,0,2.73l4.08,4.32.1.11h0l.14.15.05,0a1.83,1.83,0,0,0,1.22.46A1.73,1.73,0,0,0,7.39,13.84Z"/>`
3559
+ svg: H`<path d="M7.39,13.84,17.46,3.3a2,2,0,0,0,0-2.73A1.77,1.77,0,0,0,16.16,0h0a1.75,1.75,0,0,0-1.29.57L6.21,9.63l-.11.12L6,9.63l-2.87-3a1.8,1.8,0,0,0-2.59,0,2,2,0,0,0,0,2.73l4.08,4.32.1.11h0l.14.15.05,0a1.83,1.83,0,0,0,1.22.46A1.73,1.73,0,0,0,7.39,13.84Z"/>`
3560
3560
  },
3561
3561
  toogleLeftHeavy: {
3562
3562
  viewBox: "0 0 20 20",
3563
- svg: F`
3563
+ svg: H`
3564
3564
  <path d="M13.75 4.0625H6.25C4.67528 4.0625 3.16505 4.68806 2.05155 5.80155C0.938056 6.91505 0.3125 8.42528 0.3125 10C0.3125 11.5747 0.938056 13.0849 2.05155 14.1984C3.16505 15.3119 4.67528 15.9375 6.25 15.9375H13.75C15.3247 15.9375 16.8349 15.3119 17.9484 14.1984C19.0619 13.0849 19.6875 11.5747 19.6875 10C19.6875 8.42528 19.0619 6.91505 17.9484 5.80155C16.8349 4.68806 15.3247 4.0625 13.75 4.0625ZM13.75 14.0625H6.25C5.17256 14.0625 4.13925 13.6345 3.37738 12.8726C2.61551 12.1108 2.1875 11.0774 2.1875 10C2.1875 8.92256 2.61551 7.88925 3.37738 7.12738C4.13925 6.36551 5.17256 5.9375 6.25 5.9375H13.75C14.8274 5.9375 15.8608 6.36551 16.6226 7.12738C17.3845 7.88925 17.8125 8.92256 17.8125 10C17.8125 11.0774 17.3845 12.1108 16.6226 12.8726C15.8608 13.6345 14.8274 14.0625 13.75 14.0625ZM6.25 7.1875C5.69374 7.1875 5.14997 7.35245 4.68746 7.66149C4.22495 7.97053 3.86446 8.40979 3.65159 8.9237C3.43872 9.43762 3.38302 10.0031 3.49154 10.5487C3.60006 11.0943 3.86793 11.5954 4.26126 11.9887C4.6546 12.3821 5.15574 12.6499 5.70131 12.7585C6.24688 12.867 6.81238 12.8113 7.3263 12.5984C7.84021 12.3855 8.27947 12.0251 8.58851 11.5625C8.89755 11.1 9.0625 10.5563 9.0625 10C9.0625 9.25408 8.76618 8.53871 8.23874 8.01126C7.71129 7.48382 6.99592 7.1875 6.25 7.1875ZM6.25 10.9375C6.06458 10.9375 5.88332 10.8825 5.72915 10.7795C5.57498 10.6765 5.45482 10.5301 5.38386 10.3588C5.31291 10.1875 5.29434 9.99896 5.33051 9.8171C5.36669 9.63525 5.45598 9.4682 5.58709 9.33709C5.7182 9.20598 5.88525 9.11669 6.0671 9.08051C6.24896 9.04434 6.43746 9.06291 6.60877 9.13386C6.78007 9.20482 6.92649 9.32498 7.0295 9.47915C7.13252 9.63332 7.1875 9.81458 7.1875 10C7.1875 10.2486 7.08873 10.4871 6.91291 10.6629C6.7371 10.8387 6.49864 10.9375 6.25 10.9375Z" fill="#4A556A"/>
3565
3565
  `
3566
3566
  },
3567
3567
  toogleLeftRegular: {
3568
3568
  viewBox: "0 0 20 20",
3569
- svg: F`
3569
+ svg: H`
3570
3570
  <path d="M13.75 4.375H6.25C4.75816 4.375 3.32742 4.96763 2.27252 6.02252C1.21763 7.07742 0.625 8.50816 0.625 10C0.625 11.4918 1.21763 12.9226 2.27252 13.9775C3.32742 15.0324 4.75816 15.625 6.25 15.625H13.75C15.2418 15.625 16.6726 15.0324 17.7275 13.9775C18.7824 12.9226 19.375 11.4918 19.375 10C19.375 8.50816 18.7824 7.07742 17.7275 6.02252C16.6726 4.96763 15.2418 4.375 13.75 4.375ZM13.75 14.375H6.25C5.08968 14.375 3.97688 13.9141 3.15641 13.0936C2.33594 12.2731 1.875 11.1603 1.875 10C1.875 8.83968 2.33594 7.72688 3.15641 6.90641C3.97688 6.08594 5.08968 5.625 6.25 5.625H13.75C14.9103 5.625 16.0231 6.08594 16.8436 6.90641C17.6641 7.72688 18.125 8.83968 18.125 10C18.125 11.1603 17.6641 12.2731 16.8436 13.0936C16.0231 13.9141 14.9103 14.375 13.75 14.375ZM6.25 6.875C5.63193 6.875 5.02775 7.05828 4.51384 7.40166C3.99994 7.74504 3.5994 8.2331 3.36288 8.80411C3.12635 9.37513 3.06447 10.0035 3.18505 10.6097C3.30562 11.2158 3.60325 11.7727 4.04029 12.2097C4.47733 12.6467 5.03415 12.9444 5.64034 13.065C6.24653 13.1855 6.87487 13.1236 7.44589 12.8871C8.0169 12.6506 8.50496 12.2501 8.84834 11.7362C9.19172 11.2223 9.375 10.6181 9.375 10C9.375 9.1712 9.04576 8.37634 8.45971 7.79029C7.87366 7.20424 7.0788 6.875 6.25 6.875ZM6.25 11.875C5.87916 11.875 5.51665 11.765 5.20831 11.559C4.89996 11.353 4.65964 11.0601 4.51773 10.7175C4.37581 10.3749 4.33868 9.99792 4.41103 9.63421C4.48338 9.27049 4.66195 8.9364 4.92417 8.67417C5.1864 8.41195 5.52049 8.23337 5.88421 8.16103C6.24792 8.08868 6.62492 8.12581 6.96753 8.26773C7.31014 8.40964 7.60298 8.64996 7.80901 8.95831C8.01503 9.26665 8.125 9.62916 8.125 10C8.125 10.4973 7.92746 10.9742 7.57583 11.3258C7.22419 11.6775 6.74728 11.875 6.25 11.875Z" fill="#4A556A"/>
3571
3571
  `
3572
3572
  },
3573
3573
  unschedule: {
3574
3574
  viewBox: "0 0 20 20",
3575
- svg: F`
3575
+ svg: H`
3576
3576
  <path d="M7,14.1c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-0.9,0-1.3l2.4-2.4L6.3,7.6C6,7.3,6,6.7,6.3,6.3
3577
3577
  C6.5,6.2,6.7,6.1,7,6.1c0.3,0,0.5,0.1,0.7,0.3l2.4,2.4l2.4-2.4c0.4-0.4,0.9-0.4,1.3,0c0.4,0.4,0.4,0.9,0,1.3l-2.4,2.4l2.4,2.4
3578
3578
  c0.4,0.4,0.4,0.9,0,1.3c-0.2,0.2-0.4,0.3-0.7,0.3c0,0,0,0,0,0c-0.2,0-0.5-0.1-0.7-0.3l-2.4-2.4l-2.4,2.4C7.5,14,7.2,14.1,7,14.1
@@ -3583,21 +3583,21 @@ const P5 = 0.25, I1 = [
3583
3583
  },
3584
3584
  upDown: {
3585
3585
  viewBox: "0 0 10 18",
3586
- svg: F`<path d="M8.74818914,5.57757178 C9.10122662,5.22949983 9.09992902,4.66388436 8.74089535,4.30990056 L5.65231403,1.26476075 C5.29524829,0.912717214 4.71829829,0.910776954 4.35926462,1.26476075 L1.2706833,4.30990056 C0.913617563,4.6619441 0.908617118,5.22778933 1.26338951,5.57757178 L1.32624321,5.63954142 C1.67928069,5.98761337 2.24605009,5.99315182 2.61024678,5.63407763 L5.00578932,3.27222886 L7.40133187,5.63407763 C7.75742997,5.98516714 8.33056305,5.98932387 8.68533544,5.63954142 L8.74818914,5.57757178 Z M1.26338951,12.4302063 C0.910352023,12.7782783 0.911649623,13.3438938 1.2706833,13.6978776 L4.35926462,16.7430174 C4.71633035,17.0950609 5.29328035,17.0970012 5.65231403,16.7430174 L8.74089535,13.6978776 C9.09796108,13.345834 9.10296153,12.7799888 8.74818914,12.4302063 L8.68533544,12.3682367 C8.33229795,12.0201647 7.76552856,12.0146263 7.40133187,12.3737005 L5.00578932,14.7355492 L2.61024678,12.3737005 C2.25414867,12.022611 1.6810156,12.0184542 1.32624321,12.3682367 L1.26338951,12.4302063 Z"></path>`
3586
+ svg: H`<path d="M8.74818914,5.57757178 C9.10122662,5.22949983 9.09992902,4.66388436 8.74089535,4.30990056 L5.65231403,1.26476075 C5.29524829,0.912717214 4.71829829,0.910776954 4.35926462,1.26476075 L1.2706833,4.30990056 C0.913617563,4.6619441 0.908617118,5.22778933 1.26338951,5.57757178 L1.32624321,5.63954142 C1.67928069,5.98761337 2.24605009,5.99315182 2.61024678,5.63407763 L5.00578932,3.27222886 L7.40133187,5.63407763 C7.75742997,5.98516714 8.33056305,5.98932387 8.68533544,5.63954142 L8.74818914,5.57757178 Z M1.26338951,12.4302063 C0.910352023,12.7782783 0.911649623,13.3438938 1.2706833,13.6978776 L4.35926462,16.7430174 C4.71633035,17.0950609 5.29328035,17.0970012 5.65231403,16.7430174 L8.74089535,13.6978776 C9.09796108,13.345834 9.10296153,12.7799888 8.74818914,12.4302063 L8.68533544,12.3682367 C8.33229795,12.0201647 7.76552856,12.0146263 7.40133187,12.3737005 L5.00578932,14.7355492 L2.61024678,12.3737005 C2.25414867,12.022611 1.6810156,12.0184542 1.32624321,12.3682367 L1.26338951,12.4302063 Z"></path>`
3587
3587
  },
3588
3588
  warningFill: {
3589
3589
  viewBox: "0 0 19 17",
3590
- svg: F`<path class="cls-1" d="M18.84,15.8,11.36,1.67a2.17,2.17,0,0,0-.84-.85A2,2,0,0,0,9.47.5a2.22,2.22,0,0,0-1.9,1.17L.09,15.8A1.21,1.21,0,0,0,1,17.5H17.89a.94.94,0,0,0,.53-.11A1.18,1.18,0,0,0,18.84,15.8Zm-9.35-.72a1,1,0,1,1,1-1A1,1,0,0,1,9.49,15.08Zm1-4a1,1,0,0,1-2,0v-5a1,1,0,1,1,2,0Z" transform="translate(0.01 -0.5)"/>`
3590
+ svg: H`<path class="cls-1" d="M18.84,15.8,11.36,1.67a2.17,2.17,0,0,0-.84-.85A2,2,0,0,0,9.47.5a2.22,2.22,0,0,0-1.9,1.17L.09,15.8A1.21,1.21,0,0,0,1,17.5H17.89a.94.94,0,0,0,.53-.11A1.18,1.18,0,0,0,18.84,15.8Zm-9.35-.72a1,1,0,1,1,1-1A1,1,0,0,1,9.49,15.08Zm1-4a1,1,0,0,1-2,0v-5a1,1,0,1,1,2,0Z" transform="translate(0.01 -0.5)"/>`
3591
3591
  }
3592
3592
  }, b8 = "0 0 18 18", m8 = (r) => v8(r) ? r : { svg: r, viewBox: b8 }, I5 = {
3593
- actions: F`
3593
+ actions: H`
3594
3594
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3595
3595
  <g transform="translate(-0.002970, 0.000000)">
3596
3596
  <path d="M8,0.100006104 L8,0.0549287778 C3.50004954,0.552373066 0,4.36744635 0,9 C0,13.6325537 3.50004954,17.4476269 8,17.9450712 L8,17.8999939 C8.55228475,17.8999939 9,17.4522786 9,16.8999939 C9,16.3477091 8.55228475,15.8999939 8,15.8999939 C7.95488652,15.8999939 7.91047077,15.9029813 7.86693979,15.908769 C4.53975459,15.3672534 2,12.4802225 2,9 C2,5.51977755 4.53975459,2.63274657 7.86693979,2.09123103 C7.91047077,2.09701874 7.95488652,2.1000061 8,2.1000061 C8.55228475,2.1000061 9,1.65229085 9,1.1000061 C9,0.547721354 8.55228475,0.100006104 8,0.100006104 Z"></path>
3597
3597
  <path d="M14.6044548,9.98516807 L7.00247329,9.98516807 C6.44882258,9.98516807 6,9.54009748 6,8.98245155 C6,8.42866651 6.45576096,7.97973504 7.00247329,7.97973504 L14.6194067,7.97973504 L13.3582262,6.71855451 C12.9660363,6.3263646 12.962816,5.69371942 13.3571312,5.2994042 C13.7487164,4.90781904 14.3850465,4.90926416 14.7762815,5.30049922 L17.5986769,8.12289458 C17.6602956,8.18451329 17.7123126,8.25206764 17.7546947,8.32370071 C17.907504,8.49934612 18,8.72929874 18,8.98245155 C18,9.27001399 17.8771093,9.52930387 17.6824065,9.71214532 C17.6444656,9.77052448 17.5998664,9.82586706 17.548628,9.87710542 L14.7262327,12.6995008 C14.3349976,13.0907358 13.6986675,13.092181 13.3070824,12.7005958 C12.9127671,12.3062806 12.9159875,11.6736354 13.3081774,11.2814455 L14.6044548,9.98516807 Z"></path>
3598
3598
  </g>
3599
3599
  </g>`,
3600
- activity: F`
3600
+ activity: H`
3601
3601
  <g>
3602
3602
  <path d="M9.6,0c-0.5,0-1,0.4-1.1,0.9c0,0.6,0.4,1,0.9,1.1C13.1,2.2,16,5.3,16,9c0,3.9-3.1,7-7,7c-3.6,0-6.6-2.7-7-6.3
3603
3603
  C1.9,9.2,1.5,8.8,0.9,8.8C0.3,8.9-0.1,9.4,0,9.9C0.5,14.5,4.3,18,9,18c5,0,9-4,9-9C18,4.3,14.3,0.3,9.6,0z"/>
@@ -3605,53 +3605,53 @@ const P5 = 0.25, I1 = [
3605
3605
  l2.3,0.9c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,0.9-0.6c0.2-0.5-0.1-1.1-0.6-1.3L9.4,8.3V5.8c0-0.6-0.4-1-1-1s-1,0.4-1,1V9
3606
3606
  c0,0,0,0,0,0C7.4,9.1,7.4,9.2,7.5,9.3z"/>
3607
3607
  </g>`,
3608
- arrowLeft: F`
3608
+ arrowLeft: H`
3609
3609
  <style type="text/css">
3610
3610
  .st0{fill-rule:evenodd;clip-rule:evenodd;}
3611
3611
  </style>
3612
3612
  <path class="st0" d="M4.4,10l3.3,3.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5.1-5c-0.4-0.4-0.4-1,0-1.4l5-5.1 C6.5,3.1,6.7,3,7,3c0.3,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1,0,1.4L4.4,8H16c0.6,0,1,0.4,1,1s-0.4,1-1,1H4.4z"/>`,
3613
- attachments: F`
3613
+ attachments: H`
3614
3614
  <path d="M13.1228263,8.54674221 L6.665625,8.54674221 C6.4125,8.54674221 6.2859375,8.69546742 6.2859375,8.99291785 C6.2859375,9.29036827 6.4125,9.43909348 6.665625,9.43909348 L14.3859375,9.43909348 C14.8640625,9.43909348 15.2859375,9.26203966 15.6515625,8.90793201 C16.0171875,8.55382436 16.2,8.13597734 16.2,7.65439093 C16.2,7.17280453 16.0171875,6.74787535 15.6515625,6.3796034 C15.2859375,6.01133144 14.8640625,5.82719547 14.3859375,5.82719547 L4.9359375,5.82719547 C4.0640625,5.82719547 3.31875,6.1388102 2.7,6.76203966 C2.08125,7.38526912 1.771875,8.13597734 1.771875,9.01416431 C1.771875,9.89235127 2.08125,10.6359773 2.7,11.2450425 C3.31875,11.8541076 4.0640625,12.1586402 4.9359375,12.1586402 L11.5,12.1586402 L11.5,12.192995 C11.9432033,12.2490488 12.2859375,12.6274173 12.2859375,13.0858357 C12.2859375,13.5442541 11.9432033,13.9226227 11.5,13.9786764 L11.5,13.9858357 L4.9359375,13.9858357 C3.5578125,13.9858357 2.390625,13.5042493 1.434375,12.5410765 C0.478125,11.5779037 0,10.4022663 0,9.01416431 C0,7.62606232 0.478125,6.44334278 1.434375,5.46600567 C2.390625,4.48866856 3.5578125,4 4.9359375,4 L14.3859375,4 C15.3703125,4 16.2140625,4.3611898 16.9171875,5.08356941 C17.6203125,5.80594901 17.971875,6.66288952 17.971875,7.65439093 C17.971875,8.64589235 17.6203125,9.49575071 16.9171875,10.203966 C16.2140625,10.9121813 15.3703125,11.266289 14.3859375,11.266289 L6.75,11.266289 C6.13125,11.266289 5.596875,11.0467422 5.146875,10.6076487 C4.696875,10.1685552 4.471875,9.63739377 4.471875,9.01416431 C4.471875,8.39093484 4.696875,7.85269122 5.146875,7.39943343 C5.596875,6.94617564 6.13125,6.71954674 6.75,6.71954674 L13.5,6.71954674 L13.5,6.79297061 C13.9432033,6.84902436 14.2859375,7.22739291 14.2859375,7.6858113 C14.2859375,8.18286757 13.8829937,8.58581128 13.3859375,8.58581128 C13.2943989,8.58581128 13.2060522,8.57214528 13.1228263,8.54674221 Z" transform="translate(8.985937, 8.992918) rotate(90.000000) translate(-8.985937, -8.992918) "></path>`,
3615
- attributeFilled: F`
3615
+ attributeFilled: H`
3616
3616
  <path d="M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1
3617
3617
  l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z"/>`,
3618
- attribute: F`
3618
+ attribute: H`
3619
3619
  <path class="st0" d="M3.9,13l3.3-4L3.9,5h7.6l3.6,4l-3.6,4H3.9z M17.8,8.4L13.2,3H1.1C0.5,3,0,3.5,0,4c0,0.2,0.2,0.6,0.2,0.6l4,4.4
3620
3620
  l-4,4.4C0.1,13.6,0,13.8,0,14c0,0.5,0.5,1,1.1,1h12.1l4.6-5.3C18.1,9.3,18.1,8.8,17.8,8.4z"/>`,
3621
- availability: F`<path d="M17,2H14V1a1,1,0,0,0-2,0V2H6V1A.94.94,0,0,0,5,0,.94.94,0,0,0,4,1V2H1A1,1,0,0,0,0,3V17a.94.94,0,0,0,1,1H17a.94.94,0,0,0,1-1V3A1.08,1.08,0,0,0,17,2ZM16,16H2V9H16Zm0-9H2V4H16Z"/>`,
3622
- bookingGrid: F`
3621
+ availability: H`<path d="M17,2H14V1a1,1,0,0,0-2,0V2H6V1A.94.94,0,0,0,5,0,.94.94,0,0,0,4,1V2H1A1,1,0,0,0,0,3V17a.94.94,0,0,0,1,1H17a.94.94,0,0,0,1-1V3A1.08,1.08,0,0,0,17,2ZM16,16H2V9H16Zm0-9H2V4H16Z"/>`,
3622
+ bookingGrid: H`
3623
3623
  <path class="st0" d="M2,2v4h4V2H2z M0,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1C0.4,8,0,7.5,0,7V1z"/>
3624
3624
  <path class="st0" d="M2,12v4h4v-4H2z M0,11c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1H1c-0.6,0-1-0.5-1-1V11z"/>
3625
3625
  <path class="st0" d="M12,2v4h4V2H12z M10,1c0-0.6,0.5-1,1-1h6c0.6,0,1,0.5,1,1v6c0,0.6-0.5,1-1,1h-6c-0.6,0-1-0.5-1-1V1z"/>
3626
3626
  <path class="st0" d="M13,13h-2c-0.5,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1v-2h2c0.5,0,1-0.4,1-1
3627
3627
  c0-0.6-0.4-1-1-1h-2v-2c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1V13z"/>`,
3628
- bookmark: F`
3628
+ bookmark: H`
3629
3629
  <path class="st0" d="M13.1,13.8l-3.8-3.2c-0.2-0.2-0.5-0.2-0.7,0l-3.8,3.2V3.5C4.9,3.2,5.1,3,5.4,3h7.2c0.3,0,0.5,0.2,0.5,0.5V13.8z
3630
3630
  M14.2,1H3.8c-0.6,0-1,0.4-1,1v14c0,0.6,0.5,1,1,1c0.2,0,0.4-0.1,0.6-0.2l4.2-3.5c0.2-0.2,0.5-0.2,0.7,0l4.2,3.5
3631
3631
  c0.2,0.1,0.4,0.2,0.6,0.2c0.5,0,1-0.4,1-1V2C15.2,1.4,14.7,1,14.2,1z"/>`,
3632
- break: F`
3632
+ break: H`
3633
3633
  <path fill-rule="evenodd" clip-rule="evenodd" d="M3 17C3 16.4477 3.44772 16 4 16L16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18L4 18C3.44772 18 3 17.5523 3 17Z"/>
3634
3634
  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 3C4.89589 3 4 3.89462 4 4.99965V10C4 11.1428 4.28115 12.4451 4.88176 13.4961C5.48531 14.5524 6.51273 15.5 8 15.5H10L9.99956 13.5H8C7.48727 13.5 7.01469 13.1976 6.61824 12.5039C6.21885 11.8049 6 10.8572 6 10V5H10H14V10C14 10.8572 13.7811 11.8049 13.3818 12.5039C12.9853 13.1976 12.5127 13.5 12 13.5H10.0004L10 15.5H12C13.4873 15.5 14.5147 14.5524 15.1182 13.4961C15.7189 12.4451 16 11.1428 16 10V5C16 3.89543 15.1046 3 14 3H10H6Z"/>
3635
3635
  <path fill-rule="evenodd" clip-rule="evenodd" d="M16.65 7.3C16.4308 7.13561 15.9753 7 15 7V5C16.0247 5 17.0692 5.11439 17.85 5.7C18.7086 6.34398 19 7.34837 19 8.5C19 9.65163 18.7086 10.656 17.85 11.3C17.0692 11.8856 16.0247 12 15 12V10C15.9753 10 16.4308 9.86439 16.65 9.7C16.7914 9.59398 17 9.34837 17 8.5C17 7.65163 16.7914 7.40602 16.65 7.3Z"/>`,
3636
- breakFill: F`
3636
+ breakFill: H`
3637
3637
  <path fill-rule="evenodd" clip-rule="evenodd" d="M2 17C2 16.4477 2.44772 16 3 16L15 16C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18L3 18C2.44772 18 2 17.5523 2 17Z"/>
3638
3638
  <path fill-rule="evenodd" clip-rule="evenodd" d="M13 3C14.1046 3 15 3.89543 15 5V5.05176C15.6784 5.12769 16.3238 5.3059 16.8496 5.7002C17.7082 6.34417 18 7.34837 18 8.5C18 9.65163 17.7082 10.6558 16.8496 11.2998C16.2545 11.7461 15.5064 11.9178 14.7305 11.9746C14.5863 12.5071 14.3861 13.0272 14.1182 13.4961C13.5146 14.5523 12.4873 15.5 11 15.5H7C5.51273 15.5 4.48539 14.5523 3.88184 13.4961C3.28123 12.445 3 11.1428 3 10V5C3 3.89497 3.89589 3 5 3H13ZM15 9.92969C15.3262 9.87445 15.5265 9.79314 15.6504 9.7002C15.7918 9.59411 16 9.34806 16 8.5C16 7.65194 15.7918 7.40589 15.6504 7.2998C15.5265 7.20685 15.3263 7.12457 15 7.06934V9.92969Z"/>`,
3639
- calendar: F`
3639
+ calendar: H`
3640
3640
  <path d="M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z"/>`,
3641
- cancel: F`<path d="M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,2c1.6,0,3,0.5,4.2,1.4l-9.8,9.8C2.5,12,2,10.6,2,9C2,5.1,5.1,2,9,2 z M9,16c-1.6,0-3-0.5-4.2-1.4l9.8-9.8C15.5,6,16,7.4,16,9C16,12.9,12.9,16,9,16z"/>`,
3642
- cardSize: F`
3641
+ cancel: H`<path d="M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,2c1.6,0,3,0.5,4.2,1.4l-9.8,9.8C2.5,12,2,10.6,2,9C2,5.1,5.1,2,9,2 z M9,16c-1.6,0-3-0.5-4.2-1.4l9.8-9.8C15.5,6,16,7.4,16,9C16,12.9,12.9,16,9,16z"/>`,
3642
+ cardSize: H`
3643
3643
  <path class="st0" d="M1,12h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,12,1,12z"/>
3644
3644
  <path class="st0" d="M1,16h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H1c-0.6,0-1-0.4-1-1S0.4,16,1,16z"/>
3645
3645
  <path d="M16,2l0,6L2,8l0-6H16 M16,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V2C18,0.9,17.1,0,16,0L16,0z"/>`,
3646
- chat: F`
3646
+ chat: H`
3647
3647
  <g>
3648
3648
  <path d="M3.3,17.5H2.8a1.2,1.2,0,0,1-.7-.7,1.1,1.1,0,0,1,.1-1l1-2.1A7,7,0,0,1,0,8C0,3.8,4,.5,9,.5s9,3.3,9,7.4-4.1,7.5-9.1,7.5H7.6L3.7,17.4ZM9,2.5c-3.9,0-7,2.4-7,5.4a5.4,5.4,0,0,0,2.9,4.5l.9.4L5,14.4l2.2-1.2H9c3.9,0,7-2.5,7-5.5S12.9,2.5,9,2.5Z"/>
3649
3649
  <path d="M12.1,7.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1h6.1a1.1,1.1,0,0,1,1,1A1,1,0,0,1,12.1,7.5Z"/>
3650
3650
  <path d="M9,10.5H6a1,1,0,0,1-1-1,1.1,1.1,0,0,1,1-1H9a1,1,0,0,1,1,1A.9.9,0,0,1,9,10.5Z"/>
3651
3651
  </g>`,
3652
- checkBoxTick: F`
3652
+ checkBoxTick: H`
3653
3653
  <path class="st0" d="M13.7,5.5c-0.4-0.4-1-0.4-1.4,0l-5,4.9L5.6,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.4,2.4c0,0,0,0,0,0 c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0s0,0,0,0l5.7-5.6C14.1,6.5,14.1,5.9,13.7,5.5z"/>`,
3654
- chevronDown: F`
3654
+ chevronDown: H`
3655
3655
  <defs>
3656
3656
  <style>
3657
3657
  .cls-1,
@@ -3704,11 +3704,11 @@ const P5 = 0.25, I1 = [
3704
3704
  </defs>
3705
3705
  <path
3706
3706
  d="M5.31,6.82a1,1,0,0,0,0,1.36h0l3,3a1,1,0,0,0,1.39,0h0l3-3a1,1,0,0,0,.05-1.36h0a1,1,0,0,0-1.34,0l0,0L9,9.18,6.68,6.85a.94.94,0,0,0-1.34-.06Z" />`,
3707
- chevronLeft: F`
3707
+ chevronLeft: H`
3708
3708
  <path class="st0" d="M7.7,9l3.4-3.4c0.4-0.4,0.4-1,0-1.3s-1-0.4-1.3,0l-4,4c-0.4,0.4-0.4,1,0,1.3l4,4c0.4,0.4,1,0.4,1.3,0 c0.4-0.4,0.4-1,0-1.3L7.7,9z"/>`,
3709
- chevronRight: F`
3709
+ chevronRight: H`
3710
3710
  <path class="st0" d="M9.8,8.9l-3.4,3.4c-0.4,0.4-0.4,1,0,1.3c0.4,0.3,1,0.4,1.3,0l4-4c0.4-0.4,0.4-1,0-1.3l-4-4 c-0.4-0.4-1-0.4-1.3,0C6,4.7,6,5.3,6.3,5.6L9.8,8.9z"/>`,
3711
- chevronUp: F`
3711
+ chevronUp: H`
3712
3712
  <defs>
3713
3713
  <style>
3714
3714
  .cls-1,
@@ -3762,26 +3762,26 @@ const P5 = 0.25, I1 = [
3762
3762
  <path class="cls-7"
3763
3763
  d="M12.61,11.18a1,1,0,0,0,0-1.36h0l-3-3a1,1,0,0,0-1.39,0h0l-3,3a1,1,0,0,0,0,1.36h0a1,1,0,0,0,1.35,0l0,0L8.92,8.82l2.32,2.33a.94.94,0,0,0,1.34.06Z" />
3764
3764
  `,
3765
- close: F`
3765
+ close: H`
3766
3766
  <path class="st0" d="M10.4,9l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-5-5l-5,5c-0.4,0.4-1,0.4-1.4,0
3767
3767
  c-0.4-0.4-0.4-1,0-1.4l5-5l-5-5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l5,5l5-5c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4 L10.4,9z"/>`,
3768
- columns: F`
3768
+ columns: H`
3769
3769
  <path fill-rule="evenodd" d="M2.25,1.5 C1.00735875,1.5 0,2.45938929 0,3.64285714 L0,14.3571429 C0,15.5406429 1.00735875,16.5 2.25,16.5 L15.75,16.5 C16.992675,16.5 18,15.5406429 18,14.3571429 L18,3.64285714 C18,2.45938929 16.992675,1.5 15.75,1.5 L2.25,1.5 Z M15.999075,3.375 L12.9990375,3.375 L12.9990375,14.625 L15.999075,14.625 L15.999075,3.375 Z M7.0005375,3.375 L11.000475,3.375 L11.000475,14.625 L7.0005375,14.625 L7.0005375,3.375 Z M4.9995075,3.375 L1.9995075,3.375 L1.9995075,14.625 L4.9995075,14.625 L4.9995075,3.375 Z" />`,
3770
- contact: F`
3770
+ contact: H`
3771
3771
  <path class="st0" d="M16,2.3H2c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-10C18,3.2,17.1,2.3,16,2.3z M14.5,4.3L9,9 L3.4,4.3H14.5z M15,14.3H3c-0.6,0-1-0.4-1-1V5.7l6.3,5.4c0.2,0.2,0.4,0.2,0.7,0.2c0.2,0,0.5-0.1,0.7-0.2L16,5.7v7.6 C16,13.8,15.6,14.3,15,14.3z"/>`,
3772
- copy: F`
3772
+ copy: H`
3773
3773
  <path d="M1,13c-0.6,0-1-0.4-1-1V2c0-0.6,0.4-1,1-1h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H2v9C2,12.6,1.6,13,1,13z"/>
3774
3774
  <path d="M16,7v8H6V7H16 M17,5H5C4.4,5,4,5.4,4,6v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V6C18,5.4,17.6,5,17,5L17,5z"/>`,
3775
- critical: F`
3775
+ critical: H`
3776
3776
  <path class="st0" d="M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V9c0,0.6-0.4,1-1,1S8,9.6,8,9V3.3L4.7,6.7
3777
3777
  c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z"/>
3778
3778
  <circle class="st0" cx="9" cy="17" r="1"/>
3779
3779
  <circle class="st0" cx="9" cy="13" r="1"/>`,
3780
- dashboard: F`
3780
+ dashboard: H`
3781
3781
  <path d="M8.4,18C3.8,18,0,14.2,0,9.6c0-4.3,3.2-7.9,7.5-8.3c0.6,0,1,0.3,1.1,0.9c0.1,0.5-0.3,1-0.9,1.1C4.5,3.6,2,6.3,2,9.6
3782
3782
  C2,13.1,4.9,16,8.4,16c3.3,0,6.1-2.6,6.4-5.9c0-0.6,0.5-1,1.1-0.9c0.6,0,1,0.5,0.9,1.1C16.5,14.6,12.8,18,8.4,18z"/>
3783
3783
  <path d="M17,6.9h-4.9c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1C15.3,0,18,2.7,18,5.9C18,6.5,17.6,6.9,17,6.9z M13.1,4.9h2.8 c-0.4-1.4-1.4-2.4-2.8-2.8V4.9z"/>`,
3784
- dateRange: F`
3784
+ dateRange: H`
3785
3785
  <style>
3786
3786
  .colored-stroke {
3787
3787
  stroke: currentColor;
@@ -3791,45 +3791,45 @@ const P5 = 0.25, I1 = [
3791
3791
  <path class="colored-stroke" d="m 5,12 h 8" style="fill:none;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
3792
3792
  <path class="colored-stroke" d="M 11.5,10.5 13,12 11.5,13.5" style="fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
3793
3793
  <path class="colored-stroke" d="M 6.5,10.5 5,12 6.5,13.5" style="fill:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />`,
3794
- details: F`
3794
+ details: H`
3795
3795
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3796
3796
  <g >
3797
3797
  <path d="M13,6 C13.5522847,6 14,6.44771525 14,7 C14,7.55228475 13.5522847,8 13,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 L13,6 Z M9,10 C9.55228475,10 10,10.4477153 10,11 C10,11.5522847 9.55228475,12 9,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L9,10 Z M0,1.99508929 C0,0.893231902 0.892622799,0 1.99508929,0 L16.0049107,0 C17.1067681,0 18,0.892622799 18,1.99508929 L18,16.0049107 C18,17.1067681 17.1073772,18 16.0049107,18 L1.99508929,18 C0.893231902,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,3.00684547 C2,2.45078007 2.44994876,2 3.00684547,2 L14.9931545,2 C15.5492199,2 16,2.44994876 16,3.00684547 L16,14.9931545 C16,15.5492199 15.5500512,16 14.9931545,16 L3.00684547,16 C2.45078007,16 2,15.5500512 2,14.9931545 L2,3.00684547 Z"></path>
3798
3798
  </g>
3799
3799
  </g>`,
3800
- dispatch: F`
3800
+ dispatch: H`
3801
3801
  <path class="st0" d="M1,10h13.6l-5.3,5.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l7.1-7c0.4-0.4,0.4-1,0-1.4l-7-7
3802
3802
  C10.5,1.1,10.3,1,10,1C9.7,1,9.5,1.1,9.3,1.3c-0.4,0.4-0.4,1,0,1.4L14.6,8H1C0.4,8,0,8.4,0,9C0,9.5,0.4,10,1,10"/>`,
3803
- ellipsisVertical: F`
3803
+ ellipsisVertical: H`
3804
3804
  <circle class="st0" cx="9" cy="15" r="2"/>
3805
3805
  <circle class="st0" cx="9" cy="9" r="2"/>
3806
3806
  <circle class="st0" cx="9" cy="3" r="2"/>`,
3807
- exclamationFill: F`<path fill-rule="evenodd" clip-rule="evenodd" d="M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM10 10V5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5V10C8 10.5523 8.44772 11 9 11C9.55228 11 10 10.5523 10 10ZM9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z"/>`,
3808
- filterFunnel: F`
3807
+ exclamationFill: H`<path fill-rule="evenodd" clip-rule="evenodd" d="M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM10 10V5C10 4.44772 9.55228 4 9 4C8.44772 4 8 4.44772 8 5V10C8 10.5523 8.44772 11 9 11C9.55228 11 10 10.5523 10 10ZM9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14Z"/>`,
3808
+ filterFunnel: H`
3809
3809
  <path d="M18,1.00126584 C18,0.448276851 17.5584381,0 17.0137327,0 L0.986345567,0 C0.783248378,0 0.585051782,0.0636908896 0.418940196,0.182295811 C-0.0265976151,0.500421713 -0.133717166,1.12503362 0.17964335,1.57734689 L5.99077495,9.96473772 L6.00709484,16.0666253 C6.00811195,16.4475034 6.11966977,16.8196516 6.32776001,17.1366041 C6.91268731,18.0273848 8.09816833,18.2680678 8.97560551,17.6742453 L11.051145,16.2695256 C11.6026004,15.896298 11.9326044,15.2668048 11.9295069,14.5939906 L11.9084251,10.0016287 L17.8170137,1.58227507 C17.9360611,1.41260479 18,1.20951675 18,1.00126584 Z M9.93297783,9.36532994 L9.95701847,14.6032368 L7.97939831,15.9417311 L7.96169146,9.32853285 L2.8859261,2.00253168 L15.1000976,2.00253168 L9.93297783,9.36532994 Z" fill-rule="nonzero" transform="translate(9.000000, 9.000000) scale(-1, 1) translate(-9.000000, -9.000000) " />`,
3810
- filterNew: F`
3810
+ filterNew: H`
3811
3811
  <path class="st0" d="M0,9c0-0.6,0.4-1,1-1h7c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,10,0,9.6,0,9z M0,3c0-0.6,0.4-1,1-1h16
3812
3812
  c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,4,0,3.6,0,3z M0,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1
3813
3813
  C0.5,16,0,15.6,0,15z"/>
3814
3814
  <path d="M17,11h-2V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2
3815
3815
  c0.6,0,1-0.4,1-1S17.6,11,17,11z"/>`,
3816
- filter: F`
3816
+ filter: H`
3817
3817
  <path class="st0" d="M1,9c0-0.6,0.5-1,1-1h8c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14
3818
3818
  c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2
3819
3819
  C1.5,16,1,15.6,1,15z"/>`,
3820
- globe: F`
3820
+ globe: H`
3821
3821
  <path d="M9.9,0C9.6,0,9.3,0,9,0C4,0,0,4,0,9c0,5,4,9,9,9c5,0,9-4,9-9C18,4.4,14.5,0.5,9.9,0z M13.8,10.6c-0.3-0.2-0.7-0.2-1,0
3822
3822
  l-1,0.6l-0.5,0.1c-0.3,0-0.6,0.2-0.8,0.5l-0.3,0.6l-1,0.8c-0.4,0.3-0.5,1-0.1,1.4L9.3,15l-0.2,0.7c0,0.1,0,0.2,0,0.3
3823
3823
  c0,0-0.1,0-0.1,0c-3.9,0-7-3.1-7-7c0-0.4,0-0.9,0.1-1.3L2.5,8l0,1.1c0,0.3,0.2,0.6,0.4,0.8l1.5,1C4.6,10.9,4.8,11,5,11
3824
3824
  c0.3,0,0.5-0.1,0.7-0.3l1.4-1.4l1.5-1.2l4-1c0.4-0.1,0.7-0.4,0.7-0.8c0.1-0.4-0.1-0.8-0.5-1l-1.6-0.9l-0.4-0.8
3825
3825
  c-0.1-0.2-0.3-0.4-0.5-0.5L7.7,2.1C8.2,2,8.6,2,9,2c0.2,0,0.5,0,0.7,0C13.3,2.4,16,5.4,16,9c0,0.9-0.2,1.8-0.5,2.5L13.8,10.6z"/>`,
3826
- grid: F`
3826
+ grid: H`
3827
3827
  <rect x="9.875" y="0.875" width="7" height="7" rx="1"></rect>
3828
3828
  <rect x="0.875" y="0.875" width="7" height="7" rx="1"></rect>
3829
3829
  <rect x="0.875" y="9.875" width="7" height="7" rx="1"></rect>
3830
3830
  <rect x="9.875" y="9.875" width="7" height="7" rx="1"></rect>
3831
3831
  `,
3832
- grip: F`
3832
+ grip: H`
3833
3833
  <polygon fill-rule="evenodd" points="7.16666667 1.13242749e-14 3.5 1.13242749e-14 3.5 3.6 7.16666667 3.6" />
3834
3834
  <polygon fill-rule="evenodd" points="7.16666667 7.2 3.5 7.2 3.5 10.8 7.16666667 10.8" />
3835
3835
  <polygon fill-rule="evenodd" points="3.5 14.4 7.16666667 14.4 7.16666667 18 3.5 18" />
@@ -3837,7 +3837,7 @@ const P5 = 0.25, I1 = [
3837
3837
  <polygon fill-rule="evenodd" points="10.8333333 7.2 14.5 7.2 14.5 10.8 10.8333333 10.8" />
3838
3838
  <polygon fill-rule="evenodd" points="14.5 14.4 10.8333333 14.4 10.8333333 18 14.5 18" />
3839
3839
  `,
3840
- help: F`
3840
+ help: H`
3841
3841
  <g>
3842
3842
  <path d="M9,11.1c-0.5,0-0.9-0.4-0.9-0.9V9.7c0-0.5,0.2-1.4,1.6-1.4c0.5,0,0.8-0.2,0.8-0.8c0-0.2,0-0.7-0.3-1C10.1,6.1,9.6,6,9,6
3843
3843
  C7.7,6,7.7,6.7,7.7,6.8c0,0.5-0.4,0.9-0.9,0.9S5.9,7.3,5.9,6.8c0-0.7,0.6-2.6,3.1-2.6c1.4,0,2.3,0.6,2.7,1.1l0,0
@@ -3851,7 +3851,7 @@ const P5 = 0.25, I1 = [
3851
3851
  c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3-0.1,0.6-0.3,0.7C9.5,14.1,9.3,14.2,9,14.2z"/>
3852
3852
  </g>
3853
3853
  `,
3854
- hide: F`
3854
+ hide: H`
3855
3855
  <path d="M2.1,8.9c0.7-1.4,3.5-4.8,7.1-4.8c0.6,0,1.2,0.1,1.7,0.3l1.5-1.5c-1-0.5-2.1-0.8-3.3-0.8C3.7,2.1,0,8,0,8.9
3856
3856
  c0,0.4,0.9,2.2,2.6,3.9L4,11.4C3.1,10.4,2.4,9.5,2.1,8.9z"/>
3857
3857
  <path d="M15.7,5.3l-1.4,1.4c0.8,0.8,1.4,1.7,1.6,2.2c-0.7,1.4-3.4,5.1-6.7,5.1c-0.7,0-1.3-0.1-1.9-0.4l-1.4,1.4
@@ -3859,22 +3859,22 @@ const P5 = 0.25, I1 = [
3859
3859
  <path class="st0" d="M2.6,15.5L2.6,15.5c-0.4-0.4-0.4-1,0-1.4L13.9,2.8c0.4-0.4,1-0.4,1.4,0l0,0c0.4,0.4,0.4,1,0,1.4L4,15.5
3860
3860
  C3.6,15.9,3,15.9,2.6,15.5z"/>
3861
3861
  `,
3862
- infoFill: F`<path d="M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0Zm1,13a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0ZM9,6a1,1,0,1,1,1-1A1,1,0,0,1,9,6Z" transform="translate(0 0)" />`,
3863
- tickFill: F`
3862
+ infoFill: H`<path d="M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0Zm1,13a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0ZM9,6a1,1,0,1,1,1-1A1,1,0,0,1,9,6Z" transform="translate(0 0)" />`,
3863
+ tickFill: H`
3864
3864
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19ZM13.31 6.30994C13.7 5.89994 14.32 5.89994 14.71 6.30994C15.1 6.71994 15.1 7.37994 14.7 7.76994L9.07 13.6699V13.6799C8.68 14.0899 8.06 14.0899 7.67 13.6799C7.665 13.6749 7.6625 13.6699 7.66 13.6649C7.6575 13.6599 7.655 13.6549 7.65 13.6499L5.29 11.1499C4.9 10.7399 4.9 10.0799 5.29 9.66994C5.68 9.25994 6.3 9.25994 6.69 9.66994L8.38 11.4699L13.31 6.30994Z" transform="translate(-1 -1)"/>
3865
3865
  `,
3866
- infoOutline: F`
3866
+ infoOutline: H`
3867
3867
  <path d="M9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 Z M9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 Z" fill-rule="nonzero"></path>
3868
3868
  <circle cx="9" cy="6" r="1"></circle>
3869
3869
  <rect x="8" y="8" width="2" height="5" rx="1"></rect>`,
3870
- jobFields: F`
3870
+ jobFields: H`
3871
3871
  <path class="st0" d="M1,13c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,13.4,1.6,13,1,13L1,13z M17,13H5
3872
3872
  c-0.5,0-1,0.4-1,1v0c0,0.5,0.4,1,1,1h12c0.5,0,1-0.4,1-1v0C18,13.4,17.5,13,17,13z M1,8C0.4,8,0,8.4,0,9v0c0,0.5,0.4,1,1,1h0
3873
3873
  c0.5,0,1-0.4,1-1v0C2,8.4,1.6,8,1,8L1,8z M11,8H5C4.4,8,4,8.4,4,9v0c0,0.5,0.4,1,1,1h6c0.5,0,1-0.4,1-1v0C12,8.4,11.5,8,11,8z M1,3
3874
3874
  C0.4,3,0,3.4,0,4v0c0,0.5,0.4,1,1,1h0c0.5,0,1-0.4,1-1v0C2,3.4,1.6,3,1,3L1,3z M17,3H5C4.3,3,4,3.4,4,4v0c0,0.5,0.4,1,1,1h12
3875
3875
  C17.4,5,18,4.6,18,4v0C18,3.4,17.4,3,17,3z"/>
3876
3876
  `,
3877
- jobs: F`
3877
+ jobs: H`
3878
3878
  <g>
3879
3879
  <path d="M17,6H1C0.4,6,0,6.4,0,7v10c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6L17,6z M2,16V8h14v8H2L2,16z"/>
3880
3880
  </g>
@@ -3882,7 +3882,7 @@ const P5 = 0.25, I1 = [
3882
3882
  <path d="M11.2,1H6.8C5.8,1,5,1.8,5,3v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3h4v1c0,0.6,0.4,1,1,1s1-0.4,1-1V3C13,1.8,12.2,1,11.2,1L11.2,1z"/>
3883
3883
  </g>
3884
3884
  `,
3885
- logout: F`
3885
+ logout: H`
3886
3886
  <path class="st0" d="M15.7,8.2l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.3,1.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h5.7l-1.4,1.4
3887
3887
  c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l3-3C16.1,9.3,16.1,8.7,15.7,8.2L15.7,8.2z"/>
3888
3888
  <g>
@@ -3890,11 +3890,11 @@ const P5 = 0.25, I1 = [
3890
3890
  S9.1,16.9,8.5,16.9z"/>
3891
3891
  </g>
3892
3892
  `,
3893
- map: F`
3893
+ map: H`
3894
3894
  <path d="M9.38500743,15.383742 C10.204749,14.794821 11.0108787,14.159294 11.758022,13.4915762 C12.4225607,12.8976817 13.0073675,12.3067398 13.4906116,11.7310497 C14.4926514,10.537317 15,9.21759591 15,8 C15,4.67652318 12.3896043,2 9,2 C5.62792813,2 3,4.66798547 3,8 C3,9.21368006 3.50961126,10.5363837 4.51459199,11.7266458 C4.998825,12.3001535 5.58258187,12.888391 6.24399217,13.4787725 C7.02327939,14.1743722 7.86583421,14.8346438 8.70875915,15.4339777 C8.81250296,15.5077413 8.91352458,15.5786257 9.01148934,15.6465075 C9.14746035,15.552206 9.27786096,15.4607184 9.38500743,15.383742 Z M1,8 C1,3.63110352 4.45647321,0 9,0 C13.6043527,0 17,3.68432617 17,8 C17,9.6376271 16.3642509,11.4184323 15.0224609,13.0169104 C12.828203,15.6309358 9.47013284,17.7467724 9.29010882,17.8728774 C9,18.0760956 8.74874442,17.8728774 8.74874442,17.8728774 C8.74874442,17.8728774 5.25905768,15.7085029 2.9864502,13.0169104 C1.63498673,11.4162869 1,9.62921865 1,8 Z" fill-rule="nonzero"></path>
3895
3895
  <path d="M9,11 C7.34314575,11 6,9.65685425 6,8 C6,6.34314575 7.34314575,5 9,5 C10.6568542,5 12,6.34314575 12,8 C12,9.65685425 10.6568542,11 9,11 Z M9,9 C9.55228475,9 10,8.55228475 10,8 C10,7.44771525 9.55228475,7 9,7 C8.44771525,7 8,7.44771525 8,8 C8,8.55228475 8.44771525,9 9,9 Z"></path>
3896
3896
  `,
3897
- megaphone: F`
3897
+ megaphone: H`
3898
3898
  <path d="M7.1,13L8,15.7c0.1,0.5-0.1,1.1-0.6,1.3c-0.4,0.2-0.9-0.1-1.1-0.6l-1.1-3.4c-1.1,0-1.8-0.1-2-0.1c-1.2,0-2.2-1-2.2-2.2V6.3
3899
3899
  c0-1.2,1-2.2,2.2-2.2C5.5,4.1,7.6,4,7.6,4c1.6-0.1,2.4-0.4,3.4-0.9c0.2-0.1,2.2-1.4,3.1-1.9c0.6-0.3,1.3-0.3,1.9,0
3900
3900
  c0.6,0.3,1,1,1,1.7l0,11.1c0,0.7-0.4,1.3-1,1.7c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.7-0.1-0.9-0.2c-0.6-0.3-1.1-0.6-1.7-1
@@ -3903,43 +3903,43 @@ const P5 = 0.25, I1 = [
3903
3903
  c-0.2-0.1,1.8,1.3,2.7,1.7c0,0,0,0,0.1,0c0,0,0,0,0,0l0-10.9c0,0,0,0,0,0c0,0,0,0-0.1,0c-0.8,0.4-2.7,1.7-3,1.8
3904
3904
  c-1.2,0.7-2.3,1-4.1,1.1c0,0-0.2,0-0.8,0V11.1z"/>
3905
3905
  `,
3906
- minus: F`
3906
+ minus: H`
3907
3907
  <path class="st0" d="M15,8c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H3c-0.6,0-1-0.4-1-1c0-0.6,0.4-1,1-1H15z"/>`,
3908
- normal: F`
3908
+ normal: H`
3909
3909
  <path class="st0" d="M8.3,1.4l-5,5c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L8,4.5V16c0,0.6,0.4,1,1,1s1-0.4,1-1V4.3l3.3,3.3
3910
3910
  c0.4,0.4,1,0.4,1.4,0C14.9,7.5,15,7.2,15,7c0-0.3-0.1-0.5-0.3-0.7l-5-5C9.3,0.9,8.7,0.9,8.3,1.4L8.3,1.4z"/>
3911
3911
  `,
3912
- notes: F`
3912
+ notes: H`
3913
3913
  <path class="st0" d="M0,17c0-0.6,0.4-1,1-1h16c0.5,0,1,0.4,1,1c0,0.6-0.4,1-1,1H1C0.4,18,0,17.6,0,17z"/>
3914
3914
  <path class="st0" d="M6.9,9.3l0.1-0.2l7.2-7.3l2.1,2l-7.3,7.2l-0.2,0.1H6.9V9.3z M12.7,0.7L5.6,7.8C5.3,8.2,5,8.8,5,9.3v2.8
3915
3915
  C5,12.6,5.4,13,5.9,13h2.8c0.5,0,1.1-0.3,1.4-0.6l6.4-6.4l0.8-0.8c0.9-0.9,0.9-2.4,0-3.3L16,0.7C15.6,0.3,15,0,14.4,0
3916
3916
  C13.8,0,13.2,0.3,12.7,0.7z"/>`,
3917
- notify: F`
3917
+ notify: H`
3918
3918
  <path class="st0" d="M16.5,0.2c-0.3-0.2-0.7-0.2-1-0.1L1.6,6.6C1.2,6.7,1,7.1,1,7.5c0,0.4,0.3,0.8,0.6,0.9l5.3,2.2l-0.1,5.8
3919
3919
  c0,0.4,0.2,0.8,0.6,0.9c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.5-0.1,0.7-0.3l4.4-4.1l2.5,1c0.1,0.1,0.3,0.1,0.4,0.1
3920
3920
  c0.2,0,0.4-0.1,0.5-0.2c0.3-0.2,0.4-0.5,0.5-0.8L16.9,1C16.9,0.7,16.8,0.4,16.5,0.2z M11.8,4L7.6,8.7L4.5,7.4L11.8,4z M8.8,14
3921
3921
  l0.1-2.6l1.9,0.8L8.8,14z M9.6,9.5l5.3-6l-0.2,8.1L9.6,9.5z"/>
3922
3922
  `,
3923
- openLink: F`
3923
+ openLink: H`
3924
3924
  <path class="st0" d="M12.6,4H9C8.4,4,8,3.5,8,3c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v6.1c0,0.3-0.1,0.5-0.3,0.7
3925
3925
  c-0.2,0.2-0.4,0.3-0.7,0.3c-0.6,0-1-0.4-1-1V5.4l-5,5c-0.4,0.4-1,0.4-1.4,0s-0.4-1,0-1.4L12.6,4z"/>
3926
3926
  <path class="st0" d="M15,16H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1S5.6,4,5,4H4v10h10v-1c0-0.6,0.4-1,1-1
3927
3927
  s1,0.4,1,1v2C16,15.6,15.5,16,15,16z"/>
3928
3928
  `,
3929
- optimise: F`
3929
+ optimise: H`
3930
3930
  <path d="M8,18c-0.1,0-0.2,0-0.3,0C7.3,17.8,7,17.4,7,17v-5H3c-0.4,0-0.7-0.2-0.9-0.5s-0.1-0.7,0.1-1l6.9-10C9.3,0.1,9.8-0.1,10.2,0
3931
3931
  c0.4,0.1,0.7,0.5,0.7,1v5.1H15c0.4,0,0.7,0.2,0.9,0.5s0.1,0.7-0.1,1l-7,9.9C8.6,17.8,8.3,18,8,18z M4.9,10H8c0.6,0,1,0.4,1,1v2.8
3932
3932
  l4-5.8H9.9c-0.6,0-1-0.4-1-1V4.2L4.9,10z"/>
3933
3933
  `,
3934
- outOfFilter: F`
3934
+ outOfFilter: H`
3935
3935
  <path d="M16.8,14.3L12.2,9l3.6-4.3c0.2-0.3,0.3-0.7,0.1-1.1C15.7,3.2,15.4,3,15,3H7L4.8,0.3c-0.4-0.4-1-0.5-1.4-0.1
3936
3936
  c-0.4,0.4-0.5,1-0.1,1.4L4.4,3H2C1.6,3,1.3,3.2,1.1,3.6C0.9,3.9,1,4.3,1.2,4.6L6,10.4V15c0,0.3,0.2,0.6,0.4,0.8l3,2
3937
3937
  C9.6,17.9,9.8,18,10,18c0.2,0,0.3,0,0.5-0.1c0.3-0.2,0.5-0.5,0.5-0.9v-6.3l4.2,4.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.5-0.1,0.7-0.2
3938
3938
  C17.1,15.4,17.1,14.8,16.8,14.3z M12.9,5l-2,2.4L8.7,5H12.9z M9.2,9.4C9.1,9.5,9,9.8,9,10v5.1l-1-0.7V10c0-0.2-0.1-0.5-0.2-0.6
3939
3939
  L4.1,5h2l3.4,4L9.2,9.4z"/>
3940
3940
  `,
3941
- paperFold: F`<path d="M16.31,6.22a1,1,0,0,0-.22-.32L10.51.31A1.15,1.15,0,0,0,10.18.1,1,1,0,0,0,9.8,0H4.21a2.6,2.6,0,0,0-2.6,2.59V15.39A2.6,2.6,0,0,0,4.21,18h9.58a2.6,2.6,0,0,0,2.6-2.59V6.61A1,1,0,0,0,16.31,6.22ZM10.8,3.43,13,5.61H10.8Zm3,12.55H4.21a.6.6,0,0,1-.6-.59V2.61A.6.6,0,0,1,4.21,2H8.8V6.61a1,1,0,0,0,1,1h4.59v7.78A.6.6,0,0,1,13.79,16Z"/>`,
3942
- phone: F`
3941
+ paperFold: H`<path d="M16.31,6.22a1,1,0,0,0-.22-.32L10.51.31A1.15,1.15,0,0,0,10.18.1,1,1,0,0,0,9.8,0H4.21a2.6,2.6,0,0,0-2.6,2.59V15.39A2.6,2.6,0,0,0,4.21,18h9.58a2.6,2.6,0,0,0,2.6-2.59V6.61A1,1,0,0,0,16.31,6.22ZM10.8,3.43,13,5.61H10.8Zm3,12.55H4.21a.6.6,0,0,1-.6-.59V2.61A.6.6,0,0,1,4.21,2H8.8V6.61a1,1,0,0,0,1,1h4.59v7.78A.6.6,0,0,1,13.79,16Z"/>`,
3942
+ phone: H`
3943
3943
  <path d="M14,18c-2.3,0-5.8-1.6-9.1-4.9c-2-2-3.6-4.3-4.4-6.4c-0.8-2.1-0.7-3.9,0.2-4.8C0.8,1.8,0.9,1.7,1,1.6C1.7,0.9,2.6,0,3.8,0
3944
3944
  c0.9,0,1.7,0.5,2.4,1.5c2.1,2.6,1.2,3.9,0,5.1l0,0c0.1,0.3,0.5,1.1,2.2,2.9c1.8,1.8,2.6,2.2,2.9,2.2l0,0c1.2-1.2,2.5-2.1,5.1,0
3945
3945
  c1,0.8,1.5,1.6,1.5,2.4c0.1,1.3-0.9,2.2-1.6,2.8c-0.1,0.1-0.2,0.2-0.3,0.3C15.6,17.7,14.9,18,14,18z M3.7,2C3.5,2,3.3,2.2,3.2,2.3
@@ -3948,34 +3948,34 @@ const P5 = 0.25, I1 = [
3948
3948
  c-0.4-0.5-0.9-0.9-1.4-1.2c-0.2-0.1-0.4-0.2-0.6-0.2c-0.5,0-0.8,0.6-1.1,0.9c-0.5,0.4-1.2,0.5-1.8,0.3c-0.6-0.2-1.1-0.6-1.6-1
3949
3949
  C7.5,11.5,5.9,10,4.8,8.2C4.6,7.8,4.3,7.4,4.2,7S4.2,6,4.4,5.7c0.3-0.5,1.1-0.8,1.1-1.4c0-0.3-0.1-0.5-0.3-0.7
3950
3950
  C5,3.1,4.7,2.7,4.4,2.4C4.2,2.2,4,2,3.7,2z"/>`,
3951
- plane: F`
3951
+ plane: H`
3952
3952
  <path d="M18.96 9.37002C18.77 8.65001 18.04 8.22002 17.33 8.42002L12.62 9.69002L6.76001 4.18002C6.59001 4.02002 6.35001 3.96002 6.13001 4.02002L4.78001 4.38002L8.45001 10.81L4.04001 12L2.56001 10.83C2.39001 10.7 2.17001 10.65 1.97001 10.71L1.01001 10.97L2.63001 13.8L3.31001 14.99L4.73001 14.61L9.44001 13.34L13.3 12.3L18.01 11.03C18.73 10.82 19.15 10.09 18.96 9.37002Z"/>
3953
3953
  `,
3954
- plus: F`
3954
+ plus: H`
3955
3955
  <path class="st0" d="M10,8V2c0-0.6-0.4-1-1-1C8.4,1,8,1.4,8,2v6H2C1.4,8,1,8.4,1,9c0,0.6,0.4,1,1,1h6v6c0,0.6,0.4,1,1,1 c0.6,0,1-0.4,1-1v-6h6c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H10z"/>`,
3956
- processing: F`<path d="M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M12.7075379,9.81794554 C12.5257228,10.4145966 12.2080838,10.9773659 11.7400774,11.4453723 C10.2063137,12.9791361 7.69176287,12.9575305 6.13141391,11.3971816 L7.52153209,10.0070634 L3.7824231,9.97493622 L3.81455027,13.7140452 L5.20466845,12.323927 C7.28827643,14.407535 10.634779,14.4362888 12.6828864,12.3881814 C13.4103816,11.6606862 13.8700597,10.7673159 14.0723126,9.82967196 L12.7075379,9.81794554 Z M5.31711357,5.61181862 C4.58961839,6.3393138 4.12994028,7.23268406 3.92768736,8.17032804 L5.29246214,8.18205446 C5.46492947,7.58532306 5.79191615,7.02263412 6.25992261,6.55462766 C7.79368633,5.02086394 10.3082371,5.04246946 11.8685861,6.60281843 L10.4784679,7.99293661 L14.2175769,8.02506378 L14.1854497,4.28595479 L12.7953315,5.67607297 C10.7117236,3.59246499 7.36522102,3.56371117 5.31711357,5.61181862 Z"></path>`,
3957
- push: F`
3956
+ processing: H`<path d="M9,0 C13.9705627,0 18,4.02943725 18,9 C18,13.9705627 13.9705627,18 9,18 C4.02943725,18 0,13.9705627 0,9 C0,4.02943725 4.02943725,0 9,0 Z M12.7075379,9.81794554 C12.5257228,10.4145966 12.2080838,10.9773659 11.7400774,11.4453723 C10.2063137,12.9791361 7.69176287,12.9575305 6.13141391,11.3971816 L7.52153209,10.0070634 L3.7824231,9.97493622 L3.81455027,13.7140452 L5.20466845,12.323927 C7.28827643,14.407535 10.634779,14.4362888 12.6828864,12.3881814 C13.4103816,11.6606862 13.8700597,10.7673159 14.0723126,9.82967196 L12.7075379,9.81794554 Z M5.31711357,5.61181862 C4.58961839,6.3393138 4.12994028,7.23268406 3.92768736,8.17032804 L5.29246214,8.18205446 C5.46492947,7.58532306 5.79191615,7.02263412 6.25992261,6.55462766 C7.79368633,5.02086394 10.3082371,5.04246946 11.8685861,6.60281843 L10.4784679,7.99293661 L14.2175769,8.02506378 L14.1854497,4.28595479 L12.7953315,5.67607297 C10.7117236,3.59246499 7.36522102,3.56371117 5.31711357,5.61181862 Z"></path>`,
3957
+ push: H`
3958
3958
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
3959
3959
  <g transform="translate(2.000000, 0.000000)">
3960
3960
  <path d="M0,1.99508929 C0,0.893231902 0.897060126,0 2.00585866,0 L11.9941413,0 C13.1019465,0 14,0.892622799 14,1.99508929 L14,16.0049107 C14,17.1067681 13.1029399,18 11.9941413,18 L2.00585866,18 C0.898053512,18 0,17.1073772 0,16.0049107 L0,1.99508929 Z M2,2 L12,2 L12,5 L14,5 L14,10 L12,10 L12,16 L2,16 L2,2 Z M7,14 C7.55228475,14 8,13.5522847 8,13 C8,12.4477153 7.55228475,12 7,12 C6.44771525,12 6,12.4477153 6,13 C6,13.5522847 6.44771525,14 7,14 Z"></path>
3961
3961
  </g>
3962
3962
  <path d="M13.75,5.5 L14.5,5.5 L14.5,6.16666667 L14.5,8.83333333 L14.5,9.5 L13.5,9.5 L13.5,8.83333333 L13.5,6.5 L13,6.5 L12.5,6.5 L12.5,5.5 L13,5.5 L13.75,5.5 Z M13.5,12 C15.9852814,12 18,9.98528137 18,7.5 C18,5.01471863 15.9852814,3 13.5,3 C11.0147186,3 9,5.01471863 9,7.5 C9,9.98528137 11.0147186,12 13.5,12 Z M13.25,8.5 L12.75,8.5 L12.5,8.5 L12.5,9.5 L12.75,9.5 L13.25,9.5 L13.5,9.5 L13.5,8.5 L13.25,8.5 Z M15.25,8.5 L14.75,8.5 L14.5,8.5 L14.5,9.5 L14.75,9.5 L15.25,9.5 L15.5,9.5 L15.5,8.5 L15.25,8.5 Z"></path>
3963
3963
  </g>`,
3964
- questionFill: F`
3964
+ questionFill: H`
3965
3965
  <path fill-rule="evenodd" clip-rule="evenodd" d="M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9ZM10 13C10 13.5523 9.55228 14 9 14C8.44771 14 8 13.5523 8 13C8 12.4477 8.44771 12 9 12C9.55228 12 10 12.4477 10 13ZM9 6C8.44772 6 8 6.44772 8 7H6C6 5.34315 7.34315 4 9 4C10.6569 4 12 5.34315 12 7C12 8.30622 11.1652 9.41746 10 9.82929V10C10 10.5523 9.55228 11 9 11C8.44771 11 8 10.5523 8 10V9C8 8.44772 8.44772 8 9 8C9.55228 8 10 7.55228 10 7C10 6.44772 9.55228 6 9 6Z" />`,
3966
- recurring: F`
3966
+ recurring: H`
3967
3967
  <path d="M2,9c0.6,0,1-0.4,1-1V7c0-1,1-2,2-2h8.6l-1.3,1.3c-0.4,0.4-0.4,1,0,1.4C12.5,7.9,12.7,8,13,8s0.5-0.1,0.7-0.3l3-3
3968
3968
  c0.4-0.4,0.4-1,0-1.4l-3-3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L13.6,3H5C2.8,3,1,4.8,1,7v1C1,8.6,1.4,9,2,9z"/>
3969
3969
  <path d="M16,9c-0.6,0-1,0.4-1,1v1.1c0,1-0.9,1.9-2,1.9H4.4l1.3-1.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4
3970
3970
  l3,3C4.5,17.9,4.7,18,5,18s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,15H13c2.2,0,4-1.8,4-3.9V10C17,9.4,16.6,9,16,9z"/>`,
3971
- reload: F`<path fill-rule="evenodd" d="M9.06944504,2.64848617 C10.7986151,2.64848617 12.5277626,3.30640867 14.0263751,4.29329243 L13.5652376,1.22298741 C13.4500376,0.674718657 13.9110626,0.12644653 14.6028251,0.016792779 C15.1791626,-0.0928609716 15.7556126,0.345754031 15.8708126,1.00367991 L16.6777751,7.14427869 C16.6777751,7.14427869 16.6777751,7.14427869 16.6777751,7.25393244 C16.6777751,7.47323994 16.5624626,7.8022012 16.4472626,8.0215087 C16.3319501,8.13116245 16.1014376,8.2408162 15.9861251,8.2408162 C15.7556126,8.35046995 15.5249876,8.35046995 15.4096751,8.4601237 L14.8333376,8.56977745 L10.2222213,9.77596871 C9.6458388,9.88562246 8.95416629,9.5566612 8.83888754,8.8987387 C8.72360879,8.35046995 9.06944504,7.69254744 9.6458388,7.58289369 C9.6458388,7.58289369 11.4902763,7.14427869 13.1042126,6.70566369 C13.2194126,6.70566369 13.2194126,6.70566369 13.3347251,6.59600994 C12.1819376,5.49947243 10.6833363,4.84156118 9.06944504,4.84156118 C5.84167378,4.84156118 3.30555251,7.25393244 3.30555251,10.3242375 C3.30555251,13.3945875 5.84167378,15.806925 9.06944504,15.806925 C11.4902763,15.806925 13.6805501,14.27175 14.4875126,12.078675 C14.7180251,11.5304625 15.4096751,11.2015125 15.9861251,11.420775 C16.5624626,11.6400375 16.9082876,12.1883625 16.6777751,12.8462625 C15.5249876,15.9166125 12.5277626,18 9.06944504,18 C4.57360752,18 1,14.6007 1,10.3242375 C1,6.15739494 4.57360752,2.64848617 9.06944504,2.64848617 Z" />`,
3972
- reorder: F`
3971
+ reload: H`<path fill-rule="evenodd" d="M9.06944504,2.64848617 C10.7986151,2.64848617 12.5277626,3.30640867 14.0263751,4.29329243 L13.5652376,1.22298741 C13.4500376,0.674718657 13.9110626,0.12644653 14.6028251,0.016792779 C15.1791626,-0.0928609716 15.7556126,0.345754031 15.8708126,1.00367991 L16.6777751,7.14427869 C16.6777751,7.14427869 16.6777751,7.14427869 16.6777751,7.25393244 C16.6777751,7.47323994 16.5624626,7.8022012 16.4472626,8.0215087 C16.3319501,8.13116245 16.1014376,8.2408162 15.9861251,8.2408162 C15.7556126,8.35046995 15.5249876,8.35046995 15.4096751,8.4601237 L14.8333376,8.56977745 L10.2222213,9.77596871 C9.6458388,9.88562246 8.95416629,9.5566612 8.83888754,8.8987387 C8.72360879,8.35046995 9.06944504,7.69254744 9.6458388,7.58289369 C9.6458388,7.58289369 11.4902763,7.14427869 13.1042126,6.70566369 C13.2194126,6.70566369 13.2194126,6.70566369 13.3347251,6.59600994 C12.1819376,5.49947243 10.6833363,4.84156118 9.06944504,4.84156118 C5.84167378,4.84156118 3.30555251,7.25393244 3.30555251,10.3242375 C3.30555251,13.3945875 5.84167378,15.806925 9.06944504,15.806925 C11.4902763,15.806925 13.6805501,14.27175 14.4875126,12.078675 C14.7180251,11.5304625 15.4096751,11.2015125 15.9861251,11.420775 C16.5624626,11.6400375 16.9082876,12.1883625 16.6777751,12.8462625 C15.5249876,15.9166125 12.5277626,18 9.06944504,18 C4.57360752,18 1,14.6007 1,10.3242375 C1,6.15739494 4.57360752,2.64848617 9.06944504,2.64848617 Z" />`,
3972
+ reorder: H`
3973
3973
  <path class="st0" d="M5.3,12.4c-0.4,0.3-0.4,0.9,0,1.3l3.1,3c0.4,0.4,0.9,0.4,1.3,0l3.1-3c0.4-0.4,0.4-0.9,0-1.3l-0.1-0.1
3974
3974
  c-0.4-0.3-0.9-0.4-1.3,0L9,14.7l-2.4-2.4C6.3,12,5.7,12,5.3,12.4L5.3,12.4z M12.7,5.6c0.4-0.3,0.4-0.9,0-1.3l-3.1-3
3975
3975
  c-0.4-0.4-0.9-0.4-1.3,0l-3.1,3c-0.4,0.4-0.4,0.9,0,1.3l0.1,0.1C5.7,6,6.2,6,6.6,5.6L9,3.3l2.4,2.4C11.7,6,12.3,6,12.7,5.6L12.7,5.6
3976
3976
  z"/>
3977
3977
  `,
3978
- resourceAbove: F`
3978
+ resourceAbove: H`
3979
3979
  <path d="M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5
3980
3980
  s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z"/>
3981
3981
  <path d="M13.2,10.3l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l1.3-1.3V17c0,0.6,0.4,1,1,1s1-0.4,1-1v-3.7l1.4,1.4
@@ -3985,7 +3985,7 @@ const P5 = 0.25, I1 = [
3985
3985
  c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0
3986
3986
  c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z"/>
3987
3987
  `,
3988
- resourceAdd: F`
3988
+ resourceAdd: H`
3989
3989
  <path d="M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5
3990
3990
  c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z"/>
3991
3991
  <path class="st0" d="M17,13h-2v-2c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v2h-2c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2v2c0,0.6,0.4,1,1,1
@@ -3994,7 +3994,7 @@ const P5 = 0.25, I1 = [
3994
3994
  c0,0,0,0,0,0c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1v0h0c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9C5.1,13.4,6.8,13,9,13c0,0,0,0,0,0
3995
3995
  c0,0,0,0,0,0c0.6,0,1-0.4,1-1C10,11.4,9.6,11,9,11L9,11L9,11C9,11,9,11,9,11"/>
3996
3996
  `,
3997
- resourceBelow: F`
3997
+ resourceBelow: H`
3998
3998
  <path d="M8.9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5s-2-0.2-2-2.5S7.8,2.1,8.9,2.1 M8.9,0.1c-2.2,0-4,1.2-4,4.5s1.8,4.5,4,4.5
3999
3999
  s4-1.2,4-4.5C12.9,1.2,11.1,0.1,8.9,0.1L8.9,0.1z"/>
4000
4000
  <path d="M14.7,17.7l3-3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L15,14.6V11c0-0.6-0.4-1-1-1s-1,0.4-1,1v3.7l-1.4-1.4c-0.4-0.4-1-0.4-1.4,0
@@ -4004,7 +4004,7 @@ const P5 = 0.25, I1 = [
4004
4004
  c0-0.6-0.4-1-1-1c-1.9,0.2-3.3,0.6-4.2,0.9c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9c0.6,0.3,3.7,0.5,7,0.5c0,0,0,0,0,0
4005
4005
  c0,0,0,0,0,0c0.6,0,1-0.4,1-1C8.8,16.4,8.3,16,7.8,16z"/>
4006
4006
  `,
4007
- resourceRemove: F`
4007
+ resourceRemove: H`
4008
4008
  <path d="M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5
4009
4009
  c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z"/>
4010
4010
  <path class="st0" d="M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18h0
@@ -4014,73 +4014,73 @@ const P5 = 0.25, I1 = [
4014
4014
  c0.4,0.4,1,0.4,1.4,0l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4c0.4-0.4,0.4-1,0-1.4
4015
4015
  C17.3,11.7,16.6,11.7,16.2,12.1"/>
4016
4016
  `,
4017
- resource: F`
4017
+ resource: H`
4018
4018
  <path d="M9,13c2,0,3.9,0.5,5,0.9c1,0.4,1.7,1,2,1.9C14.8,15.8,12.4,16,9,16c-3.4,0-5.8-0.1-6.9-0.3c0.3-0.9,1-1.5,2-1.9
4019
4019
  C5.1,13.4,6.8,13,9,13 M9,11c-2.6,0-4.5,0.6-5.6,1c-2,0.7-2.9,2.2-3.3,3.6c-0.2,0.8,0.1,1.6,0.7,1.9C1.5,17.8,5.2,18,9,18
4020
4020
  c3.8,0,7.5-0.2,8.3-0.5c0.6-0.3,0.9-1.1,0.7-1.9c-0.4-1.5-1.3-2.9-3.3-3.6C13.5,11.5,11.3,11,9,11L9,11z"/>
4021
4021
  <path d="M9,2.1c1,0,2,0.2,2,2.5s-1,2.5-2,2.5S7,6.9,7,4.6S7.9,2.1,9,2.1 M9,0.1c-2.2,0-4,1.2-4,4.5c0,3.3,1.8,4.5,4,4.5
4022
4022
  c2.2,0,4-1.2,4-4.5C13,1.2,11.2,0.1,9,0.1L9,0.1z"/>
4023
4023
  `,
4024
- restore: F`
4024
+ restore: H`
4025
4025
  <path d="M9,0C4,0,0,4,0,9c0,5,4,9,9,9s9-4,9-9C18,4,14,0,9,0z M9,16c-3.9,0-7-3.1-7-7s3.1-7,7-7c2.1,0,4,0.9,5.2,2.4L9.4,9.5
4026
4026
  L7.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.3-5.6
4027
4027
  C15.8,7,16,8,16,9C16,12.9,12.9,16,9,16z"/>
4028
4028
  `,
4029
- salesforce: F`
4029
+ salesforce: H`
4030
4030
  <path d="M7.5,4.1c0.6-0.6,1.4-1,2.3-1c1.2,0,2.2,0.7,2.8,1.6c0.5-0.2,1-0.3,1.6-0.3c2.1,0,3.9,1.8,3.9,3.9c0,2.2-1.7,3.9-3.9,3.9
4031
4031
  c-0.3,0-0.5,0-0.8-0.1c-0.5,0.9-1.4,1.5-2.5,1.5c-0.4,0-0.9-0.1-1.2-0.3c-0.5,1.2-1.6,2-3,2c-1.4,0-2.6-0.9-3-2.1
4032
4032
  c-0.2,0-0.4,0.1-0.6,0.1c-1.7,0-3-1.4-3-3c0-1.1,0.6-2.1,1.5-2.6C1.3,7.2,1.2,6.7,1.2,6.2c0-1.9,1.6-3.5,3.5-3.5
4033
4033
  C5.8,2.7,6.9,3.2,7.5,4.1"/>
4034
4034
  `,
4035
- scheduling: F`
4035
+ scheduling: H`
4036
4036
  <path d="M12.7,6V4.4h3.8c0.5,0,0.9-0.4,0.9-0.9S17,2.6,16.5,2.6h-3.8V1c0-0.6-0.5-1-1-1H1C0.5,0,0,0.5,0,1V6c0,0.6,0.5,1,1,1h10.7
4037
4037
  C12.2,7,12.7,6.5,12.7,6z M10.8,5.1H1.9V1.9h8.9V5.1z"/>
4038
4038
  <path d="M17,11H8.4c-0.6,0-1,0.5-1,1v1.5H3c-0.5,0-0.9,0.4-0.9,0.9s0.4,0.9,0.9,0.9h4.4V17c0,0.6,0.5,1,1,1H17c0.6,0,1-0.5,1-1V12
4039
4039
  C18,11.5,17.5,11,17,11z M16.1,16.1H9.3v-3.3h6.8V16.1z"/>
4040
4040
  `,
4041
- search: F`
4041
+ search: H`
4042
4042
  <path class="st0" d="M8,13c2.8,0,5-2.2,5-5s-2.2-5-5-5S3,5.2,3,8S5.2,13,8,13z M13.6,12.2l3,3c0.4,0.4,0.4,1,0,1.4l0,0
4043
4043
  c-0.4,0.4-1,0.4-1.4,0l-3-3C11,14.5,9.6,15,8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7C15,9.6,14.5,11,13.6,12.2z"/>
4044
4044
  `,
4045
- select: F`
4045
+ select: H`
4046
4046
  <path d="M3.2 2C2.53726 2 2 2.53726 2 3.2V10.8C2 11.4627 2.53726 12 3.2 12H7.96324L7.75171 10H4V4H14V7.32836L16 8.78345V3.2C16 2.53726 15.4627 2 14.8 2H3.2Z"/>
4047
4047
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.9818 10.7353L12.4879 15.5202L13.3611 14.1976C13.5692 13.8824 13.9136 13.6836 14.2906 13.661L15.8725 13.566L11.9818 10.7353ZM9.80355 9.15567C9.69419 8.12164 10.8621 7.44737 11.7029 8.05909L18.8523 13.2606C19.7627 13.923 19.342 15.3614 18.2182 15.4288L14.8097 15.6334L12.9282 18.483C12.3079 19.4225 10.8519 19.0676 10.7335 17.948L9.80355 9.15567Z"/>
4048
4048
  `,
4049
- settings: F`
4049
+ settings: H`
4050
4050
  <path d="M9,18 C7.7,18 6.6,17.1 6.2,15.9 C6.2,15.9 6.1,15.9 6.1,15.8 C5,16.4 3.6,16.3 2.7,15.4 C1.8,14.5 1.6,13 2.2,11.9 L2.2,11.8 C0.9,11.4 0,10.3 0,9 C0,7.7 0.9,6.5 2.1,6.2 C2.1,6.2 2.1,6.1 2.2,6.1 C1.6,5 1.7,3.5 2.6,2.6 C3.6,1.7 5,1.5 6.1,2.1 L6.2,2.1 C6.6,0.8 7.7,0 9,0 C10.3,0 11.5,0.9 11.8,2.2 L11.9,2.2 C12.3,1.9 12.8,1.8 13.3,1.8 C14.1,1.8 14.8,2.1 15.3,2.6 C15.8,3.1 16.1,3.9 16.1,4.6 C16.1,5.1 16,5.6 15.7,6 L15.7,6.1 C17.1,6.5 18,7.6 18,9 C18,10.3 17.1,11.4 15.9,11.8 L15.9,11.9 C16.5,13 16.4,14.4 15.4,15.4 C14.5,16.3 13,16.5 11.9,15.8 L11.8,15.8 C11.5,17 10.3,18 9,18 M6,13.6 C6.2,13.6 6.3,13.6 6.5,13.7 C6.8,13.9 7.1,14 7.5,14.1 C7.9,14.2 8.2,14.6 8.2,15 C8.2,15.5 8.6,15.9 9.1,15.9 C9.6,15.9 10,15.5 10,15 L10,14.9 C10,14.5 10.3,14.1 10.7,14 C11,13.9 11.3,13.8 11.6,13.6 C12,13.4 12.4,13.5 12.7,13.8 L12.8,13.9 C13.2,14.2 13.7,14.2 14,13.9 C14.3,13.6 14.4,13 14,12.7 C13.7,12.4 13.6,11.9 13.8,11.5 C14,11.2 14.1,10.9 14.2,10.6 C14.3,10.2 14.7,9.9 15.1,9.9 C15.6,9.9 16,9.5 16,9 C16,8.5 15.6,8.1 15.1,8.1 C14.7,8.1 14.3,7.8 14.2,7.4 C14.1,7.1 14,6.7 13.8,6.4 C13.6,6 13.7,5.5 14,5.2 C14.2,5 14.2,4.8 14.2,4.6 C14.2,4.4 14.1,4.1 14,4 C13.8,3.8 13.6,3.7 13.4,3.7 C13.2,3.7 13,3.8 12.8,3.9 C12.5,4.2 12,4.3 11.6,4.1 C11.3,3.9 11,3.8 10.7,3.7 C10.3,3.6 10,3.2 10,2.8 C10,2.3 9.6,1.9 9.1,1.9 C8.6,1.9 8.2,2.3 8.2,2.8 C8.2,3.2 7.9,3.6 7.5,3.7 C7.1,3.8 6.8,4 6.5,4.1 C6.1,4.3 5.6,4.3 5.3,4 C5,3.7 4.4,3.7 4,4 C3.7,4.3 3.7,4.9 4,5.2 C4.3,5.5 4.4,6 4.2,6.4 C4,6.7 3.9,7 3.8,7.4 C3.7,7.8 3.3,8.1 2.8,8.1 C2.4,8.1 2,8.5 2,9 C2,9.5 2.4,9.9 2.8,9.9 C3.3,9.9 3.7,10.2 3.8,10.6 C3.9,10.9 4,11.3 4.2,11.6 C4.4,12 4.3,12.5 4,12.8 C3.7,13.1 3.7,13.7 4,14.1 C4.3,14.4 4.9,14.4 5.2,14.1 C5.5,13.7 5.7,13.6 6,13.6"></path>
4051
4051
  <path d="M9,10.9531 C7.9,10.9531 7,10.0541 7,8.9531 C7,7.8531 7.9,6.9531 9,6.9531 C9.4,6.9531 9.8,7.0541 10.2,7.3531 C10.4,7.4531 10.6,7.6531 10.7,7.8531 C11.6,9.3531 10.4,10.9531 9,10.9531 M12.4,6.8531 C12.1,6.3531 11.7,5.9531 11.2,5.6531 C10.5,5.2531 9.7,4.9531 9,4.9531 C6.8,4.9531 5,6.7531 5,8.9531 C5,11.1531 6.8,12.9531 8.9,12.9531 C10.3,12.9531 11.7,12.1531 12.4,10.9531 C13.2,9.6531 13.1,8.1531 12.4,6.8531"></path>`,
4052
- shift: F`
4052
+ shift: H`
4053
4053
  <path d="M16,2v3H2V2H16 M17,0H1C0.4,0,0,0.4,0,1V6c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V1C18,0.4,17.6,0,17,0L17,0z"/>
4054
4054
  <path d="M16,13v3H2v-3H16 M17,11H1c-0.5,0-1,0.4-1,1V17c0,0.5,0.4,1,1,1H17c0.5,0,1-0.4,1-1V12C18,11.4,17.6,11,17,11L17,11z"/>
4055
4055
  `,
4056
- shiftOvernight: F`<path d="M15.9616 11.3052C16.305 11.2111 16.6711 11.325 16.9031 11.5981C17.1351 11.8712 17.1918 12.255 17.0488 12.5849C15.8096 15.5248 12.8365 17.3157 9.69523 17.0145C7.79678 16.853 6.03985 15.9326 4.81249 14.4563C3.58514 12.9801 2.98834 11.0696 3.15391 9.14675C3.4123 6.45015 5.13406 4.12491 7.61713 3.11914C7.94684 2.98017 8.32608 3.04629 8.59096 3.28893C8.85585 3.53158 8.95886 3.90722 8.85548 4.25352C8.13024 6.55308 8.94578 9.06442 10.877 10.4785C12.3451 11.559 14.2336 11.8661 15.9616 11.3052"/>`,
4057
- sms: F`
4056
+ shiftOvernight: H`<path d="M15.9616 11.3052C16.305 11.2111 16.6711 11.325 16.9031 11.5981C17.1351 11.8712 17.1918 12.255 17.0488 12.5849C15.8096 15.5248 12.8365 17.3157 9.69523 17.0145C7.79678 16.853 6.03985 15.9326 4.81249 14.4563C3.58514 12.9801 2.98834 11.0696 3.15391 9.14675C3.4123 6.45015 5.13406 4.12491 7.61713 3.11914C7.94684 2.98017 8.32608 3.04629 8.59096 3.28893C8.85585 3.53158 8.95886 3.90722 8.85548 4.25352C8.13024 6.55308 8.94578 9.06442 10.877 10.4785C12.3451 11.559 14.2336 11.8661 15.9616 11.3052"/>`,
4057
+ sms: H`
4058
4058
  <circle class="st0" cx="9" cy="7.5" r="1"/>
4059
4059
  <circle class="st0" cx="12" cy="7.5" r="1"/>
4060
4060
  <circle class="st0" cx="6" cy="7.5" r="1"/>
4061
4061
  <path class="st0" d="M14,15v2.3c0,0.6-0.4,0.8-0.9,0.6l-6-2.9H2c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v11
4062
4062
  c0,1.1-0.9,2-2,2H14z M12,13h3c0.6,0,1-0.4,1-1V3c0-0.6-0.5-1-1-1H3C2.4,2,2,2.4,2,3v9c0,0.6,0.5,1,1,1h5l4,2V13z"/>`,
4063
- sortAscending: F`
4063
+ sortAscending: H`
4064
4064
  <path class="st0" d="M12,12.6V7c0-0.5,0.4-1,1-1c0.6,0,1,0.5,1,1v5.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-2.8,2.8
4065
4065
  c-0.1,0.1-0.1,0.1-0.2,0.2C13.5,15.9,13.3,16,13,16c-0.3,0-0.5-0.1-0.7-0.3c-0.1,0-0.1-0.1-0.2-0.1l-2.8-2.8c-0.4-0.4-0.4-1,0-1.4
4066
4066
  c0.4-0.4,1-0.4,1.4,0L12,12.6z"/>
4067
4067
  <path class="st0" d="M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14
4068
4068
  c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2
4069
4069
  C1.5,16,1,15.6,1,15z"/>`,
4070
- sortDescending: F`
4070
+ sortDescending: H`
4071
4071
  <path class="st0" d="M12,9.4V15c0,0.5,0.4,1,1,1c0.6,0,1-0.5,1-1V9.4l1.3,1.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8
4072
4072
  c-0.1-0.1-0.1-0.1-0.2-0.2C13.5,6.1,13.3,6,13,6c-0.3,0-0.5,0.1-0.7,0.3c-0.1,0-0.1,0.1-0.2,0.1L9.3,9.3c-0.4,0.4-0.4,1,0,1.4
4073
4073
  c0.4,0.4,1,0.4,1.4,0L12,9.4z"/>
4074
4074
  <path class="st0" d="M1,9c0-0.6,0.5-1,1-1h4c0.5,0,1,0.4,1,1c0,0.6-0.5,1-1,1H2C1.4,10,1,9.6,1,9z M1,3c0-0.6,0.4-1,1-1h14
4075
4075
  c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2C1.4,4,1,3.6,1,3z M1,15c0-0.6,0.4-1,1-1h2c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H2
4076
4076
  C1.5,16,1,15.6,1,15z"/>`,
4077
- suggest: F`
4077
+ suggest: H`
4078
4078
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
4079
4079
  <g transform="translate(3.000000, 0.000000)">
4080
4080
  <path d="M7,9.87398251 C8.72522721,9.42993972 10,7.86383943 10,6 C10,3.790861 8.209139,2 6,2 C3.790861,2 2,3.790861 2,6 C2,7.86383943 3.27477279,9.42993972 5,9.87398251 L5,12 L7,12 L7,9.87398251 Z M9,11.1973068 L9,13.0001925 C9,13.5523709 8.54902482,14 8.00922203,14 L3.99077797,14 C3.44358641,14 3,13.5490248 3,13.009222 L3,11.1973068 C1.20659589,10.1598786 0,8.22084707 0,6 C0,2.6862915 2.6862915,0 6,0 C9.3137085,0 12,2.6862915 12,6 C12,8.22084707 10.7934041,10.1598786 9,11.1973068 Z M3,16 L9,16 L9,17 C9,17.5522847 8.54902482,18 8.00922203,18 L3.99077797,18 C3.44358641,18 3,17.5561352 3,17 L3,16 Z"></path>
4081
4081
  </g>
4082
4082
  </g>`,
4083
- swimlaneVertical: F`
4083
+ swimlaneVertical: H`
4084
4084
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
4085
4085
  <g transform="translate(9.000000, 9.000000) rotate(-270.000000) translate(-9.000000, -9.000000) translate(0.000000, 3.000000)">
4086
4086
  <g>
@@ -4095,7 +4095,7 @@ const P5 = 0.25, I1 = [
4095
4095
  <path d="M1,5.00247329 C1,4.44882258 1.45097518,4 1.99077797,4 L6.00922203,4 C6.55641359,4 7,4.45576096 7,5.00247329 L7,14.9975267 C7,15.5511774 6.54902482,16 6.00922203,16 L1.99077797,16 C1.44358641,16 1,15.544239 1,14.9975267 L1,5.00247329 Z M3,6 L3,14 L5,14 L5,6 L3,6 Z"></path>
4096
4096
  <path d="M11,3.00247329 C11,2.44882258 11.4509752,2 11.990778,2 L16.009222,2 C16.5564136,2 17,2.45576096 17,3.00247329 L17,12.9975267 C17,13.5511774 16.5490248,14 16.009222,14 L11.990778,14 C11.4435864,14 11,13.544239 11,12.9975267 L11,3.00247329 Z M13,4 L13,12 L15,12 L15,4 L13,4 Z"></path>
4097
4097
  </g>`,
4098
- swimlane: F`
4098
+ swimlane: H`
4099
4099
  <g stroke="none" stroke-width="1" fill-rule="evenodd">
4100
4100
  <g transform="translate(0.000000, 1.000000)">
4101
4101
  <g transform="translate(0.000000, 2.000000)">
@@ -4109,59 +4109,63 @@ const P5 = 0.25, I1 = [
4109
4109
  </g>
4110
4110
  </g>
4111
4111
  </svg>`,
4112
- tasks: F`
4112
+ tasks: H`
4113
4113
  <path class="st0" d="M8.4,11.7l-3.1-3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.4,2.3l7.2-7.3c0.4-0.4,1-0.4,1.4,0
4114
4114
  c0.4,0.4,0.4,1,0,1.4l-7.9,8C9.6,11.9,9.3,12,9.1,12C8.8,12,8.6,11.9,8.4,11.7z"/>
4115
4115
  <path d="M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c1.2,0,2.3,0.2,3.4,0.7c0.5,0.2,0.8,0.8,0.6,1.3c-0.2,0.5-0.8,0.8-1.3,0.6
4116
4116
  C10.8,2.2,9.9,2,9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.6,0.4-1,1-1s1,0.4,1,1C18,14,14,18,9,18z"/>`,
4117
- tickCircle: F`
4117
+ tickCircle: H`
4118
4118
  <path class="st0" d="M13.7,5.3c-0.4-0.4-1-0.4-1.4,0l-4.9,5.2L5.7,8.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1.1,0,1.5l2.4,2.5
4119
4119
  c0,0,0,0,0,0c0.4,0.4,1,0.4,1.4,0l0,0c0,0,0,0,0,0v0l5.6-5.9C14.1,6.4,14.1,5.7,13.7,5.3"/>
4120
4120
  <path d="M9,2c3.9,0,7,3.1,7,7s-3.1,7-7,7s-7-3.1-7-7S5.1,2,9,2 M9,0C4,0,0,4,0,9s4,9,9,9s9-4,9-9S14,0,9,0L9,0z"/>`,
4121
- timeConstraint: F`<path d="M12.53,6.47a.75.75,0,0,0-1.06,1.06l.72.72H5.81l.72-.72A.75.75,0,0,0,5.47,6.47l-2,2a.75.75,0,0,0,0,1.06l2,2a.75.75,0,0,0,1.06,0,.75.75,0,0,0,0-1.06l-.72-.72h6.38l-.72.72a.75.75,0,0,0,0,1.06.75.75,0,0,0,1.06,0l2-2a.75.75,0,0,0,0-1.06Z"/><path d="M1,2A1,1,0,0,0,0,3V15a1,1,0,0,0,2,0V3A1,1,0,0,0,1,2Z"/><path d="M17,2a1,1,0,0,0-1,1V15a1,1,0,0,0,2,0V3A1,1,0,0,0,17,2Z"/>`,
4122
- time: F`
4121
+ timeConstraint: H`<path d="M12.53,6.47a.75.75,0,0,0-1.06,1.06l.72.72H5.81l.72-.72A.75.75,0,0,0,5.47,6.47l-2,2a.75.75,0,0,0,0,1.06l2,2a.75.75,0,0,0,1.06,0,.75.75,0,0,0,0-1.06l-.72-.72h6.38l-.72.72a.75.75,0,0,0,0,1.06.75.75,0,0,0,1.06,0l2-2a.75.75,0,0,0,0-1.06Z"/><path d="M1,2A1,1,0,0,0,0,3V15a1,1,0,0,0,2,0V3A1,1,0,0,0,1,2Z"/><path d="M17,2a1,1,0,0,0-1,1V15a1,1,0,0,0,2,0V3A1,1,0,0,0,17,2Z"/>`,
4122
+ time: H`
4123
4123
  <path d="M9,18c-5,0-9-4-9-9c0-5,4-9,9-9c5,0,9,4,9,9C18,14,14,18,9,18z M9,2C5.1,2,2,5.1,2,9c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7
4124
4124
  C16,5.1,12.9,2,9,2z"/>
4125
4125
  <path d="M9,6"/>
4126
4126
  <path d="M12,9h-2V6c0-0.6-0.4-1-1-1S8,5.4,8,6v4c0,0.6,0.4,1,1,1h3c0.6,0,1-0.4,1-1C13,9.4,12.6,9,12,9z"/>`,
4127
- today: F`
4127
+ thumbsDown: H`
4128
+ <path d="M14.753.6a2.632 2.632 0 0 1 2.64 2.28c.005.04.007.08.007.12v5.25a.91.91 0 0 1-.008.121 2.634 2.634 0 0 1-2.64 2.278v.001h-1.417l-2.762 6.216a.9.9 0 0 1-.823.534 3.15 3.15 0 0 1-3.15-3.15v-2.1H3.255a2.398 2.398 0 0 1-2.39-2.76v-.001l1.036-6.75A2.4 2.4 0 0 1 4.29.6V.6h10.462ZM13.65 8.85h1.119a.832.832 0 0 0 .831-.676V3.076a.833.833 0 0 0-.831-.676h-1.12v6.45Zm-5.25 5.4a1.35 1.35 0 0 0 .814 1.238l2.636-5.93V2.4H4.28a.6.6 0 0 0-.6.51v.001L2.644 9.66a.603.603 0 0 0 .6.691H7.5a.9.9 0 0 1 .9.9v3Z"/>`,
4129
+ thumbsUp: H`
4130
+ <path d="M9.6 3.75a1.35 1.35 0 0 0-.815-1.238L6.15 8.439V15.6h7.57a.601.601 0 0 0 .6-.51v-.001l1.035-6.75a.6.6 0 0 0-.6-.69H10.5a.9.9 0 0 1-.9-.9V3.75ZM2.4 15a.6.6 0 0 0 .6.6h1.35V9.15H3a.6.6 0 0 0-.6.6V15Zm9-9.15h3.345a2.4 2.4 0 0 1 2.39 2.76v.001l-1.036 6.75a2.4 2.4 0 0 1-2.39 2.038v.001H3A2.401 2.401 0 0 1 .6 15V9.75A2.4 2.4 0 0 1 3 7.35h1.665l2.762-6.216.063-.116A.9.9 0 0 1 8.25.6a3.15 3.15 0 0 1 3.15 3.15v2.1Z"/>`,
4131
+ today: H`
4128
4132
  <path d="M15,3h-1V2c0-0.6-0.4-1-1-1c-0.6,0-1,0.5-1,1v1H6V2c0-0.6-0.4-1-1-1C4.4,1,4,1.5,4,2v1H3C1.9,3,1,3.9,1,5v10 c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V5C17,3.9,16.1,3,15,3z M15,5L15,5l0,2H3l0-2H15z M3,15l0-6h12l0,6L3,15z" />
4129
4133
  <path d="M 7.2211302,11.977887 8.5,13.234644 10.933661,10.345209"/>`,
4130
- trash: F`
4134
+ trash: H`
4131
4135
  <path d="M7,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C8,13.5,7.5,14,7,14z"/>
4132
4136
  <path d="M11,14c-0.6,0-1-0.4-1-1V8.4c0-0.6,0.4-1,1-1s1,0.4,1,1V13C12,13.5,11.6,14,11,14z"/>
4133
4137
  <path d="M17,3.4h-4c0,0,0,0,0-0.1V1.7C13,0.8,12.1,0,11.1,0H6.8C5.8,0,5,0.8,5,1.7v1.6c0,0,0,0,0,0.1H1c-0.6,0-1,0.4-1,1s0.4,1,1,1
4134
4138
  h1V16c0,1.1,0.9,2,2,2H14c1.1,0,2-0.9,2-2V5.4h1c0.6,0,1-0.4,1-1S17.5,3.4,17,3.4z M7,3.3V2l4,0v1.3c0,0,0,0,0,0.1L7,3.3
4135
4139
  C7,3.4,7,3.3,7,3.3z M14,16H4V5.4H14V16z"/>`,
4136
- unlocked: F`
4140
+ unlocked: H`
4137
4141
  <path d="M14,7h-2.6v0H6V3.8C6,2.9,6.9,2.1,7.9,2C7.9,2,9,2,9,2c0.1,0,1.1,0,1.2,0c1,0.1,1.8,0.9,1.8,1.8v0c0,0,0,0,0,0
4138
4142
  c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1c0,0,0,0,0,0h0v0c0-2-1.8-3.7-3.9-3.8C10.1,0,9,0,9,0c0,0-1.1,0-1.1,0C5.8,0.1,4,1.8,4,3.8V7
4139
4143
  C2.9,7,2,7.9,2,9v7c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V9C16,7.9,15.1,7,14,7z M14,16H4V9h10V16z"/>`,
4140
- unscheduleFill: F`
4144
+ unscheduleFill: H`
4141
4145
  <path fill-rule="evenodd" clip-rule="evenodd" d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM6 12.9999C5.8 12.9999 5.5 12.8999 5.3 12.6999C4.9 12.2999 4.9 11.7999 5.3 11.3999L7.7 8.99988L5.3 6.49988C5 6.19988 5 5.59988 5.3 5.19988C5.5 5.09988 5.7 4.99988 6 4.99988C6.3 4.99988 6.5 5.09988 6.7 5.29988L9.1 7.69988L11.5 5.29988C11.9 4.89988 12.4 4.89988 12.8 5.29988C13.2 5.69988 13.2 6.19988 12.8 6.59988L10.4 8.99988L12.8 11.3999C13.2 11.7999 13.2 12.2999 12.8 12.6999C12.6 12.8999 12.4 12.9999 12.1 12.9999C11.9 12.9999 11.6 12.8999 11.4 12.6999L9 10.2999L6.6 12.6999C6.5 12.8999 6.2 12.9999 6 12.9999Z" />
4142
4146
  `,
4143
- upload: F`
4147
+ upload: H`
4144
4148
  <path class="st0" d="M11.2,1.9C9,1.9,7,2.9,5.7,4.6C2.6,4.5,0,7,0,10.1c0,3,2.4,5.4,5.4,5.4c2.7,0,5-2,5.4-4.6l0.2,0.2
4145
4149
  c0.2,0.2,0.5,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.9-1.9c-0.2-0.2-0.4-0.3-0.7-0.3c0,0,0,0,0,0
4146
4150
  c-0.3,0-0.5,0.1-0.7,0.3L7.2,9.6c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l0.1-0.1c-0.4,1.5-1.7,2.6-3.3,2.6C3.5,13.5,2,12,2,10.1
4147
4151
  s1.5-3.4,3.4-3.4c0.2,0,0.4,0,0.6,0.1c0.4,0.1,0.8-0.1,1-0.5c0.9-1.5,2.4-2.3,4.1-2.3C13.8,3.9,16,6,16,8.7c0,2.4-1.7,4.4-4,4.8
4148
4152
  c-0.5,0.1-0.9,0.6-0.8,1.1c0.1,0.5,0.6,0.9,1.1,0.8c3.3-0.5,5.7-3.4,5.7-6.7C18,4.9,14.9,1.9,11.2,1.9z"/>`,
4149
- urgent: F`
4153
+ urgent: H`
4150
4154
  <path class="st0" d="M9.7,0.4l5,5c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L10,3.5V13c0,0.6-0.4,1-1,1s-1-0.4-1-1V3.3L4.7,6.7
4151
4155
  c-0.4,0.4-1,0.4-1.4,0C3.1,6.5,3,6.2,3,6c0-0.3,0.1-0.5,0.3-0.7l5-5C8.7-0.1,9.3-0.1,9.7,0.4L9.7,0.4z"/>`,
4152
- view: F`
4156
+ view: H`
4153
4157
  <path d="M9.2,3.9c3.3,0,6,3.5,6.7,4.9c-0.7,1.4-3.4,5.1-6.7,5.1c-3.6,0-6.3-3.7-7.1-5.2C2.8,7.3,5.6,3.9,9.2,3.9 M9.2,1.9
4154
4158
  C3.7,1.9,0,7.8,0,8.7c0,0.7,3.6,7.1,9.2,7.1c5.2,0,8.8-6.4,8.8-7.1C18,8,14.5,1.9,9.2,1.9L9.2,1.9z"/>
4155
4159
  <path d="M9,7.9c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S8.4,7.9,9,7.9 M9,5.9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S10.6,5.9,9,5.9
4156
4160
  L9,5.9z"/>`,
4157
- warning: F`
4161
+ warning: H`
4158
4162
  <g>
4159
4163
  <circle class="st0" cx="9" cy="13" r="1"/>
4160
4164
  <path class="st0" d="M9,6.2c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3C10,6.6,9.6,6.2,9,6.2z"/>
4161
4165
  </g>
4162
4166
  <path d="M9,3.1l6.4,12H2.6L9,3.1 M9,1C8.3,1,7.6,1.4,7.2,2.1L0.1,15.4C0,15.6,0,15.8,0,15.9C0,16.5,0.5,17,1,17h16 c0.2,0,0.3,0,0.5-0.1c0.5-0.3,0.7-0.9,0.4-1.5L10.8,2.1c-0.2-0.3-0.4-0.6-0.8-0.8C9.7,1.1,9.3,1,9,1L9,1z"/>`,
4163
- zoomIn: F`<path d="M10,8V4.8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1V8L4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1H8v3.3c0,0.6,0.4,1,1,1 c0.3,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.3-0.7V10h3.3c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H10z"/>`,
4164
- zoomOut: F`<path d="M4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8.5c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H4.8z"/>`,
4167
+ zoomIn: H`<path d="M10,8V4.8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1V8L4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1H8v3.3c0,0.6,0.4,1,1,1 c0.3,0,0.5-0.1,0.7-0.3c0.2-0.2,0.3-0.4,0.3-0.7V10h3.3c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H10z"/>`,
4168
+ zoomOut: H`<path d="M4.8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8.5c0.3,0,0.6-0.1,0.7-0.3c0.1-0.1,0.3-0.4,0.3-0.7c0-0.6-0.4-1-1-1H4.8z"/>`,
4165
4169
  ...g8
4166
4170
  }, UE = Object.keys(I5);
4167
4171
  var y8 = Object.defineProperty, C8 = Object.getOwnPropertyDescriptor, Cu = (r, t, n, o) => {
@@ -4176,7 +4180,7 @@ let Yo = class extends ze {
4176
4180
  }
4177
4181
  render() {
4178
4182
  const { svg: r, viewBox: t } = m8(I5[this.icon]);
4179
- return H`
4183
+ return F`
4180
4184
  <svg
4181
4185
  role="presentation"
4182
4186
  width=${this.size}
@@ -4284,13 +4288,13 @@ let Or = class extends ze {
4284
4288
  * @internal
4285
4289
  */
4286
4290
  get externalIcon() {
4287
- return this.isExternal ? H`<brz-icon icon="openLink" size="12"></brz-icon>` : null;
4291
+ return this.isExternal ? F`<brz-icon icon="openLink" size="12"></brz-icon>` : null;
4288
4292
  }
4289
4293
  /**
4290
4294
  * @internal
4291
4295
  */
4292
4296
  get anchorTemplate() {
4293
- return H`
4297
+ return F`
4294
4298
  <a
4295
4299
  href=${He(this.href)}
4296
4300
  target=${He(this.target)}
@@ -4307,7 +4311,7 @@ let Or = class extends ze {
4307
4311
  * @internal
4308
4312
  */
4309
4313
  get buttonTemplate() {
4310
- return H`
4314
+ return F`
4311
4315
  <button type="button" @click=${this.handleClick}>
4312
4316
  <slot></slot>
4313
4317
  </button>
@@ -4366,7 +4370,7 @@ var $8 = Object.defineProperty, T8 = Object.getOwnPropertyDescriptor, D1 = (r, t
4366
4370
  const O8 = ce("row"), E8 = ce("column");
4367
4371
  let Ca = class extends ze {
4368
4372
  render() {
4369
- return H`<slot></slot>`;
4373
+ return F`<slot></slot>`;
4370
4374
  }
4371
4375
  };
4372
4376
  Ca.styles = Q`
@@ -4397,7 +4401,7 @@ Ca = D1([
4397
4401
  ], Ca);
4398
4402
  let wa = class extends ze {
4399
4403
  render() {
4400
- return H`<slot></slot>`;
4404
+ return F`<slot></slot>`;
4401
4405
  }
4402
4406
  };
4403
4407
  wa.styles = Q`
@@ -4437,7 +4441,7 @@ let xa = class extends ze {
4437
4441
  super(...arguments), this.size = 24;
4438
4442
  }
4439
4443
  render() {
4440
- return H`
4444
+ return F`
4441
4445
  <div class="loading-spinner">
4442
4446
  <svg
4443
4447
  class="loading-spinner--circular"
@@ -4564,7 +4568,7 @@ let Ct = class extends as {
4564
4568
  * @internal
4565
4569
  */
4566
4570
  get anchorTemplate() {
4567
- return H`
4571
+ return F`
4568
4572
  <a
4569
4573
  part="button"
4570
4574
  role="button"
@@ -4584,7 +4588,7 @@ let Ct = class extends as {
4584
4588
  * @internal
4585
4589
  */
4586
4590
  get buttonTemplate() {
4587
- return H`<button
4591
+ return F`<button
4588
4592
  part="button"
4589
4593
  @click=${this.handleClick}
4590
4594
  ?disabled=${this.disabled}
@@ -4597,7 +4601,7 @@ let Ct = class extends as {
4597
4601
  * @internal
4598
4602
  */
4599
4603
  get buttonTemplateWithTooltip() {
4600
- return H`
4604
+ return F`
4601
4605
  <brz-tooltip content=${this.tooltipText} is-fixed>
4602
4606
  ${this.buttonTemplate}
4603
4607
  </brz-tooltip>
@@ -4607,16 +4611,16 @@ let Ct = class extends as {
4607
4611
  * @internal
4608
4612
  */
4609
4613
  get innerTemplate() {
4610
- return H`
4614
+ return F`
4611
4615
  <div class="contents" part="contents">
4612
- ${this.leadingIcon ? H`<brz-icon
4616
+ ${this.leadingIcon ? F`<brz-icon
4613
4617
  part="icon-left"
4614
4618
  class="pre-icon"
4615
4619
  size=${He(this.iconSize)}
4616
4620
  icon="${this.leadingIcon}"
4617
4621
  ></brz-icon>` : null}
4618
4622
  <slot></slot>
4619
- ${this.trailingIcon ? H`<brz-icon
4623
+ ${this.trailingIcon ? F`<brz-icon
4620
4624
  part="icon-right"
4621
4625
  class="post-icon"
4622
4626
  size=${He(this.iconSize)}
@@ -4624,7 +4628,7 @@ let Ct = class extends as {
4624
4628
  ></brz-icon>` : null}
4625
4629
  </div>
4626
4630
 
4627
- ${this.loading ? H`<brz-loading-spinner size="18"></brz-loading-spinner>` : null}
4631
+ ${this.loading ? F`<brz-loading-spinner size="18"></brz-loading-spinner>` : null}
4628
4632
  `;
4629
4633
  }
4630
4634
  render() {
@@ -4896,7 +4900,7 @@ let za = class extends ze {
4896
4900
  super(...arguments), this.compact = !1;
4897
4901
  }
4898
4902
  render() {
4899
- return H`<brz-row class=${or({ compact: this.compact })}
4903
+ return F`<brz-row class=${or({ compact: this.compact })}
4900
4904
  ><slot></slot
4901
4905
  ></brz-row>`;
4902
4906
  }
@@ -5009,7 +5013,7 @@ let xr = class extends ze {
5009
5013
  (r = this.popover) == null || r.updatePosition();
5010
5014
  }
5011
5015
  render() {
5012
- return H`
5016
+ return F`
5013
5017
  <brz-popover
5014
5018
  trigger="click"
5015
5019
  placement="bottom-start"
@@ -6053,7 +6057,7 @@ var Wz = Object.defineProperty, Uz = Object.getOwnPropertyDescriptor, ur = (r, t
6053
6057
  const l6 = ce("virtual-list");
6054
6058
  let Rt = class extends ze {
6055
6059
  constructor() {
6056
- super(...arguments), this.items = [], this.itemMinHeight = 32, this.overscan = 50, this.renderItem = (r, t) => H`
6060
+ super(...arguments), this.items = [], this.itemMinHeight = 32, this.overscan = 50, this.renderItem = (r, t) => F`
6057
6061
  <div
6058
6062
  class="default-render-item"
6059
6063
  style="min-height: ${this.itemMinHeight}px"
@@ -6160,7 +6164,7 @@ let Rt = class extends ze {
6160
6164
  ).parentNode.firstElementChild, u = d == null ? void 0 : d.tagName.toLowerCase(), g = d == null ? void 0 : d.className;
6161
6165
  this.itemIdentifier = `${u}${g ? `.${g}` : ""}`;
6162
6166
  }
6163
- const o = H`
6167
+ const o = F`
6164
6168
  <div class="item-wrapper" style=${Zz(t)}>
6165
6169
  ${n}
6166
6170
  </div>
@@ -6254,7 +6258,7 @@ let Rt = class extends ze {
6254
6258
  return this.getBoundingClientRect().height;
6255
6259
  }
6256
6260
  render() {
6257
- return this.updateItemHeights(), H`
6261
+ return this.updateItemHeights(), F`
6258
6262
  <div class="container" @scroll=${this.handleScroll}>
6259
6263
  <div class="list" style="height: ${this.innerHeight}px">
6260
6264
  ${Bz(
@@ -6491,7 +6495,7 @@ let Ft = class extends ze {
6491
6495
  }
6492
6496
  /** @internal */
6493
6497
  get labelRightRowTemplate() {
6494
- return H`
6498
+ return F`
6495
6499
  <brz-split-row
6496
6500
  class=${or({
6497
6501
  [this.labelSizeClass]: !!this.labelSizeClass,
@@ -6506,14 +6510,14 @@ let Ft = class extends ze {
6506
6510
  }
6507
6511
  /** @internal */
6508
6512
  get valueTemplate() {
6509
- return H` <slot></slot> `;
6513
+ return F` <slot></slot> `;
6510
6514
  }
6511
6515
  /** @internal */
6512
6516
  get labelRightTemplate() {
6513
- return H` <slot name="label-right" slot="right"></slot> `;
6517
+ return F` <slot name="label-right" slot="right"></slot> `;
6514
6518
  }
6515
6519
  render() {
6516
- return H`
6520
+ return F`
6517
6521
  ${this.labelPosition === "side" ? this.labelRightRowTemplate : null}
6518
6522
 
6519
6523
  <div class=${this.labelPosition === "top" ? this.sizeClass : "container"}>
@@ -6591,7 +6595,7 @@ let qn = class extends ze {
6591
6595
  await this.updateComplete, this.hasContent = !!this.defaultSlot.length, this.hidden = this.hidden || !this.hasContent;
6592
6596
  }
6593
6597
  render() {
6594
- return H` <slot></slot> `;
6598
+ return F` <slot></slot> `;
6595
6599
  }
6596
6600
  };
6597
6601
  qn.styles = [Xz];
@@ -6685,7 +6689,7 @@ var nL = Object.defineProperty, oL = Object.getOwnPropertyDescriptor, sL = (r, t
6685
6689
  const aL = ce("input-guide");
6686
6690
  let Xl = class extends ze {
6687
6691
  render() {
6688
- return H` <slot></slot> `;
6692
+ return F` <slot></slot> `;
6689
6693
  }
6690
6694
  };
6691
6695
  Xl.styles = Q`
@@ -6704,7 +6708,7 @@ var lL = Object.defineProperty, cL = Object.getOwnPropertyDescriptor, uL = (r, t
6704
6708
  const dL = ce("input-error");
6705
6709
  let Jl = class extends ze {
6706
6710
  render() {
6707
- return H` <slot></slot> `;
6711
+ return F` <slot></slot> `;
6708
6712
  }
6709
6713
  };
6710
6714
  Jl.styles = Q`
@@ -6751,7 +6755,7 @@ let Et = class extends Lr {
6751
6755
  this.hasError = r.assignedNodes().length > 0;
6752
6756
  }
6753
6757
  renderInput() {
6754
- return H`<slot></slot>`;
6758
+ return F`<slot></slot>`;
6755
6759
  }
6756
6760
  /**
6757
6761
  * Some fields need an extra containing element around the input itself and
@@ -6776,7 +6780,7 @@ let Et = class extends Lr {
6776
6780
  }
6777
6781
  }
6778
6782
  render() {
6779
- return H`
6783
+ return F`
6780
6784
  <brz-record-field
6781
6785
  label-position=${this.labelPosition}
6782
6786
  size=${this.size}
@@ -6808,7 +6812,7 @@ let Et = class extends Lr {
6808
6812
  <slot @slotchange=${this.handleErrorChange} name="error"></slot>
6809
6813
  </brz-input-error>
6810
6814
 
6811
- ${this.renderGuide() ? H`<div class="guide-right">${this.renderGuide()}</div>` : null}
6815
+ ${this.renderGuide() ? F`<div class="guide-right">${this.renderGuide()}</div>` : null}
6812
6816
  </div>
6813
6817
  </div>
6814
6818
  </brz-record-field>
@@ -6980,11 +6984,11 @@ class dr extends Et {
6980
6984
  * Creates a container to handle layout of optional leading/trailing icons.
6981
6985
  */
6982
6986
  renderInputContainer() {
6983
- return H`
6987
+ return F`
6984
6988
  <div class="input-container">
6985
- ${this.leadingIcon ? H`<brz-icon icon=${this.leadingIcon} class="leading"></brz-icon>` : null}
6989
+ ${this.leadingIcon ? F`<brz-icon icon=${this.leadingIcon} class="leading"></brz-icon>` : null}
6986
6990
  ${this.renderInput()}
6987
- ${this.trailingIcon ? H`<brz-icon
6991
+ ${this.trailingIcon ? F`<brz-icon
6988
6992
  icon=${this.trailingIcon}
6989
6993
  class="trailing"
6990
6994
  ></brz-icon>` : null}
@@ -7109,7 +7113,7 @@ class Mt extends dr {
7109
7113
  return this.updateComplete.then(() => {
7110
7114
  var t;
7111
7115
  (t = this.dropdown) == null || t.updatePosition();
7112
- }), this.isReadonlyOrDisabled ? this.renderReferenceElement() : H`
7116
+ }), this.isReadonlyOrDisabled ? this.renderReferenceElement() : F`
7113
7117
  <brz-dropdown-menu
7114
7118
  @brz-menu-select=${this.handleSelect}
7115
7119
  @brz-menu-item-select=${this.handleItemSelect}
@@ -7129,7 +7133,7 @@ class Mt extends dr {
7129
7133
  * being used to fetch async options so the results have not arrived yet.
7130
7134
  */
7131
7135
  renderSearchMessage() {
7132
- return H`
7136
+ return F`
7133
7137
  <brz-menu-item slot="options" id=${Ql} disabled>
7134
7138
  ${this.searchMessage}
7135
7139
  </brz-menu-item>
@@ -7139,13 +7143,13 @@ class Mt extends dr {
7139
7143
  * Renders the reference element (the dropdown trigger)
7140
7144
  */
7141
7145
  renderReferenceElement() {
7142
- return H``;
7146
+ return F``;
7143
7147
  }
7144
7148
  /**
7145
7149
  * Should render the content of the dropdown (usually several `<brz-menu-item>`'s
7146
7150
  */
7147
7151
  renderDropdownContent() {
7148
- return H``;
7152
+ return F``;
7149
7153
  }
7150
7154
  /**
7151
7155
  * Renders options passed as data, if set, which overrides slotted content.
@@ -7153,7 +7157,7 @@ class Mt extends dr {
7153
7157
  * particularly with the freeform feature of `InputTime`.
7154
7158
  */
7155
7159
  renderOptionsData(t = this.innerOptions) {
7156
- return t != null && t.length ? H`
7160
+ return t != null && t.length ? F`
7157
7161
  <brz-virtual-list
7158
7162
  slot="options"
7159
7163
  .items=${t.filter(({ hidden: n }) => !n)}
@@ -7163,7 +7167,7 @@ class Mt extends dr {
7163
7167
  value: l,
7164
7168
  disabled: d,
7165
7169
  selected: u
7166
- }) => H`
7170
+ }) => F`
7167
7171
  <brz-menu-item
7168
7172
  id=${n}
7169
7173
  value=${l}
@@ -7451,7 +7455,7 @@ let ar = class extends ze {
7451
7455
  * @internal
7452
7456
  */
7453
7457
  get labelTemplate() {
7454
- return H` <div class="label"><slot></slot></div> `;
7458
+ return F` <div class="label"><slot></slot></div> `;
7455
7459
  }
7456
7460
  /**
7457
7461
  * Returns the inner item template based on the type of menu being rendered.
@@ -7459,22 +7463,22 @@ let ar = class extends ze {
7459
7463
  * @internal
7460
7464
  */
7461
7465
  get itemTemplate() {
7462
- return this.toggleable ? H`
7466
+ return this.toggleable ? F`
7463
7467
  <brz-input-checkbox
7464
7468
  ?disabled=${this.disabled}
7465
7469
  ?checked=${this.selected}
7466
7470
  >
7467
7471
  ${this.labelTemplate}
7468
7472
  </brz-input-checkbox>
7469
- ` : this.selectable ? H`
7473
+ ` : this.selectable ? F`
7470
7474
  <div class="selectable">
7471
- ${this.selected ? H`<brz-icon icon="checkBoxTick"></brz-icon>` : null}
7475
+ ${this.selected ? F`<brz-icon icon="checkBoxTick"></brz-icon>` : null}
7472
7476
  ${this.labelTemplate}
7473
7477
  </div>
7474
7478
  ` : this.labelTemplate;
7475
7479
  }
7476
7480
  render() {
7477
- return H`
7481
+ return F`
7478
7482
  <li
7479
7483
  class="menu-item"
7480
7484
  role="menuitem"
@@ -7789,7 +7793,7 @@ let Er = class extends ze {
7789
7793
  render() {
7790
7794
  var n;
7791
7795
  const r = this.getMenuItems(), t = r && (r == null ? void 0 : r.length) > 0 || this.slottedElements && ((n = this.slottedElements) == null ? void 0 : n.length) > 0 ? "menu-container" : "";
7792
- return H`
7796
+ return F`
7793
7797
  <div class=${t}>
7794
7798
  <ul
7795
7799
  class="menu"
@@ -8582,7 +8586,7 @@ let Gr = class extends ze {
8582
8586
  r.target === this.overlay && (this.open = !1);
8583
8587
  }
8584
8588
  render() {
8585
- return H`
8589
+ return F`
8586
8590
  <brz-fade-in-out ?shown=${this.open}>
8587
8591
  <div
8588
8592
  id="overlay"
@@ -8728,7 +8732,7 @@ let Ai = class extends ze {
8728
8732
  super(...arguments), this.verticalAlign = "top", this.leftExpand = !1, this.rightExpand = !1, this.noGap = !1, this.expandY = !1;
8729
8733
  }
8730
8734
  render() {
8731
- return H`
8735
+ return F`
8732
8736
  <brz-row vertical-align=${this.verticalAlign}>
8733
8737
  <div class="left">
8734
8738
  <slot name="left"></slot>
@@ -8794,7 +8798,7 @@ let Yn = class extends ze {
8794
8798
  super(...arguments), this.noBorder = !1, this.leftExpand = !1, this.rightExpand = !1;
8795
8799
  }
8796
8800
  render() {
8797
- return H`
8801
+ return F`
8798
8802
  <brz-split-row
8799
8803
  vertical-align="middle"
8800
8804
  ?left-expand=${this.leftExpand}
@@ -8844,9 +8848,9 @@ let n1 = class extends ze {
8844
8848
  this.dispatchEvent(new b6());
8845
8849
  }
8846
8850
  render() {
8847
- return H`
8851
+ return F`
8848
8852
  <brz-heading size="xl"><slot></slot></brz-heading>
8849
- ${this._noClose ? void 0 : H`
8853
+ ${this._noClose ? void 0 : F`
8850
8854
  <brz-button
8851
8855
  @brz-button-click=${this._handleClickClose}
8852
8856
  button-type="transparent"
@@ -8893,7 +8897,7 @@ let La = class extends ze {
8893
8897
  super.disconnectedCallback(), this._resizeObserver.unobserve(this);
8894
8898
  }
8895
8899
  render() {
8896
- return H`<slot></slot>`;
8900
+ return F`<slot></slot>`;
8897
8901
  }
8898
8902
  };
8899
8903
  La.styles = Q`
@@ -8915,7 +8919,7 @@ La = U1([
8915
8919
  ], La);
8916
8920
  let o1 = class extends ze {
8917
8921
  render() {
8918
- return H`
8922
+ return F`
8919
8923
  <brz-split-row vertical-align="middle">
8920
8924
  <slot slot="left" name="left"></slot>
8921
8925
  <slot slot="right" name="right"></slot>
@@ -8959,7 +8963,7 @@ let s1 = class extends ze {
8959
8963
  this.dispatchEvent(new zS());
8960
8964
  }
8961
8965
  render() {
8962
- return H`<brz-modal size="small" ?open=${this.open} noClose>
8966
+ return F`<brz-modal size="small" ?open=${this.open} noClose>
8963
8967
  <brz-modal-body>
8964
8968
  <slot name="body"></slot>
8965
8969
  </brz-modal-body>
@@ -8998,7 +9002,7 @@ let a1 = class extends Ct {
8998
9002
  r.has("trailingIcon") && r.get("trailingIcon") !== "chevronDown" && (this.trailingIcon = "chevronDown");
8999
9003
  }
9000
9004
  render() {
9001
- return H`
9005
+ return F`
9002
9006
  <brz-dropdown-menu .size=${this.menuSize}>
9003
9007
  ${super.render()}
9004
9008
  <slot name="options" slot="options"></slot>
@@ -9058,9 +9062,9 @@ let zr = class extends Lr {
9058
9062
  getIcon() {
9059
9063
  switch (this.checkboxState) {
9060
9064
  case Br.Checked:
9061
- return H`<brz-icon icon="checkBoxTick" size="16"></brz-icon>`;
9065
+ return F`<brz-icon icon="checkBoxTick" size="16"></brz-icon>`;
9062
9066
  case Br.Indeterminate:
9063
- return H`<brz-icon icon="zoomOut" size="16"></brz-icon>`;
9067
+ return F`<brz-icon icon="zoomOut" size="16"></brz-icon>`;
9064
9068
  case Br.Empty:
9065
9069
  default:
9066
9070
  return;
@@ -9071,7 +9075,7 @@ let zr = class extends Lr {
9071
9075
  }
9072
9076
  render() {
9073
9077
  this.checkboxState = this.checked ? Br.Checked : this.indeterminate ? Br.Indeterminate : Br.Empty;
9074
- const r = H`
9078
+ const r = F`
9075
9079
  <div class="checkbox-left">
9076
9080
  <div
9077
9081
  class="checkbox"
@@ -9081,7 +9085,7 @@ let zr = class extends Lr {
9081
9085
  ${this.getIcon()}
9082
9086
  </div>
9083
9087
  </div>
9084
- `, t = H`
9088
+ `, t = F`
9085
9089
  <input
9086
9090
  @change=${this.onInput}
9087
9091
  .value=${this.value}
@@ -9094,9 +9098,9 @@ let zr = class extends Lr {
9094
9098
  />
9095
9099
  <slot></slot>
9096
9100
  `;
9097
- return H`
9101
+ return F`
9098
9102
  <label>
9099
- ${this.leftLabel ? H`${t}${r}` : H`${r}${t}`}
9103
+ ${this.leftLabel ? F`${t}${r}` : F`${r}${t}`}
9100
9104
  </label>
9101
9105
  `;
9102
9106
  }
@@ -9219,7 +9223,7 @@ let Xn = class extends dr {
9219
9223
  super(...arguments), this.size = "medium";
9220
9224
  }
9221
9225
  renderInput() {
9222
- return H`
9226
+ return F`
9223
9227
  <input
9224
9228
  @input=${this.onInput}
9225
9229
  .value=${He(this.value)}
@@ -9269,12 +9273,12 @@ let Jn = class extends dr {
9269
9273
  var n;
9270
9274
  if (!this.maxlength)
9271
9275
  return null;
9272
- const r = ((n = this.value) == null ? void 0 : n.length) || 0, t = H`${r} of ${this.maxlength}`;
9273
- return r >= this.maxlength ? H`<brz-input-error>${t}</brz-input-error>` : H`<brz-input-guide>${t}</brz-input-guide>`;
9276
+ const r = ((n = this.value) == null ? void 0 : n.length) || 0, t = F`${r} of ${this.maxlength}`;
9277
+ return r >= this.maxlength ? F`<brz-input-error>${t}</brz-input-error>` : F`<brz-input-guide>${t}</brz-input-guide>`;
9274
9278
  }
9275
9279
  renderInput() {
9276
9280
  var r;
9277
- return H`
9281
+ return F`
9278
9282
  <textarea
9279
9283
  @input=${this.onInput}
9280
9284
  .value=${(r = this.value) != null ? r : ""}
@@ -9392,7 +9396,7 @@ let _r = class extends dr {
9392
9396
  * @internal
9393
9397
  */
9394
9398
  get stepperLayout() {
9395
- return this.hasNoStepper ? null : H`
9399
+ return this.hasNoStepper ? null : F`
9396
9400
  <div class="stepper-container">
9397
9401
  <button
9398
9402
  @click=${this.handleDecrease}
@@ -9419,20 +9423,20 @@ let _r = class extends dr {
9419
9423
  * @internal
9420
9424
  */
9421
9425
  get unitsLayout() {
9422
- return this.units ? H` <div class="units-layout">${He(this.units)}</div> ` : null;
9426
+ return this.units ? F` <div class="units-layout">${He(this.units)}</div> ` : null;
9423
9427
  }
9424
9428
  /**
9425
9429
  * @internal
9426
9430
  */
9427
9431
  get trailingContainer() {
9428
- return H`
9432
+ return F`
9429
9433
  <div class="trailing-container">
9430
9434
  ${this.unitsLayout} ${this.stepperLayout}
9431
9435
  </div>
9432
9436
  `;
9433
9437
  }
9434
9438
  renderInput() {
9435
- return H`<div
9439
+ return F`<div
9436
9440
  class="container ${this.readonly || this.disabled ? "disabled" : ""}"
9437
9441
  >
9438
9442
  ${this.trailingContainer}
@@ -9613,7 +9617,7 @@ let ln = class extends Et {
9613
9617
  this.value = t.value, this.dispatchChange();
9614
9618
  }
9615
9619
  renderInput() {
9616
- return H`
9620
+ return F`
9617
9621
  <slot
9618
9622
  id="options"
9619
9623
  style="display: none;"
@@ -9624,7 +9628,7 @@ let ln = class extends Et {
9624
9628
  ${this._radioElements.map((r) => {
9625
9629
  var n, o;
9626
9630
  const t = ((n = r.value) == null ? void 0 : n.toString()) === ((o = this.value) == null ? void 0 : o.toString());
9627
- return H`
9631
+ return F`
9628
9632
  <div class="radio-option">
9629
9633
  <input
9630
9634
  id=${r.value}
@@ -19660,7 +19664,7 @@ let Qt = class extends dr {
19660
19664
  }
19661
19665
  }
19662
19666
  renderInput() {
19663
- return H`
19667
+ return F`
19664
19668
  <textarea class="editor" placeholder="${He(this.placeholder)}">
19665
19669
  ${this.value}</textarea
19666
19670
  >
@@ -19829,7 +19833,7 @@ let vi = class extends Mt {
19829
19833
  }
19830
19834
  renderReferenceElement() {
19831
19835
  var r;
19832
- return this.applySelectedStatusToChildren(), this.controlled || this.search(), H`
19836
+ return this.applySelectedStatusToChildren(), this.controlled || this.search(), F`
19833
19837
  <button
19834
19838
  type="button"
19835
19839
  class="wrapper"
@@ -19839,12 +19843,12 @@ let vi = class extends Mt {
19839
19843
  @keyup=${this.handleKeyUp}
19840
19844
  aria-required=${He(this.required)}
19841
19845
  >
19842
- ${this.canSearch ? null : H`
19846
+ ${this.canSearch ? null : F`
19843
19847
  <span class=${this.value && this.valueLabel ? "" : "placeholder"}>
19844
19848
  ${this.valueLabel || this.placeholder}
19845
19849
  </span>
19846
19850
  `}
19847
- ${this.canSearch ? H`
19851
+ ${this.canSearch ? F`
19848
19852
  <input
19849
19853
  id="selectSearch"
19850
19854
  type="search"
@@ -19860,7 +19864,7 @@ let vi = class extends Mt {
19860
19864
  class="search-area"
19861
19865
  />
19862
19866
  ` : null}
19863
- ${this.loading ? H`<brz-loading-spinner
19867
+ ${this.loading ? F`<brz-loading-spinner
19864
19868
  aria-label="loading options"
19865
19869
  size="16"
19866
19870
  ></brz-loading-spinner>` : null}
@@ -19868,9 +19872,9 @@ let vi = class extends Mt {
19868
19872
  `;
19869
19873
  }
19870
19874
  renderDropdownContent() {
19871
- return H`
19875
+ return F`
19872
19876
  ${!this.controlled && !this.hasQueryResults ? this.renderSearchMessage() : null}
19873
- ${this.isDataDriven ? this.renderOptionsData() : H` <slot slot="options"></slot> `}
19877
+ ${this.isDataDriven ? this.renderOptionsData() : F` <slot slot="options"></slot> `}
19874
19878
  `;
19875
19879
  }
19876
19880
  /**
@@ -20034,20 +20038,20 @@ let lr = class extends ze {
20034
20038
  }
20035
20039
  render() {
20036
20040
  var r;
20037
- return this.updateComplete.then(() => this.checkOverflow()), H`
20041
+ return this.updateComplete.then(() => this.checkOverflow()), F`
20038
20042
  <brz-tooltip
20039
20043
  content=${(r = this.defaultSlot[0]) == null ? void 0 : r.textContent}
20040
20044
  ?disabled=${!this.isOverflowing}
20041
20045
  is-fixed
20042
20046
  >
20043
20047
  <div class="lozenge">
20044
- ${this.leadingIcon && H`
20048
+ ${this.leadingIcon && F`
20045
20049
  <brz-icon size=${this.iconSize} icon=${this.leadingIcon}></brz-icon>
20046
20050
  `}
20047
20051
 
20048
20052
  <div class="message"><slot></slot></div>
20049
20053
 
20050
- ${this.canDelete ? H`
20054
+ ${this.canDelete ? F`
20051
20055
  <button
20052
20056
  type="button"
20053
20057
  class="close"
@@ -20342,7 +20346,7 @@ let cn = class extends Mt {
20342
20346
  * @internal
20343
20347
  */
20344
20348
  get truncation() {
20345
- return this.value && this.value.length > this.truncateValuesAfter ? H`<span class="truncation"
20349
+ return this.value && this.value.length > this.truncateValuesAfter ? F`<span class="truncation"
20346
20350
  >+${this.value.length - this.truncateValuesAfter} more</span
20347
20351
  >` : null;
20348
20352
  }
@@ -20356,7 +20360,7 @@ let cn = class extends Mt {
20356
20360
  renderReferenceElement() {
20357
20361
  return this.syncSelected(), this.controlled || this.search(), this.updateComplete.then(() => {
20358
20362
  this.renderSelectedItems();
20359
- }), H`
20363
+ }), F`
20360
20364
  <button
20361
20365
  type="button"
20362
20366
  class="wrapper"
@@ -20365,9 +20369,9 @@ let cn = class extends Mt {
20365
20369
  @keyup=${this.handleKeyUp}
20366
20370
  >
20367
20371
  <div class="selected-options">
20368
- ${!this.canSearch && this.valueLabels.length === 0 ? H` <div class="placeholder">${this.placeholder}</div> ` : void 0}
20372
+ ${!this.canSearch && this.valueLabels.length === 0 ? F` <div class="placeholder">${this.placeholder}</div> ` : void 0}
20369
20373
  ${this.controlled ? this.renderSelectedItems() : this.valueLabels.map(
20370
- ({ value: r, label: t }) => H`
20374
+ ({ value: r, label: t }) => F`
20371
20375
  <brz-lozenge
20372
20376
  size="small"
20373
20377
  color="neutral"
@@ -20383,7 +20387,7 @@ let cn = class extends Mt {
20383
20387
  `
20384
20388
  )}
20385
20389
  ${this.truncation}
20386
- ${!this.isReadonlyOrDisabled && this.canSearch ? H`
20390
+ ${!this.isReadonlyOrDisabled && this.canSearch ? F`
20387
20391
  <input
20388
20392
  id="selectSearch"
20389
20393
  type="search"
@@ -20395,7 +20399,7 @@ let cn = class extends Mt {
20395
20399
  />
20396
20400
  ` : null}
20397
20401
  </div>
20398
- ${this.loading ? H`<brz-loading-spinner
20402
+ ${this.loading ? F`<brz-loading-spinner
20399
20403
  aria-label="loading options"
20400
20404
  size="16"
20401
20405
  ></brz-loading-spinner>` : null}
@@ -20418,7 +20422,7 @@ let cn = class extends Mt {
20418
20422
  */
20419
20423
  get selectAllOptionElement() {
20420
20424
  const { id: r, value: t, label: n, selected: o } = this.selectAllOption;
20421
- return H`
20425
+ return F`
20422
20426
  <brz-menu-item
20423
20427
  slot="options"
20424
20428
  id=${r}
@@ -20430,16 +20434,16 @@ let cn = class extends Mt {
20430
20434
  `;
20431
20435
  }
20432
20436
  renderDropdownContent() {
20433
- return H`
20437
+ return F`
20434
20438
  ${!this.controlled && !this.hasQueryResults ? this.renderSearchMessage() : null}
20435
- ${this.isDataDriven ? this.renderOptionsData() : H`
20439
+ ${this.isDataDriven ? this.renderOptionsData() : F`
20436
20440
  ${this.controlled ? "" : this.selectAllOptionElement}
20437
20441
  <slot slot="options"></slot>
20438
20442
  `}
20439
20443
  `;
20440
20444
  }
20441
20445
  renderSelectedItems() {
20442
- return H`<slot name="selected-items" class="selected-options"></slot>`;
20446
+ return F`<slot name="selected-items" class="selected-options"></slot>`;
20443
20447
  }
20444
20448
  removeLastValue() {
20445
20449
  var r;
@@ -25607,7 +25611,7 @@ let gi = class extends vi {
25607
25611
  * if the feature is enabled.
25608
25612
  */
25609
25613
  renderDropdownContent() {
25610
- return H`
25614
+ return F`
25611
25615
  ${this.handleNoResults()} ${this.renderOptionsData()}
25612
25616
  ${this.renderFreeformOptions()}
25613
25617
  `;
@@ -25662,11 +25666,11 @@ let Kr = class extends Lr {
25662
25666
  }
25663
25667
  render() {
25664
25668
  this.toggleState = this.checked ? la.Checked : la.Empty;
25665
- const r = H`<span>${this.label}</span>`, t = H`<div class="switch">
25669
+ const r = F`<span>${this.label}</span>`, t = F`<div class="switch">
25666
25670
  <div class="toggle"></div>
25667
25671
  <div class="switch-on">${this.switchOnLabel}</div>
25668
25672
  <div class="switch-off">${this.switchOffLabel}</div>
25669
- </div>`, n = H`<input
25673
+ </div>`, n = F`<input
25670
25674
  type="checkbox"
25671
25675
  class="checkbox"
25672
25676
  name=${this.label}
@@ -25679,9 +25683,9 @@ let Kr = class extends Lr {
25679
25683
  id=${this.id}
25680
25684
  ?disabled=${this.disabled}
25681
25685
  />`;
25682
- return H`
25686
+ return F`
25683
25687
  <label for=${this.label} class="label">
25684
- ${this.leftLabel ? H`${r}${n}${t}` : H`${n}${t}${r}`}
25688
+ ${this.leftLabel ? F`${r}${n}${t}` : F`${n}${t}${r}`}
25685
25689
  </label>
25686
25690
  `;
25687
25691
  }
@@ -25888,17 +25892,17 @@ let Qo = class extends ze {
25888
25892
  const r = `size-${(t = this.size) != null ? t : "base"}`;
25889
25893
  switch (this.getLevel()) {
25890
25894
  case 1:
25891
- return H`<h1 class=${r}><slot></slot></h1>`;
25895
+ return F`<h1 class=${r}><slot></slot></h1>`;
25892
25896
  case 2:
25893
- return H`<h2 class=${r}><slot></slot></h2>`;
25897
+ return F`<h2 class=${r}><slot></slot></h2>`;
25894
25898
  case 3:
25895
- return H`<h3 class=${r}><slot></slot></h3>`;
25899
+ return F`<h3 class=${r}><slot></slot></h3>`;
25896
25900
  case 4:
25897
- return H`<h4 class=${r}><slot></slot></h4>`;
25901
+ return F`<h4 class=${r}><slot></slot></h4>`;
25898
25902
  case 5:
25899
- return H`<h5 class=${r}><slot></slot></h5>`;
25903
+ return F`<h5 class=${r}><slot></slot></h5>`;
25900
25904
  case 6:
25901
- return H`<h6 class=${r}><slot></slot></h6>`;
25905
+ return F`<h6 class=${r}><slot></slot></h6>`;
25902
25906
  }
25903
25907
  }
25904
25908
  };
@@ -26137,10 +26141,10 @@ let p1 = class extends ze {
26137
26141
  this.dispatchEvent(new I$());
26138
26142
  }
26139
26143
  render() {
26140
- return H`
26144
+ return F`
26141
26145
  <brz-split-row>
26142
26146
  <brz-button-group slot="right">
26143
- ${["edit", "error"].includes(this.mode) ? H`
26147
+ ${["edit", "error"].includes(this.mode) ? F`
26144
26148
  <brz-button
26145
26149
  @brz-button-click=${this.handleCancelClick}
26146
26150
  button-type="transparent"
@@ -26161,7 +26165,7 @@ let p1 = class extends ze {
26161
26165
  </brz-button-group>
26162
26166
  </brz-split-row>
26163
26167
 
26164
- ${this.mode === "error" ? H` <slot name="error"></slot> ` : null}
26168
+ ${this.mode === "error" ? F` <slot name="error"></slot> ` : null}
26165
26169
  `;
26166
26170
  }
26167
26171
  };
@@ -26295,7 +26299,7 @@ let Sa = class extends Ra {
26295
26299
  * @internal
26296
26300
  */
26297
26301
  get defaultSlot() {
26298
- return H`
26302
+ return F`
26299
26303
  <slot
26300
26304
  @brz-inline-edit-field-broadcast=${this.handleInlineEditFieldViewModeClick}
26301
26305
  >
@@ -26303,10 +26307,10 @@ let Sa = class extends Ra {
26303
26307
  `;
26304
26308
  }
26305
26309
  render() {
26306
- return H`
26310
+ return F`
26307
26311
  <dl class="inline-edit-group" part="container">
26308
26312
  ${this.defaultSlot}
26309
- ${this.controller && ["edit", "saving", "error"].includes(this.mode) ? H`
26313
+ ${this.controller && ["edit", "saving", "error"].includes(this.mode) ? F`
26310
26314
  <slot
26311
26315
  name="controls"
26312
26316
  @brz-inline-edit-controls-cancel=${this.handleCancelClick}
@@ -26505,7 +26509,7 @@ let cr = class extends Ra {
26505
26509
  * Renders a Select/Multiselect value into a Lozenge
26506
26510
  */
26507
26511
  getSelectValueTemplate(r) {
26508
- return H`
26512
+ return F`
26509
26513
  <brz-lozenge theme="subtle" color="sapphire" size="small">
26510
26514
  ${r}
26511
26515
  </brz-lozenge>
@@ -26516,7 +26520,7 @@ let cr = class extends Ra {
26516
26520
  */
26517
26521
  getCheckboxValueTemplate(r) {
26518
26522
  const t = r.checked ? "True" : "False", n = r.checked ? "green" : "neutral";
26519
- return H`
26523
+ return F`
26520
26524
  <brz-lozenge theme="subtle" color=${n} size="small">
26521
26525
  ${t}
26522
26526
  </brz-lozenge>
@@ -26547,7 +26551,7 @@ let cr = class extends Ra {
26547
26551
  */
26548
26552
  get readModeTemplate() {
26549
26553
  var r;
26550
- return H`
26554
+ return F`
26551
26555
  <brz-record-field .labelPosition=${this.labelPosition} size=${this.size}>
26552
26556
  <brz-record-field-label
26553
26557
  part="read-mode-label"
@@ -26600,7 +26604,7 @@ let cr = class extends Ra {
26600
26604
  * @internal
26601
26605
  */
26602
26606
  get editModeTemplate() {
26603
- return H`
26607
+ return F`
26604
26608
  <div
26605
26609
  class=${or({
26606
26610
  "edit-mode": !0,
@@ -26609,7 +26613,7 @@ let cr = class extends Ra {
26609
26613
  >
26610
26614
  <slot></slot>
26611
26615
 
26612
- ${this.controlled ? null : H`
26616
+ ${this.controlled ? null : F`
26613
26617
  <slot
26614
26618
  name="controls"
26615
26619
  @brz-inline-edit-controls-cancel=${this.handleCancelClick}
@@ -26727,7 +26731,7 @@ const Q$ = ce("side-navigation-item"), eT = Q`
26727
26731
  `;
26728
26732
  let un = class extends ze {
26729
26733
  render() {
26730
- return H`
26734
+ return F`
26731
26735
  <li>
26732
26736
  <a
26733
26737
  href="${He(this.href)}"
@@ -26776,7 +26780,7 @@ const nT = ce("side-navigation"), oT = Q`
26776
26780
  `;
26777
26781
  let v1 = class extends ze {
26778
26782
  render() {
26779
- return H`<ul>
26783
+ return F`<ul>
26780
26784
  <slot></slot>
26781
26785
  </ul>`;
26782
26786
  }
@@ -26823,7 +26827,7 @@ let Qn = class extends ze {
26823
26827
  super(...arguments), this.name = "", this.shown = !1;
26824
26828
  }
26825
26829
  render() {
26826
- return H`<div id="panel"><slot></slot></div>`;
26830
+ return F`<div id="panel"><slot></slot></div>`;
26827
26831
  }
26828
26832
  };
26829
26833
  Qn.styles = Q`
@@ -26865,7 +26869,7 @@ let Ii = class extends ze {
26865
26869
  t === !1 && this.selected === !0 ? this.dispatchEvent(new Bu(this.name)) : t === !0 && this.selected === !1 && this.dispatchEvent(new fT(this.name)), super.updated(r);
26866
26870
  }
26867
26871
  render() {
26868
- return this.link ? H`<a href=${this.link} id="tab"><slot></slot></a>` : H`<div
26872
+ return this.link ? F`<a href=${this.link} id="tab"><slot></slot></a>` : F`<div
26869
26873
  tabindex="0"
26870
26874
  role="tab"
26871
26875
  aria-selected=${this.selected}
@@ -26949,7 +26953,7 @@ let eo = class extends ze {
26949
26953
  });
26950
26954
  }
26951
26955
  render() {
26952
- return H`
26956
+ return F`
26953
26957
  <brz-row id="tabbar" @click=${this.handleClick}>
26954
26958
  <slot @slotchange=${this.handleSlotChange}></slot>
26955
26959
  </brz-row>
@@ -27023,7 +27027,7 @@ let es = class extends ze {
27023
27027
  this.selected = r.detail.name, this.updatePanelVisibility(), r.stopPropagation(), this.dispatchEvent(new Bu(this.selected));
27024
27028
  }
27025
27029
  render() {
27026
- return H`
27030
+ return F`
27027
27031
  <brz-tab-bar
27028
27032
  controlled
27029
27033
  selected=${this.selected}
@@ -27071,7 +27075,7 @@ let to = class extends ze {
27071
27075
  return typeof this.content == "number" ? this.content > this.limit ? `${this.limit}+` : `${this.content}` : this.content.length > this.limit ? `${this.content.slice(0, this.limit)}...` : this.content;
27072
27076
  }
27073
27077
  render() {
27074
- return H` <span>${this.generateContent()}</span> `;
27078
+ return F` <span>${this.generateContent()}</span> `;
27075
27079
  }
27076
27080
  };
27077
27081
  to.styles = Q`
@@ -27191,7 +27195,7 @@ let ts = class extends ze {
27191
27195
  this.emit(`${r}-page`);
27192
27196
  }
27193
27197
  render() {
27194
- return H`
27198
+ return F`
27195
27199
  <brz-button-group role="navigation" aria-label="Pagination Navigation">
27196
27200
  <brz-button
27197
27201
  compact
@@ -27270,7 +27274,7 @@ let bi = class extends ze {
27270
27274
  this.totalPages,
27271
27275
  this.currentPage,
27272
27276
  this.currentPageSiblings
27273
- ), H`
27277
+ ), F`
27274
27278
  <brz-row role="navigation" aria-label="Pagination Navigation">
27275
27279
  <button
27276
27280
  role="link"
@@ -27283,7 +27287,7 @@ let bi = class extends ze {
27283
27287
  </div>
27284
27288
  </button>
27285
27289
  ${(r = this.pages) == null ? void 0 : r.map(
27286
- (t) => t ? H`<button
27290
+ (t) => t ? F`<button
27287
27291
  class=${or({
27288
27292
  page: t,
27289
27293
  selected: this.isCurrentPage(t)
@@ -27294,7 +27298,7 @@ let bi = class extends ze {
27294
27298
  @click=${this.isCurrentPage(t) ? null : this.onPageChange.bind(this, t)}
27295
27299
  ?disabled=${this.isCurrentPage(t)}
27296
27300
  >${t}</brz-button
27297
- >` : H`<span class="pagination-truncated">&hellip;</span>`
27301
+ >` : F`<span class="pagination-truncated">&hellip;</span>`
27298
27302
  )}
27299
27303
  <button
27300
27304
  role="link"
@@ -27431,13 +27435,13 @@ let dn = class extends ze {
27431
27435
  this.cleared = !0, this.dispatchEvent(new oO("brz-alert-cleared"));
27432
27436
  }
27433
27437
  render() {
27434
- return this.cleared ? null : H`<div class="alert-container">
27438
+ return this.cleared ? null : F`<div class="alert-container">
27435
27439
  <brz-icon class="type-icon" icon="${this.getIcon()}"></brz-icon>
27436
27440
  <div role="alert">
27437
- ${this.title ? H`<div><brz-heading>${this.title}</brz-heading></div>` : H``}
27441
+ ${this.title ? F`<div><brz-heading>${this.title}</brz-heading></div>` : F``}
27438
27442
  <div><slot /></div>
27439
27443
  </div>
27440
- ${this.clearable ? H`
27444
+ ${this.clearable ? F`
27441
27445
  <button
27442
27446
  type="button"
27443
27447
  class="clear-button"
@@ -27539,12 +27543,12 @@ dn = Va([
27539
27543
  W(nO)
27540
27544
  ], dn);
27541
27545
  const E4 = {
27542
- resources: F`
27546
+ resources: H`
27543
27547
  <path fill-rule="evenodd" clip-rule="evenodd" d="M72.162 23C65.9749 23 60.9331 26.3858 60.9331 35.8357C60.9331 45.2714 65.9608 48.6715 72.162 48.6715C78.3519 48.6715 83.3909 45.2885 83.3909 35.8357C83.3909 26.4029 78.366 23 72.162 23" fill="#ECEEF3"/>
27544
27548
  <path d="M56.4495 56.9434C59.5234 55.7568 64.9414 54.1338 72.1812 54.1338C78.7417 54.1338 84.8193 55.6855 88.0841 56.9434C93.6087 59.077 96.3373 63.076 97.3676 67.212C97.9234 69.4654 97.0055 71.887 95.3408 72.6629C93.7195 73.4199 86.7451 73.8798 78.6699 74.0381C76.8525 68.8754 72.9778 64.0852 65.9467 61.3874C63.1121 60.3023 58.7997 59.0638 53.7502 58.2549C54.565 57.7649 55.4627 57.3244 56.4495 56.9434Z" fill="#ECEEF3"/>
27545
27549
  <path fill-rule="evenodd" clip-rule="evenodd" d="M40.1294 59.3822C29.7418 59.3822 21.9683 61.6959 17.5579 63.3874C9.61917 66.4329 5.70017 72.1418 4.23407 78.0459C3.43657 81.25 4.74559 84.6941 7.11794 85.8082C10.0139 87.1663 25.0495 87.8454 40.1093 87.8454C55.2496 87.8454 70.4222 87.1582 73.3584 85.796C75.7469 84.69 77.0639 81.2378 76.2664 78.0256C74.7883 72.1296 70.8733 66.4289 62.9466 63.3874C58.2624 61.5942 49.5423 59.3822 40.1294 59.3822" fill="#CACFD9"/>
27546
27550
  <path fill-rule="evenodd" clip-rule="evenodd" d="M40.102 15C31.2248 15 23.991 19.8265 23.991 33.2977C23.991 46.7486 31.2047 51.5955 40.102 51.5955C48.9832 51.5955 56.213 46.773 56.213 33.2977C56.213 19.8509 49.0033 15 40.102 15" fill="#CACFD9"/>`,
27547
- noResults: F`
27551
+ noResults: H`
27548
27552
  <path d="M10.6274 20.1597L18.6274 8.95953L44.6651 4.93911C46.2938 4.68762 47.8205 5.79705 48.0842 7.42383L57.883 67.8584C58.1482 69.4939 57.0373 71.0347 55.4018 71.2999L13.9473 78.0213C12.3099 78.2867 10.7678 77.173 10.505 75.5352L3.16043 29.7599L10.6274 20.1597Z" fill="#ECEEF3"/>
27549
27553
  <path d="M21.2939 27.0931L3.1604 29.7599L18.6274 8.95954L21.2939 27.0931Z" fill="#CACFD9"/>
27550
27554
  <path d="M81.402 60.8947L75.2739 54.7826C74.8633 55.2754 74.4333 55.7554 73.9906 56.2162C73.5478 56.677 73.0473 57.1058 72.5532 57.4962L78.6813 63.6083L81.402 60.8947Z" fill="#ECEEF3"/>
@@ -27555,7 +27559,7 @@ const E4 = {
27555
27559
  <path fill-rule="evenodd" clip-rule="evenodd" d="M75.1456 52.8433C75.0237 53.0225 74.8889 53.2018 74.7606 53.3682C74.7328 53.4041 74.7051 53.4404 74.6772 53.4769C74.5761 53.609 74.4734 53.7433 74.3627 53.8738C73.5415 54.8721 72.6237 55.7875 71.6228 56.6066C71.5046 56.7063 71.3865 56.7964 71.266 56.8883C71.2164 56.9261 71.1664 56.9642 71.1159 57.0034C70.9426 57.1378 70.7693 57.2658 70.5897 57.3874C62.5001 63.0956 51.3757 61.6759 44.9877 54.1201C38.5997 46.5643 39.0753 35.3883 46.0823 28.3996C53.0892 21.4108 64.2942 20.9365 71.8698 27.3079C79.4453 33.6793 80.8687 44.7748 75.1456 52.8433ZM44.5589 40.6698C43.8877 48.8079 49.836 55.9991 57.9742 56.8882C58.5153 56.9498 59.0595 56.9797 59.6041 56.9778C67.7909 56.9862 74.4956 50.4906 74.7252 42.3282C74.9548 34.1658 68.6257 27.3055 60.4513 26.8561C52.2768 26.4067 45.2302 32.5317 44.5589 40.6698Z" fill="#CACFD9"/>
27556
27560
  <path d="M74.7606 53.3682L77.928 55.811L77.928 55.811L74.7606 53.3682ZM75.1456 52.8433L71.883 50.5292L71.8604 50.561L71.8384 50.5933L75.1456 52.8433ZM74.6772 53.4769L71.5 51.0467L71.5 51.0468L74.6772 53.4769ZM74.3627 53.8738L71.3125 51.286L71.2929 51.3092L71.2737 51.3326L74.3627 53.8738ZM71.6228 56.6066L69.0895 53.5111L69.0661 53.5302L69.043 53.5497L71.6228 56.6066ZM71.266 56.8883L68.8408 53.7073L68.8407 53.7074L71.266 56.8883ZM71.1159 57.0034L73.5676 60.164L73.5677 60.1639L71.1159 57.0034ZM70.5897 57.3874L68.3477 54.0748L68.3154 54.0967L68.2835 54.1192L70.5897 57.3874ZM44.9877 54.1201L41.9331 56.7026L44.9877 54.1201ZM46.0823 28.3996L43.2575 25.5675L43.2575 25.5675L46.0823 28.3996ZM71.8698 27.3079L74.4444 24.2466L74.4444 24.2466L71.8698 27.3079ZM57.9742 56.8882L58.4265 52.9139L58.4176 52.9129L58.4086 52.9119L57.9742 56.8882ZM44.5589 40.6698L40.5725 40.341L40.5725 40.341L44.5589 40.6698ZM59.6041 56.9778L59.6082 52.9778L59.5992 52.9778L59.5902 52.9778L59.6041 56.9778ZM74.7252 42.3282L70.7268 42.2157V42.2157L74.7252 42.3282ZM60.4513 26.8561L60.6708 22.8621V22.8621L60.4513 26.8561ZM77.928 55.811C78.072 55.6242 78.2637 55.3712 78.4528 55.0934L71.8384 50.5933C71.7836 50.6739 71.7058 50.7793 71.5932 50.9253L77.928 55.811ZM77.8543 55.907C77.8831 55.8695 77.9059 55.8396 77.928 55.811L71.5932 50.9253C71.5597 50.9687 71.5271 51.0114 71.5 51.0467L77.8543 55.907ZM77.4129 56.4615C77.5997 56.2413 77.7628 56.0267 77.8544 55.9069L71.5 51.0468C71.3895 51.1913 71.347 51.2454 71.3125 51.286L77.4129 56.4615ZM74.1561 59.7022C75.3599 58.717 76.4638 57.616 77.4518 56.4149L71.2737 51.3326C70.6191 52.1283 69.8876 52.858 69.0895 53.5111L74.1561 59.7022ZM73.6913 60.0692C73.8006 59.9858 73.9967 59.8372 74.2026 59.6635L69.043 53.5497C69.0125 53.5754 68.9724 53.607 68.8408 53.7073L73.6913 60.0692ZM73.5677 60.1639C73.6029 60.1366 73.6396 60.1085 73.6913 60.0691L68.8407 53.7074C68.7932 53.7436 68.7299 53.7918 68.664 53.843L73.5677 60.1639ZM72.8317 60.7001C73.1015 60.5174 73.3465 60.3354 73.5676 60.164L68.6641 53.8429C68.5387 53.9402 68.4372 54.0142 68.3477 54.0748L72.8317 60.7001ZM41.9331 56.7026C49.6614 65.8438 63.1135 67.5584 72.8958 60.6557L68.2835 54.1192C61.8867 58.6329 53.09 57.5081 48.0423 51.5376L41.9331 56.7026ZM43.2575 25.5675C34.7772 34.0258 34.2006 47.5565 41.9331 56.7026L48.0423 51.5376C42.9988 45.572 43.3734 36.7509 48.907 31.2317L43.2575 25.5675ZM74.4444 24.2466C65.2824 16.5409 51.7333 17.1137 43.2575 25.5675L48.907 31.2317C54.4452 25.7079 63.3061 25.332 69.2951 30.3691L74.4444 24.2466ZM78.4082 55.1575C85.3368 45.3893 83.6113 31.9565 74.4444 24.2466L69.2951 30.3691C75.2792 35.4021 76.4005 44.1602 71.883 50.5292L78.4082 55.1575ZM58.4086 52.9119C52.4162 52.2572 48.0531 46.967 48.5454 40.9986L40.5725 40.341C39.7223 50.6488 47.2558 59.741 57.5398 60.8646L58.4086 52.9119ZM59.5902 52.9778C59.2014 52.9792 58.8128 52.9578 58.4265 52.9139L57.5219 60.8626C58.2178 60.9417 58.9176 60.9802 59.618 60.9778L59.5902 52.9778ZM70.7268 42.2157C70.5584 48.2026 65.6375 52.984 59.6082 52.9778L59.6 60.9778C69.9444 60.9884 78.4328 52.7785 78.7236 42.4406L70.7268 42.2157ZM60.2317 30.8501C66.2514 31.181 70.8951 36.2292 70.7268 42.2157L78.7236 42.4406C79.0144 32.1023 71 23.43 60.6708 22.8621L60.2317 30.8501ZM48.5454 40.9986C49.0378 35.0289 54.2111 30.5191 60.2317 30.8501L60.6708 22.8621C50.3424 22.2943 41.4226 30.0344 40.5725 40.341L48.5454 40.9986Z" fill="white" mask="url(#path-4-outside-1_4329_35955)"/>
27557
27561
  <path d="M85.1365 61.3427C84.4788 60.6936 83.4199 60.6936 82.7622 61.3427L79.1111 64.9844C78.4568 65.6388 78.4568 66.698 79.1111 67.3524L90.4945 78.7062C91.1506 79.3588 92.2125 79.3588 92.8687 78.7062L96.5198 75.0646C97.1741 74.4101 97.1741 73.351 96.5198 72.6965L85.1365 61.3427Z" fill="#CACFD9"/>`,
27558
- noMessages: F`
27562
+ noMessages: H`
27559
27563
  <path fill-rule="evenodd" clip-rule="evenodd" d="M95.0885 38.7676C95.0885 22.1947 79.6871 8.75952 60.6886 8.75952C41.69 8.75952 26.2886 22.1947 26.2886 38.7676C26.2886 55.3405 41.69 68.7756 60.6886 68.7756C62.4398 68.7756 64.1591 68.6598 65.8402 68.4395C66.8972 70.0155 68.2072 71.8251 69.3754 73.012C74.935 78.6606 82.5795 78.6606 79.7997 75.1303C78.1033 72.9753 76.6661 68.7184 75.8037 65.7268C87.2231 60.8457 95.0885 50.6091 95.0885 38.7676Z" fill="#ECEEF3"/>
27560
27564
  <circle cx="72.851" cy="38.6972" r="3.68571" fill="white"/>
27561
27565
  <circle cx="60.5656" cy="38.6972" r="3.68571" fill="white"/>
@@ -27569,7 +27573,7 @@ const E4 = {
27569
27573
  <circle cx="36.5989" cy="65.6868" r="2.22313" fill="white"/>
27570
27574
  <circle cx="29.1887" cy="65.6868" r="2.22313" fill="white"/>
27571
27575
  <circle cx="21.7778" cy="65.6868" r="2.22313" fill="white"/>`,
27572
- templateDeleted: F`
27576
+ templateDeleted: H`
27573
27577
  <path fill-rule="evenodd" clip-rule="evenodd" d="M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z" fill="#CACFD9"/>
27574
27578
  <rect x="28" y="33" width="20" height="20" rx="2" fill="#F3F5F9"/>
27575
27579
  <path fill-rule="evenodd" clip-rule="evenodd" d="M57.1099 33L54 33C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z" fill="#F3F5F9"/>
@@ -27578,12 +27582,12 @@ const E4 = {
27578
27582
  <circle cx="75" cy="35" r="14" fill="#CACFD9"/>
27579
27583
  <rect x="80.6567" y="39.2426" width="2" height="14" rx="1" transform="rotate(135 80.6567 39.2426)" fill="white"/>
27580
27584
  <rect x="79.2427" y="29.3431" width="2" height="14" rx="1" transform="rotate(45 79.2427 29.3431)" fill="white"/>`,
27581
- noOptimizationSchedules: F`
27585
+ noOptimizationSchedules: H`
27582
27586
  <path fill-rule="evenodd" clip-rule="evenodd" d="M41.9999 33C34.2679 33 27.9999 39.268 27.9999 46.9999C27.9999 54.7319 34.2679 61 41.9999 61C44.7665 61 47.3458 60.1975 49.5174 58.8125C49.178 60.4888 48.9999 62.2236 48.9999 64C48.9999 69.8947 50.9616 75.3313 54.2677 79.6924L50.3664 80.9681C49.4952 81.253 48.5417 80.9091 48.0529 80.1336L45.5012 76.0854C45.4488 76.0921 45.3963 76.0989 45.3437 76.1058C45.08 76.1401 44.8142 76.1748 44.5463 76.1962C43.6108 76.2767 42.6786 76.3079 41.7593 76.3024L39.6739 80.5975C39.2736 81.422 38.364 81.8689 37.4667 81.6819L32.2697 80.5988C31.3712 80.4115 30.7154 79.6367 30.6793 78.7196L30.4916 73.9562C29.3374 73.4626 28.2192 72.8917 27.1415 72.252L23.1893 74.9325C22.4298 75.4476 21.4172 75.3797 20.7332 74.7678L16.774 71.2258C16.0903 70.6142 15.9104 69.6158 16.3376 68.804L18.5571 64.5856C17.8072 63.5849 17.1204 62.5359 16.5 61.4407L11.7332 61.7861C10.8173 61.8525 9.97381 61.2866 9.68798 60.4138L8.03648 55.3711C7.75113 54.4998 8.09473 53.5461 8.87017 53.057L12.9144 50.5061C12.8715 50.1839 12.8312 49.8683 12.8024 49.5452C12.7221 48.6102 12.692 47.6817 12.6979 46.7576L8.40448 44.6796C7.57887 44.28 7.1309 43.37 7.31773 42.472L8.39982 37.2709C8.58685 36.3719 9.36196 35.7158 10.2795 35.6798L15.0442 35.4928C15.5383 34.3381 16.1122 33.2219 16.7496 32.1462L14.0669 28.1944C13.5514 27.4351 13.6188 26.4225 14.2304 25.7382L17.7692 21.7791C18.3806 21.0951 19.3789 20.9148 20.1909 21.3416L24.4151 23.5622C25.41 22.8096 26.4645 22.1228 27.5594 21.5035L27.2121 16.736C27.1454 15.8196 27.7115 14.9757 28.5847 14.6899L33.6327 13.0376C34.504 12.7524 35.4577 13.0962 35.9467 13.8718L38.4956 17.9152C38.5511 17.9086 38.6066 17.9019 38.6622 17.8951C38.9252 17.8633 39.189 17.8314 39.4578 17.8079C40.3965 17.7276 41.3216 17.6915 42.2439 17.6998L44.3232 13.4055C44.7232 12.5795 45.634 12.1317 46.5324 12.3194L51.7318 13.4057C52.6299 13.5934 53.2851 14.3681 53.3212 15.2849L53.5086 20.0475C54.6666 20.5457 55.7839 21.1147 56.8587 21.7483L60.8135 19.0678C61.5731 18.553 62.5855 18.6211 63.2693 19.233L67.226 22.774C67.9094 23.3855 68.0893 24.3834 67.6625 25.195L65.4435 29.4157C66.193 30.4129 66.8829 31.4661 67.5001 32.5622L72.2691 32.2162C73.1853 32.1497 74.029 32.7159 74.3147 33.5889L75.7617 38.011C75.5086 38.0037 75.2547 38 74.9999 38C67.492 38 60.7274 41.1823 55.9813 46.2716C55.6023 38.8781 49.4875 33 41.9999 33Z" fill="#ECEEF3"/>
27583
27587
  <circle cx="75" cy="64" r="18" fill="#CACFD9"/>
27584
27588
  <path d="M76.3136 63.271V54.5596C76.3136 53.6983 75.5717 53 74.6568 53C73.7418 53 73 53.6983 73 54.5596V63.9171C73 63.9206 73.0012 63.9241 73.0012 63.9276C73.0017 64.0262 73.012 64.1249 73.0327 64.222C73.0427 64.2699 73.0613 64.3132 73.0758 64.36C73.092 64.4114 73.1044 64.4637 73.1263 64.514C73.1504 64.5678 73.1827 64.6169 73.2125 64.6676C73.2348 64.7066 73.2527 64.7456 73.2788 64.7826C73.3396 64.8688 73.4088 64.9495 73.4863 65.0216L78.1712 69.4321C78.8182 70.0411 79.8682 70.0411 80.5148 69.4321C81.1617 68.8231 81.1617 67.8347 80.5148 67.2269L76.3136 63.271Z" fill="white"/>
27585
27589
  <path fill-rule="evenodd" clip-rule="evenodd" d="M46.5896 65.2507C36.3386 67.9975 25.8138 61.9339 23.0761 51.717C20.3385 41.5 26.4215 30.9864 36.6725 28.2396C46.9235 25.4929 57.4484 31.5564 60.186 41.7734C60.2514 42.0174 60.3117 42.2615 60.3671 42.5057C61.2281 41.9184 62.1263 41.3814 63.0573 40.8991C59.8483 29.1342 47.708 22.1769 35.8961 25.3419C24.0514 28.5156 17.0101 40.6693 20.1784 52.4934C23.3466 64.3175 35.5215 71.3223 47.3661 68.1485C48.0055 67.9772 48.6309 67.7797 49.2415 67.5575C49.1014 66.5333 49.0209 65.4901 49.0037 64.4315C48.2282 64.753 47.4227 65.0275 46.5896 65.2507Z" fill="white"/>`,
27586
- noData: F`
27590
+ noData: H`
27587
27591
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10 23C8.89543 23 8 23.8954 8 25V72C8 73.1046 8.89543 74 10 74H61.0891C60.3852 72.1342 60 70.1121 60 68C60 58.6112 67.6112 51 77 51C77.3357 51 77.6691 51.0097 78 51.0289V25C78 23.8954 77.1046 23 76 23H10Z" fill="white"/>
27588
27592
  <circle cx="77.799" cy="68.799" r="14" transform="rotate(-45 77.799 68.799)" fill="#CACFD9"/>
27589
27593
  <circle cx="19" cy="33" r="3" fill="#ECEEF3"/>
@@ -27595,14 +27599,14 @@ const E4 = {
27595
27599
  <rect x="84.7988" y="67.799" width="2" height="14" rx="1" transform="rotate(90 84.7988 67.799)" fill="white"/>
27596
27600
  <rect x="76.7988" y="61.799" width="2" height="14" rx="1" fill="white"/>
27597
27601
  <path fill-rule="evenodd" clip-rule="evenodd" d="M69.7456 53H40V66H60.2489C61.2007 60.3267 64.8063 55.5534 69.7456 53Z" fill="#ECEEF3"/>`,
27598
- tags: F`
27602
+ tags: H`
27599
27603
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.60283 35.6837L59.0416 24.7008C59.6166 24.5882 60.2094 24.704 60.6933 25.0304L82.5383 39.765C83.5424 40.4423 83.8 41.8195 83.113 42.838L68.1693 64.9929C67.8369 65.4857 67.329 65.8236 66.7553 65.9427L12.3178 76.9236C11.1208 77.1651 9.96809 76.3875 9.74361 75.1873L2.84296 38.301C2.72982 37.6961 2.87068 37.105 3.18874 36.6335C3.50811 36.16 4.00467 35.806 4.60283 35.6837Z" fill="#ECEEF3"/>
27600
27604
  <path fill-rule="evenodd" clip-rule="evenodd" d="M64.749 46.4034C65.4276 45.3973 65.1638 44.0304 64.1584 43.3523C63.155 42.6755 61.7889 42.9429 61.1102 43.949C60.4316 44.9551 60.6954 46.322 61.6989 46.9988C62.7042 47.6769 64.0703 47.4095 64.749 46.4034ZM57.4734 41.4959C59.508 38.4795 63.6108 37.6747 66.6193 39.7039C69.6297 41.7344 70.4223 45.8413 68.3877 48.8577C66.3531 51.8742 62.2484 52.6777 59.238 50.6472C56.2295 48.618 55.4388 44.5124 57.4734 41.4959Z" fill="white"/>
27601
27605
  <path fill-rule="evenodd" clip-rule="evenodd" d="M20.8666 51.6324L68.7639 23.5243C69.2709 23.2306 69.869 23.1471 70.4329 23.2982L95.8848 30.118C97.0547 30.4315 97.7466 31.6498 97.4287 32.8365L90.5121 58.6495C90.3583 59.2237 89.988 59.7085 89.4843 60.0079L41.5877 88.1137C40.5346 88.7317 39.1915 88.3718 38.5885 87.3101L20.0548 54.6801C19.7509 54.1449 19.6916 53.5402 19.8388 52.9908C19.9866 52.4391 20.3409 51.9428 20.8666 51.6324Z" fill="#CACFD9"/>
27602
27606
  <path fill-rule="evenodd" clip-rule="evenodd" d="M76.4421 38.9857C77.0307 36.7891 79.2915 35.4787 81.4823 36.0657C83.6744 36.6531 84.9785 38.9187 84.3899 41.1153C83.8014 43.3119 81.5392 44.622 79.347 44.0346C77.1562 43.4476 75.8536 41.1823 76.4421 38.9857Z" fill="white"/>
27603
27607
  <path d="M36.4624 61.0203C35.4762 61.5904 34.2146 61.253 33.6445 60.2669C33.0745 59.2807 33.4118 58.0191 34.398 57.449L59.3372 43.0333C60.3234 42.4632 61.585 42.8005 62.155 43.7867C62.7251 44.7729 62.3877 46.0345 61.4015 46.6045L36.4624 61.0203Z" fill="white"/>
27604
27608
  <path d="M42.4586 71.2636C41.4819 71.8497 40.215 71.533 39.6289 70.5563C39.0428 69.5796 39.3595 68.3126 40.3362 67.7266L56.6249 57.9525C57.6016 57.3664 58.8685 57.6831 59.4546 58.6599C60.0407 59.6366 59.724 60.9035 58.7473 61.4896L42.4586 71.2636Z" fill="white"/>`,
27605
- templateMissing: F`
27609
+ templateMissing: H`
27606
27610
  <path fill-rule="evenodd" clip-rule="evenodd" d="M76 52.9727C75.669 52.9908 75.3356 53 75 53C65.0589 53 57 44.9411 57 35C57 32.8962 57.3609 30.8767 58.0242 29H28C25.7909 29 24 30.7909 24 33V77C24 79.2091 25.7909 81 28 81H72C74.2091 81 76 79.2091 76 77V52.9727Z" fill="#CACFD9"/>
27607
27611
  <rect x="28" y="33" width="20" height="20" rx="2" fill="#F3F5F9"/>
27608
27612
  <path fill-rule="evenodd" clip-rule="evenodd" d="M57.1099 33H54C52.8954 33 52 33.8954 52 35V51C52 52.1046 52.8954 53 54 53H70C70.4512 53 70.8674 52.8506 71.2021 52.5986C63.0848 50.8552 57 43.6382 57 35C57 34.324 57.0373 33.6567 57.1099 33Z" fill="#F3F5F9"/>
@@ -27610,7 +27614,7 @@ const E4 = {
27610
27614
  <rect x="52" y="57" width="20" height="20" rx="2" fill="#F3F5F9"/>
27611
27615
  <circle cx="75" cy="35" r="14" fill="#CACFD9"/>
27612
27616
  <path fill-rule="evenodd" clip-rule="evenodd" d="M75.284 37.45V38.017H73.184L73.163 37.45C73.058 35.728 73.646 34.825 75.221 34.195L75.935 33.901C76.775 33.607 77.258 32.935 77.258 32.158C77.258 30.961 76.46 30.289 75.347 30.289C74.318 30.289 73.31 31.066 73.268 32.431H71C71 29.617 72.995 28 75.389 28C77.783 28 79.61 29.554 79.61 32.074C79.61 34.111 78.35 35.518 76.712 36.043C75.893 36.316 75.284 36.547 75.284 37.45ZM75.83 41.272C75.83 42.175 75.116 42.826 74.234 42.826C73.352 42.826 72.617 42.175 72.617 41.272C72.617 40.39 73.352 39.718 74.234 39.718C75.116 39.718 75.83 40.39 75.83 41.272Z" fill="white"/>`,
27613
- noResultsDateRange: F`
27617
+ noResultsDateRange: H`
27614
27618
  <path d="M64.5 15V21" stroke="#ECEEF3" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
27615
27619
  <path d="M41.5 15V21" stroke="#ECEEF3" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
27616
27620
  <path d="M30 35.5H77" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
@@ -27626,7 +27630,7 @@ const E4 = {
27626
27630
  <path fill-rule="evenodd" clip-rule="evenodd" d="M43.3743 67.0017C43.26 67.1697 43.1337 67.3377 43.0134 67.4937C42.9874 67.5275 42.9613 67.5615 42.9352 67.5957C42.8405 67.7195 42.7441 67.8455 42.6404 67.9677C41.8705 68.9037 41.0101 69.7618 40.0718 70.5297C39.961 70.6232 39.8502 70.7077 39.7373 70.7938C39.6908 70.8292 39.6439 70.865 39.5965 70.9017C39.4341 71.0277 39.2717 71.1477 39.1032 71.2617C31.5194 76.6131 21.0905 75.2821 15.1018 68.1987C9.11319 61.1152 9.55906 50.638 16.128 44.0861C22.6969 37.5343 33.2014 37.0896 40.3033 43.0627C47.4052 49.0357 48.7396 59.4376 43.3743 67.0017ZM14.6999 55.5892C14.0707 63.2186 19.6471 69.9602 27.2765 70.7937C27.7838 70.8514 28.294 70.8795 28.8045 70.8777C36.4795 70.8856 42.765 64.796 42.9803 57.1439C43.1955 49.4918 37.2621 43.0604 29.5987 42.6391C21.9353 42.2179 15.3292 47.9599 14.6999 55.5892Z" fill="#CACFD9"/>
27627
27631
  <path d="M43.0134 67.4937L39.846 65.0509L39.8459 65.051L43.0134 67.4937ZM43.3743 67.0017L40.1117 64.6875L40.0891 64.7194L40.0672 64.7517L43.3743 67.0017ZM42.9352 67.5957L39.758 65.1656L39.758 65.1656L42.9352 67.5957ZM42.6404 67.9677L39.5902 65.38L39.5706 65.4031L39.5513 65.4265L42.6404 67.9677ZM40.0718 70.5297L37.5385 67.4342L37.515 67.4534L37.4919 67.4729L40.0718 70.5297ZM39.7373 70.7938L37.312 67.6129L37.312 67.6129L39.7373 70.7938ZM39.5965 70.9017L37.1448 67.7412L37.1447 67.7412L39.5965 70.9017ZM39.1032 71.2617L36.8613 67.9491L36.8289 67.971L36.7971 67.9935L39.1032 71.2617ZM15.1018 68.1987L18.1564 65.6162L18.1564 65.6162L15.1018 68.1987ZM16.128 44.0861L18.9527 46.9182L16.128 44.0861ZM40.3033 43.0627L37.7286 46.1239L40.3033 43.0627ZM27.2765 70.7937L27.7288 66.8194L27.7199 66.8184L27.7109 66.8174L27.2765 70.7937ZM14.6999 55.5892L10.7135 55.2604L14.6999 55.5892ZM28.8045 70.8777L28.8086 66.8777L28.7996 66.8777L28.7906 66.8777L28.8045 70.8777ZM42.9803 57.1439L46.9787 57.2564L42.9803 57.1439ZM29.5987 42.6391L29.3791 46.6331L29.5987 42.6391ZM46.1808 69.9365C46.3168 69.7602 46.5001 69.5184 46.6815 69.2518L40.0672 64.7517C40.02 64.821 39.9506 64.9152 39.846 65.0509L46.1808 69.9365ZM46.1123 70.0259C46.1394 69.9905 46.1605 69.9629 46.1809 69.9365L39.8459 65.051C39.8142 65.0921 39.7833 65.1325 39.758 65.1656L46.1123 70.0259ZM45.6906 70.5554C45.8705 70.3434 46.0272 70.1372 46.1123 70.0259L39.758 65.1656C39.6537 65.3019 39.6178 65.3475 39.5902 65.38L45.6906 70.5554ZM42.605 73.6253C43.7463 72.6913 44.7928 71.6475 45.7295 70.5089L39.5513 65.4265C38.9481 66.1598 38.2739 66.8323 37.5385 67.4342L42.605 73.6253ZM42.1625 73.9747C42.2642 73.8971 42.4531 73.7541 42.6516 73.5866L37.4919 67.4729C37.4689 67.4923 37.4362 67.5182 37.312 67.6129L42.1625 73.9747ZM42.0482 74.0623C42.0803 74.0374 42.114 74.0117 42.1626 73.9747L37.312 67.6129C37.2676 67.6468 37.2075 67.6925 37.1448 67.7412L42.0482 74.0623ZM41.3452 74.5744C41.6038 74.3993 41.838 74.2253 42.0483 74.0622L37.1447 67.7412C37.0302 67.8301 36.9395 67.8961 36.8613 67.9491L41.3452 74.5744ZM12.0472 70.7812C19.3762 79.45 32.1328 81.0758 41.4094 74.53L36.7971 67.9935C30.906 72.1504 22.8047 71.1142 18.1564 65.6162L12.0472 70.7812ZM13.3032 41.254C5.26093 49.2754 4.71409 62.1074 12.0472 70.7812L18.1564 65.6162C13.5123 60.123 13.8572 52.0005 18.9527 46.9182L13.3032 41.254ZM42.8779 40.0014C34.1895 32.694 21.3409 33.2372 13.3032 41.254L18.9527 46.9182C24.0528 41.8314 32.2132 41.4852 37.7286 46.1239L42.8779 40.0014ZM46.6369 69.3159C53.2078 60.0521 51.5713 47.3129 42.8779 40.0014L37.7286 46.1239C43.2392 50.7585 44.2715 58.823 40.1117 64.6875L46.6369 69.3159ZM27.7109 66.8174C22.2273 66.2183 18.2361 61.3777 18.6864 55.918L10.7135 55.2604C9.90524 65.0595 17.0669 73.7021 26.8421 74.7701L27.7109 66.8174ZM28.7906 66.8777C28.4358 66.879 28.0813 66.8595 27.7288 66.8194L26.8242 74.7681C27.4862 74.8434 28.1521 74.88 28.8184 74.8777L28.7906 66.8777ZM38.9818 57.0315C38.8278 62.5081 34.3261 66.8834 28.8086 66.8777L28.8004 74.8777C38.6329 74.8878 46.7023 67.084 46.9787 57.2564L38.9818 57.0315ZM29.3791 46.6331C34.8878 46.936 39.1359 51.5553 38.9818 57.0315L46.9787 57.2564C47.2551 47.4284 39.6364 39.1849 29.8183 38.6452L29.3791 46.6331ZM18.6864 55.918C19.1368 50.4572 23.8696 46.3302 29.3791 46.6331L29.8183 38.6452C20.0009 38.1055 11.5216 45.4626 10.7135 55.2604L18.6864 55.918Z" fill="white" mask="url(#path-9-outside-1_4329_35953)"/>
27628
27632
  <path d="M52.7406 74.9697C52.1241 74.3612 51.1313 74.3612 50.5148 74.9697L47.0919 78.3837C46.4785 78.9973 46.4785 79.9902 47.0919 80.6037L57.7636 91.2477C58.3787 91.8595 59.3742 91.8595 59.9894 91.2477L63.4123 87.8337C64.0257 87.2202 64.0257 86.2273 63.4123 85.6137L52.7406 74.9697Z" fill="#CACFD9"/>`,
27629
- emptyTable: F`
27633
+ emptyTable: H`
27630
27634
  <rect x="10" y="17" width="18" height="18" rx="2" fill="#CACFD9"/>
27631
27635
  <path fill-rule="evenodd" clip-rule="evenodd" d="M23.71 22.3073C23.3224 21.8976 22.6984 21.8976 22.3118 22.3073L17.3804 27.4691L15.6885 25.6748C15.3018 25.2661 14.6759 25.2661 14.2892 25.6748C13.9036 26.0846 13.9036 26.7481 14.2892 27.1579L16.6496 29.6596C16.6585 29.6691 16.6615 29.6837 16.6714 29.6942C17.058 30.1019 17.684 30.1019 18.0696 29.6942L18.0736 29.689C18.0746 29.689 18.0746 29.6879 18.0755 29.6879V29.6869L23.71 23.7893C24.0967 23.3795 24.0967 22.7161 23.71 22.3073Z" fill="white"/>
27632
27636
  <rect x="10" y="41" width="18" height="18" rx="2" fill="#CACFD9"/>
@@ -27636,7 +27640,7 @@ const E4 = {
27636
27640
  <rect x="35" y="23" width="44" height="5" rx="2" fill="#CACFD9"/>
27637
27641
  <rect x="35" y="71" width="42" height="5" rx="2" fill="#ECEEF3"/>
27638
27642
  <rect x="35" y="48" width="54" height="5" rx="2" fill="#CACFD9"/>`,
27639
- connectionError: F`
27643
+ connectionError: H`
27640
27644
  <path fill-rule="evenodd" clip-rule="evenodd" d="M89.5713 45.5105C89.5713 26.2397 71.6626 10.6174 49.5713 10.6174C27.48 10.6174 9.57129 26.2397 9.57129 45.5105C9.57129 64.7813 27.48 80.4036 49.5713 80.4036C51.6077 80.4036 53.6068 80.2689 55.5616 80.0128C56.7907 81.8453 58.3139 83.9495 59.6723 85.3297C66.1369 91.8978 75.0258 91.8978 71.7935 87.7927C69.821 85.287 68.1499 80.3371 67.1471 76.8584C80.4254 71.1828 89.5713 59.2797 89.5713 45.5105" fill="#ECEEF3"/>
27641
27645
  <circle cx="63.7142" cy="45.4286" r="4.28571" fill="white"/>
27642
27646
  <circle cx="49.4283" cy="45.4286" r="4.28571" fill="white"/>
@@ -27661,7 +27665,7 @@ let ro = class extends ze {
27661
27665
  console.warn(`Can't find illustration ${this.illustration}`);
27662
27666
  return;
27663
27667
  }
27664
- return H`<svg
27668
+ return F`<svg
27665
27669
  aria-hidden=${!this.altTitle.length || !this.altDescription.length}
27666
27670
  role="img"
27667
27671
  aria-labelledby=${`${n} ${o}`}
@@ -27701,7 +27705,7 @@ var cO = Object.defineProperty, uO = Object.getOwnPropertyDescriptor, dO = (r, t
27701
27705
  const hO = ce("header");
27702
27706
  let b1 = class extends ze {
27703
27707
  render() {
27704
- return H`<slot></slot>`;
27708
+ return F`<slot></slot>`;
27705
27709
  }
27706
27710
  };
27707
27711
  b1.styles = Q`
@@ -27722,7 +27726,7 @@ var fO = Object.defineProperty, pO = Object.getOwnPropertyDescriptor, vO = (r, t
27722
27726
  const gO = ce("header-footer-page");
27723
27727
  let m1 = class extends ze {
27724
27728
  render() {
27725
- return H`
27729
+ return F`
27726
27730
  <div id="container">
27727
27731
  <div id="header"><slot name="header"></slot></div>
27728
27732
  <div id="body"><slot></slot></div>
@@ -27761,7 +27765,7 @@ var bO = Object.defineProperty, mO = Object.getOwnPropertyDescriptor, yO = (r, t
27761
27765
  const CO = ce("responsive-columns");
27762
27766
  let y1 = class extends ze {
27763
27767
  render() {
27764
- return H`<slot></slot>`;
27768
+ return F`<slot></slot>`;
27765
27769
  }
27766
27770
  };
27767
27771
  y1.styles = Q`
@@ -27808,7 +27812,7 @@ var wO = Object.defineProperty, xO = Object.getOwnPropertyDescriptor, zO = (r, t
27808
27812
  const LO = ce("footer");
27809
27813
  let C1 = class extends ze {
27810
27814
  render() {
27811
- return H`<div class="container">
27815
+ return F`<div class="container">
27812
27816
  <slot name="left"></slot>
27813
27817
  <slot name="middle"></slot>
27814
27818
  <slot name="right"></slot>
@@ -27841,7 +27845,7 @@ let rs = class extends ze {
27841
27845
  super.updated(r), this.hasTitle = !!((t = this.slottedTitle) != null && t.length || this.pageTitle);
27842
27846
  }
27843
27847
  render() {
27844
- return H`
27848
+ return F`
27845
27849
  <header>
27846
27850
  <slot name="decorator"></slot>
27847
27851
 
@@ -27936,7 +27940,7 @@ const OO = ce("grid"), EO = I1.map(
27936
27940
  );
27937
27941
  let is = class extends as {
27938
27942
  render() {
27939
- return H`<slot></slot>`;
27943
+ return F`<slot></slot>`;
27940
27944
  }
27941
27945
  };
27942
27946
  var Xp;
@@ -28031,7 +28035,7 @@ const IO = ce("grid-item"), Zu = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], DO = Z
28031
28035
  `;
28032
28036
  let ns = class extends ze {
28033
28037
  render() {
28034
- return H`<slot></slot>`;
28038
+ return F`<slot></slot>`;
28035
28039
  }
28036
28040
  };
28037
28041
  ns.styles = [
@@ -28615,7 +28619,7 @@ let z1 = class extends ze {
28615
28619
  });
28616
28620
  }
28617
28621
  render() {
28618
- return H`<slot></slot>`;
28622
+ return F`<slot></slot>`;
28619
28623
  }
28620
28624
  };
28621
28625
  z1.styles = [
@@ -28783,7 +28787,7 @@ let ka = class extends ze {
28783
28787
  super.connectedCallback(), this.slot = "header";
28784
28788
  }
28785
28789
  get contentTemplate() {
28786
- return H`
28790
+ return F`
28787
28791
  <div class="title">
28788
28792
  <slot></slot>
28789
28793
  </div>
@@ -28794,7 +28798,7 @@ let ka = class extends ze {
28794
28798
  `;
28795
28799
  }
28796
28800
  render() {
28797
- return H` <header class="card-header">${this.contentTemplate}</header> `;
28801
+ return F` <header class="card-header">${this.contentTemplate}</header> `;
28798
28802
  }
28799
28803
  };
28800
28804
  ka.styles = [nE];
@@ -28814,7 +28818,7 @@ let au = class extends ka {
28814
28818
  super.connectedCallback(), this.slot = "";
28815
28819
  }
28816
28820
  render() {
28817
- return H`
28821
+ return F`
28818
28822
  <div class="card-section-header">${this.contentTemplate}</div>
28819
28823
  `;
28820
28824
  }
@@ -28835,7 +28839,7 @@ let lu = class extends ze {
28835
28839
  super.connectedCallback(), this.slot = "footer";
28836
28840
  }
28837
28841
  render() {
28838
- return H`
28842
+ return F`
28839
28843
  <footer class="card-footer">
28840
28844
  <div>
28841
28845
  <slot></slot>
@@ -28865,7 +28869,7 @@ let io = class extends as {
28865
28869
  super.updated(r), this.hasHeader = !!this.header.length && this.header[0] instanceof ka;
28866
28870
  }
28867
28871
  render() {
28868
- return H`
28872
+ return F`
28869
28873
  <article class="card" part="card">
28870
28874
  <slot name="header"></slot>
28871
28875
 
@@ -28915,7 +28919,7 @@ let os = class extends ze {
28915
28919
  super(...arguments), this.hasBorder = !1, this.level = 1;
28916
28920
  }
28917
28921
  render() {
28918
- return H` <div class="container"><slot></slot></div> `;
28922
+ return F` <div class="container"><slot></slot></div> `;
28919
28923
  }
28920
28924
  };
28921
28925
  os.styles = Q`
@@ -29294,7 +29298,7 @@ class bn extends ze {
29294
29298
  return `${g} - ${y}`;
29295
29299
  }
29296
29300
  render() {
29297
- return H`<span>${this.generateContent()}</span>`;
29301
+ return F`<span>${this.generateContent()}</span>`;
29298
29302
  }
29299
29303
  }
29300
29304
  ms([