@central-design-system/icons 1.0.2 → 1.1.0
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/cds-icons.d.ts +7 -5
- package/dist/cds-icons.es.js +449 -426
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconFunnel.vue.d.ts +2 -0
- package/dist/icons/index.d.ts +2 -1
- package/package.json +4 -2
package/dist/cds-icons.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, openBlock as
|
|
1
|
+
import { defineComponent as a, openBlock as r, createElementBlock as i, createElementVNode as o } from "vue";
|
|
2
2
|
const h = a({ name: "IconAdd" }), d = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [s, c] of n)
|
|
@@ -20,9 +20,9 @@ const h = a({ name: "IconAdd" }), d = (t, n) => {
|
|
|
20
20
|
$
|
|
21
21
|
];
|
|
22
22
|
function p(t, n, e, s, c, _) {
|
|
23
|
-
return
|
|
23
|
+
return r(), i("svg", l, v);
|
|
24
24
|
}
|
|
25
|
-
const w = /* @__PURE__ */ d(h, [["render", p]]),
|
|
25
|
+
const w = /* @__PURE__ */ d(h, [["render", p]]), u = a({ name: "IconAlertFill" }), g = {
|
|
26
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
27
|
viewBox: "0 0 16 16"
|
|
28
28
|
}, m = /* @__PURE__ */ o("g", {
|
|
@@ -38,9 +38,9 @@ const w = /* @__PURE__ */ d(h, [["render", p]]), g = a({ name: "IconAlertFill" }
|
|
|
38
38
|
m
|
|
39
39
|
];
|
|
40
40
|
function x(t, n, e, s, c, _) {
|
|
41
|
-
return
|
|
41
|
+
return r(), i("svg", g, f);
|
|
42
42
|
}
|
|
43
|
-
const Z = /* @__PURE__ */ d(
|
|
43
|
+
const Z = /* @__PURE__ */ d(u, [["render", x]]), V = a({ name: "IconAlert" }), I = {
|
|
44
44
|
xmlns: "http://www.w3.org/2000/svg",
|
|
45
45
|
viewBox: "0 0 16 16"
|
|
46
46
|
}, H = /* @__PURE__ */ o("g", {
|
|
@@ -56,7 +56,7 @@ const Z = /* @__PURE__ */ d(g, [["render", x]]), V = a({ name: "IconAlert" }), I
|
|
|
56
56
|
H
|
|
57
57
|
];
|
|
58
58
|
function k(t, n, e, s, c, _) {
|
|
59
|
-
return
|
|
59
|
+
return r(), i("svg", I, L);
|
|
60
60
|
}
|
|
61
61
|
const M = /* @__PURE__ */ d(V, [["render", k]]), S = a({ name: "IconAnalog" }), C = {
|
|
62
62
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -74,7 +74,7 @@ const M = /* @__PURE__ */ d(V, [["render", k]]), S = a({ name: "IconAnalog" }),
|
|
|
74
74
|
B
|
|
75
75
|
];
|
|
76
76
|
function D(t, n, e, s, c, _) {
|
|
77
|
-
return
|
|
77
|
+
return r(), i("svg", C, A);
|
|
78
78
|
}
|
|
79
79
|
const b = /* @__PURE__ */ d(S, [["render", D]]), z = a({ name: "IconArrowDown" }), y = {
|
|
80
80
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -93,9 +93,9 @@ const b = /* @__PURE__ */ d(S, [["render", D]]), z = a({ name: "IconArrowDown" }
|
|
|
93
93
|
F
|
|
94
94
|
];
|
|
95
95
|
function O(t, n, e, s, c, _) {
|
|
96
|
-
return
|
|
96
|
+
return r(), i("svg", y, P);
|
|
97
97
|
}
|
|
98
|
-
const E = /* @__PURE__ */ d(z, [["render", O]]),
|
|
98
|
+
const E = /* @__PURE__ */ d(z, [["render", O]]), R = a({ name: "IconArrowLeftBottom" }), T = {
|
|
99
99
|
xmlns: "http://www.w3.org/2000/svg",
|
|
100
100
|
viewBox: "0 0 16 16"
|
|
101
101
|
}, U = /* @__PURE__ */ o("g", {
|
|
@@ -111,9 +111,9 @@ const E = /* @__PURE__ */ d(z, [["render", O]]), T = a({ name: "IconArrowLeftBot
|
|
|
111
111
|
U
|
|
112
112
|
];
|
|
113
113
|
function j(t, n, e, s, c, _) {
|
|
114
|
-
return
|
|
114
|
+
return r(), i("svg", T, q);
|
|
115
115
|
}
|
|
116
|
-
const G = /* @__PURE__ */ d(
|
|
116
|
+
const G = /* @__PURE__ */ d(R, [["render", j]]), Q = a({ name: "IconArrowLeftTop" }), W = {
|
|
117
117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
118
118
|
viewBox: "0 0 16 16"
|
|
119
119
|
}, N = /* @__PURE__ */ o("g", {
|
|
@@ -129,7 +129,7 @@ const G = /* @__PURE__ */ d(T, [["render", j]]), Q = a({ name: "IconArrowLeftTop
|
|
|
129
129
|
N
|
|
130
130
|
];
|
|
131
131
|
function J(t, n, e, s, c, _) {
|
|
132
|
-
return
|
|
132
|
+
return r(), i("svg", W, Y);
|
|
133
133
|
}
|
|
134
134
|
const K = /* @__PURE__ */ d(Q, [["render", J]]), X = a({ name: "IconArrowLeft" }), o1 = {
|
|
135
135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -148,12 +148,12 @@ const K = /* @__PURE__ */ d(Q, [["render", J]]), X = a({ name: "IconArrowLeft" }
|
|
|
148
148
|
t1
|
|
149
149
|
];
|
|
150
150
|
function n1(t, n, e, s, c, _) {
|
|
151
|
-
return
|
|
151
|
+
return r(), i("svg", o1, e1);
|
|
152
152
|
}
|
|
153
153
|
const s1 = /* @__PURE__ */ d(X, [["render", n1]]), c1 = a({ name: "IconArrowRightBottom" }), a1 = {
|
|
154
154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
155
155
|
viewBox: "0 0 16 16"
|
|
156
|
-
},
|
|
156
|
+
}, r1 = /* @__PURE__ */ o("g", {
|
|
157
157
|
id: "CDS-Visual-language/Icons/16/navigation/arrow-right-bottom",
|
|
158
158
|
"fill-rule": "evenodd",
|
|
159
159
|
"stroke-width": "1"
|
|
@@ -162,11 +162,11 @@ const s1 = /* @__PURE__ */ d(X, [["render", n1]]), c1 = a({ name: "IconArrowRigh
|
|
|
162
162
|
id: "Path",
|
|
163
163
|
d: "M3.707 2.55 3 3.257 11.743 12 6.45 12v1h7V6h-1v5.292z"
|
|
164
164
|
})
|
|
165
|
-
], -1),
|
|
166
|
-
|
|
165
|
+
], -1), i1 = [
|
|
166
|
+
r1
|
|
167
167
|
];
|
|
168
168
|
function d1(t, n, e, s, c, _) {
|
|
169
|
-
return
|
|
169
|
+
return r(), i("svg", a1, i1);
|
|
170
170
|
}
|
|
171
171
|
const _1 = /* @__PURE__ */ d(c1, [["render", d1]]), h1 = a({ name: "IconArrowRightTop" }), l1 = {
|
|
172
172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -184,9 +184,9 @@ const _1 = /* @__PURE__ */ d(c1, [["render", d1]]), h1 = a({ name: "IconArrowRig
|
|
|
184
184
|
$1
|
|
185
185
|
];
|
|
186
186
|
function p1(t, n, e, s, c, _) {
|
|
187
|
-
return
|
|
187
|
+
return r(), i("svg", l1, v1);
|
|
188
188
|
}
|
|
189
|
-
const w1 = /* @__PURE__ */ d(h1, [["render", p1]]),
|
|
189
|
+
const w1 = /* @__PURE__ */ d(h1, [["render", p1]]), u1 = a({ name: "IconArrowRight" }), g1 = {
|
|
190
190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
191
191
|
viewBox: "0 0 16 16"
|
|
192
192
|
}, m1 = /* @__PURE__ */ o("g", {
|
|
@@ -203,9 +203,9 @@ const w1 = /* @__PURE__ */ d(h1, [["render", p1]]), g1 = a({ name: "IconArrowRig
|
|
|
203
203
|
m1
|
|
204
204
|
];
|
|
205
205
|
function x1(t, n, e, s, c, _) {
|
|
206
|
-
return
|
|
206
|
+
return r(), i("svg", g1, f1);
|
|
207
207
|
}
|
|
208
|
-
const Z1 = /* @__PURE__ */ d(
|
|
208
|
+
const Z1 = /* @__PURE__ */ d(u1, [["render", x1]]), V1 = a({ name: "IconArrowUp" }), I1 = {
|
|
209
209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
210
210
|
viewBox: "0 0 16 16"
|
|
211
211
|
}, H1 = /* @__PURE__ */ o("g", {
|
|
@@ -221,7 +221,7 @@ const Z1 = /* @__PURE__ */ d(g1, [["render", x1]]), V1 = a({ name: "IconArrowUp"
|
|
|
221
221
|
H1
|
|
222
222
|
];
|
|
223
223
|
function k1(t, n, e, s, c, _) {
|
|
224
|
-
return
|
|
224
|
+
return r(), i("svg", I1, L1);
|
|
225
225
|
}
|
|
226
226
|
const M1 = /* @__PURE__ */ d(V1, [["render", k1]]), S1 = a({ name: "IconArrowsVertical" }), C1 = {
|
|
227
227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -239,7 +239,7 @@ const M1 = /* @__PURE__ */ d(V1, [["render", k1]]), S1 = a({ name: "IconArrowsVe
|
|
|
239
239
|
B1
|
|
240
240
|
];
|
|
241
241
|
function D1(t, n, e, s, c, _) {
|
|
242
|
-
return
|
|
242
|
+
return r(), i("svg", C1, A1);
|
|
243
243
|
}
|
|
244
244
|
const b1 = /* @__PURE__ */ d(S1, [["render", D1]]), z1 = a({ name: "IconCalendar" }), y1 = {
|
|
245
245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -257,9 +257,9 @@ const b1 = /* @__PURE__ */ d(S1, [["render", D1]]), z1 = a({ name: "IconCalendar
|
|
|
257
257
|
F1
|
|
258
258
|
];
|
|
259
259
|
function O1(t, n, e, s, c, _) {
|
|
260
|
-
return
|
|
260
|
+
return r(), i("svg", y1, P1);
|
|
261
261
|
}
|
|
262
|
-
const E1 = /* @__PURE__ */ d(z1, [["render", O1]]),
|
|
262
|
+
const E1 = /* @__PURE__ */ d(z1, [["render", O1]]), R1 = a({ name: "IconCardBank" }), T1 = {
|
|
263
263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
264
264
|
viewBox: "0 0 16 16"
|
|
265
265
|
}, U1 = /* @__PURE__ */ o("g", {
|
|
@@ -275,9 +275,9 @@ const E1 = /* @__PURE__ */ d(z1, [["render", O1]]), T1 = a({ name: "IconCardBank
|
|
|
275
275
|
U1
|
|
276
276
|
];
|
|
277
277
|
function j1(t, n, e, s, c, _) {
|
|
278
|
-
return
|
|
278
|
+
return r(), i("svg", T1, q1);
|
|
279
279
|
}
|
|
280
|
-
const G1 = /* @__PURE__ */ d(
|
|
280
|
+
const G1 = /* @__PURE__ */ d(R1, [["render", j1]]), Q1 = a({ name: "IconCategory" }), W1 = {
|
|
281
281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
282
282
|
viewBox: "0 0 16 16"
|
|
283
283
|
}, N1 = /* @__PURE__ */ o("g", {
|
|
@@ -293,7 +293,7 @@ const G1 = /* @__PURE__ */ d(T1, [["render", j1]]), Q1 = a({ name: "IconCategory
|
|
|
293
293
|
N1
|
|
294
294
|
];
|
|
295
295
|
function J1(t, n, e, s, c, _) {
|
|
296
|
-
return
|
|
296
|
+
return r(), i("svg", W1, Y1);
|
|
297
297
|
}
|
|
298
298
|
const K1 = /* @__PURE__ */ d(Q1, [["render", J1]]), X1 = a({ name: "IconCheckFill" }), o0 = {
|
|
299
299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -311,12 +311,12 @@ const K1 = /* @__PURE__ */ d(Q1, [["render", J1]]), X1 = a({ name: "IconCheckFil
|
|
|
311
311
|
t0
|
|
312
312
|
];
|
|
313
313
|
function n0(t, n, e, s, c, _) {
|
|
314
|
-
return
|
|
314
|
+
return r(), i("svg", o0, e0);
|
|
315
315
|
}
|
|
316
316
|
const s0 = /* @__PURE__ */ d(X1, [["render", n0]]), c0 = a({ name: "IconCheck" }), a0 = {
|
|
317
317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
318
318
|
viewBox: "0 0 16 16"
|
|
319
|
-
},
|
|
319
|
+
}, r0 = /* @__PURE__ */ o("g", {
|
|
320
320
|
id: "check",
|
|
321
321
|
"fill-rule": "evenodd",
|
|
322
322
|
"stroke-width": "1"
|
|
@@ -325,11 +325,11 @@ const s0 = /* @__PURE__ */ d(X1, [["render", n0]]), c0 = a({ name: "IconCheck" }
|
|
|
325
325
|
id: "Combined-Shape",
|
|
326
326
|
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12ZM5.188 8.176l2.147 1.916 3.916-4.124.725.688-4.583 4.827-2.87-2.56.665-.747Z"
|
|
327
327
|
})
|
|
328
|
-
], -1),
|
|
329
|
-
|
|
328
|
+
], -1), i0 = [
|
|
329
|
+
r0
|
|
330
330
|
];
|
|
331
331
|
function d0(t, n, e, s, c, _) {
|
|
332
|
-
return
|
|
332
|
+
return r(), i("svg", a0, i0);
|
|
333
333
|
}
|
|
334
334
|
const _0 = /* @__PURE__ */ d(c0, [["render", d0]]), h0 = a({ name: "IconChevronDown" }), l0 = {
|
|
335
335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -346,9 +346,9 @@ const _0 = /* @__PURE__ */ d(c0, [["render", d0]]), h0 = a({ name: "IconChevronD
|
|
|
346
346
|
$0
|
|
347
347
|
];
|
|
348
348
|
function p0(t, n, e, s, c, _) {
|
|
349
|
-
return
|
|
349
|
+
return r(), i("svg", l0, v0);
|
|
350
350
|
}
|
|
351
|
-
const w0 = /* @__PURE__ */ d(h0, [["render", p0]]),
|
|
351
|
+
const w0 = /* @__PURE__ */ d(h0, [["render", p0]]), u0 = a({ name: "IconChevronLeft" }), g0 = {
|
|
352
352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
353
353
|
viewBox: "0 0 16 16"
|
|
354
354
|
}, m0 = /* @__PURE__ */ o("g", {
|
|
@@ -365,9 +365,9 @@ const w0 = /* @__PURE__ */ d(h0, [["render", p0]]), g0 = a({ name: "IconChevronL
|
|
|
365
365
|
m0
|
|
366
366
|
];
|
|
367
367
|
function x0(t, n, e, s, c, _) {
|
|
368
|
-
return
|
|
368
|
+
return r(), i("svg", g0, f0);
|
|
369
369
|
}
|
|
370
|
-
const Z0 = /* @__PURE__ */ d(
|
|
370
|
+
const Z0 = /* @__PURE__ */ d(u0, [["render", x0]]), V0 = a({ name: "IconChevronRight" }), I0 = {
|
|
371
371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
372
372
|
viewBox: "0 0 16 16"
|
|
373
373
|
}, H0 = /* @__PURE__ */ o("g", {
|
|
@@ -384,7 +384,7 @@ const Z0 = /* @__PURE__ */ d(g0, [["render", x0]]), V0 = a({ name: "IconChevronR
|
|
|
384
384
|
H0
|
|
385
385
|
];
|
|
386
386
|
function k0(t, n, e, s, c, _) {
|
|
387
|
-
return
|
|
387
|
+
return r(), i("svg", I0, L0);
|
|
388
388
|
}
|
|
389
389
|
const M0 = /* @__PURE__ */ d(V0, [["render", k0]]), S0 = a({ name: "IconChevronUp" }), C0 = {
|
|
390
390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -401,7 +401,7 @@ const M0 = /* @__PURE__ */ d(V0, [["render", k0]]), S0 = a({ name: "IconChevronU
|
|
|
401
401
|
B0
|
|
402
402
|
];
|
|
403
403
|
function D0(t, n, e, s, c, _) {
|
|
404
|
-
return
|
|
404
|
+
return r(), i("svg", C0, A0);
|
|
405
405
|
}
|
|
406
406
|
const b0 = /* @__PURE__ */ d(S0, [["render", D0]]), z0 = a({ name: "IconChocolateMenu" }), y0 = {
|
|
407
407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -419,9 +419,9 @@ const b0 = /* @__PURE__ */ d(S0, [["render", D0]]), z0 = a({ name: "IconChocolat
|
|
|
419
419
|
F0
|
|
420
420
|
];
|
|
421
421
|
function O0(t, n, e, s, c, _) {
|
|
422
|
-
return
|
|
422
|
+
return r(), i("svg", y0, P0);
|
|
423
423
|
}
|
|
424
|
-
const E0 = /* @__PURE__ */ d(z0, [["render", O0]]),
|
|
424
|
+
const E0 = /* @__PURE__ */ d(z0, [["render", O0]]), R0 = a({ name: "IconClock" }), T0 = {
|
|
425
425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
426
426
|
viewBox: "0 0 16 16"
|
|
427
427
|
}, U0 = /* @__PURE__ */ o("g", {
|
|
@@ -437,9 +437,9 @@ const E0 = /* @__PURE__ */ d(z0, [["render", O0]]), T0 = a({ name: "IconClock" }
|
|
|
437
437
|
U0
|
|
438
438
|
];
|
|
439
439
|
function j0(t, n, e, s, c, _) {
|
|
440
|
-
return
|
|
440
|
+
return r(), i("svg", T0, q0);
|
|
441
441
|
}
|
|
442
|
-
const G0 = /* @__PURE__ */ d(
|
|
442
|
+
const G0 = /* @__PURE__ */ d(R0, [["render", j0]]), Q0 = a({ name: "IconComment" }), W0 = {
|
|
443
443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
444
444
|
viewBox: "0 0 16 16"
|
|
445
445
|
}, N0 = /* @__PURE__ */ o("g", {
|
|
@@ -455,7 +455,7 @@ const G0 = /* @__PURE__ */ d(T0, [["render", j0]]), Q0 = a({ name: "IconComment"
|
|
|
455
455
|
N0
|
|
456
456
|
];
|
|
457
457
|
function J0(t, n, e, s, c, _) {
|
|
458
|
-
return
|
|
458
|
+
return r(), i("svg", W0, Y0);
|
|
459
459
|
}
|
|
460
460
|
const K0 = /* @__PURE__ */ d(Q0, [["render", J0]]), X0 = a({ name: "IconCompany" }), oo = {
|
|
461
461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -473,12 +473,12 @@ const K0 = /* @__PURE__ */ d(Q0, [["render", J0]]), X0 = a({ name: "IconCompany"
|
|
|
473
473
|
to
|
|
474
474
|
];
|
|
475
475
|
function no(t, n, e, s, c, _) {
|
|
476
|
-
return
|
|
476
|
+
return r(), i("svg", oo, eo);
|
|
477
477
|
}
|
|
478
478
|
const so = /* @__PURE__ */ d(X0, [["render", no]]), co = a({ name: "IconCompare" }), ao = {
|
|
479
479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
480
480
|
viewBox: "0 0 16 16"
|
|
481
|
-
},
|
|
481
|
+
}, ro = /* @__PURE__ */ o("g", {
|
|
482
482
|
id: "CDS-Visual-language/Icons/16/operations/compare",
|
|
483
483
|
"fill-rule": "evenodd",
|
|
484
484
|
"stroke-width": "1"
|
|
@@ -487,11 +487,11 @@ const so = /* @__PURE__ */ d(X0, [["render", no]]), co = a({ name: "IconCompare"
|
|
|
487
487
|
id: "Shape",
|
|
488
488
|
d: "M4 9v5H3V9h1Zm3-7v12H6V2h1Zm3 2v10H9V4h1Zm3 3v7h-1V7h1Z"
|
|
489
489
|
})
|
|
490
|
-
], -1),
|
|
491
|
-
|
|
490
|
+
], -1), io = [
|
|
491
|
+
ro
|
|
492
492
|
];
|
|
493
493
|
function _o(t, n, e, s, c, _) {
|
|
494
|
-
return
|
|
494
|
+
return r(), i("svg", ao, io);
|
|
495
495
|
}
|
|
496
496
|
const ho = /* @__PURE__ */ d(co, [["render", _o]]), lo = a({ name: "IconCopy" }), $o = {
|
|
497
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -509,9 +509,9 @@ const ho = /* @__PURE__ */ d(co, [["render", _o]]), lo = a({ name: "IconCopy" })
|
|
|
509
509
|
vo
|
|
510
510
|
];
|
|
511
511
|
function wo(t, n, e, s, c, _) {
|
|
512
|
-
return
|
|
512
|
+
return r(), i("svg", $o, po);
|
|
513
513
|
}
|
|
514
|
-
const
|
|
514
|
+
const uo = /* @__PURE__ */ d(lo, [["render", wo]]), go = a({ name: "IconDataCards" }), mo = {
|
|
515
515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
516
516
|
viewBox: "0 0 16 16"
|
|
517
517
|
}, fo = /* @__PURE__ */ o("g", {
|
|
@@ -527,9 +527,9 @@ const go = /* @__PURE__ */ d(lo, [["render", wo]]), uo = a({ name: "IconDataCard
|
|
|
527
527
|
fo
|
|
528
528
|
];
|
|
529
529
|
function Zo(t, n, e, s, c, _) {
|
|
530
|
-
return
|
|
530
|
+
return r(), i("svg", mo, xo);
|
|
531
531
|
}
|
|
532
|
-
const Vo = /* @__PURE__ */ d(
|
|
532
|
+
const Vo = /* @__PURE__ */ d(go, [["render", Zo]]), Io = a({ name: "IconDelete" }), Ho = {
|
|
533
533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
534
534
|
viewBox: "0 0 16 16"
|
|
535
535
|
}, Lo = /* @__PURE__ */ o("g", {
|
|
@@ -545,7 +545,7 @@ const Vo = /* @__PURE__ */ d(uo, [["render", Zo]]), Io = a({ name: "IconDelete"
|
|
|
545
545
|
Lo
|
|
546
546
|
];
|
|
547
547
|
function Mo(t, n, e, s, c, _) {
|
|
548
|
-
return
|
|
548
|
+
return r(), i("svg", Ho, ko);
|
|
549
549
|
}
|
|
550
550
|
const So = /* @__PURE__ */ d(Io, [["render", Mo]]), Co = a({ name: "IconDirectory" }), Bo = {
|
|
551
551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -564,7 +564,7 @@ const So = /* @__PURE__ */ d(Io, [["render", Mo]]), Co = a({ name: "IconDirector
|
|
|
564
564
|
Ao
|
|
565
565
|
];
|
|
566
566
|
function bo(t, n, e, s, c, _) {
|
|
567
|
-
return
|
|
567
|
+
return r(), i("svg", Bo, Do);
|
|
568
568
|
}
|
|
569
569
|
const zo = /* @__PURE__ */ d(Co, [["render", bo]]), yo = a({ name: "IconDocDownload" }), Fo = {
|
|
570
570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -582,9 +582,9 @@ const zo = /* @__PURE__ */ d(Co, [["render", bo]]), yo = a({ name: "IconDocDownl
|
|
|
582
582
|
Po
|
|
583
583
|
];
|
|
584
584
|
function Eo(t, n, e, s, c, _) {
|
|
585
|
-
return
|
|
585
|
+
return r(), i("svg", Fo, Oo);
|
|
586
586
|
}
|
|
587
|
-
const
|
|
587
|
+
const Ro = /* @__PURE__ */ d(yo, [["render", Eo]]), To = a({ name: "IconDoc" }), Uo = {
|
|
588
588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
589
589
|
viewBox: "0 0 16 16"
|
|
590
590
|
}, qo = /* @__PURE__ */ o("g", {
|
|
@@ -601,9 +601,9 @@ const To = /* @__PURE__ */ d(yo, [["render", Eo]]), Ro = a({ name: "IconDoc" }),
|
|
|
601
601
|
qo
|
|
602
602
|
];
|
|
603
603
|
function Go(t, n, e, s, c, _) {
|
|
604
|
-
return
|
|
604
|
+
return r(), i("svg", Uo, jo);
|
|
605
605
|
}
|
|
606
|
-
const Qo = /* @__PURE__ */ d(
|
|
606
|
+
const Qo = /* @__PURE__ */ d(To, [["render", Go]]), Wo = a({ name: "IconDownload" }), No = {
|
|
607
607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
608
608
|
viewBox: "0 0 16 16"
|
|
609
609
|
}, Yo = /* @__PURE__ */ o("g", {
|
|
@@ -619,7 +619,7 @@ const Qo = /* @__PURE__ */ d(Ro, [["render", Go]]), Wo = a({ name: "IconDownload
|
|
|
619
619
|
Yo
|
|
620
620
|
];
|
|
621
621
|
function Ko(t, n, e, s, c, _) {
|
|
622
|
-
return
|
|
622
|
+
return r(), i("svg", No, Jo);
|
|
623
623
|
}
|
|
624
624
|
const Xo = /* @__PURE__ */ d(Wo, [["render", Ko]]), ot = a({ name: "IconDraggable" }), tt = {
|
|
625
625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -637,12 +637,12 @@ const Xo = /* @__PURE__ */ d(Wo, [["render", Ko]]), ot = a({ name: "IconDraggabl
|
|
|
637
637
|
et
|
|
638
638
|
];
|
|
639
639
|
function st(t, n, e, s, c, _) {
|
|
640
|
-
return
|
|
640
|
+
return r(), i("svg", tt, nt);
|
|
641
641
|
}
|
|
642
|
-
const ct = /* @__PURE__ */ d(ot, [["render", st]]), at = a({ name: "IconEdit" }),
|
|
642
|
+
const ct = /* @__PURE__ */ d(ot, [["render", st]]), at = a({ name: "IconEdit" }), rt = {
|
|
643
643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
644
644
|
viewBox: "0 0 16 16"
|
|
645
|
-
},
|
|
645
|
+
}, it = /* @__PURE__ */ o("g", {
|
|
646
646
|
id: "edit",
|
|
647
647
|
"fill-rule": "evenodd",
|
|
648
648
|
"stroke-width": "1"
|
|
@@ -652,10 +652,10 @@ const ct = /* @__PURE__ */ d(ot, [["render", st]]), at = a({ name: "IconEdit" })
|
|
|
652
652
|
d: "m12.88 1.364 1.793 1.793a1 1 0 0 1 .083 1.32l-.083.094L4.207 14.96H1v-3.206L11.466 1.364c.33-.33.834-.38 1.218-.153l.101.07.095.083ZM3.25 10.92 2 12.169v1.793h1.793l1.252-1.249-1.794-1.793Zm10.228-7.717-8.272 8.258.546.546 8.284-8.246-.558-.558Zm-1.236-1.235L3.96 10.215l.539.539 8.272-8.259-.528-.527Z"
|
|
653
653
|
})
|
|
654
654
|
], -1), dt = [
|
|
655
|
-
|
|
655
|
+
it
|
|
656
656
|
];
|
|
657
657
|
function _t(t, n, e, s, c, _) {
|
|
658
|
-
return
|
|
658
|
+
return r(), i("svg", rt, dt);
|
|
659
659
|
}
|
|
660
660
|
const ht = /* @__PURE__ */ d(at, [["render", _t]]), lt = a({ name: "IconEnter" }), $t = {
|
|
661
661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -673,9 +673,9 @@ const ht = /* @__PURE__ */ d(at, [["render", _t]]), lt = a({ name: "IconEnter" }
|
|
|
673
673
|
vt
|
|
674
674
|
];
|
|
675
675
|
function wt(t, n, e, s, c, _) {
|
|
676
|
-
return
|
|
676
|
+
return r(), i("svg", $t, pt);
|
|
677
677
|
}
|
|
678
|
-
const
|
|
678
|
+
const ut = /* @__PURE__ */ d(lt, [["render", wt]]), gt = a({ name: "IconErrorFill" }), mt = {
|
|
679
679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
680
680
|
viewBox: "0 0 16 16"
|
|
681
681
|
}, ft = /* @__PURE__ */ o("g", {
|
|
@@ -691,9 +691,9 @@ const gt = /* @__PURE__ */ d(lt, [["render", wt]]), ut = a({ name: "IconErrorFil
|
|
|
691
691
|
ft
|
|
692
692
|
];
|
|
693
693
|
function Zt(t, n, e, s, c, _) {
|
|
694
|
-
return
|
|
694
|
+
return r(), i("svg", mt, xt);
|
|
695
695
|
}
|
|
696
|
-
const Vt = /* @__PURE__ */ d(
|
|
696
|
+
const Vt = /* @__PURE__ */ d(gt, [["render", Zt]]), It = a({ name: "IconError" }), Ht = {
|
|
697
697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
698
698
|
viewBox: "0 0 16 16"
|
|
699
699
|
}, Lt = /* @__PURE__ */ o("g", {
|
|
@@ -709,7 +709,7 @@ const Vt = /* @__PURE__ */ d(ut, [["render", Zt]]), It = a({ name: "IconError" }
|
|
|
709
709
|
Lt
|
|
710
710
|
];
|
|
711
711
|
function Mt(t, n, e, s, c, _) {
|
|
712
|
-
return
|
|
712
|
+
return r(), i("svg", Ht, kt);
|
|
713
713
|
}
|
|
714
714
|
const St = /* @__PURE__ */ d(It, [["render", Mt]]), Ct = a({ name: "IconExternal" }), Bt = {
|
|
715
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -727,7 +727,7 @@ const St = /* @__PURE__ */ d(It, [["render", Mt]]), Ct = a({ name: "IconExternal
|
|
|
727
727
|
At
|
|
728
728
|
];
|
|
729
729
|
function bt(t, n, e, s, c, _) {
|
|
730
|
-
return
|
|
730
|
+
return r(), i("svg", Bt, Dt);
|
|
731
731
|
}
|
|
732
732
|
const zt = /* @__PURE__ */ d(Ct, [["render", bt]]), yt = a({ name: "IconFacebookFill" }), Ft = {
|
|
733
733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -746,9 +746,9 @@ const zt = /* @__PURE__ */ d(Ct, [["render", bt]]), yt = a({ name: "IconFacebook
|
|
|
746
746
|
Pt
|
|
747
747
|
];
|
|
748
748
|
function Et(t, n, e, s, c, _) {
|
|
749
|
-
return
|
|
749
|
+
return r(), i("svg", Ft, Ot);
|
|
750
750
|
}
|
|
751
|
-
const
|
|
751
|
+
const Rt = /* @__PURE__ */ d(yt, [["render", Et]]), Tt = a({ name: "IconFacebook" }), Ut = {
|
|
752
752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
753
753
|
viewBox: "0 0 16 16"
|
|
754
754
|
}, qt = /* @__PURE__ */ o("g", {
|
|
@@ -765,9 +765,9 @@ const Tt = /* @__PURE__ */ d(yt, [["render", Et]]), Rt = a({ name: "IconFacebook
|
|
|
765
765
|
qt
|
|
766
766
|
];
|
|
767
767
|
function Gt(t, n, e, s, c, _) {
|
|
768
|
-
return
|
|
768
|
+
return r(), i("svg", Ut, jt);
|
|
769
769
|
}
|
|
770
|
-
const Qt = /* @__PURE__ */ d(
|
|
770
|
+
const Qt = /* @__PURE__ */ d(Tt, [["render", Gt]]), Wt = a({ name: "IconFilters" }), Nt = {
|
|
771
771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
772
772
|
viewBox: "0 0 16 16"
|
|
773
773
|
}, Yt = /* @__PURE__ */ o("g", {
|
|
@@ -783,7 +783,7 @@ const Qt = /* @__PURE__ */ d(Rt, [["render", Gt]]), Wt = a({ name: "IconFilters"
|
|
|
783
783
|
Yt
|
|
784
784
|
];
|
|
785
785
|
function Kt(t, n, e, s, c, _) {
|
|
786
|
-
return
|
|
786
|
+
return r(), i("svg", Nt, Jt);
|
|
787
787
|
}
|
|
788
788
|
const Xt = /* @__PURE__ */ d(Wt, [["render", Kt]]), o2 = a({ name: "IconFlag" }), t2 = {
|
|
789
789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -802,848 +802,867 @@ const Xt = /* @__PURE__ */ d(Wt, [["render", Kt]]), o2 = a({ name: "IconFlag" })
|
|
|
802
802
|
e2
|
|
803
803
|
];
|
|
804
804
|
function s2(t, n, e, s, c, _) {
|
|
805
|
-
return
|
|
805
|
+
return r(), i("svg", t2, n2);
|
|
806
806
|
}
|
|
807
|
-
const c2 = /* @__PURE__ */ d(o2, [["render", s2]]), a2 = a({ name: "
|
|
807
|
+
const c2 = /* @__PURE__ */ d(o2, [["render", s2]]), a2 = a({ name: "IconFunnel" }), r2 = {
|
|
808
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
809
|
viewBox: "0 0 16 16"
|
|
810
|
-
},
|
|
811
|
-
id: "
|
|
810
|
+
}, i2 = /* @__PURE__ */ o("g", {
|
|
811
|
+
id: "funnel",
|
|
812
812
|
"fill-rule": "evenodd",
|
|
813
813
|
"stroke-width": "1"
|
|
814
814
|
}, [
|
|
815
815
|
/* @__PURE__ */ o("path", {
|
|
816
|
-
id: "
|
|
817
|
-
|
|
816
|
+
id: "Rectangle",
|
|
817
|
+
"fill-rule": "nonzero",
|
|
818
|
+
d: "M14.005 2v2.12a1 1 0 0 1-.248.659l-3.74 4.263v4.966h-4V9.042L2.251 4.78A1 1 0 0 1 2 4.117V2h12.005Zm-1 1H3v1.117L6.767 8.38l.25.284v4.344h1.999V8.666l.249-.283 3.74-4.264V3Z"
|
|
818
819
|
})
|
|
819
820
|
], -1), d2 = [
|
|
820
|
-
|
|
821
|
+
i2
|
|
821
822
|
];
|
|
822
823
|
function _2(t, n, e, s, c, _) {
|
|
823
|
-
return
|
|
824
|
+
return r(), i("svg", r2, d2);
|
|
824
825
|
}
|
|
825
|
-
const h2 = /* @__PURE__ */ d(a2, [["render", _2]]), l2 = a({ name: "
|
|
826
|
+
const h2 = /* @__PURE__ */ d(a2, [["render", _2]]), l2 = a({ name: "IconGlobe" }), $2 = {
|
|
826
827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
827
828
|
viewBox: "0 0 16 16"
|
|
828
829
|
}, v2 = /* @__PURE__ */ o("g", {
|
|
829
|
-
id: "CDS-Visual-language/Icons/16/other/
|
|
830
|
+
id: "CDS-Visual-language/Icons/16/other/workspace/globe",
|
|
830
831
|
"fill-rule": "evenodd",
|
|
831
832
|
"stroke-width": "1"
|
|
832
833
|
}, [
|
|
833
834
|
/* @__PURE__ */ o("path", {
|
|
834
835
|
id: "Shape",
|
|
835
|
-
"
|
|
836
|
-
d: "M12.002 4.793C13.935 4.793 15 6.343 15 8c0 1.657-1.065 3.274-2.998 3.274-1.127 0-2.461-.835-4.002-2.505-1.54 1.67-2.875 2.505-4.002 2.505C2.065 11.274 1 9.657 1 8s1.065-3.207 2.998-3.207c1.127 0 2.461.818 4.002 2.453 1.54-1.635 2.875-2.453 4.002-2.453Zm0 1-.117.005c-.75.06-1.76.695-2.978 1.946l-.237.25.005.006-.011.012.238.258c1.215 1.279 2.224 1.93 2.97 1.998l.13.006C13.198 10.274 14 9.309 14 8c0-1.232-.718-2.126-1.842-2.201l-.156-.006Zm-8.004 0C2.785 5.793 2 6.713 2 8c0 1.309.802 2.274 1.998 2.274.757 0 1.814-.65 3.1-2.004l.237-.258L7.325 8l.005-.006-.02-.022c-1.314-1.403-2.401-2.11-3.195-2.174l-.117-.005Z"
|
|
836
|
+
d: "M8 1a6.992 6.992 0 0 1 7 7 7 7 0 1 1-7-7ZM4.85 11.344c-.523.168-.772.403-.95.641l-.111.158-.052.079A5.979 5.979 0 0 0 8 14c1.12 0 2.167-.307 3.064-.84l.054.049c-.677-.65-1.486-.926-2.873-1.061l-.285-.026-.148-.015-.151-.026-.168-.037-.311-.086-.265-.082-1.009-.322-.313-.09c-.355-.125-.603-.165-.745-.12ZM8 2a6.034 6.034 0 0 0-1.437.173c.468.85.685 1.718.417 2.1-.28.4-.565.75-.913 1.044-.675.57-1.41.662-1.872-.104-.243-.404-.25-.798-.12-1.489l.062-.315A5.987 5.987 0 0 0 2 8c0 1.283.403 2.473 1.09 3.448l-.027.03c.309-.366.745-.705 1.31-1.012.342-.186.721-.176 1.398.006l.192.053.397.121.532.172.658.205.175.047.141.031.12.019.339.03c1.661.162 2.688.528 3.566 1.415a5.986 5.986 0 0 0 1.85-2.818l-.115-.303-.128-.304-.118-.251a4.786 4.786 0 0 0-.053-.105c-.064-.151-.109-.227-.134-.227-.019 0-.039.022-.06.066l-.175.382-.104.244-.198.485-.152.35c-.24.523-.443.787-.805.83l-.114.007-.583.01c-1.338.013-1.924-.298-2.352-1.6l-.09-.286c-.07-.21-.119-.272-.181-.286l-.033-.003h-.05l-.047.005-.09.022-.09.031-.698.279c-.677.276-1.186.41-1.774.41-.841 0-1.204-.689-.88-1.428.25-.57.543-.865 1.35-1.255l.262-.118c.282-.135.668-.375 1.042-.974.056-.109.1-.229.116-.374l.006-.114c.063-1.791.99-2.773 2.609-2.663l.183.016.427.055A5.956 5.956 0 0 0 8 2Zm.5 3.388c-.021.281-.124.482-.195.6l-.056.087c-.452.723-.755 1-1.08 1.192l-.166.09-.18.09-.177.09-.213.125a5.56 5.56 0 0 0-.108.068l-.213.144c-.343.247-.61.51-.494.628.1.102.347.05.614-.041l.231-.086.326-.127.822-.331.192-.066c.199-.062.372-.095.543-.095.592 0 .99.385 1.205 1.105.241.812.403 1.029 1.04 1.066l.135.006h.273c.273 0 .435-.018.484-.053a.208.208 0 0 0 .072-.102l.052-.138.048-.108.367-.884c.418-.97.697-1.285 1.333-1.135.231.055.457.189.644.404L14 8a5.98 5.98 0 0 0-1.67-4.153l-.936-.102-.693-.084-.538-.076c-1.17-.134-1.54.208-1.663 1.803Zm-2.898-2.89-.037.017c-.106.047-.21.097-.313.15v.071a4.53 4.53 0 0 1-.1.714l-.09.44c-.086.454-.086.681-.01.807l.032.047c.035.036.08.036.197-.06l.142-.131c.043-.043.09-.083.14-.12l.225-.165c.194-.148.348-.318.29-.642-.047-.262-.082-.38-.122-.466l-.15-.28a6.357 6.357 0 0 0-.204-.383Z"
|
|
837
837
|
})
|
|
838
838
|
], -1), p2 = [
|
|
839
839
|
v2
|
|
840
840
|
];
|
|
841
841
|
function w2(t, n, e, s, c, _) {
|
|
842
|
-
return
|
|
842
|
+
return r(), i("svg", $2, p2);
|
|
843
843
|
}
|
|
844
|
-
const
|
|
844
|
+
const u2 = /* @__PURE__ */ d(l2, [["render", w2]]), g2 = a({ name: "IconInfinity" }), m2 = {
|
|
845
845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
846
846
|
viewBox: "0 0 16 16"
|
|
847
847
|
}, f2 = /* @__PURE__ */ o("g", {
|
|
848
|
-
id: "CDS-Visual-language/Icons/16/
|
|
848
|
+
id: "CDS-Visual-language/Icons/16/other/infinity",
|
|
849
849
|
"fill-rule": "evenodd",
|
|
850
850
|
"stroke-width": "1"
|
|
851
851
|
}, [
|
|
852
852
|
/* @__PURE__ */ o("path", {
|
|
853
|
-
id: "
|
|
854
|
-
|
|
853
|
+
id: "Shape",
|
|
854
|
+
"fill-rule": "nonzero",
|
|
855
|
+
d: "M12.002 4.793C13.935 4.793 15 6.343 15 8c0 1.657-1.065 3.274-2.998 3.274-1.127 0-2.461-.835-4.002-2.505-1.54 1.67-2.875 2.505-4.002 2.505C2.065 11.274 1 9.657 1 8s1.065-3.207 2.998-3.207c1.127 0 2.461.818 4.002 2.453 1.54-1.635 2.875-2.453 4.002-2.453Zm0 1-.117.005c-.75.06-1.76.695-2.978 1.946l-.237.25.005.006-.011.012.238.258c1.215 1.279 2.224 1.93 2.97 1.998l.13.006C13.198 10.274 14 9.309 14 8c0-1.232-.718-2.126-1.842-2.201l-.156-.006Zm-8.004 0C2.785 5.793 2 6.713 2 8c0 1.309.802 2.274 1.998 2.274.757 0 1.814-.65 3.1-2.004l.237-.258L7.325 8l.005-.006-.02-.022c-1.314-1.403-2.401-2.11-3.195-2.174l-.117-.005Z"
|
|
855
856
|
})
|
|
856
857
|
], -1), x2 = [
|
|
857
858
|
f2
|
|
858
859
|
];
|
|
859
860
|
function Z2(t, n, e, s, c, _) {
|
|
860
|
-
return
|
|
861
|
+
return r(), i("svg", m2, x2);
|
|
861
862
|
}
|
|
862
|
-
const V2 = /* @__PURE__ */ d(
|
|
863
|
+
const V2 = /* @__PURE__ */ d(g2, [["render", Z2]]), I2 = a({ name: "IconInfoFill" }), H2 = {
|
|
863
864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
864
865
|
viewBox: "0 0 16 16"
|
|
865
866
|
}, L2 = /* @__PURE__ */ o("g", {
|
|
866
|
-
id: "
|
|
867
|
+
id: "CDS-Visual-language/Icons/16/info-fill",
|
|
867
868
|
"fill-rule": "evenodd",
|
|
868
869
|
"stroke-width": "1"
|
|
869
870
|
}, [
|
|
870
871
|
/* @__PURE__ */ o("path", {
|
|
871
|
-
id: "Shape",
|
|
872
|
-
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8
|
|
872
|
+
id: "Combined-Shape",
|
|
873
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm1 5H7v6h2V6Zm0-3H7v2h2V3Z"
|
|
873
874
|
})
|
|
874
875
|
], -1), k2 = [
|
|
875
876
|
L2
|
|
876
877
|
];
|
|
877
878
|
function M2(t, n, e, s, c, _) {
|
|
878
|
-
return
|
|
879
|
+
return r(), i("svg", H2, k2);
|
|
879
880
|
}
|
|
880
|
-
const S2 = /* @__PURE__ */ d(I2, [["render", M2]]), C2 = a({ name: "
|
|
881
|
+
const S2 = /* @__PURE__ */ d(I2, [["render", M2]]), C2 = a({ name: "IconInfo" }), B2 = {
|
|
881
882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
882
883
|
viewBox: "0 0 16 16"
|
|
883
884
|
}, A2 = /* @__PURE__ */ o("g", {
|
|
884
|
-
id: "
|
|
885
|
+
id: "Info",
|
|
885
886
|
"fill-rule": "evenodd",
|
|
886
887
|
"stroke-width": "1"
|
|
887
888
|
}, [
|
|
888
889
|
/* @__PURE__ */ o("path", {
|
|
889
890
|
id: "Shape",
|
|
890
|
-
d: "
|
|
891
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Zm.668 4.06V12h-.972V6.06h.972Zm0-2.412v.972h-.972v-.972h.972Z"
|
|
891
892
|
})
|
|
892
893
|
], -1), D2 = [
|
|
893
894
|
A2
|
|
894
895
|
];
|
|
895
896
|
function b2(t, n, e, s, c, _) {
|
|
896
|
-
return
|
|
897
|
+
return r(), i("svg", B2, D2);
|
|
897
898
|
}
|
|
898
|
-
const z2 = /* @__PURE__ */ d(C2, [["render", b2]]), y2 = a({ name: "
|
|
899
|
+
const z2 = /* @__PURE__ */ d(C2, [["render", b2]]), y2 = a({ name: "IconLink" }), F2 = {
|
|
899
900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
901
|
viewBox: "0 0 16 16"
|
|
901
902
|
}, P2 = /* @__PURE__ */ o("g", {
|
|
902
|
-
id: "
|
|
903
|
+
id: "link",
|
|
903
904
|
"fill-rule": "evenodd",
|
|
904
905
|
"stroke-width": "1"
|
|
905
906
|
}, [
|
|
906
907
|
/* @__PURE__ */ o("path", {
|
|
907
908
|
id: "Shape",
|
|
908
|
-
d: "
|
|
909
|
+
d: "m7.895 5.895.701.703-1.739 1.738-.1.105c-.894.967-1.013 2.318-.265 3.067.747.747 2.088.627 3.052-.25l.105-.101 3.494-3.493.1-.105c.894-.967 1.013-2.318.265-3.067-.46-.459-1.142-.59-1.824-.42l-.791-.792c1.16-.495 2.467-.339 3.316.51 1.127 1.128 1.035 3.06-.183 4.388l-.117.123-3.608 3.608c-1.329 1.328-3.348 1.463-4.51.3-1.127-1.127-1.035-3.06.183-4.387l.117-.123 1.804-1.804ZM5.7 4.091c1.329-1.328 3.348-1.463 4.51-.3 1.127 1.127 1.035 3.06-.183 4.387l-.117.123-1.805 1.804-.702-.701 1.74-1.74.101-.105c.894-.967 1.013-2.318.265-3.067-.747-.747-2.088-.627-3.052.25l-.105.101-3.494 3.493-.1.105c-.894.967-1.013 2.318-.265 3.067.46.458 1.142.59 1.823.42l.791.792c-1.16.495-2.466.338-3.315-.51-1.127-1.128-1.035-3.06.183-4.388l.117-.123L5.7 4.091Z"
|
|
909
910
|
})
|
|
910
911
|
], -1), O2 = [
|
|
911
912
|
P2
|
|
912
913
|
];
|
|
913
914
|
function E2(t, n, e, s, c, _) {
|
|
914
|
-
return
|
|
915
|
+
return r(), i("svg", F2, O2);
|
|
915
916
|
}
|
|
916
|
-
const
|
|
917
|
+
const R2 = /* @__PURE__ */ d(y2, [["render", E2]]), T2 = a({ name: "IconListSearch" }), U2 = {
|
|
917
918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
918
919
|
viewBox: "0 0 16 16"
|
|
919
920
|
}, q2 = /* @__PURE__ */ o("g", {
|
|
920
|
-
id: "list",
|
|
921
|
+
id: "list-search",
|
|
921
922
|
"fill-rule": "evenodd",
|
|
922
923
|
"stroke-width": "1"
|
|
923
924
|
}, [
|
|
924
925
|
/* @__PURE__ */ o("path", {
|
|
925
926
|
id: "Shape",
|
|
926
|
-
d: "
|
|
927
|
+
d: "M11 8a3 3 0 0 1 2.445 4.738l2.176 2.176-.707.707-2.176-2.176A3 3 0 1 1 11 8Zm-3.874 4c.092.356.23.692.41 1.001L4 13v-1h3.126ZM2 12v1H1v-1h1Zm9-3a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM7.535 9c-.179.31-.318.645-.409 1H4V9h3.535ZM2 9v1H1V9h1Zm13-3v1H4V6h11ZM2 6v1H1V6h1Zm13-3v1H4V3h11ZM2 3v1H1V3h1Z"
|
|
927
928
|
})
|
|
928
929
|
], -1), j2 = [
|
|
929
930
|
q2
|
|
930
931
|
];
|
|
931
932
|
function G2(t, n, e, s, c, _) {
|
|
932
|
-
return
|
|
933
|
+
return r(), i("svg", U2, j2);
|
|
933
934
|
}
|
|
934
|
-
const Q2 = /* @__PURE__ */ d(
|
|
935
|
+
const Q2 = /* @__PURE__ */ d(T2, [["render", G2]]), W2 = a({ name: "IconList" }), N2 = {
|
|
935
936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
936
937
|
viewBox: "0 0 16 16"
|
|
937
938
|
}, Y2 = /* @__PURE__ */ o("g", {
|
|
938
|
-
id: "
|
|
939
|
+
id: "list",
|
|
940
|
+
"fill-rule": "evenodd",
|
|
939
941
|
"stroke-width": "1"
|
|
940
942
|
}, [
|
|
941
943
|
/* @__PURE__ */ o("path", {
|
|
942
|
-
id: "
|
|
943
|
-
d: "M15
|
|
944
|
+
id: "Shape",
|
|
945
|
+
d: "M15 12v1H4v-1h11ZM2 12v1H1v-1h1Zm13-3v1H4V9h11ZM2 9v1H1V9h1Zm13-3v1H4V6h11ZM2 6v1H1V6h1Zm13-3v1H4V3h11ZM2 3v1H1V3h1Z"
|
|
944
946
|
})
|
|
945
947
|
], -1), J2 = [
|
|
946
948
|
Y2
|
|
947
949
|
];
|
|
948
950
|
function K2(t, n, e, s, c, _) {
|
|
949
|
-
return
|
|
951
|
+
return r(), i("svg", N2, J2);
|
|
950
952
|
}
|
|
951
|
-
const X2 = /* @__PURE__ */ d(W2, [["render", K2]]), oe = a({ name: "
|
|
953
|
+
const X2 = /* @__PURE__ */ d(W2, [["render", K2]]), oe = a({ name: "IconLoader" }), te = {
|
|
952
954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
953
955
|
viewBox: "0 0 16 16"
|
|
954
956
|
}, ee = /* @__PURE__ */ o("g", {
|
|
955
|
-
id: "
|
|
956
|
-
"fill-rule": "evenodd",
|
|
957
|
+
id: "Loader",
|
|
957
958
|
"stroke-width": "1"
|
|
958
959
|
}, [
|
|
959
960
|
/* @__PURE__ */ o("path", {
|
|
960
|
-
id: "Shape",
|
|
961
|
-
d: "
|
|
961
|
+
id: "Combined-Shape",
|
|
962
|
+
d: "M15 8a7 7 0 1 1-7-7v2a5 5 0 1 0 3.536 1.464L12.95 3.05A7 7 0 0 1 15 8Z"
|
|
962
963
|
})
|
|
963
964
|
], -1), ne = [
|
|
964
965
|
ee
|
|
965
966
|
];
|
|
966
967
|
function se(t, n, e, s, c, _) {
|
|
967
|
-
return
|
|
968
|
+
return r(), i("svg", te, ne);
|
|
968
969
|
}
|
|
969
|
-
const ce = /* @__PURE__ */ d(oe, [["render", se]]), ae = a({ name: "
|
|
970
|
+
const ce = /* @__PURE__ */ d(oe, [["render", se]]), ae = a({ name: "IconLocation" }), re = {
|
|
970
971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
971
972
|
viewBox: "0 0 16 16"
|
|
972
|
-
},
|
|
973
|
-
id: "CDS-Visual-language/Icons/16/
|
|
973
|
+
}, ie = /* @__PURE__ */ o("g", {
|
|
974
|
+
id: "CDS-Visual-language/Icons/16/other/location",
|
|
974
975
|
"fill-rule": "evenodd",
|
|
975
976
|
"stroke-width": "1"
|
|
976
977
|
}, [
|
|
977
978
|
/* @__PURE__ */ o("path", {
|
|
978
979
|
id: "Shape",
|
|
979
|
-
d: "M8
|
|
980
|
+
d: "M8 1a5 5 0 0 1 5 5c0 1.418-.89 3.16-1.975 4.824l-.369.552-.187.272-.38.536-.415.571-.409.55-.94 1.254L8 15l-.324-.436-1.142-1.517-.413-.56-.416-.58-.375-.542C4.09 9.545 3 7.57 3 6a5 5 0 0 1 5-5Zm0 1a4 4 0 0 0-4 4c0 .825.42 1.955 1.22 3.329.353.606.77 1.244 1.264 1.946l.446.621.529.714.538.719 1.08-1.452.182-.25c.606-.843 1.1-1.586 1.509-2.285C11.576 7.962 12 6.83 12 6a4 4 0 0 0-4-4Zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
|
|
980
981
|
})
|
|
981
982
|
], -1), de = [
|
|
982
|
-
|
|
983
|
+
ie
|
|
983
984
|
];
|
|
984
985
|
function _e(t, n, e, s, c, _) {
|
|
985
|
-
return
|
|
986
|
+
return r(), i("svg", re, de);
|
|
986
987
|
}
|
|
987
|
-
const he = /* @__PURE__ */ d(ae, [["render", _e]]), le = a({ name: "
|
|
988
|
+
const he = /* @__PURE__ */ d(ae, [["render", _e]]), le = a({ name: "IconLocked" }), $e = {
|
|
988
989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
989
990
|
viewBox: "0 0 16 16"
|
|
990
991
|
}, ve = /* @__PURE__ */ o("g", {
|
|
991
|
-
id: "
|
|
992
|
+
id: "CDS-Visual-language/Icons/16/toggle/locked",
|
|
992
993
|
"fill-rule": "evenodd",
|
|
993
994
|
"stroke-width": "1"
|
|
994
995
|
}, [
|
|
995
996
|
/* @__PURE__ */ o("path", {
|
|
996
|
-
id: "
|
|
997
|
-
d: "
|
|
997
|
+
id: "Shape",
|
|
998
|
+
d: "M8 2a3 3 0 0 1 3 3v2h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3Zm4 6H4v6h8V8Zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-7a2 2 0 0 0-1.995 1.85L6 5v2h4V5a2 2 0 0 0-1.85-1.995L8 3Z"
|
|
998
999
|
})
|
|
999
1000
|
], -1), pe = [
|
|
1000
1001
|
ve
|
|
1001
1002
|
];
|
|
1002
1003
|
function we(t, n, e, s, c, _) {
|
|
1003
|
-
return
|
|
1004
|
+
return r(), i("svg", $e, pe);
|
|
1004
1005
|
}
|
|
1005
|
-
const
|
|
1006
|
+
const ue = /* @__PURE__ */ d(le, [["render", we]]), ge = a({ name: "IconLogin" }), me = {
|
|
1006
1007
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1007
1008
|
viewBox: "0 0 16 16"
|
|
1008
1009
|
}, fe = /* @__PURE__ */ o("g", {
|
|
1009
|
-
id: "
|
|
1010
|
+
id: "login",
|
|
1010
1011
|
"fill-rule": "evenodd",
|
|
1011
1012
|
"stroke-width": "1"
|
|
1012
1013
|
}, [
|
|
1013
1014
|
/* @__PURE__ */ o("path", {
|
|
1014
|
-
id: "
|
|
1015
|
-
d: "
|
|
1015
|
+
id: "login",
|
|
1016
|
+
d: "M14 1v14H6v-2h1v1h6V2H7v1H6V1h8ZM7.536 4.5l3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707Z"
|
|
1016
1017
|
})
|
|
1017
1018
|
], -1), xe = [
|
|
1018
1019
|
fe
|
|
1019
1020
|
];
|
|
1020
1021
|
function Ze(t, n, e, s, c, _) {
|
|
1021
|
-
return
|
|
1022
|
+
return r(), i("svg", me, xe);
|
|
1022
1023
|
}
|
|
1023
|
-
const Ve = /* @__PURE__ */ d(
|
|
1024
|
+
const Ve = /* @__PURE__ */ d(ge, [["render", Ze]]), Ie = a({ name: "IconLogout" }), He = {
|
|
1024
1025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1025
1026
|
viewBox: "0 0 16 16"
|
|
1026
1027
|
}, Le = /* @__PURE__ */ o("g", {
|
|
1027
|
-
id: "
|
|
1028
|
+
id: "logout",
|
|
1028
1029
|
"fill-rule": "evenodd",
|
|
1029
1030
|
"stroke-width": "1"
|
|
1030
1031
|
}, [
|
|
1031
1032
|
/* @__PURE__ */ o("path", {
|
|
1032
|
-
id: "
|
|
1033
|
-
d: "
|
|
1033
|
+
id: "logout",
|
|
1034
|
+
d: "M10 1v2H9V2H3v12h6v-1h1v2H2V1h8Zm.536 3.5 3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707Z"
|
|
1034
1035
|
})
|
|
1035
1036
|
], -1), ke = [
|
|
1036
1037
|
Le
|
|
1037
1038
|
];
|
|
1038
1039
|
function Me(t, n, e, s, c, _) {
|
|
1039
|
-
return
|
|
1040
|
+
return r(), i("svg", He, ke);
|
|
1040
1041
|
}
|
|
1041
|
-
const Se = /* @__PURE__ */ d(Ie, [["render", Me]]), Ce = a({ name: "
|
|
1042
|
+
const Se = /* @__PURE__ */ d(Ie, [["render", Me]]), Ce = a({ name: "IconMenu" }), Be = {
|
|
1042
1043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1043
1044
|
viewBox: "0 0 16 16"
|
|
1044
1045
|
}, Ae = /* @__PURE__ */ o("g", {
|
|
1045
|
-
id: "
|
|
1046
|
+
id: "Menu",
|
|
1046
1047
|
"fill-rule": "evenodd",
|
|
1047
1048
|
"stroke-width": "1"
|
|
1048
1049
|
}, [
|
|
1049
1050
|
/* @__PURE__ */ o("path", {
|
|
1050
|
-
id: "
|
|
1051
|
-
d: "
|
|
1051
|
+
id: "menu",
|
|
1052
|
+
d: "M16 12v2H0v-2h16Zm0-5v2H0V7h16Zm0-5v2H0V2h16Z"
|
|
1052
1053
|
})
|
|
1053
1054
|
], -1), De = [
|
|
1054
1055
|
Ae
|
|
1055
1056
|
];
|
|
1056
1057
|
function be(t, n, e, s, c, _) {
|
|
1057
|
-
return
|
|
1058
|
+
return r(), i("svg", Be, De);
|
|
1058
1059
|
}
|
|
1059
|
-
const ze = /* @__PURE__ */ d(Ce, [["render", be]]), ye = a({ name: "
|
|
1060
|
+
const ze = /* @__PURE__ */ d(Ce, [["render", be]]), ye = a({ name: "IconMinus" }), Fe = {
|
|
1060
1061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1061
1062
|
viewBox: "0 0 16 16"
|
|
1062
1063
|
}, Pe = /* @__PURE__ */ o("g", {
|
|
1063
|
-
id: "
|
|
1064
|
+
id: "minus",
|
|
1064
1065
|
"fill-rule": "evenodd",
|
|
1065
1066
|
"stroke-width": "1"
|
|
1066
1067
|
}, [
|
|
1067
1068
|
/* @__PURE__ */ o("path", {
|
|
1068
|
-
id: "
|
|
1069
|
-
d: "M2
|
|
1069
|
+
id: "Path",
|
|
1070
|
+
d: "M2 8h12v1H2z"
|
|
1070
1071
|
})
|
|
1071
1072
|
], -1), Oe = [
|
|
1072
1073
|
Pe
|
|
1073
1074
|
];
|
|
1074
1075
|
function Ee(t, n, e, s, c, _) {
|
|
1075
|
-
return
|
|
1076
|
+
return r(), i("svg", Fe, Oe);
|
|
1076
1077
|
}
|
|
1077
|
-
const
|
|
1078
|
+
const Re = /* @__PURE__ */ d(ye, [["render", Ee]]), Te = a({ name: "IconNotification" }), Ue = {
|
|
1078
1079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1079
1080
|
viewBox: "0 0 16 16"
|
|
1080
1081
|
}, qe = /* @__PURE__ */ o("g", {
|
|
1081
|
-
id: "
|
|
1082
|
+
id: "notification",
|
|
1082
1083
|
"fill-rule": "evenodd",
|
|
1083
1084
|
"stroke-width": "1"
|
|
1084
1085
|
}, [
|
|
1085
1086
|
/* @__PURE__ */ o("path", {
|
|
1086
|
-
id: "
|
|
1087
|
-
d: "
|
|
1088
|
-
transform: "rotate(90 8 8)"
|
|
1087
|
+
id: "notification",
|
|
1088
|
+
d: "M2 12.5v-2L3 9V7c0-2.817 1.973-4.752 4.5-4.978V1h1v1.025a5 5 0 0 1 4.495 4.758L13 7v2l1 1.5v2h-3.5a2.5 2.5 0 1 1-5 0H2Zm4.5 0a1.5 1.5 0 0 0 3 0h-3ZM8 3a4 4 0 0 0-3.995 3.8L4 7v2.3l-1 1.467v.733h10v-.733L12 9.3V7l-.005-.2A4 4 0 0 0 8 3Z"
|
|
1089
1089
|
})
|
|
1090
1090
|
], -1), je = [
|
|
1091
1091
|
qe
|
|
1092
1092
|
];
|
|
1093
1093
|
function Ge(t, n, e, s, c, _) {
|
|
1094
|
-
return
|
|
1094
|
+
return r(), i("svg", Ue, je);
|
|
1095
1095
|
}
|
|
1096
|
-
const Qe = /* @__PURE__ */ d(
|
|
1096
|
+
const Qe = /* @__PURE__ */ d(Te, [["render", Ge]]), We = a({ name: "IconOverflowMenuHorizontal" }), Ne = {
|
|
1097
1097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1098
1098
|
viewBox: "0 0 16 16"
|
|
1099
1099
|
}, Ye = /* @__PURE__ */ o("g", {
|
|
1100
|
-
id: "Overflow-menu-
|
|
1100
|
+
id: "Overflow-menu-horizontal",
|
|
1101
1101
|
"fill-rule": "evenodd",
|
|
1102
1102
|
"stroke-width": "1"
|
|
1103
1103
|
}, [
|
|
1104
1104
|
/* @__PURE__ */ o("path", {
|
|
1105
1105
|
id: "overflow-menu-vertical",
|
|
1106
|
-
d: "M8 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
1106
|
+
d: "M8 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z",
|
|
1107
|
+
transform: "rotate(90 8 8)"
|
|
1107
1108
|
})
|
|
1108
1109
|
], -1), Je = [
|
|
1109
1110
|
Ye
|
|
1110
1111
|
];
|
|
1111
1112
|
function Ke(t, n, e, s, c, _) {
|
|
1112
|
-
return
|
|
1113
|
+
return r(), i("svg", Ne, Je);
|
|
1113
1114
|
}
|
|
1114
|
-
const Xe = /* @__PURE__ */ d(We, [["render", Ke]]), on = a({ name: "
|
|
1115
|
+
const Xe = /* @__PURE__ */ d(We, [["render", Ke]]), on = a({ name: "IconOverflowMenuVertical" }), tn = {
|
|
1115
1116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1116
1117
|
viewBox: "0 0 16 16"
|
|
1117
1118
|
}, en = /* @__PURE__ */ o("g", {
|
|
1118
|
-
id: "
|
|
1119
|
+
id: "Overflow-menu-vertical",
|
|
1119
1120
|
"fill-rule": "evenodd",
|
|
1120
1121
|
"stroke-width": "1"
|
|
1121
1122
|
}, [
|
|
1122
1123
|
/* @__PURE__ */ o("path", {
|
|
1123
|
-
id: "
|
|
1124
|
-
d: "
|
|
1124
|
+
id: "overflow-menu-vertical",
|
|
1125
|
+
d: "M8 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
1125
1126
|
})
|
|
1126
1127
|
], -1), nn = [
|
|
1127
1128
|
en
|
|
1128
1129
|
];
|
|
1129
1130
|
function sn(t, n, e, s, c, _) {
|
|
1130
|
-
return
|
|
1131
|
+
return r(), i("svg", tn, nn);
|
|
1131
1132
|
}
|
|
1132
|
-
const cn = /* @__PURE__ */ d(on, [["render", sn]]), an = a({ name: "
|
|
1133
|
+
const cn = /* @__PURE__ */ d(on, [["render", sn]]), an = a({ name: "IconPassword" }), rn = {
|
|
1133
1134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1134
1135
|
viewBox: "0 0 16 16"
|
|
1135
1136
|
}, dn = /* @__PURE__ */ o("g", {
|
|
1136
|
-
id: "
|
|
1137
|
+
id: "password",
|
|
1137
1138
|
"fill-rule": "evenodd",
|
|
1138
1139
|
"stroke-width": "1"
|
|
1139
1140
|
}, [
|
|
1140
1141
|
/* @__PURE__ */ o("path", {
|
|
1141
|
-
id: "
|
|
1142
|
-
"
|
|
1143
|
-
d: "M9.506 2.432a.5.5 0 0 1 .779-.333l.065.054 3.546 3.477a.5.5 0 0 1-.162.82l-.086.027-1.719.36L9.48 9.211v2.869a.501.501 0 0 1-.72.45l-.071-.043-.066-.057-1.63-1.662-2.645 2.647a.5.5 0 0 1-.275.14l-.078.007H2.992a.5.5 0 0 1-.492-.41l-.008-.09v-.982a.5.5 0 0 1 .094-.292l.05-.06L5.298 9.04l-1.66-1.691a.5.5 0 0 1 .272-.844l.086-.007h2.8l2.446-2.401.265-1.665ZM5.997 9.754l-2.505 2.531v.276h.295l2.503-2.506-.122-.127-.17-.174Zm4.344-6.209-.138.873a.5.5 0 0 1-.091.218l-.053.06-2.709 2.66a.5.5 0 0 1-.253.133L7 7.499l-1.815-.001 1.094 1.113.048.035.045.042.575.606 1.533 1.562V9a.5.5 0 0 1 .057-.23l.042-.068.053-.061 2.704-2.622a.5.5 0 0 1 .156-.102l.09-.028.946-.199-2.187-2.145Z"
|
|
1142
|
+
id: "password",
|
|
1143
|
+
d: "m11.818 1.546 2.636 2.636a1.864 1.864 0 0 1 0 2.636l-2.636 2.636a1.864 1.864 0 0 1-2.536.093l-1.45 1.452L7 11v.831L5.83 13 5 13v.83L3.83 15H1.002L1 12l5.374-5.38a1.864 1.864 0 0 1 .172-2.438l2.636-2.636a1.864 1.864 0 0 1 2.636 0ZM7.068 7.34l-5.069 5.073.002 1.585h1.414l.584-.584.002-1.414 1.414-.002.584-.584.002-1.414 1.415-.002 1.156-1.154-1.504-1.504Zm2.854-5.208-.081.072-2.636 2.636a.932.932 0 0 0-.072 1.237l.072.081 2.636 2.636a.932.932 0 0 0 1.237.072l.081-.072 2.636-2.636a.932.932 0 0 0 .072-1.237l-.072-.081-2.636-2.636a.932.932 0 0 0-1.237-.072Zm1.237 1.39 1.318 1.318a.466.466 0 0 1-.659.659L10.5 4.182a.466.466 0 0 1 .659-.659Z"
|
|
1144
1144
|
})
|
|
1145
1145
|
], -1), _n = [
|
|
1146
1146
|
dn
|
|
1147
1147
|
];
|
|
1148
1148
|
function hn(t, n, e, s, c, _) {
|
|
1149
|
-
return
|
|
1149
|
+
return r(), i("svg", rn, _n);
|
|
1150
1150
|
}
|
|
1151
|
-
const ln = /* @__PURE__ */ d(an, [["render", hn]]), $n = a({ name: "
|
|
1151
|
+
const ln = /* @__PURE__ */ d(an, [["render", hn]]), $n = a({ name: "IconPin" }), vn = {
|
|
1152
1152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1153
1153
|
viewBox: "0 0 16 16"
|
|
1154
1154
|
}, pn = /* @__PURE__ */ o("g", {
|
|
1155
|
-
id: "
|
|
1155
|
+
id: "pin",
|
|
1156
1156
|
"fill-rule": "evenodd",
|
|
1157
1157
|
"stroke-width": "1"
|
|
1158
1158
|
}, [
|
|
1159
1159
|
/* @__PURE__ */ o("path", {
|
|
1160
|
-
id: "
|
|
1161
|
-
|
|
1160
|
+
id: "Shape",
|
|
1161
|
+
"fill-rule": "nonzero",
|
|
1162
|
+
d: "M9.506 2.432a.5.5 0 0 1 .779-.333l.065.054 3.546 3.477a.5.5 0 0 1-.162.82l-.086.027-1.719.36L9.48 9.211v2.869a.501.501 0 0 1-.72.45l-.071-.043-.066-.057-1.63-1.662-2.645 2.647a.5.5 0 0 1-.275.14l-.078.007H2.992a.5.5 0 0 1-.492-.41l-.008-.09v-.982a.5.5 0 0 1 .094-.292l.05-.06L5.298 9.04l-1.66-1.691a.5.5 0 0 1 .272-.844l.086-.007h2.8l2.446-2.401.265-1.665ZM5.997 9.754l-2.505 2.531v.276h.295l2.503-2.506-.122-.127-.17-.174Zm4.344-6.209-.138.873a.5.5 0 0 1-.091.218l-.053.06-2.709 2.66a.5.5 0 0 1-.253.133L7 7.499l-1.815-.001 1.094 1.113.048.035.045.042.575.606 1.533 1.562V9a.5.5 0 0 1 .057-.23l.042-.068.053-.061 2.704-2.622a.5.5 0 0 1 .156-.102l.09-.028.946-.199-2.187-2.145Z"
|
|
1162
1163
|
})
|
|
1163
1164
|
], -1), wn = [
|
|
1164
1165
|
pn
|
|
1165
1166
|
];
|
|
1166
|
-
function
|
|
1167
|
-
return
|
|
1167
|
+
function un(t, n, e, s, c, _) {
|
|
1168
|
+
return r(), i("svg", vn, wn);
|
|
1168
1169
|
}
|
|
1169
|
-
const
|
|
1170
|
+
const gn = /* @__PURE__ */ d($n, [["render", un]]), mn = a({ name: "IconPlus" }), fn = {
|
|
1170
1171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1171
1172
|
viewBox: "0 0 16 16"
|
|
1172
1173
|
}, xn = /* @__PURE__ */ o("g", {
|
|
1173
|
-
id: "
|
|
1174
|
+
id: "plus",
|
|
1174
1175
|
"fill-rule": "evenodd",
|
|
1175
1176
|
"stroke-width": "1"
|
|
1176
1177
|
}, [
|
|
1177
1178
|
/* @__PURE__ */ o("path", {
|
|
1178
|
-
id: "Shape",
|
|
1179
|
-
|
|
1180
|
-
d: "M12 2v3h2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-2v2H4v-2H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2V2h8Zm-1 7.01H5.02V12H5v1h6V9.01ZM14 6H2v5h2V8h8l.002.848.006.046.007.116V11H14V6Zm-3-3H5v2h6V3Z"
|
|
1179
|
+
id: "Combined-Shape",
|
|
1180
|
+
d: "M8.5 2v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5V2z"
|
|
1181
1181
|
})
|
|
1182
1182
|
], -1), Zn = [
|
|
1183
1183
|
xn
|
|
1184
1184
|
];
|
|
1185
1185
|
function Vn(t, n, e, s, c, _) {
|
|
1186
|
-
return
|
|
1186
|
+
return r(), i("svg", fn, Zn);
|
|
1187
1187
|
}
|
|
1188
|
-
const In = /* @__PURE__ */ d(mn, [["render", Vn]]), Hn = a({ name: "
|
|
1188
|
+
const In = /* @__PURE__ */ d(mn, [["render", Vn]]), Hn = a({ name: "IconPrinter" }), Ln = {
|
|
1189
1189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1190
1190
|
viewBox: "0 0 16 16"
|
|
1191
1191
|
}, kn = /* @__PURE__ */ o("g", {
|
|
1192
|
-
id: "CDS-Visual-language/Icons/16/
|
|
1192
|
+
id: "CDS-Visual-language/Icons/16/other/printer",
|
|
1193
1193
|
"fill-rule": "evenodd",
|
|
1194
1194
|
"stroke-width": "1"
|
|
1195
1195
|
}, [
|
|
1196
1196
|
/* @__PURE__ */ o("path", {
|
|
1197
1197
|
id: "Shape",
|
|
1198
|
-
|
|
1198
|
+
"fill-rule": "nonzero",
|
|
1199
|
+
d: "M12 2v3h2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-2v2H4v-2H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2V2h8Zm-1 7.01H5.02V12H5v1h6V9.01ZM14 6H2v5h2V8h8l.002.848.006.046.007.116V11H14V6Zm-3-3H5v2h6V3Z"
|
|
1199
1200
|
})
|
|
1200
1201
|
], -1), Mn = [
|
|
1201
1202
|
kn
|
|
1202
1203
|
];
|
|
1203
1204
|
function Sn(t, n, e, s, c, _) {
|
|
1204
|
-
return
|
|
1205
|
+
return r(), i("svg", Ln, Mn);
|
|
1205
1206
|
}
|
|
1206
|
-
const Cn = /* @__PURE__ */ d(Hn, [["render", Sn]]), Bn = a({ name: "
|
|
1207
|
+
const Cn = /* @__PURE__ */ d(Hn, [["render", Sn]]), Bn = a({ name: "IconQuestionFill" }), An = {
|
|
1207
1208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
1209
|
viewBox: "0 0 16 16"
|
|
1209
1210
|
}, Dn = /* @__PURE__ */ o("g", {
|
|
1210
|
-
id: "question",
|
|
1211
|
+
id: "CDS-Visual-language/Icons/16/question-fill",
|
|
1211
1212
|
"fill-rule": "evenodd",
|
|
1212
1213
|
"stroke-width": "1"
|
|
1213
1214
|
}, [
|
|
1214
1215
|
/* @__PURE__ */ o("path", {
|
|
1215
1216
|
id: "Shape",
|
|
1216
|
-
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8
|
|
1217
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm2.404 4.576c0 .215-.014.408-.042.581a2.365 2.365 0 0 1-.329.882c-.08.126-.166.259-.259.399a7.103 7.103 0 0 1-.364.497 7.77 7.77 0 0 0-.371.504 3.08 3.08 0 0 0-.294.546c-.08.191-.119.39-.119.595v.63H7.058v-.56c0-.355.033-.663.098-.924s.191-.523.378-.784c.15-.224.296-.434.441-.63.145-.196.27-.383.378-.56.107-.177.196-.35.266-.518.07-.168.105-.336.105-.504 0-.13-.012-.268-.035-.413a1.082 1.082 0 0 0-.147-.399.888.888 0 0 0-.315-.301c-.135-.08-.315-.119-.539-.119a.984.984 0 0 0-.805.371c-.2.247-.31.576-.329.987a59.858 59.858 0 0 0-.77-.105A30.583 30.583 0 0 0 5 5.66c.037-.439.138-.824.301-1.155.163-.331.366-.609.609-.833.243-.224.523-.392.84-.504A3.049 3.049 0 0 1 7.772 3c.868 0 1.524.233 1.967.7.443.467.665 1.092.665 1.876Zm-3.36 7.238V11.26h1.568v1.554H7.044Z"
|
|
1217
1218
|
})
|
|
1218
1219
|
], -1), bn = [
|
|
1219
1220
|
Dn
|
|
1220
1221
|
];
|
|
1221
1222
|
function zn(t, n, e, s, c, _) {
|
|
1222
|
-
return
|
|
1223
|
+
return r(), i("svg", An, bn);
|
|
1223
1224
|
}
|
|
1224
|
-
const yn = /* @__PURE__ */ d(Bn, [["render", zn]]), Fn = a({ name: "
|
|
1225
|
+
const yn = /* @__PURE__ */ d(Bn, [["render", zn]]), Fn = a({ name: "IconQuestion" }), Pn = {
|
|
1225
1226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1226
1227
|
viewBox: "0 0 16 16"
|
|
1227
1228
|
}, On = /* @__PURE__ */ o("g", {
|
|
1228
|
-
id: "
|
|
1229
|
+
id: "question",
|
|
1229
1230
|
"fill-rule": "evenodd",
|
|
1230
1231
|
"stroke-width": "1"
|
|
1231
1232
|
}, [
|
|
1232
1233
|
/* @__PURE__ */ o("path", {
|
|
1233
1234
|
id: "Shape",
|
|
1234
|
-
d: "
|
|
1235
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm2.232-8.3c0 .192-.014.364-.042.516a2.238 2.238 0 0 1-.312.804c-.076.12-.162.252-.258.396a4.866 4.866 0 0 1-.3.39c-.112.132-.218.27-.318.414a2.74 2.74 0 0 0-.252.444 1.109 1.109 0 0 0-.102.456v.72h-.996v-.564c0-.288.034-.544.102-.768a2.03 2.03 0 0 1 .342-.648l.756-1.02c.208-.28.32-.564.336-.852 0-.168-.012-.338-.036-.51a1.294 1.294 0 0 0-.156-.468.922.922 0 0 0-.348-.342c-.152-.088-.352-.132-.6-.132-.184 0-.35.038-.498.114a1.14 1.14 0 0 0-.372.3c-.1.124-.178.266-.234.426-.056.16-.088.32-.096.48l-.996-.144c.048-.36.14-.674.276-.942a2.2 2.2 0 0 1 .504-.666c.2-.176.426-.306.678-.39.252-.084.518-.126.798-.126.696 0 1.224.192 1.584.576.36.384.54.896.54 1.536ZM7.628 12v-1.068h1.008V12H7.628Z"
|
|
1235
1236
|
})
|
|
1236
1237
|
], -1), En = [
|
|
1237
1238
|
On
|
|
1238
1239
|
];
|
|
1239
|
-
function
|
|
1240
|
-
return
|
|
1240
|
+
function Rn(t, n, e, s, c, _) {
|
|
1241
|
+
return r(), i("svg", Pn, En);
|
|
1241
1242
|
}
|
|
1242
|
-
const
|
|
1243
|
+
const Tn = /* @__PURE__ */ d(Fn, [["render", Rn]]), Un = a({ name: "IconRefresh" }), qn = {
|
|
1243
1244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1244
1245
|
viewBox: "0 0 16 16"
|
|
1245
1246
|
}, jn = /* @__PURE__ */ o("g", {
|
|
1246
|
-
id: "
|
|
1247
|
+
id: "refresh",
|
|
1247
1248
|
"fill-rule": "evenodd",
|
|
1248
1249
|
"stroke-width": "1"
|
|
1249
1250
|
}, [
|
|
1250
1251
|
/* @__PURE__ */ o("path", {
|
|
1251
|
-
id: "
|
|
1252
|
-
d: "
|
|
1252
|
+
id: "Shape",
|
|
1253
|
+
d: "M14.93 7A7 7 0 0 1 3 12.898V15H2v-4h4v1l-2.471.001A6 6 0 0 0 13.917 7h1.012Zm-1.001-6v4h-4V4h2.47A6 6 0 0 0 2.012 9.001L1 9a7 7 0 0 1 11.93-5.898V1h1Z"
|
|
1253
1254
|
})
|
|
1254
1255
|
], -1), Gn = [
|
|
1255
1256
|
jn
|
|
1256
1257
|
];
|
|
1257
1258
|
function Qn(t, n, e, s, c, _) {
|
|
1258
|
-
return
|
|
1259
|
+
return r(), i("svg", qn, Gn);
|
|
1259
1260
|
}
|
|
1260
|
-
const Wn = /* @__PURE__ */ d(Un, [["render", Qn]]), Nn = a({ name: "
|
|
1261
|
+
const Wn = /* @__PURE__ */ d(Un, [["render", Qn]]), Nn = a({ name: "IconRemove" }), Yn = {
|
|
1261
1262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1262
1263
|
viewBox: "0 0 16 16"
|
|
1263
1264
|
}, Jn = /* @__PURE__ */ o("g", {
|
|
1264
|
-
id: "
|
|
1265
|
+
id: "remove",
|
|
1265
1266
|
"fill-rule": "evenodd",
|
|
1266
1267
|
"stroke-width": "1"
|
|
1267
1268
|
}, [
|
|
1268
1269
|
/* @__PURE__ */ o("path", {
|
|
1269
|
-
id: "
|
|
1270
|
-
d: "
|
|
1270
|
+
id: "Path",
|
|
1271
|
+
d: "m8.01 7.345 3.324-3.324.665.665L8.675 8.01l3.304 3.304-.665.665L8.01 8.675 4.685 12l-.665-.665L7.345 8.01 4 4.665 4.665 4 8.01 7.345z"
|
|
1271
1272
|
})
|
|
1272
1273
|
], -1), Kn = [
|
|
1273
1274
|
Jn
|
|
1274
1275
|
];
|
|
1275
1276
|
function Xn(t, n, e, s, c, _) {
|
|
1276
|
-
return
|
|
1277
|
+
return r(), i("svg", Yn, Kn);
|
|
1277
1278
|
}
|
|
1278
|
-
const os = /* @__PURE__ */ d(Nn, [["render", Xn]]), ts = a({ name: "
|
|
1279
|
+
const os = /* @__PURE__ */ d(Nn, [["render", Xn]]), ts = a({ name: "IconSandglass" }), es = {
|
|
1279
1280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1280
1281
|
viewBox: "0 0 16 16"
|
|
1281
1282
|
}, ns = /* @__PURE__ */ o("g", {
|
|
1282
|
-
id: "
|
|
1283
|
+
id: "sandglass",
|
|
1283
1284
|
"fill-rule": "evenodd",
|
|
1284
1285
|
"stroke-width": "1"
|
|
1285
1286
|
}, [
|
|
1286
1287
|
/* @__PURE__ */ o("path", {
|
|
1287
|
-
id: "
|
|
1288
|
-
"
|
|
1289
|
-
d: "M2 14V2h9.026L14 5.001V14H2ZM5 3H3v10h2V8h6v5h2V5.413l-2-2.019V6H5V3Zm5 6H6v4h4V9Zm0-6H6v2h4V3Z"
|
|
1288
|
+
id: "Shape",
|
|
1289
|
+
d: "M11.992 1v1l-.117.007a1 1 0 0 0-.883.993v2l-.005.157a2.013 2.013 0 0 1-.935 1.57l-.176.103c-.498.302-.882.673-.882 1.17l.001.057c.028.469.402.822.881 1.113l.117.068c.534.303.915.868.987 1.531l.007.074.005.157v2l.007.117a1 1 0 0 0 .764.857l.112.02.117.006v1H3.997v-1l.117-.007a1 1 0 0 0 .876-.876L4.997 13v-2l.005-.157.007-.074a2.015 2.015 0 0 1 .856-1.45l.13-.08.118-.07c.43-.26.777-.573.862-.975l.018-.137L6.995 8c0-.452-.318-.8-.75-1.085l-.132-.085-.176-.103a2.005 2.005 0 0 1-.916-1.405l-.019-.165L4.997 5V3a1 1 0 0 0-.883-.993L3.997 2V1h7.995ZM7.678 13.105l-1.812.606c-.038.1-.085.198-.138.29h4.533c-.053-.092-.1-.19-.138-.29l-1.813-.606a.999.999 0 0 0-.632 0ZM7.994 8v.074a2 2 0 0 1-.999 1.658c-.537.312-.852.6-.956.972l-.027.127-.007.052L6 11l-.001 1.666 1.68-.56a.999.999 0 0 1 .632 0l1.68.56V11l-.006-.117-.007-.052c-.063-.434-.386-.753-.983-1.099a2 2 0 0 1-.998-1.658L7.994 8ZM9.99 5H6l.006.117.007.052c.063.434.386.753.983 1.099a2 2 0 0 1 .992 1.563L7.994 8a2 2 0 0 1 1-1.732c.597-.346.92-.665.983-1.099l.007-.052L9.99 5Zm.27-3H5.728c.17.294.268.636.268 1h.003l-.001 1H9.99V3h.003c0-.364.097-.706.267-1Z"
|
|
1290
1290
|
})
|
|
1291
1291
|
], -1), ss = [
|
|
1292
1292
|
ns
|
|
1293
1293
|
];
|
|
1294
1294
|
function cs(t, n, e, s, c, _) {
|
|
1295
|
-
return
|
|
1295
|
+
return r(), i("svg", es, ss);
|
|
1296
1296
|
}
|
|
1297
|
-
const as = /* @__PURE__ */ d(ts, [["render", cs]]),
|
|
1297
|
+
const as = /* @__PURE__ */ d(ts, [["render", cs]]), rs = a({ name: "IconSave" }), is = {
|
|
1298
1298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1299
1299
|
viewBox: "0 0 16 16"
|
|
1300
1300
|
}, ds = /* @__PURE__ */ o("g", {
|
|
1301
|
-
id: "
|
|
1301
|
+
id: "Save",
|
|
1302
1302
|
"fill-rule": "evenodd",
|
|
1303
1303
|
"stroke-width": "1"
|
|
1304
1304
|
}, [
|
|
1305
1305
|
/* @__PURE__ */ o("path", {
|
|
1306
|
-
id: "Shape",
|
|
1307
|
-
|
|
1306
|
+
id: "Combined-Shape",
|
|
1307
|
+
"fill-rule": "nonzero",
|
|
1308
|
+
d: "M2 14V2h9.026L14 5.001V14H2ZM5 3H3v10h2V8h6v5h2V5.413l-2-2.019V6H5V3Zm5 6H6v4h4V9Zm0-6H6v2h4V3Z"
|
|
1308
1309
|
})
|
|
1309
1310
|
], -1), _s = [
|
|
1310
1311
|
ds
|
|
1311
1312
|
];
|
|
1312
1313
|
function hs(t, n, e, s, c, _) {
|
|
1313
|
-
return
|
|
1314
|
+
return r(), i("svg", is, _s);
|
|
1314
1315
|
}
|
|
1315
|
-
const ls = /* @__PURE__ */ d(
|
|
1316
|
+
const ls = /* @__PURE__ */ d(rs, [["render", hs]]), $s = a({ name: "IconSearch" }), vs = {
|
|
1316
1317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1317
1318
|
viewBox: "0 0 16 16"
|
|
1318
1319
|
}, ps = /* @__PURE__ */ o("g", {
|
|
1319
|
-
id: "
|
|
1320
|
+
id: "search",
|
|
1320
1321
|
"fill-rule": "evenodd",
|
|
1321
1322
|
"stroke-width": "1"
|
|
1322
1323
|
}, [
|
|
1323
1324
|
/* @__PURE__ */ o("path", {
|
|
1324
|
-
id: "
|
|
1325
|
-
d: "
|
|
1325
|
+
id: "Shape",
|
|
1326
|
+
d: "M6.5 1a5.5 5.5 0 0 1 4.187 9.067L15 14.5l-.5.5-4.433-4.313A5.5 5.5 0 1 1 6.5 1Zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z"
|
|
1326
1327
|
})
|
|
1327
1328
|
], -1), ws = [
|
|
1328
1329
|
ps
|
|
1329
1330
|
];
|
|
1330
|
-
function
|
|
1331
|
-
return
|
|
1331
|
+
function us(t, n, e, s, c, _) {
|
|
1332
|
+
return r(), i("svg", vs, ws);
|
|
1332
1333
|
}
|
|
1333
|
-
const
|
|
1334
|
+
const gs = /* @__PURE__ */ d($s, [["render", us]]), ms = a({ name: "IconSettings" }), fs = {
|
|
1334
1335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1335
1336
|
viewBox: "0 0 16 16"
|
|
1336
1337
|
}, xs = /* @__PURE__ */ o("g", {
|
|
1337
|
-
id: "
|
|
1338
|
+
id: "settings",
|
|
1338
1339
|
"fill-rule": "evenodd",
|
|
1339
1340
|
"stroke-width": "1"
|
|
1340
1341
|
}, [
|
|
1341
1342
|
/* @__PURE__ */ o("path", {
|
|
1342
|
-
id: "Shape",
|
|
1343
|
-
d: "
|
|
1343
|
+
id: "Combined-Shape",
|
|
1344
|
+
d: "M8 10.841a2.84 2.84 0 1 1 0-5.68 2.84 2.84 0 0 1 0 5.68Zm0-.786a2.054 2.054 0 1 0 0-4.108 2.054 2.054 0 0 0 0 4.108Zm4.644.463.94 1.223c.109.14.11.336.003.477-.39.517-.851.977-1.367 1.368a.393.393 0 0 1-.477-.002l-1.224-.94a5.248 5.248 0 0 1-1.015.421l-.2 1.53a.393.393 0 0 1-.336.338c-.655.091-1.278.091-1.933.001a.393.393 0 0 1-.336-.339l-.2-1.528a5.249 5.249 0 0 1-1.017-.421l-1.224.94a.393.393 0 0 1-.477.002 7.098 7.098 0 0 1-1.367-1.366.393.393 0 0 1 .002-.477l.94-1.224a5.248 5.248 0 0 1-.422-1.018l-1.53-.2a.393.393 0 0 1-.338-.336 7.086 7.086 0 0 1 0-1.932.393.393 0 0 1 .339-.336l1.529-.2c.105-.355.246-.695.422-1.019l-.94-1.223a.393.393 0 0 1-.002-.477c.39-.516.86-.983 1.367-1.366a.393.393 0 0 1 .477.002l1.224.94a5.248 5.248 0 0 1 1.017-.421l.2-1.529a.393.393 0 0 1 .336-.338 6.915 6.915 0 0 1 1.933 0 .393.393 0 0 1 .336.339l.2 1.53c.353.104.693.245 1.015.42l1.224-.94a.393.393 0 0 1 .477-.001c.516.39.976.85 1.367 1.367a.393.393 0 0 1-.002.477l-.94 1.224c.174.322.315.661.42 1.014l1.528.2c.176.023.315.16.34.336.09.658.09 1.282-.001 1.934a.393.393 0 0 1-.339.336l-1.529.2a5.248 5.248 0 0 1-.42 1.014Zm-.784.27a.393.393 0 0 1-.023-.444c.244-.399.424-.832.533-1.288a.393.393 0 0 1 .332-.298l1.485-.194a6.043 6.043 0 0 0 0-1.126l-1.485-.194a.393.393 0 0 1-.332-.298c-.11-.456-.29-.89-.533-1.288a.393.393 0 0 1 .023-.445l.914-1.189a6.253 6.253 0 0 0-.796-.796l-1.188.914a.393.393 0 0 1-.445.023 4.465 4.465 0 0 0-1.289-.535.393.393 0 0 1-.298-.331l-.194-1.486a6.046 6.046 0 0 0-1.125 0l-.194 1.484a.393.393 0 0 1-.298.332c-.458.11-.892.29-1.291.535a.393.393 0 0 1-.445-.024l-1.188-.913a6.348 6.348 0 0 0-.796.795l.913 1.187c.1.13.109.307.024.446-.245.4-.426.834-.536 1.291a.393.393 0 0 1-.332.298l-1.484.195a6.317 6.317 0 0 0 0 1.124l1.484.194c.162.021.294.14.332.298.11.458.29.892.536 1.292a.393.393 0 0 1-.024.445l-.913 1.188c.239.286.507.554.796.795l1.188-.913c.129-.1.306-.109.445-.024.4.245.834.425 1.29.535.16.038.278.17.299.331l.194 1.485c.378.035.747.035 1.125 0l.194-1.486a.393.393 0 0 1 .298-.331c.457-.11.89-.291 1.289-.535a.393.393 0 0 1 .445.023l1.188.913c.289-.24.555-.507.796-.796l-.914-1.188Z"
|
|
1344
1345
|
})
|
|
1345
1346
|
], -1), Zs = [
|
|
1346
1347
|
xs
|
|
1347
1348
|
];
|
|
1348
1349
|
function Vs(t, n, e, s, c, _) {
|
|
1349
|
-
return
|
|
1350
|
+
return r(), i("svg", fs, Zs);
|
|
1350
1351
|
}
|
|
1351
|
-
const Is = /* @__PURE__ */ d(ms, [["render", Vs]]), Hs = a({ name: "
|
|
1352
|
+
const Is = /* @__PURE__ */ d(ms, [["render", Vs]]), Hs = a({ name: "IconShoppingCart" }), Ls = {
|
|
1352
1353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1353
1354
|
viewBox: "0 0 16 16"
|
|
1354
1355
|
}, ks = /* @__PURE__ */ o("g", {
|
|
1355
|
-
id: "
|
|
1356
|
+
id: "shopping-cart",
|
|
1356
1357
|
"fill-rule": "evenodd",
|
|
1357
1358
|
"stroke-width": "1"
|
|
1358
1359
|
}, [
|
|
1359
1360
|
/* @__PURE__ */ o("path", {
|
|
1360
|
-
id: "
|
|
1361
|
-
d: "
|
|
1361
|
+
id: "Shape",
|
|
1362
|
+
d: "M5.95 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM2.5 2h1.285l.083.007a.5.5 0 0 1 .552.324l.023.087.268 1.599c.063-.012.122-.017.181-.017h8.877a1 1 0 0 1 .987 1.164l-.667 4a1 1 0 0 1-.986.836H5.707l.167 1h6.576a.5.5 0 0 1 .09.992l-.09.008-6.918-.007-.069.007H5.45a.503.503 0 0 1-.47-.33l-.023-.088L3.526 3H2.5a.5.5 0 1 1 0-1Zm11.27 3H4.891l.718 4h7.493l.666-4Z"
|
|
1362
1363
|
})
|
|
1363
1364
|
], -1), Ms = [
|
|
1364
1365
|
ks
|
|
1365
1366
|
];
|
|
1366
1367
|
function Ss(t, n, e, s, c, _) {
|
|
1367
|
-
return
|
|
1368
|
+
return r(), i("svg", Ls, Ms);
|
|
1368
1369
|
}
|
|
1369
|
-
const Cs = /* @__PURE__ */ d(Hs, [["render", Ss]]), Bs = a({ name: "
|
|
1370
|
+
const Cs = /* @__PURE__ */ d(Hs, [["render", Ss]]), Bs = a({ name: "IconSortDate" }), As = {
|
|
1370
1371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1371
1372
|
viewBox: "0 0 16 16"
|
|
1372
1373
|
}, Ds = /* @__PURE__ */ o("g", {
|
|
1373
|
-
id: "CDS-Visual-language/Icons/16/
|
|
1374
|
+
id: "CDS-Visual-language/Icons/16/operations/sort-date",
|
|
1374
1375
|
"fill-rule": "evenodd",
|
|
1375
1376
|
"stroke-width": "1"
|
|
1376
1377
|
}, [
|
|
1377
1378
|
/* @__PURE__ */ o("path", {
|
|
1378
|
-
id: "
|
|
1379
|
-
"
|
|
1380
|
-
d: "m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938Z"
|
|
1379
|
+
id: "Combined-Shape",
|
|
1380
|
+
d: "M12 8v5.156l2.364-2.363.707.707-3.535 3.536L8 11.5l.707-.707L11 13.086V8h1ZM9.5 1a.5.5 0 0 1 .492.41L10 1.5v.502h1.002a2 2 0 0 1 1.994 1.852l.006.149v2.995h-1L12 6H1.999L2 12.026a1 1 0 0 0 .883.993l.117.007h4v1H3a2 2 0 0 1-1.995-1.85L1 12.025V4.003a2 2 0 0 1 1.85-1.995L3 2.003l1-.001V1.5a.5.5 0 0 1 .992-.09L5 1.5v.502h4V1.5a.5.5 0 0 1 .5-.5ZM9 3.002H5V3.5a.5.5 0 0 1-.992.09L4 3.5v-.498H3a1 1 0 0 0-.993.884L2 4.003 1.999 5h10.002v-.997a1 1 0 0 0-.882-.993l-.117-.007L10 3.002V3.5a.5.5 0 0 1-.992.09L9 3.5v-.498Z"
|
|
1381
1381
|
})
|
|
1382
1382
|
], -1), bs = [
|
|
1383
1383
|
Ds
|
|
1384
1384
|
];
|
|
1385
1385
|
function zs(t, n, e, s, c, _) {
|
|
1386
|
-
return
|
|
1386
|
+
return r(), i("svg", As, bs);
|
|
1387
1387
|
}
|
|
1388
|
-
const ys = /* @__PURE__ */ d(Bs, [["render", zs]]), Fs = a({ name: "
|
|
1388
|
+
const ys = /* @__PURE__ */ d(Bs, [["render", zs]]), Fs = a({ name: "IconStarFill" }), Ps = {
|
|
1389
1389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1390
1390
|
viewBox: "0 0 16 16"
|
|
1391
1391
|
}, Os = /* @__PURE__ */ o("g", {
|
|
1392
|
-
id: "CDS-Visual-language/Icons/16/toggle/star",
|
|
1392
|
+
id: "CDS-Visual-language/Icons/16/toggle/star-fill",
|
|
1393
1393
|
"fill-rule": "evenodd",
|
|
1394
1394
|
"stroke-width": "1"
|
|
1395
1395
|
}, [
|
|
1396
1396
|
/* @__PURE__ */ o("path", {
|
|
1397
1397
|
id: "Star",
|
|
1398
1398
|
"fill-rule": "nonzero",
|
|
1399
|
-
d: "m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.
|
|
1399
|
+
d: "m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938Z"
|
|
1400
1400
|
})
|
|
1401
1401
|
], -1), Es = [
|
|
1402
1402
|
Os
|
|
1403
1403
|
];
|
|
1404
|
-
function
|
|
1405
|
-
return
|
|
1404
|
+
function Rs(t, n, e, s, c, _) {
|
|
1405
|
+
return r(), i("svg", Ps, Es);
|
|
1406
1406
|
}
|
|
1407
|
-
const
|
|
1407
|
+
const Ts = /* @__PURE__ */ d(Fs, [["render", Rs]]), Us = a({ name: "IconStar" }), qs = {
|
|
1408
1408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1409
1409
|
viewBox: "0 0 16 16"
|
|
1410
1410
|
}, js = /* @__PURE__ */ o("g", {
|
|
1411
|
-
id: "CDS-Visual-language/Icons/16/
|
|
1411
|
+
id: "CDS-Visual-language/Icons/16/toggle/star",
|
|
1412
1412
|
"fill-rule": "evenodd",
|
|
1413
1413
|
"stroke-width": "1"
|
|
1414
1414
|
}, [
|
|
1415
1415
|
/* @__PURE__ */ o("path", {
|
|
1416
|
-
id: "
|
|
1416
|
+
id: "Star",
|
|
1417
1417
|
"fill-rule": "nonzero",
|
|
1418
|
-
d: "
|
|
1418
|
+
d: "m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938ZM8 3.423l1.103 3.173.036.08a.5.5 0 0 0 .426.256L12.924 7l-2.677 2.03-.066.06a.5.5 0 0 0-.11.483l.972 3.215-2.757-1.918-.077-.044a.5.5 0 0 0-.495.044l-2.758 1.918.974-3.215.018-.087a.5.5 0 0 0-.195-.456L3.075 7l3.36-.068a.5.5 0 0 0 .462-.336L8 3.423Z"
|
|
1419
1419
|
})
|
|
1420
1420
|
], -1), Gs = [
|
|
1421
1421
|
js
|
|
1422
1422
|
];
|
|
1423
1423
|
function Qs(t, n, e, s, c, _) {
|
|
1424
|
-
return
|
|
1424
|
+
return r(), i("svg", qs, Gs);
|
|
1425
1425
|
}
|
|
1426
|
-
const Ws = /* @__PURE__ */ d(Us, [["render", Qs]]), Ns = a({ name: "
|
|
1426
|
+
const Ws = /* @__PURE__ */ d(Us, [["render", Qs]]), Ns = a({ name: "IconTelegram" }), Ys = {
|
|
1427
1427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1428
1428
|
viewBox: "0 0 16 16"
|
|
1429
1429
|
}, Js = /* @__PURE__ */ o("g", {
|
|
1430
|
-
id: "
|
|
1430
|
+
id: "CDS-Visual-language/Icons/16/social/telegram",
|
|
1431
1431
|
"fill-rule": "evenodd",
|
|
1432
1432
|
"stroke-width": "1"
|
|
1433
1433
|
}, [
|
|
1434
1434
|
/* @__PURE__ */ o("path", {
|
|
1435
|
-
id: "
|
|
1436
|
-
|
|
1435
|
+
id: "Shape",
|
|
1436
|
+
"fill-rule": "nonzero",
|
|
1437
|
+
d: "M14.76 2.158c.2.172.276.493.224.96l-2.12 9.961c-.105.495-.293.787-.564.876-.271.09-.6.045-.984-.134l-3.723-2.746c-.517-.36-.776-.67-.776-.932 0-.261.203-.551.608-.87l4.02-4.027c.04-.116.028-.21-.033-.28-.06-.071-.176-.071-.345 0L5.37 8.72c-.239.178-.447.296-.626.354-.178.058-.399.058-.661 0l-2.513-.878C1.19 8.066 1 7.86 1 7.581c0-.28.14-.493.417-.641l12.431-4.876c.407-.11.71-.078.912.094Z"
|
|
1437
1438
|
})
|
|
1438
1439
|
], -1), Ks = [
|
|
1439
1440
|
Js
|
|
1440
1441
|
];
|
|
1441
1442
|
function Xs(t, n, e, s, c, _) {
|
|
1442
|
-
return
|
|
1443
|
+
return r(), i("svg", Ys, Ks);
|
|
1443
1444
|
}
|
|
1444
|
-
const o3 = /* @__PURE__ */ d(Ns, [["render", Xs]]), t3 = a({ name: "
|
|
1445
|
+
const o3 = /* @__PURE__ */ d(Ns, [["render", Xs]]), t3 = a({ name: "IconTimer" }), e3 = {
|
|
1445
1446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1446
1447
|
viewBox: "0 0 16 16"
|
|
1447
1448
|
}, n3 = /* @__PURE__ */ o("g", {
|
|
1448
|
-
id: "
|
|
1449
|
+
id: "timer",
|
|
1449
1450
|
"fill-rule": "evenodd",
|
|
1450
1451
|
"stroke-width": "1"
|
|
1451
1452
|
}, [
|
|
1452
1453
|
/* @__PURE__ */ o("path", {
|
|
1453
|
-
id: "
|
|
1454
|
-
d: "
|
|
1454
|
+
id: "timer",
|
|
1455
|
+
d: "M8 1a7 7 0 1 1-5 11.898V15H2v-4h4v1l-2.471.001A6 6 0 1 0 8 2V1Zm0 3v4.593l2.536 2.535-.708.708L7 9.007 7.007 9H7V4h1ZM1.037 7.257l.995.104a6.055 6.055 0 0 0 .03 1.496l.037.219-.984.18L1.073 9a7.1 7.1 0 0 1-.06-1.442l.024-.3Zm1.525-3.674.776.63c-.29.357-.537.746-.737 1.158l-.142.314-.923-.385a7.01 7.01 0 0 1 .822-1.453l.204-.264Zm3.297-2.26.305.953c-.438.14-.857.33-1.25.566l-.289.186-.563-.827c.456-.31.951-.569 1.478-.766l.32-.111Z"
|
|
1455
1456
|
})
|
|
1456
1457
|
], -1), s3 = [
|
|
1457
1458
|
n3
|
|
1458
1459
|
];
|
|
1459
1460
|
function c3(t, n, e, s, c, _) {
|
|
1460
|
-
return
|
|
1461
|
+
return r(), i("svg", e3, s3);
|
|
1461
1462
|
}
|
|
1462
|
-
const a3 = /* @__PURE__ */ d(t3, [["render", c3]]),
|
|
1463
|
+
const a3 = /* @__PURE__ */ d(t3, [["render", c3]]), r3 = a({ name: "IconTool" }), i3 = {
|
|
1463
1464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1464
1465
|
viewBox: "0 0 16 16"
|
|
1465
1466
|
}, d3 = /* @__PURE__ */ o("g", {
|
|
1466
|
-
id: "
|
|
1467
|
+
id: "tool",
|
|
1467
1468
|
"fill-rule": "evenodd",
|
|
1468
1469
|
"stroke-width": "1"
|
|
1469
1470
|
}, [
|
|
1470
1471
|
/* @__PURE__ */ o("path", {
|
|
1471
1472
|
id: "Combined-Shape",
|
|
1472
|
-
d: "
|
|
1473
|
+
d: "M10.886 5.71a5.216 5.216 0 0 1-.44 1.854c.084.059.163.127.239.202l3.758 3.759a2 2 0 0 1 0 2.828l-.099.1a2 2 0 0 1-2.828 0l-3.76-3.76a2.015 2.015 0 0 1-.206-.242 5.191 5.191 0 0 1-1.84.435c-2.728.13-4.834-1.977-4.704-4.705a5.291 5.291 0 0 1 .765-2.48L4.63 6.559a1 1 0 0 0 1.32.083l.094-.083.782-.782a1 1 0 0 0 .083-1.32l-.083-.094L4.043 1.58a5.249 5.249 0 0 1 2.138-.575c2.728-.13 4.835 1.976 4.705 4.705ZM6.422 2l-.193.005c-.086.004-.17.01-.256.02l-.064.008 1.665 1.668.124.142a2 2 0 0 1-.047 2.51l-.119.131-.827.824-.142.123a2 2 0 0 1-2.51-.046l-.131-.12-1.807-1.807-.052.247a4.132 4.132 0 0 0-.037.26l-.021.264c-.102 2.139 1.519 3.76 3.658 3.658.425-.02.844-.107 1.246-.255l.24-.096.738-.324.473.652.05.063.054.06 3.759 3.758a1 1 0 0 0 1.32.083l.094-.083.1-.099a1 1 0 0 0 .082-1.32l-.083-.094-3.759-3.759-.055-.051-.055-.043-.664-.472.328-.746c.21-.479.332-.985.356-1.498C9.986 3.59 8.465 2.001 6.422 2Z"
|
|
1473
1474
|
})
|
|
1474
1475
|
], -1), _3 = [
|
|
1475
1476
|
d3
|
|
1476
1477
|
];
|
|
1477
1478
|
function h3(t, n, e, s, c, _) {
|
|
1478
|
-
return
|
|
1479
|
+
return r(), i("svg", i3, _3);
|
|
1479
1480
|
}
|
|
1480
|
-
const l3 = /* @__PURE__ */ d(
|
|
1481
|
+
const l3 = /* @__PURE__ */ d(r3, [["render", h3]]), $3 = a({ name: "IconTruck" }), v3 = {
|
|
1481
1482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1482
1483
|
viewBox: "0 0 16 16"
|
|
1483
1484
|
}, p3 = /* @__PURE__ */ o("g", {
|
|
1484
|
-
id: "CDS-Visual-language/Icons/16/
|
|
1485
|
+
id: "CDS-Visual-language/Icons/16/other/truck",
|
|
1485
1486
|
"fill-rule": "evenodd",
|
|
1486
1487
|
"stroke-width": "1"
|
|
1487
1488
|
}, [
|
|
1488
1489
|
/* @__PURE__ */ o("path", {
|
|
1489
|
-
id: "Shape",
|
|
1490
|
-
d: "
|
|
1490
|
+
id: "Combined-Shape",
|
|
1491
|
+
d: "M6 12a2 2 0 1 1-4 0h-.5a.5.5 0 0 1-.492-.41L1 11.5v-9l.008-.09L1 2.498a.5.5 0 0 1 .41-.492l.09-.008h9a.5.5 0 0 1 .492.41l.008.09V3h1.673a.5.5 0 0 1 .393.191l.05.078 1.827 3.499a.5.5 0 0 1 .05.151L15 7V11.5a.5.5 0 0 1-.41.492L14.5 12h-2a2 2 0 1 1-4 0H6Zm-2-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm6.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM10 2.998H2v8.001h.268a2 2 0 0 1 3.464 0h3.036A2.004 2.004 0 0 1 10 10.064V2.998Zm4 5.001h-3l.001 2.064c.525.136.966.479 1.231.937H14V8ZM12.369 4H11v3h2.936l-1.567-3Z"
|
|
1491
1492
|
})
|
|
1492
1493
|
], -1), w3 = [
|
|
1493
1494
|
p3
|
|
1494
1495
|
];
|
|
1495
|
-
function
|
|
1496
|
-
return
|
|
1496
|
+
function u3(t, n, e, s, c, _) {
|
|
1497
|
+
return r(), i("svg", v3, w3);
|
|
1497
1498
|
}
|
|
1498
|
-
const
|
|
1499
|
+
const g3 = /* @__PURE__ */ d($3, [["render", u3]]), m3 = a({ name: "IconUnlocked" }), f3 = {
|
|
1499
1500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1500
1501
|
viewBox: "0 0 16 16"
|
|
1501
1502
|
}, x3 = /* @__PURE__ */ o("g", {
|
|
1502
|
-
id: "CDS-Visual-language/Icons/16/
|
|
1503
|
+
id: "CDS-Visual-language/Icons/16/toggle/unlocked",
|
|
1503
1504
|
"fill-rule": "evenodd",
|
|
1504
1505
|
"stroke-width": "1"
|
|
1505
1506
|
}, [
|
|
1506
1507
|
/* @__PURE__ */ o("path", {
|
|
1507
|
-
id: "
|
|
1508
|
-
d: "
|
|
1508
|
+
id: "Shape",
|
|
1509
|
+
d: "M8 2a3 3 0 0 1 3 3h-1a2 2 0 0 0-1.85-1.995L8 3a2 2 0 0 0-1.995 1.85L6 5v2h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3Zm4 6H4v6h8V8Zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
|
|
1509
1510
|
})
|
|
1510
1511
|
], -1), Z3 = [
|
|
1511
1512
|
x3
|
|
1512
1513
|
];
|
|
1513
1514
|
function V3(t, n, e, s, c, _) {
|
|
1514
|
-
return
|
|
1515
|
+
return r(), i("svg", f3, Z3);
|
|
1515
1516
|
}
|
|
1516
|
-
const I3 = /* @__PURE__ */ d(m3, [["render", V3]]), H3 = a({ name: "
|
|
1517
|
+
const I3 = /* @__PURE__ */ d(m3, [["render", V3]]), H3 = a({ name: "IconUpload" }), L3 = {
|
|
1517
1518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1518
1519
|
viewBox: "0 0 16 16"
|
|
1519
1520
|
}, k3 = /* @__PURE__ */ o("g", {
|
|
1520
|
-
id: "
|
|
1521
|
+
id: "CDS-Visual-language/Icons/16/file/upload",
|
|
1521
1522
|
"fill-rule": "evenodd",
|
|
1522
1523
|
"stroke-width": "1"
|
|
1523
1524
|
}, [
|
|
1524
1525
|
/* @__PURE__ */ o("path", {
|
|
1525
|
-
id: "
|
|
1526
|
-
d: "
|
|
1526
|
+
id: "Combined-Shape",
|
|
1527
|
+
d: "m8.036 5 3.535 3.536-.707.707L8.5 6.88v8.156h-1V6.95L5.207 9.243 4.5 8.536 8.036 5ZM15 1v3h-1l.001-2H2v2H1V1h14Z"
|
|
1527
1528
|
})
|
|
1528
1529
|
], -1), M3 = [
|
|
1529
1530
|
k3
|
|
1530
1531
|
];
|
|
1531
1532
|
function S3(t, n, e, s, c, _) {
|
|
1532
|
-
return
|
|
1533
|
+
return r(), i("svg", L3, M3);
|
|
1533
1534
|
}
|
|
1534
|
-
const C3 = /* @__PURE__ */ d(H3, [["render", S3]]), B3 = a({ name: "
|
|
1535
|
+
const C3 = /* @__PURE__ */ d(H3, [["render", S3]]), B3 = a({ name: "IconUserAvatar" }), A3 = {
|
|
1535
1536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1536
1537
|
viewBox: "0 0 16 16"
|
|
1537
1538
|
}, D3 = /* @__PURE__ */ o("g", {
|
|
1538
|
-
id: "user-
|
|
1539
|
+
id: "user-avatar",
|
|
1539
1540
|
"fill-rule": "evenodd",
|
|
1540
1541
|
"stroke-width": "1"
|
|
1541
1542
|
}, [
|
|
1542
1543
|
/* @__PURE__ */ o("path", {
|
|
1543
|
-
id: "
|
|
1544
|
-
d: "M8
|
|
1544
|
+
id: "user",
|
|
1545
|
+
d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 9.5a3 3 0 0 0-2.986 2.705c.88.506 1.9.795 2.986.795 1.087 0 2.107-.29 2.986-.795A3 3 0 0 0 8 10.5ZM8 2a6 6 0 0 0-3.878 10.579l.002-.07a4.002 4.002 0 0 1 7.755.011.172.172 0 0 1 .004.054A6 6 0 0 0 8 2Zm0 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
|
|
1545
1546
|
})
|
|
1546
1547
|
], -1), b3 = [
|
|
1547
1548
|
D3
|
|
1548
1549
|
];
|
|
1549
1550
|
function z3(t, n, e, s, c, _) {
|
|
1550
|
-
return
|
|
1551
|
+
return r(), i("svg", A3, b3);
|
|
1551
1552
|
}
|
|
1552
|
-
const y3 = /* @__PURE__ */ d(B3, [["render", z3]]), F3 = a({ name: "
|
|
1553
|
+
const y3 = /* @__PURE__ */ d(B3, [["render", z3]]), F3 = a({ name: "IconUserGroup" }), P3 = {
|
|
1553
1554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1554
1555
|
viewBox: "0 0 16 16"
|
|
1555
1556
|
}, O3 = /* @__PURE__ */ o("g", {
|
|
1556
|
-
id: "
|
|
1557
|
+
id: "user-group",
|
|
1557
1558
|
"fill-rule": "evenodd",
|
|
1558
1559
|
"stroke-width": "1"
|
|
1559
1560
|
}, [
|
|
1560
1561
|
/* @__PURE__ */ o("path", {
|
|
1561
|
-
id: "
|
|
1562
|
-
d: "
|
|
1562
|
+
id: "icon",
|
|
1563
|
+
d: "M8 7a4 4 0 0 1 3.564 2.182A2.5 2.5 0 0 1 15 11.5V15H1v-3.5a2.5 2.5 0 0 1 3.437-2.318A3.998 3.998 0 0 1 8 7Zm0 1a3 3 0 0 0-3 3v3h5.999v-3.029l-.004-.147A3 3 0 0 0 8 8Zm4.5 2c-.174 0-.342.03-.5.085V14h2v-2.5a1.5 1.5 0 0 0-1.5-1.5Zm-9 0a1.5 1.5 0 0 0-1.493 1.356L2 11.5V14h2v-3.915A1.499 1.499 0 0 0 3.5 10ZM13 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM3 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm10 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5-4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
|
|
1563
1564
|
})
|
|
1564
1565
|
], -1), E3 = [
|
|
1565
1566
|
O3
|
|
1566
1567
|
];
|
|
1567
|
-
function
|
|
1568
|
-
return
|
|
1568
|
+
function R3(t, n, e, s, c, _) {
|
|
1569
|
+
return r(), i("svg", P3, E3);
|
|
1569
1570
|
}
|
|
1570
|
-
const
|
|
1571
|
+
const T3 = /* @__PURE__ */ d(F3, [["render", R3]]), U3 = a({ name: "IconVisibilityOff" }), q3 = {
|
|
1571
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1572
1573
|
viewBox: "0 0 16 16"
|
|
1573
1574
|
}, j3 = /* @__PURE__ */ o("g", {
|
|
1574
|
-
id: "view",
|
|
1575
|
+
id: "view-off",
|
|
1575
1576
|
"fill-rule": "evenodd",
|
|
1576
1577
|
"stroke-width": "1"
|
|
1577
1578
|
}, [
|
|
1578
1579
|
/* @__PURE__ */ o("path", {
|
|
1579
1580
|
id: "Shape",
|
|
1580
|
-
d: "
|
|
1581
|
+
d: "m13.732 2.267.75.75-1.749 1.75C14.195 5.972 15 7.447 15 8c0 1-2.625 5-7 5a7.064 7.064 0 0 1-2.885-.616L3.017 14.48l-.75-.75L13.732 2.267Zm-1.713 3.214-1.285 1.283a3 3 0 0 1-3.97 3.97l-.883.883A6.04 6.04 0 0 0 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218.093-.186.083-.186L14 8l-.036-.088-.079-.173a4.868 4.868 0 0 0-.2-.37 7.19 7.19 0 0 0-1.192-1.47 7.816 7.816 0 0 0-.474-.418ZM8 3c1.123 0 2.131.264 3.009.673l-.761.76A6.047 6.047 0 0 0 8 4c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218-.093.186-.083.186L2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47c.185.177.377.343.575.498l-.715.715C1.842 10.094 1 8.566 1 8c0-1 2.625-5 7-5Zm1.95 4.551-2.4 2.398A2 2 0 0 0 9.95 7.551ZM8 5c.488 0 .95.117 1.357.324l-.765.765a2 2 0 0 0-2.503 2.503l-.765.765A3 3 0 0 1 8 5Z"
|
|
1581
1582
|
})
|
|
1582
1583
|
], -1), G3 = [
|
|
1583
1584
|
j3
|
|
1584
1585
|
];
|
|
1585
1586
|
function Q3(t, n, e, s, c, _) {
|
|
1586
|
-
return
|
|
1587
|
+
return r(), i("svg", q3, G3);
|
|
1587
1588
|
}
|
|
1588
|
-
const W3 = /* @__PURE__ */ d(U3, [["render", Q3]]), N3 = a({ name: "
|
|
1589
|
+
const W3 = /* @__PURE__ */ d(U3, [["render", Q3]]), N3 = a({ name: "IconVisibilityOn" }), Y3 = {
|
|
1589
1590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
1591
|
viewBox: "0 0 16 16"
|
|
1591
1592
|
}, J3 = /* @__PURE__ */ o("g", {
|
|
1592
|
-
id: "
|
|
1593
|
+
id: "view",
|
|
1593
1594
|
"fill-rule": "evenodd",
|
|
1594
1595
|
"stroke-width": "1"
|
|
1595
1596
|
}, [
|
|
1596
1597
|
/* @__PURE__ */ o("path", {
|
|
1597
1598
|
id: "Shape",
|
|
1598
|
-
"
|
|
1599
|
-
d: "M3.272 4c0 1.705.161 2.854.809 3.934.647 1.08 1.752 1.92 2.696 2.162V4h2.335v3.599c.95-.48 1.619-.937 2.006-1.371.388-.434.778-1.177 1.172-2.228h2.271c-.184 1.074-.56 2.034-1.128 2.879-.567.845-1.18 1.369-1.837 1.572 1.107.809 1.88 1.505 2.315 2.088.437.583.8 1.403 1.089 2.461h-2.418c-.588-1.176-1.076-1.94-1.464-2.29-.387-.35-1.056-.63-2.006-.843V13c-2.631-.046-4.64-.866-6.03-2.461C1.695 8.944 1 6.764 1 4h2.272Z"
|
|
1599
|
+
d: "M8 3c4.375 0 7 4 7 5s-2.625 5-7 5-7-4-7-5 2.625-5 7-5Zm0 1c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218C2.066 7.826 2 7.997 2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47C4.75 11.287 6.29 12 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218c.126-.239.192-.41.192-.413l-.036-.088a4.75 4.75 0 0 0-.279-.543 7.19 7.19 0 0 0-1.192-1.47C11.25 4.713 9.71 4 8 4Zm0 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"
|
|
1600
1600
|
})
|
|
1601
1601
|
], -1), K3 = [
|
|
1602
1602
|
J3
|
|
1603
1603
|
];
|
|
1604
1604
|
function X3(t, n, e, s, c, _) {
|
|
1605
|
-
return
|
|
1605
|
+
return r(), i("svg", Y3, K3);
|
|
1606
1606
|
}
|
|
1607
|
-
const oc = /* @__PURE__ */ d(N3, [["render", X3]]), tc = a({ name: "
|
|
1607
|
+
const oc = /* @__PURE__ */ d(N3, [["render", X3]]), tc = a({ name: "IconVk" }), ec = {
|
|
1608
1608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1609
1609
|
viewBox: "0 0 16 16"
|
|
1610
1610
|
}, nc = /* @__PURE__ */ o("g", {
|
|
1611
|
-
id: "
|
|
1611
|
+
id: "CDS-Visual-language/Icons/16/social/vk",
|
|
1612
1612
|
"fill-rule": "evenodd",
|
|
1613
1613
|
"stroke-width": "1"
|
|
1614
1614
|
}, [
|
|
1615
1615
|
/* @__PURE__ */ o("path", {
|
|
1616
|
-
id: "
|
|
1617
|
-
|
|
1616
|
+
id: "Shape",
|
|
1617
|
+
"fill-rule": "nonzero",
|
|
1618
|
+
d: "M3.272 4c0 1.705.161 2.854.809 3.934.647 1.08 1.752 1.92 2.696 2.162V4h2.335v3.599c.95-.48 1.619-.937 2.006-1.371.388-.434.778-1.177 1.172-2.228h2.271c-.184 1.074-.56 2.034-1.128 2.879-.567.845-1.18 1.369-1.837 1.572 1.107.809 1.88 1.505 2.315 2.088.437.583.8 1.403 1.089 2.461h-2.418c-.588-1.176-1.076-1.94-1.464-2.29-.387-.35-1.056-.63-2.006-.843V13c-2.631-.046-4.64-.866-6.03-2.461C1.695 8.944 1 6.764 1 4h2.272Z"
|
|
1618
1619
|
})
|
|
1619
1620
|
], -1), sc = [
|
|
1620
1621
|
nc
|
|
1621
1622
|
];
|
|
1622
1623
|
function cc(t, n, e, s, c, _) {
|
|
1623
|
-
return
|
|
1624
|
+
return r(), i("svg", ec, sc);
|
|
1624
1625
|
}
|
|
1625
|
-
const ac = /* @__PURE__ */ d(tc, [["render", cc]]),
|
|
1626
|
+
const ac = /* @__PURE__ */ d(tc, [["render", cc]]), rc = a({ name: "IconWinner" }), ic = {
|
|
1626
1627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1627
1628
|
viewBox: "0 0 16 16"
|
|
1628
1629
|
}, dc = /* @__PURE__ */ o("g", {
|
|
1629
|
-
id: "
|
|
1630
|
+
id: "winner",
|
|
1630
1631
|
"fill-rule": "evenodd",
|
|
1631
1632
|
"stroke-width": "1"
|
|
1632
1633
|
}, [
|
|
1633
1634
|
/* @__PURE__ */ o("path", {
|
|
1634
|
-
id: "
|
|
1635
|
-
d: "
|
|
1635
|
+
id: "winner",
|
|
1636
|
+
d: "M3 7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1V1h8v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a3 3 0 0 1-3 3h-.5v4H11v1H5v-1h2.5v-4H7a3 3 0 0 1-3-3H3Zm8-5H5v5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2ZM4 3H3v3h1V3Zm9 0h-1v3h1V3Z"
|
|
1636
1637
|
})
|
|
1637
1638
|
], -1), _c = [
|
|
1638
1639
|
dc
|
|
1639
1640
|
];
|
|
1640
1641
|
function hc(t, n, e, s, c, _) {
|
|
1641
|
-
return
|
|
1642
|
+
return r(), i("svg", ic, _c);
|
|
1642
1643
|
}
|
|
1643
|
-
const lc = /* @__PURE__ */ d(
|
|
1644
|
+
const lc = /* @__PURE__ */ d(rc, [["render", hc]]), $c = a({ name: "IconWorkspace" }), vc = {
|
|
1644
1645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1645
1646
|
viewBox: "0 0 16 16"
|
|
1646
1647
|
}, pc = /* @__PURE__ */ o("g", {
|
|
1648
|
+
id: "workspace",
|
|
1649
|
+
"fill-rule": "evenodd",
|
|
1650
|
+
"stroke-width": "1"
|
|
1651
|
+
}, [
|
|
1652
|
+
/* @__PURE__ */ o("path", {
|
|
1653
|
+
id: "Shape",
|
|
1654
|
+
d: "M14 8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h5Zm0 1H9v5h5V9ZM6 8a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4Zm0 1H2v3h4V9Zm8-8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h3ZM8 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6Zm6 1h-3v4h3V2ZM8 2H2v4h6V2Z"
|
|
1655
|
+
})
|
|
1656
|
+
], -1), wc = [
|
|
1657
|
+
pc
|
|
1658
|
+
];
|
|
1659
|
+
function uc(t, n, e, s, c, _) {
|
|
1660
|
+
return r(), i("svg", vc, wc);
|
|
1661
|
+
}
|
|
1662
|
+
const gc = /* @__PURE__ */ d($c, [["render", uc]]), mc = a({ name: "IconYoutube" }), fc = {
|
|
1663
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1664
|
+
viewBox: "0 0 16 16"
|
|
1665
|
+
}, xc = /* @__PURE__ */ o("g", {
|
|
1647
1666
|
id: "youtube",
|
|
1648
1667
|
"fill-rule": "evenodd",
|
|
1649
1668
|
"stroke-width": "1"
|
|
@@ -1653,13 +1672,13 @@ const lc = /* @__PURE__ */ d(ic, [["render", hc]]), $c = a({ name: "IconYoutube"
|
|
|
1653
1672
|
"fill-rule": "nonzero",
|
|
1654
1673
|
d: "m9.399 3.019 1.507.076c1.555.12 2.593.354 3.114.7C14.673 4.22 15 5.62 15 8s-.327 3.802-.98 4.268c-.757.4-2.05.654-3.881.758l-.669.03c-.23.009-.467.015-.713.02L8 13.08l-.757-.006c-.245-.004-.483-.01-.713-.018l-.667-.03c-1.828-.105-3.116-.358-3.863-.759-.667-.464-1-1.851-1-4.162s.345-3.748 1.036-4.31c.467-.327 1.4-.553 2.798-.678l1.606-.094L9.4 3.019ZM6.452 4.025l-1.536.087-.43.042-.896.126c-.456.085-.768.184-.923.291-.36.294-.64 1.396-.665 3.251L2 8.106c0 1.811.227 2.92.49 3.262l.047.051.049.024c.555.258 1.5.446 2.81.549l1.715.08h1.78l1.43-.06c1.464-.096 2.511-.293 3.116-.571l.038-.02c.263-.269.501-1.345.523-3.146a40.66 40.66 0 0 0-.012-1.06l-.103-1.27c-.103-.77-.262-1.216-.417-1.317-.219-.145-.633-.272-1.23-.373l-.38-.057-.653-.073-1.02-.073-1.186-.042L8 4l-1.548.025Zm.012 2.08L10.192 8 6.464 9.948V6.105Z"
|
|
1655
1674
|
})
|
|
1656
|
-
], -1),
|
|
1657
|
-
|
|
1675
|
+
], -1), Zc = [
|
|
1676
|
+
xc
|
|
1658
1677
|
];
|
|
1659
|
-
function
|
|
1660
|
-
return
|
|
1678
|
+
function Vc(t, n, e, s, c, _) {
|
|
1679
|
+
return r(), i("svg", fc, Zc);
|
|
1661
1680
|
}
|
|
1662
|
-
const
|
|
1681
|
+
const Ic = /* @__PURE__ */ d(mc, [["render", Vc]]), Hc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1663
1682
|
__proto__: null,
|
|
1664
1683
|
IconAdd: w,
|
|
1665
1684
|
IconAlertFill: Z,
|
|
@@ -1688,77 +1707,78 @@ const uc = /* @__PURE__ */ d($c, [["render", gc]]), mc = /* @__PURE__ */ Object.
|
|
|
1688
1707
|
IconComment: K0,
|
|
1689
1708
|
IconCompany: so,
|
|
1690
1709
|
IconCompare: ho,
|
|
1691
|
-
IconCopy:
|
|
1710
|
+
IconCopy: uo,
|
|
1692
1711
|
IconDataCards: Vo,
|
|
1693
1712
|
IconDelete: So,
|
|
1694
1713
|
IconDirectory: zo,
|
|
1695
|
-
IconDocDownload:
|
|
1714
|
+
IconDocDownload: Ro,
|
|
1696
1715
|
IconDoc: Qo,
|
|
1697
1716
|
IconDownload: Xo,
|
|
1698
1717
|
IconDraggable: ct,
|
|
1699
1718
|
IconEdit: ht,
|
|
1700
|
-
IconEnter:
|
|
1719
|
+
IconEnter: ut,
|
|
1701
1720
|
IconErrorFill: Vt,
|
|
1702
1721
|
IconError: St,
|
|
1703
1722
|
IconExternal: zt,
|
|
1704
|
-
IconFacebookFill:
|
|
1723
|
+
IconFacebookFill: Rt,
|
|
1705
1724
|
IconFacebook: Qt,
|
|
1706
1725
|
IconFilters: Xt,
|
|
1707
1726
|
IconFlag: c2,
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1727
|
+
IconFunnel: h2,
|
|
1728
|
+
IconGlobe: u2,
|
|
1729
|
+
IconInfinity: V2,
|
|
1730
|
+
IconInfoFill: S2,
|
|
1731
|
+
IconInfo: z2,
|
|
1732
|
+
IconLink: R2,
|
|
1733
|
+
IconListSearch: Q2,
|
|
1734
|
+
IconList: X2,
|
|
1735
|
+
IconLoader: ce,
|
|
1736
|
+
IconLocation: he,
|
|
1737
|
+
IconLocked: ue,
|
|
1738
|
+
IconLogin: Ve,
|
|
1739
|
+
IconLogout: Se,
|
|
1740
|
+
IconMenu: ze,
|
|
1741
|
+
IconMinus: Re,
|
|
1742
|
+
IconNotification: Qe,
|
|
1743
|
+
IconOverflowMenuHorizontal: Xe,
|
|
1744
|
+
IconOverflowMenuVertical: cn,
|
|
1745
|
+
IconPassword: ln,
|
|
1746
|
+
IconPin: gn,
|
|
1747
|
+
IconPlus: In,
|
|
1748
|
+
IconPrinter: Cn,
|
|
1749
|
+
IconQuestionFill: yn,
|
|
1750
|
+
IconQuestion: Tn,
|
|
1751
|
+
IconRefresh: Wn,
|
|
1752
|
+
IconRemove: os,
|
|
1753
|
+
IconSandglass: as,
|
|
1754
|
+
IconSave: ls,
|
|
1755
|
+
IconSearch: gs,
|
|
1756
|
+
IconSettings: Is,
|
|
1757
|
+
IconShoppingCart: Cs,
|
|
1758
|
+
IconSortDate: ys,
|
|
1759
|
+
IconStarFill: Ts,
|
|
1760
|
+
IconStar: Ws,
|
|
1761
|
+
IconTelegram: o3,
|
|
1762
|
+
IconTimer: a3,
|
|
1763
|
+
IconTool: l3,
|
|
1764
|
+
IconTruck: g3,
|
|
1765
|
+
IconUnlocked: I3,
|
|
1766
|
+
IconUpload: C3,
|
|
1767
|
+
IconUserAvatar: y3,
|
|
1768
|
+
IconUserGroup: T3,
|
|
1769
|
+
IconVisibilityOff: W3,
|
|
1770
|
+
IconVisibilityOn: oc,
|
|
1771
|
+
IconVk: ac,
|
|
1772
|
+
IconWinner: lc,
|
|
1773
|
+
IconWorkspace: gc,
|
|
1774
|
+
IconYoutube: Ic
|
|
1775
|
+
}, Symbol.toStringTag, { value: "Module" })), kc = {
|
|
1756
1776
|
install(t) {
|
|
1757
|
-
Object.entries(
|
|
1777
|
+
Object.entries(Hc).forEach(([n, e]) => {
|
|
1758
1778
|
t.component(n, e);
|
|
1759
1779
|
});
|
|
1760
1780
|
}
|
|
1761
|
-
},
|
|
1781
|
+
}, Mc = [
|
|
1762
1782
|
"add",
|
|
1763
1783
|
"alert-fill",
|
|
1764
1784
|
"alert",
|
|
@@ -1803,6 +1823,7 @@ const uc = /* @__PURE__ */ d($c, [["render", gc]]), mc = /* @__PURE__ */ Object.
|
|
|
1803
1823
|
"facebook",
|
|
1804
1824
|
"filters",
|
|
1805
1825
|
"flag",
|
|
1826
|
+
"funnel",
|
|
1806
1827
|
"globe",
|
|
1807
1828
|
"infinity",
|
|
1808
1829
|
"info-fill",
|
|
@@ -1852,7 +1873,7 @@ const uc = /* @__PURE__ */ d($c, [["render", gc]]), mc = /* @__PURE__ */ Object.
|
|
|
1852
1873
|
"youtube"
|
|
1853
1874
|
];
|
|
1854
1875
|
export {
|
|
1855
|
-
|
|
1876
|
+
kc as CdsIcons,
|
|
1856
1877
|
w as IconAdd,
|
|
1857
1878
|
M as IconAlert,
|
|
1858
1879
|
Z as IconAlertFill,
|
|
@@ -1880,70 +1901,72 @@ export {
|
|
|
1880
1901
|
K0 as IconComment,
|
|
1881
1902
|
so as IconCompany,
|
|
1882
1903
|
ho as IconCompare,
|
|
1883
|
-
|
|
1904
|
+
uo as IconCopy,
|
|
1884
1905
|
Vo as IconDataCards,
|
|
1885
1906
|
So as IconDelete,
|
|
1886
1907
|
zo as IconDirectory,
|
|
1887
1908
|
Qo as IconDoc,
|
|
1888
|
-
|
|
1909
|
+
Ro as IconDocDownload,
|
|
1889
1910
|
Xo as IconDownload,
|
|
1890
1911
|
ct as IconDraggable,
|
|
1891
1912
|
ht as IconEdit,
|
|
1892
|
-
|
|
1913
|
+
ut as IconEnter,
|
|
1893
1914
|
St as IconError,
|
|
1894
1915
|
Vt as IconErrorFill,
|
|
1895
1916
|
zt as IconExternal,
|
|
1896
1917
|
Qt as IconFacebook,
|
|
1897
|
-
|
|
1918
|
+
Rt as IconFacebookFill,
|
|
1898
1919
|
Xt as IconFilters,
|
|
1899
1920
|
c2 as IconFlag,
|
|
1900
|
-
h2 as
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
ce as
|
|
1909
|
-
he as
|
|
1910
|
-
|
|
1911
|
-
Ve as
|
|
1912
|
-
Se as
|
|
1913
|
-
ze as
|
|
1914
|
-
|
|
1915
|
-
Qe as
|
|
1916
|
-
Xe as
|
|
1917
|
-
cn as
|
|
1918
|
-
ln as
|
|
1919
|
-
|
|
1920
|
-
In as
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
Wn as
|
|
1925
|
-
os as
|
|
1926
|
-
as as
|
|
1927
|
-
ls as
|
|
1928
|
-
|
|
1929
|
-
Is as
|
|
1930
|
-
Cs as
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
o3 as
|
|
1935
|
-
a3 as
|
|
1936
|
-
l3 as
|
|
1937
|
-
|
|
1938
|
-
I3 as
|
|
1939
|
-
C3 as
|
|
1940
|
-
y3 as
|
|
1941
|
-
|
|
1942
|
-
W3 as
|
|
1943
|
-
oc as
|
|
1944
|
-
ac as
|
|
1945
|
-
lc as
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1921
|
+
h2 as IconFunnel,
|
|
1922
|
+
u2 as IconGlobe,
|
|
1923
|
+
V2 as IconInfinity,
|
|
1924
|
+
z2 as IconInfo,
|
|
1925
|
+
S2 as IconInfoFill,
|
|
1926
|
+
R2 as IconLink,
|
|
1927
|
+
X2 as IconList,
|
|
1928
|
+
Q2 as IconListSearch,
|
|
1929
|
+
ce as IconLoader,
|
|
1930
|
+
he as IconLocation,
|
|
1931
|
+
ue as IconLocked,
|
|
1932
|
+
Ve as IconLogin,
|
|
1933
|
+
Se as IconLogout,
|
|
1934
|
+
ze as IconMenu,
|
|
1935
|
+
Re as IconMinus,
|
|
1936
|
+
Qe as IconNotification,
|
|
1937
|
+
Xe as IconOverflowMenuHorizontal,
|
|
1938
|
+
cn as IconOverflowMenuVertical,
|
|
1939
|
+
ln as IconPassword,
|
|
1940
|
+
gn as IconPin,
|
|
1941
|
+
In as IconPlus,
|
|
1942
|
+
Cn as IconPrinter,
|
|
1943
|
+
Tn as IconQuestion,
|
|
1944
|
+
yn as IconQuestionFill,
|
|
1945
|
+
Wn as IconRefresh,
|
|
1946
|
+
os as IconRemove,
|
|
1947
|
+
as as IconSandglass,
|
|
1948
|
+
ls as IconSave,
|
|
1949
|
+
gs as IconSearch,
|
|
1950
|
+
Is as IconSettings,
|
|
1951
|
+
Cs as IconShoppingCart,
|
|
1952
|
+
ys as IconSortDate,
|
|
1953
|
+
Ws as IconStar,
|
|
1954
|
+
Ts as IconStarFill,
|
|
1955
|
+
o3 as IconTelegram,
|
|
1956
|
+
a3 as IconTimer,
|
|
1957
|
+
l3 as IconTool,
|
|
1958
|
+
g3 as IconTruck,
|
|
1959
|
+
I3 as IconUnlocked,
|
|
1960
|
+
C3 as IconUpload,
|
|
1961
|
+
y3 as IconUserAvatar,
|
|
1962
|
+
T3 as IconUserGroup,
|
|
1963
|
+
W3 as IconVisibilityOff,
|
|
1964
|
+
oc as IconVisibilityOn,
|
|
1965
|
+
ac as IconVk,
|
|
1966
|
+
lc as IconWinner,
|
|
1967
|
+
gc as IconWorkspace,
|
|
1968
|
+
Ic as IconYoutube,
|
|
1969
|
+
Mc as allowedIcons,
|
|
1970
|
+
kc as default,
|
|
1971
|
+
Hc as icons
|
|
1949
1972
|
};
|