@scorchingft/ui-plus 1.0.7 → 1.0.9

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.
@@ -1,5 +1,5 @@
1
- import { defineComponent as a, ref as v, onMounted as V, openBlock as o, createElementBlock as r, normalizeStyle as M, normalizeClass as Y1, createBlock as K1, resolveDynamicComponent as X1, createCommentVNode as j1, renderSlot as $, watch as z, createElementVNode as s, createStaticVNode as h, h as d, createVNode as t2, render as e2 } from "vue";
2
- const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
1
+ import { defineComponent as a, ref as H, onMounted as y, openBlock as o, createElementBlock as r, normalizeStyle as I, normalizeClass as e2, createBlock as n2, resolveDynamicComponent as s2, createCommentVNode as o2, renderSlot as k, watch as T, createElementVNode as s, createStaticVNode as x, h as m, createVNode as D, render as W } from "vue";
2
+ const r2 = { key: 0 }, a2 = /* @__PURE__ */ a({
3
3
  name: "SfButton",
4
4
  __name: "Button",
5
5
  props: {
@@ -34,8 +34,8 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
34
34
  }
35
35
  },
36
36
  setup(n) {
37
- const e = n, t = v({}), l = v();
38
- return V(() => {
37
+ const e = n, t = H({}), l = H();
38
+ return y(() => {
39
39
  e.round && (t.value.borderRadius = `${l.value.scrollHeight / 2}px`), e.circle && (t.value = {
40
40
  height: "35px",
41
41
  width: "35px",
@@ -45,31 +45,31 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
45
45
  justifyContent: "center",
46
46
  alignItems: "center"
47
47
  }), e.disabled && (t.value.cursor = "not-allowed");
48
- }), (_, p) => (o(), r("div", {
48
+ }), (u, C) => (o(), r("div", {
49
49
  cursor: "",
50
- class: Y1([
50
+ class: e2([
51
51
  "sf-button",
52
52
  `sf-${e.type}-hover`,
53
53
  `sf-button-${e.size}`,
54
54
  e.plain ? `sf-${e.type}` : `sf-${e.type}-button`,
55
55
  e.disabled ? "sf-disabled" : ""
56
56
  ]),
57
- style: M(t.value),
57
+ style: I(t.value),
58
58
  ref_key: "btn",
59
59
  ref: l
60
60
  }, [
61
- e.icon ? (o(), r("span", n2, [
62
- (o(), K1(X1(e.icon)))
63
- ])) : j1("", !0),
64
- $(_.$slots, "default", {}, void 0, !0)
61
+ e.icon ? (o(), r("span", r2, [
62
+ (o(), n2(s2(e.icon)))
63
+ ])) : o2("", !0),
64
+ k(u.$slots, "default", {}, void 0, !0)
65
65
  ], 6));
66
66
  }
67
67
  }), i = (n, e) => {
68
68
  const t = n.__vccOpts || n;
69
- for (const [l, _] of e)
70
- t[l] = _;
69
+ for (const [l, u] of e)
70
+ t[l] = u;
71
71
  return t;
72
- }, o2 = /* @__PURE__ */ i(s2, [["__scopeId", "data-v-65507ad2"]]), r2 = /* @__PURE__ */ a({
72
+ }, i2 = /* @__PURE__ */ i(a2, [["__scopeId", "data-v-65507ad2"]]), l2 = /* @__PURE__ */ a({
73
73
  name: "SfCard",
74
74
  __name: "Card",
75
75
  props: {
@@ -102,8 +102,8 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
102
102
  }
103
103
  },
104
104
  setup(n) {
105
- const e = n, t = v({});
106
- return z(() => e, (l) => {
105
+ const e = n, t = H({});
106
+ return T(() => e, (l) => {
107
107
  typeof l.width == "string" && typeof l.height == "string" ? t.value = {
108
108
  width: l.width,
109
109
  height: l.height,
@@ -123,7 +123,7 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
123
123
  border: `${l.border} ${l.dashed ? "dashed" : "solid"} ${l.color}`,
124
124
  borderRadius: "3px"
125
125
  });
126
- }, { deep: !0 }), V(() => {
126
+ }, { deep: !0 }), y(() => {
127
127
  typeof e.width == "string" && typeof e.height == "string" ? t.value = {
128
128
  width: e.width,
129
129
  height: e.height,
@@ -143,14 +143,14 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
143
143
  border: `${e.border} ${e.dashed ? "dashed" : "solid"} ${e.color}`,
144
144
  borderRadius: "3px"
145
145
  });
146
- }), (l, _) => (o(), r("div", {
146
+ }), (l, u) => (o(), r("div", {
147
147
  class: "sf-card",
148
- style: M(t.value)
148
+ style: I(t.value)
149
149
  }, [
150
- $(l.$slots, "default")
150
+ k(l.$slots, "default")
151
151
  ], 4));
152
152
  }
153
- }), L = /* @__PURE__ */ a({
153
+ }), Z = /* @__PURE__ */ a({
154
154
  name: "SfIcon",
155
155
  __name: "Icon",
156
156
  props: {
@@ -168,8 +168,8 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
168
168
  }
169
169
  },
170
170
  setup(n) {
171
- const e = n, t = v({});
172
- return z(() => e, (l) => {
171
+ const e = n, t = H({});
172
+ return T(() => e, (l) => {
173
173
  typeof l.size == "string" ? t.value = {
174
174
  width: l.size,
175
175
  height: l.size,
@@ -179,7 +179,7 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
179
179
  height: `${l.size}px`,
180
180
  color: l.color
181
181
  };
182
- }, { deep: !0 }), V(() => {
182
+ }, { deep: !0 }), y(() => {
183
183
  typeof e.size == "string" ? t.value = {
184
184
  width: e.size,
185
185
  height: e.size,
@@ -189,635 +189,659 @@ const n2 = { key: 0 }, s2 = /* @__PURE__ */ a({
189
189
  height: `${e.size}px`,
190
190
  color: e.color
191
191
  };
192
- }), (l, _) => (o(), r("div", {
192
+ }), (l, u) => (o(), r("div", {
193
193
  class: "sf-icon",
194
194
  ref: "wrapper",
195
- style: M(t.value)
195
+ style: I(t.value)
196
196
  }, [
197
- $(l.$slots, "default")
197
+ k(l.$slots, "default")
198
198
  ], 4));
199
199
  }
200
- }), a2 = [o2, r2, L];
201
- function i2(n) {
200
+ }), c2 = [i2, l2, Z];
201
+ function d2(n) {
202
202
  return "sf-" + n.replace(/^Sf/, "").replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
203
203
  }
204
- const l2 = {
204
+ const _2 = {
205
205
  install(n) {
206
- a2.forEach((e) => {
206
+ c2.forEach((e) => {
207
207
  const t = e.name;
208
208
  if (!t) {
209
209
  console.warn("组件缺少 name");
210
210
  return;
211
211
  }
212
- const l = i2(t);
212
+ const l = d2(t);
213
213
  n.component(l, e);
214
214
  });
215
215
  }
216
- }, c2 = {
216
+ }, C2 = {
217
217
  xmlns: "https://www.w3.org/2000/svg",
218
218
  viewBox: "0 0 24 24",
219
219
  fill: "currentColor"
220
- }, _2 = /* @__PURE__ */ a({
220
+ }, p2 = /* @__PURE__ */ a({
221
221
  name: "Arrowdown",
222
222
  __name: "Arrowdown",
223
223
  setup(n) {
224
- return (e, t) => (o(), r("svg", c2, [...t[0] || (t[0] = [
224
+ return (e, t) => (o(), r("svg", C2, [...t[0] || (t[0] = [
225
225
  s("path", { d: "M12 15.6315L20.9679 10.8838L20.0321 9.11619L12 13.3685L3.9679 9.11619L3.03212 10.8838L12 15.6315Z" }, null, -1)
226
226
  ])]));
227
227
  }
228
- }), N = /* @__PURE__ */ i(_2, [["__scopeId", "data-v-6ecbb752"]]), d2 = {
228
+ }), E = /* @__PURE__ */ i(p2, [["__scopeId", "data-v-6ecbb752"]]), u2 = {
229
229
  xmlns: "http://www.w3.org/2000/svg",
230
230
  viewBox: "0 0 24 24",
231
231
  fill: "none",
232
232
  stroke: "currentColor",
233
233
  "stroke-width": "2",
234
234
  "aria-hidden": "true"
235
- }, C2 = /* @__PURE__ */ a({
235
+ }, m2 = /* @__PURE__ */ a({
236
236
  name: "Arrowdown1",
237
237
  __name: "Arrowdown1",
238
238
  setup(n) {
239
- return (e, t) => (o(), r("svg", d2, [...t[0] || (t[0] = [
239
+ return (e, t) => (o(), r("svg", u2, [...t[0] || (t[0] = [
240
240
  s("path", { d: "M6 10 L12 16 L18 10" }, null, -1)
241
241
  ])]));
242
242
  }
243
- }), S = /* @__PURE__ */ i(C2, [["__scopeId", "data-v-fce46536"]]), u2 = {
243
+ }), G = /* @__PURE__ */ i(m2, [["__scopeId", "data-v-fce46536"]]), f2 = {
244
244
  xmlns: "http://www.w3.org/2000/svg",
245
245
  viewBox: "0 0 24 24",
246
246
  fill: "currentColor"
247
- }, p2 = /* @__PURE__ */ a({
247
+ }, w2 = /* @__PURE__ */ a({
248
248
  name: "Decrease",
249
249
  __name: "Decrease",
250
250
  setup(n) {
251
- return (e, t) => (o(), r("svg", u2, [...t[0] || (t[0] = [
251
+ return (e, t) => (o(), r("svg", f2, [...t[0] || (t[0] = [
252
252
  s("path", { d: "M3 4H21V6H3V4ZM3 19H21V21H3V19ZM11 14H21V16H11V14ZM11 9H21V11H11V9ZM3 12.5L7 9V16L3 12.5Z" }, null, -1)
253
253
  ])]));
254
254
  }
255
- }), A = /* @__PURE__ */ i(p2, [["__scopeId", "data-v-ec98981c"]]), m2 = {
255
+ }), U = /* @__PURE__ */ i(w2, [["__scopeId", "data-v-ec98981c"]]), h2 = {
256
256
  xmlns: "http://www.w3.org/2000/svg",
257
257
  viewBox: "0 0 24 24",
258
258
  fill: "currentColor"
259
- }, f2 = /* @__PURE__ */ a({
259
+ }, v2 = /* @__PURE__ */ a({
260
260
  name: "Increase",
261
261
  __name: "Increase",
262
262
  setup(n) {
263
- return (e, t) => (o(), r("svg", m2, [...t[0] || (t[0] = [
263
+ return (e, t) => (o(), r("svg", h2, [...t[0] || (t[0] = [
264
264
  s("path", { d: "M3 4H21V6H3V4ZM3 19H21V21H3V19ZM11 14H21V16H11V14ZM11 9H21V11H11V9ZM7 12.5L3 16V9L7 12.5Z" }, null, -1)
265
265
  ])]));
266
266
  }
267
- }), D = /* @__PURE__ */ i(f2, [["__scopeId", "data-v-06b5acf4"]]), v2 = {
267
+ }), R = /* @__PURE__ */ i(v2, [["__scopeId", "data-v-06b5acf4"]]), g2 = {
268
268
  xmlns: "http://www.w3.org/2000/svg",
269
269
  viewBox: "0 0 24 24",
270
270
  fill: "currentColor"
271
- }, w2 = /* @__PURE__ */ a({
271
+ }, H2 = /* @__PURE__ */ a({
272
272
  name: "Codes",
273
273
  __name: "Codes",
274
274
  setup(n) {
275
- return (e, t) => (o(), r("svg", v2, [...t[0] || (t[0] = [
275
+ return (e, t) => (o(), r("svg", g2, [...t[0] || (t[0] = [
276
276
  s("path", { d: "M24 12L18.3431 17.6569L16.9289 16.2426L21.1716 12L16.9289 7.75736L18.3431 6.34315L24 12ZM2.82843 12L7.07107 16.2426L5.65685 17.6569L0 12L5.65685 6.34315L7.07107 7.75736L2.82843 12ZM9.78845 21H7.66009L14.2116 3H16.3399L9.78845 21Z" }, null, -1)
277
277
  ])]));
278
278
  }
279
- }), E = /* @__PURE__ */ i(w2, [["__scopeId", "data-v-e1e4d57b"]]), h2 = {
279
+ }), F = /* @__PURE__ */ i(H2, [["__scopeId", "data-v-e1e4d57b"]]), L2 = {
280
280
  xmlns: "http://www.w3.org/2000/svg",
281
281
  viewBox: "0 0 24 24",
282
282
  fill: "currentColor"
283
- }, g2 = /* @__PURE__ */ a({
283
+ }, x2 = /* @__PURE__ */ a({
284
284
  name: "Copydocument",
285
285
  __name: "Copydocument",
286
286
  setup(n) {
287
- return (e, t) => (o(), r("svg", h2, [...t[0] || (t[0] = [
287
+ return (e, t) => (o(), r("svg", L2, [...t[0] || (t[0] = [
288
288
  s("path", { d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z" }, null, -1)
289
289
  ])]));
290
290
  }
291
- }), T = /* @__PURE__ */ i(g2, [["__scopeId", "data-v-a971b6ee"]]), H2 = {
291
+ }), P = /* @__PURE__ */ i(x2, [["__scopeId", "data-v-a971b6ee"]]), V2 = {
292
292
  xmlns: "http://www.w3.org/2000/svg",
293
293
  viewBox: "0 0 24 24",
294
294
  fill: "currentColor"
295
- }, L2 = /* @__PURE__ */ a({
295
+ }, $2 = /* @__PURE__ */ a({
296
296
  name: "Copydocument1",
297
297
  __name: "Copydocument1",
298
298
  setup(n) {
299
- return (e, t) => (o(), r("svg", H2, [...t[0] || (t[0] = [
299
+ return (e, t) => (o(), r("svg", V2, [...t[0] || (t[0] = [
300
300
  s("path", { d: "M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM5.00242 8L5.00019 20H14.9998V8H5.00242ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6ZM7 11H13V13H7V11ZM7 15H13V17H7V15Z" }, null, -1)
301
301
  ])]));
302
302
  }
303
- }), W = /* @__PURE__ */ i(L2, [["__scopeId", "data-v-500b60ab"]]), x2 = {
303
+ }), q = /* @__PURE__ */ i($2, [["__scopeId", "data-v-500b60ab"]]), M2 = {
304
304
  xmlns: "http://www.w3.org/2000/svg",
305
305
  viewBox: "0 0 24 24",
306
306
  fill: "currentColor"
307
- }, V2 = /* @__PURE__ */ a({
307
+ }, Z2 = /* @__PURE__ */ a({
308
308
  name: "Document",
309
309
  __name: "Document",
310
310
  setup(n) {
311
- return (e, t) => (o(), r("svg", x2, [...t[0] || (t[0] = [
311
+ return (e, t) => (o(), r("svg", M2, [...t[0] || (t[0] = [
312
312
  s("path", { d: "M7 4V2H17V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7ZM7 6H5V20H19V6H17V8H7V6ZM9 4V6H15V4H9Z" }, null, -1)
313
313
  ])]));
314
314
  }
315
- }), G = /* @__PURE__ */ i(V2, [["__scopeId", "data-v-db7f4d3e"]]), M2 = {
315
+ }), O = /* @__PURE__ */ i(Z2, [["__scopeId", "data-v-db7f4d3e"]]), b2 = {
316
316
  xmlns: "http://www.w3.org/2000/svg",
317
317
  viewBox: "0 0 24 24",
318
318
  fill: "currentColor"
319
- }, $2 = /* @__PURE__ */ a({
319
+ }, y2 = /* @__PURE__ */ a({
320
320
  name: "Aligncenter",
321
321
  __name: "Aligncenter",
322
322
  setup(n) {
323
- return (e, t) => (o(), r("svg", M2, [...t[0] || (t[0] = [
323
+ return (e, t) => (o(), r("svg", b2, [...t[0] || (t[0] = [
324
324
  s("path", { d: "M3 4H21V6H3V4ZM5 19H19V21H5V19ZM3 14H21V16H3V14ZM5 9H19V11H5V9Z" }, null, -1)
325
325
  ])]));
326
326
  }
327
- }), U = /* @__PURE__ */ i($2, [["__scopeId", "data-v-54c55e3d"]]), Z2 = {
327
+ }), Q = /* @__PURE__ */ i(y2, [["__scopeId", "data-v-54c55e3d"]]), I2 = {
328
328
  xmlns: "http://www.w3.org/2000/svg",
329
329
  viewBox: "0 0 24 24",
330
330
  fill: "currentColor"
331
- }, b2 = /* @__PURE__ */ a({
331
+ }, k2 = /* @__PURE__ */ a({
332
332
  name: "Alignleft",
333
333
  __name: "Alignleft",
334
334
  setup(n) {
335
- return (e, t) => (o(), r("svg", Z2, [...t[0] || (t[0] = [
335
+ return (e, t) => (o(), r("svg", I2, [...t[0] || (t[0] = [
336
336
  s("path", { d: "M3 4H21V6H3V4ZM3 19H17V21H3V19ZM3 14H21V16H3V14ZM3 9H17V11H3V9Z" }, null, -1)
337
337
  ])]));
338
338
  }
339
- }), R = /* @__PURE__ */ i(b2, [["__scopeId", "data-v-9189b9cf"]]), y2 = {
339
+ }), J = /* @__PURE__ */ i(k2, [["__scopeId", "data-v-9189b9cf"]]), B2 = {
340
340
  xmlns: "http://www.w3.org/2000/svg",
341
341
  viewBox: "0 0 24 24",
342
342
  fill: "currentColor"
343
- }, I2 = /* @__PURE__ */ a({
343
+ }, z2 = /* @__PURE__ */ a({
344
344
  name: "Alignright",
345
345
  __name: "Alignright",
346
346
  setup(n) {
347
- return (e, t) => (o(), r("svg", y2, [...t[0] || (t[0] = [
347
+ return (e, t) => (o(), r("svg", B2, [...t[0] || (t[0] = [
348
348
  s("path", { d: "M3 4H21V6H3V4ZM7 19H21V21H7V19ZM3 14H21V16H3V14ZM7 9H21V11H7V9Z" }, null, -1)
349
349
  ])]));
350
350
  }
351
- }), F = /* @__PURE__ */ i(I2, [["__scopeId", "data-v-95cc50df"]]), B2 = {
351
+ }), Y = /* @__PURE__ */ i(z2, [["__scopeId", "data-v-95cc50df"]]), N2 = {
352
352
  xmlns: "http://www.w3.org/2000/svg",
353
353
  viewBox: "0 0 24 24",
354
354
  fill: "currentColor"
355
- }, k2 = /* @__PURE__ */ a({
355
+ }, S2 = /* @__PURE__ */ a({
356
356
  name: "Bold",
357
357
  __name: "Bold",
358
358
  setup(n) {
359
- return (e, t) => (o(), r("svg", B2, [...t[0] || (t[0] = [
359
+ return (e, t) => (o(), r("svg", N2, [...t[0] || (t[0] = [
360
360
  s("path", { d: "M8 11H12.5C13.8807 11 15 9.88071 15 8.5C15 7.11929 13.8807 6 12.5 6H8V11ZM18 15.5C18 17.9853 15.9853 20 13.5 20H6V4H12.5C14.9853 4 17 6.01472 17 8.5C17 9.70431 16.5269 10.7981 15.7564 11.6058C17.0979 12.3847 18 13.837 18 15.5ZM8 13V18H13.5C14.8807 18 16 16.8807 16 15.5C16 14.1193 14.8807 13 13.5 13H8Z" }, null, -1)
361
361
  ])]));
362
362
  }
363
- }), q = /* @__PURE__ */ i(k2, [["__scopeId", "data-v-7856c91b"]]), z2 = {
363
+ }), K = /* @__PURE__ */ i(S2, [["__scopeId", "data-v-7856c91b"]]), A2 = {
364
364
  xmlns: "http://www.w3.org/2000/svg",
365
365
  viewBox: "0 0 24 24",
366
366
  fill: "currentColor"
367
- }, N2 = /* @__PURE__ */ a({
367
+ }, T2 = /* @__PURE__ */ a({
368
368
  name: "Clearformat",
369
369
  __name: "Clearformat",
370
370
  setup(n) {
371
- return (e, t) => (o(), r("svg", z2, [...t[0] || (t[0] = [
371
+ return (e, t) => (o(), r("svg", A2, [...t[0] || (t[0] = [
372
372
  s("path", { d: "M12.6512 14.0654L11.6047 20H9.57389L10.9247 12.339L3.51465 4.92892L4.92886 3.51471L20.4852 19.0711L19.071 20.4853L12.6512 14.0654ZM11.7727 7.53009L12.0425 5.99999H10.2426L8.24257 3.99999H19.9999V5.99999H14.0733L13.4991 9.25652L11.7727 7.53009Z" }, null, -1)
373
373
  ])]));
374
374
  }
375
- }), P = /* @__PURE__ */ i(N2, [["__scopeId", "data-v-5d93a5aa"]]), S2 = {
375
+ }), X = /* @__PURE__ */ i(T2, [["__scopeId", "data-v-5d93a5aa"]]), D2 = {
376
376
  xmlns: "http://www.w3.org/2000/svg",
377
377
  viewBox: "0 0 24 24",
378
378
  fill: "currentColor"
379
- }, A2 = /* @__PURE__ */ a({
379
+ }, W2 = /* @__PURE__ */ a({
380
380
  name: "Color",
381
381
  __name: "Color",
382
382
  setup(n) {
383
- return (e, t) => (o(), r("svg", S2, [...t[0] || (t[0] = [
383
+ return (e, t) => (o(), r("svg", D2, [...t[0] || (t[0] = [
384
384
  s("path", { d: "M15.2459 14H8.75407L7.15407 18H5L11 3H13L19 18H16.8459L15.2459 14ZM14.4459 12L12 5.88516L9.55407 12H14.4459ZM3 20H21V22H3V20Z" }, null, -1)
385
385
  ])]));
386
386
  }
387
- }), O = /* @__PURE__ */ i(A2, [["__scopeId", "data-v-5a093b5a"]]), D2 = {
387
+ }), j = /* @__PURE__ */ i(W2, [["__scopeId", "data-v-5a093b5a"]]), E2 = {
388
388
  xmlns: "http://www.w3.org/2000/svg",
389
389
  viewBox: "0 0 24 24",
390
390
  fill: "currentColor"
391
- }, E2 = /* @__PURE__ */ a({
391
+ }, G2 = /* @__PURE__ */ a({
392
392
  name: "Format",
393
393
  __name: "Format",
394
394
  setup(n) {
395
- return (e, t) => (o(), r("svg", D2, [...t[0] || (t[0] = [
395
+ return (e, t) => (o(), r("svg", E2, [...t[0] || (t[0] = [
396
396
  s("path", { d: "M8 19.9967V14.9967H10V19.9967H19V12.9967H5V19.9967H8ZM4 10.9967H20V7.9967H14V3.9967H10V7.9967H4V10.9967ZM3 20.9967V12.9967H2V6.9967C2 6.44442 2.44772 5.9967 3 5.9967H8V2.9967C8 2.44442 8.44772 1.9967 9 1.9967H15C15.5523 1.9967 16 2.44442 16 2.9967V5.9967H21C21.5523 5.9967 22 6.44442 22 6.9967V12.9967H21V20.9967C21 21.549 20.5523 21.9967 20 21.9967H4C3.44772 21.9967 3 21.549 3 20.9967Z" }, null, -1)
397
397
  ])]));
398
398
  }
399
- }), Q = /* @__PURE__ */ i(E2, [["__scopeId", "data-v-3d4c8080"]]), T2 = {
399
+ }), t1 = /* @__PURE__ */ i(G2, [["__scopeId", "data-v-3d4c8080"]]), U2 = {
400
400
  xmlns: "http://www.w3.org/2000/svg",
401
401
  viewBox: "0 0 24 24",
402
402
  fill: "currentColor"
403
- }, W2 = /* @__PURE__ */ a({
403
+ }, R2 = /* @__PURE__ */ a({
404
404
  name: "Italic",
405
405
  __name: "Italic",
406
406
  setup(n) {
407
- return (e, t) => (o(), r("svg", T2, [...t[0] || (t[0] = [
407
+ return (e, t) => (o(), r("svg", U2, [...t[0] || (t[0] = [
408
408
  s("path", { d: "M15 20H7V18H9.92661L12.0425 6H9V4H17V6H14.0734L11.9575 18H15V20Z" }, null, -1)
409
409
  ])]));
410
410
  }
411
- }), J = /* @__PURE__ */ i(W2, [["__scopeId", "data-v-07427ebc"]]), G2 = {
411
+ }), e1 = /* @__PURE__ */ i(R2, [["__scopeId", "data-v-07427ebc"]]), F2 = {
412
412
  xmlns: "http://www.w3.org/2000/svg",
413
413
  viewBox: "0 0 24 24",
414
414
  fill: "currentColor"
415
- }, U2 = /* @__PURE__ */ a({
415
+ }, P2 = /* @__PURE__ */ a({
416
416
  name: "Justify",
417
417
  __name: "Justify",
418
418
  setup(n) {
419
- return (e, t) => (o(), r("svg", G2, [...t[0] || (t[0] = [
419
+ return (e, t) => (o(), r("svg", F2, [...t[0] || (t[0] = [
420
420
  s("path", { d: "M3 4H21V6H3V4ZM3 19H21V21H3V19ZM3 14H21V16H3V14ZM3 9H21V11H3V9Z" }, null, -1)
421
421
  ])]));
422
422
  }
423
- }), Y = /* @__PURE__ */ i(U2, [["__scopeId", "data-v-0c6fafc2"]]), R2 = {
423
+ }), n1 = /* @__PURE__ */ i(P2, [["__scopeId", "data-v-0c6fafc2"]]), q2 = {
424
424
  xmlns: "http://www.w3.org/2000/svg",
425
425
  viewBox: "0 0 24 24",
426
426
  fill: "currentColor"
427
- }, F2 = /* @__PURE__ */ a({
427
+ }, O2 = /* @__PURE__ */ a({
428
428
  name: "Lineheight",
429
429
  __name: "Lineheight",
430
430
  setup(n) {
431
- return (e, t) => (o(), r("svg", R2, [...t[0] || (t[0] = [
431
+ return (e, t) => (o(), r("svg", q2, [...t[0] || (t[0] = [
432
432
  s("path", { d: "M11 4H21V6H11V4ZM6 7V11H4V7H1L5 3L9 7H6ZM6 17H9L5 21L1 17H4V13H6V17ZM11 18H21V20H11V18ZM9 11H21V13H9V11Z" }, null, -1)
433
433
  ])]));
434
434
  }
435
- }), K = /* @__PURE__ */ i(F2, [["__scopeId", "data-v-8f19bdb9"]]), q2 = {
435
+ }), s1 = /* @__PURE__ */ i(O2, [["__scopeId", "data-v-8f19bdb9"]]), Q2 = {
436
436
  xmlns: "http://www.w3.org/2000/svg",
437
437
  viewBox: "0 0 24 24",
438
438
  fill: "currentColor"
439
- }, P2 = /* @__PURE__ */ a({
439
+ }, J2 = /* @__PURE__ */ a({
440
440
  name: "OrderedList",
441
441
  __name: "OrderedList",
442
442
  setup(n) {
443
- return (e, t) => (o(), r("svg", q2, [...t[0] || (t[0] = [
443
+ return (e, t) => (o(), r("svg", Q2, [...t[0] || (t[0] = [
444
444
  s("path", { d: "M8 4H21V6H8V4ZM5 3V6H6V7H3V6H4V4H3V3H5ZM3 14V11.5H5V11H3V10H6V12.5H4V13H6V14H3ZM5 19.5H3V18.5H5V18H3V17H6V21H3V20H5V19.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z" }, null, -1)
445
445
  ])]));
446
446
  }
447
- }), X = /* @__PURE__ */ i(P2, [["__scopeId", "data-v-4cd04009"]]), O2 = {
447
+ }), o1 = /* @__PURE__ */ i(J2, [["__scopeId", "data-v-4cd04009"]]), Y2 = {
448
448
  xmlns: "http://www.w3.org/2000/svg",
449
449
  viewBox: "0 0 24 24",
450
450
  fill: "currentColor"
451
- }, Q2 = /* @__PURE__ */ a({
451
+ }, K2 = /* @__PURE__ */ a({
452
452
  name: "Redo",
453
453
  __name: "Redo",
454
454
  setup(n) {
455
- return (e, t) => (o(), r("svg", O2, [...t[0] || (t[0] = [
455
+ return (e, t) => (o(), r("svg", Y2, [...t[0] || (t[0] = [
456
456
  s("path", { d: "M16 7H11C7.68629 7 5 9.68629 5 13C5 16.3137 7.68629 19 11 19H20V21H11C6.58172 21 3 17.4183 3 13C3 8.58172 6.58172 5 11 5H16V1L22 6L16 11V7Z" }, null, -1)
457
457
  ])]));
458
458
  }
459
- }), j = /* @__PURE__ */ i(Q2, [["__scopeId", "data-v-e34f5dcf"]]), J2 = {
459
+ }), r1 = /* @__PURE__ */ i(K2, [["__scopeId", "data-v-e34f5dcf"]]), X2 = {
460
460
  xmlns: "http://www.w3.org/2000/svg",
461
461
  viewBox: "0 0 24 24",
462
462
  fill: "currentColor"
463
- }, Y2 = /* @__PURE__ */ a({
463
+ }, j2 = /* @__PURE__ */ a({
464
464
  name: "Strikethrough",
465
465
  __name: "Strikethrough",
466
466
  setup(n) {
467
- return (e, t) => (o(), r("svg", J2, [...t[0] || (t[0] = [
467
+ return (e, t) => (o(), r("svg", X2, [...t[0] || (t[0] = [
468
468
  s("path", { d: "M17.1538 14C17.3846 14.5161 17.5 15.0893 17.5 15.7196C17.5 17.0625 16.9762 18.1116 15.9286 18.867C14.8809 19.6223 13.4335 20 11.5862 20C9.94674 20 8.32335 19.6185 6.71592 18.8555V16.6009C8.23538 17.4783 9.7908 17.917 11.3822 17.917C13.9333 17.917 15.2128 17.1846 15.2208 15.7196C15.2208 15.0939 15.0049 14.5598 14.5731 14.1173C14.5339 14.0772 14.4939 14.0381 14.4531 14H3V12H21V14H17.1538ZM13.076 11H7.62908C7.4566 10.8433 7.29616 10.6692 7.14776 10.4778C6.71592 9.92084 6.5 9.24559 6.5 8.45207C6.5 7.21602 6.96583 6.165 7.89749 5.299C8.82916 4.43299 10.2706 4 12.2219 4C13.6934 4 15.1009 4.32808 16.4444 4.98426V7.13591C15.2448 6.44921 13.9293 6.10587 12.4978 6.10587C10.0187 6.10587 8.77917 6.88793 8.77917 8.45207C8.77917 8.87172 8.99709 9.23796 9.43293 9.55079C9.86878 9.86362 10.4066 10.1135 11.0463 10.3004C11.6665 10.4816 12.3431 10.7148 13.076 11H13.076Z" }, null, -1)
469
469
  ])]));
470
470
  }
471
- }), t1 = /* @__PURE__ */ i(Y2, [["__scopeId", "data-v-21722058"]]), K2 = {
471
+ }), a1 = /* @__PURE__ */ i(j2, [["__scopeId", "data-v-21722058"]]), t0 = {
472
472
  xmlns: "http://www.w3.org/2000/svg",
473
473
  viewBox: "0 0 24 24",
474
474
  fill: "currentColor"
475
- }, X2 = /* @__PURE__ */ a({
475
+ }, e0 = /* @__PURE__ */ a({
476
476
  name: "Underline",
477
477
  __name: "Underline",
478
478
  setup(n) {
479
- return (e, t) => (o(), r("svg", K2, [...t[0] || (t[0] = [
479
+ return (e, t) => (o(), r("svg", t0, [...t[0] || (t[0] = [
480
480
  s("path", { d: "M8 3V12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12V3H18V12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V3H8ZM4 20H20V22H4V20Z" }, null, -1)
481
481
  ])]));
482
482
  }
483
- }), e1 = /* @__PURE__ */ i(X2, [["__scopeId", "data-v-d35c2518"]]), j2 = {
483
+ }), i1 = /* @__PURE__ */ i(e0, [["__scopeId", "data-v-d35c2518"]]), n0 = {
484
484
  xmlns: "http://www.w3.org/2000/svg",
485
485
  viewBox: "0 0 24 24",
486
486
  fill: "currentColor"
487
- }, t0 = /* @__PURE__ */ a({
487
+ }, s0 = /* @__PURE__ */ a({
488
488
  name: "Undo",
489
489
  __name: "Undo",
490
490
  setup(n) {
491
- return (e, t) => (o(), r("svg", j2, [...t[0] || (t[0] = [
491
+ return (e, t) => (o(), r("svg", n0, [...t[0] || (t[0] = [
492
492
  s("path", { d: "M8 7V11L2 6L8 1V5H13C17.4183 5 21 8.58172 21 13C21 17.4183 17.4183 21 13 21H4V19H13C16.3137 19 19 16.3137 19 13C19 9.68629 16.3137 7 13 7H8Z" }, null, -1)
493
493
  ])]));
494
494
  }
495
- }), n1 = /* @__PURE__ */ i(t0, [["__scopeId", "data-v-edab5821"]]), e0 = {
495
+ }), l1 = /* @__PURE__ */ i(s0, [["__scopeId", "data-v-edab5821"]]), o0 = {
496
496
  xmlns: "http://www.w3.org/2000/svg",
497
497
  viewBox: "0 0 24 24",
498
498
  fill: "currentColor"
499
- }, n0 = /* @__PURE__ */ a({
499
+ }, r0 = /* @__PURE__ */ a({
500
500
  name: "UnorderedList",
501
501
  __name: "UnorderedList",
502
502
  setup(n) {
503
- return (e, t) => (o(), r("svg", e0, [...t[0] || (t[0] = [
503
+ return (e, t) => (o(), r("svg", o0, [...t[0] || (t[0] = [
504
504
  s("path", { d: "M8 4H21V6H8V4ZM4.5 6.5C3.67157 6.5 3 5.82843 3 5C3 4.17157 3.67157 3.5 4.5 3.5C5.32843 3.5 6 4.17157 6 5C6 5.82843 5.32843 6.5 4.5 6.5ZM4.5 13.5C3.67157 13.5 3 12.8284 3 12C3 11.1716 3.67157 10.5 4.5 10.5C5.32843 10.5 6 11.1716 6 12C6 12.8284 5.32843 13.5 4.5 13.5ZM4.5 20.4C3.67157 20.4 3 19.7284 3 18.9C3 18.0716 3.67157 17.4 4.5 17.4C5.32843 17.4 6 18.0716 6 18.9C6 19.7284 5.32843 20.4 4.5 20.4ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z" }, null, -1)
505
505
  ])]));
506
506
  }
507
- }), s1 = /* @__PURE__ */ i(n0, [["__scopeId", "data-v-9fd493f8"]]), s0 = {
507
+ }), c1 = /* @__PURE__ */ i(r0, [["__scopeId", "data-v-9fd493f8"]]), a0 = {
508
508
  xmlns: "http://www.w3.org/2000/svg",
509
509
  viewBox: "0 0 24 24",
510
510
  fill: "currentColor"
511
- }, o0 = /* @__PURE__ */ a({
511
+ }, i0 = /* @__PURE__ */ a({
512
512
  name: "Attachment",
513
513
  __name: "Attachment",
514
514
  setup(n) {
515
- return (e, t) => (o(), r("svg", s0, [...t[0] || (t[0] = [
515
+ return (e, t) => (o(), r("svg", a0, [...t[0] || (t[0] = [
516
516
  s("path", { d: "M14.8287 7.75737L9.1718 13.4142C8.78127 13.8047 8.78127 14.4379 9.1718 14.8284C9.56232 15.219 10.1955 15.219 10.586 14.8284L16.2429 9.17158C17.4144 8.00001 17.4144 6.10052 16.2429 4.92894C15.0713 3.75737 13.1718 3.75737 12.0002 4.92894L6.34337 10.5858C4.39075 12.5384 4.39075 15.7042 6.34337 17.6569C8.29599 19.6095 11.4618 19.6095 13.4144 17.6569L19.0713 12L20.4855 13.4142L14.8287 19.0711C12.095 21.8047 7.66283 21.8047 4.92916 19.0711C2.19549 16.3374 2.19549 11.9053 4.92916 9.17158L10.586 3.51473C12.5386 1.56211 15.7045 1.56211 17.6571 3.51473C19.6097 5.46735 19.6097 8.63317 17.6571 10.5858L12.0002 16.2427C10.8287 17.4142 8.92916 17.4142 7.75759 16.2427C6.58601 15.0711 6.58601 13.1716 7.75759 12L13.4144 6.34316L14.8287 7.75737Z" }, null, -1)
517
517
  ])]));
518
518
  }
519
- }), o1 = /* @__PURE__ */ i(o0, [["__scopeId", "data-v-829833c8"]]), r0 = {
519
+ }), d1 = /* @__PURE__ */ i(i0, [["__scopeId", "data-v-829833c8"]]), l0 = {
520
520
  xmlns: "http://www.w3.org/2000/svg",
521
521
  viewBox: "0 0 24 24",
522
522
  fill: "currentColor"
523
- }, a0 = /* @__PURE__ */ a({
523
+ }, c0 = /* @__PURE__ */ a({
524
524
  name: "Emotion",
525
525
  __name: "Emotion",
526
526
  setup(n) {
527
- return (e, t) => (o(), r("svg", r0, [...t[0] || (t[0] = [
527
+ return (e, t) => (o(), r("svg", l0, [...t[0] || (t[0] = [
528
528
  s("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM8 13H16C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13ZM8 11C7.17157 11 6.5 10.3284 6.5 9.5C6.5 8.67157 7.17157 8 8 8C8.82843 8 9.5 8.67157 9.5 9.5C9.5 10.3284 8.82843 11 8 11ZM16 11C15.1716 11 14.5 10.3284 14.5 9.5C14.5 8.67157 15.1716 8 16 8C16.8284 8 17.5 8.67157 17.5 9.5C17.5 10.3284 16.8284 11 16 11Z" }, null, -1)
529
529
  ])]));
530
530
  }
531
- }), r1 = /* @__PURE__ */ i(a0, [["__scopeId", "data-v-9f8f4c2f"]]), i0 = {
531
+ }), _1 = /* @__PURE__ */ i(c0, [["__scopeId", "data-v-9f8f4c2f"]]), d0 = {
532
532
  xmlns: "http://www.w3.org/2000/svg",
533
533
  viewBox: "0 0 24 24",
534
534
  fill: "currentColor"
535
- }, l0 = /* @__PURE__ */ a({
535
+ }, _0 = /* @__PURE__ */ a({
536
536
  name: "Like",
537
537
  __name: "Like",
538
538
  setup(n) {
539
- return (e, t) => (o(), r("svg", i0, [...t[0] || (t[0] = [
539
+ return (e, t) => (o(), r("svg", d0, [...t[0] || (t[0] = [
540
540
  s("path", { d: "M14.5998 8.00033H21C22.1046 8.00033 23 8.89576 23 10.0003V12.1047C23 12.3659 22.9488 12.6246 22.8494 12.8662L19.755 20.3811C19.6007 20.7558 19.2355 21.0003 18.8303 21.0003H2C1.44772 21.0003 1 20.5526 1 20.0003V10.0003C1 9.44804 1.44772 9.00033 2 9.00033H5.48184C5.80677 9.00033 6.11143 8.84246 6.29881 8.57701L11.7522 0.851355C11.8947 0.649486 12.1633 0.581978 12.3843 0.692483L14.1984 1.59951C15.25 2.12534 15.7931 3.31292 15.5031 4.45235L14.5998 8.00033ZM7 10.5878V19.0003H18.1606L21 12.1047V10.0003H14.5998C13.2951 10.0003 12.3398 8.77128 12.6616 7.50691L13.5649 3.95894C13.6229 3.73105 13.5143 3.49353 13.3039 3.38837L12.6428 3.0578L7.93275 9.73038C7.68285 10.0844 7.36341 10.3746 7 10.5878ZM5 11.0003H3V19.0003H5V11.0003Z" }, null, -1)
541
541
  ])]));
542
542
  }
543
- }), a1 = /* @__PURE__ */ i(l0, [["__scopeId", "data-v-55382005"]]), c0 = {
543
+ }), C1 = /* @__PURE__ */ i(_0, [["__scopeId", "data-v-55382005"]]), C0 = {
544
544
  xmlns: "http://www.w3.org/2000/svg",
545
545
  viewBox: "0 0 24 24",
546
546
  fill: "currentColor"
547
- }, _0 = /* @__PURE__ */ a({
547
+ }, p0 = /* @__PURE__ */ a({
548
548
  name: "Likefilled",
549
549
  __name: "Likefilled",
550
550
  setup(n) {
551
- return (e, t) => (o(), r("svg", c0, [...t[0] || (t[0] = [
551
+ return (e, t) => (o(), r("svg", C0, [...t[0] || (t[0] = [
552
552
  s("path", { d: "M2 8.99997H5V21H2C1.44772 21 1 20.5523 1 20V9.99997C1 9.44769 1.44772 8.99997 2 8.99997ZM7.29289 7.70708L13.6934 1.30661C13.8693 1.13066 14.1479 1.11087 14.3469 1.26016L15.1995 1.8996C15.6842 2.26312 15.9026 2.88253 15.7531 3.46966L14.5998 7.99997H21C22.1046 7.99997 23 8.8954 23 9.99997V12.1043C23 12.3656 22.9488 12.6243 22.8494 12.8658L19.755 20.3807C19.6007 20.7554 19.2355 21 18.8303 21H8C7.44772 21 7 20.5523 7 20V8.41419C7 8.14897 7.10536 7.89462 7.29289 7.70708Z" }, null, -1)
553
553
  ])]));
554
554
  }
555
- }), i1 = /* @__PURE__ */ i(_0, [["__scopeId", "data-v-8444d3f4"]]), d0 = {
555
+ }), p1 = /* @__PURE__ */ i(p0, [["__scopeId", "data-v-8444d3f4"]]), u0 = {
556
556
  xmlns: "http://www.w3.org/2000/svg",
557
557
  viewBox: "0 0 24 24",
558
558
  fill: "currentColor"
559
- }, C0 = /* @__PURE__ */ a({
559
+ }, m0 = /* @__PURE__ */ a({
560
560
  name: "Image",
561
561
  __name: "Image",
562
562
  setup(n) {
563
- return (e, t) => (o(), r("svg", d0, [...t[0] || (t[0] = [
563
+ return (e, t) => (o(), r("svg", u0, [...t[0] || (t[0] = [
564
564
  s("path", { d: "M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z" }, null, -1)
565
565
  ])]));
566
566
  }
567
- }), l1 = /* @__PURE__ */ i(C0, [["__scopeId", "data-v-5fffe11f"]]), u0 = {
567
+ }), u1 = /* @__PURE__ */ i(m0, [["__scopeId", "data-v-5fffe11f"]]), f0 = {
568
568
  xmlns: "http://www.w3.org/2000/svg",
569
569
  viewBox: "0 0 24 24",
570
570
  fill: "currentColor"
571
- }, p0 = /* @__PURE__ */ a({
571
+ }, w0 = /* @__PURE__ */ a({
572
572
  name: "Email",
573
573
  __name: "Email",
574
574
  setup(n) {
575
- return (e, t) => (o(), r("svg", u0, [...t[0] || (t[0] = [
575
+ return (e, t) => (o(), r("svg", f0, [...t[0] || (t[0] = [
576
576
  s("path", { d: "M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z" }, null, -1)
577
577
  ])]));
578
578
  }
579
- }), c1 = /* @__PURE__ */ i(p0, [["__scopeId", "data-v-b9ee9b68"]]), m0 = {
579
+ }), m1 = /* @__PURE__ */ i(w0, [["__scopeId", "data-v-b9ee9b68"]]), h0 = {
580
580
  xmlns: "http://www.w3.org/2000/svg",
581
581
  viewBox: "0 0 24 24",
582
582
  fill: "currentColor"
583
- }, f0 = /* @__PURE__ */ a({
583
+ }, v0 = /* @__PURE__ */ a({
584
584
  name: "Add",
585
585
  __name: "Add",
586
586
  setup(n) {
587
- return (e, t) => (o(), r("svg", m0, [...t[0] || (t[0] = [
587
+ return (e, t) => (o(), r("svg", h0, [...t[0] || (t[0] = [
588
588
  s("path", { d: "M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z" }, null, -1)
589
589
  ])]));
590
590
  }
591
- }), _1 = /* @__PURE__ */ i(f0, [["__scopeId", "data-v-c792f1c6"]]), v0 = {
591
+ }), f1 = /* @__PURE__ */ i(v0, [["__scopeId", "data-v-c792f1c6"]]), g0 = {
592
592
  xmlns: "http://www.w3.org/2000/svg",
593
593
  viewBox: "0 0 24 24",
594
594
  fill: "currentColor"
595
- }, w0 = /* @__PURE__ */ a({
595
+ }, H0 = /* @__PURE__ */ a({
596
596
  name: "Circleclose",
597
597
  __name: "Circleclose",
598
598
  setup(n) {
599
- return (e, t) => (o(), r("svg", v0, [...t[0] || (t[0] = [
599
+ return (e, t) => (o(), r("svg", g0, [...t[0] || (t[0] = [
600
600
  s("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 10.5858L14.8284 7.75736L16.2426 9.17157L13.4142 12L16.2426 14.8284L14.8284 16.2426L12 13.4142L9.17157 16.2426L7.75736 14.8284L10.5858 12L7.75736 9.17157L9.17157 7.75736L12 10.5858Z" }, null, -1)
601
601
  ])]));
602
602
  }
603
- }), d1 = /* @__PURE__ */ i(w0, [["__scopeId", "data-v-00313e32"]]), h0 = {
603
+ }), w1 = /* @__PURE__ */ i(H0, [["__scopeId", "data-v-00313e32"]]), L0 = {
604
604
  xmlns: "http://www.w3.org/2000/svg",
605
605
  viewBox: "0 0 24 24",
606
606
  fill: "currentColor"
607
- }, g0 = /* @__PURE__ */ a({
607
+ }, x0 = /* @__PURE__ */ a({
608
608
  name: "Circleclosefilled",
609
609
  __name: "Circleclosefilled",
610
610
  setup(n) {
611
- return (e, t) => (o(), r("svg", h0, [...t[0] || (t[0] = [
611
+ return (e, t) => (o(), r("svg", L0, [...t[0] || (t[0] = [
612
612
  s("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z" }, null, -1)
613
613
  ])]));
614
614
  }
615
- }), Z = /* @__PURE__ */ i(g0, [["__scopeId", "data-v-e5b02814"]]), H0 = {
615
+ }), B = /* @__PURE__ */ i(x0, [["__scopeId", "data-v-e5b02814"]]), V0 = {
616
616
  xmlns: "http://www.w3.org/2000/svg",
617
617
  viewBox: "0 0 24 24",
618
618
  fill: "currentColor"
619
- }, L0 = /* @__PURE__ */ a({
619
+ }, $0 = /* @__PURE__ */ a({
620
620
  name: "Close",
621
621
  __name: "Close",
622
622
  setup(n) {
623
- return (e, t) => (o(), r("svg", H0, [...t[0] || (t[0] = [
623
+ return (e, t) => (o(), r("svg", V0, [...t[0] || (t[0] = [
624
624
  s("path", { d: "M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z" }, null, -1)
625
625
  ])]));
626
626
  }
627
- }), C1 = /* @__PURE__ */ i(L0, [["__scopeId", "data-v-1128a890"]]), x0 = {
627
+ }), h1 = /* @__PURE__ */ i($0, [["__scopeId", "data-v-1128a890"]]), M0 = {
628
628
  xmlns: "http://www.w3.org/2000/svg",
629
629
  viewBox: "0 0 24 24",
630
630
  fill: "currentColor"
631
- }, V0 = /* @__PURE__ */ a({
631
+ }, Z0 = /* @__PURE__ */ a({
632
632
  name: "Delete",
633
633
  __name: "Delete",
634
634
  setup(n) {
635
- return (e, t) => (o(), r("svg", x0, [...t[0] || (t[0] = [
635
+ return (e, t) => (o(), r("svg", M0, [...t[0] || (t[0] = [
636
636
  s("path", { d: "M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 11H11V17H9V11ZM13 11H15V17H13V11ZM9 4V6H15V4H9Z" }, null, -1)
637
637
  ])]));
638
638
  }
639
- }), u1 = /* @__PURE__ */ i(V0, [["__scopeId", "data-v-da6ac506"]]), M0 = {
639
+ }), v1 = /* @__PURE__ */ i(Z0, [["__scopeId", "data-v-da6ac506"]]), b0 = {
640
640
  xmlns: "http://www.w3.org/2000/svg",
641
641
  viewBox: "0 0 24 24",
642
642
  fill: "currentColor"
643
- }, $0 = /* @__PURE__ */ a({
643
+ }, y0 = /* @__PURE__ */ a({
644
644
  name: "Grid",
645
645
  __name: "Grid",
646
646
  setup(n) {
647
- return (e, t) => (o(), r("svg", M0, [...t[0] || (t[0] = [
647
+ return (e, t) => (o(), r("svg", b0, [...t[0] || (t[0] = [
648
648
  s("path", { d: "M14 10V14H10V10H14ZM16 10H21V14H16V10ZM14 21H10V16H14V21ZM16 21V16H21V20C21 20.5523 20.5523 21 20 21H16ZM14 3V8H10V3H14ZM16 3H20C20.5523 3 21 3.44772 21 4V8H16V3ZM8 10V14H3V10H8ZM8 21H4C3.44772 21 3 20.5523 3 20V16H8V21ZM8 3V8H3V4C3 3.44772 3.44772 3 4 3H8Z" }, null, -1)
649
649
  ])]));
650
650
  }
651
- }), p1 = /* @__PURE__ */ i($0, [["__scopeId", "data-v-5b66786e"]]), Z0 = {
651
+ }), g1 = /* @__PURE__ */ i(y0, [["__scopeId", "data-v-5b66786e"]]), I0 = {
652
652
  xmlns: "http://www.w3.org/2000/svg",
653
653
  viewBox: "0 0 24 24",
654
654
  fill: "currentColor"
655
- }, b0 = /* @__PURE__ */ a({
655
+ }, k0 = /* @__PURE__ */ a({
656
656
  name: "Hide",
657
657
  __name: "Hide",
658
658
  setup(n) {
659
- return (e, t) => (o(), r("svg", Z0, [...t[0] || (t[0] = [
659
+ return (e, t) => (o(), r("svg", I0, [...t[0] || (t[0] = [
660
660
  s("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C21.27 7.61 17 4.5 12 4.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z" }, null, -1),
661
661
  s("path", { d: "M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }, null, -1),
662
662
  s("path", { d: "M2.81 2.81L21.19 21.19 19.78 22.6 1.39 4.21 2.81 2.81z" }, null, -1)
663
663
  ])]));
664
664
  }
665
- }), m1 = /* @__PURE__ */ i(b0, [["__scopeId", "data-v-e1dbe2b7"]]), y0 = {
665
+ }), H1 = /* @__PURE__ */ i(k0, [["__scopeId", "data-v-e1dbe2b7"]]), B0 = {
666
666
  xmlns: "http://www.w3.org/2000/svg",
667
667
  viewBox: "0 0 24 24",
668
668
  fill: "currentColor"
669
- }, I0 = /* @__PURE__ */ a({
669
+ }, z0 = /* @__PURE__ */ a({
670
670
  name: "Infofilled",
671
671
  __name: "Infofilled",
672
672
  setup(n) {
673
- return (e, t) => (o(), r("svg", y0, [...t[0] || (t[0] = [
673
+ return (e, t) => (o(), r("svg", B0, [...t[0] || (t[0] = [
674
674
  s("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 9.5C12.8284 9.5 13.5 8.82843 13.5 8C13.5 7.17157 12.8284 6.5 12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5ZM14 15H13V10.5H10V12.5H11V15H10V17H14V15Z" }, null, -1)
675
675
  ])]));
676
676
  }
677
- }), w = /* @__PURE__ */ i(I0, [["__scopeId", "data-v-2aca4b77"]]), B0 = {
677
+ }), L = /* @__PURE__ */ i(z0, [["__scopeId", "data-v-2aca4b77"]]), N0 = {
678
678
  xmlns: "http://www.w3.org/2000/svg",
679
679
  viewBox: "0 0 24 24",
680
680
  fill: "currentColor"
681
- }, k0 = /* @__PURE__ */ a({
681
+ }, S0 = /* @__PURE__ */ a({
682
682
  name: "Link",
683
683
  __name: "Link",
684
684
  setup(n) {
685
- return (e, t) => (o(), r("svg", B0, [...t[0] || (t[0] = [
685
+ return (e, t) => (o(), r("svg", N0, [...t[0] || (t[0] = [
686
686
  s("path", { d: "M18.3638 15.5355L16.9496 14.1213L18.3638 12.7071C20.3164 10.7545 20.3164 7.58866 18.3638 5.63604C16.4112 3.68341 13.2453 3.68341 11.2927 5.63604L9.87849 7.05025L8.46428 5.63604L9.87849 4.22182C12.6122 1.48815 17.0443 1.48815 19.778 4.22182C22.5117 6.95549 22.5117 11.3876 19.778 14.1213L18.3638 15.5355ZM15.5353 18.364L14.1211 19.7782C11.3875 22.5118 6.95531 22.5118 4.22164 19.7782C1.48797 17.0445 1.48797 12.6123 4.22164 9.87868L5.63585 8.46446L7.05007 9.87868L5.63585 11.2929C3.68323 13.2455 3.68323 16.4113 5.63585 18.364C7.58847 20.3166 10.7543 20.3166 12.7069 18.364L14.1211 16.9497L15.5353 18.364ZM14.8282 7.75736L16.2425 9.17157L9.17139 16.2426L7.75717 14.8284L14.8282 7.75736Z" }, null, -1)
687
687
  ])]));
688
688
  }
689
- }), f1 = /* @__PURE__ */ i(k0, [["__scopeId", "data-v-23ffeb96"]]), z0 = {
689
+ }), L1 = /* @__PURE__ */ i(S0, [["__scopeId", "data-v-23ffeb96"]]), A0 = {
690
690
  xmlns: "http://www.w3.org/2000/svg",
691
691
  viewBox: "0 0 24 24",
692
692
  fill: "currentColor"
693
- }, N0 = /* @__PURE__ */ a({
693
+ }, T0 = /* @__PURE__ */ a({
694
694
  name: "Successfilled",
695
695
  __name: "Successfilled",
696
696
  setup(n) {
697
- return (e, t) => (o(), r("svg", z0, [...t[0] || (t[0] = [
697
+ return (e, t) => (o(), r("svg", A0, [...t[0] || (t[0] = [
698
698
  s("path", { d: "M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM10.3 15.3L6.7 11.7L8.1 10.3L10.3 12.5L15.9 6.9L17.3 8.3L10.3 15.3Z" }, null, -1)
699
699
  ])]));
700
700
  }
701
- }), b = /* @__PURE__ */ i(N0, [["__scopeId", "data-v-c15363d2"]]), S0 = {
701
+ }), z = /* @__PURE__ */ i(T0, [["__scopeId", "data-v-c15363d2"]]), D0 = {
702
702
  xmlns: "http://www.w3.org/2000/svg",
703
703
  viewBox: "0 0 24 24",
704
704
  fill: "currentColor"
705
- }, A0 = /* @__PURE__ */ a({
705
+ }, W0 = /* @__PURE__ */ a({
706
706
  name: "Unlink",
707
707
  __name: "Unlink",
708
708
  setup(n) {
709
- return (e, t) => (o(), r("svg", S0, [...t[0] || (t[0] = [
709
+ return (e, t) => (o(), r("svg", D0, [...t[0] || (t[0] = [
710
710
  s("path", { d: "M17.657 14.8284L16.2428 13.4142L17.657 12C19.2191 10.4379 19.2191 7.90526 17.657 6.34316C16.0949 4.78106 13.5622 4.78106 12.0001 6.34316L10.5859 7.75737L9.17171 6.34316L10.5859 4.92895C12.9291 2.5858 16.7281 2.5858 19.0712 4.92895C21.4143 7.27209 21.4143 11.0711 19.0712 13.4142L17.657 14.8284ZM14.8286 17.6569L13.4143 19.0711C11.0712 21.4142 7.27221 21.4142 4.92907 19.0711C2.58592 16.7279 2.58592 12.9289 4.92907 10.5858L6.34328 9.17159L7.75749 10.5858L6.34328 12C4.78118 13.5621 4.78118 16.0948 6.34328 17.6569C7.90538 19.219 10.438 19.219 12.0001 17.6569L13.4143 16.2427L14.8286 17.6569ZM14.8286 7.75737L16.2428 9.17159L9.17171 16.2427L7.75749 14.8284L14.8286 7.75737ZM5.77539 2.29291L7.70724 1.77527L8.74252 5.63897L6.81067 6.15661L5.77539 2.29291ZM15.2578 18.3611L17.1896 17.8434L18.2249 21.7071L16.293 22.2248L15.2578 18.3611ZM2.29303 5.77527L6.15673 6.81054L5.63909 8.7424L1.77539 7.70712L2.29303 5.77527ZM18.3612 15.2576L22.2249 16.2929L21.7072 18.2248L17.8435 17.1895L18.3612 15.2576Z" }, null, -1)
711
711
  ])]));
712
712
  }
713
- }), v1 = /* @__PURE__ */ i(A0, [["__scopeId", "data-v-e4b370d7"]]), D0 = {
713
+ }), x1 = /* @__PURE__ */ i(W0, [["__scopeId", "data-v-e4b370d7"]]), E0 = {
714
714
  xmlns: "http://www.w3.org/2000/svg",
715
715
  viewBox: "0 0 24 24",
716
716
  fill: "currentColor"
717
- }, E0 = /* @__PURE__ */ a({
717
+ }, G0 = /* @__PURE__ */ a({
718
718
  name: "View",
719
719
  __name: "View",
720
720
  setup(n) {
721
- return (e, t) => (o(), r("svg", D0, [...t[0] || (t[0] = [
721
+ return (e, t) => (o(), r("svg", E0, [...t[0] || (t[0] = [
722
722
  s("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C21.27 7.61 17 4.5 12 4.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z" }, null, -1),
723
723
  s("path", { d: "M12 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }, null, -1)
724
724
  ])]));
725
725
  }
726
- }), w1 = /* @__PURE__ */ i(E0, [["__scopeId", "data-v-550b680d"]]), T0 = {
726
+ }), V1 = /* @__PURE__ */ i(G0, [["__scopeId", "data-v-550b680d"]]), U0 = {
727
727
  xmlns: "http://www.w3.org/2000/svg",
728
728
  viewBox: "0 0 24 24",
729
729
  fill: "currentColor"
730
- }, W0 = /* @__PURE__ */ a({
730
+ }, R0 = /* @__PURE__ */ a({
731
731
  name: "Warningfilled",
732
732
  __name: "Warningfilled",
733
733
  setup(n) {
734
- return (e, t) => (o(), r("svg", T0, [...t[0] || (t[0] = [
734
+ return (e, t) => (o(), r("svg", U0, [...t[0] || (t[0] = [
735
735
  s("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z" }, null, -1)
736
736
  ])]));
737
737
  }
738
- }), y = /* @__PURE__ */ i(W0, [["__scopeId", "data-v-89262f63"]]), G0 = {
738
+ }), N = /* @__PURE__ */ i(R0, [["__scopeId", "data-v-89262f63"]]), F0 = {
739
739
  xmlns: "http://www.w3.org/2000/svg",
740
740
  viewBox: "0 0 24 24",
741
741
  fill: "currentColor"
742
- }, U0 = /* @__PURE__ */ a({
742
+ }, P0 = /* @__PURE__ */ a({
743
743
  name: "List",
744
744
  __name: "List",
745
745
  setup(n) {
746
- return (e, t) => (o(), r("svg", G0, [...t[0] || (t[0] = [
746
+ return (e, t) => (o(), r("svg", F0, [...t[0] || (t[0] = [
747
747
  s("path", { d: "M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM8 7H16V9H8V7ZM8 11H16V13H8V11ZM8 15H16V17H8V15Z" }, null, -1)
748
748
  ])]));
749
749
  }
750
- }), h1 = /* @__PURE__ */ i(U0, [["__scopeId", "data-v-d58823f0"]]), R0 = {
750
+ }), $1 = /* @__PURE__ */ i(P0, [["__scopeId", "data-v-d58823f0"]]), q0 = {
751
751
  xmlns: "http://www.w3.org/2000/svg",
752
752
  viewBox: "0 0 24 24",
753
753
  fill: "currentColor"
754
- }, F0 = /* @__PURE__ */ a({
754
+ }, O0 = /* @__PURE__ */ a({
755
755
  name: "Home",
756
756
  __name: "Home",
757
757
  setup(n) {
758
- return (e, t) => (o(), r("svg", R0, [...t[0] || (t[0] = [
758
+ return (e, t) => (o(), r("svg", q0, [...t[0] || (t[0] = [
759
759
  s("path", { d: "M19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20C20 20.5523 19.5523 21 19 21ZM6 19H18V9.15745L12 3.7029L6 9.15745V19Z" }, null, -1)
760
760
  ])]));
761
761
  }
762
- }), g1 = /* @__PURE__ */ i(F0, [["__scopeId", "data-v-0f054b9d"]]), q0 = {
762
+ }), M1 = /* @__PURE__ */ i(O0, [["__scopeId", "data-v-0f054b9d"]]), Q0 = {
763
763
  xmlns: "http://www.w3.org/2000/svg",
764
764
  viewBox: "0 0 24 24",
765
765
  fill: "currentColor"
766
- }, P0 = /* @__PURE__ */ a({
766
+ }, J0 = /* @__PURE__ */ a({
767
767
  name: "Chat",
768
768
  __name: "Chat",
769
769
  setup(n) {
770
- return (e, t) => (o(), r("svg", q0, [...t[0] || (t[0] = [
770
+ return (e, t) => (o(), r("svg", Q0, [...t[0] || (t[0] = [
771
771
  s("path", { d: "M5.76282 17H20V5H4V18.3851L5.76282 17ZM6.45455 19L2 22.5V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.45455Z" }, null, -1)
772
772
  ])]));
773
773
  }
774
- }), H1 = /* @__PURE__ */ i(P0, [["__scopeId", "data-v-533f3b51"]]), O0 = {
774
+ }), Z1 = /* @__PURE__ */ i(J0, [["__scopeId", "data-v-533f3b51"]]), Y0 = {
775
775
  xmlns: "http://www.w3.org/2000/svg",
776
776
  viewBox: "0 0 24 24",
777
777
  fill: "currentColor"
778
- }, Q0 = /* @__PURE__ */ a({
778
+ }, K0 = /* @__PURE__ */ a({
779
779
  name: "Chatfilled",
780
780
  __name: "Chatfilled",
781
781
  setup(n) {
782
- return (e, t) => (o(), r("svg", O0, [...t[0] || (t[0] = [
782
+ return (e, t) => (o(), r("svg", Y0, [...t[0] || (t[0] = [
783
783
  s("path", { d: "M6.45455 19L2 22.5V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V18C22 18.5523 21.5523 19 21 19H6.45455Z" }, null, -1)
784
784
  ])]));
785
785
  }
786
- }), L1 = /* @__PURE__ */ i(Q0, [["__scopeId", "data-v-535a5610"]]), J0 = {
786
+ }), b1 = /* @__PURE__ */ i(K0, [["__scopeId", "data-v-535a5610"]]), X0 = {
787
+ xmlns: "http://www.w3.org/2000/svg",
788
+ viewBox: "0 0 24 24",
789
+ fill: "currentColor"
790
+ }, j0 = /* @__PURE__ */ a({
791
+ name: "Theme",
792
+ __name: "Theme",
793
+ setup(n) {
794
+ return (e, t) => (o(), r("svg", X0, [...t[0] || (t[0] = [
795
+ s("path", { d: "M14.5135 5.00008L17.1201 2.39348C17.5106 2.00295 18.1438 2.00295 18.5343 2.39348L22.777 6.63612C23.1675 7.02664 23.1675 7.65981 22.777 8.05033L18.9988 11.8285V21.0001C18.9988 21.5524 18.5511 22.0001 17.9988 22.0001H5.9988C5.44652 22.0001 4.9988 21.5524 4.9988 21.0001V11.8285L1.22063 8.05033C0.830103 7.65981 0.830103 7.02664 1.22063 6.63612L5.46327 2.39348C5.85379 2.00295 6.48696 2.00295 6.87748 2.39348L9.48408 5.00008H14.5135ZM15.3419 7.00008H8.65566L6.17037 4.5148L3.34195 7.34323L6.9988 11.0001V20.0001H16.9988V11.0001L20.6557 7.34323L17.8272 4.5148L15.3419 7.00008Z" }, null, -1)
796
+ ])]));
797
+ }
798
+ }), y1 = /* @__PURE__ */ i(j0, [["__scopeId", "data-v-f6ae55ac"]]), t5 = {
799
+ xmlns: "http://www.w3.org/2000/svg",
800
+ viewBox: "0 0 24 24",
801
+ fill: "currentColor"
802
+ }, e5 = /* @__PURE__ */ a({
803
+ name: "Themefilled",
804
+ __name: "Themefilled",
805
+ setup(n) {
806
+ return (e, t) => (o(), r("svg", t5, [...t[0] || (t[0] = [
807
+ s("path", { d: "M14.5135 5.00008L17.1201 2.39348C17.5106 2.00295 18.1438 2.00295 18.5343 2.39348L22.777 6.63612C23.1675 7.02664 23.1675 7.65981 22.777 8.05033L18.9988 11.8285V21.0001C18.9988 21.5524 18.5511 22.0001 17.9988 22.0001H5.9988C5.44652 22.0001 4.9988 21.5524 4.9988 21.0001V11.8285L1.22063 8.05033C0.830103 7.65981 0.830103 7.02664 1.22063 6.63612L5.46327 2.39348C5.85379 2.00295 6.48696 2.00295 6.87748 2.39348L9.48408 5.00008H14.5135Z" }, null, -1)
808
+ ])]));
809
+ }
810
+ }), I1 = /* @__PURE__ */ i(e5, [["__scopeId", "data-v-fd2c3205"]]), n5 = {
787
811
  xmlns: "http://www.w3.org/2000/svg",
788
812
  viewBox: "0 0 24 24",
789
813
  fill: "currentColor"
790
- }, Y0 = /* @__PURE__ */ a({
814
+ }, s5 = /* @__PURE__ */ a({
791
815
  name: "Dark",
792
816
  __name: "Dark",
793
817
  setup(n) {
794
- return (e, t) => (o(), r("svg", J0, [...t[0] || (t[0] = [
818
+ return (e, t) => (o(), r("svg", n5, [...t[0] || (t[0] = [
795
819
  s("path", { d: "M10 7C10 10.866 13.134 14 17 14C18.9584 14 20.729 13.1957 21.9995 11.8995C22 11.933 22 11.9665 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.0335 2 12.067 2 12.1005 2.00049C10.8043 3.27098 10 5.04157 10 7ZM4 12C4 16.4183 7.58172 20 12 20C15.0583 20 17.7158 18.2839 19.062 15.7621C18.3945 15.9187 17.7035 16 17 16C12.0294 16 8 11.9706 8 7C8 6.29648 8.08133 5.60547 8.2379 4.938C5.71611 6.28423 4 8.9417 4 12Z" }, null, -1)
796
820
  ])]));
797
821
  }
798
- }), x1 = /* @__PURE__ */ i(Y0, [["__scopeId", "data-v-af70b8fa"]]), K0 = {
822
+ }), k1 = /* @__PURE__ */ i(s5, [["__scopeId", "data-v-af70b8fa"]]), o5 = {
799
823
  xmlns: "http://www.w3.org/2000/svg",
800
824
  viewBox: "0 0 24 24",
801
825
  fill: "currentColor"
802
- }, X0 = /* @__PURE__ */ a({
826
+ }, r5 = /* @__PURE__ */ a({
803
827
  name: "Light",
804
828
  __name: "Light",
805
829
  setup(n) {
806
- return (e, t) => (o(), r("svg", K0, [...t[0] || (t[0] = [
830
+ return (e, t) => (o(), r("svg", o5, [...t[0] || (t[0] = [
807
831
  s("path", { d: "M12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM11 1H13V4H11V1ZM11 20H13V23H11V20ZM3.51472 4.92893L4.92893 3.51472L7.05025 5.63604L5.63604 7.05025L3.51472 4.92893ZM16.9497 18.364L18.364 16.9497L20.4853 19.0711L19.0711 20.4853L16.9497 18.364ZM19.0711 3.51472L20.4853 4.92893L18.364 7.05025L16.9497 5.63604L19.0711 3.51472ZM5.63604 16.9497L7.05025 18.364L4.92893 20.4853L3.51472 19.0711L5.63604 16.9497ZM23 11V13H20V11H23ZM4 11V13H1V11H4Z" }, null, -1)
808
832
  ])]));
809
833
  }
810
- }), V1 = /* @__PURE__ */ i(X0, [["__scopeId", "data-v-86e7d2a3"]]), j0 = {
834
+ }), B1 = /* @__PURE__ */ i(r5, [["__scopeId", "data-v-86e7d2a3"]]), a5 = {
811
835
  xmlns: "http://www.w3.org/2000/svg",
812
836
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
813
837
  viewBox: "0 0 2048 2048",
814
838
  style: { "enable-background": "new 0 0 2048 2048" },
815
839
  "xml:space": "preserve"
816
- }, t5 = /* @__PURE__ */ a({
840
+ }, i5 = /* @__PURE__ */ a({
817
841
  name: "Githubdark",
818
842
  __name: "Githubdark",
819
843
  setup(n) {
820
- return (e, t) => (o(), r("svg", j0, [...t[0] || (t[0] = [
844
+ return (e, t) => (o(), r("svg", a5, [...t[0] || (t[0] = [
821
845
  s("path", { d: `M1024.6,32.2C466.5,32.2,15.2,486.8,15.2,1049.1c0,449.5,289.1,830,690.2,964.7C755.6,2024,774,1992,774,1965\r
822
846
  c0-23.6-1.7-104.4-1.7-188.6C491.5,1837.1,433,1655.2,433,1655.2c-45.1-117.9-112-148.1-112-148.1c-91.9-62.3,6.7-62.3,6.7-62.3\r
823
847
  c101.9,6.7,155.4,104.4,155.4,104.4c90.2,154.9,235.6,111.1,294.1,84.2c8.3-65.7,35.1-111.1,63.5-136.4\r
@@ -827,18 +851,18 @@ const l2 = {
827
851
  c0,26.9,18.4,58.9,68.5,48.8c401.1-134.7,690.2-515.2,690.2-964.7C2034,486.8,1581.1,32.2,1024.6,32.2z` }, null, -1)
828
852
  ])]));
829
853
  }
830
- }), M1 = /* @__PURE__ */ i(t5, [["__scopeId", "data-v-24c2c5e6"]]), e5 = {
854
+ }), z1 = /* @__PURE__ */ i(i5, [["__scopeId", "data-v-24c2c5e6"]]), l5 = {
831
855
  xmlns: "http://www.w3.org/2000/svg",
832
856
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
833
857
  viewBox: "0 0 2048 2048",
834
858
  fill: "white",
835
859
  style: { "enable-background": "new 0 0 2048 2048" },
836
860
  "xml:space": "preserve"
837
- }, n5 = /* @__PURE__ */ a({
861
+ }, c5 = /* @__PURE__ */ a({
838
862
  name: "Githublight",
839
863
  __name: "Githublight",
840
864
  setup(n) {
841
- return (e, t) => (o(), r("svg", e5, [...t[0] || (t[0] = [
865
+ return (e, t) => (o(), r("svg", l5, [...t[0] || (t[0] = [
842
866
  s("path", { d: `M1024.6,48.9c-548.8,0-992.5,446.9-992.5,999.9c0,442,284.3,816.1,678.6,948.5c49.3,10,67.4-21.5,67.4-48\r
843
867
  c0-23.2-1.6-102.6-1.6-185.4c-276.1,59.6-333.6-119.2-333.6-119.2C398.6,1528.8,332.8,1499,332.8,1499c-90.4-61.3,6.6-61.3,6.6-61.3\r
844
868
  c100.2,6.6,152.8,102.6,152.8,102.6c88.7,152.3,231.7,109.3,289.2,82.8c8.2-64.6,34.5-109.3,62.4-134.1\r
@@ -848,45 +872,45 @@ const l2 = {
848
872
  c0,26.5,18.1,58,67.4,48c394.4-132.5,678.6-506.6,678.6-948.5C2017.1,495.8,1571.8,48.9,1024.6,48.9z` }, null, -1)
849
873
  ])]));
850
874
  }
851
- }), $1 = /* @__PURE__ */ i(n5, [["__scopeId", "data-v-5411ba40"]]), s5 = {
875
+ }), N1 = /* @__PURE__ */ i(c5, [["__scopeId", "data-v-5411ba40"]]), d5 = {
852
876
  xmlns: "http://www.w3.org/2000/svg",
853
877
  viewBox: "0 0 24 24",
854
878
  fill: "black"
855
- }, o5 = /* @__PURE__ */ a({
879
+ }, _5 = /* @__PURE__ */ a({
856
880
  name: "Github",
857
881
  __name: "Github",
858
882
  setup(n) {
859
- return (e, t) => (o(), r("svg", s5, [...t[0] || (t[0] = [
883
+ return (e, t) => (o(), r("svg", d5, [...t[0] || (t[0] = [
860
884
  s("path", { d: "M5.88401 18.6533C5.58404 18.4526 5.32587 18.1975 5.0239 17.8369C4.91473 17.7065 4.47283 17.1524 4.55811 17.2583C4.09533 16.6833 3.80296 16.417 3.50156 16.3089C2.9817 16.1225 2.7114 15.5499 2.89784 15.0301C3.08428 14.5102 3.65685 14.2399 4.17672 14.4263C4.92936 14.6963 5.43847 15.1611 6.12425 16.0143C6.03025 15.8974 6.46364 16.441 6.55731 16.5529C6.74784 16.7804 6.88732 16.9182 6.99629 16.9911C7.20118 17.1283 7.58451 17.1874 8.14709 17.1311C8.17065 16.7489 8.24136 16.3783 8.34919 16.0358C5.38097 15.3104 3.70116 13.3952 3.70116 9.63971C3.70116 8.40085 4.0704 7.28393 4.75917 6.3478C4.5415 5.45392 4.57433 4.37284 5.06092 3.15636C5.1725 2.87739 5.40361 2.66338 5.69031 2.57352C5.77242 2.54973 5.81791 2.53915 5.89878 2.52673C6.70167 2.40343 7.83573 2.69705 9.31449 3.62336C10.181 3.41879 11.0885 3.315 12.0012 3.315C12.9129 3.315 13.8196 3.4186 14.6854 3.62277C16.1619 2.69 17.2986 2.39649 18.1072 2.52651C18.1919 2.54013 18.2645 2.55783 18.3249 2.57766C18.6059 2.66991 18.8316 2.88179 18.9414 3.15636C19.4279 4.37256 19.4608 5.45344 19.2433 6.3472C19.9342 7.28337 20.3012 8.39208 20.3012 9.63971C20.3012 13.3968 18.627 15.3048 15.6588 16.032C15.7837 16.447 15.8496 16.9105 15.8496 17.4121C15.8496 18.0765 15.8471 18.711 15.8424 19.4225C15.8412 19.6127 15.8397 19.8159 15.8375 20.1281C16.2129 20.2109 16.5229 20.5077 16.6031 20.9089C16.7114 21.4504 16.3602 21.9773 15.8186 22.0856C14.6794 22.3134 13.8353 21.5538 13.8353 20.5611C13.8353 20.4708 13.836 20.3417 13.8375 20.1145C13.8398 19.8015 13.8412 19.599 13.8425 19.4094C13.8471 18.7019 13.8496 18.0716 13.8496 17.4121C13.8496 16.7148 13.6664 16.2602 13.4237 16.051C12.7627 15.4812 13.0977 14.3973 13.965 14.2999C16.9314 13.9666 18.3012 12.8177 18.3012 9.63971C18.3012 8.68508 17.9893 7.89571 17.3881 7.23559C17.1301 6.95233 17.0567 6.54659 17.199 6.19087C17.3647 5.77663 17.4354 5.23384 17.2941 4.57702L17.2847 4.57968C16.7928 4.71886 16.1744 5.0198 15.4261 5.5285C15.182 5.69438 14.8772 5.74401 14.5932 5.66413C13.7729 5.43343 12.8913 5.315 12.0012 5.315C11.111 5.315 10.2294 5.43343 9.40916 5.66413C9.12662 5.74359 8.82344 5.69492 8.57997 5.53101C7.8274 5.02439 7.2056 4.72379 6.71079 4.58376C6.56735 5.23696 6.63814 5.77782 6.80336 6.19087C6.94565 6.54659 6.87219 6.95233 6.61423 7.23559C6.01715 7.8912 5.70116 8.69376 5.70116 9.63971C5.70116 12.8116 7.07225 13.9683 10.023 14.2999C10.8883 14.3971 11.2246 15.4769 10.5675 16.0482C10.3751 16.2156 10.1384 16.7802 10.1384 17.4121V20.5611C10.1384 21.5474 9.30356 22.2869 8.17878 22.09C7.63476 21.9948 7.27093 21.4766 7.36613 20.9326C7.43827 20.5204 7.75331 20.2116 8.13841 20.1276V19.1381C7.22829 19.1994 6.47656 19.0498 5.88401 18.6533Z" }, null, -1)
861
885
  ])]));
862
886
  }
863
- }), Z1 = /* @__PURE__ */ i(o5, [["__scopeId", "data-v-14afc400"]]), r5 = {
887
+ }), S1 = /* @__PURE__ */ i(_5, [["__scopeId", "data-v-14afc400"]]), C5 = {
864
888
  xmlns: "http://www.w3.org/2000/svg",
865
889
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
866
890
  viewBox: "0 0 12 12",
867
891
  fill: "red",
868
892
  style: { "enable-background": "new 0 0 12 12" },
869
893
  "xml:space": "preserve"
870
- }, a5 = /* @__PURE__ */ a({
894
+ }, p5 = /* @__PURE__ */ a({
871
895
  name: "Npm",
872
896
  __name: "Npm",
873
897
  setup(n) {
874
- return (e, t) => (o(), r("svg", r5, [...t[0] || (t[0] = [
898
+ return (e, t) => (o(), r("svg", C5, [...t[0] || (t[0] = [
875
899
  s("path", { d: `M0.8,4h10.5v3.5H6V8H3.7V7.5H0.8V4z M1.3,6.9h1.2V5.1h0.6v1.8h0.6V4.5H1.3V6.9z M4.3,4.5v2.9h1.2V6.9h1.2V4.5\r
876
900
  H4.3z M5.4,5.1H6v1.2H5.4L5.4,5.1z M7.2,4.5v2.3h1.2V5.1h0.6v1.8h0.6V5.1h0.6v1.8h0.6V4.5H7.2z` }, null, -1)
877
901
  ])]));
878
902
  }
879
- }), b1 = /* @__PURE__ */ i(a5, [["__scopeId", "data-v-52755f2a"]]), i5 = {
903
+ }), A1 = /* @__PURE__ */ i(p5, [["__scopeId", "data-v-52755f2a"]]), u5 = {
880
904
  xmlns: "http://www.w3.org/2000/svg",
881
905
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
882
906
  viewBox: "0 0 12 12",
883
907
  style: { "enable-background": "new 0 0 12 12" },
884
908
  "xml:space": "preserve"
885
- }, l5 = /* @__PURE__ */ a({
909
+ }, m5 = /* @__PURE__ */ a({
886
910
  name: "Pnpm",
887
911
  __name: "Pnpm",
888
912
  setup(n) {
889
- return (e, t) => (o(), r("svg", i5, [...t[0] || (t[0] = [
913
+ return (e, t) => (o(), r("svg", u5, [...t[0] || (t[0] = [
890
914
  s("path", {
891
915
  fill: "#e78515",
892
916
  d: "M11.2,4H8V0.8h3.3V4z M7.6,4H4.4V0.8h3.3V4z M4,4H0.8V0.8H4L4,4z M11.2,7.6H8V4.4h3.3V7.6z"
@@ -897,18 +921,18 @@ const l2 = {
897
921
  }, null, -1)
898
922
  ])]));
899
923
  }
900
- }), y1 = /* @__PURE__ */ i(l5, [["__scopeId", "data-v-5484e3cd"]]), c5 = {
924
+ }), T1 = /* @__PURE__ */ i(m5, [["__scopeId", "data-v-5484e3cd"]]), f5 = {
901
925
  xmlns: "http://www.w3.org/2000/svg",
902
926
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
903
927
  viewBox: "0 0 12 12",
904
928
  fill: "#303846",
905
929
  style: { "enable-background": "new 0 0 12 12" },
906
930
  "xml:space": "preserve"
907
- }, _5 = /* @__PURE__ */ a({
931
+ }, w5 = /* @__PURE__ */ a({
908
932
  name: "Yarn",
909
933
  __name: "Yarn",
910
934
  setup(n) {
911
- return (e, t) => (o(), r("svg", c5, [...t[0] || (t[0] = [
935
+ return (e, t) => (o(), r("svg", f5, [...t[0] || (t[0] = [
912
936
  s("path", {
913
937
  class: "st0",
914
938
  d: `M10.6,9.2c-0.5,0.1-1,0.4-1.5,0.7c-0.7,0.4-1.4,0.8-2.2,1C6.8,10.9,6.7,11,6.5,11c-0.8,0.1-1.6,0.2-2.4,0.2\r
@@ -921,129 +945,129 @@ const l2 = {
921
945
  }, null, -1)
922
946
  ])]));
923
947
  }
924
- }), I1 = /* @__PURE__ */ i(_5, [["__scopeId", "data-v-3598cfd5"]]), d5 = {
948
+ }), D1 = /* @__PURE__ */ i(w5, [["__scopeId", "data-v-3598cfd5"]]), h5 = {
925
949
  viewBox: "0 0 24 24",
926
950
  xmlns: "http://www.w3.org/2000/svg"
927
- }, C5 = /* @__PURE__ */ a({
951
+ }, v5 = /* @__PURE__ */ a({
928
952
  name: "Bilibili",
929
953
  __name: "Bilibili",
930
954
  setup(n) {
931
- return (e, t) => (o(), r("svg", d5, [...t[0] || (t[0] = [
955
+ return (e, t) => (o(), r("svg", h5, [...t[0] || (t[0] = [
932
956
  s("path", {
933
957
  fill: "#fb7299",
934
958
  d: "M7.17 2.76 10.41 6h3.17l3.24-3.24a1 1 0 1 1 1.42 1.41L16.41 6H18.5A3.5 3.5 0 0 1 22 9.5v8A3.5 3.5 0 0 1 18.5 21h-13A3.5 3.5 0 0 1 2 17.5v-8A3.5 3.5 0 0 1 5.5 6h2.09L5.76 4.17a1 1 0 0 1 1.41-1.41ZM5.5 8A1.5 1.5 0 0 0 4 9.5v8A1.5 1.5 0 0 0 5.5 19h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 18.5 8h-13ZM8 11a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Zm8 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Z"
935
959
  }, null, -1)
936
960
  ])]));
937
961
  }
938
- }), B1 = /* @__PURE__ */ i(C5, [["__scopeId", "data-v-a44ec043"]]), u5 = {
962
+ }), W1 = /* @__PURE__ */ i(v5, [["__scopeId", "data-v-a44ec043"]]), g5 = {
939
963
  xmlns: "http://www.w3.org/2000/svg",
940
964
  viewBox: "0 0 24 24",
941
965
  fill: "#4692DD"
942
- }, p5 = /* @__PURE__ */ a({
966
+ }, H5 = /* @__PURE__ */ a({
943
967
  name: "Qqfill",
944
968
  __name: "Qqfill",
945
969
  setup(n) {
946
- return (e, t) => (o(), r("svg", u5, [...t[0] || (t[0] = [
970
+ return (e, t) => (o(), r("svg", g5, [...t[0] || (t[0] = [
947
971
  s("path", { d: "M19.9139 14.529C19.7336 13.955 19.4877 13.2856 19.2385 12.643L18.3288 10.3969C18.3295 10.371 18.3408 9.92858 18.3408 9.70053C18.3408 5.8599 16.5082 2.00037 12.0009 2C7.49403 2.00037 5.66113 5.8599 5.66113 9.70053C5.66113 9.92858 5.67237 10.371 5.67312 10.3969L4.76379 12.643C4.51453 13.2856 4.26827 13.955 4.08798 14.529C3.2285 17.2657 3.507 18.3982 3.71915 18.4238C4.17419 18.4779 5.49021 16.3635 5.49021 16.3635C5.49021 17.5879 6.12741 19.1858 7.5064 20.3398C6.99064 20.4971 6.35868 20.7388 5.95237 21.0355C5.58729 21.3025 5.63302 21.5743 5.69861 21.6841C5.9876 22.1661 10.6542 21.9918 12.0017 21.8417C13.3488 21.9918 18.0158 22.1661 18.3044 21.6841C18.3704 21.5743 18.4157 21.3025 18.0507 21.0355C17.6443 20.7388 17.012 20.4971 16.4959 20.3395C17.8745 19.1858 18.5117 17.5879 18.5117 16.3635C18.5117 16.3635 19.8281 18.4779 20.2831 18.4238C20.4949 18.3982 20.7734 17.2657 19.9139 14.529Z" }, null, -1)
948
972
  ])]));
949
973
  }
950
- }), k1 = /* @__PURE__ */ i(p5, [["__scopeId", "data-v-69f42891"]]), m5 = {
974
+ }), E1 = /* @__PURE__ */ i(H5, [["__scopeId", "data-v-69f42891"]]), L5 = {
951
975
  xmlns: "http://www.w3.org/2000/svg",
952
976
  viewBox: "0 0 24 24",
953
977
  fill: "#4692DD"
954
- }, f5 = /* @__PURE__ */ a({
978
+ }, x5 = /* @__PURE__ */ a({
955
979
  name: "Qq",
956
980
  __name: "Qq",
957
981
  setup(n) {
958
- return (e, t) => (o(), r("svg", m5, [...t[0] || (t[0] = [
982
+ return (e, t) => (o(), r("svg", L5, [...t[0] || (t[0] = [
959
983
  s("path", { d: "M17.5359 12.5144L16.8402 10.7175C16.8408 10.6968 16.8494 10.3429 16.8494 10.1604C16.8494 7.08792 15.448 4.0003 12.0012 4C8.55459 4.0003 7.15292 7.08792 7.15292 10.1604C7.15292 10.3429 7.16151 10.6968 7.16209 10.7175L6.4667 12.5144C6.27608 13.0285 6.08776 13.564 5.94988 14.0232C5.29262 16.2126 5.50559 17.1186 5.66783 17.139C6.01581 17.1823 7.02221 15.4908 7.02221 15.4908C7.02221 16.4704 7.5095 17.7487 8.56405 18.6719C8.16963 18.7976 7.68635 18.9911 7.37564 19.2284C7.09645 19.442 7.13142 19.6594 7.18158 19.7473C7.40258 20.1329 10.9713 19.9935 12.0017 19.8733C13.0319 19.9935 16.6009 20.1329 16.8216 19.7473C16.872 19.6594 16.9067 19.442 16.6275 19.2284C16.3168 18.9911 15.8333 18.7976 15.4386 18.6716C16.4928 17.7487 16.9801 16.4704 16.9801 15.4908C16.9801 15.4908 17.9868 17.1823 18.3348 17.139C18.4967 17.1186 18.7131 16.2108 18.0524 14.0232C17.9125 13.56 17.7265 13.0285 17.5359 12.5144ZM18.5574 20.7407C18.1843 21.3926 17.7237 21.6334 17.1187 21.7981C16.8792 21.8633 16.621 21.9056 16.325 21.936C15.8844 21.9814 15.3392 22.001 14.712 22C13.786 21.9985 12.693 21.9491 12.0017 21.884C11.3103 21.9491 10.2173 21.9985 9.29129 22C8.66414 22.001 8.11889 21.9814 7.67832 21.936C7.38236 21.9056 7.12409 21.8633 6.88467 21.7981C6.27994 21.6335 5.81954 21.393 5.44496 20.7393C5.15165 20.2258 5.07747 19.6406 5.20612 19.0866C4.61376 18.9546 4.20483 18.6045 3.92733 18.1757C3.77911 17.9466 3.68408 17.7127 3.61845 17.4663C3.53001 17.1344 3.49486 16.7666 3.50184 16.3601C3.51532 15.5749 3.68902 14.5984 4.03435 13.4481C4.17427 12.9821 4.3614 12.4396 4.6015 11.7926L5.15467 10.3632C5.1536 10.287 5.15292 10.2154 5.15292 10.1604C5.15292 5.6047 7.58875 2.00038 12.0013 2C16.4138 2.00038 18.8494 5.60454 18.8494 10.1604C18.8494 10.2154 18.8487 10.2869 18.8477 10.3631L19.401 11.7923L19.4112 11.8191C19.636 12.4254 19.8242 12.9722 19.967 13.445C20.3145 14.5956 20.4889 15.5735 20.5018 16.361C20.5085 16.768 20.4728 17.1365 20.3837 17.4689C20.3178 17.7148 20.2226 17.9483 20.0746 18.1768C19.7976 18.6041 19.3905 18.9532 18.7974 19.0862C18.9266 19.6411 18.8523 20.2274 18.5574 20.7407Z" }, null, -1)
960
984
  ])]));
961
985
  }
962
- }), z1 = /* @__PURE__ */ i(f5, [["__scopeId", "data-v-b5f2b4b3"]]), v5 = {
986
+ }), G1 = /* @__PURE__ */ i(x5, [["__scopeId", "data-v-b5f2b4b3"]]), V5 = {
963
987
  xmlns: "http://www.w3.org/2000/svg",
964
988
  viewBox: "0 0 24 24",
965
989
  fill: "#64CD8A"
966
- }, w5 = /* @__PURE__ */ a({
990
+ }, $5 = /* @__PURE__ */ a({
967
991
  name: "Wechat",
968
992
  __name: "Wechat",
969
993
  setup(n) {
970
- return (e, t) => (o(), r("svg", v5, [...t[0] || (t[0] = [
994
+ return (e, t) => (o(), r("svg", V5, [...t[0] || (t[0] = [
971
995
  s("path", { d: "M10.0014 14.6757C10.0011 14.6551 10.001 14.6345 10.001 14.6138C10.001 12.1055 12.0175 9.99564 14.7539 9.38092C14.3904 7.07873 11.9602 5.19995 8.90098 5.19995C5.58037 5.19995 3.00098 7.41344 3.00098 9.9793C3.00098 10.9487 3.36131 11.88 4.04082 12.6781C4.0728 12.7157 4.12443 12.7717 4.19342 12.8427C4.78537 13.4517 5.13709 14.2457 5.19546 15.0805C5.90857 14.6683 6.74285 14.5123 7.55832 14.6392C7.72416 14.665 7.85986 14.6847 7.96345 14.6982C8.27111 14.7383 8.58419 14.7586 8.90098 14.7586C9.27825 14.7586 9.64595 14.7301 10.0014 14.6757ZM10.4581 16.627C9.95467 16.7133 9.43399 16.7586 8.90098 16.7586C8.49441 16.7586 8.09502 16.7323 7.70499 16.6815C7.58312 16.6656 7.4317 16.6436 7.25073 16.6154C6.87693 16.5572 6.49436 16.6321 6.1713 16.8268L4.26653 17.9745C4.12052 18.0646 3.94891 18.1057 3.77733 18.0916C3.33814 18.0554 3.01178 17.6744 3.04837 17.2405L3.19859 15.4596C3.23664 15.0086 3.07664 14.5632 2.75931 14.2367C2.66182 14.1364 2.5814 14.0491 2.51802 13.9747C1.56406 12.8542 1.00098 11.4732 1.00098 9.9793C1.00098 6.23517 4.53793 3.19995 8.90098 3.19995C12.9601 3.19995 16.3041 5.82699 16.7504 9.20788C20.1225 9.36136 22.801 11.723 22.801 14.6138C22.801 15.8068 22.3448 16.9097 21.572 17.8044C21.5206 17.8639 21.4555 17.9336 21.3765 18.0137C21.1194 18.2744 20.9898 18.6301 21.0206 18.9903L21.1423 20.4125C21.172 20.759 20.9076 21.0632 20.5518 21.0921C20.4128 21.1034 20.2738 21.0706 20.1555 20.9986L18.6124 20.0821C18.3506 19.9266 18.0407 19.8668 17.7379 19.9133C17.5913 19.9358 17.4686 19.9533 17.3699 19.966C17.0539 20.0066 16.7303 20.0277 16.401 20.0277C13.7074 20.0277 11.4025 18.6201 10.4581 16.627ZM17.4346 17.9364C18.0019 17.8494 18.5793 17.911 19.1105 18.1111C19.2492 17.5503 19.5373 17.0304 19.9524 16.6094C20.0027 16.5585 20.0388 16.5198 20.0584 16.4971C20.5467 15.9318 20.801 15.2839 20.801 14.6138C20.801 12.8095 18.8983 11.2 16.401 11.2C13.9037 11.2 12.001 12.8095 12.001 14.6138C12.001 16.4181 13.9037 18.0277 16.401 18.0277C16.6424 18.0277 16.8809 18.0124 17.115 17.9823C17.1957 17.972 17.3029 17.9566 17.4346 17.9364Z" }, null, -1)
972
996
  ])]));
973
997
  }
974
- }), N1 = /* @__PURE__ */ i(w5, [["__scopeId", "data-v-d55a8489"]]), h5 = {
998
+ }), U1 = /* @__PURE__ */ i($5, [["__scopeId", "data-v-d55a8489"]]), M5 = {
975
999
  xmlns: "http://www.w3.org/2000/svg",
976
1000
  viewBox: "0 0 24 24",
977
1001
  fill: "rgba(100,205,138,1)"
978
- }, g5 = /* @__PURE__ */ a({
1002
+ }, Z5 = /* @__PURE__ */ a({
979
1003
  name: "Wechatfill",
980
1004
  __name: "Wechatfill",
981
1005
  setup(n) {
982
- return (e, t) => (o(), r("svg", h5, [...t[0] || (t[0] = [
1006
+ return (e, t) => (o(), r("svg", M5, [...t[0] || (t[0] = [
983
1007
  s("path", { d: "M18.5753 13.7114C19.0742 13.7114 19.4733 13.2873 19.4733 12.8134C19.4733 12.3145 19.0742 11.9155 18.5753 11.9155C18.0765 11.9155 17.6774 12.3145 17.6774 12.8134C17.6774 13.3123 18.0765 13.7114 18.5753 13.7114ZM14.1497 13.7114C14.6485 13.7114 15.0476 13.2873 15.0476 12.8134C15.0476 12.3145 14.6485 11.9155 14.1497 11.9155C13.6508 11.9155 13.2517 12.3145 13.2517 12.8134C13.2517 13.3123 13.6508 13.7114 14.1497 13.7114ZM20.717 18.7516C20.5942 18.8253 20.5205 18.9482 20.5451 19.1202C20.5451 19.1693 20.5451 19.2185 20.5696 19.2676C20.6679 19.6854 20.8643 20.349 20.8643 20.3736C20.8643 20.4473 20.8889 20.4964 20.8889 20.5456C20.8889 20.6685 20.7907 20.7668 20.6679 20.7668C20.6187 20.7668 20.5942 20.7422 20.5451 20.7176L19.0961 19.882C18.9978 19.8329 18.875 19.7837 18.7522 19.7837C18.6786 19.7837 18.6049 19.7837 18.5558 19.8083C17.8681 20.0049 17.1559 20.1032 16.3946 20.1032C12.7352 20.1032 9.78815 17.6456 9.78815 14.5983C9.78815 11.5509 12.7352 9.09329 16.3946 9.09329C20.0539 9.09329 23.001 11.5509 23.001 14.5983C23.001 16.2448 22.1168 17.7439 20.717 18.7516ZM16.6737 8.09757C16.581 8.09473 16.488 8.09329 16.3946 8.09329C12.2199 8.09329 8.78815 10.9536 8.78815 14.5983C8.78815 15.1519 8.86733 15.6874 9.01626 16.1975H8.92711C8.04096 16.1975 7.15481 16.0503 6.3425 15.8296C6.26866 15.805 6.19481 15.805 6.12097 15.805C5.97327 15.805 5.82558 15.8541 5.7025 15.9277L3.95482 16.9334C3.90559 16.958 3.85635 16.9825 3.80712 16.9825C3.65943 16.9825 3.53636 16.8599 3.53636 16.7127C3.53636 16.6391 3.56097 16.59 3.58559 16.5164C3.6102 16.4919 3.83174 15.6824 3.95482 15.1918C3.95482 15.1427 3.97943 15.0691 3.97943 15.0201C3.97943 14.8238 3.88097 14.6766 3.75789 14.5785C2.05944 13.3765 1.00098 11.5858 1.00098 9.59876C1.00098 5.94369 4.5702 3 8.95173 3C12.7157 3 15.8802 5.16856 16.6737 8.09757ZM11.5199 8.51604C12.0927 8.51604 12.5462 8.03871 12.5462 7.4898C12.5462 6.91701 12.0927 6.46356 11.5199 6.46356C10.9471 6.46356 10.4937 6.91701 10.4937 7.4898C10.4937 8.06258 10.9471 8.51604 11.5199 8.51604ZM6.26045 8.51604C6.83324 8.51604 7.28669 8.03871 7.28669 7.4898C7.28669 6.91701 6.83324 6.46356 6.26045 6.46356C5.68767 6.46356 5.23421 6.91701 5.23421 7.4898C5.23421 8.06258 5.68767 8.51604 6.26045 8.51604Z" }, null, -1)
984
1008
  ])]));
985
1009
  }
986
- }), S1 = /* @__PURE__ */ i(g5, [["__scopeId", "data-v-502da359"]]), H5 = {
1010
+ }), R1 = /* @__PURE__ */ i(Z5, [["__scopeId", "data-v-502da359"]]), b5 = {
987
1011
  xmlns: "http://www.w3.org/2000/svg",
988
1012
  viewBox: "0 0 24 24",
989
1013
  fill: "#64CD8A"
990
- }, L5 = /* @__PURE__ */ a({
1014
+ }, y5 = /* @__PURE__ */ a({
991
1015
  name: "Wechatpay",
992
1016
  __name: "Wechatpay",
993
1017
  setup(n) {
994
- return (e, t) => (o(), r("svg", H5, [...t[0] || (t[0] = [
1018
+ return (e, t) => (o(), r("svg", b5, [...t[0] || (t[0] = [
995
1019
  s("path", { d: "M19.1458 8.99325L9.34705 14.6006L9.27753 14.6465C9.18483 14.6925 9.09213 14.7154 8.97625 14.7154C8.72133 14.7154 8.51275 14.5776 8.39688 14.3709L8.35053 14.2791L6.51971 10.329C6.49653 10.283 6.49653 10.2371 6.49653 10.1912C6.49653 10.0074 6.63558 9.86964 6.82098 9.86964C6.8905 9.86964 6.96003 9.8926 7.02955 9.93853L9.18483 11.4543C9.34705 11.5461 9.53245 11.615 9.74103 11.615C9.8569 11.615 9.97278 11.5921 10.0887 11.5461L18.3634 7.89746C16.9347 6.27313 14.6348 5.19995 12.0006 5.19995C7.57986 5.19995 4.10059 8.22235 4.10059 11.8C4.10059 13.1655 4.60024 14.4728 5.53227 15.5809C5.58056 15.6383 5.65277 15.7177 5.74666 15.8155C6.54199 16.6438 6.94301 17.7739 6.84765 18.9182L6.82289 19.2153L7.53841 18.7789C8.34812 18.2851 9.30697 18.095 10.2438 18.2426C10.4553 18.2759 10.6292 18.3015 10.7634 18.3192C11.1696 18.3728 11.5828 18.4 12.0006 18.4C16.4213 18.4 19.9006 15.3776 19.9006 11.8C19.9006 10.8036 19.6307 9.85022 19.1458 8.99325ZM6.19286 21.9423C6.00989 22.0566 5.79484 22.1087 5.57981 22.0908C5.02944 22.045 4.62045 21.5616 4.66631 21.0112L4.85456 18.7521C4.90224 18.1799 4.70173 17.6149 4.30407 17.2008C4.1819 17.0735 4.08111 16.9627 4.0017 16.8683C2.80622 15.447 2.10059 13.6951 2.10059 11.8C2.10059 7.0503 6.53297 3.19995 12.0006 3.19995C17.4682 3.19995 21.9006 7.0503 21.9006 11.8C21.9006 16.5496 17.4682 20.4 12.0006 20.4C11.4911 20.4 10.9906 20.3665 10.5018 20.302C10.3491 20.2819 10.1593 20.254 9.93256 20.2182C9.46412 20.1444 8.9847 20.2395 8.57985 20.4864L6.19286 21.9423Z" }, null, -1)
996
1020
  ])]));
997
1021
  }
998
- }), A1 = /* @__PURE__ */ i(L5, [["__scopeId", "data-v-cd07e873"]]), x5 = {
1022
+ }), F1 = /* @__PURE__ */ i(y5, [["__scopeId", "data-v-cd07e873"]]), I5 = {
999
1023
  xmlns: "http://www.w3.org/2000/svg",
1000
1024
  viewBox: "0 0 24 24",
1001
1025
  fill: "#64CD8A"
1002
- }, V5 = /* @__PURE__ */ a({
1026
+ }, k5 = /* @__PURE__ */ a({
1003
1027
  name: "Wechatpayfill",
1004
1028
  __name: "Wechatpayfill",
1005
1029
  setup(n) {
1006
- return (e, t) => (o(), r("svg", x5, [...t[0] || (t[0] = [
1030
+ return (e, t) => (o(), r("svg", I5, [...t[0] || (t[0] = [
1007
1031
  s("path", { d: "M9.27099 14.6689C8.9532 14.8312 8.56403 14.7122 8.39132 14.4L8.3477 14.3054L6.53019 10.3069C6.52269 10.2588 6.52269 10.2097 6.53019 10.1615C6.53017 10.0735 6.56564 9.98916 6.62857 9.9276C6.6915 9.86603 6.7766 9.83243 6.86462 9.83438C6.93567 9.83269 7.00508 9.85582 7.06091 9.89981L9.24191 11.4265C9.40329 11.5346 9.59293 11.5928 9.78716 11.5937C9.90424 11.5945 10.0203 11.5723 10.1289 11.5283L20.176 7.02816C18.091 4.72544 15.1103 3.43931 12.0045 3.5022C6.4793 3.5022 2.00098 7.23172 2.00098 11.87C2.06681 14.4052 3.35646 16.7515 5.4615 18.1658C5.6878 18.3326 5.78402 18.6241 5.70141 18.8928L5.25067 20.594C5.22336 20.6714 5.20625 20.7521 5.19978 20.8339C5.19777 20.9232 5.23236 21.0094 5.29552 21.0726C5.35868 21.1358 5.44491 21.1703 5.5342 21.1684C5.60098 21.1645 5.66583 21.1445 5.72322 21.1102L7.90423 19.8452C8.06383 19.7467 8.2474 19.6939 8.43494 19.6925C8.53352 19.6923 8.63157 19.707 8.72574 19.7361C9.78781 20.0363 10.8863 20.188 11.99 20.1869C17.5152 20.1869 22.001 16.4574 22.001 11.8554C22.0108 10.4834 21.6301 9.13687 20.903 7.97326L9.35096 14.6253L9.27099 14.6689Z" }, null, -1)
1008
1032
  ])]));
1009
1033
  }
1010
- }), D1 = /* @__PURE__ */ i(V5, [["__scopeId", "data-v-54ddd07d"]]), M5 = {
1034
+ }), P1 = /* @__PURE__ */ i(k5, [["__scopeId", "data-v-54ddd07d"]]), B5 = {
1011
1035
  width: "60",
1012
1036
  height: "20",
1013
1037
  viewBox: "0 0 120 30",
1014
1038
  fill: "currentColor"
1015
- }, $5 = /* @__PURE__ */ a({
1039
+ }, z5 = /* @__PURE__ */ a({
1016
1040
  name: "Float",
1017
1041
  __name: "Float",
1018
1042
  setup(n) {
1019
- return (e, t) => (o(), r("svg", M5, [...t[0] || (t[0] = [
1020
- h('<circle cx="15" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle><circle cx="60" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" begin="0.2s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle><circle cx="105" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" begin="0.4s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle>', 3)
1043
+ return (e, t) => (o(), r("svg", B5, [...t[0] || (t[0] = [
1044
+ x('<circle cx="15" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle><circle cx="60" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" begin="0.2s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle><circle cx="105" cy="15" r="10" data-v-c00b4c8e><animate attributeName="cy" values="15;5;15" dur="0.6s" begin="0.4s" repeatCount="indefinite" data-v-c00b4c8e></animate></circle>', 3)
1021
1045
  ])]));
1022
1046
  }
1023
- }), E1 = /* @__PURE__ */ i($5, [["__scopeId", "data-v-c00b4c8e"]]), Z5 = {
1047
+ }), q1 = /* @__PURE__ */ i(z5, [["__scopeId", "data-v-c00b4c8e"]]), N5 = {
1024
1048
  width: "50",
1025
1049
  height: "40",
1026
1050
  viewBox: "0 0 50 40",
1027
1051
  fill: "currentColor"
1028
- }, b5 = /* @__PURE__ */ a({
1052
+ }, S5 = /* @__PURE__ */ a({
1029
1053
  name: "Height",
1030
1054
  __name: "Height",
1031
1055
  setup(n) {
1032
- return (e, t) => (o(), r("svg", Z5, [...t[0] || (t[0] = [
1033
- h('<rect x="5" y="25" width="6" height="10" data-v-f82a929e><animate attributeName="y" values="25;5;25" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="10;30;10" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect><rect x="20" y="5" width="6" height="30" data-v-f82a929e><animate attributeName="y" values="5;25;5" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="30;10;30" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect><rect x="35" y="25" width="6" height="10" data-v-f82a929e><animate attributeName="y" values="25;5;25" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="10;30;10" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect>', 3)
1056
+ return (e, t) => (o(), r("svg", N5, [...t[0] || (t[0] = [
1057
+ x('<rect x="5" y="25" width="6" height="10" data-v-f82a929e><animate attributeName="y" values="25;5;25" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="10;30;10" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect><rect x="20" y="5" width="6" height="30" data-v-f82a929e><animate attributeName="y" values="5;25;5" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="30;10;30" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect><rect x="35" y="25" width="6" height="10" data-v-f82a929e><animate attributeName="y" values="25;5;25" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate><animate attributeName="height" values="10;30;10" dur="1s" repeatCount="indefinite" data-v-f82a929e></animate></rect>', 3)
1034
1058
  ])]));
1035
1059
  }
1036
- }), T1 = /* @__PURE__ */ i(b5, [["__scopeId", "data-v-f82a929e"]]), y5 = {
1060
+ }), O1 = /* @__PURE__ */ i(S5, [["__scopeId", "data-v-f82a929e"]]), A5 = {
1037
1061
  width: "64",
1038
1062
  height: "64",
1039
1063
  viewBox: "0 0 100 100",
1040
1064
  xmlns: "http://www.w3.org/2000/svg"
1041
- }, I5 = /* @__PURE__ */ a({
1065
+ }, T5 = /* @__PURE__ */ a({
1042
1066
  name: "Hourglass",
1043
1067
  __name: "Hourglass",
1044
1068
  setup(n) {
1045
- return (e, t) => (o(), r("svg", y5, [...t[0] || (t[0] = [
1046
- h(`<g stroke="currentColor" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none" data-v-29489be8><polygon points="30,20 70,20 50,50" data-v-29489be8></polygon><polygon points="30,80 70,80 50,50" data-v-29489be8></polygon><animateTransform attributeName="transform" type="rotate" values="0 50 50; 0 50 50; 180 50 50; 180 50 50" keyTimes="0; 0.5; 0.6; 1" dur="4s" repeatCount="indefinite" data-v-29489be8></animateTransform><polygon fill="currentColor" points="30,20 70,20 50,45" data-v-29489be8><animate attributeName="points" dur="4s" repeatCount="indefinite" values="\r
1069
+ return (e, t) => (o(), r("svg", A5, [...t[0] || (t[0] = [
1070
+ x(`<g stroke="currentColor" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none" data-v-29489be8><polygon points="30,20 70,20 50,50" data-v-29489be8></polygon><polygon points="30,80 70,80 50,50" data-v-29489be8></polygon><animateTransform attributeName="transform" type="rotate" values="0 50 50; 0 50 50; 180 50 50; 180 50 50" keyTimes="0; 0.5; 0.6; 1" dur="4s" repeatCount="indefinite" data-v-29489be8></animateTransform><polygon fill="currentColor" points="30,20 70,20 50,45" data-v-29489be8><animate attributeName="points" dur="4s" repeatCount="indefinite" values="\r
1047
1071
  30,20 70,20 50,45;\r
1048
1072
  50,45 50,45 50,45;\r
1049
1073
  50,45 50,45 50,45;\r
@@ -1056,27 +1080,27 @@ const l2 = {
1056
1080
  " keyTimes="0; 0.5; 0.6; 1" data-v-29489be8></animate></polygon><circle cx="50" cy="45" r="2" fill="currentColor" data-v-29489be8><animate attributeName="cy" dur="0.15s" values="45;55;45" repeatCount="indefinite" begin="0s" end="2s" data-v-29489be8></animate></circle></g>`, 1)
1057
1081
  ])]));
1058
1082
  }
1059
- }), W1 = /* @__PURE__ */ i(I5, [["__scopeId", "data-v-29489be8"]]), B5 = {
1083
+ }), Q1 = /* @__PURE__ */ i(T5, [["__scopeId", "data-v-29489be8"]]), D5 = {
1060
1084
  width: "40",
1061
1085
  height: "40",
1062
1086
  viewBox: "0 0 50 50"
1063
- }, k5 = /* @__PURE__ */ a({
1087
+ }, W5 = /* @__PURE__ */ a({
1064
1088
  name: "Loadcolor",
1065
1089
  __name: "Loadcolor",
1066
1090
  setup(n) {
1067
- return (e, t) => (o(), r("svg", B5, [...t[0] || (t[0] = [
1068
- h('<defs data-v-66445b72><linearGradient id="grad" data-v-66445b72><stop offset="0%" stop-color="#4facfe" data-v-66445b72></stop><stop offset="100%" stop-color="#00f2fe" data-v-66445b72></stop></linearGradient></defs><circle cx="25" cy="25" r="20" fill="none" stroke="url(#grad)" stroke-width="4" stroke-linecap="round" stroke-dasharray="80 200" data-v-66445b72><animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" from="0 25 25" to="360 25 25" data-v-66445b72></animateTransform></circle>', 2)
1091
+ return (e, t) => (o(), r("svg", D5, [...t[0] || (t[0] = [
1092
+ x('<defs data-v-66445b72><linearGradient id="grad" data-v-66445b72><stop offset="0%" stop-color="#4facfe" data-v-66445b72></stop><stop offset="100%" stop-color="#00f2fe" data-v-66445b72></stop></linearGradient></defs><circle cx="25" cy="25" r="20" fill="none" stroke="url(#grad)" stroke-width="4" stroke-linecap="round" stroke-dasharray="80 200" data-v-66445b72><animateTransform attributeName="transform" type="rotate" dur="1s" repeatCount="indefinite" from="0 25 25" to="360 25 25" data-v-66445b72></animateTransform></circle>', 2)
1069
1093
  ])]));
1070
1094
  }
1071
- }), G1 = /* @__PURE__ */ i(k5, [["__scopeId", "data-v-66445b72"]]), z5 = {
1095
+ }), J1 = /* @__PURE__ */ i(W5, [["__scopeId", "data-v-66445b72"]]), E5 = {
1072
1096
  viewBox: "0 0 50 50",
1073
1097
  width: "40",
1074
1098
  height: "40"
1075
- }, N5 = /* @__PURE__ */ a({
1099
+ }, G5 = /* @__PURE__ */ a({
1076
1100
  name: "Loadding",
1077
1101
  __name: "Loadding",
1078
1102
  setup(n) {
1079
- return (e, t) => (o(), r("svg", z5, [...t[0] || (t[0] = [
1103
+ return (e, t) => (o(), r("svg", E5, [...t[0] || (t[0] = [
1080
1104
  s("circle", {
1081
1105
  cx: "25",
1082
1106
  cy: "25",
@@ -1098,15 +1122,15 @@ const l2 = {
1098
1122
  ], -1)
1099
1123
  ])]));
1100
1124
  }
1101
- }), U1 = /* @__PURE__ */ i(N5, [["__scopeId", "data-v-84ae3f9e"]]), S5 = {
1125
+ }), Y1 = /* @__PURE__ */ i(G5, [["__scopeId", "data-v-84ae3f9e"]]), U5 = {
1102
1126
  width: "50",
1103
1127
  height: "50",
1104
1128
  viewBox: "0 0 50 50"
1105
- }, A5 = /* @__PURE__ */ a({
1129
+ }, R5 = /* @__PURE__ */ a({
1106
1130
  name: "Path",
1107
1131
  __name: "Path",
1108
1132
  setup(n) {
1109
- return (e, t) => (o(), r("svg", S5, [...t[0] || (t[0] = [
1133
+ return (e, t) => (o(), r("svg", U5, [...t[0] || (t[0] = [
1110
1134
  s("circle", {
1111
1135
  cx: "25",
1112
1136
  cy: "25",
@@ -1132,15 +1156,15 @@ const l2 = {
1132
1156
  ], -1)
1133
1157
  ])]));
1134
1158
  }
1135
- }), R1 = /* @__PURE__ */ i(A5, [["__scopeId", "data-v-df518bbd"]]), D5 = {
1159
+ }), K1 = /* @__PURE__ */ i(R5, [["__scopeId", "data-v-df518bbd"]]), F5 = {
1136
1160
  width: "40",
1137
1161
  height: "40",
1138
1162
  viewBox: "0 0 50 50"
1139
- }, E5 = /* @__PURE__ */ a({
1163
+ }, P5 = /* @__PURE__ */ a({
1140
1164
  name: "Ring",
1141
1165
  __name: "Ring",
1142
1166
  setup(n) {
1143
- return (e, t) => (o(), r("svg", D5, [...t[0] || (t[0] = [
1167
+ return (e, t) => (o(), r("svg", F5, [...t[0] || (t[0] = [
1144
1168
  s("circle", {
1145
1169
  cx: "25",
1146
1170
  cy: "25",
@@ -1179,15 +1203,15 @@ const l2 = {
1179
1203
  ], -1)
1180
1204
  ])]));
1181
1205
  }
1182
- }), F1 = /* @__PURE__ */ i(E5, [["__scopeId", "data-v-594c57b0"]]), T5 = {
1206
+ }), X1 = /* @__PURE__ */ i(P5, [["__scopeId", "data-v-594c57b0"]]), q5 = {
1183
1207
  width: "40",
1184
1208
  height: "40",
1185
1209
  viewBox: "0 0 40 40"
1186
- }, W5 = /* @__PURE__ */ a({
1210
+ }, O5 = /* @__PURE__ */ a({
1187
1211
  name: "Scale",
1188
1212
  __name: "Scale",
1189
1213
  setup(n) {
1190
- return (e, t) => (o(), r("svg", T5, [...t[0] || (t[0] = [
1214
+ return (e, t) => (o(), r("svg", q5, [...t[0] || (t[0] = [
1191
1215
  s("circle", {
1192
1216
  cx: "20",
1193
1217
  cy: "20",
@@ -1209,15 +1233,15 @@ const l2 = {
1209
1233
  ], -1)
1210
1234
  ])]));
1211
1235
  }
1212
- }), q1 = /* @__PURE__ */ i(W5, [["__scopeId", "data-v-c95e67d4"]]), G5 = {
1236
+ }), j1 = /* @__PURE__ */ i(O5, [["__scopeId", "data-v-c95e67d4"]]), Q5 = {
1213
1237
  viewBox: "0 0 50 50",
1214
1238
  width: "40",
1215
1239
  height: "40"
1216
- }, U5 = /* @__PURE__ */ a({
1240
+ }, J5 = /* @__PURE__ */ a({
1217
1241
  name: "Speed",
1218
1242
  __name: "Speed",
1219
1243
  setup(n) {
1220
- return (e, t) => (o(), r("svg", G5, [...t[0] || (t[0] = [
1244
+ return (e, t) => (o(), r("svg", Q5, [...t[0] || (t[0] = [
1221
1245
  s("circle", {
1222
1246
  cx: "25",
1223
1247
  cy: "25",
@@ -1252,20 +1276,14 @@ const l2 = {
1252
1276
  ], -1)
1253
1277
  ])]));
1254
1278
  }
1255
- }), P1 = /* @__PURE__ */ i(U5, [["__scopeId", "data-v-1675553a"]]), R5 = [
1256
- N,
1257
- S,
1258
- A,
1259
- D,
1279
+ }), t2 = /* @__PURE__ */ i(J5, [["__scopeId", "data-v-1675553a"]]), Y5 = [
1260
1280
  E,
1261
- T,
1262
- W,
1263
1281
  G,
1264
1282
  U,
1265
1283
  R,
1266
1284
  F,
1267
- q,
1268
1285
  P,
1286
+ q,
1269
1287
  O,
1270
1288
  Q,
1271
1289
  J,
@@ -1282,191 +1300,314 @@ const l2 = {
1282
1300
  a1,
1283
1301
  i1,
1284
1302
  l1,
1285
- _1,
1303
+ c1,
1286
1304
  d1,
1287
- Z,
1305
+ _1,
1288
1306
  C1,
1289
- u1,
1290
1307
  p1,
1291
- m1,
1292
- w,
1308
+ u1,
1293
1309
  f1,
1294
- b,
1295
- v1,
1296
1310
  w1,
1297
- y,
1311
+ B,
1312
+ h1,
1313
+ v1,
1314
+ g1,
1315
+ H1,
1316
+ L,
1317
+ L1,
1318
+ z,
1298
1319
  x1,
1299
1320
  V1,
1300
- M1,
1301
- $1,
1302
- b1,
1303
- y1,
1304
- I1,
1305
- E1,
1321
+ N,
1322
+ k1,
1323
+ B1,
1324
+ z1,
1325
+ N1,
1326
+ A1,
1306
1327
  T1,
1328
+ D1,
1329
+ q1,
1330
+ O1,
1331
+ Q1,
1332
+ J1,
1333
+ Y1,
1334
+ K1,
1335
+ X1,
1336
+ j1,
1337
+ t2,
1307
1338
  W1,
1339
+ E1,
1308
1340
  G1,
1309
1341
  U1,
1310
1342
  R1,
1311
1343
  F1,
1312
- q1,
1313
1344
  P1,
1314
- B1,
1315
- k1,
1316
- z1,
1317
- N1,
1318
1345
  S1,
1319
- A1,
1320
- D1,
1346
+ m1,
1347
+ $1,
1348
+ M1,
1321
1349
  Z1,
1322
- c1,
1323
- h1,
1324
- g1,
1325
- H1,
1326
- L1
1327
- ], F5 = {
1350
+ b1,
1351
+ y1,
1352
+ I1
1353
+ ], K5 = {
1328
1354
  install(n) {
1329
- R5.forEach((e) => {
1355
+ Y5.forEach((e) => {
1330
1356
  if (!e.name) return console.warn("图标缺少 name");
1331
1357
  const t = e.name[0].toUpperCase() + e.name.slice(1);
1332
1358
  n.component(t, e);
1333
1359
  });
1334
1360
  }
1335
- }, k = {
1336
- Arrowdown: N,
1337
- Arrowdown1: S,
1338
- Decrease: A,
1339
- Increase: D,
1340
- Codes: E,
1341
- Copydocument: T,
1342
- Copydocument1: W,
1343
- Document: G,
1344
- Aligncenter: U,
1345
- Alignleft: R,
1346
- Alignright: F,
1347
- Bold: q,
1348
- Clearformat: P,
1349
- Color: O,
1350
- Format: Q,
1351
- Italic: J,
1352
- Justify: Y,
1353
- Lineheight: K,
1354
- Orderedlist: X,
1355
- Redo: j,
1356
- Strikethrough: t1,
1357
- Underline: e1,
1358
- Undo: n1,
1359
- Unorderedlist: s1,
1360
- Attachment: o1,
1361
- Emotion: r1,
1362
- Like: a1,
1363
- Likefilled: i1,
1364
- Image: l1,
1365
- Add: _1,
1366
- Circleclose: d1,
1367
- Circleclosefilled: Z,
1368
- Close: C1,
1369
- Delete: u1,
1370
- Grid: p1,
1371
- Hide: m1,
1372
- Infofilled: w,
1373
- Link: f1,
1374
- Successfilled: b,
1375
- Unlink: v1,
1376
- View: w1,
1377
- Warningfilled: y,
1378
- Dark: x1,
1379
- Light: V1,
1380
- Githubdark: M1,
1381
- Githublight: $1,
1382
- Npm: b1,
1383
- Pnpm: y1,
1384
- Yarn: I1,
1385
- Float: E1,
1386
- Height: T1,
1387
- Hourglass: W1,
1388
- Loadcolor: G1,
1389
- Loadding: U1,
1390
- Path: R1,
1391
- Ring: F1,
1392
- Scale: q1,
1393
- Speed: P1,
1394
- Bilibili: B1,
1395
- Qqfill: k1,
1396
- Qq: z1,
1397
- Wechat: N1,
1398
- Wechatfill: S1,
1399
- Wechatpay: A1,
1400
- Wechatpayfill: D1,
1401
- Github: Z1,
1402
- Email: c1,
1403
- List: h1,
1404
- Home: g1,
1405
- Chat: H1,
1406
- Chatfilled: L1
1407
- };
1408
- let u = -45, x = 65;
1409
- const q5 = {
1410
- info: w,
1411
- primary: w,
1412
- success: b,
1413
- warning: y,
1414
- error: Z
1415
- }, C = (n) => f(n);
1416
- function f(n) {
1417
- n.duration = n.duration ? n.duration : 3e3;
1418
- let e = null;
1419
- e = P5(u, n.type, n.showIcon, n.message, n.plain, n.icon, n.showClose, n.coloor, n.textcolor), u += x, n.duration && setTimeout(() => {
1420
- O1(e, n.plain, n.type);
1421
- }, n.duration);
1361
+ }, S = {
1362
+ Arrowdown: E,
1363
+ Arrowdown1: G,
1364
+ Decrease: U,
1365
+ Increase: R,
1366
+ Codes: F,
1367
+ Copydocument: P,
1368
+ Copydocument1: q,
1369
+ Document: O,
1370
+ Aligncenter: Q,
1371
+ Alignleft: J,
1372
+ Alignright: Y,
1373
+ Bold: K,
1374
+ Clearformat: X,
1375
+ Color: j,
1376
+ Format: t1,
1377
+ Italic: e1,
1378
+ Justify: n1,
1379
+ Lineheight: s1,
1380
+ Orderedlist: o1,
1381
+ Redo: r1,
1382
+ Strikethrough: a1,
1383
+ Underline: i1,
1384
+ Undo: l1,
1385
+ Unorderedlist: c1,
1386
+ Attachment: d1,
1387
+ Emotion: _1,
1388
+ Like: C1,
1389
+ Likefilled: p1,
1390
+ Image: u1,
1391
+ Add: f1,
1392
+ Circleclose: w1,
1393
+ Circleclosefilled: B,
1394
+ Close: h1,
1395
+ Delete: v1,
1396
+ Grid: g1,
1397
+ Hide: H1,
1398
+ Infofilled: L,
1399
+ Link: L1,
1400
+ Successfilled: z,
1401
+ Unlink: x1,
1402
+ View: V1,
1403
+ Warningfilled: N,
1404
+ Dark: k1,
1405
+ Light: B1,
1406
+ Githubdark: z1,
1407
+ Githublight: N1,
1408
+ Npm: A1,
1409
+ Pnpm: T1,
1410
+ Yarn: D1,
1411
+ Float: q1,
1412
+ Height: O1,
1413
+ Hourglass: Q1,
1414
+ Loadcolor: J1,
1415
+ Loadding: Y1,
1416
+ Path: K1,
1417
+ Ring: X1,
1418
+ Scale: j1,
1419
+ Speed: t2,
1420
+ Bilibili: W1,
1421
+ Qqfill: E1,
1422
+ Qq: G1,
1423
+ Wechat: U1,
1424
+ Wechatfill: R1,
1425
+ Wechatpay: F1,
1426
+ Wechatpayfill: P1,
1427
+ Github: S1,
1428
+ Email: m1,
1429
+ List: $1,
1430
+ Home: M1,
1431
+ Chat: Z1,
1432
+ Chatfilled: b1,
1433
+ Theme: y1,
1434
+ Themefilled: I1
1435
+ }, X5 = {
1436
+ info: L,
1437
+ primary: L,
1438
+ success: z,
1439
+ warning: N,
1440
+ error: B
1441
+ }, c = [], h = [];
1442
+ let j5 = 1, t4 = 1;
1443
+ const f = (n) => v(n);
1444
+ function v(n) {
1445
+ const e = n.method ? n.method : "top center";
1446
+ switch (e4(
1447
+ e,
1448
+ n.type,
1449
+ n.showIcon,
1450
+ n.message,
1451
+ n.plain,
1452
+ n.icon,
1453
+ n.showClose,
1454
+ n.color,
1455
+ n.textcolor
1456
+ ), e) {
1457
+ case "top center":
1458
+ const t = c[c.length - 1];
1459
+ b(
1460
+ "enter",
1461
+ "auto",
1462
+ t.id,
1463
+ n.type,
1464
+ n.plain,
1465
+ n.duration
1466
+ ), n.showClose || b(
1467
+ "leave",
1468
+ "auto",
1469
+ t.id,
1470
+ n.type,
1471
+ n.plain,
1472
+ n.duration
1473
+ );
1474
+ break;
1475
+ case "center":
1476
+ n.showClose = !1;
1477
+ const l = h[h.length - 1];
1478
+ A(
1479
+ "enter",
1480
+ l.id,
1481
+ n.type,
1482
+ n.plain,
1483
+ n.duration
1484
+ ), A(
1485
+ "leave",
1486
+ l.id,
1487
+ n.type,
1488
+ n.plain,
1489
+ n.duration
1490
+ );
1491
+ break;
1492
+ }
1422
1493
  }
1423
- function P5(n, e, t = !0, l, _ = !1, p, m = !1, I, B) {
1424
- const c = document.createElement("div");
1425
- c.style.top = `${n}px`, _ ? c.classList = `sf-message sf-${e}-plain` : c.classList = `sf-message sf-${e}`, I != "" && (c.style.backgroundColor = I), B != "" && (c.style.color = B);
1426
- const Q1 = a({
1494
+ function e4(n, e, t = !0, l, u = !1, C, d = !1, p, _) {
1495
+ let $ = 0, M = 0;
1496
+ switch (n) {
1497
+ case "top center":
1498
+ M = j5++, $ = c.length === 0 ? -45 : c[c.length - 1].offset + 65;
1499
+ break;
1500
+ case "center":
1501
+ M = t4++, $ = 0;
1502
+ break;
1503
+ }
1504
+ const w = {
1505
+ id: M,
1506
+ vnode: null,
1507
+ container: document.createElement("div"),
1508
+ offset: $
1509
+ };
1510
+ switch (p && (w.container.style.backgroundColor = p), _ && (w.container.style.color = _), w.vnode = a({
1427
1511
  setup() {
1428
- return () => d(
1512
+ return () => m(
1429
1513
  "div",
1430
- { class: "sf-message-inner" },
1514
+ { class: "sf-message-inner", key: w.id },
1431
1515
  [
1432
- t ? d(
1433
- L,
1516
+ t ? m(
1517
+ Z,
1434
1518
  { size: 20, color: `.sf-message-${e}-icon` },
1435
1519
  {
1436
- default: () => p ? typeof p == "string" ? d(k[p]) : d(p) : d(q5[e])
1520
+ default: () => C ? typeof C == "string" ? m(S[C]) : m(C) : m(X5[e])
1437
1521
  }
1438
1522
  ) : null,
1439
- d("span", null, `${l}`),
1440
- m ? d(L, { size: 20, onClick: () => O1(c, _, e) }, {
1523
+ m("span", null, `${l}`),
1524
+ d ? m(Z, {
1525
+ size: 20,
1526
+ onClick: (g) => {
1527
+ g.stopPropagation(), b("leave", "click", w.id, e, u);
1528
+ }
1529
+ }, {
1441
1530
  default: () => {
1442
- const H = k.Close;
1443
- return H ? d(H) : null;
1531
+ const g = S.Close;
1532
+ return g ? m(g) : null;
1444
1533
  }
1445
1534
  }) : null
1446
1535
  ]
1447
1536
  );
1448
1537
  }
1449
- }), J1 = t2(Q1);
1450
- return e2(J1, c), document.body.appendChild(c), setTimeout(() => {
1451
- c.classList.add("sf-enter"), c.addEventListener("animationend", async (H) => {
1452
- c.classList.remove("sf-enter"), c.classList.add("sf-await");
1453
- }, { once: !0 });
1454
- }, 1e3), c;
1538
+ }), n) {
1539
+ case "top center":
1540
+ c.push(w);
1541
+ break;
1542
+ case "center":
1543
+ h.push(w);
1544
+ break;
1545
+ }
1546
+ console.log(n, c, h);
1455
1547
  }
1456
- function O1(n, e, t) {
1457
- document.querySelectorAll(".sf-message").forEach((_, p) => {
1458
- _.offsetTop == -45 ? setTimeout(() => {
1459
- e ? n.classList = `sf-message sf-${t}-plain sf-leave` : n.classList = `sf-message sf-${t} sf-leave`, u -= x, n.addEventListener("animationend", (m) => {
1460
- m.animationName === "message-leave" && (n.remove(), u = -45);
1461
- });
1462
- }, 1e3) : setTimeout(() => {
1463
- e ? n.classList = `sf-message sf-${t}-plain sf-leave` : n.classList = `sf-message sf-${t} sf-leave`, _.style.top = `${_.offsetTop - 65}px`, u -= x, n.addEventListener("animationend", (m) => {
1464
- m.animationName === "message-leave" && (n.remove(), u = -45);
1465
- });
1466
- }, 400);
1467
- });
1548
+ function A(n, e, t = "", l = !1, u = 3e3) {
1549
+ switch (n) {
1550
+ case "enter": {
1551
+ const C = h.find((p) => p.id === e);
1552
+ if (!C) return;
1553
+ const d = D(C.vnode);
1554
+ W(d, C.container), C.container.className = l ? `sf-message sf-${t}-plain sf-center-enter` : `sf-message sf-${t} sf-center-enter`, document.body.appendChild(C.container);
1555
+ break;
1556
+ }
1557
+ case "leave":
1558
+ setTimeout(() => {
1559
+ const C = h.findIndex((p) => p.id === e);
1560
+ if (C === -1) return;
1561
+ const d = h[C];
1562
+ d.container.className = l ? `sf-message sf-${t}-plain sf-center-leave` : `sf-message sf-${t} sf-center-leave`, setTimeout(() => {
1563
+ d.container.remove(), c.splice(C, 1);
1564
+ }, 400);
1565
+ }, u);
1566
+ break;
1567
+ }
1568
+ }
1569
+ function b(n, e, t, l = "", u = !1, C = 3e3) {
1570
+ switch (n) {
1571
+ case "enter": {
1572
+ const d = c.find((_) => _.id === t);
1573
+ if (!d) return;
1574
+ const p = D(d.vnode);
1575
+ W(p, d.container), d.container.style.top = `${d.offset}px`, d.container.className = u ? `sf-message sf-${l}-plain sf-topcenter-enter` : `sf-message sf-${l} sf-topcenter-enter`, document.body.appendChild(d.container);
1576
+ break;
1577
+ }
1578
+ case "leave":
1579
+ switch (e) {
1580
+ case "click": {
1581
+ const d = c.findIndex((_) => _.id === t);
1582
+ if (d === -1) return;
1583
+ const p = c[d];
1584
+ p.container.className = u ? `sf-message sf-${l}-plain sf-topcenter-leave` : `sf-message sf-${l} sf-topcenter-leave`;
1585
+ for (let _ = d + 1; _ < c.length; _++)
1586
+ c[_].offset -= 65, c[_].container.style.top = `${c[_].offset}px`;
1587
+ setTimeout(() => {
1588
+ p.container.remove(), c.splice(d, 1);
1589
+ }, 400);
1590
+ break;
1591
+ }
1592
+ default: {
1593
+ setTimeout(() => {
1594
+ const d = c.findIndex((_) => _.id === t);
1595
+ if (d === -1) return;
1596
+ const p = c[d];
1597
+ p.container.className = u ? `sf-message sf-${l}-plain sf-topcenter-leave` : `sf-message sf-${l} sf-topcenter-leave`;
1598
+ for (let _ = d + 1; _ < c.length; _++)
1599
+ c[_].offset -= 65, c[_].container.style.top = `${c[_].offset}px`;
1600
+ setTimeout(() => {
1601
+ p.container.remove(), c.splice(d, 1);
1602
+ }, 400);
1603
+ }, C);
1604
+ break;
1605
+ }
1606
+ }
1607
+ break;
1608
+ }
1468
1609
  }
1469
- function g(n, e) {
1610
+ function V(n, e) {
1470
1611
  return typeof n == "string" ? {
1471
1612
  message: n,
1472
1613
  type: e
@@ -1475,104 +1616,106 @@ function g(n, e) {
1475
1616
  type: e
1476
1617
  };
1477
1618
  }
1478
- C.info = (n) => {
1479
- f(g(n, "info"));
1619
+ f.info = (n) => {
1620
+ v(V(n, "info"));
1480
1621
  };
1481
- C.success = (n) => {
1482
- f(g(n, "success"));
1622
+ f.success = (n) => {
1623
+ v(V(n, "success"));
1483
1624
  };
1484
- C.warning = (n) => {
1485
- f(g(n, "warning"));
1625
+ f.warning = (n) => {
1626
+ v(V(n, "warning"));
1486
1627
  };
1487
- C.error = (n) => {
1488
- f(g(n, "error"));
1628
+ f.error = (n) => {
1629
+ v(V(n, "error"));
1489
1630
  };
1490
- C.closeAll = () => {
1491
- document.querySelectorAll(".sf-message").forEach((e) => e.remove()), u = -45;
1631
+ f.closeAll = () => {
1632
+ c.forEach((n) => n.container.remove()), c.length = 0;
1492
1633
  };
1493
- const O5 = (n) => {
1494
- l2.install(n), F5.install(n), n.config.globalProperties.$message = C;
1495
- }, Q5 = {
1496
- install: O5,
1497
- SfMessage: C
1634
+ const n4 = (n) => {
1635
+ _2.install(n), K5.install(n), n.config.globalProperties.$message = f;
1636
+ }, s4 = {
1637
+ install: n4,
1638
+ SfMessage: f
1498
1639
  };
1499
- Q5.SfMessage = C;
1640
+ s4.SfMessage = f;
1500
1641
  export {
1501
- _1 as Add,
1502
- U as Aligncenter,
1503
- R as Alignleft,
1504
- F as Alignright,
1505
- N as Arrowdown,
1506
- S as Arrowdown1,
1507
- o1 as Attachment,
1508
- B1 as Bilibili,
1509
- q as Bold,
1510
- H1 as Chat,
1511
- L1 as Chatfilled,
1512
- d1 as Circleclose,
1513
- Z as Circleclosefilled,
1514
- P as Clearformat,
1515
- C1 as Close,
1516
- E as Codes,
1517
- O as Color,
1518
- T as Copydocument,
1519
- W as Copydocument1,
1520
- x1 as Dark,
1521
- A as Decrease,
1522
- u1 as Delete,
1523
- G as Document,
1524
- c1 as Email,
1525
- r1 as Emotion,
1526
- E1 as Float,
1527
- Q as Format,
1528
- Z1 as Github,
1529
- M1 as Githubdark,
1530
- $1 as Githublight,
1531
- p1 as Grid,
1532
- T1 as Height,
1533
- m1 as Hide,
1534
- g1 as Home,
1535
- W1 as Hourglass,
1536
- l1 as Image,
1537
- D as Increase,
1538
- w as Infofilled,
1539
- J as Italic,
1540
- Y as Justify,
1541
- V1 as Light,
1542
- a1 as Like,
1543
- i1 as Likefilled,
1544
- K as Lineheight,
1545
- f1 as Link,
1546
- h1 as List,
1547
- G1 as Loadcolor,
1548
- U1 as Loadding,
1549
- b1 as Npm,
1550
- X as Orderedlist,
1551
- R1 as Path,
1552
- y1 as Pnpm,
1553
- z1 as Qq,
1554
- k1 as Qqfill,
1555
- j as Redo,
1556
- F1 as Ring,
1557
- q1 as Scale,
1558
- o2 as SfButton,
1559
- r2 as SfCard,
1560
- L as SfIcon,
1561
- C as SfMessage,
1562
- P1 as Speed,
1563
- t1 as Strikethrough,
1564
- b as Successfilled,
1565
- e1 as Underline,
1566
- n1 as Undo,
1567
- v1 as Unlink,
1568
- s1 as Unorderedlist,
1569
- w1 as View,
1570
- y as Warningfilled,
1571
- N1 as Wechat,
1572
- S1 as Wechatfill,
1573
- A1 as Wechatpay,
1574
- D1 as Wechatpayfill,
1575
- I1 as Yarn,
1576
- Q5 as default
1642
+ f1 as Add,
1643
+ Q as Aligncenter,
1644
+ J as Alignleft,
1645
+ Y as Alignright,
1646
+ E as Arrowdown,
1647
+ G as Arrowdown1,
1648
+ d1 as Attachment,
1649
+ W1 as Bilibili,
1650
+ K as Bold,
1651
+ Z1 as Chat,
1652
+ b1 as Chatfilled,
1653
+ w1 as Circleclose,
1654
+ B as Circleclosefilled,
1655
+ X as Clearformat,
1656
+ h1 as Close,
1657
+ F as Codes,
1658
+ j as Color,
1659
+ P as Copydocument,
1660
+ q as Copydocument1,
1661
+ k1 as Dark,
1662
+ U as Decrease,
1663
+ v1 as Delete,
1664
+ O as Document,
1665
+ m1 as Email,
1666
+ _1 as Emotion,
1667
+ q1 as Float,
1668
+ t1 as Format,
1669
+ S1 as Github,
1670
+ z1 as Githubdark,
1671
+ N1 as Githublight,
1672
+ g1 as Grid,
1673
+ O1 as Height,
1674
+ H1 as Hide,
1675
+ M1 as Home,
1676
+ Q1 as Hourglass,
1677
+ u1 as Image,
1678
+ R as Increase,
1679
+ L as Infofilled,
1680
+ e1 as Italic,
1681
+ n1 as Justify,
1682
+ B1 as Light,
1683
+ C1 as Like,
1684
+ p1 as Likefilled,
1685
+ s1 as Lineheight,
1686
+ L1 as Link,
1687
+ $1 as List,
1688
+ J1 as Loadcolor,
1689
+ Y1 as Loadding,
1690
+ A1 as Npm,
1691
+ o1 as Orderedlist,
1692
+ K1 as Path,
1693
+ T1 as Pnpm,
1694
+ G1 as Qq,
1695
+ E1 as Qqfill,
1696
+ r1 as Redo,
1697
+ X1 as Ring,
1698
+ j1 as Scale,
1699
+ i2 as SfButton,
1700
+ l2 as SfCard,
1701
+ Z as SfIcon,
1702
+ f as SfMessage,
1703
+ t2 as Speed,
1704
+ a1 as Strikethrough,
1705
+ z as Successfilled,
1706
+ y1 as Theme,
1707
+ I1 as Themefilled,
1708
+ i1 as Underline,
1709
+ l1 as Undo,
1710
+ x1 as Unlink,
1711
+ c1 as Unorderedlist,
1712
+ V1 as View,
1713
+ N as Warningfilled,
1714
+ U1 as Wechat,
1715
+ R1 as Wechatfill,
1716
+ F1 as Wechatpay,
1717
+ P1 as Wechatpayfill,
1718
+ D1 as Yarn,
1719
+ s4 as default
1577
1720
  };
1578
1721
  //# sourceMappingURL=scorchingft-ui-plus.es.js.map