@bitrise/bitkit-v2 0.3.52 → 0.3.53
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/bitkit-v2.js +247 -236
- package/dist/bitkit-v2.umd.cjs +4 -4
- package/dist/components/BitkitField/BitkitField.d.ts +1 -0
- package/dist/components/BitkitNumberInput/BitkitNumberInput.d.ts +7 -8
- package/dist/components/BitkitTextField/BitkitTextField.d.ts +7 -7
- package/dist/components/BitkitTooltip/BitkitTooltip.d.ts +13 -0
- package/dist/theme/text-styles.d.ts +32 -0
- package/package.json +1 -1
package/dist/bitkit-v2.js
CHANGED
|
@@ -82,8 +82,8 @@ function _i() {
|
|
|
82
82
|
}
|
|
83
83
|
if (L) {
|
|
84
84
|
L = console;
|
|
85
|
-
var
|
|
86
|
-
return
|
|
85
|
+
var q = L.error, ne = typeof Symbol == "function" && Symbol.toStringTag && I[Symbol.toStringTag] || I.constructor.name || "Object";
|
|
86
|
+
return q.call(
|
|
87
87
|
L,
|
|
88
88
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
89
89
|
ne
|
|
@@ -116,14 +116,14 @@ function _i() {
|
|
|
116
116
|
return I.key !== void 0;
|
|
117
117
|
}
|
|
118
118
|
function d(I, L) {
|
|
119
|
-
function
|
|
119
|
+
function q() {
|
|
120
120
|
re || (re = !0, console.error(
|
|
121
121
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
122
122
|
L
|
|
123
123
|
));
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
get:
|
|
125
|
+
q.isReactWarning = !0, Object.defineProperty(I, "key", {
|
|
126
|
+
get: q,
|
|
127
127
|
configurable: !0
|
|
128
128
|
});
|
|
129
129
|
}
|
|
@@ -133,13 +133,13 @@ function _i() {
|
|
|
133
133
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
134
134
|
)), I = this.props.ref, I !== void 0 ? I : null;
|
|
135
135
|
}
|
|
136
|
-
function g(I, L,
|
|
137
|
-
var he =
|
|
136
|
+
function g(I, L, q, ne, Me, We) {
|
|
137
|
+
var he = q.ref;
|
|
138
138
|
return I = {
|
|
139
139
|
$$typeof: w,
|
|
140
140
|
type: I,
|
|
141
141
|
key: L,
|
|
142
|
-
props:
|
|
142
|
+
props: q,
|
|
143
143
|
_owner: ne
|
|
144
144
|
}, (he !== void 0 ? he : null) !== null ? Object.defineProperty(I, "ref", {
|
|
145
145
|
enumerable: !1,
|
|
@@ -163,10 +163,10 @@ function _i() {
|
|
|
163
163
|
configurable: !1,
|
|
164
164
|
enumerable: !1,
|
|
165
165
|
writable: !0,
|
|
166
|
-
value:
|
|
166
|
+
value: We
|
|
167
167
|
}), Object.freeze && (Object.freeze(I.props), Object.freeze(I)), I;
|
|
168
168
|
}
|
|
169
|
-
function m(I, L,
|
|
169
|
+
function m(I, L, q, ne, Me, We) {
|
|
170
170
|
var he = L.children;
|
|
171
171
|
if (he !== void 0)
|
|
172
172
|
if (ne)
|
|
@@ -197,21 +197,21 @@ React keys must be passed directly to JSX without using spread:
|
|
|
197
197
|
he
|
|
198
198
|
), Q[he + ne] = !0);
|
|
199
199
|
}
|
|
200
|
-
if (he = null,
|
|
201
|
-
|
|
200
|
+
if (he = null, q !== void 0 && (l(q), he = "" + q), s(L) && (l(L.key), he = "" + L.key), "key" in L) {
|
|
201
|
+
q = {};
|
|
202
202
|
for (var R in L)
|
|
203
|
-
R !== "key" && (
|
|
204
|
-
} else
|
|
203
|
+
R !== "key" && (q[R] = L[R]);
|
|
204
|
+
} else q = L;
|
|
205
205
|
return he && d(
|
|
206
|
-
|
|
206
|
+
q,
|
|
207
207
|
typeof I == "function" ? I.displayName || I.name || "Unknown" : I
|
|
208
208
|
), g(
|
|
209
209
|
I,
|
|
210
210
|
he,
|
|
211
|
-
|
|
211
|
+
q,
|
|
212
212
|
i(),
|
|
213
213
|
Me,
|
|
214
|
-
|
|
214
|
+
We
|
|
215
215
|
);
|
|
216
216
|
}
|
|
217
217
|
function v(I) {
|
|
@@ -232,22 +232,22 @@ React keys must be passed directly to JSX without using spread:
|
|
|
232
232
|
p,
|
|
233
233
|
a
|
|
234
234
|
)(), B = _(o(a)), Q = {};
|
|
235
|
-
Ft.Fragment = y, Ft.jsx = function(I, L,
|
|
235
|
+
Ft.Fragment = y, Ft.jsx = function(I, L, q) {
|
|
236
236
|
var ne = 1e4 > N.recentlyCreatedOwnerStacks++;
|
|
237
237
|
return m(
|
|
238
238
|
I,
|
|
239
239
|
L,
|
|
240
|
-
|
|
240
|
+
q,
|
|
241
241
|
!1,
|
|
242
242
|
ne ? Error("react-stack-top-frame") : ce,
|
|
243
243
|
ne ? _(o(I)) : B
|
|
244
244
|
);
|
|
245
|
-
}, Ft.jsxs = function(I, L,
|
|
245
|
+
}, Ft.jsxs = function(I, L, q) {
|
|
246
246
|
var ne = 1e4 > N.recentlyCreatedOwnerStacks++;
|
|
247
247
|
return m(
|
|
248
248
|
I,
|
|
249
249
|
L,
|
|
250
|
-
|
|
250
|
+
q,
|
|
251
251
|
!0,
|
|
252
252
|
ne ? Error("react-stack-top-frame") : ce,
|
|
253
253
|
ne ? _(o(I)) : B
|
|
@@ -285,22 +285,22 @@ function Io(e = {}) {
|
|
|
285
285
|
}
|
|
286
286
|
return [d.Provider, u, d];
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function Wi(...e) {
|
|
289
289
|
return function(...l) {
|
|
290
290
|
e.forEach((o) => o?.(...l));
|
|
291
291
|
};
|
|
292
292
|
}
|
|
293
|
-
const
|
|
293
|
+
const qi = (...e) => e.map((t) => t?.trim?.()).filter(Boolean).join(" "), Gi = /^on[A-Z]/;
|
|
294
294
|
function bo(...e) {
|
|
295
295
|
let t = {};
|
|
296
296
|
for (let l of e) {
|
|
297
297
|
for (let o in t) {
|
|
298
298
|
if (Gi.test(o) && typeof t[o] == "function" && typeof l[o] == "function") {
|
|
299
|
-
t[o] =
|
|
299
|
+
t[o] = Wi(t[o], l[o]);
|
|
300
300
|
continue;
|
|
301
301
|
}
|
|
302
302
|
if (o === "className" || o === "class") {
|
|
303
|
-
t[o] =
|
|
303
|
+
t[o] = qi(t[o], l[o]);
|
|
304
304
|
continue;
|
|
305
305
|
}
|
|
306
306
|
if (o === "style") {
|
|
@@ -509,7 +509,7 @@ const s2 = (e) => /^var\(--.+\)$/.test(e), ge = (e, t) => t != null ? `${e}(${t}
|
|
|
509
509
|
}
|
|
510
510
|
}[t] ?? {};
|
|
511
511
|
}
|
|
512
|
-
}), c2 = oe("borderColor"),
|
|
512
|
+
}), c2 = oe("borderColor"), qe = (e) => ({
|
|
513
513
|
transition: e,
|
|
514
514
|
transitionTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
515
515
|
transitionDuration: "150ms"
|
|
@@ -621,7 +621,7 @@ const s2 = (e) => /^var\(--.+\)$/.test(e), ge = (e, t) => t != null ? `${e}(${t}
|
|
|
621
621
|
vertical: "&[data-orientation=vertical]",
|
|
622
622
|
icon: "& :where(svg)",
|
|
623
623
|
starting: "@starting-style"
|
|
624
|
-
}), bt = zo("bg-currentcolor"),
|
|
624
|
+
}), bt = zo("bg-currentcolor"), W0 = (e) => e === bt.ref || e === "currentBg", le = (e) => ({
|
|
625
625
|
...e("colors"),
|
|
626
626
|
currentBg: bt
|
|
627
627
|
}), d2 = Ao({
|
|
@@ -632,7 +632,7 @@ const s2 = (e) => /^var\(--.+\)$/.test(e), ge = (e, t) => t != null ? `${e}(${t}
|
|
|
632
632
|
values: le,
|
|
633
633
|
shorthand: ["bg"],
|
|
634
634
|
transform(e, t) {
|
|
635
|
-
if (
|
|
635
|
+
if (W0(t.raw)) return { background: bt.ref };
|
|
636
636
|
const l = oe("background")(e, t);
|
|
637
637
|
return { ...l, [bt.var]: l?.background };
|
|
638
638
|
}
|
|
@@ -641,7 +641,7 @@ const s2 = (e) => /^var\(--.+\)$/.test(e), ge = (e, t) => t != null ? `${e}(${t}
|
|
|
641
641
|
values: le,
|
|
642
642
|
shorthand: ["bgColor"],
|
|
643
643
|
transform(e, t) {
|
|
644
|
-
if (
|
|
644
|
+
if (W0(t.raw))
|
|
645
645
|
return { backgroundColor: bt.ref };
|
|
646
646
|
const l = oe("backgroundColor")(e, t);
|
|
647
647
|
return {
|
|
@@ -1365,29 +1365,29 @@ const s2 = (e) => /^var\(--.+\)$/.test(e), ge = (e, t) => t != null ? `${e}(${t}
|
|
|
1365
1365
|
transform(e) {
|
|
1366
1366
|
switch (e) {
|
|
1367
1367
|
case "all":
|
|
1368
|
-
return
|
|
1368
|
+
return qe("all");
|
|
1369
1369
|
case "position":
|
|
1370
|
-
return
|
|
1370
|
+
return qe(
|
|
1371
1371
|
"left, right, top, bottom, inset-inline, inset-block"
|
|
1372
1372
|
);
|
|
1373
1373
|
case "colors":
|
|
1374
|
-
return
|
|
1374
|
+
return qe(
|
|
1375
1375
|
"color, background-color, border-color, text-decoration-color, fill, stroke"
|
|
1376
1376
|
);
|
|
1377
1377
|
case "opacity":
|
|
1378
|
-
return
|
|
1378
|
+
return qe("opacity");
|
|
1379
1379
|
case "shadow":
|
|
1380
|
-
return
|
|
1380
|
+
return qe("box-shadow");
|
|
1381
1381
|
case "transform":
|
|
1382
|
-
return
|
|
1382
|
+
return qe("transform");
|
|
1383
1383
|
case "size":
|
|
1384
|
-
return
|
|
1384
|
+
return qe("width, height");
|
|
1385
1385
|
case "backgrounds":
|
|
1386
|
-
return
|
|
1386
|
+
return qe(
|
|
1387
1387
|
"background, background-color, background-image, background-position"
|
|
1388
1388
|
);
|
|
1389
1389
|
case "common":
|
|
1390
|
-
return
|
|
1390
|
+
return qe(
|
|
1391
1391
|
"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter"
|
|
1392
1392
|
);
|
|
1393
1393
|
default:
|
|
@@ -1526,7 +1526,7 @@ function v2(e, t, l = {}) {
|
|
|
1526
1526
|
function f2(e, t, l = {}) {
|
|
1527
1527
|
return e[v2(e, t, l)];
|
|
1528
1528
|
}
|
|
1529
|
-
var
|
|
1529
|
+
var q0 = (e) => e?.constructor.name === "Array", p2 = (e, t) => {
|
|
1530
1530
|
if (e.length !== t.length) return !1;
|
|
1531
1531
|
for (let l = 0; l < e.length; l++)
|
|
1532
1532
|
if (!vt(e[l], t[l])) return !1;
|
|
@@ -1538,7 +1538,7 @@ var W0 = (e) => e?.constructor.name === "Array", p2 = (e, t) => {
|
|
|
1538
1538
|
return e.isEqual(t);
|
|
1539
1539
|
if (typeof e == "function" && typeof t == "function")
|
|
1540
1540
|
return e.toString() === t.toString();
|
|
1541
|
-
if (
|
|
1541
|
+
if (q0(e) && q0(t))
|
|
1542
1542
|
return p2(Array.from(e), Array.from(t));
|
|
1543
1543
|
if (typeof e != "object" || typeof t != "object") return !1;
|
|
1544
1544
|
const l = Object.keys(t ?? /* @__PURE__ */ Object.create(null)), o = l.length;
|
|
@@ -1648,17 +1648,17 @@ function Do(...e) {
|
|
|
1648
1648
|
(e.length === 2 ? e[0] : !0) && process.env.NODE_ENV !== "production" && console.warn(t);
|
|
1649
1649
|
}
|
|
1650
1650
|
var D2 = Object.defineProperty, $2 = (e, t, l) => t in e ? D2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, mn = (e, t, l) => $2(e, typeof t != "symbol" ? t + "" : t, l);
|
|
1651
|
-
function
|
|
1651
|
+
function W2(e) {
|
|
1652
1652
|
if (!e) return;
|
|
1653
1653
|
const t = e.selectionStart ?? 0, l = e.selectionEnd ?? 0;
|
|
1654
1654
|
Math.abs(l - t) === 0 && t === 0 && e.setSelectionRange(e.value.length, e.value.length);
|
|
1655
1655
|
}
|
|
1656
|
-
var K0 = (e) => Math.max(0, Math.min(1, e)),
|
|
1657
|
-
},
|
|
1656
|
+
var K0 = (e) => Math.max(0, Math.min(1, e)), q2 = (e, t) => e.map((l, o) => e[(Math.max(t, 0) + o) % e.length]), G2 = () => {
|
|
1657
|
+
}, W1 = (e) => typeof e == "object" && e !== null, U2 = 2147483647, Y2 = 1, X2 = 9, K2 = 11, pe = (e) => W1(e) && e.nodeType === Y2 && typeof e.nodeName == "string", Zn = (e) => W1(e) && e.nodeType === X2, J2 = (e) => W1(e) && e === e.window, $o = (e) => pe(e) ? e.localName || "" : "#document";
|
|
1658
1658
|
function Q2(e) {
|
|
1659
1659
|
return ["html", "body", "#document"].includes($o(e));
|
|
1660
1660
|
}
|
|
1661
|
-
var Z2 = (e) =>
|
|
1661
|
+
var Z2 = (e) => W1(e) && e.nodeType !== void 0, Vt = (e) => Z2(e) && e.nodeType === K2 && "host" in e, ea = (e) => pe(e) && e.localName === "input", ta = (e) => !!e?.matches("a[href]"), na = (e) => pe(e) ? e.offsetWidth > 0 || e.offsetHeight > 0 || e.getClientRects().length > 0 : !1, la = /(textarea|select)/;
|
|
1662
1662
|
function oa(e) {
|
|
1663
1663
|
if (e == null || !pe(e)) return !1;
|
|
1664
1664
|
try {
|
|
@@ -1694,7 +1694,7 @@ function ia(e) {
|
|
|
1694
1694
|
const t = e.assignedSlot || e.parentNode || Vt(e) && e.host || ra(e);
|
|
1695
1695
|
return Vt(t) ? t.host : t;
|
|
1696
1696
|
}
|
|
1697
|
-
function
|
|
1697
|
+
function Wo(e) {
|
|
1698
1698
|
let t;
|
|
1699
1699
|
try {
|
|
1700
1700
|
if (t = e.getRootNode({ composed: !0 }), Zn(t) || Vt(t)) return t;
|
|
@@ -1706,9 +1706,9 @@ var vn = /* @__PURE__ */ new WeakMap();
|
|
|
1706
1706
|
function aa(e) {
|
|
1707
1707
|
return vn.has(e) || vn.set(e, we(e).getComputedStyle(e)), vn.get(e);
|
|
1708
1708
|
}
|
|
1709
|
-
var
|
|
1709
|
+
var qo = /* @__PURE__ */ new Set(["menu", "listbox", "dialog", "grid", "tree", "region"]), sa = (e) => qo.has(e), Go = (e) => e.getAttribute("aria-controls")?.split(" ") || [];
|
|
1710
1710
|
function ca(e, t) {
|
|
1711
|
-
const l = /* @__PURE__ */ new Set(), o =
|
|
1711
|
+
const l = /* @__PURE__ */ new Set(), o = Wo(e), i = (a) => {
|
|
1712
1712
|
const s = a.querySelectorAll("[aria-controls]");
|
|
1713
1713
|
for (const d of s) {
|
|
1714
1714
|
if (d.getAttribute("aria-expanded") !== "true") continue;
|
|
@@ -1729,7 +1729,7 @@ function ca(e, t) {
|
|
|
1729
1729
|
return i(e);
|
|
1730
1730
|
}
|
|
1731
1731
|
function ha(e, t) {
|
|
1732
|
-
const l =
|
|
1732
|
+
const l = Wo(e), o = /* @__PURE__ */ new Set(), i = (a) => {
|
|
1733
1733
|
const s = a.querySelectorAll("[aria-controls]");
|
|
1734
1734
|
for (const d of s) {
|
|
1735
1735
|
if (d.getAttribute("aria-expanded") !== "true") continue;
|
|
@@ -1740,14 +1740,14 @@ function ha(e, t) {
|
|
|
1740
1740
|
const m = l.getElementById(g);
|
|
1741
1741
|
if (m) {
|
|
1742
1742
|
const v = m.getAttribute("role"), f = m.getAttribute("aria-modal") === "true";
|
|
1743
|
-
v &&
|
|
1743
|
+
v && qo.has(v) && !f && (t(m), i(m));
|
|
1744
1744
|
}
|
|
1745
1745
|
}
|
|
1746
1746
|
}
|
|
1747
1747
|
};
|
|
1748
1748
|
i(e);
|
|
1749
1749
|
}
|
|
1750
|
-
var
|
|
1750
|
+
var q1 = () => typeof document < "u";
|
|
1751
1751
|
function da() {
|
|
1752
1752
|
return navigator.userAgentData?.platform ?? navigator.platform;
|
|
1753
1753
|
}
|
|
@@ -1755,7 +1755,7 @@ function ua() {
|
|
|
1755
1755
|
const e = navigator.userAgentData;
|
|
1756
1756
|
return e && Array.isArray(e.brands) ? e.brands.map(({ brand: t, version: l }) => `${t}/${l}`).join(" ") : navigator.userAgent;
|
|
1757
1757
|
}
|
|
1758
|
-
var e0 = (e) =>
|
|
1758
|
+
var e0 = (e) => q1() && e.test(da()), Uo = (e) => q1() && e.test(ua()), ga = (e) => q1() && e.test(navigator.vendor), J0 = () => q1() && !!navigator.maxTouchPoints, ma = () => e0(/^iPhone/i), va = () => e0(/^iPad/i) || G1() && navigator.maxTouchPoints > 1, t0 = () => ma() || va(), fa = () => G1() || t0(), G1 = () => e0(/^Mac/i), Yo = () => fa() && ga(/apple/i), pa = () => Uo(/Firefox/i), wa = () => Uo(/Android/i);
|
|
1759
1759
|
function Ea(e) {
|
|
1760
1760
|
return e.composedPath?.() ?? e.nativeEvent?.composedPath?.();
|
|
1761
1761
|
}
|
|
@@ -2027,11 +2027,11 @@ function $a(e, t) {
|
|
|
2027
2027
|
};
|
|
2028
2028
|
}
|
|
2029
2029
|
var Mt = "default", Bn = "", p1 = /* @__PURE__ */ new WeakMap();
|
|
2030
|
-
function
|
|
2030
|
+
function Wa(e = {}) {
|
|
2031
2031
|
const { target: t, doc: l } = e, o = l ?? document, i = o.documentElement;
|
|
2032
|
-
return t0() ? (Mt === "default" && (Bn = i.style.webkitUserSelect, i.style.webkitUserSelect = "none"), Mt = "disabled") : t && (p1.set(t, t.style.userSelect), t.style.userSelect = "none"), () =>
|
|
2032
|
+
return t0() ? (Mt === "default" && (Bn = i.style.webkitUserSelect, i.style.webkitUserSelect = "none"), Mt = "disabled") : t && (p1.set(t, t.style.userSelect), t.style.userSelect = "none"), () => qa({ target: t, doc: o });
|
|
2033
2033
|
}
|
|
2034
|
-
function
|
|
2034
|
+
function qa(e = {}) {
|
|
2035
2035
|
const { target: t, doc: l } = e, i = (l ?? document).documentElement;
|
|
2036
2036
|
if (t0()) {
|
|
2037
2037
|
if (Mt !== "disabled") return;
|
|
@@ -2050,7 +2050,7 @@ function tr(e = {}) {
|
|
|
2050
2050
|
return a.push(
|
|
2051
2051
|
i(() => {
|
|
2052
2052
|
const s = typeof l == "function" ? l() : l;
|
|
2053
|
-
a.push(
|
|
2053
|
+
a.push(Wa({ ...o, target: s }));
|
|
2054
2054
|
})
|
|
2055
2055
|
), () => {
|
|
2056
2056
|
a.forEach((s) => s?.());
|
|
@@ -2108,7 +2108,7 @@ var Ja = (e) => e.split("").map((t) => {
|
|
|
2108
2108
|
}).join("").trim(), Qa = (e) => Ja(e.dataset?.valuetext ?? e.textContent ?? ""), Za = (e, t) => e.trim().toLowerCase().startsWith(t.toLowerCase());
|
|
2109
2109
|
function es(e, t, l, o = a0) {
|
|
2110
2110
|
const i = l ? s0(e, l, o) : -1;
|
|
2111
|
-
let a = l ?
|
|
2111
|
+
let a = l ? q2(e, i) : e;
|
|
2112
2112
|
return t.length === 1 && (a = a.filter((d) => o(d) !== l)), a.find((d) => Za(Qa(d), t));
|
|
2113
2113
|
}
|
|
2114
2114
|
function ts(e, t) {
|
|
@@ -2205,15 +2205,15 @@ function nr() {
|
|
|
2205
2205
|
}
|
|
2206
2206
|
};
|
|
2207
2207
|
}
|
|
2208
|
-
var $ = () => (e) => Array.from(new Set(e)),
|
|
2208
|
+
var $ = () => (e) => Array.from(new Set(e)), W = (e, t = []) => ({
|
|
2209
2209
|
parts: (...l) => {
|
|
2210
2210
|
if (is(t))
|
|
2211
|
-
return
|
|
2211
|
+
return W(e, l);
|
|
2212
2212
|
throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?");
|
|
2213
2213
|
},
|
|
2214
|
-
extendWith: (...l) =>
|
|
2215
|
-
omit: (...l) =>
|
|
2216
|
-
rename: (l) =>
|
|
2214
|
+
extendWith: (...l) => W(e, [...t, ...l]),
|
|
2215
|
+
omit: (...l) => W(e, t.filter((o) => !l.includes(o))),
|
|
2216
|
+
rename: (l) => W(l, t),
|
|
2217
2217
|
keys: () => t,
|
|
2218
2218
|
build: () => [...new Set(t)].reduce(
|
|
2219
2219
|
(l, o) => Object.assign(l, {
|
|
@@ -3344,7 +3344,7 @@ function w0(e) {
|
|
|
3344
3344
|
const t = E0(), l = je(e) ? He(e) : e;
|
|
3345
3345
|
return _s.some((o) => l[o] ? l[o] !== "none" : !1) || (l.containerType ? l.containerType !== "normal" : !1) || !t && (l.backdropFilter ? l.backdropFilter !== "none" : !1) || !t && (l.filter ? l.filter !== "none" : !1) || Ds.some((o) => (l.willChange || "").includes(o)) || $s.some((o) => (l.contain || "").includes(o));
|
|
3346
3346
|
}
|
|
3347
|
-
function
|
|
3347
|
+
function Ws(e) {
|
|
3348
3348
|
let t = ot(e);
|
|
3349
3349
|
for (; De(t) && !Ot(t); ) {
|
|
3350
3350
|
if (w0(t))
|
|
@@ -3358,9 +3358,9 @@ function qs(e) {
|
|
|
3358
3358
|
function E0() {
|
|
3359
3359
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
3360
3360
|
}
|
|
3361
|
-
const
|
|
3361
|
+
const qs = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
3362
3362
|
function Ot(e) {
|
|
3363
|
-
return
|
|
3363
|
+
return qs.has(Bt(e));
|
|
3364
3364
|
}
|
|
3365
3365
|
function He(e) {
|
|
3366
3366
|
return Ae(e).getComputedStyle(e);
|
|
@@ -3662,7 +3662,7 @@ function mr(e, t) {
|
|
|
3662
3662
|
let o = cl(e, t);
|
|
3663
3663
|
for (; o && Ps(o) && pn(o); )
|
|
3664
3664
|
o = cl(o, t);
|
|
3665
|
-
return o && Ot(o) && pn(o) && !w0(o) ? l : o ||
|
|
3665
|
+
return o && Ot(o) && pn(o) && !w0(o) ? l : o || Ws(e) || l;
|
|
3666
3666
|
}
|
|
3667
3667
|
const oc = async function(e) {
|
|
3668
3668
|
const t = this.getOffsetParent || mr, l = this.getDimensions, o = await l(e.floating);
|
|
@@ -4271,10 +4271,10 @@ function El() {
|
|
|
4271
4271
|
e.style.pointerEvents = Oe.isBelowPointerBlockingLayer(e) ? "none" : "auto";
|
|
4272
4272
|
});
|
|
4273
4273
|
}
|
|
4274
|
-
function
|
|
4274
|
+
function Wc(e) {
|
|
4275
4275
|
e.style.pointerEvents = "";
|
|
4276
4276
|
}
|
|
4277
|
-
function
|
|
4277
|
+
function qc(e, t) {
|
|
4278
4278
|
const l = Je(e), o = [];
|
|
4279
4279
|
return Oe.hasPointerBlockingLayer() && !l.body.hasAttribute("data-inert") && (wl = document.body.style.pointerEvents, queueMicrotask(() => {
|
|
4280
4280
|
l.body.style.pointerEvents = "none", l.body.setAttribute("data-inert", "");
|
|
@@ -4320,12 +4320,12 @@ function Gc(e, t) {
|
|
|
4320
4320
|
return S && M.push(...S), M.some((C) => ut(C, E)) || Oe.isInNestedLayer(e, E);
|
|
4321
4321
|
}
|
|
4322
4322
|
const w = [
|
|
4323
|
-
a ?
|
|
4323
|
+
a ? qc(e, t.persistentElements) : void 0,
|
|
4324
4324
|
_c(e, f),
|
|
4325
4325
|
Fc(e, { exclude: p, onFocusOutside: v, onPointerDownOutside: m, defer: t.defer })
|
|
4326
4326
|
];
|
|
4327
4327
|
return () => {
|
|
4328
|
-
Oe.remove(e), El(),
|
|
4328
|
+
Oe.remove(e), El(), Wc(e), w.forEach((E) => E?.());
|
|
4329
4329
|
};
|
|
4330
4330
|
}
|
|
4331
4331
|
function Z1(e, t) {
|
|
@@ -4339,7 +4339,7 @@ function Z1(e, t) {
|
|
|
4339
4339
|
i.forEach((a) => a?.());
|
|
4340
4340
|
};
|
|
4341
4341
|
}
|
|
4342
|
-
var wr =
|
|
4342
|
+
var wr = W("color-picker", [
|
|
4343
4343
|
"root",
|
|
4344
4344
|
"label",
|
|
4345
4345
|
"control",
|
|
@@ -4469,7 +4469,7 @@ $()(["channel", "orientation"]);
|
|
|
4469
4469
|
$()(["value", "disabled"]);
|
|
4470
4470
|
$()(["value", "respectAlpha"]);
|
|
4471
4471
|
$()(["size"]);
|
|
4472
|
-
var Er =
|
|
4472
|
+
var Er = W("accordion").parts("root", "item", "itemTrigger", "itemContent", "itemIndicator");
|
|
4473
4473
|
Er.build();
|
|
4474
4474
|
var xr = (e) => e.ids?.root ?? `accordion:${e.id}`, Cr = (e, t) => e.ids?.itemTrigger?.(t) ?? `accordion:${e.id}:trigger:${t}`, E5 = (e) => e.getById(xr(e)), en = (e) => {
|
|
4475
4475
|
const l = `[aria-controls][data-ownedby='${CSS.escape(xr(e))}']:not([disabled])`;
|
|
@@ -4659,7 +4659,7 @@ var $5 = (e, t) => {
|
|
|
4659
4659
|
function Il() {
|
|
4660
4660
|
return ft === "keyboard";
|
|
4661
4661
|
}
|
|
4662
|
-
function
|
|
4662
|
+
function W5(e = {}) {
|
|
4663
4663
|
const { isTextInput: t, autoFocus: l, onChange: o, root: i } = e;
|
|
4664
4664
|
D5(i), o?.({ isFocusVisible: l || Il(), modality: ft });
|
|
4665
4665
|
const a = (s, d) => {
|
|
@@ -4669,7 +4669,7 @@ function q5(e = {}) {
|
|
|
4669
4669
|
_n.delete(a);
|
|
4670
4670
|
};
|
|
4671
4671
|
}
|
|
4672
|
-
var Sr =
|
|
4672
|
+
var Sr = W("clipboard").parts("root", "control", "trigger", "indicator", "input", "label");
|
|
4673
4673
|
Sr.build();
|
|
4674
4674
|
$()([
|
|
4675
4675
|
"getRootNode",
|
|
@@ -4682,7 +4682,7 @@ $()([
|
|
|
4682
4682
|
"onValueChange"
|
|
4683
4683
|
]);
|
|
4684
4684
|
$()(["copied"]);
|
|
4685
|
-
const
|
|
4685
|
+
const q5 = wr.extendWith("view");
|
|
4686
4686
|
var G5 = Object.defineProperty, U5 = (e, t, l) => t in e ? G5(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, F = (e, t, l) => U5(e, typeof t != "symbol" ? t + "" : t, l), y1 = {
|
|
4687
4687
|
itemToValue(e) {
|
|
4688
4688
|
return typeof e == "string" ? e : un(e) && f1(e, "value") ? e.value : "";
|
|
@@ -4897,7 +4897,7 @@ function h1(e, t, l) {
|
|
|
4897
4897
|
e = [...e.slice(0, t[i]), ...e.slice(t[i] + 1)];
|
|
4898
4898
|
return l = Math.max(0, l - t.filter((i) => i < l).length), [...e.slice(0, l), ...o, ...e.slice(l)];
|
|
4899
4899
|
}
|
|
4900
|
-
var Ar =
|
|
4900
|
+
var Ar = W("combobox").parts(
|
|
4901
4901
|
"root",
|
|
4902
4902
|
"clearTrigger",
|
|
4903
4903
|
"content",
|
|
@@ -5736,7 +5736,7 @@ l4({
|
|
|
5736
5736
|
syncInputValue({ context: e, scope: t, event: l }) {
|
|
5737
5737
|
const o = yt(t);
|
|
5738
5738
|
o && (o.value = e.get("inputValue"), queueMicrotask(() => {
|
|
5739
|
-
l.current().type !== "INPUT.CHANGE" &&
|
|
5739
|
+
l.current().type !== "INPUT.CHANGE" && W2(o);
|
|
5740
5740
|
}));
|
|
5741
5741
|
},
|
|
5742
5742
|
setInputValue({ context: e, event: t }) {
|
|
@@ -5929,7 +5929,7 @@ $()(["htmlFor"]);
|
|
|
5929
5929
|
$()(["id"]);
|
|
5930
5930
|
$()(["item", "persistFocus"]);
|
|
5931
5931
|
const r4 = Ar.extendWith("empty");
|
|
5932
|
-
var y0 =
|
|
5932
|
+
var y0 = W("dialog").parts(
|
|
5933
5933
|
"trigger",
|
|
5934
5934
|
"backdrop",
|
|
5935
5935
|
"positioner",
|
|
@@ -5966,7 +5966,7 @@ $()([
|
|
|
5966
5966
|
"role",
|
|
5967
5967
|
"trapFocus"
|
|
5968
5968
|
]);
|
|
5969
|
-
var Vr =
|
|
5969
|
+
var Vr = W("editable").parts(
|
|
5970
5970
|
"root",
|
|
5971
5971
|
"area",
|
|
5972
5972
|
"label",
|
|
@@ -6009,7 +6009,7 @@ $()([
|
|
|
6009
6009
|
"defaultValue",
|
|
6010
6010
|
"value"
|
|
6011
6011
|
]);
|
|
6012
|
-
const Or =
|
|
6012
|
+
const Or = W("field").parts(
|
|
6013
6013
|
"root",
|
|
6014
6014
|
"errorText",
|
|
6015
6015
|
"helperText",
|
|
@@ -6020,9 +6020,9 @@ const Or = q("field").parts(
|
|
|
6020
6020
|
"requiredIndicator"
|
|
6021
6021
|
);
|
|
6022
6022
|
Or.build();
|
|
6023
|
-
const kr =
|
|
6023
|
+
const kr = W("fieldset").parts("root", "errorText", "helperText", "legend");
|
|
6024
6024
|
kr.build();
|
|
6025
|
-
var jr =
|
|
6025
|
+
var jr = W("file-upload").parts(
|
|
6026
6026
|
"root",
|
|
6027
6027
|
"dropzone",
|
|
6028
6028
|
"item",
|
|
@@ -6065,7 +6065,7 @@ $()([
|
|
|
6065
6065
|
"validate"
|
|
6066
6066
|
]);
|
|
6067
6067
|
$()(["file", "type"]);
|
|
6068
|
-
var Hr =
|
|
6068
|
+
var Hr = W("menu").parts(
|
|
6069
6069
|
"arrow",
|
|
6070
6070
|
"arrowTip",
|
|
6071
6071
|
"content",
|
|
@@ -6166,9 +6166,9 @@ $()([
|
|
|
6166
6166
|
"value",
|
|
6167
6167
|
"valueText"
|
|
6168
6168
|
]);
|
|
6169
|
-
let Cn = /* @__PURE__ */ new Map(),
|
|
6169
|
+
let Cn = /* @__PURE__ */ new Map(), Wn = !1;
|
|
6170
6170
|
try {
|
|
6171
|
-
|
|
6171
|
+
Wn = new Intl.NumberFormat("de-DE", {
|
|
6172
6172
|
signDisplay: "exceptZero"
|
|
6173
6173
|
}).resolvedOptions().signDisplay === "exceptZero";
|
|
6174
6174
|
} catch {
|
|
@@ -6195,7 +6195,7 @@ class x4 {
|
|
|
6195
6195
|
/** Formats a number value as a string, according to the locale and options provided to the constructor. */
|
|
6196
6196
|
format(t) {
|
|
6197
6197
|
let l = "";
|
|
6198
|
-
if (!
|
|
6198
|
+
if (!Wn && this.options.signDisplay != null ? l = y4(this.numberFormatter, this.options.signDisplay, t) : l = this.numberFormatter.format(t), this.options.style === "unit" && !T1) {
|
|
6199
6199
|
var o;
|
|
6200
6200
|
let { unit: i, unitDisplay: a = "short", locale: s } = this.resolvedOptions();
|
|
6201
6201
|
if (!i) return l;
|
|
@@ -6238,7 +6238,7 @@ class x4 {
|
|
|
6238
6238
|
/** Returns the resolved formatting options based on the values passed to the constructor. */
|
|
6239
6239
|
resolvedOptions() {
|
|
6240
6240
|
let t = this.numberFormatter.resolvedOptions();
|
|
6241
|
-
return !
|
|
6241
|
+
return !Wn && this.options.signDisplay != null && (t = {
|
|
6242
6242
|
...t,
|
|
6243
6243
|
signDisplay: this.options.signDisplay
|
|
6244
6244
|
}), !T1 && this.options.style === "unit" && (t = {
|
|
@@ -6435,7 +6435,7 @@ function xt(e, t, l) {
|
|
|
6435
6435
|
function Hl(e) {
|
|
6436
6436
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
6437
6437
|
}
|
|
6438
|
-
var Pr =
|
|
6438
|
+
var Pr = W("numberInput").parts(
|
|
6439
6439
|
"root",
|
|
6440
6440
|
"label",
|
|
6441
6441
|
"input",
|
|
@@ -6544,8 +6544,8 @@ var P4 = (e, t = {}) => new Intl.NumberFormat(e, t), F4 = (e, t = {}) => new Tr(
|
|
|
6544
6544
|
}, _4 = (e, t) => {
|
|
6545
6545
|
let l = e !== void 0 && !Number.isNaN(e) ? e : 1;
|
|
6546
6546
|
return t?.style === "percent" && (e === void 0 || Number.isNaN(e)) && (l = 0.01), l;
|
|
6547
|
-
}, { choose: D4, guards: $4, createMachine:
|
|
6548
|
-
|
|
6547
|
+
}, { choose: D4, guards: $4, createMachine: W4 } = nr(), { not: Ll, and: Bl } = $4;
|
|
6548
|
+
W4({
|
|
6549
6549
|
props({ props: e }) {
|
|
6550
6550
|
const t = _4(e.step, e.formatOptions);
|
|
6551
6551
|
return {
|
|
@@ -6961,7 +6961,7 @@ $()([
|
|
|
6961
6961
|
"value",
|
|
6962
6962
|
"defaultValue"
|
|
6963
6963
|
]);
|
|
6964
|
-
var Dr =
|
|
6964
|
+
var Dr = W("popover").parts(
|
|
6965
6965
|
"arrow",
|
|
6966
6966
|
"arrowTip",
|
|
6967
6967
|
"anchor",
|
|
@@ -6996,7 +6996,7 @@ $()([
|
|
|
6996
6996
|
"portalled",
|
|
6997
6997
|
"positioning"
|
|
6998
6998
|
]);
|
|
6999
|
-
var $r =
|
|
6999
|
+
var $r = W("radio-group").parts(
|
|
7000
7000
|
"root",
|
|
7001
7001
|
"label",
|
|
7002
7002
|
"item",
|
|
@@ -7020,8 +7020,8 @@ $()([
|
|
|
7020
7020
|
"defaultValue"
|
|
7021
7021
|
]);
|
|
7022
7022
|
$()(["value", "disabled", "invalid"]);
|
|
7023
|
-
var
|
|
7024
|
-
|
|
7023
|
+
var Wr = W("rating-group").parts("root", "label", "item", "control");
|
|
7024
|
+
Wr.build();
|
|
7025
7025
|
$()([
|
|
7026
7026
|
"allowHalf",
|
|
7027
7027
|
"autoFocus",
|
|
@@ -7042,7 +7042,7 @@ $()([
|
|
|
7042
7042
|
"defaultValue"
|
|
7043
7043
|
]);
|
|
7044
7044
|
$()(["index"]);
|
|
7045
|
-
var
|
|
7045
|
+
var qr = W("select").parts(
|
|
7046
7046
|
"label",
|
|
7047
7047
|
"positioner",
|
|
7048
7048
|
"trigger",
|
|
@@ -7059,11 +7059,11 @@ var Wr = q("select").parts(
|
|
|
7059
7059
|
"control",
|
|
7060
7060
|
"valueText"
|
|
7061
7061
|
);
|
|
7062
|
-
|
|
7062
|
+
qr.build();
|
|
7063
7063
|
var Gr = (e) => new nn(e);
|
|
7064
7064
|
Gr.empty = () => new nn({ items: [] });
|
|
7065
|
-
var
|
|
7066
|
-
Q4("isTriggerArrowDownEvent", "isTriggerEnterEvent"),
|
|
7065
|
+
var q4 = (e) => e.ids?.content ?? `select:${e.id}:content`, G4 = (e) => e.ids?.trigger ?? `select:${e.id}:trigger`, U4 = (e) => e.ids?.clearTrigger ?? `select:${e.id}:clear-trigger`, Y4 = (e, t) => e.ids?.item?.(t) ?? `select:${e.id}:option:${t}`, X4 = (e) => e.ids?.hiddenSelect ?? `select:${e.id}:select`, K4 = (e) => e.ids?.positioner ?? `select:${e.id}:positioner`, bn = (e) => e.getById(X4(e)), $t = (e) => e.getById(q4(e)), g1 = (e) => e.getById(G4(e)), J4 = (e) => e.getById(U4(e)), Tl = (e) => e.getById(K4(e)), Mn = (e, t) => t == null ? null : e.getById(Y4(e, t)), { and: Wt, not: ht, or: Q4 } = Nt();
|
|
7066
|
+
Q4("isTriggerArrowDownEvent", "isTriggerEnterEvent"), Wt(ht("multiple"), "hasSelectedItems"), ht("multiple"), Wt(ht("multiple"), "hasSelectedItems"), ht("multiple"), ht("multiple"), ht("multiple"), ht("multiple"), Wt("closeOnSelect", "isOpenControlled"), Wt("hasHighlightedItem", "loop", "isLastItemHighlighted"), Wt("hasHighlightedItem", "loop", "isFirstItemHighlighted");
|
|
7067
7067
|
function Pl(e) {
|
|
7068
7068
|
const t = e.restoreFocus ?? e.previousEvent?.restoreFocus;
|
|
7069
7069
|
return t == null || !!t;
|
|
@@ -7104,7 +7104,7 @@ $()([
|
|
|
7104
7104
|
$()(["item", "persistFocus"]);
|
|
7105
7105
|
$()(["id"]);
|
|
7106
7106
|
$()(["htmlFor"]);
|
|
7107
|
-
var Ur =
|
|
7107
|
+
var Ur = W("slider").parts(
|
|
7108
7108
|
"root",
|
|
7109
7109
|
"label",
|
|
7110
7110
|
"thumb",
|
|
@@ -7147,7 +7147,7 @@ $()([
|
|
|
7147
7147
|
]);
|
|
7148
7148
|
$()(["index", "name"]);
|
|
7149
7149
|
$()(["value"]);
|
|
7150
|
-
var Yr =
|
|
7150
|
+
var Yr = W("switch").parts("root", "label", "control", "thumb");
|
|
7151
7151
|
Yr.build();
|
|
7152
7152
|
$()([
|
|
7153
7153
|
"checked",
|
|
@@ -7166,7 +7166,7 @@ $()([
|
|
|
7166
7166
|
"required",
|
|
7167
7167
|
"value"
|
|
7168
7168
|
]);
|
|
7169
|
-
var Xr =
|
|
7169
|
+
var Xr = W("tooltip").parts("trigger", "arrow", "arrowTip", "positioner", "content");
|
|
7170
7170
|
Xr.build();
|
|
7171
7171
|
var Z4 = (e) => e.ids?.trigger ?? `tooltip:${e.id}:trigger`, e3 = (e) => e.ids?.positioner ?? `tooltip:${e.id}:popper`, Sn = (e) => e.getById(Z4(e)), Fl = (e) => e.getById(e3(e)), dt = _2({ id: null }), { and: t3, not: _l } = Nt();
|
|
7172
7172
|
t3("noVisibleTooltip", _l("hasPointerMoveOpened")), _l("hasPointerMoveOpened");
|
|
@@ -7190,21 +7190,21 @@ $()([
|
|
|
7190
7190
|
"positioning"
|
|
7191
7191
|
]);
|
|
7192
7192
|
Er.extendWith("itemBody");
|
|
7193
|
-
|
|
7193
|
+
W("action-bar").parts(
|
|
7194
7194
|
"positioner",
|
|
7195
7195
|
"content",
|
|
7196
7196
|
"separator",
|
|
7197
7197
|
"selectionTrigger",
|
|
7198
7198
|
"closeTrigger"
|
|
7199
7199
|
);
|
|
7200
|
-
|
|
7200
|
+
W("alert").parts(
|
|
7201
7201
|
"title",
|
|
7202
7202
|
"description",
|
|
7203
7203
|
"root",
|
|
7204
7204
|
"indicator",
|
|
7205
7205
|
"content"
|
|
7206
7206
|
);
|
|
7207
|
-
|
|
7207
|
+
W("breadcrumb").parts(
|
|
7208
7208
|
"link",
|
|
7209
7209
|
"currentLink",
|
|
7210
7210
|
"item",
|
|
@@ -7213,13 +7213,13 @@ q("breadcrumb").parts(
|
|
|
7213
7213
|
"ellipsis",
|
|
7214
7214
|
"separator"
|
|
7215
7215
|
);
|
|
7216
|
-
|
|
7216
|
+
W("blockquote").parts(
|
|
7217
7217
|
"root",
|
|
7218
7218
|
"icon",
|
|
7219
7219
|
"content",
|
|
7220
7220
|
"caption"
|
|
7221
7221
|
);
|
|
7222
|
-
|
|
7222
|
+
W("card").parts(
|
|
7223
7223
|
"root",
|
|
7224
7224
|
"header",
|
|
7225
7225
|
"body",
|
|
@@ -7227,7 +7227,7 @@ q("card").parts(
|
|
|
7227
7227
|
"title",
|
|
7228
7228
|
"description"
|
|
7229
7229
|
);
|
|
7230
|
-
|
|
7230
|
+
W("data-list").parts(
|
|
7231
7231
|
"root",
|
|
7232
7232
|
"item",
|
|
7233
7233
|
"itemLabel",
|
|
@@ -7253,13 +7253,13 @@ jr.extendWith(
|
|
|
7253
7253
|
"dropzoneContent",
|
|
7254
7254
|
"fileText"
|
|
7255
7255
|
);
|
|
7256
|
-
|
|
7256
|
+
W("list").parts(
|
|
7257
7257
|
"root",
|
|
7258
7258
|
"item",
|
|
7259
7259
|
"indicator"
|
|
7260
7260
|
);
|
|
7261
7261
|
Hr.extendWith("itemCommand");
|
|
7262
|
-
const l3 =
|
|
7262
|
+
const l3 = W("select").parts(
|
|
7263
7263
|
"root",
|
|
7264
7264
|
"field",
|
|
7265
7265
|
"indicator"
|
|
@@ -7277,14 +7277,14 @@ o3.extendWith(
|
|
|
7277
7277
|
"itemContent",
|
|
7278
7278
|
"itemDescription"
|
|
7279
7279
|
);
|
|
7280
|
-
|
|
7281
|
-
|
|
7280
|
+
Wr.extendWith("itemIndicator");
|
|
7281
|
+
qr.extendWith("indicatorGroup");
|
|
7282
7282
|
r4.extendWith(
|
|
7283
7283
|
"indicatorGroup",
|
|
7284
7284
|
"empty"
|
|
7285
7285
|
);
|
|
7286
7286
|
Ur.extendWith("markerIndicator");
|
|
7287
|
-
|
|
7287
|
+
W("stat").parts(
|
|
7288
7288
|
"root",
|
|
7289
7289
|
"label",
|
|
7290
7290
|
"helpText",
|
|
@@ -7292,9 +7292,9 @@ q("stat").parts(
|
|
|
7292
7292
|
"valueUnit",
|
|
7293
7293
|
"indicator"
|
|
7294
7294
|
);
|
|
7295
|
-
|
|
7295
|
+
W("status").parts("root", "indicator");
|
|
7296
7296
|
Yr.extendWith("indicator");
|
|
7297
|
-
|
|
7297
|
+
W("table").parts(
|
|
7298
7298
|
"root",
|
|
7299
7299
|
"header",
|
|
7300
7300
|
"body",
|
|
@@ -7304,7 +7304,7 @@ q("table").parts(
|
|
|
7304
7304
|
"footer",
|
|
7305
7305
|
"caption"
|
|
7306
7306
|
);
|
|
7307
|
-
|
|
7307
|
+
W("toast").parts(
|
|
7308
7308
|
"root",
|
|
7309
7309
|
"title",
|
|
7310
7310
|
"description",
|
|
@@ -7312,7 +7312,7 @@ q("toast").parts(
|
|
|
7312
7312
|
"closeTrigger",
|
|
7313
7313
|
"actionTrigger"
|
|
7314
7314
|
);
|
|
7315
|
-
|
|
7315
|
+
W("tabs").parts(
|
|
7316
7316
|
"root",
|
|
7317
7317
|
"trigger",
|
|
7318
7318
|
"list",
|
|
@@ -7320,14 +7320,14 @@ q("tabs").parts(
|
|
|
7320
7320
|
"contentGroup",
|
|
7321
7321
|
"indicator"
|
|
7322
7322
|
);
|
|
7323
|
-
|
|
7323
|
+
W("tag").parts(
|
|
7324
7324
|
"root",
|
|
7325
7325
|
"label",
|
|
7326
7326
|
"closeTrigger",
|
|
7327
7327
|
"startElement",
|
|
7328
7328
|
"endElement"
|
|
7329
7329
|
);
|
|
7330
|
-
|
|
7330
|
+
W("timeline").parts(
|
|
7331
7331
|
"root",
|
|
7332
7332
|
"item",
|
|
7333
7333
|
"content",
|
|
@@ -7337,7 +7337,7 @@ q("timeline").parts(
|
|
|
7337
7337
|
"title",
|
|
7338
7338
|
"description"
|
|
7339
7339
|
);
|
|
7340
|
-
|
|
7340
|
+
q5.extendWith("channelText");
|
|
7341
7341
|
Sr.extendWith("valueText");
|
|
7342
7342
|
function et(e, t) {
|
|
7343
7343
|
const l = {};
|
|
@@ -7544,9 +7544,9 @@ const ei = (e) => ({
|
|
|
7544
7544
|
}), I3 = ei("width"), b3 = ei("height"), ti = (e) => ({
|
|
7545
7545
|
isMin: Yl(e.minMax, e.maxMin, e.min),
|
|
7546
7546
|
isMax: Yl(e.maxMin, e.minMax, e.max)
|
|
7547
|
-
}), { isMin:
|
|
7547
|
+
}), { isMin: qn, isMax: $l } = ti(I3), { isMin: Gn, isMax: Wl } = ti(b3), ql = /print/i, Gl = /^print$/i, M3 = /(-?\d*\.?\d+)(ch|em|ex|px|rem)/, S3 = /(\d)/, Yt = Number.MAX_VALUE, R3 = { ch: 8.8984375, em: 16, rem: 16, ex: 8.296875, px: 1 };
|
|
7548
7548
|
function Ul(e) {
|
|
7549
|
-
const t = M3.exec(e) || (
|
|
7549
|
+
const t = M3.exec(e) || (qn(e) || Gn(e) ? S3.exec(e) : null);
|
|
7550
7550
|
if (!t) return Yt;
|
|
7551
7551
|
if (t[0] === "0") return 0;
|
|
7552
7552
|
const l = parseFloat(t[1]), o = t[2];
|
|
@@ -7556,13 +7556,13 @@ function Yl(e, t, l) {
|
|
|
7556
7556
|
return (o) => e.test(o) || !t.test(o) && l.test(o);
|
|
7557
7557
|
}
|
|
7558
7558
|
function A3(e, t) {
|
|
7559
|
-
const l =
|
|
7559
|
+
const l = ql.test(e), o = Gl.test(e), i = ql.test(t), a = Gl.test(t);
|
|
7560
7560
|
return l && i ? !o && a ? 1 : o && !a ? -1 : e.localeCompare(t) : l ? 1 : i ? -1 : null;
|
|
7561
7561
|
}
|
|
7562
7562
|
const z3 = Ie((e, t) => {
|
|
7563
7563
|
const l = A3(e, t);
|
|
7564
7564
|
if (l !== null) return l;
|
|
7565
|
-
const o =
|
|
7565
|
+
const o = qn(e) || Gn(e), i = $l(e) || Wl(e), a = qn(t) || Gn(t), s = $l(t) || Wl(t);
|
|
7566
7566
|
if (o && s) return -1;
|
|
7567
7567
|
if (i && a) return 1;
|
|
7568
7568
|
const d = Ul(e), u = Ul(t);
|
|
@@ -7911,7 +7911,7 @@ function D3(e) {
|
|
|
7911
7911
|
const { conditions: t, isValidProperty: l } = e;
|
|
7912
7912
|
return function(i) {
|
|
7913
7913
|
return _e(i, (a) => a, {
|
|
7914
|
-
getKey: (a, s) => Ce(s) && !t.has(a) && !l(a) ?
|
|
7914
|
+
getKey: (a, s) => Ce(s) && !t.has(a) && !l(a) ? W3(a).map((d) => {
|
|
7915
7915
|
const u = d.startsWith("&") ? d.slice(1) : d;
|
|
7916
7916
|
return $3(u) ? `${u} &` : `&${u}`;
|
|
7917
7917
|
}).join(", ") : a
|
|
@@ -7922,7 +7922,7 @@ function $3(e) {
|
|
|
7922
7922
|
const t = e.toLowerCase();
|
|
7923
7923
|
return t.startsWith(":host-context") || t.startsWith(":host") || t.startsWith("::slotted");
|
|
7924
7924
|
}
|
|
7925
|
-
function
|
|
7925
|
+
function W3(e) {
|
|
7926
7926
|
const t = [];
|
|
7927
7927
|
let l = 0, o = "", i = !1;
|
|
7928
7928
|
for (let a = 0; a < e.length; a++) {
|
|
@@ -7939,7 +7939,7 @@ function q3(e) {
|
|
|
7939
7939
|
}
|
|
7940
7940
|
return o && t.push(o.trim()), t;
|
|
7941
7941
|
}
|
|
7942
|
-
const
|
|
7942
|
+
const q3 = (e = ae) => {
|
|
7943
7943
|
const t = (i) => ({
|
|
7944
7944
|
base: e.base?.[i] ?? ae,
|
|
7945
7945
|
variants: ln(),
|
|
@@ -7964,7 +7964,7 @@ const W3 = (e = ae) => {
|
|
|
7964
7964
|
function U3(e) {
|
|
7965
7965
|
const { cva: t } = e;
|
|
7966
7966
|
return function(o = ae) {
|
|
7967
|
-
const i = Object.entries(
|
|
7967
|
+
const i = Object.entries(q3(o)).map(
|
|
7968
7968
|
([v, f]) => [v, t(f)]
|
|
7969
7969
|
);
|
|
7970
7970
|
function a(v) {
|
|
@@ -8454,7 +8454,7 @@ function g6(e) {
|
|
|
8454
8454
|
});
|
|
8455
8455
|
});
|
|
8456
8456
|
}
|
|
8457
|
-
function
|
|
8457
|
+
function q() {
|
|
8458
8458
|
d.forEach((A) => {
|
|
8459
8459
|
const R = m6(A);
|
|
8460
8460
|
!R || R.length === 0 || R.forEach((D) => {
|
|
@@ -8477,13 +8477,13 @@ function g6(e) {
|
|
|
8477
8477
|
A.extensions.references = R.reduce((D, X) => (D[X.name] = X, D), {});
|
|
8478
8478
|
});
|
|
8479
8479
|
}
|
|
8480
|
-
function
|
|
8480
|
+
function We() {
|
|
8481
8481
|
d.forEach((A) => {
|
|
8482
8482
|
ui(A);
|
|
8483
8483
|
});
|
|
8484
8484
|
}
|
|
8485
8485
|
function he() {
|
|
8486
|
-
I("pre"), L("pre"),
|
|
8486
|
+
I("pre"), L("pre"), q(), Me(), We(), I("post"), L("post"), N();
|
|
8487
8487
|
}
|
|
8488
8488
|
return b(), ce(...h6), B(...i6), he(), ie;
|
|
8489
8489
|
}
|
|
@@ -8689,12 +8689,12 @@ function w6(...e) {
|
|
|
8689
8689
|
layerStyle: Q,
|
|
8690
8690
|
animationStyle: I
|
|
8691
8691
|
});
|
|
8692
|
-
for (const [
|
|
8692
|
+
for (const [q, ne] of Object.entries(L)) {
|
|
8693
8693
|
const Me = vi(ne ?? ae, fi);
|
|
8694
|
-
f.register(
|
|
8694
|
+
f.register(q, {
|
|
8695
8695
|
values: Object.keys(Me),
|
|
8696
|
-
transform(
|
|
8697
|
-
return C(Me[
|
|
8696
|
+
transform(We) {
|
|
8697
|
+
return C(Me[We]);
|
|
8698
8698
|
}
|
|
8699
8699
|
});
|
|
8700
8700
|
}
|
|
@@ -8711,8 +8711,8 @@ function w6(...e) {
|
|
|
8711
8711
|
for (let I = 0; I < B.length; I++) {
|
|
8712
8712
|
const L = B[I];
|
|
8713
8713
|
if (L != null) {
|
|
8714
|
-
const
|
|
8715
|
-
Q[
|
|
8714
|
+
const q = v.breakpoints[I];
|
|
8715
|
+
Q[q] = L;
|
|
8716
8716
|
}
|
|
8717
8717
|
}
|
|
8718
8718
|
return Q;
|
|
@@ -8739,9 +8739,9 @@ function w6(...e) {
|
|
|
8739
8739
|
for (const [Q, I] of g.cssVarMap.entries()) {
|
|
8740
8740
|
const L = Object.fromEntries(I);
|
|
8741
8741
|
if (Object.keys(L).length === 0) continue;
|
|
8742
|
-
const
|
|
8742
|
+
const q = Q === "base" ? a : v.resolve(Q), ne = q.startsWith("@"), Me = C(
|
|
8743
8743
|
S({
|
|
8744
|
-
[
|
|
8744
|
+
[q]: ne ? { [a]: L } : L
|
|
8745
8745
|
})
|
|
8746
8746
|
);
|
|
8747
8747
|
jt(B, Me);
|
|
@@ -8949,7 +8949,7 @@ var an = 1, kt = 1, Ci = 0, be = 0, ue = 0, Tt = "";
|
|
|
8949
8949
|
function sn(e, t, l, o, i, a, s) {
|
|
8950
8950
|
return { value: e, root: t, parent: l, type: o, props: i, children: a, line: an, column: kt, length: s, return: "" };
|
|
8951
8951
|
}
|
|
8952
|
-
function
|
|
8952
|
+
function qt(e, t) {
|
|
8953
8953
|
return A6(sn("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
8954
8954
|
}
|
|
8955
8955
|
function k6() {
|
|
@@ -9219,7 +9219,7 @@ var $6 = function(t, l, o) {
|
|
|
9219
9219
|
for (var i = 0, a = 0; i = a, a = Pe(), i === 38 && a === 12 && (l[o] = 1), !Zt(a); )
|
|
9220
9220
|
ze();
|
|
9221
9221
|
return o1(t, be);
|
|
9222
|
-
},
|
|
9222
|
+
}, W6 = function(t, l) {
|
|
9223
9223
|
var o = -1, i = 44;
|
|
9224
9224
|
do
|
|
9225
9225
|
switch (Zt(i)) {
|
|
@@ -9240,8 +9240,8 @@ var $6 = function(t, l, o) {
|
|
|
9240
9240
|
}
|
|
9241
9241
|
while (i = ze());
|
|
9242
9242
|
return t;
|
|
9243
|
-
},
|
|
9244
|
-
return Ii(
|
|
9243
|
+
}, q6 = function(t, l) {
|
|
9244
|
+
return Ii(W6(yi(t), l));
|
|
9245
9245
|
}, ao = /* @__PURE__ */ new WeakMap(), G6 = function(t) {
|
|
9246
9246
|
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
|
|
9247
9247
|
// negative .length indicates that this rule has been already prefixed
|
|
@@ -9250,7 +9250,7 @@ var $6 = function(t, l, o) {
|
|
|
9250
9250
|
if (o = o.parent, !o) return;
|
|
9251
9251
|
if (!(t.props.length === 1 && l.charCodeAt(0) !== 58 && !ao.get(o)) && !i) {
|
|
9252
9252
|
ao.set(t, !0);
|
|
9253
|
-
for (var a = [], s =
|
|
9253
|
+
for (var a = [], s = q6(l, a), d = o.props, u = 0, g = 0; u < s.length; u++)
|
|
9254
9254
|
for (var m = 0; m < d.length; m++, g++)
|
|
9255
9255
|
t.props[g] = a[u] ? s[u].replace(/&\f/g, d[m]) : d[m] + " " + s[u];
|
|
9256
9256
|
}
|
|
@@ -9411,7 +9411,7 @@ var Y6 = function(t, l, o, i) {
|
|
|
9411
9411
|
t.return = bi(t.value, t.length);
|
|
9412
9412
|
break;
|
|
9413
9413
|
case Ei:
|
|
9414
|
-
return zt([
|
|
9414
|
+
return zt([qt(t, {
|
|
9415
9415
|
value: J(t.value, "@", "@" + K)
|
|
9416
9416
|
})], i);
|
|
9417
9417
|
case S0:
|
|
@@ -9420,16 +9420,16 @@ var Y6 = function(t, l, o, i) {
|
|
|
9420
9420
|
// :read-(only|write)
|
|
9421
9421
|
case ":read-only":
|
|
9422
9422
|
case ":read-write":
|
|
9423
|
-
return zt([
|
|
9423
|
+
return zt([qt(t, {
|
|
9424
9424
|
props: [J(a, /:(read-\w+)/, ":" + _1 + "$1")]
|
|
9425
9425
|
})], i);
|
|
9426
9426
|
// :placeholder
|
|
9427
9427
|
case "::placeholder":
|
|
9428
|
-
return zt([
|
|
9428
|
+
return zt([qt(t, {
|
|
9429
9429
|
props: [J(a, /:(plac\w+)/, ":" + K + "input-$1")]
|
|
9430
|
-
}),
|
|
9430
|
+
}), qt(t, {
|
|
9431
9431
|
props: [J(a, /:(plac\w+)/, ":" + _1 + "$1")]
|
|
9432
|
-
}),
|
|
9432
|
+
}), qt(t, {
|
|
9433
9433
|
props: [J(a, /:(plac\w+)/, Ee + "input-$1")]
|
|
9434
9434
|
})], i);
|
|
9435
9435
|
}
|
|
@@ -9604,7 +9604,7 @@ function Q6() {
|
|
|
9604
9604
|
function L(O) {
|
|
9605
9605
|
return b(O) === s;
|
|
9606
9606
|
}
|
|
9607
|
-
function
|
|
9607
|
+
function q(O) {
|
|
9608
9608
|
return typeof O == "object" && O !== null && O.$$typeof === t;
|
|
9609
9609
|
}
|
|
9610
9610
|
function ne(O) {
|
|
@@ -9613,7 +9613,7 @@ function Q6() {
|
|
|
9613
9613
|
function Me(O) {
|
|
9614
9614
|
return b(O) === o;
|
|
9615
9615
|
}
|
|
9616
|
-
function
|
|
9616
|
+
function We(O) {
|
|
9617
9617
|
return b(O) === w;
|
|
9618
9618
|
}
|
|
9619
9619
|
function he(O) {
|
|
@@ -9631,7 +9631,7 @@ function Q6() {
|
|
|
9631
9631
|
function X(O) {
|
|
9632
9632
|
return b(O) === v;
|
|
9633
9633
|
}
|
|
9634
|
-
ee.AsyncMode = x, ee.ConcurrentMode = V, ee.ContextConsumer = j, ee.ContextProvider = H, ee.Element = k, ee.ForwardRef = z, ee.Fragment = P, ee.Lazy = N, ee.Memo = U, ee.Portal = Y, ee.Profiler = _, ee.StrictMode = re, ee.Suspense = ie, ee.isAsyncMode = B, ee.isConcurrentMode = Q, ee.isContextConsumer = I, ee.isContextProvider = L, ee.isElement =
|
|
9634
|
+
ee.AsyncMode = x, ee.ConcurrentMode = V, ee.ContextConsumer = j, ee.ContextProvider = H, ee.Element = k, ee.ForwardRef = z, ee.Fragment = P, ee.Lazy = N, ee.Memo = U, ee.Portal = Y, ee.Profiler = _, ee.StrictMode = re, ee.Suspense = ie, ee.isAsyncMode = B, ee.isConcurrentMode = Q, ee.isContextConsumer = I, ee.isContextProvider = L, ee.isElement = q, ee.isForwardRef = ne, ee.isFragment = Me, ee.isLazy = We, ee.isMemo = he, ee.isPortal = A, ee.isProfiler = R, ee.isStrictMode = D, ee.isSuspense = X, ee.isValidElementType = C, ee.typeOf = b;
|
|
9635
9635
|
})()), ee;
|
|
9636
9636
|
}
|
|
9637
9637
|
var ho;
|
|
@@ -10295,8 +10295,8 @@ const Fh = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10295
10295
|
_h.displayName = "IconAgent16";
|
|
10296
10296
|
const Dh = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 3.5a2 2 0 0 1-1.25 1.855V6H10v1.5H8.75v5.684A4.25 4.25 0 0 0 12.22 9.5h-.72V8H15v1.5h-1.271a5.75 5.75 0 0 1-11.458 0H1V8h3.5v1.5h-.72a4.25 4.25 0 0 0 3.47 3.684V7.5H6V6h1.25v-.645A2 2 0 1 1 10 3.5m-1.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0", clipRule: "evenodd" })), $h = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Dh, {}) }));
|
|
10297
10297
|
$h.displayName = "IconAnchor16";
|
|
10298
|
-
const
|
|
10299
|
-
|
|
10298
|
+
const Wh = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M11.222 9.603a.6.6 0 0 1-.324-.093.56.56 0 0 1-.215-.249.53.53 0 0 1 .126-.604.611.611 0 0 1 .635-.12.6.6 0 0 1 .262.204.535.535 0 0 1-.072.7.6.6 0 0 1-.412.162m-6.444 0a.6.6 0 0 1-.324-.093.56.56 0 0 1-.214-.249.53.53 0 0 1 .126-.604.611.611 0 0 1 .635-.12.6.6 0 0 1 .262.204.535.535 0 0 1-.073.7.6.6 0 0 1-.412.162m6.653-3.338 1.165-1.919a.22.22 0 0 0-.018-.256.24.24 0 0 0-.16-.088.25.25 0 0 0-.18.046.2.2 0 0 0-.062.067l-1.18 1.943A7.5 7.5 0 0 0 8 5.448a7.5 7.5 0 0 0-2.996.61l-1.18-1.943a.24.24 0 0 0-.147-.107.26.26 0 0 0-.184.023.24.24 0 0 0-.113.14.22.22 0 0 0 .024.175l1.165 1.919C2.57 7.299 1.2 9.225 1 11.5h14c-.2-2.275-1.569-4.2-3.57-5.235" })), qh = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wh, {}) }));
|
|
10299
|
+
qh.displayName = "IconAndroid16";
|
|
10300
10300
|
const Gh = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ n.createElement("path", { d: "M6.153 8.508A1.5 1.5 0 0 1 7.5 10v3.5l-.008.154a1.5 1.5 0 0 1-1.339 1.338L6 15H2.5l-.153-.008a1.5 1.5 0 0 1-1.34-1.338L1 13.5V10a1.5 1.5 0 0 1 1.5-1.5H6zM2.5 13.5H6V10H2.5zM13.656 8.508A1.5 1.5 0 0 1 15.003 10v3.5l-.008.154a1.5 1.5 0 0 1-1.339 1.338l-.153.008h-3.5l-.153-.008a1.5 1.5 0 0 1-1.34-1.338l-.007-.154V10a1.5 1.5 0 0 1 1.5-1.5h3.5zM10.003 13.5h3.5V10h-3.5zM10.692 1.066a1.5 1.5 0 0 1 2.121 0l2.122 2.12a1.5 1.5 0 0 1 0 2.122L12.814 7.43l-.113.103a1.5 1.5 0 0 1-1.893 0l-.115-.103-2.12-2.122A1.5 1.5 0 0 1 8.467 3.3l.103-.114zm-1.06 3.181 2.12 2.121 2.122-2.12-2.121-2.122zM6.153 1.005A1.5 1.5 0 0 1 7.5 2.497v3.5l-.008.154A1.5 1.5 0 0 1 6.153 7.49L6 7.497H2.5l-.153-.007a1.5 1.5 0 0 1-1.34-1.34L1 5.998v-3.5a1.5 1.5 0 0 1 1.5-1.5H6zM2.5 5.997H6v-3.5H2.5z" }))), Uh = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gh, {}) }));
|
|
10301
10301
|
Uh.displayName = "IconApp16";
|
|
10302
10302
|
const Yh = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M10.802.5s.14.98-.7 1.96c-.98.98-2.1.84-2.1.84s-.21-.84.63-1.75C9.542.5 10.802.5 10.802.5M13.252 5.54s-1.47.77-1.47 2.59c0 2.03 1.75 2.8 1.75 2.8s-1.26 3.57-3.01 3.57c-.77 0-1.4-.56-2.24-.56s-1.68.56-2.24.56c-1.61 0-3.64-3.43-3.57-6.09 0-2.73 1.68-4.13 3.29-4.13 1.05 0 1.82.56 2.38.56.49 0 1.33-.63 2.45-.63 1.89 0 2.66 1.33 2.66 1.33" }))), Xh = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Yh, {}) }));
|
|
@@ -10349,8 +10349,8 @@ const Fd = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10349
10349
|
_d.displayName = "IconBazel16";
|
|
10350
10350
|
const Dd = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12.68 6.396a4.735 4.735 0 0 0-3.93-4.084V1h-1.5v1.307A4.754 4.754 0 0 0 3.25 7v1.292l-.939 1.565c-.5.833.1 1.893 1.072 1.893h9.234a1.25 1.25 0 0 0 1.072-1.893l-.939-1.565V6.953zM7.983 3.75C6.202 3.75 4.75 5.21 4.75 7v1.708l-.925 1.542h8.35l-.925-1.542V7.047l-.058-.465A3.234 3.234 0 0 0 7.983 3.75", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { d: "M8.75 12.5a.75.75 0 0 1-1.5 0h-1.5a2.25 2.25 0 0 0 4.5 0z" }))), $d = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Dd, {}) }));
|
|
10351
10351
|
$d.displayName = "IconBell16";
|
|
10352
|
-
const
|
|
10353
|
-
|
|
10352
|
+
const Wd = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M8.75 2.05a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.585 8.085a.915.915 0 0 0-.916.915H12.5a.915.915 0 0 0-.915-.915M4.583 8.087A.915.915 0 0 0 3.667 9H5.5a.915.915 0 0 0-.917-.913M8 11.334c.736 0 1.333-.597 1.333-1.334H6.667c0 .737.597 1.334 1.333 1.334" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M3.932 3.755a62 62 0 0 1 8.136 0c1.225.087 2.199 1.006 2.417 2.186.375 2.028.616 3.63.714 5.34A2.573 2.573 0 0 1 12.767 14c-2.795.162-6.74.162-9.534 0a2.573 2.573 0 0 1-2.432-2.72c.098-1.71.339-3.311.714-5.34.218-1.18 1.192-2.098 2.417-2.185m8.03 1.496a60 60 0 0 0-7.923 0c-.516.037-.95.426-1.05.963-.37 2.002-.598 3.534-.69 5.153-.035.596.414 1.1 1.02 1.135 2.738.159 6.624.159 9.361 0a1.073 1.073 0 0 0 1.021-1.135c-.093-1.619-.32-3.15-.69-5.153a1.16 1.16 0 0 0-1.05-.963", clipRule: "evenodd" }))), qd = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wd, {}) }));
|
|
10353
|
+
qd.displayName = "IconBitbot16";
|
|
10354
10354
|
const Gd = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M8 2.8a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M7.03 8.03l-.72.72.72.72-1.06 1.06-.72-.72-.72.72-1.06-1.06.72-.72-.72-.72 1.06-1.06.72.72.72-.72zM11.81 8.75l.72-.72-1.06-1.06-.72.72-.72-.72-1.06 1.06.72.72-.72.72 1.06 1.06.72-.72.72.72 1.06-1.06z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12.068 3.755a62 62 0 0 0-8.136 0c-1.225.087-2.199 1.006-2.417 2.186C1.14 7.969.899 9.57.8 11.28A2.573 2.573 0 0 0 3.233 14c2.795.162 6.739.162 9.534 0a2.573 2.573 0 0 0 2.432-2.72c-.098-1.71-.339-3.311-.714-5.34-.218-1.18-1.192-2.098-2.417-2.185m-8.03 1.496a60 60 0 0 1 7.923 0c.516.037.95.426 1.05.963.37 2.002.597 3.534.69 5.153.035.596-.414 1.1-1.02 1.135-2.738.159-6.624.159-9.361 0a1.073 1.073 0 0 1-1.022-1.135c.093-1.619.321-3.15.692-5.153.099-.537.533-.926 1.049-.963", clipRule: "evenodd" }))), Ud = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gd, {}) }));
|
|
10355
10355
|
Ud.displayName = "IconBitbotError16";
|
|
10356
10356
|
const Yd = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.472 10.055H6.557l-.79-4.125h4.412zM1.454 1.7a.45.45 0 0 0-.448.52L2.91 13.78a.61.61 0 0 0 .596.509h9.135a.45.45 0 0 0 .449-.377l1.904-11.69a.448.448 0 0 0-.448-.52z", clipRule: "evenodd" })), Xd = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Yd, {}) }));
|
|
@@ -10403,8 +10403,8 @@ const F7 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10403
10403
|
_7.displayName = "IconChevronLeft16";
|
|
10404
10404
|
const D7 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.78 3.47 11.31 8l-4.53 4.53-1.06-1.06L9.19 8 5.72 4.53z", clipRule: "evenodd" })), $7 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(D7, {}) }));
|
|
10405
10405
|
$7.displayName = "IconChevronRight16";
|
|
10406
|
-
const
|
|
10407
|
-
|
|
10406
|
+
const W7 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m8 4.69 4.53 4.53-1.06 1.06L8 6.81l-3.47 3.47-1.06-1.06z", clipRule: "evenodd" })), q7 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(W7, {}) }));
|
|
10407
|
+
q7.displayName = "IconChevronUp16";
|
|
10408
10408
|
const G7 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M13.443 9A5.526 5.526 0 0 1 8 13.5 5.535 5.535 0 0 1 2.843 10H1.257A7.03 7.03 0 0 0 8 15a7.04 7.04 0 0 0 5.5-2.635V13H15V9h-1.557M8 2.5A5.53 5.53 0 0 0 2.557 7H1V3h1.5v.635A7.04 7.04 0 0 1 8 1a7.03 7.03 0 0 1 6.743 5h-1.586A5.53 5.53 0 0 0 8 2.5" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M7.33 3.835a1.5 1.5 0 0 1 1.34 0l2.5 1.25A1.5 1.5 0 0 1 12 6.427v3.146a1.5 1.5 0 0 1-.83 1.342l-2.5 1.25a1.5 1.5 0 0 1-1.34 0l-2.5-1.25A1.5 1.5 0 0 1 4 9.573V6.427a1.5 1.5 0 0 1 .83-1.342zM9.983 6.17 8 5.177l-1.984.992L8 7.161zM5.5 9.573V7.588l1.75.875v1.985zm3.25.875 1.75-.875V7.588l-1.75.875z", clipRule: "evenodd" }))), U7 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(G7, {}) }));
|
|
10409
10409
|
U7.displayName = "IconCi16";
|
|
10410
10410
|
const Y7 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M13.443 9A5.526 5.526 0 0 1 8 13.5 5.53 5.53 0 0 1 2.843 10H1.257A7.03 7.03 0 0 0 8 15a7.04 7.04 0 0 0 5.5-2.635V13H15V9h-1.557M8 2.5A5.53 5.53 0 0 0 2.557 7H1V3h1.5v.635A7.04 7.04 0 0 1 8 1a7.03 7.03 0 0 1 6.743 5h-1.586A5.535 5.535 0 0 0 8 2.5" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M7.33 3.835a1.5 1.5 0 0 1 1.34 0l2.5 1.25A1.5 1.5 0 0 1 12 6.427v3.146a1.5 1.5 0 0 1-.83 1.342l-2.5 1.25a1.5 1.5 0 0 1-1.34 0l-2.5-1.25A1.5 1.5 0 0 1 4 9.573V6.427a1.5 1.5 0 0 1 .83-1.342zM8 7.417 5.757 6.07l-.514.858L7.5 8.283V10.5h1V8.283l2.257-1.354-.514-.858z", clipRule: "evenodd" }))), X7 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Y7, {}) }));
|
|
@@ -10457,8 +10457,8 @@ const Fu = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10457
10457
|
_u.displayName = "IconDashboardFilled16";
|
|
10458
10458
|
const Du = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M9.9 6.1a.99.99 0 1 0 1.4-1.4.99.99 0 0 0-1.4 1.4" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M14.146 1.819a.75.75 0 0 1 .237.548c0 .658-.06 1.696-.245 2.702a8.7 8.7 0 0 1-.394 1.478c-.17.452-.406.909-.747 1.25-.53.53-1.51 1.212-2.42 1.816-.44.291-.865.565-1.245.81-.285.185-.546.353-.767.5a2 2 0 0 1-.313 2.425L7.1 14.5l-.933-.933.7-2.567L5 9.133l-2.567.7L1.5 8.9l1.152-1.152a2 2 0 0 1 2.425-.313c.147-.221.315-.482.5-.767.245-.38.519-.805.81-1.245.604-.91 1.286-1.89 1.816-2.42.347-.347.817-.578 1.273-.741a9 9 0 0 1 1.493-.372c.941-.162 1.904-.225 2.495-.264l.12-.008a.75.75 0 0 1 .562.201m-5.59 7.32c-.39.252-.747.483-1.018.665L6.195 8.462c.183-.27.413-.628.666-1.018.246-.382.514-.796.776-1.192.622-.937 1.223-1.784 1.627-2.188.12-.12.349-.258.717-.39a7.6 7.6 0 0 1 1.242-.306 19 19 0 0 1 1.633-.195 14 14 0 0 1-.194 1.625c-.082.45-.189.87-.321 1.22-.136.36-.279.593-.405.718-.404.404-1.251 1.005-2.188 1.626-.396.263-.81.53-1.192.777", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { d: "m4.703 10.236-2.1 2.1 1.06 1.061 2.1-2.1z" }))), $u = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Du, {}) }));
|
|
10459
10459
|
$u.displayName = "IconDeployment16";
|
|
10460
|
-
const
|
|
10461
|
-
|
|
10460
|
+
const Wu = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M6 5.75H4.5v-1.5H6zM7 5.75h4v-1.5H7zM11 8.75H7v-1.5h4zM7 11.75h4v-1.5H7zM6 8.75H4.5v-1.5H6zM4.5 11.75H6v-1.5H4.5z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M3.5 1A1.5 1.5 0 0 0 2 2.5v11A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 12.5 1zm9 1.5h-9v11h9z", clipRule: "evenodd" }))), qu = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wu, {}) }));
|
|
10461
|
+
qu.displayName = "IconDetails16";
|
|
10462
10462
|
const Gu = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M5.5 5.75h5v-1.5h-5zM10.5 8.75h-5v-1.5h5zM5.5 11.75h3v-1.5h-3z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M2.5 2.5A1.5 1.5 0 0 1 4 1h8a1.5 1.5 0 0 1 1.5 1.5v11A1.5 1.5 0 0 1 12 15H4a1.5 1.5 0 0 1-1.5-1.5zm1.5 0h8v11H4z", clipRule: "evenodd" }))), Uu = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gu, {}) }));
|
|
10463
10463
|
Uu.displayName = "IconDoc16";
|
|
10464
10464
|
const Yu = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M8.115 12.678q-.924 0-1.638-.28-.715-.294-1.162-.756a2.4 2.4 0 0 1-.602-.994l1.456-.448q.168.462.63.798.476.336 1.176.35.798 0 1.26-.322.476-.336.476-.882 0-.476-.406-.798-.393-.322-1.05-.49L7.177 8.59a3.8 3.8 0 0 1-1.12-.49 2.55 2.55 0 0 1-.77-.812q-.28-.49-.28-1.148 0-1.231.798-1.918.812-.7 2.31-.7.854 0 1.484.266.63.252 1.05.714.42.449.616 1.008l-1.442.476a1.7 1.7 0 0 0-.644-.798q-.462-.336-1.134-.336-.7 0-1.106.336-.393.322-.392.896 0 .49.308.756.321.266.84.406l1.092.266q1.19.294 1.834 1.008.657.714.658 1.568 0 .756-.378 1.344-.365.574-1.064.91t-1.722.336m-.658 1.764v-2.31H8.8v2.31zm0-10.052V2.08H8.8v2.31z" })), Xu = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Yu, {}) }));
|
|
@@ -10511,8 +10511,8 @@ const F8 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10511
10511
|
_8.displayName = "IconFlutter16";
|
|
10512
10512
|
const D8 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M12 6.5V8H4V6.5zM9 9H4v1.5h5z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M6.379 2.5a1.5 1.5 0 0 1 1.06.44L8 3.5h5.5A1.5 1.5 0 0 1 15 5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12V4a1.5 1.5 0 0 1 1.5-1.5zm1 2.5-1-1H2.5v8h11V5z", clipRule: "evenodd" }))), $8 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(D8, {}) }));
|
|
10513
10513
|
$8.displayName = "IconFolder16";
|
|
10514
|
-
const
|
|
10515
|
-
|
|
10514
|
+
const W8 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M3.5 10H2v3a1 1 0 0 0 1 1h3v-1.5H3.5zM6 3.5V2H3a1 1 0 0 0-1 1v3h1.5V3.5zM12.5 6H14V3a1 1 0 0 0-1-1h-3v1.5h2.5zM10 12.5V14h3a1 1 0 0 0 1-1v-3h-1.5v2.5z" }))), q8 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(W8, {}) }));
|
|
10515
|
+
q8.displayName = "IconFullscreen16";
|
|
10516
10516
|
const G8 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M4.5 14H6v-3a1 1 0 0 0-1-1H2v1.5h2.5zM2 4.5V6h3a1 1 0 0 0 1-1V2H4.5v2.5zM11.5 2H10v3a1 1 0 0 0 1 1h3V4.5h-2.5zM14 11.5V10h-3a1 1 0 0 0-1 1v3h1.5v-2.5z" }))), U8 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(G8, {}) }));
|
|
10517
10517
|
U8.displayName = "IconFullscreenExit16";
|
|
10518
10518
|
const Y8 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M9.5 9.5a1.5 1.5 0 1 1-1.111-1.45l1.58-1.58 1.061 1.06-1.58 1.581q.049.187.05.389" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M15 9.5a6.97 6.97 0 0 1-1.255 4H2.255A7 7 0 1 1 15 9.5M3.617 6.177A5.5 5.5 0 0 0 2.55 8.75H4v1.5H2.55c.085.623.274 1.212.55 1.75h9.8a5.5 5.5 0 0 0 .55-1.75H12v-1.5h1.45a5.5 5.5 0 0 0-1.067-2.573l-.853.853-1.06-1.06.853-.853A5.5 5.5 0 0 0 8.75 4.05V5.5h-1.5V4.05a5.5 5.5 0 0 0-2.573 1.067l.853.853-1.06 1.06z", clipRule: "evenodd" }))), X8 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Y8, {}) }));
|
|
@@ -10565,8 +10565,8 @@ const Fg = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10565
10565
|
_g.displayName = "IconInstall16";
|
|
10566
10566
|
const Dg = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M13.6 3.8A7 7 0 0 0 1 8h1.5a5.5 5.5 0 0 1 9.9-3.3zM13.5 8a5.5 5.5 0 0 0-.483-2.258l1.368-.615C14.78 6.003 15 6.976 15 8a7 7 0 0 1-.804 3.26l-1.328-.698A5.5 5.5 0 0 0 13.5 8M8 13.5a5.49 5.49 0 0 0 4.11-1.846l1.122.997a6.98 6.98 0 0 1-6.178 2.286l.203-1.487q.364.05.743.05M1.189 9.622l1.46-.348q.167.698.497 1.315l-1.324.706a7 7 0 0 1-.633-1.673M5.957 13.108a5.5 5.5 0 0 1-1.846-1.219l-1.06 1.06A7 7 0 0 0 5.4 14.502zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M8 3.75a4.25 4.25 0 1 0 0 8.5 4.25 4.25 0 0 0 0-8.5M5.25 8a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0", clipRule: "evenodd" }))), $g = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Dg, {}) }));
|
|
10567
10567
|
$g.displayName = "IconInteraction16";
|
|
10568
|
-
const
|
|
10569
|
-
|
|
10568
|
+
const Wg = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M10.5 4h-5v1.5h5zM5.5 6.5h5V8h-5zM8.5 9h-3v1.5h3z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M11.945 14.464 10.5 13.5l-1.985 1.191a1 1 0 0 1-1.03 0L5.5 13.5l-1.445.963a1 1 0 0 1-1.555-.831V2.5A1.5 1.5 0 0 1 4 1h8a1.5 1.5 0 0 1 1.5 1.5v11.132a1 1 0 0 1-1.555.832M12 12.697l-1.458-.972L8 13.251l-2.542-1.526L4 12.697V2.5h8z", clipRule: "evenodd" }))), qg = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wg, {}) }));
|
|
10569
|
+
qg.displayName = "IconInvoice16";
|
|
10570
10570
|
const Gg = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.837 5.177q-.14.023-.287.023a1.75 1.75 0 0 1-1.727-2.037 5.6 5.6 0 1 0 2.014 2.014m-1.25-3.189a1.75 1.75 0 0 1 2.424 2.424 7 7 0 1 1-2.424-2.424M8 10.8a2.8 2.8 0 1 1 0-5.6 2.8 2.8 0 0 1 0 5.6", clipRule: "evenodd" })), Ug = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gg, {}) }));
|
|
10571
10571
|
Ug.displayName = "IconIonic16";
|
|
10572
10572
|
const Yg = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M8 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M13 2H1.5v12H3v-3h10a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 13 2m0 1.5H3v6h10z", clipRule: "evenodd" }))), Xg = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Yg, {}) }));
|
|
@@ -10619,8 +10619,8 @@ const F9 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10619
10619
|
_9.displayName = "IconMedal16";
|
|
10620
10620
|
const D9 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M4.75 3.5v3h1.5v-3zM6.75 6.5v-3h1.5v3zM8.75 4v2.5h1.5V4z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M2.5 13.5v-11A1.5 1.5 0 0 1 4 1h5.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V13.5A1.5 1.5 0 0 1 12 15H4a1.5 1.5 0 0 1-1.5-1.5m1.5 0v-11h5.879L12 4.621V13.5z", clipRule: "evenodd" }))), $9 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(D9, {}) }));
|
|
10621
10621
|
$9.displayName = "IconMemory16";
|
|
10622
|
-
const
|
|
10623
|
-
|
|
10622
|
+
const W9 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M1 2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zM6.5 2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM6.5 13a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM12 2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM12 13a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1zM1 13a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zM1 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zM12 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1z" }))), q9 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(W9, {}) }));
|
|
10623
|
+
q9.displayName = "IconMenuGrid16";
|
|
10624
10624
|
const G9 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M1 4.75h14v-1.5H1zM15 8.75H1v-1.5h14zM15 12.75H1v-1.5h14z" }))), U9 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(G9, {}) }));
|
|
10625
10625
|
U9.displayName = "IconMenuHamburger16";
|
|
10626
10626
|
const Y9 = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M4 6h8v1.5H4zM9 8.5H4V10h5z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M4 13h9.5a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3h-11A1.5 1.5 0 0 0 1 4.5v8.632a1 1 0 0 0 1.555.832zm-.454-1.5H13.5v-7h-11v7.697z", clipRule: "evenodd" }))), X9 = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Y9, {}) }));
|
|
@@ -10673,8 +10673,8 @@ const Fm = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10673
10673
|
_m.displayName = "IconPersonWithDesk16";
|
|
10674
10674
|
const Dm = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 5.102v5.796L11.006 8zm-1.5-.868v7.531a1 1 0 0 0 1.501.866l6.504-3.766a1 1 0 0 0 0-1.73L6.001 3.369a1 1 0 0 0-1.501.865", clipRule: "evenodd" })), $m = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Dm, {}) }));
|
|
10675
10675
|
$m.displayName = "IconPlay16";
|
|
10676
|
-
const
|
|
10677
|
-
|
|
10676
|
+
const Wm = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M8.75 7.25V3h-1.5v4.25H3v1.5h4.25V13h1.5V8.75H13v-1.5z" })), qm = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wm, {}) }));
|
|
10677
|
+
qm.displayName = "IconPlus16";
|
|
10678
10678
|
const Gm = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M8.75 7.25h2.75v1.5H8.75v2.75h-1.5V8.75H4.5v-1.5h2.75V4.5h1.5z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11", clipRule: "evenodd" }))), Um = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gm, {}) }));
|
|
10679
10679
|
Um.displayName = "IconPlusCircle16";
|
|
10680
10680
|
const Ym = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m.75-10.5v2.75h2.75v1.5H8.75v2.75h-1.5V8.75H4.5v-1.5h2.75V4.5z", clipRule: "evenodd" })), Xm = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Ym, {}) }));
|
|
@@ -10727,8 +10727,8 @@ const Fv = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10727
10727
|
_v.displayName = "IconSiren16";
|
|
10728
10728
|
const Dv = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M5.03 4.97 8.06 8l-3.03 3.03-1.06-1.06L5.94 8 3.97 6.03z" }), /* @__PURE__ */ n.createElement("path", { d: "M9.03 11.03 12.06 8 9.03 4.97 7.97 6.03 9.94 8 7.97 9.97z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11", clipRule: "evenodd" }))), $v = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Dv, {}) }));
|
|
10729
10729
|
$v.displayName = "IconSkipCircle16";
|
|
10730
|
-
const
|
|
10731
|
-
|
|
10730
|
+
const Wv = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.03 4.97 8.06 8l-3.03 3.03-1.06-1.06L5.94 8 3.97 6.03zm4.5 6.06L8.47 9.97 10.44 8 8.47 6.03l1.06-1.06L12.56 8z", clipRule: "evenodd" })), qv = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Wv, {}) }));
|
|
10731
|
+
qv.displayName = "IconSkipCircleFilled16";
|
|
10732
10732
|
const Gv = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M5.588 1.107A1.398 1.398 0 0 1 7.52 2.4v1.4H6.123a1.398 1.398 0 0 1-.989-2.39c.13-.13.284-.233.454-.303M2.397 4.733h3.726a1.398 1.398 0 0 1 .989 2.39 1.4 1.4 0 0 1-.989.41H2.397a1.398 1.398 0 0 1-1.291-1.935 1.4 1.4 0 0 1 1.291-.865M14.866 5.598a1.4 1.4 0 0 1-.302 1.525 1.4 1.4 0 0 1-.989.41h-1.397v-1.4a1.397 1.397 0 0 1 2.688-.535M11.246 2.4v3.733a1.4 1.4 0 0 1-1.932 1.293 1.4 1.4 0 0 1-.862-1.293V2.4a1.398 1.398 0 1 1 2.794 0M9.85 15a1.398 1.398 0 0 0 1.29-1.935A1.4 1.4 0 0 0 9.85 12.2H8.452v1.4A1.4 1.4 0 0 0 9.849 15M9.85 11.267h3.725a1.398 1.398 0 0 0 1.291-1.936 1.4 1.4 0 0 0-1.291-.864H9.849a1.398 1.398 0 0 0-.989 2.39 1.4 1.4 0 0 0 .99.41M1.106 10.402a1.4 1.4 0 0 1 .302-1.525 1.4 1.4 0 0 1 .99-.41h1.396v1.4a1.399 1.399 0 0 1-2.385.99 1.4 1.4 0 0 1-.303-.455M4.726 13.6V9.867a1.397 1.397 0 1 1 2.794 0V13.6a1.398 1.398 0 1 1-2.794 0" }))), Uv = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Gv, {}) }));
|
|
10733
10733
|
Uv.displayName = "IconSlack16";
|
|
10734
10734
|
const Yv = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ n.createElement("path", { fill: "#44BEDF", d: "M6.123 1a1.398 1.398 0 0 0-1.291 1.935 1.4 1.4 0 0 0 1.291.865H7.52V2.4A1.4 1.4 0 0 0 6.123 1m0 3.733H2.397a1.398 1.398 0 0 0-.988 2.39 1.4 1.4 0 0 0 .988.41h3.726a1.398 1.398 0 0 0 1.291-1.935 1.4 1.4 0 0 0-1.29-.865" }), /* @__PURE__ */ n.createElement("path", { fill: "#2EB67D", d: "M14.972 6.133a1.399 1.399 0 0 0-2.386-.99 1.4 1.4 0 0 0-.408.99v1.4h1.397a1.4 1.4 0 0 0 1.397-1.4m-3.726 0V2.4a1.4 1.4 0 0 0-1.932-1.293A1.4 1.4 0 0 0 8.452 2.4v3.733a1.398 1.398 0 1 0 2.794 0" }), /* @__PURE__ */ n.createElement("path", { fill: "#ECB22E", d: "M9.85 15a1.398 1.398 0 0 0 1.29-1.935 1.4 1.4 0 0 0-1.29-.865H8.451v1.4A1.4 1.4 0 0 0 9.849 15m0-3.733h3.725a1.398 1.398 0 0 0 1.291-1.936 1.4 1.4 0 0 0-1.291-.864H9.849a1.398 1.398 0 0 0-.989 2.39 1.4 1.4 0 0 0 .99.41" }), /* @__PURE__ */ n.createElement("path", { fill: "#E01E5A", d: "M1 9.867a1.399 1.399 0 0 0 2.386.99 1.4 1.4 0 0 0 .408-.99v-1.4H2.397A1.4 1.4 0 0 0 1 9.867m3.726 0V13.6a1.398 1.398 0 1 0 2.794 0V9.867a1.398 1.398 0 1 0-2.794 0" }))), Xv = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Yv, {}) }));
|
|
@@ -10799,9 +10799,9 @@ const Pf = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10799
10799
|
Ff.displayName = "IconTrash16";
|
|
10800
10800
|
const _f = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.8 1.313a.75.75 0 0 1 .445.77L9.838 5.75H13.5a.75.75 0 0 1 .567 1.241l-6.5 7.5a.75.75 0 0 1-1.312-.574l.407-3.667H3a.75.75 0 0 1-.567-1.241l6.5-7.5a.75.75 0 0 1 .868-.196M4.643 8.75H7.5a.75.75 0 0 1 .745.833l-.233 2.105 3.845-4.438H9a.75.75 0 0 1-.745-.833l.233-2.105z", clipRule: "evenodd" })), Df = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(_f, {}) }));
|
|
10801
10801
|
Df.displayName = "IconTrigger16";
|
|
10802
|
-
const $f = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M9.913 4.687a.934.934 0 1 1 .934-1.619.934.934 0 0 1-.934 1.619M3.24 8.934a.934.934 0 1 0 0-1.868.934.934 0 0 0 0 1.868m6.673 2.379a.935.935 0 1 1 .934 1.619.935.935 0 0 1-.934-1.619m-.829-7.227a1.31 1.31 0 0 0 1.762 1.019 4.05 4.05 0 0 1 1.206 2.643H10.72a2.73 2.73 0 0 0-3.86-2.229l-.667-1.155a4.064 4.064 0 0 1 2.893-.278M8 12.06c.375 0 .739-.051 1.084-.146a1.31 1.31 0 0 1 1.762-1.019 4.05 4.05 0 0 0 1.206-2.643H10.72a2.73 2.73 0 0 1-3.86 2.229l-.667 1.155A4.04 4.04 0 0 0 8 12.06M4.069 9.018a1.31 1.31 0 0 0 0-2.036 4.07 4.07 0 0 1 1.687-2.366l.667 1.156A2.73 2.73 0 0 0 5.27 8c0 .92.455 1.734 1.153 2.229l-.667 1.155a4.07 4.07 0 0 1-1.687-2.366", clipRule: "evenodd" })),
|
|
10803
|
-
|
|
10804
|
-
const
|
|
10802
|
+
const $f = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M9.913 4.687a.934.934 0 1 1 .934-1.619.934.934 0 0 1-.934 1.619M3.24 8.934a.934.934 0 1 0 0-1.868.934.934 0 0 0 0 1.868m6.673 2.379a.935.935 0 1 1 .934 1.619.935.935 0 0 1-.934-1.619m-.829-7.227a1.31 1.31 0 0 0 1.762 1.019 4.05 4.05 0 0 1 1.206 2.643H10.72a2.73 2.73 0 0 0-3.86-2.229l-.667-1.155a4.064 4.064 0 0 1 2.893-.278M8 12.06c.375 0 .739-.051 1.084-.146a1.31 1.31 0 0 1 1.762-1.019 4.05 4.05 0 0 0 1.206-2.643H10.72a2.73 2.73 0 0 1-3.86 2.229l-.667 1.155A4.04 4.04 0 0 0 8 12.06M4.069 9.018a1.31 1.31 0 0 0 0-2.036 4.07 4.07 0 0 1 1.687-2.366l.667 1.156A2.73 2.73 0 0 0 5.27 8c0 .92.455 1.734 1.153 2.229l-.667 1.155a4.07 4.07 0 0 1-1.687-2.366", clipRule: "evenodd" })), Wf = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx($f, {}) }));
|
|
10803
|
+
Wf.displayName = "IconUbuntu16";
|
|
10804
|
+
const qf = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#F47421", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14" }), /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M9.57 3.41a.934.934 0 1 0 1.62.935.934.934 0 0 0-1.62-.935M4.175 8a.934.934 0 1 1-1.87 0 .934.934 0 0 1 1.87 0M9.913 11.313a.935.935 0 1 1 .934 1.619.935.935 0 0 1-.934-1.619" }), /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M9.724 5.014a1.31 1.31 0 0 1-.64-.928 4.06 4.06 0 0 0-2.892.278l.667 1.155a2.73 2.73 0 0 1 3.86 2.229h1.333a4.05 4.05 0 0 0-1.206-2.643 1.31 1.31 0 0 1-1.122-.09M8 12.06c.375 0 .739-.051 1.084-.146a1.31 1.31 0 0 1 1.762-1.019 4.05 4.05 0 0 0 1.206-2.643H10.72a2.73 2.73 0 0 1-3.86 2.229l-.667 1.155A4.04 4.04 0 0 0 8 12.06M4.553 8c0 .41-.19.777-.484 1.018.253.982.865 1.82 1.687 2.366l.667-1.155A2.73 2.73 0 0 1 5.27 8c0-.92.455-1.734 1.153-2.228l-.667-1.156a4.07 4.07 0 0 0-1.687 2.366c.295.24.484.607.484 1.018" })), Gf = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(qf, {}) }));
|
|
10805
10805
|
Gf.displayName = "IconUbuntuColor16";
|
|
10806
10806
|
const Uf = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M14.83 6.56 13.334 1 7.753 2.49l-.826 1.452-1.673-.012-4.083 4.071 4.084 4.07 1.675-.013.827 1.452L13.335 15l1.494-5.56L13.981 8zm-3.5-3.477-2.447 4.23H3.985l3.083-3.137zM8.882 8.688l2.449 4.23-4.267-1.096-3.083-3.133H8.88zm1.196-.687 2.45-4.23L13.711 8l-1.184 4.23z" })), Yf = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "16", height: "16", ...e, children: /* @__PURE__ */ r.jsx(Uf, {}) }));
|
|
10807
10807
|
Yf.displayName = "IconUnity3D16";
|
|
@@ -10853,9 +10853,9 @@ const Pp = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10853
10853
|
Fp.displayName = "IconAppStoreColor24";
|
|
10854
10854
|
const _p = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M16.707 13.703 11 19.41l-5.707-5.707 1.414-1.414L10 15.582V7.996a2 2 0 0 1 2-2h6v2h-6v7.586l3.293-3.293z" })), Dp = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_p, {}) }));
|
|
10855
10855
|
Dp.displayName = "IconArrowBackAndDown24";
|
|
10856
|
-
const $p = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M16.707 10.293 11 4.586l-5.707 5.707 1.414 1.414L10 8.414V16a2 2 0 0 0 2 2h6v-2h-6V8.414l3.293 3.293z" })),
|
|
10857
|
-
|
|
10858
|
-
const
|
|
10856
|
+
const $p = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M16.707 10.293 11 4.586l-5.707 5.707 1.414 1.414L10 8.414V16a2 2 0 0 0 2 2h6v-2h-6V8.414l3.293 3.293z" })), Wp = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($p, {}) }));
|
|
10857
|
+
Wp.displayName = "IconArrowBackAndUp24";
|
|
10858
|
+
const qp = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M13 17.086V3h-2v14.086l-4.293-4.293-1.414 1.414L12 20.914l6.707-6.707-1.414-1.414z" })), Gp = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qp, {}) }));
|
|
10859
10859
|
Gp.displayName = "IconArrowDown24";
|
|
10860
10860
|
const Up = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M7.293 13.703 13 19.41l5.707-5.707-1.414-1.414L14 15.582V7.996a2 2 0 0 0-2-2H6v2h6v7.586l-3.293-3.293z" })), Yp = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(Up, {}) }));
|
|
10861
10861
|
Yp.displayName = "IconArrowForwardAndDown24";
|
|
@@ -10907,9 +10907,9 @@ const Pw = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10907
10907
|
Fw.displayName = "IconBitbucketWhite24";
|
|
10908
10908
|
const _w = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 0 1-12.906 6.32L18.32 7.094A7.97 7.97 0 0 1 20 12M5.68 16.906 16.906 5.68A8 8 0 0 0 5.68 16.905", clipRule: "evenodd" })), Dw = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_w, {}) }));
|
|
10909
10909
|
Dw.displayName = "IconBlockCircle24";
|
|
10910
|
-
const $w = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M4.5 5a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v15.5a1 1 0 0 1-1 1h-4v-2h3v-2h-10a1 1 0 1 0 0 2v2a3 3 0 0 1-3-3zm13-1v9.5h-10c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1z", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { d: "M11 20.5 8.5 22v-5h5v5z" }))),
|
|
10911
|
-
|
|
10912
|
-
const
|
|
10910
|
+
const $w = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M4.5 5a3 3 0 0 1 3-3h11a1 1 0 0 1 1 1v15.5a1 1 0 0 1-1 1h-4v-2h3v-2h-10a1 1 0 1 0 0 2v2a3 3 0 0 1-3-3zm13-1v9.5h-10c-.35 0-.687.06-1 .17V5a1 1 0 0 1 1-1z", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { d: "M11 20.5 8.5 22v-5h5v5z" }))), Ww = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($w, {}) }));
|
|
10911
|
+
Ww.displayName = "IconBook24";
|
|
10912
|
+
const qw = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "m6.293 12.707 1.414-1.414L11 14.586V6h2v8.586l3.293-3.293 1.414 1.414L12 18.414z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm16 2H4v16h16z", clipRule: "evenodd" }))), Gw = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qw, {}) }));
|
|
10913
10913
|
Gw.displayName = "IconBoxArrowDown24";
|
|
10914
10914
|
const Uw = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2 0h16v16H4z", clipRule: "evenodd" }))), Yw = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(Uw, {}) }));
|
|
10915
10915
|
Yw.displayName = "IconBoxDot24";
|
|
@@ -10961,9 +10961,9 @@ const PE = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
10961
10961
|
FE.displayName = "IconCircleHalfFilled24";
|
|
10962
10962
|
const _E = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M11 7v7l1.447.894 4-2-.894-1.788L13 12.382V7z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0", clipRule: "evenodd" }))), DE = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_E, {}) }));
|
|
10963
10963
|
DE.displayName = "IconClock24";
|
|
10964
|
-
const $E = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "m13.051 5.684-4 12 1.898.632 4-12zM17.207 7.293 21.914 12l-4.707 4.707-1.414-1.414L19.086 12l-3.293-3.293zM6.793 16.707 2.086 12l4.707-4.707 1.414 1.414L4.914 12l3.293 3.293z" }))),
|
|
10965
|
-
|
|
10966
|
-
const
|
|
10964
|
+
const $E = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "m13.051 5.684-4 12 1.898.632 4-12zM17.207 7.293 21.914 12l-4.707 4.707-1.414-1.414L19.086 12l-3.293-3.293zM6.793 16.707 2.086 12l4.707-4.707 1.414 1.414L4.914 12l3.293 3.293z" }))), WE = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($E, {}) }));
|
|
10965
|
+
WE.displayName = "IconCode24";
|
|
10966
|
+
const qE = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M18 2c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2v-7h2v7h10V4H8v3H6V4c0-1.1.9-2 2-2z" }), /* @__PURE__ */ n.createElement("path", { d: "M14 18h-2v-2h2zM15.414 10l-4.207 4.207-1.414-1.414L11.586 11H5V9h6.586L9.793 7.207l1.414-1.414zM4 11H2V9h2z" }))), GE = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qE, {}) }));
|
|
10967
10967
|
GE.displayName = "IconCodePush24";
|
|
10968
10968
|
const UE = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "m11.5 12.56 3.53-3.53-1.06-1.06-2.47 2.47-1.47-1.47-1.06 1.06z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12.278 17.42a1.5 1.5 0 0 1-.556 0l-2.124 3.678-5.196-3 1.972-3.416a1.5 1.5 0 0 1-.077-.428l-.062-1.866-1.276-1.363a1.5 1.5 0 0 1 0-2.05l1.276-1.363.062-1.866a1.5 1.5 0 0 1 1.45-1.45l1.865-.061 1.363-1.276a1.5 1.5 0 0 1 2.05 0l1.363 1.276 1.866.062a1.5 1.5 0 0 1 1.45 1.45l.061 1.865 1.276 1.363a1.5 1.5 0 0 1 0 2.05l-1.276 1.363-.062 1.866q-.008.225-.077.429l1.972 3.415-5.196 3zM12 15.26l-1.57-1.47-2.15-.07-.07-2.15L6.74 10l1.47-1.57.07-2.15 2.15-.071L12 4.739l1.57 1.47 2.15.071.071 2.15 1.47 1.57-1.47 1.57-.071 2.15-2.15.07zm1.897.964 1.237 2.142 1.732-1-.953-1.652-1.525.05zm-4.285-.46.49.46-1.236 2.142-1.732-1 .953-1.652z", clipRule: "evenodd" }))), YE = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(UE, {}) }));
|
|
10969
10969
|
YE.displayName = "IconCodeSigning24";
|
|
@@ -11015,9 +11015,9 @@ const Px = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11015
11015
|
Fx.displayName = "IconDotnetColor24";
|
|
11016
11016
|
const _x = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M2.719 16.226q-.3 0-.51-.2A.66.66 0 0 1 2 15.54q0-.287.21-.491a.7.7 0 0 1 .509-.205q.304 0 .514.205.214.204.214.49a.65.65 0 0 1-.214.487.72.72 0 0 1-.514.2M10.7 16.113H9.402l-3.419-5.394a2.4 2.4 0 0 1-.215-.425h-.03q.04.236.04 1.008v4.81H4.631V8.776h1.382l3.304 5.265q.21.329.27.45h.02q-.05-.291-.05-.987V8.775H10.7zM16.29 16.113h-4.018V8.775h3.858v1.033h-2.67v2.078h2.46v1.029h-2.46v2.17h2.83zM22 9.808h-2.056v6.305h-1.188V9.808h-2.052V8.775H22z" }))), Dx = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_x, {}) }));
|
|
11017
11017
|
Dx.displayName = "IconDotnetText24";
|
|
11018
|
-
const $x = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "#512BD4" }, /* @__PURE__ */ n.createElement("path", { d: "M2.719 16.226q-.3 0-.51-.2A.66.66 0 0 1 2 15.54q0-.287.21-.491a.7.7 0 0 1 .509-.205q.304 0 .514.205.214.204.214.49a.65.65 0 0 1-.214.487.72.72 0 0 1-.514.2M10.7 16.113H9.402l-3.419-5.394a2.4 2.4 0 0 1-.215-.425h-.03q.04.236.04 1.008v4.81H4.631V8.776h1.382l3.304 5.265q.21.329.27.45h.02q-.05-.291-.05-.987V8.775H10.7zM16.29 16.113h-4.018V8.775h3.858v1.033h-2.67v2.078h2.46v1.029h-2.46v2.17h2.83zM22 9.808h-2.056v6.305h-1.188V9.808h-2.052V8.775H22z" }))),
|
|
11019
|
-
|
|
11020
|
-
const
|
|
11018
|
+
const $x = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "#512BD4" }, /* @__PURE__ */ n.createElement("path", { d: "M2.719 16.226q-.3 0-.51-.2A.66.66 0 0 1 2 15.54q0-.287.21-.491a.7.7 0 0 1 .509-.205q.304 0 .514.205.214.204.214.49a.65.65 0 0 1-.214.487.72.72 0 0 1-.514.2M10.7 16.113H9.402l-3.419-5.394a2.4 2.4 0 0 1-.215-.425h-.03q.04.236.04 1.008v4.81H4.631V8.776h1.382l3.304 5.265q.21.329.27.45h.02q-.05-.291-.05-.987V8.775H10.7zM16.29 16.113h-4.018V8.775h3.858v1.033h-2.67v2.078h2.46v1.029h-2.46v2.17h2.83zM22 9.808h-2.056v6.305h-1.188V9.808h-2.052V8.775H22z" }))), Wx = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($x, {}) }));
|
|
11019
|
+
Wx.displayName = "IconDotnetTextColor24";
|
|
11020
|
+
const qx = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ n.createElement("path", { d: "M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0" }), /* @__PURE__ */ n.createElement("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0" }))), Gx = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qx, {}) }));
|
|
11021
11021
|
Gx.displayName = "IconDoubleCircle24";
|
|
11022
11022
|
const Ux = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M16.293 9.293 13 12.586V4h-2v8.586L7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707zM4 18v2h16v-2z" }))), Yx = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(Ux, {}) }));
|
|
11023
11023
|
Yx.displayName = "IconDownload24";
|
|
@@ -11069,9 +11069,9 @@ const PC = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11069
11069
|
FC.displayName = "IconGitlab24";
|
|
11070
11070
|
const _C = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#E24329", d: "m21.667 9.994-.028-.072-2.722-7.104a.71.71 0 0 0-.704-.446.73.73 0 0 0-.41.153.73.73 0 0 0-.241.367l-1.838 5.623H8.281L6.443 2.892a.7.7 0 0 0-.241-.368.73.73 0 0 0-.833-.044.7.7 0 0 0-.28.337L2.36 9.918l-.027.072a5.055 5.055 0 0 0 1.677 5.842l.009.007.025.018 4.147 3.105 2.051 1.553 1.25.944a.84.84 0 0 0 1.016 0l1.25-.944 2.051-1.553 4.172-3.124.01-.008a5.06 5.06 0 0 0 1.675-5.836" }), /* @__PURE__ */ n.createElement("path", { fill: "#FC6D26", d: "m21.667 9.994-.028-.072a9.2 9.2 0 0 0-3.66 1.646L12 16.088l3.808 2.879 4.172-3.124.01-.009a5.056 5.056 0 0 0 1.677-5.84" }), /* @__PURE__ */ n.createElement("path", { fill: "#FCA326", d: "m8.192 18.967 2.051 1.552 1.25.944a.84.84 0 0 0 1.016 0l1.25-.944 2.051-1.552s-1.774-1.343-3.81-2.879c-2.036 1.536-3.808 2.879-3.808 2.879" }), /* @__PURE__ */ n.createElement("path", { fill: "#FC6D26", d: "M6.02 11.568a9.2 9.2 0 0 0-3.659-1.65l-.027.072a5.055 5.055 0 0 0 1.677 5.842l.009.007.025.018 4.147 3.105L12 16.084z" })), DC = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_C, {}) }));
|
|
11071
11071
|
DC.displayName = "IconGitlabColor24";
|
|
11072
|
-
const $C = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "m21.668 9.995-.028-.072-2.722-7.105a.71.71 0 0 0-.704-.446.73.73 0 0 0-.41.154.73.73 0 0 0-.241.366l-1.838 5.624H8.28L6.443 2.892a.7.7 0 0 0-.241-.367.73.73 0 0 0-.833-.045.7.7 0 0 0-.28.337L2.36 9.92l-.027.071a5.055 5.055 0 0 0 1.677 5.843l.009.007.025.018 4.147 3.105 2.051 1.553 1.25.944a.84.84 0 0 0 1.017 0l1.25-.944 2.05-1.553 4.173-3.124.01-.008a5.06 5.06 0 0 0 1.675-5.836" })),
|
|
11073
|
-
|
|
11074
|
-
const
|
|
11072
|
+
const $C = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "m21.668 9.995-.028-.072-2.722-7.105a.71.71 0 0 0-.704-.446.73.73 0 0 0-.41.154.73.73 0 0 0-.241.366l-1.838 5.624H8.28L6.443 2.892a.7.7 0 0 0-.241-.367.73.73 0 0 0-.833-.045.7.7 0 0 0-.28.337L2.36 9.92l-.027.071a5.055 5.055 0 0 0 1.677 5.843l.009.007.025.018 4.147 3.105 2.051 1.553 1.25.944a.84.84 0 0 0 1.017 0l1.25-.944 2.05-1.553 4.173-3.124.01-.008a5.06 5.06 0 0 0 1.675-5.836" })), WC = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($C, {}) }));
|
|
11073
|
+
WC.displayName = "IconGitlabWhite24";
|
|
11074
|
+
const qC = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0c0 .69-.087 1.36-.252 2H16.41a22 22 0 0 0 0-4h3.338c.165.64.252 1.31.252 2m-5.6-2a19.899 19.899 0 0 1 0 4H9.6a19.917 19.917 0 0 1 0-4zm1.726-2h2.804a8.03 8.03 0 0 0-3.908-3.41c.468.944.847 2.105 1.104 3.41M12 4h-.003a.2.2 0 0 0-.077.024c-.06.027-.164.089-.303.22-.288.27-.638.755-.976 1.506A11.8 11.8 0 0 0 9.918 8h4.164a11.8 11.8 0 0 0-.724-2.25c-.338-.75-.688-1.236-.976-1.507a1.2 1.2 0 0 0-.303-.22.2.2 0 0 0-.078-.023M7.874 8c.257-1.305.636-2.466 1.104-3.41A8.03 8.03 0 0 0 5.07 8zm-.284 2a22 22 0 0 0 0 4H4.252A8 8 0 0 1 4 12c0-.69.088-1.36.252-2zm.284 6H5.07a8.03 8.03 0 0 0 3.908 3.41c-.468-.944-.847-2.105-1.104-3.41m4.124 4h.004c.006 0 .03-.002.077-.024.06-.027.164-.089.303-.22.288-.27.638-.755.976-1.506.285-.632.533-1.392.724-2.25H9.918c.191.858.44 1.618.724 2.25.338.75.688 1.236.976 1.507.139.13.243.192.303.22.048.021.07.023.077.023m4.128-4c-.257 1.305-.636 2.466-1.104 3.41A8.03 8.03 0 0 0 18.93 16z", clipRule: "evenodd" })), GC = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qC, {}) }));
|
|
11075
11075
|
GC.displayName = "IconGlobe24";
|
|
11076
11076
|
const UC = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M13.595 10.325c-.229.06-.46.122-.728.19l-.016.005c-.13.035-.144.039-.266-.102-.146-.165-.253-.272-.458-.37-.613-.302-1.207-.214-1.762.146-.663.429-1.003 1.062-.994 1.85.01.78.546 1.422 1.315 1.53.662.087 1.217-.147 1.655-.643.065-.08.125-.165.191-.259l.072-.102h-1.88c-.204 0-.252-.126-.184-.292.127-.302.36-.808.497-1.061a.26.26 0 0 1 .243-.156h3.134c.14-.446.369-.867.673-1.266.711-.935 1.568-1.422 2.727-1.626.993-.175 1.928-.078 2.775.497.77.525 1.247 1.236 1.373 2.171.166 1.315-.214 2.386-1.12 3.301-.642.652-1.431 1.062-2.337 1.246a5 5 0 0 1-.515.063l-.264.025c-.886-.02-1.694-.272-2.376-.857a3.06 3.06 0 0 1-.973-1.516q-.17.345-.41.66c-.7.924-1.616 1.499-2.775 1.655-.954.126-1.84-.059-2.62-.643-.72-.545-1.129-1.266-1.236-2.162-.126-1.061.185-2.015.828-2.853.691-.905 1.607-1.48 2.726-1.684.916-.166 1.792-.059 2.581.477.516.34.886.808 1.13 1.373.058.087.019.136-.098.165a82 82 0 0 0-.908.238m6.442 1.109.007.104c-.049.838-.468 1.46-1.237 1.86-.516.263-1.051.292-1.587.059a1.604 1.604 0 0 1-.896-1.84c.214-.916.799-1.49 1.704-1.695.925-.215 1.811.33 1.987 1.295.014.069.017.138.022.217", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { d: "M3.51 10.263c-.04 0-.05-.02-.03-.05l.205-.262c.019-.03.068-.049.107-.049h3.476c.039 0 .049.03.03.059l-.166.253c-.02.029-.068.058-.098.058zM2.039 11.158c-.039 0-.049-.02-.03-.048l.205-.263c.02-.03.068-.049.107-.049h4.44c.04 0 .06.03.05.059l-.078.233c-.01.04-.05.059-.088.059zM4.366 11.996c-.02.03-.01.058.03.058l2.122.01c.03 0 .068-.03.068-.068l.02-.234c0-.039-.02-.068-.058-.068H4.6c-.039 0-.078.03-.097.058z" }))), YC = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(UC, {}) }));
|
|
11077
11077
|
YC.displayName = "IconGo24";
|
|
@@ -11123,9 +11123,9 @@ const Py = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11123
11123
|
Fy.displayName = "IconJavaDuke24";
|
|
11124
11124
|
const _y = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#000", fillRule: "evenodd", d: "M16.594 19.098c.007-2.28-.55-4.432-1.386-6.359-.216-.748-.116-1.63.297-2.22.257-.366.241-.992.227-1.576-.01-.432-.02-.841.08-1.106.1-.263.256-.384.416-.508.22-.171.448-.348.55-.91.073-.393-.008-.736-.092-1.087-.122-.515-.249-1.048.1-1.78.586-1.23-.335-1.223-.74-.923-.322.238-.452.75-.576 1.238q-.047.189-.098.366c-.246-.27-.32-.717-.391-1.137-.088-.52-.169-1.001-.561-1.056-.666-.093-.675.24-.689.7l-.002.09c-.018.504.066.864.293 1.731-.344-.262-.523-.664-.676-1.005-.19-.426-.34-.76-.713-.62-.674.25-.496.835-.255 1.473.24.639.562 1.252 1.11 1.806-.614.102-1.438.373-1.215 1.015.15.432.432.355.745.268.153-.041.313-.085.47-.074.239.018.444.147.649.277s.41.259.65.277c.477.035.585.973.543 1.717-.038.681-.87 1.165-1.307.734-1.98-3.337-4.557-5.667-5.63-6.273.324.687.216 4.647-.082 7.302-.24 1.246-.714 1.882-1.087 2.382-.28.375-.502.673-.528 1.094-.032.54.06.824.151 1.109.084.26.168.522.157.979-.015.577-.328.947-.595 1.263-.176.208-.332.393-.372.598-.101.518.433.684.743.684.09 0 .181-.117.267-.304q-.044.503-.068.985c-.049.966.098 1.347.723 1.347.482 0 1.022-.45 1.623-.952.773-.644 1.647-1.373 2.634-1.344 1.037.032 1.657.962 2.16 1.717.35.526.643.967.981.96.824-.018 1.487-.307 1.494-2.878m-9.173-2.73q-.054-.158-.114-.305c-.1-.251-.192-.485-.192-.734 0-.58.729-1.625.646-.82-.12.6-.235 1.225-.34 1.859", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("path", { fill: "#fff", d: "M13.033 9.932q.095.225.12.492c.068 1.096-.702 2.017-1.744 2.262-.762.18-1.692-.057-2.112-.775l-.061-.112-.005.003q-.195.136-.381.262l-.133.635c-.477 2.25-1.746 8.243-.974 8.328.354.039.768-.342 1.272-.805.73-.671 1.65-1.515 2.843-1.505 1.346.012 2.149 1.214 2.68 2.009.266.398.464.695.629.689l.088-.002c.442-.004.731-.007.78-2.861.053-3.04-1.783-6.922-2.868-8.632z" }), /* @__PURE__ */ n.createElement("path", { fill: "url(#a)", d: "M12.77 10.738c-.073.766-.676 1.38-1.403 1.559-.77.188-1.619-.11-1.895-.91-.142-.408-.115-.827.127-1.185.205-.302.535-.539.862-.689.675-.31 1.64-.344 2.11.347.178.262.21.57.199.878" }), /* @__PURE__ */ n.createElement("path", { fill: "#000", fillRule: "evenodd", d: "M13.775 2.427c-.013.093-.016.198-.02.313l-.002.09c-.017.5.065.857.292 1.725l.018.068-.056-.042c-.348-.267-.53-.673-.682-1.013l-.001-.002c-.096-.214-.18-.4-.284-.515a.36.36 0 0 0-.171-.113.37.37 0 0 0-.228.02.73.73 0 0 0-.347.238.58.58 0 0 0-.107.332c-.01.252.093.553.214.873.24.636.56 1.246 1.104 1.796l.033.034-.046.008c-.307.05-.662.144-.913.302a.7.7 0 0 0-.275.285.5.5 0 0 0-.008.396c.037.106.081.178.13.227a.3.3 0 0 0 .163.085c.122.023.265-.016.423-.06h.002c.151-.041.315-.086.476-.074.245.018.454.15.657.278l.003.002c.206.13.406.256.638.273.128.01.23.08.31.189.08.108.138.255.179.423.082.335.099.758.078 1.131-.02.35-.243.649-.517.804-.273.156-.603.172-.832-.053l-.002-.003-.002-.002a23.5 23.5 0 0 0-3.152-4.157C9.863 5.25 8.982 4.533 8.441 4.212q.045.131.077.342c.028.18.05.403.065.658.03.51.039 1.153.027 1.857a50 50 0 0 1-.275 4.392v.002c-.241 1.25-.718 1.89-1.092 2.392-.28.375-.497.668-.522 1.08-.033.535.058.816.149 1.1.084.262.17.526.158.987-.015.586-.333.962-.6 1.278l-.001.001c-.088.104-.17.202-.235.298a.8.8 0 0 0-.131.289.5.5 0 0 0 .028.31c.038.084.101.15.178.201.155.103.361.144.513.144q.053.001.117-.074a1 1 0 0 0 .128-.217l.047.013q-.045.502-.069.984c-.024.483.001.814.106 1.023a.5.5 0 0 0 .22.226.8.8 0 0 0 .373.072c.234 0 .485-.11.754-.284s.553-.41.854-.662c.386-.322.8-.667 1.24-.927s.91-.437 1.41-.422c.526.016.946.26 1.296.594.35.332.631.756.882 1.133.176.264.336.504.494.677s.31.275.468.272c.409-.009.77-.085 1.033-.47.265-.39.433-1.098.437-2.383.007-2.276-.55-4.425-1.384-6.349v-.001l-.001-.002c-.218-.754-.117-1.644.3-2.24.125-.179.185-.422.211-.696s.019-.574.012-.866v-.001c-.005-.216-.01-.427-.002-.617a1.7 1.7 0 0 1 .084-.498c.102-.27.262-.394.422-.518.111-.086.22-.171.316-.304.094-.132.176-.313.227-.591.071-.388-.009-.726-.092-1.078-.123-.516-.251-1.055.101-1.795.146-.306.196-.532.186-.693s-.078-.258-.174-.31a.55.55 0 0 0-.357-.041.9.9 0 0 0-.359.15c-.156.116-.266.299-.354.516-.088.216-.15.465-.213.71q-.047.187-.097.366l-.012.042-.03-.032a1.3 1.3 0 0 1-.266-.522c-.06-.2-.096-.417-.131-.627-.044-.262-.086-.51-.165-.698s-.191-.313-.376-.339c-.33-.046-.486.016-.565.133a.54.54 0 0 0-.076.23m.036-.258c.095-.141.277-.2.612-.153.208.029.332.171.414.368.081.195.123.447.167.706v.002c.036.21.072.426.13.622.053.18.124.342.227.47q.044-.158.085-.323c.062-.244.126-.496.215-.716s.204-.413.37-.536a.9.9 0 0 1 .38-.16.6.6 0 0 1 .388.046c.112.062.189.175.2.35.01.174-.044.409-.191.718-.345.724-.22 1.249-.098 1.763v.002c.083.35.166.697.093 1.096-.052.283-.136.471-.236.61-.1.14-.214.228-.324.313v.001c-.16.124-.31.241-.408.497a1.6 1.6 0 0 0-.08.483c-.01.189-.004.398.001.614v.001c.008.292.015.595-.012.872-.026.277-.087.53-.22.719-.407.582-.507 1.455-.293 2.197.836 1.928 1.394 4.083 1.387 6.367-.003 1.286-.17 2.008-.445 2.41-.276.406-.658.483-1.072.492-.18.004-.344-.112-.505-.288-.16-.176-.322-.419-.496-.68l-.001-.002c-.252-.378-.531-.797-.876-1.126s-.754-.565-1.264-.58c-.488-.015-.948.158-1.385.415-.436.258-.847.6-1.233.923H9.34c-.3.25-.586.49-.858.666-.272.175-.532.291-.78.291a.9.9 0 0 1-.395-.077.54.54 0 0 1-.24-.247c-.113-.223-.137-.566-.112-1.049q.02-.422.058-.86a1 1 0 0 1-.08.115c-.045.055-.097.09-.153.09-.158 0-.375-.041-.54-.151a.54.54 0 0 1-.195-.22.55.55 0 0 1-.032-.341.85.85 0 0 1 .139-.308c.067-.099.15-.198.238-.3v-.002c.268-.317.575-.68.59-1.248a2.6 2.6 0 0 0-.156-.97 2.6 2.6 0 0 1-.152-1.118c.026-.429.253-.732.53-1.104l.002-.004c.373-.499.844-1.131 1.083-2.37.149-1.327.25-2.98.274-4.386.012-.704.004-1.346-.026-1.854a7 7 0 0 0-.064-.653 1.6 1.6 0 0 0-.1-.396l-.033-.07.066.038c.54.305 1.455 1.041 2.481 2.117a23.5 23.5 0 0 1 3.157 4.163c.208.203.512.192.772.044a.97.97 0 0 0 .492-.765c.021-.37.005-.788-.076-1.117a1.2 1.2 0 0 0-.17-.405c-.074-.1-.165-.16-.276-.169-.245-.018-.454-.15-.657-.279l-.003-.001c-.206-.13-.406-.256-.638-.274-.152-.01-.308.032-.461.074l-.004.001c-.154.042-.307.084-.44.06a.35.35 0 0 1-.189-.1.6.6 0 0 1-.141-.245.56.56 0 0 1 .01-.433.76.76 0 0 1 .293-.306c.246-.155.586-.248.884-.3-.531-.549-.846-1.154-1.083-1.78-.12-.319-.226-.63-.217-.893a.63.63 0 0 1 .118-.359.8.8 0 0 1 .368-.254.4.4 0 0 1 .257-.023c.075.02.139.066.195.128.11.122.196.314.29.524l.002.004c.144.323.31.692.612.95-.213-.816-.293-1.173-.276-1.667l.003-.09v-.001q.003-.172.02-.318a.6.6 0 0 1 .084-.25m-2.22 7.167a2.2 2.2 0 0 0-1.12.2c-.324.149-.65.383-.852.68-.237.35-.264.761-.124 1.163.27.784 1.105 1.08 1.866.894.718-.176 1.313-.783 1.384-1.536.011-.307-.02-.608-.194-.863-.23-.338-.581-.5-.96-.538m1 .51c.183.268.214.583.203.893v.002c-.074.777-.686 1.4-1.422 1.58-.777.19-1.642-.111-1.923-.926-.143-.414-.117-.84.13-1.207.208-.307.543-.546.872-.697.34-.156.755-.244 1.144-.204.39.04.756.206.996.559m.589.049.007.012c.544.857 1.275 2.256 1.864 3.822.588 1.565 1.035 3.299 1.009 4.823-.012.714-.04 1.25-.08 1.653-.042.402-.097.673-.165.855s-.15.278-.248.328c-.095.047-.2.048-.31.05h-.002l-.088.001a.24.24 0 0 1-.145-.053 1 1 0 0 1-.15-.148c-.104-.124-.22-.299-.353-.497v-.001c-.267-.398-.599-.895-1.031-1.294-.433-.399-.965-.698-1.63-.704-1.183-.01-2.095.826-2.827 1.498v.001c-.252.23-.482.443-.694.592s-.41.239-.596.218c-.057-.006-.103-.04-.14-.093a.6.6 0 0 1-.08-.216 3.3 3.3 0 0 1-.042-.737c.018-.61.119-1.439.259-2.334.28-1.791.717-3.852.955-4.977.058-.272.104-.49.133-.635l.002-.01.008-.005.382-.262.027-.018.012.024.06.11c.414.706 1.331.942 2.086.765 1.032-.244 1.793-1.155 1.726-2.236a1.7 1.7 0 0 0-.118-.486l-.013-.03.033-.003q.068-.008.134-.012zm-.112.058q.085.216.11.47c.068 1.108-.711 2.04-1.764 2.287-.768.181-1.711-.057-2.138-.787l-.049-.088-.355.244-.132.625c-.238 1.125-.674 3.185-.954 4.974-.14.895-.241 1.721-.259 2.329-.009.304.003.551.04.725a.6.6 0 0 0 .075.198q.045.067.104.073c.168.018.353-.063.563-.21.21-.148.437-.357.69-.589l.003-.003c.728-.669 1.653-1.518 2.856-1.508.681.006 1.224.313 1.662.717s.773.904 1.038 1.301v.001c.134.2.249.372.351.494q.076.092.142.14.064.047.115.044l.088-.001c.112-.002.207-.003.292-.045.082-.042.158-.126.224-.302s.12-.441.16-.842c.042-.4.069-.935.081-1.649.026-1.515-.418-3.242-1.006-4.805-.585-1.555-1.31-2.946-1.85-3.8zm-5.287 4.33a.7.7 0 0 1 .005.228v.002c-.121.6-.237 1.226-.34 1.859l-.047.004a7 7 0 0 0-.115-.304v-.002c-.1-.25-.193-.488-.193-.74 0-.15.047-.328.114-.496.068-.169.157-.33.245-.449a1 1 0 0 1 .128-.142c.04-.033.08-.056.12-.052.043.005.07.04.083.092m-.53.57c-.067.165-.112.336-.112.476 0 .243.09.473.19.725q.043.106.084.217c.1-.602.21-1.196.324-1.767a.7.7 0 0 0-.003-.21c-.011-.042-.028-.053-.041-.054q-.027-.004-.085.04a.8.8 0 0 0-.12.134 2 2 0 0 0-.238.438", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("radialGradient", { id: "a", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.66388 0 0 2.68604 10.218 10.202)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ n.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.06, stopColor: "#FBC8B4" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.071, stopColor: "#FBC3B0" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.183, stopColor: "#F7978B" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.299, stopColor: "#F4716B" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.42, stopColor: "#F15251" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.545, stopColor: "#EF3A3D" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.678, stopColor: "#EE292F" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.822, stopColor: "#ED1F27" }), /* @__PURE__ */ n.createElement("stop", { offset: 1, stopColor: "#ED1C24" })))), Dy = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_y, {}) }));
|
|
11125
11125
|
Dy.displayName = "IconJavaDukeColor24";
|
|
11126
|
-
const $y = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.383 10.968 4.207 2.793 2.793 4.207 4.086 5.5 2.293 7.293l1.414 1.414L5.5 6.914 7.086 8.5l-1.793 1.793 1.414 1.414L8.5 9.914l2.468 2.468a5.5 5.5 0 1 0 1.414-1.414M15.5 19a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7", clipRule: "evenodd" })),
|
|
11127
|
-
|
|
11128
|
-
const
|
|
11126
|
+
const $y = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.383 10.968 4.207 2.793 2.793 4.207 4.086 5.5 2.293 7.293l1.414 1.414L5.5 6.914 7.086 8.5l-1.793 1.793 1.414 1.414L8.5 9.914l2.468 2.468a5.5 5.5 0 1 0 1.414-1.414M15.5 19a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7", clipRule: "evenodd" })), Wy = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($y, {}) }));
|
|
11127
|
+
Wy.displayName = "IconKey24";
|
|
11128
|
+
const qy = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M22 22H2V2h20l-10 9.998z" })), Gy = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qy, {}) }));
|
|
11129
11129
|
Gy.displayName = "IconKotlin24";
|
|
11130
11130
|
const Uy = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "url(#a)", d: "M22 22H2V2h20l-10 9.996z" }), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("linearGradient", { id: "a", x1: 21.998, x2: 1.994, y1: 1.998, y2: 21.994, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ n.createElement("stop", { offset: 3e-3, stopColor: "#E44857" }), /* @__PURE__ */ n.createElement("stop", { offset: 0.469, stopColor: "#C711E1" }), /* @__PURE__ */ n.createElement("stop", { offset: 1, stopColor: "#7F52FF" })))), Yy = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(Uy, {}) }));
|
|
11131
11131
|
Yy.displayName = "IconKotlinColor24";
|
|
@@ -11177,9 +11177,9 @@ const PI = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11177
11177
|
FI.displayName = "IconMicrophone24";
|
|
11178
11178
|
const _I = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 13H6v-2h12z", clipRule: "evenodd" })), DI = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_I, {}) }));
|
|
11179
11179
|
DI.displayName = "IconMinus24";
|
|
11180
|
-
const $I = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M7 13h10v-2H7z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0", clipRule: "evenodd" }))),
|
|
11181
|
-
|
|
11182
|
-
const
|
|
11180
|
+
const $I = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M7 13h10v-2H7z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-2 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0", clipRule: "evenodd" }))), WI = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($I, {}) }));
|
|
11181
|
+
WI.displayName = "IconMinusCircle24";
|
|
11182
|
+
const qI = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m-5-9h10v-2H7z", clipRule: "evenodd" })), GI = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qI, {}) }));
|
|
11183
11183
|
GI.displayName = "IconMinusCircleFilled24";
|
|
11184
11184
|
const UI = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M11 19h2v-2h-2z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M5.5 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2zm2 0h9v16h-9z", clipRule: "evenodd" }))), YI = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(UI, {}) }));
|
|
11185
11185
|
YI.displayName = "IconMobile24";
|
|
@@ -11231,9 +11231,9 @@ const Pb = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11231
11231
|
Fb.displayName = "IconPull24";
|
|
11232
11232
|
const _b = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12 2.086-4.95 4.95L8.464 8.45 11 5.914v10.257A3.001 3.001 0 0 0 12 22a3 3 0 0 0 1-5.83V5.915l2.536 2.536 1.414-1.414zM12 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2", clipRule: "evenodd" })), Db = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(_b, {}) }));
|
|
11233
11233
|
Db.displayName = "IconPush24";
|
|
11234
|
-
const $b = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.5 5.182a3.182 3.182 0 1 1 6.364 0v.636h4.318v4.91h.636a3.182 3.182 0 1 1 0 6.363h-.636V19a3 3 0 0 1-3 3h-3.318v-2.636a1.182 1.182 0 1 0-2.364 0V22H5a3 3 0 0 1-3-3v-3.91h2.636a1.182 1.182 0 1 0 0-2.363H2V8.818a3 3 0 0 1 3-3h2.5zM10.682 4C10.029 4 9.5 4.53 9.5 5.182v2.636H5a1 1 0 0 0-1 1v1.91h.636a3.182 3.182 0 1 1 0 6.363H4V19a1 1 0 0 0 1 1h2.5v-.636a3.182 3.182 0 0 1 6.364 0V20h1.318a1 1 0 0 0 1-1v-3.91h2.636a1.182 1.182 0 1 0 0-2.363h-2.636V7.818h-4.318V5.182c0-.653-.53-1.182-1.182-1.182", clipRule: "evenodd" })),
|
|
11235
|
-
|
|
11236
|
-
const
|
|
11234
|
+
const $b = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.5 5.182a3.182 3.182 0 1 1 6.364 0v.636h4.318v4.91h.636a3.182 3.182 0 1 1 0 6.363h-.636V19a3 3 0 0 1-3 3h-3.318v-2.636a1.182 1.182 0 1 0-2.364 0V22H5a3 3 0 0 1-3-3v-3.91h2.636a1.182 1.182 0 1 0 0-2.363H2V8.818a3 3 0 0 1 3-3h2.5zM10.682 4C10.029 4 9.5 4.53 9.5 5.182v2.636H5a1 1 0 0 0-1 1v1.91h.636a3.182 3.182 0 1 1 0 6.363H4V19a1 1 0 0 0 1 1h2.5v-.636a3.182 3.182 0 0 1 6.364 0V20h1.318a1 1 0 0 0 1-1v-3.91h2.636a1.182 1.182 0 1 0 0-2.363h-2.636V7.818h-4.318V5.182c0-.653-.53-1.182-1.182-1.182", clipRule: "evenodd" })), Wb = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx($b, {}) }));
|
|
11235
|
+
Wb.displayName = "IconPuzzle24";
|
|
11236
|
+
const qb = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M11.1 13c0-1.089.682-1.585 1.303-2.037.52-.378.997-.725.997-1.363 0-.6-.5-1-1.2-1-1.3-.1-1.7 1-1.7 1l-2-.7s1-2.4 3.7-2.4c2 0 3.3 1.3 3.3 2.8 0 1.438-.764 2.08-1.448 2.655C13.5 12.42 13 12.84 13 13.6h-1.8s-.1-.3-.1-.6M13 17.5v-2h-2v2z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16", clipRule: "evenodd" }))), Gb = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(qb, {}) }));
|
|
11237
11237
|
Gb.displayName = "IconQuestionCircle24";
|
|
11238
11238
|
const Ub = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-10.9 1c0-1.089.682-1.585 1.303-2.037.52-.378.997-.725.997-1.363 0-.6-.5-1-1.2-1-1.3-.1-1.7 1-1.7 1l-1.7-.8s.7-2.2 3.4-2.3c2 .1 3.3 1.4 3.3 2.8 0 1.538-.764 2.08-1.448 2.655C13.5 12.42 13 12.84 13 13.6h-1.8s-.1-.3-.1-.6m1.9 4.5v-2h-2v2z", clipRule: "evenodd" })), Yb = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(Ub, {}) }));
|
|
11239
11239
|
Yb.displayName = "IconQuestionCircleFilled24";
|
|
@@ -11305,13 +11305,13 @@ const DM = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11305
11305
|
opacity: 1
|
|
11306
11306
|
} }))), /* @__PURE__ */ n.createElement("path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":0.0},"position":0.0},{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":1.0},"position":1.0}],"stopsVar":[],"transform":{"m00":20.0,"m01":2.6767815936891426e-13,"m02":2.0,"m10":-2.1216700813765643e-13,"m11":20.0,"m12":2.0},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "a" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd" })))), $M = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(DM, {}) }));
|
|
11307
11307
|
$M.displayName = "IconSpinnerPurple24";
|
|
11308
|
-
const
|
|
11308
|
+
const WM = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#a)", "data-figma-skip-parse": "true" }, /* @__PURE__ */ n.createElement("foreignObject", { width: 2400, height: 2400, x: -1200, y: -1200, transform: "matrix(.01 0 0 .01 12 12)" }, /* @__PURE__ */ n.createElement("div", { xmlns: "http://www.w3.org/1999/xhtml", style: {
|
|
11309
11309
|
background: "conic-gradient(from 90deg,rgba(123,59,164,0) 0deg,#7b3ba4 360deg)",
|
|
11310
11310
|
height: "100%",
|
|
11311
11311
|
width: "100%",
|
|
11312
11312
|
opacity: 1
|
|
11313
|
-
} }))), /* @__PURE__ */ n.createElement("path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":0.0},"position":0.0},{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":1.0},"position":1.0}],"stopsVar":[],"transform":{"m00":20.0,"m01":2.6767815936891426e-13,"m02":2.0,"m10":-2.1216700813765643e-13,"m11":20.0,"m12":2.0},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }), /* @__PURE__ */ n.createElement("path", { fill: "#7B3BA5", fillRule: "evenodd", d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10 5 5 0 0 0 0 10", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "a" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd" })))),
|
|
11314
|
-
|
|
11313
|
+
} }))), /* @__PURE__ */ n.createElement("path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":0.0},"position":0.0},{"color":{"r":0.48400002717971802,"g":0.23320001363754272,"b":0.64679998159408569,"a":1.0},"position":1.0}],"stopsVar":[],"transform":{"m00":20.0,"m01":2.6767815936891426e-13,"m02":2.0,"m10":-2.1216700813765643e-13,"m11":20.0,"m12":2.0},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }), /* @__PURE__ */ n.createElement("path", { fill: "#7B3BA5", fillRule: "evenodd", d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0 2a5 5 0 1 0 0-10 5 5 0 0 0 0 10", clipRule: "evenodd" }), /* @__PURE__ */ n.createElement("defs", null, /* @__PURE__ */ n.createElement("clipPath", { id: "a" }, /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16m0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10", clipRule: "evenodd" })))), qM = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(WM, {}) }));
|
|
11314
|
+
qM.displayName = "IconSpinnerPurpleDouble24";
|
|
11315
11315
|
const GM = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { clipPath: "url(#a)", "data-figma-skip-parse": "true" }, /* @__PURE__ */ n.createElement("foreignObject", { width: 2400, height: 2400, x: -1200, y: -1200, transform: "matrix(.01 0 0 .01 12 12)" }, /* @__PURE__ */ n.createElement("div", { xmlns: "http://www.w3.org/1999/xhtml", style: {
|
|
11316
11316
|
background: "conic-gradient(from 90deg,rgba(255,255,255,0) 0deg,#fff 360deg)",
|
|
11317
11317
|
height: "100%",
|
|
@@ -11369,8 +11369,8 @@ const FS = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3
|
|
|
11369
11369
|
_S.displayName = "IconWarning24";
|
|
11370
11370
|
const DS = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "#F9CC15", d: "M10.256 3.61 2.17 18.021C1.423 19.354 2.387 21 3.915 21h16.17c1.528 0 2.492-1.645 1.744-2.979L13.744 3.61c-.764-1.362-2.724-1.362-3.488 0" }), /* @__PURE__ */ n.createElement("path", { fill: "currentColor", d: "M11 8v6h2V8zM11 15.5v2h2v-2z" })), $S = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(DS, {}) }));
|
|
11371
11371
|
$S.displayName = "IconWarningYellow24";
|
|
11372
|
-
const
|
|
11373
|
-
|
|
11372
|
+
const WS = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "m10.616 12.306-.01-.003-1.87 3.204A2 2 0 1 1 7 14.5h.01l1.825-3.13a5 5 0 1 1 7.834-2.075l-1.867-.718a3 3 0 1 0-3.092 1.909z" }), /* @__PURE__ */ n.createElement("path", { d: "M5.875 11.627A5.002 5.002 0 0 0 7 21.5a5 5 0 0 0 4.9-4h3.368a2 2 0 0 0 3.732-1 2 2 0 0 0-3.732-1H9.829a3 3 0 1 1-3.504-1.924z" }), /* @__PURE__ */ n.createElement("path", { d: "m14.154 13.177.688 1.239a3 3 0 1 1-.084 4.077l-1.495 1.329a5 5 0 1 0 2.343-8.125l-1.87-3.204A2 2 0 1 0 12 9.5h.01z" }))), qS = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(WS, {}) }));
|
|
11373
|
+
qS.displayName = "IconWebhooks24";
|
|
11374
11374
|
const GS = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ n.createElement("path", { d: "M18 13h-6v-2h6zM12 17h6v-2h-6z" }), /* @__PURE__ */ n.createElement("path", { fillRule: "evenodd", d: "M4 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm16 4H4V5h16zM4 19V9h4v10zm6 0h10V9H10z", clipRule: "evenodd" }))), US = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(GS, {}) }));
|
|
11375
11375
|
US.displayName = "IconWebUi24";
|
|
11376
11376
|
const YS = (e) => /* @__PURE__ */ n.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.5 3.5H13V2h-2v1.5H7.5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2H11v1H7.5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2H11v1H7.5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2H11V22h2v-1.5h3.5a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H13v-1h3.5a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H13v-1h3.5a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2m0 2h-9v1h9zm0 6h-9v1h9zm-9 6h9v1h-9z", clipRule: "evenodd" })), XS = c((e, t) => /* @__PURE__ */ r.jsx(h, { asChild: !0, ref: t, width: "24", height: "24", ...e, children: /* @__PURE__ */ r.jsx(YS, {}) }));
|
|
@@ -11706,6 +11706,8 @@ const te = (e) => {
|
|
|
11706
11706
|
},
|
|
11707
11707
|
label: {
|
|
11708
11708
|
display: "flex",
|
|
11709
|
+
gap: "4",
|
|
11710
|
+
alignItems: "center",
|
|
11709
11711
|
width: "100%",
|
|
11710
11712
|
color: "input/text/label",
|
|
11711
11713
|
textStyle: "comp/input/label",
|
|
@@ -11912,10 +11914,9 @@ const te = (e) => {
|
|
|
11912
11914
|
paddingInline: "12",
|
|
11913
11915
|
paddingBlock: "8",
|
|
11914
11916
|
borderRadius: "8",
|
|
11915
|
-
fontWeight: "medium",
|
|
11916
11917
|
textStyle: "body/md/regular",
|
|
11917
11918
|
boxShadow: "tooltip",
|
|
11918
|
-
maxWidth:
|
|
11919
|
+
maxWidth: te(320),
|
|
11919
11920
|
zIndex: "tooltip",
|
|
11920
11921
|
transformOrigin: "var(--transform-origin)"
|
|
11921
11922
|
/*
|
|
@@ -11939,7 +11940,7 @@ const te = (e) => {
|
|
|
11939
11940
|
borderColor: "var(--tooltip-bg)"
|
|
11940
11941
|
}
|
|
11941
11942
|
}
|
|
11942
|
-
}),
|
|
11943
|
+
}), WR = {
|
|
11943
11944
|
field: PR,
|
|
11944
11945
|
nativeSelect: FR,
|
|
11945
11946
|
numberInput: DR,
|
|
@@ -11950,7 +11951,8 @@ const te = (e) => {
|
|
|
11950
11951
|
fontFamily: "mono",
|
|
11951
11952
|
fontSize: "0.75rem",
|
|
11952
11953
|
lineHeight: "1rem",
|
|
11953
|
-
letterSpacing: "-0.009375rem"
|
|
11954
|
+
letterSpacing: "-0.009375rem",
|
|
11955
|
+
fontWeight: "400"
|
|
11954
11956
|
}
|
|
11955
11957
|
},
|
|
11956
11958
|
"mono/code-3": {
|
|
@@ -11958,14 +11960,16 @@ const te = (e) => {
|
|
|
11958
11960
|
fontFamily: "mono",
|
|
11959
11961
|
fontSize: "0.875rem",
|
|
11960
11962
|
lineHeight: "1.25rem",
|
|
11961
|
-
letterSpacing: "-0.009375rem"
|
|
11963
|
+
letterSpacing: "-0.009375rem",
|
|
11964
|
+
fontWeight: "400"
|
|
11962
11965
|
}
|
|
11963
11966
|
},
|
|
11964
11967
|
"sans/size-1/normal": {
|
|
11965
11968
|
value: {
|
|
11966
11969
|
lineHeight: "1rem",
|
|
11967
11970
|
fontSize: "0.75rem",
|
|
11968
|
-
letterSpacing: "0.009375rem"
|
|
11971
|
+
letterSpacing: "0.009375rem",
|
|
11972
|
+
fontWeight: "400"
|
|
11969
11973
|
}
|
|
11970
11974
|
},
|
|
11971
11975
|
"sans/size-1/semibold": {
|
|
@@ -11996,14 +12000,16 @@ const te = (e) => {
|
|
|
11996
12000
|
"sans/size-2/normal": {
|
|
11997
12001
|
value: {
|
|
11998
12002
|
lineHeight: "1.25rem",
|
|
11999
|
-
fontSize: "0.875rem"
|
|
12003
|
+
fontSize: "0.875rem",
|
|
12004
|
+
fontWeight: "400"
|
|
12000
12005
|
}
|
|
12001
12006
|
},
|
|
12002
12007
|
"sans/size-2/normal-underline": {
|
|
12003
12008
|
value: {
|
|
12004
12009
|
lineHeight: "1.25rem",
|
|
12005
12010
|
fontSize: "0.875rem",
|
|
12006
|
-
textDecoration: "underline"
|
|
12011
|
+
textDecoration: "underline",
|
|
12012
|
+
fontWeight: "400"
|
|
12007
12013
|
}
|
|
12008
12014
|
},
|
|
12009
12015
|
"sans/size-2/semibold": {
|
|
@@ -12048,14 +12054,16 @@ const te = (e) => {
|
|
|
12048
12054
|
"sans/size-3/normal": {
|
|
12049
12055
|
value: {
|
|
12050
12056
|
lineHeight: "1.5rem",
|
|
12051
|
-
fontSize: "1rem"
|
|
12057
|
+
fontSize: "1rem",
|
|
12058
|
+
fontWeight: "400"
|
|
12052
12059
|
}
|
|
12053
12060
|
},
|
|
12054
12061
|
"sans/size-3/normal-underline": {
|
|
12055
12062
|
value: {
|
|
12056
12063
|
lineHeight: "1.5rem",
|
|
12057
12064
|
fontSize: "1rem",
|
|
12058
|
-
textDecoration: "underline"
|
|
12065
|
+
textDecoration: "underline",
|
|
12066
|
+
fontWeight: "400"
|
|
12059
12067
|
}
|
|
12060
12068
|
},
|
|
12061
12069
|
"sans/size-3/semibold": {
|
|
@@ -12083,7 +12091,8 @@ const te = (e) => {
|
|
|
12083
12091
|
"sans/size-4/normal": {
|
|
12084
12092
|
value: {
|
|
12085
12093
|
lineHeight: "1.75rem",
|
|
12086
|
-
fontSize: "1.1875rem"
|
|
12094
|
+
fontSize: "1.1875rem",
|
|
12095
|
+
fontWeight: "400"
|
|
12087
12096
|
}
|
|
12088
12097
|
},
|
|
12089
12098
|
"sans/size-4/semibold": {
|
|
@@ -12103,7 +12112,8 @@ const te = (e) => {
|
|
|
12103
12112
|
"sans/size-5/normal": {
|
|
12104
12113
|
value: {
|
|
12105
12114
|
lineHeight: "2.25rem",
|
|
12106
|
-
fontSize: "1.5rem"
|
|
12115
|
+
fontSize: "1.5rem",
|
|
12116
|
+
fontWeight: "400"
|
|
12107
12117
|
}
|
|
12108
12118
|
},
|
|
12109
12119
|
"sans/size-5/semibold": {
|
|
@@ -12123,7 +12133,8 @@ const te = (e) => {
|
|
|
12123
12133
|
"sans/size-6/normal": {
|
|
12124
12134
|
value: {
|
|
12125
12135
|
lineHeight: "2.5rem",
|
|
12126
|
-
fontSize: "1.875rem"
|
|
12136
|
+
fontSize: "1.875rem",
|
|
12137
|
+
fontWeight: "400"
|
|
12127
12138
|
}
|
|
12128
12139
|
},
|
|
12129
12140
|
"sans/size-6/semibold": {
|
|
@@ -12168,7 +12179,7 @@ const te = (e) => {
|
|
|
12168
12179
|
fontSize: "3rem"
|
|
12169
12180
|
}
|
|
12170
12181
|
}
|
|
12171
|
-
},
|
|
12182
|
+
}, qR = {
|
|
12172
12183
|
...T,
|
|
12173
12184
|
"display/lg": T["sans/size-8/bold"],
|
|
12174
12185
|
"display/sm": T["sans/size-7/bold"],
|
|
@@ -12221,7 +12232,7 @@ const te = (e) => {
|
|
|
12221
12232
|
"comp/badge/sm": T["sans/size-1/uppercase-bold"],
|
|
12222
12233
|
"comp/dialog/title": T["sans/size-5/bold"],
|
|
12223
12234
|
"comp/dialog/label": T["sans/size-2/uppercase-semibold"]
|
|
12224
|
-
}, GR = l2(
|
|
12235
|
+
}, GR = l2(qR), UR = Ke.animations({
|
|
12225
12236
|
spin: { value: "spin 1s linear infinite" }
|
|
12226
12237
|
}), YR = { neutral: { 10: { value: "#201b22" }, 20: { value: "#362d39" }, 30: { value: "#49404f" }, 40: { value: "#6b6071" }, 50: { value: "#7d7184" }, 60: { value: "#94879b" }, 70: { value: "#afa4b4" }, 80: { value: "#c9c1cd" }, 90: { value: "#dfdae1" }, 93: { value: "#efebef" }, 95: { value: "#f6f4f6" }, 100: { value: "#fff" } }, purple: { 10: { value: "#2b0e3f" }, 20: { value: "#421560" }, 30: { value: "#5c2a7e" }, 40: { value: "#7b3ba5" }, 50: { value: "#9247c2" }, 60: { value: "#ae63de" }, 70: { value: "#c289e6" }, 80: { value: "#d5adeb" }, 90: { value: "#ead4f2" }, 93: { value: "#f3e7f9" }, 95: { value: "#f9f2fd" } }, red: { 10: { value: "#47060c" }, 20: { value: "#630811" }, 30: { value: "#78111c" }, 40: { value: "#a91e2e" }, 50: { value: "#d72d40" }, 60: { value: "#f7596c" }, 70: { value: "#ff8091" }, 80: { value: "#ffa8b5" }, 90: { value: "#ffccd5" }, 93: { value: "#ffe5eb" }, 95: { value: "#fff0f3" } }, orange: { 10: { value: "#421000" }, 20: { value: "#661900" }, 30: { value: "#7a2200" }, 40: { value: "#a33500" }, 50: { value: "#d45202" }, 60: { value: "#ed720c" }, 70: { value: "#fd9730" }, 80: { value: "#ffb766" }, 90: { value: "#ffd5a3" }, 93: { value: "#ffe9cf" }, 95: { value: "#fff4e5" } }, yellow: { 10: { value: "#2e1c00" }, 20: { value: "#4d2f00" }, 30: { value: "#613e00" }, 40: { value: "#875b00" }, 50: { value: "#b27e00" }, 60: { value: "#d6a200" }, 70: { value: "#ebba00" }, 80: { value: "#f9cc15" }, 90: { value: "#fbe074" }, 93: { value: "#ffefad" }, 95: { value: "#fff6d1" } }, green: { 10: { value: "#042a0f" }, 20: { value: "#064217" }, 30: { value: "#0b5620" }, 40: { value: "#167231" }, 50: { value: "#2a9d4c" }, 60: { value: "#4eb76c" }, 70: { value: "#77cf8f" }, 80: { value: "#a1deb2" }, 90: { value: "#c3eace" }, 93: { value: "#e1f4e7" }, 95: { value: "#eef9f1" } }, turquoise: { 10: { value: "#002924" }, 20: { value: "#003d36" }, 30: { value: "#005248" }, 40: { value: "#007366" }, 50: { value: "#009e8e" }, 60: { value: "#11bba9" }, 70: { value: "#55cec3" }, 80: { value: "#8ae0d7" }, 90: { value: "#aeefe8" }, 93: { value: "#d8f8f4" }, 95: { value: "#e9fbf9" } }, blue: { 10: { value: "#002442" }, 20: { value: "#00315c" }, 30: { value: "#044781" }, 40: { value: "#1066ac" }, 50: { value: "#2582d0" }, 60: { value: "#4f9bde" }, 70: { value: "#71b8ef" }, 80: { value: "#99d1f5" }, 90: { value: "#c2e7fa" }, 93: { value: "#def2fc" }, 95: { value: "#ecf8fd" } } }, XR = { purple: { darkest: { value: "#3d125f" }, dark: { value: "#500e82" }, mid: { value: "#6a3c98" }, light: { value: "#deb4ff" }, lightest: { value: "#f6eaff" } }, blue: { dark: { value: "#11258e" }, mid: { value: "#005fbe" }, light: { value: "#88e3ff" }, lightest: { value: "#d7f5ff" } }, teal: { dark: { value: "#106375" }, mid: { value: "#10c0c0" }, light: { value: "#95ffec" }, lightest: { value: "#dbfffd" } }, green: { dark: { value: "#107557" }, mid: { value: "#0fc382" }, light: { value: "#95ffcc" }, lightest: { value: "#dbfff3" } }, yellow: { mid: { value: "#ffc500" }, light: { value: "#ffe27f" }, lightest: { value: "#fff4cd" } }, orange: { dark: { value: "#ff4400" }, mid: { value: "#ffa17f" }, light: { value: "#ffd7c9" } }, red: { dark: { value: "#e5113c" }, mid: { value: "#ff9cd8" }, light: { value: "#ffd0ec" } }, neutral: { black: { value: "#000" }, dark: { value: "#7c7c7c" }, light: { value: "#dbdbdb" }, white: { value: "#fff" } } }, KR = {
|
|
12227
12238
|
pal: YR,
|
|
@@ -12302,7 +12313,7 @@ const te = (e) => {
|
|
|
12302
12313
|
keyframes: RA,
|
|
12303
12314
|
tokens: SA,
|
|
12304
12315
|
semanticTokens: TR,
|
|
12305
|
-
slotRecipes:
|
|
12316
|
+
slotRecipes: WR,
|
|
12306
12317
|
recipes: gR,
|
|
12307
12318
|
textStyles: GR
|
|
12308
12319
|
}
|
|
@@ -12319,7 +12330,7 @@ export {
|
|
|
12319
12330
|
Sp as IconAgent24,
|
|
12320
12331
|
$h as IconAnchor16,
|
|
12321
12332
|
Ap as IconAnchor24,
|
|
12322
|
-
|
|
12333
|
+
qh as IconAndroid16,
|
|
12323
12334
|
Vp as IconAndroid24,
|
|
12324
12335
|
Uh as IconApp16,
|
|
12325
12336
|
kp as IconApp24,
|
|
@@ -12334,7 +12345,7 @@ export {
|
|
|
12334
12345
|
ld as IconArrowBackAndDown16,
|
|
12335
12346
|
Dp as IconArrowBackAndDown24,
|
|
12336
12347
|
rd as IconArrowBackAndUp16,
|
|
12337
|
-
|
|
12348
|
+
Wp as IconArrowBackAndUp24,
|
|
12338
12349
|
ad as IconArrowDown16,
|
|
12339
12350
|
Gp as IconArrowDown24,
|
|
12340
12351
|
cd as IconArrowForwardAndDown16,
|
|
@@ -12373,7 +12384,7 @@ export {
|
|
|
12373
12384
|
Sw as IconBazel24,
|
|
12374
12385
|
$d as IconBell16,
|
|
12375
12386
|
Aw as IconBell24,
|
|
12376
|
-
|
|
12387
|
+
qd as IconBitbot16,
|
|
12377
12388
|
Vw as IconBitbot24,
|
|
12378
12389
|
Ud as IconBitbotError16,
|
|
12379
12390
|
kw as IconBitbotError24,
|
|
@@ -12388,7 +12399,7 @@ export {
|
|
|
12388
12399
|
l7 as IconBlockCircle16,
|
|
12389
12400
|
Dw as IconBlockCircle24,
|
|
12390
12401
|
r7 as IconBook16,
|
|
12391
|
-
|
|
12402
|
+
Ww as IconBook24,
|
|
12392
12403
|
a7 as IconBoxArrowDown16,
|
|
12393
12404
|
Gw as IconBoxArrowDown24,
|
|
12394
12405
|
c7 as IconBoxDot16,
|
|
@@ -12427,7 +12438,7 @@ export {
|
|
|
12427
12438
|
SE as IconChevronLeft24,
|
|
12428
12439
|
$7 as IconChevronRight16,
|
|
12429
12440
|
AE as IconChevronRight24,
|
|
12430
|
-
|
|
12441
|
+
q7 as IconChevronUp16,
|
|
12431
12442
|
VE as IconChevronUp24,
|
|
12432
12443
|
U7 as IconCi16,
|
|
12433
12444
|
kE as IconCi24,
|
|
@@ -12442,7 +12453,7 @@ export {
|
|
|
12442
12453
|
lu as IconClock16,
|
|
12443
12454
|
DE as IconClock24,
|
|
12444
12455
|
ru as IconCode16,
|
|
12445
|
-
|
|
12456
|
+
WE as IconCode24,
|
|
12446
12457
|
au as IconCodePush16,
|
|
12447
12458
|
GE as IconCodePush24,
|
|
12448
12459
|
cu as IconCodeSigning16,
|
|
@@ -12481,7 +12492,7 @@ export {
|
|
|
12481
12492
|
Sx as IconDashboardFilled24,
|
|
12482
12493
|
$u as IconDeployment16,
|
|
12483
12494
|
Ax as IconDeployment24,
|
|
12484
|
-
|
|
12495
|
+
qu as IconDetails16,
|
|
12485
12496
|
Vx as IconDetails24,
|
|
12486
12497
|
Uu as IconDoc16,
|
|
12487
12498
|
kx as IconDoc24,
|
|
@@ -12496,7 +12507,7 @@ export {
|
|
|
12496
12507
|
l8 as IconDotnetText16,
|
|
12497
12508
|
Dx as IconDotnetText24,
|
|
12498
12509
|
r8 as IconDotnetTextColor16,
|
|
12499
|
-
|
|
12510
|
+
Wx as IconDotnetTextColor24,
|
|
12500
12511
|
a8 as IconDoubleCircle16,
|
|
12501
12512
|
Gx as IconDoubleCircle24,
|
|
12502
12513
|
c8 as IconDownload16,
|
|
@@ -12535,7 +12546,7 @@ export {
|
|
|
12535
12546
|
SC as IconFlutter24,
|
|
12536
12547
|
$8 as IconFolder16,
|
|
12537
12548
|
AC as IconFolder24,
|
|
12538
|
-
|
|
12549
|
+
q8 as IconFullscreen16,
|
|
12539
12550
|
VC as IconFullscreen24,
|
|
12540
12551
|
U8 as IconFullscreenExit16,
|
|
12541
12552
|
kC as IconFullscreenExit24,
|
|
@@ -12550,7 +12561,7 @@ export {
|
|
|
12550
12561
|
lg as IconGitlabColor16,
|
|
12551
12562
|
DC as IconGitlabColor24,
|
|
12552
12563
|
rg as IconGitlabWhite16,
|
|
12553
|
-
|
|
12564
|
+
WC as IconGitlabWhite24,
|
|
12554
12565
|
ag as IconGlobe16,
|
|
12555
12566
|
GC as IconGlobe24,
|
|
12556
12567
|
cg as IconGo16,
|
|
@@ -12589,7 +12600,7 @@ export {
|
|
|
12589
12600
|
Sy as IconInstall24,
|
|
12590
12601
|
$g as IconInteraction16,
|
|
12591
12602
|
Ay as IconInteraction24,
|
|
12592
|
-
|
|
12603
|
+
qg as IconInvoice16,
|
|
12593
12604
|
Vy as IconInvoice24,
|
|
12594
12605
|
Ug as IconIonic16,
|
|
12595
12606
|
ky as IconIonic24,
|
|
@@ -12604,7 +12615,7 @@ export {
|
|
|
12604
12615
|
l9 as IconJavaDukeColor16,
|
|
12605
12616
|
Dy as IconJavaDukeColor24,
|
|
12606
12617
|
r9 as IconKey16,
|
|
12607
|
-
|
|
12618
|
+
Wy as IconKey24,
|
|
12608
12619
|
a9 as IconKotlin16,
|
|
12609
12620
|
Gy as IconKotlin24,
|
|
12610
12621
|
c9 as IconKotlinColor16,
|
|
@@ -12643,7 +12654,7 @@ export {
|
|
|
12643
12654
|
SI as IconMedal24,
|
|
12644
12655
|
$9 as IconMemory16,
|
|
12645
12656
|
AI as IconMemory24,
|
|
12646
|
-
|
|
12657
|
+
q9 as IconMenuGrid16,
|
|
12647
12658
|
VI as IconMenuGrid24,
|
|
12648
12659
|
U9 as IconMenuHamburger16,
|
|
12649
12660
|
kI as IconMenuHamburger24,
|
|
@@ -12658,7 +12669,7 @@ export {
|
|
|
12658
12669
|
lm as IconMinus16,
|
|
12659
12670
|
DI as IconMinus24,
|
|
12660
12671
|
rm as IconMinusCircle16,
|
|
12661
|
-
|
|
12672
|
+
WI as IconMinusCircle24,
|
|
12662
12673
|
am as IconMinusCircleFilled16,
|
|
12663
12674
|
GI as IconMinusCircleFilled24,
|
|
12664
12675
|
cm as IconMobile16,
|
|
@@ -12697,7 +12708,7 @@ export {
|
|
|
12697
12708
|
Sb as IconPersonWithDesk24,
|
|
12698
12709
|
$m as IconPlay16,
|
|
12699
12710
|
Ab as IconPlay24,
|
|
12700
|
-
|
|
12711
|
+
qm as IconPlus16,
|
|
12701
12712
|
Vb as IconPlus24,
|
|
12702
12713
|
Um as IconPlusCircle16,
|
|
12703
12714
|
kb as IconPlusCircle24,
|
|
@@ -12712,7 +12723,7 @@ export {
|
|
|
12712
12723
|
lv as IconPush16,
|
|
12713
12724
|
Db as IconPush24,
|
|
12714
12725
|
rv as IconPuzzle16,
|
|
12715
|
-
|
|
12726
|
+
Wb as IconPuzzle24,
|
|
12716
12727
|
av as IconQuestionCircle16,
|
|
12717
12728
|
Gb as IconQuestionCircle24,
|
|
12718
12729
|
cv as IconQuestionCircleFilled16,
|
|
@@ -12752,7 +12763,7 @@ export {
|
|
|
12752
12763
|
RM as IconSiren24,
|
|
12753
12764
|
$v as IconSkipCircle16,
|
|
12754
12765
|
zM as IconSkipCircle24,
|
|
12755
|
-
|
|
12766
|
+
qv as IconSkipCircleFilled16,
|
|
12756
12767
|
OM as IconSkipCircleFilled24,
|
|
12757
12768
|
Uv as IconSlack16,
|
|
12758
12769
|
jM as IconSlack24,
|
|
@@ -12767,7 +12778,7 @@ export {
|
|
|
12767
12778
|
lf as IconSpinnerPurple16,
|
|
12768
12779
|
$M as IconSpinnerPurple24,
|
|
12769
12780
|
rf as IconSpinnerPurpleDouble16,
|
|
12770
|
-
|
|
12781
|
+
qM as IconSpinnerPurpleDouble24,
|
|
12771
12782
|
sf as IconSpinnerWhite16,
|
|
12772
12783
|
UM as IconSpinnerWhite24,
|
|
12773
12784
|
hf as IconStability16,
|
|
@@ -12804,7 +12815,7 @@ export {
|
|
|
12804
12815
|
MS as IconTrash24,
|
|
12805
12816
|
Df as IconTrigger16,
|
|
12806
12817
|
RS as IconTrigger24,
|
|
12807
|
-
|
|
12818
|
+
Wf as IconUbuntu16,
|
|
12808
12819
|
zS as IconUbuntu24,
|
|
12809
12820
|
Gf as IconUbuntuColor16,
|
|
12810
12821
|
OS as IconUbuntuColor24,
|
|
@@ -12823,7 +12834,7 @@ export {
|
|
|
12823
12834
|
sp as IconWebUi16,
|
|
12824
12835
|
US as IconWebUi24,
|
|
12825
12836
|
ip as IconWebhooks16,
|
|
12826
|
-
|
|
12837
|
+
qS as IconWebhooks24,
|
|
12827
12838
|
hp as IconWorkflow16,
|
|
12828
12839
|
XS as IconWorkflow24,
|
|
12829
12840
|
up as IconWorkflowFlow16,
|