@bwg-ui/icons 1.0.0 → 1.0.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/README.md +14 -0
- package/dist/BwgIcon.d.ts.map +1 -1
- package/dist/IconPreview.d.ts +4 -1
- package/dist/IconPreview.d.ts.map +1 -1
- package/dist/docs/icons-guide.pdf +0 -0
- package/dist/docs/icons-guide_v1.0.pdf +0 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +527 -489
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,29 +1,47 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import * as t from "react";
|
|
3
|
-
|
|
3
|
+
import { useId as Je, useRef as Qe, useLayoutEffect as Xe } from "react";
|
|
4
|
+
function eo(o) {
|
|
4
5
|
if (o !== void 0)
|
|
5
6
|
return typeof o == "number" ? `${o}px` : o;
|
|
6
7
|
}
|
|
7
|
-
const i = t.forwardRef(function({ component: r, size:
|
|
8
|
-
const
|
|
8
|
+
const i = t.forwardRef(function({ component: r, size: p, color: v, spin: I, rotate: u, style: M, className: k, title: m, ..._ }, s) {
|
|
9
|
+
const d = Je().replace(/:/g, ""), C = Qe(null), y = eo(p);
|
|
10
|
+
Xe(() => {
|
|
11
|
+
const c = C.current;
|
|
12
|
+
if (!c) return;
|
|
13
|
+
const h = c.querySelector("svg");
|
|
14
|
+
if (!h) return;
|
|
15
|
+
const w = h.innerHTML;
|
|
16
|
+
if (w.includes('id="')) {
|
|
17
|
+
const B = w.replace(/id="([^"]+)"/g, `id="$1_${d}"`).replace(/url\(#([^)]+)\)/g, `url(#$1_${d})`);
|
|
18
|
+
w !== B && (h.innerHTML = B);
|
|
19
|
+
}
|
|
20
|
+
}, [r, d]);
|
|
21
|
+
const S = {
|
|
9
22
|
display: "inline-flex",
|
|
10
23
|
alignItems: "center",
|
|
11
24
|
lineHeight: 0,
|
|
12
|
-
color:
|
|
25
|
+
color: v ?? "inherit",
|
|
13
26
|
// color 없으면 부모 색상 상속
|
|
14
|
-
fontSize:
|
|
27
|
+
fontSize: y,
|
|
15
28
|
// SVG width/height를 1em으로 주면 여기로 적용
|
|
16
|
-
...
|
|
17
|
-
},
|
|
29
|
+
...M
|
|
30
|
+
}, f = {
|
|
31
|
+
...u ? { transform: `rotate(${u}deg)` } : {},
|
|
32
|
+
stroke: "currentColor"
|
|
33
|
+
};
|
|
18
34
|
return /* @__PURE__ */ n(
|
|
19
35
|
"span",
|
|
20
36
|
{
|
|
21
|
-
ref:
|
|
37
|
+
ref: (c) => {
|
|
38
|
+
C.current = c, typeof s == "function" ? s(c) : s && (s.current = c);
|
|
39
|
+
},
|
|
22
40
|
role: "img",
|
|
23
|
-
"aria-label":
|
|
24
|
-
className:
|
|
25
|
-
style:
|
|
26
|
-
...
|
|
41
|
+
"aria-label": m,
|
|
42
|
+
className: k ? `bwg-icon ${k}` : "bwg-icon",
|
|
43
|
+
style: S,
|
|
44
|
+
..._,
|
|
27
45
|
children: [
|
|
28
46
|
/* @__PURE__ */ e(
|
|
29
47
|
r,
|
|
@@ -31,9 +49,10 @@ const i = t.forwardRef(function({ component: r, size: c, color: g, spin: u, rota
|
|
|
31
49
|
width: "1em",
|
|
32
50
|
height: "1em",
|
|
33
51
|
fill: "currentColor",
|
|
52
|
+
stroke: "currentColor",
|
|
34
53
|
focusable: "false",
|
|
35
|
-
"aria-hidden":
|
|
36
|
-
style:
|
|
54
|
+
"aria-hidden": m ? void 0 : !0,
|
|
55
|
+
style: f
|
|
37
56
|
}
|
|
38
57
|
),
|
|
39
58
|
// spin은 CSS로 처리하는 게 가장 깔끔함. (아래 css 참고)
|
|
@@ -41,7 +60,7 @@ const i = t.forwardRef(function({ component: r, size: c, color: g, spin: u, rota
|
|
|
41
60
|
]
|
|
42
61
|
}
|
|
43
62
|
);
|
|
44
|
-
}),
|
|
63
|
+
}), j = t.forwardRef(
|
|
45
64
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
46
65
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1186)", children: [
|
|
47
66
|
/* @__PURE__ */ e("path", { d: "M14.25 5.84H11.19L9.13 3.25H3.7C3.13 3.25 2.66 3.72 2.66 4.29V13.16C2.66 14.04 3.38 14.76 4.26 14.76H13.73C14.61 14.76 15.33 14.04 15.33 13.16V6.94C15.33 6.34 14.84 5.85 14.24 5.85L14.25 5.84Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -52,34 +71,34 @@ const i = t.forwardRef(function({ component: r, size: c, color: g, spin: u, rota
|
|
|
52
71
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1186", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
53
72
|
] })
|
|
54
73
|
);
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
74
|
+
j.displayName = "IcoBwgAddFolderSvg";
|
|
75
|
+
const N = t.forwardRef(
|
|
76
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: j, ...o })
|
|
58
77
|
);
|
|
59
|
-
|
|
60
|
-
const
|
|
78
|
+
N.displayName = "IcoBwgAddFolder";
|
|
79
|
+
const P = t.forwardRef(
|
|
61
80
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
62
81
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1534)", children: /* @__PURE__ */ e("path", { d: "M14.92 6.65999V9.99999M13.25 8.32999H16.59M6.42999 11H11.78C13.26 11 14.45 12.2 14.45 13.67V15.01H3.75999V13.67C3.75999 12.19 4.95999 11 6.42999 11ZM11.78 5.65999C11.78 7.13999 10.58 8.32999 9.10999 8.32999C7.63999 8.32999 6.43999 7.12999 6.43999 5.65999C6.43999 4.18999 7.63999 2.98999 9.10999 2.98999C10.58 2.98999 11.78 4.18999 11.78 5.65999Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
63
82
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1534", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
64
83
|
] })
|
|
65
84
|
);
|
|
66
|
-
|
|
67
|
-
const
|
|
68
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
85
|
+
P.displayName = "IcoBwgAddUserSvg";
|
|
86
|
+
const Z = t.forwardRef(
|
|
87
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: P, ...o })
|
|
69
88
|
);
|
|
70
|
-
|
|
71
|
-
const
|
|
89
|
+
Z.displayName = "IcoBwgAddUser";
|
|
90
|
+
const D = t.forwardRef(
|
|
72
91
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
73
92
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4222)", children: /* @__PURE__ */ e("path", { d: "M3 9H15M9 3V15", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
74
93
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4222", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
75
94
|
] })
|
|
76
95
|
);
|
|
77
|
-
|
|
78
|
-
const
|
|
79
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
96
|
+
D.displayName = "IcoBwgAddSvg";
|
|
97
|
+
const b = t.forwardRef(
|
|
98
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: D, ...o })
|
|
80
99
|
);
|
|
81
|
-
|
|
82
|
-
const
|
|
100
|
+
b.displayName = "IcoBwgAdd";
|
|
101
|
+
const A = t.forwardRef(
|
|
83
102
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
84
103
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4281)", children: [
|
|
85
104
|
/* @__PURE__ */ e("path", { d: "M2.23 15.5898H15.77", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -91,23 +110,23 @@ const N = t.forwardRef(
|
|
|
91
110
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4281", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
92
111
|
] })
|
|
93
112
|
);
|
|
94
|
-
|
|
95
|
-
const
|
|
96
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
113
|
+
A.displayName = "IcoBwgAlertSvg";
|
|
114
|
+
const U = t.forwardRef(
|
|
115
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: A, ...o })
|
|
97
116
|
);
|
|
98
|
-
|
|
99
|
-
const
|
|
117
|
+
U.displayName = "IcoBwgAlert";
|
|
118
|
+
const T = t.forwardRef(
|
|
100
119
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
101
120
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4277)", children: /* @__PURE__ */ e("path", { d: "M10.12 4.87988L5.62 9.37988V12.3799H8.62L13.12 7.87988M10.12 4.87988L12.37 2.62988L15.37 5.62988L13.12 7.87988M10.12 4.87988L13.12 7.87988M7.12 3.37988H2.62V15.3799H14.62V10.8799", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
102
121
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4277", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
103
122
|
] })
|
|
104
123
|
);
|
|
105
|
-
|
|
106
|
-
const
|
|
107
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
124
|
+
T.displayName = "IcoBwgApplySvg";
|
|
125
|
+
const E = t.forwardRef(
|
|
126
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: T, ...o })
|
|
108
127
|
);
|
|
109
|
-
|
|
110
|
-
const
|
|
128
|
+
E.displayName = "IcoBwgApply";
|
|
129
|
+
const F = t.forwardRef(
|
|
111
130
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
112
131
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4364)", children: [
|
|
113
132
|
/* @__PURE__ */ e("path", { d: "M10.31 2.04004V5.29004H13.7L10.31 2.04004Z", fill: "currentColor" }),
|
|
@@ -119,34 +138,34 @@ const b = t.forwardRef(
|
|
|
119
138
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4364", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
120
139
|
] })
|
|
121
140
|
);
|
|
122
|
-
|
|
123
|
-
const
|
|
124
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
141
|
+
F.displayName = "IcoBwgApprovalSvg";
|
|
142
|
+
const $ = t.forwardRef(
|
|
143
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: F, ...o })
|
|
125
144
|
);
|
|
126
|
-
|
|
127
|
-
const
|
|
145
|
+
$.displayName = "IcoBwgApproval";
|
|
146
|
+
const z = t.forwardRef(
|
|
128
147
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
129
148
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4331)", children: /* @__PURE__ */ e("path", { d: "M3.39 14.24V3.01001C3.39 2.60001 3.73 2.26001 4.14 2.26001H13.87C14.28 2.26001 14.62 2.60001 14.62 3.01001V12.74H4.88C4.05 12.74 3.38 13.41 3.38 14.24H3.39ZM3.39 14.24C3.39 15.07 4.06 15.74 4.89 15.74H14.62M6.9 2.26001V12.74M12.75 12.74V15.73", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
130
149
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4331", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
131
150
|
] })
|
|
132
151
|
);
|
|
133
|
-
|
|
134
|
-
const
|
|
135
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
152
|
+
z.displayName = "IcoBwgBookSvg";
|
|
153
|
+
const q = t.forwardRef(
|
|
154
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: z, ...o })
|
|
136
155
|
);
|
|
137
|
-
|
|
138
|
-
const
|
|
156
|
+
q.displayName = "IcoBwgBook";
|
|
157
|
+
const O = t.forwardRef(
|
|
139
158
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
140
159
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4327)", children: /* @__PURE__ */ e("path", { d: "M14.89 11.1799L10.24 15.8299L8.25 13.8399M6.75 8.17993H3M15 6.67993V5.17993C15 4.34993 14.33 3.67993 13.5 3.67993H4.5C3.67 3.67993 3 4.34993 3 5.17993V14.1799C3 15.0099 3.67 15.6799 4.5 15.6799H6M11.25 2.17993V5.17993M6.75 2.17993V5.17993", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
141
160
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4327", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
142
161
|
] })
|
|
143
162
|
);
|
|
144
|
-
|
|
145
|
-
const
|
|
146
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
163
|
+
O.displayName = "IcoBwgBookingSvg";
|
|
164
|
+
const Y = t.forwardRef(
|
|
165
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: O, ...o })
|
|
147
166
|
);
|
|
148
|
-
|
|
149
|
-
const
|
|
167
|
+
Y.displayName = "IcoBwgBooking";
|
|
168
|
+
const G = t.forwardRef(
|
|
150
169
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
151
170
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4316)", children: [
|
|
152
171
|
/* @__PURE__ */ e("path", { d: "M2.23 15.6602H15.77", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -160,12 +179,12 @@ const z = t.forwardRef(
|
|
|
160
179
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4316", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
161
180
|
] })
|
|
162
181
|
);
|
|
163
|
-
|
|
164
|
-
const
|
|
165
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
182
|
+
G.displayName = "IcoBwgBuildingSvg";
|
|
183
|
+
const K = t.forwardRef(
|
|
184
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: G, ...o })
|
|
166
185
|
);
|
|
167
|
-
|
|
168
|
-
const
|
|
186
|
+
K.displayName = "IcoBwgBuilding";
|
|
187
|
+
const W = t.forwardRef(
|
|
169
188
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
170
189
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1564)", children: [
|
|
171
190
|
/* @__PURE__ */ e("path", { d: "M15.36 2.62988H2.63V15.3599H15.36V2.62988Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -180,23 +199,23 @@ const q = t.forwardRef(
|
|
|
180
199
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1564", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
181
200
|
] })
|
|
182
201
|
);
|
|
183
|
-
|
|
184
|
-
const
|
|
185
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
202
|
+
W.displayName = "IcoBwgCalculateSvg";
|
|
203
|
+
const J = t.forwardRef(
|
|
204
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: W, ...o })
|
|
186
205
|
);
|
|
187
|
-
|
|
188
|
-
const
|
|
206
|
+
J.displayName = "IcoBwgCalculate";
|
|
207
|
+
const Q = t.forwardRef(
|
|
189
208
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
190
209
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4214)", children: /* @__PURE__ */ e("path", { d: "M14.25 3.75L3.75 14.25M3.75 3.75L14.25 14.25", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
191
210
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4214", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
192
211
|
] })
|
|
193
212
|
);
|
|
194
|
-
|
|
195
|
-
const
|
|
196
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
213
|
+
Q.displayName = "IcoBwgCancleSvg";
|
|
214
|
+
const X = t.forwardRef(
|
|
215
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Q, ...o })
|
|
197
216
|
);
|
|
198
|
-
|
|
199
|
-
const
|
|
217
|
+
X.displayName = "IcoBwgCancle";
|
|
218
|
+
const e1 = t.forwardRef(
|
|
200
219
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
201
220
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4250)", children: [
|
|
202
221
|
/* @__PURE__ */ e("path", { d: "M15 5.62012L13.5 2.62012H4.5L3 5.62012M15 5.62012H3M15 5.62012V13.8701C15 14.7001 14.33 15.3701 13.5 15.3701H4.5C3.67 15.3701 3 14.7001 3 13.8701V5.62012", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -205,45 +224,45 @@ const K = t.forwardRef(
|
|
|
205
224
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4250", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
206
225
|
] })
|
|
207
226
|
);
|
|
208
|
-
|
|
209
|
-
const
|
|
210
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
227
|
+
e1.displayName = "IcoBwgCartSvg";
|
|
228
|
+
const o1 = t.forwardRef(
|
|
229
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: e1, ...o })
|
|
211
230
|
);
|
|
212
|
-
|
|
213
|
-
const
|
|
231
|
+
o1.displayName = "IcoBwgCart";
|
|
232
|
+
const r1 = t.forwardRef(
|
|
214
233
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
215
234
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4218)", children: /* @__PURE__ */ e("path", { d: "M15 4.87988L6.75 13.1199L3 9.36988", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
216
235
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4218", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
217
236
|
] })
|
|
218
237
|
);
|
|
219
|
-
|
|
220
|
-
const
|
|
221
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
238
|
+
r1.displayName = "IcoBwgCheckSvg";
|
|
239
|
+
const t1 = t.forwardRef(
|
|
240
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: r1, ...o })
|
|
222
241
|
);
|
|
223
|
-
|
|
224
|
-
const
|
|
242
|
+
t1.displayName = "IcoBwgCheck";
|
|
243
|
+
const n1 = t.forwardRef(
|
|
225
244
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
226
245
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1603)", children: /* @__PURE__ */ e("path", { d: "M6.34 12.55H11.67M6.75 3.38001H3.75V15.76H14.25V3.38001H11.25M6.75 3.38001V4.50001H11.25V3.38001M6.75 3.38001V2.26001H11.25V3.38001M10.65 7.84001L8.34 10.15L7.35 9.16001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
227
246
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1603", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
228
247
|
] })
|
|
229
248
|
);
|
|
230
|
-
|
|
231
|
-
const
|
|
232
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
249
|
+
n1.displayName = "IcoBwgChecklistSvg";
|
|
250
|
+
const i1 = t.forwardRef(
|
|
251
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: n1, ...o })
|
|
233
252
|
);
|
|
234
|
-
|
|
235
|
-
const
|
|
253
|
+
i1.displayName = "IcoBwgChecklist";
|
|
254
|
+
const l1 = t.forwardRef(
|
|
236
255
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
237
256
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4226)", children: /* @__PURE__ */ e("path", { d: "M13.12 10.5H14.24C15.07 10.5 15.74 9.83 15.74 9V3.75C15.74 2.92 15.07 2.25 14.24 2.25H8.99C8.16 2.25 7.49 2.92 7.49 3.75V4.87M3.75 7.5H9C9.83 7.5 10.5 8.17 10.5 9V14.25C10.5 15.08 9.83 15.75 9 15.75H3.75C2.92 15.75 2.25 15.08 2.25 14.25V9C2.25 8.17 2.92 7.5 3.75 7.5Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
238
257
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4226", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
239
258
|
] })
|
|
240
259
|
);
|
|
241
|
-
|
|
242
|
-
const
|
|
243
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
260
|
+
l1.displayName = "IcoBwgCopySvg";
|
|
261
|
+
const c1 = t.forwardRef(
|
|
262
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: l1, ...o })
|
|
244
263
|
);
|
|
245
|
-
|
|
246
|
-
const
|
|
264
|
+
c1.displayName = "IcoBwgCopy";
|
|
265
|
+
const d1 = t.forwardRef(
|
|
247
266
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
248
267
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1171)", children: [
|
|
249
268
|
/* @__PURE__ */ e("path", { d: "M9 7.30992C11.9326 7.30992 14.31 6.27122 14.31 4.98992C14.31 3.70862 11.9326 2.66992 9 2.66992C6.06737 2.66992 3.69 3.70862 3.69 4.98992C3.69 6.27122 6.06737 7.30992 9 7.30992Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -257,23 +276,23 @@ const t1 = t.forwardRef(
|
|
|
257
276
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1171", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
258
277
|
] })
|
|
259
278
|
);
|
|
260
|
-
|
|
261
|
-
const
|
|
262
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
279
|
+
d1.displayName = "IcoBwgDatabaseSvg";
|
|
280
|
+
const s1 = t.forwardRef(
|
|
281
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: d1, ...o })
|
|
263
282
|
);
|
|
264
|
-
|
|
265
|
-
const
|
|
283
|
+
s1.displayName = "IcoBwgDatabase";
|
|
284
|
+
const h1 = t.forwardRef(
|
|
266
285
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
267
286
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4204)", children: /* @__PURE__ */ e("path", { d: "M7.5 7.87988V12.3799M10.5 7.87988V12.3799M13.5 4.87988V13.8799C13.5 14.7099 12.83 15.3799 12 15.3799H6C5.17 15.3799 4.5 14.7099 4.5 13.8799V4.87988M3 4.87988H15M11.25 4.87988V4.12988C11.25 3.29988 10.58 2.62988 9.75 2.62988H8.25C7.42 2.62988 6.75 3.29988 6.75 4.12988V4.87988", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
268
287
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4204", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
269
288
|
] })
|
|
270
289
|
);
|
|
271
|
-
|
|
272
|
-
const
|
|
273
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
290
|
+
h1.displayName = "IcoBwgDeleteSvg";
|
|
291
|
+
const w1 = t.forwardRef(
|
|
292
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: h1, ...o })
|
|
274
293
|
);
|
|
275
|
-
|
|
276
|
-
const
|
|
294
|
+
w1.displayName = "IcoBwgDelete";
|
|
295
|
+
const a1 = t.forwardRef(
|
|
277
296
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
278
297
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1596)", children: [
|
|
279
298
|
/* @__PURE__ */ e("path", { d: "M11.11 2.03003V5.28003H14.5L11.11 2.03003Z", fill: "currentColor" }),
|
|
@@ -284,56 +303,56 @@ const d1 = t.forwardRef(
|
|
|
284
303
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1596", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
285
304
|
] })
|
|
286
305
|
);
|
|
287
|
-
|
|
288
|
-
const
|
|
289
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
306
|
+
a1.displayName = "IcoBwgDocumentSvg";
|
|
307
|
+
const p1 = t.forwardRef(
|
|
308
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: a1, ...o })
|
|
290
309
|
);
|
|
291
|
-
|
|
292
|
-
const
|
|
310
|
+
p1.displayName = "IcoBwgDocument";
|
|
311
|
+
const g1 = t.forwardRef(
|
|
293
312
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
294
313
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4377)", children: /* @__PURE__ */ e("path", { d: "M9 15V3M9 15L4.5 10.5M9 15L13.5 10.5", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
295
314
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4377", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
296
315
|
] })
|
|
297
316
|
);
|
|
298
|
-
|
|
299
|
-
const
|
|
300
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
317
|
+
g1.displayName = "IcoBwgDownSvg";
|
|
318
|
+
const u1 = t.forwardRef(
|
|
319
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: g1, ...o })
|
|
301
320
|
);
|
|
302
|
-
|
|
303
|
-
const
|
|
321
|
+
u1.displayName = "IcoBwgDown";
|
|
322
|
+
const k1 = t.forwardRef(
|
|
304
323
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
305
324
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4234)", children: /* @__PURE__ */ e("path", { d: "M15 11.6201V13.8701C15 14.7001 14.33 15.3701 13.5 15.3701H4.5C3.67 15.3701 3 14.7001 3 13.8701V11.6201M6 8.62012L9 11.6201M9 11.6201L12 8.62012M9 11.6201V2.62012", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
306
325
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4234", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
307
326
|
] })
|
|
308
327
|
);
|
|
309
|
-
|
|
310
|
-
const
|
|
311
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
328
|
+
k1.displayName = "IcoBwgDownloadSvg";
|
|
329
|
+
const m1 = t.forwardRef(
|
|
330
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: k1, ...o })
|
|
312
331
|
);
|
|
313
|
-
|
|
314
|
-
const
|
|
332
|
+
m1.displayName = "IcoBwgDownload";
|
|
333
|
+
const C1 = t.forwardRef(
|
|
315
334
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
316
335
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4230)", children: /* @__PURE__ */ e("path", { d: "M8.62 15.3799H15M13.12 7.87988L15.37 5.62988L12.37 2.62988L10.12 4.87988M13.12 7.87988L5.62 15.3799H2.62V12.3799L10.12 4.87988M13.12 7.87988L10.12 4.87988", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
317
336
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4230", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
318
337
|
] })
|
|
319
338
|
);
|
|
320
|
-
|
|
321
|
-
const
|
|
322
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
339
|
+
C1.displayName = "IcoBwgEditSvg";
|
|
340
|
+
const f1 = t.forwardRef(
|
|
341
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: C1, ...o })
|
|
323
342
|
);
|
|
324
|
-
|
|
325
|
-
const
|
|
343
|
+
f1.displayName = "IcoBwgEdit";
|
|
344
|
+
const B1 = t.forwardRef(
|
|
326
345
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
327
346
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1590)", children: /* @__PURE__ */ e("path", { d: "M2.03999 7.00994L9.18999 10.5799L16.34 7.00994L9.18999 3.43994L2.03999 7.00994ZM2.03999 7.00994V10.9199M4.42999 8.20994V13.1499C4.42999 13.4299 6.01999 14.5599 9.19999 14.5599C12.38 14.5599 13.97 13.4699 13.97 13.1499V8.20994", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
328
347
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1590", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
329
348
|
] })
|
|
330
349
|
);
|
|
331
|
-
|
|
332
|
-
const
|
|
333
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
350
|
+
B1.displayName = "IcoBwgEduSvg";
|
|
351
|
+
const v1 = t.forwardRef(
|
|
352
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: B1, ...o })
|
|
334
353
|
);
|
|
335
|
-
|
|
336
|
-
const
|
|
354
|
+
v1.displayName = "IcoBwgEdu";
|
|
355
|
+
const I1 = t.forwardRef(
|
|
337
356
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
338
357
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1621)", children: [
|
|
339
358
|
/* @__PURE__ */ e("path", { d: "M9 4.06006C4.51 4.06006 1.94 9.00006 1.94 9.00006C1.94 9.00006 4.51 13.9401 9 13.9401C13.49 13.9401 16.06 9.00006 16.06 9.00006C16.06 9.00006 13.49 4.06006 9 4.06006Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -342,12 +361,12 @@ const m1 = t.forwardRef(
|
|
|
342
361
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1621", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
343
362
|
] })
|
|
344
363
|
);
|
|
345
|
-
|
|
346
|
-
const
|
|
347
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
364
|
+
I1.displayName = "IcoBwgEyeSvg";
|
|
365
|
+
const M1 = t.forwardRef(
|
|
366
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: I1, ...o })
|
|
348
367
|
);
|
|
349
|
-
|
|
350
|
-
const
|
|
368
|
+
M1.displayName = "IcoBwgEye";
|
|
369
|
+
const _1 = t.forwardRef(
|
|
351
370
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
352
371
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1181)", children: [
|
|
353
372
|
/* @__PURE__ */ e("path", { d: "M14.25 5.84H11.19L9.13 3.25H3.7C3.13 3.25 2.66 3.72 2.66 4.29V13.16C2.66 14.04 3.38 14.76 4.26 14.76H13.73C14.61 14.76 15.33 14.04 15.33 13.16V6.94C15.33 6.34 14.84 5.85 14.24 5.85L14.25 5.84Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -356,12 +375,12 @@ const f1 = t.forwardRef(
|
|
|
356
375
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1181", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
357
376
|
] })
|
|
358
377
|
);
|
|
359
|
-
|
|
360
|
-
const
|
|
361
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
378
|
+
_1.displayName = "IcoBwgFolderSvg";
|
|
379
|
+
const y1 = t.forwardRef(
|
|
380
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: _1, ...o })
|
|
362
381
|
);
|
|
363
|
-
|
|
364
|
-
const
|
|
382
|
+
y1.displayName = "IcoBwgFolder";
|
|
383
|
+
const S1 = t.forwardRef(
|
|
365
384
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
366
385
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4335)", children: [
|
|
367
386
|
/* @__PURE__ */ e("path", { d: "M10.44 1.89014V5.14014H13.83L10.44 1.89014Z", fill: "currentColor" }),
|
|
@@ -374,12 +393,12 @@ const v1 = t.forwardRef(
|
|
|
374
393
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4335", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
375
394
|
] })
|
|
376
395
|
);
|
|
377
|
-
|
|
378
|
-
const
|
|
379
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
396
|
+
S1.displayName = "IcoBwgHistorySvg";
|
|
397
|
+
const R1 = t.forwardRef(
|
|
398
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: S1, ...o })
|
|
380
399
|
);
|
|
381
|
-
|
|
382
|
-
const
|
|
400
|
+
R1.displayName = "IcoBwgHistory";
|
|
401
|
+
const x1 = t.forwardRef(
|
|
383
402
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
384
403
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1626)", children: [
|
|
385
404
|
/* @__PURE__ */ e("path", { d: "M9.00001 15.4001C12.5346 15.4001 15.4 12.5347 15.4 9.0001C15.4 5.46548 12.5346 2.6001 9.00001 2.6001C5.46538 2.6001 2.60001 5.46548 2.60001 9.0001C2.60001 12.5347 5.46538 15.4001 9.00001 15.4001Z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
@@ -389,23 +408,23 @@ const M1 = t.forwardRef(
|
|
|
389
408
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1626", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
390
409
|
] })
|
|
391
410
|
);
|
|
392
|
-
|
|
393
|
-
const
|
|
394
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
411
|
+
x1.displayName = "IcoBwgInfoSvg";
|
|
412
|
+
const H1 = t.forwardRef(
|
|
413
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: x1, ...o })
|
|
395
414
|
);
|
|
396
|
-
|
|
397
|
-
const
|
|
415
|
+
H1.displayName = "IcoBwgInfo";
|
|
416
|
+
const V1 = t.forwardRef(
|
|
398
417
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
399
418
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1553)", children: /* @__PURE__ */ e("path", { d: "M15 9H3M3 9L7.5 13.5M3 9L7.5 4.5", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
400
419
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1553", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
401
420
|
] })
|
|
402
421
|
);
|
|
403
|
-
|
|
404
|
-
const
|
|
405
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
422
|
+
V1.displayName = "IcoBwgLeftSvg";
|
|
423
|
+
const L1 = t.forwardRef(
|
|
424
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: V1, ...o })
|
|
406
425
|
);
|
|
407
|
-
|
|
408
|
-
const
|
|
426
|
+
L1.displayName = "IcoBwgLeft";
|
|
427
|
+
const j1 = t.forwardRef(
|
|
409
428
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
410
429
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1636)", children: [
|
|
411
430
|
/* @__PURE__ */ e("path", { d: "M6.02999 8.26007V5.29007C6.02999 4.30007 6.61999 2.32007 8.99999 2.32007C11.38 2.32007 11.97 4.30007 11.97 5.29007V8.26007M6.02999 8.26007H3.79999V15.6901H14.21V8.26007H11.98H6.02999Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -414,34 +433,34 @@ const S1 = t.forwardRef(
|
|
|
414
433
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1636", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
415
434
|
] })
|
|
416
435
|
);
|
|
417
|
-
|
|
418
|
-
const
|
|
419
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
436
|
+
j1.displayName = "IcoBwgLockOnSvg";
|
|
437
|
+
const N1 = t.forwardRef(
|
|
438
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: j1, ...o })
|
|
420
439
|
);
|
|
421
|
-
|
|
422
|
-
const
|
|
440
|
+
N1.displayName = "IcoBwgLockOn";
|
|
441
|
+
const P1 = t.forwardRef(
|
|
423
442
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
424
443
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1633)", children: /* @__PURE__ */ e("path", { d: "M11.33 2.54004H13.75C14.64 2.54004 15.36 3.26004 15.36 4.15004V13.84C15.36 14.73 14.64 15.45 13.75 15.45H11.33M8.10001 12.23L11.33 9.00004M11.33 9.00004L8.10001 5.77004M11.33 9.00004H2.63", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
425
444
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1633", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
426
445
|
] })
|
|
427
446
|
);
|
|
428
|
-
|
|
429
|
-
const
|
|
430
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
447
|
+
P1.displayName = "IcoBwgLoginSvg";
|
|
448
|
+
const Z1 = t.forwardRef(
|
|
449
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: P1, ...o })
|
|
431
450
|
);
|
|
432
|
-
|
|
433
|
-
const
|
|
451
|
+
Z1.displayName = "IcoBwgLogin";
|
|
452
|
+
const D1 = t.forwardRef(
|
|
434
453
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
435
454
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1578)", children: /* @__PURE__ */ e("path", { d: "M3.11 4.46001C3.23 4.34001 3.4 4.26001 3.59 4.26001H14.41C14.6 4.26001 14.77 4.34001 14.89 4.46001C15.01 4.58001 15.09 4.75001 15.09 4.94001V13.06C15.09 13.44 14.78 13.74 14.41 13.74H3.59C3.21 13.74 2.91 13.43 2.91 13.06V4.94001C2.91 4.75001 2.99 4.58001 3.11 4.46001ZM3.11 4.46001L8.04 9.39001C8.57 9.92001 9.42 9.92001 9.95 9.39001L14.88 4.46001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
436
455
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1578", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
437
456
|
] })
|
|
438
457
|
);
|
|
439
|
-
|
|
440
|
-
const
|
|
441
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
458
|
+
D1.displayName = "IcoBwgMailSvg";
|
|
459
|
+
const b1 = t.forwardRef(
|
|
460
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: D1, ...o })
|
|
442
461
|
);
|
|
443
|
-
|
|
444
|
-
const
|
|
462
|
+
b1.displayName = "IcoBwgMail";
|
|
463
|
+
const A1 = t.forwardRef(
|
|
445
464
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
446
465
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4301)", children: [
|
|
447
466
|
/* @__PURE__ */ e("path", { d: "M3.62 5.12993C4.37 5.12993 4.97 4.52993 4.97 3.77993C4.97 3.02993 4.37 2.42993 3.62 2.42993C2.87 2.42993 2.27 3.02993 2.27 3.77993C2.27 4.52993 2.87 5.12993 3.62 5.12993Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -459,12 +478,12 @@ const N1 = t.forwardRef(
|
|
|
459
478
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4301", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
460
479
|
] })
|
|
461
480
|
);
|
|
462
|
-
|
|
463
|
-
const
|
|
464
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
481
|
+
A1.displayName = "IcoBwgMappingSvg";
|
|
482
|
+
const U1 = t.forwardRef(
|
|
483
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: A1, ...o })
|
|
465
484
|
);
|
|
466
|
-
|
|
467
|
-
const
|
|
485
|
+
U1.displayName = "IcoBwgMapping";
|
|
486
|
+
const T1 = t.forwardRef(
|
|
468
487
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
469
488
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1581)", children: [
|
|
470
489
|
/* @__PURE__ */ e("path", { d: "M6.13 7.94995C6.54422 7.94995 6.88 7.61416 6.88 7.19995C6.88 6.78574 6.54422 6.44995 6.13 6.44995C5.71579 6.44995 5.38 6.78574 5.38 7.19995C5.38 7.61416 5.71579 7.94995 6.13 7.94995Z", fill: "currentColor" }),
|
|
@@ -475,34 +494,34 @@ const Z1 = t.forwardRef(
|
|
|
475
494
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1581", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
476
495
|
] })
|
|
477
496
|
);
|
|
478
|
-
|
|
479
|
-
const
|
|
480
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
497
|
+
T1.displayName = "IcoBwgMessageSvg";
|
|
498
|
+
const E1 = t.forwardRef(
|
|
499
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: T1, ...o })
|
|
481
500
|
);
|
|
482
|
-
|
|
483
|
-
const
|
|
501
|
+
E1.displayName = "IcoBwgMessage";
|
|
502
|
+
const F1 = t.forwardRef(
|
|
484
503
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
485
504
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1593)", children: /* @__PURE__ */ e("path", { d: "M5.88 5.10004V4.32004C5.88 3.89004 6.23 3.54004 6.66 3.54004H15.24C15.67 3.54004 16.02 3.89004 16.02 4.32004V9.78004C16.02 10.21 15.67 10.56 15.24 10.56H14.46M1.98 13.68V8.22004C1.98 7.79004 2.33 7.44004 2.76 7.44004H11.34C11.77 7.44004 12.12 7.79004 12.12 8.22004V13.68C12.12 14.11 11.77 14.46 11.34 14.46H2.76C2.33 14.46 1.98 14.11 1.98 13.68ZM8.22 10.95C8.22 11.6 7.7 12.12 7.05 12.12C6.4 12.12 5.88 11.6 5.88 10.95C5.88 10.3 6.4 9.78004 7.05 9.78004C7.7 9.78004 8.22 10.3 8.22 10.95Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
486
505
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1593", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
487
506
|
] })
|
|
488
507
|
);
|
|
489
|
-
|
|
490
|
-
const
|
|
491
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
508
|
+
F1.displayName = "IcoBwgMoneySvg";
|
|
509
|
+
const $1 = t.forwardRef(
|
|
510
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: F1, ...o })
|
|
492
511
|
);
|
|
493
|
-
|
|
494
|
-
const
|
|
512
|
+
$1.displayName = "IcoBwgMoney";
|
|
513
|
+
const z1 = t.forwardRef(
|
|
495
514
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
496
515
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4265)", children: /* @__PURE__ */ e("path", { d: "M6 12.75H12M6 9.75001H10.5M6.75 3.38001H3.75V15.76H14.25V3.38001H11.25M6.75 3.38001V4.50001H11.25V3.38001M6.75 3.38001V2.26001H11.25V3.38001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
497
516
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4265", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
498
517
|
] })
|
|
499
518
|
);
|
|
500
|
-
|
|
501
|
-
const
|
|
502
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
519
|
+
z1.displayName = "IcoBwgPinpaperSvg";
|
|
520
|
+
const q1 = t.forwardRef(
|
|
521
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: z1, ...o })
|
|
503
522
|
);
|
|
504
|
-
|
|
505
|
-
const
|
|
523
|
+
q1.displayName = "IcoBwgPinpaper";
|
|
524
|
+
const O1 = t.forwardRef(
|
|
506
525
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
507
526
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1559)", children: [
|
|
508
527
|
/* @__PURE__ */ e("path", { d: "M7.73001 6.3601V11.6301L12.13 8.9901L7.73001 6.3501V6.3601Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linejoin": "round" }),
|
|
@@ -511,34 +530,34 @@ const T1 = t.forwardRef(
|
|
|
511
530
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1559", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
512
531
|
] })
|
|
513
532
|
);
|
|
514
|
-
|
|
515
|
-
const
|
|
516
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
533
|
+
O1.displayName = "IcoBwgPlaySvg";
|
|
534
|
+
const Y1 = t.forwardRef(
|
|
535
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: O1, ...o })
|
|
517
536
|
);
|
|
518
|
-
|
|
519
|
-
const
|
|
537
|
+
Y1.displayName = "IcoBwgPlay";
|
|
538
|
+
const G1 = t.forwardRef(
|
|
520
539
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
521
540
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4255)", children: /* @__PURE__ */ e("path", { d: "M15 3L7.5 10.5M15 3V7.5M15 3H10.5M7.5 3H3V15H15V10.5", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
522
541
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4255", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
523
542
|
] })
|
|
524
543
|
);
|
|
525
|
-
|
|
526
|
-
const
|
|
527
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
544
|
+
G1.displayName = "IcoBwgPopupSvg";
|
|
545
|
+
const K1 = t.forwardRef(
|
|
546
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: G1, ...o })
|
|
528
547
|
);
|
|
529
|
-
|
|
530
|
-
const
|
|
548
|
+
K1.displayName = "IcoBwgPopup";
|
|
549
|
+
const W1 = t.forwardRef(
|
|
531
550
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
532
551
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4269)", children: /* @__PURE__ */ e("path", { d: "M12 13.5V11.25H6V13.5M12 13.5V15.75H6V13.5M12 13.5H15V6.75H12M6 13.5H3V6.75H6M12 6.75H6M12 6.75V3C12 2.59 11.66 2.25 11.25 2.25H6.75C6.34 2.25 6 2.59 6 3V6.75", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
533
552
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4269", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
534
553
|
] })
|
|
535
554
|
);
|
|
536
|
-
|
|
537
|
-
const
|
|
538
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
555
|
+
W1.displayName = "IcoBwgPrintSvg";
|
|
556
|
+
const J1 = t.forwardRef(
|
|
557
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: W1, ...o })
|
|
539
558
|
);
|
|
540
|
-
|
|
541
|
-
const
|
|
559
|
+
J1.displayName = "IcoBwgPrint";
|
|
560
|
+
const Q1 = t.forwardRef(
|
|
542
561
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
543
562
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1791_3212)", children: [
|
|
544
563
|
/* @__PURE__ */ e("path", { d: "M3.03999 11.1499C3.49999 12.4399 4.35999 13.5499 5.49999 14.3099C6.63999 15.0699 7.99999 15.4399 9.35999 15.3599C10.73 15.2799 12.03 14.7599 13.08 13.8799C14.13 12.9999 14.86 11.7899 15.16 10.4599C15.46 9.11988 15.33 7.72988 14.77 6.47988C14.21 5.22988 13.26 4.19988 12.06 3.52988C10.86 2.86988 9.47999 2.60988 8.11999 2.79988C5.82999 3.11988 4.31999 4.77988 2.67999 6.24988M2.67999 2.62988V6.23988H6.28999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -547,12 +566,12 @@ const Y1 = t.forwardRef(
|
|
|
547
566
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1791_3212", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
548
567
|
] })
|
|
549
568
|
);
|
|
550
|
-
|
|
551
|
-
const
|
|
552
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
569
|
+
Q1.displayName = "IcoBwgProgressSvg";
|
|
570
|
+
const X1 = t.forwardRef(
|
|
571
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Q1, ...o })
|
|
553
572
|
);
|
|
554
|
-
|
|
555
|
-
const
|
|
573
|
+
X1.displayName = "IcoBwgProgress";
|
|
574
|
+
const ee = t.forwardRef(
|
|
556
575
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
557
576
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1613)", children: [
|
|
558
577
|
/* @__PURE__ */ e("path", { d: "M11.58 13.7401V12.5601H2.75999V14.2001C2.75999 15.1701 3.54999 15.9601 4.51999 15.9601H13.44", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -564,12 +583,12 @@ const K1 = t.forwardRef(
|
|
|
564
583
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1613", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
565
584
|
] })
|
|
566
585
|
);
|
|
567
|
-
|
|
568
|
-
const
|
|
569
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
586
|
+
ee.displayName = "IcoBwgReceiptSvg";
|
|
587
|
+
const oe = t.forwardRef(
|
|
588
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: ee, ...o })
|
|
570
589
|
);
|
|
571
|
-
|
|
572
|
-
const
|
|
590
|
+
oe.displayName = "IcoBwgReceipt";
|
|
591
|
+
const re = t.forwardRef(
|
|
573
592
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
574
593
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1542)", children: [
|
|
575
594
|
/* @__PURE__ */ e("path", { d: "M10.44 1.89014V5.14014H13.83L10.44 1.89014Z", fill: "currentColor" }),
|
|
@@ -583,45 +602,45 @@ const J1 = t.forwardRef(
|
|
|
583
602
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1542", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
584
603
|
] })
|
|
585
604
|
);
|
|
586
|
-
|
|
587
|
-
const
|
|
588
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
605
|
+
re.displayName = "IcoBwgRedraftSvg";
|
|
606
|
+
const te = t.forwardRef(
|
|
607
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: re, ...o })
|
|
589
608
|
);
|
|
590
|
-
|
|
591
|
-
const
|
|
609
|
+
te.displayName = "IcoBwgRedraft";
|
|
610
|
+
const ne = t.forwardRef(
|
|
592
611
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
593
612
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1725_2963)", children: /* @__PURE__ */ e("path", { d: "M2.84 2.84009V6.95009M2.84 6.95009H6.95M2.84 6.95009C4.43 5.52009 5.91 3.90009 8.14 3.59009C9.46 3.40009 10.81 3.65009 11.98 4.30009C13.15 4.95009 14.08 5.95009 14.62 7.17009M15.16 15.1601V11.0501M15.16 11.0501H11.05M15.16 11.0501C13.57 12.4801 12.09 14.1001 9.86 14.4101C8.54 14.6001 7.19 14.3501 6.02 13.7001C4.85 13.0501 3.92 12.0501 3.38 10.8301", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
594
613
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1725_2963", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
595
614
|
] })
|
|
596
615
|
);
|
|
597
|
-
|
|
598
|
-
const
|
|
599
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
616
|
+
ne.displayName = "IcoBwgRefreshSvg";
|
|
617
|
+
const ie = t.forwardRef(
|
|
618
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: ne, ...o })
|
|
600
619
|
);
|
|
601
|
-
|
|
602
|
-
const
|
|
620
|
+
ie.displayName = "IcoBwgRefresh";
|
|
621
|
+
const le = t.forwardRef(
|
|
603
622
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
604
623
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1538)", children: /* @__PURE__ */ e("path", { d: "M13.25 8.32999H16.59M6.42999 11H11.78C13.26 11 14.45 12.2 14.45 13.67V15.01H3.75999V13.67C3.75999 12.19 4.95999 11 6.42999 11ZM11.78 5.65999C11.78 7.13999 10.58 8.32999 9.10999 8.32999C7.63999 8.32999 6.43999 7.12999 6.43999 5.65999C6.43999 4.18999 7.63999 2.98999 9.10999 2.98999C10.58 2.98999 11.78 4.18999 11.78 5.65999Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
605
624
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1538", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
606
625
|
] })
|
|
607
626
|
);
|
|
608
|
-
|
|
609
|
-
const
|
|
610
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
627
|
+
le.displayName = "IcoBwgRemoveUserSvg";
|
|
628
|
+
const ce = t.forwardRef(
|
|
629
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: le, ...o })
|
|
611
630
|
);
|
|
612
|
-
|
|
613
|
-
const
|
|
631
|
+
ce.displayName = "IcoBwgRemoveUser";
|
|
632
|
+
const de = t.forwardRef(
|
|
614
633
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
615
634
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1724_2593)", children: /* @__PURE__ */ e("path", { d: "M3 9H15", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
616
635
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1724_2593", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
617
636
|
] })
|
|
618
637
|
);
|
|
619
|
-
|
|
620
|
-
const
|
|
621
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
638
|
+
de.displayName = "IcoBwgRemoveSvg";
|
|
639
|
+
const se = t.forwardRef(
|
|
640
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: de, ...o })
|
|
622
641
|
);
|
|
623
|
-
|
|
624
|
-
const
|
|
642
|
+
se.displayName = "IcoBwgRemove";
|
|
643
|
+
const he = t.forwardRef(
|
|
625
644
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
626
645
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4290)", children: [
|
|
627
646
|
/* @__PURE__ */ e("path", { d: "M9.04 7.86995L11.61 8.59995C12.16 8.72995 12.59 8.43995 12.76 7.93995C12.93 7.43995 12.67 6.97995 12.21 6.79995L8.11 5.26995C7.49 5.03995 6.82 5.07995 6.22 5.35995L4.36 6.25995", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -631,12 +650,12 @@ const ie = t.forwardRef(
|
|
|
631
650
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4290", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
632
651
|
] })
|
|
633
652
|
);
|
|
634
|
-
|
|
635
|
-
const
|
|
636
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
653
|
+
he.displayName = "IcoBwgRequestSvg";
|
|
654
|
+
const we = t.forwardRef(
|
|
655
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: he, ...o })
|
|
637
656
|
);
|
|
638
|
-
|
|
639
|
-
const
|
|
657
|
+
we.displayName = "IcoBwgRequest";
|
|
658
|
+
const ae = t.forwardRef(
|
|
640
659
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
641
660
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4345)", children: [
|
|
642
661
|
/* @__PURE__ */ e("path", { d: "M2.98 7.36011H12.06C13.88 7.36011 15.36 8.84011 15.36 10.6601C15.36 12.4801 13.88 13.9601 12.06 13.9601H9.17", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -646,12 +665,12 @@ const de = t.forwardRef(
|
|
|
646
665
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4345", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
647
666
|
] })
|
|
648
667
|
);
|
|
649
|
-
|
|
650
|
-
const
|
|
651
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
668
|
+
ae.displayName = "IcoBwgReturnSvg";
|
|
669
|
+
const pe = t.forwardRef(
|
|
670
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: ae, ...o })
|
|
652
671
|
);
|
|
653
|
-
|
|
654
|
-
const
|
|
672
|
+
pe.displayName = "IcoBwgReturn";
|
|
673
|
+
const ge = t.forwardRef(
|
|
655
674
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
656
675
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4352)", children: [
|
|
657
676
|
/* @__PURE__ */ e("path", { d: "M11.11 2.04004V5.29004H14.5L11.11 2.04004Z", fill: "currentColor" }),
|
|
@@ -662,34 +681,34 @@ const se = t.forwardRef(
|
|
|
662
681
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4352", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
663
682
|
] })
|
|
664
683
|
);
|
|
665
|
-
|
|
666
|
-
const
|
|
667
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
684
|
+
ge.displayName = "IcoBwgReviewSvg";
|
|
685
|
+
const ue = t.forwardRef(
|
|
686
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: ge, ...o })
|
|
668
687
|
);
|
|
669
|
-
|
|
670
|
-
const
|
|
688
|
+
ue.displayName = "IcoBwgReview";
|
|
689
|
+
const ke = t.forwardRef(
|
|
671
690
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
672
691
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1790_1556)", children: /* @__PURE__ */ e("path", { d: "M15 9H3M15 9L10.5 13.5M15 9L10.5 4.5", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
673
692
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1556", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
674
693
|
] })
|
|
675
694
|
);
|
|
676
|
-
|
|
677
|
-
const
|
|
678
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
695
|
+
ke.displayName = "IcoBwgRightSvg";
|
|
696
|
+
const me = t.forwardRef(
|
|
697
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: ke, ...o })
|
|
679
698
|
);
|
|
680
|
-
|
|
681
|
-
const
|
|
699
|
+
me.displayName = "IcoBwgRight";
|
|
700
|
+
const Ce = t.forwardRef(
|
|
682
701
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
683
702
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1725_2969)", children: /* @__PURE__ */ e("path", { d: "M3.3 11.3399C3.74 12.5799 4.56 13.6399 5.65 14.3599C6.74 15.0899 8.04 15.4399 9.34 15.3599C10.65 15.2799 11.89 14.7899 12.89 13.9399C13.89 13.0899 14.59 11.9499 14.88 10.6699C15.17 9.38988 15.04 8.05988 14.5 6.85988C13.96 5.65988 13.06 4.67988 11.91 4.03988C10.76 3.40988 9.44 3.15988 8.15 3.34988C5.96 3.65988 4.51 5.23988 2.95 6.64988M2.96 2.62988V6.64988H6.99", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
684
703
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1725_2969", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
685
704
|
] })
|
|
686
705
|
);
|
|
687
|
-
|
|
688
|
-
const
|
|
689
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
706
|
+
Ce.displayName = "IcoBwgRotateSvg";
|
|
707
|
+
const fe = t.forwardRef(
|
|
708
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Ce, ...o })
|
|
690
709
|
);
|
|
691
|
-
|
|
692
|
-
const
|
|
710
|
+
fe.displayName = "IcoBwgRotate";
|
|
711
|
+
const Be = t.forwardRef(
|
|
693
712
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
694
713
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1648)", children: [
|
|
695
714
|
/* @__PURE__ */ e("path", { d: "M8.99999 13.0499L2.35999 9.63989V15.3199H15.64", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -703,12 +722,12 @@ const ue = t.forwardRef(
|
|
|
703
722
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1648", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
704
723
|
] })
|
|
705
724
|
);
|
|
706
|
-
|
|
707
|
-
const
|
|
708
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
725
|
+
Be.displayName = "IcoBwgSalarySvg";
|
|
726
|
+
const ve = t.forwardRef(
|
|
727
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Be, ...o })
|
|
709
728
|
);
|
|
710
|
-
|
|
711
|
-
const
|
|
729
|
+
ve.displayName = "IcoBwgSalary";
|
|
730
|
+
const Ie = t.forwardRef(
|
|
712
731
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
713
732
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1791_3202)", children: [
|
|
714
733
|
/* @__PURE__ */ e("path", { d: "M11.54 2.20996V4.38996C11.54 4.68996 11.45 4.97996 11.29 5.22996L9.83997 7.39996", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -721,23 +740,23 @@ const me = t.forwardRef(
|
|
|
721
740
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1791_3202", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
722
741
|
] })
|
|
723
742
|
);
|
|
724
|
-
|
|
725
|
-
const
|
|
726
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
743
|
+
Ie.displayName = "IcoBwgSandClockSvg";
|
|
744
|
+
const Me = t.forwardRef(
|
|
745
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Ie, ...o })
|
|
727
746
|
);
|
|
728
|
-
|
|
729
|
-
const
|
|
747
|
+
Me.displayName = "IcoBwgSandClock";
|
|
748
|
+
const _e = t.forwardRef(
|
|
730
749
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
731
750
|
/* @__PURE__ */ e("path", { d: "M8.11491 13.2301C10.9398 13.2301 13.2298 10.94 13.2298 8.11507C13.2298 5.2901 10.9398 3 8.11491 3C5.29002 3 3 5.2901 3 8.11507C3 10.94 5.29002 13.2301 8.11491 13.2301Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10" }),
|
|
732
751
|
/* @__PURE__ */ e("path", { d: "M11.7164 11.7456L14.9648 15.0001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
733
752
|
] })
|
|
734
753
|
);
|
|
735
|
-
|
|
736
|
-
const
|
|
737
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
754
|
+
_e.displayName = "IcoBwgSearchSvg";
|
|
755
|
+
const ye = t.forwardRef(
|
|
756
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: _e, ...o })
|
|
738
757
|
);
|
|
739
|
-
|
|
740
|
-
const
|
|
758
|
+
ye.displayName = "IcoBwgSearch";
|
|
759
|
+
const Se = t.forwardRef(
|
|
741
760
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
742
761
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4208)", children: [
|
|
743
762
|
/* @__PURE__ */ e("path", { d: "M6.63 15.72H5.84C4.97 15.72 4.26 15.01 4.26 14.14V4.65003M13.74 4.65003V8.43003M2.68 4.65003H15.32M11.37 4.65003V3.86003C11.37 2.99003 10.66 2.28003 9.79 2.28003H8.21C7.34 2.28003 6.63 2.99003 6.63 3.86003V4.65003", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -746,23 +765,23 @@ const ve = t.forwardRef(
|
|
|
746
765
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4208", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
747
766
|
] })
|
|
748
767
|
);
|
|
749
|
-
|
|
750
|
-
const
|
|
751
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
768
|
+
Se.displayName = "IcoBwgSelectDeleteSvg";
|
|
769
|
+
const Re = t.forwardRef(
|
|
770
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Se, ...o })
|
|
752
771
|
);
|
|
753
|
-
|
|
754
|
-
const
|
|
772
|
+
Re.displayName = "IcoBwgSelectDelete";
|
|
773
|
+
const xe = t.forwardRef(
|
|
755
774
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
756
775
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4297)", children: /* @__PURE__ */ e("path", { d: "M15.38 2.62012L2.62 7.88012L7.87 10.1301M15.38 2.62012L10.13 15.3701L7.88 10.1201L15.38 2.62012Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
757
776
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4297", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
758
777
|
] })
|
|
759
778
|
);
|
|
760
|
-
|
|
761
|
-
const
|
|
762
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
779
|
+
xe.displayName = "IcoBwgSendSvg";
|
|
780
|
+
const He = t.forwardRef(
|
|
781
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: xe, ...o })
|
|
763
782
|
);
|
|
764
|
-
|
|
765
|
-
const
|
|
783
|
+
He.displayName = "IcoBwgSend";
|
|
784
|
+
const Ve = t.forwardRef(
|
|
766
785
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
767
786
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4259)", children: [
|
|
768
787
|
/* @__PURE__ */ e("path", { d: "M8.25 2.25H9.75C10.16 2.25 10.5 2.59 10.5 3V3.43C10.5 3.75 10.72 4.03 11.01 4.15C11.31 4.27 11.65 4.23 11.88 4L12.18 3.7C12.47 3.41 12.95 3.41 13.24 3.7L14.3 4.76C14.59 5.05 14.59 5.53 14.3 5.82L14 6.12C13.77 6.35 13.73 6.69 13.85 6.99C13.97 7.29 14.25 7.5 14.57 7.5H15C15.41 7.5 15.75 7.84 15.75 8.25V9.75C15.75 10.16 15.41 10.5 15 10.5H14.57C14.25 10.5 13.97 10.72 13.85 11.01C13.73 11.31 13.77 11.65 14 11.88L14.3 12.18C14.59 12.47 14.59 12.95 14.3 13.24L13.24 14.3C12.95 14.59 12.47 14.59 12.18 14.3L11.88 14C11.65 13.77 11.31 13.73 11.01 13.85C10.71 13.97 10.5 14.25 10.5 14.57V15C10.5 15.41 10.16 15.75 9.75 15.75H8.25C7.84 15.75 7.5 15.41 7.5 15V14.57C7.5 14.25 7.28 13.97 6.99 13.85C6.69 13.73 6.35 13.77 6.12 14L5.82 14.3C5.53 14.59 5.05 14.59 4.76 14.3L3.7 13.24C3.41 12.95 3.41 12.47 3.7 12.18L4 11.88C4.23 11.65 4.27 11.31 4.15 11.01C4.03 10.71 3.75 10.5 3.43 10.5H3C2.59 10.5 2.25 10.16 2.25 9.75V8.25C2.25 7.84 2.59 7.5 3 7.5H3.43C3.75 7.5 4.03 7.28 4.15 6.99C4.27 6.69 4.23 6.35 4 6.12L3.7 5.82C3.41 5.53 3.41 5.05 3.7 4.76L4.76 3.7C5.05 3.41 5.53 3.41 5.82 3.7L6.12 4C6.35 4.23 6.69 4.27 6.99 4.15C7.29 4.03 7.5 3.75 7.5 3.43V3C7.5 2.59 7.84 2.25 8.25 2.25Z", stroke: "currentColor", "stroke-width": "1.5" }),
|
|
@@ -771,12 +790,12 @@ const ye = t.forwardRef(
|
|
|
771
790
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4259", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
772
791
|
] })
|
|
773
792
|
);
|
|
774
|
-
|
|
775
|
-
const
|
|
776
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
793
|
+
Ve.displayName = "IcoBwgSettingSvg";
|
|
794
|
+
const Le = t.forwardRef(
|
|
795
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Ve, ...o })
|
|
777
796
|
);
|
|
778
|
-
|
|
779
|
-
const
|
|
797
|
+
Le.displayName = "IcoBwgSetting";
|
|
798
|
+
const je = t.forwardRef(
|
|
780
799
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
781
800
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1606)", children: [
|
|
782
801
|
/* @__PURE__ */ e("path", { d: "M14.99 5.51001H3.01001C2.44668 5.51001 1.99001 5.96668 1.99001 6.53001V13.91C1.99001 14.4733 2.44668 14.93 3.01001 14.93H14.99C15.5533 14.93 16.01 14.4733 16.01 13.91V6.53001C16.01 5.96668 15.5533 5.51001 14.99 5.51001Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -787,12 +806,12 @@ const Se = t.forwardRef(
|
|
|
787
806
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1606", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
788
807
|
] })
|
|
789
808
|
);
|
|
790
|
-
|
|
791
|
-
const
|
|
792
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
809
|
+
je.displayName = "IcoBwgSuitcaseSvg";
|
|
810
|
+
const Ne = t.forwardRef(
|
|
811
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: je, ...o })
|
|
793
812
|
);
|
|
794
|
-
|
|
795
|
-
const
|
|
813
|
+
Ne.displayName = "IcoBwgSuitcase";
|
|
814
|
+
const Pe = t.forwardRef(
|
|
796
815
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
797
816
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1641)", children: [
|
|
798
817
|
/* @__PURE__ */ e("path", { d: "M6.18 6.48009H3.03V3.34009", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -803,12 +822,12 @@ const xe = t.forwardRef(
|
|
|
803
822
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1641", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
804
823
|
] })
|
|
805
824
|
);
|
|
806
|
-
|
|
807
|
-
const
|
|
808
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
825
|
+
Pe.displayName = "IcoBwgTimeLeftSvg";
|
|
826
|
+
const Ze = t.forwardRef(
|
|
827
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Pe, ...o })
|
|
809
828
|
);
|
|
810
|
-
|
|
811
|
-
const
|
|
829
|
+
Ze.displayName = "IcoBwgTimeLeft";
|
|
830
|
+
const De = t.forwardRef(
|
|
812
831
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
813
832
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1660)", children: [
|
|
814
833
|
/* @__PURE__ */ e("path", { d: "M9.00001 8.97982C9.73455 8.97982 10.33 8.38436 10.33 7.64982C10.33 6.91529 9.73455 6.31982 9.00001 6.31982C8.26547 6.31982 7.67001 6.91529 7.67001 7.64982C7.67001 8.38436 8.26547 8.97982 9.00001 8.97982Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
@@ -821,23 +840,23 @@ const Le = t.forwardRef(
|
|
|
821
840
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1660", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
822
841
|
] })
|
|
823
842
|
);
|
|
824
|
-
|
|
825
|
-
const
|
|
826
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
843
|
+
De.displayName = "IcoBwgTransferUserSvg";
|
|
844
|
+
const be = t.forwardRef(
|
|
845
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: De, ...o })
|
|
827
846
|
);
|
|
828
|
-
|
|
829
|
-
const
|
|
847
|
+
be.displayName = "IcoBwgTransferUser";
|
|
848
|
+
const Ae = t.forwardRef(
|
|
830
849
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
831
850
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4373)", children: /* @__PURE__ */ e("path", { d: "M9 3V15M9 3L13.5 7.5M9 3L4.5 7.5", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
832
851
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4373", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
833
852
|
] })
|
|
834
853
|
);
|
|
835
|
-
|
|
836
|
-
const
|
|
837
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
854
|
+
Ae.displayName = "IcoBwgUpSvg";
|
|
855
|
+
const Ue = t.forwardRef(
|
|
856
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Ae, ...o })
|
|
838
857
|
);
|
|
839
|
-
|
|
840
|
-
const
|
|
858
|
+
Ue.displayName = "IcoBwgUp";
|
|
859
|
+
const Te = t.forwardRef(
|
|
841
860
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
842
861
|
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4242)", children: [
|
|
843
862
|
/* @__PURE__ */ e("path", { d: "M11.11 2.04004V5.29004H14.5L11.11 2.04004Z", fill: "currentColor" }),
|
|
@@ -848,89 +867,89 @@ const Ze = t.forwardRef(
|
|
|
848
867
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4242", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
849
868
|
] })
|
|
850
869
|
);
|
|
851
|
-
|
|
852
|
-
const
|
|
853
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
870
|
+
Te.displayName = "IcoBwgUploadDocSvg";
|
|
871
|
+
const Ee = t.forwardRef(
|
|
872
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Te, ...o })
|
|
854
873
|
);
|
|
855
|
-
|
|
856
|
-
const
|
|
874
|
+
Ee.displayName = "IcoBwgUploadDoc";
|
|
875
|
+
const Fe = t.forwardRef(
|
|
857
876
|
(o, r) => /* @__PURE__ */ n("svg", { ref: r, ...o, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
858
877
|
/* @__PURE__ */ e("g", { "clip-path": "url(#clip0_1704_4238)", children: /* @__PURE__ */ e("path", { d: "M15 9.75V13.5C15 14.33 14.33 15 13.5 15H4.5C3.67 15 3 14.33 3 13.5V9.75M12 6L9 3M9 3L6 6M9 3V12", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }) }),
|
|
859
878
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4238", children: /* @__PURE__ */ e("rect", { width: "18", height: "18", fill: "white" }) }) })
|
|
860
879
|
] })
|
|
861
880
|
);
|
|
862
|
-
|
|
863
|
-
const
|
|
864
|
-
(o, r) => /* @__PURE__ */ e(i, { ref: r, component:
|
|
865
|
-
);
|
|
866
|
-
|
|
867
|
-
const
|
|
868
|
-
{ name: "IcoBwgAddFolder", Component:
|
|
869
|
-
{ name: "IcoBwgAddUser", Component:
|
|
870
|
-
{ name: "IcoBwgAdd", Component:
|
|
871
|
-
{ name: "IcoBwgAlert", Component:
|
|
872
|
-
{ name: "IcoBwgApply", Component:
|
|
873
|
-
{ name: "IcoBwgApproval", Component:
|
|
874
|
-
{ name: "IcoBwgBook", Component:
|
|
875
|
-
{ name: "IcoBwgBooking", Component:
|
|
876
|
-
{ name: "IcoBwgBuilding", Component:
|
|
877
|
-
{ name: "IcoBwgCalculate", Component:
|
|
878
|
-
{ name: "IcoBwgCancle", Component:
|
|
879
|
-
{ name: "IcoBwgCart", Component:
|
|
880
|
-
{ name: "IcoBwgCheck", Component:
|
|
881
|
-
{ name: "IcoBwgChecklist", Component:
|
|
882
|
-
{ name: "IcoBwgCopy", Component:
|
|
883
|
-
{ name: "IcoBwgDatabase", Component:
|
|
884
|
-
{ name: "IcoBwgDelete", Component:
|
|
885
|
-
{ name: "IcoBwgDocument", Component:
|
|
886
|
-
{ name: "IcoBwgDown", Component:
|
|
887
|
-
{ name: "IcoBwgDownload", Component:
|
|
888
|
-
{ name: "IcoBwgEdit", Component:
|
|
889
|
-
{ name: "IcoBwgEdu", Component:
|
|
890
|
-
{ name: "IcoBwgEye", Component:
|
|
891
|
-
{ name: "IcoBwgFolder", Component:
|
|
892
|
-
{ name: "IcoBwgHistory", Component:
|
|
893
|
-
{ name: "IcoBwgInfo", Component:
|
|
894
|
-
{ name: "IcoBwgLeft", Component:
|
|
895
|
-
{ name: "IcoBwgLockOn", Component:
|
|
896
|
-
{ name: "IcoBwgLogin", Component:
|
|
897
|
-
{ name: "IcoBwgMail", Component:
|
|
898
|
-
{ name: "IcoBwgMapping", Component:
|
|
899
|
-
{ name: "IcoBwgMessage", Component:
|
|
900
|
-
{ name: "IcoBwgMoney", Component:
|
|
901
|
-
{ name: "IcoBwgPinpaper", Component:
|
|
902
|
-
{ name: "IcoBwgPlay", Component:
|
|
903
|
-
{ name: "IcoBwgPopup", Component:
|
|
904
|
-
{ name: "IcoBwgPrint", Component:
|
|
905
|
-
{ name: "IcoBwgProgress", Component:
|
|
906
|
-
{ name: "IcoBwgReceipt", Component:
|
|
907
|
-
{ name: "IcoBwgRedraft", Component:
|
|
908
|
-
{ name: "IcoBwgRefresh", Component:
|
|
909
|
-
{ name: "IcoBwgRemoveUser", Component:
|
|
910
|
-
{ name: "IcoBwgRemove", Component:
|
|
911
|
-
{ name: "IcoBwgRequest", Component:
|
|
912
|
-
{ name: "IcoBwgReturn", Component:
|
|
913
|
-
{ name: "IcoBwgReview", Component:
|
|
914
|
-
{ name: "IcoBwgRight", Component:
|
|
915
|
-
{ name: "IcoBwgRotate", Component:
|
|
916
|
-
{ name: "IcoBwgSalary", Component:
|
|
917
|
-
{ name: "IcoBwgSandClock", Component:
|
|
918
|
-
{ name: "IcoBwgSearch", Component:
|
|
919
|
-
{ name: "IcoBwgSelectDelete", Component:
|
|
920
|
-
{ name: "IcoBwgSend", Component:
|
|
921
|
-
{ name: "IcoBwgSetting", Component:
|
|
922
|
-
{ name: "IcoBwgSuitcase", Component:
|
|
923
|
-
{ name: "IcoBwgTimeLeft", Component:
|
|
924
|
-
{ name: "IcoBwgTransferUser", Component:
|
|
925
|
-
{ name: "IcoBwgUp", Component:
|
|
926
|
-
{ name: "IcoBwgUploadDoc", Component:
|
|
927
|
-
{ name: "IcoBwgUpload", Component:
|
|
881
|
+
Fe.displayName = "IcoBwgUploadSvg";
|
|
882
|
+
const $e = t.forwardRef(
|
|
883
|
+
(o, r) => /* @__PURE__ */ e(i, { ref: r, component: Fe, ...o })
|
|
884
|
+
);
|
|
885
|
+
$e.displayName = "IcoBwgUpload";
|
|
886
|
+
const oo = [
|
|
887
|
+
{ name: "IcoBwgAddFolder", Component: N },
|
|
888
|
+
{ name: "IcoBwgAddUser", Component: Z },
|
|
889
|
+
{ name: "IcoBwgAdd", Component: b },
|
|
890
|
+
{ name: "IcoBwgAlert", Component: U },
|
|
891
|
+
{ name: "IcoBwgApply", Component: E },
|
|
892
|
+
{ name: "IcoBwgApproval", Component: $ },
|
|
893
|
+
{ name: "IcoBwgBook", Component: q },
|
|
894
|
+
{ name: "IcoBwgBooking", Component: Y },
|
|
895
|
+
{ name: "IcoBwgBuilding", Component: K },
|
|
896
|
+
{ name: "IcoBwgCalculate", Component: J },
|
|
897
|
+
{ name: "IcoBwgCancle", Component: X },
|
|
898
|
+
{ name: "IcoBwgCart", Component: o1 },
|
|
899
|
+
{ name: "IcoBwgCheck", Component: t1 },
|
|
900
|
+
{ name: "IcoBwgChecklist", Component: i1 },
|
|
901
|
+
{ name: "IcoBwgCopy", Component: c1 },
|
|
902
|
+
{ name: "IcoBwgDatabase", Component: s1 },
|
|
903
|
+
{ name: "IcoBwgDelete", Component: w1 },
|
|
904
|
+
{ name: "IcoBwgDocument", Component: p1 },
|
|
905
|
+
{ name: "IcoBwgDown", Component: u1 },
|
|
906
|
+
{ name: "IcoBwgDownload", Component: m1 },
|
|
907
|
+
{ name: "IcoBwgEdit", Component: f1 },
|
|
908
|
+
{ name: "IcoBwgEdu", Component: v1 },
|
|
909
|
+
{ name: "IcoBwgEye", Component: M1 },
|
|
910
|
+
{ name: "IcoBwgFolder", Component: y1 },
|
|
911
|
+
{ name: "IcoBwgHistory", Component: R1 },
|
|
912
|
+
{ name: "IcoBwgInfo", Component: H1 },
|
|
913
|
+
{ name: "IcoBwgLeft", Component: L1 },
|
|
914
|
+
{ name: "IcoBwgLockOn", Component: N1 },
|
|
915
|
+
{ name: "IcoBwgLogin", Component: Z1 },
|
|
916
|
+
{ name: "IcoBwgMail", Component: b1 },
|
|
917
|
+
{ name: "IcoBwgMapping", Component: U1 },
|
|
918
|
+
{ name: "IcoBwgMessage", Component: E1 },
|
|
919
|
+
{ name: "IcoBwgMoney", Component: $1 },
|
|
920
|
+
{ name: "IcoBwgPinpaper", Component: q1 },
|
|
921
|
+
{ name: "IcoBwgPlay", Component: Y1 },
|
|
922
|
+
{ name: "IcoBwgPopup", Component: K1 },
|
|
923
|
+
{ name: "IcoBwgPrint", Component: J1 },
|
|
924
|
+
{ name: "IcoBwgProgress", Component: X1 },
|
|
925
|
+
{ name: "IcoBwgReceipt", Component: oe },
|
|
926
|
+
{ name: "IcoBwgRedraft", Component: te },
|
|
927
|
+
{ name: "IcoBwgRefresh", Component: ie },
|
|
928
|
+
{ name: "IcoBwgRemoveUser", Component: ce },
|
|
929
|
+
{ name: "IcoBwgRemove", Component: se },
|
|
930
|
+
{ name: "IcoBwgRequest", Component: we },
|
|
931
|
+
{ name: "IcoBwgReturn", Component: pe },
|
|
932
|
+
{ name: "IcoBwgReview", Component: ue },
|
|
933
|
+
{ name: "IcoBwgRight", Component: me },
|
|
934
|
+
{ name: "IcoBwgRotate", Component: fe },
|
|
935
|
+
{ name: "IcoBwgSalary", Component: ve },
|
|
936
|
+
{ name: "IcoBwgSandClock", Component: Me },
|
|
937
|
+
{ name: "IcoBwgSearch", Component: ye },
|
|
938
|
+
{ name: "IcoBwgSelectDelete", Component: Re },
|
|
939
|
+
{ name: "IcoBwgSend", Component: He },
|
|
940
|
+
{ name: "IcoBwgSetting", Component: Le },
|
|
941
|
+
{ name: "IcoBwgSuitcase", Component: Ne },
|
|
942
|
+
{ name: "IcoBwgTimeLeft", Component: Ze },
|
|
943
|
+
{ name: "IcoBwgTransferUser", Component: be },
|
|
944
|
+
{ name: "IcoBwgUp", Component: Ue },
|
|
945
|
+
{ name: "IcoBwgUploadDoc", Component: Ee },
|
|
946
|
+
{ name: "IcoBwgUpload", Component: $e }
|
|
928
947
|
];
|
|
929
|
-
function
|
|
948
|
+
function L(o) {
|
|
930
949
|
if (o !== void 0)
|
|
931
950
|
return typeof o == "number" ? `${o}px` : o;
|
|
932
951
|
}
|
|
933
|
-
async function
|
|
952
|
+
async function ro(o) {
|
|
934
953
|
if (navigator?.clipboard?.writeText)
|
|
935
954
|
try {
|
|
936
955
|
return await navigator.clipboard.writeText(o), !0;
|
|
@@ -940,62 +959,65 @@ async function Ge(o) {
|
|
|
940
959
|
try {
|
|
941
960
|
const r = document.createElement("textarea");
|
|
942
961
|
r.value = o, r.style.position = "fixed", r.style.opacity = "0", document.body.appendChild(r), r.focus(), r.select();
|
|
943
|
-
const
|
|
944
|
-
return document.body.removeChild(r),
|
|
962
|
+
const p = document.execCommand("copy");
|
|
963
|
+
return document.body.removeChild(r), p;
|
|
945
964
|
} catch {
|
|
946
965
|
return !1;
|
|
947
966
|
}
|
|
948
967
|
}
|
|
949
|
-
function
|
|
968
|
+
function io({
|
|
950
969
|
size: o = 20,
|
|
951
970
|
color: r,
|
|
952
|
-
columns:
|
|
953
|
-
gap:
|
|
954
|
-
padding:
|
|
955
|
-
backgroundColor:
|
|
956
|
-
showName:
|
|
957
|
-
filter:
|
|
958
|
-
items:
|
|
959
|
-
iconProps:
|
|
960
|
-
onCopy:
|
|
961
|
-
|
|
971
|
+
columns: p = 6,
|
|
972
|
+
gap: v = 12,
|
|
973
|
+
padding: I = 16,
|
|
974
|
+
backgroundColor: u = "#fff",
|
|
975
|
+
showName: M = !0,
|
|
976
|
+
filter: k,
|
|
977
|
+
items: m,
|
|
978
|
+
iconProps: _,
|
|
979
|
+
onCopy: s,
|
|
980
|
+
downloadUrl: d,
|
|
981
|
+
downloadLabel: C = "PDF 다운로드",
|
|
982
|
+
showDownload: y = !0,
|
|
983
|
+
style: S
|
|
962
984
|
}) {
|
|
963
|
-
const
|
|
964
|
-
backgroundColor:
|
|
965
|
-
padding:
|
|
966
|
-
...
|
|
967
|
-
},
|
|
985
|
+
const f = m ?? oo, [c, h] = t.useState(null), w = k?.trim().toLowerCase(), B = w ? f.filter((l) => l.name.toLowerCase().includes(w)) : f, ze = {
|
|
986
|
+
backgroundColor: u,
|
|
987
|
+
padding: L(I) ?? "16px",
|
|
988
|
+
...S
|
|
989
|
+
}, qe = {
|
|
968
990
|
display: "grid",
|
|
969
|
-
gridTemplateColumns: `repeat(${
|
|
970
|
-
gap:
|
|
971
|
-
},
|
|
991
|
+
gridTemplateColumns: `repeat(${p}, minmax(0, 1fr))`,
|
|
992
|
+
gap: L(v)
|
|
993
|
+
}, x = "#eee", Oe = {
|
|
972
994
|
display: "flex",
|
|
973
995
|
flexDirection: "column",
|
|
974
996
|
alignItems: "center",
|
|
975
997
|
justifyContent: "center",
|
|
976
998
|
gap: "6px",
|
|
977
999
|
padding: "8px",
|
|
978
|
-
border: `1px solid ${
|
|
1000
|
+
border: `1px solid ${x}`,
|
|
979
1001
|
borderRadius: "6px",
|
|
980
1002
|
cursor: "pointer",
|
|
981
1003
|
transition: "border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease"
|
|
982
|
-
},
|
|
1004
|
+
}, Ye = {
|
|
983
1005
|
fontSize: "12px",
|
|
984
1006
|
color: "#666",
|
|
985
1007
|
textAlign: "center",
|
|
986
1008
|
wordBreak: "break-all"
|
|
987
|
-
},
|
|
1009
|
+
}, Ge = {
|
|
988
1010
|
border: "1px solid #e5e7eb",
|
|
989
1011
|
borderRadius: "10px",
|
|
990
1012
|
backgroundColor: "#f8fafc",
|
|
991
1013
|
padding: "12px 14px",
|
|
992
1014
|
marginBottom: "16px",
|
|
993
1015
|
color: "#0f172a"
|
|
994
|
-
},
|
|
1016
|
+
}, Ke = {
|
|
995
1017
|
fontSize: "13px",
|
|
996
1018
|
fontWeight: 600,
|
|
997
1019
|
marginBottom: "8px"
|
|
998
|
-
},
|
|
1020
|
+
}, R = {
|
|
999
1021
|
fontFamily: 'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
|
|
1000
1022
|
fontSize: "12px",
|
|
1001
1023
|
backgroundColor: "#fff",
|
|
@@ -1004,51 +1026,67 @@ function We({
|
|
|
1004
1026
|
padding: "8px 10px",
|
|
1005
1027
|
whiteSpace: "pre-wrap",
|
|
1006
1028
|
margin: 0
|
|
1007
|
-
},
|
|
1008
|
-
|
|
1009
|
-
|
|
1029
|
+
}, We = {
|
|
1030
|
+
display: "inline-flex",
|
|
1031
|
+
alignItems: "center",
|
|
1032
|
+
gap: "6px",
|
|
1033
|
+
marginTop: "10px",
|
|
1034
|
+
fontSize: "12px",
|
|
1035
|
+
color: "#2563eb",
|
|
1036
|
+
textDecoration: "none"
|
|
1037
|
+
}, H = t.useMemo(() => {
|
|
1038
|
+
if (d !== void 0) return d;
|
|
1039
|
+
try {
|
|
1040
|
+
return new URL("./docs/icons-guide.pdf", import.meta.url).toString();
|
|
1041
|
+
} catch {
|
|
1042
|
+
return;
|
|
1043
|
+
}
|
|
1044
|
+
}, [d]), V = async (l) => {
|
|
1045
|
+
const a = `<${l.name}/>`, g = await ro(a);
|
|
1046
|
+
s?.(a, l, g);
|
|
1010
1047
|
};
|
|
1011
|
-
return /* @__PURE__ */ n("div", { style: { ...
|
|
1012
|
-
/* @__PURE__ */ n("div", { style:
|
|
1013
|
-
/* @__PURE__ */ e("div", { style:
|
|
1048
|
+
return /* @__PURE__ */ n("div", { style: { ...ze, height: "100%" }, children: [
|
|
1049
|
+
/* @__PURE__ */ n("div", { style: Ge, children: [
|
|
1050
|
+
/* @__PURE__ */ e("div", { style: Ke, children: "사용 안내" }),
|
|
1014
1051
|
/* @__PURE__ */ e("div", { style: { marginBottom: "10px", fontSize: "12px", color: "#475569" }, children: "import 문구" }),
|
|
1015
|
-
/* @__PURE__ */ e("pre", { style:
|
|
1052
|
+
/* @__PURE__ */ e("pre", { style: R, children: 'import { IcoBwgAdd } from "@bwg-ui/icons";' }),
|
|
1016
1053
|
/* @__PURE__ */ e("div", { style: { marginTop: "12px", marginBottom: "8px", fontSize: "12px", color: "#475569" }, children: "일반 사용 예시" }),
|
|
1017
|
-
/* @__PURE__ */ e("pre", { style:
|
|
1054
|
+
/* @__PURE__ */ e("pre", { style: R, children: '<IcoBwgAdd size={20} color="#222" />' }),
|
|
1018
1055
|
/* @__PURE__ */ e("div", { style: { marginTop: "12px", marginBottom: "8px", fontSize: "12px", color: "#475569" }, children: "Ant Design 사용 예시" }),
|
|
1019
|
-
/* @__PURE__ */ e("pre", { style:
|
|
1056
|
+
/* @__PURE__ */ e("pre", { style: R, children: `import { Button } from "antd";
|
|
1020
1057
|
|
|
1021
|
-
<Button icon={<IcoBwgAdd />} />` })
|
|
1058
|
+
<Button icon={<IcoBwgAdd />} />` }),
|
|
1059
|
+
y && H ? /* @__PURE__ */ e("a", { href: H, style: We, download: !0, children: C }) : null
|
|
1022
1060
|
] }),
|
|
1023
1061
|
/* @__PURE__ */ e(
|
|
1024
1062
|
"div",
|
|
1025
1063
|
{
|
|
1026
1064
|
style: {
|
|
1027
|
-
...
|
|
1065
|
+
...qe,
|
|
1028
1066
|
height: "calc(100% - 300px)",
|
|
1029
1067
|
overflow: "hidden",
|
|
1030
1068
|
overflowY: "auto"
|
|
1031
1069
|
},
|
|
1032
|
-
children:
|
|
1070
|
+
children: B.map(({ name: l, Component: a }) => /* @__PURE__ */ n(
|
|
1033
1071
|
"div",
|
|
1034
1072
|
{
|
|
1035
1073
|
role: "button",
|
|
1036
1074
|
tabIndex: 0,
|
|
1037
1075
|
style: {
|
|
1038
|
-
...
|
|
1039
|
-
borderColor:
|
|
1040
|
-
boxShadow:
|
|
1041
|
-
transform:
|
|
1076
|
+
...Oe,
|
|
1077
|
+
borderColor: c === l ? "#c7d2fe" : x,
|
|
1078
|
+
boxShadow: c === l ? "0 6px 14px rgba(15, 23, 42, 0.08)" : "none",
|
|
1079
|
+
transform: c === l ? "translateY(-1px)" : "none"
|
|
1042
1080
|
},
|
|
1043
|
-
onMouseEnter: () =>
|
|
1044
|
-
onMouseLeave: () =>
|
|
1045
|
-
onClick: () =>
|
|
1046
|
-
onKeyDown: (
|
|
1047
|
-
(
|
|
1081
|
+
onMouseEnter: () => h(l),
|
|
1082
|
+
onMouseLeave: () => h(null),
|
|
1083
|
+
onClick: () => V({ name: l, Component: a }),
|
|
1084
|
+
onKeyDown: (g) => {
|
|
1085
|
+
(g.key === "Enter" || g.key === " ") && (g.preventDefault(), V({ name: l, Component: a }));
|
|
1048
1086
|
},
|
|
1049
1087
|
children: [
|
|
1050
|
-
/* @__PURE__ */ e(
|
|
1051
|
-
|
|
1088
|
+
/* @__PURE__ */ e(a, { size: o, color: r, ..._ }),
|
|
1089
|
+
M ? /* @__PURE__ */ e("div", { style: Ye, children: l }) : null
|
|
1052
1090
|
]
|
|
1053
1091
|
},
|
|
1054
1092
|
l
|
|
@@ -1059,67 +1097,67 @@ function We({
|
|
|
1059
1097
|
}
|
|
1060
1098
|
export {
|
|
1061
1099
|
i as BwgIcon,
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1100
|
+
b as IcoBwgAdd,
|
|
1101
|
+
N as IcoBwgAddFolder,
|
|
1102
|
+
Z as IcoBwgAddUser,
|
|
1103
|
+
U as IcoBwgAlert,
|
|
1104
|
+
E as IcoBwgApply,
|
|
1105
|
+
$ as IcoBwgApproval,
|
|
1106
|
+
q as IcoBwgBook,
|
|
1107
|
+
Y as IcoBwgBooking,
|
|
1108
|
+
K as IcoBwgBuilding,
|
|
1109
|
+
J as IcoBwgCalculate,
|
|
1110
|
+
X as IcoBwgCancle,
|
|
1111
|
+
o1 as IcoBwgCart,
|
|
1112
|
+
t1 as IcoBwgCheck,
|
|
1113
|
+
i1 as IcoBwgChecklist,
|
|
1114
|
+
c1 as IcoBwgCopy,
|
|
1115
|
+
s1 as IcoBwgDatabase,
|
|
1116
|
+
w1 as IcoBwgDelete,
|
|
1117
|
+
p1 as IcoBwgDocument,
|
|
1118
|
+
u1 as IcoBwgDown,
|
|
1119
|
+
m1 as IcoBwgDownload,
|
|
1120
|
+
f1 as IcoBwgEdit,
|
|
1121
|
+
v1 as IcoBwgEdu,
|
|
1122
|
+
M1 as IcoBwgEye,
|
|
1123
|
+
y1 as IcoBwgFolder,
|
|
1124
|
+
R1 as IcoBwgHistory,
|
|
1125
|
+
H1 as IcoBwgInfo,
|
|
1126
|
+
L1 as IcoBwgLeft,
|
|
1127
|
+
N1 as IcoBwgLockOn,
|
|
1128
|
+
Z1 as IcoBwgLogin,
|
|
1129
|
+
b1 as IcoBwgMail,
|
|
1130
|
+
U1 as IcoBwgMapping,
|
|
1131
|
+
E1 as IcoBwgMessage,
|
|
1132
|
+
$1 as IcoBwgMoney,
|
|
1133
|
+
q1 as IcoBwgPinpaper,
|
|
1134
|
+
Y1 as IcoBwgPlay,
|
|
1135
|
+
K1 as IcoBwgPopup,
|
|
1136
|
+
J1 as IcoBwgPrint,
|
|
1137
|
+
X1 as IcoBwgProgress,
|
|
1138
|
+
oe as IcoBwgReceipt,
|
|
1139
|
+
te as IcoBwgRedraft,
|
|
1140
|
+
ie as IcoBwgRefresh,
|
|
1141
|
+
se as IcoBwgRemove,
|
|
1142
|
+
ce as IcoBwgRemoveUser,
|
|
1143
|
+
we as IcoBwgRequest,
|
|
1144
|
+
pe as IcoBwgReturn,
|
|
1145
|
+
ue as IcoBwgReview,
|
|
1146
|
+
me as IcoBwgRight,
|
|
1147
|
+
fe as IcoBwgRotate,
|
|
1148
|
+
ve as IcoBwgSalary,
|
|
1149
|
+
Me as IcoBwgSandClock,
|
|
1150
|
+
ye as IcoBwgSearch,
|
|
1151
|
+
Re as IcoBwgSelectDelete,
|
|
1152
|
+
He as IcoBwgSend,
|
|
1153
|
+
Le as IcoBwgSetting,
|
|
1154
|
+
Ne as IcoBwgSuitcase,
|
|
1155
|
+
Ze as IcoBwgTimeLeft,
|
|
1156
|
+
be as IcoBwgTransferUser,
|
|
1157
|
+
Ue as IcoBwgUp,
|
|
1158
|
+
$e as IcoBwgUpload,
|
|
1159
|
+
Ee as IcoBwgUploadDoc,
|
|
1160
|
+
io as IconPreview,
|
|
1161
|
+
oo as iconsMap
|
|
1124
1162
|
};
|
|
1125
1163
|
//# sourceMappingURL=index.js.map
|