@bwg-ui/icons 1.0.0 → 1.0.2

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