@codemonster-ru/vueiconify 1.0.1 → 1.1.1

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.ts.mjs CHANGED
@@ -1,17 +1,17 @@
1
- import { defineComponent as o, mergeDefaults as c, openBlock as n, createElementBlock as a, mergeProps as l, unref as r, createElementVNode as i, useId as p, createStaticVNode as C, useAttrs as M, computed as w, createBlock as H, resolveDynamicComponent as V } from "vue";
1
+ import { defineComponent as n, mergeDefaults as a, openBlock as o, createElementBlock as l, mergeProps as c, unref as r, createElementVNode as i, useId as p, createStaticVNode as C, useAttrs as x, computed as f, normalizeClass as Z, normalizeStyle as R, createBlock as D, resolveDynamicComponent as I } from "vue";
2
2
  import './index.css';const d = {
3
3
  size: 16
4
4
  }, h = {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  viewBox: "0 0 512 512",
7
7
  fill: "none"
8
- }, Z = ["width", "height"], S = /* @__PURE__ */ o({
8
+ }, U = ["width", "height"], O = /* @__PURE__ */ n({
9
9
  __name: "activity",
10
- props: /* @__PURE__ */ c({
10
+ props: /* @__PURE__ */ a({
11
11
  size: {}
12
12
  }, d),
13
13
  setup(s) {
14
- return (e, t) => (n(), a("svg", l(r(h), {
14
+ return (e, t) => (o(), l("svg", c(r(h), {
15
15
  width: e.size,
16
16
  height: e.size
17
17
  }), t[0] || (t[0] = [
@@ -19,51 +19,85 @@ import './index.css';const d = {
19
19
  fill: "currentColor",
20
20
  d: "M92 290c11.3 0 21.4 7 25.4 17.7l25.2 67.1 62.8-191.3c3.7-11.1 14.2-18.7 25.9-18.5 11.7.2 21.9 8.1 25.1 19.4l44.2 152.6 38.6-80.1c4.3-9 13.4-14.8 23.4-14.8H420c14.4 0 26 11.6 26 26s-11.6 26-26 26h-41.2l-61.4 127.5c-4.6 9.6-14.6 15.5-25.3 14.8-10.6-.6-19.9-7.5-22.9-17.7L230 283.2l-58.1 177c-3.6 10.9-13.9 18.5-25.4 18.5h-.4c-11.6-.2-21.9-7.5-25.9-18.4l-46.1-122.7H50c-14.4 0-26-11.6-26-26s11.6-26 26-26h42Z"
21
21
  }, null, -1)
22
- ]), 16, Z));
22
+ ]), 16, U));
23
23
  }
24
- }), R = ["width", "height"], x = /* @__PURE__ */ o({
24
+ }), j = ["width", "height"], q = ["mask"], B = /* @__PURE__ */ n({
25
25
  __name: "alertCircle",
26
- props: /* @__PURE__ */ c({
26
+ props: /* @__PURE__ */ a({
27
27
  size: {}
28
28
  }, d),
29
29
  setup(s) {
30
- return (e, t) => (n(), a("svg", l(r(h), {
31
- width: e.size,
32
- height: e.size
33
- }), t[0] || (t[0] = [
34
- i("path", {
30
+ const e = `alert-circle-mask-${p()}`;
31
+ return (t, u) => (o(), l("svg", c(r(h), {
32
+ width: t.size,
33
+ height: t.size
34
+ }), [
35
+ i("defs", null, [
36
+ i("mask", { id: e }, u[0] || (u[0] = [
37
+ i("rect", {
38
+ width: "512",
39
+ height: "512",
40
+ fill: "black"
41
+ }, null, -1),
42
+ i("circle", {
43
+ cx: "256",
44
+ cy: "256",
45
+ r: "256",
46
+ fill: "white"
47
+ }, null, -1),
48
+ i("rect", {
49
+ x: "233",
50
+ y: "120",
51
+ width: "46",
52
+ height: "148",
53
+ rx: "23",
54
+ fill: "black"
55
+ }, null, -1),
56
+ i("circle", {
57
+ cx: "256",
58
+ cy: "352",
59
+ r: "31",
60
+ fill: "black"
61
+ }, null, -1)
62
+ ]))
63
+ ]),
64
+ i("rect", {
65
+ width: "512",
66
+ height: "512",
35
67
  fill: "currentColor",
36
- d: "M256 460.8C142.88 460.8 51.2 369.12 51.2 256C51.2 142.88 142.88 51.2 256 51.2C369.12 51.2 460.8 142.88 460.8 256C460.8 369.12 369.12 460.8 256 460.8zM256 307.2C241.84 307.2 230.4 318.64 230.4 332.8C230.4 346.96 241.84 358.4 256 358.4C270.16 358.4 281.6 346.96 281.6 332.8C281.6 318.64 270.16 307.2 256 307.2zM256 153.6C241.44 153.6 229.84 166 230.88 180.56L236.8 263.76C237.52 273.84 245.92 281.6 255.92 281.6C266 281.6 274.32 273.84 275.04 263.76L280.96 180.56C282 166 270.48 153.6 255.84 153.6z"
37
- }, null, -1)
38
- ]), 16, R));
68
+ mask: `url(#${e})`
69
+ }, null, 8, q)
70
+ ], 16, j));
39
71
  }
40
- }), D = ["width", "height"], I = /* @__PURE__ */ o({
72
+ }), A = ["width", "height"], N = /* @__PURE__ */ n({
41
73
  __name: "archive",
42
- props: /* @__PURE__ */ c({
74
+ props: /* @__PURE__ */ a({
43
75
  size: {}
44
76
  }, d),
45
77
  setup(s) {
46
- return (e, t) => (n(), a("svg", l(r(h), {
78
+ return (e, t) => (o(), l("svg", c(r(h), {
47
79
  width: e.size,
48
80
  height: e.size
49
81
  }), t[0] || (t[0] = [
50
- i("path", {
51
- fill: "currentColor",
52
- d: "M96 96H416C446.93 96 472 121.07 472 152V168C472 198.93 446.93 224 416 224H96C65.07 224 40 198.93 40 168V152C40 121.07 65.07 96 96 96Z"
53
- }, null, -1),
54
- i("path", {
55
- fill: "currentColor",
56
- d: "M78 264H434V392C434 433.97 399.97 468 358 468H154C112.03 468 78 433.97 78 392V264ZM188 320C170.33 320 156 334.33 156 352C156 369.67 170.33 384 188 384H324C341.67 384 356 369.67 356 352C356 334.33 341.67 320 324 320H188Z"
57
- }, null, -1)
58
- ]), 16, D));
82
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
83
+ i("path", {
84
+ fill: "currentColor",
85
+ d: "M96 96H416C446.93 96 472 121.07 472 152V168C472 198.93 446.93 224 416 224H96C65.07 224 40 198.93 40 168V152C40 121.07 65.07 96 96 96Z"
86
+ }),
87
+ i("path", {
88
+ fill: "currentColor",
89
+ d: "M78 264H434V392C434 433.97 399.97 468 358 468H154C112.03 468 78 433.97 78 392V264ZM188 320C170.33 320 156 334.33 156 352C156 369.67 170.33 384 188 384H324C341.67 384 356 369.67 356 352C356 334.33 341.67 320 324 320H188Z"
90
+ })
91
+ ], -1)
92
+ ]), 16, A));
59
93
  }
60
- }), U = ["width", "height"], j = /* @__PURE__ */ o({
94
+ }), P = ["width", "height"], G = /* @__PURE__ */ n({
61
95
  __name: "arrowDown",
62
- props: /* @__PURE__ */ c({
96
+ props: /* @__PURE__ */ a({
63
97
  size: {}
64
98
  }, d),
65
99
  setup(s) {
66
- return (e, t) => (n(), a("svg", l(r(h), {
100
+ return (e, t) => (o(), l("svg", c(r(h), {
67
101
  width: e.size,
68
102
  height: e.size
69
103
  }), t[0] || (t[0] = [
@@ -75,15 +109,15 @@ import './index.css';const d = {
75
109
  "stroke-linejoin": "round",
76
110
  fill: "none"
77
111
  }, null, -1)
78
- ]), 16, U));
112
+ ]), 16, P));
79
113
  }
80
- }), O = ["width", "height"], B = /* @__PURE__ */ o({
114
+ }), T = ["width", "height"], E = /* @__PURE__ */ n({
81
115
  __name: "arrowLeft",
82
- props: /* @__PURE__ */ c({
116
+ props: /* @__PURE__ */ a({
83
117
  size: {}
84
118
  }, d),
85
119
  setup(s) {
86
- return (e, t) => (n(), a("svg", l(r(h), {
120
+ return (e, t) => (o(), l("svg", c(r(h), {
87
121
  width: e.size,
88
122
  height: e.size
89
123
  }), t[0] || (t[0] = [
@@ -95,15 +129,15 @@ import './index.css';const d = {
95
129
  "stroke-linejoin": "round",
96
130
  fill: "none"
97
131
  }, null, -1)
98
- ]), 16, O));
132
+ ]), 16, T));
99
133
  }
100
- }), A = ["width", "height"], N = /* @__PURE__ */ o({
134
+ }), X = ["width", "height"], F = /* @__PURE__ */ n({
101
135
  __name: "arrowRight",
102
- props: /* @__PURE__ */ c({
136
+ props: /* @__PURE__ */ a({
103
137
  size: {}
104
138
  }, d),
105
139
  setup(s) {
106
- return (e, t) => (n(), a("svg", l(r(h), {
140
+ return (e, t) => (o(), l("svg", c(r(h), {
107
141
  width: e.size,
108
142
  height: e.size
109
143
  }), t[0] || (t[0] = [
@@ -115,15 +149,15 @@ import './index.css';const d = {
115
149
  "stroke-linejoin": "round",
116
150
  fill: "none"
117
151
  }, null, -1)
118
- ]), 16, A));
152
+ ]), 16, X));
119
153
  }
120
- }), P = ["width", "height"], q = /* @__PURE__ */ o({
154
+ }), J = ["width", "height"], K = /* @__PURE__ */ n({
121
155
  __name: "arrowUp",
122
- props: /* @__PURE__ */ c({
156
+ props: /* @__PURE__ */ a({
123
157
  size: {}
124
158
  }, d),
125
159
  setup(s) {
126
- return (e, t) => (n(), a("svg", l(r(h), {
160
+ return (e, t) => (o(), l("svg", c(r(h), {
127
161
  width: e.size,
128
162
  height: e.size
129
163
  }), t[0] || (t[0] = [
@@ -135,15 +169,15 @@ import './index.css';const d = {
135
169
  "stroke-linejoin": "round",
136
170
  fill: "none"
137
171
  }, null, -1)
138
- ]), 16, P));
172
+ ]), 16, J));
139
173
  }
140
- }), G = ["width", "height"], E = /* @__PURE__ */ o({
174
+ }), Q = ["width", "height"], W = /* @__PURE__ */ n({
141
175
  __name: "ban",
142
- props: /* @__PURE__ */ c({
176
+ props: /* @__PURE__ */ a({
143
177
  size: {}
144
178
  }, d),
145
179
  setup(s) {
146
- return (e, t) => (n(), a("svg", l(r(h), {
180
+ return (e, t) => (o(), l("svg", c(r(h), {
147
181
  width: e.size,
148
182
  height: e.size
149
183
  }), t[0] || (t[0] = [
@@ -151,35 +185,37 @@ import './index.css';const d = {
151
185
  fill: "currentColor",
152
186
  d: "M344.96 381.2L130.8 167.04C112.88 192.16 102.4 222.88 102.4 256C102.4 340.8 171.2 409.6 256 409.6C289.2 409.6 319.92 399.12 344.96 381.2zM381.2 344.96C399.12 319.84 409.6 289.12 409.6 256C409.6 171.2 340.8 102.4 256 102.4C222.8 102.4 192.08 112.88 167.04 130.8L381.2 344.96zM51.2 256C51.2 142.88 142.88 51.2 256 51.2C369.12 51.2 460.8 142.88 460.8 256C460.8 369.12 369.12 460.8 256 460.8C142.88 460.8 51.2 369.12 51.2 256z"
153
187
  }, null, -1)
154
- ]), 16, G));
188
+ ]), 16, Q));
155
189
  }
156
- }), T = ["width", "height"], F = /* @__PURE__ */ o({
190
+ }), Y = ["width", "height"], e2 = /* @__PURE__ */ n({
157
191
  __name: "bars",
158
- props: /* @__PURE__ */ c({
192
+ props: /* @__PURE__ */ a({
159
193
  size: {}
160
194
  }, d),
161
195
  setup(s) {
162
- return (e, t) => (n(), a("svg", l(r(h), {
196
+ return (e, t) => (o(), l("svg", c(r(h), {
163
197
  width: e.size,
164
198
  height: e.size
165
199
  }), t[0] || (t[0] = [
166
- i("path", {
167
- d: "M108 132h296M108 256h296M108 380h296",
168
- stroke: "currentColor",
169
- "stroke-width": "56",
170
- "stroke-linecap": "round",
171
- "stroke-linejoin": "round",
172
- fill: "none"
173
- }, null, -1)
174
- ]), 16, T));
200
+ i("g", { transform: "translate(-12.8 0) scale(1.05 1)" }, [
201
+ i("path", {
202
+ d: "M108 132h296M108 256h296M108 380h296",
203
+ stroke: "currentColor",
204
+ "stroke-width": "56",
205
+ "stroke-linecap": "round",
206
+ "stroke-linejoin": "round",
207
+ fill: "none"
208
+ })
209
+ ], -1)
210
+ ]), 16, Y));
175
211
  }
176
- }), X = ["width", "height"], J = /* @__PURE__ */ o({
212
+ }), t2 = ["width", "height"], i2 = /* @__PURE__ */ n({
177
213
  __name: "bell",
178
- props: /* @__PURE__ */ c({
214
+ props: /* @__PURE__ */ a({
179
215
  size: {}
180
216
  }, d),
181
217
  setup(s) {
182
- return (e, t) => (n(), a("svg", l(r(h), {
218
+ return (e, t) => (o(), l("svg", c(r(h), {
183
219
  width: e.size,
184
220
  height: e.size
185
221
  }), t[0] || (t[0] = [
@@ -191,105 +227,115 @@ import './index.css';const d = {
191
227
  fill: "currentColor",
192
228
  d: "M200 452h112c-9.3 35-32.9 60-56 60s-46.7-25-56-60Z"
193
229
  }, null, -1)
194
- ]), 16, X));
230
+ ]), 16, t2));
195
231
  }
196
- }), K = ["width", "height"], W = /* @__PURE__ */ o({
232
+ }), s2 = ["width", "height"], r2 = /* @__PURE__ */ n({
197
233
  __name: "bookmark",
198
- props: /* @__PURE__ */ c({
234
+ props: /* @__PURE__ */ a({
199
235
  size: {}
200
236
  }, d),
201
237
  setup(s) {
202
- return (e, t) => (n(), a("svg", l(r(h), {
238
+ return (e, t) => (o(), l("svg", c(r(h), {
203
239
  width: e.size,
204
240
  height: e.size
205
241
  }), t[0] || (t[0] = [
206
- i("path", {
207
- fill: "currentColor",
208
- d: "M160 68h192c35.3 0 64 28.7 64 64v298.4c0 28.7-31.8 45.9-55.8 30.3L256 394.2l-104.2 66.5c-24 15.4-55.8-1.8-55.8-30.3V132c0-35.3 28.7-64 64-64Z"
209
- }, null, -1)
210
- ]), 16, K));
242
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
243
+ i("path", {
244
+ fill: "currentColor",
245
+ d: "M160 68h192c35.3 0 64 28.7 64 64v298.4c0 28.7-31.8 45.9-55.8 30.3L256 394.2l-104.2 66.5c-24 15.4-55.8-1.8-55.8-30.3V132c0-35.3 28.7-64 64-64Z"
246
+ })
247
+ ], -1)
248
+ ]), 16, s2));
211
249
  }
212
- }), Q = ["width", "height"], Y = /* @__PURE__ */ o({
250
+ }), o2 = ["width", "height"], n2 = /* @__PURE__ */ n({
213
251
  __name: "briefcase",
214
- props: /* @__PURE__ */ c({
252
+ props: /* @__PURE__ */ a({
215
253
  size: {}
216
254
  }, d),
217
255
  setup(s) {
218
- return (e, t) => (n(), a("svg", l(r(h), {
256
+ return (e, t) => (o(), l("svg", c(r(h), {
219
257
  width: e.size,
220
258
  height: e.size
221
259
  }), t[0] || (t[0] = [
222
- i("path", {
223
- fill: "currentColor",
224
- d: "M196 58H316C337.54 58 355 75.46 355 97V118H408C445.56 118 476 148.44 476 186V242H332V230C332 212.33 317.67 198 300 198H212C194.33 198 180 212.33 180 230V242H36V186C36 148.44 66.44 118 104 118H157V97C157 75.46 174.46 58 196 58ZM213 118H299V114C299 105.16 291.84 98 283 98H229C220.16 98 213 105.16 213 114V118Z"
225
- }, null, -1),
226
- i("path", {
227
- fill: "currentColor",
228
- d: "M36 290H180V314C180 331.67 194.33 346 212 346H300C317.67 346 332 331.67 332 314V290H476V386C476 423.56 445.56 454 408 454H104C66.44 454 36 423.56 36 386V290ZM236 254V290H276V254H236Z"
229
- }, null, -1)
230
- ]), 16, Q));
260
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
261
+ i("path", {
262
+ fill: "currentColor",
263
+ d: "M196 58H316C337.54 58 355 75.46 355 97V118H408C445.56 118 476 148.44 476 186V242H332V230C332 212.33 317.67 198 300 198H212C194.33 198 180 212.33 180 230V242H36V186C36 148.44 66.44 118 104 118H157V97C157 75.46 174.46 58 196 58ZM213 118H299V114C299 105.16 291.84 98 283 98H229C220.16 98 213 105.16 213 114V118Z"
264
+ }),
265
+ i("path", {
266
+ fill: "currentColor",
267
+ d: "M36 290H180V314C180 331.67 194.33 346 212 346H300C317.67 346 332 331.67 332 314V290H476V386C476 423.56 445.56 454 408 454H104C66.44 454 36 423.56 36 386V290ZM236 254V290H276V254H236Z"
268
+ })
269
+ ], -1)
270
+ ]), 16, o2));
231
271
  }
232
- }), e2 = ["width", "height"], t2 = /* @__PURE__ */ o({
272
+ }), l2 = ["width", "height"], c2 = /* @__PURE__ */ n({
233
273
  __name: "building",
234
- props: /* @__PURE__ */ c({
274
+ props: /* @__PURE__ */ a({
235
275
  size: {}
236
276
  }, d),
237
277
  setup(s) {
238
- return (e, t) => (n(), a("svg", l(r(h), {
278
+ return (e, t) => (o(), l("svg", c(r(h), {
239
279
  width: e.size,
240
280
  height: e.size
241
281
  }), t[0] || (t[0] = [
242
- i("path", {
243
- fill: "currentColor",
244
- "fill-rule": "evenodd",
245
- "clip-rule": "evenodd",
246
- d: "M136 48H376C408.03 48 434 73.97 434 106V406C434 438.03 408.03 464 376 464H136C103.97 464 78 438.03 78 406V106C78 73.97 103.97 48 136 48ZM170 136C158.95 136 150 144.95 150 156V192C150 203.05 158.95 212 170 212H206C217.05 212 226 203.05 226 192V156C226 144.95 217.05 136 206 136H170ZM306 136C294.95 136 286 144.95 286 156V192C286 203.05 294.95 212 306 212H342C353.05 212 362 203.05 362 192V156C362 144.95 353.05 136 342 136H306ZM170 264C158.95 264 150 272.95 150 284V320C150 331.05 158.95 340 170 340H206C217.05 340 226 331.05 226 320V284C226 272.95 217.05 264 206 264H170ZM306 264C294.95 264 286 272.95 286 284V320C286 331.05 294.95 340 306 340H342C353.05 340 362 331.05 362 320V284C362 272.95 353.05 264 342 264H306ZM238 360H274C296.09 360 314 377.91 314 400V464H198V400C198 377.91 215.91 360 238 360Z"
247
- }, null, -1)
248
- ]), 16, e2));
282
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
283
+ i("path", {
284
+ fill: "currentColor",
285
+ "fill-rule": "evenodd",
286
+ "clip-rule": "evenodd",
287
+ d: "M136 48H376C408.03 48 434 73.97 434 106V406C434 438.03 408.03 464 376 464H136C103.97 464 78 438.03 78 406V106C78 73.97 103.97 48 136 48ZM170 136C158.95 136 150 144.95 150 156V192C150 203.05 158.95 212 170 212H206C217.05 212 226 203.05 226 192V156C226 144.95 217.05 136 206 136H170ZM306 136C294.95 136 286 144.95 286 156V192C286 203.05 294.95 212 306 212H342C353.05 212 362 203.05 362 192V156C362 144.95 353.05 136 342 136H306ZM170 264C158.95 264 150 272.95 150 284V320C150 331.05 158.95 340 170 340H206C217.05 340 226 331.05 226 320V284C226 272.95 217.05 264 206 264H170ZM306 264C294.95 264 286 272.95 286 284V320C286 331.05 294.95 340 306 340H342C353.05 340 362 331.05 362 320V284C362 272.95 353.05 264 342 264H306ZM238 360H274C296.09 360 314 377.91 314 400V464H198V400C198 377.91 215.91 360 238 360Z"
288
+ })
289
+ ], -1)
290
+ ]), 16, l2));
249
291
  }
250
- }), i2 = ["width", "height"], s2 = /* @__PURE__ */ o({
292
+ }), a2 = ["width", "height"], d2 = /* @__PURE__ */ n({
251
293
  __name: "calendar",
252
- props: /* @__PURE__ */ c({
294
+ props: /* @__PURE__ */ a({
253
295
  size: {}
254
296
  }, d),
255
297
  setup(s) {
256
- return (e, t) => (n(), a("svg", l(r(h), {
298
+ return (e, t) => (o(), l("svg", c(r(h), {
257
299
  width: e.size,
258
300
  height: e.size
259
301
  }), t[0] || (t[0] = [
260
- i("path", {
261
- fill: "currentColor",
262
- d: "M156 44c19.9 0 36 16.1 36 36v28h128V80c0-19.9 16.1-36 36-36s36 16.1 36 36v28h18c39.8 0 72 32.2 72 72v52H30v-52c0-39.8 32.2-72 72-72h18V80c0-19.9 16.1-36 36-36Z"
263
- }, null, -1),
264
- i("path", {
265
- fill: "currentColor",
266
- d: "M30 268h452v120c0 44.2-35.8 80-80 80H110c-44.2 0-80-35.8-80-80V268Z"
267
- }, null, -1)
268
- ]), 16, i2));
302
+ i("g", { transform: "translate(0 -10.24) scale(1 1.04)" }, [
303
+ i("path", {
304
+ fill: "currentColor",
305
+ d: "M156 44c19.9 0 36 16.1 36 36v28h128V80c0-19.9 16.1-36 36-36s36 16.1 36 36v28h18c39.8 0 72 32.2 72 72v52H30v-52c0-39.8 32.2-72 72-72h18V80c0-19.9 16.1-36 36-36Z"
306
+ }),
307
+ i("path", {
308
+ fill: "currentColor",
309
+ d: "M30 268h452v120c0 44.2-35.8 80-80 80H110c-44.2 0-80-35.8-80-80V268Z"
310
+ })
311
+ ], -1)
312
+ ]), 16, a2));
269
313
  }
270
- }), r2 = ["width", "height"], o2 = /* @__PURE__ */ o({
314
+ }), h2 = ["width", "height"], u2 = /* @__PURE__ */ n({
271
315
  __name: "caretDown",
272
- props: /* @__PURE__ */ c({
316
+ props: /* @__PURE__ */ a({
273
317
  size: {}
274
318
  }, d),
275
319
  setup(s) {
276
- return (e, t) => (n(), a("svg", l(r(h), {
320
+ return (e, t) => (o(), l("svg", c(r(h), {
277
321
  width: e.size,
278
322
  height: e.size
279
323
  }), t[0] || (t[0] = [
280
- i("path", {
281
- fill: "currentColor",
282
- d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
283
- }, null, -1)
284
- ]), 16, r2));
324
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
325
+ i("path", {
326
+ fill: "currentColor",
327
+ d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
328
+ })
329
+ ], -1)
330
+ ]), 16, h2));
285
331
  }
286
- }), n2 = ["width", "height"], l2 = /* @__PURE__ */ o({
332
+ }), p2 = ["width", "height"], C2 = /* @__PURE__ */ n({
287
333
  __name: "caretLeft",
288
- props: /* @__PURE__ */ c({
334
+ props: /* @__PURE__ */ a({
289
335
  size: {}
290
336
  }, d),
291
337
  setup(s) {
292
- return (e, t) => (n(), a("svg", l(r(h), {
338
+ return (e, t) => (o(), l("svg", c(r(h), {
293
339
  width: e.size,
294
340
  height: e.size
295
341
  }), t[0] || (t[0] = [
@@ -299,15 +345,15 @@ import './index.css';const d = {
299
345
  d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
300
346
  })
301
347
  ], -1)
302
- ]), 16, n2));
348
+ ]), 16, p2));
303
349
  }
304
- }), c2 = ["width", "height"], a2 = /* @__PURE__ */ o({
350
+ }), g2 = ["width", "height"], _2 = /* @__PURE__ */ n({
305
351
  __name: "caretRight",
306
- props: /* @__PURE__ */ c({
352
+ props: /* @__PURE__ */ a({
307
353
  size: {}
308
354
  }, d),
309
355
  setup(s) {
310
- return (e, t) => (n(), a("svg", l(r(h), {
356
+ return (e, t) => (o(), l("svg", c(r(h), {
311
357
  width: e.size,
312
358
  height: e.size
313
359
  }), t[0] || (t[0] = [
@@ -317,82 +363,69 @@ import './index.css';const d = {
317
363
  d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
318
364
  })
319
365
  ], -1)
320
- ]), 16, c2));
366
+ ]), 16, g2));
321
367
  }
322
- }), d2 = ["width", "height"], h2 = /* @__PURE__ */ o({
368
+ }), f2 = ["width", "height"], w2 = /* @__PURE__ */ n({
323
369
  __name: "caretUp",
324
- props: /* @__PURE__ */ c({
370
+ props: /* @__PURE__ */ a({
325
371
  size: {}
326
372
  }, d),
327
373
  setup(s) {
328
- return (e, t) => (n(), a("svg", l(r(h), {
374
+ return (e, t) => (o(), l("svg", c(r(h), {
329
375
  width: e.size,
330
376
  height: e.size
331
377
  }), t[0] || (t[0] = [
332
- i("g", { transform: "rotate(180 256 256)" }, [
378
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05) rotate(180 256 256)" }, [
333
379
  i("path", {
334
380
  fill: "currentColor",
335
381
  d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
336
382
  })
337
383
  ], -1)
338
- ]), 16, d2));
384
+ ]), 16, f2));
339
385
  }
340
- }), u2 = ["width", "height"], p2 = /* @__PURE__ */ o({
386
+ }), m2 = ["width", "height"], k2 = /* @__PURE__ */ n({
341
387
  __name: "chartBar",
342
- props: /* @__PURE__ */ c({
388
+ props: /* @__PURE__ */ a({
343
389
  size: {}
344
390
  }, d),
345
391
  setup(s) {
346
- return (e, t) => (n(), a("svg", l(r(h), {
392
+ return (e, t) => (o(), l("svg", c(r(h), {
347
393
  width: e.size,
348
394
  height: e.size
349
395
  }), t[0] || (t[0] = [
350
- i("path", {
351
- fill: "currentColor",
352
- d: "M76 64C90.36 64 102 75.64 102 90V388C102 397.94 110.06 406 120 406H420C434.36 406 446 417.64 446 432C446 446.36 434.36 458 420 458H120C81.34 458 50 426.66 50 388V90C50 75.64 61.64 64 76 64Z"
353
- }, null, -1),
354
- i("path", {
355
- fill: "currentColor",
356
- d: "M160 92H346C360.36 92 372 103.64 372 118C372 132.36 360.36 144 346 144H160C145.64 144 134 132.36 134 118C134 103.64 145.64 92 160 92Z"
357
- }, null, -1),
358
- i("path", {
359
- fill: "currentColor",
360
- d: "M160 186H284C298.36 186 310 197.64 310 212C310 226.36 298.36 238 284 238H160C145.64 238 134 226.36 134 212C134 197.64 145.64 186 160 186Z"
361
- }, null, -1),
362
- i("path", {
363
- fill: "currentColor",
364
- d: "M160 280H410C424.36 280 436 291.64 436 306C436 320.36 424.36 332 410 332H160C145.64 332 134 320.36 134 306C134 291.64 145.64 280 160 280Z"
365
- }, null, -1)
366
- ]), 16, u2));
396
+ C('<g transform="translate(-10.24 -10.24) scale(1.04)"><path fill="currentColor" d="M76 64C90.36 64 102 75.64 102 90V388C102 397.94 110.06 406 120 406H420C434.36 406 446 417.64 446 432C446 446.36 434.36 458 420 458H120C81.34 458 50 426.66 50 388V90C50 75.64 61.64 64 76 64Z"></path><path fill="currentColor" d="M160 92H346C360.36 92 372 103.64 372 118C372 132.36 360.36 144 346 144H160C145.64 144 134 132.36 134 118C134 103.64 145.64 92 160 92Z"></path><path fill="currentColor" d="M160 186H284C298.36 186 310 197.64 310 212C310 226.36 298.36 238 284 238H160C145.64 238 134 226.36 134 212C134 197.64 145.64 186 160 186Z"></path><path fill="currentColor" d="M160 280H410C424.36 280 436 291.64 436 306C436 320.36 424.36 332 410 332H160C145.64 332 134 320.36 134 306C134 291.64 145.64 280 160 280Z"></path></g>', 1)
397
+ ]), 16, m2));
367
398
  }
368
- }), C2 = ["width", "height"], _2 = /* @__PURE__ */ o({
399
+ }), y2 = ["width", "height"], v2 = /* @__PURE__ */ n({
369
400
  __name: "check",
370
- props: /* @__PURE__ */ c({
401
+ props: /* @__PURE__ */ a({
371
402
  size: {}
372
403
  }, d),
373
404
  setup(s) {
374
- return (e, t) => (n(), a("svg", l(r(h), {
405
+ return (e, t) => (o(), l("svg", c(r(h), {
375
406
  width: e.size,
376
407
  height: e.size
377
408
  }), t[0] || (t[0] = [
378
- i("path", {
379
- d: "M128 274 220 364 392 148",
380
- stroke: "currentColor",
381
- "stroke-width": "56",
382
- "stroke-linecap": "round",
383
- "stroke-linejoin": "round",
384
- fill: "none"
385
- }, null, -1)
386
- ]), 16, C2));
409
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
410
+ i("path", {
411
+ d: "M128 274 220 364 392 148",
412
+ stroke: "currentColor",
413
+ "stroke-width": "56",
414
+ "stroke-linecap": "round",
415
+ "stroke-linejoin": "round",
416
+ fill: "none"
417
+ })
418
+ ], -1)
419
+ ]), 16, y2));
387
420
  }
388
- }), g2 = ["width", "height"], f2 = ["mask"], w2 = /* @__PURE__ */ o({
421
+ }), z2 = ["width", "height"], L2 = ["mask"], $2 = /* @__PURE__ */ n({
389
422
  __name: "checkCircle",
390
- props: /* @__PURE__ */ c({
423
+ props: /* @__PURE__ */ a({
391
424
  size: {}
392
425
  }, d),
393
426
  setup(s) {
394
427
  const e = `check-circle-mask-${p()}`;
395
- return (t, u) => (n(), a("svg", l(r(h), {
428
+ return (t, u) => (o(), l("svg", c(r(h), {
396
429
  width: t.size,
397
430
  height: t.size
398
431
  }), [
@@ -406,12 +439,13 @@ import './index.css';const d = {
406
439
  i("circle", {
407
440
  cx: "256",
408
441
  cy: "256",
409
- r: "182",
442
+ r: "256",
410
443
  fill: "white"
411
444
  }, null, -1),
412
445
  i("path", {
413
446
  d: "M333 176c11.5 0 20.8 9.3 20.8 20.8 0 5.5-2.1 10.8-6 14.8L241.3 334.9c-8.1 9.4-22.3 9.9-31 .4l-49.1-53.8c-7.7-8.4-7.1-21.6 1.3-29.3 8.4-7.7 21.6-7.1 29.3 1.3l33.1 36.2 91.9-106.2c4-4.6 9.7-7.3 15.8-7.3Z",
414
- fill: "black"
447
+ fill: "black",
448
+ transform: "translate(256 256) scale(1.22) translate(-256 -256)"
415
449
  }, null, -1)
416
450
  ]))
417
451
  ]),
@@ -420,16 +454,16 @@ import './index.css';const d = {
420
454
  height: "512",
421
455
  fill: "currentColor",
422
456
  mask: `url(#${e})`
423
- }, null, 8, f2)
424
- ], 16, g2));
457
+ }, null, 8, L2)
458
+ ], 16, z2));
425
459
  }
426
- }), m2 = ["width", "height"], k2 = /* @__PURE__ */ o({
460
+ }), b2 = ["width", "height"], M2 = /* @__PURE__ */ n({
427
461
  __name: "chevronDown",
428
- props: /* @__PURE__ */ c({
462
+ props: /* @__PURE__ */ a({
429
463
  size: {}
430
464
  }, d),
431
465
  setup(s) {
432
- return (e, t) => (n(), a("svg", l(r(h), {
466
+ return (e, t) => (o(), l("svg", c(r(h), {
433
467
  width: e.size,
434
468
  height: e.size
435
469
  }), t[0] || (t[0] = [
@@ -439,15 +473,15 @@ import './index.css';const d = {
439
473
  d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
440
474
  })
441
475
  ], -1)
442
- ]), 16, m2));
476
+ ]), 16, b2));
443
477
  }
444
- }), z2 = ["width", "height"], y2 = /* @__PURE__ */ o({
478
+ }), H2 = ["width", "height"], V2 = /* @__PURE__ */ n({
445
479
  __name: "chevronLeft",
446
- props: /* @__PURE__ */ c({
480
+ props: /* @__PURE__ */ a({
447
481
  size: {}
448
482
  }, d),
449
483
  setup(s) {
450
- return (e, t) => (n(), a("svg", l(r(h), {
484
+ return (e, t) => (o(), l("svg", c(r(h), {
451
485
  width: e.size,
452
486
  height: e.size
453
487
  }), t[0] || (t[0] = [
@@ -457,15 +491,15 @@ import './index.css';const d = {
457
491
  d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
458
492
  })
459
493
  ], -1)
460
- ]), 16, z2));
494
+ ]), 16, H2));
461
495
  }
462
- }), v2 = ["width", "height"], L2 = /* @__PURE__ */ o({
496
+ }), S2 = ["width", "height"], x2 = /* @__PURE__ */ n({
463
497
  __name: "chevronRight",
464
- props: /* @__PURE__ */ c({
498
+ props: /* @__PURE__ */ a({
465
499
  size: {}
466
500
  }, d),
467
501
  setup(s) {
468
- return (e, t) => (n(), a("svg", l(r(h), {
502
+ return (e, t) => (o(), l("svg", c(r(h), {
469
503
  width: e.size,
470
504
  height: e.size
471
505
  }), t[0] || (t[0] = [
@@ -475,15 +509,15 @@ import './index.css';const d = {
475
509
  d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
476
510
  })
477
511
  ], -1)
478
- ]), 16, v2));
512
+ ]), 16, S2));
479
513
  }
480
- }), b2 = ["width", "height"], $2 = /* @__PURE__ */ o({
514
+ }), Z2 = ["width", "height"], R2 = /* @__PURE__ */ n({
481
515
  __name: "chevronUp",
482
- props: /* @__PURE__ */ c({
516
+ props: /* @__PURE__ */ a({
483
517
  size: {}
484
518
  }, d),
485
519
  setup(s) {
486
- return (e, t) => (n(), a("svg", l(r(h), {
520
+ return (e, t) => (o(), l("svg", c(r(h), {
487
521
  width: e.size,
488
522
  height: e.size
489
523
  }), t[0] || (t[0] = [
@@ -491,15 +525,15 @@ import './index.css';const d = {
491
525
  fill: "currentColor",
492
526
  d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
493
527
  }, null, -1)
494
- ]), 16, b2));
528
+ ]), 16, Z2));
495
529
  }
496
- }), M2 = ["width", "height"], H2 = /* @__PURE__ */ o({
530
+ }), D2 = ["width", "height"], I2 = /* @__PURE__ */ n({
497
531
  __name: "circleHalf",
498
- props: /* @__PURE__ */ c({
532
+ props: /* @__PURE__ */ a({
499
533
  size: {}
500
534
  }, d),
501
535
  setup(s) {
502
- return (e, t) => (n(), a("svg", l(r(h), {
536
+ return (e, t) => (o(), l("svg", c(r(h), {
503
537
  width: e.size,
504
538
  height: e.size
505
539
  }), t[0] || (t[0] = [
@@ -507,15 +541,15 @@ import './index.css';const d = {
507
541
  fill: "currentColor",
508
542
  d: "M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"
509
543
  }, null, -1)
510
- ]), 16, M2));
544
+ ]), 16, D2));
511
545
  }
512
- }), V2 = ["width", "height"], Z2 = /* @__PURE__ */ o({
546
+ }), U2 = ["width", "height"], O2 = /* @__PURE__ */ n({
513
547
  __name: "circleNotch",
514
- props: /* @__PURE__ */ c({
548
+ props: /* @__PURE__ */ a({
515
549
  size: {}
516
550
  }, d),
517
551
  setup(s) {
518
- return (e, t) => (n(), a("svg", l(r(h), {
552
+ return (e, t) => (o(), l("svg", c(r(h), {
519
553
  width: e.size,
520
554
  height: e.size
521
555
  }), t[0] || (t[0] = [
@@ -523,15 +557,15 @@ import './index.css';const d = {
523
557
  fill: "currentColor",
524
558
  d: "M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8-79.3 23.6-137.1 97.1-137.1 184.1 0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256 512 397.4 397.4 512 256 512S0 397.4 0 256c0-116 77.1-213.9 182.9-245.4 16.9-5 34.8 4.6 39.8 21.5z"
525
559
  }, null, -1)
526
- ]), 16, V2));
560
+ ]), 16, U2));
527
561
  }
528
- }), S2 = ["width", "height"], R2 = /* @__PURE__ */ o({
562
+ }), j2 = ["width", "height"], q2 = /* @__PURE__ */ n({
529
563
  __name: "clipboard",
530
- props: /* @__PURE__ */ c({
564
+ props: /* @__PURE__ */ a({
531
565
  size: {}
532
566
  }, d),
533
567
  setup(s) {
534
- return (e, t) => (n(), a("svg", l(r(h), {
568
+ return (e, t) => (o(), l("svg", c(r(h), {
535
569
  width: e.size,
536
570
  height: e.size
537
571
  }), t[0] || (t[0] = [
@@ -543,15 +577,15 @@ import './index.css';const d = {
543
577
  fill: "currentColor",
544
578
  d: "M190 130H322C339.67 130 354 144.33 354 162C354 179.67 339.67 194 322 194H190C172.33 194 158 179.67 158 162C158 144.33 172.33 130 190 130Z"
545
579
  }, null, -1)
546
- ]), 16, S2));
580
+ ]), 16, j2));
547
581
  }
548
- }), x2 = ["width", "height"], D2 = /* @__PURE__ */ o({
582
+ }), B2 = ["width", "height"], A2 = /* @__PURE__ */ n({
549
583
  __name: "clock",
550
- props: /* @__PURE__ */ c({
584
+ props: /* @__PURE__ */ a({
551
585
  size: {}
552
586
  }, d),
553
587
  setup(s) {
554
- return (e, t) => (n(), a("svg", l(r(h), {
588
+ return (e, t) => (o(), l("svg", c(r(h), {
555
589
  width: e.size,
556
590
  height: e.size
557
591
  }), t[0] || (t[0] = [
@@ -559,15 +593,15 @@ import './index.css';const d = {
559
593
  fill: "currentColor",
560
594
  d: "M256 64C362.04 64 448 149.96 448 256C448 362.04 362.04 448 256 448C149.96 448 64 362.04 64 256C64 149.96 149.96 64 256 64ZM232 152V259.16C232 267.18 235.99 274.67 242.63 279.11L318.63 329.77C329.67 337.13 344.57 334.15 351.92 323.11C359.28 312.08 356.3 297.18 345.26 289.82L280 246.31V152C280 138.75 269.25 128 256 128C242.75 128 232 138.75 232 152Z"
561
595
  }, null, -1)
562
- ]), 16, x2));
596
+ ]), 16, B2));
563
597
  }
564
- }), I2 = ["width", "height"], U2 = /* @__PURE__ */ o({
598
+ }), N2 = ["width", "height"], P2 = /* @__PURE__ */ n({
565
599
  __name: "cloud",
566
- props: /* @__PURE__ */ c({
600
+ props: /* @__PURE__ */ a({
567
601
  size: {}
568
602
  }, d),
569
603
  setup(s) {
570
- return (e, t) => (n(), a("svg", l(r(h), {
604
+ return (e, t) => (o(), l("svg", c(r(h), {
571
605
  width: e.size,
572
606
  height: e.size
573
607
  }), t[0] || (t[0] = [
@@ -575,15 +609,15 @@ import './index.css';const d = {
575
609
  fill: "currentColor",
576
610
  d: "M152 424h212c53 0 96-40.3 96-90s-43-90-96-90h-6.2c-13.6-45.8-56.4-78-106.8-78-57.3 0-103.7 41.5-110.8 95.2C96.8 267.5 62 303.2 62 348c0 42 40.3 76 90 76Z"
577
611
  }, null, -1)
578
- ]), 16, I2));
612
+ ]), 16, N2));
579
613
  }
580
- }), j2 = ["width", "height"], O2 = /* @__PURE__ */ o({
614
+ }), G2 = ["width", "height"], T2 = /* @__PURE__ */ n({
581
615
  __name: "code",
582
- props: /* @__PURE__ */ c({
616
+ props: /* @__PURE__ */ a({
583
617
  size: {}
584
618
  }, d),
585
619
  setup(s) {
586
- return (e, t) => (n(), a("svg", l(r(h), {
620
+ return (e, t) => (o(), l("svg", c(r(h), {
587
621
  width: e.size,
588
622
  height: e.size
589
623
  }), t[0] || (t[0] = [
@@ -611,15 +645,15 @@ import './index.css';const d = {
611
645
  "stroke-linejoin": "round",
612
646
  fill: "none"
613
647
  }, null, -1)
614
- ]), 16, j2));
648
+ ]), 16, G2));
615
649
  }
616
- }), B2 = ["width", "height"], A2 = /* @__PURE__ */ o({
650
+ }), E2 = ["width", "height"], X2 = /* @__PURE__ */ n({
617
651
  __name: "collapse",
618
- props: /* @__PURE__ */ c({
652
+ props: /* @__PURE__ */ a({
619
653
  size: {}
620
654
  }, d),
621
655
  setup(s) {
622
- return (e, t) => (n(), a("svg", l(r(h), {
656
+ return (e, t) => (o(), l("svg", c(r(h), {
623
657
  width: e.size,
624
658
  height: e.size
625
659
  }), t[0] || (t[0] = [
@@ -627,15 +661,15 @@ import './index.css';const d = {
627
661
  fill: "currentColor",
628
662
  d: "M402.8 56.8C410.32 49.28 422.48 49.28 429.92 56.8L455.52 82.4C463.04 89.92 463.04 102.08 455.52 109.52L385.92 179.12L417.12 210.32C422.64 215.84 424.24 224.08 421.28 231.28C418.32 238.48 411.36 243.2 403.6 243.2L288.4 243.2C277.76 243.2 269.2 234.64 269.2 224L269.2 108.8C269.2 101.04 273.84 94 281.04 91.04C288.24 88.08 296.48 89.68 302 95.2L333.2 126.4L402.8 56.8zM109.2 268.8L224.4 268.8C235.04 268.8 243.6 277.36 243.6 288L243.6 403.2C243.6 410.96 238.96 418 231.76 420.96C224.56 423.92 216.32 422.32 210.8 416.8L179.6 385.6L110 455.2C102.48 462.72 90.32 462.72 82.88 455.2L57.28 429.6C49.76 422.08 49.76 409.92 57.28 402.48L126.88 332.88L95.68 301.68C90.16 296.16 88.56 287.92 91.52 280.72C94.48 273.52 101.44 268.8 109.2 268.8z"
629
663
  }, null, -1)
630
- ]), 16, B2));
664
+ ]), 16, E2));
631
665
  }
632
- }), N2 = ["width", "height"], P2 = /* @__PURE__ */ o({
666
+ }), F2 = ["width", "height"], J2 = /* @__PURE__ */ n({
633
667
  __name: "columns",
634
- props: /* @__PURE__ */ c({
668
+ props: /* @__PURE__ */ a({
635
669
  size: {}
636
670
  }, d),
637
671
  setup(s) {
638
- return (e, t) => (n(), a("svg", l(r(h), {
672
+ return (e, t) => (o(), l("svg", c(r(h), {
639
673
  width: e.size,
640
674
  height: e.size
641
675
  }), t[0] || (t[0] = [
@@ -643,15 +677,15 @@ import './index.css';const d = {
643
677
  fill: "currentColor",
644
678
  d: "M76.8 128C76.8 99.76 99.76 76.8 128 76.8L384 76.8C412.24 76.8 435.2 99.76 435.2 128L435.2 384C435.2 412.24 412.24 435.2 384 435.2L128 435.2C99.76 435.2 76.8 412.24 76.8 384L76.8 128zM128 179.2L128 384L230.4 384L230.4 179.2L128 179.2zM384 179.2L281.6 179.2L281.6 384L384 384L384 179.2z"
645
679
  }, null, -1)
646
- ]), 16, N2));
680
+ ]), 16, F2));
647
681
  }
648
- }), q2 = ["width", "height"], G2 = /* @__PURE__ */ o({
682
+ }), K2 = ["width", "height"], Q2 = /* @__PURE__ */ n({
649
683
  __name: "copy",
650
- props: /* @__PURE__ */ c({
684
+ props: /* @__PURE__ */ a({
651
685
  size: {}
652
686
  }, d),
653
687
  setup(s) {
654
- return (e, t) => (n(), a("svg", l(r(h), {
688
+ return (e, t) => (o(), l("svg", c(r(h), {
655
689
  width: e.size,
656
690
  height: e.size
657
691
  }), t[0] || (t[0] = [
@@ -663,16 +697,16 @@ import './index.css';const d = {
663
697
  fill: "currentColor",
664
698
  d: "M148 168C113.76 168 86 195.76 86 230V446C86 480.24 113.76 508 148 508H312C346.24 508 374 480.24 374 446V432H314V446C314 447.1 313.1 448 312 448H148C146.9 448 146 447.1 146 446V230C146 228.9 146.9 228 148 228H164V168H148Z"
665
699
  }, null, -1)
666
- ]), 16, q2));
700
+ ]), 16, K2));
667
701
  }
668
- }), E2 = ["width", "height"], T2 = ["id"], F2 = ["mask"], X2 = /* @__PURE__ */ o({
702
+ }), W2 = ["width", "height"], Y2 = ["id"], ee = ["mask"], te = /* @__PURE__ */ n({
669
703
  __name: "cpu",
670
- props: /* @__PURE__ */ c({
704
+ props: /* @__PURE__ */ a({
671
705
  size: {}
672
706
  }, d),
673
707
  setup(s) {
674
708
  const e = p();
675
- return (t, u) => (n(), a("svg", l(r(h), {
709
+ return (t, u) => (o(), l("svg", c(r(h), {
676
710
  width: t.size,
677
711
  height: t.size
678
712
  }), [
@@ -699,68 +733,72 @@ import './index.css';const d = {
699
733
  rx: "26",
700
734
  fill: "black"
701
735
  }, null, -1)
702
- ]), 8, T2)
736
+ ]), 8, Y2)
703
737
  ]),
704
738
  i("rect", {
705
739
  width: "512",
706
740
  height: "512",
707
741
  fill: "currentColor",
708
742
  mask: `url(#${r(e)})`
709
- }, null, 8, F2),
743
+ }, null, 8, ee),
710
744
  u[1] || (u[1] = C('<rect x="202" y="40" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="274" y="40" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="202" y="408" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="274" y="408" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="40" y="202" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="40" y="274" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="408" y="202" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="408" y="274" width="64" height="36" rx="18" fill="currentColor"></rect>', 8))
711
- ], 16, E2));
745
+ ], 16, W2));
712
746
  }
713
- }), J2 = ["width", "height"], K2 = /* @__PURE__ */ o({
747
+ }), ie = ["width", "height"], se = /* @__PURE__ */ n({
714
748
  __name: "creditCard",
715
- props: /* @__PURE__ */ c({
749
+ props: /* @__PURE__ */ a({
716
750
  size: {}
717
751
  }, d),
718
752
  setup(s) {
719
- return (e, t) => (n(), a("svg", l(r(h), {
753
+ return (e, t) => (o(), l("svg", c(r(h), {
720
754
  width: e.size,
721
755
  height: e.size
722
756
  }), t[0] || (t[0] = [
723
- i("path", {
724
- fill: "currentColor",
725
- d: "M116 92H396C433.56 92 464 122.44 464 160V180H48V160C48 122.44 78.44 92 116 92Z"
726
- }, null, -1),
727
- i("path", {
728
- fill: "currentColor",
729
- d: "M48 212H464V352C464 389.56 433.56 420 396 420H116C78.44 420 48 389.56 48 352V212ZM112 340C112 354.36 123.64 366 138 366H186C200.36 366 212 354.36 212 340C212 325.64 200.36 314 186 314H138C123.64 314 112 325.64 112 340ZM250 314C235.64 314 224 325.64 224 340C224 354.36 235.64 366 250 366H314C328.36 366 340 354.36 340 340C340 325.64 328.36 314 314 314H250Z"
730
- }, null, -1)
731
- ]), 16, J2));
757
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
758
+ i("path", {
759
+ fill: "currentColor",
760
+ d: "M116 92H396C433.56 92 464 122.44 464 160V180H48V160C48 122.44 78.44 92 116 92Z"
761
+ }),
762
+ i("path", {
763
+ fill: "currentColor",
764
+ d: "M48 212H464V352C464 389.56 433.56 420 396 420H116C78.44 420 48 389.56 48 352V212ZM112 340C112 354.36 123.64 366 138 366H186C200.36 366 212 354.36 212 340C212 325.64 200.36 314 186 314H138C123.64 314 112 325.64 112 340ZM250 314C235.64 314 224 325.64 224 340C224 354.36 235.64 366 250 366H314C328.36 366 340 354.36 340 340C340 325.64 328.36 314 314 314H250Z"
765
+ })
766
+ ], -1)
767
+ ]), 16, ie));
732
768
  }
733
- }), W2 = ["width", "height"], Q2 = /* @__PURE__ */ o({
769
+ }), re = ["width", "height"], oe = /* @__PURE__ */ n({
734
770
  __name: "database",
735
- props: /* @__PURE__ */ c({
771
+ props: /* @__PURE__ */ a({
736
772
  size: {}
737
773
  }, d),
738
774
  setup(s) {
739
- return (e, t) => (n(), a("svg", l(r(h), {
775
+ return (e, t) => (o(), l("svg", c(r(h), {
740
776
  width: e.size,
741
777
  height: e.size
742
778
  }), t[0] || (t[0] = [
743
- i("path", {
744
- fill: "currentColor",
745
- d: "M256 56C166.6 56 96 83.48 96 118V170C96 204.52 166.6 232 256 232C345.4 232 416 204.52 416 170V118C416 83.48 345.4 56 256 56ZM256 104C326.57 104 368 121.01 368 128C368 134.99 326.57 152 256 152C185.43 152 144 134.99 144 128C144 121.01 185.43 104 256 104Z"
746
- }, null, -1),
747
- i("path", {
748
- fill: "currentColor",
749
- d: "M96 216.88C129.63 237.87 190.12 250 256 250C321.88 250 382.37 237.87 416 216.88V288C416 322.52 345.4 350 256 350C166.6 350 96 322.52 96 288V216.88Z"
750
- }, null, -1),
751
- i("path", {
752
- fill: "currentColor",
753
- d: "M96 334.88C129.63 355.87 190.12 368 256 368C321.88 368 382.37 355.87 416 334.88V394C416 428.52 345.4 456 256 456C166.6 456 96 428.52 96 394V334.88Z"
754
- }, null, -1)
755
- ]), 16, W2));
779
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
780
+ i("path", {
781
+ fill: "currentColor",
782
+ d: "M256 56C166.6 56 96 83.48 96 118V170C96 204.52 166.6 232 256 232C345.4 232 416 204.52 416 170V118C416 83.48 345.4 56 256 56ZM256 104C326.57 104 368 121.01 368 128C368 134.99 326.57 152 256 152C185.43 152 144 134.99 144 128C144 121.01 185.43 104 256 104Z"
783
+ }),
784
+ i("path", {
785
+ fill: "currentColor",
786
+ d: "M96 216.88C129.63 237.87 190.12 250 256 250C321.88 250 382.37 237.87 416 216.88V288C416 322.52 345.4 350 256 350C166.6 350 96 322.52 96 288V216.88Z"
787
+ }),
788
+ i("path", {
789
+ fill: "currentColor",
790
+ d: "M96 334.88C129.63 355.87 190.12 368 256 368C321.88 368 382.37 355.87 416 334.88V394C416 428.52 345.4 456 256 456C166.6 456 96 428.52 96 394V334.88Z"
791
+ })
792
+ ], -1)
793
+ ]), 16, re));
756
794
  }
757
- }), Y2 = ["width", "height"], ee = /* @__PURE__ */ o({
795
+ }), ne = ["width", "height"], le = /* @__PURE__ */ n({
758
796
  __name: "download",
759
- props: /* @__PURE__ */ c({
797
+ props: /* @__PURE__ */ a({
760
798
  size: {}
761
799
  }, d),
762
800
  setup(s) {
763
- return (e, t) => (n(), a("svg", l(r(h), {
801
+ return (e, t) => (o(), l("svg", c(r(h), {
764
802
  width: e.size,
765
803
  height: e.size
766
804
  }), t[0] || (t[0] = [
@@ -768,15 +806,15 @@ import './index.css';const d = {
768
806
  fill: "currentColor",
769
807
  d: "M282 80C282 65.64 270.36 54 256 54C241.64 54 230 65.64 230 80V248.24L196.38 214.62C186.23 204.47 169.77 204.47 159.62 214.62C149.47 224.77 149.47 241.23 159.62 251.38L237.62 329.38C247.77 339.53 264.23 339.53 274.38 329.38L352.38 251.38C362.53 241.23 362.53 224.77 352.38 214.62C342.23 204.47 325.77 204.47 315.62 214.62L282 248.24V80ZM136 312C107.28 312 84 335.28 84 364V404C84 432.72 107.28 456 136 456H376C404.72 456 428 432.72 428 404V364C428 335.28 404.72 312 376 312H338.77L302.67 348.1C276.11 374.66 232.89 374.66 206.33 348.1L170.23 312H136ZM364 358C378.36 358 390 369.64 390 384C390 398.36 378.36 410 364 410C349.64 410 338 398.36 338 384C338 369.64 349.64 358 364 358Z"
770
808
  }, null, -1)
771
- ]), 16, Y2));
809
+ ]), 16, ne));
772
810
  }
773
- }), te = ["width", "height"], ie = /* @__PURE__ */ o({
811
+ }), ce = ["width", "height"], ae = /* @__PURE__ */ n({
774
812
  __name: "ellipsis",
775
- props: /* @__PURE__ */ c({
813
+ props: /* @__PURE__ */ a({
776
814
  size: {}
777
815
  }, d),
778
816
  setup(s) {
779
- return (e, t) => (n(), a("svg", l(r(h), {
817
+ return (e, t) => (o(), l("svg", c(r(h), {
780
818
  width: e.size,
781
819
  height: e.size
782
820
  }), t[0] || (t[0] = [
@@ -798,15 +836,15 @@ import './index.css';const d = {
798
836
  r: "45",
799
837
  fill: "currentColor"
800
838
  }, null, -1)
801
- ]), 16, te));
839
+ ]), 16, ce));
802
840
  }
803
- }), se = ["width", "height"], re = /* @__PURE__ */ o({
841
+ }), de = ["width", "height"], he = /* @__PURE__ */ n({
804
842
  __name: "expand",
805
- props: /* @__PURE__ */ c({
843
+ props: /* @__PURE__ */ a({
806
844
  size: {}
807
845
  }, d),
808
846
  setup(s) {
809
- return (e, t) => (n(), a("svg", l(r(h), {
847
+ return (e, t) => (o(), l("svg", c(r(h), {
810
848
  width: e.size,
811
849
  height: e.size
812
850
  }), t[0] || (t[0] = [
@@ -814,15 +852,15 @@ import './index.css';const d = {
814
852
  fill: "currentColor",
815
853
  d: "M326.4 51.2L441.6 51.2C452.24 51.2 460.8 59.76 460.8 70.4L460.8 185.6C460.8 193.36 456.16 200.4 448.96 203.36C441.76 206.32 433.52 204.72 428 199.2L396.8 168L327.2 237.6C319.68 245.12 307.52 245.12 300.08 237.6L274.48 212C266.96 204.48 266.96 192.32 274.48 184.88L344.08 115.28L312.88 84.08C307.36 78.56 305.76 70.32 308.72 63.12C311.68 55.92 318.64 51.2 326.4 51.2zM185.6 460.8L70.4 460.8C59.76 460.8 51.2 452.24 51.2 441.6L51.2 326.4C51.2 318.64 55.84 311.6 63.04 308.64C70.24 305.68 78.48 307.36 84 312.8L115.2 344L184.8 274.4C192.32 266.88 204.48 266.88 211.92 274.4L237.52 300C245.04 307.52 245.04 319.68 237.52 327.12L167.92 396.72L199.12 427.92C204.64 433.44 206.24 441.68 203.28 448.88C200.32 456.08 193.36 460.8 185.6 460.8z"
816
854
  }, null, -1)
817
- ]), 16, se));
855
+ ]), 16, de));
818
856
  }
819
- }), oe = ["width", "height"], ne = /* @__PURE__ */ o({
857
+ }), ue = ["width", "height"], pe = /* @__PURE__ */ n({
820
858
  __name: "externalLink",
821
- props: /* @__PURE__ */ c({
859
+ props: /* @__PURE__ */ a({
822
860
  size: {}
823
861
  }, d),
824
862
  setup(s) {
825
- return (e, t) => (n(), a("svg", l(r(h), {
863
+ return (e, t) => (o(), l("svg", c(r(h), {
826
864
  width: e.size,
827
865
  height: e.size
828
866
  }), t[0] || (t[0] = [
@@ -834,22 +872,22 @@ import './index.css';const d = {
834
872
  fill: "currentColor",
835
873
  d: "M116 128C80.65 128 52 156.65 52 192V384C52 419.35 80.65 448 116 448H308C343.35 448 372 419.35 372 384V324C372 309.64 360.36 298 346 298C331.64 298 320 309.64 320 324V384C320 390.63 314.63 396 308 396H116C109.37 396 104 390.63 104 384V192C104 185.37 109.37 180 116 180H176C190.36 180 202 168.36 202 154C202 139.64 190.36 128 176 128H116Z"
836
874
  }, null, -1)
837
- ]), 16, oe));
875
+ ]), 16, ue));
838
876
  }
839
- }), le = ["width", "height"], ce = ["mask"], ae = /* @__PURE__ */ o({
877
+ }), Ce = ["width", "height"], ge = ["mask"], _e = /* @__PURE__ */ n({
840
878
  __name: "eye",
841
- props: /* @__PURE__ */ c({
879
+ props: /* @__PURE__ */ a({
842
880
  size: {}
843
881
  }, d),
844
882
  setup(s) {
845
883
  const e = `eye-mask-${p()}`;
846
- return (t, u) => (n(), a("svg", l(r(h), {
884
+ return (t, u) => (o(), l("svg", c(r(h), {
847
885
  width: t.size,
848
886
  height: t.size
849
887
  }), [
850
888
  i("defs", null, [
851
889
  i("mask", { id: e }, u[0] || (u[0] = [
852
- C('<rect width="512" height="512" fill="black"></rect><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle>', 5)
890
+ C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-10.24 -10.24) scale(1.04)"><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle></g>', 2)
853
891
  ]))
854
892
  ]),
855
893
  i("rect", {
@@ -857,23 +895,23 @@ import './index.css';const d = {
857
895
  height: "512",
858
896
  fill: "currentColor",
859
897
  mask: `url(#${e})`
860
- }, null, 8, ce)
861
- ], 16, le));
898
+ }, null, 8, ge)
899
+ ], 16, Ce));
862
900
  }
863
- }), de = ["width", "height"], he = ["mask"], ue = /* @__PURE__ */ o({
901
+ }), fe = ["width", "height"], we = ["mask"], me = /* @__PURE__ */ n({
864
902
  __name: "eyeSlash",
865
- props: /* @__PURE__ */ c({
903
+ props: /* @__PURE__ */ a({
866
904
  size: {}
867
905
  }, d),
868
906
  setup(s) {
869
907
  const e = `eye-slash-mask-${p()}`;
870
- return (t, u) => (n(), a("svg", l(r(h), {
908
+ return (t, u) => (o(), l("svg", c(r(h), {
871
909
  width: t.size,
872
910
  height: t.size
873
911
  }), [
874
912
  i("defs", null, [
875
913
  i("mask", { id: e }, u[0] || (u[0] = [
876
- C('<rect width="512" height="512" fill="black"></rect><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle><rect x="6" y="235" width="500" height="48" rx="24" transform="rotate(45 256 256)" fill="black"></rect>', 6)
914
+ C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-10.24 -10.24) scale(1.04)"><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle></g><rect x="6" y="235" width="500" height="48" rx="24" transform="rotate(45 256 256)" fill="black"></rect>', 3)
877
915
  ]))
878
916
  ]),
879
917
  i("rect", {
@@ -881,7 +919,7 @@ import './index.css';const d = {
881
919
  height: "512",
882
920
  fill: "currentColor",
883
921
  mask: `url(#${e})`
884
- }, null, 8, he),
922
+ }, null, 8, we),
885
923
  u[1] || (u[1] = i("rect", {
886
924
  x: "6",
887
925
  y: "235",
@@ -891,16 +929,16 @@ import './index.css';const d = {
891
929
  transform: "rotate(45 256 256)",
892
930
  fill: "currentColor"
893
931
  }, null, -1))
894
- ], 16, de));
932
+ ], 16, fe));
895
933
  }
896
- }), pe = ["width", "height"], Ce = ["id"], _e = ["mask"], ge = /* @__PURE__ */ o({
934
+ }), ke = ["width", "height"], ye = ["id"], ve = ["mask"], ze = /* @__PURE__ */ n({
897
935
  __name: "file",
898
- props: /* @__PURE__ */ c({
936
+ props: /* @__PURE__ */ a({
899
937
  size: {}
900
938
  }, d),
901
939
  setup(s) {
902
940
  const e = p();
903
- return (t, u) => (n(), a("svg", l(r(h), {
941
+ return (t, u) => (o(), l("svg", c(r(h), {
904
942
  width: t.size,
905
943
  height: t.size
906
944
  }), [
@@ -911,47 +949,51 @@ import './index.css';const d = {
911
949
  height: "512",
912
950
  fill: "black"
913
951
  }, null, -1),
914
- i("path", {
915
- fill: "white",
916
- d: "M148 68h140c20.4 0 40 8.1 54.5 22.6l72.9 72.9A77 77 0 0 1 438 218v186c0 35.3-28.7 64-64 64H148c-35.3 0-64-28.7-64-64V132c0-35.3 28.7-64 64-64Z"
917
- }, null, -1),
918
- i("path", {
919
- fill: "black",
920
- d: "M280 90v78c0 13.3 10.7 24 24 24h78L280 90Z"
921
- }, null, -1)
922
- ]), 8, Ce)
952
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
953
+ i("path", {
954
+ fill: "white",
955
+ d: "M148 68h140c20.4 0 40 8.1 54.5 22.6l72.9 72.9A77 77 0 0 1 438 218v186c0 35.3-28.7 64-64 64H148c-35.3 0-64-28.7-64-64V132c0-35.3 28.7-64 64-64Z"
956
+ }),
957
+ i("path", {
958
+ fill: "black",
959
+ d: "M280 90v78c0 13.3 10.7 24 24 24h78L280 90Z"
960
+ })
961
+ ], -1)
962
+ ]), 8, ye)
923
963
  ]),
924
964
  i("rect", {
925
965
  width: "512",
926
966
  height: "512",
927
967
  fill: "currentColor",
928
968
  mask: `url(#${r(e)})`
929
- }, null, 8, _e)
930
- ], 16, pe));
969
+ }, null, 8, ve)
970
+ ], 16, ke));
931
971
  }
932
- }), fe = ["width", "height"], we = /* @__PURE__ */ o({
972
+ }), Le = ["width", "height"], $e = /* @__PURE__ */ n({
933
973
  __name: "fileText",
934
- props: /* @__PURE__ */ c({
974
+ props: /* @__PURE__ */ a({
935
975
  size: {}
936
976
  }, d),
937
977
  setup(s) {
938
- return (e, t) => (n(), a("svg", l(r(h), {
978
+ return (e, t) => (o(), l("svg", c(r(h), {
939
979
  width: e.size,
940
980
  height: e.size
941
981
  }), t[0] || (t[0] = [
942
- i("path", {
943
- fill: "currentColor",
944
- d: "M148 68H300C320.17 68 339.52 76.01 353.78 90.22L405.78 142.22C419.99 156.48 428 175.83 428 196V404C428 439.35 399.35 468 364 468H148C112.65 468 84 439.35 84 404V132C84 96.65 112.65 68 148 68ZM276 120V186C276 203.67 290.33 218 308 218H374L276 120ZM180 252C162.33 252 148 266.33 148 284C148 301.67 162.33 316 180 316H332C349.67 316 364 301.67 364 284C364 266.33 349.67 252 332 252H180ZM180 348C162.33 348 148 362.33 148 380C148 397.67 162.33 412 180 412H300C317.67 412 332 397.67 332 380C332 362.33 317.67 348 300 348H180Z"
945
- }, null, -1)
946
- ]), 16, fe));
982
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
983
+ i("path", {
984
+ fill: "currentColor",
985
+ d: "M148 68H300C320.17 68 339.52 76.01 353.78 90.22L405.78 142.22C419.99 156.48 428 175.83 428 196V404C428 439.35 399.35 468 364 468H148C112.65 468 84 439.35 84 404V132C84 96.65 112.65 68 148 68ZM276 120V186C276 203.67 290.33 218 308 218H374L276 120ZM180 252C162.33 252 148 266.33 148 284C148 301.67 162.33 316 180 316H332C349.67 316 364 301.67 364 284C364 266.33 349.67 252 332 252H180ZM180 348C162.33 348 148 362.33 148 380C148 397.67 162.33 412 180 412H300C317.67 412 332 397.67 332 380C332 362.33 317.67 348 300 348H180Z"
986
+ })
987
+ ], -1)
988
+ ]), 16, Le));
947
989
  }
948
- }), me = ["width", "height"], ke = /* @__PURE__ */ o({
990
+ }), be = ["width", "height"], Me = /* @__PURE__ */ n({
949
991
  __name: "filter",
950
- props: /* @__PURE__ */ c({
992
+ props: /* @__PURE__ */ a({
951
993
  size: {}
952
994
  }, d),
953
995
  setup(s) {
954
- return (e, t) => (n(), a("svg", l(r(h), {
996
+ return (e, t) => (o(), l("svg", c(r(h), {
955
997
  width: e.size,
956
998
  height: e.size
957
999
  }), t[0] || (t[0] = [
@@ -959,31 +1001,33 @@ import './index.css';const d = {
959
1001
  fill: "currentColor",
960
1002
  d: "M84 96h344c13.2 0 25.2 7.8 30.7 19.8 5.5 12 3.4 26.1-5.2 36l-137.5 158V454c0 10.1-4.9 19.6-13.2 25.6-8.3 6-19 7.8-28.9 4.8a32 32 0 0 1-11.6-6.4l-52-46.8a31.9 31.9 0 0 1-10.3-23.8V309.8L54.5 151.8c-8.6-9.9-10.7-24-5.2-36C54.8 103.8 66.8 96 80 96h4Z"
961
1003
  }, null, -1)
962
- ]), 16, me));
1004
+ ]), 16, be));
963
1005
  }
964
- }), ze = ["width", "height"], ye = /* @__PURE__ */ o({
1006
+ }), He = ["width", "height"], Ve = /* @__PURE__ */ n({
965
1007
  __name: "folder",
966
- props: /* @__PURE__ */ c({
1008
+ props: /* @__PURE__ */ a({
967
1009
  size: {}
968
1010
  }, d),
969
1011
  setup(s) {
970
- return (e, t) => (n(), a("svg", l(r(h), {
1012
+ return (e, t) => (o(), l("svg", c(r(h), {
971
1013
  width: e.size,
972
1014
  height: e.size
973
1015
  }), t[0] || (t[0] = [
974
- i("path", {
975
- fill: "currentColor",
976
- d: "M118 96h126c10 0 19.7 3.4 27.4 9.7l28.6 23.2c7.7 6.3 17.4 9.7 27.4 9.7H394c30.9 0 56 25.1 56 56V390c0 33.1-26.9 60-60 60H122c-33.1 0-60-26.9-60-60V156c0-33.1 26.9-60 60-60Z"
977
- }, null, -1)
978
- ]), 16, ze));
1016
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1017
+ i("path", {
1018
+ fill: "currentColor",
1019
+ d: "M118 96h126c10 0 19.7 3.4 27.4 9.7l28.6 23.2c7.7 6.3 17.4 9.7 27.4 9.7H394c30.9 0 56 25.1 56 56V390c0 33.1-26.9 60-60 60H122c-33.1 0-60-26.9-60-60V156c0-33.1 26.9-60 60-60Z"
1020
+ })
1021
+ ], -1)
1022
+ ]), 16, He));
979
1023
  }
980
- }), ve = ["width", "height"], Le = /* @__PURE__ */ o({
1024
+ }), Se = ["width", "height"], xe = /* @__PURE__ */ n({
981
1025
  __name: "folderOpen",
982
- props: /* @__PURE__ */ c({
1026
+ props: /* @__PURE__ */ a({
983
1027
  size: {}
984
1028
  }, d),
985
1029
  setup(s) {
986
- return (e, t) => (n(), a("svg", l(r(h), {
1030
+ return (e, t) => (o(), l("svg", c(r(h), {
987
1031
  width: e.size,
988
1032
  height: e.size
989
1033
  }), t[0] || (t[0] = [
@@ -995,15 +1039,15 @@ import './index.css';const d = {
995
1039
  fill: "currentColor",
996
1040
  d: "M159 282H510C547.57 282 573.74 319.27 561.04 354.62L524.87 455.28C515.19 482.23 489.66 500 461.03 500H110C72.43 500 46.26 462.73 58.96 427.38L95.13 326.72C104.81 299.77 130.34 282 159 282Z"
997
1041
  }, null, -1)
998
- ]), 16, ve));
1042
+ ]), 16, Se));
999
1043
  }
1000
- }), be = ["width", "height"], $e = /* @__PURE__ */ o({
1044
+ }), Ze = ["width", "height"], Re = /* @__PURE__ */ n({
1001
1045
  __name: "funnelX",
1002
- props: /* @__PURE__ */ c({
1046
+ props: /* @__PURE__ */ a({
1003
1047
  size: {}
1004
1048
  }, d),
1005
1049
  setup(s) {
1006
- return (e, t) => (n(), a("svg", l(r(h), {
1050
+ return (e, t) => (o(), l("svg", c(r(h), {
1007
1051
  width: e.size,
1008
1052
  height: e.size
1009
1053
  }), t[0] || (t[0] = [
@@ -1011,16 +1055,16 @@ import './index.css';const d = {
1011
1055
  fill: "currentColor",
1012
1056
  d: "M51.2 102.4C40.88 102.4 31.52 108.64 27.52 118.24C23.52 127.84 25.76 138.8 33.12 146.08L179.2 292.24L179.2 384C179.2 390.8 181.92 397.28 186.72 402.08L237.92 453.28C239.92 455.28 242.16 456.88 244.56 458.08C227.6 433.36 217.68 403.44 217.68 371.2C217.68 291.68 278.08 226.32 355.52 218.4L427.84 146.08C435.2 138.72 437.36 127.76 433.36 118.16C429.36 108.56 419.92 102.4 409.6 102.4L51.2 102.4zM371.2 486.4C434.8 486.4 486.4 434.8 486.4 371.2C486.4 307.6 434.8 256 371.2 256C307.6 256 256 307.6 256 371.2C256 434.8 307.6 486.4 371.2 486.4zM418.64 341.84L389.28 371.2L418.64 400.56C423.6 405.52 423.6 413.68 418.64 418.64C413.68 423.6 405.52 423.6 400.56 418.64L371.2 389.28L341.84 418.64C336.88 423.6 328.72 423.6 323.76 418.64C318.8 413.68 318.8 405.52 323.76 400.56L353.12 371.2L323.76 341.84C318.8 336.88 318.8 328.72 323.76 323.76C328.72 318.8 336.88 318.8 341.84 323.76L371.2 353.12L400.56 323.76C405.52 318.8 413.68 318.8 418.64 323.76C423.6 328.72 423.6 336.88 418.64 341.84z"
1013
1057
  }, null, -1)
1014
- ]), 16, be));
1058
+ ]), 16, Ze));
1015
1059
  }
1016
- }), Me = ["width", "height"], He = ["mask"], Ve = /* @__PURE__ */ o({
1060
+ }), De = ["width", "height"], Ie = ["mask"], Ue = /* @__PURE__ */ n({
1017
1061
  __name: "gear",
1018
- props: /* @__PURE__ */ c({
1062
+ props: /* @__PURE__ */ a({
1019
1063
  size: {}
1020
1064
  }, d),
1021
1065
  setup(s) {
1022
1066
  const e = `gear-mask-${p()}`;
1023
- return (t, u) => (n(), a("svg", l(r(h), {
1067
+ return (t, u) => (o(), l("svg", c(r(h), {
1024
1068
  width: t.size,
1025
1069
  height: t.size
1026
1070
  }), [
@@ -1034,29 +1078,40 @@ import './index.css';const d = {
1034
1078
  height: "512",
1035
1079
  fill: "currentColor",
1036
1080
  mask: `url(#${e})`
1037
- }, null, 8, He)
1038
- ], 16, Me));
1081
+ }, null, 8, Ie)
1082
+ ], 16, De));
1039
1083
  }
1040
- }), Ze = ["width", "height"], Se = /* @__PURE__ */ o({
1084
+ }), Oe = ["width", "height"], je = ["mask"], qe = /* @__PURE__ */ n({
1041
1085
  __name: "globe",
1042
- props: /* @__PURE__ */ c({
1086
+ props: /* @__PURE__ */ a({
1043
1087
  size: {}
1044
1088
  }, d),
1045
1089
  setup(s) {
1046
- return (e, t) => (n(), a("svg", l(r(h), {
1047
- width: e.size,
1048
- height: e.size
1049
- }), t[0] || (t[0] = [
1050
- C('<path fill="currentColor" d="M256 72C287.53 72 313.02 140.24 318.17 232H193.83C198.98 140.24 224.47 72 256 72Z"></path><path fill="currentColor" d="M193.83 280H318.17C313.02 371.76 287.53 440 256 440C224.47 440 198.98 371.76 193.83 280Z"></path><path fill="currentColor" d="M194 100C157.27 132.34 132.69 177.03 127.87 232H72.93C81.57 177.38 112.59 130.05 157.68 104L194 100Z"></path><path fill="currentColor" d="M318 100L354.32 104C399.41 130.05 430.43 177.38 439.07 232H384.13C379.31 177.03 354.73 132.34 318 100Z"></path><path fill="currentColor" d="M72.93 280H127.87C132.69 334.97 157.27 379.66 194 412L157.68 408C112.59 381.95 81.57 334.62 72.93 280Z"></path><path fill="currentColor" d="M318 412C354.73 379.66 379.31 334.97 384.13 280H439.07C430.43 334.62 399.41 381.95 354.32 408L318 412Z"></path>', 6)
1051
- ]), 16, Ze));
1090
+ const e = `globe-mask-${p()}`;
1091
+ return (t, u) => (o(), l("svg", c(r(h), {
1092
+ width: t.size,
1093
+ height: t.size
1094
+ }), [
1095
+ i("defs", null, [
1096
+ i("mask", { id: e }, u[0] || (u[0] = [
1097
+ C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="192" fill="white"></circle><rect x="246" y="94" width="20" height="324" rx="10" fill="black"></rect><rect x="80" y="247" width="352" height="18" rx="9" fill="black"></rect><path d="M214 96c-31 42-49 99-49 160s18 118 49 160" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M298 96c31 42 49 99 49 160s-18 118-49 160" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M110 188c36-16 85-24 146-24s110 8 146 24" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M110 324c36 16 85 24 146 24s110-8 146-24" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path>', 8)
1098
+ ]))
1099
+ ]),
1100
+ i("rect", {
1101
+ width: "512",
1102
+ height: "512",
1103
+ fill: "currentColor",
1104
+ mask: `url(#${e})`
1105
+ }, null, 8, je)
1106
+ ], 16, Oe));
1052
1107
  }
1053
- }), Re = ["width", "height"], xe = /* @__PURE__ */ o({
1108
+ }), Be = ["width", "height"], Ae = /* @__PURE__ */ n({
1054
1109
  __name: "grid",
1055
- props: /* @__PURE__ */ c({
1110
+ props: /* @__PURE__ */ a({
1056
1111
  size: {}
1057
1112
  }, d),
1058
1113
  setup(s) {
1059
- return (e, t) => (n(), a("svg", l(r(h), {
1114
+ return (e, t) => (o(), l("svg", c(r(h), {
1060
1115
  width: e.size,
1061
1116
  height: e.size
1062
1117
  }), t[0] || (t[0] = [
@@ -1064,51 +1119,55 @@ import './index.css';const d = {
1064
1119
  fill: "currentColor",
1065
1120
  d: "M384 76.8C412.24 76.8 435.2 99.76 435.2 128L435.2 384C435.2 412.24 412.24 435.2 384 435.2L128 435.2L122.8 434.96C96.96 432.32 76.8 410.48 76.8 384L76.8 128C76.8 99.76 99.76 76.8 128 76.8L384 76.8zM128 307.2L128 384L230.4 384L230.4 307.2L128 307.2zM281.6 307.2L281.6 384L384 384L384 307.2L281.6 307.2zM128 256L230.4 256L230.4 179.2L128 179.2L128 256zM281.6 256L384 256L384 179.2L281.6 179.2L281.6 256z"
1066
1121
  }, null, -1)
1067
- ]), 16, Re));
1122
+ ]), 16, Be));
1068
1123
  }
1069
- }), De = ["width", "height"], Ie = /* @__PURE__ */ o({
1124
+ }), Ne = ["width", "height"], Pe = /* @__PURE__ */ n({
1070
1125
  __name: "hardDrive",
1071
- props: /* @__PURE__ */ c({
1126
+ props: /* @__PURE__ */ a({
1072
1127
  size: {}
1073
1128
  }, d),
1074
1129
  setup(s) {
1075
- return (e, t) => (n(), a("svg", l(r(h), {
1130
+ return (e, t) => (o(), l("svg", c(r(h), {
1076
1131
  width: e.size,
1077
1132
  height: e.size
1078
1133
  }), t[0] || (t[0] = [
1079
- i("path", {
1080
- fill: "currentColor",
1081
- d: "M118 74H394C429.35 74 458 102.65 458 138V244.63C440.8 235.31 420.89 230 399.75 230H112.25C91.11 230 71.2 235.31 54 244.63V138C54 102.65 82.65 74 118 74Z"
1082
- }, null, -1),
1083
- i("path", {
1084
- fill: "currentColor",
1085
- d: "M112.25 278H399.75C435.1 278 463.75 306.65 463.75 342V394C463.75 429.35 435.1 458 399.75 458H112.25C76.9 458 48.25 429.35 48.25 394V342C48.25 306.65 76.9 278 112.25 278ZM258 368C258 389.54 275.46 407 297 407C318.54 407 336 389.54 336 368C336 346.46 318.54 329 297 329C275.46 329 258 346.46 258 368ZM336 368C336 389.54 353.46 407 375 407C396.54 407 414 389.54 414 368C414 346.46 396.54 329 375 329C353.46 329 336 346.46 336 368Z"
1086
- }, null, -1)
1087
- ]), 16, De));
1134
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1135
+ i("path", {
1136
+ fill: "currentColor",
1137
+ d: "M118 74H394C429.35 74 458 102.65 458 138V244.63C440.8 235.31 420.89 230 399.75 230H112.25C91.11 230 71.2 235.31 54 244.63V138C54 102.65 82.65 74 118 74Z"
1138
+ }),
1139
+ i("path", {
1140
+ fill: "currentColor",
1141
+ d: "M112.25 278H399.75C435.1 278 463.75 306.65 463.75 342V394C463.75 429.35 435.1 458 399.75 458H112.25C76.9 458 48.25 429.35 48.25 394V342C48.25 306.65 76.9 278 112.25 278ZM258 368C258 389.54 275.46 407 297 407C318.54 407 336 389.54 336 368C336 346.46 318.54 329 297 329C275.46 329 258 346.46 258 368ZM336 368C336 389.54 353.46 407 375 407C396.54 407 414 389.54 414 368C414 346.46 396.54 329 375 329C353.46 329 336 346.46 336 368Z"
1142
+ })
1143
+ ], -1)
1144
+ ]), 16, Ne));
1088
1145
  }
1089
- }), Ue = ["width", "height"], je = /* @__PURE__ */ o({
1146
+ }), Ge = ["width", "height"], Te = /* @__PURE__ */ n({
1090
1147
  __name: "heart",
1091
- props: /* @__PURE__ */ c({
1148
+ props: /* @__PURE__ */ a({
1092
1149
  size: {}
1093
1150
  }, d),
1094
1151
  setup(s) {
1095
- return (e, t) => (n(), a("svg", l(r(h), {
1152
+ return (e, t) => (o(), l("svg", c(r(h), {
1096
1153
  width: e.size,
1097
1154
  height: e.size
1098
1155
  }), t[0] || (t[0] = [
1099
- i("path", {
1100
- fill: "currentColor",
1101
- d: "M256 448c-10.2 0-20.3-3.6-28.1-10.8L121.5 338.5C68.8 291 64 207.5 110.9 154.1 154.5 104.6 229.1 101 256 144.1 282.9 101 357.5 104.6 401.1 154.1c46.9 53.4 42.1 136.9-10.6 184.4L284.1 437.2c-7.8 7.2-17.9 10.8-28.1 10.8Z"
1102
- }, null, -1)
1103
- ]), 16, Ue));
1156
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1157
+ i("path", {
1158
+ fill: "currentColor",
1159
+ d: "M256 448c-10.2 0-20.3-3.6-28.1-10.8L121.5 338.5C68.8 291 64 207.5 110.9 154.1 154.5 104.6 229.1 101 256 144.1 282.9 101 357.5 104.6 401.1 154.1c46.9 53.4 42.1 136.9-10.6 184.4L284.1 437.2c-7.8 7.2-17.9 10.8-28.1 10.8Z"
1160
+ })
1161
+ ], -1)
1162
+ ]), 16, Ge));
1104
1163
  }
1105
- }), Oe = ["width", "height"], Be = /* @__PURE__ */ o({
1164
+ }), Ee = ["width", "height"], Xe = /* @__PURE__ */ n({
1106
1165
  __name: "history",
1107
- props: /* @__PURE__ */ c({
1166
+ props: /* @__PURE__ */ a({
1108
1167
  size: {}
1109
1168
  }, d),
1110
1169
  setup(s) {
1111
- return (e, t) => (n(), a("svg", l(r(h), {
1170
+ return (e, t) => (o(), l("svg", c(r(h), {
1112
1171
  width: e.size,
1113
1172
  height: e.size
1114
1173
  }), t[0] || (t[0] = [
@@ -1116,16 +1175,16 @@ import './index.css';const d = {
1116
1175
  fill: "currentColor",
1117
1176
  d: "M256 96C344.37 96 416 167.63 416 256C416 344.37 344.37 416 256 416C202.4 416 154.94 389.64 125.95 349.16C117.24 336.99 100.36 334.19 88.2 342.9C76.03 351.61 73.23 368.49 81.94 380.66C120.74 434.85 184.23 470 256 470C374.71 470 471 373.71 471 255C471 136.29 374.71 40 256 40C183.06 40 118.6 76.31 80 132.09V112C80 97.64 68.36 86 54 86C39.64 86 28 97.64 28 112V208C28 222.36 39.64 234 54 234H145C159.36 234 171 222.36 171 208C171 193.64 159.36 182 145 182H114.52C143.56 129.6 195.35 96 256 96ZM256 146C241.64 146 230 157.64 230 172V255C230 261.89 232.74 268.49 237.62 273.38L295.62 331.38C305.77 341.53 322.23 341.53 332.38 331.38C342.53 321.23 342.53 304.77 332.38 294.62L282 244.24V172C282 157.64 270.36 146 256 146Z"
1118
1177
  }, null, -1)
1119
- ]), 16, Oe));
1178
+ ]), 16, Ee));
1120
1179
  }
1121
- }), Ae = ["width", "height"], Ne = ["id"], Pe = ["mask"], qe = /* @__PURE__ */ o({
1180
+ }), Fe = ["width", "height"], Je = ["id"], Ke = ["mask"], Qe = /* @__PURE__ */ n({
1122
1181
  __name: "house",
1123
- props: /* @__PURE__ */ c({
1182
+ props: /* @__PURE__ */ a({
1124
1183
  size: {}
1125
1184
  }, d),
1126
1185
  setup(s) {
1127
1186
  const e = p();
1128
- return (t, u) => (n(), a("svg", l(r(h), {
1187
+ return (t, u) => (o(), l("svg", c(r(h), {
1129
1188
  width: t.size,
1130
1189
  height: t.size
1131
1190
  }), [
@@ -1136,69 +1195,99 @@ import './index.css';const d = {
1136
1195
  height: "512",
1137
1196
  fill: "black"
1138
1197
  }, null, -1),
1139
- i("path", {
1140
- fill: "white",
1141
- d: "M236 84.3a28 28 0 0 1 40 0l160 152c18 17.1 5.9 47.7-18.8 47.7H392V404c0 35.3-28.7 64-64 64H184c-35.3 0-64-28.7-64-64V284H94.8c-24.7 0-36.8-30.6-18.8-47.7l160-152Z"
1142
- }, null, -1),
1143
- i("path", {
1144
- fill: "black",
1145
- d: "M256 250c30.9 0 56 25.1 56 56v86h-112v-86c0-30.9 25.1-56 56-56Z"
1146
- }, null, -1)
1147
- ]), 8, Ne)
1198
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1199
+ i("path", {
1200
+ fill: "white",
1201
+ d: "M236 84.3a28 28 0 0 1 40 0l160 152c18 17.1 5.9 47.7-18.8 47.7H392V404c0 35.3-28.7 64-64 64H184c-35.3 0-64-28.7-64-64V284H94.8c-24.7 0-36.8-30.6-18.8-47.7l160-152Z"
1202
+ }),
1203
+ i("path", {
1204
+ fill: "black",
1205
+ d: "M256 250c30.9 0 56 25.1 56 56v86h-112v-86c0-30.9 25.1-56 56-56Z"
1206
+ })
1207
+ ], -1)
1208
+ ]), 8, Je)
1148
1209
  ]),
1149
1210
  i("rect", {
1150
1211
  width: "512",
1151
1212
  height: "512",
1152
1213
  fill: "currentColor",
1153
1214
  mask: `url(#${r(e)})`
1154
- }, null, 8, Pe)
1155
- ], 16, Ae));
1215
+ }, null, 8, Ke)
1216
+ ], 16, Fe));
1156
1217
  }
1157
- }), Ge = ["width", "height"], Ee = /* @__PURE__ */ o({
1218
+ }), We = ["width", "height"], Ye = /* @__PURE__ */ n({
1158
1219
  __name: "inbox",
1159
- props: /* @__PURE__ */ c({
1220
+ props: /* @__PURE__ */ a({
1160
1221
  size: {}
1161
1222
  }, d),
1162
1223
  setup(s) {
1163
- return (e, t) => (n(), a("svg", l(r(h), {
1224
+ return (e, t) => (o(), l("svg", c(r(h), {
1164
1225
  width: e.size,
1165
1226
  height: e.size
1166
1227
  }), t[0] || (t[0] = [
1167
- i("path", {
1168
- fill: "currentColor",
1169
- d: "M113 70H399C430.45 70 457.09 92.89 461.56 124.02L484.62 284.95C484.93 287.07 485.09 289.22 485.09 291.36V402C485.09 433.48 459.57 459 428.09 459H83.91C52.43 459 26.91 433.48 26.91 402V291.36C26.91 289.22 27.07 287.07 27.38 284.95L50.44 124.02C54.91 92.89 81.55 70 113 70ZM126.46 127C115.8 127 106.76 134.81 105.25 145.37L85.82 280.91H131.75C145.57 280.91 158.21 288.73 164.38 301.08L178.24 328.8C183.03 338.37 192.82 344.41 203.52 344.41H308.48C319.18 344.41 328.97 338.37 333.76 328.8L347.62 301.08C353.79 288.73 366.43 280.91 380.25 280.91H426.18L406.75 145.37C405.24 134.81 396.2 127 385.54 127H126.46Z"
1170
- }, null, -1)
1171
- ]), 16, Ge));
1228
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1229
+ i("path", {
1230
+ fill: "currentColor",
1231
+ d: "M113 70H399C430.45 70 457.09 92.89 461.56 124.02L484.62 284.95C484.93 287.07 485.09 289.22 485.09 291.36V402C485.09 433.48 459.57 459 428.09 459H83.91C52.43 459 26.91 433.48 26.91 402V291.36C26.91 289.22 27.07 287.07 27.38 284.95L50.44 124.02C54.91 92.89 81.55 70 113 70ZM126.46 127C115.8 127 106.76 134.81 105.25 145.37L85.82 280.91H131.75C145.57 280.91 158.21 288.73 164.38 301.08L178.24 328.8C183.03 338.37 192.82 344.41 203.52 344.41H308.48C319.18 344.41 328.97 338.37 333.76 328.8L347.62 301.08C353.79 288.73 366.43 280.91 380.25 280.91H426.18L406.75 145.37C405.24 134.81 396.2 127 385.54 127H126.46Z"
1232
+ })
1233
+ ], -1)
1234
+ ]), 16, We));
1172
1235
  }
1173
- }), Te = ["width", "height"], Fe = /* @__PURE__ */ o({
1236
+ }), e1 = ["width", "height"], t1 = /* @__PURE__ */ n({
1174
1237
  __name: "info",
1175
- props: /* @__PURE__ */ c({
1238
+ props: /* @__PURE__ */ a({
1176
1239
  size: {}
1177
1240
  }, d),
1178
1241
  setup(s) {
1179
- return (e, t) => (n(), a("svg", l(r(h), {
1242
+ return (e, t) => (o(), l("svg", c(r(h), {
1180
1243
  width: e.size,
1181
1244
  height: e.size
1182
1245
  }), t[0] || (t[0] = [
1183
- i("circle", {
1184
- cx: "256",
1185
- cy: "106",
1186
- r: "42",
1187
- fill: "currentColor"
1188
- }, null, -1),
1189
- i("path", {
1246
+ i("g", { transform: "translate(-10.24 -6.4) scale(1.04)" }, [
1247
+ i("circle", {
1248
+ cx: "256",
1249
+ cy: "106",
1250
+ r: "42",
1251
+ fill: "currentColor"
1252
+ }),
1253
+ i("path", {
1254
+ fill: "currentColor",
1255
+ d: "M214 182c-16.6 0-30 13.4-30 30s13.4 30 30 30h20v146h-24c-16.6 0-30 13.4-30 30s13.4 30 30 30h92c16.6 0 30-13.4 30-30s-13.4-30-30-30h-8V212c0-16.6-13.4-30-30-30h-50Z"
1256
+ })
1257
+ ], -1)
1258
+ ]), 16, e1));
1259
+ }
1260
+ }), i1 = ["width", "height"], s1 = ["mask"], r1 = /* @__PURE__ */ n({
1261
+ __name: "infoCircle",
1262
+ props: /* @__PURE__ */ a({
1263
+ size: {}
1264
+ }, d),
1265
+ setup(s) {
1266
+ const e = `info-circle-mask-${p()}`;
1267
+ return (t, u) => (o(), l("svg", c(r(h), {
1268
+ width: t.size,
1269
+ height: t.size
1270
+ }), [
1271
+ i("defs", null, [
1272
+ i("mask", { id: e }, u[0] || (u[0] = [
1273
+ C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="256" fill="white"></circle><g transform="translate(50.88 97.78) scale(0.82 0.63)"><circle cx="256" cy="106" r="42" fill="black"></circle><path d="M214 182c-16.6 0-30 13.4-30 30s13.4 30 30 30h20v146h-24c-16.6 0-30 13.4-30 30s13.4 30 30 30h92c16.6 0 30-13.4 30-30s-13.4-30-30-30h-8V212c0-16.6-13.4-30-30-30h-50Z" fill="black"></path></g>', 3)
1274
+ ]))
1275
+ ]),
1276
+ i("rect", {
1277
+ width: "512",
1278
+ height: "512",
1190
1279
  fill: "currentColor",
1191
- d: "M214 182c-16.6 0-30 13.4-30 30s13.4 30 30 30h20v146h-24c-16.6 0-30 13.4-30 30s13.4 30 30 30h92c16.6 0 30-13.4 30-30s-13.4-30-30-30h-8V212c0-16.6-13.4-30-30-30h-50Z"
1192
- }, null, -1)
1193
- ]), 16, Te));
1280
+ mask: `url(#${e})`
1281
+ }, null, 8, s1)
1282
+ ], 16, i1));
1194
1283
  }
1195
- }), Xe = ["width", "height"], Je = /* @__PURE__ */ o({
1284
+ }), o1 = ["width", "height"], n1 = /* @__PURE__ */ n({
1196
1285
  __name: "key",
1197
- props: /* @__PURE__ */ c({
1286
+ props: /* @__PURE__ */ a({
1198
1287
  size: {}
1199
1288
  }, d),
1200
1289
  setup(s) {
1201
- return (e, t) => (n(), a("svg", l(r(h), {
1290
+ return (e, t) => (o(), l("svg", c(r(h), {
1202
1291
  width: e.size,
1203
1292
  height: e.size
1204
1293
  }), t[0] || (t[0] = [
@@ -1206,39 +1295,41 @@ import './index.css';const d = {
1206
1295
  fill: "currentColor",
1207
1296
  d: "M320 332.8C397.76 332.8 460.8 269.76 460.8 192C460.8 114.24 397.76 51.2 320 51.2C242.24 51.2 179.2 114.24 179.2 192C179.2 206.96 181.52 221.44 185.84 234.96L56.8 364C53.2 367.6 51.2 372.48 51.2 377.6L51.2 441.6C51.2 452.24 59.76 460.8 70.4 460.8L134.4 460.8C145.04 460.8 153.6 452.24 153.6 441.6L153.6 409.6L185.6 409.6C196.24 409.6 204.8 401.04 204.8 390.4L204.8 358.4L236.8 358.4C241.92 358.4 246.8 356.4 250.4 352.8L277.04 326.16C290.56 330.48 305.04 332.8 320 332.8zM352 128C369.68 128 384 142.32 384 160C384 177.68 369.68 192 352 192C334.32 192 320 177.68 320 160C320 142.32 334.32 128 352 128z"
1208
1297
  }, null, -1)
1209
- ]), 16, Xe));
1298
+ ]), 16, o1));
1210
1299
  }
1211
- }), Ke = ["width", "height"], We = /* @__PURE__ */ o({
1300
+ }), l1 = ["width", "height"], c1 = /* @__PURE__ */ n({
1212
1301
  __name: "layers",
1213
- props: /* @__PURE__ */ c({
1302
+ props: /* @__PURE__ */ a({
1214
1303
  size: {}
1215
1304
  }, d),
1216
1305
  setup(s) {
1217
- return (e, t) => (n(), a("svg", l(r(h), {
1306
+ return (e, t) => (o(), l("svg", c(r(h), {
1218
1307
  width: e.size,
1219
1308
  height: e.size
1220
1309
  }), t[0] || (t[0] = [
1221
- i("path", {
1222
- fill: "currentColor",
1223
- d: "M242.58 73.2C250.98 69.19 261.02 69.19 269.42 73.2L405.48 138.18C413.88 142.19 419.24 150.68 419.24 160C419.24 169.32 413.88 177.81 405.48 181.82L269.42 246.8C261.02 250.81 250.98 250.81 242.58 246.8L106.52 181.82C98.12 177.81 92.76 169.32 92.76 160C92.76 150.68 98.12 142.19 106.52 138.18L242.58 73.2Z"
1224
- }, null, -1),
1225
- i("path", {
1226
- fill: "currentColor",
1227
- d: "M126.45 233.12L232.24 283.63C247.2 290.77 264.8 290.77 279.76 283.63L385.55 233.12L406.72 243.22C415.12 247.23 420.48 255.72 420.48 265.04C420.48 274.36 415.12 282.85 406.72 286.86L270.66 351.84C262.26 355.85 252.22 355.85 243.82 351.84L107.76 286.86C99.36 282.85 94 274.36 94 265.04C94 255.72 99.36 247.23 107.76 243.22L126.45 233.12Z"
1228
- }, null, -1),
1229
- i("path", {
1230
- fill: "currentColor",
1231
- d: "M126.45 338.08L232.24 388.59C247.2 395.73 264.8 395.73 279.76 388.59L385.55 338.08L406.72 348.18C415.12 352.19 420.48 360.68 420.48 370C420.48 379.32 415.12 387.81 406.72 391.82L270.66 456.8C262.26 460.81 252.22 460.81 243.82 456.8L107.76 391.82C99.36 387.81 94 379.32 94 370C94 360.68 99.36 352.19 107.76 348.18L126.45 338.08Z"
1232
- }, null, -1)
1233
- ]), 16, Ke));
1310
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1311
+ i("path", {
1312
+ fill: "currentColor",
1313
+ d: "M242.58 73.2C250.98 69.19 261.02 69.19 269.42 73.2L405.48 138.18C413.88 142.19 419.24 150.68 419.24 160C419.24 169.32 413.88 177.81 405.48 181.82L269.42 246.8C261.02 250.81 250.98 250.81 242.58 246.8L106.52 181.82C98.12 177.81 92.76 169.32 92.76 160C92.76 150.68 98.12 142.19 106.52 138.18L242.58 73.2Z"
1314
+ }),
1315
+ i("path", {
1316
+ fill: "currentColor",
1317
+ d: "M126.45 233.12L232.24 283.63C247.2 290.77 264.8 290.77 279.76 283.63L385.55 233.12L406.72 243.22C415.12 247.23 420.48 255.72 420.48 265.04C420.48 274.36 415.12 282.85 406.72 286.86L270.66 351.84C262.26 355.85 252.22 355.85 243.82 351.84L107.76 286.86C99.36 282.85 94 274.36 94 265.04C94 255.72 99.36 247.23 107.76 243.22L126.45 233.12Z"
1318
+ }),
1319
+ i("path", {
1320
+ fill: "currentColor",
1321
+ d: "M126.45 338.08L232.24 388.59C247.2 395.73 264.8 395.73 279.76 388.59L385.55 338.08L406.72 348.18C415.12 352.19 420.48 360.68 420.48 370C420.48 379.32 415.12 387.81 406.72 391.82L270.66 456.8C262.26 460.81 252.22 460.81 243.82 456.8L107.76 391.82C99.36 387.81 94 379.32 94 370C94 360.68 99.36 352.19 107.76 348.18L126.45 338.08Z"
1322
+ })
1323
+ ], -1)
1324
+ ]), 16, l1));
1234
1325
  }
1235
- }), Qe = ["width", "height"], Ye = /* @__PURE__ */ o({
1326
+ }), a1 = ["width", "height"], d1 = /* @__PURE__ */ n({
1236
1327
  __name: "link",
1237
- props: /* @__PURE__ */ c({
1328
+ props: /* @__PURE__ */ a({
1238
1329
  size: {}
1239
1330
  }, d),
1240
1331
  setup(s) {
1241
- return (e, t) => (n(), a("svg", l(r(h), {
1332
+ return (e, t) => (o(), l("svg", c(r(h), {
1242
1333
  width: e.size,
1243
1334
  height: e.size
1244
1335
  }), t[0] || (t[0] = [
@@ -1246,15 +1337,15 @@ import './index.css';const d = {
1246
1337
  fill: "currentColor",
1247
1338
  d: "M361.2 128C347.92 128 335.04 131.6 323.76 138.16C311.12 125.36 296.4 114.64 280.16 106.56C302.72 87.36 331.44 76.8 361.2 76.8C430.32 76.8 486.4 132.8 486.4 202C486.4 235.2 473.2 267.04 449.76 290.48L392.88 347.36C369.44 370.8 337.6 384 304.4 384C235.28 384 179.2 328 179.2 258.8C179.2 257.6 179.2 256.4 179.28 255.2C179.68 241.04 191.44 229.92 205.6 230.32C219.76 230.72 230.88 242.48 230.48 256.64C230.48 257.36 230.48 258.08 230.48 258.72C230.48 299.6 263.6 332.72 304.48 332.72C324.08 332.72 342.88 324.96 356.8 311.04L413.68 254.16C427.52 240.32 435.36 221.44 435.36 201.84C435.36 160.96 402.24 127.84 361.36 127.84zM245.76 189.84C244.24 189.2 242.72 188.32 241.36 187.36C231.28 182.16 219.76 179.2 207.68 179.2C188.08 179.2 169.28 186.96 155.36 200.88L98.48 257.76C84.64 271.6 76.8 290.48 76.8 310.08C76.8 350.96 109.92 384.08 150.8 384.08C164 384.08 176.88 380.56 188.16 374C200.8 386.8 215.52 397.52 231.84 405.6C209.28 424.72 180.64 435.36 150.8 435.36C81.68 435.36 25.6 379.36 25.6 310.16C25.6 276.96 38.8 245.12 62.24 221.68L119.12 164.8C142.56 141.36 174.4 128.16 207.6 128.16C276.88 128.16 332.8 184.64 332.8 253.68C332.8 254.72 332.8 255.76 332.8 256.8C332.48 270.96 320.72 282.08 306.56 281.76C292.4 281.44 281.28 269.68 281.6 255.52C281.6 254.88 281.6 254.32 281.6 253.68C281.6 226.72 267.2 203.04 245.76 190z"
1248
1339
  }, null, -1)
1249
- ]), 16, Qe));
1340
+ ]), 16, a1));
1250
1341
  }
1251
- }), e1 = ["width", "height"], t1 = /* @__PURE__ */ o({
1342
+ }), h1 = ["width", "height"], u1 = /* @__PURE__ */ n({
1252
1343
  __name: "lock",
1253
- props: /* @__PURE__ */ c({
1344
+ props: /* @__PURE__ */ a({
1254
1345
  size: {}
1255
1346
  }, d),
1256
1347
  setup(s) {
1257
- return (e, t) => (n(), a("svg", l(r(h), {
1348
+ return (e, t) => (o(), l("svg", c(r(h), {
1258
1349
  width: e.size,
1259
1350
  height: e.size
1260
1351
  }), t[0] || (t[0] = [
@@ -1262,15 +1353,15 @@ import './index.css';const d = {
1262
1353
  fill: "currentColor",
1263
1354
  d: "M256 44c48.6 0 88 39.4 88 88v52h8c35.3 0 64 28.7 64 64v176c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V248c0-35.3 28.7-64 64-64h8v-52c0-48.6 39.4-88 88-88Zm0 52c-19.9 0-36 16.1-36 36v52h72v-52c0-19.9-16.1-36-36-36Z"
1264
1355
  }, null, -1)
1265
- ]), 16, e1));
1356
+ ]), 16, h1));
1266
1357
  }
1267
- }), i1 = ["width", "height"], s1 = /* @__PURE__ */ o({
1358
+ }), p1 = ["width", "height"], C1 = /* @__PURE__ */ n({
1268
1359
  __name: "logIn",
1269
- props: /* @__PURE__ */ c({
1360
+ props: /* @__PURE__ */ a({
1270
1361
  size: {}
1271
1362
  }, d),
1272
1363
  setup(s) {
1273
- return (e, t) => (n(), a("svg", l(r(h), {
1364
+ return (e, t) => (o(), l("svg", c(r(h), {
1274
1365
  width: e.size,
1275
1366
  height: e.size
1276
1367
  }), t[0] || (t[0] = [
@@ -1278,15 +1369,15 @@ import './index.css';const d = {
1278
1369
  fill: "currentColor",
1279
1370
  d: "M332.8 128L384 128C398.16 128 409.6 139.44 409.6 153.6L409.6 358.4C409.6 372.56 398.16 384 384 384L332.8 384C318.64 384 307.2 395.44 307.2 409.6C307.2 423.76 318.64 435.2 332.8 435.2L384 435.2C426.4 435.2 460.8 400.8 460.8 358.4L460.8 153.6C460.8 111.2 426.4 76.8 384 76.8L332.8 76.8C318.64 76.8 307.2 88.24 307.2 102.4C307.2 116.56 318.64 128 332.8 128zM325.28 274.08C335.28 264.08 335.28 247.84 325.28 237.84L222.88 135.44C212.88 125.44 196.64 125.44 186.64 135.44C176.64 145.44 176.64 161.68 186.64 171.68L245.36 230.4L76.8 230.4C62.64 230.4 51.2 241.84 51.2 256C51.2 270.16 62.64 281.6 76.8 281.6L245.36 281.6L186.64 340.32C176.64 350.32 176.64 366.56 186.64 376.56C196.64 386.56 212.88 386.56 222.88 376.56L325.28 274.16z"
1280
1371
  }, null, -1)
1281
- ]), 16, i1));
1372
+ ]), 16, p1));
1282
1373
  }
1283
- }), r1 = ["width", "height"], o1 = /* @__PURE__ */ o({
1374
+ }), g1 = ["width", "height"], _1 = /* @__PURE__ */ n({
1284
1375
  __name: "logOut",
1285
- props: /* @__PURE__ */ c({
1376
+ props: /* @__PURE__ */ a({
1286
1377
  size: {}
1287
1378
  }, d),
1288
1379
  setup(s) {
1289
- return (e, t) => (n(), a("svg", l(r(h), {
1380
+ return (e, t) => (o(), l("svg", c(r(h), {
1290
1381
  width: e.size,
1291
1382
  height: e.size
1292
1383
  }), t[0] || (t[0] = [
@@ -1299,15 +1390,15 @@ import './index.css';const d = {
1299
1390
  transform: "translate(-10 0) scale(0.8)",
1300
1391
  d: "M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L438.6 169.3C426.1 156.8 405.8 156.8 393.3 169.3C380.8 181.8 380.8 202.1 393.3 214.6L466.7 288L256 288C238.3 288 224 302.3 224 320C224 337.7 238.3 352 256 352L466.7 352L393.3 425.4C380.8 437.9 380.8 458.2 393.3 470.7C405.8 483.2 426.1 483.2 438.6 470.7L566.6 342.7z"
1301
1392
  }, null, -1)
1302
- ]), 16, r1));
1393
+ ]), 16, g1));
1303
1394
  }
1304
- }), n1 = ["width", "height"], l1 = /* @__PURE__ */ o({
1395
+ }), f1 = ["width", "height"], w1 = /* @__PURE__ */ n({
1305
1396
  __name: "magnifyingGlass",
1306
- props: /* @__PURE__ */ c({
1397
+ props: /* @__PURE__ */ a({
1307
1398
  size: {}
1308
1399
  }, d),
1309
1400
  setup(s) {
1310
- return (e, t) => (n(), a("svg", l(r(h), {
1401
+ return (e, t) => (o(), l("svg", c(r(h), {
1311
1402
  width: e.size,
1312
1403
  height: e.size
1313
1404
  }), t[0] || (t[0] = [
@@ -1319,16 +1410,16 @@ import './index.css';const d = {
1319
1410
  "stroke-linejoin": "round",
1320
1411
  fill: "none"
1321
1412
  }, null, -1)
1322
- ]), 16, n1));
1413
+ ]), 16, f1));
1323
1414
  }
1324
- }), c1 = ["width", "height"], a1 = ["id"], d1 = ["mask"], h1 = /* @__PURE__ */ o({
1415
+ }), m1 = ["width", "height"], k1 = ["id"], y1 = ["mask"], v1 = /* @__PURE__ */ n({
1325
1416
  __name: "mail",
1326
- props: /* @__PURE__ */ c({
1417
+ props: /* @__PURE__ */ a({
1327
1418
  size: {}
1328
1419
  }, d),
1329
1420
  setup(s) {
1330
1421
  const e = p();
1331
- return (t, u) => (n(), a("svg", l(r(h), {
1422
+ return (t, u) => (o(), l("svg", c(r(h), {
1332
1423
  width: t.size,
1333
1424
  height: t.size
1334
1425
  }), [
@@ -1339,68 +1430,74 @@ import './index.css';const d = {
1339
1430
  height: "512",
1340
1431
  fill: "black"
1341
1432
  }, null, -1),
1342
- i("path", {
1343
- fill: "white",
1344
- d: "M110 108h292c43.1 0 78 34.9 78 78v156c0 43.1-34.9 78-78 78H110c-43.1 0-78-34.9-78-78V186c0-43.1 34.9-78 78-78Z"
1345
- }, null, -1),
1346
- i("path", {
1347
- fill: "black",
1348
- d: "M78 164 210.3 270c27.1 21.7 65.3 21.7 92.4 0L434 164v19L282 305c-15.2 12.2-36.6 12.2-51.8 0L78 183v-19Z"
1349
- }, null, -1)
1350
- ]), 8, a1)
1433
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1434
+ i("path", {
1435
+ fill: "white",
1436
+ d: "M110 108h292c43.1 0 78 34.9 78 78v156c0 43.1-34.9 78-78 78H110c-43.1 0-78-34.9-78-78V186c0-43.1 34.9-78 78-78Z"
1437
+ }),
1438
+ i("path", {
1439
+ fill: "black",
1440
+ d: "M78 164 210.3 270c27.1 21.7 65.3 21.7 92.4 0L434 164v19L282 305c-15.2 12.2-36.6 12.2-51.8 0L78 183v-19Z"
1441
+ })
1442
+ ], -1)
1443
+ ]), 8, k1)
1351
1444
  ]),
1352
1445
  i("rect", {
1353
1446
  width: "512",
1354
1447
  height: "512",
1355
1448
  fill: "currentColor",
1356
1449
  mask: `url(#${r(e)})`
1357
- }, null, 8, d1)
1358
- ], 16, c1));
1450
+ }, null, 8, y1)
1451
+ ], 16, m1));
1359
1452
  }
1360
- }), u1 = ["width", "height"], p1 = /* @__PURE__ */ o({
1453
+ }), z1 = ["width", "height"], L1 = /* @__PURE__ */ n({
1361
1454
  __name: "message",
1362
- props: /* @__PURE__ */ c({
1455
+ props: /* @__PURE__ */ a({
1363
1456
  size: {}
1364
1457
  }, d),
1365
1458
  setup(s) {
1366
- return (e, t) => (n(), a("svg", l(r(h), {
1459
+ return (e, t) => (o(), l("svg", c(r(h), {
1367
1460
  width: e.size,
1368
1461
  height: e.size
1369
1462
  }), t[0] || (t[0] = [
1370
- i("path", {
1371
- fill: "currentColor",
1372
- d: "M136 88h240c48.6 0 88 39.4 88 88v112c0 48.6-39.4 88-88 88h-88l-94.4 69.3c-15.6 11.4-37.2.3-37.2-19V376h-20c-48.6 0-88-39.4-88-88V176c0-48.6 39.4-88 88-88Z"
1373
- }, null, -1)
1374
- ]), 16, u1));
1463
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1464
+ i("path", {
1465
+ fill: "currentColor",
1466
+ d: "M136 88h240c48.6 0 88 39.4 88 88v112c0 48.6-39.4 88-88 88h-88l-94.4 69.3c-15.6 11.4-37.2.3-37.2-19V376h-20c-48.6 0-88-39.4-88-88V176c0-48.6 39.4-88 88-88Z"
1467
+ })
1468
+ ], -1)
1469
+ ]), 16, z1));
1375
1470
  }
1376
- }), C1 = ["width", "height"], _1 = /* @__PURE__ */ o({
1471
+ }), $1 = ["width", "height"], b1 = /* @__PURE__ */ n({
1377
1472
  __name: "minus",
1378
- props: /* @__PURE__ */ c({
1473
+ props: /* @__PURE__ */ a({
1379
1474
  size: {}
1380
1475
  }, d),
1381
1476
  setup(s) {
1382
- return (e, t) => (n(), a("svg", l(r(h), {
1477
+ return (e, t) => (o(), l("svg", c(r(h), {
1383
1478
  width: e.size,
1384
1479
  height: e.size
1385
1480
  }), t[0] || (t[0] = [
1386
- i("path", {
1387
- d: "M108 256h296",
1388
- stroke: "currentColor",
1389
- "stroke-width": "56",
1390
- "stroke-linecap": "round",
1391
- "stroke-linejoin": "round",
1392
- fill: "none"
1393
- }, null, -1)
1394
- ]), 16, C1));
1481
+ i("g", { transform: "translate(-12.8 0) scale(1.05 1)" }, [
1482
+ i("path", {
1483
+ d: "M108 256h296",
1484
+ stroke: "currentColor",
1485
+ "stroke-width": "56",
1486
+ "stroke-linecap": "round",
1487
+ "stroke-linejoin": "round",
1488
+ fill: "none"
1489
+ })
1490
+ ], -1)
1491
+ ]), 16, $1));
1395
1492
  }
1396
- }), g1 = ["width", "height"], f1 = ["id"], w1 = ["mask"], m1 = /* @__PURE__ */ o({
1493
+ }), M1 = ["width", "height"], H1 = ["id"], V1 = ["mask"], S1 = /* @__PURE__ */ n({
1397
1494
  __name: "moon",
1398
- props: /* @__PURE__ */ c({
1495
+ props: /* @__PURE__ */ a({
1399
1496
  size: {}
1400
1497
  }, d),
1401
1498
  setup(s) {
1402
1499
  const e = p();
1403
- return (t, u) => (n(), a("svg", l(r(h), {
1500
+ return (t, u) => (o(), l("svg", c(r(h), {
1404
1501
  width: t.size,
1405
1502
  height: t.size
1406
1503
  }), [
@@ -1411,35 +1508,37 @@ import './index.css';const d = {
1411
1508
  height: "512",
1412
1509
  fill: "black"
1413
1510
  }, null, -1),
1414
- i("circle", {
1415
- cx: "224",
1416
- cy: "256",
1417
- r: "174",
1418
- fill: "white"
1419
- }, null, -1),
1420
- i("circle", {
1421
- cx: "326",
1422
- cy: "220",
1423
- r: "146",
1424
- fill: "black"
1425
- }, null, -1)
1426
- ]), 8, f1)
1511
+ i("g", { transform: "rotate(-34 256 256)" }, [
1512
+ i("circle", {
1513
+ cx: "262",
1514
+ cy: "256",
1515
+ r: "174",
1516
+ fill: "white"
1517
+ }),
1518
+ i("circle", {
1519
+ cx: "356",
1520
+ cy: "256",
1521
+ r: "146",
1522
+ fill: "black"
1523
+ })
1524
+ ], -1)
1525
+ ]), 8, H1)
1427
1526
  ]),
1428
1527
  i("rect", {
1429
1528
  width: "512",
1430
1529
  height: "512",
1431
1530
  fill: "currentColor",
1432
1531
  mask: `url(#${r(e)})`
1433
- }, null, 8, w1)
1434
- ], 16, g1));
1532
+ }, null, 8, V1)
1533
+ ], 16, M1));
1435
1534
  }
