wasvg 1.7.0 → 1.8.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 +13 -10
- package/dist/wasvg.cjs.js +19 -19
- package/dist/wasvg.es.js +1042 -1024
- package/package.json +3 -2
package/dist/wasvg.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
import W1, { useState as d2, useEffect as h2, useCallback as m2, useRef as v2 } from "react";
|
|
2
|
+
var s = /* @__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))(s || {});
|
|
3
|
+
var m1 = { exports: {} }, c1 = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.js
|
|
@@ -10,29 +10,29 @@ 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 $1() {
|
|
15
|
+
if (j1) return c1;
|
|
16
|
+
j1 = 1;
|
|
17
|
+
var e = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
|
|
18
|
+
function n(l, 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
|
|
23
|
-
|
|
24
|
-
} else d =
|
|
25
|
-
return
|
|
22
|
+
for (var p in a)
|
|
23
|
+
p !== "key" && (d[p] = a[p]);
|
|
24
|
+
} else d = a;
|
|
25
|
+
return a = d.ref, {
|
|
26
26
|
$$typeof: e,
|
|
27
|
-
type:
|
|
28
|
-
key:
|
|
29
|
-
ref:
|
|
27
|
+
type: l,
|
|
28
|
+
key: g,
|
|
29
|
+
ref: a !== void 0 ? a : null,
|
|
30
30
|
props: d
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
return
|
|
33
|
+
return c1.Fragment = r, c1.jsx = n, c1.jsxs = n, c1;
|
|
34
34
|
}
|
|
35
|
-
var
|
|
35
|
+
var d1 = {};
|
|
36
36
|
/**
|
|
37
37
|
* @license React
|
|
38
38
|
* react-jsx-runtime.development.js
|
|
@@ -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 D1() {
|
|
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 === v1 ? null : o.displayName || o.name || null;
|
|
52
|
+
if (typeof o == "string") return o;
|
|
53
|
+
switch (o) {
|
|
54
|
+
case T:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case O:
|
|
57
57
|
return "Profiler";
|
|
58
|
-
case
|
|
58
|
+
case W:
|
|
59
59
|
return "StrictMode";
|
|
60
|
-
case
|
|
60
|
+
case D:
|
|
61
61
|
return "Suspense";
|
|
62
|
-
case
|
|
62
|
+
case I:
|
|
63
63
|
return "SuspenseList";
|
|
64
64
|
case H:
|
|
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 z:
|
|
72
72
|
return "Portal";
|
|
73
|
-
case
|
|
74
|
-
return (
|
|
75
|
-
case
|
|
76
|
-
return (
|
|
77
|
-
case
|
|
78
|
-
var v =
|
|
79
|
-
return
|
|
80
|
-
case
|
|
81
|
-
return v =
|
|
73
|
+
case U:
|
|
74
|
+
return (o.displayName || "Context") + ".Provider";
|
|
75
|
+
case e1:
|
|
76
|
+
return (o._context.displayName || "Context") + ".Consumer";
|
|
77
|
+
case $:
|
|
78
|
+
var v = o.render;
|
|
79
|
+
return o = o.displayName, o || (o = v.displayName || v.name || "", o = o !== "" ? "ForwardRef(" + o + ")" : "ForwardRef"), o;
|
|
80
|
+
case P:
|
|
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 x = v.error, f = typeof Symbol == "function" && Symbol.toStringTag && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
104
|
+
return x.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
|
|
112
|
-
if (
|
|
113
|
-
if (typeof
|
|
111
|
+
function l(o) {
|
|
112
|
+
if (o === T) 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 = r1.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 (G.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
|
|
137
|
-
function
|
|
138
|
-
|
|
136
|
+
function p(o, v) {
|
|
137
|
+
function x() {
|
|
138
|
+
B || (B = !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
|
+
x.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
144
|
+
get: x,
|
|
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 E[o] || (E[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 Z(o, v, x, f, b, M, t1, q) {
|
|
155
|
+
return x = M.ref, o = {
|
|
156
|
+
$$typeof: V,
|
|
157
|
+
type: o,
|
|
158
158
|
key: v,
|
|
159
|
-
props:
|
|
159
|
+
props: M,
|
|
160
160
|
_owner: b
|
|
161
|
-
}, (
|
|
161
|
+
}, (x !== void 0 ? x : 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
178
|
value: t1
|
|
179
|
-
}), Object.defineProperty(
|
|
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, x, f, b, M, t1, q) {
|
|
187
|
+
var k = v.children;
|
|
188
|
+
if (k !== void 0)
|
|
189
189
|
if (f)
|
|
190
|
-
if (
|
|
191
|
-
for (f = 0; f <
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
190
|
+
if (g1(k)) {
|
|
191
|
+
for (f = 0; f < k.length; f++)
|
|
192
|
+
y(k[f]);
|
|
193
|
+
Object.freeze && Object.freeze(k);
|
|
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 y(k);
|
|
199
|
+
if (G.call(v, "key")) {
|
|
200
|
+
k = e(o);
|
|
201
|
+
var A = Object.keys(v).filter(function(i1) {
|
|
202
|
+
return i1 !== "key";
|
|
203
203
|
});
|
|
204
|
-
f = 0 <
|
|
204
|
+
f = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", a1[k + 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,215 @@ 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
|
-
),
|
|
212
|
+
k,
|
|
213
|
+
A,
|
|
214
|
+
k
|
|
215
|
+
), a1[k + f] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
219
|
-
for (var
|
|
220
|
-
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
224
|
-
typeof
|
|
225
|
-
),
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
217
|
+
if (k = null, x !== void 0 && (n(x), k = "" + x), g(v) && (n(v.key), k = "" + v.key), "key" in v) {
|
|
218
|
+
x = {};
|
|
219
|
+
for (var S in v)
|
|
220
|
+
S !== "key" && (x[S] = v[S]);
|
|
221
|
+
} else x = v;
|
|
222
|
+
return k && p(
|
|
223
|
+
x,
|
|
224
|
+
typeof o == "function" ? o.displayName || o.name || "Unknown" : o
|
|
225
|
+
), Z(
|
|
226
|
+
o,
|
|
227
|
+
k,
|
|
228
|
+
M,
|
|
229
229
|
b,
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
a(),
|
|
231
|
+
x,
|
|
232
232
|
t1,
|
|
233
233
|
q
|
|
234
234
|
);
|
|
235
235
|
}
|
|
236
|
-
function
|
|
237
|
-
typeof
|
|
236
|
+
function y(o) {
|
|
237
|
+
typeof o == "object" && o !== null && o.$$typeof === V && o._store && (o._store.validated = 1);
|
|
238
238
|
}
|
|
239
|
-
var
|
|
239
|
+
var N = W1, V = Symbol.for("react.transitional.element"), z = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), W = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var
|
|
241
|
+
var e1 = Symbol.for("react.consumer"), U = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), D = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), H = Symbol.for("react.activity"), v1 = Symbol.for("react.client.reference"), r1 = N.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, G = Object.prototype.hasOwnProperty, g1 = Array.isArray, J = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
|
-
|
|
245
|
-
react_stack_bottom_frame: function(
|
|
246
|
-
return
|
|
244
|
+
N = {
|
|
245
|
+
react_stack_bottom_frame: function(o) {
|
|
246
|
+
return o();
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
var
|
|
250
|
-
|
|
249
|
+
var B, E = {}, _ = N.react_stack_bottom_frame.bind(
|
|
250
|
+
N,
|
|
251
251
|
d
|
|
252
|
-
)(), h =
|
|
253
|
-
|
|
254
|
-
var
|
|
255
|
-
return
|
|
256
|
-
|
|
252
|
+
)(), h = J(l(d)), a1 = {};
|
|
253
|
+
d1.Fragment = T, d1.jsx = function(o, v, x, f, b) {
|
|
254
|
+
var M = 1e4 > r1.recentlyCreatedOwnerStacks++;
|
|
255
|
+
return C(
|
|
256
|
+
o,
|
|
257
257
|
v,
|
|
258
|
-
|
|
258
|
+
x,
|
|
259
259
|
!1,
|
|
260
260
|
f,
|
|
261
261
|
b,
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
M ? Error("react-stack-top-frame") : _,
|
|
263
|
+
M ? J(l(o)) : h
|
|
264
264
|
);
|
|
265
|
-
},
|
|
266
|
-
var
|
|
267
|
-
return
|
|
268
|
-
|
|
265
|
+
}, d1.jsxs = function(o, v, x, f, b) {
|
|
266
|
+
var M = 1e4 > r1.recentlyCreatedOwnerStacks++;
|
|
267
|
+
return C(
|
|
268
|
+
o,
|
|
269
269
|
v,
|
|
270
|
-
|
|
270
|
+
x,
|
|
271
271
|
!0,
|
|
272
272
|
f,
|
|
273
273
|
b,
|
|
274
|
-
|
|
275
|
-
|
|
274
|
+
M ? Error("react-stack-top-frame") : _,
|
|
275
|
+
M ? J(l(o)) : h
|
|
276
276
|
);
|
|
277
277
|
};
|
|
278
|
-
})()),
|
|
278
|
+
})()), d1;
|
|
279
279
|
}
|
|
280
|
-
var
|
|
281
|
-
function
|
|
282
|
-
return
|
|
280
|
+
var g2 = m1.exports, Z1;
|
|
281
|
+
function S1() {
|
|
282
|
+
return Z1 || (Z1 = 1, process.env.NODE_ENV === "production" ? m1.exports = $1() : m1.exports = D1()), m1.exports;
|
|
283
|
+
}
|
|
284
|
+
var t = S1();
|
|
285
|
+
function Y1({ className: e = "", size: r = s.md }) {
|
|
286
|
+
return /* @__PURE__ */ t.jsxs(
|
|
287
|
+
"svg",
|
|
288
|
+
{
|
|
289
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
290
|
+
className: e,
|
|
291
|
+
height: r,
|
|
292
|
+
width: r,
|
|
293
|
+
viewBox: "0 0 24 24",
|
|
294
|
+
children: [
|
|
295
|
+
/* @__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" }),
|
|
296
|
+
/* @__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" }),
|
|
297
|
+
/* @__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" })
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
);
|
|
283
301
|
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
return /* @__PURE__ */ r.jsx(
|
|
302
|
+
function U1({ className: e = "", size: r = s.md }) {
|
|
303
|
+
return /* @__PURE__ */ t.jsxs(
|
|
287
304
|
"svg",
|
|
288
305
|
{
|
|
289
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
307
|
className: e,
|
|
291
|
-
height:
|
|
292
|
-
width:
|
|
308
|
+
height: r,
|
|
309
|
+
width: r,
|
|
310
|
+
viewBox: "0 -32 512.00001 512",
|
|
311
|
+
children: [
|
|
312
|
+
/* @__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" }),
|
|
313
|
+
/* @__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" }),
|
|
314
|
+
/* @__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" }),
|
|
315
|
+
/* @__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" }),
|
|
316
|
+
/* @__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" })
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
var o1 = /* @__PURE__ */ ((e) => (e.Sports = "sports", e.Pets = "pets", e.Music = "music", e.Dancing = "dancing", e.Food = "food", e.Photography = "photography", e.Tourism = "tourism", e))(o1 || {}), j = /* @__PURE__ */ ((e) => (e.Tennis = "tennis", e.Pickleball = "pickleball", e.Basketball = "basketball", e.Golf = "golf", e.Hiking = "hiking", e.Running = "running", e.Gym = "gym", e.Baseball = "baseball", e.Biking = "biking", e.Yoga = "yoga", e.TableTennis = "tabletennis", e.Football = "football", e.Soccer = "soccer", e.Badminton = "badminton", e.Skiing = "skiing", e.Surfing = "surfing", e.Swimming = "swimming", e.Hockey = "hockey", e))(j || {});
|
|
322
|
+
const P1 = {
|
|
323
|
+
[o1.Sports]: Y1,
|
|
324
|
+
[o1.Pets]: U1
|
|
325
|
+
// Future categories can be added here
|
|
326
|
+
};
|
|
327
|
+
function u2({ categoryName: e, size: r = s.md, className: n = "" }) {
|
|
328
|
+
const l = P1[e];
|
|
329
|
+
return l ? /* @__PURE__ */ t.jsx(l, { size: r, className: n }) : null;
|
|
330
|
+
}
|
|
331
|
+
function G1({ className: e = "", size: r = s.md }) {
|
|
332
|
+
return /* @__PURE__ */ t.jsx(
|
|
333
|
+
"svg",
|
|
334
|
+
{
|
|
335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336
|
+
className: e,
|
|
337
|
+
height: r,
|
|
338
|
+
width: r,
|
|
293
339
|
viewBox: "0 -960 960 960",
|
|
294
|
-
children: /* @__PURE__ */
|
|
340
|
+
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
341
|
}
|
|
296
342
|
);
|
|
297
343
|
}
|
|
298
|
-
function
|
|
299
|
-
return /* @__PURE__ */
|
|
344
|
+
function J1({ className: e = "", size: r = s.md }) {
|
|
345
|
+
return /* @__PURE__ */ t.jsx(
|
|
300
346
|
"svg",
|
|
301
347
|
{
|
|
302
348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
303
349
|
className: e,
|
|
304
|
-
height:
|
|
305
|
-
width:
|
|
350
|
+
height: r,
|
|
351
|
+
width: r,
|
|
306
352
|
viewBox: "0 -960 960 960",
|
|
307
|
-
children: /* @__PURE__ */
|
|
353
|
+
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
354
|
}
|
|
309
355
|
);
|
|
310
356
|
}
|
|
311
|
-
function
|
|
312
|
-
return /* @__PURE__ */
|
|
357
|
+
function X1({ className: e = "", size: r = s.md }) {
|
|
358
|
+
return /* @__PURE__ */ t.jsx(
|
|
313
359
|
"svg",
|
|
314
360
|
{
|
|
315
361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
316
362
|
className: e,
|
|
317
|
-
height:
|
|
318
|
-
width:
|
|
363
|
+
height: r,
|
|
364
|
+
width: r,
|
|
319
365
|
viewBox: "0 -960 960 960",
|
|
320
|
-
children: /* @__PURE__ */
|
|
366
|
+
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
367
|
}
|
|
322
368
|
);
|
|
323
369
|
}
|
|
324
|
-
function
|
|
325
|
-
return /* @__PURE__ */
|
|
370
|
+
function Q1({ className: e = "", size: r = s.md }) {
|
|
371
|
+
return /* @__PURE__ */ t.jsx(
|
|
326
372
|
"svg",
|
|
327
373
|
{
|
|
328
374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
329
375
|
className: e,
|
|
330
|
-
height:
|
|
331
|
-
width:
|
|
376
|
+
height: r,
|
|
377
|
+
width: r,
|
|
332
378
|
viewBox: "0 -960 960 960",
|
|
333
|
-
children: /* @__PURE__ */
|
|
379
|
+
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
380
|
}
|
|
335
381
|
);
|
|
336
382
|
}
|
|
337
|
-
function
|
|
338
|
-
return /* @__PURE__ */
|
|
383
|
+
function K1({ className: e = "", size: r = s.md }) {
|
|
384
|
+
return /* @__PURE__ */ t.jsx(
|
|
339
385
|
"svg",
|
|
340
386
|
{
|
|
341
387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
342
388
|
className: e,
|
|
343
|
-
height:
|
|
344
|
-
width:
|
|
389
|
+
height: r,
|
|
390
|
+
width: r,
|
|
345
391
|
viewBox: "0 -960 960 960",
|
|
346
|
-
children: /* @__PURE__ */
|
|
392
|
+
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
393
|
}
|
|
348
394
|
);
|
|
349
395
|
}
|
|
350
|
-
function
|
|
351
|
-
return /* @__PURE__ */
|
|
396
|
+
function e0({ className: e = "", size: r = s.md }) {
|
|
397
|
+
return /* @__PURE__ */ t.jsx(
|
|
352
398
|
"svg",
|
|
353
399
|
{
|
|
354
400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
355
401
|
className: e,
|
|
356
|
-
height:
|
|
357
|
-
width:
|
|
402
|
+
height: r,
|
|
403
|
+
width: r,
|
|
358
404
|
viewBox: "0 -960 960 960",
|
|
359
|
-
children: /* @__PURE__ */
|
|
405
|
+
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
406
|
}
|
|
361
407
|
);
|
|
362
408
|
}
|
|
363
|
-
function
|
|
364
|
-
return /* @__PURE__ */
|
|
409
|
+
function r0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
410
|
+
return /* @__PURE__ */ t.jsx(
|
|
365
411
|
"svg",
|
|
366
412
|
{
|
|
367
413
|
className: e,
|
|
368
|
-
height:
|
|
369
|
-
width:
|
|
414
|
+
height: r,
|
|
415
|
+
width: r,
|
|
370
416
|
version: "1.1",
|
|
371
417
|
id: "Capa_1",
|
|
372
418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
373
419
|
viewBox: "0 0 306.292 306.292",
|
|
374
|
-
children: /* @__PURE__ */
|
|
420
|
+
children: /* @__PURE__ */ t.jsx("g", { children: /* @__PURE__ */ t.jsx(
|
|
375
421
|
"path",
|
|
376
422
|
{
|
|
377
423
|
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 +442,19 @@ function J1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
396
442
|
}
|
|
397
443
|
);
|
|
398
444
|
}
|
|
399
|
-
function
|
|
400
|
-
return /* @__PURE__ */
|
|
445
|
+
function t0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
446
|
+
return /* @__PURE__ */ t.jsx(
|
|
401
447
|
"svg",
|
|
402
448
|
{
|
|
403
449
|
className: e,
|
|
404
|
-
height:
|
|
405
|
-
width:
|
|
450
|
+
height: r,
|
|
451
|
+
width: r,
|
|
406
452
|
version: "1.1",
|
|
407
453
|
id: "Capa_1",
|
|
408
454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
409
455
|
viewBox: "0 0 345.134 345.134",
|
|
410
|
-
children: /* @__PURE__ */
|
|
411
|
-
/* @__PURE__ */
|
|
456
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
457
|
+
/* @__PURE__ */ t.jsx(
|
|
412
458
|
"path",
|
|
413
459
|
{
|
|
414
460
|
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 +464,7 @@ function X1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
418
464
|
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
465
|
}
|
|
420
466
|
),
|
|
421
|
-
/* @__PURE__ */
|
|
467
|
+
/* @__PURE__ */ t.jsx(
|
|
422
468
|
"path",
|
|
423
469
|
{
|
|
424
470
|
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 +493,19 @@ function X1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
447
493
|
}
|
|
448
494
|
);
|
|
449
495
|
}
|
|
450
|
-
function
|
|
451
|
-
return /* @__PURE__ */
|
|
496
|
+
function n0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
497
|
+
return /* @__PURE__ */ t.jsx(
|
|
452
498
|
"svg",
|
|
453
499
|
{
|
|
454
500
|
className: e,
|
|
455
|
-
height:
|
|
456
|
-
width:
|
|
501
|
+
height: r,
|
|
502
|
+
width: r,
|
|
457
503
|
version: "1.1",
|
|
458
504
|
id: "Capa_1",
|
|
459
505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
460
506
|
viewBox: "0 0 306.292 306.292",
|
|
461
|
-
children: /* @__PURE__ */
|
|
462
|
-
/* @__PURE__ */
|
|
507
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
508
|
+
/* @__PURE__ */ t.jsx(
|
|
463
509
|
"path",
|
|
464
510
|
{
|
|
465
511
|
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 +517,7 @@ c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137
|
|
|
471
517
|
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
472
518
|
}
|
|
473
519
|
),
|
|
474
|
-
/* @__PURE__ */
|
|
520
|
+
/* @__PURE__ */ t.jsx(
|
|
475
521
|
"path",
|
|
476
522
|
{
|
|
477
523
|
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 +531,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
531
|
}
|
|
486
532
|
);
|
|
487
533
|
}
|
|
488
|
-
function
|
|
489
|
-
return /* @__PURE__ */
|
|
534
|
+
function o0({ className: e = "", size: r = s.md }) {
|
|
535
|
+
return /* @__PURE__ */ t.jsx(
|
|
490
536
|
"svg",
|
|
491
537
|
{
|
|
492
538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
539
|
className: e,
|
|
494
|
-
height:
|
|
495
|
-
width:
|
|
540
|
+
height: r,
|
|
541
|
+
width: r,
|
|
496
542
|
viewBox: "0 -960 960 960",
|
|
497
|
-
children: /* @__PURE__ */
|
|
543
|
+
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
544
|
}
|
|
499
545
|
);
|
|
500
546
|
}
|
|
501
|
-
var
|
|
502
|
-
const
|
|
503
|
-
const
|
|
504
|
-
conflictingClassGroups:
|
|
505
|
-
conflictingClassGroupModifiers:
|
|
547
|
+
var l0 = Object.defineProperty, s0 = (e, r, n) => r in e ? l0(e, r, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[r] = n, X = (e, r, n) => s0(e, typeof r != "symbol" ? r + "" : r, n);
|
|
548
|
+
const L1 = "-", a0 = (e) => {
|
|
549
|
+
const r = c0(e), {
|
|
550
|
+
conflictingClassGroups: n,
|
|
551
|
+
conflictingClassGroupModifiers: l
|
|
506
552
|
} = e;
|
|
507
553
|
return {
|
|
508
|
-
getClassGroupId: (
|
|
509
|
-
const d =
|
|
510
|
-
return d[0] === "" && d.length !== 1 && d.shift(),
|
|
554
|
+
getClassGroupId: (a) => {
|
|
555
|
+
const d = a.split(L1);
|
|
556
|
+
return d[0] === "" && d.length !== 1 && d.shift(), R1(d, r) || i0(a);
|
|
511
557
|
},
|
|
512
|
-
getConflictingClassGroupIds: (
|
|
513
|
-
const
|
|
514
|
-
return d &&
|
|
558
|
+
getConflictingClassGroupIds: (a, d) => {
|
|
559
|
+
const g = n[a] || [];
|
|
560
|
+
return d && l[a] ? [...g, ...l[a]] : g;
|
|
515
561
|
}
|
|
516
562
|
};
|
|
517
|
-
},
|
|
518
|
-
var
|
|
563
|
+
}, R1 = (e, r) => {
|
|
564
|
+
var n;
|
|
519
565
|
if (e.length === 0)
|
|
520
|
-
return
|
|
521
|
-
const
|
|
566
|
+
return r.classGroupId;
|
|
567
|
+
const l = e[0], a = r.nextPart.get(l), d = a ? R1(e.slice(1), a) : void 0;
|
|
522
568
|
if (d)
|
|
523
569
|
return d;
|
|
524
|
-
if (
|
|
570
|
+
if (r.validators.length === 0)
|
|
525
571
|
return;
|
|
526
|
-
const
|
|
527
|
-
return (
|
|
528
|
-
validator:
|
|
529
|
-
}) =>
|
|
530
|
-
},
|
|
531
|
-
if (
|
|
532
|
-
const
|
|
533
|
-
if (
|
|
534
|
-
return "arbitrary.." +
|
|
572
|
+
const g = e.join(L1);
|
|
573
|
+
return (n = r.validators.find(({
|
|
574
|
+
validator: p
|
|
575
|
+
}) => p(g))) == null ? void 0 : n.classGroupId;
|
|
576
|
+
}, T1 = /^\[(.+)\]$/, i0 = (e) => {
|
|
577
|
+
if (T1.test(e)) {
|
|
578
|
+
const r = T1.exec(e)[1], n = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
|
579
|
+
if (n)
|
|
580
|
+
return "arbitrary.." + n;
|
|
535
581
|
}
|
|
536
|
-
},
|
|
582
|
+
}, c0 = (e) => {
|
|
537
583
|
const {
|
|
538
|
-
theme:
|
|
539
|
-
classGroups:
|
|
540
|
-
} = e,
|
|
584
|
+
theme: r,
|
|
585
|
+
classGroups: n
|
|
586
|
+
} = e, l = {
|
|
541
587
|
nextPart: /* @__PURE__ */ new Map(),
|
|
542
588
|
validators: []
|
|
543
589
|
};
|
|
544
|
-
for (const
|
|
545
|
-
|
|
546
|
-
return
|
|
547
|
-
},
|
|
548
|
-
e.forEach((
|
|
549
|
-
if (typeof
|
|
550
|
-
const d =
|
|
551
|
-
d.classGroupId =
|
|
590
|
+
for (const a in n)
|
|
591
|
+
b1(n[a], l, a, r);
|
|
592
|
+
return l;
|
|
593
|
+
}, b1 = (e, r, n, l) => {
|
|
594
|
+
e.forEach((a) => {
|
|
595
|
+
if (typeof a == "string") {
|
|
596
|
+
const d = a === "" ? r : M1(r, a);
|
|
597
|
+
d.classGroupId = n;
|
|
552
598
|
return;
|
|
553
599
|
}
|
|
554
|
-
if (typeof
|
|
555
|
-
if (
|
|
556
|
-
|
|
600
|
+
if (typeof a == "function") {
|
|
601
|
+
if (d0(a)) {
|
|
602
|
+
b1(a(l), r, n, l);
|
|
557
603
|
return;
|
|
558
604
|
}
|
|
559
|
-
|
|
560
|
-
validator:
|
|
561
|
-
classGroupId:
|
|
605
|
+
r.validators.push({
|
|
606
|
+
validator: a,
|
|
607
|
+
classGroupId: n
|
|
562
608
|
});
|
|
563
609
|
return;
|
|
564
610
|
}
|
|
565
|
-
Object.entries(
|
|
566
|
-
|
|
611
|
+
Object.entries(a).forEach(([d, g]) => {
|
|
612
|
+
b1(g, M1(r, d), n, l);
|
|
567
613
|
});
|
|
568
614
|
});
|
|
569
|
-
},
|
|
570
|
-
let
|
|
571
|
-
return
|
|
572
|
-
|
|
615
|
+
}, M1 = (e, r) => {
|
|
616
|
+
let n = e;
|
|
617
|
+
return r.split(L1).forEach((l) => {
|
|
618
|
+
n.nextPart.has(l) || n.nextPart.set(l, {
|
|
573
619
|
nextPart: /* @__PURE__ */ new Map(),
|
|
574
620
|
validators: []
|
|
575
|
-
}),
|
|
576
|
-
}),
|
|
577
|
-
},
|
|
621
|
+
}), n = n.nextPart.get(l);
|
|
622
|
+
}), n;
|
|
623
|
+
}, d0 = (e) => e.isThemeGetter, h0 = (e) => {
|
|
578
624
|
if (e < 1)
|
|
579
625
|
return {
|
|
580
626
|
get: () => {
|
|
@@ -582,178 +628,178 @@ const q1 = "-", r0 = (e) => {
|
|
|
582
628
|
set: () => {
|
|
583
629
|
}
|
|
584
630
|
};
|
|
585
|
-
let
|
|
586
|
-
const
|
|
587
|
-
|
|
631
|
+
let r = 0, n = /* @__PURE__ */ new Map(), l = /* @__PURE__ */ new Map();
|
|
632
|
+
const a = (d, g) => {
|
|
633
|
+
n.set(d, g), r++, r > e && (r = 0, l = n, n = /* @__PURE__ */ new Map());
|
|
588
634
|
};
|
|
589
635
|
return {
|
|
590
636
|
get(d) {
|
|
591
|
-
let
|
|
592
|
-
if (
|
|
593
|
-
return
|
|
594
|
-
if ((
|
|
595
|
-
return
|
|
637
|
+
let g = n.get(d);
|
|
638
|
+
if (g !== void 0)
|
|
639
|
+
return g;
|
|
640
|
+
if ((g = l.get(d)) !== void 0)
|
|
641
|
+
return a(d, g), g;
|
|
596
642
|
},
|
|
597
|
-
set(d,
|
|
598
|
-
|
|
643
|
+
set(d, g) {
|
|
644
|
+
n.has(d) ? n.set(d, g) : a(d, g);
|
|
599
645
|
}
|
|
600
646
|
};
|
|
601
|
-
},
|
|
647
|
+
}, q1 = "!", k1 = ":", m0 = k1.length, v0 = (e) => {
|
|
602
648
|
const {
|
|
603
|
-
prefix:
|
|
604
|
-
experimentalParseClassName:
|
|
649
|
+
prefix: r,
|
|
650
|
+
experimentalParseClassName: n
|
|
605
651
|
} = e;
|
|
606
|
-
let
|
|
652
|
+
let l = (a) => {
|
|
607
653
|
const d = [];
|
|
608
|
-
let
|
|
609
|
-
for (let
|
|
610
|
-
let
|
|
611
|
-
if (
|
|
612
|
-
if (
|
|
613
|
-
d.push(
|
|
654
|
+
let g = 0, p = 0, w = 0, Z;
|
|
655
|
+
for (let z = 0; z < a.length; z++) {
|
|
656
|
+
let T = a[z];
|
|
657
|
+
if (g === 0 && p === 0) {
|
|
658
|
+
if (T === k1) {
|
|
659
|
+
d.push(a.slice(w, z)), w = z + m0;
|
|
614
660
|
continue;
|
|
615
661
|
}
|
|
616
|
-
if (
|
|
617
|
-
|
|
662
|
+
if (T === "/") {
|
|
663
|
+
Z = z;
|
|
618
664
|
continue;
|
|
619
665
|
}
|
|
620
666
|
}
|
|
621
|
-
|
|
667
|
+
T === "[" ? g++ : T === "]" ? g-- : T === "(" ? p++ : T === ")" && p--;
|
|
622
668
|
}
|
|
623
|
-
const
|
|
669
|
+
const C = d.length === 0 ? a : a.substring(w), y = g0(C), N = y !== C, V = Z && Z > w ? Z - w : void 0;
|
|
624
670
|
return {
|
|
625
671
|
modifiers: d,
|
|
626
|
-
hasImportantModifier:
|
|
627
|
-
baseClassName:
|
|
628
|
-
maybePostfixModifierPosition:
|
|
672
|
+
hasImportantModifier: N,
|
|
673
|
+
baseClassName: y,
|
|
674
|
+
maybePostfixModifierPosition: V
|
|
629
675
|
};
|
|
630
676
|
};
|
|
631
|
-
if (
|
|
632
|
-
const
|
|
633
|
-
|
|
677
|
+
if (r) {
|
|
678
|
+
const a = r + k1, d = l;
|
|
679
|
+
l = (g) => g.startsWith(a) ? d(g.substring(a.length)) : {
|
|
634
680
|
isExternal: !0,
|
|
635
681
|
modifiers: [],
|
|
636
682
|
hasImportantModifier: !1,
|
|
637
|
-
baseClassName:
|
|
683
|
+
baseClassName: g,
|
|
638
684
|
maybePostfixModifierPosition: void 0
|
|
639
685
|
};
|
|
640
686
|
}
|
|
641
|
-
if (
|
|
642
|
-
const
|
|
643
|
-
|
|
687
|
+
if (n) {
|
|
688
|
+
const a = l;
|
|
689
|
+
l = (d) => n({
|
|
644
690
|
className: d,
|
|
645
|
-
parseClassName:
|
|
691
|
+
parseClassName: a
|
|
646
692
|
});
|
|
647
693
|
}
|
|
648
|
-
return
|
|
649
|
-
},
|
|
650
|
-
const
|
|
651
|
-
return (
|
|
652
|
-
if (
|
|
653
|
-
return
|
|
654
|
-
const
|
|
655
|
-
let
|
|
656
|
-
return
|
|
657
|
-
d[0] === "[" ||
|
|
658
|
-
}),
|
|
694
|
+
return l;
|
|
695
|
+
}, g0 = (e) => e.endsWith(q1) ? e.substring(0, e.length - 1) : e.startsWith(q1) ? e.substring(1) : e, u0 = (e) => {
|
|
696
|
+
const r = Object.fromEntries(e.orderSensitiveModifiers.map((n) => [n, !0]));
|
|
697
|
+
return (n) => {
|
|
698
|
+
if (n.length <= 1)
|
|
699
|
+
return n;
|
|
700
|
+
const l = [];
|
|
701
|
+
let a = [];
|
|
702
|
+
return n.forEach((d) => {
|
|
703
|
+
d[0] === "[" || r[d] ? (l.push(...a.sort(), d), a = []) : a.push(d);
|
|
704
|
+
}), l.push(...a.sort()), l;
|
|
659
705
|
};
|
|
660
|
-
},
|
|
661
|
-
cache:
|
|
662
|
-
parseClassName:
|
|
663
|
-
sortModifiers:
|
|
664
|
-
...
|
|
665
|
-
}),
|
|
706
|
+
}, w0 = (e) => ({
|
|
707
|
+
cache: h0(e.cacheSize),
|
|
708
|
+
parseClassName: v0(e),
|
|
709
|
+
sortModifiers: u0(e),
|
|
710
|
+
...a0(e)
|
|
711
|
+
}), f0 = /\s+/, x0 = (e, r) => {
|
|
666
712
|
const {
|
|
667
|
-
parseClassName:
|
|
668
|
-
getClassGroupId:
|
|
669
|
-
getConflictingClassGroupIds:
|
|
713
|
+
parseClassName: n,
|
|
714
|
+
getClassGroupId: l,
|
|
715
|
+
getConflictingClassGroupIds: a,
|
|
670
716
|
sortModifiers: d
|
|
671
|
-
} =
|
|
672
|
-
let
|
|
673
|
-
for (let
|
|
674
|
-
const
|
|
675
|
-
isExternal:
|
|
676
|
-
modifiers:
|
|
677
|
-
hasImportantModifier:
|
|
678
|
-
baseClassName:
|
|
679
|
-
maybePostfixModifierPosition:
|
|
680
|
-
} =
|
|
681
|
-
if (
|
|
682
|
-
|
|
717
|
+
} = r, g = [], p = e.trim().split(f0);
|
|
718
|
+
let w = "";
|
|
719
|
+
for (let Z = p.length - 1; Z >= 0; Z -= 1) {
|
|
720
|
+
const C = p[Z], {
|
|
721
|
+
isExternal: y,
|
|
722
|
+
modifiers: N,
|
|
723
|
+
hasImportantModifier: V,
|
|
724
|
+
baseClassName: z,
|
|
725
|
+
maybePostfixModifierPosition: T
|
|
726
|
+
} = n(C);
|
|
727
|
+
if (y) {
|
|
728
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
683
729
|
continue;
|
|
684
730
|
}
|
|
685
|
-
let
|
|
686
|
-
if (!
|
|
687
|
-
if (!
|
|
688
|
-
|
|
731
|
+
let W = !!T, O = l(W ? z.substring(0, T) : z);
|
|
732
|
+
if (!O) {
|
|
733
|
+
if (!W) {
|
|
734
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
689
735
|
continue;
|
|
690
736
|
}
|
|
691
|
-
if (
|
|
692
|
-
|
|
737
|
+
if (O = l(z), !O) {
|
|
738
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
693
739
|
continue;
|
|
694
740
|
}
|
|
695
|
-
|
|
741
|
+
W = !1;
|
|
696
742
|
}
|
|
697
|
-
const
|
|
698
|
-
if (
|
|
743
|
+
const e1 = d(N).join(":"), U = V ? e1 + q1 : e1, $ = U + O;
|
|
744
|
+
if (g.includes($))
|
|
699
745
|
continue;
|
|
700
|
-
|
|
701
|
-
const
|
|
702
|
-
for (let
|
|
703
|
-
const
|
|
704
|
-
|
|
746
|
+
g.push($);
|
|
747
|
+
const D = a(O, W);
|
|
748
|
+
for (let I = 0; I < D.length; ++I) {
|
|
749
|
+
const P = D[I];
|
|
750
|
+
g.push(U + P);
|
|
705
751
|
}
|
|
706
|
-
|
|
752
|
+
w = C + (w.length > 0 ? " " + w : w);
|
|
707
753
|
}
|
|
708
|
-
return
|
|
754
|
+
return w;
|
|
709
755
|
};
|
|
710
|
-
function
|
|
711
|
-
let e = 0,
|
|
756
|
+
function p0() {
|
|
757
|
+
let e = 0, r, n, l = "";
|
|
712
758
|
for (; e < arguments.length; )
|
|
713
|
-
(
|
|
714
|
-
return
|
|
759
|
+
(r = arguments[e++]) && (n = y1(r)) && (l && (l += " "), l += n);
|
|
760
|
+
return l;
|
|
715
761
|
}
|
|
716
|
-
const
|
|
762
|
+
const y1 = (e) => {
|
|
717
763
|
if (typeof e == "string")
|
|
718
764
|
return e;
|
|
719
|
-
let
|
|
720
|
-
for (let
|
|
721
|
-
e[
|
|
722
|
-
return
|
|
765
|
+
let r, n = "";
|
|
766
|
+
for (let l = 0; l < e.length; l++)
|
|
767
|
+
e[l] && (r = y1(e[l])) && (n && (n += " "), n += r);
|
|
768
|
+
return n;
|
|
723
769
|
};
|
|
724
|
-
function
|
|
725
|
-
let
|
|
726
|
-
function
|
|
727
|
-
const
|
|
728
|
-
return
|
|
770
|
+
function b0(e, ...r) {
|
|
771
|
+
let n, l, a, d = g;
|
|
772
|
+
function g(w) {
|
|
773
|
+
const Z = r.reduce((C, y) => y(C), e());
|
|
774
|
+
return n = w0(Z), l = n.cache.get, a = n.cache.set, d = p, p(w);
|
|
729
775
|
}
|
|
730
|
-
function
|
|
731
|
-
const
|
|
732
|
-
if (
|
|
733
|
-
return
|
|
734
|
-
const
|
|
735
|
-
return
|
|
776
|
+
function p(w) {
|
|
777
|
+
const Z = l(w);
|
|
778
|
+
if (Z)
|
|
779
|
+
return Z;
|
|
780
|
+
const C = x0(w, n);
|
|
781
|
+
return a(w, C), C;
|
|
736
782
|
}
|
|
737
783
|
return function() {
|
|
738
|
-
return d(
|
|
784
|
+
return d(p0.apply(null, arguments));
|
|
739
785
|
};
|
|
740
786
|
}
|
|
741
|
-
const
|
|
742
|
-
const
|
|
743
|
-
return
|
|
744
|
-
},
|
|
787
|
+
const L = (e) => {
|
|
788
|
+
const r = (n) => n[e] || [];
|
|
789
|
+
return r.isThemeGetter = !0, r;
|
|
790
|
+
}, H1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, A1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, q0 = /^\d+\/\d+$/, k0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, L0 = /\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$/, j0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, C0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Z0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, n1 = (e) => q0.test(e), u = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), x1 = (e) => e.endsWith("%") && u(e.slice(0, -1)), F = (e) => k0.test(e), T0 = () => !0, M0 = (e) => (
|
|
745
791
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
746
792
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
747
793
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
748
|
-
|
|
749
|
-
),
|
|
750
|
-
const
|
|
751
|
-
return
|
|
752
|
-
},
|
|
753
|
-
const
|
|
754
|
-
return
|
|
755
|
-
},
|
|
756
|
-
const e =
|
|
794
|
+
L0.test(e) && !j0.test(e)
|
|
795
|
+
), N1 = () => !1, z0 = (e) => C0.test(e), E0 = (e) => Z0.test(e), R0 = (e) => !i(e) && !c(e), y0 = (e) => l1(e, I1, N1), i = (e) => H1.test(e), Q = (e) => l1(e, B1, M0), p1 = (e) => l1(e, O0, u), z1 = (e) => l1(e, _1, N1), H0 = (e) => l1(e, O1, E0), w1 = (e) => l1(e, F1, z0), c = (e) => A1.test(e), h1 = (e) => s1(e, B1), A0 = (e) => s1(e, I0), E1 = (e) => s1(e, _1), N0 = (e) => s1(e, I1), _0 = (e) => s1(e, O1), f1 = (e) => s1(e, F1, !0), l1 = (e, r, n) => {
|
|
796
|
+
const l = H1.exec(e);
|
|
797
|
+
return l ? l[1] ? r(l[1]) : n(l[2]) : !1;
|
|
798
|
+
}, s1 = (e, r, n = !1) => {
|
|
799
|
+
const l = A1.exec(e);
|
|
800
|
+
return l ? l[1] ? r(l[1]) : n : !1;
|
|
801
|
+
}, _1 = (e) => e === "position" || e === "percentage", O1 = (e) => e === "image" || e === "url", I1 = (e) => e === "length" || e === "size" || e === "bg-size", B1 = (e) => e === "length", O0 = (e) => e === "number", I0 = (e) => e === "family-name", F1 = (e) => e === "shadow", B0 = () => {
|
|
802
|
+
const e = L("color"), r = L("font"), n = L("text"), l = L("font-weight"), a = L("tracking"), d = L("leading"), g = L("breakpoint"), p = L("container"), w = L("spacing"), Z = L("radius"), C = L("shadow"), y = L("inset-shadow"), N = L("text-shadow"), V = L("drop-shadow"), z = L("blur"), T = L("perspective"), W = L("aspect"), O = L("ease"), e1 = L("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
|
|
757
803
|
"center",
|
|
758
804
|
"top",
|
|
759
805
|
"bottom",
|
|
@@ -771,51 +817,51 @@ const k = (e) => {
|
|
|
771
817
|
"bottom-left",
|
|
772
818
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
773
819
|
"left-bottom"
|
|
774
|
-
],
|
|
775
|
-
span: ["full",
|
|
776
|
-
},
|
|
777
|
-
position: [
|
|
778
|
-
}],
|
|
820
|
+
], D = () => [...$(), c, i], I = () => ["auto", "hidden", "clip", "visible", "scroll"], P = () => ["auto", "contain", "none"], m = () => [c, i, w], H = () => [n1, "full", "auto", ...m()], v1 = () => [Y, "none", "subgrid", c, i], r1 = () => ["auto", {
|
|
821
|
+
span: ["full", Y, c, i]
|
|
822
|
+
}, Y, c, i], G = () => [Y, "auto", c, i], g1 = () => ["auto", "min", "max", "fr", c, i], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], B = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], E = () => ["auto", ...m()], _ = () => [n1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, c, i], a1 = () => [...$(), E1, z1, {
|
|
823
|
+
position: [c, i]
|
|
824
|
+
}], o = () => ["no-repeat", {
|
|
779
825
|
repeat: ["", "x", "y", "space", "round"]
|
|
780
|
-
}], v = () => ["auto", "cover", "contain",
|
|
781
|
-
size: [
|
|
782
|
-
}],
|
|
826
|
+
}], v = () => ["auto", "cover", "contain", N0, y0, {
|
|
827
|
+
size: [c, i]
|
|
828
|
+
}], x = () => [x1, h1, Q], f = () => [
|
|
783
829
|
// Deprecated since Tailwind CSS v4.0.0
|
|
784
830
|
"",
|
|
785
831
|
"none",
|
|
786
832
|
"full",
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
], b = () => ["",
|
|
833
|
+
Z,
|
|
834
|
+
c,
|
|
835
|
+
i
|
|
836
|
+
], b = () => ["", u, h1, Q], M = () => ["solid", "dashed", "dotted", "double"], t1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [u, x1, E1, z1], k = () => [
|
|
791
837
|
// Deprecated since Tailwind CSS v4.0.0
|
|
792
838
|
"",
|
|
793
839
|
"none",
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
],
|
|
840
|
+
z,
|
|
841
|
+
c,
|
|
842
|
+
i
|
|
843
|
+
], A = () => ["none", u, c, i], S = () => ["none", u, c, i], i1 = () => [u, c, i], u1 = () => [n1, "full", ...m()];
|
|
798
844
|
return {
|
|
799
845
|
cacheSize: 500,
|
|
800
846
|
theme: {
|
|
801
847
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
802
848
|
aspect: ["video"],
|
|
803
|
-
blur: [
|
|
804
|
-
breakpoint: [
|
|
849
|
+
blur: [F],
|
|
850
|
+
breakpoint: [F],
|
|
805
851
|
color: [T0],
|
|
806
|
-
container: [
|
|
807
|
-
"drop-shadow": [
|
|
852
|
+
container: [F],
|
|
853
|
+
"drop-shadow": [F],
|
|
808
854
|
ease: ["in", "out", "in-out"],
|
|
809
|
-
font: [
|
|
855
|
+
font: [R0],
|
|
810
856
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
811
|
-
"inset-shadow": [
|
|
857
|
+
"inset-shadow": [F],
|
|
812
858
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
813
859
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
814
|
-
radius: [
|
|
815
|
-
shadow: [
|
|
816
|
-
spacing: ["px",
|
|
817
|
-
text: [
|
|
818
|
-
"text-shadow": [
|
|
860
|
+
radius: [F],
|
|
861
|
+
shadow: [F],
|
|
862
|
+
spacing: ["px", u],
|
|
863
|
+
text: [F],
|
|
864
|
+
"text-shadow": [F],
|
|
819
865
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
820
866
|
},
|
|
821
867
|
classGroups: {
|
|
@@ -827,7 +873,7 @@ const k = (e) => {
|
|
|
827
873
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
828
874
|
*/
|
|
829
875
|
aspect: [{
|
|
830
|
-
aspect: ["auto", "square",
|
|
876
|
+
aspect: ["auto", "square", n1, i, c, W]
|
|
831
877
|
}],
|
|
832
878
|
/**
|
|
833
879
|
* Container
|
|
@@ -840,21 +886,21 @@ const k = (e) => {
|
|
|
840
886
|
* @see https://tailwindcss.com/docs/columns
|
|
841
887
|
*/
|
|
842
888
|
columns: [{
|
|
843
|
-
columns: [
|
|
889
|
+
columns: [u, i, c, p]
|
|
844
890
|
}],
|
|
845
891
|
/**
|
|
846
892
|
* Break After
|
|
847
893
|
* @see https://tailwindcss.com/docs/break-after
|
|
848
894
|
*/
|
|
849
895
|
"break-after": [{
|
|
850
|
-
"break-after":
|
|
896
|
+
"break-after": U()
|
|
851
897
|
}],
|
|
852
898
|
/**
|
|
853
899
|
* Break Before
|
|
854
900
|
* @see https://tailwindcss.com/docs/break-before
|
|
855
901
|
*/
|
|
856
902
|
"break-before": [{
|
|
857
|
-
"break-before":
|
|
903
|
+
"break-before": U()
|
|
858
904
|
}],
|
|
859
905
|
/**
|
|
860
906
|
* Break Inside
|
|
@@ -918,49 +964,49 @@ const k = (e) => {
|
|
|
918
964
|
* @see https://tailwindcss.com/docs/object-position
|
|
919
965
|
*/
|
|
920
966
|
"object-position": [{
|
|
921
|
-
object:
|
|
967
|
+
object: D()
|
|
922
968
|
}],
|
|
923
969
|
/**
|
|
924
970
|
* Overflow
|
|
925
971
|
* @see https://tailwindcss.com/docs/overflow
|
|
926
972
|
*/
|
|
927
973
|
overflow: [{
|
|
928
|
-
overflow:
|
|
974
|
+
overflow: I()
|
|
929
975
|
}],
|
|
930
976
|
/**
|
|
931
977
|
* Overflow X
|
|
932
978
|
* @see https://tailwindcss.com/docs/overflow
|
|
933
979
|
*/
|
|
934
980
|
"overflow-x": [{
|
|
935
|
-
"overflow-x":
|
|
981
|
+
"overflow-x": I()
|
|
936
982
|
}],
|
|
937
983
|
/**
|
|
938
984
|
* Overflow Y
|
|
939
985
|
* @see https://tailwindcss.com/docs/overflow
|
|
940
986
|
*/
|
|
941
987
|
"overflow-y": [{
|
|
942
|
-
"overflow-y":
|
|
988
|
+
"overflow-y": I()
|
|
943
989
|
}],
|
|
944
990
|
/**
|
|
945
991
|
* Overscroll Behavior
|
|
946
992
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
947
993
|
*/
|
|
948
994
|
overscroll: [{
|
|
949
|
-
overscroll:
|
|
995
|
+
overscroll: P()
|
|
950
996
|
}],
|
|
951
997
|
/**
|
|
952
998
|
* Overscroll Behavior X
|
|
953
999
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
954
1000
|
*/
|
|
955
1001
|
"overscroll-x": [{
|
|
956
|
-
"overscroll-x":
|
|
1002
|
+
"overscroll-x": P()
|
|
957
1003
|
}],
|
|
958
1004
|
/**
|
|
959
1005
|
* Overscroll Behavior Y
|
|
960
1006
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
961
1007
|
*/
|
|
962
1008
|
"overscroll-y": [{
|
|
963
|
-
"overscroll-y":
|
|
1009
|
+
"overscroll-y": P()
|
|
964
1010
|
}],
|
|
965
1011
|
/**
|
|
966
1012
|
* Position
|
|
@@ -1040,7 +1086,7 @@ const k = (e) => {
|
|
|
1040
1086
|
* @see https://tailwindcss.com/docs/z-index
|
|
1041
1087
|
*/
|
|
1042
1088
|
z: [{
|
|
1043
|
-
z: [
|
|
1089
|
+
z: [Y, "auto", c, i]
|
|
1044
1090
|
}],
|
|
1045
1091
|
// ------------------------
|
|
1046
1092
|
// --- Flexbox and Grid ---
|
|
@@ -1050,7 +1096,7 @@ const k = (e) => {
|
|
|
1050
1096
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1051
1097
|
*/
|
|
1052
1098
|
basis: [{
|
|
1053
|
-
basis: [
|
|
1099
|
+
basis: [n1, "full", "auto", p, ...m()]
|
|
1054
1100
|
}],
|
|
1055
1101
|
/**
|
|
1056
1102
|
* Flex Direction
|
|
@@ -1071,84 +1117,84 @@ const k = (e) => {
|
|
|
1071
1117
|
* @see https://tailwindcss.com/docs/flex
|
|
1072
1118
|
*/
|
|
1073
1119
|
flex: [{
|
|
1074
|
-
flex: [
|
|
1120
|
+
flex: [u, n1, "auto", "initial", "none", i]
|
|
1075
1121
|
}],
|
|
1076
1122
|
/**
|
|
1077
1123
|
* Flex Grow
|
|
1078
1124
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1079
1125
|
*/
|
|
1080
1126
|
grow: [{
|
|
1081
|
-
grow: ["",
|
|
1127
|
+
grow: ["", u, c, i]
|
|
1082
1128
|
}],
|
|
1083
1129
|
/**
|
|
1084
1130
|
* Flex Shrink
|
|
1085
1131
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1086
1132
|
*/
|
|
1087
1133
|
shrink: [{
|
|
1088
|
-
shrink: ["",
|
|
1134
|
+
shrink: ["", u, c, i]
|
|
1089
1135
|
}],
|
|
1090
1136
|
/**
|
|
1091
1137
|
* Order
|
|
1092
1138
|
* @see https://tailwindcss.com/docs/order
|
|
1093
1139
|
*/
|
|
1094
1140
|
order: [{
|
|
1095
|
-
order: [
|
|
1141
|
+
order: [Y, "first", "last", "none", c, i]
|
|
1096
1142
|
}],
|
|
1097
1143
|
/**
|
|
1098
1144
|
* Grid Template Columns
|
|
1099
1145
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1100
1146
|
*/
|
|
1101
1147
|
"grid-cols": [{
|
|
1102
|
-
"grid-cols":
|
|
1148
|
+
"grid-cols": v1()
|
|
1103
1149
|
}],
|
|
1104
1150
|
/**
|
|
1105
1151
|
* Grid Column Start / End
|
|
1106
1152
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1107
1153
|
*/
|
|
1108
1154
|
"col-start-end": [{
|
|
1109
|
-
col:
|
|
1155
|
+
col: r1()
|
|
1110
1156
|
}],
|
|
1111
1157
|
/**
|
|
1112
1158
|
* Grid Column Start
|
|
1113
1159
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1114
1160
|
*/
|
|
1115
1161
|
"col-start": [{
|
|
1116
|
-
"col-start":
|
|
1162
|
+
"col-start": G()
|
|
1117
1163
|
}],
|
|
1118
1164
|
/**
|
|
1119
1165
|
* Grid Column End
|
|
1120
1166
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1121
1167
|
*/
|
|
1122
1168
|
"col-end": [{
|
|
1123
|
-
"col-end":
|
|
1169
|
+
"col-end": G()
|
|
1124
1170
|
}],
|
|
1125
1171
|
/**
|
|
1126
1172
|
* Grid Template Rows
|
|
1127
1173
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1128
1174
|
*/
|
|
1129
1175
|
"grid-rows": [{
|
|
1130
|
-
"grid-rows":
|
|
1176
|
+
"grid-rows": v1()
|
|
1131
1177
|
}],
|
|
1132
1178
|
/**
|
|
1133
1179
|
* Grid Row Start / End
|
|
1134
1180
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1135
1181
|
*/
|
|
1136
1182
|
"row-start-end": [{
|
|
1137
|
-
row:
|
|
1183
|
+
row: r1()
|
|
1138
1184
|
}],
|
|
1139
1185
|
/**
|
|
1140
1186
|
* Grid Row Start
|
|
1141
1187
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1142
1188
|
*/
|
|
1143
1189
|
"row-start": [{
|
|
1144
|
-
"row-start":
|
|
1190
|
+
"row-start": G()
|
|
1145
1191
|
}],
|
|
1146
1192
|
/**
|
|
1147
1193
|
* Grid Row End
|
|
1148
1194
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1149
1195
|
*/
|
|
1150
1196
|
"row-end": [{
|
|
1151
|
-
"row-end":
|
|
1197
|
+
"row-end": G()
|
|
1152
1198
|
}],
|
|
1153
1199
|
/**
|
|
1154
1200
|
* Grid Auto Flow
|
|
@@ -1162,14 +1208,14 @@ const k = (e) => {
|
|
|
1162
1208
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1163
1209
|
*/
|
|
1164
1210
|
"auto-cols": [{
|
|
1165
|
-
"auto-cols":
|
|
1211
|
+
"auto-cols": g1()
|
|
1166
1212
|
}],
|
|
1167
1213
|
/**
|
|
1168
1214
|
* Grid Auto Rows
|
|
1169
1215
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1170
1216
|
*/
|
|
1171
1217
|
"auto-rows": [{
|
|
1172
|
-
"auto-rows":
|
|
1218
|
+
"auto-rows": g1()
|
|
1173
1219
|
}],
|
|
1174
1220
|
/**
|
|
1175
1221
|
* Gap
|
|
@@ -1197,35 +1243,35 @@ const k = (e) => {
|
|
|
1197
1243
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1198
1244
|
*/
|
|
1199
1245
|
"justify-content": [{
|
|
1200
|
-
justify: [...
|
|
1246
|
+
justify: [...J(), "normal"]
|
|
1201
1247
|
}],
|
|
1202
1248
|
/**
|
|
1203
1249
|
* Justify Items
|
|
1204
1250
|
* @see https://tailwindcss.com/docs/justify-items
|
|
1205
1251
|
*/
|
|
1206
1252
|
"justify-items": [{
|
|
1207
|
-
"justify-items": [...
|
|
1253
|
+
"justify-items": [...B(), "normal"]
|
|
1208
1254
|
}],
|
|
1209
1255
|
/**
|
|
1210
1256
|
* Justify Self
|
|
1211
1257
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1212
1258
|
*/
|
|
1213
1259
|
"justify-self": [{
|
|
1214
|
-
"justify-self": ["auto", ...
|
|
1260
|
+
"justify-self": ["auto", ...B()]
|
|
1215
1261
|
}],
|
|
1216
1262
|
/**
|
|
1217
1263
|
* Align Content
|
|
1218
1264
|
* @see https://tailwindcss.com/docs/align-content
|
|
1219
1265
|
*/
|
|
1220
1266
|
"align-content": [{
|
|
1221
|
-
content: ["normal", ...
|
|
1267
|
+
content: ["normal", ...J()]
|
|
1222
1268
|
}],
|
|
1223
1269
|
/**
|
|
1224
1270
|
* Align Items
|
|
1225
1271
|
* @see https://tailwindcss.com/docs/align-items
|
|
1226
1272
|
*/
|
|
1227
1273
|
"align-items": [{
|
|
1228
|
-
items: [...
|
|
1274
|
+
items: [...B(), {
|
|
1229
1275
|
baseline: ["", "last"]
|
|
1230
1276
|
}]
|
|
1231
1277
|
}],
|
|
@@ -1234,7 +1280,7 @@ const k = (e) => {
|
|
|
1234
1280
|
* @see https://tailwindcss.com/docs/align-self
|
|
1235
1281
|
*/
|
|
1236
1282
|
"align-self": [{
|
|
1237
|
-
self: ["auto", ...
|
|
1283
|
+
self: ["auto", ...B(), {
|
|
1238
1284
|
baseline: ["", "last"]
|
|
1239
1285
|
}]
|
|
1240
1286
|
}],
|
|
@@ -1243,21 +1289,21 @@ const k = (e) => {
|
|
|
1243
1289
|
* @see https://tailwindcss.com/docs/place-content
|
|
1244
1290
|
*/
|
|
1245
1291
|
"place-content": [{
|
|
1246
|
-
"place-content":
|
|
1292
|
+
"place-content": J()
|
|
1247
1293
|
}],
|
|
1248
1294
|
/**
|
|
1249
1295
|
* Place Items
|
|
1250
1296
|
* @see https://tailwindcss.com/docs/place-items
|
|
1251
1297
|
*/
|
|
1252
1298
|
"place-items": [{
|
|
1253
|
-
"place-items": [...
|
|
1299
|
+
"place-items": [...B(), "baseline"]
|
|
1254
1300
|
}],
|
|
1255
1301
|
/**
|
|
1256
1302
|
* Place Self
|
|
1257
1303
|
* @see https://tailwindcss.com/docs/place-self
|
|
1258
1304
|
*/
|
|
1259
1305
|
"place-self": [{
|
|
1260
|
-
"place-self": ["auto", ...
|
|
1306
|
+
"place-self": ["auto", ...B()]
|
|
1261
1307
|
}],
|
|
1262
1308
|
// Spacing
|
|
1263
1309
|
/**
|
|
@@ -1328,63 +1374,63 @@ const k = (e) => {
|
|
|
1328
1374
|
* @see https://tailwindcss.com/docs/margin
|
|
1329
1375
|
*/
|
|
1330
1376
|
m: [{
|
|
1331
|
-
m:
|
|
1377
|
+
m: E()
|
|
1332
1378
|
}],
|
|
1333
1379
|
/**
|
|
1334
1380
|
* Margin X
|
|
1335
1381
|
* @see https://tailwindcss.com/docs/margin
|
|
1336
1382
|
*/
|
|
1337
1383
|
mx: [{
|
|
1338
|
-
mx:
|
|
1384
|
+
mx: E()
|
|
1339
1385
|
}],
|
|
1340
1386
|
/**
|
|
1341
1387
|
* Margin Y
|
|
1342
1388
|
* @see https://tailwindcss.com/docs/margin
|
|
1343
1389
|
*/
|
|
1344
1390
|
my: [{
|
|
1345
|
-
my:
|
|
1391
|
+
my: E()
|
|
1346
1392
|
}],
|
|
1347
1393
|
/**
|
|
1348
1394
|
* Margin Start
|
|
1349
1395
|
* @see https://tailwindcss.com/docs/margin
|
|
1350
1396
|
*/
|
|
1351
1397
|
ms: [{
|
|
1352
|
-
ms:
|
|
1398
|
+
ms: E()
|
|
1353
1399
|
}],
|
|
1354
1400
|
/**
|
|
1355
1401
|
* Margin End
|
|
1356
1402
|
* @see https://tailwindcss.com/docs/margin
|
|
1357
1403
|
*/
|
|
1358
1404
|
me: [{
|
|
1359
|
-
me:
|
|
1405
|
+
me: E()
|
|
1360
1406
|
}],
|
|
1361
1407
|
/**
|
|
1362
1408
|
* Margin Top
|
|
1363
1409
|
* @see https://tailwindcss.com/docs/margin
|
|
1364
1410
|
*/
|
|
1365
1411
|
mt: [{
|
|
1366
|
-
mt:
|
|
1412
|
+
mt: E()
|
|
1367
1413
|
}],
|
|
1368
1414
|
/**
|
|
1369
1415
|
* Margin Right
|
|
1370
1416
|
* @see https://tailwindcss.com/docs/margin
|
|
1371
1417
|
*/
|
|
1372
1418
|
mr: [{
|
|
1373
|
-
mr:
|
|
1419
|
+
mr: E()
|
|
1374
1420
|
}],
|
|
1375
1421
|
/**
|
|
1376
1422
|
* Margin Bottom
|
|
1377
1423
|
* @see https://tailwindcss.com/docs/margin
|
|
1378
1424
|
*/
|
|
1379
1425
|
mb: [{
|
|
1380
|
-
mb:
|
|
1426
|
+
mb: E()
|
|
1381
1427
|
}],
|
|
1382
1428
|
/**
|
|
1383
1429
|
* Margin Left
|
|
1384
1430
|
* @see https://tailwindcss.com/docs/margin
|
|
1385
1431
|
*/
|
|
1386
1432
|
ml: [{
|
|
1387
|
-
ml:
|
|
1433
|
+
ml: E()
|
|
1388
1434
|
}],
|
|
1389
1435
|
/**
|
|
1390
1436
|
* Space Between X
|
|
@@ -1425,7 +1471,7 @@ const k = (e) => {
|
|
|
1425
1471
|
* @see https://tailwindcss.com/docs/width
|
|
1426
1472
|
*/
|
|
1427
1473
|
w: [{
|
|
1428
|
-
w: [
|
|
1474
|
+
w: [p, "screen", ..._()]
|
|
1429
1475
|
}],
|
|
1430
1476
|
/**
|
|
1431
1477
|
* Min-Width
|
|
@@ -1433,7 +1479,7 @@ const k = (e) => {
|
|
|
1433
1479
|
*/
|
|
1434
1480
|
"min-w": [{
|
|
1435
1481
|
"min-w": [
|
|
1436
|
-
|
|
1482
|
+
p,
|
|
1437
1483
|
"screen",
|
|
1438
1484
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1439
1485
|
"none",
|
|
@@ -1446,14 +1492,14 @@ const k = (e) => {
|
|
|
1446
1492
|
*/
|
|
1447
1493
|
"max-w": [{
|
|
1448
1494
|
"max-w": [
|
|
1449
|
-
|
|
1495
|
+
p,
|
|
1450
1496
|
"screen",
|
|
1451
1497
|
"none",
|
|
1452
1498
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1453
1499
|
"prose",
|
|
1454
1500
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1455
1501
|
{
|
|
1456
|
-
screen: [
|
|
1502
|
+
screen: [g]
|
|
1457
1503
|
},
|
|
1458
1504
|
..._()
|
|
1459
1505
|
]
|
|
@@ -1487,7 +1533,7 @@ const k = (e) => {
|
|
|
1487
1533
|
* @see https://tailwindcss.com/docs/font-size
|
|
1488
1534
|
*/
|
|
1489
1535
|
"font-size": [{
|
|
1490
|
-
text: ["base",
|
|
1536
|
+
text: ["base", n, h1, Q]
|
|
1491
1537
|
}],
|
|
1492
1538
|
/**
|
|
1493
1539
|
* Font Smoothing
|
|
@@ -1504,21 +1550,21 @@ const k = (e) => {
|
|
|
1504
1550
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1505
1551
|
*/
|
|
1506
1552
|
"font-weight": [{
|
|
1507
|
-
font: [
|
|
1553
|
+
font: [l, c, p1]
|
|
1508
1554
|
}],
|
|
1509
1555
|
/**
|
|
1510
1556
|
* Font Stretch
|
|
1511
1557
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1512
1558
|
*/
|
|
1513
1559
|
"font-stretch": [{
|
|
1514
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1560
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", x1, i]
|
|
1515
1561
|
}],
|
|
1516
1562
|
/**
|
|
1517
1563
|
* Font Family
|
|
1518
1564
|
* @see https://tailwindcss.com/docs/font-family
|
|
1519
1565
|
*/
|
|
1520
1566
|
"font-family": [{
|
|
1521
|
-
font: [
|
|
1567
|
+
font: [A0, i, r]
|
|
1522
1568
|
}],
|
|
1523
1569
|
/**
|
|
1524
1570
|
* Font Variant Numeric
|
|
@@ -1555,14 +1601,14 @@ const k = (e) => {
|
|
|
1555
1601
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1556
1602
|
*/
|
|
1557
1603
|
tracking: [{
|
|
1558
|
-
tracking: [
|
|
1604
|
+
tracking: [a, c, i]
|
|
1559
1605
|
}],
|
|
1560
1606
|
/**
|
|
1561
1607
|
* Line Clamp
|
|
1562
1608
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1563
1609
|
*/
|
|
1564
1610
|
"line-clamp": [{
|
|
1565
|
-
"line-clamp": [
|
|
1611
|
+
"line-clamp": [u, "none", c, p1]
|
|
1566
1612
|
}],
|
|
1567
1613
|
/**
|
|
1568
1614
|
* Line Height
|
|
@@ -1580,7 +1626,7 @@ const k = (e) => {
|
|
|
1580
1626
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1581
1627
|
*/
|
|
1582
1628
|
"list-image": [{
|
|
1583
|
-
"list-image": ["none",
|
|
1629
|
+
"list-image": ["none", c, i]
|
|
1584
1630
|
}],
|
|
1585
1631
|
/**
|
|
1586
1632
|
* List Style Position
|
|
@@ -1594,7 +1640,7 @@ const k = (e) => {
|
|
|
1594
1640
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1595
1641
|
*/
|
|
1596
1642
|
"list-style-type": [{
|
|
1597
|
-
list: ["disc", "decimal", "none",
|
|
1643
|
+
list: ["disc", "decimal", "none", c, i]
|
|
1598
1644
|
}],
|
|
1599
1645
|
/**
|
|
1600
1646
|
* Text Alignment
|
|
@@ -1628,14 +1674,14 @@ const k = (e) => {
|
|
|
1628
1674
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1629
1675
|
*/
|
|
1630
1676
|
"text-decoration-style": [{
|
|
1631
|
-
decoration: [...
|
|
1677
|
+
decoration: [...M(), "wavy"]
|
|
1632
1678
|
}],
|
|
1633
1679
|
/**
|
|
1634
1680
|
* Text Decoration Thickness
|
|
1635
1681
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1636
1682
|
*/
|
|
1637
1683
|
"text-decoration-thickness": [{
|
|
1638
|
-
decoration: [
|
|
1684
|
+
decoration: [u, "from-font", "auto", c, Q]
|
|
1639
1685
|
}],
|
|
1640
1686
|
/**
|
|
1641
1687
|
* Text Decoration Color
|
|
@@ -1649,7 +1695,7 @@ const k = (e) => {
|
|
|
1649
1695
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1650
1696
|
*/
|
|
1651
1697
|
"underline-offset": [{
|
|
1652
|
-
"underline-offset": [
|
|
1698
|
+
"underline-offset": [u, "auto", c, i]
|
|
1653
1699
|
}],
|
|
1654
1700
|
/**
|
|
1655
1701
|
* Text Transform
|
|
@@ -1680,7 +1726,7 @@ const k = (e) => {
|
|
|
1680
1726
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1681
1727
|
*/
|
|
1682
1728
|
"vertical-align": [{
|
|
1683
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1729
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", c, i]
|
|
1684
1730
|
}],
|
|
1685
1731
|
/**
|
|
1686
1732
|
* Whitespace
|
|
@@ -1715,7 +1761,7 @@ const k = (e) => {
|
|
|
1715
1761
|
* @see https://tailwindcss.com/docs/content
|
|
1716
1762
|
*/
|
|
1717
1763
|
content: [{
|
|
1718
|
-
content: ["none",
|
|
1764
|
+
content: ["none", c, i]
|
|
1719
1765
|
}],
|
|
1720
1766
|
// -------------------
|
|
1721
1767
|
// --- Backgrounds ---
|
|
@@ -1746,14 +1792,14 @@ const k = (e) => {
|
|
|
1746
1792
|
* @see https://tailwindcss.com/docs/background-position
|
|
1747
1793
|
*/
|
|
1748
1794
|
"bg-position": [{
|
|
1749
|
-
bg:
|
|
1795
|
+
bg: a1()
|
|
1750
1796
|
}],
|
|
1751
1797
|
/**
|
|
1752
1798
|
* Background Repeat
|
|
1753
1799
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1754
1800
|
*/
|
|
1755
1801
|
"bg-repeat": [{
|
|
1756
|
-
bg:
|
|
1802
|
+
bg: o()
|
|
1757
1803
|
}],
|
|
1758
1804
|
/**
|
|
1759
1805
|
* Background Size
|
|
@@ -1770,10 +1816,10 @@ const k = (e) => {
|
|
|
1770
1816
|
bg: ["none", {
|
|
1771
1817
|
linear: [{
|
|
1772
1818
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1773
|
-
},
|
|
1774
|
-
radial: ["",
|
|
1775
|
-
conic: [
|
|
1776
|
-
},
|
|
1819
|
+
}, Y, c, i],
|
|
1820
|
+
radial: ["", c, i],
|
|
1821
|
+
conic: [Y, c, i]
|
|
1822
|
+
}, _0, H0]
|
|
1777
1823
|
}],
|
|
1778
1824
|
/**
|
|
1779
1825
|
* Background Color
|
|
@@ -1787,21 +1833,21 @@ const k = (e) => {
|
|
|
1787
1833
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1788
1834
|
*/
|
|
1789
1835
|
"gradient-from-pos": [{
|
|
1790
|
-
from:
|
|
1836
|
+
from: x()
|
|
1791
1837
|
}],
|
|
1792
1838
|
/**
|
|
1793
1839
|
* Gradient Color Stops Via Position
|
|
1794
1840
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1795
1841
|
*/
|
|
1796
1842
|
"gradient-via-pos": [{
|
|
1797
|
-
via:
|
|
1843
|
+
via: x()
|
|
1798
1844
|
}],
|
|
1799
1845
|
/**
|
|
1800
1846
|
* Gradient Color Stops To Position
|
|
1801
1847
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1802
1848
|
*/
|
|
1803
1849
|
"gradient-to-pos": [{
|
|
1804
|
-
to:
|
|
1850
|
+
to: x()
|
|
1805
1851
|
}],
|
|
1806
1852
|
/**
|
|
1807
1853
|
* Gradient Color Stops From
|
|
@@ -2024,14 +2070,14 @@ const k = (e) => {
|
|
|
2024
2070
|
* @see https://tailwindcss.com/docs/border-style
|
|
2025
2071
|
*/
|
|
2026
2072
|
"border-style": [{
|
|
2027
|
-
border: [...
|
|
2073
|
+
border: [...M(), "hidden", "none"]
|
|
2028
2074
|
}],
|
|
2029
2075
|
/**
|
|
2030
2076
|
* Divide Style
|
|
2031
2077
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2032
2078
|
*/
|
|
2033
2079
|
"divide-style": [{
|
|
2034
|
-
divide: [...
|
|
2080
|
+
divide: [...M(), "hidden", "none"]
|
|
2035
2081
|
}],
|
|
2036
2082
|
/**
|
|
2037
2083
|
* Border Color
|
|
@@ -2108,21 +2154,21 @@ const k = (e) => {
|
|
|
2108
2154
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2109
2155
|
*/
|
|
2110
2156
|
"outline-style": [{
|
|
2111
|
-
outline: [...
|
|
2157
|
+
outline: [...M(), "none", "hidden"]
|
|
2112
2158
|
}],
|
|
2113
2159
|
/**
|
|
2114
2160
|
* Outline Offset
|
|
2115
2161
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2116
2162
|
*/
|
|
2117
2163
|
"outline-offset": [{
|
|
2118
|
-
"outline-offset": [
|
|
2164
|
+
"outline-offset": [u, c, i]
|
|
2119
2165
|
}],
|
|
2120
2166
|
/**
|
|
2121
2167
|
* Outline Width
|
|
2122
2168
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2123
2169
|
*/
|
|
2124
2170
|
"outline-w": [{
|
|
2125
|
-
outline: ["",
|
|
2171
|
+
outline: ["", u, h1, Q]
|
|
2126
2172
|
}],
|
|
2127
2173
|
/**
|
|
2128
2174
|
* Outline Color
|
|
@@ -2143,9 +2189,9 @@ const k = (e) => {
|
|
|
2143
2189
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2144
2190
|
"",
|
|
2145
2191
|
"none",
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2192
|
+
C,
|
|
2193
|
+
f1,
|
|
2194
|
+
w1
|
|
2149
2195
|
]
|
|
2150
2196
|
}],
|
|
2151
2197
|
/**
|
|
@@ -2160,7 +2206,7 @@ const k = (e) => {
|
|
|
2160
2206
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2161
2207
|
*/
|
|
2162
2208
|
"inset-shadow": [{
|
|
2163
|
-
"inset-shadow": ["none",
|
|
2209
|
+
"inset-shadow": ["none", y, f1, w1]
|
|
2164
2210
|
}],
|
|
2165
2211
|
/**
|
|
2166
2212
|
* Inset Box Shadow Color
|
|
@@ -2197,7 +2243,7 @@ const k = (e) => {
|
|
|
2197
2243
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2198
2244
|
*/
|
|
2199
2245
|
"ring-offset-w": [{
|
|
2200
|
-
"ring-offset": [
|
|
2246
|
+
"ring-offset": [u, Q]
|
|
2201
2247
|
}],
|
|
2202
2248
|
/**
|
|
2203
2249
|
* Ring Offset Color
|
|
@@ -2227,7 +2273,7 @@ const k = (e) => {
|
|
|
2227
2273
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2228
2274
|
*/
|
|
2229
2275
|
"text-shadow": [{
|
|
2230
|
-
"text-shadow": ["none",
|
|
2276
|
+
"text-shadow": ["none", N, f1, w1]
|
|
2231
2277
|
}],
|
|
2232
2278
|
/**
|
|
2233
2279
|
* Text Shadow Color
|
|
@@ -2241,7 +2287,7 @@ const k = (e) => {
|
|
|
2241
2287
|
* @see https://tailwindcss.com/docs/opacity
|
|
2242
2288
|
*/
|
|
2243
2289
|
opacity: [{
|
|
2244
|
-
opacity: [
|
|
2290
|
+
opacity: [u, c, i]
|
|
2245
2291
|
}],
|
|
2246
2292
|
/**
|
|
2247
2293
|
* Mix Blend Mode
|
|
@@ -2276,7 +2322,7 @@ const k = (e) => {
|
|
|
2276
2322
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2277
2323
|
*/
|
|
2278
2324
|
"mask-image-linear-pos": [{
|
|
2279
|
-
"mask-linear": [
|
|
2325
|
+
"mask-linear": [u]
|
|
2280
2326
|
}],
|
|
2281
2327
|
"mask-image-linear-from-pos": [{
|
|
2282
2328
|
"mask-linear-from": q()
|
|
@@ -2363,7 +2409,7 @@ const k = (e) => {
|
|
|
2363
2409
|
"mask-y-to": h()
|
|
2364
2410
|
}],
|
|
2365
2411
|
"mask-image-radial": [{
|
|
2366
|
-
"mask-radial": [
|
|
2412
|
+
"mask-radial": [c, i]
|
|
2367
2413
|
}],
|
|
2368
2414
|
"mask-image-radial-from-pos": [{
|
|
2369
2415
|
"mask-radial-from": q()
|
|
@@ -2387,10 +2433,10 @@ const k = (e) => {
|
|
|
2387
2433
|
}]
|
|
2388
2434
|
}],
|
|
2389
2435
|
"mask-image-radial-pos": [{
|
|
2390
|
-
"mask-radial-at":
|
|
2436
|
+
"mask-radial-at": $()
|
|
2391
2437
|
}],
|
|
2392
2438
|
"mask-image-conic-pos": [{
|
|
2393
|
-
"mask-conic": [
|
|
2439
|
+
"mask-conic": [u]
|
|
2394
2440
|
}],
|
|
2395
2441
|
"mask-image-conic-from-pos": [{
|
|
2396
2442
|
"mask-conic-from": q()
|
|
@@ -2423,14 +2469,14 @@ const k = (e) => {
|
|
|
2423
2469
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2424
2470
|
*/
|
|
2425
2471
|
"mask-position": [{
|
|
2426
|
-
mask:
|
|
2472
|
+
mask: a1()
|
|
2427
2473
|
}],
|
|
2428
2474
|
/**
|
|
2429
2475
|
* Mask Repeat
|
|
2430
2476
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2431
2477
|
*/
|
|
2432
2478
|
"mask-repeat": [{
|
|
2433
|
-
mask:
|
|
2479
|
+
mask: o()
|
|
2434
2480
|
}],
|
|
2435
2481
|
/**
|
|
2436
2482
|
* Mask Size
|
|
@@ -2451,7 +2497,7 @@ const k = (e) => {
|
|
|
2451
2497
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2452
2498
|
*/
|
|
2453
2499
|
"mask-image": [{
|
|
2454
|
-
mask: ["none",
|
|
2500
|
+
mask: ["none", c, i]
|
|
2455
2501
|
}],
|
|
2456
2502
|
// ---------------
|
|
2457
2503
|
// --- Filters ---
|
|
@@ -2465,8 +2511,8 @@ const k = (e) => {
|
|
|
2465
2511
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2466
2512
|
"",
|
|
2467
2513
|
"none",
|
|
2468
|
-
|
|
2469
|
-
|
|
2514
|
+
c,
|
|
2515
|
+
i
|
|
2470
2516
|
]
|
|
2471
2517
|
}],
|
|
2472
2518
|
/**
|
|
@@ -2474,21 +2520,21 @@ const k = (e) => {
|
|
|
2474
2520
|
* @see https://tailwindcss.com/docs/blur
|
|
2475
2521
|
*/
|
|
2476
2522
|
blur: [{
|
|
2477
|
-
blur:
|
|
2523
|
+
blur: k()
|
|
2478
2524
|
}],
|
|
2479
2525
|
/**
|
|
2480
2526
|
* Brightness
|
|
2481
2527
|
* @see https://tailwindcss.com/docs/brightness
|
|
2482
2528
|
*/
|
|
2483
2529
|
brightness: [{
|
|
2484
|
-
brightness: [
|
|
2530
|
+
brightness: [u, c, i]
|
|
2485
2531
|
}],
|
|
2486
2532
|
/**
|
|
2487
2533
|
* Contrast
|
|
2488
2534
|
* @see https://tailwindcss.com/docs/contrast
|
|
2489
2535
|
*/
|
|
2490
2536
|
contrast: [{
|
|
2491
|
-
contrast: [
|
|
2537
|
+
contrast: [u, c, i]
|
|
2492
2538
|
}],
|
|
2493
2539
|
/**
|
|
2494
2540
|
* Drop Shadow
|
|
@@ -2499,9 +2545,9 @@ const k = (e) => {
|
|
|
2499
2545
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2500
2546
|
"",
|
|
2501
2547
|
"none",
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2548
|
+
V,
|
|
2549
|
+
f1,
|
|
2550
|
+
w1
|
|
2505
2551
|
]
|
|
2506
2552
|
}],
|
|
2507
2553
|
/**
|
|
@@ -2516,35 +2562,35 @@ const k = (e) => {
|
|
|
2516
2562
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2517
2563
|
*/
|
|
2518
2564
|
grayscale: [{
|
|
2519
|
-
grayscale: ["",
|
|
2565
|
+
grayscale: ["", u, c, i]
|
|
2520
2566
|
}],
|
|
2521
2567
|
/**
|
|
2522
2568
|
* Hue Rotate
|
|
2523
2569
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2524
2570
|
*/
|
|
2525
2571
|
"hue-rotate": [{
|
|
2526
|
-
"hue-rotate": [
|
|
2572
|
+
"hue-rotate": [u, c, i]
|
|
2527
2573
|
}],
|
|
2528
2574
|
/**
|
|
2529
2575
|
* Invert
|
|
2530
2576
|
* @see https://tailwindcss.com/docs/invert
|
|
2531
2577
|
*/
|
|
2532
2578
|
invert: [{
|
|
2533
|
-
invert: ["",
|
|
2579
|
+
invert: ["", u, c, i]
|
|
2534
2580
|
}],
|
|
2535
2581
|
/**
|
|
2536
2582
|
* Saturate
|
|
2537
2583
|
* @see https://tailwindcss.com/docs/saturate
|
|
2538
2584
|
*/
|
|
2539
2585
|
saturate: [{
|
|
2540
|
-
saturate: [
|
|
2586
|
+
saturate: [u, c, i]
|
|
2541
2587
|
}],
|
|
2542
2588
|
/**
|
|
2543
2589
|
* Sepia
|
|
2544
2590
|
* @see https://tailwindcss.com/docs/sepia
|
|
2545
2591
|
*/
|
|
2546
2592
|
sepia: [{
|
|
2547
|
-
sepia: ["",
|
|
2593
|
+
sepia: ["", u, c, i]
|
|
2548
2594
|
}],
|
|
2549
2595
|
/**
|
|
2550
2596
|
* Backdrop Filter
|
|
@@ -2555,8 +2601,8 @@ const k = (e) => {
|
|
|
2555
2601
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2556
2602
|
"",
|
|
2557
2603
|
"none",
|
|
2558
|
-
|
|
2559
|
-
|
|
2604
|
+
c,
|
|
2605
|
+
i
|
|
2560
2606
|
]
|
|
2561
2607
|
}],
|
|
2562
2608
|
/**
|
|
@@ -2564,63 +2610,63 @@ const k = (e) => {
|
|
|
2564
2610
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2565
2611
|
*/
|
|
2566
2612
|
"backdrop-blur": [{
|
|
2567
|
-
"backdrop-blur":
|
|
2613
|
+
"backdrop-blur": k()
|
|
2568
2614
|
}],
|
|
2569
2615
|
/**
|
|
2570
2616
|
* Backdrop Brightness
|
|
2571
2617
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2572
2618
|
*/
|
|
2573
2619
|
"backdrop-brightness": [{
|
|
2574
|
-
"backdrop-brightness": [
|
|
2620
|
+
"backdrop-brightness": [u, c, i]
|
|
2575
2621
|
}],
|
|
2576
2622
|
/**
|
|
2577
2623
|
* Backdrop Contrast
|
|
2578
2624
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2579
2625
|
*/
|
|
2580
2626
|
"backdrop-contrast": [{
|
|
2581
|
-
"backdrop-contrast": [
|
|
2627
|
+
"backdrop-contrast": [u, c, i]
|
|
2582
2628
|
}],
|
|
2583
2629
|
/**
|
|
2584
2630
|
* Backdrop Grayscale
|
|
2585
2631
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2586
2632
|
*/
|
|
2587
2633
|
"backdrop-grayscale": [{
|
|
2588
|
-
"backdrop-grayscale": ["",
|
|
2634
|
+
"backdrop-grayscale": ["", u, c, i]
|
|
2589
2635
|
}],
|
|
2590
2636
|
/**
|
|
2591
2637
|
* Backdrop Hue Rotate
|
|
2592
2638
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2593
2639
|
*/
|
|
2594
2640
|
"backdrop-hue-rotate": [{
|
|
2595
|
-
"backdrop-hue-rotate": [
|
|
2641
|
+
"backdrop-hue-rotate": [u, c, i]
|
|
2596
2642
|
}],
|
|
2597
2643
|
/**
|
|
2598
2644
|
* Backdrop Invert
|
|
2599
2645
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2600
2646
|
*/
|
|
2601
2647
|
"backdrop-invert": [{
|
|
2602
|
-
"backdrop-invert": ["",
|
|
2648
|
+
"backdrop-invert": ["", u, c, i]
|
|
2603
2649
|
}],
|
|
2604
2650
|
/**
|
|
2605
2651
|
* Backdrop Opacity
|
|
2606
2652
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2607
2653
|
*/
|
|
2608
2654
|
"backdrop-opacity": [{
|
|
2609
|
-
"backdrop-opacity": [
|
|
2655
|
+
"backdrop-opacity": [u, c, i]
|
|
2610
2656
|
}],
|
|
2611
2657
|
/**
|
|
2612
2658
|
* Backdrop Saturate
|
|
2613
2659
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2614
2660
|
*/
|
|
2615
2661
|
"backdrop-saturate": [{
|
|
2616
|
-
"backdrop-saturate": [
|
|
2662
|
+
"backdrop-saturate": [u, c, i]
|
|
2617
2663
|
}],
|
|
2618
2664
|
/**
|
|
2619
2665
|
* Backdrop Sepia
|
|
2620
2666
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2621
2667
|
*/
|
|
2622
2668
|
"backdrop-sepia": [{
|
|
2623
|
-
"backdrop-sepia": ["",
|
|
2669
|
+
"backdrop-sepia": ["", u, c, i]
|
|
2624
2670
|
}],
|
|
2625
2671
|
// --------------
|
|
2626
2672
|
// --- Tables ---
|
|
@@ -2675,7 +2721,7 @@ const k = (e) => {
|
|
|
2675
2721
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2676
2722
|
*/
|
|
2677
2723
|
transition: [{
|
|
2678
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2724
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", c, i]
|
|
2679
2725
|
}],
|
|
2680
2726
|
/**
|
|
2681
2727
|
* Transition Behavior
|
|
@@ -2689,28 +2735,28 @@ const k = (e) => {
|
|
|
2689
2735
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2690
2736
|
*/
|
|
2691
2737
|
duration: [{
|
|
2692
|
-
duration: [
|
|
2738
|
+
duration: [u, "initial", c, i]
|
|
2693
2739
|
}],
|
|
2694
2740
|
/**
|
|
2695
2741
|
* Transition Timing Function
|
|
2696
2742
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2697
2743
|
*/
|
|
2698
2744
|
ease: [{
|
|
2699
|
-
ease: ["linear", "initial",
|
|
2745
|
+
ease: ["linear", "initial", O, c, i]
|
|
2700
2746
|
}],
|
|
2701
2747
|
/**
|
|
2702
2748
|
* Transition Delay
|
|
2703
2749
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2704
2750
|
*/
|
|
2705
2751
|
delay: [{
|
|
2706
|
-
delay: [
|
|
2752
|
+
delay: [u, c, i]
|
|
2707
2753
|
}],
|
|
2708
2754
|
/**
|
|
2709
2755
|
* Animation
|
|
2710
2756
|
* @see https://tailwindcss.com/docs/animation
|
|
2711
2757
|
*/
|
|
2712
2758
|
animate: [{
|
|
2713
|
-
animate: ["none",
|
|
2759
|
+
animate: ["none", e1, c, i]
|
|
2714
2760
|
}],
|
|
2715
2761
|
// ------------------
|
|
2716
2762
|
// --- Transforms ---
|
|
@@ -2727,70 +2773,70 @@ const k = (e) => {
|
|
|
2727
2773
|
* @see https://tailwindcss.com/docs/perspective
|
|
2728
2774
|
*/
|
|
2729
2775
|
perspective: [{
|
|
2730
|
-
perspective: [
|
|
2776
|
+
perspective: [T, c, i]
|
|
2731
2777
|
}],
|
|
2732
2778
|
/**
|
|
2733
2779
|
* Perspective Origin
|
|
2734
2780
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2735
2781
|
*/
|
|
2736
2782
|
"perspective-origin": [{
|
|
2737
|
-
"perspective-origin":
|
|
2783
|
+
"perspective-origin": D()
|
|
2738
2784
|
}],
|
|
2739
2785
|
/**
|
|
2740
2786
|
* Rotate
|
|
2741
2787
|
* @see https://tailwindcss.com/docs/rotate
|
|
2742
2788
|
*/
|
|
2743
2789
|
rotate: [{
|
|
2744
|
-
rotate:
|
|
2790
|
+
rotate: A()
|
|
2745
2791
|
}],
|
|
2746
2792
|
/**
|
|
2747
2793
|
* Rotate X
|
|
2748
2794
|
* @see https://tailwindcss.com/docs/rotate
|
|
2749
2795
|
*/
|
|
2750
2796
|
"rotate-x": [{
|
|
2751
|
-
"rotate-x":
|
|
2797
|
+
"rotate-x": A()
|
|
2752
2798
|
}],
|
|
2753
2799
|
/**
|
|
2754
2800
|
* Rotate Y
|
|
2755
2801
|
* @see https://tailwindcss.com/docs/rotate
|
|
2756
2802
|
*/
|
|
2757
2803
|
"rotate-y": [{
|
|
2758
|
-
"rotate-y":
|
|
2804
|
+
"rotate-y": A()
|
|
2759
2805
|
}],
|
|
2760
2806
|
/**
|
|
2761
2807
|
* Rotate Z
|
|
2762
2808
|
* @see https://tailwindcss.com/docs/rotate
|
|
2763
2809
|
*/
|
|
2764
2810
|
"rotate-z": [{
|
|
2765
|
-
"rotate-z":
|
|
2811
|
+
"rotate-z": A()
|
|
2766
2812
|
}],
|
|
2767
2813
|
/**
|
|
2768
2814
|
* Scale
|
|
2769
2815
|
* @see https://tailwindcss.com/docs/scale
|
|
2770
2816
|
*/
|
|
2771
2817
|
scale: [{
|
|
2772
|
-
scale:
|
|
2818
|
+
scale: S()
|
|
2773
2819
|
}],
|
|
2774
2820
|
/**
|
|
2775
2821
|
* Scale X
|
|
2776
2822
|
* @see https://tailwindcss.com/docs/scale
|
|
2777
2823
|
*/
|
|
2778
2824
|
"scale-x": [{
|
|
2779
|
-
"scale-x":
|
|
2825
|
+
"scale-x": S()
|
|
2780
2826
|
}],
|
|
2781
2827
|
/**
|
|
2782
2828
|
* Scale Y
|
|
2783
2829
|
* @see https://tailwindcss.com/docs/scale
|
|
2784
2830
|
*/
|
|
2785
2831
|
"scale-y": [{
|
|
2786
|
-
"scale-y":
|
|
2832
|
+
"scale-y": S()
|
|
2787
2833
|
}],
|
|
2788
2834
|
/**
|
|
2789
2835
|
* Scale Z
|
|
2790
2836
|
* @see https://tailwindcss.com/docs/scale
|
|
2791
2837
|
*/
|
|
2792
2838
|
"scale-z": [{
|
|
2793
|
-
"scale-z":
|
|
2839
|
+
"scale-z": S()
|
|
2794
2840
|
}],
|
|
2795
2841
|
/**
|
|
2796
2842
|
* Scale 3D
|
|
@@ -2802,35 +2848,35 @@ const k = (e) => {
|
|
|
2802
2848
|
* @see https://tailwindcss.com/docs/skew
|
|
2803
2849
|
*/
|
|
2804
2850
|
skew: [{
|
|
2805
|
-
skew:
|
|
2851
|
+
skew: i1()
|
|
2806
2852
|
}],
|
|
2807
2853
|
/**
|
|
2808
2854
|
* Skew X
|
|
2809
2855
|
* @see https://tailwindcss.com/docs/skew
|
|
2810
2856
|
*/
|
|
2811
2857
|
"skew-x": [{
|
|
2812
|
-
"skew-x":
|
|
2858
|
+
"skew-x": i1()
|
|
2813
2859
|
}],
|
|
2814
2860
|
/**
|
|
2815
2861
|
* Skew Y
|
|
2816
2862
|
* @see https://tailwindcss.com/docs/skew
|
|
2817
2863
|
*/
|
|
2818
2864
|
"skew-y": [{
|
|
2819
|
-
"skew-y":
|
|
2865
|
+
"skew-y": i1()
|
|
2820
2866
|
}],
|
|
2821
2867
|
/**
|
|
2822
2868
|
* Transform
|
|
2823
2869
|
* @see https://tailwindcss.com/docs/transform
|
|
2824
2870
|
*/
|
|
2825
2871
|
transform: [{
|
|
2826
|
-
transform: [
|
|
2872
|
+
transform: [c, i, "", "none", "gpu", "cpu"]
|
|
2827
2873
|
}],
|
|
2828
2874
|
/**
|
|
2829
2875
|
* Transform Origin
|
|
2830
2876
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2831
2877
|
*/
|
|
2832
2878
|
"transform-origin": [{
|
|
2833
|
-
origin:
|
|
2879
|
+
origin: D()
|
|
2834
2880
|
}],
|
|
2835
2881
|
/**
|
|
2836
2882
|
* Transform Style
|
|
@@ -2844,28 +2890,28 @@ const k = (e) => {
|
|
|
2844
2890
|
* @see https://tailwindcss.com/docs/translate
|
|
2845
2891
|
*/
|
|
2846
2892
|
translate: [{
|
|
2847
|
-
translate:
|
|
2893
|
+
translate: u1()
|
|
2848
2894
|
}],
|
|
2849
2895
|
/**
|
|
2850
2896
|
* Translate X
|
|
2851
2897
|
* @see https://tailwindcss.com/docs/translate
|
|
2852
2898
|
*/
|
|
2853
2899
|
"translate-x": [{
|
|
2854
|
-
"translate-x":
|
|
2900
|
+
"translate-x": u1()
|
|
2855
2901
|
}],
|
|
2856
2902
|
/**
|
|
2857
2903
|
* Translate Y
|
|
2858
2904
|
* @see https://tailwindcss.com/docs/translate
|
|
2859
2905
|
*/
|
|
2860
2906
|
"translate-y": [{
|
|
2861
|
-
"translate-y":
|
|
2907
|
+
"translate-y": u1()
|
|
2862
2908
|
}],
|
|
2863
2909
|
/**
|
|
2864
2910
|
* Translate Z
|
|
2865
2911
|
* @see https://tailwindcss.com/docs/translate
|
|
2866
2912
|
*/
|
|
2867
2913
|
"translate-z": [{
|
|
2868
|
-
"translate-z":
|
|
2914
|
+
"translate-z": u1()
|
|
2869
2915
|
}],
|
|
2870
2916
|
/**
|
|
2871
2917
|
* Translate None
|
|
@@ -2908,7 +2954,7 @@ const k = (e) => {
|
|
|
2908
2954
|
* @see https://tailwindcss.com/docs/cursor
|
|
2909
2955
|
*/
|
|
2910
2956
|
cursor: [{
|
|
2911
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2957
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", c, i]
|
|
2912
2958
|
}],
|
|
2913
2959
|
/**
|
|
2914
2960
|
* Field Sizing
|
|
@@ -3130,7 +3176,7 @@ const k = (e) => {
|
|
|
3130
3176
|
* @see https://tailwindcss.com/docs/will-change
|
|
3131
3177
|
*/
|
|
3132
3178
|
"will-change": [{
|
|
3133
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
3179
|
+
"will-change": ["auto", "scroll", "contents", "transform", c, i]
|
|
3134
3180
|
}],
|
|
3135
3181
|
// -----------
|
|
3136
3182
|
// --- SVG ---
|
|
@@ -3147,7 +3193,7 @@ const k = (e) => {
|
|
|
3147
3193
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3148
3194
|
*/
|
|
3149
3195
|
"stroke-w": [{
|
|
3150
|
-
stroke: [
|
|
3196
|
+
stroke: [u, h1, Q, p1]
|
|
3151
3197
|
}],
|
|
3152
3198
|
/**
|
|
3153
3199
|
* Stroke
|
|
@@ -3222,48 +3268,48 @@ const k = (e) => {
|
|
|
3222
3268
|
},
|
|
3223
3269
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3224
3270
|
};
|
|
3225
|
-
},
|
|
3226
|
-
function
|
|
3227
|
-
var
|
|
3228
|
-
if (typeof e == "string" || typeof e == "number")
|
|
3271
|
+
}, F0 = /* @__PURE__ */ b0(B0);
|
|
3272
|
+
function V1(e) {
|
|
3273
|
+
var r, n, l = "";
|
|
3274
|
+
if (typeof e == "string" || typeof e == "number") l += e;
|
|
3229
3275
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
3230
|
-
var
|
|
3231
|
-
for (
|
|
3232
|
-
} else for (
|
|
3233
|
-
return
|
|
3276
|
+
var a = e.length;
|
|
3277
|
+
for (r = 0; r < a; r++) e[r] && (n = V1(e[r])) && (l && (l += " "), l += n);
|
|
3278
|
+
} else for (n in e) e[n] && (l && (l += " "), l += n);
|
|
3279
|
+
return l;
|
|
3234
3280
|
}
|
|
3235
|
-
function
|
|
3236
|
-
for (var e,
|
|
3237
|
-
return
|
|
3281
|
+
function V0() {
|
|
3282
|
+
for (var e, r, n = 0, l = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (r = V1(e)) && (l && (l += " "), l += r);
|
|
3283
|
+
return l;
|
|
3238
3284
|
}
|
|
3239
|
-
function
|
|
3240
|
-
const
|
|
3241
|
-
return
|
|
3285
|
+
function K(...e) {
|
|
3286
|
+
const r = e.filter((n) => n && n.trim() !== "");
|
|
3287
|
+
return r.length === 0 ? "" : r.length === 1 ? r[0] : F0(V0(r));
|
|
3242
3288
|
}
|
|
3243
|
-
const
|
|
3289
|
+
const W0 = (e) => !Array.isArray(e) || e.length === 0, R = class {
|
|
3244
3290
|
};
|
|
3245
|
-
|
|
3246
|
-
(
|
|
3247
|
-
)),
|
|
3248
|
-
(
|
|
3249
|
-
)),
|
|
3250
|
-
(
|
|
3251
|
-
|
|
3291
|
+
X(R, "IsZeroArray", (e) => W0(e)), X(R, "RemoveItem", (e, r) => R.IsZeroArray(e) ? [] : e.filter(
|
|
3292
|
+
(n) => n !== r
|
|
3293
|
+
)), X(R, "RemoveItemByID", (e, r) => R.IsZeroArray(e) ? [] : e.filter(
|
|
3294
|
+
(n) => n.id !== r
|
|
3295
|
+
)), X(R, "UpdateItem", (e, r) => R.IsZeroArray(e) ? [] : (e.forEach(
|
|
3296
|
+
(n, l) => {
|
|
3297
|
+
n.id === r.id && (e[l] = r);
|
|
3252
3298
|
}
|
|
3253
|
-
), e)),
|
|
3254
|
-
class
|
|
3299
|
+
), e)), X(R, "PrependItem", (e, r) => R.IsZeroArray(e) ? [r] : [r, ...e]), X(R, "AppendArray", (e, r) => R.IsZeroArray(e) ? r : [...e, ...r]), X(R, "Union", (e, r) => e.concat(r.filter((n) => e.indexOf(n) < 0)));
|
|
3300
|
+
class $0 extends Error {
|
|
3255
3301
|
}
|
|
3256
|
-
|
|
3257
|
-
function
|
|
3258
|
-
return /* @__PURE__ */
|
|
3302
|
+
$0.prototype.name = "InvalidTokenError";
|
|
3303
|
+
function D0({ className: e = "", size: r = s.md }) {
|
|
3304
|
+
return /* @__PURE__ */ t.jsx(
|
|
3259
3305
|
"svg",
|
|
3260
3306
|
{
|
|
3261
3307
|
viewBox: "0 0 64 64",
|
|
3262
3308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3263
|
-
height:
|
|
3264
|
-
width:
|
|
3265
|
-
className:
|
|
3266
|
-
children: /* @__PURE__ */
|
|
3309
|
+
height: r,
|
|
3310
|
+
width: r,
|
|
3311
|
+
className: K("stroke-2 text-gray-600", e),
|
|
3312
|
+
children: /* @__PURE__ */ t.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ t.jsx(
|
|
3267
3313
|
"path",
|
|
3268
3314
|
{
|
|
3269
3315
|
stroke: "currentColor",
|
|
@@ -3273,67 +3319,67 @@ function O0({ className: e = "", size: t = a.md }) {
|
|
|
3273
3319
|
}
|
|
3274
3320
|
);
|
|
3275
3321
|
}
|
|
3276
|
-
function
|
|
3277
|
-
return /* @__PURE__ */
|
|
3322
|
+
function S0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3323
|
+
return /* @__PURE__ */ t.jsx(
|
|
3278
3324
|
"svg",
|
|
3279
3325
|
{
|
|
3280
3326
|
className: e,
|
|
3281
|
-
height:
|
|
3282
|
-
width:
|
|
3327
|
+
height: r,
|
|
3328
|
+
width: r,
|
|
3283
3329
|
version: "1.1",
|
|
3284
3330
|
id: "Capa_1",
|
|
3285
3331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3286
3332
|
viewBox: "0 0 32 32",
|
|
3287
|
-
children: /* @__PURE__ */
|
|
3333
|
+
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
3334
|
}
|
|
3289
3335
|
);
|
|
3290
3336
|
}
|
|
3291
|
-
function
|
|
3292
|
-
return /* @__PURE__ */
|
|
3337
|
+
function Y0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3338
|
+
return /* @__PURE__ */ t.jsx(
|
|
3293
3339
|
"svg",
|
|
3294
3340
|
{
|
|
3295
3341
|
className: e,
|
|
3296
|
-
height:
|
|
3297
|
-
width:
|
|
3342
|
+
height: r,
|
|
3343
|
+
width: r,
|
|
3298
3344
|
version: "1.1",
|
|
3299
3345
|
id: "Capa_1",
|
|
3300
3346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3301
3347
|
viewBox: "0 0 32 32",
|
|
3302
|
-
children: /* @__PURE__ */
|
|
3348
|
+
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
3349
|
}
|
|
3304
3350
|
);
|
|
3305
3351
|
}
|
|
3306
|
-
function
|
|
3307
|
-
return /* @__PURE__ */
|
|
3352
|
+
function U0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3353
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3308
3354
|
"svg",
|
|
3309
3355
|
{
|
|
3310
3356
|
className: e,
|
|
3311
|
-
height:
|
|
3312
|
-
width:
|
|
3357
|
+
height: r,
|
|
3358
|
+
width: r,
|
|
3313
3359
|
version: "1.1",
|
|
3314
3360
|
id: "Capa_1",
|
|
3315
3361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3316
3362
|
viewBox: "0 0 32 32",
|
|
3317
3363
|
children: [
|
|
3318
|
-
/* @__PURE__ */
|
|
3319
|
-
/* @__PURE__ */
|
|
3320
|
-
/* @__PURE__ */
|
|
3364
|
+
/* @__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" }),
|
|
3365
|
+
/* @__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" }),
|
|
3366
|
+
/* @__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
3367
|
]
|
|
3322
3368
|
}
|
|
3323
3369
|
);
|
|
3324
3370
|
}
|
|
3325
|
-
function
|
|
3326
|
-
return /* @__PURE__ */
|
|
3371
|
+
function P0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3372
|
+
return /* @__PURE__ */ t.jsx(
|
|
3327
3373
|
"svg",
|
|
3328
3374
|
{
|
|
3329
3375
|
className: e,
|
|
3330
|
-
height:
|
|
3331
|
-
width:
|
|
3376
|
+
height: r,
|
|
3377
|
+
width: r,
|
|
3332
3378
|
version: "1.1",
|
|
3333
3379
|
id: "Capa_1",
|
|
3334
3380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3335
3381
|
viewBox: "0 0 32 32",
|
|
3336
|
-
children: /* @__PURE__ */
|
|
3382
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3337
3383
|
"path",
|
|
3338
3384
|
{
|
|
3339
3385
|
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 +3411,65 @@ function $0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3365
3411
|
}
|
|
3366
3412
|
);
|
|
3367
3413
|
}
|
|
3368
|
-
function
|
|
3369
|
-
return /* @__PURE__ */
|
|
3414
|
+
function G0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3415
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3370
3416
|
"svg",
|
|
3371
3417
|
{
|
|
3372
3418
|
className: e,
|
|
3373
|
-
height:
|
|
3374
|
-
width:
|
|
3419
|
+
height: r,
|
|
3420
|
+
width: r,
|
|
3375
3421
|
version: "1.1",
|
|
3376
3422
|
id: "Capa_1",
|
|
3377
3423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3378
3424
|
viewBox: "0 0 45 45",
|
|
3379
3425
|
children: [
|
|
3380
|
-
/* @__PURE__ */
|
|
3426
|
+
/* @__PURE__ */ t.jsx(
|
|
3381
3427
|
"path",
|
|
3382
3428
|
{
|
|
3383
3429
|
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
3430
|
fill: e
|
|
3385
3431
|
}
|
|
3386
3432
|
),
|
|
3387
|
-
/* @__PURE__ */
|
|
3433
|
+
/* @__PURE__ */ t.jsx(
|
|
3388
3434
|
"path",
|
|
3389
3435
|
{
|
|
3390
3436
|
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
3437
|
stroke: e
|
|
3392
3438
|
}
|
|
3393
3439
|
),
|
|
3394
|
-
/* @__PURE__ */
|
|
3440
|
+
/* @__PURE__ */ t.jsx(
|
|
3395
3441
|
"path",
|
|
3396
3442
|
{
|
|
3397
3443
|
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
3444
|
fill: e
|
|
3399
3445
|
}
|
|
3400
3446
|
),
|
|
3401
|
-
/* @__PURE__ */
|
|
3447
|
+
/* @__PURE__ */ t.jsx(
|
|
3402
3448
|
"path",
|
|
3403
3449
|
{
|
|
3404
3450
|
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
3451
|
stroke: e
|
|
3406
3452
|
}
|
|
3407
3453
|
),
|
|
3408
|
-
/* @__PURE__ */
|
|
3454
|
+
/* @__PURE__ */ t.jsx("path", { d: "M8.60785 14.061L24.6138 20.065", stroke: e, "stroke-width": "2" }),
|
|
3409
3455
|
" "
|
|
3410
3456
|
]
|
|
3411
3457
|
}
|
|
3412
3458
|
);
|
|
3413
3459
|
}
|
|
3414
|
-
function
|
|
3415
|
-
return /* @__PURE__ */
|
|
3460
|
+
function J0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3461
|
+
return /* @__PURE__ */ t.jsx(
|
|
3416
3462
|
"svg",
|
|
3417
3463
|
{
|
|
3418
3464
|
className: e,
|
|
3419
|
-
height:
|
|
3420
|
-
width:
|
|
3465
|
+
height: r,
|
|
3466
|
+
width: r,
|
|
3421
3467
|
version: "1.1",
|
|
3422
3468
|
id: "Capa_1",
|
|
3423
3469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3424
3470
|
viewBox: "0 0 512 512",
|
|
3425
|
-
children: /* @__PURE__ */
|
|
3426
|
-
/* @__PURE__ */
|
|
3471
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
3472
|
+
/* @__PURE__ */ t.jsx(
|
|
3427
3473
|
"path",
|
|
3428
3474
|
{
|
|
3429
3475
|
className: "st0",
|
|
@@ -3435,7 +3481,7 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3435
3481
|
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
3482
|
}
|
|
3437
3483
|
),
|
|
3438
|
-
/* @__PURE__ */
|
|
3484
|
+
/* @__PURE__ */ t.jsx(
|
|
3439
3485
|
"path",
|
|
3440
3486
|
{
|
|
3441
3487
|
className: "st0",
|
|
@@ -3446,7 +3492,7 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3446
3492
|
c17.326,7.139,60.094,62.45,60.094,239.898C433.203,400.981,408.915,446.586,391.183,479.879z`
|
|
3447
3493
|
}
|
|
3448
3494
|
),
|
|
3449
|
-
/* @__PURE__ */
|
|
3495
|
+
/* @__PURE__ */ t.jsx(
|
|
3450
3496
|
"path",
|
|
3451
3497
|
{
|
|
3452
3498
|
className: "st0",
|
|
@@ -3468,55 +3514,59 @@ function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
|
3468
3514
|
}
|
|
3469
3515
|
);
|
|
3470
3516
|
}
|
|
3471
|
-
function
|
|
3472
|
-
return /* @__PURE__ */
|
|
3517
|
+
function X0({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
3518
|
+
return /* @__PURE__ */ t.jsx(
|
|
3473
3519
|
"svg",
|
|
3474
3520
|
{
|
|
3475
3521
|
className: e,
|
|
3476
|
-
height:
|
|
3477
|
-
width:
|
|
3522
|
+
height: r,
|
|
3523
|
+
width: r,
|
|
3478
3524
|
version: "1.1",
|
|
3479
3525
|
id: "Capa_1",
|
|
3480
3526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3481
3527
|
viewBox: "0 0 24 24",
|
|
3482
|
-
children: /* @__PURE__ */
|
|
3528
|
+
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
3529
|
}
|
|
3484
3530
|
);
|
|
3485
3531
|
}
|
|
3486
|
-
const
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
function
|
|
3507
|
-
|
|
3508
|
-
|
|
3532
|
+
const Q0 = {
|
|
3533
|
+
[j.Tennis]: X1,
|
|
3534
|
+
[j.Pickleball]: D0,
|
|
3535
|
+
[j.Basketball]: K1,
|
|
3536
|
+
[j.Golf]: e0,
|
|
3537
|
+
[j.Hiking]: J1,
|
|
3538
|
+
[j.Running]: Q1,
|
|
3539
|
+
[j.Gym]: Y0,
|
|
3540
|
+
[j.Baseball]: X0,
|
|
3541
|
+
[j.Biking]: S0,
|
|
3542
|
+
[j.Yoga]: P0,
|
|
3543
|
+
[j.TableTennis]: t0,
|
|
3544
|
+
[j.Football]: o0,
|
|
3545
|
+
[j.Soccer]: G1,
|
|
3546
|
+
[j.Badminton]: r0,
|
|
3547
|
+
[j.Skiing]: G0,
|
|
3548
|
+
[j.Surfing]: J0,
|
|
3549
|
+
[j.Swimming]: U0,
|
|
3550
|
+
[j.Hockey]: n0
|
|
3551
|
+
};
|
|
3552
|
+
function K0({
|
|
3553
|
+
interestName: e,
|
|
3554
|
+
className: r,
|
|
3555
|
+
size: n
|
|
3556
|
+
}) {
|
|
3557
|
+
const l = Q0[e];
|
|
3558
|
+
return l ? /* @__PURE__ */ t.jsx(l, { className: r, size: n }) : null;
|
|
3509
3559
|
}
|
|
3510
|
-
function
|
|
3511
|
-
return /* @__PURE__ */
|
|
3560
|
+
function e2({ className: e = "", size: r = s.md }) {
|
|
3561
|
+
return /* @__PURE__ */ t.jsx(
|
|
3512
3562
|
"svg",
|
|
3513
3563
|
{
|
|
3514
3564
|
viewBox: "0 0 64 64",
|
|
3515
|
-
height:
|
|
3516
|
-
width:
|
|
3565
|
+
height: r,
|
|
3566
|
+
width: r,
|
|
3517
3567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3518
|
-
className:
|
|
3519
|
-
children: /* @__PURE__ */
|
|
3568
|
+
className: K("stroke-2 text-gray-600", e),
|
|
3569
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3520
3570
|
"path",
|
|
3521
3571
|
{
|
|
3522
3572
|
stroke: "currentColor",
|
|
@@ -3526,18 +3576,18 @@ function U0({ className: e = "", size: t = a.md }) {
|
|
|
3526
3576
|
}
|
|
3527
3577
|
);
|
|
3528
3578
|
}
|
|
3529
|
-
function
|
|
3530
|
-
return /* @__PURE__ */
|
|
3579
|
+
function r2({ className: e = "", size: r = s.md }) {
|
|
3580
|
+
return /* @__PURE__ */ t.jsx(
|
|
3531
3581
|
"svg",
|
|
3532
3582
|
{
|
|
3533
3583
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3534
3584
|
id: "Layer_1",
|
|
3535
3585
|
"data-name": "Layer 1",
|
|
3536
3586
|
viewBox: "0 0 24 24",
|
|
3537
|
-
width:
|
|
3538
|
-
height:
|
|
3539
|
-
className:
|
|
3540
|
-
children: /* @__PURE__ */
|
|
3587
|
+
width: r,
|
|
3588
|
+
height: r,
|
|
3589
|
+
className: K("stroke-1 text-gray-600", e),
|
|
3590
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3541
3591
|
"path",
|
|
3542
3592
|
{
|
|
3543
3593
|
stroke: "currentColor",
|
|
@@ -3547,29 +3597,29 @@ function J0({ className: e = "", size: t = a.md }) {
|
|
|
3547
3597
|
}
|
|
3548
3598
|
);
|
|
3549
3599
|
}
|
|
3550
|
-
const
|
|
3551
|
-
function
|
|
3552
|
-
const
|
|
3553
|
-
return /* @__PURE__ */
|
|
3600
|
+
const t2 = [e2, r2];
|
|
3601
|
+
function n2({ seq: e, className: r, size: n }) {
|
|
3602
|
+
const l = t2[e - 1];
|
|
3603
|
+
return /* @__PURE__ */ t.jsx(l, { className: r, size: n });
|
|
3554
3604
|
}
|
|
3555
|
-
function
|
|
3556
|
-
return /* @__PURE__ */
|
|
3605
|
+
function o2({ className: e = "", size: r = s.md }) {
|
|
3606
|
+
return /* @__PURE__ */ t.jsx(
|
|
3557
3607
|
"svg",
|
|
3558
3608
|
{
|
|
3559
3609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3560
|
-
height:
|
|
3561
|
-
width:
|
|
3562
|
-
className:
|
|
3610
|
+
height: r,
|
|
3611
|
+
width: r,
|
|
3612
|
+
className: K("stroke-2 text-gray-600", e),
|
|
3563
3613
|
viewBox: "0 0 465.072 465.072",
|
|
3564
|
-
children: /* @__PURE__ */
|
|
3565
|
-
/* @__PURE__ */
|
|
3614
|
+
children: /* @__PURE__ */ t.jsxs("g", { children: [
|
|
3615
|
+
/* @__PURE__ */ t.jsx(
|
|
3566
3616
|
"path",
|
|
3567
3617
|
{
|
|
3568
3618
|
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
3619
|
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
3620
|
}
|
|
3571
3621
|
),
|
|
3572
|
-
/* @__PURE__ */
|
|
3622
|
+
/* @__PURE__ */ t.jsx(
|
|
3573
3623
|
"path",
|
|
3574
3624
|
{
|
|
3575
3625
|
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 +3658,56 @@ function K0({ className: e = "", size: t = a.md }) {
|
|
|
3608
3658
|
}
|
|
3609
3659
|
);
|
|
3610
3660
|
}
|
|
3611
|
-
function
|
|
3612
|
-
return /* @__PURE__ */
|
|
3661
|
+
function l2({ className: e = "", size: r = s.md }) {
|
|
3662
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3613
3663
|
"svg",
|
|
3614
3664
|
{
|
|
3615
|
-
height:
|
|
3616
|
-
width:
|
|
3617
|
-
className:
|
|
3665
|
+
height: r,
|
|
3666
|
+
width: r,
|
|
3667
|
+
className: K("stroke-2 text-gray-600", e),
|
|
3618
3668
|
viewBox: "0 -5 512.00242 512",
|
|
3619
3669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3620
3670
|
children: [
|
|
3621
|
-
/* @__PURE__ */
|
|
3622
|
-
/* @__PURE__ */
|
|
3623
|
-
/* @__PURE__ */
|
|
3624
|
-
/* @__PURE__ */
|
|
3625
|
-
/* @__PURE__ */
|
|
3671
|
+
/* @__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" }),
|
|
3672
|
+
/* @__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" }),
|
|
3673
|
+
/* @__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" }),
|
|
3674
|
+
/* @__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" }),
|
|
3675
|
+
/* @__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
3676
|
]
|
|
3627
3677
|
}
|
|
3628
3678
|
);
|
|
3629
3679
|
}
|
|
3630
|
-
const
|
|
3631
|
-
function
|
|
3632
|
-
const
|
|
3633
|
-
return /* @__PURE__ */
|
|
3680
|
+
const s2 = [o2, l2];
|
|
3681
|
+
function a2({ seq: e, className: r, size: n }) {
|
|
3682
|
+
const l = s2[e - 1];
|
|
3683
|
+
return /* @__PURE__ */ t.jsx(l, { className: r, size: n });
|
|
3634
3684
|
}
|
|
3635
|
-
const
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3685
|
+
const i2 = {
|
|
3686
|
+
[o1.Sports]: K0,
|
|
3687
|
+
[o1.Pets]: n2,
|
|
3688
|
+
[o1.Music]: a2
|
|
3689
|
+
};
|
|
3690
|
+
function f2({
|
|
3691
|
+
interestName: e,
|
|
3692
|
+
categoryName: r,
|
|
3693
|
+
size: n = s.sm,
|
|
3694
|
+
className: l = ""
|
|
3695
|
+
}) {
|
|
3696
|
+
const a = i2[r];
|
|
3697
|
+
return a ? /* @__PURE__ */ t.jsx(a, { interestName: e, size: n, className: l }) : null;
|
|
3639
3698
|
}
|
|
3640
|
-
function
|
|
3641
|
-
return /* @__PURE__ */
|
|
3699
|
+
function x2({ className: e = "fill-blue-500", size: r = s.xl }) {
|
|
3700
|
+
return /* @__PURE__ */ t.jsx(
|
|
3642
3701
|
"svg",
|
|
3643
3702
|
{
|
|
3644
3703
|
className: e,
|
|
3645
3704
|
version: "1.0",
|
|
3646
3705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3647
|
-
width:
|
|
3648
|
-
height:
|
|
3706
|
+
width: r,
|
|
3707
|
+
height: r,
|
|
3649
3708
|
viewBox: "0 0 1271.000000 1280.000000",
|
|
3650
3709
|
preserveAspectRatio: "xMidYMid meet",
|
|
3651
|
-
children: /* @__PURE__ */
|
|
3710
|
+
children: /* @__PURE__ */ t.jsx("g", { transform: "translate(0.000000,1280.000000) scale(0.100000,-0.100000)", stroke: "none", children: /* @__PURE__ */ t.jsx(
|
|
3652
3711
|
"path",
|
|
3653
3712
|
{
|
|
3654
3713
|
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
@@ -3676,217 +3735,217 @@ function g2({ className: e = "fill-blue-500", size: t = a.xl }) {
|
|
|
3676
3735
|
}
|
|
3677
3736
|
);
|
|
3678
3737
|
}
|
|
3679
|
-
function p2({ className: e = "", size:
|
|
3680
|
-
return /* @__PURE__ */
|
|
3738
|
+
function p2({ className: e = "", size: r = s.md }) {
|
|
3739
|
+
return /* @__PURE__ */ t.jsx(
|
|
3681
3740
|
"svg",
|
|
3682
3741
|
{
|
|
3683
3742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3684
3743
|
className: e,
|
|
3685
|
-
height:
|
|
3686
|
-
width:
|
|
3744
|
+
height: r,
|
|
3745
|
+
width: r,
|
|
3687
3746
|
viewBox: "0 -960 960 960",
|
|
3688
|
-
children: /* @__PURE__ */
|
|
3747
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z" })
|
|
3689
3748
|
}
|
|
3690
3749
|
);
|
|
3691
3750
|
}
|
|
3692
|
-
function
|
|
3693
|
-
return /* @__PURE__ */
|
|
3751
|
+
function b2({ className: e = "", size: r = s.md }) {
|
|
3752
|
+
return /* @__PURE__ */ t.jsx(
|
|
3694
3753
|
"svg",
|
|
3695
3754
|
{
|
|
3696
3755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3697
3756
|
className: e,
|
|
3698
|
-
height:
|
|
3699
|
-
width:
|
|
3757
|
+
height: r,
|
|
3758
|
+
width: r,
|
|
3700
3759
|
viewBox: "0 -960 960 960",
|
|
3701
|
-
children: /* @__PURE__ */
|
|
3760
|
+
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
3761
|
}
|
|
3703
3762
|
);
|
|
3704
3763
|
}
|
|
3705
|
-
function
|
|
3706
|
-
return /* @__PURE__ */
|
|
3764
|
+
function q2({ className: e = "", size: r = s.md }) {
|
|
3765
|
+
return /* @__PURE__ */ t.jsx(
|
|
3707
3766
|
"svg",
|
|
3708
3767
|
{
|
|
3709
3768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3710
3769
|
className: e,
|
|
3711
|
-
height:
|
|
3712
|
-
width:
|
|
3770
|
+
height: r,
|
|
3771
|
+
width: r,
|
|
3713
3772
|
viewBox: "0 -960 960 960",
|
|
3714
|
-
children: /* @__PURE__ */
|
|
3773
|
+
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
3774
|
}
|
|
3716
3775
|
);
|
|
3717
3776
|
}
|
|
3718
|
-
function
|
|
3719
|
-
return /* @__PURE__ */
|
|
3777
|
+
function k2({ className: e = "", size: r = s.md }) {
|
|
3778
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3720
3779
|
"svg",
|
|
3721
3780
|
{
|
|
3722
3781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3723
3782
|
className: e,
|
|
3724
|
-
height:
|
|
3725
|
-
width:
|
|
3783
|
+
height: r,
|
|
3784
|
+
width: r,
|
|
3726
3785
|
viewBox: "0 0 512 512",
|
|
3727
3786
|
children: [
|
|
3728
|
-
/* @__PURE__ */
|
|
3729
|
-
/* @__PURE__ */
|
|
3730
|
-
/* @__PURE__ */
|
|
3731
|
-
/* @__PURE__ */
|
|
3787
|
+
/* @__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" }),
|
|
3788
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "255.984", cy: "271", r: "15" }),
|
|
3789
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "315.981", cy: "271", r: "15" }),
|
|
3790
|
+
/* @__PURE__ */ t.jsx("circle", { cx: "375.977", cy: "271", r: "15" })
|
|
3732
3791
|
]
|
|
3733
3792
|
}
|
|
3734
3793
|
);
|
|
3735
3794
|
}
|
|
3736
|
-
function
|
|
3737
|
-
return /* @__PURE__ */
|
|
3795
|
+
function L2({ className: e = "", size: r = s.md }) {
|
|
3796
|
+
return /* @__PURE__ */ t.jsx(
|
|
3738
3797
|
"svg",
|
|
3739
3798
|
{
|
|
3740
3799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3741
3800
|
className: e,
|
|
3742
|
-
height:
|
|
3743
|
-
width:
|
|
3801
|
+
height: r,
|
|
3802
|
+
width: r,
|
|
3744
3803
|
viewBox: "0 -960 960 960",
|
|
3745
|
-
children: /* @__PURE__ */
|
|
3804
|
+
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
3805
|
}
|
|
3747
3806
|
);
|
|
3748
3807
|
}
|
|
3749
|
-
function
|
|
3750
|
-
return /* @__PURE__ */
|
|
3808
|
+
function j2({ className: e = "", size: r = s.lg }) {
|
|
3809
|
+
return /* @__PURE__ */ t.jsx(
|
|
3751
3810
|
"svg",
|
|
3752
3811
|
{
|
|
3753
3812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3754
3813
|
className: e,
|
|
3755
|
-
height:
|
|
3756
|
-
width:
|
|
3814
|
+
height: r,
|
|
3815
|
+
width: r,
|
|
3757
3816
|
viewBox: "0 -960 960 960",
|
|
3758
|
-
children: /* @__PURE__ */
|
|
3817
|
+
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
3818
|
}
|
|
3760
3819
|
);
|
|
3761
3820
|
}
|
|
3762
|
-
function
|
|
3763
|
-
return /* @__PURE__ */
|
|
3821
|
+
function C2({ className: e = "", size: r = s.md }) {
|
|
3822
|
+
return /* @__PURE__ */ t.jsx(
|
|
3764
3823
|
"svg",
|
|
3765
3824
|
{
|
|
3766
3825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3767
3826
|
className: e,
|
|
3768
|
-
height:
|
|
3769
|
-
width:
|
|
3827
|
+
height: r,
|
|
3828
|
+
width: r,
|
|
3770
3829
|
viewBox: "0 -960 960 960",
|
|
3771
|
-
children: /* @__PURE__ */
|
|
3830
|
+
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
3831
|
}
|
|
3773
3832
|
);
|
|
3774
3833
|
}
|
|
3775
|
-
function
|
|
3776
|
-
return /* @__PURE__ */
|
|
3834
|
+
function Z2({ className: e = "", size: r = s.md }) {
|
|
3835
|
+
return /* @__PURE__ */ t.jsx(
|
|
3777
3836
|
"svg",
|
|
3778
3837
|
{
|
|
3779
3838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3780
3839
|
className: e,
|
|
3781
|
-
height:
|
|
3782
|
-
width:
|
|
3840
|
+
height: r,
|
|
3841
|
+
width: r,
|
|
3783
3842
|
viewBox: "0 -960 960 960",
|
|
3784
|
-
children: /* @__PURE__ */
|
|
3843
|
+
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
3844
|
}
|
|
3786
3845
|
);
|
|
3787
3846
|
}
|
|
3788
|
-
function
|
|
3789
|
-
return /* @__PURE__ */
|
|
3847
|
+
function T2({ className: e = "", size: r = s.md }) {
|
|
3848
|
+
return /* @__PURE__ */ t.jsx(
|
|
3790
3849
|
"svg",
|
|
3791
3850
|
{
|
|
3792
3851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3793
3852
|
className: e,
|
|
3794
|
-
height:
|
|
3795
|
-
width:
|
|
3853
|
+
height: r,
|
|
3854
|
+
width: r,
|
|
3796
3855
|
viewBox: "0 -960 960 960",
|
|
3797
|
-
children: /* @__PURE__ */
|
|
3856
|
+
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
3857
|
}
|
|
3799
3858
|
);
|
|
3800
3859
|
}
|
|
3801
|
-
function
|
|
3802
|
-
return /* @__PURE__ */
|
|
3860
|
+
function M2({ className: e = "", size: r = s.md }) {
|
|
3861
|
+
return /* @__PURE__ */ t.jsx(
|
|
3803
3862
|
"svg",
|
|
3804
3863
|
{
|
|
3805
3864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3806
3865
|
className: e,
|
|
3807
|
-
height:
|
|
3808
|
-
width:
|
|
3866
|
+
height: r,
|
|
3867
|
+
width: r,
|
|
3809
3868
|
viewBox: "0 -960 960 960",
|
|
3810
|
-
children: /* @__PURE__ */
|
|
3869
|
+
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
3870
|
}
|
|
3812
3871
|
);
|
|
3813
3872
|
}
|
|
3814
|
-
function
|
|
3815
|
-
return /* @__PURE__ */
|
|
3873
|
+
function z2({ className: e = "", size: r = s.md }) {
|
|
3874
|
+
return /* @__PURE__ */ t.jsx(
|
|
3816
3875
|
"svg",
|
|
3817
3876
|
{
|
|
3818
3877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3819
3878
|
className: e,
|
|
3820
|
-
height:
|
|
3821
|
-
width:
|
|
3879
|
+
height: r,
|
|
3880
|
+
width: r,
|
|
3822
3881
|
viewBox: "0 -960 960 960",
|
|
3823
|
-
children: /* @__PURE__ */
|
|
3882
|
+
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
3883
|
}
|
|
3825
3884
|
);
|
|
3826
3885
|
}
|
|
3827
|
-
function
|
|
3828
|
-
return /* @__PURE__ */
|
|
3886
|
+
function E2({ className: e = "", size: r = s.md }) {
|
|
3887
|
+
return /* @__PURE__ */ t.jsx(
|
|
3829
3888
|
"svg",
|
|
3830
3889
|
{
|
|
3831
3890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
3891
|
className: e,
|
|
3833
|
-
height:
|
|
3834
|
-
width:
|
|
3892
|
+
height: r,
|
|
3893
|
+
width: r,
|
|
3835
3894
|
viewBox: "0 -960 960 960",
|
|
3836
|
-
children: /* @__PURE__ */
|
|
3895
|
+
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
3896
|
}
|
|
3838
3897
|
);
|
|
3839
3898
|
}
|
|
3840
|
-
function
|
|
3841
|
-
return /* @__PURE__ */
|
|
3899
|
+
function R2({ className: e = "", size: r = s.md }) {
|
|
3900
|
+
return /* @__PURE__ */ t.jsx(
|
|
3842
3901
|
"svg",
|
|
3843
3902
|
{
|
|
3844
3903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3845
3904
|
className: e,
|
|
3846
|
-
height:
|
|
3847
|
-
width:
|
|
3905
|
+
height: r,
|
|
3906
|
+
width: r,
|
|
3848
3907
|
viewBox: "0 -960 960 960",
|
|
3849
|
-
children: /* @__PURE__ */
|
|
3908
|
+
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
3909
|
}
|
|
3851
3910
|
);
|
|
3852
3911
|
}
|
|
3853
|
-
function
|
|
3854
|
-
return /* @__PURE__ */
|
|
3912
|
+
function y2({ className: e = "", size: r = s.sm }) {
|
|
3913
|
+
return /* @__PURE__ */ t.jsx(
|
|
3855
3914
|
"svg",
|
|
3856
3915
|
{
|
|
3857
3916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3858
3917
|
className: e,
|
|
3859
|
-
height:
|
|
3860
|
-
width:
|
|
3918
|
+
height: r,
|
|
3919
|
+
width: r,
|
|
3861
3920
|
viewBox: "0 -960 960 960",
|
|
3862
|
-
children: /* @__PURE__ */
|
|
3921
|
+
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
3922
|
}
|
|
3864
3923
|
);
|
|
3865
3924
|
}
|
|
3866
|
-
function
|
|
3867
|
-
return /* @__PURE__ */
|
|
3925
|
+
function H2({ className: e = "", size: r = s.md }) {
|
|
3926
|
+
return /* @__PURE__ */ t.jsx(
|
|
3868
3927
|
"svg",
|
|
3869
3928
|
{
|
|
3870
3929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3871
3930
|
className: e,
|
|
3872
|
-
height:
|
|
3873
|
-
width:
|
|
3931
|
+
height: r,
|
|
3932
|
+
width: r,
|
|
3874
3933
|
viewBox: "0 -960 960 960",
|
|
3875
|
-
children: /* @__PURE__ */
|
|
3934
|
+
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
3935
|
}
|
|
3877
3936
|
);
|
|
3878
3937
|
}
|
|
3879
|
-
function
|
|
3880
|
-
return /* @__PURE__ */
|
|
3938
|
+
function A2({ className: e = "", size: r = s.md }) {
|
|
3939
|
+
return /* @__PURE__ */ t.jsx(
|
|
3881
3940
|
"svg",
|
|
3882
3941
|
{
|
|
3883
|
-
className:
|
|
3884
|
-
height:
|
|
3885
|
-
width:
|
|
3942
|
+
className: K("stroke-2 text-gray-600", e),
|
|
3943
|
+
height: r,
|
|
3944
|
+
width: r,
|
|
3886
3945
|
enableBackground: "new 0 0 512.004 512.004",
|
|
3887
3946
|
viewBox: "0 0 512.004 512.004",
|
|
3888
3947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3889
|
-
children: /* @__PURE__ */
|
|
3948
|
+
children: /* @__PURE__ */ t.jsx(
|
|
3890
3949
|
"path",
|
|
3891
3950
|
{
|
|
3892
3951
|
stroke: "currentColor",
|
|
@@ -3896,18 +3955,18 @@ function E2({ className: e = "", size: t = a.md }) {
|
|
|
3896
3955
|
}
|
|
3897
3956
|
);
|
|
3898
3957
|
}
|
|
3899
|
-
function
|
|
3900
|
-
return /* @__PURE__ */
|
|
3958
|
+
function N2({ className: e = "", size: r = s.md }) {
|
|
3959
|
+
return /* @__PURE__ */ t.jsxs(
|
|
3901
3960
|
"svg",
|
|
3902
3961
|
{
|
|
3903
|
-
className:
|
|
3904
|
-
width:
|
|
3905
|
-
height:
|
|
3962
|
+
className: K(e, "fill-none"),
|
|
3963
|
+
width: r,
|
|
3964
|
+
height: r,
|
|
3906
3965
|
viewBox: "0 0 24 24",
|
|
3907
3966
|
fill: "none",
|
|
3908
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3909
3968
|
children: [
|
|
3910
|
-
/* @__PURE__ */
|
|
3969
|
+
/* @__PURE__ */ t.jsx(
|
|
3911
3970
|
"path",
|
|
3912
3971
|
{
|
|
3913
3972
|
d: "M19 22V21.5M5 22V21.5",
|
|
@@ -3916,9 +3975,9 @@ function H2({ className: e = "", size: t = a.md }) {
|
|
|
3916
3975
|
strokeLinecap: "round"
|
|
3917
3976
|
}
|
|
3918
3977
|
),
|
|
3919
|
-
/* @__PURE__ */
|
|
3920
|
-
/* @__PURE__ */
|
|
3921
|
-
/* @__PURE__ */
|
|
3978
|
+
/* @__PURE__ */ t.jsx("path", { d: "M12 21V2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3979
|
+
/* @__PURE__ */ t.jsx("path", { d: "M15 8V10", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3980
|
+
/* @__PURE__ */ t.jsx(
|
|
3922
3981
|
"path",
|
|
3923
3982
|
{
|
|
3924
3983
|
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 +3985,142 @@ function H2({ className: e = "", size: t = a.md }) {
|
|
|
3926
3985
|
strokeWidth: 1.5
|
|
3927
3986
|
}
|
|
3928
3987
|
),
|
|
3929
|
-
/* @__PURE__ */
|
|
3930
|
-
/* @__PURE__ */
|
|
3931
|
-
/* @__PURE__ */
|
|
3932
|
-
/* @__PURE__ */
|
|
3988
|
+
/* @__PURE__ */ t.jsx("path", { d: "M2 8H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3989
|
+
/* @__PURE__ */ t.jsx("path", { d: "M2 15H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3990
|
+
/* @__PURE__ */ t.jsx("path", { d: "M15 18L17 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3991
|
+
/* @__PURE__ */ t.jsx("path", { d: "M7 18L9 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })
|
|
3933
3992
|
]
|
|
3934
3993
|
}
|
|
3935
3994
|
);
|
|
3936
3995
|
}
|
|
3937
|
-
function
|
|
3938
|
-
return /* @__PURE__ */
|
|
3996
|
+
function _2({ className: e = "", size: r = s.md }) {
|
|
3997
|
+
return /* @__PURE__ */ t.jsx(
|
|
3939
3998
|
"svg",
|
|
3940
3999
|
{
|
|
3941
4000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3942
4001
|
className: e,
|
|
3943
|
-
height:
|
|
3944
|
-
width:
|
|
4002
|
+
height: r,
|
|
4003
|
+
width: r,
|
|
3945
4004
|
viewBox: "0 -960 960 960",
|
|
3946
|
-
children: /* @__PURE__ */
|
|
4005
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" })
|
|
3947
4006
|
}
|
|
3948
4007
|
);
|
|
3949
4008
|
}
|
|
3950
|
-
function
|
|
3951
|
-
return /* @__PURE__ */
|
|
4009
|
+
function O2({ className: e = "", size: r = s.md }) {
|
|
4010
|
+
return /* @__PURE__ */ t.jsx(
|
|
3952
4011
|
"svg",
|
|
3953
4012
|
{
|
|
3954
4013
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3955
4014
|
className: e,
|
|
3956
|
-
height:
|
|
3957
|
-
width:
|
|
4015
|
+
height: r,
|
|
4016
|
+
width: r,
|
|
3958
4017
|
viewBox: "0 -960 960 960",
|
|
3959
|
-
children: /* @__PURE__ */
|
|
4018
|
+
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
4019
|
}
|
|
3961
4020
|
);
|
|
3962
4021
|
}
|
|
3963
|
-
function
|
|
3964
|
-
return /* @__PURE__ */
|
|
4022
|
+
function I2({ className: e = "", size: r = s.md }) {
|
|
4023
|
+
return /* @__PURE__ */ t.jsx(
|
|
3965
4024
|
"svg",
|
|
3966
4025
|
{
|
|
3967
4026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3968
4027
|
className: e,
|
|
3969
|
-
height:
|
|
3970
|
-
width:
|
|
4028
|
+
height: r,
|
|
4029
|
+
width: r,
|
|
3971
4030
|
shapeRendering: "geometricPrecision",
|
|
3972
4031
|
textRendering: "geometricPrecision",
|
|
3973
4032
|
imageRendering: "optimizeQuality",
|
|
3974
4033
|
fillRule: "evenodd",
|
|
3975
4034
|
clipRule: "evenodd",
|
|
3976
4035
|
viewBox: "0 0 471 511.77",
|
|
3977
|
-
children: /* @__PURE__ */
|
|
4036
|
+
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
4037
|
}
|
|
3979
4038
|
);
|
|
3980
4039
|
}
|
|
3981
|
-
function
|
|
3982
|
-
return /* @__PURE__ */
|
|
4040
|
+
function B2({ className: e = "", size: r = s.md }) {
|
|
4041
|
+
return /* @__PURE__ */ t.jsx(
|
|
3983
4042
|
"svg",
|
|
3984
4043
|
{
|
|
3985
4044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3986
4045
|
className: e,
|
|
3987
|
-
height:
|
|
3988
|
-
width:
|
|
4046
|
+
height: r,
|
|
4047
|
+
width: r,
|
|
3989
4048
|
viewBox: "0 -960 960 960",
|
|
3990
|
-
children: /* @__PURE__ */
|
|
4049
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z" })
|
|
3991
4050
|
}
|
|
3992
4051
|
);
|
|
3993
4052
|
}
|
|
3994
|
-
function
|
|
3995
|
-
return /* @__PURE__ */
|
|
4053
|
+
function F2({ className: e = "", size: r = s.sm }) {
|
|
4054
|
+
return /* @__PURE__ */ t.jsx(
|
|
3996
4055
|
"svg",
|
|
3997
4056
|
{
|
|
3998
4057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3999
4058
|
className: e,
|
|
4000
|
-
height:
|
|
4001
|
-
width:
|
|
4059
|
+
height: r,
|
|
4060
|
+
width: r,
|
|
4002
4061
|
viewBox: "0 -960 960 960",
|
|
4003
|
-
children: /* @__PURE__ */
|
|
4062
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" })
|
|
4004
4063
|
}
|
|
4005
4064
|
);
|
|
4006
4065
|
}
|
|
4007
|
-
function
|
|
4008
|
-
return /* @__PURE__ */
|
|
4066
|
+
function V2({ className: e = "", size: r = s.md }) {
|
|
4067
|
+
return /* @__PURE__ */ t.jsx(
|
|
4009
4068
|
"svg",
|
|
4010
4069
|
{
|
|
4011
4070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4012
4071
|
className: e,
|
|
4013
|
-
height:
|
|
4014
|
-
width:
|
|
4072
|
+
height: r,
|
|
4073
|
+
width: r,
|
|
4015
4074
|
viewBox: "0 -960 960 960",
|
|
4016
|
-
children: /* @__PURE__ */
|
|
4075
|
+
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
4076
|
}
|
|
4018
4077
|
);
|
|
4019
4078
|
}
|
|
4020
|
-
function
|
|
4021
|
-
return /* @__PURE__ */
|
|
4079
|
+
function W2({ className: e = "", size: r = s.md }) {
|
|
4080
|
+
return /* @__PURE__ */ t.jsx(
|
|
4022
4081
|
"svg",
|
|
4023
4082
|
{
|
|
4024
4083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4025
4084
|
className: e,
|
|
4026
|
-
height:
|
|
4027
|
-
width:
|
|
4085
|
+
height: r,
|
|
4086
|
+
width: r,
|
|
4028
4087
|
viewBox: "0 -960 960 960",
|
|
4029
|
-
children: /* @__PURE__ */
|
|
4088
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" })
|
|
4030
4089
|
}
|
|
4031
4090
|
);
|
|
4032
4091
|
}
|
|
4033
|
-
function
|
|
4034
|
-
return /* @__PURE__ */
|
|
4092
|
+
function $2({ className: e = "fill-gray-600", size: r = s.md }) {
|
|
4093
|
+
return /* @__PURE__ */ t.jsx(
|
|
4035
4094
|
"svg",
|
|
4036
4095
|
{
|
|
4037
4096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4038
4097
|
className: e,
|
|
4039
|
-
height:
|
|
4040
|
-
width:
|
|
4098
|
+
height: r,
|
|
4099
|
+
width: r,
|
|
4041
4100
|
viewBox: "0 -960 960 960",
|
|
4042
|
-
children: /* @__PURE__ */
|
|
4101
|
+
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
4102
|
}
|
|
4044
4103
|
);
|
|
4045
4104
|
}
|
|
4046
|
-
function
|
|
4047
|
-
return /* @__PURE__ */
|
|
4105
|
+
function D2({ className: e = "", size: r = s.md }) {
|
|
4106
|
+
return /* @__PURE__ */ t.jsx(
|
|
4048
4107
|
"svg",
|
|
4049
4108
|
{
|
|
4050
4109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4051
4110
|
className: e,
|
|
4052
|
-
height:
|
|
4053
|
-
width:
|
|
4111
|
+
height: r,
|
|
4112
|
+
width: r,
|
|
4054
4113
|
viewBox: "0 -960 960 960",
|
|
4055
|
-
children: /* @__PURE__ */
|
|
4114
|
+
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
4115
|
}
|
|
4057
4116
|
);
|
|
4058
4117
|
}
|
|
4059
|
-
function
|
|
4060
|
-
return /* @__PURE__ */
|
|
4118
|
+
function S2({ className: e = "", size: r = s.xs }) {
|
|
4119
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4061
4120
|
"svg",
|
|
4062
4121
|
{
|
|
4063
|
-
height:
|
|
4064
|
-
width:
|
|
4122
|
+
height: r,
|
|
4123
|
+
width: r,
|
|
4065
4124
|
viewBox: "0 0 24 24",
|
|
4066
4125
|
className: e,
|
|
4067
4126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4071,96 +4130,96 @@ function V2({ className: e = "", size: t = a.xs }) {
|
|
|
4071
4130
|
strokeLinejoin: "miter",
|
|
4072
4131
|
children: [
|
|
4073
4132
|
" ",
|
|
4074
|
-
/* @__PURE__ */
|
|
4133
|
+
/* @__PURE__ */ t.jsx("title", { id: "pollIconTitle", children: "Poll" }),
|
|
4075
4134
|
" ",
|
|
4076
|
-
/* @__PURE__ */
|
|
4135
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 4V20" }),
|
|
4077
4136
|
" ",
|
|
4078
|
-
/* @__PURE__ */
|
|
4137
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 6H15V10H4" }),
|
|
4079
4138
|
" ",
|
|
4080
|
-
/* @__PURE__ */
|
|
4139
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 10H19V14H4" }),
|
|
4081
4140
|
" ",
|
|
4082
|
-
/* @__PURE__ */
|
|
4141
|
+
/* @__PURE__ */ t.jsx("path", { d: "M4 14H12V18H4" })
|
|
4083
4142
|
]
|
|
4084
4143
|
}
|
|
4085
4144
|
);
|
|
4086
4145
|
}
|
|
4087
|
-
function
|
|
4088
|
-
return /* @__PURE__ */
|
|
4146
|
+
function Y2({ className: e = "", size: r = s.md }) {
|
|
4147
|
+
return /* @__PURE__ */ t.jsx(
|
|
4089
4148
|
"svg",
|
|
4090
4149
|
{
|
|
4091
4150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4092
4151
|
className: e,
|
|
4093
|
-
height:
|
|
4094
|
-
width:
|
|
4152
|
+
height: r,
|
|
4153
|
+
width: r,
|
|
4095
4154
|
viewBox: "0 -960 960 960",
|
|
4096
|
-
children: /* @__PURE__ */
|
|
4155
|
+
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
4156
|
}
|
|
4098
4157
|
);
|
|
4099
4158
|
}
|
|
4100
|
-
function
|
|
4101
|
-
return /* @__PURE__ */
|
|
4159
|
+
function U2({ className: e = "", size: r = s.md }) {
|
|
4160
|
+
return /* @__PURE__ */ t.jsx(
|
|
4102
4161
|
"svg",
|
|
4103
4162
|
{
|
|
4104
4163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4105
4164
|
className: e,
|
|
4106
|
-
height:
|
|
4107
|
-
width:
|
|
4165
|
+
height: r,
|
|
4166
|
+
width: r,
|
|
4108
4167
|
viewBox: "0 -960 960 960",
|
|
4109
|
-
children: /* @__PURE__ */
|
|
4168
|
+
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
4169
|
}
|
|
4111
4170
|
);
|
|
4112
4171
|
}
|
|
4113
|
-
function
|
|
4114
|
-
return /* @__PURE__ */
|
|
4172
|
+
function P2({ className: e = "", size: r = s.md }) {
|
|
4173
|
+
return /* @__PURE__ */ t.jsx(
|
|
4115
4174
|
"svg",
|
|
4116
4175
|
{
|
|
4117
4176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4118
4177
|
className: e,
|
|
4119
|
-
height:
|
|
4120
|
-
width:
|
|
4178
|
+
height: r,
|
|
4179
|
+
width: r,
|
|
4121
4180
|
viewBox: "0 -960 960 960",
|
|
4122
|
-
children: /* @__PURE__ */
|
|
4181
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M200-440v-80h560v80H200Z" })
|
|
4123
4182
|
}
|
|
4124
4183
|
);
|
|
4125
4184
|
}
|
|
4126
|
-
function
|
|
4127
|
-
return /* @__PURE__ */
|
|
4185
|
+
function G2({ className: e = "", size: r = s.xs }) {
|
|
4186
|
+
return /* @__PURE__ */ t.jsx(
|
|
4128
4187
|
"svg",
|
|
4129
4188
|
{
|
|
4130
4189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4131
4190
|
className: e,
|
|
4132
|
-
height:
|
|
4133
|
-
width:
|
|
4191
|
+
height: r,
|
|
4192
|
+
width: r,
|
|
4134
4193
|
viewBox: "0 -960 960 960",
|
|
4135
|
-
children: /* @__PURE__ */
|
|
4194
|
+
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
4195
|
}
|
|
4137
4196
|
);
|
|
4138
4197
|
}
|
|
4139
|
-
function
|
|
4140
|
-
return /* @__PURE__ */
|
|
4198
|
+
function J2({ className: e = "", size: r = s.md }) {
|
|
4199
|
+
return /* @__PURE__ */ t.jsx(
|
|
4141
4200
|
"svg",
|
|
4142
4201
|
{
|
|
4143
4202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4144
4203
|
className: e,
|
|
4145
|
-
height:
|
|
4146
|
-
width:
|
|
4204
|
+
height: r,
|
|
4205
|
+
width: r,
|
|
4147
4206
|
viewBox: "0 -960 960 960",
|
|
4148
|
-
children: /* @__PURE__ */
|
|
4207
|
+
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
4208
|
}
|
|
4150
4209
|
);
|
|
4151
4210
|
}
|
|
4152
|
-
function
|
|
4153
|
-
return /* @__PURE__ */
|
|
4211
|
+
function X2({ className: e = "", size: r = s.md }) {
|
|
4212
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4154
4213
|
"svg",
|
|
4155
4214
|
{
|
|
4156
4215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4157
4216
|
className: e,
|
|
4158
|
-
height:
|
|
4159
|
-
width:
|
|
4217
|
+
height: r,
|
|
4218
|
+
width: r,
|
|
4160
4219
|
viewBox: "0 0 16 16",
|
|
4161
4220
|
children: [
|
|
4162
|
-
/* @__PURE__ */
|
|
4163
|
-
/* @__PURE__ */
|
|
4221
|
+
/* @__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" }),
|
|
4222
|
+
/* @__PURE__ */ t.jsx(
|
|
4164
4223
|
"path",
|
|
4165
4224
|
{
|
|
4166
4225
|
fillRule: "evenodd",
|
|
@@ -4172,8 +4231,8 @@ function Y2({ className: e = "", size: t = a.md }) {
|
|
|
4172
4231
|
}
|
|
4173
4232
|
);
|
|
4174
4233
|
}
|
|
4175
|
-
function
|
|
4176
|
-
return /* @__PURE__ */
|
|
4234
|
+
function Q2({ className: e = "fill-blue-500", size: r = s.md }) {
|
|
4235
|
+
return /* @__PURE__ */ t.jsx(
|
|
4177
4236
|
"svg",
|
|
4178
4237
|
{
|
|
4179
4238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4182,21 +4241,21 @@ function U2({ className: e = "fill-blue-500", size: t = a.md }) {
|
|
|
4182
4241
|
height: "24",
|
|
4183
4242
|
viewBox: "0 0 24 24",
|
|
4184
4243
|
fill: "none",
|
|
4185
|
-
children: /* @__PURE__ */
|
|
4244
|
+
children: /* @__PURE__ */ t.jsx("path", { d: "M7 17L17 7M17 7H7M17 7V17", stroke: "gray" })
|
|
4186
4245
|
}
|
|
4187
4246
|
);
|
|
4188
4247
|
}
|
|
4189
|
-
function
|
|
4190
|
-
return /* @__PURE__ */
|
|
4248
|
+
function K2({ className: e = "", size: r = s.md }) {
|
|
4249
|
+
return /* @__PURE__ */ t.jsx(
|
|
4191
4250
|
"svg",
|
|
4192
4251
|
{
|
|
4193
4252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4194
4253
|
className: e,
|
|
4195
4254
|
viewBox: "0 0 32 32",
|
|
4196
|
-
height:
|
|
4197
|
-
width:
|
|
4198
|
-
children: /* @__PURE__ */
|
|
4199
|
-
/* @__PURE__ */
|
|
4255
|
+
height: r,
|
|
4256
|
+
width: r,
|
|
4257
|
+
children: /* @__PURE__ */ t.jsxs("g", { id: "g1331", transform: "translate(-.012 -.026)", children: [
|
|
4258
|
+
/* @__PURE__ */ t.jsx(
|
|
4200
4259
|
"path",
|
|
4201
4260
|
{
|
|
4202
4261
|
id: "rect1177",
|
|
@@ -4227,7 +4286,7 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4227
4286
|
vectorEffect: "none"
|
|
4228
4287
|
}
|
|
4229
4288
|
),
|
|
4230
|
-
/* @__PURE__ */
|
|
4289
|
+
/* @__PURE__ */ t.jsx(
|
|
4231
4290
|
"path",
|
|
4232
4291
|
{
|
|
4233
4292
|
id: "path1289",
|
|
@@ -4257,14 +4316,14 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4257
4316
|
vectorEffect: "none"
|
|
4258
4317
|
}
|
|
4259
4318
|
),
|
|
4260
|
-
/* @__PURE__ */
|
|
4319
|
+
/* @__PURE__ */ t.jsx(
|
|
4261
4320
|
"path",
|
|
4262
4321
|
{
|
|
4263
4322
|
id: "ellipse1291",
|
|
4264
4323
|
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
4324
|
}
|
|
4266
4325
|
),
|
|
4267
|
-
/* @__PURE__ */
|
|
4326
|
+
/* @__PURE__ */ t.jsx(
|
|
4268
4327
|
"path",
|
|
4269
4328
|
{
|
|
4270
4329
|
id: "rect1319",
|
|
@@ -4298,16 +4357,16 @@ function J2({ className: e = "", size: t = a.md }) {
|
|
|
4298
4357
|
}
|
|
4299
4358
|
);
|
|
4300
4359
|
}
|
|
4301
|
-
function
|
|
4302
|
-
return /* @__PURE__ */
|
|
4360
|
+
function e5({ className: e = "", size: r = s.md }) {
|
|
4361
|
+
return /* @__PURE__ */ t.jsx(
|
|
4303
4362
|
"svg",
|
|
4304
4363
|
{
|
|
4305
4364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4306
4365
|
className: e,
|
|
4307
|
-
height:
|
|
4308
|
-
width:
|
|
4366
|
+
height: r,
|
|
4367
|
+
width: r,
|
|
4309
4368
|
viewBox: "0 0 256 256",
|
|
4310
|
-
children: /* @__PURE__ */
|
|
4369
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4311
4370
|
"g",
|
|
4312
4371
|
{
|
|
4313
4372
|
style: {
|
|
@@ -4322,7 +4381,7 @@ function X2({ className: e = "", size: t = a.md }) {
|
|
|
4322
4381
|
opacity: 1
|
|
4323
4382
|
},
|
|
4324
4383
|
transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)",
|
|
4325
|
-
children: /* @__PURE__ */
|
|
4384
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4326
4385
|
"path",
|
|
4327
4386
|
{
|
|
4328
4387
|
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 +4405,31 @@ function X2({ className: e = "", size: t = a.md }) {
|
|
|
4346
4405
|
}
|
|
4347
4406
|
);
|
|
4348
4407
|
}
|
|
4349
|
-
function
|
|
4350
|
-
return /* @__PURE__ */
|
|
4408
|
+
function r5({ className: e = "", size: r = s.md }) {
|
|
4409
|
+
return /* @__PURE__ */ t.jsx(
|
|
4351
4410
|
"svg",
|
|
4352
4411
|
{
|
|
4353
4412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4354
4413
|
viewBox: "0 0 50 50",
|
|
4355
|
-
height:
|
|
4356
|
-
width:
|
|
4414
|
+
height: r,
|
|
4415
|
+
width: r,
|
|
4357
4416
|
className: e,
|
|
4358
|
-
children: /* @__PURE__ */
|
|
4417
|
+
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
4418
|
}
|
|
4360
4419
|
);
|
|
4361
4420
|
}
|
|
4362
|
-
function
|
|
4363
|
-
return /* @__PURE__ */
|
|
4421
|
+
function t5({ className: e = "", size: r = s.md }) {
|
|
4422
|
+
return /* @__PURE__ */ t.jsx(
|
|
4364
4423
|
"svg",
|
|
4365
4424
|
{
|
|
4366
4425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4367
4426
|
className: e,
|
|
4368
|
-
height:
|
|
4369
|
-
width:
|
|
4427
|
+
height: r,
|
|
4428
|
+
width: r,
|
|
4370
4429
|
viewBox: "0 0 65 30",
|
|
4371
4430
|
fill: "none",
|
|
4372
|
-
children: /* @__PURE__ */
|
|
4373
|
-
/* @__PURE__ */
|
|
4431
|
+
children: /* @__PURE__ */ t.jsxs("g", { transform: "translate(1 1)", children: [
|
|
4432
|
+
/* @__PURE__ */ t.jsx(
|
|
4374
4433
|
"path",
|
|
4375
4434
|
{
|
|
4376
4435
|
d: `M60.1,7h-16c-1.1,0-2,0.9-2,2
|
|
@@ -4383,7 +4442,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4383
4442
|
fill: "none"
|
|
4384
4443
|
}
|
|
4385
4444
|
),
|
|
4386
|
-
/* @__PURE__ */
|
|
4445
|
+
/* @__PURE__ */ t.jsx(
|
|
4387
4446
|
"path",
|
|
4388
4447
|
{
|
|
4389
4448
|
d: "M27.1,15l3-3v9",
|
|
@@ -4394,7 +4453,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4394
4453
|
fill: "none"
|
|
4395
4454
|
}
|
|
4396
4455
|
),
|
|
4397
|
-
/* @__PURE__ */
|
|
4456
|
+
/* @__PURE__ */ t.jsx(
|
|
4398
4457
|
"path",
|
|
4399
4458
|
{
|
|
4400
4459
|
d: `M50.1,16c0-1.1,0.9-2,2-2
|
|
@@ -4406,7 +4465,7 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4406
4465
|
fill: "none"
|
|
4407
4466
|
}
|
|
4408
4467
|
),
|
|
4409
|
-
/* @__PURE__ */
|
|
4468
|
+
/* @__PURE__ */ t.jsx(
|
|
4410
4469
|
"path",
|
|
4411
4470
|
{
|
|
4412
4471
|
d: `M7.1,21.9c0,1.1,0.9,2,2,2
|
|
@@ -4422,17 +4481,17 @@ function K2({ className: e = "", size: t = a.md }) {
|
|
|
4422
4481
|
}
|
|
4423
4482
|
);
|
|
4424
4483
|
}
|
|
4425
|
-
function
|
|
4426
|
-
return /* @__PURE__ */
|
|
4484
|
+
function n5({ className: e = "", size: r = s.md }) {
|
|
4485
|
+
return /* @__PURE__ */ t.jsx(
|
|
4427
4486
|
"svg",
|
|
4428
4487
|
{
|
|
4429
4488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4430
4489
|
className: e,
|
|
4431
|
-
height:
|
|
4432
|
-
width:
|
|
4490
|
+
height: r,
|
|
4491
|
+
width: r,
|
|
4433
4492
|
viewBox: "0 0 76 76",
|
|
4434
4493
|
fill: "none",
|
|
4435
|
-
children: /* @__PURE__ */
|
|
4494
|
+
children: /* @__PURE__ */ t.jsx(
|
|
4436
4495
|
"path",
|
|
4437
4496
|
{
|
|
4438
4497
|
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 +4504,23 @@ function e5({ className: e = "", size: t = a.md }) {
|
|
|
4445
4504
|
}
|
|
4446
4505
|
);
|
|
4447
4506
|
}
|
|
4448
|
-
function
|
|
4449
|
-
return /* @__PURE__ */
|
|
4507
|
+
function o5({ className: e = "", size: r = s.md }) {
|
|
4508
|
+
return /* @__PURE__ */ t.jsxs(
|
|
4450
4509
|
"svg",
|
|
4451
4510
|
{
|
|
4452
4511
|
className: e,
|
|
4453
|
-
width:
|
|
4454
|
-
height:
|
|
4512
|
+
width: r,
|
|
4513
|
+
height: r,
|
|
4455
4514
|
viewBox: "0 0 32 32",
|
|
4456
4515
|
id: "icon",
|
|
4457
4516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4458
4517
|
children: [
|
|
4459
|
-
/* @__PURE__ */
|
|
4460
|
-
/* @__PURE__ */
|
|
4461
|
-
/* @__PURE__ */
|
|
4462
|
-
/* @__PURE__ */
|
|
4463
|
-
/* @__PURE__ */
|
|
4464
|
-
/* @__PURE__ */
|
|
4518
|
+
/* @__PURE__ */ t.jsx("defs", { children: /* @__PURE__ */ t.jsx("style", { children: ".cls-1{fill:none;}" }) }),
|
|
4519
|
+
/* @__PURE__ */ t.jsx("title", { children: "event-schedule" }),
|
|
4520
|
+
/* @__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" }),
|
|
4521
|
+
/* @__PURE__ */ t.jsx("polygon", { points: "22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25" }),
|
|
4522
|
+
/* @__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" }),
|
|
4523
|
+
/* @__PURE__ */ t.jsx(
|
|
4465
4524
|
"rect",
|
|
4466
4525
|
{
|
|
4467
4526
|
id: "_Transparent_Rectangle_",
|
|
@@ -4475,117 +4534,76 @@ function t5({ className: e = "", size: t = a.md }) {
|
|
|
4475
4534
|
}
|
|
4476
4535
|
);
|
|
4477
4536
|
}
|
|
4478
|
-
function n2({ className: e = "", size: t = a.md }) {
|
|
4479
|
-
return /* @__PURE__ */ r.jsxs(
|
|
4480
|
-
"svg",
|
|
4481
|
-
{
|
|
4482
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4483
|
-
className: e,
|
|
4484
|
-
height: t,
|
|
4485
|
-
width: t,
|
|
4486
|
-
viewBox: "0 0 24 24",
|
|
4487
|
-
children: [
|
|
4488
|
-
/* @__PURE__ */ r.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__ */ r.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__ */ r.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
|
-
]
|
|
4492
|
-
}
|
|
4493
|
-
);
|
|
4494
|
-
}
|
|
4495
|
-
function s2({ className: e = "", size: t = a.md }) {
|
|
4496
|
-
return /* @__PURE__ */ r.jsxs(
|
|
4497
|
-
"svg",
|
|
4498
|
-
{
|
|
4499
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4500
|
-
className: e,
|
|
4501
|
-
height: t,
|
|
4502
|
-
width: t,
|
|
4503
|
-
viewBox: "0 -32 512.00001 512",
|
|
4504
|
-
children: [
|
|
4505
|
-
/* @__PURE__ */ r.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__ */ r.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__ */ r.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__ */ r.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__ */ r.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
|
-
]
|
|
4511
|
-
}
|
|
4512
|
-
);
|
|
4513
|
-
}
|
|
4514
|
-
const a2 = [n2, s2];
|
|
4515
|
-
function r5({ seq: e, size: t = a.md, className: o = "" }) {
|
|
4516
|
-
const s = a2[e - 1];
|
|
4517
|
-
return /* @__PURE__ */ r.jsx(s, { size: t, className: o });
|
|
4518
|
-
}
|
|
4519
4537
|
export {
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4538
|
+
_2 as AddSvg,
|
|
4539
|
+
A2 as ArenaSvg,
|
|
4540
|
+
r0 as Badminton,
|
|
4541
|
+
X0 as Baseball,
|
|
4542
|
+
K1 as Basketball,
|
|
4543
|
+
S0 as Biking,
|
|
4544
|
+
C2 as CalendarEventSvg,
|
|
4545
|
+
q2 as CalendarSvg,
|
|
4546
|
+
r2 as Cat,
|
|
4547
|
+
u2 as CategorySvg,
|
|
4548
|
+
k2 as ChatSvg,
|
|
4549
|
+
G2 as CitySvg,
|
|
4550
|
+
$2 as CloseSvg,
|
|
4551
|
+
I2 as CoachSvg,
|
|
4552
|
+
N2 as CollectionSvg,
|
|
4553
|
+
r5 as CommentSvg,
|
|
4554
|
+
T2 as CreateArenaSvg,
|
|
4555
|
+
M2 as CreateCollectionSvg,
|
|
4556
|
+
z2 as CreatePostSvg,
|
|
4557
|
+
L2 as CreateSvg,
|
|
4558
|
+
Z2 as CreateTeamSvg,
|
|
4559
|
+
X2 as DiscussionSvg,
|
|
4560
|
+
e2 as Dog,
|
|
4561
|
+
V2 as EditSvg,
|
|
4562
|
+
o5 as EventSvg,
|
|
4563
|
+
E2 as ExploreSvg,
|
|
4564
|
+
o0 as Football,
|
|
4565
|
+
n5 as GameSvg,
|
|
4566
|
+
e0 as Golf,
|
|
4567
|
+
o2 as Guitar,
|
|
4568
|
+
Y0 as Gym,
|
|
4569
|
+
J1 as Hiking,
|
|
4570
|
+
n0 as Hockey,
|
|
4553
4571
|
p2 as HomeSvg,
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
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
|
-
|
|
4572
|
+
D2 as ImageSvg,
|
|
4573
|
+
f2 as InterestSvg,
|
|
4574
|
+
t5 as LeaderboardSvg,
|
|
4575
|
+
B2 as LeftArrowSvg,
|
|
4576
|
+
J2 as LogoutSvg,
|
|
4577
|
+
b2 as MapSvg,
|
|
4578
|
+
K2 as MarketSvg,
|
|
4579
|
+
W2 as MenuSvg,
|
|
4580
|
+
P2 as MinusSvg,
|
|
4581
|
+
a2 as MusicInterestSvg,
|
|
4582
|
+
R2 as NewsfeedSvg,
|
|
4583
|
+
j2 as NotificationSvg,
|
|
4584
|
+
y2 as PartnersSvg,
|
|
4585
|
+
n2 as PetsInterestSvg,
|
|
4586
|
+
U1 as PetsSvg,
|
|
4587
|
+
D0 as Pickleball,
|
|
4588
|
+
S2 as PollSvg,
|
|
4589
|
+
U2 as PrivateSvg,
|
|
4590
|
+
F2 as RightArrowSvg,
|
|
4591
|
+
Q1 as Running,
|
|
4592
|
+
e5 as SendSvg,
|
|
4593
|
+
l2 as Sing,
|
|
4594
|
+
G0 as Skiing,
|
|
4595
|
+
G1 as Soccer,
|
|
4596
|
+
K0 as SportsInterestSvg,
|
|
4597
|
+
Y1 as SportsSvg,
|
|
4598
|
+
J0 as Surfing,
|
|
4599
|
+
s as SvgSize,
|
|
4600
|
+
U0 as Swimming,
|
|
4601
|
+
t0 as TableTennis,
|
|
4602
|
+
H2 as TeamSvg,
|
|
4603
|
+
X1 as Tennis,
|
|
4604
|
+
Y2 as TextPostSvg,
|
|
4605
|
+
Q2 as UpArrowSvg,
|
|
4606
|
+
O2 as UserSvg,
|
|
4607
|
+
x2 as WorenaLogoSvg,
|
|
4608
|
+
P0 as Yoga
|
|
4591
4609
|
};
|