@kong/icons 1.8.6 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kong-icons.es.js +980 -780
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/HtmlIcon.vue.d.ts +85 -0
- package/dist/types/components/solid/MarkdownIcon.vue.d.ts +85 -0
- package/dist/types/components/solid/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/kong-icons.es.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as u, computed as d, openBlock as a, createBlock as f, resolveDynamicComponent as g, normalizeStyle as p, withCtx as C, createElementBlock as l, toDisplayString as h, createCommentVNode as y, pushScopeId as v, popScopeId as m, createElementVNode as o } from "vue";
|
2
|
-
const c = "24px",
|
2
|
+
const c = "24px", $ = (e) => (v("data-v-d651c106"), e = e(), m(), e), R = ["aria-hidden"], U = {
|
3
3
|
key: 0,
|
4
4
|
"data-testid": "kui-icon-svg-title"
|
5
|
-
}, G = /* @__PURE__ */
|
5
|
+
}, G = /* @__PURE__ */ $(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_246_3694)" }, [
|
6
6
|
/* @__PURE__ */ o("path", {
|
7
7
|
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37262 24 0 18.6274 0 12C0 12.0028 12 0.00135937 12 0C18.6274 0 24 5.37262 24 12Z",
|
8
8
|
fill: "#0052B4"
|
@@ -51,7 +51,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
51
51
|
d: "M18.729 12L18.988 12.7972H19.8262L19.1481 13.2899L19.4072 14.087L18.729 13.5943L18.0509 14.087L18.3099 13.2899L17.6318 12.7972H18.47L18.729 12Z",
|
52
52
|
fill: "#F0F0F0"
|
53
53
|
})
|
54
|
-
], -1)), T = /* @__PURE__ */
|
54
|
+
], -1)), T = /* @__PURE__ */ $(() => /* @__PURE__ */ o("defs", null, [
|
55
55
|
/* @__PURE__ */ o("clipPath", { id: "clip0_246_3694" }, [
|
56
56
|
/* @__PURE__ */ o("rect", {
|
57
57
|
fill: "white",
|
@@ -158,10 +158,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
158
158
|
for (const [s, n] of t)
|
159
159
|
i[s] = n;
|
160
160
|
return i;
|
161
|
-
},
|
161
|
+
}, ns = /* @__PURE__ */ b(O, [["__scopeId", "data-v-d651c106"]]), L = (e) => (v("data-v-c4d677ae"), e = e(), m(), e), W = ["aria-hidden"], j = {
|
162
162
|
key: 0,
|
163
163
|
"data-testid": "kui-icon-svg-title"
|
164
|
-
}, K = /* @__PURE__ */
|
164
|
+
}, K = /* @__PURE__ */ L(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_3170)" }, [
|
165
165
|
/* @__PURE__ */ o("path", {
|
166
166
|
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
167
167
|
fill: "#F0F0F0"
|
@@ -170,7 +170,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
170
170
|
d: "M11.9999 0C9.59165 0 7.34953 0.709922 5.47021 1.93116L8.55642 3.9997L4.69556 5.99967L8.55642 7.99964L4.69556 9.99961L8.55642 11.9993L4.69556 13.9993L8.55642 15.9992L4.69556 17.9993L8.55642 19.9993L5.46984 22.0685C7.34924 23.29 9.59151 24 11.9999 24C18.6273 24 23.9999 18.6274 23.9999 12C23.9999 5.37262 18.6273 0 11.9999 0V0Z",
|
171
171
|
fill: "#D80027"
|
172
172
|
})
|
173
|
-
], -1)), J = /* @__PURE__ */
|
173
|
+
], -1)), J = /* @__PURE__ */ L(() => /* @__PURE__ */ o("defs", null, [
|
174
174
|
/* @__PURE__ */ o("clipPath", { id: "clip0_1415_3170" }, [
|
175
175
|
/* @__PURE__ */ o("rect", {
|
176
176
|
fill: "white",
|
@@ -272,7 +272,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
272
272
|
_: 1
|
273
273
|
}, 8, ["aria-hidden", "style"]));
|
274
274
|
}
|
275
|
-
}),
|
275
|
+
}), as = /* @__PURE__ */ b(X, [["__scopeId", "data-v-c4d677ae"]]), _ = (e) => (v("data-v-bd1fcaeb"), e = e(), m(), e), Q = ["aria-hidden"], Y = {
|
276
276
|
key: 0,
|
277
277
|
"data-testid": "kui-icon-svg-title"
|
278
278
|
}, e1 = /* @__PURE__ */ _(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_3697)" }, [
|
@@ -398,7 +398,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
398
398
|
_: 1
|
399
399
|
}, 8, ["aria-hidden", "style"]));
|
400
400
|
}
|
401
|
-
}),
|
401
|
+
}), os = /* @__PURE__ */ b(i1, [["__scopeId", "data-v-bd1fcaeb"]]), k = (e) => (v("data-v-8d1c0f9c"), e = e(), m(), e), r1 = ["aria-hidden"], n1 = {
|
402
402
|
key: 0,
|
403
403
|
"data-testid": "kui-icon-svg-title"
|
404
404
|
}, a1 = /* @__PURE__ */ k(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_3800)" }, [
|
@@ -520,7 +520,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
520
520
|
_: 1
|
521
521
|
}, 8, ["aria-hidden", "style"]));
|
522
522
|
}
|
523
|
-
}),
|
523
|
+
}), ss = /* @__PURE__ */ b(s1, [["__scopeId", "data-v-8d1c0f9c"]]), I = (e) => (v("data-v-eeac952d"), e = e(), m(), e), d1 = ["aria-hidden"], l1 = {
|
524
524
|
key: 0,
|
525
525
|
"data-testid": "kui-icon-svg-title"
|
526
526
|
}, c1 = /* @__PURE__ */ I(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_246_4298)" }, [
|
@@ -662,7 +662,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
662
662
|
_: 1
|
663
663
|
}, 8, ["aria-hidden", "style"]));
|
664
664
|
}
|
665
|
-
}),
|
665
|
+
}), ds = /* @__PURE__ */ b(f1, [["__scopeId", "data-v-eeac952d"]]), q = (e) => (v("data-v-50e3aa82"), e = e(), m(), e), g1 = ["aria-hidden"], p1 = {
|
666
666
|
key: 0,
|
667
667
|
"data-testid": "kui-icon-svg-title"
|
668
668
|
}, C1 = /* @__PURE__ */ q(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_1325)" }, [
|
@@ -824,7 +824,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
824
824
|
_: 1
|
825
825
|
}, 8, ["aria-hidden", "style"]));
|
826
826
|
}
|
827
|
-
}),
|
827
|
+
}), ls = /* @__PURE__ */ b(y1, [["__scopeId", "data-v-50e3aa82"]]), H = (e) => (v("data-v-ef56da37"), e = e(), m(), e), v1 = ["aria-hidden"], m1 = {
|
828
828
|
key: 0,
|
829
829
|
"data-testid": "kui-icon-svg-title"
|
830
830
|
}, b1 = /* @__PURE__ */ H(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_3092)" }, [
|
@@ -954,7 +954,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
954
954
|
_: 1
|
955
955
|
}, 8, ["aria-hidden", "style"]));
|
956
956
|
}
|
957
|
-
}),
|
957
|
+
}), cs = /* @__PURE__ */ b(z1, [["__scopeId", "data-v-ef56da37"]]), M = (e) => (v("data-v-0038099f"), e = e(), m(), e), N1 = ["aria-hidden"], w1 = {
|
958
958
|
key: 0,
|
959
959
|
"data-testid": "kui-icon-svg-title"
|
960
960
|
}, x1 = /* @__PURE__ */ M(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_2217)" }, [
|
@@ -966,7 +966,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
966
966
|
d: "M0 12C0 5.37262 5.37262 0 12 0C18.6274 0 24 5.37262 24 12",
|
967
967
|
fill: "#A2001D"
|
968
968
|
})
|
969
|
-
], -1)),
|
969
|
+
], -1)), $1 = /* @__PURE__ */ M(() => /* @__PURE__ */ o("defs", null, [
|
970
970
|
/* @__PURE__ */ o("clipPath", { id: "clip0_1415_2217" }, [
|
971
971
|
/* @__PURE__ */ o("rect", {
|
972
972
|
fill: "white",
|
@@ -974,7 +974,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
974
974
|
width: "24"
|
975
975
|
})
|
976
976
|
])
|
977
|
-
], -1)),
|
977
|
+
], -1)), L1 = /* @__PURE__ */ u({
|
978
978
|
__name: "FlagIdIcon",
|
979
979
|
props: {
|
980
980
|
/** The accessibility text provided to screen readers */
|
@@ -1062,13 +1062,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1062
1062
|
}, [
|
1063
1063
|
e.title ? (a(), l("title", w1, h(e.title), 1)) : y("", !0),
|
1064
1064
|
x1,
|
1065
|
-
|
1065
|
+
$1
|
1066
1066
|
], 8, N1))
|
1067
1067
|
]),
|
1068
1068
|
_: 1
|
1069
1069
|
}, 8, ["aria-hidden", "style"]));
|
1070
1070
|
}
|
1071
|
-
}),
|
1071
|
+
}), us = /* @__PURE__ */ b(L1, [["__scopeId", "data-v-0038099f"]]), Z = (e) => (v("data-v-aaaa08ce"), e = e(), m(), e), _1 = ["aria-hidden"], k1 = {
|
1072
1072
|
key: 0,
|
1073
1073
|
"data-testid": "kui-icon-svg-title"
|
1074
1074
|
}, I1 = /* @__PURE__ */ Z(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_5241)" }, [
|
@@ -1198,7 +1198,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1198
1198
|
_: 1
|
1199
1199
|
}, 8, ["aria-hidden", "style"]));
|
1200
1200
|
}
|
1201
|
-
}),
|
1201
|
+
}), fs = /* @__PURE__ */ b(H1, [["__scopeId", "data-v-aaaa08ce"]]), B = (e) => (v("data-v-cdb16e1a"), e = e(), m(), e), M1 = ["aria-hidden"], Z1 = {
|
1202
1202
|
key: 0,
|
1203
1203
|
"data-testid": "kui-icon-svg-title"
|
1204
1204
|
}, B1 = /* @__PURE__ */ B(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_4034)" }, [
|
@@ -1210,7 +1210,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1210
1210
|
d: "M12.0001 17.2175C14.8816 17.2175 17.2175 14.8816 17.2175 12.0001C17.2175 9.11861 14.8816 6.78271 12.0001 6.78271C9.11861 6.78271 6.78271 9.11861 6.78271 12.0001C6.78271 14.8816 9.11861 17.2175 12.0001 17.2175Z",
|
1211
1211
|
fill: "#D80027"
|
1212
1212
|
})
|
1213
|
-
], -1)),
|
1213
|
+
], -1)), V1 = /* @__PURE__ */ B(() => /* @__PURE__ */ o("defs", null, [
|
1214
1214
|
/* @__PURE__ */ o("clipPath", { id: "clip0_1415_4034" }, [
|
1215
1215
|
/* @__PURE__ */ o("rect", {
|
1216
1216
|
fill: "white",
|
@@ -1306,16 +1306,16 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1306
1306
|
}, [
|
1307
1307
|
e.title ? (a(), l("title", Z1, h(e.title), 1)) : y("", !0),
|
1308
1308
|
B1,
|
1309
|
-
|
1309
|
+
V1
|
1310
1310
|
], 8, M1))
|
1311
1311
|
]),
|
1312
1312
|
_: 1
|
1313
1313
|
}, 8, ["aria-hidden", "style"]));
|
1314
1314
|
}
|
1315
|
-
}),
|
1315
|
+
}), gs = /* @__PURE__ */ b(E1, [["__scopeId", "data-v-cdb16e1a"]]), V = (e) => (v("data-v-b021c03c"), e = e(), m(), e), F1 = ["aria-hidden"], D1 = {
|
1316
1316
|
key: 0,
|
1317
1317
|
"data-testid": "kui-icon-svg-title"
|
1318
|
-
}, A1 = /* @__PURE__ */
|
1318
|
+
}, A1 = /* @__PURE__ */ V(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_2982)" }, [
|
1319
1319
|
/* @__PURE__ */ o("path", {
|
1320
1320
|
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
1321
1321
|
fill: "#F0F0F0"
|
@@ -1400,7 +1400,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1400
1400
|
d: "M9.41895 6.4668L6.468 9.41774L5.73029 8.68003L8.68123 5.72909L9.41895 6.4668Z",
|
1401
1401
|
fill: "black"
|
1402
1402
|
})
|
1403
|
-
], -1)), P1 = /* @__PURE__ */
|
1403
|
+
], -1)), P1 = /* @__PURE__ */ V(() => /* @__PURE__ */ o("defs", null, [
|
1404
1404
|
/* @__PURE__ */ o("clipPath", { id: "clip0_1415_2982" }, [
|
1405
1405
|
/* @__PURE__ */ o("rect", {
|
1406
1406
|
fill: "white",
|
@@ -1497,12 +1497,12 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1497
1497
|
e.title ? (a(), l("title", D1, h(e.title), 1)) : y("", !0),
|
1498
1498
|
A1,
|
1499
1499
|
P1
|
1500
|
-
], 8,
|
1500
|
+
], 8, F1))
|
1501
1501
|
]),
|
1502
1502
|
_: 1
|
1503
1503
|
}, 8, ["aria-hidden", "style"]));
|
1504
1504
|
}
|
1505
|
-
}),
|
1505
|
+
}), ps = /* @__PURE__ */ b(R1, [["__scopeId", "data-v-b021c03c"]]), E = (e) => (v("data-v-b592347f"), e = e(), m(), e), U1 = ["aria-hidden"], G1 = {
|
1506
1506
|
key: 0,
|
1507
1507
|
"data-testid": "kui-icon-svg-title"
|
1508
1508
|
}, T1 = /* @__PURE__ */ E(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_1421)" }, [
|
@@ -1640,10 +1640,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1640
1640
|
_: 1
|
1641
1641
|
}, 8, ["aria-hidden", "style"]));
|
1642
1642
|
}
|
1643
|
-
}),
|
1643
|
+
}), Cs = /* @__PURE__ */ b(W1, [["__scopeId", "data-v-b592347f"]]), F = (e) => (v("data-v-7d677091"), e = e(), m(), e), j1 = ["aria-hidden"], K1 = {
|
1644
1644
|
key: 0,
|
1645
1645
|
"data-testid": "kui-icon-svg-title"
|
1646
|
-
}, J1 = /* @__PURE__ */
|
1646
|
+
}, J1 = /* @__PURE__ */ F(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_246_5603)" }, [
|
1647
1647
|
/* @__PURE__ */ o("path", {
|
1648
1648
|
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
1649
1649
|
fill: "#F0F0F0"
|
@@ -1668,7 +1668,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1668
1668
|
d: "M5.55863 1.87397H6.65217L5.63498 2.61295L6.02353 3.80869L5.00639 3.0697L3.98925 3.80869L4.32487 2.7757C3.42928 3.52172 2.64431 4.39575 1.99744 5.36963H2.34783L1.70034 5.84002C1.59947 6.0083 1.50272 6.17925 1.41 6.35273L1.71919 7.30434L1.14234 6.88523C0.998953 7.18903 0.867797 7.49967 0.749906 7.81678L1.09055 8.86528H2.34783L1.33064 9.60427L1.71919 10.8L0.702047 10.061L0.0927656 10.5037C0.0317812 10.9939 0 11.4932 0 12H12C12 5.37262 12 4.59131 12 0C9.62944 0 7.41961 0.687656 5.55863 1.87397ZM6.02353 10.8L5.00639 10.061L3.98925 10.8L4.3778 9.60427L3.36061 8.86528H4.61789L5.00639 7.66955L5.39489 8.86528H6.65217L5.63498 9.60427L6.02353 10.8ZM5.63498 6.10861L6.02353 7.30434L5.00639 6.56536L3.98925 7.30434L4.3778 6.10861L3.36061 5.36963H4.61789L5.00639 4.17389L5.39489 5.36963H6.65217L5.63498 6.10861ZM10.3279 10.8L9.31073 10.061L8.29359 10.8L8.68214 9.60427L7.66495 8.86528H8.92223L9.31073 7.66955L9.69923 8.86528H10.9565L9.93933 9.60427L10.3279 10.8ZM9.93933 6.10861L10.3279 7.30434L9.31073 6.56536L8.29359 7.30434L8.68214 6.10861L7.66495 5.36963H8.92223L9.31073 4.17389L9.69923 5.36963H10.9565L9.93933 6.10861ZM9.93933 2.61295L10.3279 3.80869L9.31073 3.0697L8.29359 3.80869L8.68214 2.61295L7.66495 1.87397H8.92223L9.31073 0.678234L9.69923 1.87397H10.9565L9.93933 2.61295Z",
|
1669
1669
|
fill: "#0052B4"
|
1670
1670
|
})
|
1671
|
-
], -1)), X1 = /* @__PURE__ */
|
1671
|
+
], -1)), X1 = /* @__PURE__ */ F(() => /* @__PURE__ */ o("defs", null, [
|
1672
1672
|
/* @__PURE__ */ o("clipPath", { id: "clip0_246_5603" }, [
|
1673
1673
|
/* @__PURE__ */ o("rect", {
|
1674
1674
|
fill: "white",
|
@@ -1770,7 +1770,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1770
1770
|
_: 1
|
1771
1771
|
}, 8, ["aria-hidden", "style"]));
|
1772
1772
|
}
|
1773
|
-
}),
|
1773
|
+
}), hs = /* @__PURE__ */ b(Q1, [["__scopeId", "data-v-7d677091"]]), D = (e) => (v("data-v-06e5f545"), e = e(), m(), e), Y1 = ["aria-hidden"], ee = {
|
1774
1774
|
key: 0,
|
1775
1775
|
"data-testid": "kui-icon-svg-title"
|
1776
1776
|
}, te = /* @__PURE__ */ D(() => /* @__PURE__ */ o("g", { "clip-path": "url(#clip0_1415_4786)" }, [
|
@@ -1900,7 +1900,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
1900
1900
|
_: 1
|
1901
1901
|
}, 8, ["aria-hidden", "style"]));
|
1902
1902
|
}
|
1903
|
-
}),
|
1903
|
+
}), ys = /* @__PURE__ */ b(re, [["__scopeId", "data-v-06e5f545"]]), w = (e) => (v("data-v-cfe5be6f"), e = e(), m(), e), ne = ["aria-hidden"], ae = {
|
1904
1904
|
key: 0,
|
1905
1905
|
"data-testid": "kui-icon-svg-title"
|
1906
1906
|
}, oe = /* @__PURE__ */ w(() => /* @__PURE__ */ o("path", {
|
@@ -2011,7 +2011,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2011
2011
|
_: 1
|
2012
2012
|
}, 8, ["aria-hidden", "style"]));
|
2013
2013
|
}
|
2014
|
-
}),
|
2014
|
+
}), vs = /* @__PURE__ */ b(le, [["__scopeId", "data-v-cfe5be6f"]]), S = (e) => (v("data-v-3641b124"), e = e(), m(), e), ce = ["aria-hidden"], ue = {
|
2015
2015
|
key: 0,
|
2016
2016
|
"data-testid": "kui-icon-svg-title"
|
2017
2017
|
}, fe = /* @__PURE__ */ S(() => /* @__PURE__ */ o("path", {
|
@@ -2178,7 +2178,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2178
2178
|
_: 1
|
2179
2179
|
}, 8, ["aria-hidden", "style"]));
|
2180
2180
|
}
|
2181
|
-
}),
|
2181
|
+
}), ms = /* @__PURE__ */ b(ye, [["__scopeId", "data-v-3641b124"]]), z = (e) => (v("data-v-e292fa75"), e = e(), m(), e), ve = ["aria-hidden"], me = {
|
2182
2182
|
key: 0,
|
2183
2183
|
"data-testid": "kui-icon-svg-title"
|
2184
2184
|
}, be = /* @__PURE__ */ z(() => /* @__PURE__ */ o("path", {
|
@@ -2289,10 +2289,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2289
2289
|
_: 1
|
2290
2290
|
}, 8, ["aria-hidden", "style"]));
|
2291
2291
|
}
|
2292
|
-
}),
|
2292
|
+
}), bs = /* @__PURE__ */ b(we, [["__scopeId", "data-v-e292fa75"]]), N = (e) => (v("data-v-e0ce7efc"), e = e(), m(), e), xe = ["aria-hidden"], $e = {
|
2293
2293
|
key: 0,
|
2294
2294
|
"data-testid": "kui-icon-svg-title"
|
2295
|
-
},
|
2295
|
+
}, Le = /* @__PURE__ */ N(() => /* @__PURE__ */ o("path", {
|
2296
2296
|
"clip-rule": "evenodd",
|
2297
2297
|
d: "M21.2379 12.2828C21.2379 11.5966 21.1763 10.9368 21.062 10.3034H11.9482V14.0466H17.1561C16.9318 15.2562 16.25 16.281 15.2251 16.9672V19.3952H18.3525C20.1823 17.7106 21.2379 15.2298 21.2379 12.2828Z",
|
2298
2298
|
fill: "#4285F4",
|
@@ -2398,8 +2398,8 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2398
2398
|
width: "100%",
|
2399
2399
|
xmlns: "http://www.w3.org/2000/svg"
|
2400
2400
|
}, [
|
2401
|
-
e.title ? (a(), l("title",
|
2402
|
-
|
2401
|
+
e.title ? (a(), l("title", $e, h(e.title), 1)) : y("", !0),
|
2402
|
+
Le,
|
2403
2403
|
_e,
|
2404
2404
|
ke,
|
2405
2405
|
Ie
|
@@ -2408,13 +2408,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2408
2408
|
_: 1
|
2409
2409
|
}, 8, ["aria-hidden", "style"]));
|
2410
2410
|
}
|
2411
|
-
}),
|
2411
|
+
}), Ss = /* @__PURE__ */ b(qe, [["__scopeId", "data-v-e0ce7efc"]]), He = (e) => (v("data-v-038101e6"), e = e(), m(), e), Me = ["aria-hidden"], Ze = {
|
2412
2412
|
key: 0,
|
2413
2413
|
"data-testid": "kui-icon-svg-title"
|
2414
2414
|
}, Be = /* @__PURE__ */ He(() => /* @__PURE__ */ o("path", {
|
2415
2415
|
d: "M16 19C15.5333 19 15.0792 18.9542 14.6375 18.8625C14.1958 18.7708 13.7667 18.6417 13.35 18.475C14.3333 17.575 15.1042 16.5708 15.6625 15.4625C16.2208 14.3542 16.5 13.2 16.5 12C16.5 10.8 16.2208 9.64583 15.6625 8.5375C15.1042 7.42917 14.3333 6.425 13.35 5.525C13.7667 5.35833 14.1958 5.22917 14.6375 5.1375C15.0792 5.04583 15.5333 5 16 5C17.95 5 19.6042 5.67917 20.9625 7.0375C22.3208 8.39583 23 10.05 23 12C23 13.95 22.3208 15.6042 20.9625 16.9625C19.6042 18.3208 17.95 19 16 19ZM12 17.75C11.0833 17.1167 10.3542 16.3 9.8125 15.3C9.27083 14.3 9 13.2 9 12C9 10.8 9.27083 9.7 9.8125 8.7C10.3542 7.7 11.0833 6.88333 12 6.25C12.9167 6.88333 13.6458 7.7 14.1875 8.7C14.7292 9.7 15 10.8 15 12C15 13.2 14.7292 14.3 14.1875 15.3C13.6458 16.3 12.9167 17.1167 12 17.75ZM8 19C6.05 19 4.39583 18.3208 3.0375 16.9625C1.67917 15.6042 1 13.95 1 12C1 10.05 1.67917 8.39583 3.0375 7.0375C4.39583 5.67917 6.05 5 8 5C8.46667 5 8.92083 5.04583 9.3625 5.1375C9.80417 5.22917 10.2333 5.35833 10.65 5.525C9.66667 6.425 8.89583 7.42917 8.3375 8.5375C7.77917 9.64583 7.5 10.8 7.5 12C7.5 13.3167 7.77083 14.5375 8.3125 15.6625C8.85417 16.7875 9.6 17.7417 10.55 18.525C10.15 18.675 9.7375 18.7917 9.3125 18.875C8.8875 18.9583 8.45 19 8 19Z",
|
2416
2416
|
fill: "#6F28FF"
|
2417
|
-
}, null, -1)),
|
2417
|
+
}, null, -1)), Ve = /* @__PURE__ */ u({
|
2418
2418
|
__name: "RuntimeCompositeIcon",
|
2419
2419
|
props: {
|
2420
2420
|
/** The accessibility text provided to screen readers */
|
@@ -2507,7 +2507,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2507
2507
|
_: 1
|
2508
2508
|
}, 8, ["aria-hidden", "style"]));
|
2509
2509
|
}
|
2510
|
-
}),
|
2510
|
+
}), zs = /* @__PURE__ */ b(Ve, [["__scopeId", "data-v-038101e6"]]), A = (e) => (v("data-v-d5267ae5"), e = e(), m(), e), Ee = ["aria-hidden"], Fe = {
|
2511
2511
|
key: 0,
|
2512
2512
|
"data-testid": "kui-icon-svg-title"
|
2513
2513
|
}, De = /* @__PURE__ */ A(() => /* @__PURE__ */ o("path", {
|
@@ -2614,7 +2614,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2614
2614
|
width: "100%",
|
2615
2615
|
xmlns: "http://www.w3.org/2000/svg"
|
2616
2616
|
}, [
|
2617
|
-
e.title ? (a(), l("title",
|
2617
|
+
e.title ? (a(), l("title", Fe, h(e.title), 1)) : y("", !0),
|
2618
2618
|
De,
|
2619
2619
|
Ae
|
2620
2620
|
], 8, Ee))
|
@@ -2622,7 +2622,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2622
2622
|
_: 1
|
2623
2623
|
}, 8, ["aria-hidden", "style"]));
|
2624
2624
|
}
|
2625
|
-
}),
|
2625
|
+
}), Ns = /* @__PURE__ */ b(Pe, [["__scopeId", "data-v-d5267ae5"]]), Re = (e) => (v("data-v-e0b33c2a"), e = e(), m(), e), Ue = ["aria-hidden"], Ge = {
|
2626
2626
|
key: 0,
|
2627
2627
|
"data-testid": "kui-icon-svg-title"
|
2628
2628
|
}, Te = /* @__PURE__ */ Re(() => /* @__PURE__ */ o("path", {
|
@@ -2723,7 +2723,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2723
2723
|
_: 1
|
2724
2724
|
}, 8, ["aria-hidden", "style"]));
|
2725
2725
|
}
|
2726
|
-
}),
|
2726
|
+
}), ws = /* @__PURE__ */ b(Oe, [["__scopeId", "data-v-e0b33c2a"]]), x = (e) => (v("data-v-9a2fe547"), e = e(), m(), e), We = ["aria-hidden"], je = {
|
2727
2727
|
key: 0,
|
2728
2728
|
"data-testid": "kui-icon-svg-title"
|
2729
2729
|
}, Ke = /* @__PURE__ */ x(() => /* @__PURE__ */ o("path", {
|
@@ -2830,7 +2830,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2830
2830
|
_: 1
|
2831
2831
|
}, 8, ["aria-hidden", "style"]));
|
2832
2832
|
}
|
2833
|
-
}),
|
2833
|
+
}), xs = /* @__PURE__ */ b(Qe, [["__scopeId", "data-v-9a2fe547"]]), Ye = (e) => (v("data-v-f8849834"), e = e(), m(), e), et = ["aria-hidden"], tt = {
|
2834
2834
|
key: 0,
|
2835
2835
|
"data-testid": "kui-icon-svg-title"
|
2836
2836
|
}, it = /* @__PURE__ */ Ye(() => /* @__PURE__ */ o("path", {
|
@@ -2929,7 +2929,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
2929
2929
|
_: 1
|
2930
2930
|
}, 8, ["aria-hidden", "style"]));
|
2931
2931
|
}
|
2932
|
-
}),
|
2932
|
+
}), $s = /* @__PURE__ */ b(rt, [["__scopeId", "data-v-f8849834"]]), nt = (e) => (v("data-v-748c9dfd"), e = e(), m(), e), at = ["aria-hidden"], ot = {
|
2933
2933
|
key: 0,
|
2934
2934
|
"data-testid": "kui-icon-svg-title"
|
2935
2935
|
}, st = /* @__PURE__ */ nt(() => /* @__PURE__ */ o("path", {
|
@@ -3028,7 +3028,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3028
3028
|
_: 1
|
3029
3029
|
}, 8, ["aria-hidden", "style"]));
|
3030
3030
|
}
|
3031
|
-
}),
|
3031
|
+
}), Ls = /* @__PURE__ */ b(dt, [["__scopeId", "data-v-748c9dfd"]]), lt = (e) => (v("data-v-69ac106f"), e = e(), m(), e), ct = ["aria-hidden"], ut = {
|
3032
3032
|
key: 0,
|
3033
3033
|
"data-testid": "kui-icon-svg-title"
|
3034
3034
|
}, ft = /* @__PURE__ */ lt(() => /* @__PURE__ */ o("path", {
|
@@ -3127,7 +3127,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3127
3127
|
_: 1
|
3128
3128
|
}, 8, ["aria-hidden", "style"]));
|
3129
3129
|
}
|
3130
|
-
}),
|
3130
|
+
}), _s = /* @__PURE__ */ b(gt, [["__scopeId", "data-v-69ac106f"]]), pt = (e) => (v("data-v-1a5a6e97"), e = e(), m(), e), Ct = ["aria-hidden"], ht = {
|
3131
3131
|
key: 0,
|
3132
3132
|
"data-testid": "kui-icon-svg-title"
|
3133
3133
|
}, yt = /* @__PURE__ */ pt(() => /* @__PURE__ */ o("path", {
|
@@ -3226,7 +3226,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3226
3226
|
_: 1
|
3227
3227
|
}, 8, ["aria-hidden", "style"]));
|
3228
3228
|
}
|
3229
|
-
}),
|
3229
|
+
}), ks = /* @__PURE__ */ b(vt, [["__scopeId", "data-v-1a5a6e97"]]), mt = (e) => (v("data-v-e019a4bc"), e = e(), m(), e), bt = ["aria-hidden"], St = {
|
3230
3230
|
key: 0,
|
3231
3231
|
"data-testid": "kui-icon-svg-title"
|
3232
3232
|
}, zt = /* @__PURE__ */ mt(() => /* @__PURE__ */ o("path", {
|
@@ -3325,10 +3325,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3325
3325
|
_: 1
|
3326
3326
|
}, 8, ["aria-hidden", "style"]));
|
3327
3327
|
}
|
3328
|
-
}),
|
3328
|
+
}), Is = /* @__PURE__ */ b(Nt, [["__scopeId", "data-v-e019a4bc"]]), wt = (e) => (v("data-v-b0ee6d35"), e = e(), m(), e), xt = ["aria-hidden"], $t = {
|
3329
3329
|
key: 0,
|
3330
3330
|
"data-testid": "kui-icon-svg-title"
|
3331
|
-
},
|
3331
|
+
}, Lt = /* @__PURE__ */ wt(() => /* @__PURE__ */ o("path", {
|
3332
3332
|
d: "M12 20L4 12L12 4L13.425 5.4L7.825 11H20V13H7.825L13.425 18.6L12 20Z",
|
3333
3333
|
fill: "currentColor"
|
3334
3334
|
}, null, -1)), _t = /* @__PURE__ */ u({
|
@@ -3417,14 +3417,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3417
3417
|
width: "100%",
|
3418
3418
|
xmlns: "http://www.w3.org/2000/svg"
|
3419
3419
|
}, [
|
3420
|
-
e.title ? (a(), l("title",
|
3421
|
-
|
3420
|
+
e.title ? (a(), l("title", $t, h(e.title), 1)) : y("", !0),
|
3421
|
+
Lt
|
3422
3422
|
], 8, xt))
|
3423
3423
|
]),
|
3424
3424
|
_: 1
|
3425
3425
|
}, 8, ["aria-hidden", "style"]));
|
3426
3426
|
}
|
3427
|
-
}),
|
3427
|
+
}), qs = /* @__PURE__ */ b(_t, [["__scopeId", "data-v-b0ee6d35"]]), kt = (e) => (v("data-v-eb844f53"), e = e(), m(), e), It = ["aria-hidden"], qt = {
|
3428
3428
|
key: 0,
|
3429
3429
|
"data-testid": "kui-icon-svg-title"
|
3430
3430
|
}, Ht = /* @__PURE__ */ kt(() => /* @__PURE__ */ o("path", {
|
@@ -3523,13 +3523,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3523
3523
|
_: 1
|
3524
3524
|
}, 8, ["aria-hidden", "style"]));
|
3525
3525
|
}
|
3526
|
-
}),
|
3526
|
+
}), Hs = /* @__PURE__ */ b(Mt, [["__scopeId", "data-v-eb844f53"]]), Zt = (e) => (v("data-v-2bab17d1"), e = e(), m(), e), Bt = ["aria-hidden"], Vt = {
|
3527
3527
|
key: 0,
|
3528
3528
|
"data-testid": "kui-icon-svg-title"
|
3529
3529
|
}, Et = /* @__PURE__ */ Zt(() => /* @__PURE__ */ o("path", {
|
3530
3530
|
d: "M11 20V7.825L5.4 13.425L4 12L12 4L20 12L18.6 13.425L13 7.825V20H11Z",
|
3531
3531
|
fill: "currentColor"
|
3532
|
-
}, null, -1)),
|
3532
|
+
}, null, -1)), Ft = /* @__PURE__ */ u({
|
3533
3533
|
__name: "ArrowUpIcon",
|
3534
3534
|
props: {
|
3535
3535
|
/** The accessibility text provided to screen readers */
|
@@ -3615,14 +3615,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3615
3615
|
width: "100%",
|
3616
3616
|
xmlns: "http://www.w3.org/2000/svg"
|
3617
3617
|
}, [
|
3618
|
-
e.title ? (a(), l("title",
|
3618
|
+
e.title ? (a(), l("title", Vt, h(e.title), 1)) : y("", !0),
|
3619
3619
|
Et
|
3620
3620
|
], 8, Bt))
|
3621
3621
|
]),
|
3622
3622
|
_: 1
|
3623
3623
|
}, 8, ["aria-hidden", "style"]));
|
3624
3624
|
}
|
3625
|
-
}),
|
3625
|
+
}), Ms = /* @__PURE__ */ b(Ft, [["__scopeId", "data-v-2bab17d1"]]), Dt = (e) => (v("data-v-fcbdc222"), e = e(), m(), e), At = ["aria-hidden"], Pt = {
|
3626
3626
|
key: 0,
|
3627
3627
|
"data-testid": "kui-icon-svg-title"
|
3628
3628
|
}, Rt = /* @__PURE__ */ Dt(() => /* @__PURE__ */ o("path", {
|
@@ -3721,7 +3721,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3721
3721
|
_: 1
|
3722
3722
|
}, 8, ["aria-hidden", "style"]));
|
3723
3723
|
}
|
3724
|
-
}),
|
3724
|
+
}), Zs = /* @__PURE__ */ b(Ut, [["__scopeId", "data-v-fcbdc222"]]), Gt = (e) => (v("data-v-16338993"), e = e(), m(), e), Tt = ["aria-hidden"], Ot = {
|
3725
3725
|
key: 0,
|
3726
3726
|
"data-testid": "kui-icon-svg-title"
|
3727
3727
|
}, Wt = /* @__PURE__ */ Gt(() => /* @__PURE__ */ o("path", {
|
@@ -3820,7 +3820,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3820
3820
|
_: 1
|
3821
3821
|
}, 8, ["aria-hidden", "style"]));
|
3822
3822
|
}
|
3823
|
-
}),
|
3823
|
+
}), Bs = /* @__PURE__ */ b(jt, [["__scopeId", "data-v-16338993"]]), Kt = (e) => (v("data-v-1cacd058"), e = e(), m(), e), Jt = ["aria-hidden"], Xt = {
|
3824
3824
|
key: 0,
|
3825
3825
|
"data-testid": "kui-icon-svg-title"
|
3826
3826
|
}, Qt = /* @__PURE__ */ Kt(() => /* @__PURE__ */ o("path", {
|
@@ -3919,7 +3919,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
3919
3919
|
_: 1
|
3920
3920
|
}, 8, ["aria-hidden", "style"]));
|
3921
3921
|
}
|
3922
|
-
}),
|
3922
|
+
}), Vs = /* @__PURE__ */ b(Yt, [["__scopeId", "data-v-1cacd058"]]), ei = (e) => (v("data-v-fb11eeb0"), e = e(), m(), e), ti = ["aria-hidden"], ii = {
|
3923
3923
|
key: 0,
|
3924
3924
|
"data-testid": "kui-icon-svg-title"
|
3925
3925
|
}, ri = /* @__PURE__ */ ei(() => /* @__PURE__ */ o("path", {
|
@@ -4018,7 +4018,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4018
4018
|
_: 1
|
4019
4019
|
}, 8, ["aria-hidden", "style"]));
|
4020
4020
|
}
|
4021
|
-
}),
|
4021
|
+
}), Es = /* @__PURE__ */ b(ni, [["__scopeId", "data-v-fb11eeb0"]]), ai = (e) => (v("data-v-99d4aa7a"), e = e(), m(), e), oi = ["aria-hidden"], si = {
|
4022
4022
|
key: 0,
|
4023
4023
|
"data-testid": "kui-icon-svg-title"
|
4024
4024
|
}, di = /* @__PURE__ */ ai(() => /* @__PURE__ */ o("path", {
|
@@ -4117,7 +4117,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4117
4117
|
_: 1
|
4118
4118
|
}, 8, ["aria-hidden", "style"]));
|
4119
4119
|
}
|
4120
|
-
}),
|
4120
|
+
}), Fs = /* @__PURE__ */ b(li, [["__scopeId", "data-v-99d4aa7a"]]), ci = (e) => (v("data-v-ea73eeea"), e = e(), m(), e), ui = ["aria-hidden"], fi = {
|
4121
4121
|
key: 0,
|
4122
4122
|
"data-testid": "kui-icon-svg-title"
|
4123
4123
|
}, gi = /* @__PURE__ */ ci(() => /* @__PURE__ */ o("path", {
|
@@ -4216,7 +4216,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4216
4216
|
_: 1
|
4217
4217
|
}, 8, ["aria-hidden", "style"]));
|
4218
4218
|
}
|
4219
|
-
}),
|
4219
|
+
}), Ds = /* @__PURE__ */ b(pi, [["__scopeId", "data-v-ea73eeea"]]), Ci = (e) => (v("data-v-16ece413"), e = e(), m(), e), hi = ["aria-hidden"], yi = {
|
4220
4220
|
key: 0,
|
4221
4221
|
"data-testid": "kui-icon-svg-title"
|
4222
4222
|
}, vi = /* @__PURE__ */ Ci(() => /* @__PURE__ */ o("path", {
|
@@ -4315,7 +4315,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4315
4315
|
_: 1
|
4316
4316
|
}, 8, ["aria-hidden", "style"]));
|
4317
4317
|
}
|
4318
|
-
}),
|
4318
|
+
}), As = /* @__PURE__ */ b(mi, [["__scopeId", "data-v-16ece413"]]), bi = (e) => (v("data-v-39d0a3ad"), e = e(), m(), e), Si = ["aria-hidden"], zi = {
|
4319
4319
|
key: 0,
|
4320
4320
|
"data-testid": "kui-icon-svg-title"
|
4321
4321
|
}, Ni = /* @__PURE__ */ bi(() => /* @__PURE__ */ o("path", {
|
@@ -4414,7 +4414,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4414
4414
|
_: 1
|
4415
4415
|
}, 8, ["aria-hidden", "style"]));
|
4416
4416
|
}
|
4417
|
-
}),
|
4417
|
+
}), Ps = /* @__PURE__ */ b(wi, [["__scopeId", "data-v-39d0a3ad"]]), xi = (e) => (v("data-v-d5cc3451"), e = e(), m(), e), $i = ["aria-hidden"], Li = {
|
4418
4418
|
key: 0,
|
4419
4419
|
"data-testid": "kui-icon-svg-title"
|
4420
4420
|
}, _i = /* @__PURE__ */ xi(() => /* @__PURE__ */ o("path", {
|
@@ -4506,14 +4506,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4506
4506
|
width: "100%",
|
4507
4507
|
xmlns: "http://www.w3.org/2000/svg"
|
4508
4508
|
}, [
|
4509
|
-
e.title ? (a(), l("title",
|
4509
|
+
e.title ? (a(), l("title", Li, h(e.title), 1)) : y("", !0),
|
4510
4510
|
_i
|
4511
|
-
], 8,
|
4511
|
+
], 8, $i))
|
4512
4512
|
]),
|
4513
4513
|
_: 1
|
4514
4514
|
}, 8, ["aria-hidden", "style"]));
|
4515
4515
|
}
|
4516
|
-
}),
|
4516
|
+
}), Rs = /* @__PURE__ */ b(ki, [["__scopeId", "data-v-d5cc3451"]]), Ii = (e) => (v("data-v-59cb49e1"), e = e(), m(), e), qi = ["aria-hidden"], Hi = {
|
4517
4517
|
key: 0,
|
4518
4518
|
"data-testid": "kui-icon-svg-title"
|
4519
4519
|
}, Mi = /* @__PURE__ */ Ii(() => /* @__PURE__ */ o("path", {
|
@@ -4612,10 +4612,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4612
4612
|
_: 1
|
4613
4613
|
}, 8, ["aria-hidden", "style"]));
|
4614
4614
|
}
|
4615
|
-
}),
|
4615
|
+
}), Us = /* @__PURE__ */ b(Zi, [["__scopeId", "data-v-59cb49e1"]]), Bi = (e) => (v("data-v-886927d3"), e = e(), m(), e), Vi = ["aria-hidden"], Ei = {
|
4616
4616
|
key: 0,
|
4617
4617
|
"data-testid": "kui-icon-svg-title"
|
4618
|
-
},
|
4618
|
+
}, Fi = /* @__PURE__ */ Bi(() => /* @__PURE__ */ o("path", {
|
4619
4619
|
d: "M7.4 16L10.45 12.95L12.45 14.95L16 11.425V13H18V8H13V10H14.575L12.45 12.125L10.45 10.125L6 14.6L7.4 16ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
4620
4620
|
fill: "currentColor"
|
4621
4621
|
}, null, -1)), Di = /* @__PURE__ */ u({
|
@@ -4705,13 +4705,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4705
4705
|
xmlns: "http://www.w3.org/2000/svg"
|
4706
4706
|
}, [
|
4707
4707
|
e.title ? (a(), l("title", Ei, h(e.title), 1)) : y("", !0),
|
4708
|
-
|
4709
|
-
], 8,
|
4708
|
+
Fi
|
4709
|
+
], 8, Vi))
|
4710
4710
|
]),
|
4711
4711
|
_: 1
|
4712
4712
|
}, 8, ["aria-hidden", "style"]));
|
4713
4713
|
}
|
4714
|
-
}),
|
4714
|
+
}), Gs = /* @__PURE__ */ b(Di, [["__scopeId", "data-v-886927d3"]]), Ai = (e) => (v("data-v-8928f2da"), e = e(), m(), e), Pi = ["aria-hidden"], Ri = {
|
4715
4715
|
key: 0,
|
4716
4716
|
"data-testid": "kui-icon-svg-title"
|
4717
4717
|
}, Ui = /* @__PURE__ */ Ai(() => /* @__PURE__ */ o("path", {
|
@@ -4810,7 +4810,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4810
4810
|
_: 1
|
4811
4811
|
}, 8, ["aria-hidden", "style"]));
|
4812
4812
|
}
|
4813
|
-
}),
|
4813
|
+
}), Ts = /* @__PURE__ */ b(Gi, [["__scopeId", "data-v-8928f2da"]]), Ti = (e) => (v("data-v-10e62bd2"), e = e(), m(), e), Oi = ["aria-hidden"], Wi = {
|
4814
4814
|
key: 0,
|
4815
4815
|
"data-testid": "kui-icon-svg-title"
|
4816
4816
|
}, ji = /* @__PURE__ */ Ti(() => /* @__PURE__ */ o("path", {
|
@@ -4909,7 +4909,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
4909
4909
|
_: 1
|
4910
4910
|
}, 8, ["aria-hidden", "style"]));
|
4911
4911
|
}
|
4912
|
-
}),
|
4912
|
+
}), Os = /* @__PURE__ */ b(Ki, [["__scopeId", "data-v-10e62bd2"]]), Ji = (e) => (v("data-v-09aaa1e5"), e = e(), m(), e), Xi = ["aria-hidden"], Qi = {
|
4913
4913
|
key: 0,
|
4914
4914
|
"data-testid": "kui-icon-svg-title"
|
4915
4915
|
}, Yi = /* @__PURE__ */ Ji(() => /* @__PURE__ */ o("path", {
|
@@ -5008,7 +5008,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5008
5008
|
_: 1
|
5009
5009
|
}, 8, ["aria-hidden", "style"]));
|
5010
5010
|
}
|
5011
|
-
}),
|
5011
|
+
}), Ws = /* @__PURE__ */ b(e2, [["__scopeId", "data-v-09aaa1e5"]]), t2 = (e) => (v("data-v-87576f31"), e = e(), m(), e), i2 = ["aria-hidden"], r2 = {
|
5012
5012
|
key: 0,
|
5013
5013
|
"data-testid": "kui-icon-svg-title"
|
5014
5014
|
}, n2 = /* @__PURE__ */ t2(() => /* @__PURE__ */ o("path", {
|
@@ -5107,7 +5107,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5107
5107
|
_: 1
|
5108
5108
|
}, 8, ["aria-hidden", "style"]));
|
5109
5109
|
}
|
5110
|
-
}),
|
5110
|
+
}), js = /* @__PURE__ */ b(a2, [["__scopeId", "data-v-87576f31"]]), o2 = (e) => (v("data-v-c0f50799"), e = e(), m(), e), s2 = ["aria-hidden"], d2 = {
|
5111
5111
|
key: 0,
|
5112
5112
|
"data-testid": "kui-icon-svg-title"
|
5113
5113
|
}, l2 = /* @__PURE__ */ o2(() => /* @__PURE__ */ o("path", {
|
@@ -5206,7 +5206,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5206
5206
|
_: 1
|
5207
5207
|
}, 8, ["aria-hidden", "style"]));
|
5208
5208
|
}
|
5209
|
-
}),
|
5209
|
+
}), Ks = /* @__PURE__ */ b(c2, [["__scopeId", "data-v-c0f50799"]]), u2 = (e) => (v("data-v-dcfe25c2"), e = e(), m(), e), f2 = ["aria-hidden"], g2 = {
|
5210
5210
|
key: 0,
|
5211
5211
|
"data-testid": "kui-icon-svg-title"
|
5212
5212
|
}, p2 = /* @__PURE__ */ u2(() => /* @__PURE__ */ o("path", {
|
@@ -5305,7 +5305,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5305
5305
|
_: 1
|
5306
5306
|
}, 8, ["aria-hidden", "style"]));
|
5307
5307
|
}
|
5308
|
-
}),
|
5308
|
+
}), Js = /* @__PURE__ */ b(C2, [["__scopeId", "data-v-dcfe25c2"]]), h2 = (e) => (v("data-v-aa96fe93"), e = e(), m(), e), y2 = ["aria-hidden"], v2 = {
|
5309
5309
|
key: 0,
|
5310
5310
|
"data-testid": "kui-icon-svg-title"
|
5311
5311
|
}, m2 = /* @__PURE__ */ h2(() => /* @__PURE__ */ o("path", {
|
@@ -5404,7 +5404,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5404
5404
|
_: 1
|
5405
5405
|
}, 8, ["aria-hidden", "style"]));
|
5406
5406
|
}
|
5407
|
-
}),
|
5407
|
+
}), Xs = /* @__PURE__ */ b(b2, [["__scopeId", "data-v-aa96fe93"]]), S2 = (e) => (v("data-v-bef57402"), e = e(), m(), e), z2 = ["aria-hidden"], N2 = {
|
5408
5408
|
key: 0,
|
5409
5409
|
"data-testid": "kui-icon-svg-title"
|
5410
5410
|
}, w2 = /* @__PURE__ */ S2(() => /* @__PURE__ */ o("path", {
|
@@ -5503,10 +5503,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5503
5503
|
_: 1
|
5504
5504
|
}, 8, ["aria-hidden", "style"]));
|
5505
5505
|
}
|
5506
|
-
}),
|
5506
|
+
}), Qs = /* @__PURE__ */ b(x2, [["__scopeId", "data-v-bef57402"]]), $2 = (e) => (v("data-v-897f0ba7"), e = e(), m(), e), L2 = ["aria-hidden"], _2 = {
|
5507
5507
|
key: 0,
|
5508
5508
|
"data-testid": "kui-icon-svg-title"
|
5509
|
-
}, k2 = /* @__PURE__ */
|
5509
|
+
}, k2 = /* @__PURE__ */ $2(() => /* @__PURE__ */ o("path", {
|
5510
5510
|
d: "M8.4 17L12 13.4L15.6 17L17 15.6L13.4 12L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4L10.6 12L7 15.6L8.4 17ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z",
|
5511
5511
|
fill: "currentColor"
|
5512
5512
|
}, null, -1)), I2 = /* @__PURE__ */ u({
|
@@ -5597,12 +5597,12 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5597
5597
|
}, [
|
5598
5598
|
e.title ? (a(), l("title", _2, h(e.title), 1)) : y("", !0),
|
5599
5599
|
k2
|
5600
|
-
], 8,
|
5600
|
+
], 8, L2))
|
5601
5601
|
]),
|
5602
5602
|
_: 1
|
5603
5603
|
}, 8, ["aria-hidden", "style"]));
|
5604
5604
|
}
|
5605
|
-
}),
|
5605
|
+
}), Ys = /* @__PURE__ */ b(I2, [["__scopeId", "data-v-897f0ba7"]]), q2 = (e) => (v("data-v-731144a7"), e = e(), m(), e), H2 = ["aria-hidden"], M2 = {
|
5606
5606
|
key: 0,
|
5607
5607
|
"data-testid": "kui-icon-svg-title"
|
5608
5608
|
}, Z2 = /* @__PURE__ */ q2(() => /* @__PURE__ */ o("path", {
|
@@ -5701,10 +5701,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5701
5701
|
_: 1
|
5702
5702
|
}, 8, ["aria-hidden", "style"]));
|
5703
5703
|
}
|
5704
|
-
}),
|
5704
|
+
}), e4 = /* @__PURE__ */ b(B2, [["__scopeId", "data-v-731144a7"]]), V2 = (e) => (v("data-v-53d77cb3"), e = e(), m(), e), E2 = ["aria-hidden"], F2 = {
|
5705
5705
|
key: 0,
|
5706
5706
|
"data-testid": "kui-icon-svg-title"
|
5707
|
-
}, D2 = /* @__PURE__ */
|
5707
|
+
}, D2 = /* @__PURE__ */ V2(() => /* @__PURE__ */ o("path", {
|
5708
5708
|
d: "M15.3 16.7L16.7 15.3L13 11.6V7H11V12.4L15.3 16.7ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20Z",
|
5709
5709
|
fill: "currentColor"
|
5710
5710
|
}, null, -1)), A2 = /* @__PURE__ */ u({
|
@@ -5793,14 +5793,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5793
5793
|
width: "100%",
|
5794
5794
|
xmlns: "http://www.w3.org/2000/svg"
|
5795
5795
|
}, [
|
5796
|
-
e.title ? (a(), l("title",
|
5796
|
+
e.title ? (a(), l("title", F2, h(e.title), 1)) : y("", !0),
|
5797
5797
|
D2
|
5798
5798
|
], 8, E2))
|
5799
5799
|
]),
|
5800
5800
|
_: 1
|
5801
5801
|
}, 8, ["aria-hidden", "style"]));
|
5802
5802
|
}
|
5803
|
-
}),
|
5803
|
+
}), t4 = /* @__PURE__ */ b(A2, [["__scopeId", "data-v-53d77cb3"]]), P2 = (e) => (v("data-v-8d476ed1"), e = e(), m(), e), R2 = ["aria-hidden"], U2 = {
|
5804
5804
|
key: 0,
|
5805
5805
|
"data-testid": "kui-icon-svg-title"
|
5806
5806
|
}, G2 = /* @__PURE__ */ P2(() => /* @__PURE__ */ o("path", {
|
@@ -5899,7 +5899,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5899
5899
|
_: 1
|
5900
5900
|
}, 8, ["aria-hidden", "style"]));
|
5901
5901
|
}
|
5902
|
-
}),
|
5902
|
+
}), i4 = /* @__PURE__ */ b(T2, [["__scopeId", "data-v-8d476ed1"]]), O2 = (e) => (v("data-v-7a75792f"), e = e(), m(), e), W2 = ["aria-hidden"], j2 = {
|
5903
5903
|
key: 0,
|
5904
5904
|
"data-testid": "kui-icon-svg-title"
|
5905
5905
|
}, K2 = /* @__PURE__ */ O2(() => /* @__PURE__ */ o("path", {
|
@@ -5998,13 +5998,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
5998
5998
|
_: 1
|
5999
5999
|
}, 8, ["aria-hidden", "style"]));
|
6000
6000
|
}
|
6001
|
-
}),
|
6001
|
+
}), r4 = /* @__PURE__ */ b(J2, [["__scopeId", "data-v-7a75792f"]]), X2 = (e) => (v("data-v-ed0c8ce4"), e = e(), m(), e), Q2 = ["aria-hidden"], Y2 = {
|
6002
6002
|
key: 0,
|
6003
6003
|
"data-testid": "kui-icon-svg-title"
|
6004
|
-
},
|
6004
|
+
}, er = /* @__PURE__ */ X2(() => /* @__PURE__ */ o("path", {
|
6005
6005
|
d: "M6.5 20C4.98333 20 3.6875 19.475 2.6125 18.425C1.5375 17.375 1 16.0917 1 14.575C1 13.275 1.39167 12.1167 2.175 11.1C2.95833 10.0833 3.98333 9.43333 5.25 9.15C5.66667 7.61667 6.5 6.375 7.75 5.425C9 4.475 10.4167 4 12 4C13.95 4 15.6042 4.67917 16.9625 6.0375C18.3208 7.39583 19 9.05 19 11C20.15 11.1333 21.1042 11.6292 21.8625 12.4875C22.6208 13.3458 23 14.35 23 15.5C23 16.75 22.5625 17.8125 21.6875 18.6875C20.8125 19.5625 19.75 20 18.5 20H6.5ZM6.5 18H18.5C19.2 18 19.7917 17.7583 20.275 17.275C20.7583 16.7917 21 16.2 21 15.5C21 14.8 20.7583 14.2083 20.275 13.725C19.7917 13.2417 19.2 13 18.5 13H17V11C17 9.61667 16.5125 8.4375 15.5375 7.4625C14.5625 6.4875 13.3833 6 12 6C10.6167 6 9.4375 6.4875 8.4625 7.4625C7.4875 8.4375 7 9.61667 7 11H6.5C5.53333 11 4.70833 11.3417 4.025 12.025C3.34167 12.7083 3 13.5333 3 14.5C3 15.4667 3.34167 16.2917 4.025 16.975C4.70833 17.6583 5.53333 18 6.5 18Z",
|
6006
6006
|
fill: "currentColor"
|
6007
|
-
}, null, -1)),
|
6007
|
+
}, null, -1)), tr = /* @__PURE__ */ u({
|
6008
6008
|
__name: "CloudIcon",
|
6009
6009
|
props: {
|
6010
6010
|
/** The accessibility text provided to screen readers */
|
@@ -6091,19 +6091,19 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6091
6091
|
xmlns: "http://www.w3.org/2000/svg"
|
6092
6092
|
}, [
|
6093
6093
|
e.title ? (a(), l("title", Y2, h(e.title), 1)) : y("", !0),
|
6094
|
-
|
6094
|
+
er
|
6095
6095
|
], 8, Q2))
|
6096
6096
|
]),
|
6097
6097
|
_: 1
|
6098
6098
|
}, 8, ["aria-hidden", "style"]));
|
6099
6099
|
}
|
6100
|
-
}),
|
6100
|
+
}), n4 = /* @__PURE__ */ b(tr, [["__scopeId", "data-v-ed0c8ce4"]]), ir = (e) => (v("data-v-e2f1564b"), e = e(), m(), e), rr = ["aria-hidden"], nr = {
|
6101
6101
|
key: 0,
|
6102
6102
|
"data-testid": "kui-icon-svg-title"
|
6103
|
-
},
|
6103
|
+
}, ar = /* @__PURE__ */ ir(() => /* @__PURE__ */ o("path", {
|
6104
6104
|
d: "M4.82499 12.025L8.69999 15.9C8.88332 16.0833 8.97499 16.3167 8.97499 16.6C8.97499 16.8833 8.88332 17.1167 8.69999 17.3C8.51665 17.4833 8.28332 17.575 7.99999 17.575C7.71665 17.575 7.48332 17.4833 7.29999 17.3L2.69999 12.7C2.59999 12.6 2.52915 12.4917 2.48749 12.375C2.44582 12.2583 2.42499 12.1333 2.42499 12C2.42499 11.8667 2.44582 11.7417 2.48749 11.625C2.52915 11.5083 2.59999 11.4 2.69999 11.3L7.29999 6.7C7.49999 6.5 7.73749 6.4 8.01249 6.4C8.28749 6.4 8.52499 6.5 8.72499 6.7C8.92499 6.9 9.02499 7.1375 9.02499 7.4125C9.02499 7.6875 8.92499 7.925 8.72499 8.125L4.82499 12.025ZM19.175 11.975L15.3 8.1C15.1167 7.91667 15.025 7.68333 15.025 7.4C15.025 7.11667 15.1167 6.88333 15.3 6.7C15.4833 6.51667 15.7167 6.425 16 6.425C16.2833 6.425 16.5167 6.51667 16.7 6.7L21.3 11.3C21.4 11.4 21.4708 11.5083 21.5125 11.625C21.5542 11.7417 21.575 11.8667 21.575 12C21.575 12.1333 21.5542 12.2583 21.5125 12.375C21.4708 12.4917 21.4 12.6 21.3 12.7L16.7 17.3C16.5 17.5 16.2667 17.5958 16 17.5875C15.7333 17.5792 15.5 17.475 15.3 17.275C15.1 17.075 15 16.8375 15 16.5625C15 16.2875 15.1 16.05 15.3 15.85L19.175 11.975Z",
|
6105
6105
|
fill: "currentColor"
|
6106
|
-
}, null, -1)),
|
6106
|
+
}, null, -1)), or = /* @__PURE__ */ u({
|
6107
6107
|
__name: "CodeIcon",
|
6108
6108
|
props: {
|
6109
6109
|
/** The accessibility text provided to screen readers */
|
@@ -6189,20 +6189,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6189
6189
|
width: "100%",
|
6190
6190
|
xmlns: "http://www.w3.org/2000/svg"
|
6191
6191
|
}, [
|
6192
|
-
e.title ? (a(), l("title",
|
6193
|
-
|
6194
|
-
], 8,
|
6192
|
+
e.title ? (a(), l("title", nr, h(e.title), 1)) : y("", !0),
|
6193
|
+
ar
|
6194
|
+
], 8, rr))
|
6195
6195
|
]),
|
6196
6196
|
_: 1
|
6197
6197
|
}, 8, ["aria-hidden", "style"]));
|
6198
6198
|
}
|
6199
|
-
}),
|
6199
|
+
}), a4 = /* @__PURE__ */ b(or, [["__scopeId", "data-v-e2f1564b"]]), sr = (e) => (v("data-v-8b259b9a"), e = e(), m(), e), dr = ["aria-hidden"], lr = {
|
6200
6200
|
key: 0,
|
6201
6201
|
"data-testid": "kui-icon-svg-title"
|
6202
|
-
},
|
6202
|
+
}, cr = /* @__PURE__ */ sr(() => /* @__PURE__ */ o("path", {
|
6203
6203
|
d: "M8.825 12L10.3 10.525C10.5 10.325 10.6 10.0917 10.6 9.825C10.6 9.55833 10.5 9.325 10.3 9.125C10.1 8.925 9.8625 8.825 9.5875 8.825C9.3125 8.825 9.075 8.925 8.875 9.125L6.7 11.3C6.6 11.4 6.52917 11.5083 6.4875 11.625C6.44583 11.7417 6.425 11.8667 6.425 12C6.425 12.1333 6.44583 12.2583 6.4875 12.375C6.52917 12.4917 6.6 12.6 6.7 12.7L8.875 14.875C9.075 15.075 9.3125 15.175 9.5875 15.175C9.8625 15.175 10.1 15.075 10.3 14.875C10.5 14.675 10.6 14.4417 10.6 14.175C10.6 13.9083 10.5 13.675 10.3 13.475L8.825 12ZM15.175 12L13.7 13.475C13.5 13.675 13.4 13.9083 13.4 14.175C13.4 14.4417 13.5 14.675 13.7 14.875C13.9 15.075 14.1375 15.175 14.4125 15.175C14.6875 15.175 14.925 15.075 15.125 14.875L17.3 12.7C17.4 12.6 17.4708 12.4917 17.5125 12.375C17.5542 12.2583 17.575 12.1333 17.575 12C17.575 11.8667 17.5542 11.7417 17.5125 11.625C17.4708 11.5083 17.4 11.4 17.3 11.3L15.125 9.125C15.025 9.025 14.9125 8.95 14.7875 8.9C14.6625 8.85 14.5375 8.825 14.4125 8.825C14.2875 8.825 14.1625 8.85 14.0375 8.9C13.9125 8.95 13.8 9.025 13.7 9.125C13.5 9.325 13.4 9.55833 13.4 9.825C13.4 10.0917 13.5 10.325 13.7 10.525L15.175 12ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
6204
6204
|
fill: "currentColor"
|
6205
|
-
}, null, -1)),
|
6205
|
+
}, null, -1)), ur = /* @__PURE__ */ u({
|
6206
6206
|
__name: "CodeblockIcon",
|
6207
6207
|
props: {
|
6208
6208
|
/** The accessibility text provided to screen readers */
|
@@ -6288,20 +6288,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6288
6288
|
width: "100%",
|
6289
6289
|
xmlns: "http://www.w3.org/2000/svg"
|
6290
6290
|
}, [
|
6291
|
-
e.title ? (a(), l("title",
|
6292
|
-
|
6293
|
-
], 8,
|
6291
|
+
e.title ? (a(), l("title", lr, h(e.title), 1)) : y("", !0),
|
6292
|
+
cr
|
6293
|
+
], 8, dr))
|
6294
6294
|
]),
|
6295
6295
|
_: 1
|
6296
6296
|
}, 8, ["aria-hidden", "style"]));
|
6297
6297
|
}
|
6298
|
-
}),
|
6298
|
+
}), o4 = /* @__PURE__ */ b(ur, [["__scopeId", "data-v-8b259b9a"]]), fr = (e) => (v("data-v-15916daa"), e = e(), m(), e), gr = ["aria-hidden"], pr = {
|
6299
6299
|
key: 0,
|
6300
6300
|
"data-testid": "kui-icon-svg-title"
|
6301
|
-
},
|
6301
|
+
}, Cr = /* @__PURE__ */ fr(() => /* @__PURE__ */ o("path", {
|
6302
6302
|
d: "M17.0002 22V12C17.2669 12 17.5252 12.0208 17.7752 12.0625C18.0252 12.1042 18.2669 12.1667 18.5002 12.25V21.75C18.2669 21.8333 18.0252 21.8958 17.7752 21.9375C17.5252 21.9792 17.2669 22 17.0002 22ZM14.5002 21.3V12.7C14.7335 12.5667 14.971 12.4458 15.2127 12.3375C15.4544 12.2292 15.7169 12.15 16.0002 12.1V21.9C15.7169 21.85 15.4544 21.7708 15.2127 21.6625C14.971 21.5542 14.7335 21.4333 14.5002 21.3ZM19.5002 21.3V12.7C20.2502 13.1333 20.8544 13.725 21.3127 14.475C21.771 15.225 22.0002 16.0667 22.0002 17C22.0002 17.9333 21.771 18.775 21.3127 19.525C20.8544 20.275 20.2502 20.8667 19.5002 21.3ZM13.5002 20.55C13.0335 20.1 12.6669 19.5708 12.4002 18.9625C12.1335 18.3542 12.0002 17.7 12.0002 17C12.0002 16.3 12.1335 15.6417 12.4002 15.025C12.6669 14.4083 13.0335 13.875 13.5002 13.425V20.55ZM9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.04603 5.61667 8.2377 5.5C8.42936 5.38333 8.63353 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L20.2002 10.775C19.7002 10.525 19.1835 10.3333 18.6502 10.2C18.1169 10.0667 17.5669 10 17.0002 10C16.6669 10 16.346 10.0292 16.0377 10.0875C15.7294 10.1458 15.4169 10.2167 15.1002 10.3C14.7835 9.75 14.3544 9.3125 13.8127 8.9875C13.271 8.6625 12.6835 8.5 12.0502 8.5C11.0835 8.5 10.2585 8.84167 9.5752 9.525C8.89186 10.2083 8.5502 11.0333 8.5502 12C8.5502 12.6333 8.70436 13.2167 9.0127 13.75C9.32103 14.2833 9.74186 14.7083 10.2752 15.025C10.1752 15.3583 10.1044 15.7042 10.0627 16.0625C10.021 16.4208 10.0002 16.775 10.0002 17.125C10.0169 18.0583 10.2044 18.9458 10.5627 19.7875C10.921 20.6292 11.4335 21.3667 12.1002 22H9.2502Z",
|
6303
6303
|
fill: "currentColor"
|
6304
|
-
}, null, -1)),
|
6304
|
+
}, null, -1)), hr = /* @__PURE__ */ u({
|
6305
6305
|
__name: "CogModeIcon",
|
6306
6306
|
props: {
|
6307
6307
|
/** The accessibility text provided to screen readers */
|
@@ -6387,20 +6387,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6387
6387
|
width: "100%",
|
6388
6388
|
xmlns: "http://www.w3.org/2000/svg"
|
6389
6389
|
}, [
|
6390
|
-
e.title ? (a(), l("title",
|
6391
|
-
|
6392
|
-
], 8,
|
6390
|
+
e.title ? (a(), l("title", pr, h(e.title), 1)) : y("", !0),
|
6391
|
+
Cr
|
6392
|
+
], 8, gr))
|
6393
6393
|
]),
|
6394
6394
|
_: 1
|
6395
6395
|
}, 8, ["aria-hidden", "style"]));
|
6396
6396
|
}
|
6397
|
-
}),
|
6397
|
+
}), s4 = /* @__PURE__ */ b(hr, [["__scopeId", "data-v-15916daa"]]), yr = (e) => (v("data-v-91544229"), e = e(), m(), e), vr = ["aria-hidden"], mr = {
|
6398
6398
|
key: 0,
|
6399
6399
|
"data-testid": "kui-icon-svg-title"
|
6400
|
-
},
|
6400
|
+
}, br = /* @__PURE__ */ yr(() => /* @__PURE__ */ o("path", {
|
6401
6401
|
d: "M9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.0502 5.61667 8.2502 5.5C8.4502 5.38333 8.6502 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L19.4752 11.325C19.4919 11.4417 19.5002 11.5542 19.5002 11.6625V12.3375C19.5002 12.4458 19.4835 12.5583 19.4502 12.675L22.0252 14.625L19.2752 19.375L16.3252 18.125C16.1419 18.2583 15.9502 18.3833 15.7502 18.5C15.5502 18.6167 15.3502 18.7167 15.1502 18.8L14.7502 22H9.2502ZM12.0502 15.5C13.0169 15.5 13.8419 15.1583 14.5252 14.475C15.2085 13.7917 15.5502 12.9667 15.5502 12C15.5502 11.0333 15.2085 10.2083 14.5252 9.525C13.8419 8.84167 13.0169 8.5 12.0502 8.5C11.0669 8.5 10.2377 8.84167 9.5627 9.525C8.8877 10.2083 8.5502 11.0333 8.5502 12C8.5502 12.9667 8.8877 13.7917 9.5627 14.475C10.2377 15.1583 11.0669 15.5 12.0502 15.5Z",
|
6402
6402
|
fill: "currentColor"
|
6403
|
-
}, null, -1)),
|
6403
|
+
}, null, -1)), Sr = /* @__PURE__ */ u({
|
6404
6404
|
__name: "CogIcon",
|
6405
6405
|
props: {
|
6406
6406
|
/** The accessibility text provided to screen readers */
|
@@ -6486,20 +6486,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6486
6486
|
width: "100%",
|
6487
6487
|
xmlns: "http://www.w3.org/2000/svg"
|
6488
6488
|
}, [
|
6489
|
-
e.title ? (a(), l("title",
|
6490
|
-
|
6491
|
-
], 8,
|
6489
|
+
e.title ? (a(), l("title", mr, h(e.title), 1)) : y("", !0),
|
6490
|
+
br
|
6491
|
+
], 8, vr))
|
6492
6492
|
]),
|
6493
6493
|
_: 1
|
6494
6494
|
}, 8, ["aria-hidden", "style"]));
|
6495
6495
|
}
|
6496
|
-
}),
|
6496
|
+
}), d4 = /* @__PURE__ */ b(Sr, [["__scopeId", "data-v-91544229"]]), zr = (e) => (v("data-v-be4d60c7"), e = e(), m(), e), Nr = ["aria-hidden"], wr = {
|
6497
6497
|
key: 0,
|
6498
6498
|
"data-testid": "kui-icon-svg-title"
|
6499
|
-
},
|
6499
|
+
}, xr = /* @__PURE__ */ zr(() => /* @__PURE__ */ o("path", {
|
6500
6500
|
d: "M16.5 16V8L12.5 12L16.5 16ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z",
|
6501
6501
|
fill: "currentColor"
|
6502
|
-
}, null, -1)),
|
6502
|
+
}, null, -1)), $r = /* @__PURE__ */ u({
|
6503
6503
|
__name: "CollapsePanelIcon",
|
6504
6504
|
props: {
|
6505
6505
|
/** The accessibility text provided to screen readers */
|
@@ -6585,20 +6585,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6585
6585
|
width: "100%",
|
6586
6586
|
xmlns: "http://www.w3.org/2000/svg"
|
6587
6587
|
}, [
|
6588
|
-
e.title ? (a(), l("title",
|
6589
|
-
|
6590
|
-
], 8,
|
6588
|
+
e.title ? (a(), l("title", wr, h(e.title), 1)) : y("", !0),
|
6589
|
+
xr
|
6590
|
+
], 8, Nr))
|
6591
6591
|
]),
|
6592
6592
|
_: 1
|
6593
6593
|
}, 8, ["aria-hidden", "style"]));
|
6594
6594
|
}
|
6595
|
-
}),
|
6595
|
+
}), l4 = /* @__PURE__ */ b($r, [["__scopeId", "data-v-be4d60c7"]]), Lr = (e) => (v("data-v-45a4689d"), e = e(), m(), e), _r = ["aria-hidden"], kr = {
|
6596
6596
|
key: 0,
|
6597
6597
|
"data-testid": "kui-icon-svg-title"
|
6598
|
-
},
|
6598
|
+
}, Ir = /* @__PURE__ */ Lr(() => /* @__PURE__ */ o("path", {
|
6599
6599
|
d: "M3.4 22L2 20.6L8.6 14H4V12H12V20H10V15.4L3.4 22ZM12 12V4H14V8.6L20.6 2L22 3.4L15.4 10H20V12H12Z",
|
6600
6600
|
fill: "currentColor"
|
6601
|
-
}, null, -1)),
|
6601
|
+
}, null, -1)), qr = /* @__PURE__ */ u({
|
6602
6602
|
__name: "CollapseIcon",
|
6603
6603
|
props: {
|
6604
6604
|
/** The accessibility text provided to screen readers */
|
@@ -6684,22 +6684,22 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6684
6684
|
width: "100%",
|
6685
6685
|
xmlns: "http://www.w3.org/2000/svg"
|
6686
6686
|
}, [
|
6687
|
-
e.title ? (a(), l("title",
|
6688
|
-
|
6689
|
-
], 8,
|
6687
|
+
e.title ? (a(), l("title", kr, h(e.title), 1)) : y("", !0),
|
6688
|
+
Ir
|
6689
|
+
], 8, _r))
|
6690
6690
|
]),
|
6691
6691
|
_: 1
|
6692
6692
|
}, 8, ["aria-hidden", "style"]));
|
6693
6693
|
}
|
6694
|
-
}),
|
6694
|
+
}), c4 = /* @__PURE__ */ b(qr, [["__scopeId", "data-v-45a4689d"]]), Hr = (e) => (v("data-v-a435b68d"), e = e(), m(), e), Mr = ["aria-hidden"], Zr = {
|
6695
6695
|
key: 0,
|
6696
6696
|
"data-testid": "kui-icon-svg-title"
|
6697
|
-
},
|
6697
|
+
}, Br = /* @__PURE__ */ Hr(() => /* @__PURE__ */ o("path", {
|
6698
6698
|
"clip-rule": "evenodd",
|
6699
6699
|
d: "M20.999 12H11.999V3H20.999V6.07595V12ZM9.53418 15.5342L9.53418 9L3 9V15.5342H9.53418ZM16.9971 15V20.1989H11.7982L11.7982 15H16.9971Z",
|
6700
6700
|
fill: "currentColor",
|
6701
6701
|
"fill-rule": "evenodd"
|
6702
|
-
}, null, -1)),
|
6702
|
+
}, null, -1)), Vr = /* @__PURE__ */ u({
|
6703
6703
|
__name: "ConnectionsIcon",
|
6704
6704
|
props: {
|
6705
6705
|
/** The accessibility text provided to screen readers */
|
@@ -6785,20 +6785,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6785
6785
|
width: "100%",
|
6786
6786
|
xmlns: "http://www.w3.org/2000/svg"
|
6787
6787
|
}, [
|
6788
|
-
e.title ? (a(), l("title",
|
6789
|
-
|
6790
|
-
], 8,
|
6788
|
+
e.title ? (a(), l("title", Zr, h(e.title), 1)) : y("", !0),
|
6789
|
+
Br
|
6790
|
+
], 8, Mr))
|
6791
6791
|
]),
|
6792
6792
|
_: 1
|
6793
6793
|
}, 8, ["aria-hidden", "style"]));
|
6794
6794
|
}
|
6795
|
-
}),
|
6795
|
+
}), u4 = /* @__PURE__ */ b(Vr, [["__scopeId", "data-v-a435b68d"]]), Er = (e) => (v("data-v-3c565ef3"), e = e(), m(), e), Fr = ["aria-hidden"], Dr = {
|
6796
6796
|
key: 0,
|
6797
6797
|
"data-testid": "kui-icon-svg-title"
|
6798
|
-
},
|
6798
|
+
}, Ar = /* @__PURE__ */ Er(() => /* @__PURE__ */ o("path", {
|
6799
6799
|
d: "M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5ZM9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16Z",
|
6800
6800
|
fill: "currentColor"
|
6801
|
-
}, null, -1)),
|
6801
|
+
}, null, -1)), Pr = /* @__PURE__ */ u({
|
6802
6802
|
__name: "CopyIcon",
|
6803
6803
|
props: {
|
6804
6804
|
/** The accessibility text provided to screen readers */
|
@@ -6884,20 +6884,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6884
6884
|
width: "100%",
|
6885
6885
|
xmlns: "http://www.w3.org/2000/svg"
|
6886
6886
|
}, [
|
6887
|
-
e.title ? (a(), l("title",
|
6888
|
-
|
6889
|
-
], 8,
|
6887
|
+
e.title ? (a(), l("title", Dr, h(e.title), 1)) : y("", !0),
|
6888
|
+
Ar
|
6889
|
+
], 8, Fr))
|
6890
6890
|
]),
|
6891
6891
|
_: 1
|
6892
6892
|
}, 8, ["aria-hidden", "style"]));
|
6893
6893
|
}
|
6894
|
-
}),
|
6894
|
+
}), f4 = /* @__PURE__ */ b(Pr, [["__scopeId", "data-v-3c565ef3"]]), Rr = (e) => (v("data-v-e0a8da63"), e = e(), m(), e), Ur = ["aria-hidden"], Gr = {
|
6895
6895
|
key: 0,
|
6896
6896
|
"data-testid": "kui-icon-svg-title"
|
6897
|
-
},
|
6897
|
+
}, Tr = /* @__PURE__ */ Rr(() => /* @__PURE__ */ o("path", {
|
6898
6898
|
d: "M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z",
|
6899
6899
|
fill: "currentColor"
|
6900
|
-
}, null, -1)),
|
6900
|
+
}, null, -1)), Or = /* @__PURE__ */ u({
|
6901
6901
|
__name: "DangerCircleIcon",
|
6902
6902
|
props: {
|
6903
6903
|
/** The accessibility text provided to screen readers */
|
@@ -6983,20 +6983,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
6983
6983
|
width: "100%",
|
6984
6984
|
xmlns: "http://www.w3.org/2000/svg"
|
6985
6985
|
}, [
|
6986
|
-
e.title ? (a(), l("title",
|
6987
|
-
|
6988
|
-
], 8,
|
6986
|
+
e.title ? (a(), l("title", Gr, h(e.title), 1)) : y("", !0),
|
6987
|
+
Tr
|
6988
|
+
], 8, Ur))
|
6989
6989
|
]),
|
6990
6990
|
_: 1
|
6991
6991
|
}, 8, ["aria-hidden", "style"]));
|
6992
6992
|
}
|
6993
|
-
}),
|
6993
|
+
}), g4 = /* @__PURE__ */ b(Or, [["__scopeId", "data-v-e0a8da63"]]), Wr = (e) => (v("data-v-02a56d34"), e = e(), m(), e), jr = ["aria-hidden"], Kr = {
|
6994
6994
|
key: 0,
|
6995
6995
|
"data-testid": "kui-icon-svg-title"
|
6996
|
-
},
|
6996
|
+
}, Jr = /* @__PURE__ */ Wr(() => /* @__PURE__ */ o("path", {
|
6997
6997
|
d: "M8.575 21.25C8.30833 21.25 8.05417 21.2 7.8125 21.1C7.57083 21 7.35833 20.8583 7.175 20.675L3.075 16.575C2.89167 16.3917 2.75 16.1792 2.65 15.9375C2.55 15.6958 2.5 15.4417 2.5 15.175V9.325C2.5 9.05833 2.55 8.80417 2.65 8.5625C2.75 8.32083 2.89167 8.10833 3.075 7.925L7.175 3.825C7.35833 3.64167 7.57083 3.5 7.8125 3.4C8.05417 3.3 8.30833 3.25 8.575 3.25H14.425C14.6917 3.25 14.9458 3.3 15.1875 3.4C15.4292 3.5 15.6417 3.64167 15.825 3.825L19.925 7.925C20.1083 8.10833 20.25 8.32083 20.35 8.5625C20.45 8.80417 20.5 9.05833 20.5 9.325V15.175C20.5 15.4417 20.45 15.6958 20.35 15.9375C20.25 16.1792 20.1083 16.3917 19.925 16.575L15.825 20.675C15.6417 20.8583 15.4292 21 15.1875 21.1C14.9458 21.2 14.6917 21.25 14.425 21.25H8.575ZM11.5 13.65L13.65 15.8C13.8333 15.9833 14.0667 16.075 14.35 16.075C14.6333 16.075 14.8667 15.9833 15.05 15.8C15.2333 15.6167 15.325 15.3833 15.325 15.1C15.325 14.8167 15.2333 14.5833 15.05 14.4L12.9 12.25L15.05 10.1C15.2333 9.91667 15.325 9.68333 15.325 9.4C15.325 9.11667 15.2333 8.88333 15.05 8.7C14.8667 8.51667 14.6333 8.425 14.35 8.425C14.0667 8.425 13.8333 8.51667 13.65 8.7L11.5 10.85L9.35 8.7C9.16667 8.51667 8.93333 8.425 8.65 8.425C8.36667 8.425 8.13333 8.51667 7.95 8.7C7.76667 8.88333 7.675 9.11667 7.675 9.4C7.675 9.68333 7.76667 9.91667 7.95 10.1L10.1 12.25L7.95 14.4C7.76667 14.5833 7.675 14.8167 7.675 15.1C7.675 15.3833 7.76667 15.6167 7.95 15.8C8.13333 15.9833 8.36667 16.075 8.65 16.075C8.93333 16.075 9.16667 15.9833 9.35 15.8L11.5 13.65Z",
|
6998
6998
|
fill: "currentColor"
|
6999
|
-
}, null, -1)),
|
6999
|
+
}, null, -1)), Xr = /* @__PURE__ */ u({
|
7000
7000
|
__name: "DangerIcon",
|
7001
7001
|
props: {
|
7002
7002
|
/** The accessibility text provided to screen readers */
|
@@ -7082,20 +7082,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7082
7082
|
width: "100%",
|
7083
7083
|
xmlns: "http://www.w3.org/2000/svg"
|
7084
7084
|
}, [
|
7085
|
-
e.title ? (a(), l("title",
|
7086
|
-
|
7087
|
-
], 8,
|
7085
|
+
e.title ? (a(), l("title", Kr, h(e.title), 1)) : y("", !0),
|
7086
|
+
Jr
|
7087
|
+
], 8, jr))
|
7088
7088
|
]),
|
7089
7089
|
_: 1
|
7090
7090
|
}, 8, ["aria-hidden", "style"]));
|
7091
7091
|
}
|
7092
|
-
}),
|
7092
|
+
}), p4 = /* @__PURE__ */ b(Xr, [["__scopeId", "data-v-02a56d34"]]), Qr = (e) => (v("data-v-5a693f9b"), e = e(), m(), e), Yr = ["aria-hidden"], e5 = {
|
7093
7093
|
key: 0,
|
7094
7094
|
"data-testid": "kui-icon-svg-title"
|
7095
|
-
},
|
7095
|
+
}, t5 = /* @__PURE__ */ Qr(() => /* @__PURE__ */ o("path", {
|
7096
7096
|
d: "M10.45 15.5C10.85 15.9 11.3667 16.0958 12 16.0875C12.6333 16.0792 13.1 15.85 13.4 15.4L19 7L10.6 12.6C10.15 12.9 9.9125 13.3583 9.8875 13.975C9.8625 14.5917 10.05 15.1 10.45 15.5ZM12 4C12.9833 4 13.9292 4.1375 14.8375 4.4125C15.7458 4.6875 16.6 5.1 17.4 5.65L15.5 6.85C14.95 6.56667 14.3792 6.35417 13.7875 6.2125C13.1958 6.07083 12.6 6 12 6C9.78333 6 7.89583 6.77917 6.3375 8.3375C4.77917 9.89583 4 11.7833 4 14C4 14.7 4.09583 15.3917 4.2875 16.075C4.47917 16.7583 4.75 17.4 5.1 18H18.9C19.2833 17.3667 19.5625 16.7083 19.7375 16.025C19.9125 15.3417 20 14.6333 20 13.9C20 13.3 19.9292 12.7167 19.7875 12.15C19.6458 11.5833 19.4333 11.0333 19.15 10.5L20.35 8.6C20.85 9.38333 21.2458 10.2167 21.5375 11.1C21.8292 11.9833 21.9833 12.9 22 13.85C22.0167 14.8 21.9083 15.7083 21.675 16.575C21.4417 17.4417 21.1 18.2667 20.65 19.05C20.4667 19.35 20.2167 19.5833 19.9 19.75C19.5833 19.9167 19.25 20 18.9 20H5.1C4.75 20 4.41667 19.9167 4.1 19.75C3.78333 19.5833 3.53333 19.35 3.35 19.05C2.91667 18.3 2.58333 17.5042 2.35 16.6625C2.11667 15.8208 2 14.9333 2 14C2 12.6167 2.2625 11.3208 2.7875 10.1125C3.3125 8.90417 4.02917 7.84583 4.9375 6.9375C5.84583 6.02917 6.90833 5.3125 8.125 4.7875C9.34167 4.2625 10.6333 4 12 4Z",
|
7097
7097
|
fill: "currentColor"
|
7098
|
-
}, null, -1)),
|
7098
|
+
}, null, -1)), i5 = /* @__PURE__ */ u({
|
7099
7099
|
__name: "DashboardIcon",
|
7100
7100
|
props: {
|
7101
7101
|
/** The accessibility text provided to screen readers */
|
@@ -7181,20 +7181,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7181
7181
|
width: "100%",
|
7182
7182
|
xmlns: "http://www.w3.org/2000/svg"
|
7183
7183
|
}, [
|
7184
|
-
e.title ? (a(), l("title",
|
7185
|
-
|
7186
|
-
], 8,
|
7184
|
+
e.title ? (a(), l("title", e5, h(e.title), 1)) : y("", !0),
|
7185
|
+
t5
|
7186
|
+
], 8, Yr))
|
7187
7187
|
]),
|
7188
7188
|
_: 1
|
7189
7189
|
}, 8, ["aria-hidden", "style"]));
|
7190
7190
|
}
|
7191
|
-
}),
|
7191
|
+
}), C4 = /* @__PURE__ */ b(i5, [["__scopeId", "data-v-5a693f9b"]]), r5 = (e) => (v("data-v-3e1973cf"), e = e(), m(), e), n5 = ["aria-hidden"], a5 = {
|
7192
7192
|
key: 0,
|
7193
7193
|
"data-testid": "kui-icon-svg-title"
|
7194
|
-
},
|
7194
|
+
}, o5 = /* @__PURE__ */ r5(() => /* @__PURE__ */ o("path", {
|
7195
7195
|
d: "M3 21V19L5 17V21H3ZM7 21V15L9 13V21H7ZM11 21V13L13 15.025V21H11ZM15 21V15.025L17 13.025V21H15ZM19 21V11L21 9V21H19ZM3 15.825V13L10 6L14 10L21 3V5.825L14 12.825L10 8.825L3 15.825Z",
|
7196
7196
|
fill: "currentColor"
|
7197
|
-
}, null, -1)),
|
7197
|
+
}, null, -1)), s5 = /* @__PURE__ */ u({
|
7198
7198
|
__name: "DataReportIcon",
|
7199
7199
|
props: {
|
7200
7200
|
/** The accessibility text provided to screen readers */
|
@@ -7280,20 +7280,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7280
7280
|
width: "100%",
|
7281
7281
|
xmlns: "http://www.w3.org/2000/svg"
|
7282
7282
|
}, [
|
7283
|
-
e.title ? (a(), l("title",
|
7284
|
-
|
7285
|
-
], 8,
|
7283
|
+
e.title ? (a(), l("title", a5, h(e.title), 1)) : y("", !0),
|
7284
|
+
o5
|
7285
|
+
], 8, n5))
|
7286
7286
|
]),
|
7287
7287
|
_: 1
|
7288
7288
|
}, 8, ["aria-hidden", "style"]));
|
7289
7289
|
}
|
7290
|
-
}),
|
7290
|
+
}), h4 = /* @__PURE__ */ b(s5, [["__scopeId", "data-v-3e1973cf"]]), d5 = (e) => (v("data-v-23e59762"), e = e(), m(), e), l5 = ["aria-hidden"], c5 = {
|
7291
7291
|
key: 0,
|
7292
7292
|
"data-testid": "kui-icon-svg-title"
|
7293
|
-
},
|
7293
|
+
}, u5 = /* @__PURE__ */ d5(() => /* @__PURE__ */ o("path", {
|
7294
7294
|
d: "M12 15L7 10H17L12 15Z",
|
7295
7295
|
fill: "currentColor"
|
7296
|
-
}, null, -1)),
|
7296
|
+
}, null, -1)), f5 = /* @__PURE__ */ u({
|
7297
7297
|
__name: "DecreaseIcon",
|
7298
7298
|
props: {
|
7299
7299
|
/** The accessibility text provided to screen readers */
|
@@ -7379,20 +7379,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7379
7379
|
width: "100%",
|
7380
7380
|
xmlns: "http://www.w3.org/2000/svg"
|
7381
7381
|
}, [
|
7382
|
-
e.title ? (a(), l("title",
|
7383
|
-
|
7384
|
-
], 8,
|
7382
|
+
e.title ? (a(), l("title", c5, h(e.title), 1)) : y("", !0),
|
7383
|
+
u5
|
7384
|
+
], 8, l5))
|
7385
7385
|
]),
|
7386
7386
|
_: 1
|
7387
7387
|
}, 8, ["aria-hidden", "style"]));
|
7388
7388
|
}
|
7389
|
-
}),
|
7389
|
+
}), y4 = /* @__PURE__ */ b(f5, [["__scopeId", "data-v-23e59762"]]), g5 = (e) => (v("data-v-0985257e"), e = e(), m(), e), p5 = ["aria-hidden"], C5 = {
|
7390
7390
|
key: 0,
|
7391
7391
|
"data-testid": "kui-icon-svg-title"
|
7392
|
-
},
|
7392
|
+
}, h5 = /* @__PURE__ */ g5(() => /* @__PURE__ */ o("path", {
|
7393
7393
|
d: "M11 19.425V12.575L5 9.1V15.95L11 19.425ZM13 19.425L19 15.95V9.1L13 12.575V19.425ZM12 10.85L17.925 7.425L12 4L6.075 7.425L12 10.85ZM4 17.7C3.68333 17.5167 3.4375 17.275 3.2625 16.975C3.0875 16.675 3 16.3417 3 15.975V8.025C3 7.65833 3.0875 7.325 3.2625 7.025C3.4375 6.725 3.68333 6.48333 4 6.3L11 2.275C11.3167 2.09167 11.65 2 12 2C12.35 2 12.6833 2.09167 13 2.275L20 6.3C20.3167 6.48333 20.5625 6.725 20.7375 7.025C20.9125 7.325 21 7.65833 21 8.025V15.975C21 16.3417 20.9125 16.675 20.7375 16.975C20.5625 17.275 20.3167 17.5167 20 17.7L13 21.725C12.6833 21.9083 12.35 22 12 22C11.65 22 11.3167 21.9083 11 21.725L4 17.7Z",
|
7394
7394
|
fill: "currentColor"
|
7395
|
-
}, null, -1)),
|
7395
|
+
}, null, -1)), y5 = /* @__PURE__ */ u({
|
7396
7396
|
__name: "DeployIcon",
|
7397
7397
|
props: {
|
7398
7398
|
/** The accessibility text provided to screen readers */
|
@@ -7478,22 +7478,22 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7478
7478
|
width: "100%",
|
7479
7479
|
xmlns: "http://www.w3.org/2000/svg"
|
7480
7480
|
}, [
|
7481
|
-
e.title ? (a(), l("title",
|
7482
|
-
|
7483
|
-
], 8,
|
7481
|
+
e.title ? (a(), l("title", C5, h(e.title), 1)) : y("", !0),
|
7482
|
+
h5
|
7483
|
+
], 8, p5))
|
7484
7484
|
]),
|
7485
7485
|
_: 1
|
7486
7486
|
}, 8, ["aria-hidden", "style"]));
|
7487
7487
|
}
|
7488
|
-
}),
|
7488
|
+
}), v4 = /* @__PURE__ */ b(y5, [["__scopeId", "data-v-0985257e"]]), v5 = (e) => (v("data-v-babe4172"), e = e(), m(), e), m5 = ["aria-hidden"], b5 = {
|
7489
7489
|
key: 0,
|
7490
7490
|
"data-testid": "kui-icon-svg-title"
|
7491
|
-
},
|
7491
|
+
}, S5 = /* @__PURE__ */ v5(() => /* @__PURE__ */ o("path", {
|
7492
7492
|
"clip-rule": "evenodd",
|
7493
7493
|
d: "M11.9999 2.40002H18.7319L21.5999 5.67602V18.732L18.3239 21.6H5.2679L2.3999 18.324V5.26802L5.6759 2.40002H11.9999ZM16.2719 12C16.3026 12.5793 16.2151 13.1587 16.0146 13.703C15.8141 14.2473 15.5048 14.7451 15.1057 15.166C14.7065 15.5869 14.2258 15.9221 13.6929 16.1512C13.16 16.3802 12.586 16.4984 12.0059 16.4984C11.4258 16.4984 10.8518 16.3802 10.3189 16.1512C9.786 15.9221 9.30531 15.5869 8.90615 15.166C8.507 14.7451 8.19774 14.2473 7.99723 13.703C7.79673 13.1587 7.70917 12.5793 7.7399 12C7.82062 10.9254 8.30446 9.92105 9.09447 9.18815C9.88448 8.45526 10.9223 8.048 11.9999 8.048C13.0775 8.048 14.1153 8.45526 14.9053 9.18815C15.6953 9.92105 16.1792 10.9254 16.2599 12H16.2719Z",
|
7494
7494
|
fill: "currentColor",
|
7495
7495
|
"fill-rule": "evenodd"
|
7496
|
-
}, null, -1)),
|
7496
|
+
}, null, -1)), z5 = /* @__PURE__ */ u({
|
7497
7497
|
__name: "DevPortalIcon",
|
7498
7498
|
props: {
|
7499
7499
|
/** The accessibility text provided to screen readers */
|
@@ -7579,20 +7579,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7579
7579
|
width: "100%",
|
7580
7580
|
xmlns: "http://www.w3.org/2000/svg"
|
7581
7581
|
}, [
|
7582
|
-
e.title ? (a(), l("title",
|
7583
|
-
|
7584
|
-
], 8,
|
7582
|
+
e.title ? (a(), l("title", b5, h(e.title), 1)) : y("", !0),
|
7583
|
+
S5
|
7584
|
+
], 8, m5))
|
7585
7585
|
]),
|
7586
7586
|
_: 1
|
7587
7587
|
}, 8, ["aria-hidden", "style"]));
|
7588
7588
|
}
|
7589
|
-
}),
|
7589
|
+
}), m4 = /* @__PURE__ */ b(z5, [["__scopeId", "data-v-babe4172"]]), N5 = (e) => (v("data-v-de617895"), e = e(), m(), e), w5 = ["aria-hidden"], x5 = {
|
7590
7590
|
key: 0,
|
7591
7591
|
"data-testid": "kui-icon-svg-title"
|
7592
|
-
},
|
7592
|
+
}, $5 = /* @__PURE__ */ N5(() => /* @__PURE__ */ o("path", {
|
7593
7593
|
d: "M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 11.1 19.8542 10.2333 19.5625 9.4C19.2708 8.56667 18.85 7.8 18.3 7.1L7.1 18.3C7.8 18.85 8.56667 19.2708 9.4 19.5625C10.2333 19.8542 11.1 20 12 20ZM5.7 16.9L16.9 5.7C16.2 5.15 15.4333 4.72917 14.6 4.4375C13.7667 4.14583 12.9 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 12.9 4.14583 13.7667 4.4375 14.6C4.72917 15.4333 5.15 16.2 5.7 16.9Z",
|
7594
7594
|
fill: "currentColor"
|
7595
|
-
}, null, -1)),
|
7595
|
+
}, null, -1)), L5 = /* @__PURE__ */ u({
|
7596
7596
|
__name: "DisabledIcon",
|
7597
7597
|
props: {
|
7598
7598
|
/** The accessibility text provided to screen readers */
|
@@ -7678,20 +7678,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7678
7678
|
width: "100%",
|
7679
7679
|
xmlns: "http://www.w3.org/2000/svg"
|
7680
7680
|
}, [
|
7681
|
-
e.title ? (a(), l("title",
|
7682
|
-
|
7683
|
-
], 8,
|
7681
|
+
e.title ? (a(), l("title", x5, h(e.title), 1)) : y("", !0),
|
7682
|
+
$5
|
7683
|
+
], 8, w5))
|
7684
7684
|
]),
|
7685
7685
|
_: 1
|
7686
7686
|
}, 8, ["aria-hidden", "style"]));
|
7687
7687
|
}
|
7688
|
-
}),
|
7688
|
+
}), b4 = /* @__PURE__ */ b(L5, [["__scopeId", "data-v-de617895"]]), _5 = (e) => (v("data-v-c21aa566"), e = e(), m(), e), k5 = ["aria-hidden"], I5 = {
|
7689
7689
|
key: 0,
|
7690
7690
|
"data-testid": "kui-icon-svg-title"
|
7691
|
-
},
|
7691
|
+
}, q5 = /* @__PURE__ */ _5(() => /* @__PURE__ */ o("path", {
|
7692
7692
|
d: "M8 17C8.28333 17 8.52083 16.9042 8.7125 16.7125C8.90417 16.5208 9 16.2833 9 16C9 15.7167 8.90417 15.4792 8.7125 15.2875C8.52083 15.0958 8.28333 15 8 15C7.71667 15 7.47917 15.0958 7.2875 15.2875C7.09583 15.4792 7 15.7167 7 16C7 16.2833 7.09583 16.5208 7.2875 16.7125C7.47917 16.9042 7.71667 17 8 17ZM8 13C8.28333 13 8.52083 12.9042 8.7125 12.7125C8.90417 12.5208 9 12.2833 9 12C9 11.7167 8.90417 11.4792 8.7125 11.2875C8.52083 11.0958 8.28333 11 8 11C7.71667 11 7.47917 11.0958 7.2875 11.2875C7.09583 11.4792 7 11.7167 7 12C7 12.2833 7.09583 12.5208 7.2875 12.7125C7.47917 12.9042 7.71667 13 8 13ZM8 9C8.28333 9 8.52083 8.90417 8.7125 8.7125C8.90417 8.52083 9 8.28333 9 8C9 7.71667 8.90417 7.47917 8.7125 7.2875C8.52083 7.09583 8.28333 7 8 7C7.71667 7 7.47917 7.09583 7.2875 7.2875C7.09583 7.47917 7 7.71667 7 8C7 8.28333 7.09583 8.52083 7.2875 8.7125C7.47917 8.90417 7.71667 9 8 9ZM11 17H17V15H11V17ZM11 13H17V11H11V13ZM11 9H17V7H11V9ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
7693
7693
|
fill: "currentColor"
|
7694
|
-
}, null, -1)),
|
7694
|
+
}, null, -1)), H5 = /* @__PURE__ */ u({
|
7695
7695
|
__name: "DocumentListIcon",
|
7696
7696
|
props: {
|
7697
7697
|
/** The accessibility text provided to screen readers */
|
@@ -7777,20 +7777,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7777
7777
|
width: "100%",
|
7778
7778
|
xmlns: "http://www.w3.org/2000/svg"
|
7779
7779
|
}, [
|
7780
|
-
e.title ? (a(), l("title",
|
7781
|
-
|
7782
|
-
], 8,
|
7780
|
+
e.title ? (a(), l("title", I5, h(e.title), 1)) : y("", !0),
|
7781
|
+
q5
|
7782
|
+
], 8, k5))
|
7783
7783
|
]),
|
7784
7784
|
_: 1
|
7785
7785
|
}, 8, ["aria-hidden", "style"]));
|
7786
7786
|
}
|
7787
|
-
}),
|
7787
|
+
}), S4 = /* @__PURE__ */ b(H5, [["__scopeId", "data-v-c21aa566"]]), M5 = (e) => (v("data-v-e3e5d521"), e = e(), m(), e), Z5 = ["aria-hidden"], B5 = {
|
7788
7788
|
key: 0,
|
7789
7789
|
"data-testid": "kui-icon-svg-title"
|
7790
|
-
},
|
7790
|
+
}, V5 = /* @__PURE__ */ M5(() => /* @__PURE__ */ o("path", {
|
7791
7791
|
d: "M7 17H14V15H7V17ZM7 13H17V11H7V13ZM7 9H17V7H7V9ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
7792
7792
|
fill: "currentColor"
|
7793
|
-
}, null, -1)),
|
7793
|
+
}, null, -1)), E5 = /* @__PURE__ */ u({
|
7794
7794
|
__name: "DocumentIcon",
|
7795
7795
|
props: {
|
7796
7796
|
/** The accessibility text provided to screen readers */
|
@@ -7876,20 +7876,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7876
7876
|
width: "100%",
|
7877
7877
|
xmlns: "http://www.w3.org/2000/svg"
|
7878
7878
|
}, [
|
7879
|
-
e.title ? (a(), l("title",
|
7880
|
-
|
7881
|
-
], 8,
|
7879
|
+
e.title ? (a(), l("title", B5, h(e.title), 1)) : y("", !0),
|
7880
|
+
V5
|
7881
|
+
], 8, Z5))
|
7882
7882
|
]),
|
7883
7883
|
_: 1
|
7884
7884
|
}, 8, ["aria-hidden", "style"]));
|
7885
7885
|
}
|
7886
|
-
}),
|
7886
|
+
}), z4 = /* @__PURE__ */ b(E5, [["__scopeId", "data-v-e3e5d521"]]), F5 = (e) => (v("data-v-8974e96e"), e = e(), m(), e), D5 = ["aria-hidden"], A5 = {
|
7887
7887
|
key: 0,
|
7888
7888
|
"data-testid": "kui-icon-svg-title"
|
7889
|
-
},
|
7889
|
+
}, P5 = /* @__PURE__ */ F5(() => /* @__PURE__ */ o("path", {
|
7890
7890
|
d: "M9 20C8.45 20 7.97917 19.8042 7.5875 19.4125C7.19583 19.0208 7 18.55 7 18C7 17.45 7.19583 16.9792 7.5875 16.5875C7.97917 16.1958 8.45 16 9 16C9.55 16 10.0208 16.1958 10.4125 16.5875C10.8042 16.9792 11 17.45 11 18C11 18.55 10.8042 19.0208 10.4125 19.4125C10.0208 19.8042 9.55 20 9 20ZM15 20C14.45 20 13.9792 19.8042 13.5875 19.4125C13.1958 19.0208 13 18.55 13 18C13 17.45 13.1958 16.9792 13.5875 16.5875C13.9792 16.1958 14.45 16 15 16C15.55 16 16.0208 16.1958 16.4125 16.5875C16.8042 16.9792 17 17.45 17 18C17 18.55 16.8042 19.0208 16.4125 19.4125C16.0208 19.8042 15.55 20 15 20ZM9 14C8.45 14 7.97917 13.8042 7.5875 13.4125C7.19583 13.0208 7 12.55 7 12C7 11.45 7.19583 10.9792 7.5875 10.5875C7.97917 10.1958 8.45 10 9 10C9.55 10 10.0208 10.1958 10.4125 10.5875C10.8042 10.9792 11 11.45 11 12C11 12.55 10.8042 13.0208 10.4125 13.4125C10.0208 13.8042 9.55 14 9 14ZM15 14C14.45 14 13.9792 13.8042 13.5875 13.4125C13.1958 13.0208 13 12.55 13 12C13 11.45 13.1958 10.9792 13.5875 10.5875C13.9792 10.1958 14.45 10 15 10C15.55 10 16.0208 10.1958 16.4125 10.5875C16.8042 10.9792 17 11.45 17 12C17 12.55 16.8042 13.0208 16.4125 13.4125C16.0208 13.8042 15.55 14 15 14ZM9 8C8.45 8 7.97917 7.80417 7.5875 7.4125C7.19583 7.02083 7 6.55 7 6C7 5.45 7.19583 4.97917 7.5875 4.5875C7.97917 4.19583 8.45 4 9 4C9.55 4 10.0208 4.19583 10.4125 4.5875C10.8042 4.97917 11 5.45 11 6C11 6.55 10.8042 7.02083 10.4125 7.4125C10.0208 7.80417 9.55 8 9 8ZM15 8C14.45 8 13.9792 7.80417 13.5875 7.4125C13.1958 7.02083 13 6.55 13 6C13 5.45 13.1958 4.97917 13.5875 4.5875C13.9792 4.19583 14.45 4 15 4C15.55 4 16.0208 4.19583 16.4125 4.5875C16.8042 4.97917 17 5.45 17 6C17 6.55 16.8042 7.02083 16.4125 7.4125C16.0208 7.80417 15.55 8 15 8Z",
|
7891
7891
|
fill: "currentColor"
|
7892
|
-
}, null, -1)),
|
7892
|
+
}, null, -1)), R5 = /* @__PURE__ */ u({
|
7893
7893
|
__name: "DragIcon",
|
7894
7894
|
props: {
|
7895
7895
|
/** The accessibility text provided to screen readers */
|
@@ -7975,20 +7975,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
7975
7975
|
width: "100%",
|
7976
7976
|
xmlns: "http://www.w3.org/2000/svg"
|
7977
7977
|
}, [
|
7978
|
-
e.title ? (a(), l("title",
|
7979
|
-
|
7980
|
-
], 8,
|
7978
|
+
e.title ? (a(), l("title", A5, h(e.title), 1)) : y("", !0),
|
7979
|
+
P5
|
7980
|
+
], 8, D5))
|
7981
7981
|
]),
|
7982
7982
|
_: 1
|
7983
7983
|
}, 8, ["aria-hidden", "style"]));
|
7984
7984
|
}
|
7985
|
-
}),
|
7985
|
+
}), N4 = /* @__PURE__ */ b(R5, [["__scopeId", "data-v-8974e96e"]]), U5 = (e) => (v("data-v-021f49b6"), e = e(), m(), e), G5 = ["aria-hidden"], T5 = {
|
7986
7986
|
key: 0,
|
7987
7987
|
"data-testid": "kui-icon-svg-title"
|
7988
|
-
},
|
7988
|
+
}, O5 = /* @__PURE__ */ U5(() => /* @__PURE__ */ o("path", {
|
7989
7989
|
d: "M5 19H6.4L15.025 10.375L13.625 8.975L5 17.6V19ZM19.3 8.925L15.05 4.725L16.45 3.325C16.8333 2.94167 17.3042 2.75 17.8625 2.75C18.4208 2.75 18.8917 2.94167 19.275 3.325L20.675 4.725C21.0583 5.10833 21.2583 5.57083 21.275 6.1125C21.2917 6.65417 21.1083 7.11667 20.725 7.5L19.3 8.925ZM17.85 10.4L7.25 21H3V16.75L13.6 6.15L17.85 10.4Z",
|
7990
7990
|
fill: "currentColor"
|
7991
|
-
}, null, -1)),
|
7991
|
+
}, null, -1)), W5 = /* @__PURE__ */ u({
|
7992
7992
|
__name: "EditIcon",
|
7993
7993
|
props: {
|
7994
7994
|
/** The accessibility text provided to screen readers */
|
@@ -8074,20 +8074,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8074
8074
|
width: "100%",
|
8075
8075
|
xmlns: "http://www.w3.org/2000/svg"
|
8076
8076
|
}, [
|
8077
|
-
e.title ? (a(), l("title",
|
8078
|
-
|
8079
|
-
], 8,
|
8077
|
+
e.title ? (a(), l("title", T5, h(e.title), 1)) : y("", !0),
|
8078
|
+
O5
|
8079
|
+
], 8, G5))
|
8080
8080
|
]),
|
8081
8081
|
_: 1
|
8082
8082
|
}, 8, ["aria-hidden", "style"]));
|
8083
8083
|
}
|
8084
|
-
}),
|
8084
|
+
}), w4 = /* @__PURE__ */ b(W5, [["__scopeId", "data-v-021f49b6"]]), j5 = (e) => (v("data-v-0b824d4b"), e = e(), m(), e), K5 = ["aria-hidden"], J5 = {
|
8085
8085
|
key: 0,
|
8086
8086
|
"data-testid": "kui-icon-svg-title"
|
8087
|
-
},
|
8087
|
+
}, X5 = /* @__PURE__ */ j5(() => /* @__PURE__ */ o("path", {
|
8088
8088
|
d: "M4 17V14H20V17H4ZM4 10V7H20V10H4Z",
|
8089
8089
|
fill: "currentColor"
|
8090
|
-
}, null, -1)),
|
8090
|
+
}, null, -1)), Q5 = /* @__PURE__ */ u({
|
8091
8091
|
__name: "EqualIcon",
|
8092
8092
|
props: {
|
8093
8093
|
/** The accessibility text provided to screen readers */
|
@@ -8173,17 +8173,17 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8173
8173
|
width: "100%",
|
8174
8174
|
xmlns: "http://www.w3.org/2000/svg"
|
8175
8175
|
}, [
|
8176
|
-
e.title ? (a(), l("title",
|
8177
|
-
|
8178
|
-
], 8,
|
8176
|
+
e.title ? (a(), l("title", J5, h(e.title), 1)) : y("", !0),
|
8177
|
+
X5
|
8178
|
+
], 8, K5))
|
8179
8179
|
]),
|
8180
8180
|
_: 1
|
8181
8181
|
}, 8, ["aria-hidden", "style"]));
|
8182
8182
|
}
|
8183
|
-
}),
|
8183
|
+
}), x4 = /* @__PURE__ */ b(Q5, [["__scopeId", "data-v-0b824d4b"]]), Y5 = (e) => (v("data-v-b4e3c9c3"), e = e(), m(), e), e7 = ["aria-hidden"], t7 = {
|
8184
8184
|
key: 0,
|
8185
8185
|
"data-testid": "kui-icon-svg-title"
|
8186
|
-
}, i7 = /* @__PURE__ */
|
8186
|
+
}, i7 = /* @__PURE__ */ Y5(() => /* @__PURE__ */ o("path", {
|
8187
8187
|
d: "M3 21V13H5V17.6L17.6 5H13V3H21V11H19V6.4L6.4 19H11V21H3Z",
|
8188
8188
|
fill: "currentColor"
|
8189
8189
|
}, null, -1)), r7 = /* @__PURE__ */ u({
|
@@ -8279,7 +8279,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8279
8279
|
_: 1
|
8280
8280
|
}, 8, ["aria-hidden", "style"]));
|
8281
8281
|
}
|
8282
|
-
}),
|
8282
|
+
}), $4 = /* @__PURE__ */ b(r7, [["__scopeId", "data-v-b4e3c9c3"]]), n7 = (e) => (v("data-v-6bf703f7"), e = e(), m(), e), a7 = ["aria-hidden"], o7 = {
|
8283
8283
|
key: 0,
|
8284
8284
|
"data-testid": "kui-icon-svg-title"
|
8285
8285
|
}, s7 = /* @__PURE__ */ n7(() => /* @__PURE__ */ o("path", {
|
@@ -8378,7 +8378,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8378
8378
|
_: 1
|
8379
8379
|
}, 8, ["aria-hidden", "style"]));
|
8380
8380
|
}
|
8381
|
-
}),
|
8381
|
+
}), L4 = /* @__PURE__ */ b(d7, [["__scopeId", "data-v-6bf703f7"]]), l7 = (e) => (v("data-v-5a0522c9"), e = e(), m(), e), c7 = ["aria-hidden"], u7 = {
|
8382
8382
|
key: 0,
|
8383
8383
|
"data-testid": "kui-icon-svg-title"
|
8384
8384
|
}, f7 = /* @__PURE__ */ l7(() => /* @__PURE__ */ o("path", {
|
@@ -8477,7 +8477,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8477
8477
|
_: 1
|
8478
8478
|
}, 8, ["aria-hidden", "style"]));
|
8479
8479
|
}
|
8480
|
-
}),
|
8480
|
+
}), _4 = /* @__PURE__ */ b(g7, [["__scopeId", "data-v-5a0522c9"]]), p7 = (e) => (v("data-v-71d1672e"), e = e(), m(), e), C7 = ["aria-hidden"], h7 = {
|
8481
8481
|
key: 0,
|
8482
8482
|
"data-testid": "kui-icon-svg-title"
|
8483
8483
|
}, y7 = /* @__PURE__ */ p7(() => /* @__PURE__ */ o("path", {
|
@@ -8576,7 +8576,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8576
8576
|
_: 1
|
8577
8577
|
}, 8, ["aria-hidden", "style"]));
|
8578
8578
|
}
|
8579
|
-
}),
|
8579
|
+
}), k4 = /* @__PURE__ */ b(v7, [["__scopeId", "data-v-71d1672e"]]), m7 = (e) => (v("data-v-3863d9ad"), e = e(), m(), e), b7 = ["aria-hidden"], S7 = {
|
8580
8580
|
key: 0,
|
8581
8581
|
"data-testid": "kui-icon-svg-title"
|
8582
8582
|
}, z7 = /* @__PURE__ */ m7(() => /* @__PURE__ */ o("path", {
|
@@ -8675,10 +8675,10 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8675
8675
|
_: 1
|
8676
8676
|
}, 8, ["aria-hidden", "style"]));
|
8677
8677
|
}
|
8678
|
-
}),
|
8678
|
+
}), I4 = /* @__PURE__ */ b(N7, [["__scopeId", "data-v-3863d9ad"]]), w7 = (e) => (v("data-v-c942542e"), e = e(), m(), e), x7 = ["aria-hidden"], $7 = {
|
8679
8679
|
key: 0,
|
8680
8680
|
"data-testid": "kui-icon-svg-title"
|
8681
|
-
},
|
8681
|
+
}, L7 = /* @__PURE__ */ w7(() => /* @__PURE__ */ o("path", {
|
8682
8682
|
d: "M10 18V16H14V18H10ZM6 13V11H18V13H6ZM3 8V6H21V8H3Z",
|
8683
8683
|
fill: "currentColor"
|
8684
8684
|
}, null, -1)), _7 = /* @__PURE__ */ u({
|
@@ -8767,14 +8767,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8767
8767
|
width: "100%",
|
8768
8768
|
xmlns: "http://www.w3.org/2000/svg"
|
8769
8769
|
}, [
|
8770
|
-
e.title ? (a(), l("title",
|
8771
|
-
|
8770
|
+
e.title ? (a(), l("title", $7, h(e.title), 1)) : y("", !0),
|
8771
|
+
L7
|
8772
8772
|
], 8, x7))
|
8773
8773
|
]),
|
8774
8774
|
_: 1
|
8775
8775
|
}, 8, ["aria-hidden", "style"]));
|
8776
8776
|
}
|
8777
|
-
}),
|
8777
|
+
}), q4 = /* @__PURE__ */ b(_7, [["__scopeId", "data-v-c942542e"]]), k7 = (e) => (v("data-v-f4f94ea0"), e = e(), m(), e), I7 = ["aria-hidden"], q7 = {
|
8778
8778
|
key: 0,
|
8779
8779
|
"data-testid": "kui-icon-svg-title"
|
8780
8780
|
}, H7 = /* @__PURE__ */ k7(() => /* @__PURE__ */ o("path", {
|
@@ -8873,13 +8873,13 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8873
8873
|
_: 1
|
8874
8874
|
}, 8, ["aria-hidden", "style"]));
|
8875
8875
|
}
|
8876
|
-
}),
|
8876
|
+
}), H4 = /* @__PURE__ */ b(M7, [["__scopeId", "data-v-f4f94ea0"]]), Z7 = (e) => (v("data-v-00a004e3"), e = e(), m(), e), B7 = ["aria-hidden"], V7 = {
|
8877
8877
|
key: 0,
|
8878
8878
|
"data-testid": "kui-icon-svg-title"
|
8879
8879
|
}, E7 = /* @__PURE__ */ Z7(() => /* @__PURE__ */ o("path", {
|
8880
8880
|
d: "M15 18L21 12L15 6L13.6 7.4L17.2 11H3V13H17.2L13.6 16.6L15 18Z",
|
8881
8881
|
fill: "currentColor"
|
8882
|
-
}, null, -1)),
|
8882
|
+
}, null, -1)), F7 = /* @__PURE__ */ u({
|
8883
8883
|
__name: "ForwardIcon",
|
8884
8884
|
props: {
|
8885
8885
|
/** The accessibility text provided to screen readers */
|
@@ -8965,14 +8965,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
8965
8965
|
width: "100%",
|
8966
8966
|
xmlns: "http://www.w3.org/2000/svg"
|
8967
8967
|
}, [
|
8968
|
-
e.title ? (a(), l("title",
|
8968
|
+
e.title ? (a(), l("title", V7, h(e.title), 1)) : y("", !0),
|
8969
8969
|
E7
|
8970
8970
|
], 8, B7))
|
8971
8971
|
]),
|
8972
8972
|
_: 1
|
8973
8973
|
}, 8, ["aria-hidden", "style"]));
|
8974
8974
|
}
|
8975
|
-
}),
|
8975
|
+
}), M4 = /* @__PURE__ */ b(F7, [["__scopeId", "data-v-00a004e3"]]), D7 = (e) => (v("data-v-bf0bf962"), e = e(), m(), e), A7 = ["aria-hidden"], P7 = {
|
8976
8976
|
key: 0,
|
8977
8977
|
"data-testid": "kui-icon-svg-title"
|
8978
8978
|
}, R7 = /* @__PURE__ */ D7(() => /* @__PURE__ */ o("path", {
|
@@ -9071,7 +9071,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9071
9071
|
_: 1
|
9072
9072
|
}, 8, ["aria-hidden", "style"]));
|
9073
9073
|
}
|
9074
|
-
}),
|
9074
|
+
}), Z4 = /* @__PURE__ */ b(U7, [["__scopeId", "data-v-bf0bf962"]]), G7 = (e) => (v("data-v-acb14064"), e = e(), m(), e), T7 = ["aria-hidden"], O7 = {
|
9075
9075
|
key: 0,
|
9076
9076
|
"data-testid": "kui-icon-svg-title"
|
9077
9077
|
}, W7 = /* @__PURE__ */ G7(() => /* @__PURE__ */ o("path", {
|
@@ -9170,7 +9170,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9170
9170
|
_: 1
|
9171
9171
|
}, 8, ["aria-hidden", "style"]));
|
9172
9172
|
}
|
9173
|
-
}),
|
9173
|
+
}), B4 = /* @__PURE__ */ b(j7, [["__scopeId", "data-v-acb14064"]]), K7 = (e) => (v("data-v-e3315d70"), e = e(), m(), e), J7 = ["aria-hidden"], X7 = {
|
9174
9174
|
key: 0,
|
9175
9175
|
"data-testid": "kui-icon-svg-title"
|
9176
9176
|
}, Q7 = /* @__PURE__ */ K7(() => /* @__PURE__ */ o("path", {
|
@@ -9269,7 +9269,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9269
9269
|
_: 1
|
9270
9270
|
}, 8, ["aria-hidden", "style"]));
|
9271
9271
|
}
|
9272
|
-
}),
|
9272
|
+
}), V4 = /* @__PURE__ */ b(Y7, [["__scopeId", "data-v-e3315d70"]]), e0 = (e) => (v("data-v-47c61a32"), e = e(), m(), e), t0 = ["aria-hidden"], i0 = {
|
9273
9273
|
key: 0,
|
9274
9274
|
"data-testid": "kui-icon-svg-title"
|
9275
9275
|
}, r0 = /* @__PURE__ */ e0(() => /* @__PURE__ */ o("path", {
|
@@ -9368,14 +9368,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9368
9368
|
_: 1
|
9369
9369
|
}, 8, ["aria-hidden", "style"]));
|
9370
9370
|
}
|
9371
|
-
}),
|
9371
|
+
}), E4 = /* @__PURE__ */ b(n0, [["__scopeId", "data-v-47c61a32"]]), a0 = (e) => (v("data-v-08394641"), e = e(), m(), e), o0 = ["aria-hidden"], s0 = {
|
9372
9372
|
key: 0,
|
9373
9373
|
"data-testid": "kui-icon-svg-title"
|
9374
9374
|
}, d0 = /* @__PURE__ */ a0(() => /* @__PURE__ */ o("path", {
|
9375
|
-
d: "
|
9375
|
+
d: "M0 15V9H1.5V11H3.5V9H5V15H3.5V12.5H1.5V15H0ZM7.75 15V10.5H6V9H11V10.5H9.25V15H7.75ZM12 15V10C12 9.71667 12.0958 9.47917 12.2875 9.2875C12.4792 9.09583 12.7167 9 13 9H17.5C17.7833 9 18.0208 9.09583 18.2125 9.2875C18.4042 9.47917 18.5 9.71667 18.5 10V15H17V10.5H16V14H14.5V10.5H13.5V15H12ZM20 15V9H21.5V13.5H24V15H20Z",
|
9376
9376
|
fill: "currentColor"
|
9377
9377
|
}, null, -1)), l0 = /* @__PURE__ */ u({
|
9378
|
-
__name: "
|
9378
|
+
__name: "HtmlIcon",
|
9379
9379
|
props: {
|
9380
9380
|
/** The accessibility text provided to screen readers */
|
9381
9381
|
title: {
|
@@ -9445,14 +9445,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9445
9445
|
}));
|
9446
9446
|
return (n, r) => (a(), f(g(e.as), {
|
9447
9447
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9448
|
-
class: "kui-icon
|
9449
|
-
"data-testid": "kui-icon-wrapper-
|
9448
|
+
class: "kui-icon html-icon",
|
9449
|
+
"data-testid": "kui-icon-wrapper-html-icon",
|
9450
9450
|
style: p(s.value)
|
9451
9451
|
}, {
|
9452
9452
|
default: C(() => [
|
9453
9453
|
(a(), l("svg", {
|
9454
9454
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9455
|
-
"data-testid": "kui-icon-svg-
|
9455
|
+
"data-testid": "kui-icon-svg-html-icon",
|
9456
9456
|
fill: "none",
|
9457
9457
|
height: "100%",
|
9458
9458
|
role: "img",
|
@@ -9467,14 +9467,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9467
9467
|
_: 1
|
9468
9468
|
}, 8, ["aria-hidden", "style"]));
|
9469
9469
|
}
|
9470
|
-
}),
|
9470
|
+
}), F4 = /* @__PURE__ */ b(l0, [["__scopeId", "data-v-08394641"]]), c0 = (e) => (v("data-v-8c3bc962"), e = e(), m(), e), u0 = ["aria-hidden"], f0 = {
|
9471
9471
|
key: 0,
|
9472
9472
|
"data-testid": "kui-icon-svg-title"
|
9473
9473
|
}, g0 = /* @__PURE__ */ c0(() => /* @__PURE__ */ o("path", {
|
9474
|
-
d: "
|
9474
|
+
d: "M5 22C4.16667 22 3.45833 21.7083 2.875 21.125C2.29167 20.5417 2 19.8333 2 19V5C2 4.16667 2.29167 3.45833 2.875 2.875C3.45833 2.29167 4.16667 2 5 2H19C19.8333 2 20.5417 2.29167 21.125 2.875C21.7083 3.45833 22 4.16667 22 5V19C22 19.8333 21.7083 20.5417 21.125 21.125C20.5417 21.7083 19.8333 22 19 22H5ZM5 20H19C19.2833 20 19.5208 19.9042 19.7125 19.7125C19.9042 19.5208 20 19.2833 20 19V5C20 4.71667 19.9042 4.47917 19.7125 4.2875C19.5208 4.09583 19.2833 4 19 4H5C4.71667 4 4.47917 4.09583 4.2875 4.2875C4.09583 4.47917 4 4.71667 4 5V19C4 19.2833 4.09583 19.5208 4.2875 19.7125C4.47917 19.9042 4.71667 20 5 20ZM6 18L10 14L11.8 15.775L14 13L18 18H6ZM8 10C7.45 10 6.97917 9.80417 6.5875 9.4125C6.19583 9.02083 6 8.55 6 8C6 7.45 6.19583 6.97917 6.5875 6.5875C6.97917 6.19583 7.45 6 8 6C8.55 6 9.02083 6.19583 9.4125 6.5875C9.80417 6.97917 10 7.45 10 8C10 8.55 9.80417 9.02083 9.4125 9.4125C9.02083 9.80417 8.55 10 8 10Z",
|
9475
9475
|
fill: "currentColor"
|
9476
9476
|
}, null, -1)), p0 = /* @__PURE__ */ u({
|
9477
|
-
__name: "
|
9477
|
+
__name: "ImageIcon",
|
9478
9478
|
props: {
|
9479
9479
|
/** The accessibility text provided to screen readers */
|
9480
9480
|
title: {
|
@@ -9544,14 +9544,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9544
9544
|
}));
|
9545
9545
|
return (n, r) => (a(), f(g(e.as), {
|
9546
9546
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9547
|
-
class: "kui-icon
|
9548
|
-
"data-testid": "kui-icon-wrapper-
|
9547
|
+
class: "kui-icon image-icon",
|
9548
|
+
"data-testid": "kui-icon-wrapper-image-icon",
|
9549
9549
|
style: p(s.value)
|
9550
9550
|
}, {
|
9551
9551
|
default: C(() => [
|
9552
9552
|
(a(), l("svg", {
|
9553
9553
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9554
|
-
"data-testid": "kui-icon-svg-
|
9554
|
+
"data-testid": "kui-icon-svg-image-icon",
|
9555
9555
|
fill: "none",
|
9556
9556
|
height: "100%",
|
9557
9557
|
role: "img",
|
@@ -9566,14 +9566,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9566
9566
|
_: 1
|
9567
9567
|
}, 8, ["aria-hidden", "style"]));
|
9568
9568
|
}
|
9569
|
-
}),
|
9569
|
+
}), D4 = /* @__PURE__ */ b(p0, [["__scopeId", "data-v-8c3bc962"]]), C0 = (e) => (v("data-v-af6ae58a"), e = e(), m(), e), h0 = ["aria-hidden"], y0 = {
|
9570
9570
|
key: 0,
|
9571
9571
|
"data-testid": "kui-icon-svg-title"
|
9572
9572
|
}, v0 = /* @__PURE__ */ C0(() => /* @__PURE__ */ o("path", {
|
9573
|
-
d: "
|
9573
|
+
d: "M7 22V17H2V7H7V2H17V7H22V17H17V22H7ZM4 11H9C9.16667 11 9.325 11.0417 9.475 11.125C9.625 11.2083 9.74167 11.3167 9.825 11.45L10.7 12.75L12.05 8.7C12.1167 8.5 12.2375 8.33333 12.4125 8.2C12.5875 8.06667 12.7833 8 13 8C13.1667 8 13.325 8.04167 13.475 8.125C13.625 8.20833 13.7417 8.31667 13.825 8.45L15.525 11H20V9H15V4H9V9H4V11ZM9 20H15V15H20V13H15C14.8333 13 14.675 12.9583 14.525 12.875C14.375 12.7917 14.25 12.6833 14.15 12.55L13.3 11.25L11.95 15.3C11.8833 15.5 11.7583 15.6667 11.575 15.8C11.3917 15.9333 11.1917 16 10.975 16C10.8083 16 10.65 15.9583 10.5 15.875C10.35 15.7917 10.2333 15.6833 10.15 15.55L8.45 13H4V15H9V20Z",
|
9574
9574
|
fill: "currentColor"
|
9575
9575
|
}, null, -1)), m0 = /* @__PURE__ */ u({
|
9576
|
-
__name: "
|
9576
|
+
__name: "ImmunityIcon",
|
9577
9577
|
props: {
|
9578
9578
|
/** The accessibility text provided to screen readers */
|
9579
9579
|
title: {
|
@@ -9643,14 +9643,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9643
9643
|
}));
|
9644
9644
|
return (n, r) => (a(), f(g(e.as), {
|
9645
9645
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9646
|
-
class: "kui-icon
|
9647
|
-
"data-testid": "kui-icon-wrapper-
|
9646
|
+
class: "kui-icon immunity-icon",
|
9647
|
+
"data-testid": "kui-icon-wrapper-immunity-icon",
|
9648
9648
|
style: p(s.value)
|
9649
9649
|
}, {
|
9650
9650
|
default: C(() => [
|
9651
9651
|
(a(), l("svg", {
|
9652
9652
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9653
|
-
"data-testid": "kui-icon-svg-
|
9653
|
+
"data-testid": "kui-icon-svg-immunity-icon",
|
9654
9654
|
fill: "none",
|
9655
9655
|
height: "100%",
|
9656
9656
|
role: "img",
|
@@ -9665,14 +9665,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9665
9665
|
_: 1
|
9666
9666
|
}, 8, ["aria-hidden", "style"]));
|
9667
9667
|
}
|
9668
|
-
}),
|
9668
|
+
}), A4 = /* @__PURE__ */ b(m0, [["__scopeId", "data-v-af6ae58a"]]), b0 = (e) => (v("data-v-91161501"), e = e(), m(), e), S0 = ["aria-hidden"], z0 = {
|
9669
9669
|
key: 0,
|
9670
9670
|
"data-testid": "kui-icon-svg-title"
|
9671
9671
|
}, N0 = /* @__PURE__ */ b0(() => /* @__PURE__ */ o("path", {
|
9672
|
-
d: "
|
9672
|
+
d: "M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H14.1C14.0333 4.33333 14 4.66667 14 5C14 5.33333 14.0333 5.66667 14.1 6H4L12 11L15.65 8.725C15.8833 8.94167 16.1375 9.12917 16.4125 9.2875C16.6875 9.44583 16.975 9.58333 17.275 9.7L12 13L4 8V18H20V9.9C20.3833 9.81667 20.7417 9.7 21.075 9.55C21.4083 9.4 21.7167 9.21667 22 9V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM19 8C18.1667 8 17.4583 7.70833 16.875 7.125C16.2917 6.54167 16 5.83333 16 5C16 4.16667 16.2917 3.45833 16.875 2.875C17.4583 2.29167 18.1667 2 19 2C19.8333 2 20.5417 2.29167 21.125 2.875C21.7083 3.45833 22 4.16667 22 5C22 5.83333 21.7083 6.54167 21.125 7.125C20.5417 7.70833 19.8333 8 19 8Z",
|
9673
9673
|
fill: "currentColor"
|
9674
9674
|
}, null, -1)), w0 = /* @__PURE__ */ u({
|
9675
|
-
__name: "
|
9675
|
+
__name: "InboxNotificationIcon",
|
9676
9676
|
props: {
|
9677
9677
|
/** The accessibility text provided to screen readers */
|
9678
9678
|
title: {
|
@@ -9742,14 +9742,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9742
9742
|
}));
|
9743
9743
|
return (n, r) => (a(), f(g(e.as), {
|
9744
9744
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9745
|
-
class: "kui-icon inbox-icon",
|
9746
|
-
"data-testid": "kui-icon-wrapper-inbox-icon",
|
9745
|
+
class: "kui-icon inbox-notification-icon",
|
9746
|
+
"data-testid": "kui-icon-wrapper-inbox-notification-icon",
|
9747
9747
|
style: p(s.value)
|
9748
9748
|
}, {
|
9749
9749
|
default: C(() => [
|
9750
9750
|
(a(), l("svg", {
|
9751
9751
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9752
|
-
"data-testid": "kui-icon-svg-inbox-icon",
|
9752
|
+
"data-testid": "kui-icon-svg-inbox-notification-icon",
|
9753
9753
|
fill: "none",
|
9754
9754
|
height: "100%",
|
9755
9755
|
role: "img",
|
@@ -9764,14 +9764,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9764
9764
|
_: 1
|
9765
9765
|
}, 8, ["aria-hidden", "style"]));
|
9766
9766
|
}
|
9767
|
-
}),
|
9767
|
+
}), P4 = /* @__PURE__ */ b(w0, [["__scopeId", "data-v-91161501"]]), x0 = (e) => (v("data-v-8e43b196"), e = e(), m(), e), $0 = ["aria-hidden"], L0 = {
|
9768
9768
|
key: 0,
|
9769
9769
|
"data-testid": "kui-icon-svg-title"
|
9770
9770
|
}, _0 = /* @__PURE__ */ x0(() => /* @__PURE__ */ o("path", {
|
9771
|
-
d: "
|
9771
|
+
d: "M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V16H16C15.5 16.6333 14.9042 17.125 14.2125 17.475C13.5208 17.825 12.7833 18 12 18C11.2167 18 10.4792 17.825 9.7875 17.475C9.09583 17.125 8.5 16.6333 8 16H5V19ZM12 16C12.6333 16 13.2083 15.8167 13.725 15.45C14.2417 15.0833 14.6 14.6 14.8 14H19V5H5V14H9.2C9.4 14.6 9.75833 15.0833 10.275 15.45C10.7917 15.8167 11.3667 16 12 16Z",
|
9772
9772
|
fill: "currentColor"
|
9773
9773
|
}, null, -1)), k0 = /* @__PURE__ */ u({
|
9774
|
-
__name: "
|
9774
|
+
__name: "InboxIcon",
|
9775
9775
|
props: {
|
9776
9776
|
/** The accessibility text provided to screen readers */
|
9777
9777
|
title: {
|
@@ -9841,14 +9841,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9841
9841
|
}));
|
9842
9842
|
return (n, r) => (a(), f(g(e.as), {
|
9843
9843
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9844
|
-
class: "kui-icon
|
9845
|
-
"data-testid": "kui-icon-wrapper-
|
9844
|
+
class: "kui-icon inbox-icon",
|
9845
|
+
"data-testid": "kui-icon-wrapper-inbox-icon",
|
9846
9846
|
style: p(s.value)
|
9847
9847
|
}, {
|
9848
9848
|
default: C(() => [
|
9849
9849
|
(a(), l("svg", {
|
9850
9850
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9851
|
-
"data-testid": "kui-icon-svg-
|
9851
|
+
"data-testid": "kui-icon-svg-inbox-icon",
|
9852
9852
|
fill: "none",
|
9853
9853
|
height: "100%",
|
9854
9854
|
role: "img",
|
@@ -9856,21 +9856,21 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9856
9856
|
width: "100%",
|
9857
9857
|
xmlns: "http://www.w3.org/2000/svg"
|
9858
9858
|
}, [
|
9859
|
-
e.title ? (a(), l("title",
|
9859
|
+
e.title ? (a(), l("title", L0, h(e.title), 1)) : y("", !0),
|
9860
9860
|
_0
|
9861
|
-
], 8,
|
9861
|
+
], 8, $0))
|
9862
9862
|
]),
|
9863
9863
|
_: 1
|
9864
9864
|
}, 8, ["aria-hidden", "style"]));
|
9865
9865
|
}
|
9866
|
-
}),
|
9866
|
+
}), R4 = /* @__PURE__ */ b(k0, [["__scopeId", "data-v-8e43b196"]]), I0 = (e) => (v("data-v-927536af"), e = e(), m(), e), q0 = ["aria-hidden"], H0 = {
|
9867
9867
|
key: 0,
|
9868
9868
|
"data-testid": "kui-icon-svg-title"
|
9869
9869
|
}, M0 = /* @__PURE__ */ I0(() => /* @__PURE__ */ o("path", {
|
9870
|
-
d: "
|
9870
|
+
d: "M7 14L12 9L17 14H7Z",
|
9871
9871
|
fill: "currentColor"
|
9872
9872
|
}, null, -1)), Z0 = /* @__PURE__ */ u({
|
9873
|
-
__name: "
|
9873
|
+
__name: "IncreaseIcon",
|
9874
9874
|
props: {
|
9875
9875
|
/** The accessibility text provided to screen readers */
|
9876
9876
|
title: {
|
@@ -9940,14 +9940,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9940
9940
|
}));
|
9941
9941
|
return (n, r) => (a(), f(g(e.as), {
|
9942
9942
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9943
|
-
class: "kui-icon
|
9944
|
-
"data-testid": "kui-icon-wrapper-
|
9943
|
+
class: "kui-icon increase-icon",
|
9944
|
+
"data-testid": "kui-icon-wrapper-increase-icon",
|
9945
9945
|
style: p(s.value)
|
9946
9946
|
}, {
|
9947
9947
|
default: C(() => [
|
9948
9948
|
(a(), l("svg", {
|
9949
9949
|
"aria-hidden": e.decorative ? "true" : void 0,
|
9950
|
-
"data-testid": "kui-icon-svg-
|
9950
|
+
"data-testid": "kui-icon-svg-increase-icon",
|
9951
9951
|
fill: "none",
|
9952
9952
|
height: "100%",
|
9953
9953
|
role: "img",
|
@@ -9962,14 +9962,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
9962
9962
|
_: 1
|
9963
9963
|
}, 8, ["aria-hidden", "style"]));
|
9964
9964
|
}
|
9965
|
-
}),
|
9965
|
+
}), U4 = /* @__PURE__ */ b(Z0, [["__scopeId", "data-v-927536af"]]), B0 = (e) => (v("data-v-eb7d2ba7"), e = e(), m(), e), V0 = ["aria-hidden"], E0 = {
|
9966
9966
|
key: 0,
|
9967
9967
|
"data-testid": "kui-icon-svg-title"
|
9968
|
-
},
|
9969
|
-
d: "
|
9968
|
+
}, F0 = /* @__PURE__ */ B0(() => /* @__PURE__ */ o("path", {
|
9969
|
+
d: "M5 11V9H15V11H5Z",
|
9970
9970
|
fill: "currentColor"
|
9971
9971
|
}, null, -1)), D0 = /* @__PURE__ */ u({
|
9972
|
-
__name: "
|
9972
|
+
__name: "IndeterminateSmallIcon",
|
9973
9973
|
props: {
|
9974
9974
|
/** The accessibility text provided to screen readers */
|
9975
9975
|
title: {
|
@@ -10039,14 +10039,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10039
10039
|
}));
|
10040
10040
|
return (n, r) => (a(), f(g(e.as), {
|
10041
10041
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10042
|
-
class: "kui-icon
|
10043
|
-
"data-testid": "kui-icon-wrapper-
|
10042
|
+
class: "kui-icon indeterminate-small-icon",
|
10043
|
+
"data-testid": "kui-icon-wrapper-indeterminate-small-icon",
|
10044
10044
|
style: p(s.value)
|
10045
10045
|
}, {
|
10046
10046
|
default: C(() => [
|
10047
10047
|
(a(), l("svg", {
|
10048
10048
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10049
|
-
"data-testid": "kui-icon-svg-
|
10049
|
+
"data-testid": "kui-icon-svg-indeterminate-small-icon",
|
10050
10050
|
fill: "none",
|
10051
10051
|
height: "100%",
|
10052
10052
|
role: "img",
|
@@ -10055,22 +10055,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10055
10055
|
xmlns: "http://www.w3.org/2000/svg"
|
10056
10056
|
}, [
|
10057
10057
|
e.title ? (a(), l("title", E0, h(e.title), 1)) : y("", !0),
|
10058
|
-
|
10059
|
-
], 8,
|
10058
|
+
F0
|
10059
|
+
], 8, V0))
|
10060
10060
|
]),
|
10061
10061
|
_: 1
|
10062
10062
|
}, 8, ["aria-hidden", "style"]));
|
10063
10063
|
}
|
10064
|
-
}),
|
10064
|
+
}), G4 = /* @__PURE__ */ b(D0, [["__scopeId", "data-v-eb7d2ba7"]]), A0 = (e) => (v("data-v-51abcc43"), e = e(), m(), e), P0 = ["aria-hidden"], R0 = {
|
10065
10065
|
key: 0,
|
10066
10066
|
"data-testid": "kui-icon-svg-title"
|
10067
10067
|
}, U0 = /* @__PURE__ */ A0(() => /* @__PURE__ */ o("path", {
|
10068
|
-
|
10069
|
-
|
10070
|
-
fill: "currentColor",
|
10071
|
-
"fill-rule": "evenodd"
|
10068
|
+
d: "M11 17H13V11H11V17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z",
|
10069
|
+
fill: "currentColor"
|
10072
10070
|
}, null, -1)), G0 = /* @__PURE__ */ u({
|
10073
|
-
__name: "
|
10071
|
+
__name: "InfoIcon",
|
10074
10072
|
props: {
|
10075
10073
|
/** The accessibility text provided to screen readers */
|
10076
10074
|
title: {
|
@@ -10140,14 +10138,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10140
10138
|
}));
|
10141
10139
|
return (n, r) => (a(), f(g(e.as), {
|
10142
10140
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10143
|
-
class: "kui-icon
|
10144
|
-
"data-testid": "kui-icon-wrapper-
|
10141
|
+
class: "kui-icon info-icon",
|
10142
|
+
"data-testid": "kui-icon-wrapper-info-icon",
|
10145
10143
|
style: p(s.value)
|
10146
10144
|
}, {
|
10147
10145
|
default: C(() => [
|
10148
10146
|
(a(), l("svg", {
|
10149
10147
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10150
|
-
"data-testid": "kui-icon-svg-
|
10148
|
+
"data-testid": "kui-icon-svg-info-icon",
|
10151
10149
|
fill: "none",
|
10152
10150
|
height: "100%",
|
10153
10151
|
role: "img",
|
@@ -10162,14 +10160,16 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10162
10160
|
_: 1
|
10163
10161
|
}, 8, ["aria-hidden", "style"]));
|
10164
10162
|
}
|
10165
|
-
}),
|
10163
|
+
}), T4 = /* @__PURE__ */ b(G0, [["__scopeId", "data-v-51abcc43"]]), T0 = (e) => (v("data-v-5e11d210"), e = e(), m(), e), O0 = ["aria-hidden"], W0 = {
|
10166
10164
|
key: 0,
|
10167
10165
|
"data-testid": "kui-icon-svg-title"
|
10168
10166
|
}, j0 = /* @__PURE__ */ T0(() => /* @__PURE__ */ o("path", {
|
10169
|
-
|
10170
|
-
|
10167
|
+
"clip-rule": "evenodd",
|
10168
|
+
d: "M15 2L15.9546 4.04541L18 5L15.9546 5.95459L15 8L14.0454 5.95459L12 5L14.0454 4.04541L15 2ZM3 18C2.45 18 1.97917 17.8042 1.5875 17.4125C1.19583 17.0208 1 16.55 1 16C1 15.45 1.19583 14.9792 1.5875 14.5875C1.97917 14.1958 2.45 14 3 14H3.2625C3.3375 14 3.41667 14.0167 3.5 14.05L8.05 9.5C8.01667 9.41667 8 9.3375 8 9.2625V9C8 8.45 8.19583 7.97917 8.5875 7.5875C8.97917 7.19583 9.45 7 10 7C10.55 7 11.0208 7.19583 11.4125 7.5875C11.8042 7.97917 12 8.45 12 9C12 9.03333 11.9833 9.2 11.95 9.5L14.5 12.05C14.5833 12.0167 14.6625 12 14.7375 12H15.2625C15.3375 12 15.4167 12.0167 15.5 12.05L19.05 8.5C19.0167 8.41667 19 8.3375 19 8.2625V8C19 7.45 19.1958 6.97917 19.5875 6.5875C19.9792 6.19583 20.45 6 21 6C21.55 6 22.0208 6.19583 22.4125 6.5875C22.8042 6.97917 23 7.45 23 8C23 8.55 22.8042 9.02083 22.4125 9.4125C22.0208 9.80417 21.55 10 21 10H20.7375C20.6625 10 20.5833 9.98333 20.5 9.95L16.95 13.5C16.9833 13.5833 17 13.6625 17 13.7375V14C17 14.55 16.8042 15.0208 16.4125 15.4125C16.0208 15.8042 15.55 16 15 16C14.45 16 13.9792 15.8042 13.5875 15.4125C13.1958 15.0208 13 14.55 13 14V13.7375C13 13.6625 13.0167 13.5833 13.05 13.5L10.5 10.95C10.4167 10.9833 10.3375 11 10.2625 11H10C9.96667 11 9.8 10.9833 9.5 10.95L4.95 15.5C4.98333 15.5833 5 15.6625 5 15.7375V16C5 16.55 4.80417 17.0208 4.4125 17.4125C4.02083 17.8042 3.55 18 3 18ZM4.6364 7.3636L4 6L3.3636 7.3636L2 8L3.3636 8.6364L4 10L4.6364 8.6364L6 8L4.6364 7.3636Z",
|
10169
|
+
fill: "currentColor",
|
10170
|
+
"fill-rule": "evenodd"
|
10171
10171
|
}, null, -1)), K0 = /* @__PURE__ */ u({
|
10172
|
-
__name: "
|
10172
|
+
__name: "InsightsIcon",
|
10173
10173
|
props: {
|
10174
10174
|
/** The accessibility text provided to screen readers */
|
10175
10175
|
title: {
|
@@ -10239,14 +10239,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10239
10239
|
}));
|
10240
10240
|
return (n, r) => (a(), f(g(e.as), {
|
10241
10241
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10242
|
-
class: "kui-icon
|
10243
|
-
"data-testid": "kui-icon-wrapper-
|
10242
|
+
class: "kui-icon insights-icon",
|
10243
|
+
"data-testid": "kui-icon-wrapper-insights-icon",
|
10244
10244
|
style: p(s.value)
|
10245
10245
|
}, {
|
10246
10246
|
default: C(() => [
|
10247
10247
|
(a(), l("svg", {
|
10248
10248
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10249
|
-
"data-testid": "kui-icon-svg-
|
10249
|
+
"data-testid": "kui-icon-svg-insights-icon",
|
10250
10250
|
fill: "none",
|
10251
10251
|
height: "100%",
|
10252
10252
|
role: "img",
|
@@ -10261,16 +10261,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10261
10261
|
_: 1
|
10262
10262
|
}, 8, ["aria-hidden", "style"]));
|
10263
10263
|
}
|
10264
|
-
}),
|
10264
|
+
}), O4 = /* @__PURE__ */ b(K0, [["__scopeId", "data-v-5e11d210"]]), J0 = (e) => (v("data-v-7a91a5fc"), e = e(), m(), e), X0 = ["aria-hidden"], Q0 = {
|
10265
10265
|
key: 0,
|
10266
10266
|
"data-testid": "kui-icon-svg-title"
|
10267
10267
|
}, Y0 = /* @__PURE__ */ J0(() => /* @__PURE__ */ o("path", {
|
10268
|
-
|
10269
|
-
|
10270
|
-
fill: "currentColor",
|
10271
|
-
"fill-rule": "evenodd"
|
10268
|
+
d: "M4.5 19.25V16.75H8.5L11.5 7.75H7.5V5.25H17.5V7.75H14L11 16.75H14.5V19.25H4.5Z",
|
10269
|
+
fill: "currentColor"
|
10272
10270
|
}, null, -1)), e3 = /* @__PURE__ */ u({
|
10273
|
-
__name: "
|
10271
|
+
__name: "ItalicIcon",
|
10274
10272
|
props: {
|
10275
10273
|
/** The accessibility text provided to screen readers */
|
10276
10274
|
title: {
|
@@ -10340,14 +10338,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10340
10338
|
}));
|
10341
10339
|
return (n, r) => (a(), f(g(e.as), {
|
10342
10340
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10343
|
-
class: "kui-icon
|
10344
|
-
"data-testid": "kui-icon-wrapper-
|
10341
|
+
class: "kui-icon italic-icon",
|
10342
|
+
"data-testid": "kui-icon-wrapper-italic-icon",
|
10345
10343
|
style: p(s.value)
|
10346
10344
|
}, {
|
10347
10345
|
default: C(() => [
|
10348
10346
|
(a(), l("svg", {
|
10349
10347
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10350
|
-
"data-testid": "kui-icon-svg-
|
10348
|
+
"data-testid": "kui-icon-svg-italic-icon",
|
10351
10349
|
fill: "none",
|
10352
10350
|
height: "100%",
|
10353
10351
|
role: "img",
|
@@ -10362,14 +10360,16 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10362
10360
|
_: 1
|
10363
10361
|
}, 8, ["aria-hidden", "style"]));
|
10364
10362
|
}
|
10365
|
-
}),
|
10363
|
+
}), W4 = /* @__PURE__ */ b(e3, [["__scopeId", "data-v-7a91a5fc"]]), t3 = (e) => (v("data-v-d820022c"), e = e(), m(), e), i3 = ["aria-hidden"], r3 = {
|
10366
10364
|
key: 0,
|
10367
10365
|
"data-testid": "kui-icon-svg-title"
|
10368
10366
|
}, n3 = /* @__PURE__ */ t3(() => /* @__PURE__ */ o("path", {
|
10369
|
-
|
10370
|
-
|
10367
|
+
"clip-rule": "evenodd",
|
10368
|
+
d: "M8.56654 17.8134H12.2371L14.1429 20.2096L13.8152 21.026H9.0731L9.18942 20.2096L8.07153 18.4462L8.56654 17.8134ZM11.193 7.28639L13.1602 7.28343L22 17.822L21.3132 21.026H17.5245L17.7604 20.1233L9.50009 10.2732L11.193 7.28639ZM14.6686 3L18.778 6.22975L18.2519 6.77265L18.9644 7.76492V8.82592L16.9157 10.496L13.4703 6.42551H11.4644L12.272 4.94512L14.6686 3ZM6.04318 13.3443L8.90974 10.853L12.7144 15.4313L11.6342 17.1086H8.12603L5.69899 20.2934L5.14469 21.026H2V17.1183L4.93106 13.3443H6.04318Z",
|
10369
|
+
fill: "currentColor",
|
10370
|
+
"fill-rule": "evenodd"
|
10371
10371
|
}, null, -1)), a3 = /* @__PURE__ */ u({
|
10372
|
-
__name: "
|
10372
|
+
__name: "KongIcon",
|
10373
10373
|
props: {
|
10374
10374
|
/** The accessibility text provided to screen readers */
|
10375
10375
|
title: {
|
@@ -10439,14 +10439,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10439
10439
|
}));
|
10440
10440
|
return (n, r) => (a(), f(g(e.as), {
|
10441
10441
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10442
|
-
class: "kui-icon
|
10443
|
-
"data-testid": "kui-icon-wrapper-
|
10442
|
+
class: "kui-icon kong-icon",
|
10443
|
+
"data-testid": "kui-icon-wrapper-kong-icon",
|
10444
10444
|
style: p(s.value)
|
10445
10445
|
}, {
|
10446
10446
|
default: C(() => [
|
10447
10447
|
(a(), l("svg", {
|
10448
10448
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10449
|
-
"data-testid": "kui-icon-svg-
|
10449
|
+
"data-testid": "kui-icon-svg-kong-icon",
|
10450
10450
|
fill: "none",
|
10451
10451
|
height: "100%",
|
10452
10452
|
role: "img",
|
@@ -10461,14 +10461,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10461
10461
|
_: 1
|
10462
10462
|
}, 8, ["aria-hidden", "style"]));
|
10463
10463
|
}
|
10464
|
-
}),
|
10464
|
+
}), j4 = /* @__PURE__ */ b(a3, [["__scopeId", "data-v-d820022c"]]), o3 = (e) => (v("data-v-225d64e5"), e = e(), m(), e), s3 = ["aria-hidden"], d3 = {
|
10465
10465
|
key: 0,
|
10466
10466
|
"data-testid": "kui-icon-svg-title"
|
10467
10467
|
}, l3 = /* @__PURE__ */ o3(() => /* @__PURE__ */ o("path", {
|
10468
|
-
d: "
|
10468
|
+
d: "M7 17C5.61667 17 4.4375 16.5125 3.4625 15.5375C2.4875 14.5625 2 13.3833 2 12C2 10.6167 2.4875 9.4375 3.4625 8.4625C4.4375 7.4875 5.61667 7 7 7H10C10.2833 7 10.5208 7.09583 10.7125 7.2875C10.9042 7.47917 11 7.71667 11 8C11 8.28333 10.9042 8.52083 10.7125 8.7125C10.5208 8.90417 10.2833 9 10 9H7C6.16667 9 5.45833 9.29167 4.875 9.875C4.29167 10.4583 4 11.1667 4 12C4 12.8333 4.29167 13.5417 4.875 14.125C5.45833 14.7083 6.16667 15 7 15H10C10.2833 15 10.5208 15.0958 10.7125 15.2875C10.9042 15.4792 11 15.7167 11 16C11 16.2833 10.9042 16.5208 10.7125 16.7125C10.5208 16.9042 10.2833 17 10 17H7ZM9 13C8.71667 13 8.47917 12.9042 8.2875 12.7125C8.09583 12.5208 8 12.2833 8 12C8 11.7167 8.09583 11.4792 8.2875 11.2875C8.47917 11.0958 8.71667 11 9 11H15C15.2833 11 15.5208 11.0958 15.7125 11.2875C15.9042 11.4792 16 11.7167 16 12C16 12.2833 15.9042 12.5208 15.7125 12.7125C15.5208 12.9042 15.2833 13 15 13H9ZM14 17C13.7167 17 13.4792 16.9042 13.2875 16.7125C13.0958 16.5208 13 16.2833 13 16C13 15.7167 13.0958 15.4792 13.2875 15.2875C13.4792 15.0958 13.7167 15 14 15H17C17.8333 15 18.5417 14.7083 19.125 14.125C19.7083 13.5417 20 12.8333 20 12C20 11.1667 19.7083 10.4583 19.125 9.875C18.5417 9.29167 17.8333 9 17 9H14C13.7167 9 13.4792 8.90417 13.2875 8.7125C13.0958 8.52083 13 8.28333 13 8C13 7.71667 13.0958 7.47917 13.2875 7.2875C13.4792 7.09583 13.7167 7 14 7H17C18.3833 7 19.5625 7.4875 20.5375 8.4625C21.5125 9.4375 22 10.6167 22 12C22 13.3833 21.5125 14.5625 20.5375 15.5375C19.5625 16.5125 18.3833 17 17 17H14Z",
|
10469
10469
|
fill: "currentColor"
|
10470
10470
|
}, null, -1)), c3 = /* @__PURE__ */ u({
|
10471
|
-
__name: "
|
10471
|
+
__name: "LinkIcon",
|
10472
10472
|
props: {
|
10473
10473
|
/** The accessibility text provided to screen readers */
|
10474
10474
|
title: {
|
@@ -10538,14 +10538,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10538
10538
|
}));
|
10539
10539
|
return (n, r) => (a(), f(g(e.as), {
|
10540
10540
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10541
|
-
class: "kui-icon
|
10542
|
-
"data-testid": "kui-icon-wrapper-
|
10541
|
+
class: "kui-icon link-icon",
|
10542
|
+
"data-testid": "kui-icon-wrapper-link-icon",
|
10543
10543
|
style: p(s.value)
|
10544
10544
|
}, {
|
10545
10545
|
default: C(() => [
|
10546
10546
|
(a(), l("svg", {
|
10547
10547
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10548
|
-
"data-testid": "kui-icon-svg-
|
10548
|
+
"data-testid": "kui-icon-svg-link-icon",
|
10549
10549
|
fill: "none",
|
10550
10550
|
height: "100%",
|
10551
10551
|
role: "img",
|
@@ -10560,14 +10560,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10560
10560
|
_: 1
|
10561
10561
|
}, 8, ["aria-hidden", "style"]));
|
10562
10562
|
}
|
10563
|
-
}),
|
10563
|
+
}), K4 = /* @__PURE__ */ b(c3, [["__scopeId", "data-v-225d64e5"]]), u3 = (e) => (v("data-v-240952f2"), e = e(), m(), e), f3 = ["aria-hidden"], g3 = {
|
10564
10564
|
key: 0,
|
10565
10565
|
"data-testid": "kui-icon-svg-title"
|
10566
10566
|
}, p3 = /* @__PURE__ */ u3(() => /* @__PURE__ */ o("path", {
|
10567
|
-
d: "
|
10567
|
+
d: "M3.75 22C3.53333 22 3.35417 21.9292 3.2125 21.7875C3.07083 21.6458 3 21.4667 3 21.25C3 21.0333 3.07083 20.8542 3.2125 20.7125C3.35417 20.5708 3.53333 20.5 3.75 20.5H5.5V19.75H4.75C4.53333 19.75 4.35417 19.6792 4.2125 19.5375C4.07083 19.3958 4 19.2167 4 19C4 18.7833 4.07083 18.6042 4.2125 18.4625C4.35417 18.3208 4.53333 18.25 4.75 18.25H5.5V17.5H3.75C3.53333 17.5 3.35417 17.4292 3.2125 17.2875C3.07083 17.1458 3 16.9667 3 16.75C3 16.5333 3.07083 16.3542 3.2125 16.2125C3.35417 16.0708 3.53333 16 3.75 16H6C6.28333 16 6.52083 16.0958 6.7125 16.2875C6.90417 16.4792 7 16.7167 7 17V18C7 18.2833 6.90417 18.5208 6.7125 18.7125C6.52083 18.9042 6.28333 19 6 19C6.28333 19 6.52083 19.0958 6.7125 19.2875C6.90417 19.4792 7 19.7167 7 20V21C7 21.2833 6.90417 21.5208 6.7125 21.7125C6.52083 21.9042 6.28333 22 6 22H3.75ZM3.75 15C3.53333 15 3.35417 14.9292 3.2125 14.7875C3.07083 14.6458 3 14.4667 3 14.25V12.25C3 11.9667 3.09583 11.7292 3.2875 11.5375C3.47917 11.3458 3.71667 11.25 4 11.25H5.5V10.5H3.75C3.53333 10.5 3.35417 10.4292 3.2125 10.2875C3.07083 10.1458 3 9.96667 3 9.75C3 9.53333 3.07083 9.35417 3.2125 9.2125C3.35417 9.07083 3.53333 9 3.75 9H6C6.28333 9 6.52083 9.09583 6.7125 9.2875C6.90417 9.47917 7 9.71667 7 10V11.75C7 12.0333 6.90417 12.2708 6.7125 12.4625C6.52083 12.6542 6.28333 12.75 6 12.75H4.5V13.5H6.25C6.46667 13.5 6.64583 13.5708 6.7875 13.7125C6.92917 13.8542 7 14.0333 7 14.25C7 14.4667 6.92917 14.6458 6.7875 14.7875C6.64583 14.9292 6.46667 15 6.25 15H3.75ZM5.25 8C5.03333 8 4.85417 7.92917 4.7125 7.7875C4.57083 7.64583 4.5 7.46667 4.5 7.25V3.5H3.75C3.53333 3.5 3.35417 3.42917 3.2125 3.2875C3.07083 3.14583 3 2.96667 3 2.75C3 2.53333 3.07083 2.35417 3.2125 2.2125C3.35417 2.07083 3.53333 2 3.75 2H5.25C5.46667 2 5.64583 2.07083 5.7875 2.2125C5.92917 2.35417 6 2.53333 6 2.75V7.25C6 7.46667 5.92917 7.64583 5.7875 7.7875C5.64583 7.92917 5.46667 8 5.25 8ZM10 19C9.71667 19 9.47917 18.9042 9.2875 18.7125C9.09583 18.5208 9 18.2833 9 18C9 17.7167 9.09583 17.4792 9.2875 17.2875C9.47917 17.0958 9.71667 17 10 17H20C20.2833 17 20.5208 17.0958 20.7125 17.2875C20.9042 17.4792 21 17.7167 21 18C21 18.2833 20.9042 18.5208 20.7125 18.7125C20.5208 18.9042 20.2833 19 20 19H10ZM10 13C9.71667 13 9.47917 12.9042 9.2875 12.7125C9.09583 12.5208 9 12.2833 9 12C9 11.7167 9.09583 11.4792 9.2875 11.2875C9.47917 11.0958 9.71667 11 10 11H20C20.2833 11 20.5208 11.0958 20.7125 11.2875C20.9042 11.4792 21 11.7167 21 12C21 12.2833 20.9042 12.5208 20.7125 12.7125C20.5208 12.9042 20.2833 13 20 13H10ZM10 7C9.71667 7 9.47917 6.90417 9.2875 6.7125C9.09583 6.52083 9 6.28333 9 6C9 5.71667 9.09583 5.47917 9.2875 5.2875C9.47917 5.09583 9.71667 5 10 5H20C20.2833 5 20.5208 5.09583 20.7125 5.2875C20.9042 5.47917 21 5.71667 21 6C21 6.28333 20.9042 6.52083 20.7125 6.7125C20.5208 6.90417 20.2833 7 20 7H10Z",
|
10568
10568
|
fill: "currentColor"
|
10569
10569
|
}, null, -1)), C3 = /* @__PURE__ */ u({
|
10570
|
-
__name: "
|
10570
|
+
__name: "ListOrderedIcon",
|
10571
10571
|
props: {
|
10572
10572
|
/** The accessibility text provided to screen readers */
|
10573
10573
|
title: {
|
@@ -10637,14 +10637,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10637
10637
|
}));
|
10638
10638
|
return (n, r) => (a(), f(g(e.as), {
|
10639
10639
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10640
|
-
class: "kui-icon list-
|
10641
|
-
"data-testid": "kui-icon-wrapper-list-
|
10640
|
+
class: "kui-icon list-ordered-icon",
|
10641
|
+
"data-testid": "kui-icon-wrapper-list-ordered-icon",
|
10642
10642
|
style: p(s.value)
|
10643
10643
|
}, {
|
10644
10644
|
default: C(() => [
|
10645
10645
|
(a(), l("svg", {
|
10646
10646
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10647
|
-
"data-testid": "kui-icon-svg-list-
|
10647
|
+
"data-testid": "kui-icon-svg-list-ordered-icon",
|
10648
10648
|
fill: "none",
|
10649
10649
|
height: "100%",
|
10650
10650
|
role: "img",
|
@@ -10659,14 +10659,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10659
10659
|
_: 1
|
10660
10660
|
}, 8, ["aria-hidden", "style"]));
|
10661
10661
|
}
|
10662
|
-
}),
|
10662
|
+
}), J4 = /* @__PURE__ */ b(C3, [["__scopeId", "data-v-240952f2"]]), h3 = (e) => (v("data-v-80471941"), e = e(), m(), e), y3 = ["aria-hidden"], v3 = {
|
10663
10663
|
key: 0,
|
10664
10664
|
"data-testid": "kui-icon-svg-title"
|
10665
10665
|
}, m3 = /* @__PURE__ */ h3(() => /* @__PURE__ */ o("path", {
|
10666
|
-
d: "
|
10666
|
+
d: "M10 19C9.71667 19 9.47917 18.9042 9.2875 18.7125C9.09583 18.5208 9 18.2833 9 18C9 17.7167 9.09583 17.4792 9.2875 17.2875C9.47917 17.0958 9.71667 17 10 17H20C20.2833 17 20.5208 17.0958 20.7125 17.2875C20.9042 17.4792 21 17.7167 21 18C21 18.2833 20.9042 18.5208 20.7125 18.7125C20.5208 18.9042 20.2833 19 20 19H10ZM10 13C9.71667 13 9.47917 12.9042 9.2875 12.7125C9.09583 12.5208 9 12.2833 9 12C9 11.7167 9.09583 11.4792 9.2875 11.2875C9.47917 11.0958 9.71667 11 10 11H20C20.2833 11 20.5208 11.0958 20.7125 11.2875C20.9042 11.4792 21 11.7167 21 12C21 12.2833 20.9042 12.5208 20.7125 12.7125C20.5208 12.9042 20.2833 13 20 13H10ZM10 7C9.71667 7 9.47917 6.90417 9.2875 6.7125C9.09583 6.52083 9 6.28333 9 6C9 5.71667 9.09583 5.47917 9.2875 5.2875C9.47917 5.09583 9.71667 5 10 5H20C20.2833 5 20.5208 5.09583 20.7125 5.2875C20.9042 5.47917 21 5.71667 21 6C21 6.28333 20.9042 6.52083 20.7125 6.7125C20.5208 6.90417 20.2833 7 20 7H10ZM5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18C3 17.45 3.19583 16.9792 3.5875 16.5875C3.97917 16.1958 4.45 16 5 16C5.55 16 6.02083 16.1958 6.4125 16.5875C6.80417 16.9792 7 17.45 7 18C7 18.55 6.80417 19.0208 6.4125 19.4125C6.02083 19.8042 5.55 20 5 20ZM5 14C4.45 14 3.97917 13.8042 3.5875 13.4125C3.19583 13.0208 3 12.55 3 12C3 11.45 3.19583 10.9792 3.5875 10.5875C3.97917 10.1958 4.45 10 5 10C5.55 10 6.02083 10.1958 6.4125 10.5875C6.80417 10.9792 7 11.45 7 12C7 12.55 6.80417 13.0208 6.4125 13.4125C6.02083 13.8042 5.55 14 5 14ZM5 8C4.45 8 3.97917 7.80417 3.5875 7.4125C3.19583 7.02083 3 6.55 3 6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4C5.55 4 6.02083 4.19583 6.4125 4.5875C6.80417 4.97917 7 5.45 7 6C7 6.55 6.80417 7.02083 6.4125 7.4125C6.02083 7.80417 5.55 8 5 8Z",
|
10667
10667
|
fill: "currentColor"
|
10668
10668
|
}, null, -1)), b3 = /* @__PURE__ */ u({
|
10669
|
-
__name: "
|
10669
|
+
__name: "ListUnorderedIcon",
|
10670
10670
|
props: {
|
10671
10671
|
/** The accessibility text provided to screen readers */
|
10672
10672
|
title: {
|
@@ -10736,14 +10736,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10736
10736
|
}));
|
10737
10737
|
return (n, r) => (a(), f(g(e.as), {
|
10738
10738
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10739
|
-
class: "kui-icon list-icon",
|
10740
|
-
"data-testid": "kui-icon-wrapper-list-icon",
|
10739
|
+
class: "kui-icon list-unordered-icon",
|
10740
|
+
"data-testid": "kui-icon-wrapper-list-unordered-icon",
|
10741
10741
|
style: p(s.value)
|
10742
10742
|
}, {
|
10743
10743
|
default: C(() => [
|
10744
10744
|
(a(), l("svg", {
|
10745
10745
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10746
|
-
"data-testid": "kui-icon-svg-list-icon",
|
10746
|
+
"data-testid": "kui-icon-svg-list-unordered-icon",
|
10747
10747
|
fill: "none",
|
10748
10748
|
height: "100%",
|
10749
10749
|
role: "img",
|
@@ -10758,14 +10758,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10758
10758
|
_: 1
|
10759
10759
|
}, 8, ["aria-hidden", "style"]));
|
10760
10760
|
}
|
10761
|
-
}),
|
10761
|
+
}), X4 = /* @__PURE__ */ b(b3, [["__scopeId", "data-v-80471941"]]), S3 = (e) => (v("data-v-eb5afefd"), e = e(), m(), e), z3 = ["aria-hidden"], N3 = {
|
10762
10762
|
key: 0,
|
10763
10763
|
"data-testid": "kui-icon-svg-title"
|
10764
10764
|
}, w3 = /* @__PURE__ */ S3(() => /* @__PURE__ */ o("path", {
|
10765
|
-
d: "
|
10765
|
+
d: "M4 17C3.71667 17 3.47917 16.9042 3.2875 16.7125C3.09583 16.5208 3 16.2833 3 16C3 15.7167 3.09583 15.4792 3.2875 15.2875C3.47917 15.0958 3.71667 15 4 15C4.28333 15 4.52083 15.0958 4.7125 15.2875C4.90417 15.4792 5 15.7167 5 16C5 16.2833 4.90417 16.5208 4.7125 16.7125C4.52083 16.9042 4.28333 17 4 17ZM4 13C3.71667 13 3.47917 12.9042 3.2875 12.7125C3.09583 12.5208 3 12.2833 3 12C3 11.7167 3.09583 11.4792 3.2875 11.2875C3.47917 11.0958 3.71667 11 4 11C4.28333 11 4.52083 11.0958 4.7125 11.2875C4.90417 11.4792 5 11.7167 5 12C5 12.2833 4.90417 12.5208 4.7125 12.7125C4.52083 12.9042 4.28333 13 4 13ZM4 9C3.71667 9 3.47917 8.90417 3.2875 8.7125C3.09583 8.52083 3 8.28333 3 8C3 7.71667 3.09583 7.47917 3.2875 7.2875C3.47917 7.09583 3.71667 7 4 7C4.28333 7 4.52083 7.09583 4.7125 7.2875C4.90417 7.47917 5 7.71667 5 8C5 8.28333 4.90417 8.52083 4.7125 8.7125C4.52083 8.90417 4.28333 9 4 9ZM7 17V15H21V17H7ZM7 13V11H21V13H7ZM7 9V7H21V9H7Z",
|
10766
10766
|
fill: "currentColor"
|
10767
10767
|
}, null, -1)), x3 = /* @__PURE__ */ u({
|
10768
|
-
__name: "
|
10768
|
+
__name: "ListIcon",
|
10769
10769
|
props: {
|
10770
10770
|
/** The accessibility text provided to screen readers */
|
10771
10771
|
title: {
|
@@ -10835,14 +10835,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10835
10835
|
}));
|
10836
10836
|
return (n, r) => (a(), f(g(e.as), {
|
10837
10837
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10838
|
-
class: "kui-icon
|
10839
|
-
"data-testid": "kui-icon-wrapper-
|
10838
|
+
class: "kui-icon list-icon",
|
10839
|
+
"data-testid": "kui-icon-wrapper-list-icon",
|
10840
10840
|
style: p(s.value)
|
10841
10841
|
}, {
|
10842
10842
|
default: C(() => [
|
10843
10843
|
(a(), l("svg", {
|
10844
10844
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10845
|
-
"data-testid": "kui-icon-svg-
|
10845
|
+
"data-testid": "kui-icon-svg-list-icon",
|
10846
10846
|
fill: "none",
|
10847
10847
|
height: "100%",
|
10848
10848
|
role: "img",
|
@@ -10857,14 +10857,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10857
10857
|
_: 1
|
10858
10858
|
}, 8, ["aria-hidden", "style"]));
|
10859
10859
|
}
|
10860
|
-
}),
|
10860
|
+
}), Q4 = /* @__PURE__ */ b(x3, [["__scopeId", "data-v-eb5afefd"]]), $3 = (e) => (v("data-v-79151544"), e = e(), m(), e), L3 = ["aria-hidden"], _3 = {
|
10861
10861
|
key: 0,
|
10862
10862
|
"data-testid": "kui-icon-svg-title"
|
10863
|
-
}, k3 = /* @__PURE__ */
|
10864
|
-
d: "M6.
|
10863
|
+
}, k3 = /* @__PURE__ */ $3(() => /* @__PURE__ */ o("path", {
|
10864
|
+
d: "M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H7V6C7 4.61667 7.4875 3.4375 8.4625 2.4625C9.4375 1.4875 10.6167 1 12 1C13.3833 1 14.5625 1.4875 15.5375 2.4625C16.5125 3.4375 17 4.61667 17 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM9 8H15V6C15 5.16667 14.7083 4.45833 14.125 3.875C13.5417 3.29167 12.8333 3 12 3C11.1667 3 10.4583 3.29167 9.875 3.875C9.29167 4.45833 9 5.16667 9 6V8Z",
|
10865
10865
|
fill: "currentColor"
|
10866
10866
|
}, null, -1)), I3 = /* @__PURE__ */ u({
|
10867
|
-
__name: "
|
10867
|
+
__name: "LockIcon",
|
10868
10868
|
props: {
|
10869
10869
|
/** The accessibility text provided to screen readers */
|
10870
10870
|
title: {
|
@@ -10934,14 +10934,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10934
10934
|
}));
|
10935
10935
|
return (n, r) => (a(), f(g(e.as), {
|
10936
10936
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10937
|
-
class: "kui-icon
|
10938
|
-
"data-testid": "kui-icon-wrapper-
|
10937
|
+
class: "kui-icon lock-icon",
|
10938
|
+
"data-testid": "kui-icon-wrapper-lock-icon",
|
10939
10939
|
style: p(s.value)
|
10940
10940
|
}, {
|
10941
10941
|
default: C(() => [
|
10942
10942
|
(a(), l("svg", {
|
10943
10943
|
"aria-hidden": e.decorative ? "true" : void 0,
|
10944
|
-
"data-testid": "kui-icon-svg-
|
10944
|
+
"data-testid": "kui-icon-svg-lock-icon",
|
10945
10945
|
fill: "none",
|
10946
10946
|
height: "100%",
|
10947
10947
|
role: "img",
|
@@ -10951,19 +10951,19 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
10951
10951
|
}, [
|
10952
10952
|
e.title ? (a(), l("title", _3, h(e.title), 1)) : y("", !0),
|
10953
10953
|
k3
|
10954
|
-
], 8,
|
10954
|
+
], 8, L3))
|
10955
10955
|
]),
|
10956
10956
|
_: 1
|
10957
10957
|
}, 8, ["aria-hidden", "style"]));
|
10958
10958
|
}
|
10959
|
-
}),
|
10959
|
+
}), Y4 = /* @__PURE__ */ b(I3, [["__scopeId", "data-v-79151544"]]), q3 = (e) => (v("data-v-e46a0014"), e = e(), m(), e), H3 = ["aria-hidden"], M3 = {
|
10960
10960
|
key: 0,
|
10961
10961
|
"data-testid": "kui-icon-svg-title"
|
10962
10962
|
}, Z3 = /* @__PURE__ */ q3(() => /* @__PURE__ */ o("path", {
|
10963
|
-
d: "
|
10963
|
+
d: "M6.79999 21.4L5.84999 20.45L4.79999 21.5C4.48333 21.8167 4.09583 21.9792 3.63749 21.9875C3.17916 21.9958 2.79999 21.8333 2.49999 21.5C2.18333 21.1833 2.02499 20.8 2.02499 20.35C2.02499 19.9 2.18333 19.5167 2.49999 19.2L3.54999 18.15L2.59999 17.15L16.45 3.3C16.65 3.1 16.8917 3 17.175 3C17.4583 3 17.7 3.1 17.9 3.3L20.7 6.1C20.9 6.3 21 6.54167 21 6.825C21 7.10833 20.9 7.35 20.7 7.55L6.79999 21.4ZM11.1 11.5L5.39999 17.15L6.84999 18.6L12.5 12.9L11.1 11.5Z",
|
10964
10964
|
fill: "currentColor"
|
10965
10965
|
}, null, -1)), B3 = /* @__PURE__ */ u({
|
10966
|
-
__name: "
|
10966
|
+
__name: "MarkIcon",
|
10967
10967
|
props: {
|
10968
10968
|
/** The accessibility text provided to screen readers */
|
10969
10969
|
title: {
|
@@ -11033,14 +11033,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11033
11033
|
}));
|
11034
11034
|
return (n, r) => (a(), f(g(e.as), {
|
11035
11035
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11036
|
-
class: "kui-icon
|
11037
|
-
"data-testid": "kui-icon-wrapper-
|
11036
|
+
class: "kui-icon mark-icon",
|
11037
|
+
"data-testid": "kui-icon-wrapper-mark-icon",
|
11038
11038
|
style: p(s.value)
|
11039
11039
|
}, {
|
11040
11040
|
default: C(() => [
|
11041
11041
|
(a(), l("svg", {
|
11042
11042
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11043
|
-
"data-testid": "kui-icon-svg-
|
11043
|
+
"data-testid": "kui-icon-svg-mark-icon",
|
11044
11044
|
fill: "none",
|
11045
11045
|
height: "100%",
|
11046
11046
|
role: "img",
|
@@ -11055,14 +11055,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11055
11055
|
_: 1
|
11056
11056
|
}, 8, ["aria-hidden", "style"]));
|
11057
11057
|
}
|
11058
|
-
}),
|
11058
|
+
}), ed = /* @__PURE__ */ b(B3, [["__scopeId", "data-v-e46a0014"]]), V3 = (e) => (v("data-v-e4fccf54"), e = e(), m(), e), E3 = ["aria-hidden"], F3 = {
|
11059
11059
|
key: 0,
|
11060
11060
|
"data-testid": "kui-icon-svg-title"
|
11061
|
-
}, D3 = /* @__PURE__ */
|
11062
|
-
d: "
|
11061
|
+
}, D3 = /* @__PURE__ */ V3(() => /* @__PURE__ */ o("path", {
|
11062
|
+
d: "M16 15L19 12L17.95 10.925L16.75 12.125V9H15.25V12.125L14.05 10.925L13 12L16 15ZM4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V6H4V18ZM5.5 15H7V10.5H8V13.5H9.5V10.5H10.5V15H12V10C12 9.71667 11.9042 9.47917 11.7125 9.2875C11.5208 9.09583 11.2833 9 11 9H6.5C6.21667 9 5.97917 9.09583 5.7875 9.2875C5.59583 9.47917 5.5 9.71667 5.5 10V15Z",
|
11063
11063
|
fill: "currentColor"
|
11064
11064
|
}, null, -1)), A3 = /* @__PURE__ */ u({
|
11065
|
-
__name: "
|
11065
|
+
__name: "MarkdownIcon",
|
11066
11066
|
props: {
|
11067
11067
|
/** The accessibility text provided to screen readers */
|
11068
11068
|
title: {
|
@@ -11132,14 +11132,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11132
11132
|
}));
|
11133
11133
|
return (n, r) => (a(), f(g(e.as), {
|
11134
11134
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11135
|
-
class: "kui-icon
|
11136
|
-
"data-testid": "kui-icon-wrapper-
|
11135
|
+
class: "kui-icon markdown-icon",
|
11136
|
+
"data-testid": "kui-icon-wrapper-markdown-icon",
|
11137
11137
|
style: p(s.value)
|
11138
11138
|
}, {
|
11139
11139
|
default: C(() => [
|
11140
11140
|
(a(), l("svg", {
|
11141
11141
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11142
|
-
"data-testid": "kui-icon-svg-
|
11142
|
+
"data-testid": "kui-icon-svg-markdown-icon",
|
11143
11143
|
fill: "none",
|
11144
11144
|
height: "100%",
|
11145
11145
|
role: "img",
|
@@ -11147,21 +11147,21 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11147
11147
|
width: "100%",
|
11148
11148
|
xmlns: "http://www.w3.org/2000/svg"
|
11149
11149
|
}, [
|
11150
|
-
e.title ? (a(), l("title",
|
11150
|
+
e.title ? (a(), l("title", F3, h(e.title), 1)) : y("", !0),
|
11151
11151
|
D3
|
11152
11152
|
], 8, E3))
|
11153
11153
|
]),
|
11154
11154
|
_: 1
|
11155
11155
|
}, 8, ["aria-hidden", "style"]));
|
11156
11156
|
}
|
11157
|
-
}),
|
11157
|
+
}), td = /* @__PURE__ */ b(A3, [["__scopeId", "data-v-e4fccf54"]]), P3 = (e) => (v("data-v-c57dac62"), e = e(), m(), e), R3 = ["aria-hidden"], U3 = {
|
11158
11158
|
key: 0,
|
11159
11159
|
"data-testid": "kui-icon-svg-title"
|
11160
11160
|
}, G3 = /* @__PURE__ */ P3(() => /* @__PURE__ */ o("path", {
|
11161
|
-
d: "
|
11161
|
+
d: "M3 18V16H21V18H3ZM3 13V11H21V13H3ZM3 8V6H21V8H3Z",
|
11162
11162
|
fill: "currentColor"
|
11163
11163
|
}, null, -1)), T3 = /* @__PURE__ */ u({
|
11164
|
-
__name: "
|
11164
|
+
__name: "MenuIcon",
|
11165
11165
|
props: {
|
11166
11166
|
/** The accessibility text provided to screen readers */
|
11167
11167
|
title: {
|
@@ -11231,14 +11231,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11231
11231
|
}));
|
11232
11232
|
return (n, r) => (a(), f(g(e.as), {
|
11233
11233
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11234
|
-
class: "kui-icon
|
11235
|
-
"data-testid": "kui-icon-wrapper-
|
11234
|
+
class: "kui-icon menu-icon",
|
11235
|
+
"data-testid": "kui-icon-wrapper-menu-icon",
|
11236
11236
|
style: p(s.value)
|
11237
11237
|
}, {
|
11238
11238
|
default: C(() => [
|
11239
11239
|
(a(), l("svg", {
|
11240
11240
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11241
|
-
"data-testid": "kui-icon-svg-
|
11241
|
+
"data-testid": "kui-icon-svg-menu-icon",
|
11242
11242
|
fill: "none",
|
11243
11243
|
height: "100%",
|
11244
11244
|
role: "img",
|
@@ -11253,14 +11253,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11253
11253
|
_: 1
|
11254
11254
|
}, 8, ["aria-hidden", "style"]));
|
11255
11255
|
}
|
11256
|
-
}),
|
11256
|
+
}), id = /* @__PURE__ */ b(T3, [["__scopeId", "data-v-c57dac62"]]), O3 = (e) => (v("data-v-5e123303"), e = e(), m(), e), W3 = ["aria-hidden"], j3 = {
|
11257
11257
|
key: 0,
|
11258
11258
|
"data-testid": "kui-icon-svg-title"
|
11259
11259
|
}, K3 = /* @__PURE__ */ O3(() => /* @__PURE__ */ o("path", {
|
11260
|
-
d: "
|
11260
|
+
d: "M6 20C5.16667 20 4.45833 19.7083 3.875 19.125C3.29167 18.5417 3 17.8333 3 17C3 16.1667 3.29167 15.4583 3.875 14.875C4.45833 14.2917 5.16667 14 6 14C6.83333 14 7.54167 14.2917 8.125 14.875C8.70833 15.4583 9 16.1667 9 17C9 17.8333 8.70833 18.5417 8.125 19.125C7.54167 19.7083 6.83333 20 6 20ZM18 20C17.1667 20 16.4583 19.7083 15.875 19.125C15.2917 18.5417 15 17.8333 15 17C15 16.1667 15.2917 15.4583 15.875 14.875C16.4583 14.2917 17.1667 14 18 14C18.8333 14 19.5417 14.2917 20.125 14.875C20.7083 15.4583 21 16.1667 21 17C21 17.8333 20.7083 18.5417 20.125 19.125C19.5417 19.7083 18.8333 20 18 20ZM12 10C11.1667 10 10.4583 9.70833 9.875 9.125C9.29167 8.54167 9 7.83333 9 7C9 6.16667 9.29167 5.45833 9.875 4.875C10.4583 4.29167 11.1667 4 12 4C12.8333 4 13.5417 4.29167 14.125 4.875C14.7083 5.45833 15 6.16667 15 7C15 7.83333 14.7083 8.54167 14.125 9.125C13.5417 9.70833 12.8333 10 12 10Z",
|
11261
11261
|
fill: "currentColor"
|
11262
11262
|
}, null, -1)), J3 = /* @__PURE__ */ u({
|
11263
|
-
__name: "
|
11263
|
+
__name: "MeshIcon",
|
11264
11264
|
props: {
|
11265
11265
|
/** The accessibility text provided to screen readers */
|
11266
11266
|
title: {
|
@@ -11330,14 +11330,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11330
11330
|
}));
|
11331
11331
|
return (n, r) => (a(), f(g(e.as), {
|
11332
11332
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11333
|
-
class: "kui-icon
|
11334
|
-
"data-testid": "kui-icon-wrapper-
|
11333
|
+
class: "kui-icon mesh-icon",
|
11334
|
+
"data-testid": "kui-icon-wrapper-mesh-icon",
|
11335
11335
|
style: p(s.value)
|
11336
11336
|
}, {
|
11337
11337
|
default: C(() => [
|
11338
11338
|
(a(), l("svg", {
|
11339
11339
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11340
|
-
"data-testid": "kui-icon-svg-
|
11340
|
+
"data-testid": "kui-icon-svg-mesh-icon",
|
11341
11341
|
fill: "none",
|
11342
11342
|
height: "100%",
|
11343
11343
|
role: "img",
|
@@ -11352,14 +11352,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11352
11352
|
_: 1
|
11353
11353
|
}, 8, ["aria-hidden", "style"]));
|
11354
11354
|
}
|
11355
|
-
}),
|
11355
|
+
}), rd = /* @__PURE__ */ b(J3, [["__scopeId", "data-v-5e123303"]]), X3 = (e) => (v("data-v-85620101"), e = e(), m(), e), Q3 = ["aria-hidden"], Y3 = {
|
11356
11356
|
key: 0,
|
11357
11357
|
"data-testid": "kui-icon-svg-title"
|
11358
11358
|
}, en = /* @__PURE__ */ X3(() => /* @__PURE__ */ o("path", {
|
11359
|
-
d: "
|
11359
|
+
d: "M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z",
|
11360
11360
|
fill: "currentColor"
|
11361
11361
|
}, null, -1)), tn = /* @__PURE__ */ u({
|
11362
|
-
__name: "
|
11362
|
+
__name: "MoreHorizontalIcon",
|
11363
11363
|
props: {
|
11364
11364
|
/** The accessibility text provided to screen readers */
|
11365
11365
|
title: {
|
@@ -11429,14 +11429,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11429
11429
|
}));
|
11430
11430
|
return (n, r) => (a(), f(g(e.as), {
|
11431
11431
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11432
|
-
class: "kui-icon
|
11433
|
-
"data-testid": "kui-icon-wrapper-
|
11432
|
+
class: "kui-icon more-horizontal-icon",
|
11433
|
+
"data-testid": "kui-icon-wrapper-more-horizontal-icon",
|
11434
11434
|
style: p(s.value)
|
11435
11435
|
}, {
|
11436
11436
|
default: C(() => [
|
11437
11437
|
(a(), l("svg", {
|
11438
11438
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11439
|
-
"data-testid": "kui-icon-svg-
|
11439
|
+
"data-testid": "kui-icon-svg-more-horizontal-icon",
|
11440
11440
|
fill: "none",
|
11441
11441
|
height: "100%",
|
11442
11442
|
role: "img",
|
@@ -11451,14 +11451,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11451
11451
|
_: 1
|
11452
11452
|
}, 8, ["aria-hidden", "style"]));
|
11453
11453
|
}
|
11454
|
-
}),
|
11454
|
+
}), nd = /* @__PURE__ */ b(tn, [["__scopeId", "data-v-85620101"]]), rn = (e) => (v("data-v-63b09f47"), e = e(), m(), e), nn = ["aria-hidden"], an = {
|
11455
11455
|
key: 0,
|
11456
11456
|
"data-testid": "kui-icon-svg-title"
|
11457
11457
|
}, on = /* @__PURE__ */ rn(() => /* @__PURE__ */ o("path", {
|
11458
|
-
d: "
|
11458
|
+
d: "M12 20C11.45 20 10.9792 19.8042 10.5875 19.4125C10.1958 19.0208 10 18.55 10 18C10 17.45 10.1958 16.9792 10.5875 16.5875C10.9792 16.1958 11.45 16 12 16C12.55 16 13.0208 16.1958 13.4125 16.5875C13.8042 16.9792 14 17.45 14 18C14 18.55 13.8042 19.0208 13.4125 19.4125C13.0208 19.8042 12.55 20 12 20ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM12 8C11.45 8 10.9792 7.80417 10.5875 7.4125C10.1958 7.02083 10 6.55 10 6C10 5.45 10.1958 4.97917 10.5875 4.5875C10.9792 4.19583 11.45 4 12 4C12.55 4 13.0208 4.19583 13.4125 4.5875C13.8042 4.97917 14 5.45 14 6C14 6.55 13.8042 7.02083 13.4125 7.4125C13.0208 7.80417 12.55 8 12 8Z",
|
11459
11459
|
fill: "currentColor"
|
11460
11460
|
}, null, -1)), sn = /* @__PURE__ */ u({
|
11461
|
-
__name: "
|
11461
|
+
__name: "MoreIcon",
|
11462
11462
|
props: {
|
11463
11463
|
/** The accessibility text provided to screen readers */
|
11464
11464
|
title: {
|
@@ -11528,14 +11528,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11528
11528
|
}));
|
11529
11529
|
return (n, r) => (a(), f(g(e.as), {
|
11530
11530
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11531
|
-
class: "kui-icon
|
11532
|
-
"data-testid": "kui-icon-wrapper-
|
11531
|
+
class: "kui-icon more-icon",
|
11532
|
+
"data-testid": "kui-icon-wrapper-more-icon",
|
11533
11533
|
style: p(s.value)
|
11534
11534
|
}, {
|
11535
11535
|
default: C(() => [
|
11536
11536
|
(a(), l("svg", {
|
11537
11537
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11538
|
-
"data-testid": "kui-icon-svg-
|
11538
|
+
"data-testid": "kui-icon-svg-more-icon",
|
11539
11539
|
fill: "none",
|
11540
11540
|
height: "100%",
|
11541
11541
|
role: "img",
|
@@ -11550,16 +11550,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11550
11550
|
_: 1
|
11551
11551
|
}, 8, ["aria-hidden", "style"]));
|
11552
11552
|
}
|
11553
|
-
}),
|
11553
|
+
}), ad = /* @__PURE__ */ b(sn, [["__scopeId", "data-v-63b09f47"]]), dn = (e) => (v("data-v-4f2cb0f7"), e = e(), m(), e), ln = ["aria-hidden"], cn = {
|
11554
11554
|
key: 0,
|
11555
11555
|
"data-testid": "kui-icon-svg-title"
|
11556
11556
|
}, un = /* @__PURE__ */ dn(() => /* @__PURE__ */ o("path", {
|
11557
|
-
|
11558
|
-
|
11559
|
-
fill: "currentColor",
|
11560
|
-
"fill-rule": "evenodd"
|
11557
|
+
d: "M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z",
|
11558
|
+
fill: "currentColor"
|
11561
11559
|
}, null, -1)), fn = /* @__PURE__ */ u({
|
11562
|
-
__name: "
|
11560
|
+
__name: "NotificationIcon",
|
11563
11561
|
props: {
|
11564
11562
|
/** The accessibility text provided to screen readers */
|
11565
11563
|
title: {
|
@@ -11629,14 +11627,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11629
11627
|
}));
|
11630
11628
|
return (n, r) => (a(), f(g(e.as), {
|
11631
11629
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11632
|
-
class: "kui-icon
|
11633
|
-
"data-testid": "kui-icon-wrapper-
|
11630
|
+
class: "kui-icon notification-icon",
|
11631
|
+
"data-testid": "kui-icon-wrapper-notification-icon",
|
11634
11632
|
style: p(s.value)
|
11635
11633
|
}, {
|
11636
11634
|
default: C(() => [
|
11637
11635
|
(a(), l("svg", {
|
11638
11636
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11639
|
-
"data-testid": "kui-icon-svg-
|
11637
|
+
"data-testid": "kui-icon-svg-notification-icon",
|
11640
11638
|
fill: "none",
|
11641
11639
|
height: "100%",
|
11642
11640
|
role: "img",
|
@@ -11651,14 +11649,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11651
11649
|
_: 1
|
11652
11650
|
}, 8, ["aria-hidden", "style"]));
|
11653
11651
|
}
|
11654
|
-
}),
|
11652
|
+
}), od = /* @__PURE__ */ b(fn, [["__scopeId", "data-v-4f2cb0f7"]]), gn = (e) => (v("data-v-5cfd9ea0"), e = e(), m(), e), pn = ["aria-hidden"], Cn = {
|
11655
11653
|
key: 0,
|
11656
11654
|
"data-testid": "kui-icon-svg-title"
|
11657
11655
|
}, hn = /* @__PURE__ */ gn(() => /* @__PURE__ */ o("path", {
|
11658
|
-
d: "
|
11656
|
+
d: "M2 21V3H12V7H22V21H2ZM4 19H10V17H4V19ZM4 15H10V13H4V15ZM4 11H10V9H4V11ZM4 7H10V5H4V7ZM12 19H20V9H12V19ZM14 13V11H18V13H14ZM14 17V15H18V17H14Z",
|
11659
11657
|
fill: "currentColor"
|
11660
11658
|
}, null, -1)), yn = /* @__PURE__ */ u({
|
11661
|
-
__name: "
|
11659
|
+
__name: "OrganizationIcon",
|
11662
11660
|
props: {
|
11663
11661
|
/** The accessibility text provided to screen readers */
|
11664
11662
|
title: {
|
@@ -11728,14 +11726,14 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11728
11726
|
}));
|
11729
11727
|
return (n, r) => (a(), f(g(e.as), {
|
11730
11728
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11731
|
-
class: "kui-icon
|
11732
|
-
"data-testid": "kui-icon-wrapper-
|
11729
|
+
class: "kui-icon organization-icon",
|
11730
|
+
"data-testid": "kui-icon-wrapper-organization-icon",
|
11733
11731
|
style: p(s.value)
|
11734
11732
|
}, {
|
11735
11733
|
default: C(() => [
|
11736
11734
|
(a(), l("svg", {
|
11737
11735
|
"aria-hidden": e.decorative ? "true" : void 0,
|
11738
|
-
"data-testid": "kui-icon-svg-
|
11736
|
+
"data-testid": "kui-icon-svg-organization-icon",
|
11739
11737
|
fill: "none",
|
11740
11738
|
height: "100%",
|
11741
11739
|
role: "img",
|
@@ -11750,13 +11748,213 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11750
11748
|
_: 1
|
11751
11749
|
}, 8, ["aria-hidden", "style"]));
|
11752
11750
|
}
|
11753
|
-
}),
|
11751
|
+
}), sd = /* @__PURE__ */ b(yn, [["__scopeId", "data-v-5cfd9ea0"]]), vn = (e) => (v("data-v-0a0bc0e0"), e = e(), m(), e), mn = ["aria-hidden"], bn = {
|
11754
11752
|
key: 0,
|
11755
11753
|
"data-testid": "kui-icon-svg-title"
|
11756
11754
|
}, Sn = /* @__PURE__ */ vn(() => /* @__PURE__ */ o("path", {
|
11757
|
-
|
11758
|
-
|
11755
|
+
"clip-rule": "evenodd",
|
11756
|
+
d: "M9.92421 2.40002L5.76021 9.60002H18.2402L12.0002 20.4L5.76021 9.60002L1.51221 16.968L3.67221 20.4H21.2402L22.8482 17.592L14.0882 2.40002H9.91221H9.92421Z",
|
11757
|
+
fill: "currentColor",
|
11758
|
+
"fill-rule": "evenodd"
|
11759
11759
|
}, null, -1)), zn = /* @__PURE__ */ u({
|
11760
|
+
__name: "OverviewIcon",
|
11761
|
+
props: {
|
11762
|
+
/** The accessibility text provided to screen readers */
|
11763
|
+
title: {
|
11764
|
+
type: String,
|
11765
|
+
required: !1,
|
11766
|
+
default: ""
|
11767
|
+
},
|
11768
|
+
/** The icon color. Defaults to `currentColor` which inherits text color from the parent element */
|
11769
|
+
color: {
|
11770
|
+
type: String,
|
11771
|
+
required: !1,
|
11772
|
+
default: "currentColor"
|
11773
|
+
},
|
11774
|
+
/** The CSS display property for the icon. Defaults to `block` */
|
11775
|
+
display: {
|
11776
|
+
type: String,
|
11777
|
+
required: !1,
|
11778
|
+
default: "block"
|
11779
|
+
},
|
11780
|
+
/** Whether the icon is just eye-candy or is meaningful to the page (should screen-readers ignore the icon?) */
|
11781
|
+
decorative: {
|
11782
|
+
type: Boolean,
|
11783
|
+
required: !1,
|
11784
|
+
default: !1
|
11785
|
+
},
|
11786
|
+
/** The icon size */
|
11787
|
+
size: {
|
11788
|
+
type: [Number, String],
|
11789
|
+
required: !1,
|
11790
|
+
default: c,
|
11791
|
+
// if setting to the imported const fails, just pass a number of 24 as the default.
|
11792
|
+
validator: (e) => {
|
11793
|
+
if (typeof e == "number" && e > 0)
|
11794
|
+
return !0;
|
11795
|
+
if (typeof e == "string") {
|
11796
|
+
const t = String(e).replace(/px/gi, ""), i = Number(t);
|
11797
|
+
if (i && !isNaN(i) && Number.isInteger(i) && i > 0)
|
11798
|
+
return !0;
|
11799
|
+
}
|
11800
|
+
return !1;
|
11801
|
+
}
|
11802
|
+
},
|
11803
|
+
/** The HTML tag to utilize for the icon's wrapper element. Defaults to `span` */
|
11804
|
+
as: {
|
11805
|
+
type: String,
|
11806
|
+
required: !1,
|
11807
|
+
default: "span"
|
11808
|
+
}
|
11809
|
+
},
|
11810
|
+
setup(e) {
|
11811
|
+
const t = e, i = d(() => {
|
11812
|
+
if (typeof t.size == "number" && t.size > 0)
|
11813
|
+
return `${t.size}px`;
|
11814
|
+
if (typeof t.size == "string") {
|
11815
|
+
const n = String(t.size).replace(/px/gi, ""), r = Number(n);
|
11816
|
+
if (r && !isNaN(r) && Number.isInteger(r) && r > 0)
|
11817
|
+
return `${r}px`;
|
11818
|
+
}
|
11819
|
+
return c;
|
11820
|
+
}), s = d(() => ({
|
11821
|
+
boxSizing: "border-box",
|
11822
|
+
color: t.color,
|
11823
|
+
display: t.display,
|
11824
|
+
height: i.value,
|
11825
|
+
lineHeight: "0",
|
11826
|
+
width: i.value
|
11827
|
+
}));
|
11828
|
+
return (n, r) => (a(), f(g(e.as), {
|
11829
|
+
"aria-hidden": e.decorative ? "true" : void 0,
|
11830
|
+
class: "kui-icon overview-icon",
|
11831
|
+
"data-testid": "kui-icon-wrapper-overview-icon",
|
11832
|
+
style: p(s.value)
|
11833
|
+
}, {
|
11834
|
+
default: C(() => [
|
11835
|
+
(a(), l("svg", {
|
11836
|
+
"aria-hidden": e.decorative ? "true" : void 0,
|
11837
|
+
"data-testid": "kui-icon-svg-overview-icon",
|
11838
|
+
fill: "none",
|
11839
|
+
height: "100%",
|
11840
|
+
role: "img",
|
11841
|
+
viewBox: "0 0 24 24",
|
11842
|
+
width: "100%",
|
11843
|
+
xmlns: "http://www.w3.org/2000/svg"
|
11844
|
+
}, [
|
11845
|
+
e.title ? (a(), l("title", bn, h(e.title), 1)) : y("", !0),
|
11846
|
+
Sn
|
11847
|
+
], 8, mn))
|
11848
|
+
]),
|
11849
|
+
_: 1
|
11850
|
+
}, 8, ["aria-hidden", "style"]));
|
11851
|
+
}
|
11852
|
+
}), dd = /* @__PURE__ */ b(zn, [["__scopeId", "data-v-0a0bc0e0"]]), Nn = (e) => (v("data-v-53d5ecec"), e = e(), m(), e), wn = ["aria-hidden"], xn = {
|
11853
|
+
key: 0,
|
11854
|
+
"data-testid": "kui-icon-svg-title"
|
11855
|
+
}, $n = /* @__PURE__ */ Nn(() => /* @__PURE__ */ o("path", {
|
11856
|
+
d: "M1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM19 20V17C19 16.2667 18.7958 15.5625 18.3875 14.8875C17.9792 14.2125 17.4 13.6333 16.65 13.15C17.5 13.25 18.3 13.4208 19.05 13.6625C19.8 13.9042 20.5 14.2 21.15 14.55C21.75 14.8833 22.2083 15.2542 22.525 15.6625C22.8417 16.0708 23 16.5167 23 17V20H19ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM19 8C19 9.1 18.6083 10.0417 17.825 10.825C17.0417 11.6083 16.1 12 15 12C14.8167 12 14.5833 11.9792 14.3 11.9375C14.0167 11.8958 13.7833 11.85 13.6 11.8C14.05 11.2667 14.3958 10.675 14.6375 10.025C14.8792 9.375 15 8.7 15 8C15 7.3 14.8792 6.625 14.6375 5.975C14.3958 5.325 14.05 4.73333 13.6 4.2C13.8333 4.11667 14.0667 4.0625 14.3 4.0375C14.5333 4.0125 14.7667 4 15 4C16.1 4 17.0417 4.39167 17.825 5.175C18.6083 5.95833 19 6.9 19 8Z",
|
11857
|
+
fill: "currentColor"
|
11858
|
+
}, null, -1)), Ln = /* @__PURE__ */ u({
|
11859
|
+
__name: "PeopleIcon",
|
11860
|
+
props: {
|
11861
|
+
/** The accessibility text provided to screen readers */
|
11862
|
+
title: {
|
11863
|
+
type: String,
|
11864
|
+
required: !1,
|
11865
|
+
default: ""
|
11866
|
+
},
|
11867
|
+
/** The icon color. Defaults to `currentColor` which inherits text color from the parent element */
|
11868
|
+
color: {
|
11869
|
+
type: String,
|
11870
|
+
required: !1,
|
11871
|
+
default: "currentColor"
|
11872
|
+
},
|
11873
|
+
/** The CSS display property for the icon. Defaults to `block` */
|
11874
|
+
display: {
|
11875
|
+
type: String,
|
11876
|
+
required: !1,
|
11877
|
+
default: "block"
|
11878
|
+
},
|
11879
|
+
/** Whether the icon is just eye-candy or is meaningful to the page (should screen-readers ignore the icon?) */
|
11880
|
+
decorative: {
|
11881
|
+
type: Boolean,
|
11882
|
+
required: !1,
|
11883
|
+
default: !1
|
11884
|
+
},
|
11885
|
+
/** The icon size */
|
11886
|
+
size: {
|
11887
|
+
type: [Number, String],
|
11888
|
+
required: !1,
|
11889
|
+
default: c,
|
11890
|
+
// if setting to the imported const fails, just pass a number of 24 as the default.
|
11891
|
+
validator: (e) => {
|
11892
|
+
if (typeof e == "number" && e > 0)
|
11893
|
+
return !0;
|
11894
|
+
if (typeof e == "string") {
|
11895
|
+
const t = String(e).replace(/px/gi, ""), i = Number(t);
|
11896
|
+
if (i && !isNaN(i) && Number.isInteger(i) && i > 0)
|
11897
|
+
return !0;
|
11898
|
+
}
|
11899
|
+
return !1;
|
11900
|
+
}
|
11901
|
+
},
|
11902
|
+
/** The HTML tag to utilize for the icon's wrapper element. Defaults to `span` */
|
11903
|
+
as: {
|
11904
|
+
type: String,
|
11905
|
+
required: !1,
|
11906
|
+
default: "span"
|
11907
|
+
}
|
11908
|
+
},
|
11909
|
+
setup(e) {
|
11910
|
+
const t = e, i = d(() => {
|
11911
|
+
if (typeof t.size == "number" && t.size > 0)
|
11912
|
+
return `${t.size}px`;
|
11913
|
+
if (typeof t.size == "string") {
|
11914
|
+
const n = String(t.size).replace(/px/gi, ""), r = Number(n);
|
11915
|
+
if (r && !isNaN(r) && Number.isInteger(r) && r > 0)
|
11916
|
+
return `${r}px`;
|
11917
|
+
}
|
11918
|
+
return c;
|
11919
|
+
}), s = d(() => ({
|
11920
|
+
boxSizing: "border-box",
|
11921
|
+
color: t.color,
|
11922
|
+
display: t.display,
|
11923
|
+
height: i.value,
|
11924
|
+
lineHeight: "0",
|
11925
|
+
width: i.value
|
11926
|
+
}));
|
11927
|
+
return (n, r) => (a(), f(g(e.as), {
|
11928
|
+
"aria-hidden": e.decorative ? "true" : void 0,
|
11929
|
+
class: "kui-icon people-icon",
|
11930
|
+
"data-testid": "kui-icon-wrapper-people-icon",
|
11931
|
+
style: p(s.value)
|
11932
|
+
}, {
|
11933
|
+
default: C(() => [
|
11934
|
+
(a(), l("svg", {
|
11935
|
+
"aria-hidden": e.decorative ? "true" : void 0,
|
11936
|
+
"data-testid": "kui-icon-svg-people-icon",
|
11937
|
+
fill: "none",
|
11938
|
+
height: "100%",
|
11939
|
+
role: "img",
|
11940
|
+
viewBox: "0 0 24 24",
|
11941
|
+
width: "100%",
|
11942
|
+
xmlns: "http://www.w3.org/2000/svg"
|
11943
|
+
}, [
|
11944
|
+
e.title ? (a(), l("title", xn, h(e.title), 1)) : y("", !0),
|
11945
|
+
$n
|
11946
|
+
], 8, wn))
|
11947
|
+
]),
|
11948
|
+
_: 1
|
11949
|
+
}, 8, ["aria-hidden", "style"]));
|
11950
|
+
}
|
11951
|
+
}), ld = /* @__PURE__ */ b(Ln, [["__scopeId", "data-v-53d5ecec"]]), _n = (e) => (v("data-v-c6efa9e3"), e = e(), m(), e), kn = ["aria-hidden"], In = {
|
11952
|
+
key: 0,
|
11953
|
+
"data-testid": "kui-icon-svg-title"
|
11954
|
+
}, qn = /* @__PURE__ */ _n(() => /* @__PURE__ */ o("path", {
|
11955
|
+
d: "M11.5 19H12.5V17.15L16 13.65V9H8V13.65L11.5 17.15V19ZM9.5 21V18L6 14.5V9C6 8.45 6.19583 7.97917 6.5875 7.5875C6.97917 7.19583 7.45 7 8 7H9L8 8V3H10V7H14V3H16V8L15 7H16C16.55 7 17.0208 7.19583 17.4125 7.5875C17.8042 7.97917 18 8.45 18 9V14.5L14.5 18V21H9.5Z",
|
11956
|
+
fill: "currentColor"
|
11957
|
+
}, null, -1)), Hn = /* @__PURE__ */ u({
|
11760
11958
|
__name: "PlugIcon",
|
11761
11959
|
props: {
|
11762
11960
|
/** The accessibility text provided to screen readers */
|
@@ -11842,20 +12040,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11842
12040
|
width: "100%",
|
11843
12041
|
xmlns: "http://www.w3.org/2000/svg"
|
11844
12042
|
}, [
|
11845
|
-
e.title ? (a(), l("title",
|
11846
|
-
|
11847
|
-
], 8,
|
12043
|
+
e.title ? (a(), l("title", In, h(e.title), 1)) : y("", !0),
|
12044
|
+
qn
|
12045
|
+
], 8, kn))
|
11848
12046
|
]),
|
11849
12047
|
_: 1
|
11850
12048
|
}, 8, ["aria-hidden", "style"]));
|
11851
12049
|
}
|
11852
|
-
}),
|
12050
|
+
}), cd = /* @__PURE__ */ b(Hn, [["__scopeId", "data-v-c6efa9e3"]]), Mn = (e) => (v("data-v-5225f633"), e = e(), m(), e), Zn = ["aria-hidden"], Bn = {
|
11853
12051
|
key: 0,
|
11854
12052
|
"data-testid": "kui-icon-svg-title"
|
11855
|
-
},
|
12053
|
+
}, Vn = /* @__PURE__ */ Mn(() => /* @__PURE__ */ o("path", {
|
11856
12054
|
d: "M9.4 19.55C9.1 19 8.8375 18.4292 8.6125 17.8375C8.3875 17.2458 8.2 16.6333 8.05 16H5.1C5.58333 16.8333 6.1875 17.5583 6.9125 18.175C7.6375 18.7917 8.46667 19.25 9.4 19.55ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3375 7.5375 13.0125C7.5125 12.6875 7.5 12.35 7.5 12C7.5 11.65 7.5125 11.3125 7.5375 10.9875C7.5625 10.6625 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6625 4.0625 10.9875C4.02083 11.3125 4 11.65 4 12C4 12.35 4.02083 12.6875 4.0625 13.0125C4.10417 13.3375 4.16667 13.6667 4.25 14ZM5.1 8H8.05C8.2 7.36667 8.3875 6.75417 8.6125 6.1625C8.8375 5.57083 9.1 5 9.4 4.45C8.46667 4.75 7.6375 5.20833 6.9125 5.825C6.1875 6.44167 5.58333 7.16667 5.1 8ZM10.1 8H13.9C13.7 7.26667 13.4417 6.575 13.125 5.925C12.8083 5.275 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.275 10.875 5.925C10.5583 6.575 10.3 7.26667 10.1 8ZM15.95 8H18.9C18.4167 7.16667 17.8125 6.44167 17.0875 5.825C16.3625 5.20833 15.5333 4.75 14.6 4.45C14.9 5 15.1625 5.57083 15.3875 6.1625C15.6125 6.75417 15.8 7.36667 15.95 8ZM12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C13.3833 2 14.6792 2.2625 15.8875 2.7875C17.0958 3.3125 18.1542 4.02917 19.0625 4.9375C19.9708 5.84583 20.6875 6.90417 21.2125 8.1125C21.7375 9.32083 22 10.6167 22 12C22 12.1667 21.9958 12.3333 21.9875 12.5C21.9792 12.6667 21.9667 12.8333 21.95 13H19.925C19.9583 12.8333 19.9792 12.6708 19.9875 12.5125C19.9958 12.3542 20 12.1833 20 12C20 11.65 19.9792 11.3125 19.9375 10.9875C19.8958 10.6625 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6625 16.4625 10.9875C16.4875 11.3125 16.5 11.65 16.5 12V12.5125C16.5 12.6708 16.4917 12.8333 16.475 13H14.475C14.4917 12.8333 14.5 12.6708 14.5 12.5125V12C14.5 11.65 14.4875 11.3125 14.4625 10.9875C14.4375 10.6625 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6625 9.5375 10.9875C9.5125 11.3125 9.5 11.65 9.5 12C9.5 12.35 9.5125 12.6875 9.5375 13.0125C9.5625 13.3375 9.6 13.6667 9.65 14H13V16H10.1C10.3 16.7333 10.5583 17.425 10.875 18.075C11.1917 18.725 11.5667 19.35 12 19.95C12.1833 19.6833 12.3583 19.4125 12.525 19.1375C12.6917 18.8625 12.85 18.5833 13 18.3V21.95C12.8333 21.9667 12.6708 21.9792 12.5125 21.9875C12.3542 21.9958 12.1833 22 12 22ZM19.95 21.375L17 18.425V20.65H15V15H20.65V17H18.4L21.35 19.95L19.95 21.375Z",
|
11857
12055
|
fill: "currentColor"
|
11858
|
-
}, null, -1)),
|
12056
|
+
}, null, -1)), En = /* @__PURE__ */ u({
|
11859
12057
|
__name: "PortalIcon",
|
11860
12058
|
props: {
|
11861
12059
|
/** The accessibility text provided to screen readers */
|
@@ -11941,20 +12139,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
11941
12139
|
width: "100%",
|
11942
12140
|
xmlns: "http://www.w3.org/2000/svg"
|
11943
12141
|
}, [
|
11944
|
-
e.title ? (a(), l("title",
|
11945
|
-
|
11946
|
-
], 8,
|
12142
|
+
e.title ? (a(), l("title", Bn, h(e.title), 1)) : y("", !0),
|
12143
|
+
Vn
|
12144
|
+
], 8, Zn))
|
11947
12145
|
]),
|
11948
12146
|
_: 1
|
11949
12147
|
}, 8, ["aria-hidden", "style"]));
|
11950
12148
|
}
|
11951
|
-
}),
|
12149
|
+
}), ud = /* @__PURE__ */ b(En, [["__scopeId", "data-v-5225f633"]]), Fn = (e) => (v("data-v-b2883091"), e = e(), m(), e), Dn = ["aria-hidden"], An = {
|
11952
12150
|
key: 0,
|
11953
12151
|
"data-testid": "kui-icon-svg-title"
|
11954
|
-
},
|
12152
|
+
}, Pn = /* @__PURE__ */ Fn(() => /* @__PURE__ */ o("path", {
|
11955
12153
|
d: "M9.5 16.5L16.5 12L9.5 7.5V16.5ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19Z",
|
11956
12154
|
fill: "currentColor"
|
11957
|
-
}, null, -1)),
|
12155
|
+
}, null, -1)), Rn = /* @__PURE__ */ u({
|
11958
12156
|
__name: "PresentationIcon",
|
11959
12157
|
props: {
|
11960
12158
|
/** The accessibility text provided to screen readers */
|
@@ -12040,20 +12238,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12040
12238
|
width: "100%",
|
12041
12239
|
xmlns: "http://www.w3.org/2000/svg"
|
12042
12240
|
}, [
|
12043
|
-
e.title ? (a(), l("title",
|
12044
|
-
|
12045
|
-
], 8,
|
12241
|
+
e.title ? (a(), l("title", An, h(e.title), 1)) : y("", !0),
|
12242
|
+
Pn
|
12243
|
+
], 8, Dn))
|
12046
12244
|
]),
|
12047
12245
|
_: 1
|
12048
12246
|
}, 8, ["aria-hidden", "style"]));
|
12049
12247
|
}
|
12050
|
-
}),
|
12248
|
+
}), fd = /* @__PURE__ */ b(Rn, [["__scopeId", "data-v-b2883091"]]), Un = (e) => (v("data-v-4b1651f7"), e = e(), m(), e), Gn = ["aria-hidden"], Tn = {
|
12051
12249
|
key: 0,
|
12052
12250
|
"data-testid": "kui-icon-svg-title"
|
12053
|
-
},
|
12251
|
+
}, On = /* @__PURE__ */ Un(() => /* @__PURE__ */ o("path", {
|
12054
12252
|
d: "M5.85 17.1C6.7 16.45 7.65 15.9375 8.7 15.5625C9.75 15.1875 10.85 15 12 15C13.15 15 14.25 15.1875 15.3 15.5625C16.35 15.9375 17.3 16.45 18.15 17.1C18.7333 16.4167 19.1875 15.6417 19.5125 14.775C19.8375 13.9083 20 12.9833 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 12.9833 4.1625 13.9083 4.4875 14.775C4.8125 15.6417 5.26667 16.4167 5.85 17.1ZM12 13C11.0167 13 10.1875 12.6625 9.5125 11.9875C8.8375 11.3125 8.5 10.4833 8.5 9.5C8.5 8.51667 8.8375 7.6875 9.5125 7.0125C10.1875 6.3375 11.0167 6 12 6C12.9833 6 13.8125 6.3375 14.4875 7.0125C15.1625 7.6875 15.5 8.51667 15.5 9.5C15.5 10.4833 15.1625 11.3125 14.4875 11.9875C13.8125 12.6625 12.9833 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z",
|
12055
12253
|
fill: "currentColor"
|
12056
|
-
}, null, -1)),
|
12254
|
+
}, null, -1)), Wn = /* @__PURE__ */ u({
|
12057
12255
|
__name: "ProfileIcon",
|
12058
12256
|
props: {
|
12059
12257
|
/** The accessibility text provided to screen readers */
|
@@ -12139,21 +12337,21 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12139
12337
|
width: "100%",
|
12140
12338
|
xmlns: "http://www.w3.org/2000/svg"
|
12141
12339
|
}, [
|
12142
|
-
e.title ? (a(), l("title",
|
12143
|
-
|
12144
|
-
], 8,
|
12340
|
+
e.title ? (a(), l("title", Tn, h(e.title), 1)) : y("", !0),
|
12341
|
+
On
|
12342
|
+
], 8, Gn))
|
12145
12343
|
]),
|
12146
12344
|
_: 1
|
12147
12345
|
}, 8, ["aria-hidden", "style"]));
|
12148
12346
|
}
|
12149
|
-
}),
|
12347
|
+
}), gd = /* @__PURE__ */ b(Wn, [["__scopeId", "data-v-4b1651f7"]]), P = (e) => (v("data-v-4dafa446"), e = e(), m(), e), jn = ["aria-hidden"], Kn = {
|
12150
12348
|
key: 0,
|
12151
12349
|
"data-testid": "kui-icon-svg-title"
|
12152
|
-
},
|
12350
|
+
}, Jn = /* @__PURE__ */ P(() => /* @__PURE__ */ o("path", {
|
12153
12351
|
d: "M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C12.2833 2 12.5208 2.09583 12.7125 2.2875C12.9042 2.47917 13 2.71667 13 3C13 3.28333 12.9042 3.52083 12.7125 3.7125C12.5208 3.90417 12.2833 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.7167 20.0958 11.4792 20.2875 11.2875C20.4792 11.0958 20.7167 11 21 11C21.2833 11 21.5208 11.0958 21.7125 11.2875C21.9042 11.4792 22 11.7167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22Z",
|
12154
12352
|
fill: "currentColor",
|
12155
12353
|
"transform-origin": "center"
|
12156
|
-
}, null, -1)),
|
12354
|
+
}, null, -1)), Xn = /* @__PURE__ */ P(() => /* @__PURE__ */ o("animateTransform", {
|
12157
12355
|
attributeName: "transform",
|
12158
12356
|
attributeType: "XML",
|
12159
12357
|
dur: "1.5s",
|
@@ -12161,7 +12359,7 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12161
12359
|
repeatCount: "indefinite",
|
12162
12360
|
to: "360",
|
12163
12361
|
type: "rotate"
|
12164
|
-
}, null, -1)),
|
12362
|
+
}, null, -1)), Qn = /* @__PURE__ */ u({
|
12165
12363
|
__name: "ProgressIcon",
|
12166
12364
|
props: {
|
12167
12365
|
/** The accessibility text provided to screen readers */
|
@@ -12247,21 +12445,21 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12247
12445
|
width: "100%",
|
12248
12446
|
xmlns: "http://www.w3.org/2000/svg"
|
12249
12447
|
}, [
|
12250
|
-
e.title ? (a(), l("title",
|
12251
|
-
|
12252
|
-
|
12253
|
-
], 8,
|
12448
|
+
e.title ? (a(), l("title", Kn, h(e.title), 1)) : y("", !0),
|
12449
|
+
Jn,
|
12450
|
+
Xn
|
12451
|
+
], 8, jn))
|
12254
12452
|
]),
|
12255
12453
|
_: 1
|
12256
12454
|
}, 8, ["aria-hidden", "style"]));
|
12257
12455
|
}
|
12258
|
-
}),
|
12456
|
+
}), pd = /* @__PURE__ */ b(Qn, [["__scopeId", "data-v-4dafa446"]]), Yn = (e) => (v("data-v-9e5a708f"), e = e(), m(), e), ea = ["aria-hidden"], ta = {
|
12259
12457
|
key: 0,
|
12260
12458
|
"data-testid": "kui-icon-svg-title"
|
12261
|
-
},
|
12459
|
+
}, ia = /* @__PURE__ */ Yn(() => /* @__PURE__ */ o("path", {
|
12262
12460
|
d: "M9.9 19C8.28333 19 6.89583 18.475 5.7375 17.425C4.57917 16.375 4 15.0667 4 13.5C4 11.9333 4.57917 10.625 5.7375 9.575C6.89583 8.525 8.28333 8 9.9 8H16.2L13.6 5.4L15 4L20 9L15 14L13.6 12.6L16.2 10H9.9C8.85 10 7.9375 10.3333 7.1625 11C6.3875 11.6667 6 12.5 6 13.5C6 14.5 6.3875 15.3333 7.1625 16C7.9375 16.6667 8.85 17 9.9 17H17V19H9.9Z",
|
12263
12461
|
fill: "currentColor"
|
12264
|
-
}, null, -1)),
|
12462
|
+
}, null, -1)), ra = /* @__PURE__ */ u({
|
12265
12463
|
__name: "RedoIcon",
|
12266
12464
|
props: {
|
12267
12465
|
/** The accessibility text provided to screen readers */
|
@@ -12347,20 +12545,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12347
12545
|
width: "100%",
|
12348
12546
|
xmlns: "http://www.w3.org/2000/svg"
|
12349
12547
|
}, [
|
12350
|
-
e.title ? (a(), l("title",
|
12351
|
-
|
12352
|
-
], 8,
|
12548
|
+
e.title ? (a(), l("title", ta, h(e.title), 1)) : y("", !0),
|
12549
|
+
ia
|
12550
|
+
], 8, ea))
|
12353
12551
|
]),
|
12354
12552
|
_: 1
|
12355
12553
|
}, 8, ["aria-hidden", "style"]));
|
12356
12554
|
}
|
12357
|
-
}),
|
12555
|
+
}), Cd = /* @__PURE__ */ b(ra, [["__scopeId", "data-v-9e5a708f"]]), na = (e) => (v("data-v-97d6c24a"), e = e(), m(), e), aa = ["aria-hidden"], oa = {
|
12358
12556
|
key: 0,
|
12359
12557
|
"data-testid": "kui-icon-svg-title"
|
12360
|
-
},
|
12558
|
+
}, sa = /* @__PURE__ */ na(() => /* @__PURE__ */ o("path", {
|
12361
12559
|
d: "M12 20C9.76667 20 7.875 19.225 6.325 17.675C4.775 16.125 4 14.2333 4 12C4 9.76667 4.775 7.875 6.325 6.325C7.875 4.775 9.76667 4 12 4C13.15 4 14.25 4.2375 15.3 4.7125C16.35 5.1875 17.25 5.86667 18 6.75V4H20V11H13V9H17.2C16.6667 8.06667 15.9375 7.33333 15.0125 6.8C14.0875 6.26667 13.0833 6 12 6C10.3333 6 8.91667 6.58333 7.75 7.75C6.58333 8.91667 6 10.3333 6 12C6 13.6667 6.58333 15.0833 7.75 16.25C8.91667 17.4167 10.3333 18 12 18C13.2833 18 14.4417 17.6333 15.475 16.9C16.5083 16.1667 17.2333 15.2 17.65 14H19.75C19.2833 15.7667 18.3333 17.2083 16.9 18.325C15.4667 19.4417 13.8333 20 12 20Z",
|
12362
12560
|
fill: "currentColor"
|
12363
|
-
}, null, -1)),
|
12561
|
+
}, null, -1)), da = /* @__PURE__ */ u({
|
12364
12562
|
__name: "RefreshIcon",
|
12365
12563
|
props: {
|
12366
12564
|
/** The accessibility text provided to screen readers */
|
@@ -12446,20 +12644,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12446
12644
|
width: "100%",
|
12447
12645
|
xmlns: "http://www.w3.org/2000/svg"
|
12448
12646
|
}, [
|
12449
|
-
e.title ? (a(), l("title",
|
12450
|
-
|
12451
|
-
], 8,
|
12647
|
+
e.title ? (a(), l("title", oa, h(e.title), 1)) : y("", !0),
|
12648
|
+
sa
|
12649
|
+
], 8, aa))
|
12452
12650
|
]),
|
12453
12651
|
_: 1
|
12454
12652
|
}, 8, ["aria-hidden", "style"]));
|
12455
12653
|
}
|
12456
|
-
}),
|
12654
|
+
}), hd = /* @__PURE__ */ b(da, [["__scopeId", "data-v-97d6c24a"]]), la = (e) => (v("data-v-af8cd57a"), e = e(), m(), e), ca = ["aria-hidden"], ua = {
|
12457
12655
|
key: 0,
|
12458
12656
|
"data-testid": "kui-icon-svg-title"
|
12459
|
-
},
|
12657
|
+
}, fa = /* @__PURE__ */ la(() => /* @__PURE__ */ o("path", {
|
12460
12658
|
d: "M5 13V11H19V13H5Z",
|
12461
12659
|
fill: "currentColor"
|
12462
|
-
}, null, -1)),
|
12660
|
+
}, null, -1)), ga = /* @__PURE__ */ u({
|
12463
12661
|
__name: "RemoveIcon",
|
12464
12662
|
props: {
|
12465
12663
|
/** The accessibility text provided to screen readers */
|
@@ -12545,20 +12743,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12545
12743
|
width: "100%",
|
12546
12744
|
xmlns: "http://www.w3.org/2000/svg"
|
12547
12745
|
}, [
|
12548
|
-
e.title ? (a(), l("title",
|
12549
|
-
|
12550
|
-
], 8,
|
12746
|
+
e.title ? (a(), l("title", ua, h(e.title), 1)) : y("", !0),
|
12747
|
+
fa
|
12748
|
+
], 8, ca))
|
12551
12749
|
]),
|
12552
12750
|
_: 1
|
12553
12751
|
}, 8, ["aria-hidden", "style"]));
|
12554
12752
|
}
|
12555
|
-
}),
|
12753
|
+
}), yd = /* @__PURE__ */ b(ga, [["__scopeId", "data-v-af8cd57a"]]), pa = (e) => (v("data-v-49e3be8a"), e = e(), m(), e), Ca = ["aria-hidden"], ha = {
|
12556
12754
|
key: 0,
|
12557
12755
|
"data-testid": "kui-icon-svg-title"
|
12558
|
-
},
|
12756
|
+
}, ya = /* @__PURE__ */ pa(() => /* @__PURE__ */ o("path", {
|
12559
12757
|
d: "M15.25 5C14.9 5 14.6042 4.87917 14.3625 4.6375C14.1208 4.39583 14 4.1 14 3.75C14 3.4 14.1208 3.10417 14.3625 2.8625C14.6042 2.62083 14.9 2.5 15.25 2.5C15.6 2.5 15.8958 2.62083 16.1375 2.8625C16.3792 3.10417 16.5 3.4 16.5 3.75C16.5 4.1 16.3792 4.39583 16.1375 4.6375C15.8958 4.87917 15.6 5 15.25 5ZM15.25 21.5C14.9 21.5 14.6042 21.3792 14.3625 21.1375C14.1208 20.8958 14 20.6 14 20.25C14 19.9 14.1208 19.6042 14.3625 19.3625C14.6042 19.1208 14.9 19 15.25 19C15.6 19 15.8958 19.1208 16.1375 19.3625C16.3792 19.6042 16.5 19.9 16.5 20.25C16.5 20.6 16.3792 20.8958 16.1375 21.1375C15.8958 21.3792 15.6 21.5 15.25 21.5ZM19.25 8.5C18.9 8.5 18.6042 8.37917 18.3625 8.1375C18.1208 7.89583 18 7.6 18 7.25C18 6.9 18.1208 6.60417 18.3625 6.3625C18.6042 6.12083 18.9 6 19.25 6C19.6 6 19.8958 6.12083 20.1375 6.3625C20.3792 6.60417 20.5 6.9 20.5 7.25C20.5 7.6 20.3792 7.89583 20.1375 8.1375C19.8958 8.37917 19.6 8.5 19.25 8.5ZM19.25 18C18.9 18 18.6042 17.8792 18.3625 17.6375C18.1208 17.3958 18 17.1 18 16.75C18 16.4 18.1208 16.1042 18.3625 15.8625C18.6042 15.6208 18.9 15.5 19.25 15.5C19.6 15.5 19.8958 15.6208 20.1375 15.8625C20.3792 16.1042 20.5 16.4 20.5 16.75C20.5 17.1 20.3792 17.3958 20.1375 17.6375C19.8958 17.8792 19.6 18 19.25 18ZM20.75 13.25C20.4 13.25 20.1042 13.1292 19.8625 12.8875C19.6208 12.6458 19.5 12.35 19.5 12C19.5 11.65 19.6208 11.3542 19.8625 11.1125C20.1042 10.8708 20.4 10.75 20.75 10.75C21.1 10.75 21.3958 10.8708 21.6375 11.1125C21.8792 11.3542 22 11.65 22 12C22 12.35 21.8792 12.6458 21.6375 12.8875C21.3958 13.1292 21.1 13.25 20.75 13.25ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2V4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20V22ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.9167 10.0042 11.8292 10.0125 11.7375C10.0208 11.6458 10.0417 11.5583 10.075 11.475L8 9.4L9.4 8L11.475 10.075C11.5417 10.0583 11.7167 10.0333 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14Z",
|
12560
12758
|
fill: "currentColor"
|
12561
|
-
}, null, -1)),
|
12759
|
+
}, null, -1)), va = /* @__PURE__ */ u({
|
12562
12760
|
__name: "ResponseIcon",
|
12563
12761
|
props: {
|
12564
12762
|
/** The accessibility text provided to screen readers */
|
@@ -12644,20 +12842,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12644
12842
|
width: "100%",
|
12645
12843
|
xmlns: "http://www.w3.org/2000/svg"
|
12646
12844
|
}, [
|
12647
|
-
e.title ? (a(), l("title",
|
12648
|
-
|
12649
|
-
], 8,
|
12845
|
+
e.title ? (a(), l("title", ha, h(e.title), 1)) : y("", !0),
|
12846
|
+
ya
|
12847
|
+
], 8, Ca))
|
12650
12848
|
]),
|
12651
12849
|
_: 1
|
12652
12850
|
}, 8, ["aria-hidden", "style"]));
|
12653
12851
|
}
|
12654
|
-
}),
|
12852
|
+
}), vd = /* @__PURE__ */ b(va, [["__scopeId", "data-v-49e3be8a"]]), ma = (e) => (v("data-v-b8ae3b6e"), e = e(), m(), e), ba = ["aria-hidden"], Sa = {
|
12655
12853
|
key: 0,
|
12656
12854
|
"data-testid": "kui-icon-svg-title"
|
12657
|
-
},
|
12855
|
+
}, za = /* @__PURE__ */ ma(() => /* @__PURE__ */ o("path", {
|
12658
12856
|
d: "M2.4498 10.575L6.6498 6.37504C6.88314 6.1417 7.15814 5.97504 7.4748 5.87504C7.79147 5.77504 8.11647 5.75837 8.4498 5.82504L9.7498 6.10004C8.8498 7.1667 8.14147 8.13337 7.6248 9.00004C7.10814 9.8667 6.60814 10.9167 6.1248 12.15L2.4498 10.575ZM7.5748 12.85C7.95814 11.65 8.47897 10.5167 9.1373 9.45004C9.79564 8.38337 10.5915 7.38337 11.5248 6.45004C12.9915 4.98337 14.6665 3.88754 16.5498 3.16254C18.4331 2.43754 20.1915 2.2167 21.8248 2.50004C22.1081 4.13337 21.8915 5.8917 21.1748 7.77504C20.4581 9.65837 19.3665 11.3334 17.8998 12.8C16.9831 13.7167 15.9831 14.5125 14.8998 15.1875C13.8165 15.8625 12.6748 16.3917 11.4748 16.775L7.5748 12.85ZM14.4748 9.85004C14.8581 10.2334 15.329 10.425 15.8873 10.425C16.4456 10.425 16.9165 10.2334 17.2998 9.85004C17.6831 9.4667 17.8748 8.99587 17.8748 8.43754C17.8748 7.8792 17.6831 7.40837 17.2998 7.02504C16.9165 6.6417 16.4456 6.45004 15.8873 6.45004C15.329 6.45004 14.8581 6.6417 14.4748 7.02504C14.0915 7.40837 13.8998 7.8792 13.8998 8.43754C13.8998 8.99587 14.0915 9.4667 14.4748 9.85004ZM13.7748 21.875L12.1748 18.2C13.4081 17.7167 14.4623 17.2167 15.3373 16.7C16.2123 16.1834 17.1831 15.475 18.2498 14.575L18.4998 15.875C18.5665 16.2084 18.5498 16.5375 18.4498 16.8625C18.3498 17.1875 18.1831 17.4667 17.9498 17.7L13.7748 21.875ZM4.0498 16.05C4.63314 15.4667 5.34147 15.1709 6.1748 15.1625C7.00814 15.1542 7.71647 15.4417 8.2998 16.025C8.88314 16.6084 9.1748 17.3167 9.1748 18.15C9.1748 18.9834 8.88314 19.6917 8.2998 20.275C7.88314 20.6917 7.1873 21.05 6.2123 21.35C5.2373 21.65 3.89147 21.9167 2.1748 22.15C2.40814 20.4334 2.6748 19.0917 2.9748 18.125C3.2748 17.1584 3.63314 16.4667 4.0498 16.05Z",
|
12659
12857
|
fill: "currentColor"
|
12660
|
-
}, null, -1)),
|
12858
|
+
}, null, -1)), Na = /* @__PURE__ */ u({
|
12661
12859
|
__name: "RocketIcon",
|
12662
12860
|
props: {
|
12663
12861
|
/** The accessibility text provided to screen readers */
|
@@ -12743,22 +12941,22 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12743
12941
|
width: "100%",
|
12744
12942
|
xmlns: "http://www.w3.org/2000/svg"
|
12745
12943
|
}, [
|
12746
|
-
e.title ? (a(), l("title",
|
12747
|
-
|
12748
|
-
], 8,
|
12944
|
+
e.title ? (a(), l("title", Sa, h(e.title), 1)) : y("", !0),
|
12945
|
+
za
|
12946
|
+
], 8, ba))
|
12749
12947
|
]),
|
12750
12948
|
_: 1
|
12751
12949
|
}, 8, ["aria-hidden", "style"]));
|
12752
12950
|
}
|
12753
|
-
}),
|
12951
|
+
}), md = /* @__PURE__ */ b(Na, [["__scopeId", "data-v-b8ae3b6e"]]), wa = (e) => (v("data-v-d9be027d"), e = e(), m(), e), xa = ["aria-hidden"], $a = {
|
12754
12952
|
key: 0,
|
12755
12953
|
"data-testid": "kui-icon-svg-title"
|
12756
|
-
},
|
12954
|
+
}, La = /* @__PURE__ */ wa(() => /* @__PURE__ */ o("path", {
|
12757
12955
|
"clip-rule": "evenodd",
|
12758
12956
|
d: "M15.4802 1.19995H9.6002H4.0562L1.2002 3.71995V15.144L3.6002 17.88V6.83995L7.2722 3.59995H17.5922L15.4802 1.19995ZM8.86824 6H20.2802L22.8002 8.868V20.28L19.9442 22.8H8.52024L6.00024 19.944V8.52L8.86824 6Z",
|
12759
12957
|
fill: "currentColor",
|
12760
12958
|
"fill-rule": "evenodd"
|
12761
|
-
}, null, -1)),
|
12959
|
+
}, null, -1)), _a = /* @__PURE__ */ u({
|
12762
12960
|
__name: "RuntimesIcon",
|
12763
12961
|
props: {
|
12764
12962
|
/** The accessibility text provided to screen readers */
|
@@ -12844,20 +13042,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12844
13042
|
width: "100%",
|
12845
13043
|
xmlns: "http://www.w3.org/2000/svg"
|
12846
13044
|
}, [
|
12847
|
-
e.title ? (a(), l("title",
|
12848
|
-
|
12849
|
-
], 8,
|
13045
|
+
e.title ? (a(), l("title", $a, h(e.title), 1)) : y("", !0),
|
13046
|
+
La
|
13047
|
+
], 8, xa))
|
12850
13048
|
]),
|
12851
13049
|
_: 1
|
12852
13050
|
}, 8, ["aria-hidden", "style"]));
|
12853
13051
|
}
|
12854
|
-
}),
|
13052
|
+
}), bd = /* @__PURE__ */ b(_a, [["__scopeId", "data-v-d9be027d"]]), ka = (e) => (v("data-v-76c20ce8"), e = e(), m(), e), Ia = ["aria-hidden"], qa = {
|
12855
13053
|
key: 0,
|
12856
13054
|
"data-testid": "kui-icon-svg-title"
|
12857
|
-
},
|
13055
|
+
}, Ha = /* @__PURE__ */ ka(() => /* @__PURE__ */ o("path", {
|
12858
13056
|
d: "M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z",
|
12859
13057
|
fill: "currentColor"
|
12860
|
-
}, null, -1)),
|
13058
|
+
}, null, -1)), Ma = /* @__PURE__ */ u({
|
12861
13059
|
__name: "SearchIcon",
|
12862
13060
|
props: {
|
12863
13061
|
/** The accessibility text provided to screen readers */
|
@@ -12943,20 +13141,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
12943
13141
|
width: "100%",
|
12944
13142
|
xmlns: "http://www.w3.org/2000/svg"
|
12945
13143
|
}, [
|
12946
|
-
e.title ? (a(), l("title",
|
12947
|
-
|
12948
|
-
], 8,
|
13144
|
+
e.title ? (a(), l("title", qa, h(e.title), 1)) : y("", !0),
|
13145
|
+
Ha
|
13146
|
+
], 8, Ia))
|
12949
13147
|
]),
|
12950
13148
|
_: 1
|
12951
13149
|
}, 8, ["aria-hidden", "style"]));
|
12952
13150
|
}
|
12953
|
-
}),
|
13151
|
+
}), Sd = /* @__PURE__ */ b(Ma, [["__scopeId", "data-v-76c20ce8"]]), Za = (e) => (v("data-v-4084634d"), e = e(), m(), e), Ba = ["aria-hidden"], Va = {
|
12954
13152
|
key: 0,
|
12955
13153
|
"data-testid": "kui-icon-svg-title"
|
12956
|
-
},
|
13154
|
+
}, Ea = /* @__PURE__ */ Za(() => /* @__PURE__ */ o("path", {
|
12957
13155
|
d: "M9.2 15.6L12 13.5L14.75 15.6L13.7 12.2L16.5 10H13.1L12 6.6L10.9 10H7.5L10.25 12.2L9.2 15.6ZM12 22C9.68333 21.4167 7.77083 20.0875 6.2625 18.0125C4.75417 15.9375 4 13.6333 4 11.1V5L12 2L20 5V11.1C20 13.6333 19.2458 15.9375 17.7375 18.0125C16.2292 20.0875 14.3167 21.4167 12 22ZM12 19.9C13.7333 19.35 15.1667 18.25 16.3 16.6C17.4333 14.95 18 13.1167 18 11.1V6.375L12 4.125L6 6.375V11.1C6 13.1167 6.56667 14.95 7.7 16.6C8.83333 18.25 10.2667 19.35 12 19.9Z",
|
12958
13156
|
fill: "currentColor"
|
12959
|
-
}, null, -1)),
|
13157
|
+
}, null, -1)), Fa = /* @__PURE__ */ u({
|
12960
13158
|
__name: "SecurityIcon",
|
12961
13159
|
props: {
|
12962
13160
|
/** The accessibility text provided to screen readers */
|
@@ -13042,20 +13240,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13042
13240
|
width: "100%",
|
13043
13241
|
xmlns: "http://www.w3.org/2000/svg"
|
13044
13242
|
}, [
|
13045
|
-
e.title ? (a(), l("title",
|
13046
|
-
|
13047
|
-
], 8,
|
13243
|
+
e.title ? (a(), l("title", Va, h(e.title), 1)) : y("", !0),
|
13244
|
+
Ea
|
13245
|
+
], 8, Ba))
|
13048
13246
|
]),
|
13049
13247
|
_: 1
|
13050
13248
|
}, 8, ["aria-hidden", "style"]));
|
13051
13249
|
}
|
13052
|
-
}),
|
13250
|
+
}), zd = /* @__PURE__ */ b(Fa, [["__scopeId", "data-v-4084634d"]]), Da = (e) => (v("data-v-048eb36f"), e = e(), m(), e), Aa = ["aria-hidden"], Pa = {
|
13053
13251
|
key: 0,
|
13054
13252
|
"data-testid": "kui-icon-svg-title"
|
13055
|
-
},
|
13253
|
+
}, Ra = /* @__PURE__ */ Da(() => /* @__PURE__ */ o("path", {
|
13056
13254
|
d: "M8 18H16V16H8V18ZM8 14H16V12H8V14ZM6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V4C4 3.45 4.19583 2.97917 4.5875 2.5875C4.97917 2.19583 5.45 2 6 2H14L20 8V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM13 9V4H6V20H18V9H13Z",
|
13057
13255
|
fill: "currentColor"
|
13058
|
-
}, null, -1)),
|
13256
|
+
}, null, -1)), Ua = /* @__PURE__ */ u({
|
13059
13257
|
__name: "ServiceDocumentIcon",
|
13060
13258
|
props: {
|
13061
13259
|
/** The accessibility text provided to screen readers */
|
@@ -13141,20 +13339,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13141
13339
|
width: "100%",
|
13142
13340
|
xmlns: "http://www.w3.org/2000/svg"
|
13143
13341
|
}, [
|
13144
|
-
e.title ? (a(), l("title",
|
13145
|
-
|
13146
|
-
], 8,
|
13342
|
+
e.title ? (a(), l("title", Pa, h(e.title), 1)) : y("", !0),
|
13343
|
+
Ra
|
13344
|
+
], 8, Aa))
|
13147
13345
|
]),
|
13148
13346
|
_: 1
|
13149
13347
|
}, 8, ["aria-hidden", "style"]));
|
13150
13348
|
}
|
13151
|
-
}),
|
13349
|
+
}), Nd = /* @__PURE__ */ b(Ua, [["__scopeId", "data-v-048eb36f"]]), Ga = (e) => (v("data-v-84c1bcba"), e = e(), m(), e), Ta = ["aria-hidden"], Oa = {
|
13152
13350
|
key: 0,
|
13153
13351
|
"data-testid": "kui-icon-svg-title"
|
13154
|
-
},
|
13352
|
+
}, Wa = /* @__PURE__ */ Ga(() => /* @__PURE__ */ o("path", {
|
13155
13353
|
d: "M10.6198 1.19995V10.02H1.7998V3.83995L4.81181 1.19995H10.6198ZM22.0198 10.02H13.1998V1.19995H19.3798L22.0198 4.21195V10.02ZM13.1998 21.42V12.6H22.0198V18.78L19.0078 21.42H13.1998ZM1.7998 12.6H10.6198V21.42H4.4398L1.7998 18.408V12.6Z",
|
13156
13354
|
fill: "currentColor"
|
13157
|
-
}, null, -1)),
|
13355
|
+
}, null, -1)), ja = /* @__PURE__ */ u({
|
13158
13356
|
__name: "ServiceHubIcon",
|
13159
13357
|
props: {
|
13160
13358
|
/** The accessibility text provided to screen readers */
|
@@ -13240,20 +13438,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13240
13438
|
width: "100%",
|
13241
13439
|
xmlns: "http://www.w3.org/2000/svg"
|
13242
13440
|
}, [
|
13243
|
-
e.title ? (a(), l("title",
|
13244
|
-
|
13245
|
-
], 8,
|
13441
|
+
e.title ? (a(), l("title", Oa, h(e.title), 1)) : y("", !0),
|
13442
|
+
Wa
|
13443
|
+
], 8, Ta))
|
13246
13444
|
]),
|
13247
13445
|
_: 1
|
13248
13446
|
}, 8, ["aria-hidden", "style"]));
|
13249
13447
|
}
|
13250
|
-
}),
|
13448
|
+
}), wd = /* @__PURE__ */ b(ja, [["__scopeId", "data-v-84c1bcba"]]), Ka = (e) => (v("data-v-b15c4069"), e = e(), m(), e), Ja = ["aria-hidden"], Xa = {
|
13251
13449
|
key: 0,
|
13252
13450
|
"data-testid": "kui-icon-svg-title"
|
13253
|
-
},
|
13451
|
+
}, Qa = /* @__PURE__ */ Ka(() => /* @__PURE__ */ o("path", {
|
13254
13452
|
d: "M18 15V13H20C20.2833 13 20.5208 13.0958 20.7125 13.2875C20.9042 13.4792 21 13.7167 21 14C21 14.2833 20.9042 14.5208 20.7125 14.7125C20.5208 14.9042 20.2833 15 20 15H18ZM18 19V17H20C20.2833 17 20.5208 17.0958 20.7125 17.2875C20.9042 17.4792 21 17.7167 21 18C21 18.2833 20.9042 18.5208 20.7125 18.7125C20.5208 18.9042 20.2833 19 20 19H18ZM14 20C13.45 20 12.9792 19.8042 12.5875 19.4125C12.1958 19.0208 12 18.55 12 18H10V14H12C12 13.45 12.1958 12.9792 12.5875 12.5875C12.9792 12.1958 13.45 12 14 12H17V20H14ZM7 17C5.9 17 4.95833 16.6083 4.175 15.825C3.39167 15.0417 3 14.1 3 13C3 11.9 3.39167 10.9583 4.175 10.175C4.95833 9.39167 5.9 9 7 9H8.5C8.91667 9 9.27083 8.85417 9.5625 8.5625C9.85417 8.27083 10 7.91667 10 7.5C10 7.08333 9.85417 6.72917 9.5625 6.4375C9.27083 6.14583 8.91667 6 8.5 6H5C4.71667 6 4.47917 5.90417 4.2875 5.7125C4.09583 5.52083 4 5.28333 4 5C4 4.71667 4.09583 4.47917 4.2875 4.2875C4.47917 4.09583 4.71667 4 5 4H8.5C9.46667 4 10.2917 4.34167 10.975 5.025C11.6583 5.70833 12 6.53333 12 7.5C12 8.46667 11.6583 9.29167 10.975 9.975C10.2917 10.6583 9.46667 11 8.5 11H7C6.45 11 5.97917 11.1958 5.5875 11.5875C5.19583 11.9792 5 12.45 5 13C5 13.55 5.19583 14.0208 5.5875 14.4125C5.97917 14.8042 6.45 15 7 15H9V17H7Z",
|
13255
13453
|
fill: "currentColor"
|
13256
|
-
}, null, -1)),
|
13454
|
+
}, null, -1)), Ya = /* @__PURE__ */ u({
|
13257
13455
|
__name: "ServicesIcon",
|
13258
13456
|
props: {
|
13259
13457
|
/** The accessibility text provided to screen readers */
|
@@ -13339,20 +13537,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13339
13537
|
width: "100%",
|
13340
13538
|
xmlns: "http://www.w3.org/2000/svg"
|
13341
13539
|
}, [
|
13342
|
-
e.title ? (a(), l("title",
|
13343
|
-
|
13344
|
-
], 8,
|
13540
|
+
e.title ? (a(), l("title", Xa, h(e.title), 1)) : y("", !0),
|
13541
|
+
Qa
|
13542
|
+
], 8, Ja))
|
13345
13543
|
]),
|
13346
13544
|
_: 1
|
13347
13545
|
}, 8, ["aria-hidden", "style"]));
|
13348
13546
|
}
|
13349
|
-
}),
|
13547
|
+
}), xd = /* @__PURE__ */ b(Ya, [["__scopeId", "data-v-b15c4069"]]), eo = (e) => (v("data-v-42d09cfc"), e = e(), m(), e), to = ["aria-hidden"], io = {
|
13350
13548
|
key: 0,
|
13351
13549
|
"data-testid": "kui-icon-svg-title"
|
13352
|
-
},
|
13550
|
+
}, ro = /* @__PURE__ */ eo(() => /* @__PURE__ */ o("path", {
|
13353
13551
|
d: "M18 22C17.1667 22 16.4583 21.7083 15.875 21.125C15.2917 20.5417 15 19.8333 15 19C15 18.8833 15.0083 18.7625 15.025 18.6375C15.0417 18.5125 15.0667 18.4 15.1 18.3L8.05 14.2C7.76667 14.45 7.45 14.6458 7.1 14.7875C6.75 14.9292 6.38333 15 6 15C5.16667 15 4.45833 14.7083 3.875 14.125C3.29167 13.5417 3 12.8333 3 12C3 11.1667 3.29167 10.4583 3.875 9.875C4.45833 9.29167 5.16667 9 6 9C6.38333 9 6.75 9.07083 7.1 9.2125C7.45 9.35417 7.76667 9.55 8.05 9.8L15.1 5.7C15.0667 5.6 15.0417 5.4875 15.025 5.3625C15.0083 5.2375 15 5.11667 15 5C15 4.16667 15.2917 3.45833 15.875 2.875C16.4583 2.29167 17.1667 2 18 2C18.8333 2 19.5417 2.29167 20.125 2.875C20.7083 3.45833 21 4.16667 21 5C21 5.83333 20.7083 6.54167 20.125 7.125C19.5417 7.70833 18.8333 8 18 8C17.6167 8 17.25 7.92917 16.9 7.7875C16.55 7.64583 16.2333 7.45 15.95 7.2L8.9 11.3C8.93333 11.4 8.95833 11.5125 8.975 11.6375C8.99167 11.7625 9 11.8833 9 12C9 12.1167 8.99167 12.2375 8.975 12.3625C8.95833 12.4875 8.93333 12.6 8.9 12.7L15.95 16.8C16.2333 16.55 16.55 16.3542 16.9 16.2125C17.25 16.0708 17.6167 16 18 16C18.8333 16 19.5417 16.2917 20.125 16.875C20.7083 17.4583 21 18.1667 21 19C21 19.8333 20.7083 20.5417 20.125 21.125C19.5417 21.7083 18.8333 22 18 22ZM18 6C18.2833 6 18.5208 5.90417 18.7125 5.7125C18.9042 5.52083 19 5.28333 19 5C19 4.71667 18.9042 4.47917 18.7125 4.2875C18.5208 4.09583 18.2833 4 18 4C17.7167 4 17.4792 4.09583 17.2875 4.2875C17.0958 4.47917 17 4.71667 17 5C17 5.28333 17.0958 5.52083 17.2875 5.7125C17.4792 5.90417 17.7167 6 18 6ZM6 13C6.28333 13 6.52083 12.9042 6.7125 12.7125C6.90417 12.5208 7 12.2833 7 12C7 11.7167 6.90417 11.4792 6.7125 11.2875C6.52083 11.0958 6.28333 11 6 11C5.71667 11 5.47917 11.0958 5.2875 11.2875C5.09583 11.4792 5 11.7167 5 12C5 12.2833 5.09583 12.5208 5.2875 12.7125C5.47917 12.9042 5.71667 13 6 13ZM18 20C18.2833 20 18.5208 19.9042 18.7125 19.7125C18.9042 19.5208 19 19.2833 19 19C19 18.7167 18.9042 18.4792 18.7125 18.2875C18.5208 18.0958 18.2833 18 18 18C17.7167 18 17.4792 18.0958 17.2875 18.2875C17.0958 18.4792 17 18.7167 17 19C17 19.2833 17.0958 19.5208 17.2875 19.7125C17.4792 19.9042 17.7167 20 18 20Z",
|
13354
13552
|
fill: "currentColor"
|
13355
|
-
}, null, -1)),
|
13553
|
+
}, null, -1)), no = /* @__PURE__ */ u({
|
13356
13554
|
__name: "SharedIcon",
|
13357
13555
|
props: {
|
13358
13556
|
/** The accessibility text provided to screen readers */
|
@@ -13438,20 +13636,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13438
13636
|
width: "100%",
|
13439
13637
|
xmlns: "http://www.w3.org/2000/svg"
|
13440
13638
|
}, [
|
13441
|
-
e.title ? (a(), l("title",
|
13442
|
-
|
13443
|
-
], 8,
|
13639
|
+
e.title ? (a(), l("title", io, h(e.title), 1)) : y("", !0),
|
13640
|
+
ro
|
13641
|
+
], 8, to))
|
13444
13642
|
]),
|
13445
13643
|
_: 1
|
13446
13644
|
}, 8, ["aria-hidden", "style"]));
|
13447
13645
|
}
|
13448
|
-
}),
|
13646
|
+
}), $d = /* @__PURE__ */ b(no, [["__scopeId", "data-v-42d09cfc"]]), ao = (e) => (v("data-v-193b987d"), e = e(), m(), e), oo = ["aria-hidden"], so = {
|
13449
13647
|
key: 0,
|
13450
13648
|
"data-testid": "kui-icon-svg-title"
|
13451
|
-
},
|
13649
|
+
}, lo = /* @__PURE__ */ ao(() => /* @__PURE__ */ o("path", {
|
13452
13650
|
d: "M6 14V16H4C3.45 16 2.97917 15.8042 2.5875 15.4125C2.19583 15.0208 2 14.55 2 14V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H14C14.55 2 15.0208 2.19583 15.4125 2.5875C15.8042 2.97917 16 3.45 16 4V6H14V4H4V14H6ZM10 22C9.45 22 8.97917 21.8042 8.5875 21.4125C8.19583 21.0208 8 20.55 8 20V10C8 9.45 8.19583 8.97917 8.5875 8.5875C8.97917 8.19583 9.45 8 10 8H20C20.55 8 21.0208 8.19583 21.4125 8.5875C21.8042 8.97917 22 9.45 22 10V20C22 20.55 21.8042 21.0208 21.4125 21.4125C21.0208 21.8042 20.55 22 20 22H10ZM10 20H20V10H10V20Z",
|
13453
13651
|
fill: "currentColor"
|
13454
|
-
}, null, -1)),
|
13652
|
+
}, null, -1)), co = /* @__PURE__ */ u({
|
13455
13653
|
__name: "StackIcon",
|
13456
13654
|
props: {
|
13457
13655
|
/** The accessibility text provided to screen readers */
|
@@ -13537,20 +13735,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13537
13735
|
width: "100%",
|
13538
13736
|
xmlns: "http://www.w3.org/2000/svg"
|
13539
13737
|
}, [
|
13540
|
-
e.title ? (a(), l("title",
|
13541
|
-
|
13542
|
-
], 8,
|
13738
|
+
e.title ? (a(), l("title", so, h(e.title), 1)) : y("", !0),
|
13739
|
+
lo
|
13740
|
+
], 8, oo))
|
13543
13741
|
]),
|
13544
13742
|
_: 1
|
13545
13743
|
}, 8, ["aria-hidden", "style"]));
|
13546
13744
|
}
|
13547
|
-
}),
|
13745
|
+
}), Ld = /* @__PURE__ */ b(co, [["__scopeId", "data-v-193b987d"]]), uo = (e) => (v("data-v-13b22757"), e = e(), m(), e), fo = ["aria-hidden"], go = {
|
13548
13746
|
key: 0,
|
13549
13747
|
"data-testid": "kui-icon-svg-title"
|
13550
|
-
},
|
13748
|
+
}, po = /* @__PURE__ */ uo(() => /* @__PURE__ */ o("path", {
|
13551
13749
|
d: "M12.15 20C10.8833 20 9.75833 19.625 8.775 18.875C7.79167 18.125 7.08333 17.1 6.65 15.8L8.85 14.85C9.08333 15.65 9.4875 16.3083 10.0625 16.825C10.6375 17.3417 11.35 17.6 12.2 17.6C12.9 17.6 13.5333 17.4333 14.1 17.1C14.6667 16.7667 14.95 16.2333 14.95 15.5C14.95 15.2 14.8917 14.925 14.775 14.675C14.6583 14.425 14.5 14.2 14.3 14H17.1C17.1833 14.2333 17.2458 14.4708 17.2875 14.7125C17.3292 14.9542 17.35 15.2167 17.35 15.5C17.35 16.9333 16.8375 18.0417 15.8125 18.825C14.7875 19.6083 13.5667 20 12.15 20ZM2 12V10H22V12H2ZM12.05 3.85C13.15 3.85 14.1125 4.12083 14.9375 4.6625C15.7625 5.20417 16.4 6.03333 16.85 7.15L14.65 8.125C14.5 7.64167 14.2208 7.20833 13.8125 6.825C13.4042 6.44167 12.8333 6.25 12.1 6.25C11.4167 6.25 10.85 6.40417 10.4 6.7125C9.95 7.02083 9.7 7.45 9.65 8H7.25C7.28333 6.85 7.7375 5.87083 8.6125 5.0625C9.4875 4.25417 10.6333 3.85 12.05 3.85Z",
|
13552
13750
|
fill: "currentColor"
|
13553
|
-
}, null, -1)),
|
13751
|
+
}, null, -1)), Co = /* @__PURE__ */ u({
|
13554
13752
|
__name: "StrikethroughIcon",
|
13555
13753
|
props: {
|
13556
13754
|
/** The accessibility text provided to screen readers */
|
@@ -13636,20 +13834,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13636
13834
|
width: "100%",
|
13637
13835
|
xmlns: "http://www.w3.org/2000/svg"
|
13638
13836
|
}, [
|
13639
|
-
e.title ? (a(), l("title",
|
13640
|
-
|
13641
|
-
], 8,
|
13837
|
+
e.title ? (a(), l("title", go, h(e.title), 1)) : y("", !0),
|
13838
|
+
po
|
13839
|
+
], 8, fo))
|
13642
13840
|
]),
|
13643
13841
|
_: 1
|
13644
13842
|
}, 8, ["aria-hidden", "style"]));
|
13645
13843
|
}
|
13646
|
-
}),
|
13844
|
+
}), _d = /* @__PURE__ */ b(Co, [["__scopeId", "data-v-13b22757"]]), ho = (e) => (v("data-v-2475ba2d"), e = e(), m(), e), yo = ["aria-hidden"], vo = {
|
13647
13845
|
key: 0,
|
13648
13846
|
"data-testid": "kui-icon-svg-title"
|
13649
|
-
},
|
13847
|
+
}, mo = /* @__PURE__ */ ho(() => /* @__PURE__ */ o("path", {
|
13650
13848
|
d: "M20 20C19.7167 20 19.4792 19.9042 19.2875 19.7125C19.0958 19.5208 19 19.2833 19 19V18C19 17.7167 19.0958 17.4792 19.2875 17.2875C19.4792 17.0958 19.7167 17 20 17H22V16H19.5C19.3667 16 19.25 15.95 19.15 15.85C19.05 15.75 19 15.6333 19 15.5C19 15.3667 19.05 15.25 19.15 15.15C19.25 15.05 19.3667 15 19.5 15H22C22.2833 15 22.5208 15.0958 22.7125 15.2875C22.9042 15.4792 23 15.7167 23 16V17C23 17.2833 22.9042 17.5208 22.7125 17.7125C22.5208 17.9042 22.2833 18 22 18H20V19H22.5C22.6333 19 22.75 19.05 22.85 19.15C22.95 19.25 23 19.3667 23 19.5C23 19.6333 22.95 19.75 22.85 19.85C22.75 19.95 22.6333 20 22.5 20H20ZM7.92501 18C7.47501 18 7.14584 17.8083 6.93751 17.425C6.72917 17.0417 6.74167 16.6583 6.97501 16.275L10.5 10.725L7.30001 5.7C7.06667 5.33333 7.05417 4.95833 7.26251 4.575C7.47084 4.19167 7.79167 4 8.22501 4C8.42501 4 8.60834 4.04583 8.77501 4.1375C8.94167 4.22917 9.07501 4.35833 9.17501 4.525L11.95 9H12.05L14.8 4.525C14.9 4.35833 15.0375 4.22917 15.2125 4.1375C15.3875 4.04583 15.5667 4 15.75 4C16.2 4 16.525 4.19167 16.725 4.575C16.925 4.95833 16.9083 5.34167 16.675 5.725L13.475 10.725L17.025 16.275C17.2583 16.6583 17.2667 17.0417 17.05 17.425C16.8333 17.8083 16.5083 18 16.075 18C15.875 18 15.6917 17.9542 15.525 17.8625C15.3583 17.7708 15.225 17.6417 15.125 17.475L12.05 12.575H11.95L8.87501 17.475C8.77501 17.6417 8.63751 17.7708 8.46251 17.8625C8.28751 17.9542 8.10834 18 7.92501 18Z",
|
13651
13849
|
fill: "currentColor"
|
13652
|
-
}, null, -1)),
|
13850
|
+
}, null, -1)), bo = /* @__PURE__ */ u({
|
13653
13851
|
__name: "SubscriptIcon",
|
13654
13852
|
props: {
|
13655
13853
|
/** The accessibility text provided to screen readers */
|
@@ -13735,20 +13933,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13735
13933
|
width: "100%",
|
13736
13934
|
xmlns: "http://www.w3.org/2000/svg"
|
13737
13935
|
}, [
|
13738
|
-
e.title ? (a(), l("title",
|
13739
|
-
|
13740
|
-
], 8,
|
13936
|
+
e.title ? (a(), l("title", vo, h(e.title), 1)) : y("", !0),
|
13937
|
+
mo
|
13938
|
+
], 8, yo))
|
13741
13939
|
]),
|
13742
13940
|
_: 1
|
13743
13941
|
}, 8, ["aria-hidden", "style"]));
|
13744
13942
|
}
|
13745
|
-
}),
|
13943
|
+
}), kd = /* @__PURE__ */ b(bo, [["__scopeId", "data-v-2475ba2d"]]), So = (e) => (v("data-v-f0ac6ae2"), e = e(), m(), e), zo = ["aria-hidden"], No = {
|
13746
13944
|
key: 0,
|
13747
13945
|
"data-testid": "kui-icon-svg-title"
|
13748
|
-
},
|
13946
|
+
}, wo = /* @__PURE__ */ So(() => /* @__PURE__ */ o("path", {
|
13749
13947
|
d: "M20 9C19.7167 9 19.4792 8.90417 19.2875 8.7125C19.0958 8.52083 19 8.28333 19 8V7C19 6.71667 19.0958 6.47917 19.2875 6.2875C19.4792 6.09583 19.7167 6 20 6H22V5H19.5C19.3667 5 19.25 4.95 19.15 4.85C19.05 4.75 19 4.63333 19 4.5C19 4.36667 19.05 4.25 19.15 4.15C19.25 4.05 19.3667 4 19.5 4H22C22.2833 4 22.5208 4.09583 22.7125 4.2875C22.9042 4.47917 23 4.71667 23 5V6C23 6.28333 22.9042 6.52083 22.7125 6.7125C22.5208 6.90417 22.2833 7 22 7H20V8H22.5C22.6333 8 22.75 8.05 22.85 8.15C22.95 8.25 23 8.36667 23 8.5C23 8.63333 22.95 8.75 22.85 8.85C22.75 8.95 22.6333 9 22.5 9H20ZM7.92501 20C7.47501 20 7.14584 19.8083 6.93751 19.425C6.72917 19.0417 6.74167 18.6583 6.97501 18.275L10.5 12.725L7.30001 7.7C7.06667 7.33333 7.05417 6.95833 7.26251 6.575C7.47084 6.19167 7.79167 6 8.22501 6C8.42501 6 8.60834 6.04583 8.77501 6.1375C8.94167 6.22917 9.07501 6.35833 9.17501 6.525L11.95 11H12.05L14.8 6.525C14.9 6.35833 15.0375 6.22917 15.2125 6.1375C15.3875 6.04583 15.5667 6 15.75 6C16.2 6 16.525 6.19167 16.725 6.575C16.925 6.95833 16.9083 7.34167 16.675 7.725L13.475 12.725L17.025 18.275C17.2583 18.6583 17.2667 19.0417 17.05 19.425C16.8333 19.8083 16.5083 20 16.075 20C15.875 20 15.6917 19.9542 15.525 19.8625C15.3583 19.7708 15.225 19.6417 15.125 19.475L12.05 14.575H11.95L8.87501 19.475C8.77501 19.6417 8.63751 19.7708 8.46251 19.8625C8.28751 19.9542 8.10834 20 7.92501 20Z",
|
13750
13948
|
fill: "currentColor"
|
13751
|
-
}, null, -1)),
|
13949
|
+
}, null, -1)), xo = /* @__PURE__ */ u({
|
13752
13950
|
__name: "SuperscriptIcon",
|
13753
13951
|
props: {
|
13754
13952
|
/** The accessibility text provided to screen readers */
|
@@ -13834,20 +14032,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13834
14032
|
width: "100%",
|
13835
14033
|
xmlns: "http://www.w3.org/2000/svg"
|
13836
14034
|
}, [
|
13837
|
-
e.title ? (a(), l("title",
|
13838
|
-
|
13839
|
-
], 8,
|
14035
|
+
e.title ? (a(), l("title", No, h(e.title), 1)) : y("", !0),
|
14036
|
+
wo
|
14037
|
+
], 8, zo))
|
13840
14038
|
]),
|
13841
14039
|
_: 1
|
13842
14040
|
}, 8, ["aria-hidden", "style"]));
|
13843
14041
|
}
|
13844
|
-
}),
|
14042
|
+
}), Id = /* @__PURE__ */ b(xo, [["__scopeId", "data-v-f0ac6ae2"]]), $o = (e) => (v("data-v-cf80cca0"), e = e(), m(), e), Lo = ["aria-hidden"], _o = {
|
13845
14043
|
key: 0,
|
13846
14044
|
"data-testid": "kui-icon-svg-title"
|
13847
|
-
},
|
14045
|
+
}, ko = /* @__PURE__ */ $o(() => /* @__PURE__ */ o("path", {
|
13848
14046
|
d: "M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM9.1 19.45L10.3 16.7C9.6 16.45 8.99583 16.0625 8.4875 15.5375C7.97917 15.0125 7.58333 14.4 7.3 13.7L4.55 14.85C4.93333 15.9167 5.525 16.85 6.325 17.65C7.125 18.45 8.05 19.05 9.1 19.45ZM7.3 10.3C7.58333 9.6 7.97917 8.9875 8.4875 8.4625C8.99583 7.9375 9.6 7.55 10.3 7.3L9.15 4.55C8.08333 4.95 7.15 5.55 6.35 6.35C5.55 7.15 4.95 8.08333 4.55 9.15L7.3 10.3ZM12 15C12.8333 15 13.5417 14.7083 14.125 14.125C14.7083 13.5417 15 12.8333 15 12C15 11.1667 14.7083 10.4583 14.125 9.875C13.5417 9.29167 12.8333 9 12 9C11.1667 9 10.4583 9.29167 9.875 9.875C9.29167 10.4583 9 11.1667 9 12C9 12.8333 9.29167 13.5417 9.875 14.125C10.4583 14.7083 11.1667 15 12 15ZM14.9 19.45C15.95 19.05 16.8708 18.4542 17.6625 17.6625C18.4542 16.8708 19.05 15.95 19.45 14.9L16.7 13.7C16.45 14.4 16.0667 15.0042 15.55 15.5125C15.0333 16.0208 14.4333 16.4167 13.75 16.7L14.9 19.45ZM16.7 10.25L19.45 9.1C19.05 8.05 18.4542 7.12917 17.6625 6.3375C16.8708 5.54583 15.95 4.95 14.9 4.55L13.75 7.35C14.4333 7.6 15.025 7.97917 15.525 8.4875C16.025 8.99583 16.4167 9.58333 16.7 10.25Z",
|
13849
14047
|
fill: "currentColor"
|
13850
|
-
}, null, -1)),
|
14048
|
+
}, null, -1)), Io = /* @__PURE__ */ u({
|
13851
14049
|
__name: "SupportIcon",
|
13852
14050
|
props: {
|
13853
14051
|
/** The accessibility text provided to screen readers */
|
@@ -13933,20 +14131,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
13933
14131
|
width: "100%",
|
13934
14132
|
xmlns: "http://www.w3.org/2000/svg"
|
13935
14133
|
}, [
|
13936
|
-
e.title ? (a(), l("title",
|
13937
|
-
|
13938
|
-
], 8,
|
14134
|
+
e.title ? (a(), l("title", _o, h(e.title), 1)) : y("", !0),
|
14135
|
+
ko
|
14136
|
+
], 8, Lo))
|
13939
14137
|
]),
|
13940
14138
|
_: 1
|
13941
14139
|
}, 8, ["aria-hidden", "style"]));
|
13942
14140
|
}
|
13943
|
-
}),
|
14141
|
+
}), qd = /* @__PURE__ */ b(Io, [["__scopeId", "data-v-cf80cca0"]]), qo = (e) => (v("data-v-79d2a023"), e = e(), m(), e), Ho = ["aria-hidden"], Mo = {
|
13944
14142
|
key: 0,
|
13945
14143
|
"data-testid": "kui-icon-svg-title"
|
13946
|
-
},
|
14144
|
+
}, Zo = /* @__PURE__ */ qo(() => /* @__PURE__ */ o("path", {
|
13947
14145
|
d: "M3 21V3H21V21H3ZM5 9H19V5H5V9ZM10.325 14H13.675V11H10.325V14ZM10.325 19H13.675V16H10.325V19ZM5 14H8.325V11H5V14ZM15.675 14H19V11H15.675V14ZM5 19H8.325V16H5V19ZM15.675 19H19V16H15.675V19Z",
|
13948
14146
|
fill: "currentColor"
|
13949
|
-
}, null, -1)),
|
14147
|
+
}, null, -1)), Bo = /* @__PURE__ */ u({
|
13950
14148
|
__name: "TableIcon",
|
13951
14149
|
props: {
|
13952
14150
|
/** The accessibility text provided to screen readers */
|
@@ -14032,20 +14230,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14032
14230
|
width: "100%",
|
14033
14231
|
xmlns: "http://www.w3.org/2000/svg"
|
14034
14232
|
}, [
|
14035
|
-
e.title ? (a(), l("title",
|
14036
|
-
|
14037
|
-
], 8,
|
14233
|
+
e.title ? (a(), l("title", Mo, h(e.title), 1)) : y("", !0),
|
14234
|
+
Zo
|
14235
|
+
], 8, Ho))
|
14038
14236
|
]),
|
14039
14237
|
_: 1
|
14040
14238
|
}, 8, ["aria-hidden", "style"]));
|
14041
14239
|
}
|
14042
|
-
}),
|
14240
|
+
}), Hd = /* @__PURE__ */ b(Bo, [["__scopeId", "data-v-79d2a023"]]), Vo = (e) => (v("data-v-30a63698"), e = e(), m(), e), Eo = ["aria-hidden"], Fo = {
|
14043
14241
|
key: 0,
|
14044
14242
|
"data-testid": "kui-icon-svg-title"
|
14045
|
-
},
|
14243
|
+
}, Do = /* @__PURE__ */ Vo(() => /* @__PURE__ */ o("path", {
|
14046
14244
|
d: "M5.52499 16.175L9.07499 12.625C9.27499 12.425 9.50832 12.3292 9.77499 12.3375C10.0417 12.3458 10.275 12.45 10.475 12.65C10.6583 12.85 10.75 13.0833 10.75 13.35C10.75 13.6167 10.6583 13.85 10.475 14.05L6.24999 18.3C6.04999 18.5 5.81665 18.6 5.54999 18.6C5.28332 18.6 5.04999 18.5 4.84999 18.3L2.69999 16.15C2.51665 15.9667 2.42499 15.7333 2.42499 15.45C2.42499 15.1667 2.51665 14.9333 2.69999 14.75C2.88332 14.5667 3.11665 14.475 3.39999 14.475C3.68332 14.475 3.91665 14.5667 4.09999 14.75L5.52499 16.175ZM5.52499 8.175L9.07499 4.625C9.27499 4.425 9.50832 4.32917 9.77499 4.3375C10.0417 4.34583 10.275 4.45 10.475 4.65C10.6583 4.85 10.75 5.08333 10.75 5.35C10.75 5.61667 10.6583 5.85 10.475 6.05L6.24999 10.3C6.04999 10.5 5.81665 10.6 5.54999 10.6C5.28332 10.6 5.04999 10.5 4.84999 10.3L2.69999 8.15C2.51665 7.96667 2.42499 7.73333 2.42499 7.45C2.42499 7.16667 2.51665 6.93333 2.69999 6.75C2.88332 6.56667 3.11665 6.475 3.39999 6.475C3.68332 6.475 3.91665 6.56667 4.09999 6.75L5.52499 8.175ZM14 17C13.7167 17 13.4792 16.9042 13.2875 16.7125C13.0958 16.5208 13 16.2833 13 16C13 15.7167 13.0958 15.4792 13.2875 15.2875C13.4792 15.0958 13.7167 15 14 15H21C21.2833 15 21.5208 15.0958 21.7125 15.2875C21.9042 15.4792 22 15.7167 22 16C22 16.2833 21.9042 16.5208 21.7125 16.7125C21.5208 16.9042 21.2833 17 21 17H14ZM14 9C13.7167 9 13.4792 8.90417 13.2875 8.7125C13.0958 8.52083 13 8.28333 13 8C13 7.71667 13.0958 7.47917 13.2875 7.2875C13.4792 7.09583 13.7167 7 14 7H21C21.2833 7 21.5208 7.09583 21.7125 7.2875C21.9042 7.47917 22 7.71667 22 8C22 8.28333 21.9042 8.52083 21.7125 8.7125C21.5208 8.90417 21.2833 9 21 9H14Z",
|
14047
14245
|
fill: "currentColor"
|
14048
|
-
}, null, -1)),
|
14246
|
+
}, null, -1)), Ao = /* @__PURE__ */ u({
|
14049
14247
|
__name: "TasklistIcon",
|
14050
14248
|
props: {
|
14051
14249
|
/** The accessibility text provided to screen readers */
|
@@ -14131,20 +14329,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14131
14329
|
width: "100%",
|
14132
14330
|
xmlns: "http://www.w3.org/2000/svg"
|
14133
14331
|
}, [
|
14134
|
-
e.title ? (a(), l("title",
|
14135
|
-
|
14136
|
-
], 8,
|
14332
|
+
e.title ? (a(), l("title", Fo, h(e.title), 1)) : y("", !0),
|
14333
|
+
Do
|
14334
|
+
], 8, Eo))
|
14137
14335
|
]),
|
14138
14336
|
_: 1
|
14139
14337
|
}, 8, ["aria-hidden", "style"]));
|
14140
14338
|
}
|
14141
|
-
}),
|
14339
|
+
}), Md = /* @__PURE__ */ b(Ao, [["__scopeId", "data-v-30a63698"]]), Po = (e) => (v("data-v-bdddb33a"), e = e(), m(), e), Ro = ["aria-hidden"], Uo = {
|
14142
14340
|
key: 0,
|
14143
14341
|
"data-testid": "kui-icon-svg-title"
|
14144
|
-
},
|
14342
|
+
}, Go = /* @__PURE__ */ Po(() => /* @__PURE__ */ o("path", {
|
14145
14343
|
d: "M0 18V16.425C0 15.7083 0.366667 15.125 1.1 14.675C1.83333 14.225 2.8 14 4 14C4.21667 14 4.425 14.0042 4.625 14.0125C4.825 14.0208 5.01667 14.0417 5.2 14.075C4.96667 14.425 4.79167 14.7917 4.675 15.175C4.55833 15.5583 4.5 15.9583 4.5 16.375V18H0ZM6 18V16.375C6 15.8417 6.14583 15.3542 6.4375 14.9125C6.72917 14.4708 7.14167 14.0833 7.675 13.75C8.20833 13.4167 8.84583 13.1667 9.5875 13C10.3292 12.8333 11.1333 12.75 12 12.75C12.8833 12.75 13.6958 12.8333 14.4375 13C15.1792 13.1667 15.8167 13.4167 16.35 13.75C16.8833 14.0833 17.2917 14.4708 17.575 14.9125C17.8583 15.3542 18 15.8417 18 16.375V18H6ZM19.5 18V16.375C19.5 15.9417 19.4458 15.5333 19.3375 15.15C19.2292 14.7667 19.0667 14.4083 18.85 14.075C19.0333 14.0417 19.2208 14.0208 19.4125 14.0125C19.6042 14.0042 19.8 14 20 14C21.2 14 22.1667 14.2208 22.9 14.6625C23.6333 15.1042 24 15.6917 24 16.425V18H19.5ZM4 13C3.45 13 2.97917 12.8042 2.5875 12.4125C2.19583 12.0208 2 11.55 2 11C2 10.4333 2.19583 9.95833 2.5875 9.575C2.97917 9.19167 3.45 9 4 9C4.56667 9 5.04167 9.19167 5.425 9.575C5.80833 9.95833 6 10.4333 6 11C6 11.55 5.80833 12.0208 5.425 12.4125C5.04167 12.8042 4.56667 13 4 13ZM20 13C19.45 13 18.9792 12.8042 18.5875 12.4125C18.1958 12.0208 18 11.55 18 11C18 10.4333 18.1958 9.95833 18.5875 9.575C18.9792 9.19167 19.45 9 20 9C20.5667 9 21.0417 9.19167 21.425 9.575C21.8083 9.95833 22 10.4333 22 11C22 11.55 21.8083 12.0208 21.425 12.4125C21.0417 12.8042 20.5667 13 20 13ZM12 12C11.1667 12 10.4583 11.7083 9.875 11.125C9.29167 10.5417 9 9.83333 9 9C9 8.15 9.29167 7.4375 9.875 6.8625C10.4583 6.2875 11.1667 6 12 6C12.85 6 13.5625 6.2875 14.1375 6.8625C14.7125 7.4375 15 8.15 15 9C15 9.83333 14.7125 10.5417 14.1375 11.125C13.5625 11.7083 12.85 12 12 12Z",
|
14146
14344
|
fill: "currentColor"
|
14147
|
-
}, null, -1)),
|
14345
|
+
}, null, -1)), To = /* @__PURE__ */ u({
|
14148
14346
|
__name: "TeamIcon",
|
14149
14347
|
props: {
|
14150
14348
|
/** The accessibility text provided to screen readers */
|
@@ -14230,20 +14428,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14230
14428
|
width: "100%",
|
14231
14429
|
xmlns: "http://www.w3.org/2000/svg"
|
14232
14430
|
}, [
|
14233
|
-
e.title ? (a(), l("title",
|
14234
|
-
|
14235
|
-
], 8,
|
14431
|
+
e.title ? (a(), l("title", Uo, h(e.title), 1)) : y("", !0),
|
14432
|
+
Go
|
14433
|
+
], 8, Ro))
|
14236
14434
|
]),
|
14237
14435
|
_: 1
|
14238
14436
|
}, 8, ["aria-hidden", "style"]));
|
14239
14437
|
}
|
14240
|
-
}),
|
14438
|
+
}), Zd = /* @__PURE__ */ b(To, [["__scopeId", "data-v-bdddb33a"]]), Oo = (e) => (v("data-v-c74388b6"), e = e(), m(), e), Wo = ["aria-hidden"], jo = {
|
14241
14439
|
key: 0,
|
14242
14440
|
"data-testid": "kui-icon-svg-title"
|
14243
|
-
},
|
14441
|
+
}, Ko = /* @__PURE__ */ Oo(() => /* @__PURE__ */ o("path", {
|
14244
14442
|
d: "M12 12C10.9 12 9.95833 11.6083 9.175 10.825C8.39167 10.0417 8 9.1 8 8C8 6.9 8.39167 5.95833 9.175 5.175C9.95833 4.39167 10.9 4 12 4C13.1 4 14.0417 4.39167 14.825 5.175C15.6083 5.95833 16 6.9 16 8C16 9.1 15.6083 10.0417 14.825 10.825C14.0417 11.6083 13.1 12 12 12ZM4 20V17.2C4 16.6333 4.14583 16.1125 4.4375 15.6375C4.72917 15.1625 5.11667 14.8 5.6 14.55C6.63333 14.0333 7.68333 13.6458 8.75 13.3875C9.81667 13.1292 10.9 13 12 13C13.1 13 14.1833 13.1292 15.25 13.3875C16.3167 13.6458 17.3667 14.0333 18.4 14.55C18.8833 14.8 19.2708 15.1625 19.5625 15.6375C19.8542 16.1125 20 16.6333 20 17.2V20H4Z",
|
14245
14443
|
fill: "currentColor"
|
14246
|
-
}, null, -1)),
|
14444
|
+
}, null, -1)), Jo = /* @__PURE__ */ u({
|
14247
14445
|
__name: "TeammateIcon",
|
14248
14446
|
props: {
|
14249
14447
|
/** The accessibility text provided to screen readers */
|
@@ -14329,20 +14527,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14329
14527
|
width: "100%",
|
14330
14528
|
xmlns: "http://www.w3.org/2000/svg"
|
14331
14529
|
}, [
|
14332
|
-
e.title ? (a(), l("title",
|
14333
|
-
|
14334
|
-
], 8,
|
14530
|
+
e.title ? (a(), l("title", jo, h(e.title), 1)) : y("", !0),
|
14531
|
+
Ko
|
14532
|
+
], 8, Wo))
|
14335
14533
|
]),
|
14336
14534
|
_: 1
|
14337
14535
|
}, 8, ["aria-hidden", "style"]));
|
14338
14536
|
}
|
14339
|
-
}),
|
14537
|
+
}), Bd = /* @__PURE__ */ b(Jo, [["__scopeId", "data-v-c74388b6"]]), Xo = (e) => (v("data-v-27127075"), e = e(), m(), e), Qo = ["aria-hidden"], Yo = {
|
14340
14538
|
key: 0,
|
14341
14539
|
"data-testid": "kui-icon-svg-title"
|
14342
|
-
},
|
14540
|
+
}, e8 = /* @__PURE__ */ Xo(() => /* @__PURE__ */ o("path", {
|
14343
14541
|
d: "M7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7ZM17 6H7V19H17V6ZM9 17H11V8H9V17ZM13 17H15V8H13V17Z",
|
14344
14542
|
fill: "currentColor"
|
14345
|
-
}, null, -1)),
|
14543
|
+
}, null, -1)), t8 = /* @__PURE__ */ u({
|
14346
14544
|
__name: "TrashIcon",
|
14347
14545
|
props: {
|
14348
14546
|
/** The accessibility text provided to screen readers */
|
@@ -14428,20 +14626,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14428
14626
|
width: "100%",
|
14429
14627
|
xmlns: "http://www.w3.org/2000/svg"
|
14430
14628
|
}, [
|
14431
|
-
e.title ? (a(), l("title",
|
14432
|
-
|
14433
|
-
], 8,
|
14629
|
+
e.title ? (a(), l("title", Yo, h(e.title), 1)) : y("", !0),
|
14630
|
+
e8
|
14631
|
+
], 8, Qo))
|
14434
14632
|
]),
|
14435
14633
|
_: 1
|
14436
14634
|
}, 8, ["aria-hidden", "style"]));
|
14437
14635
|
}
|
14438
|
-
}),
|
14636
|
+
}), Vd = /* @__PURE__ */ b(t8, [["__scopeId", "data-v-27127075"]]), i8 = (e) => (v("data-v-f2474400"), e = e(), m(), e), r8 = ["aria-hidden"], n8 = {
|
14439
14637
|
key: 0,
|
14440
14638
|
"data-testid": "kui-icon-svg-title"
|
14441
|
-
},
|
14639
|
+
}, a8 = /* @__PURE__ */ i8(() => /* @__PURE__ */ o("path", {
|
14442
14640
|
d: "M16 18V16H18.6L13.4 10.85L9.4 14.85L2 7.4L3.4 6L9.4 12L13.4 8L20 14.6V12H22V18H16Z",
|
14443
14641
|
fill: "currentColor"
|
14444
|
-
}, null, -1)),
|
14642
|
+
}, null, -1)), o8 = /* @__PURE__ */ u({
|
14445
14643
|
__name: "TrendDownIcon",
|
14446
14644
|
props: {
|
14447
14645
|
/** The accessibility text provided to screen readers */
|
@@ -14527,20 +14725,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14527
14725
|
width: "100%",
|
14528
14726
|
xmlns: "http://www.w3.org/2000/svg"
|
14529
14727
|
}, [
|
14530
|
-
e.title ? (a(), l("title",
|
14531
|
-
|
14532
|
-
], 8,
|
14728
|
+
e.title ? (a(), l("title", n8, h(e.title), 1)) : y("", !0),
|
14729
|
+
a8
|
14730
|
+
], 8, r8))
|
14533
14731
|
]),
|
14534
14732
|
_: 1
|
14535
14733
|
}, 8, ["aria-hidden", "style"]));
|
14536
14734
|
}
|
14537
|
-
}),
|
14735
|
+
}), Ed = /* @__PURE__ */ b(o8, [["__scopeId", "data-v-f2474400"]]), s8 = (e) => (v("data-v-87516937"), e = e(), m(), e), d8 = ["aria-hidden"], l8 = {
|
14538
14736
|
key: 0,
|
14539
14737
|
"data-testid": "kui-icon-svg-title"
|
14540
|
-
},
|
14738
|
+
}, c8 = /* @__PURE__ */ s8(() => /* @__PURE__ */ o("path", {
|
14541
14739
|
d: "M3.4 18L2 16.6L9.4 9.15L13.4 13.15L18.6 8H16V6H22V12H20V9.4L13.4 16L9.4 12L3.4 18Z",
|
14542
14740
|
fill: "currentColor"
|
14543
|
-
}, null, -1)),
|
14741
|
+
}, null, -1)), u8 = /* @__PURE__ */ u({
|
14544
14742
|
__name: "TrendUpIcon",
|
14545
14743
|
props: {
|
14546
14744
|
/** The accessibility text provided to screen readers */
|
@@ -14626,20 +14824,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14626
14824
|
width: "100%",
|
14627
14825
|
xmlns: "http://www.w3.org/2000/svg"
|
14628
14826
|
}, [
|
14629
|
-
e.title ? (a(), l("title",
|
14630
|
-
|
14631
|
-
], 8,
|
14827
|
+
e.title ? (a(), l("title", l8, h(e.title), 1)) : y("", !0),
|
14828
|
+
c8
|
14829
|
+
], 8, d8))
|
14632
14830
|
]),
|
14633
14831
|
_: 1
|
14634
14832
|
}, 8, ["aria-hidden", "style"]));
|
14635
14833
|
}
|
14636
|
-
}),
|
14834
|
+
}), Fd = /* @__PURE__ */ b(u8, [["__scopeId", "data-v-87516937"]]), f8 = (e) => (v("data-v-afa1019c"), e = e(), m(), e), g8 = ["aria-hidden"], p8 = {
|
14637
14835
|
key: 0,
|
14638
14836
|
"data-testid": "kui-icon-svg-title"
|
14639
|
-
},
|
14837
|
+
}, C8 = /* @__PURE__ */ f8(() => /* @__PURE__ */ o("path", {
|
14640
14838
|
d: "M4.5 21.25V19.25H18.5V21.25H4.5ZM11.5 17.25C9.81667 17.25 8.50833 16.725 7.575 15.675C6.64167 14.625 6.175 13.2333 6.175 11.5V3.25H8.75V11.65C8.75 12.5833 8.98333 13.3417 9.45 13.925C9.91667 14.5083 10.6 14.8 11.5 14.8C12.4 14.8 13.0833 14.5083 13.55 13.925C14.0167 13.3417 14.25 12.5833 14.25 11.65V3.25H16.825V11.5C16.825 13.2333 16.3583 14.625 15.425 15.675C14.4917 16.725 13.1833 17.25 11.5 17.25Z",
|
14641
14839
|
fill: "currentColor"
|
14642
|
-
}, null, -1)),
|
14840
|
+
}, null, -1)), h8 = /* @__PURE__ */ u({
|
14643
14841
|
__name: "UnderlineIcon",
|
14644
14842
|
props: {
|
14645
14843
|
/** The accessibility text provided to screen readers */
|
@@ -14725,20 +14923,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14725
14923
|
width: "100%",
|
14726
14924
|
xmlns: "http://www.w3.org/2000/svg"
|
14727
14925
|
}, [
|
14728
|
-
e.title ? (a(), l("title",
|
14729
|
-
|
14730
|
-
], 8,
|
14926
|
+
e.title ? (a(), l("title", p8, h(e.title), 1)) : y("", !0),
|
14927
|
+
C8
|
14928
|
+
], 8, g8))
|
14731
14929
|
]),
|
14732
14930
|
_: 1
|
14733
14931
|
}, 8, ["aria-hidden", "style"]));
|
14734
14932
|
}
|
14735
|
-
}),
|
14933
|
+
}), Dd = /* @__PURE__ */ b(h8, [["__scopeId", "data-v-afa1019c"]]), y8 = (e) => (v("data-v-0a77bb80"), e = e(), m(), e), v8 = ["aria-hidden"], m8 = {
|
14736
14934
|
key: 0,
|
14737
14935
|
"data-testid": "kui-icon-svg-title"
|
14738
|
-
},
|
14936
|
+
}, b8 = /* @__PURE__ */ y8(() => /* @__PURE__ */ o("path", {
|
14739
14937
|
d: "M12 21L7.5 16.5L8.95 15.05L12 18.1L15.05 15.05L16.5 16.5L12 21ZM8.95 9.04998L7.5 7.59998L12 3.09998L16.5 7.59998L15.05 9.04998L12 5.99998L8.95 9.04998Z",
|
14740
14938
|
fill: "currentColor"
|
14741
|
-
}, null, -1)),
|
14939
|
+
}, null, -1)), S8 = /* @__PURE__ */ u({
|
14742
14940
|
__name: "UnfoldMoreIcon",
|
14743
14941
|
props: {
|
14744
14942
|
/** The accessibility text provided to screen readers */
|
@@ -14824,20 +15022,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14824
15022
|
width: "100%",
|
14825
15023
|
xmlns: "http://www.w3.org/2000/svg"
|
14826
15024
|
}, [
|
14827
|
-
e.title ? (a(), l("title",
|
14828
|
-
|
14829
|
-
], 8,
|
15025
|
+
e.title ? (a(), l("title", m8, h(e.title), 1)) : y("", !0),
|
15026
|
+
b8
|
15027
|
+
], 8, v8))
|
14830
15028
|
]),
|
14831
15029
|
_: 1
|
14832
15030
|
}, 8, ["aria-hidden", "style"]));
|
14833
15031
|
}
|
14834
|
-
}),
|
15032
|
+
}), Ad = /* @__PURE__ */ b(S8, [["__scopeId", "data-v-0a77bb80"]]), z8 = (e) => (v("data-v-067753f7"), e = e(), m(), e), N8 = ["aria-hidden"], w8 = {
|
14835
15033
|
key: 0,
|
14836
15034
|
"data-testid": "kui-icon-svg-title"
|
14837
|
-
},
|
15035
|
+
}, x8 = /* @__PURE__ */ z8(() => /* @__PURE__ */ o("path", {
|
14838
15036
|
d: "M12 16C13.25 16 14.3125 15.5625 15.1875 14.6875C16.0625 13.8125 16.5 12.75 16.5 11.5C16.5 10.25 16.0625 9.1875 15.1875 8.3125C14.3125 7.4375 13.25 7 12 7C10.75 7 9.6875 7.4375 8.8125 8.3125C7.9375 9.1875 7.5 10.25 7.5 11.5C7.5 12.75 7.9375 13.8125 8.8125 14.6875C9.6875 15.5625 10.75 16 12 16ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.5625 12.8875 9.3 12.25 9.3 11.5C9.3 10.75 9.5625 10.1125 10.0875 9.5875C10.6125 9.0625 11.25 8.8 12 8.8C12.75 8.8 13.3875 9.0625 13.9125 9.5875C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12 19C9.56667 19 7.35 18.3208 5.35 16.9625C3.35 15.6042 1.9 13.7833 1 11.5C1.9 9.21667 3.35 7.39583 5.35 6.0375C7.35 4.67917 9.56667 4 12 4C14.4333 4 16.65 4.67917 18.65 6.0375C20.65 7.39583 22.1 9.21667 23 11.5C22.1 13.7833 20.65 15.6042 18.65 16.9625C16.65 18.3208 14.4333 19 12 19Z",
|
14839
15037
|
fill: "currentColor"
|
14840
|
-
}, null, -1)),
|
15038
|
+
}, null, -1)), $8 = /* @__PURE__ */ u({
|
14841
15039
|
__name: "VisibilityIcon",
|
14842
15040
|
props: {
|
14843
15041
|
/** The accessibility text provided to screen readers */
|
@@ -14923,20 +15121,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
14923
15121
|
width: "100%",
|
14924
15122
|
xmlns: "http://www.w3.org/2000/svg"
|
14925
15123
|
}, [
|
14926
|
-
e.title ? (a(), l("title",
|
14927
|
-
|
14928
|
-
], 8,
|
15124
|
+
e.title ? (a(), l("title", w8, h(e.title), 1)) : y("", !0),
|
15125
|
+
x8
|
15126
|
+
], 8, N8))
|
14929
15127
|
]),
|
14930
15128
|
_: 1
|
14931
15129
|
}, 8, ["aria-hidden", "style"]));
|
14932
15130
|
}
|
14933
|
-
}),
|
15131
|
+
}), Pd = /* @__PURE__ */ b($8, [["__scopeId", "data-v-067753f7"]]), L8 = (e) => (v("data-v-105d68a1"), e = e(), m(), e), _8 = ["aria-hidden"], k8 = {
|
14934
15132
|
key: 0,
|
14935
15133
|
"data-testid": "kui-icon-svg-title"
|
14936
|
-
},
|
15134
|
+
}, I8 = /* @__PURE__ */ L8(() => /* @__PURE__ */ o("path", {
|
14937
15135
|
d: "M9 20C8.68333 20 8.4 19.9083 8.15 19.725C7.9 19.5417 7.71667 19.3083 7.6 19.025L5.3 13H1V11H6.7L9 17.1L13.6 4.975C13.7167 4.69167 13.9 4.45833 14.15 4.275C14.4 4.09167 14.6833 4 15 4C15.3167 4 15.6 4.09167 15.85 4.275C16.1 4.45833 16.2833 4.69167 16.4 4.975L18.7 11H23V13H17.3L15 6.9L10.4 19.025C10.2833 19.3083 10.1 19.5417 9.85 19.725C9.6 19.9083 9.31667 20 9 20Z",
|
14938
15136
|
fill: "currentColor"
|
14939
|
-
}, null, -1)),
|
15137
|
+
}, null, -1)), q8 = /* @__PURE__ */ u({
|
14940
15138
|
__name: "VitalsIcon",
|
14941
15139
|
props: {
|
14942
15140
|
/** The accessibility text provided to screen readers */
|
@@ -15022,20 +15220,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15022
15220
|
width: "100%",
|
15023
15221
|
xmlns: "http://www.w3.org/2000/svg"
|
15024
15222
|
}, [
|
15025
|
-
e.title ? (a(), l("title",
|
15026
|
-
|
15027
|
-
], 8,
|
15223
|
+
e.title ? (a(), l("title", k8, h(e.title), 1)) : y("", !0),
|
15224
|
+
I8
|
15225
|
+
], 8, _8))
|
15028
15226
|
]),
|
15029
15227
|
_: 1
|
15030
15228
|
}, 8, ["aria-hidden", "style"]));
|
15031
15229
|
}
|
15032
|
-
}),
|
15230
|
+
}), Rd = /* @__PURE__ */ b(q8, [["__scopeId", "data-v-105d68a1"]]), H8 = (e) => (v("data-v-f0de678c"), e = e(), m(), e), M8 = ["aria-hidden"], Z8 = {
|
15033
15231
|
key: 0,
|
15034
15232
|
"data-testid": "kui-icon-svg-title"
|
15035
|
-
},
|
15233
|
+
}, B8 = /* @__PURE__ */ H8(() => /* @__PURE__ */ o("path", {
|
15036
15234
|
d: "M12.0001 22.025C11.7334 22.025 11.4793 21.975 11.2376 21.875C10.9959 21.775 10.7751 21.6333 10.5751 21.45L2.5501 13.425C2.36676 13.225 2.2251 13.0041 2.1251 12.7625C2.0251 12.5208 1.9751 12.2666 1.9751 12C1.9751 11.7333 2.0251 11.475 2.1251 11.225C2.2251 10.975 2.36676 10.7583 2.5501 10.575L10.5751 2.54998C10.7751 2.34998 10.9959 2.20414 11.2376 2.11248C11.4793 2.02081 11.7334 1.97498 12.0001 1.97498C12.2668 1.97498 12.5251 2.02081 12.7751 2.11248C13.0251 2.20414 13.2418 2.34998 13.4251 2.54998L21.4501 10.575C21.6501 10.7583 21.7959 10.975 21.8876 11.225C21.9793 11.475 22.0251 11.7333 22.0251 12C22.0251 12.2666 21.9793 12.5208 21.8876 12.7625C21.7959 13.0041 21.6501 13.225 21.4501 13.425L13.4251 21.45C13.2418 21.6333 13.0251 21.775 12.7751 21.875C12.5251 21.975 12.2668 22.025 12.0001 22.025ZM12.0001 20.025L20.0251 12L12.0001 3.97498L3.9751 12L12.0001 20.025ZM11.0001 13H13.0001V6.99998H11.0001V13ZM12.0001 16C12.2834 16 12.5209 15.9041 12.7126 15.7125C12.9043 15.5208 13.0001 15.2833 13.0001 15C13.0001 14.7166 12.9043 14.4791 12.7126 14.2875C12.5209 14.0958 12.2834 14 12.0001 14C11.7168 14 11.4793 14.0958 11.2876 14.2875C11.0959 14.4791 11.0001 14.7166 11.0001 15C11.0001 15.2833 11.0959 15.5208 11.2876 15.7125C11.4793 15.9041 11.7168 16 12.0001 16Z",
|
15037
15235
|
fill: "currentColor"
|
15038
|
-
}, null, -1)),
|
15236
|
+
}, null, -1)), V8 = /* @__PURE__ */ u({
|
15039
15237
|
__name: "WarningOutlineIcon",
|
15040
15238
|
props: {
|
15041
15239
|
/** The accessibility text provided to screen readers */
|
@@ -15121,20 +15319,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15121
15319
|
width: "100%",
|
15122
15320
|
xmlns: "http://www.w3.org/2000/svg"
|
15123
15321
|
}, [
|
15124
|
-
e.title ? (a(), l("title",
|
15125
|
-
|
15126
|
-
], 8,
|
15322
|
+
e.title ? (a(), l("title", Z8, h(e.title), 1)) : y("", !0),
|
15323
|
+
B8
|
15324
|
+
], 8, M8))
|
15127
15325
|
]),
|
15128
15326
|
_: 1
|
15129
15327
|
}, 8, ["aria-hidden", "style"]));
|
15130
15328
|
}
|
15131
|
-
}),
|
15329
|
+
}), Ud = /* @__PURE__ */ b(V8, [["__scopeId", "data-v-f0de678c"]]), E8 = (e) => (v("data-v-bd28b775"), e = e(), m(), e), F8 = ["aria-hidden"], D8 = {
|
15132
15330
|
key: 0,
|
15133
15331
|
"data-testid": "kui-icon-svg-title"
|
15134
|
-
},
|
15332
|
+
}, A8 = /* @__PURE__ */ E8(() => /* @__PURE__ */ o("path", {
|
15135
15333
|
d: "M12.025 22.05C11.7583 22.05 11.5042 22 11.2625 21.9C11.0208 21.8 10.8 21.6583 10.6 21.475L2.575 13.45C2.39167 13.25 2.25 13.0292 2.15 12.7875C2.05 12.5458 2 12.2917 2 12.025C2 11.7583 2.05 11.5 2.15 11.25C2.25 11 2.39167 10.7833 2.575 10.6L10.6 2.575C10.8 2.375 11.0208 2.22917 11.2625 2.1375C11.5042 2.04583 11.7583 2 12.025 2C12.2917 2 12.55 2.04583 12.8 2.1375C13.05 2.22917 13.2667 2.375 13.45 2.575L21.475 10.6C21.675 10.7833 21.8208 11 21.9125 11.25C22.0042 11.5 22.05 11.7583 22.05 12.025C22.05 12.2917 22.0042 12.5458 21.9125 12.7875C21.8208 13.0292 21.675 13.25 21.475 13.45L13.45 21.475C13.2667 21.6583 13.05 21.8 12.8 21.9C12.55 22 12.2917 22.05 12.025 22.05ZM11.025 13.025H13.025V7.025H11.025V13.025ZM12.025 16.025C12.3083 16.025 12.5458 15.9292 12.7375 15.7375C12.9292 15.5458 13.025 15.3083 13.025 15.025C13.025 14.7417 12.9292 14.5042 12.7375 14.3125C12.5458 14.1208 12.3083 14.025 12.025 14.025C11.7417 14.025 11.5042 14.1208 11.3125 14.3125C11.1208 14.5042 11.025 14.7417 11.025 15.025C11.025 15.3083 11.1208 15.5458 11.3125 15.7375C11.5042 15.9292 11.7417 16.025 12.025 16.025Z",
|
15136
15334
|
fill: "currentColor"
|
15137
|
-
}, null, -1)),
|
15335
|
+
}, null, -1)), P8 = /* @__PURE__ */ u({
|
15138
15336
|
__name: "WarningIcon",
|
15139
15337
|
props: {
|
15140
15338
|
/** The accessibility text provided to screen readers */
|
@@ -15220,20 +15418,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15220
15418
|
width: "100%",
|
15221
15419
|
xmlns: "http://www.w3.org/2000/svg"
|
15222
15420
|
}, [
|
15223
|
-
e.title ? (a(), l("title",
|
15224
|
-
|
15225
|
-
], 8,
|
15421
|
+
e.title ? (a(), l("title", D8, h(e.title), 1)) : y("", !0),
|
15422
|
+
A8
|
15423
|
+
], 8, F8))
|
15226
15424
|
]),
|
15227
15425
|
_: 1
|
15228
15426
|
}, 8, ["aria-hidden", "style"]));
|
15229
15427
|
}
|
15230
|
-
}),
|
15428
|
+
}), Gd = /* @__PURE__ */ b(P8, [["__scopeId", "data-v-bd28b775"]]), R8 = (e) => (v("data-v-dfffd9bf"), e = e(), m(), e), U8 = ["aria-hidden"], G8 = {
|
15231
15429
|
key: 0,
|
15232
15430
|
"data-testid": "kui-icon-svg-title"
|
15233
|
-
},
|
15431
|
+
}, T8 = /* @__PURE__ */ R8(() => /* @__PURE__ */ o("path", {
|
15234
15432
|
d: "M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H11V21H5ZM13 21V12H21V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H13ZM13 10V3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V10H13Z",
|
15235
15433
|
fill: "currentColor"
|
15236
|
-
}, null, -1)),
|
15434
|
+
}, null, -1)), O8 = /* @__PURE__ */ u({
|
15237
15435
|
__name: "WorkspacesIcon",
|
15238
15436
|
props: {
|
15239
15437
|
/** The accessibility text provided to screen readers */
|
@@ -15319,20 +15517,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15319
15517
|
width: "100%",
|
15320
15518
|
xmlns: "http://www.w3.org/2000/svg"
|
15321
15519
|
}, [
|
15322
|
-
e.title ? (a(), l("title",
|
15323
|
-
|
15324
|
-
], 8,
|
15520
|
+
e.title ? (a(), l("title", G8, h(e.title), 1)) : y("", !0),
|
15521
|
+
T8
|
15522
|
+
], 8, U8))
|
15325
15523
|
]),
|
15326
15524
|
_: 1
|
15327
15525
|
}, 8, ["aria-hidden", "style"]));
|
15328
15526
|
}
|
15329
|
-
}),
|
15527
|
+
}), Td = /* @__PURE__ */ b(O8, [["__scopeId", "data-v-dfffd9bf"]]), W8 = (e) => (v("data-v-438f492d"), e = e(), m(), e), j8 = ["aria-hidden"], K8 = {
|
15330
15528
|
key: 0,
|
15331
15529
|
"data-testid": "kui-icon-svg-title"
|
15332
|
-
},
|
15530
|
+
}, J8 = /* @__PURE__ */ W8(() => /* @__PURE__ */ o("path", {
|
15333
15531
|
d: "M12 22C10.6333 22 9.34167 21.7375 8.125 21.2125C6.90833 20.6875 5.84583 19.9708 4.9375 19.0625C4.02917 18.1542 3.3125 17.0917 2.7875 15.875C2.2625 14.6583 2 13.3667 2 12C2 10.6167 2.2625 9.32083 2.7875 8.1125C3.3125 6.90417 4.02917 5.84583 4.9375 4.9375C5.84583 4.02917 6.90833 3.3125 8.125 2.7875C9.34167 2.2625 10.6333 2 12 2C12.5333 2 13.0458 2.0375 13.5375 2.1125C14.0292 2.1875 14.5167 2.3 15 2.45V5C15 5.55 14.8042 6.02083 14.4125 6.4125C14.0208 6.80417 13.55 7 13 7H11V9C11 9.28333 10.9042 9.52083 10.7125 9.7125C10.5208 9.90417 10.2833 10 10 10H8V12H14C14.2833 12 14.5208 12.0958 14.7125 12.2875C14.9042 12.4792 15 12.7167 15 13V16H16C16.45 16 16.8458 16.1333 17.1875 16.4C17.5292 16.6667 17.7667 17 17.9 17.4C18.55 16.6667 19.0625 15.8458 19.4375 14.9375C19.8125 14.0292 20 13.05 20 12C20 11.8167 19.9917 11.65 19.975 11.5C19.9583 11.35 19.9333 11.1833 19.9 11H21.95C21.9833 11.1833 22 11.35 22 11.5V12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.9708 18.1542 19.0625 19.0625C18.1542 19.9708 17.0958 20.6875 15.8875 21.2125C14.6792 21.7375 13.3833 22 12 22ZM11 19.95V18C10.45 18 9.97917 17.8042 9.5875 17.4125C9.19583 17.0208 9 16.55 9 16V15L4.2 10.2C4.15 10.5 4.10417 10.8 4.0625 11.1C4.02083 11.4 4 11.7 4 12C4 14.0667 4.67083 15.8458 6.0125 17.3375C7.35417 18.8292 9.01667 19.7 11 19.95ZM18 9C17.7167 9 17.4792 8.90417 17.2875 8.7125C17.0958 8.52083 17 8.28333 17 8V5C17 4.71667 17.0958 4.47917 17.2875 4.2875C17.4792 4.09583 17.7167 4 18 4V3C18 2.45 18.1958 1.97917 18.5875 1.5875C18.9792 1.19583 19.45 1 20 1C20.55 1 21.0208 1.19583 21.4125 1.5875C21.8042 1.97917 22 2.45 22 3V4C22.2833 4 22.5208 4.09583 22.7125 4.2875C22.9042 4.47917 23 4.71667 23 5V8C23 8.28333 22.9042 8.52083 22.7125 8.7125C22.5208 8.90417 22.2833 9 22 9H18ZM19 4H21V3C21 2.71667 20.9042 2.47917 20.7125 2.2875C20.5208 2.09583 20.2833 2 20 2C19.7167 2 19.4792 2.09583 19.2875 2.2875C19.0958 2.47917 19 2.71667 19 3V4Z",
|
15334
15532
|
fill: "currentColor"
|
15335
|
-
}, null, -1)),
|
15533
|
+
}, null, -1)), X8 = /* @__PURE__ */ u({
|
15336
15534
|
__name: "WorldPrivateIcon",
|
15337
15535
|
props: {
|
15338
15536
|
/** The accessibility text provided to screen readers */
|
@@ -15418,20 +15616,20 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15418
15616
|
width: "100%",
|
15419
15617
|
xmlns: "http://www.w3.org/2000/svg"
|
15420
15618
|
}, [
|
15421
|
-
e.title ? (a(), l("title",
|
15422
|
-
|
15423
|
-
], 8,
|
15619
|
+
e.title ? (a(), l("title", K8, h(e.title), 1)) : y("", !0),
|
15620
|
+
J8
|
15621
|
+
], 8, j8))
|
15424
15622
|
]),
|
15425
15623
|
_: 1
|
15426
15624
|
}, 8, ["aria-hidden", "style"]));
|
15427
15625
|
}
|
15428
|
-
}),
|
15626
|
+
}), Od = /* @__PURE__ */ b(X8, [["__scopeId", "data-v-438f492d"]]), Q8 = (e) => (v("data-v-b9987e3b"), e = e(), m(), e), Y8 = ["aria-hidden"], es = {
|
15429
15627
|
key: 0,
|
15430
15628
|
"data-testid": "kui-icon-svg-title"
|
15431
|
-
},
|
15629
|
+
}, ts = /* @__PURE__ */ Q8(() => /* @__PURE__ */ o("path", {
|
15432
15630
|
d: "M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM11 19.95V18C10.45 18 9.97917 17.8042 9.5875 17.4125C9.19583 17.0208 9 16.55 9 16V15L4.2 10.2C4.15 10.5 4.10417 10.8 4.0625 11.1C4.02083 11.4 4 11.7 4 12C4 14.0167 4.6625 15.7833 5.9875 17.3C7.3125 18.8167 8.98333 19.7 11 19.95ZM17.9 17.4C18.2333 17.0333 18.5333 16.6375 18.8 16.2125C19.0667 15.7875 19.2875 15.3458 19.4625 14.8875C19.6375 14.4292 19.7708 13.9583 19.8625 13.475C19.9542 12.9917 20 12.5 20 12C20 10.3667 19.5458 8.875 18.6375 7.525C17.7292 6.175 16.5167 5.2 15 4.6V5C15 5.55 14.8042 6.02083 14.4125 6.4125C14.0208 6.80417 13.55 7 13 7H11V9C11 9.28333 10.9042 9.52083 10.7125 9.7125C10.5208 9.90417 10.2833 10 10 10H8V12H14C14.2833 12 14.5208 12.0958 14.7125 12.2875C14.9042 12.4792 15 12.7167 15 13V16H16C16.4333 16 16.825 16.1292 17.175 16.3875C17.525 16.6458 17.7667 16.9833 17.9 17.4Z",
|
15433
15631
|
fill: "currentColor"
|
15434
|
-
}, null, -1)),
|
15632
|
+
}, null, -1)), is = /* @__PURE__ */ u({
|
15435
15633
|
__name: "WorldIcon",
|
15436
15634
|
props: {
|
15437
15635
|
/** The accessibility text provided to screen readers */
|
@@ -15517,164 +15715,166 @@ const c = "24px", L = (e) => (v("data-v-f8889772"), e = e(), m(), e), R = ["aria
|
|
15517
15715
|
width: "100%",
|
15518
15716
|
xmlns: "http://www.w3.org/2000/svg"
|
15519
15717
|
}, [
|
15520
|
-
e.title ? (a(), l("title",
|
15521
|
-
|
15522
|
-
], 8,
|
15718
|
+
e.title ? (a(), l("title", es, h(e.title), 1)) : y("", !0),
|
15719
|
+
ts
|
15720
|
+
], 8, Y8))
|
15523
15721
|
]),
|
15524
15722
|
_: 1
|
15525
15723
|
}, 8, ["aria-hidden", "style"]));
|
15526
15724
|
}
|
15527
|
-
}),
|
15725
|
+
}), Wd = /* @__PURE__ */ b(is, [["__scopeId", "data-v-b9987e3b"]]);
|
15528
15726
|
export {
|
15529
|
-
|
15530
|
-
|
15531
|
-
|
15532
|
-
|
15533
|
-
|
15534
|
-
|
15535
|
-
|
15536
|
-
|
15537
|
-
|
15538
|
-
|
15539
|
-
|
15540
|
-
|
15541
|
-
|
15542
|
-
|
15543
|
-
|
15544
|
-
|
15545
|
-
|
15546
|
-
|
15547
|
-
|
15548
|
-
|
15549
|
-
|
15550
|
-
|
15551
|
-
|
15552
|
-
|
15553
|
-
|
15554
|
-
|
15555
|
-
|
15556
|
-
|
15557
|
-
|
15558
|
-
|
15559
|
-
|
15560
|
-
|
15561
|
-
|
15562
|
-
|
15563
|
-
|
15564
|
-
|
15565
|
-
|
15566
|
-
|
15567
|
-
|
15568
|
-
|
15569
|
-
|
15570
|
-
|
15571
|
-
|
15572
|
-
|
15573
|
-
|
15574
|
-
|
15575
|
-
|
15576
|
-
|
15577
|
-
|
15578
|
-
|
15579
|
-
|
15580
|
-
|
15581
|
-
|
15582
|
-
|
15583
|
-
|
15584
|
-
|
15585
|
-
|
15586
|
-
|
15587
|
-
|
15588
|
-
|
15589
|
-
|
15590
|
-
|
15591
|
-
|
15592
|
-
|
15593
|
-
|
15594
|
-
|
15595
|
-
|
15596
|
-
|
15597
|
-
|
15598
|
-
|
15599
|
-
|
15600
|
-
|
15601
|
-
|
15602
|
-
|
15603
|
-
|
15604
|
-
|
15605
|
-
|
15606
|
-
|
15607
|
-
|
15608
|
-
|
15609
|
-
|
15610
|
-
|
15611
|
-
|
15612
|
-
|
15613
|
-
|
15614
|
-
|
15615
|
-
|
15616
|
-
|
15617
|
-
|
15618
|
-
|
15619
|
-
|
15620
|
-
|
15621
|
-
|
15622
|
-
|
15623
|
-
|
15624
|
-
|
15625
|
-
|
15626
|
-
|
15627
|
-
|
15628
|
-
|
15629
|
-
|
15630
|
-
|
15631
|
-
|
15632
|
-
|
15633
|
-
|
15634
|
-
|
15635
|
-
|
15636
|
-
|
15637
|
-
|
15638
|
-
|
15639
|
-
|
15640
|
-
|
15641
|
-
|
15642
|
-
|
15643
|
-
|
15644
|
-
|
15645
|
-
|
15646
|
-
|
15647
|
-
|
15648
|
-
|
15649
|
-
|
15650
|
-
|
15651
|
-
|
15652
|
-
|
15653
|
-
|
15654
|
-
|
15655
|
-
|
15656
|
-
|
15657
|
-
|
15658
|
-
|
15659
|
-
|
15660
|
-
|
15661
|
-
|
15662
|
-
|
15663
|
-
|
15664
|
-
|
15665
|
-
|
15666
|
-
|
15667
|
-
|
15668
|
-
|
15669
|
-
|
15670
|
-
|
15671
|
-
|
15672
|
-
|
15673
|
-
|
15674
|
-
|
15675
|
-
|
15676
|
-
|
15677
|
-
|
15678
|
-
|
15727
|
+
$s as AddChartIcon,
|
15728
|
+
Ls as AddCircleIcon,
|
15729
|
+
_s as AddIcon,
|
15730
|
+
ks as AnalyticsIcon,
|
15731
|
+
Is as ArrowDownIcon,
|
15732
|
+
qs as ArrowLeftIcon,
|
15733
|
+
Hs as ArrowRightIcon,
|
15734
|
+
Ms as ArrowUpIcon,
|
15735
|
+
vs as AwsIcon,
|
15736
|
+
ms as AzureIcon,
|
15737
|
+
Zs as BackIcon,
|
15738
|
+
Bs as BarChartHorizontalIcon,
|
15739
|
+
Vs as BarChartIcon,
|
15740
|
+
Es as BlockquoteIcon,
|
15741
|
+
Fs as BoldIcon,
|
15742
|
+
Ds as BookIcon,
|
15743
|
+
As as BotIcon,
|
15744
|
+
Ps as BrainIcon,
|
15745
|
+
Rs as CalIcon,
|
15746
|
+
Us as ChartAreaIcon,
|
15747
|
+
Gs as ChartDataIcon,
|
15748
|
+
Ts as ChartLinesIcon,
|
15749
|
+
Os as CheckCircleIcon,
|
15750
|
+
js as CheckIcon,
|
15751
|
+
Ws as CheckSmallIcon,
|
15752
|
+
Ks as ChevronDownIcon,
|
15753
|
+
Js as ChevronLeftIcon,
|
15754
|
+
Xs as ChevronRightIcon,
|
15755
|
+
Qs as ChevronUpIcon,
|
15756
|
+
Ys as ClearIcon,
|
15757
|
+
e4 as ClipboardIcon,
|
15758
|
+
t4 as ClockIcon,
|
15759
|
+
i4 as CloseIcon,
|
15760
|
+
n4 as CloudIcon,
|
15761
|
+
r4 as CloudUploadIcon,
|
15762
|
+
a4 as CodeIcon,
|
15763
|
+
o4 as CodeblockIcon,
|
15764
|
+
d4 as CogIcon,
|
15765
|
+
s4 as CogModeIcon,
|
15766
|
+
c4 as CollapseIcon,
|
15767
|
+
l4 as CollapsePanelIcon,
|
15768
|
+
u4 as ConnectionsIcon,
|
15769
|
+
f4 as CopyIcon,
|
15770
|
+
g4 as DangerCircleIcon,
|
15771
|
+
p4 as DangerIcon,
|
15772
|
+
C4 as DashboardIcon,
|
15773
|
+
h4 as DataReportIcon,
|
15774
|
+
y4 as DecreaseIcon,
|
15775
|
+
v4 as DeployIcon,
|
15776
|
+
m4 as DevPortalIcon,
|
15777
|
+
b4 as DisabledIcon,
|
15778
|
+
z4 as DocumentIcon,
|
15779
|
+
S4 as DocumentListIcon,
|
15780
|
+
N4 as DragIcon,
|
15781
|
+
w4 as EditIcon,
|
15782
|
+
x4 as EqualIcon,
|
15783
|
+
$4 as ExpandIcon,
|
15784
|
+
L4 as ExternalLinkIcon,
|
15785
|
+
_4 as FeatureRequestIcon,
|
15786
|
+
k4 as FeedbackIcon,
|
15787
|
+
I4 as FileEmptyIcon,
|
15788
|
+
q4 as FilterIcon,
|
15789
|
+
ns as FlagAuIcon,
|
15790
|
+
as as FlagBhIcon,
|
15791
|
+
os as FlagBrIcon,
|
15792
|
+
ss as FlagCaIcon,
|
15793
|
+
ds as FlagEuIcon,
|
15794
|
+
ls as FlagGbIcon,
|
15795
|
+
cs as FlagHkIcon,
|
15796
|
+
H4 as FlagIcon,
|
15797
|
+
us as FlagIdIcon,
|
15798
|
+
fs as FlagInIcon,
|
15799
|
+
gs as FlagJpIcon,
|
15800
|
+
ps as FlagKrIcon,
|
15801
|
+
Cs as FlagSgIcon,
|
15802
|
+
hs as FlagUsIcon,
|
15803
|
+
ys as FlagZaIcon,
|
15804
|
+
M4 as ForwardIcon,
|
15805
|
+
Z4 as GatewayIcon,
|
15806
|
+
bs as GoogleCloudIcon,
|
15807
|
+
Ss as GoogleIcon,
|
15808
|
+
B4 as GraduationIcon,
|
15809
|
+
V4 as GridIcon,
|
15810
|
+
E4 as HelpIcon,
|
15811
|
+
F4 as HtmlIcon,
|
15812
|
+
D4 as ImageIcon,
|
15813
|
+
A4 as ImmunityIcon,
|
15814
|
+
R4 as InboxIcon,
|
15815
|
+
P4 as InboxNotificationIcon,
|
15816
|
+
U4 as IncreaseIcon,
|
15817
|
+
G4 as IndeterminateSmallIcon,
|
15818
|
+
T4 as InfoIcon,
|
15819
|
+
O4 as InsightsIcon,
|
15820
|
+
W4 as ItalicIcon,
|
15821
|
+
j4 as KongIcon,
|
15822
|
+
K4 as LinkIcon,
|
15823
|
+
Q4 as ListIcon,
|
15824
|
+
J4 as ListOrderedIcon,
|
15825
|
+
X4 as ListUnorderedIcon,
|
15826
|
+
Y4 as LockIcon,
|
15827
|
+
ed as MarkIcon,
|
15828
|
+
td as MarkdownIcon,
|
15829
|
+
id as MenuIcon,
|
15830
|
+
rd as MeshIcon,
|
15831
|
+
nd as MoreHorizontalIcon,
|
15832
|
+
ad as MoreIcon,
|
15833
|
+
od as NotificationIcon,
|
15834
|
+
sd as OrganizationIcon,
|
15835
|
+
dd as OverviewIcon,
|
15836
|
+
ld as PeopleIcon,
|
15837
|
+
cd as PlugIcon,
|
15838
|
+
ud as PortalIcon,
|
15839
|
+
fd as PresentationIcon,
|
15840
|
+
gd as ProfileIcon,
|
15841
|
+
pd as ProgressIcon,
|
15842
|
+
Cd as RedoIcon,
|
15843
|
+
hd as RefreshIcon,
|
15844
|
+
yd as RemoveIcon,
|
15845
|
+
vd as ResponseIcon,
|
15846
|
+
md as RocketIcon,
|
15847
|
+
zs as RuntimeCompositeIcon,
|
15848
|
+
Ns as RuntimeDedicatedCloudIcon,
|
15849
|
+
ws as RuntimeHybridIcon,
|
15850
|
+
xs as RuntimeKicIcon,
|
15851
|
+
bd as RuntimesIcon,
|
15852
|
+
Sd as SearchIcon,
|
15853
|
+
zd as SecurityIcon,
|
15854
|
+
Nd as ServiceDocumentIcon,
|
15855
|
+
wd as ServiceHubIcon,
|
15856
|
+
xd as ServicesIcon,
|
15857
|
+
$d as SharedIcon,
|
15858
|
+
Ld as StackIcon,
|
15859
|
+
_d as StrikethroughIcon,
|
15860
|
+
kd as SubscriptIcon,
|
15861
|
+
Id as SuperscriptIcon,
|
15862
|
+
qd as SupportIcon,
|
15863
|
+
Hd as TableIcon,
|
15864
|
+
Md as TasklistIcon,
|
15865
|
+
Zd as TeamIcon,
|
15866
|
+
Bd as TeammateIcon,
|
15867
|
+
Vd as TrashIcon,
|
15868
|
+
Ed as TrendDownIcon,
|
15869
|
+
Fd as TrendUpIcon,
|
15870
|
+
Dd as UnderlineIcon,
|
15871
|
+
Ad as UnfoldMoreIcon,
|
15872
|
+
Pd as VisibilityIcon,
|
15873
|
+
Rd as VitalsIcon,
|
15874
|
+
Gd as WarningIcon,
|
15875
|
+
Ud as WarningOutlineIcon,
|
15876
|
+
Td as WorkspacesIcon,
|
15877
|
+
Wd as WorldIcon,
|
15878
|
+
Od as WorldPrivateIcon
|
15679
15879
|
};
|
15680
15880
|
//# sourceMappingURL=kong-icons.es.js.map
|