1436
- }), k1 = ["width", "height"], z1 = /* @__PURE__ */ o({
1535
+ }), x1 = ["width", "height"], Z1 = /* @__PURE__ */ n({
1437
1536
  __name: "pencil",
1438
- props: /* @__PURE__ */ c({
1537
+ props: /* @__PURE__ */ a({
1439
1538
  size: {}
1440
1539
  }, d),
1441
1540
  setup(s) {
1442
- return (e, t) => (n(), a("svg", l(r(h), {
1541
+ return (e, t) => (o(), l("svg", c(r(h), {
1443
1542
  width: e.size,
1444
1543
  height: e.size
1445
1544
  }), t[0] || (t[0] = [
@@ -1447,15 +1546,15 @@ import './index.css';const d = {
1447
1546
  fill: "currentColor",
1448
1547
  d: "M80.32 333.76C83.6 322.08 89.76 311.44 98.4 302.8L243.36 157.84L270.48 130.72C283.76 144 311.52 171.76 353.68 213.92L380.8 241.04L353.68 268.16L208.72 413.12C200.16 421.68 189.44 427.92 177.76 431.2L75.52 459.68C68.88 461.52 61.68 459.68 56.8 454.72C51.92 449.76 50.08 442.64 51.92 436L80.32 333.76zM124.8 330.8C121.28 334.56 118.72 339.12 117.36 344.08L98.08 413.6L167.6 394.32C172.72 392.88 177.36 390.24 181.2 386.56L124.72 330.8zM408 213.92C394.72 200.64 366.96 172.88 324.8 130.72L297.6 103.6C318.8 82.4 330.72 70.48 333.52 67.68C344.32 56.8 359.04 50.72 374.4 50.72C389.76 50.72 404.48 56.8 415.28 67.68L443.84 96.24C454.72 107.12 460.8 121.84 460.8 137.12C460.8 152.4 454.72 167.2 443.84 178C441.04 180.8 429.12 192.72 407.92 213.92z"
1449
1548
  }, null, -1)
1450
- ]), 16, k1));
1549
+ ]), 16, x1));
1451
1550
  }
1452
- }), y1 = ["width", "height"], v1 = /* @__PURE__ */ o({
1551
+ }), R1 = ["width", "height"], D1 = /* @__PURE__ */ n({
1453
1552
  __name: "phone",
1454
- props: /* @__PURE__ */ c({
1553
+ props: /* @__PURE__ */ a({
1455
1554
  size: {}
1456
1555
  }, d),
1457
1556
  setup(s) {
1458
- return (e, t) => (n(), a("svg", l(r(h), {
1557
+ return (e, t) => (o(), l("svg", c(r(h), {
1459
1558
  width: e.size,
1460
1559
  height: e.size
1461
1560
  }), t[0] || (t[0] = [
@@ -1463,70 +1562,98 @@ import './index.css';const d = {
1463
1562
  fill: "currentColor",
1464
1563
  d: "M179.36 71.2C173.04 56.08 156.56 48.08 140.88 52.32L136.48 53.52C84.8 67.6 40.64 117.68 53.52 178.64C83.2 318.64 193.36 428.8 333.36 458.48C394.4 471.44 444.4 427.2 458.48 375.52L459.68 371.12C464 355.36 455.92 338.88 440.88 332.64L363.04 300.24C349.84 294.72 334.56 298.56 325.44 309.68L294.56 347.44C238.32 319.52 193.04 272.8 167.04 215.44L202.4 186.64C213.52 177.6 217.28 162.32 211.84 149.04L179.36 71.2z"
1465
1564
  }, null, -1)
1466
- ]), 16, y1));
1565
+ ]), 16, R1));
1467
1566
  }
1468
- }), L1 = ["width", "height"], b1 = /* @__PURE__ */ o({
1567
+ }), I1 = ["width", "height"], U1 = /* @__PURE__ */ n({
1469
1568
  __name: "plug",
1470
- props: /* @__PURE__ */ c({
1569
+ props: /* @__PURE__ */ a({
1471
1570
  size: {}
1472
1571
  }, d),
1473
1572
  setup(s) {
1474
- return (e, t) => (n(), a("svg", l(r(h), {
1573
+ return (e, t) => (o(), l("svg", c(r(h), {
1475
1574
  width: e.size,
1476
1575
  height: e.size
1477
1576
  }), t[0] || (t[0] = [
1478
1577
  C('<path fill="currentColor" d="M180 72C180 54.33 194.33 40 212 40C229.67 40 244 54.33 244 72V168H180V72Z"></path><path fill="currentColor" d="M324 72C324 54.33 338.33 40 356 40C373.67 40 388 54.33 388 72V168H324V72Z"></path><path fill="currentColor" d="M128 152H432C449.67 152 464 166.33 464 184C464 201.67 449.67 216 432 216H128C110.33 216 96 201.67 96 184C96 166.33 110.33 152 128 152Z"></path><path fill="currentColor" d="M128 216H432V268C432 350.84 364.84 418 282 418H278C195.16 418 128 350.84 128 268V216Z"></path><path fill="currentColor" d="M248 418H312V496C312 513.67 297.67 528 280 528C262.33 528 248 513.67 248 496V418Z"></path>', 5)
1479
- ]), 16, L1));
1578
+ ]), 16, I1));
1480
1579
  }
1481
- }), $1 = ["width", "height"], M1 = /* @__PURE__ */ o({
1580
+ }), O1 = ["width", "height"], j1 = /* @__PURE__ */ n({
1482
1581
  __name: "plus",
1483
- props: /* @__PURE__ */ c({
1582
+ props: /* @__PURE__ */ a({
1484
1583
  size: {}
1485
1584
  }, d),
1486
1585
  setup(s) {
1487
- return (e, t) => (n(), a("svg", l(r(h), {
1586
+ return (e, t) => (o(), l("svg", c(r(h), {
1488
1587
  width: e.size,
1489
1588
  height: e.size
1490
1589
  }), t[0] || (t[0] = [
1491
- i("path", {
1492
- d: "M256 108v296M108 256h296",
1493
- stroke: "currentColor",
1494
- "stroke-width": "56",
1495
- "stroke-linecap": "round",
1496
- "stroke-linejoin": "round",
1497
- fill: "none"
1498
- }, null, -1)
1499
- ]), 16, $1));
1590
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
1591
+ i("path", {
1592
+ d: "M256 108v296M108 256h296",
1593
+ stroke: "currentColor",
1594
+ "stroke-width": "56",
1595
+ "stroke-linecap": "round",
1596
+ "stroke-linejoin": "round",
1597
+ fill: "none"
1598
+ })
1599
+ ], -1)
1600
+ ]), 16, O1));
1500
1601
  }
1501
- }), H1 = ["width", "height"], V1 = /* @__PURE__ */ o({
1602
+ }), q1 = ["width", "height"], B1 = /* @__PURE__ */ n({
1502
1603
  __name: "question",
1503
- props: /* @__PURE__ */ c({
1604
+ props: /* @__PURE__ */ a({
1504
1605
  size: {}
1505
1606
  }, d),
1506
1607
  setup(s) {
1507
- return (e, t) => (n(), a("svg", l(r(h), {
1608
+ return (e, t) => (o(), l("svg", c(r(h), {
1508
1609
  width: e.size,
1509
1610
  height: e.size
1510
1611
  }), t[0] || (t[0] = [
1511
- i("path", {
1612
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1613
+ i("path", {
1614
+ fill: "currentColor",
1615
+ d: "M248 72c-62.2 0-112 49.8-112 109 0 16.6 13.4 30 30 30s30-13.4 30-30c0-27.6 23.6-49 52-49 31 0 54 20 54 49 0 25.7-13.6 40.3-40.5 55.3C227.4 255.7 214 278.1 214 311v20c0 16.6 13.4 30 30 30s30-13.4 30-30v-14.1c0-18.7 5.9-28.9 36.7-46.1 33.1-18.4 51.3-45.2 51.3-89.8 0-62.2-48.6-109-114-109Z"
1616
+ }),
1617
+ i("circle", {
1618
+ cx: "252",
1619
+ cy: "426",
1620
+ r: "34",
1621
+ fill: "currentColor"
1622
+ })
1623
+ ], -1)
1624
+ ]), 16, q1));
1625
+ }
1626
+ }), A1 = ["width", "height"], N1 = ["mask"], P1 = /* @__PURE__ */ n({
1627
+ __name: "questionCircle",
1628
+ props: /* @__PURE__ */ a({
1629
+ size: {}
1630
+ }, d),
1631
+ setup(s) {
1632
+ const e = `question-circle-mask-${p()}`;
1633
+ return (t, u) => (o(), l("svg", c(r(h), {
1634
+ width: t.size,
1635
+ height: t.size
1636
+ }), [
1637
+ i("defs", null, [
1638
+ i("mask", { id: e }, u[0] || (u[0] = [
1639
+ C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="256" fill="white"></circle><g transform="translate(48.96 92.36) scale(0.84 0.63)"><path d="M248 72c-62.2 0-112 49.8-112 109 0 16.6 13.4 30 30 30s30-13.4 30-30c0-27.6 23.6-49 52-49 31 0 54 20 54 49 0 25.7-13.6 40.3-40.5 55.3C227.4 255.7 214 278.1 214 311v20c0 16.6 13.4 30 30 30s30-13.4 30-30v-14.1c0-18.7 5.9-28.9 36.7-46.1 33.1-18.4 51.3-45.2 51.3-89.8 0-62.2-48.6-109-114-109Z" fill="black"></path><circle cx="252" cy="426" r="34" fill="black"></circle></g>', 3)
1640
+ ]))
1641
+ ]),
1642
+ i("rect", {
1643
+ width: "512",
1644
+ height: "512",
1512
1645
  fill: "currentColor",
1513
- d: "M248 72c-62.2 0-112 49.8-112 109 0 16.6 13.4 30 30 30s30-13.4 30-30c0-27.6 23.6-49 52-49 31 0 54 20 54 49 0 25.7-13.6 40.3-40.5 55.3C227.4 255.7 214 278.1 214 311v20c0 16.6 13.4 30 30 30s30-13.4 30-30v-14.1c0-18.7 5.9-28.9 36.7-46.1 33.1-18.4 51.3-45.2 51.3-89.8 0-62.2-48.6-109-114-109Z"
1514
- }, null, -1),
1515
- i("circle", {
1516
- cx: "252",
1517
- cy: "426",
1518
- r: "34",
1519
- fill: "currentColor"
1520
- }, null, -1)
1521
- ]), 16, H1));
1646
+ mask: `url(#${e})`
1647
+ }, null, 8, N1)
1648
+ ], 16, A1));
1522
1649
  }
1523
- }), Z1 = ["width", "height"], S1 = /* @__PURE__ */ o({
1650
+ }), G1 = ["width", "height"], T1 = /* @__PURE__ */ n({
1524
1651
  __name: "receipt",
1525
- props: /* @__PURE__ */ c({
1652
+ props: /* @__PURE__ */ a({
1526
1653
  size: {}
1527
1654
  }, d),
1528
1655
  setup(s) {
1529
- return (e, t) => (n(), a("svg", l(r(h), {
1656
+ return (e, t) => (o(), l("svg", c(r(h), {
1530
1657
  width: e.size,
1531
1658
  height: e.size
1532
1659
  }), t[0] || (t[0] = [
@@ -1536,15 +1663,15 @@ import './index.css';const d = {
1536
1663
  "clip-rule": "evenodd",
1537
1664
  d: "M146 80C155.39 80 161.39 86.89 167.74 94.17L192 122L216.26 94.17C224.22 85.04 237.78 85.04 245.74 94.17L270 122L294.26 94.17C302.22 85.04 315.78 85.04 323.74 94.17L348 122L372.26 94.17C378.61 86.89 384.61 80 394 80C411.67 80 426 94.33 426 112V400C426 417.67 411.67 432 394 432C384.61 432 378.61 425.11 372.26 417.83L348 390L323.74 417.83C315.78 426.96 302.22 426.96 294.26 417.83L270 390L245.74 417.83C237.78 426.96 224.22 426.96 216.26 417.83L192 390L167.74 417.83C161.39 425.11 155.39 432 146 432C128.33 432 114 417.67 114 400V112C114 94.33 128.33 80 146 80ZM178 170C164.75 170 154 180.75 154 194C154 207.25 164.75 218 178 218H362C375.25 218 386 207.25 386 194C386 180.75 375.25 170 362 170H178ZM178 242C164.75 242 154 252.75 154 266C154 279.25 164.75 290 178 290H362C375.25 290 386 279.25 386 266C386 252.75 375.25 242 362 242H178ZM178 314C164.75 314 154 324.75 154 338C154 351.25 164.75 362 178 362H362C375.25 362 386 351.25 386 338C386 324.75 375.25 314 362 314H178Z"
1538
1665
  }, null, -1)
1539
- ]), 16, Z1));
1666
+ ]), 16, G1));
1540
1667
  }
1541
- }), R1 = ["width", "height"], x1 = /* @__PURE__ */ o({
1668
+ }), E1 = ["width", "height"], X1 = /* @__PURE__ */ n({
1542
1669
  __name: "refresh",
1543
- props: /* @__PURE__ */ c({
1670
+ props: /* @__PURE__ */ a({
1544
1671
  size: {}
1545
1672
  }, d),
1546
1673
  setup(s) {
1547
- return (e, t) => (n(), a("svg", l(r(h), {
1674
+ return (e, t) => (o(), l("svg", c(r(h), {
1548
1675
  width: e.size,
1549
1676
  height: e.size
1550
1677
  }), t[0] || (t[0] = [
@@ -1552,15 +1679,15 @@ import './index.css';const d = {
1552
1679
  fill: "currentColor",
1553
1680
  d: "M103.92 234C114.56 159.6 178.64 102.4 256 102.4C298.4 102.4 336.8 119.6 364.64 147.36C364.8 147.52 364.96 147.68 365.12 147.84L371.2 153.6L332.88 153.6C318.72 153.6 307.28 165.04 307.28 179.2C307.28 193.36 318.72 204.8 332.88 204.8L435.28 204.8C449.44 204.8 460.88 193.36 460.88 179.2L460.88 76.8C460.88 62.64 449.44 51.2 435.28 51.2C421.12 51.2 409.68 62.64 409.68 76.8L409.68 119.52L400.64 110.96C363.6 74.08 312.4 51.2 256 51.2C152.8 51.2 67.44 127.52 53.28 226.8C51.28 240.8 60.96 253.76 74.96 255.76C88.96 257.76 101.92 248 103.92 234.08zM458.72 285.2C460.72 271.2 450.96 258.24 437.04 256.24C423.12 254.24 410.08 264 408.08 277.92C397.44 352.32 333.36 409.52 256 409.52C213.6 409.52 175.2 392.32 147.36 364.56C147.2 364.4 147.04 364.24 146.88 364.08L140.8 358.32L179.12 358.32C193.28 358.32 204.72 346.88 204.72 332.72C204.72 318.56 193.28 307.12 179.12 307.12L76.8 307.2C70 307.2 63.44 309.92 58.64 314.8C53.84 319.68 51.12 326.16 51.2 333.04L52 434.64C52.08 448.8 63.68 460.16 77.84 460C92 459.84 103.36 448.32 103.2 434.16L102.88 392.96L111.44 401.04C148.48 437.92 199.6 460.8 256 460.8C359.2 460.8 444.56 384.48 458.72 285.2z"
1554
1681
  }, null, -1)
1555
- ]), 16, R1));
1682
+ ]), 16, E1));
1556
1683
  }
1557
- }), D1 = ["width", "height"], I1 = /* @__PURE__ */ o({
1684
+ }), F1 = ["width", "height"], J1 = /* @__PURE__ */ n({
1558
1685
  __name: "rotateRight",
1559
- props: /* @__PURE__ */ c({
1686
+ props: /* @__PURE__ */ a({
1560
1687
  size: {}
1561
1688
  }, d),
1562
1689
  setup(s) {
1563
- return (e, t) => (n(), a("svg", l(r(h), {
1690
+ return (e, t) => (o(), l("svg", c(r(h), {
1564
1691
  width: e.size,
1565
1692
  height: e.size
1566
1693
  }), t[0] || (t[0] = [
@@ -1568,15 +1695,15 @@ import './index.css';const d = {
1568
1695
  fill: "currentColor",
1569
1696
  d: "M488 192l-144 0c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5 15.9-75 75-75 196.5 0 271.5s196.5 75 271.5 0c8.2-8.2 15.5-16.9 21.9-26.1 10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7-100 100-262.1 100-362 0S-25 175 75 75c94.3-94.3 243.7-99.6 344.3-16.2L471 7c6.9-6.9 17.2-8.9 26.2-5.2S512 14.3 512 24l0 144c0 13.3-10.7 24-24 24z"
1570
1697
  }, null, -1)
1571
- ]), 16, D1));
1698
+ ]), 16, F1));
1572
1699
  }
1573
- }), U1 = ["width", "height"], j1 = /* @__PURE__ */ o({
1700
+ }), K1 = ["width", "height"], Q1 = /* @__PURE__ */ n({
1574
1701
  __name: "send",
1575
- props: /* @__PURE__ */ c({
1702
+ props: /* @__PURE__ */ a({
1576
1703
  size: {}
1577
1704
  }, d),
1578
1705
  setup(s) {
1579
- return (e, t) => (n(), a("svg", l(r(h), {
1706
+ return (e, t) => (o(), l("svg", c(r(h), {
1580
1707
  width: e.size,
1581
1708
  height: e.size
1582
1709
  }), t[0] || (t[0] = [
@@ -1584,15 +1711,15 @@ import './index.css';const d = {
1584
1711
  fill: "currentColor",
1585
1712
  d: "M454.72 30.16C462.56 27.36 471.2 29.36 477.12 35.2C483.04 41.04 484.96 49.76 482.16 57.6L339.76 455.12C335.76 466.24 325.28 473.6 313.52 473.6C302.16 473.6 291.92 466.72 287.68 456.24L236.32 329.84C232.72 321.04 234.32 310.96 240.48 303.76L316.08 213.84C320.16 208.96 319.84 201.84 315.36 197.36C310.88 192.88 303.68 192.56 298.88 196.64L208.96 272.08C201.68 278.16 191.68 279.76 182.88 276.24L56.08 224.64C45.6 220.4 38.72 210.16 38.72 198.8C38.72 187.04 46.08 176.56 57.2 172.56L454.72 30.16z"
1586
1713
  }, null, -1)
1587
- ]), 16, U1));
1714
+ ]), 16, K1));
1588
1715
  }
1589
- }), O1 = ["width", "height"], B1 = /* @__PURE__ */ o({
1716
+ }), W1 = ["width", "height"], Y1 = /* @__PURE__ */ n({
1590
1717
  __name: "server",
1591
- props: /* @__PURE__ */ c({
1718
+ props: /* @__PURE__ */ a({
1592
1719
  size: {}
1593
1720
  }, d),
1594
1721
  setup(s) {
1595
- return (e, t) => (n(), a("svg", l(r(h), {
1722
+ return (e, t) => (o(), l("svg", c(r(h), {
1596
1723
  width: e.size,
1597
1724
  height: e.size
1598
1725
  }), t[0] || (t[0] = [
@@ -1608,44 +1735,46 @@ import './index.css';const d = {
1608
1735
  "clip-rule": "evenodd",
1609
1736
  d: "M120 344H392C427.35 344 456 372.65 456 408V424C456 459.35 427.35 488 392 488H120C84.65 488 56 459.35 56 424V408C56 372.65 84.65 344 120 344ZM280 416C280 433.67 294.33 448 312 448C329.67 448 344 433.67 344 416C344 398.33 329.67 384 312 384C294.33 384 280 398.33 280 416ZM352 416C352 433.67 366.33 448 384 448C401.67 448 416 433.67 416 416C416 398.33 401.67 384 384 384C366.33 384 352 398.33 352 416Z"
1610
1737
  }, null, -1)
1611
- ]), 16, O1));
1738
+ ]), 16, W1));
1612
1739
  }
1613
- }), A1 = ["width", "height"], N1 = /* @__PURE__ */ o({
1740
+ }), et = ["width", "height"], tt = /* @__PURE__ */ n({
1614
1741
  __name: "share",
1615
- props: /* @__PURE__ */ c({
1742
+ props: /* @__PURE__ */ a({
1616
1743
  size: {}
1617
1744
  }, d),
1618
1745
  setup(s) {
1619
- return (e, t) => (n(), a("svg", l(r(h), {
1746
+ return (e, t) => (o(), l("svg", c(r(h), {
1620
1747
  width: e.size,
1621
1748
  height: e.size
1622
1749
  }), t[0] || (t[0] = [
1623
1750
  C('<path d="M197 251L318 181" stroke="currentColor" stroke-width="44" stroke-linecap="round" stroke-linejoin="round" fill="none"></path><path d="M197 297L318 367" stroke="currentColor" stroke-width="44" stroke-linecap="round" stroke-linejoin="round" fill="none"></path><circle cx="148" cy="274" r="70" fill="currentColor"></circle><circle cx="352" cy="162" r="70" fill="currentColor"></circle><circle cx="352" cy="386" r="70" fill="currentColor"></circle>', 5)
1624
- ]), 16, A1));
1751
+ ]), 16, et));
1625
1752
  }
1626
- }), P1 = ["width", "height"], q1 = /* @__PURE__ */ o({
1753
+ }), it = ["width", "height"], st = /* @__PURE__ */ n({
1627
1754
  __name: "shield",
1628
- props: /* @__PURE__ */ c({
1755
+ props: /* @__PURE__ */ a({
1629
1756
  size: {}
1630
1757
  }, d),
1631
1758
  setup(s) {
1632
- return (e, t) => (n(), a("svg", l(r(h), {
1759
+ return (e, t) => (o(), l("svg", c(r(h), {
1633
1760
  width: e.size,
1634
1761
  height: e.size
1635
1762
  }), t[0] || (t[0] = [
1636
- i("path", {
1637
- fill: "currentColor",
1638
- d: "M256 58c10.7 0 21.4 2.2 31.2 6.7l120.7 54.6c18.6 8.4 30.5 27 30.5 47.4v53.8c0 118.8-70.3 227.2-179.2 276.3-2.1.9-4.4 1.4-6.7 1.4s-4.6-.5-6.7-1.4C137 447.7 66.8 339.3 66.8 220.5v-53.8c0-20.4 11.9-39 30.5-47.4L218 64.7c9.8-4.5 20.5-6.7 31.2-6.7h6.8Z"
1639
- }, null, -1)
1640
- ]), 16, P1));
1763
+ i("g", { transform: "translate(-15.36 -15.36) scale(1.06)" }, [
1764
+ i("path", {
1765
+ fill: "currentColor",
1766
+ d: "M256 58c10.7 0 21.4 2.2 31.2 6.7l120.7 54.6c18.6 8.4 30.5 27 30.5 47.4v53.8c0 118.8-70.3 227.2-179.2 276.3-2.1.9-4.4 1.4-6.7 1.4s-4.6-.5-6.7-1.4C137 447.7 66.8 339.3 66.8 220.5v-53.8c0-20.4 11.9-39 30.5-47.4L218 64.7c9.8-4.5 20.5-6.7 31.2-6.7h6.8Z"
1767
+ })
1768
+ ], -1)
1769
+ ]), 16, it));
1641
1770
  }
1642
- }), G1 = ["width", "height"], E1 = /* @__PURE__ */ o({
1771
+ }), rt = ["width", "height"], ot = /* @__PURE__ */ n({
1643
1772
  __name: "sliders",
1644
- props: /* @__PURE__ */ c({
1773
+ props: /* @__PURE__ */ a({
1645
1774
  size: {}
1646
1775
  }, d),
1647
1776
  setup(s) {
1648
- return (e, t) => (n(), a("svg", l(r(h), {
1777
+ return (e, t) => (o(), l("svg", c(r(h), {
1649
1778
  width: e.size,
1650
1779
  height: e.size
1651
1780
  }), t[0] || (t[0] = [
@@ -1653,31 +1782,33 @@ import './index.css';const d = {
1653
1782
  fill: "currentColor",
1654
1783
  d: "M76.8 102.4C62.64 102.4 51.2 113.84 51.2 128C51.2 142.16 62.64 153.6 76.8 153.6L146.16 153.6C156 176.24 178.56 192 204.8 192C231.04 192 253.6 176.24 263.44 153.6L435.2 153.6C449.36 153.6 460.8 142.16 460.8 128C460.8 113.84 449.36 102.4 435.2 102.4L263.44 102.4C253.6 79.76 231.04 64 204.8 64C178.56 64 156 79.76 146.16 102.4L76.8 102.4zM76.8 230.4C62.64 230.4 51.2 241.84 51.2 256C51.2 270.16 62.64 281.6 76.8 281.6L274.16 281.6C284 304.24 306.56 320 332.8 320C359.04 320 381.6 304.24 391.44 281.6L435.2 281.6C449.36 281.6 460.8 270.16 460.8 256C460.8 241.84 449.36 230.4 435.2 230.4L391.44 230.4C381.6 207.76 359.04 192 332.8 192C306.56 192 284 207.76 274.16 230.4L76.8 230.4zM76.8 358.4C62.64 358.4 51.2 369.84 51.2 384C51.2 398.16 62.64 409.6 76.8 409.6L120.56 409.6C130.4 432.24 152.96 448 179.2 448C205.44 448 228 432.24 237.84 409.6L435.2 409.6C449.36 409.6 460.8 398.16 460.8 384C460.8 369.84 449.36 358.4 435.2 358.4L237.84 358.4C228 335.76 205.44 320 179.2 320C152.96 320 130.4 335.76 120.56 358.4L76.8 358.4z"
1655
1784
  }, null, -1)
1656
- ]), 16, G1));
1785
+ ]), 16, rt));
1657
1786
  }
1658
- }), T1 = ["width", "height"], F1 = /* @__PURE__ */ o({
1787
+ }), nt = ["width", "height"], lt = /* @__PURE__ */ n({
1659
1788
  __name: "sort",
1660
- props: /* @__PURE__ */ c({
1789
+ props: /* @__PURE__ */ a({
1661
1790
  size: {}
1662
1791
  }, d),
1663
1792
  setup(s) {
1664
- return (e, t) => (n(), a("svg", l(r(h), {
1793
+ return (e, t) => (o(), l("svg", c(r(h), {
1665
1794
  width: e.size,
1666
1795
  height: e.size
1667
1796
  }), t[0] || (t[0] = [
1668
- i("path", {
1669
- fill: "currentColor",
1670
- d: "M104.32 214.56C108.32 224.16 117.6 230.4 128 230.4L384 230.4C394.32 230.4 403.68 224.16 407.68 214.56C411.68 204.96 409.44 194 402.16 186.64L274.16 58.64C264.16 48.64 247.92 48.64 237.92 58.64L109.92 186.64C102.56 194 100.4 204.96 104.4 214.56zM104.32 297.36C100.32 306.96 102.56 317.92 109.84 325.28L237.84 453.28C247.84 463.28 264.08 463.28 274.08 453.28L402.08 325.28C409.44 317.92 411.6 306.96 407.6 297.36C403.6 287.76 394.32 281.6 384 281.6L128 281.6C117.68 281.6 108.32 287.84 104.32 297.44z"
1671
- }, null, -1)
1672
- ]), 16, T1));
1797
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
1798
+ i("path", {
1799
+ fill: "currentColor",
1800
+ d: "M104.32 214.56C108.32 224.16 117.6 230.4 128 230.4L384 230.4C394.32 230.4 403.68 224.16 407.68 214.56C411.68 204.96 409.44 194 402.16 186.64L274.16 58.64C264.16 48.64 247.92 48.64 237.92 58.64L109.92 186.64C102.56 194 100.4 204.96 104.4 214.56zM104.32 297.36C100.32 306.96 102.56 317.92 109.84 325.28L237.84 453.28C247.84 463.28 264.08 463.28 274.08 453.28L402.08 325.28C409.44 317.92 411.6 306.96 407.6 297.36C403.6 287.76 394.32 281.6 384 281.6L128 281.6C117.68 281.6 108.32 287.84 104.32 297.44z"
1801
+ })
1802
+ ], -1)
1803
+ ]), 16, nt));
1673
1804
  }
1674
- }), X1 = ["width", "height"], J1 = /* @__PURE__ */ o({
1805
+ }), ct = ["width", "height"], at = /* @__PURE__ */ n({
1675
1806
  __name: "sparkles",
1676
- props: /* @__PURE__ */ c({
1807
+ props: /* @__PURE__ */ a({
1677
1808
  size: {}
1678
1809
  }, d),
1679
1810
  setup(s) {
1680
- return (e, t) => (n(), a("svg", l(r(h), {
1811
+ return (e, t) => (o(), l("svg", c(r(h), {
1681
1812
  width: e.size,
1682
1813
  height: e.size
1683
1814
  }), t[0] || (t[0] = [
@@ -1685,78 +1816,46 @@ import './index.css';const d = {
1685
1816
  fill: "currentColor",
1686
1817
  d: "M276 58c9.1 0 17.1 5.9 19.8 14.5l20.5 65.6c3.9 12.4 13.6 22.1 26 26l65.6 20.5c8.6 2.7 14.5 10.7 14.5 19.8s-5.9 17.1-14.5 19.8l-65.6 20.5c-12.4 3.9-22.1 13.6-26 26l-20.5 65.6c-2.7 8.6-10.7 14.5-19.8 14.5s-17.1-5.9-19.8-14.5l-20.5-65.6c-3.9-12.4-13.6-22.1-26-26l-65.6-20.5c-8.6-2.7-14.5-10.7-14.5-19.8s5.9-17.1 14.5-19.8l65.6-20.5c12.4-3.9 22.1-13.6 26-26l20.5-65.6C258.9 63.9 266.9 58 276 58Zm-138 256c8.3 0 15.6 5.4 18.1 13.3l8.8 28.1c2.1 6.8 7.4 12.1 14.2 14.2l28.1 8.8c7.9 2.5 13.3 9.8 13.3 18.1s-5.4 15.6-13.3 18.1l-28.1 8.8c-6.8 2.1-12.1 7.4-14.2 14.2l-8.8 28.1c-2.5 7.9-9.8 13.3-18.1 13.3s-15.6-5.4-18.1-13.3l-8.8-28.1c-2.1-6.8-7.4-12.1-14.2-14.2l-28.1-8.8c-7.9-2.5-13.3-9.8-13.3-18.1s5.4-15.6 13.3-18.1l28.1-8.8c6.8-2.1 12.1-7.4 14.2-14.2l8.8-28.1c2.5-7.9 9.8-13.3 18.1-13.3Z"
1687
1818
  }, null, -1)
1688
- ]), 16, X1));
1819
+ ]), 16, ct));
1689
1820
  }
1690
- }), K1 = ["width", "height"], W1 = /* @__PURE__ */ o({
1821
+ }), dt = ["width", "height"], ht = /* @__PURE__ */ n({
1691
1822
  __name: "star",
1692
- props: /* @__PURE__ */ c({
1823
+ props: /* @__PURE__ */ a({
1693
1824
  size: {}
1694
1825
  }, d),
1695
1826
  setup(s) {
1696
- return (e, t) => (n(), a("svg", l(r(h), {
1827
+ return (e, t) => (o(), l("svg", c(r(h), {
1697
1828
  width: e.size,
1698
1829
  height: e.size
1699
1830
  }), t[0] || (t[0] = [
1700
- i("path", {
1701
- fill: "currentColor",
1702
- d: "M256 44c11.4 0 22 6.2 27.5 16.2l48.8 89 102.3 14.9c11.5 1.7 21 9.8 24.5 20.9 3.5 11 .3 23.1-8.2 31l-74 72.3 17.4 101.5c2 11.5-2.7 23.1-12.1 30.1-9.5 7-22.1 8.1-32.7 2.9L256 373.3l-94.2 49.5c-10.6 5.2-23.2 4.1-32.7-2.9-9.4-7-14.1-18.6-12.1-30.1l17.4-101.5-74-72.3c-8.5-7.9-11.7-20-8.2-31 3.5-11.1 13-19.2 24.5-20.9L178.9 149l49.6-89C234 50.2 244.6 44 256 44Z"
1703
- }, null, -1)
1704
- ]), 16, K1));
1831
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1832
+ i("path", {
1833
+ fill: "currentColor",
1834
+ d: "M256 44c11.4 0 22 6.2 27.5 16.2l48.8 89 102.3 14.9c11.5 1.7 21 9.8 24.5 20.9 3.5 11 .3 23.1-8.2 31l-74 72.3 17.4 101.5c2 11.5-2.7 23.1-12.1 30.1-9.5 7-22.1 8.1-32.7 2.9L256 373.3l-94.2 49.5c-10.6 5.2-23.2 4.1-32.7-2.9-9.4-7-14.1-18.6-12.1-30.1l17.4-101.5-74-72.3c-8.5-7.9-11.7-20-8.2-31 3.5-11.1 13-19.2 24.5-20.9L178.9 149l49.6-89C234 50.2 244.6 44 256 44Z"
1835
+ })
1836
+ ], -1)
1837
+ ]), 16, dt));
1705
1838
  }
1706
- }), Q1 = ["width", "height"], Y1 = ["mask"], e4 = /* @__PURE__ */ o({
1839
+ }), ut = ["width", "height"], pt = /* @__PURE__ */ n({
1707
1840
  __name: "sun",
1708
- props: /* @__PURE__ */ c({
1841
+ props: /* @__PURE__ */ a({
1709
1842
  size: {}
1710
1843
  }, d),
1711
1844
  setup(s) {
1712
- const e = `sun-mask-${p()}`;
1713
- return (t, u) => (n(), a("svg", l(r(h), {
1714
- width: t.size,
1715
- height: t.size
1716
- }), [
1717
- i("defs", null, [
1718
- i("mask", { id: e }, u[0] || (u[0] = [
1719
- i("rect", {
1720
- width: "512",
1721
- height: "512",
1722
- fill: "black"
1723
- }, null, -1),
1724
- i("path", {
1725
- d: "M256 34 318 128 410 106 388 198 474 256 388 314 410 406 318 384 256 478 194 384 102 406 124 314 38 256 124 198 102 106 194 128Z",
1726
- fill: "white",
1727
- stroke: "white",
1728
- "stroke-linejoin": "round",
1729
- "stroke-width": "52"
1730
- }, null, -1),
1731
- i("circle", {
1732
- cx: "256",
1733
- cy: "256",
1734
- r: "108",
1735
- fill: "black"
1736
- }, null, -1),
1737
- i("circle", {
1738
- cx: "256",
1739
- cy: "256",
1740
- r: "74",
1741
- fill: "white"
1742
- }, null, -1)
1743
- ]))
1744
- ]),
1745
- i("rect", {
1746
- width: "512",
1747
- height: "512",
1748
- fill: "currentColor",
1749
- mask: `url(#${e})`
1750
- }, null, 8, Y1)
1751
- ], 16, Q1));
1845
+ return (e, t) => (o(), l("svg", c(r(h), {
1846
+ width: e.size,
1847
+ height: e.size
1848
+ }), t[0] || (t[0] = [
1849
+ C('<rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(45 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(90 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(135 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(180 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(225 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(270 256 256)"></rect><rect x="238" y="52" width="36" height="76" rx="18" fill="currentColor" transform="rotate(315 256 256)"></rect><circle cx="256" cy="256" r="102" fill="currentColor"></circle>', 9)
1850
+ ]), 16, ut));
1752
1851
  }
1753
- }), t4 = ["width", "height"], i4 = /* @__PURE__ */ o({
1852
+ }), Ct = ["width", "height"], gt = /* @__PURE__ */ n({
1754
1853
  __name: "terminal",
1755
- props: /* @__PURE__ */ c({
1854
+ props: /* @__PURE__ */ a({
1756
1855
  size: {}
1757
1856
  }, d),
1758
1857
  setup(s) {
1759
- return (e, t) => (n(), a("svg", l(r(h), {
1858
+ return (e, t) => (o(), l("svg", c(r(h), {
1760
1859
  width: e.size,
1761
1860
  height: e.size
1762
1861
  }), t[0] || (t[0] = [
@@ -1768,15 +1867,15 @@ import './index.css';const d = {
1768
1867
  fill: "currentColor",
1769
1868
  d: "M288 392H480C497.67 392 512 406.33 512 424C512 441.67 497.67 456 480 456H288C270.33 456 256 441.67 256 424C256 406.33 270.33 392 288 392Z"
1770
1869
  }, null, -1)
1771
- ]), 16, t4));
1870
+ ]), 16, Ct));
1772
1871
  }
1773
- }), s4 = ["width", "height"], r4 = /* @__PURE__ */ o({
1872
+ }), _t = ["width", "height"], ft = /* @__PURE__ */ n({
1774
1873
  __name: "trash",
1775
- props: /* @__PURE__ */ c({
1874
+ props: /* @__PURE__ */ a({
1776
1875
  size: {}
1777
1876
  }, d),
1778
1877
  setup(s) {
1779
- return (e, t) => (n(), a("svg", l(r(h), {
1878
+ return (e, t) => (o(), l("svg", c(r(h), {
1780
1879
  width: e.size,
1781
1880
  height: e.size
1782
1881
  }), t[0] || (t[0] = [
@@ -1784,15 +1883,15 @@ import './index.css';const d = {
1784
1883
  fill: "currentColor",
1785
1884
  d: "M194 70h124c16.5 0 31.2 10.5 36.3 26.1l8.6 25.9H428c17.7 0 32 14.3 32 32s-14.3 32-32 32H84c-17.7 0-32-14.3-32-32s14.3-32 32-32h65.1l8.6-25.9C162.8 80.5 177.5 70 194 70ZM112 218h288l-16.6 205.8c-2.1 26.3-24 46.2-50.4 46.2H179c-26.4 0-48.3-19.9-50.4-46.2L112 218Z"
1786
1885
  }, null, -1)
1787
- ]), 16, s4));
1886
+ ]), 16, _t));
1788
1887
  }
1789
- }), o4 = ["width", "height"], n4 = /* @__PURE__ */ o({
1888
+ }), wt = ["width", "height"], mt = /* @__PURE__ */ n({
1790
1889
  __name: "unlock",
1791
- props: /* @__PURE__ */ c({
1890
+ props: /* @__PURE__ */ a({
1792
1891
  size: {}
1793
1892
  }, d),
1794
1893
  setup(s) {
1795
- return (e, t) => (n(), a("svg", l(r(h), {
1894
+ return (e, t) => (o(), l("svg", c(r(h), {
1796
1895
  width: e.size,
1797
1896
  height: e.size
1798
1897
  }), t[0] || (t[0] = [
@@ -1808,15 +1907,15 @@ import './index.css';const d = {
1808
1907
  "stroke-linejoin": "round",
1809
1908
  fill: "none"
1810
1909
  }, null, -1)
1811
- ]), 16, o4));
1910
+ ]), 16, wt));
1812
1911
  }
1813
- }), l4 = ["width", "height"], c4 = /* @__PURE__ */ o({
1912
+ }), kt = ["width", "height"], yt = /* @__PURE__ */ n({
1814
1913
  __name: "upload",
1815
- props: /* @__PURE__ */ c({
1914
+ props: /* @__PURE__ */ a({
1816
1915
  size: {}
1817
1916
  }, d),
1818
1917
  setup(s) {
1819
- return (e, t) => (n(), a("svg", l(r(h), {
1918
+ return (e, t) => (o(), l("svg", c(r(h), {
1820
1919
  width: e.size,
1821
1920
  height: e.size
1822
1921
  }), t[0] || (t[0] = [
@@ -1824,148 +1923,129 @@ import './index.css';const d = {
1824
1923
  fill: "currentColor",
1825
1924
  d: "M282 221.76V356C282 370.36 270.36 382 256 382C241.64 382 230 370.36 230 356V221.76L196.38 255.38C186.23 265.53 169.77 265.53 159.62 255.38C149.47 245.23 149.47 228.77 159.62 218.62L237.62 140.62C247.77 130.47 264.23 130.47 274.38 140.62L352.38 218.62C362.53 228.77 362.53 245.23 352.38 255.38C342.23 265.53 325.77 265.53 315.62 255.38L282 221.76ZM136 346H190C190 390.18 225.82 426 270 426H242C286.18 426 322 390.18 322 346H376C404.72 346 428 369.28 428 398V438C428 466.72 404.72 490 376 490H136C107.28 490 84 466.72 84 438V398C84 369.28 107.28 346 136 346ZM364 390C349.64 390 338 401.64 338 416C338 430.36 349.64 442 364 442C378.36 442 390 430.36 390 416C390 401.64 378.36 390 364 390Z"
1826
1925
  }, null, -1)
1827
- ]), 16, l4));
1926
+ ]), 16, kt));
1828
1927
  }
1829
- }), a4 = ["width", "height"], d4 = /* @__PURE__ */ o({
1928
+ }), vt = ["width", "height"], zt = /* @__PURE__ */ n({
1830
1929
  __name: "user",
1831
- props: /* @__PURE__ */ c({
1930
+ props: /* @__PURE__ */ a({
1832
1931
  size: {}
1833
1932
  }, d),
1834
1933
  setup(s) {
1835
- return (e, t) => (n(), a("svg", l(r(h), {
1934
+ return (e, t) => (o(), l("svg", c(r(h), {
1836
1935
  width: e.size,
1837
1936
  height: e.size
1838
1937
  }), t[0] || (t[0] = [
1839
- i("circle", {
1840
- cx: "256",
1841
- cy: "156",
1842
- r: "76",
1843
- fill: "currentColor"
1844
- }, null, -1),
1845
- i("path", {
1846
- fill: "currentColor",
1847
- d: "M256 274c-94.6 0-172 68.8-172 153.1 0 22.6 18.3 40.9 40.9 40.9h262.2c22.6 0 40.9-18.3 40.9-40.9C428 342.8 350.6 274 256 274Z"
1848
- }, null, -1)
1849
- ]), 16, a4));
1938
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1939
+ i("circle", {
1940
+ cx: "256",
1941
+ cy: "156",
1942
+ r: "76",
1943
+ fill: "currentColor"
1944
+ }),
1945
+ i("path", {
1946
+ fill: "currentColor",
1947
+ d: "M256 274c-94.6 0-172 68.8-172 153.1 0 22.6 18.3 40.9 40.9 40.9h262.2c22.6 0 40.9-18.3 40.9-40.9C428 342.8 350.6 274 256 274Z"
1948
+ })
1949
+ ], -1)
1950
+ ]), 16, vt));
1850
1951
  }
1851
- }), h4 = ["width", "height"], u4 = /* @__PURE__ */ o({
1952
+ }), Lt = ["width", "height"], $t = /* @__PURE__ */ n({
1852
1953
  __name: "userCheck",
1853
- props: /* @__PURE__ */ c({
1954
+ props: /* @__PURE__ */ a({
1854
1955
  size: {}
1855
1956
  }, d),
1856
1957
  setup(s) {
1857
- return (e, t) => (n(), a("svg", l(r(h), {
1958
+ return (e, t) => (o(), l("svg", c(r(h), {
1858
1959
  width: e.size,
1859
1960
  height: e.size
1860
1961
  }), t[0] || (t[0] = [
1861
- i("circle", {
1862
- cx: "224",
1863
- cy: "168",
1864
- r: "84",
1865
- fill: "currentColor"
1866
- }, null, -1),
1867
- i("path", {
1868
- fill: "currentColor",
1869
- d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
1870
- }, null, -1),
1871
- i("path", {
1872
- d: "M362 230 404 272 500 168",
1873
- stroke: "currentColor",
1874
- "stroke-width": "40",
1875
- "stroke-linecap": "round",
1876
- "stroke-linejoin": "round",
1877
- fill: "none"
1878
- }, null, -1)
1879
- ]), 16, h4));
1962
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1963
+ i("circle", {
1964
+ cx: "224",
1965
+ cy: "168",
1966
+ r: "84",
1967
+ fill: "currentColor"
1968
+ }),
1969
+ i("path", {
1970
+ fill: "currentColor",
1971
+ d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
1972
+ }),
1973
+ i("path", {
1974
+ d: "M362 230 404 272 500 168",
1975
+ stroke: "currentColor",
1976
+ "stroke-width": "40",
1977
+ "stroke-linecap": "round",
1978
+ "stroke-linejoin": "round",
1979
+ fill: "none"
1980
+ })
1981
+ ], -1)
1982
+ ]), 16, Lt));
1880
1983
  }
1881
- }), p4 = ["width", "height"], C4 = /* @__PURE__ */ o({
1984
+ }), bt = ["width", "height"], Mt = /* @__PURE__ */ n({
1882
1985
  __name: "userMinus",
1883
- props: /* @__PURE__ */ c({
1986
+ props: /* @__PURE__ */ a({
1884
1987
  size: {}
1885
1988
  }, d),
1886
1989
  setup(s) {
1887
- return (e, t) => (n(), a("svg", l(r(h), {
1990
+ return (e, t) => (o(), l("svg", c(r(h), {
1888
1991
  width: e.size,
1889
1992
  height: e.size
1890
1993
  }), t[0] || (t[0] = [
1891
- i("circle", {
1892
- cx: "224",
1893
- cy: "168",
1894
- r: "84",
1895
- fill: "currentColor"
1896
- }, null, -1),
1897
- i("path", {
1898
- fill: "currentColor",
1899
- d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
1900
- }, null, -1),
1901
- i("rect", {
1902
- x: "326",
1903
- y: "198",
1904
- width: "190",
1905
- height: "52",
1906
- rx: "26",
1907
- fill: "currentColor"
1908
- }, null, -1)
1909
- ]), 16, p4));
1994
+ i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
1995
+ i("circle", {
1996
+ cx: "224",
1997
+ cy: "168",
1998
+ r: "84",
1999
+ fill: "currentColor"
2000
+ }),
2001
+ i("path", {
2002
+ fill: "currentColor",
2003
+ d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
2004
+ }),
2005
+ i("rect", {
2006
+ x: "326",
2007
+ y: "198",
2008
+ width: "190",
2009
+ height: "52",
2010
+ rx: "26",
2011
+ fill: "currentColor"
2012
+ })
2013
+ ], -1)
2014
+ ]), 16, bt));
1910
2015
  }
1911
- }), _4 = ["width", "height"], g4 = /* @__PURE__ */ o({
2016
+ }), Ht = ["width", "height"], Vt = /* @__PURE__ */ n({
1912
2017
  __name: "userPlus",
1913
- props: /* @__PURE__ */ c({
2018
+ props: /* @__PURE__ */ a({
1914
2019
  size: {}
1915
2020
  }, d),
1916
2021
  setup(s) {
1917
- return (e, t) => (n(), a("svg", l(r(h), {
2022
+ return (e, t) => (o(), l("svg", c(r(h), {
1918
2023
  width: e.size,
1919
2024
  height: e.size
1920
2025
  }), t[0] || (t[0] = [
1921
- i("circle", {
1922
- cx: "224",
1923
- cy: "168",
1924
- r: "84",
1925
- fill: "currentColor"
1926
- }, null, -1),
1927
- i("path", {
1928
- fill: "currentColor",
1929
- d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
1930
- }, null, -1),
1931
- i("rect", {
1932
- x: "394",
1933
- y: "128",
1934
- width: "52",
1935
- height: "192",
1936
- rx: "26",
1937
- fill: "currentColor"
1938
- }, null, -1),
1939
- i("rect", {
1940
- x: "324",
1941
- y: "198",
1942
- width: "192",
1943
- height: "52",
1944
- rx: "26",
1945
- fill: "currentColor"
1946
- }, null, -1)
1947
- ]), 16, _4));
2026
+ C('<g transform="translate(-10.24 -10.24) scale(1.04)"><circle cx="224" cy="168" r="84" fill="currentColor"></circle><path fill="currentColor" d="M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"></path><rect x="394" y="128" width="52" height="192" rx="26" fill="currentColor"></rect><rect x="324" y="198" width="192" height="52" rx="26" fill="currentColor"></rect></g>', 1)
2027
+ ]), 16, Ht));
1948
2028
  }
1949
- }), f4 = ["width", "height"], w4 = /* @__PURE__ */ o({
2029
+ }), St = ["width", "height"], xt = /* @__PURE__ */ n({
1950
2030
  __name: "users",
1951
- props: /* @__PURE__ */ c({
2031
+ props: /* @__PURE__ */ a({
1952
2032
  size: {}
1953
2033
  }, d),
1954
2034
  setup(s) {
1955
- return (e, t) => (n(), a("svg", l(r(h), {
2035
+ return (e, t) => (o(), l("svg", c(r(h), {
1956
2036
  width: e.size,
1957
2037
  height: e.size
1958
2038
  }), t[0] || (t[0] = [
1959
- C('<circle cx="256" cy="146" r="76" fill="currentColor"></circle><circle cx="82" cy="202" r="50" fill="currentColor"></circle><circle cx="430" cy="202" r="50" fill="currentColor"></circle><path fill="currentColor" d="M128 404C128 335.52 183.52 280 252 280H260C328.48 280 384 335.52 384 404V424C384 437.25 373.25 448 360 448H152C138.75 448 128 437.25 128 424V404Z"></path><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path><g transform="translate(512 0) scale(-1 1)"><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path></g>', 6)
1960
- ]), 16, f4));
2039
+ C('<g transform="translate(-10.24 -10.24) scale(1.04)"><circle cx="256" cy="146" r="76" fill="currentColor"></circle><circle cx="82" cy="202" r="50" fill="currentColor"></circle><circle cx="430" cy="202" r="50" fill="currentColor"></circle><path fill="currentColor" d="M128 404C128 335.52 183.52 280 252 280H260C328.48 280 384 335.52 384 404V424C384 437.25 373.25 448 360 448H152C138.75 448 128 437.25 128 424V404Z"></path><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path><g transform="translate(512 0) scale(-1 1)"><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path></g></g>', 1)
2040
+ ]), 16, St));
1961
2041
  }
1962
- }), m4 = ["width", "height"], k4 = /* @__PURE__ */ o({
2042
+ }), Zt = ["width", "height"], Rt = /* @__PURE__ */ n({
1963
2043
  __name: "wallet",
1964
- props: /* @__PURE__ */ c({
2044
+ props: /* @__PURE__ */ a({
1965
2045
  size: {}
1966
2046
  }, d),
1967
2047
  setup(s) {
1968
- return (e, t) => (n(), a("svg", l(r(h), {
2048
+ return (e, t) => (o(), l("svg", c(r(h), {
1969
2049
  width: e.size,
1970
2050
  height: e.size
1971
2051
  }), t[0] || (t[0] = [
@@ -1975,44 +2055,22 @@ import './index.css';const d = {
1975
2055
  "clip-rule": "evenodd",
1976
2056
  d: "M136 112H432C449.67 112 464 126.33 464 144C464 161.67 449.67 176 432 176H152C138.75 176 128 186.75 128 200C128 213.25 138.75 224 152 224H424C459.35 224 488 252.65 488 288V392C488 427.35 459.35 456 424 456H136C100.65 456 72 427.35 72 392V176C72 140.65 100.65 112 136 112ZM392 320C374.33 320 360 334.33 360 352C360 369.67 374.33 384 392 384C409.67 384 424 369.67 424 352C424 334.33 409.67 320 392 320Z"
1977
2057
  }, null, -1)
1978
- ]), 16, m4));
2058
+ ]), 16, Zt));
1979
2059
  }
1980
- }), z4 = ["width", "height"], y4 = ["mask"], v4 = /* @__PURE__ */ o({
2060
+ }), Dt = ["width", "height"], It = ["mask"], Ut = /* @__PURE__ */ n({
1981
2061
  __name: "warning",
1982
- props: /* @__PURE__ */ c({
2062
+ props: /* @__PURE__ */ a({
1983
2063
  size: {}
1984
2064
  }, d),
1985
2065
  setup(s) {
1986
2066
  const e = `warning-mask-${p()}`;
1987
- return (t, u) => (n(), a("svg", l(r(h), {
2067
+ return (t, u) => (o(), l("svg", c(r(h), {
1988
2068
  width: t.size,
1989
2069
  height: t.size
1990
2070
  }), [
1991
2071
  i("defs", null, [
1992
2072
  i("mask", { id: e }, u[0] || (u[0] = [
1993
- i("rect", {
1994
- width: "512",
1995
- height: "512",
1996
- fill: "black"
1997
- }, null, -1),
1998
- i("path", {
1999
- d: "M256 58c13 0 24 7 31 21l145 274c9 17 7 33-5 47-10 11-24 18-41 18H126c-17 0-31-7-41-18-12-14-14-30-5-47L225 79c7-14 18-21 31-21Z",
2000
- fill: "white"
2001
- }, null, -1),
2002
- i("rect", {
2003
- x: "233",
2004
- y: "146",
2005
- width: "46",
2006
- height: "132",
2007
- rx: "23",
2008
- fill: "black"
2009
- }, null, -1),
2010
- i("circle", {
2011
- cx: "256",
2012
- cy: "342",
2013
- r: "25",
2014
- fill: "black"
2015
- }, null, -1)
2073
+ C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-12.8 -12.8) scale(1.05)"><path d="M256 58c13 0 24 7 31 21l145 274c9 17 7 33-5 47-10 11-24 18-41 18H126c-17 0-31-7-41-18-12-14-14-30-5-47L225 79c7-14 18-21 31-21Z" fill="white"></path><rect x="233" y="146" width="46" height="132" rx="23" fill="black"></rect><circle cx="256" cy="342" r="25" fill="black"></circle></g>', 2)
2016
2074
  ]))
2017
2075
  ]),
2018
2076
  i("rect", {
@@ -2020,16 +2078,16 @@ import './index.css';const d = {
2020
2078
  height: "512",
2021
2079
  fill: "currentColor",
2022
2080
  mask: `url(#${e})`
2023
- }, null, 8, y4)
2024
- ], 16, z4));
2081
+ }, null, 8, It)
2082
+ ], 16, Dt));
2025
2083
  }
2026
- }), L4 = ["width", "height"], b4 = /* @__PURE__ */ o({
2084
+ }), Ot = ["width", "height"], jt = /* @__PURE__ */ n({
2027
2085
  __name: "xCircle",
2028
- props: /* @__PURE__ */ c({
2086
+ props: /* @__PURE__ */ a({
2029
2087
  size: {}
2030
2088
  }, d),
2031
2089
  setup(s) {
2032
- return (e, t) => (n(), a("svg", l(r(h), {
2090
+ return (e, t) => (o(), l("svg", c(r(h), {
2033
2091
  width: e.size,
2034
2092
  height: e.size
2035
2093
  }), t[0] || (t[0] = [
@@ -2037,29 +2095,81 @@ import './index.css';const d = {
2037
2095
  fill: "currentColor",
2038
2096
  d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z"
2039
2097
  }, null, -1)
2040
- ]), 16, L4));
2098
+ ]), 16, Ot));
2041
2099
  }
2042
- }), $4 = ["width", "height"], M4 = /* @__PURE__ */ o({
2100
+ }), qt = ["width", "height"], Bt = /* @__PURE__ */ n({
2043
2101
  __name: "xmark",
2044
- props: /* @__PURE__ */ c({
2102
+ props: /* @__PURE__ */ a({
2045
2103
  size: {}
2046
2104
  }, d),
2047
2105
  setup(s) {
2048
- return (e, t) => (n(), a("svg", l(r(h), {
2106
+ return (e, t) => (o(), l("svg", c(r(h), {
2049
2107
  width: e.size,
2050
2108
  height: e.size
2051
2109
  }), t[0] || (t[0] = [
2052
- i("path", {
2053
- d: "M148 148 364 364M364 148 148 364",
2054
- stroke: "currentColor",
2055
- "stroke-width": "56",
2056
- "stroke-linecap": "round",
2057
- "stroke-linejoin": "round",
2058
- fill: "none"
2059
- }, null, -1)
2060
- ]), 16, $4));
2061
- }
2062
- }), H4 = [
2110
+ i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
2111
+ i("path", {
2112
+ d: "M148 148 364 364M364 148 148 364",
2113
+ stroke: "currentColor",
2114
+ "stroke-width": "56",
2115
+ "stroke-linecap": "round",
2116
+ "stroke-linejoin": "round",
2117
+ fill: "none"
2118
+ })
2119
+ ], -1)
2120
+ ]), 16, qt));
2121
+ }
2122
+ }), At = { x: 0.041, y: -0.1289 }, Nt = { x: 0, y: -0.0527 }, Pt = { x: 0, y: -0.041 }, Gt = { x: 0, y: -0.0225 }, Tt = { x: -1e-3, y: -0.0527 }, Et = { x: 0.0498, y: -1e-3 }, Xt = { x: -0.0498, y: 1e-3 }, Ft = { x: 1e-3, y: 0.0527 }, Jt = { x: 0.0166, y: -98e-4 }, Kt = { x: 0, y: -0.0498 }, Qt = { x: 0.0498, y: 0 }, Wt = { x: -0.0498, y: 0 }, Yt = { x: 0, y: 0.0498 }, e4 = { x: 0, y: 0.0156 }, t4 = { x: -98e-4, y: -0.0762 }, i4 = { x: -0.0352, y: -0.0703 }, s4 = { x: -0.0107, y: -0.0244 }, r4 = { x: 0, y: -0.0244 }, o4 = { x: 39e-4, y: -0.0684 }, n4 = { x: 0, y: -0.0342 }, l4 = { x: -0.0732, y: -0.0938 }, c4 = { x: 0, y: -0.0752 }, a4 = { x: 0, y: -0.0195 }, d4 = { x: 0, y: -0.0508 }, h4 = { x: 0, y: -0.0322 }, u4 = { x: 0, y: -0.0166 }, p4 = { x: -1e-3, y: -0.0176 }, C4 = { x: 0, y: -0.0195 }, g4 = { x: 0.0117, y: 0.0117 }, _4 = { x: 0, y: -0.0166 }, f4 = { x: -1e-3, y: -0.0264 }, w4 = { x: -0.0469, y: -0.0547 }, m4 = { x: 0.0137, y: -0.0205 }, k4 = { x: -0.0273, y: 0 }, y4 = { x: 0, y: -0.0938 }, v4 = { x: 0.0117, y: -0.0352 }, z4 = { x: 68e-4, y: -0.0449 }, L4 = { x: 0.0332, y: -0.0244 }, $4 = { x: 1e-3, y: 0.043 }, b4 = { x: -0.1064, y: -0.0791 }, M4 = { x: 0, y: -0.0273 }, H4 = { x: 0, y: 0.0117 }, V4 = { x: 0, y: -0.1084 }, S4 = { x: 0, y: -0.0371 }, x4 = { x: -0.0303, y: -0.1123 }, Z4 = { x: -0.0303, y: -0.1123 }, R4 = { x: -0.0303, y: -0.1123 }, D4 = { x: -0.0469, y: -0.0547 }, I4 = { x: 0, y: 0.0371 }, U4 = {
2123
+ activity: At,
2124
+ archive: Nt,
2125
+ bell: Pt,
2126
+ bookmark: Gt,
2127
+ caretDown: Tt,
2128
+ caretLeft: Et,
2129
+ caretRight: Xt,
2130
+ caretUp: Ft,
2131
+ chartBar: Jt,
2132
+ chevronDown: Kt,
2133
+ chevronLeft: Qt,
2134
+ chevronRight: Wt,
2135
+ chevronUp: Yt,
2136
+ clipboard: e4,
2137
+ cloud: t4,
2138
+ copy: i4,
2139
+ file: s4,
2140
+ fileText: r4,
2141
+ filter: o4,
2142
+ folder: n4,
2143
+ folderOpen: l4,
2144
+ funnelX: c4,
2145
+ hardDrive: a4,
2146
+ heart: d4,
2147
+ house: h4,
2148
+ inbox: u4,
2149
+ layers: p4,
2150
+ lock: C4,
2151
+ magnifyingGlass: g4,
2152
+ mail: _4,
2153
+ message: f4,
2154
+ plug: w4,
2155
+ question: m4,
2156
+ receipt: k4,
2157
+ server: y4,
2158
+ share: v4,
2159
+ shield: z4,
2160
+ sparkles: L4,
2161
+ star: $4,
2162
+ terminal: b4,
2163
+ trash: M4,
2164
+ unlock: H4,
2165
+ upload: V4,
2166
+ user: S4,
2167
+ userCheck: x4,
2168
+ userMinus: Z4,
2169
+ userPlus: R4,
2170
+ wallet: D4,
2171
+ warning: I4
2172
+ }, O4 = [
2063
2173
  {
2064
2174
  id: "navigation",
2065
2175
  eyebrow: "Navigation",
@@ -2181,8 +2291,10 @@ import './index.css';const d = {
2181
2291
  "eyeSlash",
2182
2292
  "history",
2183
2293
  "info",
2294
+ "infoCircle",
2184
2295
  "moon",
2185
2296
  "question",
2297
+ "questionCircle",
2186
2298
  "rotateRight",
2187
2299
  "shield",
2188
2300
  "sparkles",
@@ -2191,107 +2303,109 @@ import './index.css';const d = {
2191
2303
  "xCircle"
2192
2304
  ]
2193
2305
  }
2194
- ], V4 = { title: "Arrow Left", keywords: ["arrow", "left"], style: "solid" }, Z4 = { title: "Arrow Right", keywords: ["arrow", "right"], style: "solid" }, S4 = { title: "Bars", keywords: ["bars"], style: "solid" }, R4 = { title: "Bell", keywords: ["bell"], style: "solid" }, x4 = { title: "Bookmark", keywords: ["bookmark"], style: "solid" }, D4 = { title: "Calendar", keywords: ["calendar"], style: "solid" }, I4 = { title: "Caret Down", keywords: ["caret", "down"], style: "solid" }, U4 = { title: "Caret Left", keywords: ["caret", "left"], style: "solid" }, j4 = { title: "Caret Right", keywords: ["caret", "right"], style: "solid" }, O4 = { title: "Caret Up", keywords: ["caret", "up"], style: "solid" }, B4 = { title: "Check", keywords: ["check"], style: "solid" }, A4 = { title: "Chevron Down", keywords: ["chevron", "down"], style: "solid" }, N4 = { title: "Chevron Left", keywords: ["chevron", "left"], style: "solid" }, P4 = { title: "Chevron Right", keywords: ["chevron", "right"], style: "solid" }, q4 = { title: "Chevron Up", keywords: ["chevron", "up"], style: "solid" }, G4 = { title: "Circle Half", keywords: ["circle", "half"], style: "solid" }, E4 = { title: "Circle Notch", keywords: ["circle", "notch"], style: "solid" }, T4 = { title: "Copy", keywords: ["copy"], style: "solid" }, F4 = { title: "Download", keywords: ["download"], style: "solid" }, X4 = { title: "Ellipsis", keywords: ["ellipsis"], style: "solid" }, J4 = { title: "External Link", keywords: ["external", "link"], style: "solid" }, K4 = { title: "Eye", keywords: ["eye"], style: "solid" }, W4 = { title: "Eye Slash", keywords: ["eye", "slash"], style: "solid" }, Q4 = { title: "Filter", keywords: ["filter"], style: "solid" }, Y4 = { title: "Folder", keywords: ["folder"], style: "solid" }, e3 = { title: "Gear", keywords: ["gear"], style: "solid" }, t3 = { title: "Heart", keywords: ["heart"], style: "solid" }, i3 = { title: "House", keywords: ["house"], style: "solid" }, s3 = { title: "Info", keywords: ["info"], style: "solid" }, r3 = { title: "Link", keywords: ["link"], style: "solid" }, o3 = { title: "Lock", keywords: ["lock"], style: "solid" }, n3 = { title: "Magnifying Glass", keywords: ["magnifying", "glass"], style: "solid" }, l3 = { title: "Minus", keywords: ["minus"], style: "solid" }, c3 = { title: "Moon", keywords: ["moon"], style: "solid" }, a3 = { title: "Pencil", keywords: ["pencil"], style: "solid" }, d3 = { title: "Plus", keywords: ["plus"], style: "solid" }, h3 = { title: "Question", keywords: ["question"], style: "solid" }, u3 = { title: "Rotate Right", keywords: ["rotate", "right"], style: "solid" }, p3 = { title: "Shield", keywords: ["shield"], style: "solid" }, C3 = { title: "Star", keywords: ["star"], style: "solid" }, _3 = { title: "Sun", keywords: ["sun"], style: "solid" }, g3 = { title: "Trash", keywords: ["trash"], style: "solid" }, f3 = { title: "Upload", keywords: ["upload"], style: "solid" }, w3 = { title: "User", keywords: ["user"], style: "solid" }, m3 = { title: "Warning", keywords: ["warning"], style: "solid" }, k3 = { title: "Xmark", keywords: ["xmark"], style: "solid" }, z3 = { title: "Columns", keywords: ["columns"], style: "solid" }, y3 = { title: "Grid", keywords: ["grid"], style: "solid" }, v3 = { title: "Log In", keywords: ["log", "in"], style: "solid" }, L3 = { title: "Log Out", keywords: ["log", "out"], style: "solid" }, b3 = { title: "Sliders", keywords: ["sliders"], style: "solid" }, $3 = { title: "Sort", keywords: ["sort"], style: "solid" }, M3 = { title: "Chart Bar", keywords: ["chart", "bar"], style: "solid" }, H3 = { title: "Credit Card", keywords: ["credit", "card"], style: "solid" }, V3 = { title: "Database", keywords: ["database"], style: "solid" }, Z3 = { title: "Key", keywords: ["key"], style: "solid" }, S3 = { title: "Mail", keywords: ["mail"], style: "solid" }, R3 = { title: "Message", keywords: ["message"], style: "solid" }, x3 = { title: "Receipt", keywords: ["receipt"], style: "solid" }, D3 = { title: "Users", keywords: ["users"], style: "solid" }, I3 = { title: "Wallet", keywords: ["wallet"], style: "solid" }, U3 = { title: "Briefcase", keywords: ["briefcase"], style: "solid" }, j3 = { title: "Cloud", keywords: ["cloud"], style: "solid" }, O3 = { title: "Server", keywords: ["server"], style: "solid" }, B3 = { title: "Terminal", keywords: ["terminal"], style: "solid" }, A3 = { title: "Code", keywords: ["code"], style: "solid" }, N3 = { title: "Sparkles", keywords: ["sparkles"], style: "solid" }, P3 = { title: "Ban", keywords: ["ban"], style: "solid" }, q3 = { title: "Funnel X", keywords: ["funnel", "x"], style: "solid" }, G3 = { title: "Refresh", keywords: ["refresh"], style: "solid" }, E3 = { title: "Activity", keywords: ["activity"], style: "solid" }, T3 = { title: "Archive", keywords: ["archive"], style: "solid" }, F3 = { title: "Building", keywords: ["building"], style: "solid" }, X3 = { title: "Clock", keywords: ["clock"], style: "solid" }, J3 = { title: "File Text", keywords: ["file", "text"], style: "solid" }, K3 = { title: "Globe", keywords: ["globe"], style: "solid" }, W3 = { title: "History", keywords: ["history"], style: "solid" }, Q3 = { title: "User Minus", keywords: ["user", "minus"], style: "solid" }, Y3 = { title: "User Plus", keywords: ["user", "plus"], style: "solid" }, et = { title: "Alert Circle", keywords: ["alert", "circle"], style: "solid" }, tt = { title: "Arrow Down", keywords: ["arrow", "down"], style: "solid" }, it = { title: "Arrow Up", keywords: ["arrow", "up"], style: "solid" }, st = { title: "Check Circle", keywords: ["check", "circle"], style: "solid" }, rt = { title: "Collapse", keywords: ["collapse"], style: "solid" }, ot = { title: "Expand", keywords: ["expand"], style: "solid" }, nt = { title: "File", keywords: ["file"], style: "solid" }, lt = { title: "Folder Open", keywords: ["folder", "open"], style: "solid" }, ct = { title: "X Circle", keywords: ["x", "circle"], style: "solid" }, at = { title: "Cpu", keywords: ["cpu"], style: "solid" }, dt = { title: "Hard Drive", keywords: ["hard", "drive"], style: "solid" }, ht = { title: "Layers", keywords: ["layers"], style: "solid" }, ut = { title: "Share", keywords: ["share"], style: "solid" }, pt = { title: "Plug", keywords: ["plug"], style: "solid" }, Ct = { title: "Send", keywords: ["send"], style: "solid" }, _t = { title: "Inbox", keywords: ["inbox"], style: "solid" }, gt = { title: "Phone", keywords: ["phone"], style: "solid" }, ft = { title: "Unlock", keywords: ["unlock"], style: "solid" }, wt = { title: "User Check", keywords: ["user", "check"], style: "solid" }, mt = { title: "Clipboard", keywords: ["clipboard"], style: "solid" }, kt = {
2195
- arrowLeft: V4,
2196
- arrowRight: Z4,
2197
- bars: S4,
2198
- bell: R4,
2199
- bookmark: x4,
2200
- calendar: D4,
2201
- caretDown: I4,
2202
- caretLeft: U4,
2203
- caretRight: j4,
2204
- caretUp: O4,
2205
- check: B4,
2206
- chevronDown: A4,
2207
- chevronLeft: N4,
2208
- chevronRight: P4,
2209
- chevronUp: q4,
2210
- circleHalf: G4,
2211
- circleNotch: E4,
2212
- copy: T4,
2213
- download: F4,
2214
- ellipsis: X4,
2215
- externalLink: J4,
2216
- eye: K4,
2217
- eyeSlash: W4,
2218
- filter: Q4,
2219
- folder: Y4,
2220
- gear: e3,
2221
- heart: t3,
2222
- house: i3,
2223
- info: s3,
2224
- link: r3,
2225
- lock: o3,
2226
- magnifyingGlass: n3,
2227
- minus: l3,
2228
- moon: c3,
2229
- pencil: a3,
2230
- plus: d3,
2231
- question: h3,
2232
- rotateRight: u3,
2233
- shield: p3,
2234
- star: C3,
2235
- sun: _3,
2236
- trash: g3,
2237
- upload: f3,
2238
- user: w3,
2239
- warning: m3,
2240
- xmark: k3,
2241
- columns: z3,
2242
- grid: y3,
2243
- logIn: v3,
2244
- logOut: L3,
2245
- sliders: b3,
2246
- sort: $3,
2247
- chartBar: M3,
2248
- creditCard: H3,
2249
- database: V3,
2250
- key: Z3,
2251
- mail: S3,
2252
- message: R3,
2253
- receipt: x3,
2254
- users: D3,
2255
- wallet: I3,
2256
- briefcase: U3,
2257
- cloud: j3,
2258
- server: O3,
2259
- terminal: B3,
2260
- code: A3,
2261
- sparkles: N3,
2262
- ban: P3,
2263
- funnelX: q3,
2264
- refresh: G3,
2265
- activity: E3,
2266
- archive: T3,
2267
- building: F3,
2268
- clock: X3,
2269
- fileText: J3,
2270
- globe: K3,
2271
- history: W3,
2272
- userMinus: Q3,
2273
- userPlus: Y3,
2274
- alertCircle: et,
2275
- arrowDown: tt,
2276
- arrowUp: it,
2277
- checkCircle: st,
2278
- collapse: rt,
2279
- expand: ot,
2280
- file: nt,
2281
- folderOpen: lt,
2282
- xCircle: ct,
2283
- cpu: at,
2284
- hardDrive: dt,
2285
- layers: ht,
2286
- share: ut,
2287
- plug: pt,
2288
- send: Ct,
2289
- inbox: _t,
2290
- phone: gt,
2291
- unlock: ft,
2292
- userCheck: wt,
2293
- clipboard: mt
2294
- }, zt = [
2306
+ ], j4 = { title: "Arrow Left", keywords: ["arrow", "left"], style: "solid" }, q4 = { title: "Arrow Right", keywords: ["arrow", "right"], style: "solid" }, B4 = { title: "Bars", keywords: ["bars"], style: "solid" }, A4 = { title: "Bell", keywords: ["bell"], style: "solid" }, N4 = { title: "Bookmark", keywords: ["bookmark"], style: "solid" }, P4 = { title: "Calendar", keywords: ["calendar"], style: "solid" }, G4 = { title: "Caret Down", keywords: ["caret", "down"], style: "solid" }, T4 = { title: "Caret Left", keywords: ["caret", "left"], style: "solid" }, E4 = { title: "Caret Right", keywords: ["caret", "right"], style: "solid" }, X4 = { title: "Caret Up", keywords: ["caret", "up"], style: "solid" }, F4 = { title: "Check", keywords: ["check"], style: "solid" }, J4 = { title: "Chevron Down", keywords: ["chevron", "down"], style: "solid" }, K4 = { title: "Chevron Left", keywords: ["chevron", "left"], style: "solid" }, Q4 = { title: "Chevron Right", keywords: ["chevron", "right"], style: "solid" }, W4 = { title: "Chevron Up", keywords: ["chevron", "up"], style: "solid" }, Y4 = { title: "Circle Half", keywords: ["circle", "half"], style: "solid" }, e3 = { title: "Circle Notch", keywords: ["circle", "notch"], style: "solid" }, t3 = { title: "Copy", keywords: ["copy"], style: "solid" }, i3 = { title: "Download", keywords: ["download"], style: "solid" }, s3 = { title: "Ellipsis", keywords: ["ellipsis"], style: "solid" }, r3 = { title: "External Link", keywords: ["external", "link"], style: "solid" }, o3 = { title: "Eye", keywords: ["eye"], style: "solid" }, n3 = { title: "Eye Slash", keywords: ["eye", "slash"], style: "solid" }, l3 = { title: "Filter", keywords: ["filter"], style: "solid" }, c3 = { title: "Folder", keywords: ["folder"], style: "solid" }, a3 = { title: "Gear", keywords: ["gear"], style: "solid" }, d3 = { title: "Heart", keywords: ["heart"], style: "solid" }, h3 = { title: "House", keywords: ["house"], style: "solid" }, u3 = { title: "Info", keywords: ["info"], style: "solid" }, p3 = { title: "Info Circle", keywords: ["info", "circle"], style: "solid" }, C3 = { title: "Link", keywords: ["link"], style: "solid" }, g3 = { title: "Lock", keywords: ["lock"], style: "solid" }, _3 = { title: "Magnifying Glass", keywords: ["magnifying", "glass"], style: "solid" }, f3 = { title: "Minus", keywords: ["minus"], style: "solid" }, w3 = { title: "Moon", keywords: ["moon"], style: "solid" }, m3 = { title: "Pencil", keywords: ["pencil"], style: "solid" }, k3 = { title: "Plus", keywords: ["plus"], style: "solid" }, y3 = { title: "Question", keywords: ["question"], style: "solid" }, v3 = { title: "Question Circle", keywords: ["question", "circle"], style: "solid" }, z3 = { title: "Rotate Right", keywords: ["rotate", "right"], style: "solid" }, L3 = { title: "Shield", keywords: ["shield"], style: "solid" }, $3 = { title: "Star", keywords: ["star"], style: "solid" }, b3 = { title: "Sun", keywords: ["sun"], style: "solid" }, M3 = { title: "Trash", keywords: ["trash"], style: "solid" }, H3 = { title: "Upload", keywords: ["upload"], style: "solid" }, V3 = { title: "User", keywords: ["user"], style: "solid" }, S3 = { title: "Warning", keywords: ["warning"], style: "solid" }, x3 = { title: "Xmark", keywords: ["xmark"], style: "solid" }, Z3 = { title: "Columns", keywords: ["columns"], style: "solid" }, R3 = { title: "Grid", keywords: ["grid"], style: "solid" }, D3 = { title: "Log In", keywords: ["log", "in"], style: "solid" }, I3 = { title: "Log Out", keywords: ["log", "out"], style: "solid" }, U3 = { title: "Sliders", keywords: ["sliders"], style: "solid" }, O3 = { title: "Sort", keywords: ["sort"], style: "solid" }, j3 = { title: "Chart Bar", keywords: ["chart", "bar"], style: "solid" }, q3 = { title: "Credit Card", keywords: ["credit", "card"], style: "solid" }, B3 = { title: "Database", keywords: ["database"], style: "solid" }, A3 = { title: "Key", keywords: ["key"], style: "solid" }, N3 = { title: "Mail", keywords: ["mail"], style: "solid" }, P3 = { title: "Message", keywords: ["message"], style: "solid" }, G3 = { title: "Receipt", keywords: ["receipt"], style: "solid" }, T3 = { title: "Users", keywords: ["users"], style: "solid" }, E3 = { title: "Wallet", keywords: ["wallet"], style: "solid" }, X3 = { title: "Briefcase", keywords: ["briefcase"], style: "solid" }, F3 = { title: "Cloud", keywords: ["cloud"], style: "solid" }, J3 = { title: "Server", keywords: ["server"], style: "solid" }, K3 = { title: "Terminal", keywords: ["terminal"], style: "solid" }, Q3 = { title: "Code", keywords: ["code"], style: "solid" }, W3 = { title: "Sparkles", keywords: ["sparkles"], style: "solid" }, Y3 = { title: "Ban", keywords: ["ban"], style: "solid" }, ei = { title: "Funnel X", keywords: ["funnel", "x"], style: "solid" }, ti = { title: "Refresh", keywords: ["refresh"], style: "solid" }, ii = { title: "Activity", keywords: ["activity"], style: "solid" }, si = { title: "Archive", keywords: ["archive"], style: "solid" }, ri = { title: "Building", keywords: ["building"], style: "solid" }, oi = { title: "Clock", keywords: ["clock"], style: "solid" }, ni = { title: "File Text", keywords: ["file", "text"], style: "solid" }, li = { title: "Globe", keywords: ["globe"], style: "solid" }, ci = { title: "History", keywords: ["history"], style: "solid" }, ai = { title: "User Minus", keywords: ["user", "minus"], style: "solid" }, di = { title: "User Plus", keywords: ["user", "plus"], style: "solid" }, hi = { title: "Alert Circle", keywords: ["alert", "circle"], style: "solid" }, ui = { title: "Arrow Down", keywords: ["arrow", "down"], style: "solid" }, pi = { title: "Arrow Up", keywords: ["arrow", "up"], style: "solid" }, Ci = { title: "Check Circle", keywords: ["check", "circle"], style: "solid" }, gi = { title: "Collapse", keywords: ["collapse"], style: "solid" }, _i = { title: "Expand", keywords: ["expand"], style: "solid" }, fi = { title: "File", keywords: ["file"], style: "solid" }, wi = { title: "Folder Open", keywords: ["folder", "open"], style: "solid" }, mi = { title: "X Circle", keywords: ["x", "circle"], style: "solid" }, ki = { title: "Cpu", keywords: ["cpu"], style: "solid" }, yi = { title: "Hard Drive", keywords: ["hard", "drive"], style: "solid" }, vi = { title: "Layers", keywords: ["layers"], style: "solid" }, zi = { title: "Share", keywords: ["share"], style: "solid" }, Li = { title: "Plug", keywords: ["plug"], style: "solid" }, $i = { title: "Send", keywords: ["send"], style: "solid" }, bi = { title: "Inbox", keywords: ["inbox"], style: "solid" }, Mi = { title: "Phone", keywords: ["phone"], style: "solid" }, Hi = { title: "Unlock", keywords: ["unlock"], style: "solid" }, Vi = { title: "User Check", keywords: ["user", "check"], style: "solid" }, Si = { title: "Clipboard", keywords: ["clipboard"], style: "solid" }, xi = {
2307
+ arrowLeft: j4,
2308
+ arrowRight: q4,
2309
+ bars: B4,
2310
+ bell: A4,
2311
+ bookmark: N4,
2312
+ calendar: P4,
2313
+ caretDown: G4,
2314
+ caretLeft: T4,
2315
+ caretRight: E4,
2316
+ caretUp: X4,
2317
+ check: F4,
2318
+ chevronDown: J4,
2319
+ chevronLeft: K4,
2320
+ chevronRight: Q4,
2321
+ chevronUp: W4,
2322
+ circleHalf: Y4,
2323
+ circleNotch: e3,
2324
+ copy: t3,
2325
+ download: i3,
2326
+ ellipsis: s3,
2327
+ externalLink: r3,
2328
+ eye: o3,
2329
+ eyeSlash: n3,
2330
+ filter: l3,
2331
+ folder: c3,
2332
+ gear: a3,
2333
+ heart: d3,
2334
+ house: h3,
2335
+ info: u3,
2336
+ infoCircle: p3,
2337
+ link: C3,
2338
+ lock: g3,
2339
+ magnifyingGlass: _3,
2340
+ minus: f3,
2341
+ moon: w3,
2342
+ pencil: m3,
2343
+ plus: k3,
2344
+ question: y3,
2345
+ questionCircle: v3,
2346
+ rotateRight: z3,
2347
+ shield: L3,
2348
+ star: $3,
2349
+ sun: b3,
2350
+ trash: M3,
2351
+ upload: H3,
2352
+ user: V3,
2353
+ warning: S3,
2354
+ xmark: x3,
2355
+ columns: Z3,
2356
+ grid: R3,
2357
+ logIn: D3,
2358
+ logOut: I3,
2359
+ sliders: U3,
2360
+ sort: O3,
2361
+ chartBar: j3,
2362
+ creditCard: q3,
2363
+ database: B3,
2364
+ key: A3,
2365
+ mail: N3,
2366
+ message: P3,
2367
+ receipt: G3,
2368
+ users: T3,
2369
+ wallet: E3,
2370
+ briefcase: X3,
2371
+ cloud: F3,
2372
+ server: J3,
2373
+ terminal: K3,
2374
+ code: Q3,
2375
+ sparkles: W3,
2376
+ ban: Y3,
2377
+ funnelX: ei,
2378
+ refresh: ti,
2379
+ activity: ii,
2380
+ archive: si,
2381
+ building: ri,
2382
+ clock: oi,
2383
+ fileText: ni,
2384
+ globe: li,
2385
+ history: ci,
2386
+ userMinus: ai,
2387
+ userPlus: di,
2388
+ alertCircle: hi,
2389
+ arrowDown: ui,
2390
+ arrowUp: pi,
2391
+ checkCircle: Ci,
2392
+ collapse: gi,
2393
+ expand: _i,
2394
+ file: fi,
2395
+ folderOpen: wi,
2396
+ xCircle: mi,
2397
+ cpu: ki,
2398
+ hardDrive: yi,
2399
+ layers: vi,
2400
+ share: zi,
2401
+ plug: Li,
2402
+ send: $i,
2403
+ inbox: bi,
2404
+ phone: Mi,
2405
+ unlock: Hi,
2406
+ userCheck: Vi,
2407
+ clipboard: Si
2408
+ }, Zi = [
2295
2409
  "arrowLeft",
2296
2410
  "arrowRight",
2297
2411
  "arrowUp",
@@ -2346,144 +2460,164 @@ import './index.css';const d = {
2346
2460
  "activity",
2347
2461
  "clock",
2348
2462
  "history"
2349
- ], yt = [], vt = /* @__PURE__ */ JSON.parse('[{"icon":"arrowLeft","status":"in_progress","note":"Rounded stroke-based left arrow aligned to the current reference direction."},{"icon":"arrowRight","status":"in_progress","note":"Mirrored rounded stroke arrow paired with the current left arrow."},{"icon":"arrowUp","status":"approved","note":"Vertical arrow aligned to the current stroke-based arrow family."},{"icon":"arrowDown","status":"approved","note":"Vertical down arrow matching the same rounded stroke construction."},{"icon":"check","status":"in_progress","note":"Solid-only check mark being aligned to the current rounded reference."},{"icon":"xmark","status":"in_progress","note":"Solid-only rounded x mark aligned to the same stroke-based reference family."},{"icon":"plus","status":"in_progress","note":"Rounded plus mark aligned to the current stroke-based control icon family."},{"icon":"minus","status":"in_progress","note":"Rounded minus mark aligned to the same control icon reference family."},{"icon":"copy","status":"in_progress","note":"Solid copy icon being simplified toward a cleaner stacked document silhouette."},{"icon":"clipboard","status":"in_progress","note":"Solid clipboard icon being simplified toward a cleaner board-and-clip silhouette."},{"icon":"magnifyingGlass","status":"in_progress","note":"Rounded search icon aligned to the current reference-led stroke family."},{"icon":"chevronDown","status":"in_progress","note":"Rounded chevron aligned to the same stroke-based reference family."},{"icon":"chevronUp","status":"in_progress","note":"Mirrored rounded chevron paired with the current down chevron."},{"icon":"chevronLeft","status":"in_progress","note":"Rounded left chevron aligned to the same stroke-based chevron family."},{"icon":"chevronRight","status":"in_progress","note":"Rounded right chevron mirrored from the same family."},{"icon":"bars","status":"in_progress","note":"Rounded menu bars aligned to the same stroke-based control family."},{"icon":"calendar","status":"in_progress","note":"Solid calendar being simplified toward a cleaner header-and-body silhouette."},{"icon":"user","status":"in_progress","note":"Solid user icon being simplified toward a cleaner head-and-shoulders silhouette."},{"icon":"mail","status":"in_progress","note":"Solid mail icon being simplified toward a cleaner envelope silhouette."},{"icon":"folder","status":"in_progress","note":"Solid folder being simplified toward a cleaner tabbed silhouette."},{"icon":"folderOpen","status":"in_progress","note":"Solid open-folder icon being simplified toward a cleaner layered folder silhouette."},{"icon":"file","status":"in_progress","note":"Solid file icon being simplified toward a cleaner folded-corner silhouette."},{"icon":"fileText","status":"in_progress","note":"Solid file-text icon being simplified toward a cleaner document-with-content silhouette."},{"icon":"house","status":"in_progress","note":"Solid house icon being simplified toward a cleaner roof-and-door silhouette."},{"icon":"bookmark","status":"in_progress","note":"Solid bookmark icon being simplified toward a cleaner ribbon silhouette."},{"icon":"star","status":"in_progress","note":"Solid star icon being simplified toward a cleaner five-point silhouette."},{"icon":"heart","status":"in_progress","note":"Solid heart icon being simplified toward a cleaner rounded silhouette."},{"icon":"sun","status":"in_progress","note":"Solid sun icon being simplified toward a cleaner ring-and-rays silhouette."},{"icon":"moon","status":"in_progress","note":"Solid moon icon being simplified toward a cleaner crescent silhouette."},{"icon":"info","status":"in_progress","note":"Solid info icon being simplified toward a cleaner lowercase-i silhouette."},{"icon":"warning","status":"in_progress","note":"Solid warning icon being simplified toward a cleaner alert triangle silhouette."},{"icon":"question","status":"in_progress","note":"Solid question icon being simplified toward a cleaner standalone question mark silhouette."},{"icon":"checkCircle","status":"in_progress","note":"Solid check-circle icon being simplified toward a cleaner confirmed state silhouette."},{"icon":"shield","status":"in_progress","note":"Solid shield icon being simplified toward a cleaner monolithic protective silhouette."},{"icon":"eye","status":"in_progress","note":"Solid eye icon being simplified toward a cleaner iris-and-highlight silhouette."},{"icon":"eyeSlash","status":"in_progress","note":"Solid eye-slash icon being simplified toward a cleaner crossed-out eye silhouette."},{"icon":"bell","status":"in_progress","note":"Solid bell being simplified toward a cleaner alert silhouette."},{"icon":"gear","status":"approved","note":"Current gear direction is acceptable and stable enough to keep."},{"icon":"message","status":"in_progress","note":"Solid message icon being simplified toward a cleaner chat bubble silhouette."},{"icon":"lock","status":"in_progress","note":"Solid lock being simplified toward a cleaner shackle-and-body silhouette."},{"icon":"unlock","status":"in_progress","note":"Solid unlock being simplified to match the new lock body with an open shackle."},{"icon":"archive","status":"in_progress","note":"Solid archive icon being simplified toward a cleaner box-and-lid silhouette."},{"icon":"inbox","status":"in_progress","note":"Solid inbox icon being simplified toward a cleaner tray-and-dropzone silhouette."},{"icon":"briefcase","status":"in_progress","note":"Solid briefcase icon being simplified toward a cleaner handle-and-latch silhouette."},{"icon":"building","status":"in_progress","note":"Solid building icon being simplified toward a cleaner facade-and-door silhouette."},{"icon":"chartBar","status":"in_progress","note":"Solid chart-bar icon being simplified toward a cleaner axis-and-horizontal-bars silhouette."},{"icon":"database","status":"in_progress","note":"Solid database icon being simplified toward a cleaner stacked-cylinder silhouette."},{"icon":"layers","status":"in_progress","note":"Solid layers icon being simplified toward a cleaner three-tier stacked silhouette."},{"icon":"creditCard","status":"in_progress","note":"Solid credit-card icon being simplified toward a cleaner stripe-and-details silhouette."},{"icon":"hardDrive","status":"in_progress","note":"Solid hard-drive icon being simplified toward a cleaner enclosure-and-indicators silhouette."},{"icon":"globe","status":"in_progress","note":"Solid globe icon being simplified toward a cleaner meridian-and-latitude silhouette."},{"icon":"receipt","status":"in_progress","note":"Solid receipt icon being simplified toward a cleaner serrated slip silhouette."},{"icon":"server","status":"in_progress","note":"Solid server icon being simplified toward a cleaner dual-rack silhouette."},{"icon":"terminal","status":"in_progress","note":"Solid terminal icon being simplified toward a cleaner chevron-and-command-line silhouette."},{"icon":"wallet","status":"in_progress","note":"Solid wallet icon being simplified toward a cleaner flap-and-button silhouette."},{"icon":"plug","status":"in_progress","note":"Solid plug icon being simplified toward a cleaner twin-prong silhouette."},{"icon":"share","status":"in_progress","note":"Solid share icon being simplified toward a cleaner tri-node connection silhouette."},{"icon":"code","status":"in_progress","note":"Solid code icon being simplified toward a cleaner chevrons-and-slash silhouette."},{"icon":"users","status":"in_progress","note":"Solid users icon being simplified toward a cleaner three-person group silhouette."},{"icon":"userPlus","status":"in_progress","note":"Solid user-plus icon being simplified toward a cleaner user silhouette with a separate plus action."},{"icon":"userMinus","status":"in_progress","note":"Solid user-minus icon being simplified toward a cleaner user silhouette with a separate minus action."},{"icon":"userCheck","status":"in_progress","note":"Solid user-check icon being simplified toward a cleaner user silhouette with a separate check action."},{"icon":"clock","status":"in_progress","note":"Solid clock icon being simplified toward a cleaner circular face with hour and minute hands."},{"icon":"history","status":"in_progress","note":"Solid history icon being simplified toward a cleaner return-arrow clock silhouette."},{"icon":"download","status":"in_progress","note":"Solid download icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"upload","status":"in_progress","note":"Solid upload icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"externalLink","status":"in_progress","note":"Solid external-link icon being simplified toward a cleaner box-and-outbound-arrow silhouette."},{"icon":"link","status":"in_progress","note":"Solid link icon being simplified toward a cleaner interlocking-chain silhouette."},{"icon":"refresh","status":"in_progress","note":"Solid refresh icon being simplified toward a cleaner two-arrow circular-cycle silhouette."},{"icon":"trash","status":"in_progress","note":"Solid trash icon being simplified toward a cleaner lid-and-bin silhouette."},{"icon":"filter","status":"in_progress","note":"Solid filter icon being simplified toward a cleaner funnel silhouette."},{"icon":"funnelX","status":"in_progress","note":"Solid funnel-x icon being simplified toward a cleaner filter-with-clear action silhouette."},{"icon":"sort","status":"in_progress","note":"Solid sort icon being simplified toward a cleaner dual-direction chevron silhouette."},{"icon":"sliders","status":"in_progress","note":"Solid sliders icon being simplified toward a cleaner three-track control silhouette."},{"icon":"ellipsis","status":"in_progress","note":"Solid ellipsis icon being simplified toward a cleaner three-dot horizontal action silhouette."},{"icon":"send","status":"in_progress","note":"Solid send icon being simplified toward a cleaner paper-plane silhouette."},{"icon":"logIn","status":"in_progress","note":"Solid log-in icon being simplified toward a cleaner enter-arrow and doorway silhouette."},{"icon":"logOut","status":"in_progress","note":"Solid log-out icon being simplified toward a cleaner exit-arrow and doorway silhouette."},{"icon":"pencil","status":"in_progress","note":"Solid pencil icon being simplified toward a cleaner edit-tool silhouette."},{"icon":"key","status":"in_progress","note":"Solid key icon being simplified toward a cleaner keyhead-and-shaft silhouette."},{"icon":"cloud","status":"in_progress","note":"Solid cloud icon being simplified toward a cleaner monolithic cloud silhouette."},{"icon":"phone","status":"in_progress","note":"Solid phone icon being simplified toward a cleaner handset-call silhouette."},{"icon":"cpu","status":"in_progress","note":"Solid cpu icon being simplified toward a cleaner chip-and-core silhouette."},{"icon":"grid","status":"in_progress","note":"Solid grid icon being simplified toward a cleaner four-cell layout silhouette."},{"icon":"columns","status":"in_progress","note":"Solid columns icon being simplified toward a cleaner two-column layout silhouette."},{"icon":"collapse","status":"in_progress","note":"Solid collapse icon being simplified toward a cleaner inward-diagonal action silhouette."},{"icon":"expand","status":"in_progress","note":"Solid expand icon being simplified toward a cleaner outward-diagonal action silhouette."},{"icon":"activity","status":"in_progress","note":"Solid activity icon being simplified toward a cleaner heartbeat waveform silhouette."},{"icon":"alertCircle","status":"in_progress","note":"Solid alert-circle icon being simplified toward a cleaner warning-in-circle silhouette."},{"icon":"ban","status":"in_progress","note":"Solid ban icon being simplified toward a cleaner prohibition-circle silhouette."},{"icon":"caretDown","status":"in_progress","note":"Solid caret-down icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretLeft","status":"in_progress","note":"Solid caret-left icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretRight","status":"in_progress","note":"Solid caret-right icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretUp","status":"in_progress","note":"Solid caret-up icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"chevronUp","status":"in_progress","note":"Solid chevron-up icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronDown","status":"in_progress","note":"Solid chevron-down icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronLeft","status":"in_progress","note":"Solid chevron-left icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronRight","status":"in_progress","note":"Solid chevron-right icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"circleHalf","status":"in_progress","note":"Solid circle-half icon being simplified toward a cleaner split-circle silhouette."},{"icon":"circleNotch","status":"in_progress","note":"Solid circle-notch icon being simplified toward a cleaner loading-ring silhouette."},{"icon":"rotateRight","status":"in_progress","note":"Solid rotate-right icon being simplified toward a cleaner clockwise-refresh silhouette."},{"icon":"sparkles","status":"in_progress","note":"Solid sparkles icon being simplified toward a cleaner multi-star shine silhouette."},{"icon":"xCircle","status":"in_progress","note":"Solid x-circle icon being simplified toward a cleaner error-in-circle silhouette."}]'), Lt = H4, z = Lt.flatMap((s) => s.icons), bt = (s) => s.replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`), Zt = Object.freeze(
2350
- Object.fromEntries(z.map((s) => [s, bt(s)]))
2351
- ), St = kt, Rt = zt, xt = yt, Dt = vt, m = "moon", $t = /* @__PURE__ */ o({
2463
+ ], Ri = [], Di = /* @__PURE__ */ JSON.parse('[{"icon":"arrowLeft","status":"in_progress","note":"Rounded stroke-based left arrow aligned to the current reference direction."},{"icon":"arrowRight","status":"in_progress","note":"Mirrored rounded stroke arrow paired with the current left arrow."},{"icon":"arrowUp","status":"approved","note":"Vertical arrow aligned to the current stroke-based arrow family."},{"icon":"arrowDown","status":"approved","note":"Vertical down arrow matching the same rounded stroke construction."},{"icon":"check","status":"in_progress","note":"Solid-only check mark being aligned to the current rounded reference."},{"icon":"xmark","status":"in_progress","note":"Solid-only rounded x mark aligned to the same stroke-based reference family."},{"icon":"plus","status":"in_progress","note":"Rounded plus mark aligned to the current stroke-based control icon family."},{"icon":"minus","status":"in_progress","note":"Rounded minus mark aligned to the same control icon reference family."},{"icon":"copy","status":"in_progress","note":"Solid copy icon being simplified toward a cleaner stacked document silhouette."},{"icon":"clipboard","status":"in_progress","note":"Solid clipboard icon being simplified toward a cleaner board-and-clip silhouette."},{"icon":"magnifyingGlass","status":"in_progress","note":"Rounded search icon aligned to the current reference-led stroke family."},{"icon":"chevronDown","status":"in_progress","note":"Rounded chevron aligned to the same stroke-based reference family."},{"icon":"chevronUp","status":"in_progress","note":"Mirrored rounded chevron paired with the current down chevron."},{"icon":"chevronLeft","status":"in_progress","note":"Rounded left chevron aligned to the same stroke-based chevron family."},{"icon":"chevronRight","status":"in_progress","note":"Rounded right chevron mirrored from the same family."},{"icon":"bars","status":"in_progress","note":"Rounded menu bars aligned to the same stroke-based control family."},{"icon":"calendar","status":"in_progress","note":"Solid calendar being simplified toward a cleaner header-and-body silhouette."},{"icon":"user","status":"in_progress","note":"Solid user icon being simplified toward a cleaner head-and-shoulders silhouette."},{"icon":"mail","status":"in_progress","note":"Solid mail icon being simplified toward a cleaner envelope silhouette."},{"icon":"folder","status":"in_progress","note":"Solid folder being simplified toward a cleaner tabbed silhouette."},{"icon":"folderOpen","status":"in_progress","note":"Solid open-folder icon being simplified toward a cleaner layered folder silhouette."},{"icon":"file","status":"in_progress","note":"Solid file icon being simplified toward a cleaner folded-corner silhouette."},{"icon":"fileText","status":"in_progress","note":"Solid file-text icon being simplified toward a cleaner document-with-content silhouette."},{"icon":"house","status":"in_progress","note":"Solid house icon being simplified toward a cleaner roof-and-door silhouette."},{"icon":"bookmark","status":"in_progress","note":"Solid bookmark icon being simplified toward a cleaner ribbon silhouette."},{"icon":"star","status":"in_progress","note":"Solid star icon being simplified toward a cleaner five-point silhouette."},{"icon":"heart","status":"in_progress","note":"Solid heart icon being simplified toward a cleaner rounded silhouette."},{"icon":"sun","status":"in_progress","note":"Solid sun icon being simplified toward a cleaner ring-and-rays silhouette."},{"icon":"moon","status":"in_progress","note":"Solid moon icon being simplified toward a cleaner crescent silhouette."},{"icon":"info","status":"in_progress","note":"Solid info icon being simplified toward a cleaner lowercase-i silhouette."},{"icon":"infoCircle","status":"in_progress","note":"Solid info-circle icon matching the current filled status-circle construction."},{"icon":"warning","status":"in_progress","note":"Solid warning icon being simplified toward a cleaner alert triangle silhouette."},{"icon":"question","status":"in_progress","note":"Solid question icon being simplified toward a cleaner standalone question mark silhouette."},{"icon":"questionCircle","status":"in_progress","note":"Solid question-circle icon matching the current filled status-circle construction."},{"icon":"checkCircle","status":"in_progress","note":"Solid check-circle icon being simplified toward a cleaner confirmed state silhouette."},{"icon":"shield","status":"in_progress","note":"Solid shield icon being simplified toward a cleaner monolithic protective silhouette."},{"icon":"eye","status":"in_progress","note":"Solid eye icon being simplified toward a cleaner iris-and-highlight silhouette."},{"icon":"eyeSlash","status":"in_progress","note":"Solid eye-slash icon being simplified toward a cleaner crossed-out eye silhouette."},{"icon":"bell","status":"in_progress","note":"Solid bell being simplified toward a cleaner alert silhouette."},{"icon":"gear","status":"approved","note":"Current gear direction is acceptable and stable enough to keep."},{"icon":"message","status":"in_progress","note":"Solid message icon being simplified toward a cleaner chat bubble silhouette."},{"icon":"lock","status":"in_progress","note":"Solid lock being simplified toward a cleaner shackle-and-body silhouette."},{"icon":"unlock","status":"in_progress","note":"Solid unlock being simplified to match the new lock body with an open shackle."},{"icon":"archive","status":"in_progress","note":"Solid archive icon being simplified toward a cleaner box-and-lid silhouette."},{"icon":"inbox","status":"in_progress","note":"Solid inbox icon being simplified toward a cleaner tray-and-dropzone silhouette."},{"icon":"briefcase","status":"in_progress","note":"Solid briefcase icon being simplified toward a cleaner handle-and-latch silhouette."},{"icon":"building","status":"in_progress","note":"Solid building icon being simplified toward a cleaner facade-and-door silhouette."},{"icon":"chartBar","status":"in_progress","note":"Solid chart-bar icon being simplified toward a cleaner axis-and-horizontal-bars silhouette."},{"icon":"database","status":"in_progress","note":"Solid database icon being simplified toward a cleaner stacked-cylinder silhouette."},{"icon":"layers","status":"in_progress","note":"Solid layers icon being simplified toward a cleaner three-tier stacked silhouette."},{"icon":"creditCard","status":"in_progress","note":"Solid credit-card icon being simplified toward a cleaner stripe-and-details silhouette."},{"icon":"hardDrive","status":"in_progress","note":"Solid hard-drive icon being simplified toward a cleaner enclosure-and-indicators silhouette."},{"icon":"globe","status":"in_progress","note":"Solid globe icon being simplified toward a cleaner meridian-and-latitude silhouette."},{"icon":"receipt","status":"in_progress","note":"Solid receipt icon being simplified toward a cleaner serrated slip silhouette."},{"icon":"server","status":"in_progress","note":"Solid server icon being simplified toward a cleaner dual-rack silhouette."},{"icon":"terminal","status":"in_progress","note":"Solid terminal icon being simplified toward a cleaner chevron-and-command-line silhouette."},{"icon":"wallet","status":"in_progress","note":"Solid wallet icon being simplified toward a cleaner flap-and-button silhouette."},{"icon":"plug","status":"in_progress","note":"Solid plug icon being simplified toward a cleaner twin-prong silhouette."},{"icon":"share","status":"in_progress","note":"Solid share icon being simplified toward a cleaner tri-node connection silhouette."},{"icon":"code","status":"in_progress","note":"Solid code icon being simplified toward a cleaner chevrons-and-slash silhouette."},{"icon":"users","status":"in_progress","note":"Solid users icon being simplified toward a cleaner three-person group silhouette."},{"icon":"userPlus","status":"in_progress","note":"Solid user-plus icon being simplified toward a cleaner user silhouette with a separate plus action."},{"icon":"userMinus","status":"in_progress","note":"Solid user-minus icon being simplified toward a cleaner user silhouette with a separate minus action."},{"icon":"userCheck","status":"in_progress","note":"Solid user-check icon being simplified toward a cleaner user silhouette with a separate check action."},{"icon":"clock","status":"in_progress","note":"Solid clock icon being simplified toward a cleaner circular face with hour and minute hands."},{"icon":"history","status":"in_progress","note":"Solid history icon being simplified toward a cleaner return-arrow clock silhouette."},{"icon":"download","status":"in_progress","note":"Solid download icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"upload","status":"in_progress","note":"Solid upload icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"externalLink","status":"in_progress","note":"Solid external-link icon being simplified toward a cleaner box-and-outbound-arrow silhouette."},{"icon":"link","status":"in_progress","note":"Solid link icon being simplified toward a cleaner interlocking-chain silhouette."},{"icon":"refresh","status":"in_progress","note":"Solid refresh icon being simplified toward a cleaner two-arrow circular-cycle silhouette."},{"icon":"trash","status":"in_progress","note":"Solid trash icon being simplified toward a cleaner lid-and-bin silhouette."},{"icon":"filter","status":"in_progress","note":"Solid filter icon being simplified toward a cleaner funnel silhouette."},{"icon":"funnelX","status":"in_progress","note":"Solid funnel-x icon being simplified toward a cleaner filter-with-clear action silhouette."},{"icon":"sort","status":"in_progress","note":"Solid sort icon being simplified toward a cleaner dual-direction chevron silhouette."},{"icon":"sliders","status":"in_progress","note":"Solid sliders icon being simplified toward a cleaner three-track control silhouette."},{"icon":"ellipsis","status":"in_progress","note":"Solid ellipsis icon being simplified toward a cleaner three-dot horizontal action silhouette."},{"icon":"send","status":"in_progress","note":"Solid send icon being simplified toward a cleaner paper-plane silhouette."},{"icon":"logIn","status":"in_progress","note":"Solid log-in icon being simplified toward a cleaner enter-arrow and doorway silhouette."},{"icon":"logOut","status":"in_progress","note":"Solid log-out icon being simplified toward a cleaner exit-arrow and doorway silhouette."},{"icon":"pencil","status":"in_progress","note":"Solid pencil icon being simplified toward a cleaner edit-tool silhouette."},{"icon":"key","status":"in_progress","note":"Solid key icon being simplified toward a cleaner keyhead-and-shaft silhouette."},{"icon":"cloud","status":"in_progress","note":"Solid cloud icon being simplified toward a cleaner monolithic cloud silhouette."},{"icon":"phone","status":"in_progress","note":"Solid phone icon being simplified toward a cleaner handset-call silhouette."},{"icon":"cpu","status":"in_progress","note":"Solid cpu icon being simplified toward a cleaner chip-and-core silhouette."},{"icon":"grid","status":"in_progress","note":"Solid grid icon being simplified toward a cleaner four-cell layout silhouette."},{"icon":"columns","status":"in_progress","note":"Solid columns icon being simplified toward a cleaner two-column layout silhouette."},{"icon":"collapse","status":"in_progress","note":"Solid collapse icon being simplified toward a cleaner inward-diagonal action silhouette."},{"icon":"expand","status":"in_progress","note":"Solid expand icon being simplified toward a cleaner outward-diagonal action silhouette."},{"icon":"activity","status":"in_progress","note":"Solid activity icon being simplified toward a cleaner heartbeat waveform silhouette."},{"icon":"alertCircle","status":"in_progress","note":"Solid alert-circle icon being simplified toward a cleaner warning-in-circle silhouette."},{"icon":"ban","status":"in_progress","note":"Solid ban icon being simplified toward a cleaner prohibition-circle silhouette."},{"icon":"caretDown","status":"in_progress","note":"Solid caret-down icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretLeft","status":"in_progress","note":"Solid caret-left icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretRight","status":"in_progress","note":"Solid caret-right icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretUp","status":"in_progress","note":"Solid caret-up icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"chevronUp","status":"in_progress","note":"Solid chevron-up icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronDown","status":"in_progress","note":"Solid chevron-down icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronLeft","status":"in_progress","note":"Solid chevron-left icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronRight","status":"in_progress","note":"Solid chevron-right icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"circleHalf","status":"in_progress","note":"Solid circle-half icon being simplified toward a cleaner split-circle silhouette."},{"icon":"circleNotch","status":"in_progress","note":"Solid circle-notch icon being simplified toward a cleaner loading-ring silhouette."},{"icon":"rotateRight","status":"in_progress","note":"Solid rotate-right icon being simplified toward a cleaner clockwise-refresh silhouette."},{"icon":"sparkles","status":"in_progress","note":"Solid sparkles icon being simplified toward a cleaner multi-star shine silhouette."},{"icon":"xCircle","status":"in_progress","note":"Solid x-circle icon being simplified toward a cleaner error-in-circle silhouette."}]'), Ii = O4, y = Ii.flatMap((s) => s.icons), Ui = (s) => s.replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`), Ai = Object.freeze(
2464
+ Object.fromEntries(y.map((s) => [s, Ui(s)]))
2465
+ ), Ni = xi, Pi = Zi, Gi = Ri, Ti = Di, m = "moon", Oi = /* @__PURE__ */ n({
2352
2466
  inheritAttrs: !1,
2353
2467
  __name: "icon",
2354
2468
  props: {
2355
2469
  icon: { default: m },
2356
2470
  spin: { type: Boolean, default: !1 },
2357
2471
  size: { default: 16 },
2358
- style: { default: "solid" }
2472
+ style: { default: "solid" },
2473
+ inset: { default: 0 }
2359
2474
  },
2360
2475
  setup(s) {
2361
2476
  const e = /* @__PURE__ */ Object.assign({
2362
- "./activity.vue": S,
2363
- "./alertCircle.vue": x,
2364
- "./archive.vue": I,
2365
- "./arrowDown.vue": j,
2366
- "./arrowLeft.vue": B,
2367
- "./arrowRight.vue": N,
2368
- "./arrowUp.vue": q,
2369
- "./ban.vue": E,
2370
- "./bars.vue": F,
2371
- "./bell.vue": J,
2372
- "./bookmark.vue": W,
2373
- "./briefcase.vue": Y,
2374
- "./building.vue": t2,
2375
- "./calendar.vue": s2,
2376
- "./caretDown.vue": o2,
2377
- "./caretLeft.vue": l2,
2378
- "./caretRight.vue": a2,
2379
- "./caretUp.vue": h2,
2380
- "./chartBar.vue": p2,
2381
- "./check.vue": _2,
2382
- "./checkCircle.vue": w2,
2383
- "./chevronDown.vue": k2,
2384
- "./chevronLeft.vue": y2,
2385
- "./chevronRight.vue": L2,
2386
- "./chevronUp.vue": $2,
2387
- "./circleHalf.vue": H2,
2388
- "./circleNotch.vue": Z2,
2389
- "./clipboard.vue": R2,
2390
- "./clock.vue": D2,
2391
- "./cloud.vue": U2,
2392
- "./code.vue": O2,
2393
- "./collapse.vue": A2,
2394
- "./columns.vue": P2,
2395
- "./copy.vue": G2,
2396
- "./cpu.vue": X2,
2397
- "./creditCard.vue": K2,
2398
- "./database.vue": Q2,
2399
- "./download.vue": ee,
2400
- "./ellipsis.vue": ie,
2401
- "./expand.vue": re,
2402
- "./externalLink.vue": ne,
2403
- "./eye.vue": ae,
2404
- "./eyeSlash.vue": ue,
2405
- "./file.vue": ge,
2406
- "./fileText.vue": we,
2407
- "./filter.vue": ke,
2408
- "./folder.vue": ye,
2409
- "./folderOpen.vue": Le,
2410
- "./funnelX.vue": $e,
2411
- "./gear.vue": Ve,
2412
- "./globe.vue": Se,
2413
- "./grid.vue": xe,
2414
- "./hardDrive.vue": Ie,
2415
- "./heart.vue": je,
2416
- "./history.vue": Be,
2417
- "./house.vue": qe,
2418
- "./icon.vue": Ht,
2419
- "./inbox.vue": Ee,
2420
- "./info.vue": Fe,
2421
- "./key.vue": Je,
2422
- "./layers.vue": We,
2423
- "./link.vue": Ye,
2424
- "./lock.vue": t1,
2425
- "./logIn.vue": s1,
2426
- "./logOut.vue": o1,
2427
- "./magnifyingGlass.vue": l1,
2428
- "./mail.vue": h1,
2429
- "./message.vue": p1,
2430
- "./minus.vue": _1,
2431
- "./moon.vue": m1,
2432
- "./pencil.vue": z1,
2433
- "./phone.vue": v1,
2434
- "./plug.vue": b1,
2435
- "./plus.vue": M1,
2436
- "./question.vue": V1,
2437
- "./receipt.vue": S1,
2438
- "./refresh.vue": x1,
2439
- "./rotateRight.vue": I1,
2440
- "./send.vue": j1,
2441
- "./server.vue": B1,
2442
- "./share.vue": N1,
2443
- "./shield.vue": q1,
2444
- "./sliders.vue": E1,
2445
- "./sort.vue": F1,
2446
- "./sparkles.vue": J1,
2447
- "./star.vue": W1,
2448
- "./sun.vue": e4,
2449
- "./terminal.vue": i4,
2450
- "./trash.vue": r4,
2451
- "./unlock.vue": n4,
2452
- "./upload.vue": c4,
2453
- "./user.vue": d4,
2454
- "./userCheck.vue": u4,
2455
- "./userMinus.vue": C4,
2456
- "./userPlus.vue": g4,
2457
- "./users.vue": w4,
2458
- "./wallet.vue": k4,
2459
- "./warning.vue": v4,
2460
- "./xCircle.vue": b4,
2461
- "./xmark.vue": M4
2462
- }), t = s, u = M(), f = (_) => _.includes("-") ? _.toLowerCase().replace(/-([a-z0-9])/g, (g, k) => k.toUpperCase()) : _, y = (_) => {
2463
- const g = f(_), $ = `./${z.includes(g) ? g : m}.vue`;
2464
- return e[$] ?? e[`./${m}.vue`];
2465
- }, v = w(() => y(t.icon)), L = w(() => ({
2466
- ...u,
2467
- size: t.size
2468
- })), b = w(() => ({
2469
- "vif-icon": !0,
2470
- "vif-icon_animations_spin": t.spin
2471
- }));
2472
- return (_, g) => (n(), H(V(v.value), l(L.value, { class: b.value }), null, 16, ["class"]));
2473
- }
2474
- }), Mt = (s, e) => {
2477
+ "./activity.vue": O,
2478
+ "./alertCircle.vue": B,
2479
+ "./archive.vue": N,
2480
+ "./arrowDown.vue": G,
2481
+ "./arrowLeft.vue": E,
2482
+ "./arrowRight.vue": F,
2483
+ "./arrowUp.vue": K,
2484
+ "./ban.vue": W,
2485
+ "./bars.vue": e2,
2486
+ "./bell.vue": i2,
2487
+ "./bookmark.vue": r2,
2488
+ "./briefcase.vue": n2,
2489
+ "./building.vue": c2,
2490
+ "./calendar.vue": d2,
2491
+ "./caretDown.vue": u2,
2492
+ "./caretLeft.vue": C2,
2493
+ "./caretRight.vue": _2,
2494
+ "./caretUp.vue": w2,
2495
+ "./chartBar.vue": k2,
2496
+ "./check.vue": v2,
2497
+ "./checkCircle.vue": $2,
2498
+ "./chevronDown.vue": M2,
2499
+ "./chevronLeft.vue": V2,
2500
+ "./chevronRight.vue": x2,
2501
+ "./chevronUp.vue": R2,
2502
+ "./circleHalf.vue": I2,
2503
+ "./circleNotch.vue": O2,
2504
+ "./clipboard.vue": q2,
2505
+ "./clock.vue": A2,
2506
+ "./cloud.vue": P2,
2507
+ "./code.vue": T2,
2508
+ "./collapse.vue": X2,
2509
+ "./columns.vue": J2,
2510
+ "./copy.vue": Q2,
2511
+ "./cpu.vue": te,
2512
+ "./creditCard.vue": se,
2513
+ "./database.vue": oe,
2514
+ "./download.vue": le,
2515
+ "./ellipsis.vue": ae,
2516
+ "./expand.vue": he,
2517
+ "./externalLink.vue": pe,
2518
+ "./eye.vue": _e,
2519
+ "./eyeSlash.vue": me,
2520
+ "./file.vue": ze,
2521
+ "./fileText.vue": $e,
2522
+ "./filter.vue": Me,
2523
+ "./folder.vue": Ve,
2524
+ "./folderOpen.vue": xe,
2525
+ "./funnelX.vue": Re,
2526
+ "./gear.vue": Ue,
2527
+ "./globe.vue": qe,
2528
+ "./grid.vue": Ae,
2529
+ "./hardDrive.vue": Pe,
2530
+ "./heart.vue": Te,
2531
+ "./history.vue": Xe,
2532
+ "./house.vue": Qe,
2533
+ "./icon.vue": qi,
2534
+ "./inbox.vue": Ye,
2535
+ "./info.vue": t1,
2536
+ "./infoCircle.vue": r1,
2537
+ "./key.vue": n1,
2538
+ "./layers.vue": c1,
2539
+ "./link.vue": d1,
2540
+ "./lock.vue": u1,
2541
+ "./logIn.vue": C1,
2542
+ "./logOut.vue": _1,
2543
+ "./magnifyingGlass.vue": w1,
2544
+ "./mail.vue": v1,
2545
+ "./message.vue": L1,
2546
+ "./minus.vue": b1,
2547
+ "./moon.vue": S1,
2548
+ "./pencil.vue": Z1,
2549
+ "./phone.vue": D1,
2550
+ "./plug.vue": U1,
2551
+ "./plus.vue": j1,
2552
+ "./question.vue": B1,
2553
+ "./questionCircle.vue": P1,
2554
+ "./receipt.vue": T1,
2555
+ "./refresh.vue": X1,
2556
+ "./rotateRight.vue": J1,
2557
+ "./send.vue": Q1,
2558
+ "./server.vue": Y1,
2559
+ "./share.vue": tt,
2560
+ "./shield.vue": st,
2561
+ "./sliders.vue": ot,
2562
+ "./sort.vue": lt,
2563
+ "./sparkles.vue": at,
2564
+ "./star.vue": ht,
2565
+ "./sun.vue": pt,
2566
+ "./terminal.vue": gt,
2567
+ "./trash.vue": ft,
2568
+ "./unlock.vue": mt,
2569
+ "./upload.vue": yt,
2570
+ "./user.vue": zt,
2571
+ "./userCheck.vue": $t,
2572
+ "./userMinus.vue": Mt,
2573
+ "./userPlus.vue": Vt,
2574
+ "./users.vue": xt,
2575
+ "./wallet.vue": Rt,
2576
+ "./warning.vue": Ut,
2577
+ "./xCircle.vue": jt,
2578
+ "./xmark.vue": Bt
2579
+ }), t = U4, u = s, k = x(), v = (g) => g.includes("-") ? g.toLowerCase().replace(/-([a-z0-9])/g, (_, w) => w.toUpperCase()) : g, L = (g) => {
2580
+ const _ = v(g), S = `./${y.includes(_) ? _ : m}.vue`;
2581
+ return e[S] ?? e[`./${m}.vue`];
2582
+ }, z = f(() => {
2583
+ const g = v(u.icon);
2584
+ return y.includes(g) ? g : m;
2585
+ }), $ = f(() => L(z.value)), b = f(() => ({
2586
+ ...k,
2587
+ size: u.size
2588
+ })), M = f(() => ({
2589
+ "vif-icon": !0
2590
+ })), H = f(() => ({
2591
+ "vif-icon-wrapper": !0,
2592
+ "vif-icon-wrapper_animations_spin": u.spin
2593
+ })), V = f(() => {
2594
+ const _ = 1 - Math.min(Math.max(u.inset, -0.25), 0.49) * 2, w = t[z.value] ?? { x: 0, y: 0 };
2595
+ return {
2596
+ "--vif-icon-scale": String(_),
2597
+ "--vif-icon-offset-x": String(w.x),
2598
+ "--vif-icon-offset-y": String(w.y)
2599
+ };
2600
+ });
2601
+ return (g, _) => (o(), l("span", {
2602
+ class: Z(H.value),
2603
+ style: R(V.value)
2604
+ }, [
2605
+ (o(), D(I($.value), c(b.value, { class: M.value }), null, 16, ["class"]))
2606
+ ], 6));
2607
+ }
2608
+ }), ji = (s, e) => {
2475
2609
  const t = s.__vccOpts || s;
2476
- for (const [u, f] of e)
2477
- t[u] = f;
2610
+ for (const [u, k] of e)
2611
+ t[u] = k;
2478
2612
  return t;
2479
- }, Ht = /* @__PURE__ */ Mt($t, [["__scopeId", "data-v-33e2b5c9"]]);
2613
+ }, qi = /* @__PURE__ */ ji(Oi, [["__scopeId", "data-v-91124768"]]);
2480
2614
  export {
2481
- Ht as VueIconify,
2482
- Rt as coreIconNames,
2483
- xt as dualStyleCoreIconNames,
2484
- St as iconCatalog,
2485
- Lt as iconGroups,
2486
- z as iconNames,
2487
- Zt as icons,
2488
- Dt as showcaseIconEntries
2615
+ qi as VueIconify,
2616
+ Pi as coreIconNames,
2617
+ Gi as dualStyleCoreIconNames,
2618
+ Ni as iconCatalog,
2619
+ Ii as iconGroups,
2620
+ y as iconNames,
2621
+ Ai as icons,
2622
+ Ti as showcaseIconEntries
2489
2623
  };