highsoft-ui 1.0.111 → 1.0.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Button-Bbc4vmW_.js +45 -0
- package/dist/Container-LAkF4ShX.js +11 -0
- package/dist/CookiePolicyModal-BH2uHybE.js +90 -0
- package/dist/Footer-DY0QJnxb.js +783 -0
- package/dist/GPTInput-DRFGKJ2u.js +66 -0
- package/dist/Header-DbSqXuvO.js +383 -0
- package/dist/Logo-CZ5LYqub.js +194 -0
- package/dist/NewTag-C-3mRyvV.js +26 -0
- package/dist/Notification-_vWBqFiA.js +96 -0
- package/dist/PrefPanel-DmiRZs1n.js +1548 -0
- package/dist/Search-D_fsZ-hm.js +4673 -0
- package/dist/clsx-ROFf4vs9.js +16 -0
- package/dist/components/Button/index.js +2 -81
- package/dist/components/Container/index.js +2 -11
- package/dist/components/Footer/CookiePolicyModal.js +2 -9
- package/dist/components/Footer/index.js +2 -833
- package/dist/components/GPTInput/index.js +2 -86
- package/dist/components/Header/index.js +2 -611
- package/dist/components/Logo/index.js +2 -255
- package/dist/components/NewTag/index.js +2 -54
- package/dist/components/Notification/index.js +2 -100
- package/dist/components/PrefPanel/index.js +2 -1945
- package/dist/components/Search/index.js +2 -9
- package/dist/components/ThemeLoader/index.js +6 -34
- package/dist/components/icons/Bubble.js +37 -52
- package/dist/components/icons/MadeInNorway.js +110 -145
- package/dist/components/icons/Plane.js +17 -23
- package/dist/dist-0f0-S8_q.js +211 -0
- package/dist/dist-CjrKJb_1.js +27 -0
- package/dist/es2015-CzBBLWyD.js +1140 -0
- package/dist/esm-C1TDRARf.js +479 -0
- package/dist/highsoft-ui.css +2 -1
- package/dist/main.js +12 -28
- package/dist/php-client.js +9 -9
- package/dist/php.js +10 -16
- package/dist/utils-C4QGLbxr.js +162 -0
- package/dist/utils.js +2 -11
- package/package.json +14 -8
- package/dist/Announcement03-obPaH4LK.js +0 -23
- package/dist/Check-Cm4roSEj.js +0 -23
- package/dist/CookiePolicyModal-C5FOuvB-.js +0 -82
- package/dist/XClose-CCu1vrNS.js +0 -23
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/extends-hS2Bh-Yp.js +0 -12
- package/dist/index-CUCGgBGk.js +0 -5654
- package/dist/index-CYz8LhDn.js +0 -1110
- package/dist/index-DThcOQDt.js +0 -234
- package/dist/index-hYJmp-0x.js +0 -30
- package/dist/utils-BKDJp1i0.js +0 -140
- /package/dist/{components → lib/components}/Button/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Container/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Footer/CookiePolicyModal.d.ts +0 -0
- /package/dist/{components → lib/components}/Footer/index.d.ts +0 -0
- /package/dist/{components → lib/components}/GPTInput/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Header/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Logo/index.d.ts +0 -0
- /package/dist/{components → lib/components}/NewTag/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Notification/index.d.ts +0 -0
- /package/dist/{components → lib/components}/PrefPanel/index.d.ts +0 -0
- /package/dist/{components → lib/components}/Search/index.d.ts +0 -0
- /package/dist/{components → lib/components}/ThemeLoader/index.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/Bubble.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/MadeInNorway.d.ts +0 -0
- /package/dist/{components → lib/components}/icons/Plane.d.ts +0 -0
- /package/dist/{main.d.ts → lib/main.d.ts} +0 -0
- /package/dist/{php-client.d.ts → lib/php-client.d.ts} +0 -0
- /package/dist/{php.d.ts → lib/php.d.ts} +0 -0
- /package/dist/{utils.d.ts → lib/utils.d.ts} +0 -0
|
@@ -0,0 +1,479 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
//#region node_modules/@babel/runtime/helpers/esm/extends.js
|
|
4
|
+
function t() {
|
|
5
|
+
return t = Object.assign ? Object.assign.bind() : function(e) {
|
|
6
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
7
|
+
var n = arguments[t];
|
|
8
|
+
for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
9
|
+
}
|
|
10
|
+
return e;
|
|
11
|
+
}, t.apply(null, arguments);
|
|
12
|
+
}
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region node_modules/@untitled-ui/icons-react/build/esm/Announcement01.js
|
|
15
|
+
var n = function(n) {
|
|
16
|
+
return /* @__PURE__ */ e("svg", t({
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
width: 24,
|
|
19
|
+
height: 24,
|
|
20
|
+
fill: "none",
|
|
21
|
+
viewBox: "0 0 24 24"
|
|
22
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
23
|
+
stroke: "currentColor",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round",
|
|
26
|
+
strokeWidth: 2,
|
|
27
|
+
d: "M22 8v3.9999m-11.75-6.5H6.8c-1.6802 0-2.5202 0-3.162.327a3 3 0 0 0-1.311 1.311C2 7.7797 2 8.6198 2 10.3v1.2c0 .9319 0 1.3978.1522 1.7654.203.49.5924.8794 1.0824 1.0824C3.6022 14.5 4.0681 14.5 5 14.5v4.25c0 .2322 0 .3483.0096.446a2 2 0 0 0 1.7944 1.7944C6.9017 21 7.0178 21 7.25 21s.3483 0 .446-.0096a2 2 0 0 0 1.7944-1.7944c.0096-.0977.0096-.2138.0096-.446V14.5h.75c1.7664 0 3.9272.9469 5.5943 1.8557.9725.5301 1.4588.7952 1.7773.7562.2953-.0362.5186-.1688.6917-.4108.1867-.2609.1867-.7831.1867-1.8274V5.1262c0-1.0443 0-1.5664-.1867-1.8274-.1731-.242-.3964-.3746-.6917-.4108-.3185-.039-.8048.2261-1.7773.7563-1.6671.9087-3.8279 1.8556-5.5943 1.8556"
|
|
28
|
+
}) }));
|
|
29
|
+
}, r = function(n) {
|
|
30
|
+
return /* @__PURE__ */ e("svg", t({
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
width: 24,
|
|
33
|
+
height: 24,
|
|
34
|
+
fill: "none",
|
|
35
|
+
viewBox: "0 0 24 24"
|
|
36
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
strokeWidth: 2,
|
|
41
|
+
d: "M18.5 16c1.933 0 3.5-2.9101 3.5-6.5C22 5.9102 20.433 3 18.5 3m0 13c-1.933 0-3.5-2.9101-3.5-6.5C15 5.9102 16.567 3 18.5 3m0 13L5.4435 13.6261c-.9275-.1686-1.3912-.253-1.7662-.4371a3 3 0 0 1-1.5632-1.8731C2 10.914 2 10.4427 2 9.5s0-1.414.1141-1.816a3 3 0 0 1 1.5632-1.873c.375-.1841.8388-.2685 1.7662-.4371L18.5 3M5 14l.3939 5.514c.0374.5236.056.7855.17.9839a1 1 0 0 0 .4324.4026c.206.0995.4685.0995.9935.0995h1.7824c.6001 0 .9002 0 1.1223-.1197a1 1 0 0 0 .4397-.4748c.1023-.2306.0793-.5298.0333-1.1282L10 14.5"
|
|
42
|
+
}) }));
|
|
43
|
+
}, i = function(n) {
|
|
44
|
+
return /* @__PURE__ */ e("svg", t({
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
width: 24,
|
|
47
|
+
height: 24,
|
|
48
|
+
fill: "none",
|
|
49
|
+
viewBox: "0 0 24 24"
|
|
50
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
51
|
+
stroke: "currentColor",
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round",
|
|
54
|
+
strokeWidth: 2,
|
|
55
|
+
d: "M12 5v14m0 0 7-7m-7 7-7-7"
|
|
56
|
+
}) }));
|
|
57
|
+
}, a = function(n) {
|
|
58
|
+
return /* @__PURE__ */ e("svg", t({
|
|
59
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
+
width: 24,
|
|
61
|
+
height: 24,
|
|
62
|
+
fill: "none",
|
|
63
|
+
viewBox: "0 0 24 24"
|
|
64
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeLinejoin: "round",
|
|
68
|
+
strokeWidth: 2,
|
|
69
|
+
d: "M12 19V5m0 0-7 7m7-7 7 7"
|
|
70
|
+
}) }));
|
|
71
|
+
}, o = function(n) {
|
|
72
|
+
return /* @__PURE__ */ e("svg", t({
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
width: 24,
|
|
75
|
+
height: 24,
|
|
76
|
+
fill: "none",
|
|
77
|
+
viewBox: "0 0 24 24"
|
|
78
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
79
|
+
stroke: "currentColor",
|
|
80
|
+
strokeLinecap: "round",
|
|
81
|
+
strokeLinejoin: "round",
|
|
82
|
+
strokeWidth: 2,
|
|
83
|
+
d: "M6 11v4m12-6v4m-1-9c2.4487 0 3.7731.3748 4.4321.6654.0878.0388.1317.0581.2583.179.0759.0724.2145.285.2501.3837.0595.1646.0595.2546.0595.4346v10.7484c0 .9088 0 1.3632-.1363 1.5968-.1386.2375-.2723.348-.5318.4393-.255.0897-.7699-.0092-1.7997-.2071A13.45 13.45 0 0 0 17 18c-3 0-6 2-10 2-2.4487 0-3.7731-.3748-4.4321-.6654-.0878-.0388-.1317-.0581-.2583-.179-.076-.0724-.2145-.285-.2501-.3837C2 18.6073 2 18.5173 2 18.3373V7.5889c0-.9088 0-1.3632.1363-1.5968.1386-.2375.2723-.348.5318-.4393.255-.0898.77.0092 1.7997.207A13.44 13.44 0 0 0 7 6c3 0 6-2 10-2m-2.5 8c0 1.3807-1.1193 2.5-2.5 2.5S9.5 13.3807 9.5 12s1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5"
|
|
84
|
+
}) }));
|
|
85
|
+
}, s = function(n) {
|
|
86
|
+
return /* @__PURE__ */ e("svg", t({
|
|
87
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
88
|
+
width: 24,
|
|
89
|
+
height: 24,
|
|
90
|
+
fill: "none",
|
|
91
|
+
viewBox: "0 0 24 24"
|
|
92
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
93
|
+
stroke: "currentColor",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round",
|
|
96
|
+
strokeWidth: 2,
|
|
97
|
+
d: "m12 21-.1001-.1501c-.6946-1.0419-1.0419-1.5629-1.5008-1.9401a4 4 0 0 0-1.3775-.7372C8.4533 18 7.8271 18 6.5748 18H5.2c-1.1201 0-1.6802 0-2.108-.218a2 2 0 0 1-.874-.874C2 16.4802 2 15.9201 2 14.8V6.2c0-1.1201 0-1.6802.218-2.108a2 2 0 0 1 .874-.874C3.5198 3 4.08 3 5.2 3h.4c2.2402 0 3.3603 0 4.216.436a4 4 0 0 1 1.748 1.748C12 6.0397 12 7.1598 12 9.4M12 21V9.4M12 21l.1001-.1501c.6946-1.0419 1.0419-1.5629 1.5008-1.9401a4 4 0 0 1 1.3775-.7372C15.5467 18 16.1729 18 17.4252 18H18.8c1.1201 0 1.6802 0 2.108-.218a2 2 0 0 0 .874-.874C22 16.4802 22 15.9201 22 14.8V6.2c0-1.1201 0-1.6802-.218-2.108a2 2 0 0 0-.874-.874C20.4802 3 19.9201 3 18.8 3h-.4c-2.2402 0-3.3603 0-4.216.436a4 4 0 0 0-1.748 1.748C12 6.0397 12 7.1598 12 9.4"
|
|
98
|
+
}) }));
|
|
99
|
+
}, c = function(n) {
|
|
100
|
+
return /* @__PURE__ */ e("svg", t({
|
|
101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
102
|
+
width: 24,
|
|
103
|
+
height: 24,
|
|
104
|
+
fill: "none",
|
|
105
|
+
viewBox: "0 0 24 24"
|
|
106
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
107
|
+
stroke: "currentColor",
|
|
108
|
+
strokeLinecap: "round",
|
|
109
|
+
strokeLinejoin: "round",
|
|
110
|
+
strokeWidth: 2,
|
|
111
|
+
d: "M11 3H7.8c-1.6802 0-2.5202 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.2798 3 6.1198 3 7.8v8.4c0 1.6802 0 2.5202.327 3.162a3 3 0 0 0 1.311 1.311C5.2798 21 6.1198 21 7.8 21h8.4c1.6802 0 2.5202 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.7202 21 17.8802 21 16.2V13m-9-5h4v4m-.5-8.5V2m3.9393 2.5607L20.5 3.5m.0103 5h1.5M3 13.3471c.652.1007 1.3199.1529 2 .1529 4.3864 0 8.2653-2.1724 10.6197-5.5"
|
|
112
|
+
}) }));
|
|
113
|
+
}, l = function(n) {
|
|
114
|
+
return /* @__PURE__ */ e("svg", t({
|
|
115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
116
|
+
width: 24,
|
|
117
|
+
height: 24,
|
|
118
|
+
fill: "none",
|
|
119
|
+
viewBox: "0 0 24 24"
|
|
120
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
121
|
+
stroke: "currentColor",
|
|
122
|
+
strokeLinecap: "round",
|
|
123
|
+
strokeLinejoin: "round",
|
|
124
|
+
strokeWidth: 2,
|
|
125
|
+
d: "M20 6 9 17l-5-5"
|
|
126
|
+
}) }));
|
|
127
|
+
}, u = function(n) {
|
|
128
|
+
return /* @__PURE__ */ e("svg", t({
|
|
129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
130
|
+
width: 24,
|
|
131
|
+
height: 24,
|
|
132
|
+
fill: "none",
|
|
133
|
+
viewBox: "0 0 24 24"
|
|
134
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
135
|
+
stroke: "currentColor",
|
|
136
|
+
strokeLinecap: "round",
|
|
137
|
+
strokeLinejoin: "round",
|
|
138
|
+
strokeWidth: 2,
|
|
139
|
+
d: "M5 15c-.9319 0-1.3978 0-1.7654-.1522a2 2 0 0 1-1.0824-1.0824C2 13.3978 2 12.9319 2 12V5.2c0-1.1201 0-1.6802.218-2.108a2 2 0 0 1 .874-.874C3.5198 2 4.08 2 5.2 2H12c.9319 0 1.3978 0 1.7654.1522.49.203.8794.5924 1.0824 1.0824C15 3.6022 15 4.0681 15 5m-2.8 17h6.6c1.1201 0 1.6802 0 2.108-.218a2 2 0 0 0 .874-.874C22 20.4802 22 19.9201 22 18.8v-6.6c0-1.1201 0-1.6802-.218-2.108a2 2 0 0 0-.874-.874C20.4802 9 19.9201 9 18.8 9h-6.6c-1.1201 0-1.6802 0-2.108.218a2 2 0 0 0-.874.874C9 10.5198 9 11.0799 9 12.2v6.6c0 1.1201 0 1.6802.218 2.108.1917.3763.4977.6823.874.874.4278.218.9879.218 2.108.218"
|
|
140
|
+
}) }));
|
|
141
|
+
}, d = function(n) {
|
|
142
|
+
return /* @__PURE__ */ e("svg", t({
|
|
143
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
144
|
+
width: 24,
|
|
145
|
+
height: 24,
|
|
146
|
+
fill: "none",
|
|
147
|
+
viewBox: "0 0 24 24"
|
|
148
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
149
|
+
stroke: "currentColor",
|
|
150
|
+
strokeLinecap: "round",
|
|
151
|
+
strokeLinejoin: "round",
|
|
152
|
+
strokeWidth: 2,
|
|
153
|
+
d: "M20 4v1.4c0 3.3603 0 5.0405-.654 6.3239a6 6 0 0 1-2.6221 2.6221C15.4405 15 13.7603 15 10.4 15H4m0 0 5-5m-5 5 5 5"
|
|
154
|
+
}) }));
|
|
155
|
+
}, f = function(n) {
|
|
156
|
+
return /* @__PURE__ */ e("svg", t({
|
|
157
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
158
|
+
width: 24,
|
|
159
|
+
height: 24,
|
|
160
|
+
fill: "none",
|
|
161
|
+
viewBox: "0 0 24 24"
|
|
162
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
163
|
+
stroke: "currentColor",
|
|
164
|
+
strokeLinecap: "round",
|
|
165
|
+
strokeLinejoin: "round",
|
|
166
|
+
strokeWidth: 2,
|
|
167
|
+
d: "M14 2.2695v4.1306c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C14.7599 8 15.0399 8 15.6 8h4.1305M14 17H8m8-4H8m12-3.0118V17.2c0 1.6802 0 2.5202-.327 3.162a3 3 0 0 1-1.311 1.311C17.7202 22 16.8802 22 15.2 22H8.8c-1.6802 0-2.5202 0-3.162-.327a3 3 0 0 1-1.311-1.311C4 19.7202 4 18.8802 4 17.2V6.8c0-1.6802 0-2.5202.327-3.162a3 3 0 0 1 1.311-1.311C6.2798 2 7.1198 2 8.8 2h3.2118c.7337 0 1.1006 0 1.4459.0829.3061.0735.5987.1947.8672.3592.3027.1855.5621.445 1.081.9638l3.1882 3.1882c.5189.5189.7783.7783.9638 1.081.1645.2685.2857.5611.3592.8672C20 8.8876 20 9.2545 20 9.9883"
|
|
168
|
+
}) }));
|
|
169
|
+
}, p = function(n) {
|
|
170
|
+
return /* @__PURE__ */ e("svg", t({
|
|
171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
172
|
+
width: 24,
|
|
173
|
+
height: 24,
|
|
174
|
+
fill: "none",
|
|
175
|
+
viewBox: "0 0 24 24"
|
|
176
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
177
|
+
stroke: "currentColor",
|
|
178
|
+
strokeLinecap: "round",
|
|
179
|
+
strokeLinejoin: "round",
|
|
180
|
+
strokeWidth: 2,
|
|
181
|
+
d: "M14 2.2695v4.1306c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C14.7599 8 15.0399 8 15.6 8h4.1305M16 13H8m8 4H8m2-8H8m6-7H8.8c-1.6802 0-2.5202 0-3.162.327a3 3 0 0 0-1.311 1.311C4 4.2798 4 5.1198 4 6.8v10.4c0 1.6802 0 2.5202.327 3.162a3 3 0 0 0 1.311 1.311C6.2798 22 7.1198 22 8.8 22h6.4c1.6802 0 2.5202 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.7202 20 18.8802 20 17.2V8z"
|
|
182
|
+
}) }));
|
|
183
|
+
}, m = function(n) {
|
|
184
|
+
return /* @__PURE__ */ e("svg", t({
|
|
185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
186
|
+
width: 24,
|
|
187
|
+
height: 24,
|
|
188
|
+
fill: "none",
|
|
189
|
+
viewBox: "0 0 24 24"
|
|
190
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
191
|
+
stroke: "currentColor",
|
|
192
|
+
strokeLinecap: "round",
|
|
193
|
+
strokeLinejoin: "round",
|
|
194
|
+
strokeWidth: 2,
|
|
195
|
+
d: "M2.5 12h3.382A1.809 1.809 0 0 1 7.5 13c.3064.6129.9328 1 1.618 1h5.764a1.809 1.809 0 0 0 1.618-1c.3064-.6129.9328-1 1.618-1H21.5M8.9666 4h6.0668c1.0769 0 1.6153 0 2.0907.164.4204.145.8033.3816 1.121.6928.3592.3518.6.8334 1.0816 1.7966l2.1665 4.3331c.189.378.2835.567.3502.765.0592.176.1019.357.1276.5408.029.2069.029.4182.029.8408V15.2c0 1.6802 0 2.5202-.327 3.162a3 3 0 0 1-1.311 1.311C19.7202 20 18.8802 20 17.2 20H6.8c-1.6802 0-2.5202 0-3.162-.327a3 3 0 0 1-1.311-1.311C2 17.7202 2 16.8802 2 15.2v-2.0669c0-.4226 0-.6339.029-.8408a3 3 0 0 1 .1276-.5408c.0667-.198.1612-.387.3501-.765l2.1666-4.3331c.4816-.9632.7224-1.4448 1.0816-1.7967a3 3 0 0 1 1.121-.6927C7.3513 4 7.8897 4 8.9666 4"
|
|
196
|
+
}) }));
|
|
197
|
+
}, h = function(n) {
|
|
198
|
+
return /* @__PURE__ */ e("svg", t({
|
|
199
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
200
|
+
width: 24,
|
|
201
|
+
height: 24,
|
|
202
|
+
fill: "none",
|
|
203
|
+
viewBox: "0 0 24 24"
|
|
204
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
205
|
+
stroke: "currentColor",
|
|
206
|
+
strokeLinecap: "round",
|
|
207
|
+
strokeLinejoin: "round",
|
|
208
|
+
strokeWidth: 2,
|
|
209
|
+
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5.0002 5.0002 0 0 0-3.553-8.4734A5 5 0 0 0 13.47 3.47l-1.72 1.71M14 11a4.9997 4.9997 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"
|
|
210
|
+
}) }));
|
|
211
|
+
}, g = function(n) {
|
|
212
|
+
return /* @__PURE__ */ e("svg", t({
|
|
213
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
214
|
+
width: 24,
|
|
215
|
+
height: 24,
|
|
216
|
+
fill: "none",
|
|
217
|
+
viewBox: "0 0 24 24"
|
|
218
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
219
|
+
stroke: "currentColor",
|
|
220
|
+
strokeLinecap: "round",
|
|
221
|
+
strokeLinejoin: "round",
|
|
222
|
+
strokeWidth: 2,
|
|
223
|
+
d: "M12 2v4m0 12v4M6 12H2m20 0h-4m1.0784 7.0784L16.25 16.25M19.0784 5 16.25 7.8283m-11.3284 11.25L7.75 16.25M4.9216 5 7.75 7.8283"
|
|
224
|
+
}) }));
|
|
225
|
+
}, _ = function(n) {
|
|
226
|
+
return /* @__PURE__ */ e("svg", t({
|
|
227
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
228
|
+
width: 24,
|
|
229
|
+
height: 24,
|
|
230
|
+
fill: "none",
|
|
231
|
+
viewBox: "0 0 24 24"
|
|
232
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
233
|
+
stroke: "currentColor",
|
|
234
|
+
strokeLinecap: "round",
|
|
235
|
+
strokeLinejoin: "round",
|
|
236
|
+
strokeWidth: 2,
|
|
237
|
+
d: "M3 12h12M3 6h18M3 18h18"
|
|
238
|
+
}) }));
|
|
239
|
+
}, v = function(n) {
|
|
240
|
+
return /* @__PURE__ */ e("svg", t({
|
|
241
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
242
|
+
width: 24,
|
|
243
|
+
height: 24,
|
|
244
|
+
fill: "none",
|
|
245
|
+
viewBox: "0 0 24 24"
|
|
246
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
247
|
+
stroke: "currentColor",
|
|
248
|
+
strokeLinecap: "round",
|
|
249
|
+
strokeLinejoin: "round",
|
|
250
|
+
strokeWidth: 2,
|
|
251
|
+
d: "M10 8.0022a2.2485 2.2485 0 0 1 2.501-1.4698 2.248 2.248 0 0 1 1.8682 2.2193c0 1.4989-2.2483 2.2483-2.2483 2.2483m.029 3h.01M7 18v2.3355c0 .5329 0 .7993.1092.9361a.5.5 0 0 0 .3913.1881c.1751-.0002.3832-.1666.7993-.4995l2.3854-1.9084c.4873-.3898.731-.5847 1.0023-.7233a3 3 0 0 1 .7617-.2672C12.7477 18 13.0597 18 13.6837 18H16.2c1.6802 0 2.5202 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 15.7202 21 14.8802 21 13.2V7.8c0-1.6802 0-2.5202-.327-3.162a3 3 0 0 0-1.311-1.311C18.7202 3 17.8802 3 16.2 3H7.8c-1.6802 0-2.5202 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.2798 3 6.1198 3 7.8V14c0 .93 0 1.395.1022 1.7765a3 3 0 0 0 2.1213 2.1213C5.605 18 6.07 18 7 18"
|
|
252
|
+
}) }));
|
|
253
|
+
}, y = function(n) {
|
|
254
|
+
return /* @__PURE__ */ e("svg", t({
|
|
255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
+
width: 24,
|
|
257
|
+
height: 24,
|
|
258
|
+
fill: "none",
|
|
259
|
+
viewBox: "0 0 24 24"
|
|
260
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
261
|
+
stroke: "currentColor",
|
|
262
|
+
strokeLinecap: "round",
|
|
263
|
+
strokeLinejoin: "round",
|
|
264
|
+
strokeWidth: 2,
|
|
265
|
+
d: "M15 17v4H9v-4m-3.8 0h13.6c1.1201 0 1.6802 0 2.108-.218a2 2 0 0 0 .874-.874C22 15.4802 22 14.9201 22 13.8V6.2c0-1.1201 0-1.6802-.218-2.108a2 2 0 0 0-.874-.874C20.4802 3 19.9201 3 18.8 3H5.2c-1.1201 0-1.6802 0-2.108.218a2 2 0 0 0-.874.874C2 4.5198 2 5.08 2 6.2v7.6c0 1.1201 0 1.6802.218 2.108.1917.3763.4977.6823.874.874C3.5198 17 4.08 17 5.2 17"
|
|
266
|
+
}) }));
|
|
267
|
+
}, b = function(n) {
|
|
268
|
+
return /* @__PURE__ */ e("svg", t({
|
|
269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
270
|
+
width: 24,
|
|
271
|
+
height: 24,
|
|
272
|
+
fill: "none",
|
|
273
|
+
viewBox: "0 0 24 24"
|
|
274
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
275
|
+
stroke: "currentColor",
|
|
276
|
+
strokeLinecap: "round",
|
|
277
|
+
strokeLinejoin: "round",
|
|
278
|
+
strokeWidth: 2,
|
|
279
|
+
d: "M21.9548 12.9564c-1.3769 2.4153-3.9757 4.0437-6.9548 4.0437-4.4183 0-8-3.5817-8-8 0-2.9794 1.6287-5.5783 4.0443-6.9552C5.9698 2.5261 2 6.7994 2 11.9998c0 5.5229 4.4772 10 10 10 5.2002 0 9.4733-3.9693 9.9548-9.0434"
|
|
280
|
+
}) }));
|
|
281
|
+
}, x = function(n) {
|
|
282
|
+
return /* @__PURE__ */ e("svg", t({
|
|
283
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
284
|
+
width: 24,
|
|
285
|
+
height: 24,
|
|
286
|
+
fill: "none",
|
|
287
|
+
viewBox: "0 0 24 24"
|
|
288
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
289
|
+
stroke: "currentColor",
|
|
290
|
+
strokeLinecap: "round",
|
|
291
|
+
strokeLinejoin: "round",
|
|
292
|
+
strokeWidth: 2,
|
|
293
|
+
d: "M12 12 2.3318 9.4455A10 10 0 0 0 8.254 21.2718zm0 0 .1047-9.9994a10 10 0 0 0-9.764 7.4112zm10 0c0 5.5228-4.4771 10-10 10S2 17.5228 2 12 6.4772 2 12 2s10 4.4772 10 10"
|
|
294
|
+
}) }));
|
|
295
|
+
}, S = function(n) {
|
|
296
|
+
return /* @__PURE__ */ e("svg", t({
|
|
297
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
298
|
+
width: 24,
|
|
299
|
+
height: 24,
|
|
300
|
+
fill: "none",
|
|
301
|
+
viewBox: "0 0 24 24"
|
|
302
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
303
|
+
stroke: "currentColor",
|
|
304
|
+
strokeLinecap: "round",
|
|
305
|
+
strokeLinejoin: "round",
|
|
306
|
+
strokeWidth: 2,
|
|
307
|
+
d: "M12 16v5m6 0-3.9514-3.2928c-.7288-.6074-1.0932-.911-1.4999-1.0271a2 2 0 0 0-1.0974 0c-.4067.1161-.7711.4197-1.4999 1.0271L6 21m2-10v1m4-3v3m4-5v5m6-9H2m1 0h18v8.2c0 1.6802 0 2.5202-.327 3.162a3 3 0 0 1-1.311 1.311C18.7202 16 17.8802 16 16.2 16H7.8c-1.6802 0-2.5202 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 13.7202 3 12.8802 3 11.2z"
|
|
308
|
+
}) }));
|
|
309
|
+
}, C = function(n) {
|
|
310
|
+
return /* @__PURE__ */ e("svg", t({
|
|
311
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
312
|
+
width: 24,
|
|
313
|
+
height: 24,
|
|
314
|
+
fill: "none",
|
|
315
|
+
viewBox: "0 0 24 24"
|
|
316
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
317
|
+
stroke: "currentColor",
|
|
318
|
+
strokeLinecap: "round",
|
|
319
|
+
strokeLinejoin: "round",
|
|
320
|
+
strokeWidth: 2,
|
|
321
|
+
d: "m21 21-3.4999-3.5M20 11.5c0 4.6944-3.8056 8.5-8.5 8.5S3 16.1944 3 11.5 6.8056 3 11.5 3 20 6.8056 20 11.5"
|
|
322
|
+
}) }));
|
|
323
|
+
}, w = function(n) {
|
|
324
|
+
return /* @__PURE__ */ e("svg", t({
|
|
325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
326
|
+
width: 24,
|
|
327
|
+
height: 24,
|
|
328
|
+
fill: "none",
|
|
329
|
+
viewBox: "0 0 24 24"
|
|
330
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
331
|
+
stroke: "currentColor",
|
|
332
|
+
strokeLinecap: "round",
|
|
333
|
+
strokeLinejoin: "round",
|
|
334
|
+
strokeWidth: 2,
|
|
335
|
+
d: "m21 21-4.35-4.35M19 11c0 4.4183-3.5817 8-8 8s-8-3.5817-8-8 3.5817-8 8-8 8 3.5817 8 8"
|
|
336
|
+
}) }));
|
|
337
|
+
}, T = function(n) {
|
|
338
|
+
return /* @__PURE__ */ e("svg", t({
|
|
339
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
+
width: 24,
|
|
341
|
+
height: 24,
|
|
342
|
+
fill: "none",
|
|
343
|
+
viewBox: "0 0 24 24"
|
|
344
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
345
|
+
stroke: "currentColor",
|
|
346
|
+
strokeLinecap: "round",
|
|
347
|
+
strokeLinejoin: "round",
|
|
348
|
+
strokeWidth: 2,
|
|
349
|
+
d: "m10.4995 13.5001 10.5-10.5M10.6271 13.828l2.6281 6.758c.2315.5954.3473.893.5141.9799a.5.5 0 0 0 .4615.0003c.1669-.0867.2831-.3842.5153-.9793l6.5903-16.8877c.2097-.5372.3145-.8058.2571-.9775a.5.5 0 0 0-.3158-.3158c-.1716-.0573-.4402.0475-.9774.2571L3.4126 9.2536c-.5951.2322-.8926.3483-.9793.5152a.5.5 0 0 0 .0002.4616c.087.1668.3846.2825.98.5141l6.758 2.6281c.1208.047.1812.0705.2321.1068a.5.5 0 0 1 .1167.1167c.0363.0508.0598.1113.1068.2321"
|
|
350
|
+
}) }));
|
|
351
|
+
}, E = function(n) {
|
|
352
|
+
return /* @__PURE__ */ e("svg", t({
|
|
353
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
354
|
+
width: 24,
|
|
355
|
+
height: 24,
|
|
356
|
+
fill: "none",
|
|
357
|
+
viewBox: "0 0 24 24"
|
|
358
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
359
|
+
stroke: "currentColor",
|
|
360
|
+
strokeLinecap: "round",
|
|
361
|
+
strokeLinejoin: "round",
|
|
362
|
+
strokeWidth: 2,
|
|
363
|
+
d: "M3 8h12m0 0c0 1.6569 1.3431 3 3 3s3-1.3431 3-3-1.3431-3-3-3-3 1.3431-3 3m-6 8h12M9 16c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3"
|
|
364
|
+
}) }));
|
|
365
|
+
}, D = function(n) {
|
|
366
|
+
return /* @__PURE__ */ e("svg", t({
|
|
367
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
368
|
+
width: 24,
|
|
369
|
+
height: 24,
|
|
370
|
+
fill: "none",
|
|
371
|
+
viewBox: "0 0 24 24"
|
|
372
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
373
|
+
stroke: "currentColor",
|
|
374
|
+
strokeLinecap: "round",
|
|
375
|
+
strokeLinejoin: "round",
|
|
376
|
+
strokeWidth: 2,
|
|
377
|
+
d: "M5.52 2.64 3.96 4.72c-.309.412-.4635.618-.4599.7904a.5.5 0 0 0 .1916.3833C3.8276 6 4.085 6 4.6 6h14.8c.515 0 .7725 0 .9083-.1063a.5.5 0 0 0 .1916-.3833c.0036-.1724-.1509-.3784-.4599-.7904l-1.56-2.08m-12.96 0c.176-.2347.264-.352.3755-.4366a1 1 0 0 1 .3299-.165C6.36 2 6.5067 2 6.8 2h10.4c.2933 0 .44 0 .5746.0385.1192.034.2311.09.3299.1649.1115.0846.1995.202.3755.4366m-12.96 0L3.64 5.1467c-.2375.3166-.3562.4749-.4405.6492a2 2 0 0 0-.1623.487C3 6.473 3 6.671 3 7.0668V18.8c0 1.1201 0 1.6802.218 2.108.1917.3763.4977.6823.874.874C4.5198 22 5.08 22 6.2 22h11.6c1.1201 0 1.6802 0 2.108-.218a2 2 0 0 0 .874-.874C21 20.4802 21 19.9201 21 18.8V7.0667c0-.3958 0-.5937-.0372-.7837a2 2 0 0 0-.1623-.487c-.0843-.1744-.203-.3327-.4405-.6493L18.48 2.64M16 10a4 4 0 0 1-1.1716 2.8284 3.9996 3.9996 0 0 1-5.6568 0A4 4 0 0 1 8 10"
|
|
378
|
+
}) }));
|
|
379
|
+
}, O = function(n) {
|
|
380
|
+
return /* @__PURE__ */ e("svg", t({
|
|
381
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
382
|
+
width: 24,
|
|
383
|
+
height: 24,
|
|
384
|
+
fill: "none",
|
|
385
|
+
viewBox: "0 0 24 24"
|
|
386
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
387
|
+
stroke: "currentColor",
|
|
388
|
+
strokeLinecap: "round",
|
|
389
|
+
strokeLinejoin: "round",
|
|
390
|
+
strokeWidth: 2,
|
|
391
|
+
d: "M2 2h1.3062c.246 0 .369 0 .468.0452a.5.5 0 0 1 .213.1848c.0587.0915.0761.2133.111.4569L4.5713 6m0 0 1.052 7.7314c.1334.9811.2001 1.4717.4347 1.8409.2067.3254.503.5841.8533.7451.3975.1826.8925.1826 1.8827.1826h8.5579c.9425 0 1.4138 0 1.799-.1696a2 2 0 0 0 .8413-.6962c.2386-.3466.3268-.8095.5032-1.7354l1.3236-6.9491c.0621-.3259.0931-.4888.0481-.6162a.5.5 0 0 0-.2197-.2655C21.5308 6 21.365 6 21.0332 6zM10 21c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1m8 0c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1"
|
|
392
|
+
}) }));
|
|
393
|
+
}, k = function(n) {
|
|
394
|
+
return /* @__PURE__ */ e("svg", t({
|
|
395
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
396
|
+
width: 24,
|
|
397
|
+
height: 24,
|
|
398
|
+
fill: "none",
|
|
399
|
+
viewBox: "0 0 24 24"
|
|
400
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
401
|
+
stroke: "currentColor",
|
|
402
|
+
strokeLinecap: "round",
|
|
403
|
+
strokeLinejoin: "round",
|
|
404
|
+
strokeWidth: 2,
|
|
405
|
+
d: "M4.5 22v-5m0-10V2M2 4.5h5m-5 15h5M13 3l-1.7342 4.5089c-.282.7332-.423 1.0998-.6423 1.4082a3 3 0 0 1-.7064.7064c-.3084.2193-.675.3603-1.4082.6423L4 12l4.5089 1.7342c.7332.282 1.0998.423 1.4082.6423.2733.1943.5121.4331.7064.7064.2193.3084.3603.675.6423 1.4082L13 21l1.7342-4.5089c.282-.7332.423-1.0998.6423-1.4082a3 3 0 0 1 .7064-.7064c.3084-.2193.675-.3603 1.4082-.6423L22 12l-4.5089-1.7342c-.7332-.282-1.0998-.423-1.4082-.6423a3 3 0 0 1-.7064-.7064c-.2193-.3084-.3603-.675-.6423-1.4082z"
|
|
406
|
+
}) }));
|
|
407
|
+
}, A = function(n) {
|
|
408
|
+
return /* @__PURE__ */ e("svg", t({
|
|
409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
410
|
+
width: 24,
|
|
411
|
+
height: 24,
|
|
412
|
+
fill: "none",
|
|
413
|
+
viewBox: "0 0 24 24"
|
|
414
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
415
|
+
stroke: "currentColor",
|
|
416
|
+
strokeLinecap: "round",
|
|
417
|
+
strokeLinejoin: "round",
|
|
418
|
+
strokeWidth: 2,
|
|
419
|
+
d: "m6.5 13 .7845 1.5689c.2654.531.3982.7965.5755 1.0265a3 3 0 0 0 .5446.5446c.23.1773.4955.3101 1.0265.5755L11 17.5l-1.569.7845c-.5309.2654-.7964.3982-1.0264.5755a3 3 0 0 0-.5446.5446c-.1773.23-.31.4955-.5755 1.0265L6.5 22l-.7845-1.5689c-.2654-.531-.3982-.7965-.5755-1.0265a3 3 0 0 0-.5446-.5446c-.23-.1773-.4955-.3101-1.0265-.5755L2 17.5l1.569-.7845c.5309-.2654.7964-.3982 1.0264-.5755a3 3 0 0 0 .5446-.5446c.1773-.23.31-.4955.5755-1.0265zM15 2l1.1786 3.0644c.282.7333.423 1.0999.6423 1.4082.1944.2733.4331.5122.7065.7065.3083.2193.675.3603 1.4082.6423L22 9l-3.0644 1.1786c-.7332.282-1.0999.423-1.4082.6423a3 3 0 0 0-.7065.7065c-.2193.3083-.3603.675-.6423 1.4082L15 16l-1.1786-3.0644c-.282-.7332-.423-1.0999-.6423-1.4082a3 3 0 0 0-.7065-.7065c-.3083-.2193-.675-.3603-1.4082-.6423L8 9l3.0644-1.1786c.7332-.282 1.0999-.423 1.4082-.6423a3 3 0 0 0 .7065-.7065c.2193-.3083.3603-.675.6423-1.4082z"
|
|
420
|
+
}) }));
|
|
421
|
+
}, j = function(n) {
|
|
422
|
+
return /* @__PURE__ */ e("svg", t({
|
|
423
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
+
width: 24,
|
|
425
|
+
height: 24,
|
|
426
|
+
fill: "none",
|
|
427
|
+
viewBox: "0 0 24 24"
|
|
428
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
429
|
+
stroke: "currentColor",
|
|
430
|
+
strokeLinecap: "round",
|
|
431
|
+
strokeLinejoin: "round",
|
|
432
|
+
strokeWidth: 2,
|
|
433
|
+
d: "M4.5 22v-5m0-10V2M2 4.5h5m-5 15h5M13 3l-1.7342 4.5089c-.282.7332-.423 1.0998-.6423 1.4082a3 3 0 0 1-.7064.7064c-.3084.2193-.675.3603-1.4082.6423L4 12l4.5089 1.7342c.7332.282 1.0998.423 1.4082.6423.2733.1943.5121.4331.7064.7064.2193.3084.3603.675.6423 1.4082L13 21l1.7342-4.5089c.282-.7332.423-1.0998.6423-1.4082a3 3 0 0 1 .7064-.7064c.3084-.2193.675-.3603 1.4082-.6423L22 12l-4.5089-1.7342c-.7332-.282-1.0998-.423-1.4082-.6423a3 3 0 0 1-.7064-.7064c-.2193-.3084-.3603-.675-.6423-1.4082z"
|
|
434
|
+
}) }));
|
|
435
|
+
}, M = function(n) {
|
|
436
|
+
return /* @__PURE__ */ e("svg", t({
|
|
437
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
438
|
+
width: 24,
|
|
439
|
+
height: 24,
|
|
440
|
+
fill: "none",
|
|
441
|
+
viewBox: "0 0 24 24"
|
|
442
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
443
|
+
stroke: "currentColor",
|
|
444
|
+
strokeLinecap: "round",
|
|
445
|
+
strokeLinejoin: "round",
|
|
446
|
+
strokeWidth: 2,
|
|
447
|
+
d: "M12 2v2m0 16v2M4 12H2m4.3141-5.6859L4.9 4.9m12.786 1.4142L19.1001 4.9M6.3141 17.69 4.9 19.1042M17.686 17.69l1.4142 1.4142M22 12h-2m-3 0c0 2.7614-2.2386 5-5 5s-5-2.2386-5-5 2.2386-5 5-5 5 2.2386 5 5"
|
|
448
|
+
}) }));
|
|
449
|
+
}, N = function(n) {
|
|
450
|
+
return /* @__PURE__ */ e("svg", t({
|
|
451
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
452
|
+
width: 24,
|
|
453
|
+
height: 24,
|
|
454
|
+
fill: "none",
|
|
455
|
+
viewBox: "0 0 24 24"
|
|
456
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
457
|
+
stroke: "currentColor",
|
|
458
|
+
strokeLinecap: "round",
|
|
459
|
+
strokeLinejoin: "round",
|
|
460
|
+
strokeWidth: 2,
|
|
461
|
+
d: "m7 15 3-3-3-3m6 6h4m-9.2 6h8.4c1.6802 0 2.5202 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.7202 21 17.8802 21 16.2V7.8c0-1.6802 0-2.5202-.327-3.162a3 3 0 0 0-1.311-1.311C18.7202 3 17.8802 3 16.2 3H7.8c-1.6802 0-2.5202 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.2798 3 6.1198 3 7.8v8.4c0 1.6802 0 2.5202.327 3.162a3 3 0 0 0 1.311 1.311C5.2798 21 6.1198 21 7.8 21"
|
|
462
|
+
}) }));
|
|
463
|
+
}, P = function(n) {
|
|
464
|
+
return /* @__PURE__ */ e("svg", t({
|
|
465
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
466
|
+
width: 24,
|
|
467
|
+
height: 24,
|
|
468
|
+
fill: "none",
|
|
469
|
+
viewBox: "0 0 24 24"
|
|
470
|
+
}, n, { children: /* @__PURE__ */ e("path", {
|
|
471
|
+
stroke: "currentColor",
|
|
472
|
+
strokeLinecap: "round",
|
|
473
|
+
strokeLinejoin: "round",
|
|
474
|
+
strokeWidth: 2,
|
|
475
|
+
d: "M18 6 6 18M6 6l12 12"
|
|
476
|
+
}) }));
|
|
477
|
+
};
|
|
478
|
+
//#endregion
|
|
479
|
+
export { a as A, f as C, c as D, l as E, r as M, n as N, s as O, p as S, u as T, v as _, A as a, h as b, D as c, w as d, C as f, y as g, b as h, j as i, i as j, o as k, E as l, x as m, N as n, k as o, S as p, M as r, O as s, P as t, T as u, _ as v, d as w, m as x, g as y };
|