@central-design-system/icons 3.8.0 → 3.8.2
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 +6 -4
- package/dist/cds-icons.es.js +247 -223
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconThumbDownFill.d.ts +2 -0
- package/dist/icons/IconThumbUpFill.d.ts +2 -0
- package/dist/icons/index.d.ts +3 -1
- package/package.json +1 -1
- package/src/svg/thumb-down-fill.svg +3 -0
- package/src/svg/thumb-up-fill.svg +3 -0
package/dist/cds-icons.es.js
CHANGED
|
@@ -99,12 +99,12 @@ function b(t, n, e, s, r, c) {
|
|
|
99
99
|
], -1)
|
|
100
100
|
]));
|
|
101
101
|
}
|
|
102
|
-
const D = /* @__PURE__ */ d(C, [["render", b]]),
|
|
102
|
+
const D = /* @__PURE__ */ d(C, [["render", b]]), F = a({ name: "IconArrowDown" }), z = {
|
|
103
103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
104
104
|
viewBox: "0 0 16 16"
|
|
105
105
|
};
|
|
106
|
-
function
|
|
107
|
-
return i(), l("svg",
|
|
106
|
+
function y(t, n, e, s, r, c) {
|
|
107
|
+
return i(), l("svg", z, n[0] || (n[0] = [
|
|
108
108
|
o("g", {
|
|
109
109
|
id: "arrow-down",
|
|
110
110
|
"fill-rule": "evenodd",
|
|
@@ -118,12 +118,12 @@ function F(t, n, e, s, r, c) {
|
|
|
118
118
|
], -1)
|
|
119
119
|
]));
|
|
120
120
|
}
|
|
121
|
-
const
|
|
121
|
+
const T = /* @__PURE__ */ d(F, [["render", y]]), U = a({ name: "IconArrowLeftBottom" }), P = {
|
|
122
122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
123
123
|
viewBox: "0 0 16 16"
|
|
124
124
|
};
|
|
125
125
|
function E(t, n, e, s, r, c) {
|
|
126
|
-
return i(), l("svg",
|
|
126
|
+
return i(), l("svg", P, n[0] || (n[0] = [
|
|
127
127
|
o("g", {
|
|
128
128
|
id: "CDS-Visual-language/Icons/16/navigation/arrow-left-bottom",
|
|
129
129
|
"fill-rule": "evenodd",
|
|
@@ -136,7 +136,7 @@ function E(t, n, e, s, r, c) {
|
|
|
136
136
|
], -1)
|
|
137
137
|
]));
|
|
138
138
|
}
|
|
139
|
-
const O = /* @__PURE__ */ d(
|
|
139
|
+
const O = /* @__PURE__ */ d(U, [["render", E]]), R = a({ name: "IconArrowLeftTop" }), W = {
|
|
140
140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
141
141
|
viewBox: "0 0 16 16"
|
|
142
142
|
};
|
|
@@ -173,12 +173,12 @@ function N(t, n, e, s, r, c) {
|
|
|
173
173
|
], -1)
|
|
174
174
|
]));
|
|
175
175
|
}
|
|
176
|
-
const
|
|
176
|
+
const Y = /* @__PURE__ */ d(Q, [["render", N]]), J = a({ name: "IconArrowRightBottom" }), K = {
|
|
177
177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
178
178
|
viewBox: "0 0 16 16"
|
|
179
179
|
};
|
|
180
|
-
function
|
|
181
|
-
return i(), l("svg",
|
|
180
|
+
function X(t, n, e, s, r, c) {
|
|
181
|
+
return i(), l("svg", K, n[0] || (n[0] = [
|
|
182
182
|
o("g", {
|
|
183
183
|
id: "CDS-Visual-language/Icons/16/navigation/arrow-right-bottom",
|
|
184
184
|
"fill-rule": "evenodd",
|
|
@@ -191,7 +191,7 @@ function Y(t, n, e, s, r, c) {
|
|
|
191
191
|
], -1)
|
|
192
192
|
]));
|
|
193
193
|
}
|
|
194
|
-
const n1 = /* @__PURE__ */ d(
|
|
194
|
+
const n1 = /* @__PURE__ */ d(J, [["render", X]]), o1 = a({ name: "IconArrowRightTop" }), t1 = {
|
|
195
195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
196
196
|
viewBox: "0 0 16 16"
|
|
197
197
|
};
|
|
@@ -321,7 +321,7 @@ const A1 = /* @__PURE__ */ d(B1, [["render", C1]]), b1 = a({ name: "IconCardBank
|
|
|
321
321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
322
322
|
viewBox: "0 0 16 16"
|
|
323
323
|
};
|
|
324
|
-
function
|
|
324
|
+
function F1(t, n, e, s, r, c) {
|
|
325
325
|
return i(), l("svg", D1, n[0] || (n[0] = [
|
|
326
326
|
o("g", {
|
|
327
327
|
id: "CDS-Visual-language/Icons/16/other/card-bank",
|
|
@@ -335,12 +335,12 @@ function z1(t, n, e, s, r, c) {
|
|
|
335
335
|
], -1)
|
|
336
336
|
]));
|
|
337
337
|
}
|
|
338
|
-
const
|
|
338
|
+
const z1 = /* @__PURE__ */ d(b1, [["render", F1]]), y1 = a({ name: "IconCategory" }), T1 = {
|
|
339
339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
340
340
|
viewBox: "0 0 16 16"
|
|
341
341
|
};
|
|
342
|
-
function
|
|
343
|
-
return i(), l("svg",
|
|
342
|
+
function U1(t, n, e, s, r, c) {
|
|
343
|
+
return i(), l("svg", T1, n[0] || (n[0] = [
|
|
344
344
|
o("g", {
|
|
345
345
|
id: "CDS-Visual-language/Icons/16/other/category",
|
|
346
346
|
"fill-rule": "evenodd",
|
|
@@ -353,7 +353,7 @@ function T1(t, n, e, s, r, c) {
|
|
|
353
353
|
], -1)
|
|
354
354
|
]));
|
|
355
355
|
}
|
|
356
|
-
const
|
|
356
|
+
const P1 = /* @__PURE__ */ d(y1, [["render", U1]]), E1 = a({ name: "IconCheckFill" }), O1 = {
|
|
357
357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
358
358
|
viewBox: "0 0 16 16"
|
|
359
359
|
};
|
|
@@ -389,12 +389,12 @@ function Q1(t, n, e, s, r, c) {
|
|
|
389
389
|
], -1)
|
|
390
390
|
]));
|
|
391
391
|
}
|
|
392
|
-
const j1 = /* @__PURE__ */ d(q1, [["render", Q1]]), N1 = a({ name: "IconCheckboxFill" }),
|
|
392
|
+
const j1 = /* @__PURE__ */ d(q1, [["render", Q1]]), N1 = a({ name: "IconCheckboxFill" }), Y1 = {
|
|
393
393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
394
394
|
viewBox: "0 0 16 16"
|
|
395
395
|
};
|
|
396
|
-
function
|
|
397
|
-
return i(), l("svg",
|
|
396
|
+
function J1(t, n, e, s, r, c) {
|
|
397
|
+
return i(), l("svg", Y1, n[0] || (n[0] = [
|
|
398
398
|
o("g", {
|
|
399
399
|
id: "checkbox-fill",
|
|
400
400
|
"fill-rule": "evenodd",
|
|
@@ -408,7 +408,7 @@ function K1(t, n, e, s, r, c) {
|
|
|
408
408
|
], -1)
|
|
409
409
|
]));
|
|
410
410
|
}
|
|
411
|
-
const
|
|
411
|
+
const K1 = /* @__PURE__ */ d(N1, [["render", J1]]), X1 = a({ name: "IconCheckbox" }), n0 = {
|
|
412
412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
413
413
|
viewBox: "0 0 16 16"
|
|
414
414
|
};
|
|
@@ -427,7 +427,7 @@ function o0(t, n, e, s, r, c) {
|
|
|
427
427
|
], -1)
|
|
428
428
|
]));
|
|
429
429
|
}
|
|
430
|
-
const t0 = /* @__PURE__ */ d(
|
|
430
|
+
const t0 = /* @__PURE__ */ d(X1, [["render", o0]]), e0 = a({ name: "IconChevronDown" }), s0 = {
|
|
431
431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
432
432
|
viewBox: "0 0 16 16"
|
|
433
433
|
};
|
|
@@ -566,12 +566,12 @@ function b0(t, n, e, s, r, c) {
|
|
|
566
566
|
], -1)
|
|
567
567
|
]));
|
|
568
568
|
}
|
|
569
|
-
const D0 = /* @__PURE__ */ d(C0, [["render", b0]]),
|
|
569
|
+
const D0 = /* @__PURE__ */ d(C0, [["render", b0]]), F0 = a({ name: "IconCollapse" }), z0 = {
|
|
570
570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
571
571
|
viewBox: "0 0 16 16"
|
|
572
572
|
};
|
|
573
|
-
function
|
|
574
|
-
return i(), l("svg",
|
|
573
|
+
function y0(t, n, e, s, r, c) {
|
|
574
|
+
return i(), l("svg", z0, n[0] || (n[0] = [
|
|
575
575
|
o("path", {
|
|
576
576
|
"fill-rule": "evenodd",
|
|
577
577
|
d: "M1 3v10h1V3H1Zm2 5.017.71.705L6 11l.705-.71L4.92 8.516 15.001 8.5l-.002-1-10.09.015 1.8-1.81L6 5 3.705 7.308 3 8.018Z",
|
|
@@ -579,12 +579,12 @@ function F0(t, n, e, s, r, c) {
|
|
|
579
579
|
}, null, -1)
|
|
580
580
|
]));
|
|
581
581
|
}
|
|
582
|
-
const
|
|
582
|
+
const T0 = /* @__PURE__ */ d(F0, [["render", y0]]), U0 = a({ name: "IconComment" }), P0 = {
|
|
583
583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
584
584
|
viewBox: "0 0 16 16"
|
|
585
585
|
};
|
|
586
586
|
function E0(t, n, e, s, r, c) {
|
|
587
|
-
return i(), l("svg",
|
|
587
|
+
return i(), l("svg", P0, n[0] || (n[0] = [
|
|
588
588
|
o("g", {
|
|
589
589
|
id: "comment",
|
|
590
590
|
"fill-rule": "evenodd",
|
|
@@ -597,7 +597,7 @@ function E0(t, n, e, s, r, c) {
|
|
|
597
597
|
], -1)
|
|
598
598
|
]));
|
|
599
599
|
}
|
|
600
|
-
const O0 = /* @__PURE__ */ d(
|
|
600
|
+
const O0 = /* @__PURE__ */ d(U0, [["render", E0]]), R0 = a({ name: "IconCompany" }), W0 = {
|
|
601
601
|
xmlns: "http://www.w3.org/2000/svg",
|
|
602
602
|
viewBox: "0 0 16 16"
|
|
603
603
|
};
|
|
@@ -633,12 +633,12 @@ function N0(t, n, e, s, r, c) {
|
|
|
633
633
|
], -1)
|
|
634
634
|
]));
|
|
635
635
|
}
|
|
636
|
-
const
|
|
636
|
+
const Y0 = /* @__PURE__ */ d(Q0, [["render", N0]]), J0 = a({ name: "IconCopy" }), K0 = {
|
|
637
637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
638
638
|
viewBox: "0 0 16 16"
|
|
639
639
|
};
|
|
640
|
-
function
|
|
641
|
-
return i(), l("svg",
|
|
640
|
+
function X0(t, n, e, s, r, c) {
|
|
641
|
+
return i(), l("svg", K0, n[0] || (n[0] = [
|
|
642
642
|
o("g", {
|
|
643
643
|
id: "сopy",
|
|
644
644
|
"fill-rule": "evenodd",
|
|
@@ -651,7 +651,7 @@ function Y0(t, n, e, s, r, c) {
|
|
|
651
651
|
], -1)
|
|
652
652
|
]));
|
|
653
653
|
}
|
|
654
|
-
const n2 = /* @__PURE__ */ d(
|
|
654
|
+
const n2 = /* @__PURE__ */ d(J0, [["render", X0]]), o2 = a({ name: "IconDataCards" }), t2 = {
|
|
655
655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
656
656
|
viewBox: "0 0 16 16"
|
|
657
657
|
};
|
|
@@ -803,7 +803,7 @@ const A2 = /* @__PURE__ */ d(B2, [["render", C2]]), b2 = a({ name: "IconEdit" })
|
|
|
803
803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
804
804
|
viewBox: "0 0 16 16"
|
|
805
805
|
};
|
|
806
|
-
function
|
|
806
|
+
function F2(t, n, e, s, r, c) {
|
|
807
807
|
return i(), l("svg", D2, n[0] || (n[0] = [
|
|
808
808
|
o("g", {
|
|
809
809
|
id: "edit",
|
|
@@ -817,12 +817,12 @@ function z2(t, n, e, s, r, c) {
|
|
|
817
817
|
], -1)
|
|
818
818
|
]));
|
|
819
819
|
}
|
|
820
|
-
const
|
|
820
|
+
const z2 = /* @__PURE__ */ d(b2, [["render", F2]]), y2 = a({ name: "IconEducation" }), T2 = {
|
|
821
821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
822
822
|
viewBox: "0 0 16 16"
|
|
823
823
|
};
|
|
824
|
-
function
|
|
825
|
-
return i(), l("svg",
|
|
824
|
+
function U2(t, n, e, s, r, c) {
|
|
825
|
+
return i(), l("svg", T2, n[0] || (n[0] = [
|
|
826
826
|
o("path", {
|
|
827
827
|
"fill-rule": "evenodd",
|
|
828
828
|
d: "M2.727 5.29 8 7.667l5.273-2.379L8 3.02l-5.273 2.27ZM1.3 4.837a.474.474 0 0 0-.008.88L7.78 8.642a.54.54 0 0 0 .442 0l6.487-2.926a.474.474 0 0 0-.008-.879L8.213 2.044a.54.54 0 0 0-.426 0L1.3 4.838Z",
|
|
@@ -840,7 +840,7 @@ function T2(t, n, e, s, r, c) {
|
|
|
840
840
|
}, null, -1)
|
|
841
841
|
]));
|
|
842
842
|
}
|
|
843
|
-
const
|
|
843
|
+
const P2 = /* @__PURE__ */ d(y2, [["render", U2]]), E2 = a({ name: "IconEnter" }), O2 = {
|
|
844
844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
845
845
|
viewBox: "0 0 16 16"
|
|
846
846
|
};
|
|
@@ -876,12 +876,12 @@ function Q2(t, n, e, s, r, c) {
|
|
|
876
876
|
], -1)
|
|
877
877
|
]));
|
|
878
878
|
}
|
|
879
|
-
const j2 = /* @__PURE__ */ d(q2, [["render", Q2]]), N2 = a({ name: "IconError" }),
|
|
879
|
+
const j2 = /* @__PURE__ */ d(q2, [["render", Q2]]), N2 = a({ name: "IconError" }), Y2 = {
|
|
880
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
881
881
|
viewBox: "0 0 16 16"
|
|
882
882
|
};
|
|
883
|
-
function
|
|
884
|
-
return i(), l("svg",
|
|
883
|
+
function J2(t, n, e, s, r, c) {
|
|
884
|
+
return i(), l("svg", Y2, n[0] || (n[0] = [
|
|
885
885
|
o("g", {
|
|
886
886
|
id: "error",
|
|
887
887
|
"fill-rule": "evenodd",
|
|
@@ -894,7 +894,7 @@ function K2(t, n, e, s, r, c) {
|
|
|
894
894
|
], -1)
|
|
895
895
|
]));
|
|
896
896
|
}
|
|
897
|
-
const
|
|
897
|
+
const K2 = /* @__PURE__ */ d(N2, [["render", J2]]), X2 = a({ name: "IconExpand" }), nn = {
|
|
898
898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
899
899
|
viewBox: "0 0 16 16"
|
|
900
900
|
};
|
|
@@ -907,7 +907,7 @@ function on(t, n, e, s, r, c) {
|
|
|
907
907
|
}, null, -1)
|
|
908
908
|
]));
|
|
909
909
|
}
|
|
910
|
-
const tn = /* @__PURE__ */ d(
|
|
910
|
+
const tn = /* @__PURE__ */ d(X2, [["render", on]]), en = a({ name: "IconExternal" }), sn = {
|
|
911
911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
912
912
|
viewBox: "0 0 16 16"
|
|
913
913
|
};
|
|
@@ -1035,12 +1035,12 @@ function Dn(t, n, e, s, r, c) {
|
|
|
1035
1035
|
o("path", { d: "M10 3.5V3a2 2 0 1 0-4 0v3H4.5a.5.5 0 0 0 0 1H6v5.996a1 1 0 1 1-2 0V12.5a.5.5 0 0 0-1 0v.5a2 2 0 0 0 4 .053V7h1.5a.5.5 0 0 0 0-1H7V3a1 1 0 0 1 2 0v.5a.5.5 0 0 0 1 0ZM8.646 9.854a.5.5 0 1 1 .708-.708l1.146 1.147 1.146-1.147a.5.5 0 0 1 .708.708L11.207 11l1.147 1.146a.5.5 0 0 1-.708.708L10.5 11.707l-1.146 1.147a.5.5 0 0 1-.708-.708L9.793 11 8.646 9.854Z" }, null, -1)
|
|
1036
1036
|
]));
|
|
1037
1037
|
}
|
|
1038
|
-
const
|
|
1038
|
+
const Fn = /* @__PURE__ */ d(An, [["render", Dn]]), zn = a({ name: "IconFunnel" }), yn = {
|
|
1039
1039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1040
1040
|
viewBox: "0 0 16 16"
|
|
1041
1041
|
};
|
|
1042
|
-
function
|
|
1043
|
-
return i(), l("svg",
|
|
1042
|
+
function Tn(t, n, e, s, r, c) {
|
|
1043
|
+
return i(), l("svg", yn, n[0] || (n[0] = [
|
|
1044
1044
|
o("g", {
|
|
1045
1045
|
id: "funnel",
|
|
1046
1046
|
"fill-rule": "evenodd",
|
|
@@ -1054,7 +1054,7 @@ function Pn(t, n, e, s, r, c) {
|
|
|
1054
1054
|
], -1)
|
|
1055
1055
|
]));
|
|
1056
1056
|
}
|
|
1057
|
-
const
|
|
1057
|
+
const Un = /* @__PURE__ */ d(zn, [["render", Tn]]), Pn = a({ name: "IconGlobe" }), En = {
|
|
1058
1058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1059
1059
|
viewBox: "0 0 16 16"
|
|
1060
1060
|
};
|
|
@@ -1072,7 +1072,7 @@ function On(t, n, e, s, r, c) {
|
|
|
1072
1072
|
], -1)
|
|
1073
1073
|
]));
|
|
1074
1074
|
}
|
|
1075
|
-
const Rn = /* @__PURE__ */ d(
|
|
1075
|
+
const Rn = /* @__PURE__ */ d(Pn, [["render", On]]), Wn = a({ name: "IconHighlight" }), qn = {
|
|
1076
1076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1077
1077
|
viewBox: "0 0 16 16"
|
|
1078
1078
|
};
|
|
@@ -1089,7 +1089,7 @@ const Qn = /* @__PURE__ */ d(Wn, [["render", Gn]]), jn = a({ name: "IconInfinity
|
|
|
1089
1089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1090
1090
|
viewBox: "0 0 16 16"
|
|
1091
1091
|
};
|
|
1092
|
-
function
|
|
1092
|
+
function Yn(t, n, e, s, r, c) {
|
|
1093
1093
|
return i(), l("svg", Nn, n[0] || (n[0] = [
|
|
1094
1094
|
o("g", {
|
|
1095
1095
|
id: "CDS-Visual-language/Icons/16/other/infinity",
|
|
@@ -1104,12 +1104,12 @@ function Jn(t, n, e, s, r, c) {
|
|
|
1104
1104
|
], -1)
|
|
1105
1105
|
]));
|
|
1106
1106
|
}
|
|
1107
|
-
const
|
|
1107
|
+
const Jn = /* @__PURE__ */ d(jn, [["render", Yn]]), Kn = a({ name: "IconInfoFill" }), Xn = {
|
|
1108
1108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1109
1109
|
viewBox: "0 0 16 16"
|
|
1110
1110
|
};
|
|
1111
1111
|
function no(t, n, e, s, r, c) {
|
|
1112
|
-
return i(), l("svg",
|
|
1112
|
+
return i(), l("svg", Xn, n[0] || (n[0] = [
|
|
1113
1113
|
o("g", {
|
|
1114
1114
|
id: "CDS-Visual-language/Icons/16/info-fill",
|
|
1115
1115
|
"fill-rule": "evenodd",
|
|
@@ -1122,7 +1122,7 @@ function no(t, n, e, s, r, c) {
|
|
|
1122
1122
|
], -1)
|
|
1123
1123
|
]));
|
|
1124
1124
|
}
|
|
1125
|
-
const oo = /* @__PURE__ */ d(
|
|
1125
|
+
const oo = /* @__PURE__ */ d(Kn, [["render", no]]), to = a({ name: "IconInfo" }), eo = {
|
|
1126
1126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1127
1127
|
viewBox: "0 0 16 16"
|
|
1128
1128
|
};
|
|
@@ -1255,12 +1255,12 @@ function bo(t, n, e, s, r, c) {
|
|
|
1255
1255
|
], -1)
|
|
1256
1256
|
]));
|
|
1257
1257
|
}
|
|
1258
|
-
const Do = /* @__PURE__ */ d(Co, [["render", bo]]),
|
|
1258
|
+
const Do = /* @__PURE__ */ d(Co, [["render", bo]]), Fo = a({ name: "IconLocked" }), zo = {
|
|
1259
1259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1260
1260
|
viewBox: "0 0 16 16"
|
|
1261
1261
|
};
|
|
1262
|
-
function
|
|
1263
|
-
return i(), l("svg",
|
|
1262
|
+
function yo(t, n, e, s, r, c) {
|
|
1263
|
+
return i(), l("svg", zo, n[0] || (n[0] = [
|
|
1264
1264
|
o("g", {
|
|
1265
1265
|
id: "CDS-Visual-language/Icons/16/toggle/locked",
|
|
1266
1266
|
"fill-rule": "evenodd",
|
|
@@ -1273,12 +1273,12 @@ function Fo(t, n, e, s, r, c) {
|
|
|
1273
1273
|
], -1)
|
|
1274
1274
|
]));
|
|
1275
1275
|
}
|
|
1276
|
-
const
|
|
1276
|
+
const To = /* @__PURE__ */ d(Fo, [["render", yo]]), Uo = a({ name: "IconLogin" }), Po = {
|
|
1277
1277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1278
1278
|
viewBox: "0 0 16 16"
|
|
1279
1279
|
};
|
|
1280
1280
|
function Eo(t, n, e, s, r, c) {
|
|
1281
|
-
return i(), l("svg",
|
|
1281
|
+
return i(), l("svg", Po, n[0] || (n[0] = [
|
|
1282
1282
|
o("g", {
|
|
1283
1283
|
id: "login",
|
|
1284
1284
|
"fill-rule": "evenodd",
|
|
@@ -1291,7 +1291,7 @@ function Eo(t, n, e, s, r, c) {
|
|
|
1291
1291
|
], -1)
|
|
1292
1292
|
]));
|
|
1293
1293
|
}
|
|
1294
|
-
const Oo = /* @__PURE__ */ d(
|
|
1294
|
+
const Oo = /* @__PURE__ */ d(Uo, [["render", Eo]]), Ro = a({ name: "IconLogout" }), Wo = {
|
|
1295
1295
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1296
1296
|
viewBox: "0 0 16 16"
|
|
1297
1297
|
};
|
|
@@ -1327,12 +1327,12 @@ function No(t, n, e, s, r, c) {
|
|
|
1327
1327
|
], -1)
|
|
1328
1328
|
]));
|
|
1329
1329
|
}
|
|
1330
|
-
const
|
|
1330
|
+
const Yo = /* @__PURE__ */ d(Qo, [["render", No]]), Jo = a({ name: "IconMinus" }), Ko = {
|
|
1331
1331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1332
1332
|
viewBox: "0 0 16 16"
|
|
1333
1333
|
};
|
|
1334
|
-
function
|
|
1335
|
-
return i(), l("svg",
|
|
1334
|
+
function Xo(t, n, e, s, r, c) {
|
|
1335
|
+
return i(), l("svg", Ko, n[0] || (n[0] = [
|
|
1336
1336
|
o("path", {
|
|
1337
1337
|
"fill-rule": "evenodd",
|
|
1338
1338
|
d: "M2 7.5h12v1H2v-1Z",
|
|
@@ -1340,7 +1340,7 @@ function Yo(t, n, e, s, r, c) {
|
|
|
1340
1340
|
}, null, -1)
|
|
1341
1341
|
]));
|
|
1342
1342
|
}
|
|
1343
|
-
const nt = /* @__PURE__ */ d(
|
|
1343
|
+
const nt = /* @__PURE__ */ d(Jo, [["render", Xo]]), ot = a({ name: "IconNotification" }), tt = {
|
|
1344
1344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1345
1345
|
viewBox: "0 0 16 16"
|
|
1346
1346
|
};
|
|
@@ -1491,7 +1491,7 @@ const At = /* @__PURE__ */ d(Bt, [["render", Ct]]), bt = a({ name: "IconQuestion
|
|
|
1491
1491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1492
1492
|
viewBox: "0 0 16 16"
|
|
1493
1493
|
};
|
|
1494
|
-
function
|
|
1494
|
+
function Ft(t, n, e, s, r, c) {
|
|
1495
1495
|
return i(), l("svg", Dt, n[0] || (n[0] = [
|
|
1496
1496
|
o("g", {
|
|
1497
1497
|
id: "question",
|
|
@@ -1505,12 +1505,12 @@ function zt(t, n, e, s, r, c) {
|
|
|
1505
1505
|
], -1)
|
|
1506
1506
|
]));
|
|
1507
1507
|
}
|
|
1508
|
-
const
|
|
1508
|
+
const zt = /* @__PURE__ */ d(bt, [["render", Ft]]), yt = a({ name: "IconRefresh" }), Tt = {
|
|
1509
1509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1510
1510
|
viewBox: "0 0 16 16"
|
|
1511
1511
|
};
|
|
1512
|
-
function
|
|
1513
|
-
return i(), l("svg",
|
|
1512
|
+
function Ut(t, n, e, s, r, c) {
|
|
1513
|
+
return i(), l("svg", Tt, n[0] || (n[0] = [
|
|
1514
1514
|
o("g", {
|
|
1515
1515
|
id: "refresh",
|
|
1516
1516
|
"fill-rule": "evenodd",
|
|
@@ -1523,7 +1523,7 @@ function Tt(t, n, e, s, r, c) {
|
|
|
1523
1523
|
], -1)
|
|
1524
1524
|
]));
|
|
1525
1525
|
}
|
|
1526
|
-
const
|
|
1526
|
+
const Pt = /* @__PURE__ */ d(yt, [["render", Ut]]), Et = a({ name: "IconRemove" }), Ot = {
|
|
1527
1527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1528
1528
|
viewBox: "0 0 16 16"
|
|
1529
1529
|
};
|
|
@@ -1559,12 +1559,12 @@ function Qt(t, n, e, s, r, c) {
|
|
|
1559
1559
|
], -1)
|
|
1560
1560
|
]));
|
|
1561
1561
|
}
|
|
1562
|
-
const jt = /* @__PURE__ */ d(qt, [["render", Qt]]), Nt = a({ name: "IconSave" }),
|
|
1562
|
+
const jt = /* @__PURE__ */ d(qt, [["render", Qt]]), Nt = a({ name: "IconSave" }), Yt = {
|
|
1563
1563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
1564
|
viewBox: "0 0 16 16"
|
|
1565
1565
|
};
|
|
1566
|
-
function
|
|
1567
|
-
return i(), l("svg",
|
|
1566
|
+
function Jt(t, n, e, s, r, c) {
|
|
1567
|
+
return i(), l("svg", Yt, n[0] || (n[0] = [
|
|
1568
1568
|
o("g", {
|
|
1569
1569
|
id: "Save",
|
|
1570
1570
|
"fill-rule": "evenodd",
|
|
@@ -1578,7 +1578,7 @@ function Kt(t, n, e, s, r, c) {
|
|
|
1578
1578
|
], -1)
|
|
1579
1579
|
]));
|
|
1580
1580
|
}
|
|
1581
|
-
const
|
|
1581
|
+
const Kt = /* @__PURE__ */ d(Nt, [["render", Jt]]), Xt = a({ name: "IconScaleLeft" }), n5 = {
|
|
1582
1582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1583
1583
|
viewBox: "0 0 16 16"
|
|
1584
1584
|
};
|
|
@@ -1588,7 +1588,7 @@ function o5(t, n, e, s, r, c) {
|
|
|
1588
1588
|
o("path", { d: "M6.667 9.5v1H10a.5.5 0 0 0 .5-.5V6.667h-1v2.126L3.207 2.5h2.126v-1H2a.5.5 0 0 0-.5.5v3.333h1V3.207L8.793 9.5H6.667Z" }, null, -1)
|
|
1589
1589
|
]));
|
|
1590
1590
|
}
|
|
1591
|
-
const t5 = /* @__PURE__ */ d(
|
|
1591
|
+
const t5 = /* @__PURE__ */ d(Xt, [["render", o5]]), e5 = a({ name: "IconScaleRight" }), s5 = {
|
|
1592
1592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1593
1593
|
viewBox: "0 0 16 16"
|
|
1594
1594
|
};
|
|
@@ -1697,12 +1697,12 @@ function b5(t, n, e, s, r, c) {
|
|
|
1697
1697
|
o("path", { d: "M12 6H4l4-5 4 5ZM12 10H4l4 5 4-5Z" }, null, -1)
|
|
1698
1698
|
]));
|
|
1699
1699
|
}
|
|
1700
|
-
const D5 = /* @__PURE__ */ d(C5, [["render", b5]]),
|
|
1700
|
+
const D5 = /* @__PURE__ */ d(C5, [["render", b5]]), F5 = a({ name: "IconSource" }), z5 = {
|
|
1701
1701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1702
1702
|
viewBox: "0 0 16 16"
|
|
1703
1703
|
};
|
|
1704
|
-
function
|
|
1705
|
-
return i(), l("svg",
|
|
1704
|
+
function y5(t, n, e, s, r, c) {
|
|
1705
|
+
return i(), l("svg", z5, n[0] || (n[0] = [
|
|
1706
1706
|
o("path", {
|
|
1707
1707
|
"fill-rule": "evenodd",
|
|
1708
1708
|
d: "m9.015 1.879-3 12 .97.242 3-12-.97-.242Zm2.38 1.813-.79.615 2.947 3.782-2.94 3.594.775.633 3.445-4.212-3.438-4.412Zm-6.798.013.806.59L2.625 8.09l2.771 3.606-.792.61-3.229-4.202 3.222-4.398Z",
|
|
@@ -1710,12 +1710,12 @@ function F5(t, n, e, s, r, c) {
|
|
|
1710
1710
|
}, null, -1)
|
|
1711
1711
|
]));
|
|
1712
1712
|
}
|
|
1713
|
-
const
|
|
1713
|
+
const T5 = /* @__PURE__ */ d(F5, [["render", y5]]), U5 = a({ name: "IconStarFill" }), P5 = {
|
|
1714
1714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1715
1715
|
viewBox: "0 0 16 16"
|
|
1716
1716
|
};
|
|
1717
1717
|
function E5(t, n, e, s, r, c) {
|
|
1718
|
-
return i(), l("svg",
|
|
1718
|
+
return i(), l("svg", P5, n[0] || (n[0] = [
|
|
1719
1719
|
o("g", {
|
|
1720
1720
|
id: "CDS-Visual-language/Icons/16/toggle/star-fill",
|
|
1721
1721
|
"fill-rule": "evenodd",
|
|
@@ -1729,7 +1729,7 @@ function E5(t, n, e, s, r, c) {
|
|
|
1729
1729
|
], -1)
|
|
1730
1730
|
]));
|
|
1731
1731
|
}
|
|
1732
|
-
const O5 = /* @__PURE__ */ d(
|
|
1732
|
+
const O5 = /* @__PURE__ */ d(U5, [["render", E5]]), R5 = a({ name: "IconStar" }), W5 = {
|
|
1733
1733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1734
1734
|
viewBox: "0 0 16 16"
|
|
1735
1735
|
};
|
|
@@ -1761,12 +1761,12 @@ function N5(t, n, e, s, r, c) {
|
|
|
1761
1761
|
}, null, -1)
|
|
1762
1762
|
]));
|
|
1763
1763
|
}
|
|
1764
|
-
const
|
|
1764
|
+
const Y5 = /* @__PURE__ */ d(Q5, [["render", N5]]), J5 = a({ name: "IconTabForward" }), K5 = {
|
|
1765
1765
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1766
1766
|
viewBox: "0 0 16 16"
|
|
1767
1767
|
};
|
|
1768
|
-
function
|
|
1769
|
-
return i(), l("svg",
|
|
1768
|
+
function X5(t, n, e, s, r, c) {
|
|
1769
|
+
return i(), l("svg", K5, n[0] || (n[0] = [
|
|
1770
1770
|
o("path", {
|
|
1771
1771
|
"fill-rule": "evenodd",
|
|
1772
1772
|
d: "M14 2.5H2v1h12v-1Zm0 10H2v1h12v-1Zm-7-5h7v1H7v-1ZM14 5H7v1h7V5Zm-7 5h7v1H7v-1ZM5 8 2 5v6l3-3Z",
|
|
@@ -1774,12 +1774,12 @@ function Y5(t, n, e, s, r, c) {
|
|
|
1774
1774
|
}, null, -1)
|
|
1775
1775
|
]));
|
|
1776
1776
|
}
|
|
1777
|
-
const
|
|
1777
|
+
const n3 = /* @__PURE__ */ d(J5, [["render", X5]]), o3 = a({ name: "IconTelegram" }), t3 = {
|
|
1778
1778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1779
1779
|
viewBox: "0 0 16 16"
|
|
1780
1780
|
};
|
|
1781
|
-
function
|
|
1782
|
-
return i(), l("svg",
|
|
1781
|
+
function e3(t, n, e, s, r, c) {
|
|
1782
|
+
return i(), l("svg", t3, n[0] || (n[0] = [
|
|
1783
1783
|
o("g", {
|
|
1784
1784
|
id: "CDS-Visual-language/Icons/16/social/telegram",
|
|
1785
1785
|
"fill-rule": "evenodd",
|
|
@@ -1793,12 +1793,21 @@ function ee(t, n, e, s, r, c) {
|
|
|
1793
1793
|
], -1)
|
|
1794
1794
|
]));
|
|
1795
1795
|
}
|
|
1796
|
-
const
|
|
1796
|
+
const s3 = /* @__PURE__ */ d(o3, [["render", e3]]), r3 = a({ name: "IconThumbDownFill" }), a3 = {
|
|
1797
1797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1798
1798
|
viewBox: "0 0 16 16"
|
|
1799
1799
|
};
|
|
1800
|
-
function
|
|
1801
|
-
return i(), l("svg",
|
|
1800
|
+
function l3(t, n, e, s, r, c) {
|
|
1801
|
+
return i(), l("svg", a3, n[0] || (n[0] = [
|
|
1802
|
+
o("path", { d: "M4 2.4h7.6v8l-4.8 4.8-.533-.367a1.29 1.29 0 0 1-.442-.55 1.07 1.07 0 0 1-.058-.683l.633-3.2H2c-.333 0-.617-.117-.85-.35A1.157 1.157 0 0 1 .8 9.2v-.95a1.077 1.077 0 0 1 .1-.467l1.983-4.65c.09-.222.236-.4.442-.533.206-.133.43-.2.675-.2Zm8.8 8v-8h2.4v8h-2.4Z" }, null, -1)
|
|
1803
|
+
]));
|
|
1804
|
+
}
|
|
1805
|
+
const i3 = /* @__PURE__ */ d(r3, [["render", l3]]), d3 = a({ name: "IconThumbDown" }), c3 = {
|
|
1806
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1807
|
+
viewBox: "0 0 16 16"
|
|
1808
|
+
};
|
|
1809
|
+
function v3(t, n, e, s, r, c) {
|
|
1810
|
+
return i(), l("svg", c3, n[0] || (n[0] = [
|
|
1802
1811
|
o("path", {
|
|
1803
1812
|
"fill-rule": "evenodd",
|
|
1804
1813
|
d: "M4.1 2.617h10.933v7.733h-3.5L6.85 15.033l-.483-.3a1.413 1.413 0 0 1-.421-.502.923.923 0 0 1-.08-.614l.017-.067.617-3.2H2.1c-.306 0-.568-.11-.788-.33-.219-.219-.329-.481-.329-.787v-.917c0-.087.006-.166.017-.236a.814.814 0 0 1 .067-.213l1.95-4.534c.083-.222.226-.397.429-.525.203-.127.42-.191.654-.191Zm-.033 1.116h6.35v6.159L7.058 13.25l.792-4.017H2.1v-.941l1.967-4.559Zm9.85 5.5h-2.384v-5.5h2.384v5.5Z",
|
|
@@ -1806,12 +1815,21 @@ function le(t, n, e, s, r, c) {
|
|
|
1806
1815
|
}, null, -1)
|
|
1807
1816
|
]));
|
|
1808
1817
|
}
|
|
1809
|
-
const
|
|
1818
|
+
const p3 = /* @__PURE__ */ d(d3, [["render", v3]]), h3 = a({ name: "IconThumbUpFill" }), $3 = {
|
|
1819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1820
|
+
viewBox: "0 0 16 16"
|
|
1821
|
+
};
|
|
1822
|
+
function w3(t, n, e, s, r, c) {
|
|
1823
|
+
return i(), l("svg", $3, n[0] || (n[0] = [
|
|
1824
|
+
o("path", { d: "M12 13.6H4.4v-8L9.2.8l.533.367c.2.144.348.327.442.55.094.222.114.45.058.683L9.6 5.6H14c.333 0 .617.117.85.35.233.233.35.517.35.85v.95a1.075 1.075 0 0 1-.1.467l-1.983 4.65c-.1.222-.25.4-.45.533s-.423.2-.667.2Zm-8.8-8v8H.8v-8h2.4Z" }, null, -1)
|
|
1825
|
+
]));
|
|
1826
|
+
}
|
|
1827
|
+
const _3 = /* @__PURE__ */ d(h3, [["render", w3]]), u3 = a({ name: "IconThumbUp" }), m3 = {
|
|
1810
1828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1811
1829
|
viewBox: "0 0 16 16"
|
|
1812
1830
|
};
|
|
1813
|
-
function
|
|
1814
|
-
return i(), l("svg",
|
|
1831
|
+
function g3(t, n, e, s, r, c) {
|
|
1832
|
+
return i(), l("svg", m3, n[0] || (n[0] = [
|
|
1815
1833
|
o("path", {
|
|
1816
1834
|
"fill-rule": "evenodd",
|
|
1817
1835
|
d: "M11.917 13.433H.983V5.7h3.5l4.684-4.683.483.3c.183.139.324.306.42.502.098.196.124.4.08.614l-.017.067-.616 3.2h4.4c.305 0 .568.11.787.33.22.219.33.481.33.787v.917c0 .087-.006.166-.017.236a.814.814 0 0 1-.067.213l-1.951 4.537c-.094.22-.24.394-.437.522a1.165 1.165 0 0 1-.645.191Zm.033-1.116H5.6V6.158L8.958 2.8l-.791 4.017h5.75v.941l-1.967 4.559Zm-9.85-5.5h2.383v5.5H2.1v-5.5Z",
|
|
@@ -1819,12 +1837,12 @@ function ve(t, n, e, s, r, c) {
|
|
|
1819
1837
|
}, null, -1)
|
|
1820
1838
|
]));
|
|
1821
1839
|
}
|
|
1822
|
-
const
|
|
1840
|
+
const f3 = /* @__PURE__ */ d(u3, [["render", g3]]), x3 = a({ name: "IconTimer" }), Z3 = {
|
|
1823
1841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1824
1842
|
viewBox: "0 0 16 16"
|
|
1825
1843
|
};
|
|
1826
|
-
function
|
|
1827
|
-
return i(), l("svg",
|
|
1844
|
+
function V3(t, n, e, s, r, c) {
|
|
1845
|
+
return i(), l("svg", Z3, n[0] || (n[0] = [
|
|
1828
1846
|
o("g", {
|
|
1829
1847
|
id: "timer",
|
|
1830
1848
|
"fill-rule": "evenodd",
|
|
@@ -1837,12 +1855,12 @@ function we(t, n, e, s, r, c) {
|
|
|
1837
1855
|
], -1)
|
|
1838
1856
|
]));
|
|
1839
1857
|
}
|
|
1840
|
-
const
|
|
1858
|
+
const I3 = /* @__PURE__ */ d(x3, [["render", V3]]), H3 = a({ name: "IconTool" }), M3 = {
|
|
1841
1859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1842
1860
|
viewBox: "0 0 16 16"
|
|
1843
1861
|
};
|
|
1844
|
-
function
|
|
1845
|
-
return i(), l("svg",
|
|
1862
|
+
function L3(t, n, e, s, r, c) {
|
|
1863
|
+
return i(), l("svg", M3, n[0] || (n[0] = [
|
|
1846
1864
|
o("g", {
|
|
1847
1865
|
id: "tool",
|
|
1848
1866
|
"fill-rule": "evenodd",
|
|
@@ -1855,12 +1873,12 @@ function ge(t, n, e, s, r, c) {
|
|
|
1855
1873
|
], -1)
|
|
1856
1874
|
]));
|
|
1857
1875
|
}
|
|
1858
|
-
const
|
|
1876
|
+
const k3 = /* @__PURE__ */ d(H3, [["render", L3]]), B3 = a({ name: "IconTruck" }), S3 = {
|
|
1859
1877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1860
1878
|
viewBox: "0 0 16 16"
|
|
1861
1879
|
};
|
|
1862
|
-
function
|
|
1863
|
-
return i(), l("svg",
|
|
1880
|
+
function C3(t, n, e, s, r, c) {
|
|
1881
|
+
return i(), l("svg", S3, n[0] || (n[0] = [
|
|
1864
1882
|
o("g", {
|
|
1865
1883
|
id: "CDS-Visual-language/Icons/16/other/truck",
|
|
1866
1884
|
"fill-rule": "evenodd",
|
|
@@ -1873,12 +1891,12 @@ function Ve(t, n, e, s, r, c) {
|
|
|
1873
1891
|
], -1)
|
|
1874
1892
|
]));
|
|
1875
1893
|
}
|
|
1876
|
-
const
|
|
1894
|
+
const A3 = /* @__PURE__ */ d(B3, [["render", C3]]), b3 = a({ name: "IconUnderline" }), D3 = {
|
|
1877
1895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1878
1896
|
viewBox: "0 0 16 16"
|
|
1879
1897
|
};
|
|
1880
|
-
function
|
|
1881
|
-
return i(), l("svg",
|
|
1898
|
+
function F3(t, n, e, s, r, c) {
|
|
1899
|
+
return i(), l("svg", D3, n[0] || (n[0] = [
|
|
1882
1900
|
o("path", {
|
|
1883
1901
|
"fill-rule": "evenodd",
|
|
1884
1902
|
d: "M4 2h2v7a2 2 0 1 0 4 0V2h2v7a4 4 0 0 1-8 0V2Zm9 13v-1H3v1h10Z",
|
|
@@ -1886,12 +1904,12 @@ function Le(t, n, e, s, r, c) {
|
|
|
1886
1904
|
}, null, -1)
|
|
1887
1905
|
]));
|
|
1888
1906
|
}
|
|
1889
|
-
const
|
|
1907
|
+
const z3 = /* @__PURE__ */ d(b3, [["render", F3]]), y3 = a({ name: "IconUnlockedLeft" }), T3 = {
|
|
1890
1908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1891
1909
|
viewBox: "0 0 16 16"
|
|
1892
1910
|
};
|
|
1893
|
-
function
|
|
1894
|
-
return i(), l("svg",
|
|
1911
|
+
function U3(t, n, e, s, r, c) {
|
|
1912
|
+
return i(), l("svg", T3, n[0] || (n[0] = [
|
|
1895
1913
|
o("path", {
|
|
1896
1914
|
"fill-rule": "evenodd",
|
|
1897
1915
|
d: "M4 2a3 3 0 0 0-3 3h1a2 2 0 0 1 1.85-1.995L4 3a2 2 0 0 1 1.995 1.85L6 5v2H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H7V5a3 3 0 0 0-3-3Zm0 6h8v6H4V8Zm4 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",
|
|
@@ -1899,12 +1917,12 @@ function Ce(t, n, e, s, r, c) {
|
|
|
1899
1917
|
}, null, -1)
|
|
1900
1918
|
]));
|
|
1901
1919
|
}
|
|
1902
|
-
const
|
|
1920
|
+
const P3 = /* @__PURE__ */ d(y3, [["render", U3]]), E3 = a({ name: "IconUnlocked" }), O3 = {
|
|
1903
1921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1904
1922
|
viewBox: "0 0 16 16"
|
|
1905
1923
|
};
|
|
1906
|
-
function
|
|
1907
|
-
return i(), l("svg",
|
|
1924
|
+
function R3(t, n, e, s, r, c) {
|
|
1925
|
+
return i(), l("svg", O3, n[0] || (n[0] = [
|
|
1908
1926
|
o("g", {
|
|
1909
1927
|
id: "CDS-Visual-language/Icons/16/toggle/unlocked",
|
|
1910
1928
|
"fill-rule": "evenodd",
|
|
@@ -1917,12 +1935,12 @@ function ze(t, n, e, s, r, c) {
|
|
|
1917
1935
|
], -1)
|
|
1918
1936
|
]));
|
|
1919
1937
|
}
|
|
1920
|
-
const
|
|
1938
|
+
const W3 = /* @__PURE__ */ d(E3, [["render", R3]]), q3 = a({ name: "IconUpload" }), G3 = {
|
|
1921
1939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1922
1940
|
viewBox: "0 0 16 16"
|
|
1923
1941
|
};
|
|
1924
|
-
function
|
|
1925
|
-
return i(), l("svg",
|
|
1942
|
+
function Q3(t, n, e, s, r, c) {
|
|
1943
|
+
return i(), l("svg", G3, n[0] || (n[0] = [
|
|
1926
1944
|
o("g", { id: "icon-upload" }, [
|
|
1927
1945
|
o("path", {
|
|
1928
1946
|
id: "Shape",
|
|
@@ -1933,12 +1951,12 @@ function Te(t, n, e, s, r, c) {
|
|
|
1933
1951
|
], -1)
|
|
1934
1952
|
]));
|
|
1935
1953
|
}
|
|
1936
|
-
const
|
|
1954
|
+
const j3 = /* @__PURE__ */ d(q3, [["render", Q3]]), N3 = a({ name: "IconUserAvatar" }), Y3 = {
|
|
1937
1955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1938
1956
|
viewBox: "0 0 16 16"
|
|
1939
1957
|
};
|
|
1940
|
-
function
|
|
1941
|
-
return i(), l("svg",
|
|
1958
|
+
function J3(t, n, e, s, r, c) {
|
|
1959
|
+
return i(), l("svg", Y3, n[0] || (n[0] = [
|
|
1942
1960
|
o("g", {
|
|
1943
1961
|
id: "user-avatar",
|
|
1944
1962
|
"fill-rule": "evenodd",
|
|
@@ -1951,12 +1969,12 @@ function Re(t, n, e, s, r, c) {
|
|
|
1951
1969
|
], -1)
|
|
1952
1970
|
]));
|
|
1953
1971
|
}
|
|
1954
|
-
const
|
|
1972
|
+
const K3 = /* @__PURE__ */ d(N3, [["render", J3]]), X3 = a({ name: "IconUserGroup" }), ne = {
|
|
1955
1973
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1956
1974
|
viewBox: "0 0 16 16"
|
|
1957
1975
|
};
|
|
1958
|
-
function
|
|
1959
|
-
return i(), l("svg",
|
|
1976
|
+
function oe(t, n, e, s, r, c) {
|
|
1977
|
+
return i(), l("svg", ne, n[0] || (n[0] = [
|
|
1960
1978
|
o("g", {
|
|
1961
1979
|
id: "user-group",
|
|
1962
1980
|
"fill-rule": "evenodd",
|
|
@@ -1969,12 +1987,12 @@ function Qe(t, n, e, s, r, c) {
|
|
|
1969
1987
|
], -1)
|
|
1970
1988
|
]));
|
|
1971
1989
|
}
|
|
1972
|
-
const
|
|
1990
|
+
const te = /* @__PURE__ */ d(X3, [["render", oe]]), ee = a({ name: "IconVisibilityOff" }), se = {
|
|
1973
1991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1974
1992
|
viewBox: "0 0 16 16"
|
|
1975
1993
|
};
|
|
1976
|
-
function
|
|
1977
|
-
return i(), l("svg",
|
|
1994
|
+
function re(t, n, e, s, r, c) {
|
|
1995
|
+
return i(), l("svg", se, n[0] || (n[0] = [
|
|
1978
1996
|
o("g", {
|
|
1979
1997
|
id: "view-off",
|
|
1980
1998
|
"fill-rule": "evenodd",
|
|
@@ -1987,12 +2005,12 @@ function Ke(t, n, e, s, r, c) {
|
|
|
1987
2005
|
], -1)
|
|
1988
2006
|
]));
|
|
1989
2007
|
}
|
|
1990
|
-
const
|
|
2008
|
+
const ae = /* @__PURE__ */ d(ee, [["render", re]]), le = a({ name: "IconVisibilityOn" }), ie = {
|
|
1991
2009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1992
2010
|
viewBox: "0 0 16 16"
|
|
1993
2011
|
};
|
|
1994
|
-
function
|
|
1995
|
-
return i(), l("svg",
|
|
2012
|
+
function de(t, n, e, s, r, c) {
|
|
2013
|
+
return i(), l("svg", ie, n[0] || (n[0] = [
|
|
1996
2014
|
o("g", {
|
|
1997
2015
|
id: "view",
|
|
1998
2016
|
"fill-rule": "evenodd",
|
|
@@ -2005,12 +2023,12 @@ function o3(t, n, e, s, r, c) {
|
|
|
2005
2023
|
], -1)
|
|
2006
2024
|
]));
|
|
2007
2025
|
}
|
|
2008
|
-
const
|
|
2026
|
+
const ce = /* @__PURE__ */ d(le, [["render", de]]), ve = a({ name: "IconVk" }), pe = {
|
|
2009
2027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
2028
|
viewBox: "0 0 16 16"
|
|
2011
2029
|
};
|
|
2012
|
-
function
|
|
2013
|
-
return i(), l("svg",
|
|
2030
|
+
function he(t, n, e, s, r, c) {
|
|
2031
|
+
return i(), l("svg", pe, n[0] || (n[0] = [
|
|
2014
2032
|
o("g", {
|
|
2015
2033
|
id: "CDS-Visual-language/Icons/16/social/vk",
|
|
2016
2034
|
"fill-rule": "evenodd",
|
|
@@ -2024,12 +2042,12 @@ function r3(t, n, e, s, r, c) {
|
|
|
2024
2042
|
], -1)
|
|
2025
2043
|
]));
|
|
2026
2044
|
}
|
|
2027
|
-
const
|
|
2045
|
+
const $e = /* @__PURE__ */ d(ve, [["render", he]]), we = a({ name: "IconWhatsapp" }), _e = {
|
|
2028
2046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2029
2047
|
viewBox: "0 0 16 16"
|
|
2030
2048
|
};
|
|
2031
|
-
function
|
|
2032
|
-
return i(), l("svg",
|
|
2049
|
+
function ue(t, n, e, s, r, c) {
|
|
2050
|
+
return i(), l("svg", _e, n[0] || (n[0] = [
|
|
2033
2051
|
o("path", { d: "M4.61 4.865a.52.52 0 0 1 .367-.23l.48-.067a.273.273 0 0 1 .271.13l.891 1.485c.048.08.052.178.011.26l-.396.809a.267.267 0 0 0 .02.27 5.421 5.421 0 0 0 2.669 2.011.267.267 0 0 0 .264-.056l.668-.603a.273.273 0 0 1 .253-.061l1.673.447a.273.273 0 0 1 .2.225l.067.48a.52.52 0 0 1-.119.415c-1.295 1.485-2.532 1.24-5.269-.622-2.543-2.117-3.12-3.24-2.05-4.893Z" }, null, -1),
|
|
2034
2052
|
o("path", {
|
|
2035
2053
|
"fill-rule": "evenodd",
|
|
@@ -2038,12 +2056,12 @@ function d3(t, n, e, s, r, c) {
|
|
|
2038
2056
|
}, null, -1)
|
|
2039
2057
|
]));
|
|
2040
2058
|
}
|
|
2041
|
-
const
|
|
2059
|
+
const me = /* @__PURE__ */ d(we, [["render", ue]]), ge = a({ name: "IconWinner" }), fe = {
|
|
2042
2060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2043
2061
|
viewBox: "0 0 16 16"
|
|
2044
2062
|
};
|
|
2045
|
-
function
|
|
2046
|
-
return i(), l("svg",
|
|
2063
|
+
function xe(t, n, e, s, r, c) {
|
|
2064
|
+
return i(), l("svg", fe, n[0] || (n[0] = [
|
|
2047
2065
|
o("g", {
|
|
2048
2066
|
id: "winner",
|
|
2049
2067
|
"fill-rule": "evenodd",
|
|
@@ -2056,12 +2074,12 @@ function h3(t, n, e, s, r, c) {
|
|
|
2056
2074
|
], -1)
|
|
2057
2075
|
]));
|
|
2058
2076
|
}
|
|
2059
|
-
const
|
|
2077
|
+
const Ze = /* @__PURE__ */ d(ge, [["render", xe]]), Ve = a({ name: "IconWorkspace" }), Ie = {
|
|
2060
2078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2061
2079
|
viewBox: "0 0 16 16"
|
|
2062
2080
|
};
|
|
2063
|
-
function
|
|
2064
|
-
return i(), l("svg",
|
|
2081
|
+
function He(t, n, e, s, r, c) {
|
|
2082
|
+
return i(), l("svg", Ie, n[0] || (n[0] = [
|
|
2065
2083
|
o("g", {
|
|
2066
2084
|
id: "workspace",
|
|
2067
2085
|
"fill-rule": "evenodd",
|
|
@@ -2074,12 +2092,12 @@ function u3(t, n, e, s, r, c) {
|
|
|
2074
2092
|
], -1)
|
|
2075
2093
|
]));
|
|
2076
2094
|
}
|
|
2077
|
-
const
|
|
2095
|
+
const Me = /* @__PURE__ */ d(Ve, [["render", He]]), Le = a({ name: "IconYoutube" }), ke = {
|
|
2078
2096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2079
2097
|
viewBox: "0 0 16 16"
|
|
2080
2098
|
};
|
|
2081
|
-
function
|
|
2082
|
-
return i(), l("svg",
|
|
2099
|
+
function Be(t, n, e, s, r, c) {
|
|
2100
|
+
return i(), l("svg", ke, n[0] || (n[0] = [
|
|
2083
2101
|
o("g", {
|
|
2084
2102
|
id: "youtube",
|
|
2085
2103
|
"fill-rule": "evenodd",
|
|
@@ -2093,7 +2111,7 @@ function x3(t, n, e, s, r, c) {
|
|
|
2093
2111
|
], -1)
|
|
2094
2112
|
]));
|
|
2095
2113
|
}
|
|
2096
|
-
const
|
|
2114
|
+
const Se = /* @__PURE__ */ d(Le, [["render", Be]]), Ce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2097
2115
|
__proto__: null,
|
|
2098
2116
|
IconAdd: $,
|
|
2099
2117
|
IconAdministrator: m,
|
|
@@ -2101,8 +2119,8 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2101
2119
|
IconAlert: S,
|
|
2102
2120
|
IconAlertFill: M,
|
|
2103
2121
|
IconAnalog: D,
|
|
2104
|
-
IconArrowDown:
|
|
2105
|
-
IconArrowLeft:
|
|
2122
|
+
IconArrowDown: T,
|
|
2123
|
+
IconArrowLeft: Y,
|
|
2106
2124
|
IconArrowLeftBottom: O,
|
|
2107
2125
|
IconArrowLeftTop: G,
|
|
2108
2126
|
IconArrowRight: i1,
|
|
@@ -2114,12 +2132,12 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2114
2132
|
IconBookmark: k1,
|
|
2115
2133
|
IconBookmarkFill: I1,
|
|
2116
2134
|
IconCalendar: A1,
|
|
2117
|
-
IconCardBank:
|
|
2118
|
-
IconCategory:
|
|
2135
|
+
IconCardBank: z1,
|
|
2136
|
+
IconCategory: P1,
|
|
2119
2137
|
IconCheck: j1,
|
|
2120
2138
|
IconCheckFill: W1,
|
|
2121
2139
|
IconCheckbox: t0,
|
|
2122
|
-
IconCheckboxFill:
|
|
2140
|
+
IconCheckboxFill: K1,
|
|
2123
2141
|
IconChevronDown: a0,
|
|
2124
2142
|
IconChevronLeft: c0,
|
|
2125
2143
|
IconChevronRight: $0,
|
|
@@ -2128,10 +2146,10 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2128
2146
|
IconChocolateMenu: M0,
|
|
2129
2147
|
IconClock: D0,
|
|
2130
2148
|
IconClockFill: S0,
|
|
2131
|
-
IconCollapse:
|
|
2149
|
+
IconCollapse: T0,
|
|
2132
2150
|
IconComment: O0,
|
|
2133
2151
|
IconCompany: G0,
|
|
2134
|
-
IconCompare:
|
|
2152
|
+
IconCompare: Y0,
|
|
2135
2153
|
IconCopy: n2,
|
|
2136
2154
|
IconDataCards: s2,
|
|
2137
2155
|
IconDelete: i2,
|
|
@@ -2141,10 +2159,10 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2141
2159
|
IconDocDownload: f2,
|
|
2142
2160
|
IconDownload: k2,
|
|
2143
2161
|
IconDraggable: A2,
|
|
2144
|
-
IconEdit:
|
|
2145
|
-
IconEducation:
|
|
2162
|
+
IconEdit: z2,
|
|
2163
|
+
IconEducation: P2,
|
|
2146
2164
|
IconEnter: W2,
|
|
2147
|
-
IconError:
|
|
2165
|
+
IconError: K2,
|
|
2148
2166
|
IconErrorFill: j2,
|
|
2149
2167
|
IconExpand: tn,
|
|
2150
2168
|
IconExternal: an,
|
|
@@ -2154,11 +2172,11 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2154
2172
|
IconFilters: Vn,
|
|
2155
2173
|
IconFlag: Ln,
|
|
2156
2174
|
IconFormat: Cn,
|
|
2157
|
-
IconFormula:
|
|
2158
|
-
IconFunnel:
|
|
2175
|
+
IconFormula: Fn,
|
|
2176
|
+
IconFunnel: Un,
|
|
2159
2177
|
IconGlobe: Rn,
|
|
2160
2178
|
IconHighlight: Qn,
|
|
2161
|
-
IconInfinity:
|
|
2179
|
+
IconInfinity: Jn,
|
|
2162
2180
|
IconInfo: ro,
|
|
2163
2181
|
IconInfoFill: oo,
|
|
2164
2182
|
IconInsert: co,
|
|
@@ -2168,10 +2186,10 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2168
2186
|
IconListSearch: Zo,
|
|
2169
2187
|
IconLoader: So,
|
|
2170
2188
|
IconLocation: Do,
|
|
2171
|
-
IconLocked:
|
|
2189
|
+
IconLocked: To,
|
|
2172
2190
|
IconLogin: Oo,
|
|
2173
2191
|
IconLogout: Go,
|
|
2174
|
-
IconMenu:
|
|
2192
|
+
IconMenu: Yo,
|
|
2175
2193
|
IconMinus: nt,
|
|
2176
2194
|
IconNotification: st,
|
|
2177
2195
|
IconOverflowMenuHorizontal: it,
|
|
@@ -2180,12 +2198,12 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2180
2198
|
IconPin: ft,
|
|
2181
2199
|
IconPlus: It,
|
|
2182
2200
|
IconPrinter: kt,
|
|
2183
|
-
IconQuestion:
|
|
2201
|
+
IconQuestion: zt,
|
|
2184
2202
|
IconQuestionFill: At,
|
|
2185
|
-
IconRefresh:
|
|
2203
|
+
IconRefresh: Pt,
|
|
2186
2204
|
IconRemove: Wt,
|
|
2187
2205
|
IconSandglass: jt,
|
|
2188
|
-
IconSave:
|
|
2206
|
+
IconSave: Kt,
|
|
2189
2207
|
IconScaleLeft: t5,
|
|
2190
2208
|
IconScaleRight: a5,
|
|
2191
2209
|
IconSearch: c5,
|
|
@@ -2195,37 +2213,39 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2195
2213
|
IconSorting: D5,
|
|
2196
2214
|
IconSortingDown: M5,
|
|
2197
2215
|
IconSortingUp: S5,
|
|
2198
|
-
IconSource:
|
|
2216
|
+
IconSource: T5,
|
|
2199
2217
|
IconStar: G5,
|
|
2200
2218
|
IconStarFill: O5,
|
|
2201
|
-
IconTabBackward:
|
|
2202
|
-
IconTabForward:
|
|
2203
|
-
IconTelegram:
|
|
2204
|
-
IconThumbDown:
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2219
|
+
IconTabBackward: Y5,
|
|
2220
|
+
IconTabForward: n3,
|
|
2221
|
+
IconTelegram: s3,
|
|
2222
|
+
IconThumbDown: p3,
|
|
2223
|
+
IconThumbDownFill: i3,
|
|
2224
|
+
IconThumbUp: f3,
|
|
2225
|
+
IconThumbUpFill: _3,
|
|
2226
|
+
IconTimer: I3,
|
|
2227
|
+
IconTool: k3,
|
|
2228
|
+
IconTruck: A3,
|
|
2229
|
+
IconUnderline: z3,
|
|
2230
|
+
IconUnlocked: W3,
|
|
2231
|
+
IconUnlockedLeft: P3,
|
|
2232
|
+
IconUpload: j3,
|
|
2233
|
+
IconUserAvatar: K3,
|
|
2234
|
+
IconUserGroup: te,
|
|
2235
|
+
IconVisibilityOff: ae,
|
|
2236
|
+
IconVisibilityOn: ce,
|
|
2237
|
+
IconVk: $e,
|
|
2238
|
+
IconWhatsapp: me,
|
|
2239
|
+
IconWinner: Ze,
|
|
2240
|
+
IconWorkspace: Me,
|
|
2241
|
+
IconYoutube: Se
|
|
2242
|
+
}, Symbol.toStringTag, { value: "Module" })), be = {
|
|
2223
2243
|
install(t) {
|
|
2224
|
-
Object.entries(
|
|
2244
|
+
Object.entries(Ce).forEach(([n, e]) => {
|
|
2225
2245
|
t.component(n, e);
|
|
2226
2246
|
});
|
|
2227
2247
|
}
|
|
2228
|
-
},
|
|
2248
|
+
}, De = [
|
|
2229
2249
|
"add",
|
|
2230
2250
|
"administrator",
|
|
2231
2251
|
"ai",
|
|
@@ -2332,7 +2352,9 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2332
2352
|
"tab-backward",
|
|
2333
2353
|
"tab-forward",
|
|
2334
2354
|
"telegram",
|
|
2355
|
+
"thumb-down-fill",
|
|
2335
2356
|
"thumb-down",
|
|
2357
|
+
"thumb-up-fill",
|
|
2336
2358
|
"thumb-up",
|
|
2337
2359
|
"timer",
|
|
2338
2360
|
"tool",
|
|
@@ -2352,15 +2374,15 @@ const Z3 = /* @__PURE__ */ d(g3, [["render", x3]]), V3 = /* @__PURE__ */ Object.
|
|
|
2352
2374
|
"youtube"
|
|
2353
2375
|
];
|
|
2354
2376
|
export {
|
|
2355
|
-
|
|
2377
|
+
be as CdsIcons,
|
|
2356
2378
|
$ as IconAdd,
|
|
2357
2379
|
m as IconAdministrator,
|
|
2358
2380
|
Z as IconAi,
|
|
2359
2381
|
S as IconAlert,
|
|
2360
2382
|
M as IconAlertFill,
|
|
2361
2383
|
D as IconAnalog,
|
|
2362
|
-
|
|
2363
|
-
|
|
2384
|
+
T as IconArrowDown,
|
|
2385
|
+
Y as IconArrowLeft,
|
|
2364
2386
|
O as IconArrowLeftBottom,
|
|
2365
2387
|
G as IconArrowLeftTop,
|
|
2366
2388
|
i1 as IconArrowRight,
|
|
@@ -2372,12 +2394,12 @@ export {
|
|
|
2372
2394
|
k1 as IconBookmark,
|
|
2373
2395
|
I1 as IconBookmarkFill,
|
|
2374
2396
|
A1 as IconCalendar,
|
|
2375
|
-
|
|
2376
|
-
|
|
2397
|
+
z1 as IconCardBank,
|
|
2398
|
+
P1 as IconCategory,
|
|
2377
2399
|
j1 as IconCheck,
|
|
2378
2400
|
W1 as IconCheckFill,
|
|
2379
2401
|
t0 as IconCheckbox,
|
|
2380
|
-
|
|
2402
|
+
K1 as IconCheckboxFill,
|
|
2381
2403
|
a0 as IconChevronDown,
|
|
2382
2404
|
c0 as IconChevronLeft,
|
|
2383
2405
|
$0 as IconChevronRight,
|
|
@@ -2386,10 +2408,10 @@ export {
|
|
|
2386
2408
|
M0 as IconChocolateMenu,
|
|
2387
2409
|
D0 as IconClock,
|
|
2388
2410
|
S0 as IconClockFill,
|
|
2389
|
-
|
|
2411
|
+
T0 as IconCollapse,
|
|
2390
2412
|
O0 as IconComment,
|
|
2391
2413
|
G0 as IconCompany,
|
|
2392
|
-
|
|
2414
|
+
Y0 as IconCompare,
|
|
2393
2415
|
n2 as IconCopy,
|
|
2394
2416
|
s2 as IconDataCards,
|
|
2395
2417
|
i2 as IconDelete,
|
|
@@ -2399,10 +2421,10 @@ export {
|
|
|
2399
2421
|
f2 as IconDocDownload,
|
|
2400
2422
|
k2 as IconDownload,
|
|
2401
2423
|
A2 as IconDraggable,
|
|
2402
|
-
|
|
2403
|
-
|
|
2424
|
+
z2 as IconEdit,
|
|
2425
|
+
P2 as IconEducation,
|
|
2404
2426
|
W2 as IconEnter,
|
|
2405
|
-
|
|
2427
|
+
K2 as IconError,
|
|
2406
2428
|
j2 as IconErrorFill,
|
|
2407
2429
|
tn as IconExpand,
|
|
2408
2430
|
an as IconExternal,
|
|
@@ -2412,11 +2434,11 @@ export {
|
|
|
2412
2434
|
Vn as IconFilters,
|
|
2413
2435
|
Ln as IconFlag,
|
|
2414
2436
|
Cn as IconFormat,
|
|
2415
|
-
|
|
2416
|
-
|
|
2437
|
+
Fn as IconFormula,
|
|
2438
|
+
Un as IconFunnel,
|
|
2417
2439
|
Rn as IconGlobe,
|
|
2418
2440
|
Qn as IconHighlight,
|
|
2419
|
-
|
|
2441
|
+
Jn as IconInfinity,
|
|
2420
2442
|
ro as IconInfo,
|
|
2421
2443
|
oo as IconInfoFill,
|
|
2422
2444
|
co as IconInsert,
|
|
@@ -2426,10 +2448,10 @@ export {
|
|
|
2426
2448
|
Zo as IconListSearch,
|
|
2427
2449
|
So as IconLoader,
|
|
2428
2450
|
Do as IconLocation,
|
|
2429
|
-
|
|
2451
|
+
To as IconLocked,
|
|
2430
2452
|
Oo as IconLogin,
|
|
2431
2453
|
Go as IconLogout,
|
|
2432
|
-
|
|
2454
|
+
Yo as IconMenu,
|
|
2433
2455
|
nt as IconMinus,
|
|
2434
2456
|
st as IconNotification,
|
|
2435
2457
|
it as IconOverflowMenuHorizontal,
|
|
@@ -2438,12 +2460,12 @@ export {
|
|
|
2438
2460
|
ft as IconPin,
|
|
2439
2461
|
It as IconPlus,
|
|
2440
2462
|
kt as IconPrinter,
|
|
2441
|
-
|
|
2463
|
+
zt as IconQuestion,
|
|
2442
2464
|
At as IconQuestionFill,
|
|
2443
|
-
|
|
2465
|
+
Pt as IconRefresh,
|
|
2444
2466
|
Wt as IconRemove,
|
|
2445
2467
|
jt as IconSandglass,
|
|
2446
|
-
|
|
2468
|
+
Kt as IconSave,
|
|
2447
2469
|
t5 as IconScaleLeft,
|
|
2448
2470
|
a5 as IconScaleRight,
|
|
2449
2471
|
c5 as IconSearch,
|
|
@@ -2453,31 +2475,33 @@ export {
|
|
|
2453
2475
|
D5 as IconSorting,
|
|
2454
2476
|
M5 as IconSortingDown,
|
|
2455
2477
|
S5 as IconSortingUp,
|
|
2456
|
-
|
|
2478
|
+
T5 as IconSource,
|
|
2457
2479
|
G5 as IconStar,
|
|
2458
2480
|
O5 as IconStarFill,
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
$
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2481
|
+
Y5 as IconTabBackward,
|
|
2482
|
+
n3 as IconTabForward,
|
|
2483
|
+
s3 as IconTelegram,
|
|
2484
|
+
p3 as IconThumbDown,
|
|
2485
|
+
i3 as IconThumbDownFill,
|
|
2486
|
+
f3 as IconThumbUp,
|
|
2487
|
+
_3 as IconThumbUpFill,
|
|
2488
|
+
I3 as IconTimer,
|
|
2489
|
+
k3 as IconTool,
|
|
2490
|
+
A3 as IconTruck,
|
|
2491
|
+
z3 as IconUnderline,
|
|
2492
|
+
W3 as IconUnlocked,
|
|
2493
|
+
P3 as IconUnlockedLeft,
|
|
2494
|
+
j3 as IconUpload,
|
|
2495
|
+
K3 as IconUserAvatar,
|
|
2496
|
+
te as IconUserGroup,
|
|
2497
|
+
ae as IconVisibilityOff,
|
|
2498
|
+
ce as IconVisibilityOn,
|
|
2499
|
+
$e as IconVk,
|
|
2500
|
+
me as IconWhatsapp,
|
|
2501
|
+
Ze as IconWinner,
|
|
2502
|
+
Me as IconWorkspace,
|
|
2503
|
+
Se as IconYoutube,
|
|
2504
|
+
De as allowedIcons,
|
|
2505
|
+
be as default,
|
|
2506
|
+
Ce as icons
|
|
2483
2507
|
};
|