@bwg-ui/icons 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +706 -966
- package/dist/index.js.map +1 -1
- package/package.json +5 -2
package/dist/index.js
CHANGED
|
@@ -1,298 +1,38 @@
|
|
|
1
|
+
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
1
2
|
import * as t from "react";
|
|
2
|
-
|
|
3
|
-
var M = { exports: {} }, k = {};
|
|
4
|
-
var O;
|
|
5
|
-
function de() {
|
|
6
|
-
if (O) return k;
|
|
7
|
-
O = 1;
|
|
8
|
-
var r = /* @__PURE__ */ Symbol.for("react.transitional.element"), o = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
9
|
-
function w(p, a, h) {
|
|
10
|
-
var u = null;
|
|
11
|
-
if (h !== void 0 && (u = "" + h), a.key !== void 0 && (u = "" + a.key), "key" in a) {
|
|
12
|
-
h = {};
|
|
13
|
-
for (var g in a)
|
|
14
|
-
g !== "key" && (h[g] = a[g]);
|
|
15
|
-
} else h = a;
|
|
16
|
-
return a = h.ref, {
|
|
17
|
-
$$typeof: r,
|
|
18
|
-
type: p,
|
|
19
|
-
key: u,
|
|
20
|
-
ref: a !== void 0 ? a : null,
|
|
21
|
-
props: h
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
return k.Fragment = o, k.jsx = w, k.jsxs = w, k;
|
|
25
|
-
}
|
|
26
|
-
var f = {};
|
|
27
|
-
var D;
|
|
28
|
-
function ae() {
|
|
29
|
-
return D || (D = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
30
|
-
function r(n) {
|
|
31
|
-
if (n == null) return null;
|
|
32
|
-
if (typeof n == "function")
|
|
33
|
-
return n.$$typeof === se ? null : n.displayName || n.name || null;
|
|
34
|
-
if (typeof n == "string") return n;
|
|
35
|
-
switch (n) {
|
|
36
|
-
case R:
|
|
37
|
-
return "Fragment";
|
|
38
|
-
case X1:
|
|
39
|
-
return "Profiler";
|
|
40
|
-
case G1:
|
|
41
|
-
return "StrictMode";
|
|
42
|
-
case re:
|
|
43
|
-
return "Suspense";
|
|
44
|
-
case oe:
|
|
45
|
-
return "SuspenseList";
|
|
46
|
-
case ne:
|
|
47
|
-
return "Activity";
|
|
48
|
-
}
|
|
49
|
-
if (typeof n == "object")
|
|
50
|
-
switch (typeof n.tag == "number" && console.error(
|
|
51
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
52
|
-
), n.$$typeof) {
|
|
53
|
-
case z1:
|
|
54
|
-
return "Portal";
|
|
55
|
-
case K1:
|
|
56
|
-
return n.displayName || "Context";
|
|
57
|
-
case Q1:
|
|
58
|
-
return (n._context.displayName || "Context") + ".Consumer";
|
|
59
|
-
case ee:
|
|
60
|
-
var i = n.render;
|
|
61
|
-
return n = n.displayName, n || (n = i.displayName || i.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
|
|
62
|
-
case te:
|
|
63
|
-
return i = n.displayName || null, i !== null ? i : r(n.type) || "Memo";
|
|
64
|
-
case S:
|
|
65
|
-
i = n._payload, n = n._init;
|
|
66
|
-
try {
|
|
67
|
-
return r(n(i));
|
|
68
|
-
} catch {
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
return null;
|
|
72
|
-
}
|
|
73
|
-
function o(n) {
|
|
74
|
-
return "" + n;
|
|
75
|
-
}
|
|
76
|
-
function w(n) {
|
|
77
|
-
try {
|
|
78
|
-
o(n);
|
|
79
|
-
var i = !1;
|
|
80
|
-
} catch {
|
|
81
|
-
i = !0;
|
|
82
|
-
}
|
|
83
|
-
if (i) {
|
|
84
|
-
i = console;
|
|
85
|
-
var l = i.error, c = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
|
|
86
|
-
return l.call(
|
|
87
|
-
i,
|
|
88
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
89
|
-
c
|
|
90
|
-
), o(n);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
function p(n) {
|
|
94
|
-
if (n === R) return "<>";
|
|
95
|
-
if (typeof n == "object" && n !== null && n.$$typeof === S)
|
|
96
|
-
return "<...>";
|
|
97
|
-
try {
|
|
98
|
-
var i = r(n);
|
|
99
|
-
return i ? "<" + i + ">" : "<...>";
|
|
100
|
-
} catch {
|
|
101
|
-
return "<...>";
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
function a() {
|
|
105
|
-
var n = y.A;
|
|
106
|
-
return n === null ? null : n.getOwner();
|
|
107
|
-
}
|
|
108
|
-
function h() {
|
|
109
|
-
return Error("react-stack-top-frame");
|
|
110
|
-
}
|
|
111
|
-
function u(n) {
|
|
112
|
-
if (P.call(n, "key")) {
|
|
113
|
-
var i = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
114
|
-
if (i && i.isReactWarning) return !1;
|
|
115
|
-
}
|
|
116
|
-
return n.key !== void 0;
|
|
117
|
-
}
|
|
118
|
-
function g(n, i) {
|
|
119
|
-
function l() {
|
|
120
|
-
E || (E = !0, console.error(
|
|
121
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
122
|
-
i
|
|
123
|
-
));
|
|
124
|
-
}
|
|
125
|
-
l.isReactWarning = !0, Object.defineProperty(n, "key", {
|
|
126
|
-
get: l,
|
|
127
|
-
configurable: !0
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
function C() {
|
|
131
|
-
var n = r(this.type);
|
|
132
|
-
return b[n] || (b[n] = !0, console.error(
|
|
133
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
134
|
-
)), n = this.props.ref, n !== void 0 ? n : null;
|
|
135
|
-
}
|
|
136
|
-
function I(n, i, l, c, _, V) {
|
|
137
|
-
var d = l.ref;
|
|
138
|
-
return n = {
|
|
139
|
-
$$typeof: N,
|
|
140
|
-
type: n,
|
|
141
|
-
key: i,
|
|
142
|
-
props: l,
|
|
143
|
-
_owner: c
|
|
144
|
-
}, (d !== void 0 ? d : null) !== null ? Object.defineProperty(n, "ref", {
|
|
145
|
-
enumerable: !1,
|
|
146
|
-
get: C
|
|
147
|
-
}) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
|
|
148
|
-
configurable: !1,
|
|
149
|
-
enumerable: !1,
|
|
150
|
-
writable: !0,
|
|
151
|
-
value: 0
|
|
152
|
-
}), Object.defineProperty(n, "_debugInfo", {
|
|
153
|
-
configurable: !1,
|
|
154
|
-
enumerable: !1,
|
|
155
|
-
writable: !0,
|
|
156
|
-
value: null
|
|
157
|
-
}), Object.defineProperty(n, "_debugStack", {
|
|
158
|
-
configurable: !1,
|
|
159
|
-
enumerable: !1,
|
|
160
|
-
writable: !0,
|
|
161
|
-
value: _
|
|
162
|
-
}), Object.defineProperty(n, "_debugTask", {
|
|
163
|
-
configurable: !1,
|
|
164
|
-
enumerable: !1,
|
|
165
|
-
writable: !0,
|
|
166
|
-
value: V
|
|
167
|
-
}), Object.freeze && (Object.freeze(n.props), Object.freeze(n)), n;
|
|
168
|
-
}
|
|
169
|
-
function m(n, i, l, c, _, V) {
|
|
170
|
-
var d = i.children;
|
|
171
|
-
if (d !== void 0)
|
|
172
|
-
if (c)
|
|
173
|
-
if (ie(d)) {
|
|
174
|
-
for (c = 0; c < d.length; c++)
|
|
175
|
-
v(d[c]);
|
|
176
|
-
Object.freeze && Object.freeze(d);
|
|
177
|
-
} else
|
|
178
|
-
console.error(
|
|
179
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
180
|
-
);
|
|
181
|
-
else v(d);
|
|
182
|
-
if (P.call(i, "key")) {
|
|
183
|
-
d = r(n);
|
|
184
|
-
var x = Object.keys(i).filter(function(le) {
|
|
185
|
-
return le !== "key";
|
|
186
|
-
});
|
|
187
|
-
c = 0 < x.length ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}", Z[d + c] || (x = 0 < x.length ? "{" + x.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
188
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
189
|
-
let props = %s;
|
|
190
|
-
<%s {...props} />
|
|
191
|
-
React keys must be passed directly to JSX without using spread:
|
|
192
|
-
let props = %s;
|
|
193
|
-
<%s key={someKey} {...props} />`,
|
|
194
|
-
c,
|
|
195
|
-
d,
|
|
196
|
-
x,
|
|
197
|
-
d
|
|
198
|
-
), Z[d + c] = !0);
|
|
199
|
-
}
|
|
200
|
-
if (d = null, l !== void 0 && (w(l), d = "" + l), u(i) && (w(i.key), d = "" + i.key), "key" in i) {
|
|
201
|
-
l = {};
|
|
202
|
-
for (var L in i)
|
|
203
|
-
L !== "key" && (l[L] = i[L]);
|
|
204
|
-
} else l = i;
|
|
205
|
-
return d && g(
|
|
206
|
-
l,
|
|
207
|
-
typeof n == "function" ? n.displayName || n.name || "Unknown" : n
|
|
208
|
-
), I(
|
|
209
|
-
n,
|
|
210
|
-
d,
|
|
211
|
-
l,
|
|
212
|
-
a(),
|
|
213
|
-
_,
|
|
214
|
-
V
|
|
215
|
-
);
|
|
216
|
-
}
|
|
217
|
-
function v(n) {
|
|
218
|
-
B(n) ? n._store && (n._store.validated = 1) : typeof n == "object" && n !== null && n.$$typeof === S && (n._payload.status === "fulfilled" ? B(n._payload.value) && n._payload.value._store && (n._payload.value._store.validated = 1) : n._store && (n._store.validated = 1));
|
|
219
|
-
}
|
|
220
|
-
function B(n) {
|
|
221
|
-
return typeof n == "object" && n !== null && n.$$typeof === N;
|
|
222
|
-
}
|
|
223
|
-
var j = ce, N = /* @__PURE__ */ Symbol.for("react.transitional.element"), z1 = /* @__PURE__ */ Symbol.for("react.portal"), R = /* @__PURE__ */ Symbol.for("react.fragment"), G1 = /* @__PURE__ */ Symbol.for("react.strict_mode"), X1 = /* @__PURE__ */ Symbol.for("react.profiler"), Q1 = /* @__PURE__ */ Symbol.for("react.consumer"), K1 = /* @__PURE__ */ Symbol.for("react.context"), ee = /* @__PURE__ */ Symbol.for("react.forward_ref"), re = /* @__PURE__ */ Symbol.for("react.suspense"), oe = /* @__PURE__ */ Symbol.for("react.suspense_list"), te = /* @__PURE__ */ Symbol.for("react.memo"), S = /* @__PURE__ */ Symbol.for("react.lazy"), ne = /* @__PURE__ */ Symbol.for("react.activity"), se = /* @__PURE__ */ Symbol.for("react.client.reference"), y = j.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, ie = Array.isArray, H = console.createTask ? console.createTask : function() {
|
|
224
|
-
return null;
|
|
225
|
-
};
|
|
226
|
-
j = {
|
|
227
|
-
react_stack_bottom_frame: function(n) {
|
|
228
|
-
return n();
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
var E, b = {}, T = j.react_stack_bottom_frame.bind(
|
|
232
|
-
j,
|
|
233
|
-
h
|
|
234
|
-
)(), A = H(p(h)), Z = {};
|
|
235
|
-
f.Fragment = R, f.jsx = function(n, i, l) {
|
|
236
|
-
var c = 1e4 > y.recentlyCreatedOwnerStacks++;
|
|
237
|
-
return m(
|
|
238
|
-
n,
|
|
239
|
-
i,
|
|
240
|
-
l,
|
|
241
|
-
!1,
|
|
242
|
-
c ? Error("react-stack-top-frame") : T,
|
|
243
|
-
c ? H(p(n)) : A
|
|
244
|
-
);
|
|
245
|
-
}, f.jsxs = function(n, i, l) {
|
|
246
|
-
var c = 1e4 > y.recentlyCreatedOwnerStacks++;
|
|
247
|
-
return m(
|
|
248
|
-
n,
|
|
249
|
-
i,
|
|
250
|
-
l,
|
|
251
|
-
!0,
|
|
252
|
-
c ? Error("react-stack-top-frame") : T,
|
|
253
|
-
c ? H(p(n)) : A
|
|
254
|
-
);
|
|
255
|
-
};
|
|
256
|
-
})()), f;
|
|
257
|
-
}
|
|
258
|
-
var U;
|
|
259
|
-
function he() {
|
|
260
|
-
return U || (U = 1, process.env.NODE_ENV === "production" ? M.exports = de() : M.exports = ae()), M.exports;
|
|
261
|
-
}
|
|
262
|
-
var e = he();
|
|
263
|
-
function we(r) {
|
|
3
|
+
function _1(r) {
|
|
264
4
|
if (r !== void 0)
|
|
265
5
|
return typeof r == "number" ? `${r}px` : r;
|
|
266
6
|
}
|
|
267
|
-
const
|
|
268
|
-
const
|
|
7
|
+
const i = t.forwardRef(function({ component: o, size: g1, color: u1, spin: k1, rotate: l, style: C1, className: f1, title: d, ...m1 }, v1) {
|
|
8
|
+
const B1 = _1(g1), M1 = {
|
|
269
9
|
display: "inline-flex",
|
|
270
10
|
alignItems: "center",
|
|
271
11
|
lineHeight: 0,
|
|
272
|
-
color:
|
|
12
|
+
color: u1,
|
|
273
13
|
// SVG가 currentColor를 쓰면 여기로 적용
|
|
274
|
-
fontSize:
|
|
14
|
+
fontSize: B1,
|
|
275
15
|
// SVG width/height를 1em으로 주면 여기로 적용
|
|
276
|
-
...
|
|
277
|
-
},
|
|
278
|
-
return /* @__PURE__ */
|
|
16
|
+
...C1
|
|
17
|
+
}, I1 = l ? { transform: `rotate(${l}deg)` } : {};
|
|
18
|
+
return /* @__PURE__ */ n(
|
|
279
19
|
"span",
|
|
280
20
|
{
|
|
281
|
-
ref:
|
|
21
|
+
ref: v1,
|
|
282
22
|
role: "img",
|
|
283
|
-
"aria-label":
|
|
284
|
-
className:
|
|
285
|
-
style:
|
|
286
|
-
...
|
|
23
|
+
"aria-label": d,
|
|
24
|
+
className: f1,
|
|
25
|
+
style: M1,
|
|
26
|
+
...m1,
|
|
287
27
|
children: [
|
|
288
|
-
/* @__PURE__ */ e
|
|
28
|
+
/* @__PURE__ */ e(
|
|
289
29
|
o,
|
|
290
30
|
{
|
|
291
31
|
width: "1em",
|
|
292
32
|
height: "1em",
|
|
293
33
|
focusable: "false",
|
|
294
|
-
"aria-hidden":
|
|
295
|
-
style:
|
|
34
|
+
"aria-hidden": d ? void 0 : !0,
|
|
35
|
+
style: I1
|
|
296
36
|
}
|
|
297
37
|
),
|
|
298
38
|
// spin은 CSS로 처리하는 게 가장 깔끔함. (아래 css 참고)
|
|
@@ -300,890 +40,890 @@ const s = t.forwardRef(function({ component: o, size: w, color: p, spin: a, rota
|
|
|
300
40
|
]
|
|
301
41
|
}
|
|
302
42
|
);
|
|
303
|
-
}),
|
|
304
|
-
(r, o) => /* @__PURE__ */
|
|
305
|
-
/* @__PURE__ */
|
|
306
|
-
/* @__PURE__ */ e
|
|
307
|
-
/* @__PURE__ */ e
|
|
308
|
-
/* @__PURE__ */ e
|
|
309
|
-
/* @__PURE__ */ e
|
|
43
|
+
}), c = t.forwardRef(
|
|
44
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
45
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1186)", children: [
|
|
46
|
+
/* @__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" }),
|
|
47
|
+
/* @__PURE__ */ e("path", { d: "M11.19 5.84009H2.66", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
48
|
+
/* @__PURE__ */ e("path", { d: "M9 8.65991V12.1199", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
49
|
+
/* @__PURE__ */ e("path", { d: "M10.73 10.3899H7.26999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
310
50
|
] }),
|
|
311
|
-
/* @__PURE__ */ e
|
|
51
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1186", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
312
52
|
] })
|
|
313
53
|
);
|
|
314
|
-
|
|
315
|
-
const
|
|
316
|
-
(r, o) => /* @__PURE__ */ e
|
|
54
|
+
c.displayName = "IcoBwgAddFolderSvg";
|
|
55
|
+
const H1 = t.forwardRef(
|
|
56
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: c, ...r })
|
|
317
57
|
);
|
|
318
|
-
|
|
319
|
-
const
|
|
320
|
-
(r, o) => /* @__PURE__ */
|
|
321
|
-
/* @__PURE__ */ e
|
|
322
|
-
/* @__PURE__ */ e
|
|
58
|
+
H1.displayName = "IcoBwgAddFolder";
|
|
59
|
+
const s = t.forwardRef(
|
|
60
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
61
|
+
/* @__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" }) }),
|
|
62
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1534", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
323
63
|
] })
|
|
324
64
|
);
|
|
325
|
-
|
|
326
|
-
const
|
|
327
|
-
(r, o) => /* @__PURE__ */ e
|
|
65
|
+
s.displayName = "IcoBwgAddUserSvg";
|
|
66
|
+
const R1 = t.forwardRef(
|
|
67
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: s, ...r })
|
|
328
68
|
);
|
|
329
|
-
|
|
330
|
-
const
|
|
331
|
-
(r, o) => /* @__PURE__ */
|
|
332
|
-
/* @__PURE__ */ e
|
|
333
|
-
/* @__PURE__ */ e
|
|
69
|
+
R1.displayName = "IcoBwgAddUser";
|
|
70
|
+
const h = t.forwardRef(
|
|
71
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
72
|
+
/* @__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" }) }),
|
|
73
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4222", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
334
74
|
] })
|
|
335
75
|
);
|
|
336
|
-
|
|
337
|
-
const
|
|
338
|
-
(r, o) => /* @__PURE__ */ e
|
|
339
|
-
);
|
|
340
|
-
|
|
341
|
-
const
|
|
342
|
-
(r, o) => /* @__PURE__ */
|
|
343
|
-
/* @__PURE__ */
|
|
344
|
-
/* @__PURE__ */ e
|
|
345
|
-
/* @__PURE__ */ e
|
|
346
|
-
/* @__PURE__ */ e
|
|
347
|
-
/* @__PURE__ */ e
|
|
348
|
-
/* @__PURE__ */ e
|
|
76
|
+
h.displayName = "IcoBwgAddSvg";
|
|
77
|
+
const V1 = t.forwardRef(
|
|
78
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: h, ...r })
|
|
79
|
+
);
|
|
80
|
+
V1.displayName = "IcoBwgAdd";
|
|
81
|
+
const w = t.forwardRef(
|
|
82
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
83
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4281)", children: [
|
|
84
|
+
/* @__PURE__ */ e("path", { d: "M2.23 15.5898H15.77", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
85
|
+
/* @__PURE__ */ e("path", { d: "M12.94 15.5898H4.88V10.3998C4.88 8.28983 6.68 6.57983 8.91 6.57983C11.14 6.57983 12.94 8.28983 12.94 10.3998V15.5898Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
86
|
+
/* @__PURE__ */ e("path", { d: "M9 2.40991V4.10991", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
87
|
+
/* @__PURE__ */ e("path", { d: "M2.48 5.10986L3.68 6.30986", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
88
|
+
/* @__PURE__ */ e("path", { d: "M15.52 5.10986L14.32 6.30986", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
349
89
|
] }),
|
|
350
|
-
/* @__PURE__ */ e
|
|
90
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4281", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
351
91
|
] })
|
|
352
92
|
);
|
|
353
|
-
|
|
354
|
-
const
|
|
355
|
-
(r, o) => /* @__PURE__ */ e
|
|
93
|
+
w.displayName = "IcoBwgAlertSvg";
|
|
94
|
+
const y1 = t.forwardRef(
|
|
95
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: w, ...r })
|
|
356
96
|
);
|
|
357
|
-
|
|
358
|
-
const
|
|
359
|
-
(r, o) => /* @__PURE__ */
|
|
360
|
-
/* @__PURE__ */ e
|
|
361
|
-
/* @__PURE__ */ e
|
|
97
|
+
y1.displayName = "IcoBwgAlert";
|
|
98
|
+
const p = t.forwardRef(
|
|
99
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
100
|
+
/* @__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" }) }),
|
|
101
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4277", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
362
102
|
] })
|
|
363
103
|
);
|
|
364
|
-
|
|
365
|
-
const
|
|
366
|
-
(r, o) => /* @__PURE__ */ e
|
|
367
|
-
);
|
|
368
|
-
|
|
369
|
-
const
|
|
370
|
-
(r, o) => /* @__PURE__ */
|
|
371
|
-
/* @__PURE__ */
|
|
372
|
-
/* @__PURE__ */ e
|
|
373
|
-
/* @__PURE__ */ e
|
|
374
|
-
/* @__PURE__ */ e
|
|
375
|
-
/* @__PURE__ */ e
|
|
376
|
-
/* @__PURE__ */ e
|
|
104
|
+
p.displayName = "IcoBwgApplySvg";
|
|
105
|
+
const S1 = t.forwardRef(
|
|
106
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: p, ...r })
|
|
107
|
+
);
|
|
108
|
+
S1.displayName = "IcoBwgApply";
|
|
109
|
+
const a = t.forwardRef(
|
|
110
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
111
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4364)", children: [
|
|
112
|
+
/* @__PURE__ */ e("path", { d: "M10.31 2.04004V5.29004H13.7L10.31 2.04004Z", fill: "currentColor" }),
|
|
113
|
+
/* @__PURE__ */ e("path", { d: "M6.43 16H2.92C2.79 16 2.69 15.89 2.69 15.77V2.23C2.69 2.1 2.79 2 2.92 2H10.68L13.39 4.83V7.36", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
114
|
+
/* @__PURE__ */ e("path", { d: "M5.19 7.30005H10.3", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
115
|
+
/* @__PURE__ */ e("path", { d: "M5.19 10.0801H8.75", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
116
|
+
/* @__PURE__ */ e("path", { d: "M13.46 9.53003L15.3 11.38M13.46 9.53003L8.84 14.15L8.76 16H10.69L15.31 11.38L13.46 9.53003ZM13.46 13.23L11.61 11.38", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
377
117
|
] }),
|
|
378
|
-
/* @__PURE__ */ e
|
|
118
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4364", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
379
119
|
] })
|
|
380
120
|
);
|
|
381
|
-
|
|
382
|
-
const
|
|
383
|
-
(r, o) => /* @__PURE__ */ e
|
|
121
|
+
a.displayName = "IcoBwgApprovalSvg";
|
|
122
|
+
const L1 = t.forwardRef(
|
|
123
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: a, ...r })
|
|
384
124
|
);
|
|
385
|
-
|
|
386
|
-
const
|
|
387
|
-
(r, o) => /* @__PURE__ */
|
|
388
|
-
/* @__PURE__ */ e
|
|
389
|
-
/* @__PURE__ */ e
|
|
125
|
+
L1.displayName = "IcoBwgApproval";
|
|
126
|
+
const g = t.forwardRef(
|
|
127
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
128
|
+
/* @__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" }) }),
|
|
129
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4331", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
390
130
|
] })
|
|
391
131
|
);
|
|
392
|
-
|
|
393
|
-
const
|
|
394
|
-
(r, o) => /* @__PURE__ */ e
|
|
132
|
+
g.displayName = "IcoBwgBookSvg";
|
|
133
|
+
const j1 = t.forwardRef(
|
|
134
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: g, ...r })
|
|
395
135
|
);
|
|
396
|
-
|
|
397
|
-
const
|
|
398
|
-
(r, o) => /* @__PURE__ */
|
|
399
|
-
/* @__PURE__ */ e
|
|
400
|
-
/* @__PURE__ */ e
|
|
136
|
+
j1.displayName = "IcoBwgBook";
|
|
137
|
+
const u = t.forwardRef(
|
|
138
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
139
|
+
/* @__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" }) }),
|
|
140
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4327", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
401
141
|
] })
|
|
402
142
|
);
|
|
403
|
-
|
|
404
|
-
const
|
|
405
|
-
(r, o) => /* @__PURE__ */ e
|
|
406
|
-
);
|
|
407
|
-
|
|
408
|
-
const
|
|
409
|
-
(r, o) => /* @__PURE__ */
|
|
410
|
-
/* @__PURE__ */
|
|
411
|
-
/* @__PURE__ */ e
|
|
412
|
-
/* @__PURE__ */ e
|
|
413
|
-
/* @__PURE__ */ e
|
|
414
|
-
/* @__PURE__ */ e
|
|
415
|
-
/* @__PURE__ */ e
|
|
416
|
-
/* @__PURE__ */ e
|
|
417
|
-
/* @__PURE__ */ e
|
|
143
|
+
u.displayName = "IcoBwgBookingSvg";
|
|
144
|
+
const x1 = t.forwardRef(
|
|
145
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: u, ...r })
|
|
146
|
+
);
|
|
147
|
+
x1.displayName = "IcoBwgBooking";
|
|
148
|
+
const k = t.forwardRef(
|
|
149
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
150
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4316)", children: [
|
|
151
|
+
/* @__PURE__ */ e("path", { d: "M2.23 15.6602H15.77", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
152
|
+
/* @__PURE__ */ e("path", { d: "M10.65 2.34009H3.79V15.6501H10.65V2.34009Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
153
|
+
/* @__PURE__ */ e("path", { d: "M14.2 6.28003H10.65V15.66H14.2V6.28003Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
154
|
+
/* @__PURE__ */ e("path", { d: "M6.38 10.3901H8.2", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
155
|
+
/* @__PURE__ */ e("path", { d: "M6.38 7.76001H8.2", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
156
|
+
/* @__PURE__ */ e("path", { d: "M6.38 5.14014H8.2", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
157
|
+
/* @__PURE__ */ e("path", { d: "M6.38 13.02H8.2", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
418
158
|
] }),
|
|
419
|
-
/* @__PURE__ */ e
|
|
159
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4316", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
420
160
|
] })
|
|
421
161
|
);
|
|
422
|
-
|
|
423
|
-
const
|
|
424
|
-
(r, o) => /* @__PURE__ */ e
|
|
425
|
-
);
|
|
426
|
-
|
|
427
|
-
const
|
|
428
|
-
(r, o) => /* @__PURE__ */
|
|
429
|
-
/* @__PURE__ */
|
|
430
|
-
/* @__PURE__ */ e
|
|
431
|
-
/* @__PURE__ */ e
|
|
432
|
-
/* @__PURE__ */ e
|
|
433
|
-
/* @__PURE__ */ e
|
|
434
|
-
/* @__PURE__ */ e
|
|
435
|
-
/* @__PURE__ */ e
|
|
436
|
-
/* @__PURE__ */ e
|
|
437
|
-
/* @__PURE__ */ e
|
|
162
|
+
k.displayName = "IcoBwgBuildingSvg";
|
|
163
|
+
const N1 = t.forwardRef(
|
|
164
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: k, ...r })
|
|
165
|
+
);
|
|
166
|
+
N1.displayName = "IcoBwgBuilding";
|
|
167
|
+
const C = t.forwardRef(
|
|
168
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
169
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1564)", children: [
|
|
170
|
+
/* @__PURE__ */ e("path", { d: "M15.36 2.62988H2.63V15.3599H15.36V2.62988Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
171
|
+
/* @__PURE__ */ e("path", { d: "M5.48001 10.71L7.46001 12.69", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
172
|
+
/* @__PURE__ */ e("path", { d: "M7.46001 10.71L5.48001 12.69", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
173
|
+
/* @__PURE__ */ e("path", { d: "M6.47 5.31006V8.11006", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
174
|
+
/* @__PURE__ */ e("path", { d: "M7.87001 6.70996H5.07001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
175
|
+
/* @__PURE__ */ e("path", { d: "M12.93 6.70996H10.13", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
176
|
+
/* @__PURE__ */ e("path", { d: "M10.39 12.6101H12.88", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
177
|
+
/* @__PURE__ */ e("path", { d: "M10.39 10.78H12.88", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
438
178
|
] }),
|
|
439
|
-
/* @__PURE__ */ e
|
|
179
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1564", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
440
180
|
] })
|
|
441
181
|
);
|
|
442
|
-
|
|
443
|
-
const
|
|
444
|
-
(r, o) => /* @__PURE__ */ e
|
|
182
|
+
C.displayName = "IcoBwgCalculateSvg";
|
|
183
|
+
const P1 = t.forwardRef(
|
|
184
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: C, ...r })
|
|
445
185
|
);
|
|
446
|
-
|
|
447
|
-
const
|
|
448
|
-
(r, o) => /* @__PURE__ */
|
|
449
|
-
/* @__PURE__ */ e
|
|
450
|
-
/* @__PURE__ */ e
|
|
186
|
+
P1.displayName = "IcoBwgCalculate";
|
|
187
|
+
const f = t.forwardRef(
|
|
188
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
189
|
+
/* @__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" }) }),
|
|
190
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4214", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
451
191
|
] })
|
|
452
192
|
);
|
|
453
|
-
|
|
454
|
-
const
|
|
455
|
-
(r, o) => /* @__PURE__ */ e
|
|
456
|
-
);
|
|
457
|
-
|
|
458
|
-
const
|
|
459
|
-
(r, o) => /* @__PURE__ */
|
|
460
|
-
/* @__PURE__ */
|
|
461
|
-
/* @__PURE__ */ e
|
|
462
|
-
/* @__PURE__ */ e
|
|
193
|
+
f.displayName = "IcoBwgCancleSvg";
|
|
194
|
+
const Z1 = t.forwardRef(
|
|
195
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: f, ...r })
|
|
196
|
+
);
|
|
197
|
+
Z1.displayName = "IcoBwgCancle";
|
|
198
|
+
const m = t.forwardRef(
|
|
199
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
200
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4250)", children: [
|
|
201
|
+
/* @__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" }),
|
|
202
|
+
/* @__PURE__ */ e("path", { d: "M6 9H12", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round" })
|
|
463
203
|
] }),
|
|
464
|
-
/* @__PURE__ */ e
|
|
204
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4250", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
465
205
|
] })
|
|
466
206
|
);
|
|
467
|
-
|
|
468
|
-
const
|
|
469
|
-
(r, o) => /* @__PURE__ */ e
|
|
207
|
+
m.displayName = "IcoBwgCartSvg";
|
|
208
|
+
const D1 = t.forwardRef(
|
|
209
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: m, ...r })
|
|
470
210
|
);
|
|
471
|
-
|
|
472
|
-
const
|
|
473
|
-
(r, o) => /* @__PURE__ */
|
|
474
|
-
/* @__PURE__ */ e
|
|
475
|
-
/* @__PURE__ */ e
|
|
211
|
+
D1.displayName = "IcoBwgCart";
|
|
212
|
+
const v = t.forwardRef(
|
|
213
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
214
|
+
/* @__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" }) }),
|
|
215
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4218", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
476
216
|
] })
|
|
477
217
|
);
|
|
478
|
-
|
|
479
|
-
const
|
|
480
|
-
(r, o) => /* @__PURE__ */ e
|
|
218
|
+
v.displayName = "IcoBwgCheckSvg";
|
|
219
|
+
const A1 = t.forwardRef(
|
|
220
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: v, ...r })
|
|
481
221
|
);
|
|
482
|
-
|
|
483
|
-
const
|
|
484
|
-
(r, o) => /* @__PURE__ */
|
|
485
|
-
/* @__PURE__ */ e
|
|
486
|
-
/* @__PURE__ */ e
|
|
222
|
+
A1.displayName = "IcoBwgCheck";
|
|
223
|
+
const B = t.forwardRef(
|
|
224
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
225
|
+
/* @__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" }) }),
|
|
226
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1603", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
487
227
|
] })
|
|
488
228
|
);
|
|
489
|
-
|
|
490
|
-
const
|
|
491
|
-
(r, o) => /* @__PURE__ */ e
|
|
229
|
+
B.displayName = "IcoBwgChecklistSvg";
|
|
230
|
+
const U1 = t.forwardRef(
|
|
231
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: B, ...r })
|
|
492
232
|
);
|
|
493
|
-
|
|
494
|
-
const
|
|
495
|
-
(r, o) => /* @__PURE__ */
|
|
496
|
-
/* @__PURE__ */ e
|
|
497
|
-
/* @__PURE__ */ e
|
|
233
|
+
U1.displayName = "IcoBwgChecklist";
|
|
234
|
+
const M = t.forwardRef(
|
|
235
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
236
|
+
/* @__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" }) }),
|
|
237
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4226", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
498
238
|
] })
|
|
499
239
|
);
|
|
500
|
-
|
|
501
|
-
const
|
|
502
|
-
(r, o) => /* @__PURE__ */ e
|
|
503
|
-
);
|
|
504
|
-
|
|
505
|
-
const
|
|
506
|
-
(r, o) => /* @__PURE__ */
|
|
507
|
-
/* @__PURE__ */
|
|
508
|
-
/* @__PURE__ */ e
|
|
509
|
-
/* @__PURE__ */ e
|
|
510
|
-
/* @__PURE__ */ e
|
|
511
|
-
/* @__PURE__ */ e
|
|
512
|
-
/* @__PURE__ */ e
|
|
513
|
-
/* @__PURE__ */ e
|
|
514
|
-
/* @__PURE__ */ e
|
|
240
|
+
M.displayName = "IcoBwgCopySvg";
|
|
241
|
+
const E1 = t.forwardRef(
|
|
242
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: M, ...r })
|
|
243
|
+
);
|
|
244
|
+
E1.displayName = "IcoBwgCopy";
|
|
245
|
+
const I = t.forwardRef(
|
|
246
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
247
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1171)", children: [
|
|
248
|
+
/* @__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" }),
|
|
249
|
+
/* @__PURE__ */ e("path", { d: "M14.31 9C14.31 10.28 11.93 11.32 9 11.32C6.07 11.32 3.69 10.28 3.69 9", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
250
|
+
/* @__PURE__ */ e("path", { d: "M3.69 9.24999V4.98999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
251
|
+
/* @__PURE__ */ e("path", { d: "M14.31 4.98999V9.24999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
252
|
+
/* @__PURE__ */ e("path", { d: "M14.31 13.01C14.31 14.29 11.93 15.33 9 15.33C6.07 15.33 3.69 14.29 3.69 13.01", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
253
|
+
/* @__PURE__ */ e("path", { d: "M3.69 12.8799V8.61987", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
254
|
+
/* @__PURE__ */ e("path", { d: "M14.31 8.61987V12.8799", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
515
255
|
] }),
|
|
516
|
-
/* @__PURE__ */ e
|
|
256
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1171", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
517
257
|
] })
|
|
518
258
|
);
|
|
519
|
-
|
|
520
|
-
const
|
|
521
|
-
(r, o) => /* @__PURE__ */ e
|
|
259
|
+
I.displayName = "IcoBwgDatabaseSvg";
|
|
260
|
+
const F1 = t.forwardRef(
|
|
261
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: I, ...r })
|
|
522
262
|
);
|
|
523
|
-
|
|
524
|
-
const
|
|
525
|
-
(r, o) => /* @__PURE__ */
|
|
526
|
-
/* @__PURE__ */ e
|
|
527
|
-
/* @__PURE__ */ e
|
|
263
|
+
F1.displayName = "IcoBwgDatabase";
|
|
264
|
+
const _ = t.forwardRef(
|
|
265
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
266
|
+
/* @__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" }) }),
|
|
267
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4204", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
528
268
|
] })
|
|
529
269
|
);
|
|
530
|
-
|
|
531
|
-
const
|
|
532
|
-
(r, o) => /* @__PURE__ */ e
|
|
533
|
-
);
|
|
534
|
-
|
|
535
|
-
const
|
|
536
|
-
(r, o) => /* @__PURE__ */
|
|
537
|
-
/* @__PURE__ */
|
|
538
|
-
/* @__PURE__ */ e
|
|
539
|
-
/* @__PURE__ */ e
|
|
540
|
-
/* @__PURE__ */ e
|
|
541
|
-
/* @__PURE__ */ e
|
|
270
|
+
_.displayName = "IcoBwgDeleteSvg";
|
|
271
|
+
const T1 = t.forwardRef(
|
|
272
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: _, ...r })
|
|
273
|
+
);
|
|
274
|
+
T1.displayName = "IcoBwgDelete";
|
|
275
|
+
const H = t.forwardRef(
|
|
276
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
277
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1596)", children: [
|
|
278
|
+
/* @__PURE__ */ e("path", { d: "M11.11 2.03003V5.28003H14.5L11.11 2.03003Z", fill: "currentColor" }),
|
|
279
|
+
/* @__PURE__ */ e("path", { d: "M14.19 7.36V4.83L11.48 2H3.73C3.6 2 3.5 2.1 3.5 2.23V15.77C3.5 15.9 3.6 16 3.73 16H13.97C14.1 16 14.2 15.9 14.2 15.77V7.36H14.19Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
280
|
+
/* @__PURE__ */ e("path", { d: "M6.58 9.42993H11.12", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
281
|
+
/* @__PURE__ */ e("path", { d: "M6.58 12.5601H11.12", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" })
|
|
542
282
|
] }),
|
|
543
|
-
/* @__PURE__ */ e
|
|
283
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1596", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
544
284
|
] })
|
|
545
285
|
);
|
|
546
|
-
|
|
547
|
-
const
|
|
548
|
-
(r, o) => /* @__PURE__ */ e
|
|
286
|
+
H.displayName = "IcoBwgDocumentSvg";
|
|
287
|
+
const b1 = t.forwardRef(
|
|
288
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: H, ...r })
|
|
549
289
|
);
|
|
550
|
-
|
|
551
|
-
const
|
|
552
|
-
(r, o) => /* @__PURE__ */
|
|
553
|
-
/* @__PURE__ */ e
|
|
554
|
-
/* @__PURE__ */ e
|
|
290
|
+
b1.displayName = "IcoBwgDocument";
|
|
291
|
+
const R = t.forwardRef(
|
|
292
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
293
|
+
/* @__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" }) }),
|
|
294
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4377", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
555
295
|
] })
|
|
556
296
|
);
|
|
557
|
-
|
|
558
|
-
const
|
|
559
|
-
(r, o) => /* @__PURE__ */ e
|
|
297
|
+
R.displayName = "IcoBwgDownSvg";
|
|
298
|
+
const q1 = t.forwardRef(
|
|
299
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: R, ...r })
|
|
560
300
|
);
|
|
561
|
-
|
|
562
|
-
const
|
|
563
|
-
(r, o) => /* @__PURE__ */
|
|
564
|
-
/* @__PURE__ */ e
|
|
565
|
-
/* @__PURE__ */ e
|
|
301
|
+
q1.displayName = "IcoBwgDown";
|
|
302
|
+
const V = t.forwardRef(
|
|
303
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
304
|
+
/* @__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" }) }),
|
|
305
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4234", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
566
306
|
] })
|
|
567
307
|
);
|
|
568
|
-
|
|
569
|
-
const
|
|
570
|
-
(r, o) => /* @__PURE__ */ e
|
|
308
|
+
V.displayName = "IcoBwgDownloadSvg";
|
|
309
|
+
const O1 = t.forwardRef(
|
|
310
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: V, ...r })
|
|
571
311
|
);
|
|
572
|
-
|
|
573
|
-
const
|
|
574
|
-
(r, o) => /* @__PURE__ */
|
|
575
|
-
/* @__PURE__ */ e
|
|
576
|
-
/* @__PURE__ */ e
|
|
312
|
+
O1.displayName = "IcoBwgDownload";
|
|
313
|
+
const y = t.forwardRef(
|
|
314
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
315
|
+
/* @__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" }) }),
|
|
316
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4230", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
577
317
|
] })
|
|
578
318
|
);
|
|
579
|
-
|
|
580
|
-
const
|
|
581
|
-
(r, o) => /* @__PURE__ */ e
|
|
319
|
+
y.displayName = "IcoBwgEditSvg";
|
|
320
|
+
const $1 = t.forwardRef(
|
|
321
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: y, ...r })
|
|
582
322
|
);
|
|
583
|
-
|
|
584
|
-
const
|
|
585
|
-
(r, o) => /* @__PURE__ */
|
|
586
|
-
/* @__PURE__ */ e
|
|
587
|
-
/* @__PURE__ */ e
|
|
323
|
+
$1.displayName = "IcoBwgEdit";
|
|
324
|
+
const S = t.forwardRef(
|
|
325
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
326
|
+
/* @__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" }) }),
|
|
327
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1590", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
588
328
|
] })
|
|
589
329
|
);
|
|
590
|
-
|
|
591
|
-
const
|
|
592
|
-
(r, o) => /* @__PURE__ */ e
|
|
330
|
+
S.displayName = "IcoBwgEduSvg";
|
|
331
|
+
const z1 = t.forwardRef(
|
|
332
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: S, ...r })
|
|
593
333
|
);
|
|
594
|
-
|
|
595
|
-
const
|
|
596
|
-
(r, o) => /* @__PURE__ */
|
|
597
|
-
/* @__PURE__ */
|
|
598
|
-
/* @__PURE__ */ e
|
|
599
|
-
/* @__PURE__ */ e
|
|
334
|
+
z1.displayName = "IcoBwgEdu";
|
|
335
|
+
const L = t.forwardRef(
|
|
336
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
337
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1621)", children: [
|
|
338
|
+
/* @__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" }),
|
|
339
|
+
/* @__PURE__ */ e("path", { d: "M9 11.1201C10.17 11.1201 11.12 10.1701 11.12 9.00013C11.12 7.83013 10.17 6.88013 9 6.88013C7.83 6.88013 6.88 7.83013 6.88 9.00013C6.88 10.1701 7.83 11.1201 9 11.1201Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
600
340
|
] }),
|
|
601
|
-
/* @__PURE__ */ e
|
|
341
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1621", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
602
342
|
] })
|
|
603
343
|
);
|
|
604
|
-
|
|
605
|
-
const
|
|
606
|
-
(r, o) => /* @__PURE__ */ e
|
|
344
|
+
L.displayName = "IcoBwgEyeSvg";
|
|
345
|
+
const G1 = t.forwardRef(
|
|
346
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: L, ...r })
|
|
607
347
|
);
|
|
608
|
-
|
|
609
|
-
const
|
|
610
|
-
(r, o) => /* @__PURE__ */
|
|
611
|
-
/* @__PURE__ */
|
|
612
|
-
/* @__PURE__ */ e
|
|
613
|
-
/* @__PURE__ */ e
|
|
348
|
+
G1.displayName = "IcoBwgEye";
|
|
349
|
+
const j = t.forwardRef(
|
|
350
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
351
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1799_1181)", children: [
|
|
352
|
+
/* @__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" }),
|
|
353
|
+
/* @__PURE__ */ e("path", { d: "M11.19 5.84009H2.66", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
614
354
|
] }),
|
|
615
|
-
/* @__PURE__ */ e
|
|
355
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1799_1181", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
616
356
|
] })
|
|
617
357
|
);
|
|
618
|
-
|
|
619
|
-
const
|
|
620
|
-
(r, o) => /* @__PURE__ */ e
|
|
621
|
-
);
|
|
622
|
-
|
|
623
|
-
const
|
|
624
|
-
(r, o) => /* @__PURE__ */
|
|
625
|
-
/* @__PURE__ */
|
|
626
|
-
/* @__PURE__ */ e
|
|
627
|
-
/* @__PURE__ */ e
|
|
628
|
-
/* @__PURE__ */ e
|
|
629
|
-
/* @__PURE__ */ e
|
|
630
|
-
/* @__PURE__ */ e
|
|
631
|
-
/* @__PURE__ */ e
|
|
358
|
+
j.displayName = "IcoBwgFolderSvg";
|
|
359
|
+
const J1 = t.forwardRef(
|
|
360
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: j, ...r })
|
|
361
|
+
);
|
|
362
|
+
J1.displayName = "IcoBwgFolder";
|
|
363
|
+
const x = t.forwardRef(
|
|
364
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
365
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4335)", children: [
|
|
366
|
+
/* @__PURE__ */ e("path", { d: "M10.44 1.89014V5.14014H13.83L10.44 1.89014Z", fill: "currentColor" }),
|
|
367
|
+
/* @__PURE__ */ e("path", { d: "M6.57 15.8601H3.06C2.93 15.8601 2.83 15.7501 2.83 15.6301V2.09011C2.83 1.96011 2.93 1.86011 3.06 1.86011H10.82L13.53 4.69011V7.22011", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
368
|
+
/* @__PURE__ */ e("path", { d: "M11.81 11.6802V12.7002L12.45 13.4502", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
369
|
+
/* @__PURE__ */ e("path", { d: "M11.81 16.1402C13.67 16.1402 15.17 14.6402 15.17 12.7802C15.17 10.9202 13.67 9.42017 11.81 9.42017C9.95001 9.42017 8.45 10.9202 8.45 12.7802C8.45 14.6402 9.95001 16.1402 11.81 16.1402Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
370
|
+
/* @__PURE__ */ e("path", { d: "M5.34 7.15015H10.45", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
371
|
+
/* @__PURE__ */ e("path", { d: "M5.34 9.94019H7.02", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" })
|
|
632
372
|
] }),
|
|
633
|
-
/* @__PURE__ */ e
|
|
373
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4335", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
634
374
|
] })
|
|
635
375
|
);
|
|
636
|
-
|
|
637
|
-
const
|
|
638
|
-
(r, o) => /* @__PURE__ */ e
|
|
639
|
-
);
|
|
640
|
-
|
|
641
|
-
const
|
|
642
|
-
(r, o) => /* @__PURE__ */
|
|
643
|
-
/* @__PURE__ */
|
|
644
|
-
/* @__PURE__ */ e
|
|
645
|
-
/* @__PURE__ */ e
|
|
646
|
-
/* @__PURE__ */ e
|
|
376
|
+
x.displayName = "IcoBwgHistorySvg";
|
|
377
|
+
const K1 = t.forwardRef(
|
|
378
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: x, ...r })
|
|
379
|
+
);
|
|
380
|
+
K1.displayName = "IcoBwgHistory";
|
|
381
|
+
const N = t.forwardRef(
|
|
382
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
383
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1626)", children: [
|
|
384
|
+
/* @__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" }),
|
|
385
|
+
/* @__PURE__ */ e("path", { d: "M8.68001 12.3902C7.85001 12.6802 7.18001 12.3502 7.31001 11.5602C7.44001 10.7702 8.22001 9.08022 8.34001 8.76022C8.45001 8.44022 8.24001 8.35022 8.01001 8.48022C7.88001 8.56022 7.68001 8.71022 7.51001 8.85022C7.47001 8.75022 7.40001 8.65022 7.35001 8.55022C7.62001 8.28022 8.09001 7.91022 8.63001 7.77022C9.28001 7.61022 10.36 7.87022 9.90001 9.11022C9.57001 9.99022 9.33001 10.6102 9.18001 11.0602C9.03001 11.5202 9.21001 11.6102 9.47001 11.4302C9.67001 11.2902 9.89001 11.1002 10.05 10.9502C10.13 11.0702 10.15 11.1102 10.22 11.2402C9.95001 11.5202 9.22001 12.1802 8.68001 12.3802V12.3902Z", fill: "currentColor" }),
|
|
386
|
+
/* @__PURE__ */ e("path", { d: "M10.39 6.92019C10.02 7.24019 9.46001 7.23019 9.15001 6.91019C8.84001 6.59019 8.89001 6.06019 9.26001 5.74019C9.63001 5.42019 10.19 5.43019 10.5 5.75019C10.81 6.07019 10.75 6.60019 10.39 6.92019Z", fill: "currentColor" })
|
|
647
387
|
] }),
|
|
648
|
-
/* @__PURE__ */ e
|
|
388
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1626", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
649
389
|
] })
|
|
650
390
|
);
|
|
651
|
-
|
|
652
|
-
const
|
|
653
|
-
(r, o) => /* @__PURE__ */ e
|
|
391
|
+
N.displayName = "IcoBwgInfoSvg";
|
|
392
|
+
const Q1 = t.forwardRef(
|
|
393
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: N, ...r })
|
|
654
394
|
);
|
|
655
|
-
|
|
656
|
-
const
|
|
657
|
-
(r, o) => /* @__PURE__ */
|
|
658
|
-
/* @__PURE__ */ e
|
|
659
|
-
/* @__PURE__ */ e
|
|
395
|
+
Q1.displayName = "IcoBwgInfo";
|
|
396
|
+
const P = t.forwardRef(
|
|
397
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
398
|
+
/* @__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" }) }),
|
|
399
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1553", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
660
400
|
] })
|
|
661
401
|
);
|
|
662
|
-
|
|
663
|
-
const
|
|
664
|
-
(r, o) => /* @__PURE__ */ e
|
|
665
|
-
);
|
|
666
|
-
|
|
667
|
-
const
|
|
668
|
-
(r, o) => /* @__PURE__ */
|
|
669
|
-
/* @__PURE__ */
|
|
670
|
-
/* @__PURE__ */ e
|
|
671
|
-
/* @__PURE__ */ e
|
|
402
|
+
P.displayName = "IcoBwgLeftSvg";
|
|
403
|
+
const W1 = t.forwardRef(
|
|
404
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: P, ...r })
|
|
405
|
+
);
|
|
406
|
+
W1.displayName = "IcoBwgLeft";
|
|
407
|
+
const Z = t.forwardRef(
|
|
408
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
409
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1636)", children: [
|
|
410
|
+
/* @__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" }),
|
|
411
|
+
/* @__PURE__ */ e("path", { d: "M9.12 11.51V12.57", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
672
412
|
] }),
|
|
673
|
-
/* @__PURE__ */ e
|
|
413
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1636", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
674
414
|
] })
|
|
675
415
|
);
|
|
676
|
-
|
|
677
|
-
const
|
|
678
|
-
(r, o) => /* @__PURE__ */ e
|
|
416
|
+
Z.displayName = "IcoBwgLockOnSvg";
|
|
417
|
+
const X1 = t.forwardRef(
|
|
418
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: Z, ...r })
|
|
679
419
|
);
|
|
680
|
-
|
|
681
|
-
const
|
|
682
|
-
(r, o) => /* @__PURE__ */
|
|
683
|
-
/* @__PURE__ */ e
|
|
684
|
-
/* @__PURE__ */ e
|
|
420
|
+
X1.displayName = "IcoBwgLockOn";
|
|
421
|
+
const D = t.forwardRef(
|
|
422
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
423
|
+
/* @__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" }) }),
|
|
424
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1633", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
685
425
|
] })
|
|
686
426
|
);
|
|
687
|
-
|
|
688
|
-
const
|
|
689
|
-
(r, o) => /* @__PURE__ */ e
|
|
690
|
-
);
|
|
691
|
-
|
|
692
|
-
const
|
|
693
|
-
(r, o) => /* @__PURE__ */
|
|
694
|
-
/* @__PURE__ */ e
|
|
695
|
-
/* @__PURE__ */ e
|
|
696
|
-
] })
|
|
697
|
-
);
|
|
698
|
-
|
|
699
|
-
const
|
|
700
|
-
(r, o) => /* @__PURE__ */ e
|
|
701
|
-
);
|
|
702
|
-
|
|
703
|
-
const
|
|
704
|
-
(r, o) => /* @__PURE__ */
|
|
705
|
-
/* @__PURE__ */
|
|
706
|
-
/* @__PURE__ */ e
|
|
707
|
-
/* @__PURE__ */ e
|
|
708
|
-
/* @__PURE__ */ e
|
|
709
|
-
/* @__PURE__ */ e
|
|
710
|
-
/* @__PURE__ */ e
|
|
711
|
-
/* @__PURE__ */ e
|
|
712
|
-
/* @__PURE__ */ e
|
|
713
|
-
/* @__PURE__ */ e
|
|
714
|
-
/* @__PURE__ */ e
|
|
715
|
-
/* @__PURE__ */ e
|
|
716
|
-
/* @__PURE__ */ e
|
|
427
|
+
D.displayName = "IcoBwgLoginSvg";
|
|
428
|
+
const Y1 = t.forwardRef(
|
|
429
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: D, ...r })
|
|
430
|
+
);
|
|
431
|
+
Y1.displayName = "IcoBwgLogin";
|
|
432
|
+
const A = t.forwardRef(
|
|
433
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
434
|
+
/* @__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" }) }),
|
|
435
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1578", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
436
|
+
] })
|
|
437
|
+
);
|
|
438
|
+
A.displayName = "IcoBwgMailSvg";
|
|
439
|
+
const ee = t.forwardRef(
|
|
440
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: A, ...r })
|
|
441
|
+
);
|
|
442
|
+
ee.displayName = "IcoBwgMail";
|
|
443
|
+
const U = t.forwardRef(
|
|
444
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
445
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4301)", children: [
|
|
446
|
+
/* @__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" }),
|
|
447
|
+
/* @__PURE__ */ e("path", { d: "M13.27 6.07988C14.02 6.07988 14.62 5.47988 14.62 4.72988C14.62 3.97988 14.02 3.37988 13.27 3.37988C12.52 3.37988 11.92 3.97988 11.92 4.72988C11.92 5.47988 12.52 6.07988 13.27 6.07988Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
448
|
+
/* @__PURE__ */ e("path", { d: "M14.38 12.7999C15.13 12.7999 15.73 12.1999 15.73 11.4499C15.73 10.6999 15.13 10.0999 14.38 10.0999C13.63 10.0999 13.03 10.6999 13.03 11.4499C13.03 12.1999 13.63 12.7999 14.38 12.7999Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
449
|
+
/* @__PURE__ */ e("path", { d: "M8.76 15.57C9.34 15.57 9.81 15.1 9.81 14.52C9.81 13.94 9.34 13.47 8.76 13.47C8.18 13.47 7.71 13.94 7.71 14.52C7.71 15.1 8.18 15.57 8.76 15.57Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
450
|
+
/* @__PURE__ */ e("path", { d: "M4.91999 14.5799C5.11999 13.8599 4.69999 13.1199 3.97999 12.9199C3.25999 12.7199 2.51999 13.1399 2.31999 13.8599C2.11999 14.5799 2.53999 15.3199 3.25999 15.5199C3.97999 15.7199 4.71999 15.2999 4.91999 14.5799Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
451
|
+
/* @__PURE__ */ e("path", { d: "M8.88 11.65C10.32 11.65 11.48 10.49 11.48 9.04995C11.48 7.60995 10.32 6.44995 8.88 6.44995C7.44 6.44995 6.28 7.60995 6.28 9.04995C6.28 10.49 7.44 11.65 8.88 11.65Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
452
|
+
/* @__PURE__ */ e("path", { d: "M4.78 4.43994L7.24 7.02994", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
453
|
+
/* @__PURE__ */ e("path", { d: "M11.48 10.23L13.19 10.82", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
454
|
+
/* @__PURE__ */ e("path", { d: "M10.84 7.33996L12.35 5.70996", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
455
|
+
/* @__PURE__ */ e("path", { d: "M4.52 13.2199L7.02 10.8599", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
456
|
+
/* @__PURE__ */ e("path", { d: "M8.89 11.78L8.78 13.48", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
717
457
|
] }),
|
|
718
|
-
/* @__PURE__ */ e
|
|
458
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4301", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
719
459
|
] })
|
|
720
460
|
);
|
|
721
|
-
|
|
722
|
-
const
|
|
723
|
-
(r, o) => /* @__PURE__ */ e
|
|
724
|
-
);
|
|
725
|
-
|
|
726
|
-
const
|
|
727
|
-
(r, o) => /* @__PURE__ */
|
|
728
|
-
/* @__PURE__ */
|
|
729
|
-
/* @__PURE__ */ e
|
|
730
|
-
/* @__PURE__ */ e
|
|
731
|
-
/* @__PURE__ */ e
|
|
732
|
-
/* @__PURE__ */ e
|
|
461
|
+
U.displayName = "IcoBwgMappingSvg";
|
|
462
|
+
const re = t.forwardRef(
|
|
463
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: U, ...r })
|
|
464
|
+
);
|
|
465
|
+
re.displayName = "IcoBwgMapping";
|
|
466
|
+
const E = t.forwardRef(
|
|
467
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
468
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1581)", children: [
|
|
469
|
+
/* @__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" }),
|
|
470
|
+
/* @__PURE__ */ e("path", { d: "M9 7.94995C9.41421 7.94995 9.75 7.61416 9.75 7.19995C9.75 6.78574 9.41421 6.44995 9 6.44995C8.58579 6.44995 8.25 6.78574 8.25 7.19995C8.25 7.61416 8.58579 7.94995 9 7.94995Z", fill: "currentColor" }),
|
|
471
|
+
/* @__PURE__ */ e("path", { d: "M11.87 7.94995C12.2842 7.94995 12.62 7.61416 12.62 7.19995C12.62 6.78574 12.2842 6.44995 11.87 6.44995C11.4558 6.44995 11.12 6.78574 11.12 7.19995C11.12 7.61416 11.4558 7.94995 11.87 7.94995Z", fill: "currentColor" }),
|
|
472
|
+
/* @__PURE__ */ e("path", { d: "M5.40001 11.5199V15.1199L9.00001 11.5199H14.76V2.87988H3.24001V11.5199H5.40001Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
733
473
|
] }),
|
|
734
|
-
/* @__PURE__ */ e
|
|
474
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1581", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
735
475
|
] })
|
|
736
476
|
);
|
|
737
|
-
|
|
738
|
-
const
|
|
739
|
-
(r, o) => /* @__PURE__ */ e
|
|
477
|
+
E.displayName = "IcoBwgMessageSvg";
|
|
478
|
+
const oe = t.forwardRef(
|
|
479
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: E, ...r })
|
|
740
480
|
);
|
|
741
|
-
|
|
742
|
-
const
|
|
743
|
-
(r, o) => /* @__PURE__ */
|
|
744
|
-
/* @__PURE__ */ e
|
|
745
|
-
/* @__PURE__ */ e
|
|
481
|
+
oe.displayName = "IcoBwgMessage";
|
|
482
|
+
const F = t.forwardRef(
|
|
483
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
484
|
+
/* @__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" }) }),
|
|
485
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1593", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
746
486
|
] })
|
|
747
487
|
);
|
|
748
|
-
|
|
749
|
-
const
|
|
750
|
-
(r, o) => /* @__PURE__ */ e
|
|
488
|
+
F.displayName = "IcoBwgMoneySvg";
|
|
489
|
+
const te = t.forwardRef(
|
|
490
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: F, ...r })
|
|
751
491
|
);
|
|
752
|
-
|
|
753
|
-
const
|
|
754
|
-
(r, o) => /* @__PURE__ */
|
|
755
|
-
/* @__PURE__ */ e
|
|
756
|
-
/* @__PURE__ */ e
|
|
492
|
+
te.displayName = "IcoBwgMoney";
|
|
493
|
+
const T = t.forwardRef(
|
|
494
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
495
|
+
/* @__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" }) }),
|
|
496
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4265", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
757
497
|
] })
|
|
758
498
|
);
|
|
759
|
-
|
|
760
|
-
const
|
|
761
|
-
(r, o) => /* @__PURE__ */ e
|
|
499
|
+
T.displayName = "IcoBwgPinpaperSvg";
|
|
500
|
+
const ne = t.forwardRef(
|
|
501
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: T, ...r })
|
|
762
502
|
);
|
|
763
|
-
|
|
764
|
-
const
|
|
765
|
-
(r, o) => /* @__PURE__ */
|
|
766
|
-
/* @__PURE__ */
|
|
767
|
-
/* @__PURE__ */ e
|
|
768
|
-
/* @__PURE__ */ e
|
|
503
|
+
ne.displayName = "IcoBwgPinpaper";
|
|
504
|
+
const b = t.forwardRef(
|
|
505
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
506
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1559)", children: [
|
|
507
|
+
/* @__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" }),
|
|
508
|
+
/* @__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" })
|
|
769
509
|
] }),
|
|
770
|
-
/* @__PURE__ */ e
|
|
510
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1559", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
771
511
|
] })
|
|
772
512
|
);
|
|
773
|
-
|
|
774
|
-
const
|
|
775
|
-
(r, o) => /* @__PURE__ */ e
|
|
513
|
+
b.displayName = "IcoBwgPlaySvg";
|
|
514
|
+
const ie = t.forwardRef(
|
|
515
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: b, ...r })
|
|
776
516
|
);
|
|
777
|
-
|
|
778
|
-
const
|
|
779
|
-
(r, o) => /* @__PURE__ */
|
|
780
|
-
/* @__PURE__ */ e
|
|
781
|
-
/* @__PURE__ */ e
|
|
517
|
+
ie.displayName = "IcoBwgPlay";
|
|
518
|
+
const q = t.forwardRef(
|
|
519
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
520
|
+
/* @__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" }) }),
|
|
521
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4255", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
782
522
|
] })
|
|
783
523
|
);
|
|
784
|
-
|
|
785
|
-
const
|
|
786
|
-
(r, o) => /* @__PURE__ */ e
|
|
524
|
+
q.displayName = "IcoBwgPopupSvg";
|
|
525
|
+
const le = t.forwardRef(
|
|
526
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: q, ...r })
|
|
787
527
|
);
|
|
788
|
-
|
|
789
|
-
const
|
|
790
|
-
(r, o) => /* @__PURE__ */
|
|
791
|
-
/* @__PURE__ */ e
|
|
792
|
-
/* @__PURE__ */ e
|
|
528
|
+
le.displayName = "IcoBwgPopup";
|
|
529
|
+
const O = t.forwardRef(
|
|
530
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
531
|
+
/* @__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" }) }),
|
|
532
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4269", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
793
533
|
] })
|
|
794
534
|
);
|
|
795
|
-
|
|
796
|
-
const
|
|
797
|
-
(r, o) => /* @__PURE__ */ e
|
|
535
|
+
O.displayName = "IcoBwgPrintSvg";
|
|
536
|
+
const de = t.forwardRef(
|
|
537
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: O, ...r })
|
|
798
538
|
);
|
|
799
|
-
|
|
800
|
-
const
|
|
801
|
-
(r, o) => /* @__PURE__ */
|
|
802
|
-
/* @__PURE__ */
|
|
803
|
-
/* @__PURE__ */ e
|
|
804
|
-
/* @__PURE__ */ e
|
|
539
|
+
de.displayName = "IcoBwgPrint";
|
|
540
|
+
const $ = t.forwardRef(
|
|
541
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
542
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1791_3212)", children: [
|
|
543
|
+
/* @__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" }),
|
|
544
|
+
/* @__PURE__ */ e("path", { d: "M11.35 7.62988L8.05999 10.9199L6.64999 9.50988", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
805
545
|
] }),
|
|
806
|
-
/* @__PURE__ */ e
|
|
546
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1791_3212", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
807
547
|
] })
|
|
808
548
|
);
|
|
809
|
-
|
|
810
|
-
const
|
|
811
|
-
(r, o) => /* @__PURE__ */ e
|
|
549
|
+
$.displayName = "IcoBwgProgressSvg";
|
|
550
|
+
const ce = t.forwardRef(
|
|
551
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: $, ...r })
|
|
812
552
|
);
|
|
813
|
-
|
|
814
|
-
const
|
|
815
|
-
(r, o) => /* @__PURE__ */
|
|
816
|
-
/* @__PURE__ */
|
|
817
|
-
/* @__PURE__ */ e
|
|
818
|
-
/* @__PURE__ */ e
|
|
819
|
-
/* @__PURE__ */ e
|
|
820
|
-
/* @__PURE__ */ e
|
|
821
|
-
/* @__PURE__ */ e
|
|
553
|
+
ce.displayName = "IcoBwgProgress";
|
|
554
|
+
const z = t.forwardRef(
|
|
555
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
556
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1613)", children: [
|
|
557
|
+
/* @__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" }),
|
|
558
|
+
/* @__PURE__ */ e("path", { d: "M4.95999 12.55V3.03003C4.95999 2.48003 5.40999 2.03003 5.95999 2.03003H14.25C14.8 2.03003 15.25 2.48003 15.25 3.03003V14.14C15.25 15.15 14.43 15.97 13.42 15.97C12.41 15.97 11.59 15.15 11.59 14.14V12.69", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
559
|
+
/* @__PURE__ */ e("path", { d: "M7.75999 5.08008H10.32", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
560
|
+
/* @__PURE__ */ e("path", { d: "M7.75999 7.59009H12.45", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
561
|
+
/* @__PURE__ */ e("path", { d: "M7.75999 10.05H12.45", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
822
562
|
] }),
|
|
823
|
-
/* @__PURE__ */ e
|
|
563
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1613", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
824
564
|
] })
|
|
825
565
|
);
|
|
826
|
-
|
|
827
|
-
const
|
|
828
|
-
(r, o) => /* @__PURE__ */ e
|
|
566
|
+
z.displayName = "IcoBwgReceiptSvg";
|
|
567
|
+
const se = t.forwardRef(
|
|
568
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: z, ...r })
|
|
829
569
|
);
|
|
830
|
-
|
|
831
|
-
const
|
|
832
|
-
(r, o) => /* @__PURE__ */
|
|
833
|
-
/* @__PURE__ */
|
|
834
|
-
/* @__PURE__ */ e
|
|
835
|
-
/* @__PURE__ */ e
|
|
836
|
-
/* @__PURE__ */ e
|
|
837
|
-
/* @__PURE__ */ e
|
|
838
|
-
/* @__PURE__ */ e
|
|
839
|
-
/* @__PURE__ */ e
|
|
840
|
-
/* @__PURE__ */ e
|
|
570
|
+
se.displayName = "IcoBwgReceipt";
|
|
571
|
+
const G = t.forwardRef(
|
|
572
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
573
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1542)", children: [
|
|
574
|
+
/* @__PURE__ */ e("path", { d: "M10.44 1.89014V5.14014H13.83L10.44 1.89014Z", fill: "currentColor" }),
|
|
575
|
+
/* @__PURE__ */ e("path", { d: "M6.57 15.8601H3.06C2.93 15.8601 2.83 15.7501 2.83 15.6301V2.09011C2.83 1.96011 2.93 1.86011 3.06 1.86011H10.82L13.53 4.69011V7.22011", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
576
|
+
/* @__PURE__ */ e("path", { d: "M5.34 7.15015H10.45", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
577
|
+
/* @__PURE__ */ e("path", { d: "M5.34 9.94019H6.36", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
578
|
+
/* @__PURE__ */ e("path", { d: "M11.12 12.0902H8.75V9.72021", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
579
|
+
/* @__PURE__ */ e("path", { d: "M9.14999 11.6902C9.63999 10.5302 10.79 9.72021 12.13 9.72021C13.91 9.72021 15.36 11.1702 15.36 12.9502C15.36 14.7302 13.91 16.1802 12.13 16.1802", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
580
|
+
/* @__PURE__ */ e("path", { d: "M9.14999 14.1902C9.53999 15.1302 10.38 15.8702 11.45 16.1002C11.71 16.1602 11.97 16.1802 12.23 16.1702", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
841
581
|
] }),
|
|
842
|
-
/* @__PURE__ */ e
|
|
582
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1542", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
843
583
|
] })
|
|
844
584
|
);
|
|
845
|
-
|
|
846
|
-
const
|
|
847
|
-
(r, o) => /* @__PURE__ */ e
|
|
585
|
+
G.displayName = "IcoBwgRedraftSvg";
|
|
586
|
+
const he = t.forwardRef(
|
|
587
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: G, ...r })
|
|
848
588
|
);
|
|
849
|
-
|
|
850
|
-
const
|
|
851
|
-
(r, o) => /* @__PURE__ */
|
|
852
|
-
/* @__PURE__ */ e
|
|
853
|
-
/* @__PURE__ */ e
|
|
589
|
+
he.displayName = "IcoBwgRedraft";
|
|
590
|
+
const J = t.forwardRef(
|
|
591
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
592
|
+
/* @__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" }) }),
|
|
593
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1725_2963", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
854
594
|
] })
|
|
855
595
|
);
|
|
856
|
-
|
|
857
|
-
const
|
|
858
|
-
(r, o) => /* @__PURE__ */ e
|
|
596
|
+
J.displayName = "IcoBwgRefreshSvg";
|
|
597
|
+
const we = t.forwardRef(
|
|
598
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: J, ...r })
|
|
859
599
|
);
|
|
860
|
-
|
|
861
|
-
const
|
|
862
|
-
(r, o) => /* @__PURE__ */
|
|
863
|
-
/* @__PURE__ */ e
|
|
864
|
-
/* @__PURE__ */ e
|
|
600
|
+
we.displayName = "IcoBwgRefresh";
|
|
601
|
+
const K = t.forwardRef(
|
|
602
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
603
|
+
/* @__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" }) }),
|
|
604
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1538", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
865
605
|
] })
|
|
866
606
|
);
|
|
867
|
-
|
|
868
|
-
const
|
|
869
|
-
(r, o) => /* @__PURE__ */ e
|
|
607
|
+
K.displayName = "IcoBwgRemoveUserSvg";
|
|
608
|
+
const pe = t.forwardRef(
|
|
609
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: K, ...r })
|
|
870
610
|
);
|
|
871
|
-
|
|
872
|
-
const
|
|
873
|
-
(r, o) => /* @__PURE__ */
|
|
874
|
-
/* @__PURE__ */ e
|
|
875
|
-
/* @__PURE__ */ e
|
|
611
|
+
pe.displayName = "IcoBwgRemoveUser";
|
|
612
|
+
const Q = t.forwardRef(
|
|
613
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
614
|
+
/* @__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" }) }),
|
|
615
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1724_2593", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
876
616
|
] })
|
|
877
617
|
);
|
|
878
|
-
|
|
879
|
-
const
|
|
880
|
-
(r, o) => /* @__PURE__ */ e
|
|
618
|
+
Q.displayName = "IcoBwgRemoveSvg";
|
|
619
|
+
const ae = t.forwardRef(
|
|
620
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: Q, ...r })
|
|
881
621
|
);
|
|
882
|
-
|
|
883
|
-
const
|
|
884
|
-
(r, o) => /* @__PURE__ */
|
|
885
|
-
/* @__PURE__ */
|
|
886
|
-
/* @__PURE__ */ e
|
|
887
|
-
/* @__PURE__ */ e
|
|
888
|
-
/* @__PURE__ */ e
|
|
622
|
+
ae.displayName = "IcoBwgRemove";
|
|
623
|
+
const W = t.forwardRef(
|
|
624
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
625
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4290)", children: [
|
|
626
|
+
/* @__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" }),
|
|
627
|
+
/* @__PURE__ */ e("path", { d: "M12.78 7.99986L15.01 7.09986C15.64 6.81986 16.37 7.12986 16.61 7.77986C16.82 8.33986 16.57 8.96986 16.03 9.24986L12.07 11.2599L11.9 11.3399C11.16 11.6899 10.3 11.6399 9.6 11.2199L8.01 10.2599C7.29 9.82986 6.43 9.77986 5.68 10.1399", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
628
|
+
/* @__PURE__ */ e("path", { d: "M1.76 12.8601L5.69 11.3501C5.93 11.2401 6.01 10.9101 5.87 10.6201L3.9 6.08006C3.76 5.79006 3.46 5.64006 3.22 5.76006L1.31 6.63006L1.75 12.8701L1.76 12.8601Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
889
629
|
] }),
|
|
890
|
-
/* @__PURE__ */ e
|
|
630
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4290", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
891
631
|
] })
|
|
892
632
|
);
|
|
893
|
-
|
|
894
|
-
const
|
|
895
|
-
(r, o) => /* @__PURE__ */ e
|
|
633
|
+
W.displayName = "IcoBwgRequestSvg";
|
|
634
|
+
const ge = t.forwardRef(
|
|
635
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: W, ...r })
|
|
896
636
|
);
|
|
897
|
-
|
|
898
|
-
const
|
|
899
|
-
(r, o) => /* @__PURE__ */
|
|
900
|
-
/* @__PURE__ */
|
|
901
|
-
/* @__PURE__ */ e
|
|
902
|
-
/* @__PURE__ */ e
|
|
903
|
-
/* @__PURE__ */ e
|
|
637
|
+
ge.displayName = "IcoBwgRequest";
|
|
638
|
+
const X = t.forwardRef(
|
|
639
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
640
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4345)", children: [
|
|
641
|
+
/* @__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" }),
|
|
642
|
+
/* @__PURE__ */ e("path", { d: "M5.96 4.04004L2.64 7.36004", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
643
|
+
/* @__PURE__ */ e("path", { d: "M2.64 7.36011L5.96 10.6901", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
904
644
|
] }),
|
|
905
|
-
/* @__PURE__ */ e
|
|
645
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4345", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
906
646
|
] })
|
|
907
647
|
);
|
|
908
|
-
|
|
909
|
-
const
|
|
910
|
-
(r, o) => /* @__PURE__ */ e
|
|
648
|
+
X.displayName = "IcoBwgReturnSvg";
|
|
649
|
+
const ue = t.forwardRef(
|
|
650
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: X, ...r })
|
|
911
651
|
);
|
|
912
|
-
|
|
913
|
-
const
|
|
914
|
-
(r, o) => /* @__PURE__ */
|
|
915
|
-
/* @__PURE__ */
|
|
916
|
-
/* @__PURE__ */ e
|
|
917
|
-
/* @__PURE__ */ e
|
|
918
|
-
/* @__PURE__ */ e
|
|
919
|
-
/* @__PURE__ */ e
|
|
652
|
+
ue.displayName = "IcoBwgReturn";
|
|
653
|
+
const Y = t.forwardRef(
|
|
654
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
655
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4352)", children: [
|
|
656
|
+
/* @__PURE__ */ e("path", { d: "M11.11 2.04004V5.29004H14.5L11.11 2.04004Z", fill: "currentColor" }),
|
|
657
|
+
/* @__PURE__ */ e("path", { d: "M8.33 16H3.73C3.6 16 3.5 15.89 3.5 15.77V2.23C3.5 2.1 3.6 2 3.73 2H11.49L14.2 4.83V9.02", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
658
|
+
/* @__PURE__ */ e("path", { d: "M10.69 14.3499C11.98 14.3499 13.03 13.2999 13.03 12.0099C13.03 10.7199 11.98 9.66992 10.69 9.66992C9.4 9.66992 8.35 10.7199 8.35 12.0099C8.35 13.2999 9.4 14.3499 10.69 14.3499Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10" }),
|
|
659
|
+
/* @__PURE__ */ e("path", { d: "M12.33 13.6699L14.29 15.6299", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
920
660
|
] }),
|
|
921
|
-
/* @__PURE__ */ e
|
|
661
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4352", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
922
662
|
] })
|
|
923
663
|
);
|
|
924
|
-
|
|
925
|
-
const
|
|
926
|
-
(r, o) => /* @__PURE__ */ e
|
|
664
|
+
Y.displayName = "IcoBwgReviewSvg";
|
|
665
|
+
const ke = t.forwardRef(
|
|
666
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: Y, ...r })
|
|
927
667
|
);
|
|
928
|
-
|
|
929
|
-
const
|
|
930
|
-
(r, o) => /* @__PURE__ */
|
|
931
|
-
/* @__PURE__ */ e
|
|
932
|
-
/* @__PURE__ */ e
|
|
668
|
+
ke.displayName = "IcoBwgReview";
|
|
669
|
+
const e1 = t.forwardRef(
|
|
670
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
671
|
+
/* @__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" }) }),
|
|
672
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1556", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
933
673
|
] })
|
|
934
674
|
);
|
|
935
|
-
|
|
936
|
-
const
|
|
937
|
-
(r, o) => /* @__PURE__ */ e
|
|
675
|
+
e1.displayName = "IcoBwgRightSvg";
|
|
676
|
+
const Ce = t.forwardRef(
|
|
677
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: e1, ...r })
|
|
938
678
|
);
|
|
939
|
-
|
|
940
|
-
const
|
|
941
|
-
(r, o) => /* @__PURE__ */
|
|
942
|
-
/* @__PURE__ */ e
|
|
943
|
-
/* @__PURE__ */ e
|
|
679
|
+
Ce.displayName = "IcoBwgRight";
|
|
680
|
+
const r1 = t.forwardRef(
|
|
681
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
682
|
+
/* @__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" }) }),
|
|
683
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1725_2969", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
944
684
|
] })
|
|
945
685
|
);
|
|
946
|
-
|
|
947
|
-
const
|
|
948
|
-
(r, o) => /* @__PURE__ */ e
|
|
686
|
+
r1.displayName = "IcoBwgRotateSvg";
|
|
687
|
+
const fe = t.forwardRef(
|
|
688
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: r1, ...r })
|
|
949
689
|
);
|
|
950
|
-
|
|
951
|
-
const
|
|
952
|
-
(r, o) => /* @__PURE__ */
|
|
953
|
-
/* @__PURE__ */
|
|
954
|
-
/* @__PURE__ */ e
|
|
955
|
-
/* @__PURE__ */ e
|
|
956
|
-
/* @__PURE__ */ e
|
|
957
|
-
/* @__PURE__ */ e
|
|
958
|
-
/* @__PURE__ */ e
|
|
959
|
-
/* @__PURE__ */ e
|
|
960
|
-
/* @__PURE__ */ e
|
|
690
|
+
fe.displayName = "IcoBwgRotate";
|
|
691
|
+
const o1 = t.forwardRef(
|
|
692
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
693
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1648)", children: [
|
|
694
|
+
/* @__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" }),
|
|
695
|
+
/* @__PURE__ */ e("path", { d: "M8.99999 13.0499L15.64 9.63989V15.3199H2.35999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
696
|
+
/* @__PURE__ */ e("path", { d: "M13.96 6.43994L15.64 7.86994V9.63994", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
697
|
+
/* @__PURE__ */ e("path", { d: "M4.11999 6.37988L2.35999 7.86988V9.63988", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
698
|
+
/* @__PURE__ */ e("path", { d: "M11.11 5.60986L10.13 9.63986L8.95 5.60986L7.77 9.63986L6.78 5.60986", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
699
|
+
/* @__PURE__ */ e("path", { d: "M11.48 7.49976H6.51999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
700
|
+
/* @__PURE__ */ e("path", { d: "M4.31998 10.3199V2.67993H13.68V10.3199", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
961
701
|
] }),
|
|
962
|
-
/* @__PURE__ */ e
|
|
702
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1648", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
963
703
|
] })
|
|
964
704
|
);
|
|
965
|
-
|
|
966
|
-
const
|
|
967
|
-
(r, o) => /* @__PURE__ */ e
|
|
705
|
+
o1.displayName = "IcoBwgSalarySvg";
|
|
706
|
+
const me = t.forwardRef(
|
|
707
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: o1, ...r })
|
|
968
708
|
);
|
|
969
|
-
|
|
970
|
-
const
|
|
971
|
-
(r, o) => /* @__PURE__ */
|
|
972
|
-
/* @__PURE__ */
|
|
973
|
-
/* @__PURE__ */ e
|
|
974
|
-
/* @__PURE__ */ e
|
|
975
|
-
/* @__PURE__ */ e
|
|
976
|
-
/* @__PURE__ */ e
|
|
977
|
-
/* @__PURE__ */ e
|
|
978
|
-
/* @__PURE__ */ e
|
|
709
|
+
me.displayName = "IcoBwgSalary";
|
|
710
|
+
const t1 = t.forwardRef(
|
|
711
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
712
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1791_3202)", children: [
|
|
713
|
+
/* @__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" }),
|
|
714
|
+
/* @__PURE__ */ e("path", { d: "M4.00998 2.20996V4.38996C4.00998 4.68996 4.09998 4.97996 4.25998 5.22996L5.70998 7.39996C6.04998 7.90996 6.04998 8.55996 5.70998 9.06996L4.25998 11.24C4.09998 11.49 4.00998 11.78 4.00998 12.08V14.26", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
715
|
+
/* @__PURE__ */ e("path", { d: "M12.28 11.3301V12.3501L12.92 13.1001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
716
|
+
/* @__PURE__ */ e("path", { d: "M12.28 15.7901C14.14 15.7901 15.64 14.2901 15.64 12.4301C15.64 10.5701 14.14 9.07007 12.28 9.07007C10.42 9.07007 8.91998 10.5701 8.91998 12.4301C8.91998 14.2901 10.42 15.7901 12.28 15.7901Z", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
717
|
+
/* @__PURE__ */ e("path", { d: "M2.35999 14.25H6.81999", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
718
|
+
/* @__PURE__ */ e("path", { d: "M2.35999 2.20996H13.19", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
979
719
|
] }),
|
|
980
|
-
/* @__PURE__ */ e
|
|
720
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1791_3202", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
981
721
|
] })
|
|
982
722
|
);
|
|
983
|
-
|
|
984
|
-
const
|
|
985
|
-
(r, o) => /* @__PURE__ */ e
|
|
723
|
+
t1.displayName = "IcoBwgSandClockSvg";
|
|
724
|
+
const ve = t.forwardRef(
|
|
725
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: t1, ...r })
|
|
986
726
|
);
|
|
987
|
-
|
|
988
|
-
const
|
|
989
|
-
(r, o) => /* @__PURE__ */
|
|
990
|
-
/* @__PURE__ */ e
|
|
991
|
-
/* @__PURE__ */ e
|
|
727
|
+
ve.displayName = "IcoBwgSandClock";
|
|
728
|
+
const n1 = t.forwardRef(
|
|
729
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
730
|
+
/* @__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" }),
|
|
731
|
+
/* @__PURE__ */ e("path", { d: "M11.7164 11.7456L14.9648 15.0001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
992
732
|
] })
|
|
993
733
|
);
|
|
994
|
-
|
|
995
|
-
const
|
|
996
|
-
(r, o) => /* @__PURE__ */ e
|
|
734
|
+
n1.displayName = "IcoBwgSearchSvg";
|
|
735
|
+
const Be = t.forwardRef(
|
|
736
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: n1, ...r })
|
|
997
737
|
);
|
|
998
|
-
|
|
999
|
-
const
|
|
1000
|
-
(r, o) => /* @__PURE__ */
|
|
1001
|
-
/* @__PURE__ */
|
|
1002
|
-
/* @__PURE__ */ e
|
|
1003
|
-
/* @__PURE__ */ e
|
|
738
|
+
Be.displayName = "IcoBwgSearch";
|
|
739
|
+
const i1 = t.forwardRef(
|
|
740
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
741
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4208)", children: [
|
|
742
|
+
/* @__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" }),
|
|
743
|
+
/* @__PURE__ */ e("path", { d: "M15.21 10.76L10.56 15.41L8.57 13.42", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1004
744
|
] }),
|
|
1005
|
-
/* @__PURE__ */ e
|
|
745
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4208", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1006
746
|
] })
|
|
1007
747
|
);
|
|
1008
|
-
|
|
1009
|
-
const
|
|
1010
|
-
(r, o) => /* @__PURE__ */ e
|
|
748
|
+
i1.displayName = "IcoBwgSelectDeleteSvg";
|
|
749
|
+
const Me = t.forwardRef(
|
|
750
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: i1, ...r })
|
|
1011
751
|
);
|
|
1012
|
-
|
|
1013
|
-
const
|
|
1014
|
-
(r, o) => /* @__PURE__ */
|
|
1015
|
-
/* @__PURE__ */ e
|
|
1016
|
-
/* @__PURE__ */ e
|
|
752
|
+
Me.displayName = "IcoBwgSelectDelete";
|
|
753
|
+
const l1 = t.forwardRef(
|
|
754
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
755
|
+
/* @__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" }) }),
|
|
756
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4297", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1017
757
|
] })
|
|
1018
758
|
);
|
|
1019
|
-
|
|
1020
|
-
const
|
|
1021
|
-
(r, o) => /* @__PURE__ */ e
|
|
759
|
+
l1.displayName = "IcoBwgSendSvg";
|
|
760
|
+
const Ie = t.forwardRef(
|
|
761
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: l1, ...r })
|
|
1022
762
|
);
|
|
1023
|
-
|
|
1024
|
-
const
|
|
1025
|
-
(r, o) => /* @__PURE__ */
|
|
1026
|
-
/* @__PURE__ */
|
|
1027
|
-
/* @__PURE__ */ e
|
|
1028
|
-
/* @__PURE__ */ e
|
|
763
|
+
Ie.displayName = "IcoBwgSend";
|
|
764
|
+
const d1 = t.forwardRef(
|
|
765
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
766
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4259)", children: [
|
|
767
|
+
/* @__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" }),
|
|
768
|
+
/* @__PURE__ */ e("path", { d: "M10.98 9.00002C10.98 10.09 10.1 10.98 9 10.98C7.9 10.98 7.02 10.1 7.02 9.00002C7.02 7.90002 7.9 7.02002 9 7.02002C10.1 7.02002 10.98 7.90002 10.98 9.00002Z", stroke: "currentColor", "stroke-width": "1.5" })
|
|
1029
769
|
] }),
|
|
1030
|
-
/* @__PURE__ */ e
|
|
770
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4259", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1031
771
|
] })
|
|
1032
772
|
);
|
|
1033
|
-
|
|
1034
|
-
const
|
|
1035
|
-
(r, o) => /* @__PURE__ */ e
|
|
773
|
+
d1.displayName = "IcoBwgSettingSvg";
|
|
774
|
+
const _e = t.forwardRef(
|
|
775
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: d1, ...r })
|
|
1036
776
|
);
|
|
1037
|
-
|
|
1038
|
-
const
|
|
1039
|
-
(r, o) => /* @__PURE__ */
|
|
1040
|
-
/* @__PURE__ */
|
|
1041
|
-
/* @__PURE__ */ e
|
|
1042
|
-
/* @__PURE__ */ e
|
|
1043
|
-
/* @__PURE__ */ e
|
|
1044
|
-
/* @__PURE__ */ e
|
|
777
|
+
_e.displayName = "IcoBwgSetting";
|
|
778
|
+
const c1 = t.forwardRef(
|
|
779
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
780
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1606)", children: [
|
|
781
|
+
/* @__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" }),
|
|
782
|
+
/* @__PURE__ */ e("path", { d: "M5.3 5.51006V4.16006C5.3 3.55006 5.79 3.06006 6.4 3.06006H11.6C12.21 3.06006 12.7 3.55006 12.7 4.16006V5.51006", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
783
|
+
/* @__PURE__ */ e("path", { d: "M5.3 5.51001V14.93", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
784
|
+
/* @__PURE__ */ e("path", { d: "M12.7 5.51001V14.93", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1045
785
|
] }),
|
|
1046
|
-
/* @__PURE__ */ e
|
|
786
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1606", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1047
787
|
] })
|
|
1048
788
|
);
|
|
1049
|
-
|
|
1050
|
-
const
|
|
1051
|
-
(r, o) => /* @__PURE__ */ e
|
|
789
|
+
c1.displayName = "IcoBwgSuitcaseSvg";
|
|
790
|
+
const He = t.forwardRef(
|
|
791
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: c1, ...r })
|
|
1052
792
|
);
|
|
1053
|
-
|
|
1054
|
-
const
|
|
1055
|
-
(r, o) => /* @__PURE__ */
|
|
1056
|
-
/* @__PURE__ */
|
|
1057
|
-
/* @__PURE__ */ e
|
|
1058
|
-
/* @__PURE__ */ e
|
|
1059
|
-
/* @__PURE__ */ e
|
|
1060
|
-
/* @__PURE__ */ e
|
|
793
|
+
He.displayName = "IcoBwgSuitcase";
|
|
794
|
+
const s1 = t.forwardRef(
|
|
795
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
796
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1641)", children: [
|
|
797
|
+
/* @__PURE__ */ e("path", { d: "M6.18 6.48009H3.03V3.34009", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
798
|
+
/* @__PURE__ */ e("path", { d: "M3.03 6.48003C4.01 4.16003 6.31 2.53003 8.99 2.53003C12.56 2.53003 15.45 5.42003 15.45 8.99003C15.45 12.56 12.56 15.45 8.99 15.45", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
799
|
+
/* @__PURE__ */ e("path", { d: "M2.54999 9.57007C2.78999 12.3101 4.77999 14.7001 7.61999 15.3201C8.13999 15.4301 8.65999 15.4801 9.16999 15.4701", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
800
|
+
/* @__PURE__ */ e("path", { d: "M10.64 10.9699L9.25998 9.18992V5.91992", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1061
801
|
] }),
|
|
1062
|
-
/* @__PURE__ */ e
|
|
802
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1641", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1063
803
|
] })
|
|
1064
804
|
);
|
|
1065
|
-
|
|
1066
|
-
const
|
|
1067
|
-
(r, o) => /* @__PURE__ */ e
|
|
805
|
+
s1.displayName = "IcoBwgTimeLeftSvg";
|
|
806
|
+
const Re = t.forwardRef(
|
|
807
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: s1, ...r })
|
|
1068
808
|
);
|
|
1069
|
-
|
|
1070
|
-
const
|
|
1071
|
-
(r, o) => /* @__PURE__ */
|
|
1072
|
-
/* @__PURE__ */
|
|
1073
|
-
/* @__PURE__ */ e
|
|
1074
|
-
/* @__PURE__ */ e
|
|
1075
|
-
/* @__PURE__ */ e
|
|
1076
|
-
/* @__PURE__ */ e
|
|
1077
|
-
/* @__PURE__ */ e
|
|
1078
|
-
/* @__PURE__ */ e
|
|
809
|
+
Re.displayName = "IcoBwgTimeLeft";
|
|
810
|
+
const h1 = t.forwardRef(
|
|
811
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
812
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1790_1660)", children: [
|
|
813
|
+
/* @__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" }),
|
|
814
|
+
/* @__PURE__ */ e("path", { d: "M11.25 11.6699C11.25 10.4199 10.24 9.41992 9 9.41992C7.75 9.41992 6.75 10.4299 6.75 11.6699", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
815
|
+
/* @__PURE__ */ e("path", { d: "M15.38 11C14.59 13.79 12.03 15.83 8.99 15.83C5.95 15.83 3.51 13.89 2.66 11.2", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
816
|
+
/* @__PURE__ */ e("path", { d: "M2.56003 7.15992C3.29003 4.28992 5.89003 2.16992 8.99003 2.16992C12.09 2.16992 14.71 4.30992 15.43 7.18992", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
817
|
+
/* @__PURE__ */ e("path", { d: "M16.16 13.97V10.97H13.15", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
818
|
+
/* @__PURE__ */ e("path", { d: "M1.92001 4.22998V7.22998H4.92001", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1079
819
|
] }),
|
|
1080
|
-
/* @__PURE__ */ e
|
|
820
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1790_1660", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1081
821
|
] })
|
|
1082
822
|
);
|
|
1083
|
-
|
|
1084
|
-
const
|
|
1085
|
-
(r, o) => /* @__PURE__ */ e
|
|
823
|
+
h1.displayName = "IcoBwgTransferUserSvg";
|
|
824
|
+
const Ve = t.forwardRef(
|
|
825
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: h1, ...r })
|
|
1086
826
|
);
|
|
1087
|
-
|
|
1088
|
-
const
|
|
1089
|
-
(r, o) => /* @__PURE__ */
|
|
1090
|
-
/* @__PURE__ */ e
|
|
1091
|
-
/* @__PURE__ */ e
|
|
827
|
+
Ve.displayName = "IcoBwgTransferUser";
|
|
828
|
+
const w1 = t.forwardRef(
|
|
829
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
830
|
+
/* @__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" }) }),
|
|
831
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4373", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1092
832
|
] })
|
|
1093
833
|
);
|
|
1094
|
-
|
|
1095
|
-
const
|
|
1096
|
-
(r, o) => /* @__PURE__ */ e
|
|
834
|
+
w1.displayName = "IcoBwgUpSvg";
|
|
835
|
+
const ye = t.forwardRef(
|
|
836
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: w1, ...r })
|
|
1097
837
|
);
|
|
1098
|
-
|
|
1099
|
-
const
|
|
1100
|
-
(r, o) => /* @__PURE__ */
|
|
1101
|
-
/* @__PURE__ */
|
|
1102
|
-
/* @__PURE__ */ e
|
|
1103
|
-
/* @__PURE__ */ e
|
|
1104
|
-
/* @__PURE__ */ e
|
|
1105
|
-
/* @__PURE__ */ e
|
|
838
|
+
ye.displayName = "IcoBwgUp";
|
|
839
|
+
const p1 = t.forwardRef(
|
|
840
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
841
|
+
/* @__PURE__ */ n("g", { "clip-path": "url(#clip0_1704_4242)", children: [
|
|
842
|
+
/* @__PURE__ */ e("path", { d: "M11.11 2.04004V5.29004H14.5L11.11 2.04004Z", fill: "currentColor" }),
|
|
843
|
+
/* @__PURE__ */ e("path", { d: "M8.33 16H3.73C3.6 16 3.5 15.89 3.5 15.77V2.23C3.5 2.1 3.6 2 3.73 2H11.49L14.2 4.83V9.02", stroke: "currentColor", "stroke-width": "1.5", "stroke-miterlimit": "10", "stroke-linecap": "round" }),
|
|
844
|
+
/* @__PURE__ */ e("path", { d: "M9.33 12.25L11.46 10L13.59 12.25", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
|
845
|
+
/* @__PURE__ */ e("path", { d: "M11.47 15.51V10", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
|
1106
846
|
] }),
|
|
1107
|
-
/* @__PURE__ */ e
|
|
847
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4242", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1108
848
|
] })
|
|
1109
849
|
);
|
|
1110
|
-
|
|
1111
|
-
const
|
|
1112
|
-
(r, o) => /* @__PURE__ */ e
|
|
850
|
+
p1.displayName = "IcoBwgUploadDocSvg";
|
|
851
|
+
const Se = t.forwardRef(
|
|
852
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: p1, ...r })
|
|
1113
853
|
);
|
|
1114
|
-
|
|
1115
|
-
const
|
|
1116
|
-
(r, o) => /* @__PURE__ */
|
|
1117
|
-
/* @__PURE__ */ e
|
|
1118
|
-
/* @__PURE__ */ e
|
|
854
|
+
Se.displayName = "IcoBwgUploadDoc";
|
|
855
|
+
const a1 = t.forwardRef(
|
|
856
|
+
(r, o) => /* @__PURE__ */ n("svg", { ref: o, ...r, width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
857
|
+
/* @__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" }) }),
|
|
858
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1704_4238", children: /* @__PURE__ */ e("rect", { fill: "white" }) }) })
|
|
1119
859
|
] })
|
|
1120
860
|
);
|
|
1121
|
-
|
|
1122
|
-
const
|
|
1123
|
-
(r, o) => /* @__PURE__ */ e
|
|
861
|
+
a1.displayName = "IcoBwgUploadSvg";
|
|
862
|
+
const Le = t.forwardRef(
|
|
863
|
+
(r, o) => /* @__PURE__ */ e(i, { ref: o, component: a1, ...r })
|
|
1124
864
|
);
|
|
1125
|
-
|
|
865
|
+
Le.displayName = "IcoBwgUpload";
|
|
1126
866
|
export {
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
867
|
+
i as BwgIcon,
|
|
868
|
+
V1 as IcoBwgAdd,
|
|
869
|
+
H1 as IcoBwgAddFolder,
|
|
870
|
+
R1 as IcoBwgAddUser,
|
|
871
|
+
y1 as IcoBwgAlert,
|
|
872
|
+
S1 as IcoBwgApply,
|
|
873
|
+
L1 as IcoBwgApproval,
|
|
874
|
+
j1 as IcoBwgBook,
|
|
875
|
+
x1 as IcoBwgBooking,
|
|
876
|
+
N1 as IcoBwgBuilding,
|
|
877
|
+
P1 as IcoBwgCalculate,
|
|
878
|
+
Z1 as IcoBwgCancle,
|
|
879
|
+
D1 as IcoBwgCart,
|
|
880
|
+
A1 as IcoBwgCheck,
|
|
881
|
+
U1 as IcoBwgChecklist,
|
|
882
|
+
E1 as IcoBwgCopy,
|
|
883
|
+
F1 as IcoBwgDatabase,
|
|
884
|
+
T1 as IcoBwgDelete,
|
|
885
|
+
b1 as IcoBwgDocument,
|
|
886
|
+
q1 as IcoBwgDown,
|
|
887
|
+
O1 as IcoBwgDownload,
|
|
888
|
+
$1 as IcoBwgEdit,
|
|
889
|
+
z1 as IcoBwgEdu,
|
|
890
|
+
G1 as IcoBwgEye,
|
|
891
|
+
J1 as IcoBwgFolder,
|
|
892
|
+
K1 as IcoBwgHistory,
|
|
893
|
+
Q1 as IcoBwgInfo,
|
|
894
|
+
W1 as IcoBwgLeft,
|
|
895
|
+
X1 as IcoBwgLockOn,
|
|
896
|
+
Y1 as IcoBwgLogin,
|
|
897
|
+
ee as IcoBwgMail,
|
|
898
|
+
re as IcoBwgMapping,
|
|
899
|
+
oe as IcoBwgMessage,
|
|
900
|
+
te as IcoBwgMoney,
|
|
901
|
+
ne as IcoBwgPinpaper,
|
|
902
|
+
ie as IcoBwgPlay,
|
|
903
|
+
le as IcoBwgPopup,
|
|
904
|
+
de as IcoBwgPrint,
|
|
905
|
+
ce as IcoBwgProgress,
|
|
906
|
+
se as IcoBwgReceipt,
|
|
907
|
+
he as IcoBwgRedraft,
|
|
908
|
+
we as IcoBwgRefresh,
|
|
909
|
+
ae as IcoBwgRemove,
|
|
910
|
+
pe as IcoBwgRemoveUser,
|
|
911
|
+
ge as IcoBwgRequest,
|
|
912
|
+
ue as IcoBwgReturn,
|
|
913
|
+
ke as IcoBwgReview,
|
|
914
|
+
Ce as IcoBwgRight,
|
|
915
|
+
fe as IcoBwgRotate,
|
|
916
|
+
me as IcoBwgSalary,
|
|
917
|
+
ve as IcoBwgSandClock,
|
|
918
|
+
Be as IcoBwgSearch,
|
|
919
|
+
Me as IcoBwgSelectDelete,
|
|
920
|
+
Ie as IcoBwgSend,
|
|
921
|
+
_e as IcoBwgSetting,
|
|
922
|
+
He as IcoBwgSuitcase,
|
|
923
|
+
Re as IcoBwgTimeLeft,
|
|
924
|
+
Ve as IcoBwgTransferUser,
|
|
925
|
+
ye as IcoBwgUp,
|
|
926
|
+
Le as IcoBwgUpload,
|
|
927
|
+
Se as IcoBwgUploadDoc
|
|
1188
928
|
};
|
|
1189
929
|
//# sourceMappingURL=index.js.map
|