wasvg 1.6.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -4
- package/dist/wasvg.cjs.js +19 -19
- package/dist/wasvg.es.js +952 -947
- package/package.json +3 -2
package/dist/wasvg.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var d1 = { exports: {} },
|
|
1
|
+
import V1, { useState as i2, useEffect as d2, useCallback as h2, useRef as m2 } from "react";
|
|
2
|
+
var l = /* @__PURE__ */ ((e) => (e[e.xs = 18] = "xs", e[e.sm = 24] = "sm", e[e.md = 28] = "md", e[e.lg = 32] = "lg", e[e.xl = 50] = "xl", e))(l || {});
|
|
3
|
+
var d1 = { exports: {} }, a1 = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.js
|
|
@@ -10,27 +10,27 @@ var d1 = { exports: {} }, l1 = {};
|
|
|
10
10
|
* This source code is licensed under the MIT license found in the
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
14
|
-
function
|
|
15
|
-
if (
|
|
16
|
-
|
|
17
|
-
var e = Symbol.for("react.transitional.element"),
|
|
18
|
-
function
|
|
19
|
-
var
|
|
20
|
-
if (d !== void 0 && (
|
|
13
|
+
var j1;
|
|
14
|
+
function W1() {
|
|
15
|
+
if (j1) return a1;
|
|
16
|
+
j1 = 1;
|
|
17
|
+
var e = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
|
|
18
|
+
function n(s, a, d) {
|
|
19
|
+
var g = null;
|
|
20
|
+
if (d !== void 0 && (g = "" + d), a.key !== void 0 && (g = "" + a.key), "key" in a) {
|
|
21
21
|
d = {};
|
|
22
|
-
for (var x in
|
|
23
|
-
x !== "key" && (d[x] =
|
|
24
|
-
} else d =
|
|
25
|
-
return
|
|
22
|
+
for (var x in a)
|
|
23
|
+
x !== "key" && (d[x] = a[x]);
|
|
24
|
+
} else d = a;
|
|
25
|
+
return a = d.ref, {
|
|
26
26
|
$$typeof: e,
|
|
27
27
|
type: s,
|
|
28
|
-
key:
|
|
29
|
-
ref:
|
|
28
|
+
key: g,
|
|
29
|
+
ref: a !== void 0 ? a : null,
|
|
30
30
|
props: d
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
return
|
|
33
|
+
return a1.Fragment = r, a1.jsx = n, a1.jsxs = n, a1;
|
|
34
34
|
}
|
|
35
35
|
var c1 = {};
|
|
36
36
|
/**
|
|
@@ -42,166 +42,166 @@ var c1 = {};
|
|
|
42
42
|
* This source code is licensed under the MIT license found in the
|
|
43
43
|
* LICENSE file in the root directory of this source tree.
|
|
44
44
|
*/
|
|
45
|
-
var
|
|
46
|
-
function
|
|
47
|
-
return
|
|
48
|
-
function e(
|
|
49
|
-
if (
|
|
50
|
-
if (typeof
|
|
51
|
-
return
|
|
52
|
-
if (typeof
|
|
53
|
-
switch (
|
|
54
|
-
case
|
|
45
|
+
var C1;
|
|
46
|
+
function $1() {
|
|
47
|
+
return C1 || (C1 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
48
|
+
function e(o) {
|
|
49
|
+
if (o == null) return null;
|
|
50
|
+
if (typeof o == "function")
|
|
51
|
+
return o.$$typeof === h1 ? null : o.displayName || o.name || null;
|
|
52
|
+
if (typeof o == "string") return o;
|
|
53
|
+
switch (o) {
|
|
54
|
+
case Z:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case _:
|
|
57
57
|
return "Profiler";
|
|
58
|
-
case
|
|
58
|
+
case V:
|
|
59
59
|
return "StrictMode";
|
|
60
60
|
case $:
|
|
61
61
|
return "Suspense";
|
|
62
|
-
case
|
|
62
|
+
case I:
|
|
63
63
|
return "SuspenseList";
|
|
64
|
-
case
|
|
64
|
+
case N:
|
|
65
65
|
return "Activity";
|
|
66
66
|
}
|
|
67
|
-
if (typeof
|
|
68
|
-
switch (typeof
|
|
67
|
+
if (typeof o == "object")
|
|
68
|
+
switch (typeof o.tag == "number" && console.error(
|
|
69
69
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
70
|
-
),
|
|
71
|
-
case
|
|
70
|
+
), o.$$typeof) {
|
|
71
|
+
case M:
|
|
72
72
|
return "Portal";
|
|
73
|
-
case
|
|
74
|
-
return (
|
|
73
|
+
case Y:
|
|
74
|
+
return (o.displayName || "Context") + ".Provider";
|
|
75
75
|
case K:
|
|
76
|
-
return (
|
|
77
|
-
case
|
|
78
|
-
var v =
|
|
79
|
-
return
|
|
80
|
-
case
|
|
81
|
-
return v =
|
|
76
|
+
return (o._context.displayName || "Context") + ".Consumer";
|
|
77
|
+
case W:
|
|
78
|
+
var v = o.render;
|
|
79
|
+
return o = o.displayName, o || (o = v.displayName || v.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
|
|
80
|
+
case U:
|
|
81
|
+
return v = o.displayName || null, v !== null ? v : e(o.type) || "Memo";
|
|
82
82
|
case m:
|
|
83
|
-
v =
|
|
83
|
+
v = o._payload, o = o._init;
|
|
84
84
|
try {
|
|
85
|
-
return e(
|
|
85
|
+
return e(o(v));
|
|
86
86
|
} catch {
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
return null;
|
|
90
90
|
}
|
|
91
|
-
function
|
|
92
|
-
return "" +
|
|
91
|
+
function r(o) {
|
|
92
|
+
return "" + o;
|
|
93
93
|
}
|
|
94
|
-
function o
|
|
94
|
+
function n(o) {
|
|
95
95
|
try {
|
|
96
|
-
|
|
96
|
+
r(o);
|
|
97
97
|
var v = !1;
|
|
98
98
|
} catch {
|
|
99
99
|
v = !0;
|
|
100
100
|
}
|
|
101
101
|
if (v) {
|
|
102
102
|
v = console;
|
|
103
|
-
var
|
|
104
|
-
return
|
|
103
|
+
var p = v.error, f = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
104
|
+
return p.call(
|
|
105
105
|
v,
|
|
106
106
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
107
107
|
f
|
|
108
|
-
),
|
|
108
|
+
), r(o);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
function s(
|
|
112
|
-
if (
|
|
113
|
-
if (typeof
|
|
111
|
+
function s(o) {
|
|
112
|
+
if (o === Z) return "<>";
|
|
113
|
+
if (typeof o == "object" && o !== null && o.$$typeof === m)
|
|
114
114
|
return "<...>";
|
|
115
115
|
try {
|
|
116
|
-
var v = e(
|
|
116
|
+
var v = e(o);
|
|
117
117
|
return v ? "<" + v + ">" : "<...>";
|
|
118
118
|
} catch {
|
|
119
119
|
return "<...>";
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
function
|
|
123
|
-
var
|
|
124
|
-
return
|
|
122
|
+
function a() {
|
|
123
|
+
var o = e1.A;
|
|
124
|
+
return o === null ? null : o.getOwner();
|
|
125
125
|
}
|
|
126
126
|
function d() {
|
|
127
127
|
return Error("react-stack-top-frame");
|
|
128
128
|
}
|
|
129
|
-
function
|
|
130
|
-
if (
|
|
131
|
-
var v = Object.getOwnPropertyDescriptor(
|
|
129
|
+
function g(o) {
|
|
130
|
+
if (P.call(o, "key")) {
|
|
131
|
+
var v = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
132
132
|
if (v && v.isReactWarning) return !1;
|
|
133
133
|
}
|
|
134
|
-
return
|
|
134
|
+
return o.key !== void 0;
|
|
135
135
|
}
|
|
136
|
-
function x(
|
|
137
|
-
function
|
|
138
|
-
|
|
136
|
+
function x(o, v) {
|
|
137
|
+
function p() {
|
|
138
|
+
O || (O = !0, console.error(
|
|
139
139
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
140
140
|
v
|
|
141
141
|
));
|
|
142
142
|
}
|
|
143
|
-
|
|
144
|
-
get:
|
|
143
|
+
p.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
144
|
+
get: p,
|
|
145
145
|
configurable: !0
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
function
|
|
149
|
-
var
|
|
150
|
-
return
|
|
148
|
+
function w() {
|
|
149
|
+
var o = e(this.type);
|
|
150
|
+
return z[o] || (z[o] = !0, console.error(
|
|
151
151
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
152
|
-
)),
|
|
152
|
+
)), o = this.props.ref, o !== void 0 ? o : null;
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
return
|
|
156
|
-
$$typeof:
|
|
157
|
-
type:
|
|
154
|
+
function k(o, v, p, f, b, T, r1, q) {
|
|
155
|
+
return p = T.ref, o = {
|
|
156
|
+
$$typeof: F,
|
|
157
|
+
type: o,
|
|
158
158
|
key: v,
|
|
159
|
-
props:
|
|
159
|
+
props: T,
|
|
160
160
|
_owner: b
|
|
161
|
-
}, (
|
|
161
|
+
}, (p !== void 0 ? p : null) !== null ? Object.defineProperty(o, "ref", {
|
|
162
162
|
enumerable: !1,
|
|
163
|
-
get:
|
|
164
|
-
}) : Object.defineProperty(
|
|
163
|
+
get: w
|
|
164
|
+
}) : Object.defineProperty(o, "ref", { enumerable: !1, value: null }), o._store = {}, Object.defineProperty(o._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
167
167
|
writable: !0,
|
|
168
168
|
value: 0
|
|
169
|
-
}), Object.defineProperty(
|
|
169
|
+
}), Object.defineProperty(o, "_debugInfo", {
|
|
170
170
|
configurable: !1,
|
|
171
171
|
enumerable: !1,
|
|
172
172
|
writable: !0,
|
|
173
173
|
value: null
|
|
174
|
-
}), Object.defineProperty(
|
|
174
|
+
}), Object.defineProperty(o, "_debugStack", {
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
179
|
-
}), Object.defineProperty(
|
|
178
|
+
value: r1
|
|
179
|
+
}), Object.defineProperty(o, "_debugTask", {
|
|
180
180
|
configurable: !1,
|
|
181
181
|
enumerable: !1,
|
|
182
182
|
writable: !0,
|
|
183
183
|
value: q
|
|
184
|
-
}), Object.freeze && (Object.freeze(
|
|
184
|
+
}), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
var
|
|
188
|
-
if (
|
|
186
|
+
function C(o, v, p, f, b, T, r1, q) {
|
|
187
|
+
var L = v.children;
|
|
188
|
+
if (L !== void 0)
|
|
189
189
|
if (f)
|
|
190
|
-
if (m1(
|
|
191
|
-
for (f = 0; f <
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
190
|
+
if (m1(L)) {
|
|
191
|
+
for (f = 0; f < L.length; f++)
|
|
192
|
+
R(L[f]);
|
|
193
|
+
Object.freeze && Object.freeze(L);
|
|
194
194
|
} else
|
|
195
195
|
console.error(
|
|
196
196
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
197
|
);
|
|
198
|
-
else
|
|
199
|
-
if (
|
|
200
|
-
|
|
201
|
-
var
|
|
202
|
-
return
|
|
198
|
+
else R(L);
|
|
199
|
+
if (P.call(v, "key")) {
|
|
200
|
+
L = e(o);
|
|
201
|
+
var A = Object.keys(v).filter(function(l1) {
|
|
202
|
+
return l1 !== "key";
|
|
203
203
|
});
|
|
204
|
-
f = 0 <
|
|
204
|
+
f = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", s1[L + f] || (A = 0 < A.length ? "{" + A.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
205
|
`A props object containing a "key" prop is being spread into JSX:
|
|
206
206
|
let props = %s;
|
|
207
207
|
<%s {...props} />
|
|
@@ -209,169 +209,169 @@ React keys must be passed directly to JSX without using spread:
|
|
|
209
209
|
let props = %s;
|
|
210
210
|
<%s key={someKey} {...props} />`,
|
|
211
211
|
f,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
), s1[
|
|
212
|
+
L,
|
|
213
|
+
A,
|
|
214
|
+
L
|
|
215
|
+
), s1[L + f] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
219
|
-
for (var
|
|
220
|
-
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
224
|
-
typeof
|
|
225
|
-
),
|
|
226
|
-
|
|
217
|
+
if (L = null, p !== void 0 && (n(p), L = "" + p), g(v) && (n(v.key), L = "" + v.key), "key" in v) {
|
|
218
|
+
p = {};
|
|
219
|
+
for (var D in v)
|
|
220
|
+
D !== "key" && (p[D] = v[D]);
|
|
221
|
+
} else p = v;
|
|
222
|
+
return L && x(
|
|
223
|
+
p,
|
|
224
|
+
typeof o == "function" ? o.displayName || o.name || "Unknown" : o
|
|
225
|
+
), k(
|
|
226
|
+
o,
|
|
227
|
+
L,
|
|
227
228
|
T,
|
|
228
|
-
y,
|
|
229
229
|
b,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
a(),
|
|
231
|
+
p,
|
|
232
|
+
r1,
|
|
233
233
|
q
|
|
234
234
|
);
|
|
235
235
|
}
|
|
236
|
-
function
|
|
237
|
-
typeof
|
|
236
|
+
function R(o) {
|
|
237
|
+
typeof o == "object" && o !== null && o.$$typeof === F && o._store && (o._store.validated = 1);
|
|
238
238
|
}
|
|
239
|
-
var
|
|
239
|
+
var y = V1, F = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), Z = Symbol.for("react.fragment"), V = Symbol.for("react.strict_mode"), _ = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var K = Symbol.for("react.consumer"),
|
|
241
|
+
var K = Symbol.for("react.consumer"), Y = Symbol.for("react.context"), W = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), U = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), N = Symbol.for("react.activity"), h1 = Symbol.for("react.client.reference"), e1 = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, P = Object.prototype.hasOwnProperty, m1 = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
|
-
|
|
245
|
-
react_stack_bottom_frame: function(
|
|
246
|
-
return
|
|
244
|
+
y = {
|
|
245
|
+
react_stack_bottom_frame: function(o) {
|
|
246
|
+
return o();
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
var
|
|
250
|
-
|
|
249
|
+
var O, z = {}, H = y.react_stack_bottom_frame.bind(
|
|
250
|
+
y,
|
|
251
251
|
d
|
|
252
|
-
)(), h =
|
|
253
|
-
c1.Fragment =
|
|
254
|
-
var
|
|
255
|
-
return
|
|
256
|
-
|
|
252
|
+
)(), h = J(s(d)), s1 = {};
|
|
253
|
+
c1.Fragment = Z, c1.jsx = function(o, v, p, f, b) {
|
|
254
|
+
var T = 1e4 > e1.recentlyCreatedOwnerStacks++;
|
|
255
|
+
return C(
|
|
256
|
+
o,
|
|
257
257
|
v,
|
|
258
|
-
|
|
258
|
+
p,
|
|
259
259
|
!1,
|
|
260
260
|
f,
|
|
261
261
|
b,
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
T ? Error("react-stack-top-frame") : H,
|
|
263
|
+
T ? J(s(o)) : h
|
|
264
264
|
);
|
|
265
|
-
}, c1.jsxs = function(
|
|
266
|
-
var
|
|
267
|
-
return
|
|
268
|
-
|
|
265
|
+
}, c1.jsxs = function(o, v, p, f, b) {
|
|
266
|
+
var T = 1e4 > e1.recentlyCreatedOwnerStacks++;
|
|
267
|
+
return C(
|
|
268
|
+
o,
|
|
269
269
|
v,
|
|
270
|
-
|
|
270
|
+
p,
|
|
271
271
|
!0,
|
|
272
272
|
f,
|
|
273
273
|
b,
|
|
274
|
-
|
|
275
|
-
|
|
274
|
+
T ? Error("react-stack-top-frame") : H,
|
|
275
|
+
T ? J(s(o)) : h
|
|
276
276
|
);
|
|
277
277
|
};
|
|
278
278
|
})()), c1;
|
|
279
279
|
}
|
|
280
|
-
var
|
|
281
|
-
function
|
|
282
|
-
return
|
|
280
|
+
var v2 = d1.exports, k1;
|
|
281
|
+
function D1() {
|
|
282
|
+
return k1 || (k1 = 1, process.env.NODE_ENV === "production" ? d1.exports = W1() : d1.exports = $1()), d1.exports;
|
|
283
283
|
}
|
|
284
|
-
var
|
|
285
|
-
function
|
|
286
|
-
return /* @__PURE__ */
|
|
284
|
+
var t = D1();
|
|
285
|
+
function S1({ className: e = "", size: r = l.md }) {
|
|
286
|
+
return /* @__PURE__ */ t.jsx(
|
|
287
287
|
"svg",
|
|
288
288
|
{
|
|
289
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
290
|
className: e,
|
|
291
|
-
height:
|
|
292
|
-
width:
|
|
291
|
+
height: r,
|
|
292
|
+
width: r,
|
|
293
293
|
viewBox: "0 -960 960 960",
|
|
294
|
-
children: /* @__PURE__ */
|
|
294
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m414-168 12-56q3-13 12.5-21.5T462-256l124-10q13-2 24 5t16 19l16 38q39-23 70-55.5t52-72.5l-12-6q-11-8-16-19.5t-2-24.5l28-122q3-12 12.5-20t21.5-10q-5-25-12.5-48.5T764-628q-9 5-19.5 4.5T726-630l-106-64q-11-7-16-19t-2-25l8-34q-31-14-63.5-21t-66.5-7q-14 0-29 1.5t-29 4.5l30 68q5 12 2.5 25T442-680l-94 82q-10 9-23.5 10t-24.5-6l-92-56q-23 38-35.5 81.5T160-480q0 16 4 52l88-8q14-2 25.5 4.5T294-412l48 114q5 12 2.5 25T332-252l-38 32q27 20 57.5 33t62.5 19Zm72-172q-13 2-24-5t-16-19l-54-124q-5-12-1.5-25t13.5-21l102-86q9-9 22-10t24 6l112 66q11 7 17 19t3 25l-32 130q-3 13-12 21.5T618-352l-132 12Zm-6 260q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
295
295
|
}
|
|
296
296
|
);
|
|
297
297
|
}
|
|
298
|
-
function
|
|
299
|
-
return /* @__PURE__ */
|
|
298
|
+
function Y1({ className: e = "", size: r = l.md }) {
|
|
299
|
+
return /* @__PURE__ */ t.jsx(
|
|
300
300
|
"svg",
|
|
301
301
|
{
|
|
302
302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
303
303
|
className: e,
|
|
304
|
-
height:
|
|
305
|
-
width:
|
|
304
|
+
height: r,
|
|
305
|
+
width: r,
|
|
306
306
|
viewBox: "0 -960 960 960",
|
|
307
|
-
children: /* @__PURE__ */
|
|
307
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m280-40 123-622q6-29 27-43.5t44-14.5q23 0 42.5 10t31.5 30l40 64q18 29 46.5 52.5T700-529v-71h60v560h-60v-406q-48-11-89-35t-71-59l-24 120 84 80v300h-80v-240l-84-80-72 320h-84Zm17-395-85-16q-16-3-25-16.5t-6-30.5l30-157q6-32 34-50.5t60-12.5l46 9-54 274Zm243-305q-33 0-56.5-23.5T460-820q0-33 23.5-56.5T540-900q33 0 56.5 23.5T620-820q0 33-23.5 56.5T540-740Z" })
|
|
308
308
|
}
|
|
309
309
|
);
|
|
310
310
|
}
|
|
311
|
-
function
|
|
312
|
-
return /* @__PURE__ */
|
|
311
|
+
function U1({ className: e = "", size: r = l.md }) {
|
|
312
|
+
return /* @__PURE__ */ t.jsx(
|
|
313
313
|
"svg",
|
|
314
314
|
{
|
|
315
315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
316
316
|
className: e,
|
|
317
|
-
height:
|
|
318
|
-
width:
|
|
317
|
+
height: r,
|
|
318
|
+
width: r,
|
|
319
319
|
viewBox: "0 -960 960 960",
|
|
320
|
-
children: /* @__PURE__ */
|
|
320
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m137-160-57-56 164-164q31-31 42.5-77.5T298-600q0-58 26-114t74-104q91-91 201-103t181 61q72 72 60 182T738-478q-48 48-104 74t-114 26q-97 0-142 11t-77 43L137-160Zm275-334q47 46 127 34t143-75q64-64 76.5-143.5T724-803q-48-48-125.5-36T456-763q-63 63-76.5 142.5T412-494ZM720-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113T720-40Zm0-80q33 0 56.5-23.5T800-200q0-33-23.5-56.5T720-280q-33 0-56.5 23.5T640-200q0 33 23.5 56.5T720-120Zm0-80Z" })
|
|
321
321
|
}
|
|
322
322
|
);
|
|
323
323
|
}
|
|
324
|
-
function
|
|
325
|
-
return /* @__PURE__ */
|
|
324
|
+
function P1({ className: e = "", size: r = l.md }) {
|
|
325
|
+
return /* @__PURE__ */ t.jsx(
|
|
326
326
|
"svg",
|
|
327
327
|
{
|
|
328
328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
329
329
|
className: e,
|
|
330
|
-
height:
|
|
331
|
-
width:
|
|
330
|
+
height: r,
|
|
331
|
+
width: r,
|
|
332
332
|
viewBox: "0 -960 960 960",
|
|
333
|
-
children: /* @__PURE__ */
|
|
333
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m216-160-56-56 384-384H440v80h-80v-160h233q16 0 31 6t26 17l120 119q27 27 66 42t84 16v80q-62 0-112.5-19T718-476l-40-42-88 88 90 90-262 151-40-69 172-99-68-68-266 265Zm-96-280v-80h200v80H120ZM40-560v-80h200v80H40Zm739-80q-33 0-57-23.5T698-720q0-33 24-56.5t57-23.5q33 0 57 23.5t24 56.5q0 33-24 56.5T779-640Zm-659-40v-80h200v80H120Z" })
|
|
334
334
|
}
|
|
335
335
|
);
|
|
336
336
|
}
|
|
337
|
-
function
|
|
338
|
-
return /* @__PURE__ */
|
|
337
|
+
function J1({ className: e = "", size: r = l.md }) {
|
|
338
|
+
return /* @__PURE__ */ t.jsx(
|
|
339
339
|
"svg",
|
|
340
340
|
{
|
|
341
341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
342
342
|
className: e,
|
|
343
|
-
height:
|
|
344
|
-
width:
|
|
343
|
+
height: r,
|
|
344
|
+
width: r,
|
|
345
345
|
viewBox: "0 -960 960 960",
|
|
346
|
-
children: /* @__PURE__ */
|
|
346
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M162-520h114q-6-38-23-71t-43-59q-18 29-30.5 61.5T162-520Zm522 0h114q-5-36-17.5-68.5T750-650q-26 26-43 59t-23 71ZM210-310q26-26 43-59t23-71H162q5 36 17.5 68.5T210-310Zm540 0q18-29 30.5-61.5T798-440H684q6 38 23 71t43 59ZM358-520h82v-278q-53 8-98.5 29.5T260-712q39 38 64.5 86.5T358-520Zm162 0h82q8-57 33.5-105.5T700-712q-36-35-81.5-56.5T520-798v278Zm-80 358v-278h-82q-8 57-33.5 105.5T260-248q36 35 81.5 56.5T440-162Zm80 0q53-8 98.5-29.5T700-248q-39-38-64.5-86.5T602-440h-82v278Zm-40-318Zm0 400q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z" })
|
|
347
347
|
}
|
|
348
348
|
);
|
|
349
349
|
}
|
|
350
|
-
function
|
|
351
|
-
return /* @__PURE__ */
|
|
350
|
+
function G1({ className: e = "", size: r = l.md }) {
|
|
351
|
+
return /* @__PURE__ */ t.jsx(
|
|
352
352
|
"svg",
|
|
353
353
|
{
|
|
354
354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
355
355
|
className: e,
|
|
356
|
-
height:
|
|
357
|
-
width:
|
|
356
|
+
height: r,
|
|
357
|
+
width: r,
|
|
358
358
|
viewBox: "0 -960 960 960",
|
|
359
|
-
children: /* @__PURE__ */
|
|
359
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M480-320q-117 0-198.5-81.5T200-600q0-117 81.5-198.5T480-880q117 0 198.5 81.5T760-600q0 117-81.5 198.5T480-320Zm0-80q83 0 141.5-58.5T680-600q0-83-58.5-141.5T480-800q-83 0-141.5 58.5T280-600q0 83 58.5 141.5T480-400Zm-80-200q17 0 28.5-11.5T440-640q0-17-11.5-28.5T400-680q-17 0-28.5 11.5T360-640q0 17 11.5 28.5T400-600Zm160 0q17 0 28.5-11.5T600-640q0-17-11.5-28.5T560-680q-17 0-28.5 11.5T520-640q0 17 11.5 28.5T560-600Zm-80-80q17 0 28.5-11.5T520-720q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720q0 17 11.5 28.5T480-680ZM440-80v-40q0-33-23.5-56.5T360-200h-80v-80h400v80h-80q-33 0-56.5 23.5T520-120v40h-80Zm40-520Z" })
|
|
360
360
|
}
|
|
361
361
|
);
|
|
362
362
|
}
|
|
363
|
-
function
|
|
364
|
-
return /* @__PURE__ */
|
|
363
|
+
function X1({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
364
|
+
return /* @__PURE__ */ t.jsx(
|
|
365
365
|
"svg",
|
|
366
366
|
{
|
|
367
367
|
className: e,
|
|
368
|
-
height:
|
|
369
|
-
width:
|
|
368
|
+
height: r,
|
|
369
|
+
width: r,
|
|
370
370
|
version: "1.1",
|
|
371
371
|
id: "Capa_1",
|
|
372
372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
373
373
|
viewBox: "0 0 306.292 306.292",
|
|
374
|
-
children: /* @__PURE__ */
|
|
374
|
+
children: /* @__PURE__ */ t.jsx("g", { children: /* @__PURE__ */ t.jsx(
|
|
375
375
|
"path",
|
|
376
376
|
{
|
|
377
377
|
d: `M299.109,71.481c-8.554-18.094-23.642-31.774-42.484-38.52c-18.844-6.748-39.186-5.751-57.279,2.803
|
|
@@ -396,19 +396,19 @@ function J1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
396
396
|
}
|
|
397
397
|
);
|
|
398
398
|
}
|
|
399
|
-
function
|
|
400
|
-
return /* @__PURE__ */
|
|
399
|
+
function Q1({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
400
|
+
return /* @__PURE__ */ t.jsx(
|
|
401
401
|
"svg",
|
|
402
402
|
{
|
|
403
403
|
className: e,
|
|
404
|
-
height:
|
|
405
|
-
width:
|
|
404
|
+
height: r,
|
|
405
|
+
width: r,
|
|
406
406
|
version: "1.1",
|
|
407
407
|
id: "Capa_1",
|
|
408
408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
409
409
|
viewBox: "0 0 345.134 345.134",
|
|
410
|
-
children: /* @__PURE__ */
|
|
411
|
-
/* @__PURE__ */
|
|
410
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
411
|
+
/* @__PURE__ */ t.jsx(
|
|
412
412
|
"path",
|
|
413
413
|
{
|
|
414
414
|
d: `M62.549,252.369c-9.506,0-18.442,3.701-25.164,10.423c-13.874,13.875-13.874,36.452,0,50.327
|
|
@@ -418,7 +418,7 @@ function X1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
418
418
|
c4.697,0,9.113,1.829,12.435,5.15c3.322,3.322,5.151,7.738,5.151,12.436C80.135,292.653,78.306,297.069,74.984,300.391z`
|
|
419
419
|
}
|
|
420
420
|
),
|
|
421
|
-
/* @__PURE__ */
|
|
421
|
+
/* @__PURE__ */ t.jsx(
|
|
422
422
|
"path",
|
|
423
423
|
{
|
|
424
424
|
d: `M318.144,274.188c-0.21-7.501-3.541-14.67-9.136-19.67l-52.374-46.799c3.393-3.516,6.552-7.243,9.456-11.16
|
|
@@ -447,19 +447,19 @@ function X1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
447
447
|
}
|
|
448
448
|
);
|
|
449
449
|
}
|
|
450
|
-
function
|
|
451
|
-
return /* @__PURE__ */
|
|
450
|
+
function K1({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
451
|
+
return /* @__PURE__ */ t.jsx(
|
|
452
452
|
"svg",
|
|
453
453
|
{
|
|
454
454
|
className: e,
|
|
455
|
-
height:
|
|
456
|
-
width:
|
|
455
|
+
height: r,
|
|
456
|
+
width: r,
|
|
457
457
|
version: "1.1",
|
|
458
458
|
id: "Capa_1",
|
|
459
459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
460
460
|
viewBox: "0 0 306.292 306.292",
|
|
461
|
-
children: /* @__PURE__ */
|
|
462
|
-
/* @__PURE__ */
|
|
461
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
462
|
+
/* @__PURE__ */ t.jsx(
|
|
463
463
|
"path",
|
|
464
464
|
{
|
|
465
465
|
d: `M318.816,57.259c-4.269-2.55-9.792-1.156-12.342,3.111l0,0l-25.322,42.392h-29.876l33.178-55.544l0,0
|
|
@@ -471,7 +471,7 @@ c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137
|
|
|
471
471
|
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
472
472
|
}
|
|
473
473
|
),
|
|
474
|
-
/* @__PURE__ */
|
|
474
|
+
/* @__PURE__ */ t.jsx(
|
|
475
475
|
"path",
|
|
476
476
|
{
|
|
477
477
|
d: `M85.667,214.104c24.565,0,53.252-6.091,53.252-23.258v-27.82c0-17.167-28.687-23.258-53.252-23.258
|
|
@@ -485,96 +485,96 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
|
|
|
485
485
|
}
|
|
486
486
|
);
|
|
487
487
|
}
|
|
488
|
-
function
|
|
489
|
-
return /* @__PURE__ */
|
|
488
|
+
function e0({ className: e = "", size: r = l.md }) {
|
|
489
|
+
return /* @__PURE__ */ t.jsx(
|
|
490
490
|
"svg",
|
|
491
491
|
{
|
|
492
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
493
|
className: e,
|
|
494
|
-
height:
|
|
495
|
-
width:
|
|
494
|
+
height: r,
|
|
495
|
+
width: r,
|
|
496
496
|
viewBox: "0 -960 960 960",
|
|
497
|
-
children: /* @__PURE__ */
|
|
497
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M480-480ZM362-202 202-362q-3 38-1.5 79t7.5 73q23 7 69.5 9t84.5-1Zm96-16q59-13 106-37t82-59q34-34 58-80.5T742-500L500-742q-57 14-103 38.5T316-644q-35 35-59.5 81.5T218-458l240 240Zm-62-122-56-56 224-224 56 56-224 224Zm362-256q4-39 2.5-81t-8.5-73q-23-8-69.5-10t-84.5 2l160 162ZM310-120q-57 0-104-8.5T148-148q-11-12-19.5-60T120-314q0-119 36-220.5T258-702q66-66 169-102t223-36q58 0 104.5 8.5T812-812q11 12 19.5 60t8.5 108q0 117-36 218.5T702-258q-65 65-168 101.5T310-120Z" })
|
|
498
498
|
}
|
|
499
499
|
);
|
|
500
500
|
}
|
|
501
|
-
var
|
|
502
|
-
const
|
|
503
|
-
const
|
|
504
|
-
conflictingClassGroups:
|
|
501
|
+
var r0 = Object.defineProperty, t0 = (e, r, n) => r in e ? r0(e, r, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[r] = n, G = (e, r, n) => t0(e, typeof r != "symbol" ? r + "" : r, n);
|
|
502
|
+
const L1 = "-", n0 = (e) => {
|
|
503
|
+
const r = s0(e), {
|
|
504
|
+
conflictingClassGroups: n,
|
|
505
505
|
conflictingClassGroupModifiers: s
|
|
506
506
|
} = e;
|
|
507
507
|
return {
|
|
508
|
-
getClassGroupId: (
|
|
509
|
-
const d =
|
|
510
|
-
return d[0] === "" && d.length !== 1 && d.shift(),
|
|
508
|
+
getClassGroupId: (a) => {
|
|
509
|
+
const d = a.split(L1);
|
|
510
|
+
return d[0] === "" && d.length !== 1 && d.shift(), E1(d, r) || o0(a);
|
|
511
511
|
},
|
|
512
|
-
getConflictingClassGroupIds: (
|
|
513
|
-
const
|
|
514
|
-
return d && s[
|
|
512
|
+
getConflictingClassGroupIds: (a, d) => {
|
|
513
|
+
const g = n[a] || [];
|
|
514
|
+
return d && s[a] ? [...g, ...s[a]] : g;
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
|
-
},
|
|
518
|
-
var
|
|
517
|
+
}, E1 = (e, r) => {
|
|
518
|
+
var n;
|
|
519
519
|
if (e.length === 0)
|
|
520
|
-
return
|
|
521
|
-
const s = e[0],
|
|
520
|
+
return r.classGroupId;
|
|
521
|
+
const s = e[0], a = r.nextPart.get(s), d = a ? E1(e.slice(1), a) : void 0;
|
|
522
522
|
if (d)
|
|
523
523
|
return d;
|
|
524
|
-
if (
|
|
524
|
+
if (r.validators.length === 0)
|
|
525
525
|
return;
|
|
526
|
-
const
|
|
527
|
-
return (
|
|
526
|
+
const g = e.join(L1);
|
|
527
|
+
return (n = r.validators.find(({
|
|
528
528
|
validator: x
|
|
529
|
-
}) => x(
|
|
530
|
-
},
|
|
531
|
-
if (
|
|
532
|
-
const
|
|
533
|
-
if (
|
|
534
|
-
return "arbitrary.." +
|
|
529
|
+
}) => x(g))) == null ? void 0 : n.classGroupId;
|
|
530
|
+
}, Z1 = /^\[(.+)\]$/, o0 = (e) => {
|
|
531
|
+
if (Z1.test(e)) {
|
|
532
|
+
const r = Z1.exec(e)[1], n = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
|
533
|
+
if (n)
|
|
534
|
+
return "arbitrary.." + n;
|
|
535
535
|
}
|
|
536
|
-
},
|
|
536
|
+
}, s0 = (e) => {
|
|
537
537
|
const {
|
|
538
|
-
theme:
|
|
539
|
-
classGroups:
|
|
538
|
+
theme: r,
|
|
539
|
+
classGroups: n
|
|
540
540
|
} = e, s = {
|
|
541
541
|
nextPart: /* @__PURE__ */ new Map(),
|
|
542
542
|
validators: []
|
|
543
543
|
};
|
|
544
|
-
for (const
|
|
545
|
-
|
|
544
|
+
for (const a in n)
|
|
545
|
+
p1(n[a], s, a, r);
|
|
546
546
|
return s;
|
|
547
|
-
},
|
|
548
|
-
e.forEach((
|
|
549
|
-
if (typeof
|
|
550
|
-
const d =
|
|
551
|
-
d.classGroupId =
|
|
547
|
+
}, p1 = (e, r, n, s) => {
|
|
548
|
+
e.forEach((a) => {
|
|
549
|
+
if (typeof a == "string") {
|
|
550
|
+
const d = a === "" ? r : T1(r, a);
|
|
551
|
+
d.classGroupId = n;
|
|
552
552
|
return;
|
|
553
553
|
}
|
|
554
|
-
if (typeof
|
|
555
|
-
if (
|
|
556
|
-
|
|
554
|
+
if (typeof a == "function") {
|
|
555
|
+
if (l0(a)) {
|
|
556
|
+
p1(a(s), r, n, s);
|
|
557
557
|
return;
|
|
558
558
|
}
|
|
559
|
-
|
|
560
|
-
validator:
|
|
561
|
-
classGroupId:
|
|
559
|
+
r.validators.push({
|
|
560
|
+
validator: a,
|
|
561
|
+
classGroupId: n
|
|
562
562
|
});
|
|
563
563
|
return;
|
|
564
564
|
}
|
|
565
|
-
Object.entries(
|
|
566
|
-
|
|
565
|
+
Object.entries(a).forEach(([d, g]) => {
|
|
566
|
+
p1(g, T1(r, d), n, s);
|
|
567
567
|
});
|
|
568
568
|
});
|
|
569
|
-
},
|
|
570
|
-
let
|
|
571
|
-
return
|
|
572
|
-
|
|
569
|
+
}, T1 = (e, r) => {
|
|
570
|
+
let n = e;
|
|
571
|
+
return r.split(L1).forEach((s) => {
|
|
572
|
+
n.nextPart.has(s) || n.nextPart.set(s, {
|
|
573
573
|
nextPart: /* @__PURE__ */ new Map(),
|
|
574
574
|
validators: []
|
|
575
|
-
}),
|
|
576
|
-
}),
|
|
577
|
-
},
|
|
575
|
+
}), n = n.nextPart.get(s);
|
|
576
|
+
}), n;
|
|
577
|
+
}, l0 = (e) => e.isThemeGetter, a0 = (e) => {
|
|
578
578
|
if (e < 1)
|
|
579
579
|
return {
|
|
580
580
|
get: () => {
|
|
@@ -582,178 +582,178 @@ const q1 = "-", r0 = (e) => {
|
|
|
582
582
|
set: () => {
|
|
583
583
|
}
|
|
584
584
|
};
|
|
585
|
-
let
|
|
586
|
-
const
|
|
587
|
-
|
|
585
|
+
let r = 0, n = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
586
|
+
const a = (d, g) => {
|
|
587
|
+
n.set(d, g), r++, r > e && (r = 0, s = n, n = /* @__PURE__ */ new Map());
|
|
588
588
|
};
|
|
589
589
|
return {
|
|
590
590
|
get(d) {
|
|
591
|
-
let
|
|
592
|
-
if (
|
|
593
|
-
return
|
|
594
|
-
if ((
|
|
595
|
-
return
|
|
591
|
+
let g = n.get(d);
|
|
592
|
+
if (g !== void 0)
|
|
593
|
+
return g;
|
|
594
|
+
if ((g = s.get(d)) !== void 0)
|
|
595
|
+
return a(d, g), g;
|
|
596
596
|
},
|
|
597
|
-
set(d,
|
|
598
|
-
|
|
597
|
+
set(d, g) {
|
|
598
|
+
n.has(d) ? n.set(d, g) : a(d, g);
|
|
599
599
|
}
|
|
600
600
|
};
|
|
601
|
-
}, x1 = "!", b1 = ":",
|
|
601
|
+
}, x1 = "!", b1 = ":", c0 = b1.length, i0 = (e) => {
|
|
602
602
|
const {
|
|
603
|
-
prefix:
|
|
604
|
-
experimentalParseClassName:
|
|
603
|
+
prefix: r,
|
|
604
|
+
experimentalParseClassName: n
|
|
605
605
|
} = e;
|
|
606
|
-
let s = (
|
|
606
|
+
let s = (a) => {
|
|
607
607
|
const d = [];
|
|
608
|
-
let
|
|
609
|
-
for (let
|
|
610
|
-
let
|
|
611
|
-
if (
|
|
612
|
-
if (
|
|
613
|
-
d.push(
|
|
608
|
+
let g = 0, x = 0, w = 0, k;
|
|
609
|
+
for (let M = 0; M < a.length; M++) {
|
|
610
|
+
let Z = a[M];
|
|
611
|
+
if (g === 0 && x === 0) {
|
|
612
|
+
if (Z === b1) {
|
|
613
|
+
d.push(a.slice(w, M)), w = M + c0;
|
|
614
614
|
continue;
|
|
615
615
|
}
|
|
616
|
-
if (
|
|
617
|
-
|
|
616
|
+
if (Z === "/") {
|
|
617
|
+
k = M;
|
|
618
618
|
continue;
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
|
-
|
|
621
|
+
Z === "[" ? g++ : Z === "]" ? g-- : Z === "(" ? x++ : Z === ")" && x--;
|
|
622
622
|
}
|
|
623
|
-
const
|
|
623
|
+
const C = d.length === 0 ? a : a.substring(w), R = d0(C), y = R !== C, F = k && k > w ? k - w : void 0;
|
|
624
624
|
return {
|
|
625
625
|
modifiers: d,
|
|
626
|
-
hasImportantModifier:
|
|
627
|
-
baseClassName:
|
|
628
|
-
maybePostfixModifierPosition:
|
|
626
|
+
hasImportantModifier: y,
|
|
627
|
+
baseClassName: R,
|
|
628
|
+
maybePostfixModifierPosition: F
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
|
-
if (
|
|
632
|
-
const
|
|
633
|
-
s = (
|
|
631
|
+
if (r) {
|
|
632
|
+
const a = r + b1, d = s;
|
|
633
|
+
s = (g) => g.startsWith(a) ? d(g.substring(a.length)) : {
|
|
634
634
|
isExternal: !0,
|
|
635
635
|
modifiers: [],
|
|
636
636
|
hasImportantModifier: !1,
|
|
637
|
-
baseClassName:
|
|
637
|
+
baseClassName: g,
|
|
638
638
|
maybePostfixModifierPosition: void 0
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
|
-
if (
|
|
642
|
-
const
|
|
643
|
-
s = (d) =>
|
|
641
|
+
if (n) {
|
|
642
|
+
const a = s;
|
|
643
|
+
s = (d) => n({
|
|
644
644
|
className: d,
|
|
645
|
-
parseClassName:
|
|
645
|
+
parseClassName: a
|
|
646
646
|
});
|
|
647
647
|
}
|
|
648
648
|
return s;
|
|
649
|
-
},
|
|
650
|
-
const
|
|
651
|
-
return (
|
|
652
|
-
if (
|
|
653
|
-
return
|
|
649
|
+
}, d0 = (e) => e.endsWith(x1) ? e.substring(0, e.length - 1) : e.startsWith(x1) ? e.substring(1) : e, h0 = (e) => {
|
|
650
|
+
const r = Object.fromEntries(e.orderSensitiveModifiers.map((n) => [n, !0]));
|
|
651
|
+
return (n) => {
|
|
652
|
+
if (n.length <= 1)
|
|
653
|
+
return n;
|
|
654
654
|
const s = [];
|
|
655
|
-
let
|
|
656
|
-
return
|
|
657
|
-
d[0] === "[" ||
|
|
658
|
-
}), s.push(...
|
|
655
|
+
let a = [];
|
|
656
|
+
return n.forEach((d) => {
|
|
657
|
+
d[0] === "[" || r[d] ? (s.push(...a.sort(), d), a = []) : a.push(d);
|
|
658
|
+
}), s.push(...a.sort()), s;
|
|
659
659
|
};
|
|
660
|
-
},
|
|
660
|
+
}, m0 = (e) => ({
|
|
661
661
|
cache: a0(e.cacheSize),
|
|
662
|
-
parseClassName:
|
|
663
|
-
sortModifiers:
|
|
664
|
-
...
|
|
665
|
-
}),
|
|
662
|
+
parseClassName: i0(e),
|
|
663
|
+
sortModifiers: h0(e),
|
|
664
|
+
...n0(e)
|
|
665
|
+
}), v0 = /\s+/, g0 = (e, r) => {
|
|
666
666
|
const {
|
|
667
|
-
parseClassName:
|
|
667
|
+
parseClassName: n,
|
|
668
668
|
getClassGroupId: s,
|
|
669
|
-
getConflictingClassGroupIds:
|
|
669
|
+
getConflictingClassGroupIds: a,
|
|
670
670
|
sortModifiers: d
|
|
671
|
-
} =
|
|
672
|
-
let
|
|
673
|
-
for (let
|
|
674
|
-
const
|
|
675
|
-
isExternal:
|
|
676
|
-
modifiers:
|
|
677
|
-
hasImportantModifier:
|
|
678
|
-
baseClassName:
|
|
679
|
-
maybePostfixModifierPosition:
|
|
680
|
-
} =
|
|
681
|
-
if (
|
|
682
|
-
|
|
671
|
+
} = r, g = [], x = e.trim().split(v0);
|
|
672
|
+
let w = "";
|
|
673
|
+
for (let k = x.length - 1; k >= 0; k -= 1) {
|
|
674
|
+
const C = x[k], {
|
|
675
|
+
isExternal: R,
|
|
676
|
+
modifiers: y,
|
|
677
|
+
hasImportantModifier: F,
|
|
678
|
+
baseClassName: M,
|
|
679
|
+
maybePostfixModifierPosition: Z
|
|
680
|
+
} = n(C);
|
|
681
|
+
if (R) {
|
|
682
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
683
683
|
continue;
|
|
684
684
|
}
|
|
685
|
-
let
|
|
686
|
-
if (!
|
|
687
|
-
if (!
|
|
688
|
-
|
|
685
|
+
let V = !!Z, _ = s(V ? M.substring(0, Z) : M);
|
|
686
|
+
if (!_) {
|
|
687
|
+
if (!V) {
|
|
688
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
689
689
|
continue;
|
|
690
690
|
}
|
|
691
|
-
if (
|
|
692
|
-
|
|
691
|
+
if (_ = s(M), !_) {
|
|
692
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
693
693
|
continue;
|
|
694
694
|
}
|
|
695
|
-
|
|
695
|
+
V = !1;
|
|
696
696
|
}
|
|
697
|
-
const K = d(
|
|
698
|
-
if (
|
|
697
|
+
const K = d(y).join(":"), Y = F ? K + x1 : K, W = Y + _;
|
|
698
|
+
if (g.includes(W))
|
|
699
699
|
continue;
|
|
700
|
-
|
|
701
|
-
const $ =
|
|
702
|
-
for (let
|
|
703
|
-
const
|
|
704
|
-
|
|
700
|
+
g.push(W);
|
|
701
|
+
const $ = a(_, V);
|
|
702
|
+
for (let I = 0; I < $.length; ++I) {
|
|
703
|
+
const U = $[I];
|
|
704
|
+
g.push(Y + U);
|
|
705
705
|
}
|
|
706
|
-
|
|
706
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
707
707
|
}
|
|
708
|
-
return
|
|
708
|
+
return w;
|
|
709
709
|
};
|
|
710
710
|
function u0() {
|
|
711
|
-
let e = 0,
|
|
711
|
+
let e = 0, r, n, s = "";
|
|
712
712
|
for (; e < arguments.length; )
|
|
713
|
-
(
|
|
713
|
+
(r = arguments[e++]) && (n = R1(r)) && (s && (s += " "), s += n);
|
|
714
714
|
return s;
|
|
715
715
|
}
|
|
716
|
-
const
|
|
716
|
+
const R1 = (e) => {
|
|
717
717
|
if (typeof e == "string")
|
|
718
718
|
return e;
|
|
719
|
-
let
|
|
719
|
+
let r, n = "";
|
|
720
720
|
for (let s = 0; s < e.length; s++)
|
|
721
|
-
e[s] && (
|
|
722
|
-
return
|
|
721
|
+
e[s] && (r = R1(e[s])) && (n && (n += " "), n += r);
|
|
722
|
+
return n;
|
|
723
723
|
};
|
|
724
|
-
function
|
|
725
|
-
let
|
|
726
|
-
function
|
|
727
|
-
const
|
|
728
|
-
return
|
|
724
|
+
function w0(e, ...r) {
|
|
725
|
+
let n, s, a, d = g;
|
|
726
|
+
function g(w) {
|
|
727
|
+
const k = r.reduce((C, R) => R(C), e());
|
|
728
|
+
return n = m0(k), s = n.cache.get, a = n.cache.set, d = x, x(w);
|
|
729
729
|
}
|
|
730
|
-
function x(
|
|
731
|
-
const
|
|
732
|
-
if (
|
|
733
|
-
return
|
|
734
|
-
const
|
|
735
|
-
return
|
|
730
|
+
function x(w) {
|
|
731
|
+
const k = s(w);
|
|
732
|
+
if (k)
|
|
733
|
+
return k;
|
|
734
|
+
const C = g0(w, n);
|
|
735
|
+
return a(w, C), C;
|
|
736
736
|
}
|
|
737
737
|
return function() {
|
|
738
738
|
return d(u0.apply(null, arguments));
|
|
739
739
|
};
|
|
740
740
|
}
|
|
741
|
-
const
|
|
742
|
-
const
|
|
743
|
-
return
|
|
744
|
-
},
|
|
741
|
+
const j = (e) => {
|
|
742
|
+
const r = (n) => n[e] || [];
|
|
743
|
+
return r.isThemeGetter = !0, r;
|
|
744
|
+
}, N1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, A1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, f0 = /^\d+\/\d+$/, p0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, x0 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, b0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, q0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, L0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => f0.test(e), u = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), w1 = (e) => e.endsWith("%") && u(e.slice(0, -1)), B = (e) => p0.test(e), j0 = () => !0, C0 = (e) => (
|
|
745
745
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
746
746
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
747
747
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
748
|
-
|
|
749
|
-
),
|
|
750
|
-
const s =
|
|
751
|
-
return s ? s[1] ?
|
|
752
|
-
},
|
|
753
|
-
const s =
|
|
754
|
-
return s ? s[1] ?
|
|
755
|
-
},
|
|
756
|
-
const e =
|
|
748
|
+
x0.test(e) && !b0.test(e)
|
|
749
|
+
), y1 = () => !1, k0 = (e) => q0.test(e), Z0 = (e) => L0.test(e), T0 = (e) => !c(e) && !i(e), M0 = (e) => n1(e, I1, y1), c = (e) => N1.test(e), X = (e) => n1(e, O1, C0), f1 = (e) => n1(e, A0, u), M1 = (e) => n1(e, H1, y1), z0 = (e) => n1(e, _1, Z0), g1 = (e) => n1(e, B1, k0), i = (e) => A1.test(e), i1 = (e) => o1(e, O1), E0 = (e) => o1(e, y0), z1 = (e) => o1(e, H1), R0 = (e) => o1(e, I1), N0 = (e) => o1(e, _1), u1 = (e) => o1(e, B1, !0), n1 = (e, r, n) => {
|
|
750
|
+
const s = N1.exec(e);
|
|
751
|
+
return s ? s[1] ? r(s[1]) : n(s[2]) : !1;
|
|
752
|
+
}, o1 = (e, r, n = !1) => {
|
|
753
|
+
const s = A1.exec(e);
|
|
754
|
+
return s ? s[1] ? r(s[1]) : n : !1;
|
|
755
|
+
}, H1 = (e) => e === "position" || e === "percentage", _1 = (e) => e === "image" || e === "url", I1 = (e) => e === "length" || e === "size" || e === "bg-size", O1 = (e) => e === "length", A0 = (e) => e === "number", y0 = (e) => e === "family-name", B1 = (e) => e === "shadow", H0 = () => {
|
|
756
|
+
const e = j("color"), r = j("font"), n = j("text"), s = j("font-weight"), a = j("tracking"), d = j("leading"), g = j("breakpoint"), x = j("container"), w = j("spacing"), k = j("radius"), C = j("shadow"), R = j("inset-shadow"), y = j("text-shadow"), F = j("drop-shadow"), M = j("blur"), Z = j("perspective"), V = j("aspect"), _ = j("ease"), K = j("animate"), Y = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], W = () => [
|
|
757
757
|
"center",
|
|
758
758
|
"top",
|
|
759
759
|
"bottom",
|
|
@@ -771,51 +771,51 @@ const k = (e) => {
|
|
|
771
771
|
"bottom-left",
|
|
772
772
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
773
773
|
"left-bottom"
|
|
774
|
-
], $ = () => [...
|
|
775
|
-
span: ["full",
|
|
776
|
-
},
|
|
774
|
+
], $ = () => [...W(), i, c], I = () => ["auto", "hidden", "clip", "visible", "scroll"], U = () => ["auto", "contain", "none"], m = () => [i, c, w], N = () => [t1, "full", "auto", ...m()], h1 = () => [S, "none", "subgrid", i, c], e1 = () => ["auto", {
|
|
775
|
+
span: ["full", S, i, c]
|
|
776
|
+
}, S, i, c], P = () => [S, "auto", i, c], m1 = () => ["auto", "min", "max", "fr", i, c], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...m()], H = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, i, c], s1 = () => [...W(), z1, M1, {
|
|
777
777
|
position: [i, c]
|
|
778
|
-
}],
|
|
778
|
+
}], o = () => ["no-repeat", {
|
|
779
779
|
repeat: ["", "x", "y", "space", "round"]
|
|
780
|
-
}], v = () => ["auto", "cover", "contain",
|
|
780
|
+
}], v = () => ["auto", "cover", "contain", R0, M0, {
|
|
781
781
|
size: [i, c]
|
|
782
|
-
}],
|
|
782
|
+
}], p = () => [w1, i1, X], f = () => [
|
|
783
783
|
// Deprecated since Tailwind CSS v4.0.0
|
|
784
784
|
"",
|
|
785
785
|
"none",
|
|
786
786
|
"full",
|
|
787
|
-
|
|
787
|
+
k,
|
|
788
788
|
i,
|
|
789
789
|
c
|
|
790
|
-
], b = () => ["",
|
|
790
|
+
], b = () => ["", u, i1, X], T = () => ["solid", "dashed", "dotted", "double"], r1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [u, w1, z1, M1], L = () => [
|
|
791
791
|
// Deprecated since Tailwind CSS v4.0.0
|
|
792
792
|
"",
|
|
793
793
|
"none",
|
|
794
|
-
|
|
794
|
+
M,
|
|
795
795
|
i,
|
|
796
796
|
c
|
|
797
|
-
],
|
|
797
|
+
], A = () => ["none", u, i, c], D = () => ["none", u, i, c], l1 = () => [u, i, c], v1 = () => [t1, "full", ...m()];
|
|
798
798
|
return {
|
|
799
799
|
cacheSize: 500,
|
|
800
800
|
theme: {
|
|
801
801
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
802
802
|
aspect: ["video"],
|
|
803
|
-
blur: [
|
|
804
|
-
breakpoint: [
|
|
805
|
-
color: [
|
|
806
|
-
container: [
|
|
807
|
-
"drop-shadow": [
|
|
803
|
+
blur: [B],
|
|
804
|
+
breakpoint: [B],
|
|
805
|
+
color: [j0],
|
|
806
|
+
container: [B],
|
|
807
|
+
"drop-shadow": [B],
|
|
808
808
|
ease: ["in", "out", "in-out"],
|
|
809
|
-
font: [
|
|
809
|
+
font: [T0],
|
|
810
810
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
811
|
-
"inset-shadow": [
|
|
811
|
+
"inset-shadow": [B],
|
|
812
812
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
813
813
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
814
|
-
radius: [
|
|
815
|
-
shadow: [
|
|
816
|
-
spacing: ["px",
|
|
817
|
-
text: [
|
|
818
|
-
"text-shadow": [
|
|
814
|
+
radius: [B],
|
|
815
|
+
shadow: [B],
|
|
816
|
+
spacing: ["px", u],
|
|
817
|
+
text: [B],
|
|
818
|
+
"text-shadow": [B],
|
|
819
819
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
820
820
|
},
|
|
821
821
|
classGroups: {
|
|
@@ -827,7 +827,7 @@ const k = (e) => {
|
|
|
827
827
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
828
828
|
*/
|
|
829
829
|
aspect: [{
|
|
830
|
-
aspect: ["auto", "square",
|
|
830
|
+
aspect: ["auto", "square", t1, c, i, V]
|
|
831
831
|
}],
|
|
832
832
|
/**
|
|
833
833
|
* Container
|
|
@@ -840,21 +840,21 @@ const k = (e) => {
|
|
|
840
840
|
* @see https://tailwindcss.com/docs/columns
|
|
841
841
|
*/
|
|
842
842
|
columns: [{
|
|
843
|
-
columns: [
|
|
843
|
+
columns: [u, c, i, x]
|
|
844
844
|
}],
|
|
845
845
|
/**
|
|
846
846
|
* Break After
|
|
847
847
|
* @see https://tailwindcss.com/docs/break-after
|
|
848
848
|
*/
|
|
849
849
|
"break-after": [{
|
|
850
|
-
"break-after":
|
|
850
|
+
"break-after": Y()
|
|
851
851
|
}],
|
|
852
852
|
/**
|
|
853
853
|
* Break Before
|
|
854
854
|
* @see https://tailwindcss.com/docs/break-before
|
|
855
855
|
*/
|
|
856
856
|
"break-before": [{
|
|
857
|
-
"break-before":
|
|
857
|
+
"break-before": Y()
|
|
858
858
|
}],
|
|
859
859
|
/**
|
|
860
860
|
* Break Inside
|
|
@@ -925,42 +925,42 @@ const k = (e) => {
|
|
|
925
925
|
* @see https://tailwindcss.com/docs/overflow
|
|
926
926
|
*/
|
|
927
927
|
overflow: [{
|
|
928
|
-
overflow:
|
|
928
|
+
overflow: I()
|
|
929
929
|
}],
|
|
930
930
|
/**
|
|
931
931
|
* Overflow X
|
|
932
932
|
* @see https://tailwindcss.com/docs/overflow
|
|
933
933
|
*/
|
|
934
934
|
"overflow-x": [{
|
|
935
|
-
"overflow-x":
|
|
935
|
+
"overflow-x": I()
|
|
936
936
|
}],
|
|
937
937
|
/**
|
|
938
938
|
* Overflow Y
|
|
939
939
|
* @see https://tailwindcss.com/docs/overflow
|
|
940
940
|
*/
|
|
941
941
|
"overflow-y": [{
|
|
942
|
-
"overflow-y":
|
|
942
|
+
"overflow-y": I()
|
|
943
943
|
}],
|
|
944
944
|
/**
|
|
945
945
|
* Overscroll Behavior
|
|
946
946
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
947
947
|
*/
|
|
948
948
|
overscroll: [{
|
|
949
|
-
overscroll:
|
|
949
|
+
overscroll: U()
|
|
950
950
|
}],
|
|
951
951
|
/**
|
|
952
952
|
* Overscroll Behavior X
|
|
953
953
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
954
954
|
*/
|
|
955
955
|
"overscroll-x": [{
|
|
956
|
-
"overscroll-x":
|
|
956
|
+
"overscroll-x": U()
|
|
957
957
|
}],
|
|
958
958
|
/**
|
|
959
959
|
* Overscroll Behavior Y
|
|
960
960
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
961
961
|
*/
|
|
962
962
|
"overscroll-y": [{
|
|
963
|
-
"overscroll-y":
|
|
963
|
+
"overscroll-y": U()
|
|
964
964
|
}],
|
|
965
965
|
/**
|
|
966
966
|
* Position
|
|
@@ -972,63 +972,63 @@ const k = (e) => {
|
|
|
972
972
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
973
973
|
*/
|
|
974
974
|
inset: [{
|
|
975
|
-
inset:
|
|
975
|
+
inset: N()
|
|
976
976
|
}],
|
|
977
977
|
/**
|
|
978
978
|
* Right / Left
|
|
979
979
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
980
980
|
*/
|
|
981
981
|
"inset-x": [{
|
|
982
|
-
"inset-x":
|
|
982
|
+
"inset-x": N()
|
|
983
983
|
}],
|
|
984
984
|
/**
|
|
985
985
|
* Top / Bottom
|
|
986
986
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
987
987
|
*/
|
|
988
988
|
"inset-y": [{
|
|
989
|
-
"inset-y":
|
|
989
|
+
"inset-y": N()
|
|
990
990
|
}],
|
|
991
991
|
/**
|
|
992
992
|
* Start
|
|
993
993
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
994
994
|
*/
|
|
995
995
|
start: [{
|
|
996
|
-
start:
|
|
996
|
+
start: N()
|
|
997
997
|
}],
|
|
998
998
|
/**
|
|
999
999
|
* End
|
|
1000
1000
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1001
1001
|
*/
|
|
1002
1002
|
end: [{
|
|
1003
|
-
end:
|
|
1003
|
+
end: N()
|
|
1004
1004
|
}],
|
|
1005
1005
|
/**
|
|
1006
1006
|
* Top
|
|
1007
1007
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1008
1008
|
*/
|
|
1009
1009
|
top: [{
|
|
1010
|
-
top:
|
|
1010
|
+
top: N()
|
|
1011
1011
|
}],
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Right
|
|
1014
1014
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1015
1015
|
*/
|
|
1016
1016
|
right: [{
|
|
1017
|
-
right:
|
|
1017
|
+
right: N()
|
|
1018
1018
|
}],
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Bottom
|
|
1021
1021
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1022
1022
|
*/
|
|
1023
1023
|
bottom: [{
|
|
1024
|
-
bottom:
|
|
1024
|
+
bottom: N()
|
|
1025
1025
|
}],
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Left
|
|
1028
1028
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1029
1029
|
*/
|
|
1030
1030
|
left: [{
|
|
1031
|
-
left:
|
|
1031
|
+
left: N()
|
|
1032
1032
|
}],
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Visibility
|
|
@@ -1040,7 +1040,7 @@ const k = (e) => {
|
|
|
1040
1040
|
* @see https://tailwindcss.com/docs/z-index
|
|
1041
1041
|
*/
|
|
1042
1042
|
z: [{
|
|
1043
|
-
z: [
|
|
1043
|
+
z: [S, "auto", i, c]
|
|
1044
1044
|
}],
|
|
1045
1045
|
// ------------------------
|
|
1046
1046
|
// --- Flexbox and Grid ---
|
|
@@ -1050,7 +1050,7 @@ const k = (e) => {
|
|
|
1050
1050
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1051
1051
|
*/
|
|
1052
1052
|
basis: [{
|
|
1053
|
-
basis: [
|
|
1053
|
+
basis: [t1, "full", "auto", x, ...m()]
|
|
1054
1054
|
}],
|
|
1055
1055
|
/**
|
|
1056
1056
|
* Flex Direction
|
|
@@ -1071,28 +1071,28 @@ const k = (e) => {
|
|
|
1071
1071
|
* @see https://tailwindcss.com/docs/flex
|
|
1072
1072
|
*/
|
|
1073
1073
|
flex: [{
|
|
1074
|
-
flex: [
|
|
1074
|
+
flex: [u, t1, "auto", "initial", "none", c]
|
|
1075
1075
|
}],
|
|
1076
1076
|
/**
|
|
1077
1077
|
* Flex Grow
|
|
1078
1078
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1079
1079
|
*/
|
|
1080
1080
|
grow: [{
|
|
1081
|
-
grow: ["",
|
|
1081
|
+
grow: ["", u, i, c]
|
|
1082
1082
|
}],
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Flex Shrink
|
|
1085
1085
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1086
1086
|
*/
|
|
1087
1087
|
shrink: [{
|
|
1088
|
-
shrink: ["",
|
|
1088
|
+
shrink: ["", u, i, c]
|
|
1089
1089
|
}],
|
|
1090
1090
|
/**
|
|
1091
1091
|
* Order
|
|
1092
1092
|
* @see https://tailwindcss.com/docs/order
|
|
1093
1093
|
*/
|
|
1094
1094
|
order: [{
|
|
1095
|
-
order: [
|
|
1095
|
+
order: [S, "first", "last", "none", i, c]
|
|
1096
1096
|
}],
|
|
1097
1097
|
/**
|
|
1098
1098
|
* Grid Template Columns
|
|
@@ -1113,14 +1113,14 @@ const k = (e) => {
|
|
|
1113
1113
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1114
1114
|
*/
|
|
1115
1115
|
"col-start": [{
|
|
1116
|
-
"col-start":
|
|
1116
|
+
"col-start": P()
|
|
1117
1117
|
}],
|
|
1118
1118
|
/**
|
|
1119
1119
|
* Grid Column End
|
|
1120
1120
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1121
1121
|
*/
|
|
1122
1122
|
"col-end": [{
|
|
1123
|
-
"col-end":
|
|
1123
|
+
"col-end": P()
|
|
1124
1124
|
}],
|
|
1125
1125
|
/**
|
|
1126
1126
|
* Grid Template Rows
|
|
@@ -1141,14 +1141,14 @@ const k = (e) => {
|
|
|
1141
1141
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1142
1142
|
*/
|
|
1143
1143
|
"row-start": [{
|
|
1144
|
-
"row-start":
|
|
1144
|
+
"row-start": P()
|
|
1145
1145
|
}],
|
|
1146
1146
|
/**
|
|
1147
1147
|
* Grid Row End
|
|
1148
1148
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1149
1149
|
*/
|
|
1150
1150
|
"row-end": [{
|
|
1151
|
-
"row-end":
|
|
1151
|
+
"row-end": P()
|
|
1152
1152
|
}],
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Grid Auto Flow
|
|
@@ -1197,35 +1197,35 @@ const k = (e) => {
|
|
|
1197
1197
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1198
1198
|
*/
|
|
1199
1199
|
"justify-content": [{
|
|
1200
|
-
justify: [...
|
|
1200
|
+
justify: [...J(), "normal"]
|
|
1201
1201
|
}],
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Justify Items
|
|
1204
1204
|
* @see https://tailwindcss.com/docs/justify-items
|
|
1205
1205
|
*/
|
|
1206
1206
|
"justify-items": [{
|
|
1207
|
-
"justify-items": [...
|
|
1207
|
+
"justify-items": [...O(), "normal"]
|
|
1208
1208
|
}],
|
|
1209
1209
|
/**
|
|
1210
1210
|
* Justify Self
|
|
1211
1211
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1212
1212
|
*/
|
|
1213
1213
|
"justify-self": [{
|
|
1214
|
-
"justify-self": ["auto", ...
|
|
1214
|
+
"justify-self": ["auto", ...O()]
|
|
1215
1215
|
}],
|
|
1216
1216
|
/**
|
|
1217
1217
|
* Align Content
|
|
1218
1218
|
* @see https://tailwindcss.com/docs/align-content
|
|
1219
1219
|
*/
|
|
1220
1220
|
"align-content": [{
|
|
1221
|
-
content: ["normal", ...
|
|
1221
|
+
content: ["normal", ...J()]
|
|
1222
1222
|
}],
|
|
1223
1223
|
/**
|
|
1224
1224
|
* Align Items
|
|
1225
1225
|
* @see https://tailwindcss.com/docs/align-items
|
|
1226
1226
|
*/
|
|
1227
1227
|
"align-items": [{
|
|
1228
|
-
items: [...
|
|
1228
|
+
items: [...O(), {
|
|
1229
1229
|
baseline: ["", "last"]
|
|
1230
1230
|
}]
|
|
1231
1231
|
}],
|
|
@@ -1234,7 +1234,7 @@ const k = (e) => {
|
|
|
1234
1234
|
* @see https://tailwindcss.com/docs/align-self
|
|
1235
1235
|
*/
|
|
1236
1236
|
"align-self": [{
|
|
1237
|
-
self: ["auto", ...
|
|
1237
|
+
self: ["auto", ...O(), {
|
|
1238
1238
|
baseline: ["", "last"]
|
|
1239
1239
|
}]
|
|
1240
1240
|
}],
|
|
@@ -1243,21 +1243,21 @@ const k = (e) => {
|
|
|
1243
1243
|
* @see https://tailwindcss.com/docs/place-content
|
|
1244
1244
|
*/
|
|
1245
1245
|
"place-content": [{
|
|
1246
|
-
"place-content":
|
|
1246
|
+
"place-content": J()
|
|
1247
1247
|
}],
|
|
1248
1248
|
/**
|
|
1249
1249
|
* Place Items
|
|
1250
1250
|
* @see https://tailwindcss.com/docs/place-items
|
|
1251
1251
|
*/
|
|
1252
1252
|
"place-items": [{
|
|
1253
|
-
"place-items": [...
|
|
1253
|
+
"place-items": [...O(), "baseline"]
|
|
1254
1254
|
}],
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Place Self
|
|
1257
1257
|
* @see https://tailwindcss.com/docs/place-self
|
|
1258
1258
|
*/
|
|
1259
1259
|
"place-self": [{
|
|
1260
|
-
"place-self": ["auto", ...
|
|
1260
|
+
"place-self": ["auto", ...O()]
|
|
1261
1261
|
}],
|
|
1262
1262
|
// Spacing
|
|
1263
1263
|
/**
|
|
@@ -1328,63 +1328,63 @@ const k = (e) => {
|
|
|
1328
1328
|
* @see https://tailwindcss.com/docs/margin
|
|
1329
1329
|
*/
|
|
1330
1330
|
m: [{
|
|
1331
|
-
m:
|
|
1331
|
+
m: z()
|
|
1332
1332
|
}],
|
|
1333
1333
|
/**
|
|
1334
1334
|
* Margin X
|
|
1335
1335
|
* @see https://tailwindcss.com/docs/margin
|
|
1336
1336
|
*/
|
|
1337
1337
|
mx: [{
|
|
1338
|
-
mx:
|
|
1338
|
+
mx: z()
|
|
1339
1339
|
}],
|
|
1340
1340
|
/**
|
|
1341
1341
|
* Margin Y
|
|
1342
1342
|
* @see https://tailwindcss.com/docs/margin
|
|
1343
1343
|
*/
|
|
1344
1344
|
my: [{
|
|
1345
|
-
my:
|
|
1345
|
+
my: z()
|
|
1346
1346
|
}],
|
|
1347
1347
|
/**
|
|
1348
1348
|
* Margin Start
|
|
1349
1349
|
* @see https://tailwindcss.com/docs/margin
|
|
1350
1350
|
*/
|
|
1351
1351
|
ms: [{
|
|
1352
|
-
ms:
|
|
1352
|
+
ms: z()
|
|
1353
1353
|
}],
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Margin End
|
|
1356
1356
|
* @see https://tailwindcss.com/docs/margin
|
|
1357
1357
|
*/
|
|
1358
1358
|
me: [{
|
|
1359
|
-
me:
|
|
1359
|
+
me: z()
|
|
1360
1360
|
}],
|
|
1361
1361
|
/**
|
|
1362
1362
|
* Margin Top
|
|
1363
1363
|
* @see https://tailwindcss.com/docs/margin
|
|
1364
1364
|
*/
|
|
1365
1365
|
mt: [{
|
|
1366
|
-
mt:
|
|
1366
|
+
mt: z()
|
|
1367
1367
|
}],
|
|
1368
1368
|
/**
|
|
1369
1369
|
* Margin Right
|
|
1370
1370
|
* @see https://tailwindcss.com/docs/margin
|
|
1371
1371
|
*/
|
|
1372
1372
|
mr: [{
|
|
1373
|
-
mr:
|
|
1373
|
+
mr: z()
|
|
1374
1374
|
}],
|
|
1375
1375
|
/**
|
|
1376
1376
|
* Margin Bottom
|
|
1377
1377
|
* @see https://tailwindcss.com/docs/margin
|
|
1378
1378
|
*/
|
|
1379
1379
|
mb: [{
|
|
1380
|
-
mb:
|
|
1380
|
+
mb: z()
|
|
1381
1381
|
}],
|
|
1382
1382
|
/**
|
|
1383
1383
|
* Margin Left
|
|
1384
1384
|
* @see https://tailwindcss.com/docs/margin
|
|
1385
1385
|
*/
|
|
1386
1386
|
ml: [{
|
|
1387
|
-
ml:
|
|
1387
|
+
ml: z()
|
|
1388
1388
|
}],
|
|
1389
1389
|
/**
|
|
1390
1390
|
* Space Between X
|
|
@@ -1418,14 +1418,14 @@ const k = (e) => {
|
|
|
1418
1418
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1419
1419
|
*/
|
|
1420
1420
|
size: [{
|
|
1421
|
-
size:
|
|
1421
|
+
size: H()
|
|
1422
1422
|
}],
|
|
1423
1423
|
/**
|
|
1424
1424
|
* Width
|
|
1425
1425
|
* @see https://tailwindcss.com/docs/width
|
|
1426
1426
|
*/
|
|
1427
1427
|
w: [{
|
|
1428
|
-
w: [x, "screen", ...
|
|
1428
|
+
w: [x, "screen", ...H()]
|
|
1429
1429
|
}],
|
|
1430
1430
|
/**
|
|
1431
1431
|
* Min-Width
|
|
@@ -1437,7 +1437,7 @@ const k = (e) => {
|
|
|
1437
1437
|
"screen",
|
|
1438
1438
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1439
1439
|
"none",
|
|
1440
|
-
...
|
|
1440
|
+
...H()
|
|
1441
1441
|
]
|
|
1442
1442
|
}],
|
|
1443
1443
|
/**
|
|
@@ -1453,9 +1453,9 @@ const k = (e) => {
|
|
|
1453
1453
|
"prose",
|
|
1454
1454
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1455
1455
|
{
|
|
1456
|
-
screen: [
|
|
1456
|
+
screen: [g]
|
|
1457
1457
|
},
|
|
1458
|
-
...
|
|
1458
|
+
...H()
|
|
1459
1459
|
]
|
|
1460
1460
|
}],
|
|
1461
1461
|
/**
|
|
@@ -1463,21 +1463,21 @@ const k = (e) => {
|
|
|
1463
1463
|
* @see https://tailwindcss.com/docs/height
|
|
1464
1464
|
*/
|
|
1465
1465
|
h: [{
|
|
1466
|
-
h: ["screen", "lh", ...
|
|
1466
|
+
h: ["screen", "lh", ...H()]
|
|
1467
1467
|
}],
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Min-Height
|
|
1470
1470
|
* @see https://tailwindcss.com/docs/min-height
|
|
1471
1471
|
*/
|
|
1472
1472
|
"min-h": [{
|
|
1473
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1473
|
+
"min-h": ["screen", "lh", "none", ...H()]
|
|
1474
1474
|
}],
|
|
1475
1475
|
/**
|
|
1476
1476
|
* Max-Height
|
|
1477
1477
|
* @see https://tailwindcss.com/docs/max-height
|
|
1478
1478
|
*/
|
|
1479
1479
|
"max-h": [{
|
|
1480
|
-
"max-h": ["screen", "lh", ...
|
|
1480
|
+
"max-h": ["screen", "lh", ...H()]
|
|
1481
1481
|
}],
|
|
1482
1482
|
// ------------------
|
|
1483
1483
|
// --- Typography ---
|
|
@@ -1487,7 +1487,7 @@ const k = (e) => {
|
|
|
1487
1487
|
* @see https://tailwindcss.com/docs/font-size
|
|
1488
1488
|
*/
|
|
1489
1489
|
"font-size": [{
|
|
1490
|
-
text: ["base",
|
|
1490
|
+
text: ["base", n, i1, X]
|
|
1491
1491
|
}],
|
|
1492
1492
|
/**
|
|
1493
1493
|
* Font Smoothing
|
|
@@ -1511,14 +1511,14 @@ const k = (e) => {
|
|
|
1511
1511
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1512
1512
|
*/
|
|
1513
1513
|
"font-stretch": [{
|
|
1514
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1514
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", w1, c]
|
|
1515
1515
|
}],
|
|
1516
1516
|
/**
|
|
1517
1517
|
* Font Family
|
|
1518
1518
|
* @see https://tailwindcss.com/docs/font-family
|
|
1519
1519
|
*/
|
|
1520
1520
|
"font-family": [{
|
|
1521
|
-
font: [
|
|
1521
|
+
font: [E0, c, r]
|
|
1522
1522
|
}],
|
|
1523
1523
|
/**
|
|
1524
1524
|
* Font Variant Numeric
|
|
@@ -1555,14 +1555,14 @@ const k = (e) => {
|
|
|
1555
1555
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1556
1556
|
*/
|
|
1557
1557
|
tracking: [{
|
|
1558
|
-
tracking: [
|
|
1558
|
+
tracking: [a, i, c]
|
|
1559
1559
|
}],
|
|
1560
1560
|
/**
|
|
1561
1561
|
* Line Clamp
|
|
1562
1562
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1563
1563
|
*/
|
|
1564
1564
|
"line-clamp": [{
|
|
1565
|
-
"line-clamp": [
|
|
1565
|
+
"line-clamp": [u, "none", i, f1]
|
|
1566
1566
|
}],
|
|
1567
1567
|
/**
|
|
1568
1568
|
* Line Height
|
|
@@ -1628,14 +1628,14 @@ const k = (e) => {
|
|
|
1628
1628
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1629
1629
|
*/
|
|
1630
1630
|
"text-decoration-style": [{
|
|
1631
|
-
decoration: [...
|
|
1631
|
+
decoration: [...T(), "wavy"]
|
|
1632
1632
|
}],
|
|
1633
1633
|
/**
|
|
1634
1634
|
* Text Decoration Thickness
|
|
1635
1635
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1636
1636
|
*/
|
|
1637
1637
|
"text-decoration-thickness": [{
|
|
1638
|
-
decoration: [
|
|
1638
|
+
decoration: [u, "from-font", "auto", i, X]
|
|
1639
1639
|
}],
|
|
1640
1640
|
/**
|
|
1641
1641
|
* Text Decoration Color
|
|
@@ -1649,7 +1649,7 @@ const k = (e) => {
|
|
|
1649
1649
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1650
1650
|
*/
|
|
1651
1651
|
"underline-offset": [{
|
|
1652
|
-
"underline-offset": [
|
|
1652
|
+
"underline-offset": [u, "auto", i, c]
|
|
1653
1653
|
}],
|
|
1654
1654
|
/**
|
|
1655
1655
|
* Text Transform
|
|
@@ -1753,7 +1753,7 @@ const k = (e) => {
|
|
|
1753
1753
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1754
1754
|
*/
|
|
1755
1755
|
"bg-repeat": [{
|
|
1756
|
-
bg:
|
|
1756
|
+
bg: o()
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Background Size
|
|
@@ -1770,10 +1770,10 @@ const k = (e) => {
|
|
|
1770
1770
|
bg: ["none", {
|
|
1771
1771
|
linear: [{
|
|
1772
1772
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1773
|
-
},
|
|
1773
|
+
}, S, i, c],
|
|
1774
1774
|
radial: ["", i, c],
|
|
1775
|
-
conic: [
|
|
1776
|
-
},
|
|
1775
|
+
conic: [S, i, c]
|
|
1776
|
+
}, N0, z0]
|
|
1777
1777
|
}],
|
|
1778
1778
|
/**
|
|
1779
1779
|
* Background Color
|
|
@@ -1787,21 +1787,21 @@ const k = (e) => {
|
|
|
1787
1787
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1788
1788
|
*/
|
|
1789
1789
|
"gradient-from-pos": [{
|
|
1790
|
-
from:
|
|
1790
|
+
from: p()
|
|
1791
1791
|
}],
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Gradient Color Stops Via Position
|
|
1794
1794
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1795
1795
|
*/
|
|
1796
1796
|
"gradient-via-pos": [{
|
|
1797
|
-
via:
|
|
1797
|
+
via: p()
|
|
1798
1798
|
}],
|
|
1799
1799
|
/**
|
|
1800
1800
|
* Gradient Color Stops To Position
|
|
1801
1801
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1802
1802
|
*/
|
|
1803
1803
|
"gradient-to-pos": [{
|
|
1804
|
-
to:
|
|
1804
|
+
to: p()
|
|
1805
1805
|
}],
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Gradient Color Stops From
|
|
@@ -2024,14 +2024,14 @@ const k = (e) => {
|
|
|
2024
2024
|
* @see https://tailwindcss.com/docs/border-style
|
|
2025
2025
|
*/
|
|
2026
2026
|
"border-style": [{
|
|
2027
|
-
border: [...
|
|
2027
|
+
border: [...T(), "hidden", "none"]
|
|
2028
2028
|
}],
|
|
2029
2029
|
/**
|
|
2030
2030
|
* Divide Style
|
|
2031
2031
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2032
2032
|
*/
|
|
2033
2033
|
"divide-style": [{
|
|
2034
|
-
divide: [...
|
|
2034
|
+
divide: [...T(), "hidden", "none"]
|
|
2035
2035
|
}],
|
|
2036
2036
|
/**
|
|
2037
2037
|
* Border Color
|
|
@@ -2108,21 +2108,21 @@ const k = (e) => {
|
|
|
2108
2108
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2109
2109
|
*/
|
|
2110
2110
|
"outline-style": [{
|
|
2111
|
-
outline: [...
|
|
2111
|
+
outline: [...T(), "none", "hidden"]
|
|
2112
2112
|
}],
|
|
2113
2113
|
/**
|
|
2114
2114
|
* Outline Offset
|
|
2115
2115
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2116
2116
|
*/
|
|
2117
2117
|
"outline-offset": [{
|
|
2118
|
-
"outline-offset": [
|
|
2118
|
+
"outline-offset": [u, i, c]
|
|
2119
2119
|
}],
|
|
2120
2120
|
/**
|
|
2121
2121
|
* Outline Width
|
|
2122
2122
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2123
2123
|
*/
|
|
2124
2124
|
"outline-w": [{
|
|
2125
|
-
outline: ["",
|
|
2125
|
+
outline: ["", u, i1, X]
|
|
2126
2126
|
}],
|
|
2127
2127
|
/**
|
|
2128
2128
|
* Outline Color
|
|
@@ -2143,9 +2143,9 @@ const k = (e) => {
|
|
|
2143
2143
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2144
2144
|
"",
|
|
2145
2145
|
"none",
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2146
|
+
C,
|
|
2147
|
+
u1,
|
|
2148
|
+
g1
|
|
2149
2149
|
]
|
|
2150
2150
|
}],
|
|
2151
2151
|
/**
|
|
@@ -2160,7 +2160,7 @@ const k = (e) => {
|
|
|
2160
2160
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2161
2161
|
*/
|
|
2162
2162
|
"inset-shadow": [{
|
|
2163
|
-
"inset-shadow": ["none",
|
|
2163
|
+
"inset-shadow": ["none", R, u1, g1]
|
|
2164
2164
|
}],
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Inset Box Shadow Color
|
|
@@ -2197,7 +2197,7 @@ const k = (e) => {
|
|
|
2197
2197
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2198
2198
|
*/
|
|
2199
2199
|
"ring-offset-w": [{
|
|
2200
|
-
"ring-offset": [
|
|
2200
|
+
"ring-offset": [u, X]
|
|
2201
2201
|
}],
|
|
2202
2202
|
/**
|
|
2203
2203
|
* Ring Offset Color
|
|
@@ -2227,7 +2227,7 @@ const k = (e) => {
|
|
|
2227
2227
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2228
2228
|
*/
|
|
2229
2229
|
"text-shadow": [{
|
|
2230
|
-
"text-shadow": ["none",
|
|
2230
|
+
"text-shadow": ["none", y, u1, g1]
|
|
2231
2231
|
}],
|
|
2232
2232
|
/**
|
|
2233
2233
|
* Text Shadow Color
|
|
@@ -2241,21 +2241,21 @@ const k = (e) => {
|
|
|
2241
2241
|
* @see https://tailwindcss.com/docs/opacity
|
|
2242
2242
|
*/
|
|
2243
2243
|
opacity: [{
|
|
2244
|
-
opacity: [
|
|
2244
|
+
opacity: [u, i, c]
|
|
2245
2245
|
}],
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Mix Blend Mode
|
|
2248
2248
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2249
2249
|
*/
|
|
2250
2250
|
"mix-blend": [{
|
|
2251
|
-
"mix-blend": [...
|
|
2251
|
+
"mix-blend": [...r1(), "plus-darker", "plus-lighter"]
|
|
2252
2252
|
}],
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Background Blend Mode
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2256
2256
|
*/
|
|
2257
2257
|
"bg-blend": [{
|
|
2258
|
-
"bg-blend":
|
|
2258
|
+
"bg-blend": r1()
|
|
2259
2259
|
}],
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Mask Clip
|
|
@@ -2276,7 +2276,7 @@ const k = (e) => {
|
|
|
2276
2276
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2277
2277
|
*/
|
|
2278
2278
|
"mask-image-linear-pos": [{
|
|
2279
|
-
"mask-linear": [
|
|
2279
|
+
"mask-linear": [u]
|
|
2280
2280
|
}],
|
|
2281
2281
|
"mask-image-linear-from-pos": [{
|
|
2282
2282
|
"mask-linear-from": q()
|
|
@@ -2387,10 +2387,10 @@ const k = (e) => {
|
|
|
2387
2387
|
}]
|
|
2388
2388
|
}],
|
|
2389
2389
|
"mask-image-radial-pos": [{
|
|
2390
|
-
"mask-radial-at":
|
|
2390
|
+
"mask-radial-at": W()
|
|
2391
2391
|
}],
|
|
2392
2392
|
"mask-image-conic-pos": [{
|
|
2393
|
-
"mask-conic": [
|
|
2393
|
+
"mask-conic": [u]
|
|
2394
2394
|
}],
|
|
2395
2395
|
"mask-image-conic-from-pos": [{
|
|
2396
2396
|
"mask-conic-from": q()
|
|
@@ -2430,7 +2430,7 @@ const k = (e) => {
|
|
|
2430
2430
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2431
2431
|
*/
|
|
2432
2432
|
"mask-repeat": [{
|
|
2433
|
-
mask:
|
|
2433
|
+
mask: o()
|
|
2434
2434
|
}],
|
|
2435
2435
|
/**
|
|
2436
2436
|
* Mask Size
|
|
@@ -2474,21 +2474,21 @@ const k = (e) => {
|
|
|
2474
2474
|
* @see https://tailwindcss.com/docs/blur
|
|
2475
2475
|
*/
|
|
2476
2476
|
blur: [{
|
|
2477
|
-
blur:
|
|
2477
|
+
blur: L()
|
|
2478
2478
|
}],
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Brightness
|
|
2481
2481
|
* @see https://tailwindcss.com/docs/brightness
|
|
2482
2482
|
*/
|
|
2483
2483
|
brightness: [{
|
|
2484
|
-
brightness: [
|
|
2484
|
+
brightness: [u, i, c]
|
|
2485
2485
|
}],
|
|
2486
2486
|
/**
|
|
2487
2487
|
* Contrast
|
|
2488
2488
|
* @see https://tailwindcss.com/docs/contrast
|
|
2489
2489
|
*/
|
|
2490
2490
|
contrast: [{
|
|
2491
|
-
contrast: [
|
|
2491
|
+
contrast: [u, i, c]
|
|
2492
2492
|
}],
|
|
2493
2493
|
/**
|
|
2494
2494
|
* Drop Shadow
|
|
@@ -2499,9 +2499,9 @@ const k = (e) => {
|
|
|
2499
2499
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2500
2500
|
"",
|
|
2501
2501
|
"none",
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2502
|
+
F,
|
|
2503
|
+
u1,
|
|
2504
|
+
g1
|
|
2505
2505
|
]
|
|
2506
2506
|
}],
|
|
2507
2507
|
/**
|
|
@@ -2516,35 +2516,35 @@ const k = (e) => {
|
|
|
2516
2516
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2517
2517
|
*/
|
|
2518
2518
|
grayscale: [{
|
|
2519
|
-
grayscale: ["",
|
|
2519
|
+
grayscale: ["", u, i, c]
|
|
2520
2520
|
}],
|
|
2521
2521
|
/**
|
|
2522
2522
|
* Hue Rotate
|
|
2523
2523
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2524
2524
|
*/
|
|
2525
2525
|
"hue-rotate": [{
|
|
2526
|
-
"hue-rotate": [
|
|
2526
|
+
"hue-rotate": [u, i, c]
|
|
2527
2527
|
}],
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Invert
|
|
2530
2530
|
* @see https://tailwindcss.com/docs/invert
|
|
2531
2531
|
*/
|
|
2532
2532
|
invert: [{
|
|
2533
|
-
invert: ["",
|
|
2533
|
+
invert: ["", u, i, c]
|
|
2534
2534
|
}],
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Saturate
|
|
2537
2537
|
* @see https://tailwindcss.com/docs/saturate
|
|
2538
2538
|
*/
|
|
2539
2539
|
saturate: [{
|
|
2540
|
-
saturate: [
|
|
2540
|
+
saturate: [u, i, c]
|
|
2541
2541
|
}],
|
|
2542
2542
|
/**
|
|
2543
2543
|
* Sepia
|
|
2544
2544
|
* @see https://tailwindcss.com/docs/sepia
|
|
2545
2545
|
*/
|
|
2546
2546
|
sepia: [{
|
|
2547
|
-
sepia: ["",
|
|
2547
|
+
sepia: ["", u, i, c]
|
|
2548
2548
|
}],
|
|
2549
2549
|
/**
|
|
2550
2550
|
* Backdrop Filter
|
|
@@ -2564,63 +2564,63 @@ const k = (e) => {
|
|
|
2564
2564
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2565
2565
|
*/
|
|
2566
2566
|
"backdrop-blur": [{
|
|
2567
|
-
"backdrop-blur":
|
|
2567
|
+
"backdrop-blur": L()
|
|
2568
2568
|
}],
|
|
2569
2569
|
/**
|
|
2570
2570
|
* Backdrop Brightness
|
|
2571
2571
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2572
2572
|
*/
|
|
2573
2573
|
"backdrop-brightness": [{
|
|
2574
|
-
"backdrop-brightness": [
|
|
2574
|
+
"backdrop-brightness": [u, i, c]
|
|
2575
2575
|
}],
|
|
2576
2576
|
/**
|
|
2577
2577
|
* Backdrop Contrast
|
|
2578
2578
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2579
2579
|
*/
|
|
2580
2580
|
"backdrop-contrast": [{
|
|
2581
|
-
"backdrop-contrast": [
|
|
2581
|
+
"backdrop-contrast": [u, i, c]
|
|
2582
2582
|
}],
|
|
2583
2583
|
/**
|
|
2584
2584
|
* Backdrop Grayscale
|
|
2585
2585
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2586
2586
|
*/
|
|
2587
2587
|
"backdrop-grayscale": [{
|
|
2588
|
-
"backdrop-grayscale": ["",
|
|
2588
|
+
"backdrop-grayscale": ["", u, i, c]
|
|
2589
2589
|
}],
|
|
2590
2590
|
/**
|
|
2591
2591
|
* Backdrop Hue Rotate
|
|
2592
2592
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2593
2593
|
*/
|
|
2594
2594
|
"backdrop-hue-rotate": [{
|
|
2595
|
-
"backdrop-hue-rotate": [
|
|
2595
|
+
"backdrop-hue-rotate": [u, i, c]
|
|
2596
2596
|
}],
|
|
2597
2597
|
/**
|
|
2598
2598
|
* Backdrop Invert
|
|
2599
2599
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2600
2600
|
*/
|
|
2601
2601
|
"backdrop-invert": [{
|
|
2602
|
-
"backdrop-invert": ["",
|
|
2602
|
+
"backdrop-invert": ["", u, i, c]
|
|
2603
2603
|
}],
|
|
2604
2604
|
/**
|
|
2605
2605
|
* Backdrop Opacity
|
|
2606
2606
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2607
2607
|
*/
|
|
2608
2608
|
"backdrop-opacity": [{
|
|
2609
|
-
"backdrop-opacity": [
|
|
2609
|
+
"backdrop-opacity": [u, i, c]
|
|
2610
2610
|
}],
|
|
2611
2611
|
/**
|
|
2612
2612
|
* Backdrop Saturate
|
|
2613
2613
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2614
2614
|
*/
|
|
2615
2615
|
"backdrop-saturate": [{
|
|
2616
|
-
"backdrop-saturate": [
|
|
2616
|
+
"backdrop-saturate": [u, i, c]
|
|
2617
2617
|
}],
|
|
2618
2618
|
/**
|
|
2619
2619
|
* Backdrop Sepia
|
|
2620
2620
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2621
2621
|
*/
|
|
2622
2622
|
"backdrop-sepia": [{
|
|
2623
|
-
"backdrop-sepia": ["",
|
|
2623
|
+
"backdrop-sepia": ["", u, i, c]
|
|
2624
2624
|
}],
|
|
2625
2625
|
// --------------
|
|
2626
2626
|
// --- Tables ---
|
|
@@ -2689,21 +2689,21 @@ const k = (e) => {
|
|
|
2689
2689
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2690
2690
|
*/
|
|
2691
2691
|
duration: [{
|
|
2692
|
-
duration: [
|
|
2692
|
+
duration: [u, "initial", i, c]
|
|
2693
2693
|
}],
|
|
2694
2694
|
/**
|
|
2695
2695
|
* Transition Timing Function
|
|
2696
2696
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2697
2697
|
*/
|
|
2698
2698
|
ease: [{
|
|
2699
|
-
ease: ["linear", "initial",
|
|
2699
|
+
ease: ["linear", "initial", _, i, c]
|
|
2700
2700
|
}],
|
|
2701
2701
|
/**
|
|
2702
2702
|
* Transition Delay
|
|
2703
2703
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2704
2704
|
*/
|
|
2705
2705
|
delay: [{
|
|
2706
|
-
delay: [
|
|
2706
|
+
delay: [u, i, c]
|
|
2707
2707
|
}],
|
|
2708
2708
|
/**
|
|
2709
2709
|
* Animation
|
|
@@ -2727,7 +2727,7 @@ const k = (e) => {
|
|
|
2727
2727
|
* @see https://tailwindcss.com/docs/perspective
|
|
2728
2728
|
*/
|
|
2729
2729
|
perspective: [{
|
|
2730
|
-
perspective: [
|
|
2730
|
+
perspective: [Z, i, c]
|
|
2731
2731
|
}],
|
|
2732
2732
|
/**
|
|
2733
2733
|
* Perspective Origin
|
|
@@ -2741,56 +2741,56 @@ const k = (e) => {
|
|
|
2741
2741
|
* @see https://tailwindcss.com/docs/rotate
|
|
2742
2742
|
*/
|
|
2743
2743
|
rotate: [{
|
|
2744
|
-
rotate:
|
|
2744
|
+
rotate: A()
|
|
2745
2745
|
}],
|
|
2746
2746
|
/**
|
|
2747
2747
|
* Rotate X
|
|
2748
2748
|
* @see https://tailwindcss.com/docs/rotate
|
|
2749
2749
|
*/
|
|
2750
2750
|
"rotate-x": [{
|
|
2751
|
-
"rotate-x":
|
|
2751
|
+
"rotate-x": A()
|
|
2752
2752
|
}],
|
|
2753
2753
|
/**
|
|
2754
2754
|
* Rotate Y
|
|
2755
2755
|
* @see https://tailwindcss.com/docs/rotate
|
|
2756
2756
|
*/
|
|
2757
2757
|
"rotate-y": [{
|
|
2758
|
-
"rotate-y":
|
|
2758
|
+
"rotate-y": A()
|
|
2759
2759
|
}],
|
|
2760
2760
|
/**
|
|
2761
2761
|
* Rotate Z
|
|
2762
2762
|
* @see https://tailwindcss.com/docs/rotate
|
|
2763
2763
|
*/
|
|
2764
2764
|
"rotate-z": [{
|
|
2765
|
-
"rotate-z":
|
|
2765
|
+
"rotate-z": A()
|
|
2766
2766
|
}],
|
|
2767
2767
|
/**
|
|
2768
2768
|
* Scale
|
|
2769
2769
|
* @see https://tailwindcss.com/docs/scale
|
|
2770
2770
|
*/
|
|
2771
2771
|
scale: [{
|
|
2772
|
-
scale:
|
|
2772
|
+
scale: D()
|
|
2773
2773
|
}],
|
|
2774
2774
|
/**
|
|
2775
2775
|
* Scale X
|
|
2776
2776
|
* @see https://tailwindcss.com/docs/scale
|
|
2777
2777
|
*/
|
|
2778
2778
|
"scale-x": [{
|
|
2779
|
-
"scale-x":
|
|
2779
|
+
"scale-x": D()
|
|
2780
2780
|
}],
|
|
2781
2781
|
/**
|
|
2782
2782
|
* Scale Y
|
|
2783
2783
|
* @see https://tailwindcss.com/docs/scale
|
|
2784
2784
|
*/
|
|
2785
2785
|
"scale-y": [{
|
|
2786
|
-
"scale-y":
|
|
2786
|
+
"scale-y": D()
|
|
2787
2787
|
}],
|
|
2788
2788
|
/**
|
|
2789
2789
|
* Scale Z
|
|
2790
2790
|
* @see https://tailwindcss.com/docs/scale
|
|
2791
2791
|
*/
|
|
2792
2792
|
"scale-z": [{
|
|
2793
|
-
"scale-z":
|
|
2793
|
+
"scale-z": D()
|
|
2794
2794
|
}],
|
|
2795
2795
|
/**
|
|
2796
2796
|
* Scale 3D
|
|
@@ -2802,21 +2802,21 @@ const k = (e) => {
|
|
|
2802
2802
|
* @see https://tailwindcss.com/docs/skew
|
|
2803
2803
|
*/
|
|
2804
2804
|
skew: [{
|
|
2805
|
-
skew:
|
|
2805
|
+
skew: l1()
|
|
2806
2806
|
}],
|
|
2807
2807
|
/**
|
|
2808
2808
|
* Skew X
|
|
2809
2809
|
* @see https://tailwindcss.com/docs/skew
|
|
2810
2810
|
*/
|
|
2811
2811
|
"skew-x": [{
|
|
2812
|
-
"skew-x":
|
|
2812
|
+
"skew-x": l1()
|
|
2813
2813
|
}],
|
|
2814
2814
|
/**
|
|
2815
2815
|
* Skew Y
|
|
2816
2816
|
* @see https://tailwindcss.com/docs/skew
|
|
2817
2817
|
*/
|
|
2818
2818
|
"skew-y": [{
|
|
2819
|
-
"skew-y":
|
|
2819
|
+
"skew-y": l1()
|
|
2820
2820
|
}],
|
|
2821
2821
|
/**
|
|
2822
2822
|
* Transform
|
|
@@ -3147,7 +3147,7 @@ const k = (e) => {
|
|
|
3147
3147
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3148
3148
|
*/
|
|
3149
3149
|
"stroke-w": [{
|
|
3150
|
-
stroke: [
|
|
3150
|
+
stroke: [u, i1, X, f1]
|
|
3151
3151
|
}],
|
|
3152
3152
|
/**
|
|
3153
3153
|
* Stroke
|
|
@@ -3222,48 +3222,48 @@ const k = (e) => {
|
|
|
3222
3222
|
},
|
|
3223
3223
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3224
3224
|
};
|
|
3225
|
-
}, _0 = /* @__PURE__ */
|
|
3226
|
-
function
|
|
3227
|
-
var
|
|
3225
|
+
}, _0 = /* @__PURE__ */ w0(H0);
|
|
3226
|
+
function F1(e) {
|
|
3227
|
+
var r, n, s = "";
|
|
3228
3228
|
if (typeof e == "string" || typeof e == "number") s += e;
|
|
3229
3229
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
3230
|
-
var
|
|
3231
|
-
for (
|
|
3232
|
-
} else for (
|
|
3230
|
+
var a = e.length;
|
|
3231
|
+
for (r = 0; r < a; r++) e[r] && (n = F1(e[r])) && (s && (s += " "), s += n);
|
|
3232
|
+
} else for (n in e) e[n] && (s && (s += " "), s += n);
|
|
3233
3233
|
return s;
|
|
3234
3234
|
}
|
|
3235
|
-
function
|
|
3236
|
-
for (var e,
|
|
3235
|
+
function I0() {
|
|
3236
|
+
for (var e, r, n = 0, s = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (r = F1(e)) && (s && (s += " "), s += r);
|
|
3237
3237
|
return s;
|
|
3238
3238
|
}
|
|
3239
3239
|
function Q(...e) {
|
|
3240
|
-
const
|
|
3241
|
-
return
|
|
3240
|
+
const r = e.filter((n) => n && n.trim() !== "");
|
|
3241
|
+
return r.length === 0 ? "" : r.length === 1 ? r[0] : _0(I0(r));
|
|
3242
3242
|
}
|
|
3243
|
-
const
|
|
3243
|
+
const O0 = (e) => !Array.isArray(e) || e.length === 0, E = class {
|
|
3244
3244
|
};
|
|
3245
|
-
|
|
3246
|
-
(
|
|
3247
|
-
)),
|
|
3248
|
-
(
|
|
3249
|
-
)),
|
|
3250
|
-
(
|
|
3251
|
-
|
|
3245
|
+
G(E, "IsZeroArray", (e) => O0(e)), G(E, "RemoveItem", (e, r) => E.IsZeroArray(e) ? [] : e.filter(
|
|
3246
|
+
(n) => n !== r
|
|
3247
|
+
)), G(E, "RemoveItemByID", (e, r) => E.IsZeroArray(e) ? [] : e.filter(
|
|
3248
|
+
(n) => n.id !== r
|
|
3249
|
+
)), G(E, "UpdateItem", (e, r) => E.IsZeroArray(e) ? [] : (e.forEach(
|
|
3250
|
+
(n, s) => {
|
|
3251
|
+
n.id === r.id && (e[s] = r);
|
|
3252
3252
|
}
|
|
3253
|
-
), e)),
|
|
3254
|
-
class
|
|
3253
|
+
), e)), G(E, "PrependItem", (e, r) => E.IsZeroArray(e) ? [r] : [r, ...e]), G(E, "AppendArray", (e, r) => E.IsZeroArray(e) ? r : [...e, ...r]), G(E, "Union", (e, r) => e.concat(r.filter((n) => e.indexOf(n) < 0)));
|
|
3254
|
+
class B0 extends Error {
|
|
3255
3255
|
}
|
|
3256
|
-
|
|
3257
|
-
function
|
|
3258
|
-
return /* @__PURE__ */
|
|
3256
|
+
B0.prototype.name = "InvalidTokenError";
|
|
3257
|
+
function F0({ className: e = "", size: r = l.md }) {
|
|
3258
|
+
return /* @__PURE__ */ t.jsx(
|
|
3259
3259
|
"svg",
|
|
3260
3260
|
{
|
|
3261
3261
|
viewBox: "0 0 64 64",
|
|
3262
3262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3263
|
-
height:
|
|
3264
|
-
width:
|
|
3263
|
+
height: r,
|
|
3264
|
+
width: r,
|
|
3265
3265
|
className: Q("stroke-2 text-gray-600", e),
|
|
3266
|
-
children: /* @__PURE__ */
|
|
3266
|
+
children: /* @__PURE__ */ t.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ t.jsx(
|
|
3267
3267
|
"path",
|
|
3268
3268
|
{
|
|
3269
3269
|
stroke: "currentColor",
|
|
@@ -3273,67 +3273,67 @@ function O0({ className: e = "", size: t = a.md }) {
|
|
|
3273
3273
|
}
|
|
3274
3274
|
);
|
|
3275
3275
|
}
|
|
3276
|
-
function
|
|
3277
|
-
return /* @__PURE__ */
|
|
3276
|
+
function V0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3277
|
+
return /* @__PURE__ */ t.jsx(
|
|
3278
3278
|
"svg",
|
|
3279
3279
|
{
|
|
3280
3280
|
className: e,
|
|
3281
|
-
height:
|
|
3282
|
-
width:
|
|
3281
|
+
height: r,
|
|
3282
|
+
width: r,
|
|
3283
3283
|
version: "1.1",
|
|
3284
3284
|
id: "Capa_1",
|
|
3285
3285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3286
3286
|
viewBox: "0 0 32 32",
|
|
3287
|
-
children: /* @__PURE__ */
|
|
3287
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M 19.5 5 C 17.578125 5 16 6.578125 16 8.5 C 16 10.421875 17.578125 12 19.5 12 C 21.421875 12 23 10.421875 23 8.5 C 23 6.578125 21.421875 5 19.5 5 Z M 19.5 7 C 20.339844 7 21 7.660156 21 8.5 C 21 9.339844 20.339844 10 19.5 10 C 18.660156 10 18 9.339844 18 8.5 C 18 7.660156 18.660156 7 19.5 7 Z M 15.09375 10.53125 C 14.585938 10.582031 14.09375 10.832031 13.75 11.25 L 11.40625 14.09375 C 10.597656 15.078125 10.949219 16.632813 12.09375 17.1875 L 15.53125 18.875 L 14.625 23.875 L 16.59375 24.21875 L 17.65625 18.46875 L 17.78125 17.71875 L 17.09375 17.375 L 12.9375 15.375 L 15.3125 12.5 L 19.375 15.78125 L 19.65625 16 L 25 16 L 25 14 L 20.34375 14 L 16.5625 10.96875 C 16.140625 10.628906 15.601563 10.480469 15.09375 10.53125 Z M 8.5 18 C 6.03125 18 4 20.03125 4 22.5 C 4 24.96875 6.03125 27 8.5 27 C 10.96875 27 13 24.96875 13 22.5 C 13 20.03125 10.96875 18 8.5 18 Z M 23.5 18 C 21.03125 18 19 20.03125 19 22.5 C 19 24.96875 21.03125 27 23.5 27 C 25.96875 27 28 24.96875 28 22.5 C 28 20.03125 25.96875 18 23.5 18 Z M 8.5 20 C 9.878906 20 11 21.121094 11 22.5 C 11 23.878906 9.878906 25 8.5 25 C 7.121094 25 6 23.878906 6 22.5 C 6 21.121094 7.121094 20 8.5 20 Z M 23.5 20 C 24.878906 20 26 21.121094 26 22.5 C 26 23.878906 24.878906 25 23.5 25 C 22.121094 25 21 23.878906 21 22.5 C 21 21.121094 22.121094 20 23.5 20 Z" })
|
|
3288
3288
|
}
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
3291
|
-
function
|
|
3292
|
-
return /* @__PURE__ */
|
|
3291
|
+
function W0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3292
|
+
return /* @__PURE__ */ t.jsx(
|
|
3293
3293
|
"svg",
|
|
3294
3294
|
{
|
|
3295
3295
|
className: e,
|
|
3296
|
-
height:
|
|
3297
|
-
width:
|
|
3296
|
+
height: r,
|
|
3297
|
+
width: r,
|
|
3298
3298
|
version: "1.1",
|
|
3299
3299
|
id: "Capa_1",
|
|
3300
3300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3301
3301
|
viewBox: "0 0 32 32",
|
|
3302
|
-
children: /* @__PURE__ */
|
|
3302
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M32 15.467h-3.147v-6.4h-3.2v-2.667h-4.267v9.067h-10.667v-9.067h-4.267v2.667h-3.2v6.4h-3.253v1.067h3.253v6.4h3.2v2.667h4.267v-9.067h10.667v9.067h4.267v-2.667h3.2v-6.4h3.147v-1.067zM4.32 21.867v-11.733h2.133v11.733h-2.133zM9.653 24.533h-2.133v-17.067h2.133v17.067zM24.587 24.533h-2.133v-17.067h2.133v17.067zM27.787 21.867h-2.133v-11.733h2.133v11.733z" })
|
|
3303
3303
|
}
|
|
3304
3304
|
);
|
|
3305
3305
|
}
|
|
3306
|
-
function
|
|
3307
|
-
return /* @__PURE__ */
|
|
3306
|
+
function $0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3307
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3308
3308
|
"svg",
|
|
3309
3309
|
{
|
|
3310
3310
|
className: e,
|
|
3311
|
-
height:
|
|
3312
|
-
width:
|
|
3311
|
+
height: r,
|
|
3312
|
+
width: r,
|
|
3313
3313
|
version: "1.1",
|
|
3314
3314
|
id: "Capa_1",
|
|
3315
3315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3316
3316
|
viewBox: "0 0 32 32",
|
|
3317
3317
|
children: [
|
|
3318
|
-
/* @__PURE__ */
|
|
3319
|
-
/* @__PURE__ */
|
|
3320
|
-
/* @__PURE__ */
|
|
3318
|
+
/* @__PURE__ */ t.jsx("path", { d: "M30,26H28a4.9316,4.9316,0,0,1-4-1.9873,5.0192,5.0192,0,0,1-8,0,5.0192,5.0192,0,0,1-8,0A4.9316,4.9316,0,0,1,4,26H2V24H4a3.44,3.44,0,0,0,3.0532-2.3215A.9712.9712,0,0,1,8,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,12,24a3.44,3.44,0,0,0,3.0532-2.3215A.99.99,0,0,1,16,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,20,24a3.44,3.44,0,0,0,3.0532-2.3215,1,1,0,0,1,1.8955.0053A3.4381,3.4381,0,0,0,28,24h2Z" }),
|
|
3319
|
+
/* @__PURE__ */ t.jsx("path", { d: "M23,17.5859l-8.707-8.707A2.9791,2.9791,0,0,0,12.1714,8H4v2h8.1714a.9933.9933,0,0,1,.7075.293L15.5859,13,10,18.5859,11.4141,20,17,14.4141,21.5859,19Z" }),
|
|
3320
|
+
/* @__PURE__ */ t.jsx("path", { d: "M20,10a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,20,10Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,22,10Z" })
|
|
3321
3321
|
]
|
|
3322
3322
|
}
|
|
3323
3323
|
);
|
|
3324
3324
|
}
|
|
3325
|
-
function
|
|
3326
|
-
return /* @__PURE__ */
|
|
3325
|
+
function D0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3326
|
+
return /* @__PURE__ */ t.jsx(
|
|
3327
3327
|
"svg",
|
|
3328
3328
|
{
|
|
3329
3329
|
className: e,
|
|
3330
|
-
height:
|
|
3331
|
-
width:
|
|
3330
|
+
height: r,
|
|
3331
|
+
width: r,
|
|
3332
3332
|
version: "1.1",
|
|
3333
3333
|
id: "Capa_1",
|
|
3334
3334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3335
3335
|
viewBox: "0 0 32 32",
|
|
3336
|
-
children: /* @__PURE__ */
|
|
3336
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3337
3337
|
"path",
|
|
3338
3338
|
{
|
|
3339
3339
|
d: `M19.697,30.64c0.411-0.425,0.665-1.003,0.665-1.64v-0.001v-14.64h2.521c0.021,0,0.04-0.001,0.059-0.005
|
|
@@ -3365,65 +3365,65 @@ function $0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3365
3365
|
}
|
|
3366
3366
|
);
|
|
3367
3367
|
}
|
|
3368
|
-
function
|
|
3369
|
-
return /* @__PURE__ */
|
|
3368
|
+
function S0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3369
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3370
3370
|
"svg",
|
|
3371
3371
|
{
|
|
3372
3372
|
className: e,
|
|
3373
|
-
height:
|
|
3374
|
-
width:
|
|
3373
|
+
height: r,
|
|
3374
|
+
width: r,
|
|
3375
3375
|
version: "1.1",
|
|
3376
3376
|
id: "Capa_1",
|
|
3377
3377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3378
3378
|
viewBox: "0 0 45 45",
|
|
3379
3379
|
children: [
|
|
3380
|
-
/* @__PURE__ */
|
|
3380
|
+
/* @__PURE__ */ t.jsx(
|
|
3381
3381
|
"path",
|
|
3382
3382
|
{
|
|
3383
3383
|
d: "M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",
|
|
3384
3384
|
fill: e
|
|
3385
3385
|
}
|
|
3386
3386
|
),
|
|
3387
|
-
/* @__PURE__ */
|
|
3387
|
+
/* @__PURE__ */ t.jsx(
|
|
3388
3388
|
"path",
|
|
3389
3389
|
{
|
|
3390
3390
|
d: "M26.2409 33.633L31.3639 35.498C33.0209 36.101 34.8379 35.375 35.6459 33.864L36.5919 34.209C35.6189 36.177 33.3389 37.17 31.2169 36.504L31.0169 36.436L24.2609 33.978L24.2519 33.974L24.2429 33.97L7.99988 28.058L8.34188 27.118L26.2409 33.633Z",
|
|
3391
3391
|
stroke: e
|
|
3392
3392
|
}
|
|
3393
3393
|
),
|
|
3394
|
-
/* @__PURE__ */
|
|
3394
|
+
/* @__PURE__ */ t.jsx(
|
|
3395
3395
|
"path",
|
|
3396
3396
|
{
|
|
3397
3397
|
d: "M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",
|
|
3398
3398
|
fill: e
|
|
3399
3399
|
}
|
|
3400
3400
|
),
|
|
3401
|
-
/* @__PURE__ */
|
|
3401
|
+
/* @__PURE__ */ t.jsx(
|
|
3402
3402
|
"path",
|
|
3403
3403
|
{
|
|
3404
3404
|
d: "M24.8639 32.733L29.2689 26.781C29.6909 26.212 29.6519 25.434 29.2009 24.91L29.1899 24.897L29.1789 24.886L29.0899 24.796L29.0789 24.785L29.0679 24.774L26.3989 22.371C26.2339 22.221 26.1889 21.984 26.2809 21.787L26.3259 21.71L29.0999 17.546L30.2979 18.345V18.356L30.3019 18.388L30.3339 18.634L30.3349 18.647C30.3479 18.726 30.3609 18.801 30.3759 18.867C30.6079 19.873 31.1419 20.663 32.0179 21.196C32.8339 21.691 33.9089 21.941 35.2339 21.99V22.99C32.2709 22.883 30.4319 21.806 29.6609 19.916L29.3049 19.044L28.7819 19.828L27.6299 21.557L27.3899 21.916L27.7109 22.207L29.7369 24.031C30.6519 24.855 30.8249 26.216 30.1689 27.238L30.0689 27.382L25.6179 33.294M20.6019 31.208L23.8249 26.992L24.1149 26.613L23.7499 26.307L20.7489 23.774C20.2659 23.366 19.9949 22.788 19.9649 22.19L21.0829 22.61C21.1299 22.705 21.1889 22.796 21.2599 22.878L21.2729 22.893L21.2869 22.906L21.3659 22.983L21.3799 22.998L21.3939 23.009L25.1239 26.158C25.3089 26.313 25.3529 26.575 25.2389 26.781L25.1899 26.854L21.3149 31.759M17.6749 16.692L18.0579 16.835L18.2739 16.49L19.1509 15.089C19.3119 14.832 19.4899 14.586 19.6849 14.354C21.5839 12.092 24.6969 11.449 27.2719 12.578L28.1049 12.944L27.9679 12.046C27.8489 11.269 27.9909 10.449 28.4269 9.72199C29.4229 8.06499 31.5729 7.52899 33.2299 8.52399C34.8869 9.51999 35.4229 11.669 34.4279 13.326C33.9679 14.09 33.2649 14.615 32.4759 14.863L32.3149 14.914L32.2179 15.052L31.7529 15.709L30.9089 15.147L31.6679 14.013C32.4279 13.939 33.1459 13.517 33.5699 12.811C34.2809 11.628 33.8989 10.093 32.7149 9.38199C31.5319 8.66999 29.9959 9.05299 29.2849 10.237C28.8629 10.938 28.8259 11.763 29.1109 12.466L28.0629 14.21C25.7389 12.381 22.3659 12.717 20.4509 14.998C20.3409 15.129 20.2369 15.264 20.1399 15.404L20.1329 15.414L20.0049 15.61L19.9989 15.619L19.3379 16.677L19.0129 17.194L19.5859 17.41",
|
|
3405
3405
|
stroke: e
|
|
3406
3406
|
}
|
|
3407
3407
|
),
|
|
3408
|
-
/* @__PURE__ */
|
|
3408
|
+
/* @__PURE__ */ t.jsx("path", { d: "M8.60785 14.061L24.6138 20.065", stroke: e, "stroke-width": "2" }),
|
|
3409
3409
|
" "
|
|
3410
3410
|
]
|
|
3411
3411
|
}
|
|
3412
3412
|
);
|
|
3413
3413
|
}
|
|
3414
|
-
function
|
|
3415
|
-
return /* @__PURE__ */
|
|
3414
|
+
function Y0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3415
|
+
return /* @__PURE__ */ t.jsx(
|
|
3416
3416
|
"svg",
|
|
3417
3417
|
{
|
|
3418
3418
|
className: e,
|
|
3419
|
-
height:
|
|
3420
|
-
width:
|
|
3419
|
+
height: r,
|
|
3420
|
+
width: r,
|
|
3421
3421
|
version: "1.1",
|
|
3422
3422
|
id: "Capa_1",
|
|
3423
3423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3424
3424
|
viewBox: "0 0 512 512",
|
|
3425
|
-
children: /* @__PURE__ */
|
|
3426
|
-
/* @__PURE__ */
|
|
3425
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
3426
|
+
/* @__PURE__ */ t.jsx(
|
|
3427
3427
|
"path",
|
|
3428
3428
|
{
|
|
3429
3429
|
className: "st0",
|
|
@@ -3435,7 +3435,7 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3435
3435
|
c-1.062,0-2.134-0.055-3.223-0.175c-14.74-1.616-25.665-14.149-25.665-28.602C140.424,73.246,140.489,72.175,140.609,71.104z`
|
|
3436
3436
|
}
|
|
3437
3437
|
),
|
|
3438
|
-
/* @__PURE__ */
|
|
3438
|
+
/* @__PURE__ */ t.jsx(
|
|
3439
3439
|
"path",
|
|
3440
3440
|
{
|
|
3441
3441
|
className: "st0",
|
|
@@ -3446,7 +3446,7 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3446
3446
|
c17.326,7.139,60.094,62.45,60.094,239.898C433.203,400.981,408.915,446.586,391.183,479.879z`
|
|
3447
3447
|
}
|
|
3448
3448
|
),
|
|
3449
|
-
/* @__PURE__ */
|
|
3449
|
+
/* @__PURE__ */ t.jsx(
|
|
3450
3450
|
"path",
|
|
3451
3451
|
{
|
|
3452
3452
|
className: "st0",
|
|
@@ -3468,55 +3468,55 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3468
3468
|
}
|
|
3469
3469
|
);
|
|
3470
3470
|
}
|
|
3471
|
-
function
|
|
3472
|
-
return /* @__PURE__ */
|
|
3471
|
+
function U0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
3472
|
+
return /* @__PURE__ */ t.jsx(
|
|
3473
3473
|
"svg",
|
|
3474
3474
|
{
|
|
3475
3475
|
className: e,
|
|
3476
|
-
height:
|
|
3477
|
-
width:
|
|
3476
|
+
height: r,
|
|
3477
|
+
width: r,
|
|
3478
3478
|
version: "1.1",
|
|
3479
3479
|
id: "Capa_1",
|
|
3480
3480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3481
3481
|
viewBox: "0 0 24 24",
|
|
3482
|
-
children: /* @__PURE__ */
|
|
3482
|
+
children: /* @__PURE__ */ t.jsx("g", { id: "Baseball_Ball", "data-name": "Baseball Ball", children: /* @__PURE__ */ t.jsx("path", { d: "M19.02,4.976A9.927,9.927,0,1,0,15.74,21.2,9.908,9.908,0,0,0,21.93,12,9.856,9.856,0,0,0,19.02,4.976Zm-13.34.71a8.9,8.9,0,0,1,6.04-2.61,8.461,8.461,0,0,1-.34,2.26l-.34-.19a.5.5,0,0,0-.5.86l.5.29a9.227,9.227,0,0,1-1.57,2.47l-.35-.35a.5.5,0,0,0-.7,0,.5.5,0,0,0,0,.71l.34.34a8.875,8.875,0,0,1-2.47,1.58L6,10.536a.5.5,0,0,0-.68-.19.505.505,0,0,0-.18.69l.2.34a8.2,8.2,0,0,1-2.26.35A8.827,8.827,0,0,1,5.68,5.686ZM11.74,17a.5.5,0,1,0-.5.87l.49.29a10.008,10.008,0,0,0-.45,2.74,8.9,8.9,0,0,1-8.18-8.17,9.378,9.378,0,0,0,2.75-.46l.29.5a.5.5,0,0,0,.43.25.475.475,0,0,0,.25-.07.493.493,0,0,0,.18-.68l-.21-.36a9.461,9.461,0,0,0,2.68-1.73l.36.36a.5.5,0,0,0,.35.15.508.508,0,0,0,.36-.15.513.513,0,0,0,0-.71l-.36-.36A9.665,9.665,0,0,0,11.9,6.8l.37.21a.475.475,0,0,0,.25.07.511.511,0,0,0,.44-.25.494.494,0,0,0-.19-.68l-.51-.29a9.789,9.789,0,0,0,.46-2.76,8.924,8.924,0,0,1,8.18,8.18,10.08,10.08,0,0,0-2.74.46l-.28-.49a.505.505,0,0,0-.69-.18.491.491,0,0,0-.18.68l.2.35a9.684,9.684,0,0,0-2.68,1.73l-.35-.35a.5.5,0,0,0-.71,0,.5.5,0,0,0,0,.7l.36.36a9.2,9.2,0,0,0-1.73,2.67Zm6.58,1.32a8.851,8.851,0,0,1-6.04,2.6,8.388,8.388,0,0,1,.34-2.25l.35.2a.451.451,0,0,0,.25.07.5.5,0,0,0,.43-.25.505.505,0,0,0-.18-.69l-.51-.29a8.7,8.7,0,0,1,1.57-2.47l.36.36a.5.5,0,0,0,.7-.71l-.36-.36a9.124,9.124,0,0,1,2.48-1.57l.3.52a.5.5,0,0,0,.43.25.451.451,0,0,0,.25-.07.505.505,0,0,0,.19-.68l-.21-.36a8.449,8.449,0,0,1,2.25-.34,8.992,8.992,0,0,1-.66,3.14A9.172,9.172,0,0,1,18.32,18.316Z" }) })
|
|
3483
3483
|
}
|
|
3484
3484
|
);
|
|
3485
3485
|
}
|
|
3486
|
-
const
|
|
3487
|
-
D1,
|
|
3488
|
-
O0,
|
|
3489
|
-
Y1,
|
|
3486
|
+
const P0 = [
|
|
3490
3487
|
U1,
|
|
3491
|
-
|
|
3492
|
-
F1,
|
|
3493
|
-
I0,
|
|
3494
|
-
D0,
|
|
3495
|
-
N0,
|
|
3496
|
-
$0,
|
|
3497
|
-
X1,
|
|
3498
|
-
K1,
|
|
3499
|
-
W1,
|
|
3488
|
+
F0,
|
|
3500
3489
|
J1,
|
|
3490
|
+
G1,
|
|
3491
|
+
Y1,
|
|
3492
|
+
P1,
|
|
3501
3493
|
W0,
|
|
3502
|
-
|
|
3494
|
+
U0,
|
|
3503
3495
|
V0,
|
|
3504
|
-
|
|
3496
|
+
D0,
|
|
3497
|
+
Q1,
|
|
3498
|
+
e0,
|
|
3499
|
+
S1,
|
|
3500
|
+
X1,
|
|
3501
|
+
S0,
|
|
3502
|
+
Y0,
|
|
3503
|
+
$0,
|
|
3504
|
+
K1
|
|
3505
3505
|
];
|
|
3506
|
-
function
|
|
3507
|
-
const s =
|
|
3508
|
-
return /* @__PURE__ */
|
|
3506
|
+
function J0({ seq: e, className: r, size: n }) {
|
|
3507
|
+
const s = P0[e - 1];
|
|
3508
|
+
return /* @__PURE__ */ t.jsx(s, { className: r, size: n });
|
|
3509
3509
|
}
|
|
3510
|
-
function
|
|
3511
|
-
return /* @__PURE__ */
|
|
3510
|
+
function G0({ className: e = "", size: r = l.md }) {
|
|
3511
|
+
return /* @__PURE__ */ t.jsx(
|
|
3512
3512
|
"svg",
|
|
3513
3513
|
{
|
|
3514
3514
|
viewBox: "0 0 64 64",
|
|
3515
|
-
height:
|
|
3516
|
-
width:
|
|
3515
|
+
height: r,
|
|
3516
|
+
width: r,
|
|
3517
3517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3518
3518
|
className: Q("stroke-2 text-gray-600", e),
|
|
3519
|
-
children: /* @__PURE__ */
|
|
3519
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3520
3520
|
"path",
|
|
3521
3521
|
{
|
|
3522
3522
|
stroke: "currentColor",
|
|
@@ -3526,18 +3526,18 @@ function U0({ className: e = "", size: t = a.md }) {
|
|
|
3526
3526
|
}
|
|
3527
3527
|
);
|
|
3528
3528
|
}
|
|
3529
|
-
function
|
|
3530
|
-
return /* @__PURE__ */
|
|
3529
|
+
function X0({ className: e = "", size: r = l.md }) {
|
|
3530
|
+
return /* @__PURE__ */ t.jsx(
|
|
3531
3531
|
"svg",
|
|
3532
3532
|
{
|
|
3533
3533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3534
3534
|
id: "Layer_1",
|
|
3535
3535
|
"data-name": "Layer 1",
|
|
3536
3536
|
viewBox: "0 0 24 24",
|
|
3537
|
-
width:
|
|
3538
|
-
height:
|
|
3537
|
+
width: r,
|
|
3538
|
+
height: r,
|
|
3539
3539
|
className: Q("stroke-1 text-gray-600", e),
|
|
3540
|
-
children: /* @__PURE__ */
|
|
3540
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3541
3541
|
"path",
|
|
3542
3542
|
{
|
|
3543
3543
|
stroke: "currentColor",
|
|
@@ -3547,29 +3547,29 @@ function J0({ className: e = "", size: t = a.md }) {
|
|
|
3547
3547
|
}
|
|
3548
3548
|
);
|
|
3549
3549
|
}
|
|
3550
|
-
const
|
|
3551
|
-
function
|
|
3552
|
-
const s =
|
|
3553
|
-
return /* @__PURE__ */
|
|
3550
|
+
const Q0 = [G0, X0];
|
|
3551
|
+
function K0({ seq: e, className: r, size: n }) {
|
|
3552
|
+
const s = Q0[e - 1];
|
|
3553
|
+
return /* @__PURE__ */ t.jsx(s, { className: r, size: n });
|
|
3554
3554
|
}
|
|
3555
|
-
function
|
|
3556
|
-
return /* @__PURE__ */
|
|
3555
|
+
function e2({ className: e = "", size: r = l.md }) {
|
|
3556
|
+
return /* @__PURE__ */ t.jsx(
|
|
3557
3557
|
"svg",
|
|
3558
3558
|
{
|
|
3559
3559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3560
|
-
height:
|
|
3561
|
-
width:
|
|
3560
|
+
height: r,
|
|
3561
|
+
width: r,
|
|
3562
3562
|
className: Q("stroke-2 text-gray-600", e),
|
|
3563
3563
|
viewBox: "0 0 465.072 465.072",
|
|
3564
|
-
children: /* @__PURE__ */
|
|
3565
|
-
/* @__PURE__ */
|
|
3564
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
3565
|
+
/* @__PURE__ */ t.jsx(
|
|
3566
3566
|
"path",
|
|
3567
3567
|
{
|
|
3568
3568
|
d: `M85.266,308.804c-2.929-2.927-7.677-2.929-10.607,0c-2.929,2.93-2.929,7.678,0,10.607l70.997,70.998
|
|
3569
3569
|
c1.465,1.464,3.384,2.196,5.304,2.196c1.919,0,3.839-0.732,5.304-2.196c2.929-2.93,2.929-7.678,0-10.607L85.266,308.804z`
|
|
3570
3570
|
}
|
|
3571
3571
|
),
|
|
3572
|
-
/* @__PURE__ */
|
|
3572
|
+
/* @__PURE__ */ t.jsx(
|
|
3573
3573
|
"path",
|
|
3574
3574
|
{
|
|
3575
3575
|
d: `M464.423,53.43c0.201-0.866,4.711-21.407-13.333-39.452C433.045-4.066,412.505,0.441,411.638,0.645
|
|
@@ -3608,47 +3608,47 @@ function K0({ className: e = "", size: t = a.md }) {
|
|
|
3608
3608
|
}
|
|
3609
3609
|
);
|
|
3610
3610
|
}
|
|
3611
|
-
function
|
|
3612
|
-
return /* @__PURE__ */
|
|
3611
|
+
function r2({ className: e = "", size: r = l.md }) {
|
|
3612
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3613
3613
|
"svg",
|
|
3614
3614
|
{
|
|
3615
|
-
height:
|
|
3616
|
-
width:
|
|
3615
|
+
height: r,
|
|
3616
|
+
width: r,
|
|
3617
3617
|
className: Q("stroke-2 text-gray-600", e),
|
|
3618
3618
|
viewBox: "0 -5 512.00242 512",
|
|
3619
3619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3620
3620
|
children: [
|
|
3621
|
-
/* @__PURE__ */
|
|
3622
|
-
/* @__PURE__ */
|
|
3623
|
-
/* @__PURE__ */
|
|
3624
|
-
/* @__PURE__ */
|
|
3625
|
-
/* @__PURE__ */
|
|
3621
|
+
/* @__PURE__ */ t.jsx("path", { d: "m287.832031 219.1875c-3.9375-3.9375-10.320312-3.941406-14.261719-.003906l-49.390624 49.367187c-3.9375 3.9375-3.941407 10.324219-.003907 14.265625 1.96875 1.96875 4.550781 2.953125 7.132813 2.953125 2.578125 0 5.160156-.984375 7.128906-2.953125l49.390625-49.367187c3.941406-3.9375 3.941406-10.324219.003906-14.261719zm0 0" }),
|
|
3622
|
+
/* @__PURE__ */ t.jsx("path", { d: "m473.394531 298.691406c-16.042969-11.1875-35.847656-17.867187-52.984375-17.867187-5.570312 0-10.085937 4.515625-10.085937 10.085937v108.027344c-9.933594-7.394531-22.773438-11.871094-36.785157-11.871094-31.421874 0-56.984374 22.425782-56.984374 49.992188s25.5625 49.992187 56.984374 49.992187c31.402344 0 56.953126-22.425781 56.953126-49.992187v-135.101563c24.5 4.476563 51.695312 23.855469 51.695312 43.617188v38.601562c0 5.570313 4.515625 10.085938 10.082031 10.085938 5.570313 0 10.085938-4.515625 10.085938-10.085938v-38.601562c0-17.207031-10.285157-33.859375-28.960938-46.882813zm-99.855469 168.191406c-20.296874 0-36.8125-13.378906-36.8125-29.824218 0-16.445313 16.515626-29.824219 36.8125-29.824219 20.285157 0 36.785157 13.378906 36.785157 29.824219 0 16.445312-16.5 29.824218-36.785157 29.824218zm0 0" }),
|
|
3623
|
+
/* @__PURE__ */ t.jsx("path", { d: "m44.941406 225.824219c24.109375 0 43.722656-17.367188 43.722656-38.71875 0-.59375-.023437-1.183594-.054687-1.773438.035156-.328125.054687-.664062.054687-1.003906v-84.902344c.964844-.109375 1.9375-.285156 2.90625-.546875l109.199219-29.054687v34.632812c-6.800781-3.867187-14.882812-6.121093-23.550781-6.121093-24.109375 0-43.71875 17.359374-43.71875 38.691406 0 21.351562 19.609375 38.722656 43.71875 38.722656s43.71875-17.371094 43.71875-38.722656v-118.21875c0-6.15625-2.597656-11.6875-7.132812-15.171875-4.441407-3.40625-10.265626-4.480469-15.96875-2.960938l-111.449219 29.625c-.003907.003907-.007813.003907-.011719.003907-10.195312 2.726562-17.882812 12.90625-17.882812 23.679687v100.523437c-6.804688-3.867187-14.882813-6.125-23.550782-6.125-24.109375 0-43.722656 17.371094-43.722656 38.722657 0 21.351562 19.613281 38.71875 43.722656 38.71875zm132.277344-70.246094c-12.984375 0-23.550781-8.320313-23.550781-18.546875 0-10.214844 10.566406-18.523438 23.550781-18.523438 12.988281 0 23.550781 8.308594 23.550781 18.523438 0 10.226562-10.5625 18.546875-23.550781 18.546875zm-88.558594-101.59375c0-1.6875 1.691406-3.859375 2.914063-4.191406l109.195312-29.023438v24.804688c0 1.628906-1.730469 3.839843-2.9375 4.160156l-109.171875 29.046875zm-43.71875 114.570313c12.765625 0 23.550782 8.496093 23.550782 18.550781 0 10.054687-10.785157 18.550781-23.550782 18.550781s-23.550781-8.496094-23.550781-18.550781c0-10.054688 10.785156-18.550781 23.550781-18.550781zm0 0" }),
|
|
3624
|
+
/* @__PURE__ */ t.jsx("path", { d: "m382.570312 233.960938c3.988282.410156 7.984376.613281 11.972657.613281 20.511719 0 40.792969-5.382813 58.535156-15.570313 3.554687 1.195313 7.261719 1.800782 10.972656 1.800782 8.757813 0 17.511719-3.328126 24.175781-9.988282 6.441407-6.417968 9.992188-14.992187 10-24.140625.003907-3.796875-.613281-7.492187-1.785156-10.980469 12.167969-21.191406 17.46875-46.003906 14.949219-70.488281-2.75-26.695312-14.734375-51.867187-33.753906-70.875-19.023438-19-44.199219-30.972656-70.894531-33.714843-24.488282-2.519532-49.324219 2.785156-70.53125 14.953124-11.925782-4.007812-25.636719-1.277343-35.117188 8.199219-6.445312 6.4375-9.992188 15.023438-9.992188 24.171875 0 3.777344.617188 7.460938 1.78125 10.9375-12.171874 21.1875-17.476562 46-14.953124 70.488282.367187 3.558593.910156 7.089843 1.597656 10.585937l-222.347656 234c-14.992188 15.792969-14.917969 40.011719.1875 55.144531l8.800781 8.789063c-10.433594 41.769531-54.425781 43.882812-56.410157 43.957031-5.550781.179688-9.914062 4.816406-9.75390575 10.371094.16015575 5.46875 4.64062475 9.792968 10.07421875 9.792968.101563 0 .199219 0 .300781-.003906.671875-.019531 16.675782-.574218 33.957032-8.753906 13.15625-6.230469 29.109374-17.910156 37.824218-39.394531l.554688.554687c7.585937 7.601563 17.472656 11.40625 27.4375 11.40625 9.882812 0 19.839844-3.738281 27.714844-11.226562l85.976562-81.855469c4.03125-3.839844 4.191406-10.222656.347656-14.257813-3.839844-4.035156-10.222656-4.191406-14.257812-.351562l-85.96875 81.851562c-7.816406 7.429688-19.664063 7.507813-26.988282.171876l-25.347656-25.308594c-7.316406-7.332032-7.238281-19.191406.171875-26.996094l214.460938-225.695312c5.867187 14.144531 14.472656 27.144531 25.429687 38.09375 10.9375 10.933593 23.929688 19.527343 38.070313 25.386718l-61.6875 58.5625c-.058594.054688-.113281.109375-.171875.164063l-12.097656 12.039062c-3.949219 3.925781-3.964844 10.3125-.039063 14.261719 1.972656 1.980469 4.5625 2.972656 7.152344 2.972656 2.570312 0 5.144531-.976562 7.113281-2.9375l12.011719-11.953125 69.925781-66.378906c3.5.691406 7.035156 1.234375 10.601562 1.601563zm80.808594-185.363282c28.71875 28.703125 36.136719 72.589844 19.785156 108.800782l-128.644531-128.554688c36.226563-16.34375 80.132813-8.933594 108.859375 19.753906zm-148.027344-10.5625c2.734376-2.734375 6.324219-4.097656 9.914063-4.097656 3.59375 0 7.183594 1.363281 9.917969 4.097656l138.796875 138.699219c2.632812 2.632813 4.082031 6.15625 4.078125 9.925781-.003906 3.753906-1.449219 7.257813-4.082032 9.878906-5.472656 5.472657-14.382812 5.472657-19.859374 0l-138.765626-138.695312c-2.632812-2.632812-4.082031-6.148438-4.082031-9.90625s1.449219-7.273438 4.082031-9.902344zm-9.191406 39.136719 128.621094 128.5625c-36.21875 16.355469-80.113281 8.945313-108.832031-19.757813-28.734375-28.71875-36.152344-72.601562-19.789063-108.804687zm0 0" }),
|
|
3625
|
+
/* @__PURE__ */ t.jsx("path", { d: "m256.359375 326.582031c-4.277344-3.5625-10.636719-2.988281-14.203125 1.292969l-.140625.167969c-3.566406 4.28125-2.988281 10.640625 1.289063 14.203125 1.886718 1.574218 4.175781 2.339844 6.453124 2.339844 2.886719 0 5.757813-1.238282 7.75-3.628907l.144532-.171875c3.5625-4.277344 2.984375-10.636718-1.292969-14.203125zm0 0" })
|
|
3626
3626
|
]
|
|
3627
3627
|
}
|
|
3628
3628
|
);
|
|
3629
3629
|
}
|
|
3630
|
-
const t2 = [
|
|
3631
|
-
function
|
|
3630
|
+
const t2 = [e2, r2];
|
|
3631
|
+
function n2({ seq: e, className: r, size: n }) {
|
|
3632
3632
|
const s = t2[e - 1];
|
|
3633
|
-
return /* @__PURE__ */
|
|
3633
|
+
return /* @__PURE__ */ t.jsx(s, { className: r, size: n });
|
|
3634
3634
|
}
|
|
3635
|
-
const o2 = [
|
|
3636
|
-
function u2({ seq: e, categorySeq:
|
|
3637
|
-
const
|
|
3638
|
-
return /* @__PURE__ */
|
|
3635
|
+
const o2 = [J0, K0, n2];
|
|
3636
|
+
function u2({ seq: e, categorySeq: r, size: n = l.sm, className: s = "" }) {
|
|
3637
|
+
const a = o2[r - 1];
|
|
3638
|
+
return /* @__PURE__ */ t.jsx(a, { seq: e, size: n, className: s });
|
|
3639
3639
|
}
|
|
3640
|
-
function
|
|
3641
|
-
return /* @__PURE__ */
|
|
3640
|
+
function w2({ className: e = "fill-blue-500", size: r = l.xl }) {
|
|
3641
|
+
return /* @__PURE__ */ t.jsx(
|
|
3642
3642
|
"svg",
|
|
3643
3643
|
{
|
|
3644
3644
|
className: e,
|
|
3645
3645
|
version: "1.0",
|
|
3646
3646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3647
|
-
width:
|
|
3648
|
-
height:
|
|
3647
|
+
width: r,
|
|
3648
|
+
height: r,
|
|
3649
3649
|
viewBox: "0 0 1271.000000 1280.000000",
|
|
3650
3650
|
preserveAspectRatio: "xMidYMid meet",
|
|
3651
|
-
children: /* @__PURE__ */
|
|
3651
|
+
children: /* @__PURE__ */ t.jsx("g", { transform: "translate(0.000000,1280.000000) scale(0.100000,-0.100000)", stroke: "none", children: /* @__PURE__ */ t.jsx(
|
|
3652
3652
|
"path",
|
|
3653
3653
|
{
|
|
3654
3654
|
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
@@ -3676,217 +3676,217 @@ function p2({ className: e = "fill-blue-500", size: t = a.xl }) {
|
|
|
3676
3676
|
}
|
|
3677
3677
|
);
|
|
3678
3678
|
}
|
|
3679
|
-
function
|
|
3680
|
-
return /* @__PURE__ */
|
|
3679
|
+
function f2({ className: e = "", size: r = l.md }) {
|
|
3680
|
+
return /* @__PURE__ */ t.jsx(
|
|
3681
3681
|
"svg",
|
|
3682
3682
|
{
|
|
3683
3683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3684
3684
|
className: e,
|
|
3685
|
-
height:
|
|
3686
|
-
width:
|
|
3685
|
+
height: r,
|
|
3686
|
+
width: r,
|
|
3687
3687
|
viewBox: "0 -960 960 960",
|
|
3688
|
-
children: /* @__PURE__ */
|
|
3688
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z" })
|
|
3689
3689
|
}
|
|
3690
3690
|
);
|
|
3691
3691
|
}
|
|
3692
|
-
function
|
|
3693
|
-
return /* @__PURE__ */
|
|
3692
|
+
function p2({ className: e = "", size: r = l.md }) {
|
|
3693
|
+
return /* @__PURE__ */ t.jsx(
|
|
3694
3694
|
"svg",
|
|
3695
3695
|
{
|
|
3696
3696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3697
3697
|
className: e,
|
|
3698
|
-
height:
|
|
3699
|
-
width:
|
|
3698
|
+
height: r,
|
|
3699
|
+
width: r,
|
|
3700
3700
|
viewBox: "0 -960 960 960",
|
|
3701
|
-
children: /* @__PURE__ */
|
|
3701
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z" })
|
|
3702
3702
|
}
|
|
3703
3703
|
);
|
|
3704
3704
|
}
|
|
3705
|
-
function
|
|
3706
|
-
return /* @__PURE__ */
|
|
3705
|
+
function x2({ className: e = "", size: r = l.md }) {
|
|
3706
|
+
return /* @__PURE__ */ t.jsx(
|
|
3707
3707
|
"svg",
|
|
3708
3708
|
{
|
|
3709
3709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3710
3710
|
className: e,
|
|
3711
|
-
height:
|
|
3712
|
-
width:
|
|
3711
|
+
height: r,
|
|
3712
|
+
width: r,
|
|
3713
3713
|
viewBox: "0 -960 960 960",
|
|
3714
|
-
children: /* @__PURE__ */
|
|
3714
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z" })
|
|
3715
3715
|
}
|
|
3716
3716
|
);
|
|
3717
3717
|
}
|
|
3718
|
-
function
|
|
3719
|
-
return /* @__PURE__ */
|
|
3718
|
+
function b2({ className: e = "", size: r = l.md }) {
|
|
3719
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3720
3720
|
"svg",
|
|
3721
3721
|
{
|
|
3722
3722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3723
3723
|
className: e,
|
|
3724
|
-
height:
|
|
3725
|
-
width:
|
|
3724
|
+
height: r,
|
|
3725
|
+
width: r,
|
|
3726
3726
|
viewBox: "0 0 512 512",
|
|
3727
3727
|
children: [
|
|
3728
|
-
/* @__PURE__ */
|
|
3729
|
-
/* @__PURE__ */
|
|
3730
|
-
/* @__PURE__ */
|
|
3731
|
-
/* @__PURE__ */
|
|
3728
|
+
/* @__PURE__ */ t.jsx("path", { d: "m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z" }),
|
|
3729
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "255.984", cy: "271", r: "15" }),
|
|
3730
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "315.981", cy: "271", r: "15" }),
|
|
3731
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "375.977", cy: "271", r: "15" })
|
|
3732
3732
|
]
|
|
3733
3733
|
}
|
|
3734
3734
|
);
|
|
3735
3735
|
}
|
|
3736
|
-
function
|
|
3737
|
-
return /* @__PURE__ */
|
|
3736
|
+
function q2({ className: e = "", size: r = l.md }) {
|
|
3737
|
+
return /* @__PURE__ */ t.jsx(
|
|
3738
3738
|
"svg",
|
|
3739
3739
|
{
|
|
3740
3740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3741
3741
|
className: e,
|
|
3742
|
-
height:
|
|
3743
|
-
width:
|
|
3742
|
+
height: r,
|
|
3743
|
+
width: r,
|
|
3744
3744
|
viewBox: "0 -960 960 960",
|
|
3745
|
-
children: /* @__PURE__ */
|
|
3745
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" })
|
|
3746
3746
|
}
|
|
3747
3747
|
);
|
|
3748
3748
|
}
|
|
3749
|
-
function
|
|
3750
|
-
return /* @__PURE__ */
|
|
3749
|
+
function L2({ className: e = "", size: r = l.lg }) {
|
|
3750
|
+
return /* @__PURE__ */ t.jsx(
|
|
3751
3751
|
"svg",
|
|
3752
3752
|
{
|
|
3753
3753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3754
3754
|
className: e,
|
|
3755
|
-
height:
|
|
3756
|
-
width:
|
|
3755
|
+
height: r,
|
|
3756
|
+
width: r,
|
|
3757
3757
|
viewBox: "0 -960 960 960",
|
|
3758
|
-
children: /* @__PURE__ */
|
|
3758
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z" })
|
|
3759
3759
|
}
|
|
3760
3760
|
);
|
|
3761
3761
|
}
|
|
3762
|
-
function
|
|
3763
|
-
return /* @__PURE__ */
|
|
3762
|
+
function j2({ className: e = "", size: r = l.md }) {
|
|
3763
|
+
return /* @__PURE__ */ t.jsx(
|
|
3764
3764
|
"svg",
|
|
3765
3765
|
{
|
|
3766
3766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3767
3767
|
className: e,
|
|
3768
|
-
height:
|
|
3769
|
-
width:
|
|
3768
|
+
height: r,
|
|
3769
|
+
width: r,
|
|
3770
3770
|
viewBox: "0 -960 960 960",
|
|
3771
|
-
children: /* @__PURE__ */
|
|
3771
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z" })
|
|
3772
3772
|
}
|
|
3773
3773
|
);
|
|
3774
3774
|
}
|
|
3775
|
-
function
|
|
3776
|
-
return /* @__PURE__ */
|
|
3775
|
+
function C2({ className: e = "", size: r = l.md }) {
|
|
3776
|
+
return /* @__PURE__ */ t.jsx(
|
|
3777
3777
|
"svg",
|
|
3778
3778
|
{
|
|
3779
3779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3780
3780
|
className: e,
|
|
3781
|
-
height:
|
|
3782
|
-
width:
|
|
3781
|
+
height: r,
|
|
3782
|
+
width: r,
|
|
3783
3783
|
viewBox: "0 -960 960 960",
|
|
3784
|
-
children: /* @__PURE__ */
|
|
3784
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z" })
|
|
3785
3785
|
}
|
|
3786
3786
|
);
|
|
3787
3787
|
}
|
|
3788
|
-
function
|
|
3789
|
-
return /* @__PURE__ */
|
|
3788
|
+
function k2({ className: e = "", size: r = l.md }) {
|
|
3789
|
+
return /* @__PURE__ */ t.jsx(
|
|
3790
3790
|
"svg",
|
|
3791
3791
|
{
|
|
3792
3792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3793
3793
|
className: e,
|
|
3794
|
-
height:
|
|
3795
|
-
width:
|
|
3794
|
+
height: r,
|
|
3795
|
+
width: r,
|
|
3796
3796
|
viewBox: "0 -960 960 960",
|
|
3797
|
-
children: /* @__PURE__ */
|
|
3797
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z" })
|
|
3798
3798
|
}
|
|
3799
3799
|
);
|
|
3800
3800
|
}
|
|
3801
|
-
function
|
|
3802
|
-
return /* @__PURE__ */
|
|
3801
|
+
function Z2({ className: e = "", size: r = l.md }) {
|
|
3802
|
+
return /* @__PURE__ */ t.jsx(
|
|
3803
3803
|
"svg",
|
|
3804
3804
|
{
|
|
3805
3805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3806
3806
|
className: e,
|
|
3807
|
-
height:
|
|
3808
|
-
width:
|
|
3807
|
+
height: r,
|
|
3808
|
+
width: r,
|
|
3809
3809
|
viewBox: "0 -960 960 960",
|
|
3810
|
-
children: /* @__PURE__ */
|
|
3810
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z" })
|
|
3811
3811
|
}
|
|
3812
3812
|
);
|
|
3813
3813
|
}
|
|
3814
|
-
function
|
|
3815
|
-
return /* @__PURE__ */
|
|
3814
|
+
function T2({ className: e = "", size: r = l.md }) {
|
|
3815
|
+
return /* @__PURE__ */ t.jsx(
|
|
3816
3816
|
"svg",
|
|
3817
3817
|
{
|
|
3818
3818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3819
3819
|
className: e,
|
|
3820
|
-
height:
|
|
3821
|
-
width:
|
|
3820
|
+
height: r,
|
|
3821
|
+
width: r,
|
|
3822
3822
|
viewBox: "0 -960 960 960",
|
|
3823
|
-
children: /* @__PURE__ */
|
|
3823
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z" })
|
|
3824
3824
|
}
|
|
3825
3825
|
);
|
|
3826
3826
|
}
|
|
3827
|
-
function
|
|
3828
|
-
return /* @__PURE__ */
|
|
3827
|
+
function M2({ className: e = "", size: r = l.md }) {
|
|
3828
|
+
return /* @__PURE__ */ t.jsx(
|
|
3829
3829
|
"svg",
|
|
3830
3830
|
{
|
|
3831
3831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
3832
|
className: e,
|
|
3833
|
-
height:
|
|
3834
|
-
width:
|
|
3833
|
+
height: r,
|
|
3834
|
+
width: r,
|
|
3835
3835
|
viewBox: "0 -960 960 960",
|
|
3836
|
-
children: /* @__PURE__ */
|
|
3836
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z" })
|
|
3837
3837
|
}
|
|
3838
3838
|
);
|
|
3839
3839
|
}
|
|
3840
|
-
function
|
|
3841
|
-
return /* @__PURE__ */
|
|
3840
|
+
function z2({ className: e = "", size: r = l.md }) {
|
|
3841
|
+
return /* @__PURE__ */ t.jsx(
|
|
3842
3842
|
"svg",
|
|
3843
3843
|
{
|
|
3844
3844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3845
3845
|
className: e,
|
|
3846
|
-
height:
|
|
3847
|
-
width:
|
|
3846
|
+
height: r,
|
|
3847
|
+
width: r,
|
|
3848
3848
|
viewBox: "0 -960 960 960",
|
|
3849
|
-
children: /* @__PURE__ */
|
|
3849
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z" })
|
|
3850
3850
|
}
|
|
3851
3851
|
);
|
|
3852
3852
|
}
|
|
3853
|
-
function
|
|
3854
|
-
return /* @__PURE__ */
|
|
3853
|
+
function E2({ className: e = "", size: r = l.sm }) {
|
|
3854
|
+
return /* @__PURE__ */ t.jsx(
|
|
3855
3855
|
"svg",
|
|
3856
3856
|
{
|
|
3857
3857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3858
3858
|
className: e,
|
|
3859
|
-
height:
|
|
3860
|
-
width:
|
|
3859
|
+
height: r,
|
|
3860
|
+
width: r,
|
|
3861
3861
|
viewBox: "0 -960 960 960",
|
|
3862
|
-
children: /* @__PURE__ */
|
|
3862
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z" })
|
|
3863
3863
|
}
|
|
3864
3864
|
);
|
|
3865
3865
|
}
|
|
3866
|
-
function
|
|
3867
|
-
return /* @__PURE__ */
|
|
3866
|
+
function R2({ className: e = "", size: r = l.md }) {
|
|
3867
|
+
return /* @__PURE__ */ t.jsx(
|
|
3868
3868
|
"svg",
|
|
3869
3869
|
{
|
|
3870
3870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3871
3871
|
className: e,
|
|
3872
|
-
height:
|
|
3873
|
-
width:
|
|
3872
|
+
height: r,
|
|
3873
|
+
width: r,
|
|
3874
3874
|
viewBox: "0 -960 960 960",
|
|
3875
|
-
children: /* @__PURE__ */
|
|
3875
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z" })
|
|
3876
3876
|
}
|
|
3877
3877
|
);
|
|
3878
3878
|
}
|
|
3879
|
-
function
|
|
3880
|
-
return /* @__PURE__ */
|
|
3879
|
+
function N2({ className: e = "", size: r = l.md }) {
|
|
3880
|
+
return /* @__PURE__ */ t.jsx(
|
|
3881
3881
|
"svg",
|
|
3882
3882
|
{
|
|
3883
3883
|
className: Q("stroke-2 text-gray-600", e),
|
|
3884
|
-
height:
|
|
3885
|
-
width:
|
|
3884
|
+
height: r,
|
|
3885
|
+
width: r,
|
|
3886
3886
|
enableBackground: "new 0 0 512.004 512.004",
|
|
3887
3887
|
viewBox: "0 0 512.004 512.004",
|
|
3888
3888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3889
|
-
children: /* @__PURE__ */
|
|
3889
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3890
3890
|
"path",
|
|
3891
3891
|
{
|
|
3892
3892
|
stroke: "currentColor",
|
|
@@ -3896,18 +3896,18 @@ function E2({ className: e = "", size: t = a.md }) {
|
|
|
3896
3896
|
}
|
|
3897
3897
|
);
|
|
3898
3898
|
}
|
|
3899
|
-
function
|
|
3900
|
-
return /* @__PURE__ */
|
|
3899
|
+
function A2({ className: e = "", size: r = l.md }) {
|
|
3900
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3901
3901
|
"svg",
|
|
3902
3902
|
{
|
|
3903
3903
|
className: Q(e, "fill-none"),
|
|
3904
|
-
width:
|
|
3905
|
-
height:
|
|
3904
|
+
width: r,
|
|
3905
|
+
height: r,
|
|
3906
3906
|
viewBox: "0 0 24 24",
|
|
3907
3907
|
fill: "none",
|
|
3908
3908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3909
3909
|
children: [
|
|
3910
|
-
/* @__PURE__ */
|
|
3910
|
+
/* @__PURE__ */ t.jsx(
|
|
3911
3911
|
"path",
|
|
3912
3912
|
{
|
|
3913
3913
|
d: "M19 22V21.5M5 22V21.5",
|
|
@@ -3916,9 +3916,9 @@ function H2({ className: e = "", size: t = a.md }) {
|
|
|
3916
3916
|
strokeLinecap: "round"
|
|
3917
3917
|
}
|
|
3918
3918
|
),
|
|
3919
|
-
/* @__PURE__ */
|
|
3920
|
-
/* @__PURE__ */
|
|
3921
|
-
/* @__PURE__ */
|
|
3919
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 21V2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3920
|
+
/* @__PURE__ */ t.jsx("path", { d: "M15 8V10", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3921
|
+
/* @__PURE__ */ t.jsx(
|
|
3922
3922
|
"path",
|
|
3923
3923
|
{
|
|
3924
3924
|
d: "M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z",
|
|
@@ -3926,142 +3926,142 @@ function H2({ className: e = "", size: t = a.md }) {
|
|
|
3926
3926
|
strokeWidth: 1.5
|
|
3927
3927
|
}
|
|
3928
3928
|
),
|
|
3929
|
-
/* @__PURE__ */
|
|
3930
|
-
/* @__PURE__ */
|
|
3931
|
-
/* @__PURE__ */
|
|
3932
|
-
/* @__PURE__ */
|
|
3929
|
+
/* @__PURE__ */ t.jsx("path", { d: "M2 8H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3930
|
+
/* @__PURE__ */ t.jsx("path", { d: "M2 15H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3931
|
+
/* @__PURE__ */ t.jsx("path", { d: "M15 18L17 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3932
|
+
/* @__PURE__ */ t.jsx("path", { d: "M7 18L9 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })
|
|
3933
3933
|
]
|
|
3934
3934
|
}
|
|
3935
3935
|
);
|
|
3936
3936
|
}
|
|
3937
|
-
function
|
|
3938
|
-
return /* @__PURE__ */
|
|
3937
|
+
function y2({ className: e = "", size: r = l.md }) {
|
|
3938
|
+
return /* @__PURE__ */ t.jsx(
|
|
3939
3939
|
"svg",
|
|
3940
3940
|
{
|
|
3941
3941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3942
3942
|
className: e,
|
|
3943
|
-
height:
|
|
3944
|
-
width:
|
|
3943
|
+
height: r,
|
|
3944
|
+
width: r,
|
|
3945
3945
|
viewBox: "0 -960 960 960",
|
|
3946
|
-
children: /* @__PURE__ */
|
|
3946
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" })
|
|
3947
3947
|
}
|
|
3948
3948
|
);
|
|
3949
3949
|
}
|
|
3950
|
-
function
|
|
3951
|
-
return /* @__PURE__ */
|
|
3950
|
+
function H2({ className: e = "", size: r = l.md }) {
|
|
3951
|
+
return /* @__PURE__ */ t.jsx(
|
|
3952
3952
|
"svg",
|
|
3953
3953
|
{
|
|
3954
3954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3955
3955
|
className: e,
|
|
3956
|
-
height:
|
|
3957
|
-
width:
|
|
3956
|
+
height: r,
|
|
3957
|
+
width: r,
|
|
3958
3958
|
viewBox: "0 -960 960 960",
|
|
3959
|
-
children: /* @__PURE__ */
|
|
3959
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z" })
|
|
3960
3960
|
}
|
|
3961
3961
|
);
|
|
3962
3962
|
}
|
|
3963
|
-
function _2({ className: e = "", size:
|
|
3964
|
-
return /* @__PURE__ */
|
|
3963
|
+
function _2({ className: e = "", size: r = l.md }) {
|
|
3964
|
+
return /* @__PURE__ */ t.jsx(
|
|
3965
3965
|
"svg",
|
|
3966
3966
|
{
|
|
3967
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3968
3968
|
className: e,
|
|
3969
|
-
height:
|
|
3970
|
-
width:
|
|
3969
|
+
height: r,
|
|
3970
|
+
width: r,
|
|
3971
3971
|
shapeRendering: "geometricPrecision",
|
|
3972
3972
|
textRendering: "geometricPrecision",
|
|
3973
3973
|
imageRendering: "optimizeQuality",
|
|
3974
3974
|
fillRule: "evenodd",
|
|
3975
3975
|
clipRule: "evenodd",
|
|
3976
3976
|
viewBox: "0 0 471 511.77",
|
|
3977
|
-
children: /* @__PURE__ */
|
|
3977
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z" })
|
|
3978
3978
|
}
|
|
3979
3979
|
);
|
|
3980
3980
|
}
|
|
3981
|
-
function
|
|
3982
|
-
return /* @__PURE__ */
|
|
3981
|
+
function I2({ className: e = "", size: r = l.md }) {
|
|
3982
|
+
return /* @__PURE__ */ t.jsx(
|
|
3983
3983
|
"svg",
|
|
3984
3984
|
{
|
|
3985
3985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3986
3986
|
className: e,
|
|
3987
|
-
height:
|
|
3988
|
-
width:
|
|
3987
|
+
height: r,
|
|
3988
|
+
width: r,
|
|
3989
3989
|
viewBox: "0 -960 960 960",
|
|
3990
|
-
children: /* @__PURE__ */
|
|
3990
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z" })
|
|
3991
3991
|
}
|
|
3992
3992
|
);
|
|
3993
3993
|
}
|
|
3994
|
-
function
|
|
3995
|
-
return /* @__PURE__ */
|
|
3994
|
+
function O2({ className: e = "", size: r = l.sm }) {
|
|
3995
|
+
return /* @__PURE__ */ t.jsx(
|
|
3996
3996
|
"svg",
|
|
3997
3997
|
{
|
|
3998
3998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3999
3999
|
className: e,
|
|
4000
|
-
height:
|
|
4001
|
-
width:
|
|
4000
|
+
height: r,
|
|
4001
|
+
width: r,
|
|
4002
4002
|
viewBox: "0 -960 960 960",
|
|
4003
|
-
children: /* @__PURE__ */
|
|
4003
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" })
|
|
4004
4004
|
}
|
|
4005
4005
|
);
|
|
4006
4006
|
}
|
|
4007
|
-
function
|
|
4008
|
-
return /* @__PURE__ */
|
|
4007
|
+
function B2({ className: e = "", size: r = l.md }) {
|
|
4008
|
+
return /* @__PURE__ */ t.jsx(
|
|
4009
4009
|
"svg",
|
|
4010
4010
|
{
|
|
4011
4011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4012
4012
|
className: e,
|
|
4013
|
-
height:
|
|
4014
|
-
width:
|
|
4013
|
+
height: r,
|
|
4014
|
+
width: r,
|
|
4015
4015
|
viewBox: "0 -960 960 960",
|
|
4016
|
-
children: /* @__PURE__ */
|
|
4016
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z" })
|
|
4017
4017
|
}
|
|
4018
4018
|
);
|
|
4019
4019
|
}
|
|
4020
|
-
function
|
|
4021
|
-
return /* @__PURE__ */
|
|
4020
|
+
function F2({ className: e = "", size: r = l.md }) {
|
|
4021
|
+
return /* @__PURE__ */ t.jsx(
|
|
4022
4022
|
"svg",
|
|
4023
4023
|
{
|
|
4024
4024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4025
4025
|
className: e,
|
|
4026
|
-
height:
|
|
4027
|
-
width:
|
|
4026
|
+
height: r,
|
|
4027
|
+
width: r,
|
|
4028
4028
|
viewBox: "0 -960 960 960",
|
|
4029
|
-
children: /* @__PURE__ */
|
|
4029
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" })
|
|
4030
4030
|
}
|
|
4031
4031
|
);
|
|
4032
4032
|
}
|
|
4033
|
-
function
|
|
4034
|
-
return /* @__PURE__ */
|
|
4033
|
+
function V2({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
4034
|
+
return /* @__PURE__ */ t.jsx(
|
|
4035
4035
|
"svg",
|
|
4036
4036
|
{
|
|
4037
4037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4038
4038
|
className: e,
|
|
4039
|
-
height:
|
|
4040
|
-
width:
|
|
4039
|
+
height: r,
|
|
4040
|
+
width: r,
|
|
4041
4041
|
viewBox: "0 -960 960 960",
|
|
4042
|
-
children: /* @__PURE__ */
|
|
4042
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" })
|
|
4043
4043
|
}
|
|
4044
4044
|
);
|
|
4045
4045
|
}
|
|
4046
|
-
function
|
|
4047
|
-
return /* @__PURE__ */
|
|
4046
|
+
function W2({ className: e = "", size: r = l.md }) {
|
|
4047
|
+
return /* @__PURE__ */ t.jsx(
|
|
4048
4048
|
"svg",
|
|
4049
4049
|
{
|
|
4050
4050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4051
4051
|
className: e,
|
|
4052
|
-
height:
|
|
4053
|
-
width:
|
|
4052
|
+
height: r,
|
|
4053
|
+
width: r,
|
|
4054
4054
|
viewBox: "0 -960 960 960",
|
|
4055
|
-
children: /* @__PURE__ */
|
|
4055
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z" })
|
|
4056
4056
|
}
|
|
4057
4057
|
);
|
|
4058
4058
|
}
|
|
4059
|
-
function
|
|
4060
|
-
return /* @__PURE__ */
|
|
4059
|
+
function $2({ className: e = "", size: r = l.xs }) {
|
|
4060
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4061
4061
|
"svg",
|
|
4062
4062
|
{
|
|
4063
|
-
height:
|
|
4064
|
-
width:
|
|
4063
|
+
height: r,
|
|
4064
|
+
width: r,
|
|
4065
4065
|
viewBox: "0 0 24 24",
|
|
4066
4066
|
className: e,
|
|
4067
4067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4071,96 +4071,96 @@ function V2({ className: e = "", size: t = a.xs }) {
|
|
|
4071
4071
|
strokeLinejoin: "miter",
|
|
4072
4072
|
children: [
|
|
4073
4073
|
" ",
|
|
4074
|
-
/* @__PURE__ */
|
|
4074
|
+
/* @__PURE__ */ t.jsx("title", { id: "pollIconTitle", children: "Poll" }),
|
|
4075
4075
|
" ",
|
|
4076
|
-
/* @__PURE__ */
|
|
4076
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 4V20" }),
|
|
4077
4077
|
" ",
|
|
4078
|
-
/* @__PURE__ */
|
|
4078
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 6H15V10H4" }),
|
|
4079
4079
|
" ",
|
|
4080
|
-
/* @__PURE__ */
|
|
4080
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 10H19V14H4" }),
|
|
4081
4081
|
" ",
|
|
4082
|
-
/* @__PURE__ */
|
|
4082
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 14H12V18H4" })
|
|
4083
4083
|
]
|
|
4084
4084
|
}
|
|
4085
4085
|
);
|
|
4086
4086
|
}
|
|
4087
|
-
function
|
|
4088
|
-
return /* @__PURE__ */
|
|
4087
|
+
function D2({ className: e = "", size: r = l.md }) {
|
|
4088
|
+
return /* @__PURE__ */ t.jsx(
|
|
4089
4089
|
"svg",
|
|
4090
4090
|
{
|
|
4091
4091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4092
4092
|
className: e,
|
|
4093
|
-
height:
|
|
4094
|
-
width:
|
|
4093
|
+
height: r,
|
|
4094
|
+
width: r,
|
|
4095
4095
|
viewBox: "0 -960 960 960",
|
|
4096
|
-
children: /* @__PURE__ */
|
|
4096
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z" })
|
|
4097
4097
|
}
|
|
4098
4098
|
);
|
|
4099
4099
|
}
|
|
4100
|
-
function
|
|
4101
|
-
return /* @__PURE__ */
|
|
4100
|
+
function S2({ className: e = "", size: r = l.md }) {
|
|
4101
|
+
return /* @__PURE__ */ t.jsx(
|
|
4102
4102
|
"svg",
|
|
4103
4103
|
{
|
|
4104
4104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4105
4105
|
className: e,
|
|
4106
|
-
height:
|
|
4107
|
-
width:
|
|
4106
|
+
height: r,
|
|
4107
|
+
width: r,
|
|
4108
4108
|
viewBox: "0 -960 960 960",
|
|
4109
|
-
children: /* @__PURE__ */
|
|
4109
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z" })
|
|
4110
4110
|
}
|
|
4111
4111
|
);
|
|
4112
4112
|
}
|
|
4113
|
-
function
|
|
4114
|
-
return /* @__PURE__ */
|
|
4113
|
+
function Y2({ className: e = "", size: r = l.md }) {
|
|
4114
|
+
return /* @__PURE__ */ t.jsx(
|
|
4115
4115
|
"svg",
|
|
4116
4116
|
{
|
|
4117
4117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4118
4118
|
className: e,
|
|
4119
|
-
height:
|
|
4120
|
-
width:
|
|
4119
|
+
height: r,
|
|
4120
|
+
width: r,
|
|
4121
4121
|
viewBox: "0 -960 960 960",
|
|
4122
|
-
children: /* @__PURE__ */
|
|
4122
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-440v-80h560v80H200Z" })
|
|
4123
4123
|
}
|
|
4124
4124
|
);
|
|
4125
4125
|
}
|
|
4126
|
-
function
|
|
4127
|
-
return /* @__PURE__ */
|
|
4126
|
+
function U2({ className: e = "", size: r = l.xs }) {
|
|
4127
|
+
return /* @__PURE__ */ t.jsx(
|
|
4128
4128
|
"svg",
|
|
4129
4129
|
{
|
|
4130
4130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4131
4131
|
className: e,
|
|
4132
|
-
height:
|
|
4133
|
-
width:
|
|
4132
|
+
height: r,
|
|
4133
|
+
width: r,
|
|
4134
4134
|
viewBox: "0 -960 960 960",
|
|
4135
|
-
children: /* @__PURE__ */
|
|
4135
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z" })
|
|
4136
4136
|
}
|
|
4137
4137
|
);
|
|
4138
4138
|
}
|
|
4139
|
-
function
|
|
4140
|
-
return /* @__PURE__ */
|
|
4139
|
+
function P2({ className: e = "", size: r = l.md }) {
|
|
4140
|
+
return /* @__PURE__ */ t.jsx(
|
|
4141
4141
|
"svg",
|
|
4142
4142
|
{
|
|
4143
4143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4144
4144
|
className: e,
|
|
4145
|
-
height:
|
|
4146
|
-
width:
|
|
4145
|
+
height: r,
|
|
4146
|
+
width: r,
|
|
4147
4147
|
viewBox: "0 -960 960 960",
|
|
4148
|
-
children: /* @__PURE__ */
|
|
4148
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z" })
|
|
4149
4149
|
}
|
|
4150
4150
|
);
|
|
4151
4151
|
}
|
|
4152
|
-
function
|
|
4153
|
-
return /* @__PURE__ */
|
|
4152
|
+
function J2({ className: e = "", size: r = l.md }) {
|
|
4153
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4154
4154
|
"svg",
|
|
4155
4155
|
{
|
|
4156
4156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4157
4157
|
className: e,
|
|
4158
|
-
height:
|
|
4159
|
-
width:
|
|
4158
|
+
height: r,
|
|
4159
|
+
width: r,
|
|
4160
4160
|
viewBox: "0 0 16 16",
|
|
4161
4161
|
children: [
|
|
4162
|
-
/* @__PURE__ */
|
|
4163
|
-
/* @__PURE__ */
|
|
4162
|
+
/* @__PURE__ */ t.jsx("path", { d: "M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z" }),
|
|
4163
|
+
/* @__PURE__ */ t.jsx(
|
|
4164
4164
|
"path",
|
|
4165
4165
|
{
|
|
4166
4166
|
fillRule: "evenodd",
|
|
@@ -4172,8 +4172,8 @@ function Y2({ className: e = "", size: t = a.md }) {
|
|
|
4172
4172
|
}
|
|
4173
4173
|
);
|
|
4174
4174
|
}
|
|
4175
|
-
function
|
|
4176
|
-
return /* @__PURE__ */
|
|
4175
|
+
function G2({ className: e = "fill-blue-500", size: r = l.md }) {
|
|
4176
|
+
return /* @__PURE__ */ t.jsx(
|
|
4177
4177
|
"svg",
|
|
4178
4178
|
{
|
|
4179
4179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4182,21 +4182,21 @@ function U2({ className: e = "fill-blue-500", size: t = a.md }) {
|
|
|
4182
4182
|
height: "24",
|
|
4183
4183
|
viewBox: "0 0 24 24",
|
|
4184
4184
|
fill: "none",
|
|
4185
|
-
children: /* @__PURE__ */
|
|
4185
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M7 17L17 7M17 7H7M17 7V17", stroke: "gray" })
|
|
4186
4186
|
}
|
|
4187
4187
|
);
|
|
4188
4188
|
}
|
|
4189
|
-
function
|
|
4190
|
-
return /* @__PURE__ */
|
|
4189
|
+
function X2({ className: e = "", size: r = l.md }) {
|
|
4190
|
+
return /* @__PURE__ */ t.jsx(
|
|
4191
4191
|
"svg",
|
|
4192
4192
|
{
|
|
4193
4193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4194
4194
|
className: e,
|
|
4195
4195
|
viewBox: "0 0 32 32",
|
|
4196
|
-
height:
|
|
4197
|
-
width:
|
|
4198
|
-
children: /* @__PURE__ */
|
|
4199
|
-
/* @__PURE__ */
|
|
4196
|
+
height: r,
|
|
4197
|
+
width: r,
|
|
4198
|
+
children: /* @__PURE__ */ t.jsxs("g", { id: "g1331", transform: "translate(-.012 -.026)", children: [
|
|
4199
|
+
/* @__PURE__ */ t.jsx(
|
|
4200
4200
|
"path",
|
|
4201
4201
|
{
|
|
4202
4202
|
id: "rect1177",
|
|
@@ -4227,7 +4227,7 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4227
4227
|
vectorEffect: "none"
|
|
4228
4228
|
}
|
|
4229
4229
|
),
|
|
4230
|
-
/* @__PURE__ */
|
|
4230
|
+
/* @__PURE__ */ t.jsx(
|
|
4231
4231
|
"path",
|
|
4232
4232
|
{
|
|
4233
4233
|
id: "path1289",
|
|
@@ -4257,14 +4257,14 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4257
4257
|
vectorEffect: "none"
|
|
4258
4258
|
}
|
|
4259
4259
|
),
|
|
4260
|
-
/* @__PURE__ */
|
|
4260
|
+
/* @__PURE__ */ t.jsx(
|
|
4261
4261
|
"path",
|
|
4262
4262
|
{
|
|
4263
4263
|
id: "ellipse1291",
|
|
4264
4264
|
d: "m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z"
|
|
4265
4265
|
}
|
|
4266
4266
|
),
|
|
4267
|
-
/* @__PURE__ */
|
|
4267
|
+
/* @__PURE__ */ t.jsx(
|
|
4268
4268
|
"path",
|
|
4269
4269
|
{
|
|
4270
4270
|
id: "rect1319",
|
|
@@ -4298,16 +4298,16 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4298
4298
|
}
|
|
4299
4299
|
);
|
|
4300
4300
|
}
|
|
4301
|
-
function
|
|
4302
|
-
return /* @__PURE__ */
|
|
4301
|
+
function Q2({ className: e = "", size: r = l.md }) {
|
|
4302
|
+
return /* @__PURE__ */ t.jsx(
|
|
4303
4303
|
"svg",
|
|
4304
4304
|
{
|
|
4305
4305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4306
4306
|
className: e,
|
|
4307
|
-
height:
|
|
4308
|
-
width:
|
|
4307
|
+
height: r,
|
|
4308
|
+
width: r,
|
|
4309
4309
|
viewBox: "0 0 256 256",
|
|
4310
|
-
children: /* @__PURE__ */
|
|
4310
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4311
4311
|
"g",
|
|
4312
4312
|
{
|
|
4313
4313
|
style: {
|
|
@@ -4322,7 +4322,7 @@ function X2({ className: e = "", size: t = a.md }) {
|
|
|
4322
4322
|
opacity: 1
|
|
4323
4323
|
},
|
|
4324
4324
|
transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)",
|
|
4325
|
-
children: /* @__PURE__ */
|
|
4325
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4326
4326
|
"path",
|
|
4327
4327
|
{
|
|
4328
4328
|
d: "M 89.999 3.075 C 90 3.02 90 2.967 89.999 2.912 c -0.004 -0.134 -0.017 -0.266 -0.038 -0.398 c -0.007 -0.041 -0.009 -0.081 -0.018 -0.122 c -0.034 -0.165 -0.082 -0.327 -0.144 -0.484 c -0.018 -0.046 -0.041 -0.089 -0.061 -0.134 c -0.053 -0.119 -0.113 -0.234 -0.182 -0.346 C 89.528 1.382 89.5 1.336 89.469 1.29 c -0.102 -0.147 -0.212 -0.288 -0.341 -0.417 c -0.13 -0.13 -0.273 -0.241 -0.421 -0.344 c -0.042 -0.029 -0.085 -0.056 -0.129 -0.082 c -0.118 -0.073 -0.239 -0.136 -0.364 -0.191 c -0.039 -0.017 -0.076 -0.037 -0.116 -0.053 c -0.161 -0.063 -0.327 -0.113 -0.497 -0.147 c -0.031 -0.006 -0.063 -0.008 -0.094 -0.014 c -0.142 -0.024 -0.285 -0.038 -0.429 -0.041 C 87.03 0 86.983 0 86.936 0.001 c -0.141 0.003 -0.282 0.017 -0.423 0.041 c -0.035 0.006 -0.069 0.008 -0.104 0.015 c -0.154 0.031 -0.306 0.073 -0.456 0.129 L 1.946 31.709 c -1.124 0.422 -1.888 1.473 -1.943 2.673 c -0.054 1.199 0.612 2.316 1.693 2.838 l 34.455 16.628 l 16.627 34.455 C 53.281 89.344 54.334 90 55.481 90 c 0.046 0 0.091 -0.001 0.137 -0.003 c 1.199 -0.055 2.251 -0.819 2.673 -1.943 L 89.815 4.048 c 0.056 -0.149 0.097 -0.3 0.128 -0.453 c 0.008 -0.041 0.011 -0.081 0.017 -0.122 C 89.982 3.341 89.995 3.208 89.999 3.075 z M 75.086 10.672 L 37.785 47.973 L 10.619 34.864 L 75.086 10.672 z M 55.136 79.381 L 42.027 52.216 l 37.302 -37.302 L 55.136 79.381 z",
|
|
@@ -4346,31 +4346,31 @@ function X2({ className: e = "", size: t = a.md }) {
|
|
|
4346
4346
|
}
|
|
4347
4347
|
);
|
|
4348
4348
|
}
|
|
4349
|
-
function
|
|
4350
|
-
return /* @__PURE__ */
|
|
4349
|
+
function K2({ className: e = "", size: r = l.md }) {
|
|
4350
|
+
return /* @__PURE__ */ t.jsx(
|
|
4351
4351
|
"svg",
|
|
4352
4352
|
{
|
|
4353
4353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4354
4354
|
viewBox: "0 0 50 50",
|
|
4355
|
-
height:
|
|
4356
|
-
width:
|
|
4355
|
+
height: r,
|
|
4356
|
+
width: r,
|
|
4357
4357
|
className: e,
|
|
4358
|
-
children: /* @__PURE__ */
|
|
4358
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M 25 4.0625 C 12.414063 4.0625 2.0625 12.925781 2.0625 24 C 2.0625 30.425781 5.625 36.09375 11 39.71875 C 10.992188 39.933594 11 40.265625 10.71875 41.3125 C 10.371094 42.605469 9.683594 44.4375 8.25 46.46875 L 7.21875 47.90625 L 9 47.9375 C 15.175781 47.964844 18.753906 43.90625 19.3125 43.25 C 21.136719 43.65625 23.035156 43.9375 25 43.9375 C 37.582031 43.9375 47.9375 35.074219 47.9375 24 C 47.9375 12.925781 37.582031 4.0625 25 4.0625 Z M 25 5.9375 C 36.714844 5.9375 46.0625 14.089844 46.0625 24 C 46.0625 33.910156 36.714844 42.0625 25 42.0625 C 22.996094 42.0625 21.050781 41.820313 19.21875 41.375 L 18.65625 41.25 L 18.28125 41.71875 C 18.28125 41.71875 15.390625 44.976563 10.78125 45.75 C 11.613281 44.257813 12.246094 42.871094 12.53125 41.8125 C 12.929688 40.332031 12.9375 39.3125 12.9375 39.3125 L 12.9375 38.8125 L 12.5 38.53125 C 7.273438 35.21875 3.9375 29.941406 3.9375 24 C 3.9375 14.089844 13.28125 5.9375 25 5.9375 Z" })
|
|
4359
4359
|
}
|
|
4360
4360
|
);
|
|
4361
4361
|
}
|
|
4362
|
-
function
|
|
4363
|
-
return /* @__PURE__ */
|
|
4362
|
+
function e5({ className: e = "", size: r = l.md }) {
|
|
4363
|
+
return /* @__PURE__ */ t.jsx(
|
|
4364
4364
|
"svg",
|
|
4365
4365
|
{
|
|
4366
4366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4367
4367
|
className: e,
|
|
4368
|
-
height:
|
|
4369
|
-
width:
|
|
4368
|
+
height: r,
|
|
4369
|
+
width: r,
|
|
4370
4370
|
viewBox: "0 0 65 30",
|
|
4371
4371
|
fill: "none",
|
|
4372
|
-
children: /* @__PURE__ */
|
|
4373
|
-
/* @__PURE__ */
|
|
4372
|
+
children: /* @__PURE__ */ t.jsxs("g", { transform: "translate(1 1)", children: [
|
|
4373
|
+
/* @__PURE__ */ t.jsx(
|
|
4374
4374
|
"path",
|
|
4375
4375
|
{
|
|
4376
4376
|
d: `M60.1,7h-16c-1.1,0-2,0.9-2,2
|
|
@@ -4383,7 +4383,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4383
4383
|
fill: "none"
|
|
4384
4384
|
}
|
|
4385
4385
|
),
|
|
4386
|
-
/* @__PURE__ */
|
|
4386
|
+
/* @__PURE__ */ t.jsx(
|
|
4387
4387
|
"path",
|
|
4388
4388
|
{
|
|
4389
4389
|
d: "M27.1,15l3-3v9",
|
|
@@ -4394,7 +4394,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4394
4394
|
fill: "none"
|
|
4395
4395
|
}
|
|
4396
4396
|
),
|
|
4397
|
-
/* @__PURE__ */
|
|
4397
|
+
/* @__PURE__ */ t.jsx(
|
|
4398
4398
|
"path",
|
|
4399
4399
|
{
|
|
4400
4400
|
d: `M50.1,16c0-1.1,0.9-2,2-2
|
|
@@ -4406,7 +4406,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4406
4406
|
fill: "none"
|
|
4407
4407
|
}
|
|
4408
4408
|
),
|
|
4409
|
-
/* @__PURE__ */
|
|
4409
|
+
/* @__PURE__ */ t.jsx(
|
|
4410
4410
|
"path",
|
|
4411
4411
|
{
|
|
4412
4412
|
d: `M7.1,21.9c0,1.1,0.9,2,2,2
|
|
@@ -4422,17 +4422,17 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4422
4422
|
}
|
|
4423
4423
|
);
|
|
4424
4424
|
}
|
|
4425
|
-
function
|
|
4426
|
-
return /* @__PURE__ */
|
|
4425
|
+
function r5({ className: e = "", size: r = l.md }) {
|
|
4426
|
+
return /* @__PURE__ */ t.jsx(
|
|
4427
4427
|
"svg",
|
|
4428
4428
|
{
|
|
4429
4429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4430
4430
|
className: e,
|
|
4431
|
-
height:
|
|
4432
|
-
width:
|
|
4431
|
+
height: r,
|
|
4432
|
+
width: r,
|
|
4433
4433
|
viewBox: "0 0 76 76",
|
|
4434
4434
|
fill: "none",
|
|
4435
|
-
children: /* @__PURE__ */
|
|
4435
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4436
4436
|
"path",
|
|
4437
4437
|
{
|
|
4438
4438
|
d: "M23.75 60.1667 L23.75 53.8333 L31.6667 53.8333 L31.6666 47.5 L23.75 47.5 L23.75 41.1667 L38 41.1667 L38 47.5 L44.3333 47.5 L44.3333 28.5 L38 28.5 L38 34.8333 L23.75 34.8333 L23.75 28.5 L31.6667 28.5 L31.6666 22.1666 L23.75 22.1667 L23.75 15.8333 L38 15.8333 L38 22.1666 L50.6666 22.1667 L50.6666 34.8333 L58.5833 34.8333 L58.5833 41.1667 L50.6666 41.1667 L50.6666 53.8333 L38 53.8333 L38 60.1667 L23.75 60.1667 Z",
|
|
@@ -4445,23 +4445,23 @@ function e5({ className: e = "", size: t = a.md }) {
|
|
|
4445
4445
|
}
|
|
4446
4446
|
);
|
|
4447
4447
|
}
|
|
4448
|
-
function t5({ className: e = "", size:
|
|
4449
|
-
return /* @__PURE__ */
|
|
4448
|
+
function t5({ className: e = "", size: r = l.md }) {
|
|
4449
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4450
4450
|
"svg",
|
|
4451
4451
|
{
|
|
4452
4452
|
className: e,
|
|
4453
|
-
width:
|
|
4454
|
-
height:
|
|
4453
|
+
width: r,
|
|
4454
|
+
height: r,
|
|
4455
4455
|
viewBox: "0 0 32 32",
|
|
4456
4456
|
id: "icon",
|
|
4457
4457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4458
4458
|
children: [
|
|
4459
|
-
/* @__PURE__ */
|
|
4460
|
-
/* @__PURE__ */
|
|
4461
|
-
/* @__PURE__ */
|
|
4462
|
-
/* @__PURE__ */
|
|
4463
|
-
/* @__PURE__ */
|
|
4464
|
-
/* @__PURE__ */
|
|
4459
|
+
/* @__PURE__ */ t.jsx("defs", { children: /* @__PURE__ */ t.jsx("style", { children: ".cls-1{fill:none;}" }) }),
|
|
4460
|
+
/* @__PURE__ */ t.jsx("title", { children: "event-schedule" }),
|
|
4461
|
+
/* @__PURE__ */ t.jsx("path", { d: "M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z" }),
|
|
4462
|
+
/* @__PURE__ */ t.jsx("polygon", { points: "22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25" }),
|
|
4463
|
+
/* @__PURE__ */ t.jsx("path", { d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z" }),
|
|
4464
|
+
/* @__PURE__ */ t.jsx(
|
|
4465
4465
|
"rect",
|
|
4466
4466
|
{
|
|
4467
4467
|
id: "_Transparent_Rectangle_",
|
|
@@ -4475,117 +4475,122 @@ function t5({ className: e = "", size: t = a.md }) {
|
|
|
4475
4475
|
}
|
|
4476
4476
|
);
|
|
4477
4477
|
}
|
|
4478
|
-
function
|
|
4479
|
-
return /* @__PURE__ */
|
|
4478
|
+
function s2({ className: e = "", size: r = l.md }) {
|
|
4479
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4480
4480
|
"svg",
|
|
4481
4481
|
{
|
|
4482
4482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4483
4483
|
className: e,
|
|
4484
|
-
height:
|
|
4485
|
-
width:
|
|
4484
|
+
height: r,
|
|
4485
|
+
width: r,
|
|
4486
4486
|
viewBox: "0 0 24 24",
|
|
4487
4487
|
children: [
|
|
4488
|
-
/* @__PURE__ */
|
|
4489
|
-
/* @__PURE__ */
|
|
4490
|
-
/* @__PURE__ */
|
|
4488
|
+
/* @__PURE__ */ t.jsx("path", { d: "M6.08706 7.18785C6.02201 7.35088 5.96237 7.51555 5.90814 7.68161C6.37118 7.75292 6.87059 7.84964 7.39119 7.9808C7.63693 7.29058 7.99847 6.63236 8.47583 6.0363L12.6895 10.25L12.4375 10.5019C12.6247 10.6634 12.8083 10.8335 12.9875 11.0127C13.1667 11.1918 13.3368 11.3754 13.4982 11.5626L13.7501 11.3106L17.9635 15.5239C17.3675 16.0012 16.7094 16.3627 16.0193 16.6085C16.1504 17.1291 16.2472 17.6285 16.3185 18.0915C16.6436 17.9853 16.9635 17.8584 17.276 17.7107C18.1109 17.3162 18.8933 16.7737 19.5838 16.0833C19.7145 15.9526 19.8399 15.8186 19.96 15.6816C20.522 15.0395 20.9861 14.3094 21.3289 13.5148C21.7434 12.5518 21.966 11.5259 21.9965 10.4954C21.9989 10.4139 22.0001 10.3321 22.0001 10.25C22.0001 10.1458 21.9981 10.042 21.9943 9.93868C21.9725 9.35607 21.8892 8.77533 21.7446 8.207C21.0019 5.29266 18.7081 2.99781 15.7937 2.25509C15.398 2.15433 14.9959 2.0836 14.5916 2.0424C14.3149 2.01436 14.0342 2 13.7501 2C13.4726 2 13.1982 2.0137 12.9277 2.04047C12.2733 2.10565 11.6252 2.24882 10.9985 2.47C8.76014 3.26166 6.96533 4.99194 6.08706 7.18785ZM20.0475 7.81481C19.1674 8.50945 17.9608 8.58967 17.0053 8.05547L19.0245 6.0363C19.4634 6.58439 19.8044 7.18505 20.0475 7.81481ZM15.9181 9.14268C17.2639 10.0817 19.0318 10.1519 20.4407 9.35317C20.6778 11.1325 20.2056 12.9883 19.0242 14.4633L14.8108 10.25L15.9181 9.14268ZM14.8574 8.08201L13.7501 9.1893L9.53645 4.9756C11.0116 3.79404 12.8676 3.32188 14.6471 3.55914C13.8483 4.96806 13.9184 6.73612 14.8574 8.08201ZM15.9446 6.9948C15.4104 6.03922 15.4907 4.83257 16.1855 3.95245C16.8152 4.19559 17.4158 4.53664 17.9638 4.9756L15.9446 6.9948Z" }),
|
|
4489
|
+
/* @__PURE__ */ t.jsx("path", { d: "M6.96973 13.4697C7.26262 13.1768 7.7375 13.1768 8.03039 13.4697L10.5304 15.9697C10.8233 16.2626 10.8233 16.7374 10.5304 17.0303C10.2375 17.3232 9.76262 17.3232 9.46973 17.0303L6.96973 14.5303C6.67684 14.2374 6.67684 13.7626 6.96973 13.4697Z" }),
|
|
4490
|
+
/* @__PURE__ */ t.jsx("path", { d: "M2.02815 11.0186C1.9188 9.57689 3.07688 8.4188 4.5186 8.52815C6.49666 8.67819 9.85794 9.29728 12.2804 11.7197C14.7028 14.1422 15.3219 17.5035 15.472 19.4815C15.5813 20.9232 14.4232 22.0813 12.9815 21.972C11.0035 21.8219 7.64217 21.2028 5.21972 18.7804C2.79728 16.3579 2.17819 12.9967 2.02815 11.0186ZM4.40515 10.0239C3.87938 9.98398 3.48398 10.3794 3.52386 10.9051C3.66515 12.7678 4.24225 15.6816 6.28038 17.7197C8.31852 19.7579 11.2323 20.335 13.095 20.4763C13.6207 20.5161 14.0161 20.1207 13.9763 19.595C13.835 17.7323 13.2579 14.8185 11.2197 12.7804C9.18159 10.7423 6.26785 10.1651 4.40515 10.0239Z" })
|
|
4491
4491
|
]
|
|
4492
4492
|
}
|
|
4493
4493
|
);
|
|
4494
4494
|
}
|
|
4495
|
-
function
|
|
4496
|
-
return /* @__PURE__ */
|
|
4495
|
+
function l2({ className: e = "", size: r = l.md }) {
|
|
4496
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4497
4497
|
"svg",
|
|
4498
4498
|
{
|
|
4499
4499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4500
4500
|
className: e,
|
|
4501
|
-
height:
|
|
4502
|
-
width:
|
|
4501
|
+
height: r,
|
|
4502
|
+
width: r,
|
|
4503
4503
|
viewBox: "0 -32 512.00001 512",
|
|
4504
4504
|
children: [
|
|
4505
|
-
/* @__PURE__ */
|
|
4506
|
-
/* @__PURE__ */
|
|
4507
|
-
/* @__PURE__ */
|
|
4508
|
-
/* @__PURE__ */
|
|
4509
|
-
/* @__PURE__ */
|
|
4505
|
+
/* @__PURE__ */ t.jsx("path", { d: "m342.382812 239.351562c-23.039062-35.941406-62.277343-57.402343-104.964843-57.402343-42.683594 0-81.925781 21.460937-104.960938 57.402343l-55.515625 86.605469c-9.210937 14.371094-13.460937 30.96875-12.292968 47.996094 1.167968 17.03125 7.648437 32.890625 18.738281 45.871094 11.097656 12.976562 25.761719 21.84375 42.40625 25.648437 16.644531 3.800782 33.707031 2.179688 49.339843-4.691406l1.019532-.453125c39.339844-16.957031 84.304687-16.804687 123.546875.453125 10.121093 4.449219 20.84375 6.699219 31.664062 6.699219 5.882813 0 11.800781-.667969 17.664063-2.003907 16.644531-3.800781 31.308594-12.667968 42.410156-25.644531 11.09375-12.976562 17.578125-28.839843 18.75-45.871093 1.171875-17.035157-3.078125-33.632813-12.289062-48.007813zm26.246094 160.972657c-14.121094 16.507812-36.964844 21.726562-56.847656 12.984375-23.632812-10.394532-49-15.589844-74.375-15.589844-25.351562 0-50.714844 5.191406-74.332031 15.574219l-.671875.296875c-19.730469 8.34375-42.238282 3.058594-56.203125-13.265625-14.105469-16.511719-15.710938-39.886719-3.992188-58.171875l55.519531-86.605469c17.492188-27.289063 47.28125-43.582031 79.691407-43.582031 32.410156 0 62.203125 16.292968 79.699219 43.582031l55.511718 86.601563c11.722656 18.292968 10.113282 41.671874-4 58.175781zm0 0" }),
|
|
4506
|
+
/* @__PURE__ */ t.jsx("path", { d: "m91.894531 239.238281c16.515625-6.34375 29.0625-19.652343 35.332031-37.476562 5.960938-16.960938 5.472657-36.109375-1.382812-53.921875-6.859375-17.800782-19.335938-32.332032-35.128906-40.921875-16.597656-9.019531-34.828125-10.488281-51.316406-4.132813-33.171876 12.753906-48.394532 53.746094-33.929688 91.398438 11.554688 29.96875 38.503906 48.886718 65.75 48.886718 6.957031 0 13.933594-1.234374 20.675781-3.832031zm-58.417969-55.835937c-8.523437-22.1875-1.035156-45.789063 16.703126-52.609375 3.203124-1.234375 6.589843-1.847657 10.046874-1.847657 5.335938 0 10.847657 1.457032 16.152344 4.34375 9.539063 5.183594 17.160156 14.183594 21.457032 25.335938 4.292968 11.160156 4.675781 22.941406 1.074218 33.179688-3.300781 9.382812-9.617187 16.28125-17.78125 19.417968l-.015625.007813c-17.714843 6.828125-39.085937-5.660157-47.636719-27.828125zm0 0" }),
|
|
4507
|
+
/* @__PURE__ */ t.jsx("path", { d: "m199.613281 171.386719c41.46875 0 75.207031-38.4375 75.207031-85.683594 0-47.257813-33.738281-85.703125-75.207031-85.703125-41.464843 0-75.199219 38.445312-75.199219 85.703125 0 47.246094 33.734376 85.683594 75.199219 85.683594zm0-141.375c24.917969 0 45.195313 24.984375 45.195313 55.691406 0 30.695313-20.277344 55.671875-45.195313 55.671875s-45.1875-24.976562-45.1875-55.671875c0-30.707031 20.269531-55.691406 45.1875-55.691406zm0 0" }),
|
|
4508
|
+
/* @__PURE__ */ t.jsx("path", { d: "m329.496094 192.4375h.003906c6.378906 2.117188 12.886719 3.128906 19.367188 3.128906 30.242187 0 59.714843-22.011718 70.960937-55.839844 6.476563-19.472656 6.050781-40.0625-1.199219-57.972656-7.585937-18.746094-21.644531-32.355468-39.589844-38.324218-17.945312-5.960938-37.363281-3.476563-54.664062 7-16.527344 10.011718-29.191406 26.246093-35.65625 45.71875-13.652344 41.078124 4.640625 84.273437 40.777344 96.289062zm-12.296875-86.824219c4.222656-12.714843 12.292969-23.191406 22.726562-29.511719 9.652344-5.847656 20.183594-7.335937 29.648438-4.191406 9.460937 3.148438 17 10.640625 21.234375 21.101563 4.574218 11.304687 4.769531 24.53125.539062 37.246093-8.433594 25.375-31.933594 40.492188-52.382812 33.699219-20.433594-6.796875-30.199219-32.96875-21.765625-58.34375zm0 0" }),
|
|
4509
|
+
/* @__PURE__ */ t.jsx("path", { d: "m487.875 182.4375-.011719-.011719c-28.597656-21.125-71.367187-11.96875-95.347656 20.421875-23.957031 32.40625-20.210937 75.972656 8.34375 97.113282 10.414063 7.714843 22.71875 11.402343 35.3125 11.402343 21.949219 0 44.785156-11.203125 60.046875-31.804687 23.957031-32.40625 20.214844-75.972656-8.34375-97.121094zm-15.777344 79.265625c-14.160156 19.113281-38.101562 25.453125-53.378906 14.136719-15.265625-11.300782-16.195312-36.042969-2.074219-55.144532 9.386719-12.679687 23.097657-19.734374 35.734375-19.734374 6.390625 0 12.507813 1.804687 17.648438 5.605468 15.253906 11.3125 16.179687 36.046875 2.070312 55.136719zm0 0" })
|
|
4510
4510
|
]
|
|
4511
4511
|
}
|
|
4512
4512
|
);
|
|
4513
4513
|
}
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4514
|
+
var q1 = /* @__PURE__ */ ((e) => (e.Sports = "sports", e.Pets = "pets", e.Music = "music", e.Dance = "dance", e.Food = "food", e.Photography = "photography", e.Tourism = "tourism", e))(q1 || {});
|
|
4515
|
+
const a2 = {
|
|
4516
|
+
[q1.Sports]: s2,
|
|
4517
|
+
[q1.Pets]: l2
|
|
4518
|
+
// Future categories can be added here
|
|
4519
|
+
};
|
|
4520
|
+
function n5({ categoryName: e, size: r = l.md, className: n = "" }) {
|
|
4521
|
+
const s = a2[e];
|
|
4522
|
+
return s ? /* @__PURE__ */ t.jsx(s, { size: r, className: n }) : null;
|
|
4518
4523
|
}
|
|
4519
4524
|
export {
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4525
|
+
y2 as AddSvg,
|
|
4526
|
+
N2 as ArenaSvg,
|
|
4527
|
+
X1 as Badminton,
|
|
4528
|
+
U0 as Baseball,
|
|
4529
|
+
J1 as Basketball,
|
|
4530
|
+
V0 as Biking,
|
|
4531
|
+
j2 as CalendarEventSvg,
|
|
4532
|
+
x2 as CalendarSvg,
|
|
4533
|
+
X0 as Cat,
|
|
4534
|
+
n5 as CategorySvg,
|
|
4535
|
+
b2 as ChatSvg,
|
|
4536
|
+
U2 as CitySvg,
|
|
4537
|
+
V2 as CloseSvg,
|
|
4533
4538
|
_2 as CoachSvg,
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
P2 as EditSvg,
|
|
4539
|
+
A2 as CollectionSvg,
|
|
4540
|
+
K2 as CommentSvg,
|
|
4541
|
+
k2 as CreateArenaSvg,
|
|
4542
|
+
Z2 as CreateCollectionSvg,
|
|
4543
|
+
T2 as CreatePostSvg,
|
|
4544
|
+
q2 as CreateSvg,
|
|
4545
|
+
C2 as CreateTeamSvg,
|
|
4546
|
+
J2 as DiscussionSvg,
|
|
4547
|
+
G0 as Dog,
|
|
4548
|
+
B2 as EditSvg,
|
|
4545
4549
|
t5 as EventSvg,
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4550
|
+
M2 as ExploreSvg,
|
|
4551
|
+
e0 as Football,
|
|
4552
|
+
r5 as GameSvg,
|
|
4553
|
+
G1 as Golf,
|
|
4554
|
+
e2 as Guitar,
|
|
4555
|
+
W0 as Gym,
|
|
4556
|
+
Y1 as Hiking,
|
|
4557
|
+
K1 as Hockey,
|
|
4558
|
+
f2 as HomeSvg,
|
|
4559
|
+
W2 as ImageSvg,
|
|
4556
4560
|
u2 as InterestSvg,
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4561
|
+
e5 as LeaderboardSvg,
|
|
4562
|
+
I2 as LeftArrowSvg,
|
|
4563
|
+
P2 as LogoutSvg,
|
|
4564
|
+
p2 as MapSvg,
|
|
4565
|
+
X2 as MarketSvg,
|
|
4566
|
+
F2 as MenuSvg,
|
|
4567
|
+
Y2 as MinusSvg,
|
|
4568
|
+
n2 as MusicInterestSvg,
|
|
4569
|
+
z2 as NewsfeedSvg,
|
|
4570
|
+
L2 as NotificationSvg,
|
|
4571
|
+
E2 as PartnersSvg,
|
|
4572
|
+
K0 as PetsInterestSvg,
|
|
4573
|
+
l2 as PetsSvg,
|
|
4574
|
+
F0 as Pickleball,
|
|
4575
|
+
$2 as PollSvg,
|
|
4576
|
+
S2 as PrivateSvg,
|
|
4577
|
+
O2 as RightArrowSvg,
|
|
4578
|
+
P1 as Running,
|
|
4579
|
+
Q2 as SendSvg,
|
|
4580
|
+
r2 as Sing,
|
|
4581
|
+
S0 as Ski,
|
|
4582
|
+
S1 as Soccer,
|
|
4583
|
+
J0 as SportsInterestSvg,
|
|
4584
|
+
s2 as SportsSvg,
|
|
4585
|
+
Y0 as Surf,
|
|
4586
|
+
l as SvgSize,
|
|
4587
|
+
$0 as Swim,
|
|
4588
|
+
Q1 as TableTennis,
|
|
4589
|
+
R2 as TeamSvg,
|
|
4590
|
+
U1 as Tennis,
|
|
4591
|
+
D2 as TextPostSvg,
|
|
4592
|
+
G2 as UpArrowSvg,
|
|
4593
|
+
H2 as UserSvg,
|
|
4594
|
+
w2 as WorenaLogoSvg,
|
|
4595
|
+
D0 as Yoga
|
|
4591
4596
|
};
|