monobill-mintui 0.3.1 → 0.3.12
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/caret-right-BsS-59-c.cjs +1 -0
- package/dist/{error-BiWD2g35.js → caret-right-DsNN5Epe.js} +29 -11
- package/dist/components/icon/icons/index.cjs +1 -1
- package/dist/components/icon/icons/index.js +53 -69
- package/dist/index.cjs +14 -13
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2016 -1418
- package/package.json +1 -1
- package/dist/error-C5R6jFPf.cjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=new Map;function n(o){e.set(o.name,o)}function I(o){return e.get(o)}const c={name:"close",viewBox:"0 0 24 24",path:"M6 18L18 6M6 6l12 12",strokeLinecap:"round",strokeLinejoin:"round"};n(c);const r={name:"check",viewBox:"0 0 24 24",path:"M5 13l4 4L19 7",strokeLinecap:"round",strokeLinejoin:"round"};n(r);const t={name:"info",viewBox:"0 0 24 24",path:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};n(t);const i={name:"success",viewBox:"0 0 24 24",path:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};n(i);const s={name:"warning",viewBox:"0 0 24 24",path:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z",strokeLinecap:"round",strokeLinejoin:"round"};n(s);const a={name:"error",viewBox:"0 0 24 24",path:"M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};n(a);const u={name:"caret-left",viewBox:"0 0 24 24",path:"M15 19l-7-7 7-7",strokeLinecap:"round",strokeLinejoin:"round"};n(u);const L={name:"caret-right",viewBox:"0 0 24 24",path:"M9 5l7 7-7 7",strokeLinecap:"round",strokeLinejoin:"round"};n(L);exports.caretLeftIcon=u;exports.caretRightIcon=L;exports.checkIcon=r;exports.closeIcon=c;exports.errorIcon=a;exports.getIcon=I;exports.infoIcon=t;exports.registerIcon=n;exports.successIcon=i;exports.warningIcon=s;
|
|
@@ -2,7 +2,7 @@ const e = /* @__PURE__ */ new Map();
|
|
|
2
2
|
function n(o) {
|
|
3
3
|
e.set(o.name, o);
|
|
4
4
|
}
|
|
5
|
-
function
|
|
5
|
+
function k(o) {
|
|
6
6
|
return e.get(o);
|
|
7
7
|
}
|
|
8
8
|
const r = {
|
|
@@ -13,14 +13,14 @@ const r = {
|
|
|
13
13
|
strokeLinejoin: "round"
|
|
14
14
|
};
|
|
15
15
|
n(r);
|
|
16
|
-
const
|
|
16
|
+
const t = {
|
|
17
17
|
name: "check",
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
19
19
|
path: "M5 13l4 4L19 7",
|
|
20
20
|
strokeLinecap: "round",
|
|
21
21
|
strokeLinejoin: "round"
|
|
22
22
|
};
|
|
23
|
-
n(
|
|
23
|
+
n(t);
|
|
24
24
|
const c = {
|
|
25
25
|
name: "info",
|
|
26
26
|
viewBox: "0 0 24 24",
|
|
@@ -29,22 +29,22 @@ const c = {
|
|
|
29
29
|
strokeLinejoin: "round"
|
|
30
30
|
};
|
|
31
31
|
n(c);
|
|
32
|
-
const
|
|
32
|
+
const s = {
|
|
33
33
|
name: "success",
|
|
34
34
|
viewBox: "0 0 24 24",
|
|
35
35
|
path: "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",
|
|
36
36
|
strokeLinecap: "round",
|
|
37
37
|
strokeLinejoin: "round"
|
|
38
38
|
};
|
|
39
|
-
n(
|
|
40
|
-
const
|
|
39
|
+
n(s);
|
|
40
|
+
const a = {
|
|
41
41
|
name: "warning",
|
|
42
42
|
viewBox: "0 0 24 24",
|
|
43
43
|
path: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z",
|
|
44
44
|
strokeLinecap: "round",
|
|
45
45
|
strokeLinejoin: "round"
|
|
46
46
|
};
|
|
47
|
-
n(
|
|
47
|
+
n(a);
|
|
48
48
|
const i = {
|
|
49
49
|
name: "error",
|
|
50
50
|
viewBox: "0 0 24 24",
|
|
@@ -53,13 +53,31 @@ const i = {
|
|
|
53
53
|
strokeLinejoin: "round"
|
|
54
54
|
};
|
|
55
55
|
n(i);
|
|
56
|
+
const u = {
|
|
57
|
+
name: "caret-left",
|
|
58
|
+
viewBox: "0 0 24 24",
|
|
59
|
+
path: "M15 19l-7-7 7-7",
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeLinejoin: "round"
|
|
62
|
+
};
|
|
63
|
+
n(u);
|
|
64
|
+
const L = {
|
|
65
|
+
name: "caret-right",
|
|
66
|
+
viewBox: "0 0 24 24",
|
|
67
|
+
path: "M9 5l7 7-7 7",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round"
|
|
70
|
+
};
|
|
71
|
+
n(L);
|
|
56
72
|
export {
|
|
57
73
|
r as a,
|
|
58
|
-
|
|
74
|
+
u as b,
|
|
75
|
+
t as c,
|
|
76
|
+
L as d,
|
|
59
77
|
i as e,
|
|
60
|
-
|
|
78
|
+
k as g,
|
|
61
79
|
c as i,
|
|
62
80
|
n as r,
|
|
63
|
-
|
|
64
|
-
|
|
81
|
+
s,
|
|
82
|
+
a as w
|
|
65
83
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../../error-C5R6jFPf.cjs"),n={name:"plus",viewBox:"0 0 24 24",path:"M12 4v16m8-8H4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(n);const e={name:"user",viewBox:"0 0 24 24",path:"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(e);const r={name:"trash",viewBox:"0 0 24 24",path:"M3 6h18m-2 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(r);const c={name:"arrow-left",viewBox:"0 0 24 24",path:"M19 12H5m7-7l-7 7 7 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(c);const t={name:"home",viewBox:"0 0 24 24",path:"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(t);const a={name:"search",viewBox:"0 0 24 24",path:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(a);const i={name:"notifications",viewBox:"0 0 24 24",path:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(i);const s={name:"chat",viewBox:"0 0 24 24",path:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(s);const I={name:"help",viewBox:"0 0 24 24",path:"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(I);const h={name:"documentation",viewBox:"0 0 24 24",path:"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(h);const m={name:"mail",viewBox:"0 0 24 24",path:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(m);const d={name:"settings",viewBox:"0 0 24 24",path:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(d);const u={name:"language",viewBox:"0 0 24 24",path:"M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(u);const g={name:"moon",viewBox:"0 0 24 24",path:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(g);const p={name:"sun",viewBox:"0 0 24 24",path:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(p);const v={name:"logout",viewBox:"0 0 24 24",path:"M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(v);const k={name:"login",viewBox:"0 0 24 24",path:"M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(k);const L={name:"user-add",viewBox:"0 0 24 24",path:"M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(L);const l={name:"calendar",viewBox:"0 0 24 24",path:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(l);const M={name:"clock",viewBox:"0 0 24 24",path:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(M);const w={name:"bookmark",viewBox:"0 0 24 24",path:"M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(w);const x={name:"star",viewBox:"0 0 24 24",path:"M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(x);const j={name:"pin",viewBox:"0 0 24 24",path:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(j);const B={name:"filter",viewBox:"0 0 24 24",path:"M3 6h18M3 12h18M3 18h18M6 6a2 2 0 11-4 0 2 2 0 014 0zM12 12a2 2 0 11-4 0 2 2 0 014 0zM16 18a2 2 0 11-4 0 2 2 0 014 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(B);const z={name:"sort",viewBox:"0 0 24 24",path:"M3 6h18M7 12h10m-7 6h4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(z);const h0={name:"sort-arrows",viewBox:"0 0 24 24",path:"M1 5l5-4m0 0l5 4m-5-4v22 M13 19l5 4m0 0l5-4m-5 4V1",strokeLinecap:"round",strokeLinejoin:"round"},V={name:"refresh",viewBox:"0 0 24 24",path:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(V);const H={name:"share",viewBox:"0 0 24 24",path:"M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(H);const f={name:"upload",viewBox:"0 0 24 24",path:"M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(f);const A={name:"download",viewBox:"0 0 24 24",path:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(A);const C={name:"print",viewBox:"0 0 24 24",path:"M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(C);const b={name:"attach",viewBox:"0 0 24 24",path:"M15.172 7l-6.586 6.586a2 2 0 102.828 2.828l6.414-6.586a4 4 0 00-5.656-5.656l-6.415 6.585a6 6 0 108.486 8.486L20.5 13",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(b);const y={name:"edit",viewBox:"0 0 24 24",path:"M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(y);const D={name:"delete",viewBox:"0 0 24 24",path:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(D);const R={name:"save",viewBox:"0 0 24 24",path:"M8 7H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-3m-1 4l-3 3m0 0l-3-3m3 3V4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(R);const U={name:"duplicate",viewBox:"0 0 24 24",path:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(U);const S={name:"copy",viewBox:"0 0 24 24",path:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(S);const q={name:"paste",viewBox:"0 0 24 24",path:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(q);const O={name:"remove",viewBox:"0 0 24 24",path:"M20 12H4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(O);const P={name:"folder",viewBox:"0 0 24 24",path:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(P);const T={name:"file",viewBox:"0 0 24 24",path:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(T);const E={name:"archive",viewBox:"0 0 24 24",path:"M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(E);const F={name:"image",viewBox:"0 0 24 24",path:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(F);const G={name:"video",viewBox:"0 0 24 24",path:"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(G);const J={name:"link",viewBox:"0 0 24 24",path:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(J);const K={name:"external-link",viewBox:"0 0 24 24",path:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(K);const N={name:"grid",viewBox:"0 0 24 24",path:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(N);const Q={name:"list",viewBox:"0 0 24 24",path:"M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Q);const W={name:"menu",viewBox:"0 0 24 24",path:"M4 6h16M4 12h16M4 18h16",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(W);const X={name:"ellipsis",viewBox:"0 0 24 24",path:"M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(X);const Y={name:"arrow-right",viewBox:"0 0 24 24",path:"M14 5l7 7m0 0l-7 7m7-7H3",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Y);const Z={name:"arrow-up",viewBox:"0 0 24 24",path:"M5 10l7-7m0 0l7 7m-7-7v18",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Z);const _={name:"arrow-down",viewBox:"0 0 24 24",path:"M19 14l-7 7m0 0l-7-7m7 7V3",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(_);const $={name:"caret-left",viewBox:"0 0 24 24",path:"M15 19l-7-7 7-7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon($);const o0={name:"caret-right",viewBox:"0 0 24 24",path:"M9 5l7 7-7 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(o0);const n0={name:"caret-up",viewBox:"0 0 24 24",path:"M5 15l7-7 7 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(n0);const e0={name:"caret-down",viewBox:"0 0 24 24",path:"M19 9l-7 7-7-7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(e0);const r0={name:"lock",viewBox:"0 0 24 24",path:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(r0);const c0={name:"unlock",viewBox:"0 0 24 24",path:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(c0);const t0={name:"users",viewBox:"0 0 24 24",path:"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(t0);const a0={name:"tag",viewBox:"0 0 24 24",path:"M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(a0);const i0={name:"barcode",viewBox:"0 0 24 24",path:"M3 4h1.5v16H3V4zM7 4h1v16H7V4zM11 4h1.5v16H11V4zM15.5 4h1v16h-1V4zM19.5 4h1.5v16h-1.5V4z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(i0);const s0={name:"map",viewBox:"0 0 24 24",path:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(s0);const I0={name:"location",viewBox:"0 0 24 24",path:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(I0);o.registerIcon(n);o.registerIcon(e);o.registerIcon(r);o.registerIcon(c);o.registerIcon(t);o.registerIcon(a);o.registerIcon(i);o.registerIcon(s);o.registerIcon(I);o.registerIcon(h);o.registerIcon(m);o.registerIcon(d);o.registerIcon(u);o.registerIcon(g);o.registerIcon(p);o.registerIcon(v);o.registerIcon(k);o.registerIcon(L);o.registerIcon(l);o.registerIcon(M);o.registerIcon(w);o.registerIcon(x);o.registerIcon(j);o.registerIcon(B);o.registerIcon(z);o.registerIcon(h0);o.registerIcon(V);o.registerIcon(H);o.registerIcon(f);o.registerIcon(A);o.registerIcon(C);o.registerIcon(b);o.registerIcon(y);o.registerIcon(D);o.registerIcon(R);o.registerIcon(U);o.registerIcon(S);o.registerIcon(q);o.registerIcon(O);o.registerIcon(o.checkIcon);o.registerIcon(o.closeIcon);o.registerIcon(o.warningIcon);o.registerIcon(o.errorIcon);o.registerIcon(o.successIcon);o.registerIcon(o.infoIcon);o.registerIcon(P);o.registerIcon(T);o.registerIcon(E);o.registerIcon(F);o.registerIcon(G);o.registerIcon(J);o.registerIcon(K);o.registerIcon(N);o.registerIcon(Q);o.registerIcon(W);o.registerIcon(X);o.registerIcon(Y);o.registerIcon(Z);o.registerIcon(_);o.registerIcon($);o.registerIcon(o0);o.registerIcon(n0);o.registerIcon(e0);o.registerIcon(r0);o.registerIcon(c0);o.registerIcon(t0);o.registerIcon(a0);o.registerIcon(i0);o.registerIcon(s0);o.registerIcon(I0);exports.checkIcon=o.checkIcon;exports.closeIcon=o.closeIcon;exports.errorIcon=o.errorIcon;exports.infoIcon=o.infoIcon;exports.successIcon=o.successIcon;exports.warningIcon=o.warningIcon;exports.archiveIcon=E;exports.arrowDownIcon=_;exports.arrowLeftIcon=c;exports.arrowRightIcon=Y;exports.arrowUpIcon=Z;exports.attachIcon=b;exports.barcodeIcon=i0;exports.bookmarkIcon=w;exports.calendarIcon=l;exports.caretDownIcon=e0;exports.caretLeftIcon=$;exports.caretRightIcon=o0;exports.caretUpIcon=n0;exports.chatIcon=s;exports.clockIcon=M;exports.copyIcon=S;exports.deleteIcon=D;exports.documentationIcon=h;exports.downloadIcon=A;exports.duplicateIcon=U;exports.editIcon=y;exports.ellipsisIcon=X;exports.externalLinkIcon=K;exports.fileIcon=T;exports.filterIcon=B;exports.folderIcon=P;exports.gridIcon=N;exports.helpIcon=I;exports.homeIcon=t;exports.imageIcon=F;exports.languageIcon=u;exports.linkIcon=J;exports.listIcon=Q;exports.locationIcon=I0;exports.lockIcon=r0;exports.loginIcon=k;exports.logoutIcon=v;exports.mailIcon=m;exports.mapIcon=s0;exports.menuIcon=W;exports.moonIcon=g;exports.notificationsIcon=i;exports.pasteIcon=q;exports.pinIcon=j;exports.plusIcon=n;exports.printIcon=C;exports.refreshIcon=V;exports.removeIcon=O;exports.saveIcon=R;exports.searchIcon=a;exports.settingsIcon=d;exports.shareIcon=H;exports.sortArrowsIcon=h0;exports.sortIcon=z;exports.starIcon=x;exports.sunIcon=p;exports.tagIcon=a0;exports.trashIcon=r;exports.unlockIcon=c0;exports.uploadIcon=f;exports.userAddIcon=L;exports.userIcon=e;exports.usersIcon=t0;exports.videoIcon=G;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../../caret-right-BsS-59-c.cjs"),s0={name:"sort-arrows",viewBox:"0 0 24 24",path:"M1 5l5-4m0 0l5 4m-5-4v22 M13 19l5 4m0 0l5-4m-5 4V1",strokeLinecap:"round",strokeLinejoin:"round"},n={name:"plus",viewBox:"0 0 24 24",path:"M12 4v16m8-8H4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(n);const e={name:"user",viewBox:"0 0 24 24",path:"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(e);const r={name:"trash",viewBox:"0 0 24 24",path:"M3 6h18m-2 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(r);const c={name:"arrow-left",viewBox:"0 0 24 24",path:"M19 12H5m7-7l-7 7 7 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(c);const a={name:"home",viewBox:"0 0 24 24",path:"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(a);const t={name:"search",viewBox:"0 0 24 24",path:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(t);const i={name:"notifications",viewBox:"0 0 24 24",path:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(i);const s={name:"chat",viewBox:"0 0 24 24",path:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(s);const I={name:"help",viewBox:"0 0 24 24",path:"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(I);const h={name:"documentation",viewBox:"0 0 24 24",path:"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(h);const m={name:"mail",viewBox:"0 0 24 24",path:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(m);const d={name:"settings",viewBox:"0 0 24 24",path:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(d);const u={name:"language",viewBox:"0 0 24 24",path:"M3 5h12M9 3v2m1.048 9.5A18.022 18.022 0 016.412 9m6.088 9h7M11 21l5-10 5 10M12.751 5C11.783 10.77 8.07 15.61 3 18.129",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(u);const g={name:"moon",viewBox:"0 0 24 24",path:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(g);const p={name:"sun",viewBox:"0 0 24 24",path:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(p);const v={name:"logout",viewBox:"0 0 24 24",path:"M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(v);const k={name:"login",viewBox:"0 0 24 24",path:"M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(k);const L={name:"user-add",viewBox:"0 0 24 24",path:"M18 9v3m0 0v3m0-3h3m-3 0h-3m-2-5a4 4 0 11-8 0 4 4 0 018 0zM3 20a6 6 0 0112 0v1H3v-1z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(L);const l={name:"calendar",viewBox:"0 0 24 24",path:"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(l);const M={name:"clock",viewBox:"0 0 24 24",path:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(M);const w={name:"bookmark",viewBox:"0 0 24 24",path:"M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(w);const x={name:"star",viewBox:"0 0 24 24",path:"M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(x);const j={name:"pin",viewBox:"0 0 24 24",path:"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(j);const B={name:"filter",viewBox:"0 0 24 24",path:"M3 6h18M3 12h18M3 18h18M6 6a2 2 0 11-4 0 2 2 0 014 0zM12 12a2 2 0 11-4 0 2 2 0 014 0zM16 18a2 2 0 11-4 0 2 2 0 014 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(B);const z={name:"sort",viewBox:"0 0 24 24",path:"M3 6h18M7 12h10m-7 6h4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(z);const V={name:"refresh",viewBox:"0 0 24 24",path:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(V);const H={name:"share",viewBox:"0 0 24 24",path:"M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(H);const f={name:"upload",viewBox:"0 0 24 24",path:"M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(f);const A={name:"download",viewBox:"0 0 24 24",path:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(A);const C={name:"print",viewBox:"0 0 24 24",path:"M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(C);const b={name:"attach",viewBox:"0 0 24 24",path:"M15.172 7l-6.586 6.586a2 2 0 102.828 2.828l6.414-6.586a4 4 0 00-5.656-5.656l-6.415 6.585a6 6 0 108.486 8.486L20.5 13",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(b);const R={name:"edit",viewBox:"0 0 24 24",path:"M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(R);const y={name:"delete",viewBox:"0 0 24 24",path:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(y);const D={name:"save",viewBox:"0 0 24 24",path:"M8 7H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-3m-1 4l-3 3m0 0l-3-3m3 3V4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(D);const U={name:"duplicate",viewBox:"0 0 24 24",path:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(U);const S={name:"copy",viewBox:"0 0 24 24",path:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(S);const q={name:"paste",viewBox:"0 0 24 24",path:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(q);const O={name:"remove",viewBox:"0 0 24 24",path:"M20 12H4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(O);const P={name:"folder",viewBox:"0 0 24 24",path:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(P);const T={name:"file",viewBox:"0 0 24 24",path:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(T);const E={name:"archive",viewBox:"0 0 24 24",path:"M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(E);const F={name:"image",viewBox:"0 0 24 24",path:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(F);const G={name:"video",viewBox:"0 0 24 24",path:"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(G);const J={name:"link",viewBox:"0 0 24 24",path:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(J);const K={name:"external-link",viewBox:"0 0 24 24",path:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(K);const N={name:"grid",viewBox:"0 0 24 24",path:"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(N);const Q={name:"list",viewBox:"0 0 24 24",path:"M8 6h13M5 6h.01M8 12h13M5 12h.01M8 18h13M5 18h.01",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Q);const W={name:"menu",viewBox:"0 0 24 24",path:"M4 6h16M4 12h16M4 18h16",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(W);const X={name:"ellipsis",viewBox:"0 0 24 24",path:"M5 12h.01M12 12h.01M19 12h.01M6 12a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0zm7 0a1 1 0 11-2 0 1 1 0 012 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(X);const Y={name:"arrow-right",viewBox:"0 0 24 24",path:"M14 5l7 7m0 0l-7 7m7-7H3",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Y);const Z={name:"arrow-up",viewBox:"0 0 24 24",path:"M5 10l7-7m0 0l7 7m-7-7v18",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(Z);const _={name:"arrow-down",viewBox:"0 0 24 24",path:"M19 14l-7 7m0 0l-7-7m7 7V3",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(_);const $={name:"caret-up",viewBox:"0 0 24 24",path:"M5 15l7-7 7 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon($);const o0={name:"caret-down",viewBox:"0 0 24 24",path:"M19 9l-7 7-7-7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(o0);const n0={name:"lock",viewBox:"0 0 24 24",path:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(n0);const e0={name:"unlock",viewBox:"0 0 24 24",path:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(e0);const r0={name:"users",viewBox:"0 0 24 24",path:"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(r0);const c0={name:"tag",viewBox:"0 0 24 24",path:"M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(c0);const a0={name:"barcode",viewBox:"0 0 24 24",path:"M3 4h1.5v16H3V4zM7 4h1v16H7V4zM11 4h1.5v16H11V4zM15.5 4h1v16h-1V4zM19.5 4h1.5v16h-1.5V4z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(a0);const t0={name:"map",viewBox:"0 0 24 24",path:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(t0);const i0={name:"location",viewBox:"0 0 24 24",path:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",strokeLinecap:"round",strokeLinejoin:"round"};o.registerIcon(i0);o.registerIcon(n);o.registerIcon(e);o.registerIcon(r);o.registerIcon(c);o.registerIcon(a);o.registerIcon(t);o.registerIcon(i);o.registerIcon(s);o.registerIcon(I);o.registerIcon(h);o.registerIcon(m);o.registerIcon(d);o.registerIcon(u);o.registerIcon(g);o.registerIcon(p);o.registerIcon(v);o.registerIcon(k);o.registerIcon(L);o.registerIcon(l);o.registerIcon(M);o.registerIcon(w);o.registerIcon(x);o.registerIcon(j);o.registerIcon(B);o.registerIcon(z);o.registerIcon(s0);o.registerIcon(V);o.registerIcon(H);o.registerIcon(f);o.registerIcon(A);o.registerIcon(C);o.registerIcon(b);o.registerIcon(R);o.registerIcon(y);o.registerIcon(D);o.registerIcon(U);o.registerIcon(S);o.registerIcon(q);o.registerIcon(O);o.registerIcon(o.checkIcon);o.registerIcon(o.closeIcon);o.registerIcon(o.warningIcon);o.registerIcon(o.errorIcon);o.registerIcon(o.successIcon);o.registerIcon(o.infoIcon);o.registerIcon(P);o.registerIcon(T);o.registerIcon(E);o.registerIcon(F);o.registerIcon(G);o.registerIcon(J);o.registerIcon(K);o.registerIcon(N);o.registerIcon(Q);o.registerIcon(W);o.registerIcon(X);o.registerIcon(Y);o.registerIcon(Z);o.registerIcon(_);o.registerIcon(o.caretLeftIcon);o.registerIcon(o.caretRightIcon);o.registerIcon($);o.registerIcon(o0);o.registerIcon(n0);o.registerIcon(e0);o.registerIcon(r0);o.registerIcon(c0);o.registerIcon(a0);o.registerIcon(t0);o.registerIcon(i0);exports.caretLeftIcon=o.caretLeftIcon;exports.caretRightIcon=o.caretRightIcon;exports.checkIcon=o.checkIcon;exports.closeIcon=o.closeIcon;exports.errorIcon=o.errorIcon;exports.infoIcon=o.infoIcon;exports.successIcon=o.successIcon;exports.warningIcon=o.warningIcon;exports.archiveIcon=E;exports.arrowDownIcon=_;exports.arrowLeftIcon=c;exports.arrowRightIcon=Y;exports.arrowUpIcon=Z;exports.attachIcon=b;exports.barcodeIcon=a0;exports.bookmarkIcon=w;exports.calendarIcon=l;exports.caretDownIcon=o0;exports.caretUpIcon=$;exports.chatIcon=s;exports.clockIcon=M;exports.copyIcon=S;exports.deleteIcon=y;exports.documentationIcon=h;exports.downloadIcon=A;exports.duplicateIcon=U;exports.editIcon=R;exports.ellipsisIcon=X;exports.externalLinkIcon=K;exports.fileIcon=T;exports.filterIcon=B;exports.folderIcon=P;exports.gridIcon=N;exports.helpIcon=I;exports.homeIcon=a;exports.imageIcon=F;exports.languageIcon=u;exports.linkIcon=J;exports.listIcon=Q;exports.locationIcon=i0;exports.lockIcon=n0;exports.loginIcon=k;exports.logoutIcon=v;exports.mailIcon=m;exports.mapIcon=t0;exports.menuIcon=W;exports.moonIcon=g;exports.notificationsIcon=i;exports.pasteIcon=q;exports.pinIcon=j;exports.plusIcon=n;exports.printIcon=C;exports.refreshIcon=V;exports.removeIcon=O;exports.saveIcon=D;exports.searchIcon=t;exports.settingsIcon=d;exports.shareIcon=H;exports.sortArrowsIcon=s0;exports.sortIcon=z;exports.starIcon=x;exports.sunIcon=p;exports.tagIcon=c0;exports.trashIcon=r;exports.unlockIcon=e0;exports.uploadIcon=f;exports.userAddIcon=L;exports.userIcon=e;exports.usersIcon=r0;exports.videoIcon=G;
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
import { r as o, c as
|
|
2
|
-
const
|
|
1
|
+
import { r as o, c as s0, a as h0, w as m0, e as d0, s as v0, i as u0, b as p0, d as L0 } from "../../../caret-right-DsNN5Epe.js";
|
|
2
|
+
const k0 = {
|
|
3
|
+
name: "sort-arrows",
|
|
4
|
+
viewBox: "0 0 24 24",
|
|
5
|
+
// Arrow-up on the left, arrow-down on the right, side by side
|
|
6
|
+
// Both arrows span the full height (0-24) and are the same size
|
|
7
|
+
// Left arrow (up): point at (6,1), base at (1,5) and (11,5) - wider tip, stem from (6,5) to (6,23) - 18 units
|
|
8
|
+
// Right arrow (down): point at (18,23), base at (13,19) and (23,19) - wider tip, stem from (18,19) to (18,1) - 18 units
|
|
9
|
+
// Both stems are exactly 18 units long
|
|
10
|
+
// Left: v22 from (6,1) goes to (6,23) to match the right arrow's 18-unit stem
|
|
11
|
+
path: "M1 5l5-4m0 0l5 4m-5-4v22 M13 19l5 4m0 0l5-4m-5 4V1",
|
|
12
|
+
strokeLinecap: "round",
|
|
13
|
+
strokeLinejoin: "round"
|
|
14
|
+
}, n = {
|
|
3
15
|
name: "plus",
|
|
4
16
|
viewBox: "0 0 24 24",
|
|
5
17
|
path: "M12 4v16m8-8H4",
|
|
@@ -201,19 +213,7 @@ const V = {
|
|
|
201
213
|
strokeLinejoin: "round"
|
|
202
214
|
};
|
|
203
215
|
o(V);
|
|
204
|
-
const
|
|
205
|
-
name: "sort-arrows",
|
|
206
|
-
viewBox: "0 0 24 24",
|
|
207
|
-
// Arrow-up on the left, arrow-down on the right, side by side
|
|
208
|
-
// Both arrows span the full height (0-24) and are the same size
|
|
209
|
-
// Left arrow (up): point at (6,1), base at (1,5) and (11,5) - wider tip, stem from (6,5) to (6,23) - 18 units
|
|
210
|
-
// Right arrow (down): point at (18,23), base at (13,19) and (23,19) - wider tip, stem from (18,19) to (18,1) - 18 units
|
|
211
|
-
// Both stems are exactly 18 units long
|
|
212
|
-
// Left: v22 from (6,1) goes to (6,23) to match the right arrow's 18-unit stem
|
|
213
|
-
path: "M1 5l5-4m0 0l5 4m-5-4v22 M13 19l5 4m0 0l5-4m-5 4V1",
|
|
214
|
-
strokeLinecap: "round",
|
|
215
|
-
strokeLinejoin: "round"
|
|
216
|
-
}, H = {
|
|
216
|
+
const H = {
|
|
217
217
|
name: "refresh",
|
|
218
218
|
viewBox: "0 0 24 24",
|
|
219
219
|
path: "M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15",
|
|
@@ -430,93 +430,77 @@ const _ = {
|
|
|
430
430
|
};
|
|
431
431
|
o(_);
|
|
432
432
|
const $ = {
|
|
433
|
-
name: "caret-left",
|
|
434
|
-
viewBox: "0 0 24 24",
|
|
435
|
-
path: "M15 19l-7-7 7-7",
|
|
436
|
-
strokeLinecap: "round",
|
|
437
|
-
strokeLinejoin: "round"
|
|
438
|
-
};
|
|
439
|
-
o($);
|
|
440
|
-
const o0 = {
|
|
441
|
-
name: "caret-right",
|
|
442
|
-
viewBox: "0 0 24 24",
|
|
443
|
-
path: "M9 5l7 7-7 7",
|
|
444
|
-
strokeLinecap: "round",
|
|
445
|
-
strokeLinejoin: "round"
|
|
446
|
-
};
|
|
447
|
-
o(o0);
|
|
448
|
-
const n0 = {
|
|
449
433
|
name: "caret-up",
|
|
450
434
|
viewBox: "0 0 24 24",
|
|
451
435
|
path: "M5 15l7-7 7 7",
|
|
452
436
|
strokeLinecap: "round",
|
|
453
437
|
strokeLinejoin: "round"
|
|
454
438
|
};
|
|
455
|
-
o(
|
|
456
|
-
const
|
|
439
|
+
o($);
|
|
440
|
+
const o0 = {
|
|
457
441
|
name: "caret-down",
|
|
458
442
|
viewBox: "0 0 24 24",
|
|
459
443
|
path: "M19 9l-7 7-7-7",
|
|
460
444
|
strokeLinecap: "round",
|
|
461
445
|
strokeLinejoin: "round"
|
|
462
446
|
};
|
|
463
|
-
o(
|
|
464
|
-
const
|
|
447
|
+
o(o0);
|
|
448
|
+
const n0 = {
|
|
465
449
|
name: "lock",
|
|
466
450
|
viewBox: "0 0 24 24",
|
|
467
451
|
path: "M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z",
|
|
468
452
|
strokeLinecap: "round",
|
|
469
453
|
strokeLinejoin: "round"
|
|
470
454
|
};
|
|
471
|
-
o(
|
|
472
|
-
const
|
|
455
|
+
o(n0);
|
|
456
|
+
const e0 = {
|
|
473
457
|
name: "unlock",
|
|
474
458
|
viewBox: "0 0 24 24",
|
|
475
459
|
path: "M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z",
|
|
476
460
|
strokeLinecap: "round",
|
|
477
461
|
strokeLinejoin: "round"
|
|
478
462
|
};
|
|
479
|
-
o(
|
|
480
|
-
const
|
|
463
|
+
o(e0);
|
|
464
|
+
const a0 = {
|
|
481
465
|
name: "users",
|
|
482
466
|
viewBox: "0 0 24 24",
|
|
483
467
|
path: "M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z",
|
|
484
468
|
strokeLinecap: "round",
|
|
485
469
|
strokeLinejoin: "round"
|
|
486
470
|
};
|
|
487
|
-
o(
|
|
488
|
-
const
|
|
471
|
+
o(a0);
|
|
472
|
+
const r0 = {
|
|
489
473
|
name: "tag",
|
|
490
474
|
viewBox: "0 0 24 24",
|
|
491
475
|
path: "M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z",
|
|
492
476
|
strokeLinecap: "round",
|
|
493
477
|
strokeLinejoin: "round"
|
|
494
478
|
};
|
|
495
|
-
o(
|
|
496
|
-
const
|
|
479
|
+
o(r0);
|
|
480
|
+
const t0 = {
|
|
497
481
|
name: "barcode",
|
|
498
482
|
viewBox: "0 0 24 24",
|
|
499
483
|
path: "M3 4h1.5v16H3V4zM7 4h1v16H7V4zM11 4h1.5v16H11V4zM15.5 4h1v16h-1V4zM19.5 4h1.5v16h-1.5V4z",
|
|
500
484
|
strokeLinecap: "round",
|
|
501
485
|
strokeLinejoin: "round"
|
|
502
486
|
};
|
|
503
|
-
o(
|
|
504
|
-
const
|
|
487
|
+
o(t0);
|
|
488
|
+
const i0 = {
|
|
505
489
|
name: "map",
|
|
506
490
|
viewBox: "0 0 24 24",
|
|
507
491
|
path: "M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7",
|
|
508
492
|
strokeLinecap: "round",
|
|
509
493
|
strokeLinejoin: "round"
|
|
510
494
|
};
|
|
511
|
-
o(
|
|
512
|
-
const
|
|
495
|
+
o(i0);
|
|
496
|
+
const c0 = {
|
|
513
497
|
name: "location",
|
|
514
498
|
viewBox: "0 0 24 24",
|
|
515
499
|
path: "M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z M15 11a3 3 0 11-6 0 3 3 0 016 0z",
|
|
516
500
|
strokeLinecap: "round",
|
|
517
501
|
strokeLinejoin: "round"
|
|
518
502
|
};
|
|
519
|
-
o(
|
|
503
|
+
o(c0);
|
|
520
504
|
o(n);
|
|
521
505
|
o(e);
|
|
522
506
|
o(a);
|
|
@@ -556,12 +540,12 @@ o(U);
|
|
|
556
540
|
o(S);
|
|
557
541
|
o(q);
|
|
558
542
|
o(E);
|
|
543
|
+
o(s0);
|
|
544
|
+
o(h0);
|
|
559
545
|
o(m0);
|
|
560
546
|
o(d0);
|
|
561
547
|
o(v0);
|
|
562
548
|
o(u0);
|
|
563
|
-
o(p0);
|
|
564
|
-
o(L0);
|
|
565
549
|
o(F);
|
|
566
550
|
o(G);
|
|
567
551
|
o(J);
|
|
@@ -576,6 +560,8 @@ o(X);
|
|
|
576
560
|
o(Y);
|
|
577
561
|
o(Z);
|
|
578
562
|
o(_);
|
|
563
|
+
o(p0);
|
|
564
|
+
o(L0);
|
|
579
565
|
o($);
|
|
580
566
|
o(o0);
|
|
581
567
|
o(n0);
|
|
@@ -585,8 +571,6 @@ o(r0);
|
|
|
585
571
|
o(t0);
|
|
586
572
|
o(i0);
|
|
587
573
|
o(c0);
|
|
588
|
-
o(s0);
|
|
589
|
-
o(h0);
|
|
590
574
|
export {
|
|
591
575
|
J as archiveIcon,
|
|
592
576
|
_ as arrowDownIcon,
|
|
@@ -594,17 +578,17 @@ export {
|
|
|
594
578
|
Y as arrowRightIcon,
|
|
595
579
|
Z as arrowUpIcon,
|
|
596
580
|
b as attachIcon,
|
|
597
|
-
|
|
581
|
+
t0 as barcodeIcon,
|
|
598
582
|
x as bookmarkIcon,
|
|
599
583
|
w as calendarIcon,
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
584
|
+
o0 as caretDownIcon,
|
|
585
|
+
p0 as caretLeftIcon,
|
|
586
|
+
L0 as caretRightIcon,
|
|
587
|
+
$ as caretUpIcon,
|
|
604
588
|
s as chatIcon,
|
|
605
|
-
|
|
589
|
+
s0 as checkIcon,
|
|
606
590
|
I as clockIcon,
|
|
607
|
-
|
|
591
|
+
h0 as closeIcon,
|
|
608
592
|
S as copyIcon,
|
|
609
593
|
D as deleteIcon,
|
|
610
594
|
m as documentationIcon,
|
|
@@ -612,7 +596,7 @@ export {
|
|
|
612
596
|
U as duplicateIcon,
|
|
613
597
|
y as editIcon,
|
|
614
598
|
X as ellipsisIcon,
|
|
615
|
-
|
|
599
|
+
d0 as errorIcon,
|
|
616
600
|
P as externalLinkIcon,
|
|
617
601
|
G as fileIcon,
|
|
618
602
|
z as filterIcon,
|
|
@@ -621,16 +605,16 @@ export {
|
|
|
621
605
|
h as helpIcon,
|
|
622
606
|
t as homeIcon,
|
|
623
607
|
K as imageIcon,
|
|
624
|
-
|
|
608
|
+
u0 as infoIcon,
|
|
625
609
|
u as languageIcon,
|
|
626
610
|
O as linkIcon,
|
|
627
611
|
T as listIcon,
|
|
628
|
-
|
|
629
|
-
|
|
612
|
+
c0 as locationIcon,
|
|
613
|
+
n0 as lockIcon,
|
|
630
614
|
l as loginIcon,
|
|
631
615
|
k as logoutIcon,
|
|
632
616
|
d as mailIcon,
|
|
633
|
-
|
|
617
|
+
i0 as mapIcon,
|
|
634
618
|
W as menuIcon,
|
|
635
619
|
p as moonIcon,
|
|
636
620
|
c as notificationsIcon,
|
|
@@ -647,15 +631,15 @@ export {
|
|
|
647
631
|
k0 as sortArrowsIcon,
|
|
648
632
|
V as sortIcon,
|
|
649
633
|
j as starIcon,
|
|
650
|
-
|
|
634
|
+
v0 as successIcon,
|
|
651
635
|
L as sunIcon,
|
|
652
|
-
|
|
636
|
+
r0 as tagIcon,
|
|
653
637
|
a as trashIcon,
|
|
654
|
-
|
|
638
|
+
e0 as unlockIcon,
|
|
655
639
|
f as uploadIcon,
|
|
656
640
|
M as userAddIcon,
|
|
657
641
|
e as userIcon,
|
|
658
|
-
|
|
642
|
+
a0 as usersIcon,
|
|
659
643
|
N as videoIcon,
|
|
660
|
-
|
|
644
|
+
m0 as warningIcon
|
|
661
645
|
};
|