wasvg 1.12.0 → 1.13.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 +0 -2
- package/dist/wasvg.cjs.js +20 -39
- package/dist/wasvg.es.js +1010 -1052
- package/package.json +2 -2
package/dist/wasvg.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
import I1, { useState as i2, useEffect as c2, useCallback as d2, useRef as h2 } from "react";
|
|
2
|
+
var a = /* @__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))(a || {});
|
|
3
|
+
var d1 = { exports: {} }, l1 = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.js
|
|
@@ -10,29 +10,29 @@ var m1 = { exports: {} }, c1 = {};
|
|
|
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 T1;
|
|
14
|
+
function N1() {
|
|
15
|
+
if (T1) return l1;
|
|
16
|
+
T1 = 1;
|
|
17
|
+
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
18
|
+
function o(s, l, d) {
|
|
19
|
+
var u = null;
|
|
20
|
+
if (d !== void 0 && (u = "" + d), l.key !== void 0 && (u = "" + l.key), "key" in l) {
|
|
21
21
|
d = {};
|
|
22
|
-
for (var
|
|
23
|
-
|
|
24
|
-
} else d =
|
|
25
|
-
return
|
|
22
|
+
for (var x in l)
|
|
23
|
+
x !== "key" && (d[x] = l[x]);
|
|
24
|
+
} else d = l;
|
|
25
|
+
return l = d.ref, {
|
|
26
26
|
$$typeof: e,
|
|
27
27
|
type: s,
|
|
28
|
-
key:
|
|
29
|
-
ref:
|
|
28
|
+
key: u,
|
|
29
|
+
ref: l !== void 0 ? l : null,
|
|
30
30
|
props: d
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
|
-
return
|
|
33
|
+
return l1.Fragment = t, l1.jsx = o, l1.jsxs = o, l1;
|
|
34
34
|
}
|
|
35
|
-
var
|
|
35
|
+
var i1 = {};
|
|
36
36
|
/**
|
|
37
37
|
* @license React
|
|
38
38
|
* react-jsx-runtime.development.js
|
|
@@ -42,166 +42,166 @@ var d1 = {};
|
|
|
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 k1;
|
|
46
|
+
function V1() {
|
|
47
|
+
return k1 || (k1 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
48
|
+
function e(n) {
|
|
49
|
+
if (n == null) return null;
|
|
50
|
+
if (typeof n == "function")
|
|
51
|
+
return n.$$typeof === h1 ? null : n.displayName || n.name || null;
|
|
52
|
+
if (typeof n == "string") return n;
|
|
53
|
+
switch (n) {
|
|
54
|
+
case j:
|
|
55
55
|
return "Fragment";
|
|
56
|
-
case
|
|
56
|
+
case R:
|
|
57
57
|
return "Profiler";
|
|
58
|
-
case
|
|
58
|
+
case N:
|
|
59
59
|
return "StrictMode";
|
|
60
|
-
case
|
|
60
|
+
case W:
|
|
61
61
|
return "Suspense";
|
|
62
|
-
case
|
|
62
|
+
case B:
|
|
63
63
|
return "SuspenseList";
|
|
64
|
-
case
|
|
64
|
+
case E:
|
|
65
65
|
return "Activity";
|
|
66
66
|
}
|
|
67
|
-
if (typeof
|
|
68
|
-
switch (typeof
|
|
67
|
+
if (typeof n == "object")
|
|
68
|
+
switch (typeof n.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
|
+
), n.$$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 D:
|
|
74
|
+
return (n.displayName || "Context") + ".Provider";
|
|
75
|
+
case Q:
|
|
76
|
+
return (n._context.displayName || "Context") + ".Consumer";
|
|
77
|
+
case V:
|
|
78
|
+
var v = n.render;
|
|
79
|
+
return n = n.displayName, n || (n = v.displayName || v.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
|
|
80
|
+
case F:
|
|
81
|
+
return v = n.displayName || null, v !== null ? v : e(n.type) || "Memo";
|
|
82
82
|
case m:
|
|
83
|
-
v =
|
|
83
|
+
v = n._payload, n = n._init;
|
|
84
84
|
try {
|
|
85
|
-
return e(
|
|
85
|
+
return e(n(v));
|
|
86
86
|
} catch {
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
return null;
|
|
90
90
|
}
|
|
91
|
-
function
|
|
92
|
-
return "" +
|
|
91
|
+
function t(n) {
|
|
92
|
+
return "" + n;
|
|
93
93
|
}
|
|
94
|
-
function n
|
|
94
|
+
function o(n) {
|
|
95
95
|
try {
|
|
96
|
-
|
|
96
|
+
t(n);
|
|
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 w = v.error, f = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
|
|
104
|
+
return w.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
|
+
), t(n);
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
function s(
|
|
112
|
-
if (
|
|
113
|
-
if (typeof
|
|
111
|
+
function s(n) {
|
|
112
|
+
if (n === j) return "<>";
|
|
113
|
+
if (typeof n == "object" && n !== null && n.$$typeof === m)
|
|
114
114
|
return "<...>";
|
|
115
115
|
try {
|
|
116
|
-
var v = e(
|
|
116
|
+
var v = e(n);
|
|
117
117
|
return v ? "<" + v + ">" : "<...>";
|
|
118
118
|
} catch {
|
|
119
119
|
return "<...>";
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
function
|
|
123
|
-
var
|
|
124
|
-
return
|
|
122
|
+
function l() {
|
|
123
|
+
var n = K.A;
|
|
124
|
+
return n === null ? null : n.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 u(n) {
|
|
130
|
+
if (Y.call(n, "key")) {
|
|
131
|
+
var v = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
132
132
|
if (v && v.isReactWarning) return !1;
|
|
133
133
|
}
|
|
134
|
-
return
|
|
134
|
+
return n.key !== void 0;
|
|
135
135
|
}
|
|
136
|
-
function
|
|
137
|
-
function
|
|
138
|
-
|
|
136
|
+
function x(n, v) {
|
|
137
|
+
function w() {
|
|
138
|
+
P || (P = !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
|
+
w.isReactWarning = !0, Object.defineProperty(n, "key", {
|
|
144
|
+
get: w,
|
|
145
145
|
configurable: !0
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
function
|
|
149
|
-
var
|
|
150
|
-
return
|
|
148
|
+
function p() {
|
|
149
|
+
var n = e(this.type);
|
|
150
|
+
return M[n] || (M[n] = !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
|
+
)), n = this.props.ref, n !== void 0 ? n : null;
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
return
|
|
156
|
-
$$typeof:
|
|
157
|
-
type:
|
|
154
|
+
function L(n, v, w, f, b, y, e1, q) {
|
|
155
|
+
return w = y.ref, n = {
|
|
156
|
+
$$typeof: I,
|
|
157
|
+
type: n,
|
|
158
158
|
key: v,
|
|
159
|
-
props:
|
|
159
|
+
props: y,
|
|
160
160
|
_owner: b
|
|
161
|
-
}, (
|
|
161
|
+
}, (w !== void 0 ? w : null) !== null ? Object.defineProperty(n, "ref", {
|
|
162
162
|
enumerable: !1,
|
|
163
|
-
get:
|
|
164
|
-
}) : Object.defineProperty(
|
|
163
|
+
get: p
|
|
164
|
+
}) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
|
|
165
165
|
configurable: !1,
|
|
166
166
|
enumerable: !1,
|
|
167
167
|
writable: !0,
|
|
168
168
|
value: 0
|
|
169
|
-
}), Object.defineProperty(
|
|
169
|
+
}), Object.defineProperty(n, "_debugInfo", {
|
|
170
170
|
configurable: !1,
|
|
171
171
|
enumerable: !1,
|
|
172
172
|
writable: !0,
|
|
173
173
|
value: null
|
|
174
|
-
}), Object.defineProperty(
|
|
174
|
+
}), Object.defineProperty(n, "_debugStack", {
|
|
175
175
|
configurable: !1,
|
|
176
176
|
enumerable: !1,
|
|
177
177
|
writable: !0,
|
|
178
|
-
value:
|
|
179
|
-
}), Object.defineProperty(
|
|
178
|
+
value: e1
|
|
179
|
+
}), Object.defineProperty(n, "_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(n.props), Object.freeze(n)), n;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
187
|
-
var
|
|
188
|
-
if (
|
|
186
|
+
function C(n, v, w, f, b, y, e1, q) {
|
|
187
|
+
var T = v.children;
|
|
188
|
+
if (T !== void 0)
|
|
189
189
|
if (f)
|
|
190
|
-
if (
|
|
191
|
-
for (f = 0; f <
|
|
192
|
-
|
|
193
|
-
Object.freeze && Object.freeze(
|
|
190
|
+
if (m1(T)) {
|
|
191
|
+
for (f = 0; f < T.length; f++)
|
|
192
|
+
S(T[f]);
|
|
193
|
+
Object.freeze && Object.freeze(T);
|
|
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 S(T);
|
|
199
|
+
if (Y.call(v, "key")) {
|
|
200
|
+
T = e(n);
|
|
201
|
+
var A = Object.keys(v).filter(function(a1) {
|
|
202
|
+
return a1 !== "key";
|
|
203
203
|
});
|
|
204
|
-
f = 0 <
|
|
204
|
+
f = 0 < A.length ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}", s1[T + 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,216 +209,214 @@ 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
|
+
T,
|
|
213
|
+
A,
|
|
214
|
+
T
|
|
215
|
+
), s1[T + f] = !0);
|
|
216
216
|
}
|
|
217
|
-
if (
|
|
218
|
-
|
|
217
|
+
if (T = null, w !== void 0 && (o(w), T = "" + w), u(v) && (o(v.key), T = "" + v.key), "key" in v) {
|
|
218
|
+
w = {};
|
|
219
219
|
for (var $ in v)
|
|
220
|
-
$ !== "key" && (
|
|
221
|
-
} else
|
|
222
|
-
return
|
|
223
|
-
|
|
224
|
-
typeof
|
|
225
|
-
),
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
220
|
+
$ !== "key" && (w[$] = v[$]);
|
|
221
|
+
} else w = v;
|
|
222
|
+
return T && x(
|
|
223
|
+
w,
|
|
224
|
+
typeof n == "function" ? n.displayName || n.name || "Unknown" : n
|
|
225
|
+
), L(
|
|
226
|
+
n,
|
|
227
|
+
T,
|
|
228
|
+
y,
|
|
229
229
|
b,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
l(),
|
|
231
|
+
w,
|
|
232
|
+
e1,
|
|
233
233
|
q
|
|
234
234
|
);
|
|
235
235
|
}
|
|
236
|
-
function
|
|
237
|
-
typeof
|
|
236
|
+
function S(n) {
|
|
237
|
+
typeof n == "object" && n !== null && n.$$typeof === I && n._store && (n._store.validated = 1);
|
|
238
238
|
}
|
|
239
|
-
var
|
|
239
|
+
var H = I1, I = Symbol.for("react.transitional.element"), Z = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), R = Symbol.for("react.profiler");
|
|
240
240
|
Symbol.for("react.provider");
|
|
241
|
-
var
|
|
241
|
+
var Q = Symbol.for("react.consumer"), D = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), W = Symbol.for("react.suspense"), B = Symbol.for("react.suspense_list"), F = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), E = Symbol.for("react.activity"), h1 = Symbol.for("react.client.reference"), K = H.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Y = Object.prototype.hasOwnProperty, m1 = Array.isArray, U = console.createTask ? console.createTask : function() {
|
|
242
242
|
return null;
|
|
243
243
|
};
|
|
244
|
-
|
|
245
|
-
react_stack_bottom_frame: function(
|
|
246
|
-
return
|
|
244
|
+
H = {
|
|
245
|
+
react_stack_bottom_frame: function(n) {
|
|
246
|
+
return n();
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
var
|
|
250
|
-
|
|
249
|
+
var P, M = {}, _ = H.react_stack_bottom_frame.bind(
|
|
250
|
+
H,
|
|
251
251
|
d
|
|
252
|
-
)(), h =
|
|
253
|
-
|
|
254
|
-
var
|
|
255
|
-
return
|
|
256
|
-
|
|
252
|
+
)(), h = U(s(d)), s1 = {};
|
|
253
|
+
i1.Fragment = j, i1.jsx = function(n, v, w, f, b) {
|
|
254
|
+
var y = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
255
|
+
return C(
|
|
256
|
+
n,
|
|
257
257
|
v,
|
|
258
|
-
|
|
258
|
+
w,
|
|
259
259
|
!1,
|
|
260
260
|
f,
|
|
261
261
|
b,
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
y ? Error("react-stack-top-frame") : _,
|
|
263
|
+
y ? U(s(n)) : h
|
|
264
264
|
);
|
|
265
|
-
},
|
|
266
|
-
var
|
|
267
|
-
return
|
|
268
|
-
|
|
265
|
+
}, i1.jsxs = function(n, v, w, f, b) {
|
|
266
|
+
var y = 1e4 > K.recentlyCreatedOwnerStacks++;
|
|
267
|
+
return C(
|
|
268
|
+
n,
|
|
269
269
|
v,
|
|
270
|
-
|
|
270
|
+
w,
|
|
271
271
|
!0,
|
|
272
272
|
f,
|
|
273
273
|
b,
|
|
274
|
-
|
|
275
|
-
|
|
274
|
+
y ? Error("react-stack-top-frame") : _,
|
|
275
|
+
y ? U(s(n)) : h
|
|
276
276
|
);
|
|
277
277
|
};
|
|
278
|
-
})()),
|
|
278
|
+
})()), i1;
|
|
279
279
|
}
|
|
280
|
-
var
|
|
281
|
-
function
|
|
282
|
-
return
|
|
280
|
+
var m2 = d1.exports, C1;
|
|
281
|
+
function W1() {
|
|
282
|
+
return C1 || (C1 = 1, process.env.NODE_ENV === "production" ? d1.exports = N1() : d1.exports = V1()), d1.exports;
|
|
283
283
|
}
|
|
284
|
-
var
|
|
285
|
-
function
|
|
286
|
-
return /* @__PURE__ */
|
|
284
|
+
var r = W1();
|
|
285
|
+
function $1({ className: e = "", size: t = a.md }) {
|
|
286
|
+
return /* @__PURE__ */ r.jsxs(
|
|
287
287
|
"svg",
|
|
288
288
|
{
|
|
289
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
290
|
className: e,
|
|
291
|
-
height:
|
|
292
|
-
width:
|
|
291
|
+
height: t,
|
|
292
|
+
width: t,
|
|
293
293
|
viewBox: "0 0 24 24",
|
|
294
294
|
children: [
|
|
295
|
-
/* @__PURE__ */
|
|
296
|
-
/* @__PURE__ */
|
|
297
|
-
/* @__PURE__ */
|
|
295
|
+
/* @__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" }),
|
|
296
|
+
/* @__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" }),
|
|
297
|
+
/* @__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" })
|
|
298
298
|
]
|
|
299
299
|
}
|
|
300
300
|
);
|
|
301
301
|
}
|
|
302
|
-
function G1({ className: e = "", size:
|
|
303
|
-
return /* @__PURE__ */
|
|
302
|
+
function G1({ className: e = "", size: t = a.md }) {
|
|
303
|
+
return /* @__PURE__ */ r.jsxs(
|
|
304
304
|
"svg",
|
|
305
305
|
{
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
307
307
|
className: e,
|
|
308
|
-
height:
|
|
309
|
-
width:
|
|
308
|
+
height: t,
|
|
309
|
+
width: t,
|
|
310
310
|
viewBox: "0 -32 512.00001 512",
|
|
311
311
|
children: [
|
|
312
|
-
/* @__PURE__ */
|
|
313
|
-
/* @__PURE__ */
|
|
314
|
-
/* @__PURE__ */
|
|
315
|
-
/* @__PURE__ */
|
|
316
|
-
/* @__PURE__ */
|
|
312
|
+
/* @__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" }),
|
|
313
|
+
/* @__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" }),
|
|
314
|
+
/* @__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" }),
|
|
315
|
+
/* @__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" }),
|
|
316
|
+
/* @__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" })
|
|
317
317
|
]
|
|
318
318
|
}
|
|
319
319
|
);
|
|
320
320
|
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
[n1.Sports]: P1,
|
|
325
|
-
[n1.Pets]: G1
|
|
321
|
+
const D1 = {
|
|
322
|
+
sports: $1,
|
|
323
|
+
pets: G1
|
|
326
324
|
// Future categories can be added here
|
|
327
325
|
};
|
|
328
|
-
function
|
|
329
|
-
const s =
|
|
330
|
-
return s ? /* @__PURE__ */
|
|
326
|
+
function v2({ categoryName: e, size: t = a.md, className: o = "" }) {
|
|
327
|
+
const s = D1[e];
|
|
328
|
+
return s ? /* @__PURE__ */ r.jsx(s, { size: t, className: o }) : null;
|
|
331
329
|
}
|
|
332
|
-
function
|
|
333
|
-
return /* @__PURE__ */
|
|
330
|
+
function F1({ className: e = "", size: t = a.md }) {
|
|
331
|
+
return /* @__PURE__ */ r.jsx(
|
|
334
332
|
"svg",
|
|
335
333
|
{
|
|
336
334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
337
335
|
className: e,
|
|
338
|
-
height:
|
|
339
|
-
width:
|
|
336
|
+
height: t,
|
|
337
|
+
width: t,
|
|
340
338
|
viewBox: "0 -960 960 960",
|
|
341
|
-
children: /* @__PURE__ */
|
|
339
|
+
children: /* @__PURE__ */ r.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" })
|
|
342
340
|
}
|
|
343
341
|
);
|
|
344
342
|
}
|
|
345
|
-
function
|
|
346
|
-
return /* @__PURE__ */
|
|
343
|
+
function Y1({ className: e = "", size: t = a.md }) {
|
|
344
|
+
return /* @__PURE__ */ r.jsx(
|
|
347
345
|
"svg",
|
|
348
346
|
{
|
|
349
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
350
348
|
className: e,
|
|
351
|
-
height:
|
|
352
|
-
width:
|
|
349
|
+
height: t,
|
|
350
|
+
width: t,
|
|
353
351
|
viewBox: "0 -960 960 960",
|
|
354
|
-
children: /* @__PURE__ */
|
|
352
|
+
children: /* @__PURE__ */ r.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" })
|
|
355
353
|
}
|
|
356
354
|
);
|
|
357
355
|
}
|
|
358
|
-
function
|
|
359
|
-
return /* @__PURE__ */
|
|
356
|
+
function U1({ className: e = "", size: t = a.md }) {
|
|
357
|
+
return /* @__PURE__ */ r.jsx(
|
|
360
358
|
"svg",
|
|
361
359
|
{
|
|
362
360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
361
|
className: e,
|
|
364
|
-
height:
|
|
365
|
-
width:
|
|
362
|
+
height: t,
|
|
363
|
+
width: t,
|
|
366
364
|
viewBox: "0 -960 960 960",
|
|
367
|
-
children: /* @__PURE__ */
|
|
365
|
+
children: /* @__PURE__ */ r.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" })
|
|
368
366
|
}
|
|
369
367
|
);
|
|
370
368
|
}
|
|
371
|
-
function
|
|
372
|
-
return /* @__PURE__ */
|
|
369
|
+
function J1({ className: e = "", size: t = a.md }) {
|
|
370
|
+
return /* @__PURE__ */ r.jsx(
|
|
373
371
|
"svg",
|
|
374
372
|
{
|
|
375
373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
376
374
|
className: e,
|
|
377
|
-
height:
|
|
378
|
-
width:
|
|
375
|
+
height: t,
|
|
376
|
+
width: t,
|
|
379
377
|
viewBox: "0 -960 960 960",
|
|
380
|
-
children: /* @__PURE__ */
|
|
378
|
+
children: /* @__PURE__ */ r.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" })
|
|
381
379
|
}
|
|
382
380
|
);
|
|
383
381
|
}
|
|
384
|
-
function
|
|
385
|
-
return /* @__PURE__ */
|
|
382
|
+
function X1({ className: e = "", size: t = a.md }) {
|
|
383
|
+
return /* @__PURE__ */ r.jsx(
|
|
386
384
|
"svg",
|
|
387
385
|
{
|
|
388
386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
389
387
|
className: e,
|
|
390
|
-
height:
|
|
391
|
-
width:
|
|
388
|
+
height: t,
|
|
389
|
+
width: t,
|
|
392
390
|
viewBox: "0 -960 960 960",
|
|
393
|
-
children: /* @__PURE__ */
|
|
391
|
+
children: /* @__PURE__ */ r.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" })
|
|
394
392
|
}
|
|
395
393
|
);
|
|
396
394
|
}
|
|
397
|
-
function
|
|
398
|
-
return /* @__PURE__ */
|
|
395
|
+
function Q1({ className: e = "", size: t = a.md }) {
|
|
396
|
+
return /* @__PURE__ */ r.jsx(
|
|
399
397
|
"svg",
|
|
400
398
|
{
|
|
401
399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
402
400
|
className: e,
|
|
403
|
-
height:
|
|
404
|
-
width:
|
|
401
|
+
height: t,
|
|
402
|
+
width: t,
|
|
405
403
|
viewBox: "0 -960 960 960",
|
|
406
|
-
children: /* @__PURE__ */
|
|
404
|
+
children: /* @__PURE__ */ r.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" })
|
|
407
405
|
}
|
|
408
406
|
);
|
|
409
407
|
}
|
|
410
|
-
function
|
|
411
|
-
return /* @__PURE__ */
|
|
408
|
+
function K1({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
409
|
+
return /* @__PURE__ */ r.jsx(
|
|
412
410
|
"svg",
|
|
413
411
|
{
|
|
414
412
|
className: e,
|
|
415
|
-
height:
|
|
416
|
-
width:
|
|
413
|
+
height: t,
|
|
414
|
+
width: t,
|
|
417
415
|
version: "1.1",
|
|
418
416
|
id: "Capa_1",
|
|
419
417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
418
|
viewBox: "0 0 306.292 306.292",
|
|
421
|
-
children: /* @__PURE__ */
|
|
419
|
+
children: /* @__PURE__ */ r.jsx("g", { children: /* @__PURE__ */ r.jsx(
|
|
422
420
|
"path",
|
|
423
421
|
{
|
|
424
422
|
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
|
|
@@ -443,19 +441,19 @@ function n0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
443
441
|
}
|
|
444
442
|
);
|
|
445
443
|
}
|
|
446
|
-
function
|
|
447
|
-
return /* @__PURE__ */
|
|
444
|
+
function e0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
445
|
+
return /* @__PURE__ */ r.jsx(
|
|
448
446
|
"svg",
|
|
449
447
|
{
|
|
450
448
|
className: e,
|
|
451
|
-
height:
|
|
452
|
-
width:
|
|
449
|
+
height: t,
|
|
450
|
+
width: t,
|
|
453
451
|
version: "1.1",
|
|
454
452
|
id: "Capa_1",
|
|
455
453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
454
|
viewBox: "0 0 345.134 345.134",
|
|
457
|
-
children: /* @__PURE__ */
|
|
458
|
-
/* @__PURE__ */
|
|
455
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
456
|
+
/* @__PURE__ */ r.jsx(
|
|
459
457
|
"path",
|
|
460
458
|
{
|
|
461
459
|
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
|
|
@@ -465,7 +463,7 @@ function o0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
465
463
|
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`
|
|
466
464
|
}
|
|
467
465
|
),
|
|
468
|
-
/* @__PURE__ */
|
|
466
|
+
/* @__PURE__ */ r.jsx(
|
|
469
467
|
"path",
|
|
470
468
|
{
|
|
471
469
|
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
|
|
@@ -494,19 +492,19 @@ function o0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
494
492
|
}
|
|
495
493
|
);
|
|
496
494
|
}
|
|
497
|
-
function
|
|
498
|
-
return /* @__PURE__ */
|
|
495
|
+
function t0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
496
|
+
return /* @__PURE__ */ r.jsx(
|
|
499
497
|
"svg",
|
|
500
498
|
{
|
|
501
499
|
className: e,
|
|
502
|
-
height:
|
|
503
|
-
width:
|
|
500
|
+
height: t,
|
|
501
|
+
width: t,
|
|
504
502
|
version: "1.1",
|
|
505
503
|
id: "Capa_1",
|
|
506
504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
505
|
viewBox: "0 0 306.292 306.292",
|
|
508
|
-
children: /* @__PURE__ */
|
|
509
|
-
/* @__PURE__ */
|
|
506
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
507
|
+
/* @__PURE__ */ r.jsx(
|
|
510
508
|
"path",
|
|
511
509
|
{
|
|
512
510
|
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
|
|
@@ -518,7 +516,7 @@ c24.624,0,47.765-13.132,60.394-34.272l33.313-55.77h29.876l-53.872,90.188C186.137
|
|
|
518
516
|
M260.157,137.911h-29.876l10.244-17.149h29.876L260.157,137.911z`
|
|
519
517
|
}
|
|
520
518
|
),
|
|
521
|
-
/* @__PURE__ */
|
|
519
|
+
/* @__PURE__ */ r.jsx(
|
|
522
520
|
"path",
|
|
523
521
|
{
|
|
524
522
|
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
|
|
@@ -532,96 +530,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
|
|
|
532
530
|
}
|
|
533
531
|
);
|
|
534
532
|
}
|
|
535
|
-
function
|
|
536
|
-
return /* @__PURE__ */
|
|
533
|
+
function r0({ className: e = "", size: t = a.md }) {
|
|
534
|
+
return /* @__PURE__ */ r.jsx(
|
|
537
535
|
"svg",
|
|
538
536
|
{
|
|
539
537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
540
538
|
className: e,
|
|
541
|
-
height:
|
|
542
|
-
width:
|
|
539
|
+
height: t,
|
|
540
|
+
width: t,
|
|
543
541
|
viewBox: "0 -960 960 960",
|
|
544
|
-
children: /* @__PURE__ */
|
|
542
|
+
children: /* @__PURE__ */ r.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" })
|
|
545
543
|
}
|
|
546
544
|
);
|
|
547
545
|
}
|
|
548
|
-
var
|
|
549
|
-
const
|
|
550
|
-
const
|
|
551
|
-
conflictingClassGroups:
|
|
546
|
+
var o0 = Object.defineProperty, n0 = (e, t, o) => t in e ? o0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, J = (e, t, o) => n0(e, typeof t != "symbol" ? t + "" : t, o);
|
|
547
|
+
const q1 = "-", s0 = (e) => {
|
|
548
|
+
const t = l0(e), {
|
|
549
|
+
conflictingClassGroups: o,
|
|
552
550
|
conflictingClassGroupModifiers: s
|
|
553
551
|
} = e;
|
|
554
552
|
return {
|
|
555
|
-
getClassGroupId: (
|
|
556
|
-
const d =
|
|
557
|
-
return d[0] === "" && d.length !== 1 && d.shift(),
|
|
553
|
+
getClassGroupId: (l) => {
|
|
554
|
+
const d = l.split(q1);
|
|
555
|
+
return d[0] === "" && d.length !== 1 && d.shift(), M1(d, t) || a0(l);
|
|
558
556
|
},
|
|
559
|
-
getConflictingClassGroupIds: (
|
|
560
|
-
const
|
|
561
|
-
return d && s[
|
|
557
|
+
getConflictingClassGroupIds: (l, d) => {
|
|
558
|
+
const u = o[l] || [];
|
|
559
|
+
return d && s[l] ? [...u, ...s[l]] : u;
|
|
562
560
|
}
|
|
563
561
|
};
|
|
564
|
-
},
|
|
565
|
-
var
|
|
562
|
+
}, M1 = (e, t) => {
|
|
563
|
+
var o;
|
|
566
564
|
if (e.length === 0)
|
|
567
|
-
return
|
|
568
|
-
const s = e[0],
|
|
565
|
+
return t.classGroupId;
|
|
566
|
+
const s = e[0], l = t.nextPart.get(s), d = l ? M1(e.slice(1), l) : void 0;
|
|
569
567
|
if (d)
|
|
570
568
|
return d;
|
|
571
|
-
if (
|
|
569
|
+
if (t.validators.length === 0)
|
|
572
570
|
return;
|
|
573
|
-
const
|
|
574
|
-
return (
|
|
575
|
-
validator:
|
|
576
|
-
}) =>
|
|
577
|
-
},
|
|
578
|
-
if (
|
|
579
|
-
const
|
|
580
|
-
if (
|
|
581
|
-
return "arbitrary.." +
|
|
571
|
+
const u = e.join(q1);
|
|
572
|
+
return (o = t.validators.find(({
|
|
573
|
+
validator: x
|
|
574
|
+
}) => x(u))) == null ? void 0 : o.classGroupId;
|
|
575
|
+
}, L1 = /^\[(.+)\]$/, a0 = (e) => {
|
|
576
|
+
if (L1.test(e)) {
|
|
577
|
+
const t = L1.exec(e)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
578
|
+
if (o)
|
|
579
|
+
return "arbitrary.." + o;
|
|
582
580
|
}
|
|
583
|
-
},
|
|
581
|
+
}, l0 = (e) => {
|
|
584
582
|
const {
|
|
585
|
-
theme:
|
|
586
|
-
classGroups:
|
|
583
|
+
theme: t,
|
|
584
|
+
classGroups: o
|
|
587
585
|
} = e, s = {
|
|
588
586
|
nextPart: /* @__PURE__ */ new Map(),
|
|
589
587
|
validators: []
|
|
590
588
|
};
|
|
591
|
-
for (const
|
|
592
|
-
|
|
589
|
+
for (const l in o)
|
|
590
|
+
w1(o[l], s, l, t);
|
|
593
591
|
return s;
|
|
594
|
-
},
|
|
595
|
-
e.forEach((
|
|
596
|
-
if (typeof
|
|
597
|
-
const d =
|
|
598
|
-
d.classGroupId =
|
|
592
|
+
}, w1 = (e, t, o, s) => {
|
|
593
|
+
e.forEach((l) => {
|
|
594
|
+
if (typeof l == "string") {
|
|
595
|
+
const d = l === "" ? t : j1(t, l);
|
|
596
|
+
d.classGroupId = o;
|
|
599
597
|
return;
|
|
600
598
|
}
|
|
601
|
-
if (typeof
|
|
602
|
-
if (
|
|
603
|
-
|
|
599
|
+
if (typeof l == "function") {
|
|
600
|
+
if (i0(l)) {
|
|
601
|
+
w1(l(s), t, o, s);
|
|
604
602
|
return;
|
|
605
603
|
}
|
|
606
|
-
|
|
607
|
-
validator:
|
|
608
|
-
classGroupId:
|
|
604
|
+
t.validators.push({
|
|
605
|
+
validator: l,
|
|
606
|
+
classGroupId: o
|
|
609
607
|
});
|
|
610
608
|
return;
|
|
611
609
|
}
|
|
612
|
-
Object.entries(
|
|
613
|
-
|
|
610
|
+
Object.entries(l).forEach(([d, u]) => {
|
|
611
|
+
w1(u, j1(t, d), o, s);
|
|
614
612
|
});
|
|
615
613
|
});
|
|
616
|
-
},
|
|
617
|
-
let
|
|
618
|
-
return
|
|
619
|
-
|
|
614
|
+
}, j1 = (e, t) => {
|
|
615
|
+
let o = e;
|
|
616
|
+
return t.split(q1).forEach((s) => {
|
|
617
|
+
o.nextPart.has(s) || o.nextPart.set(s, {
|
|
620
618
|
nextPart: /* @__PURE__ */ new Map(),
|
|
621
619
|
validators: []
|
|
622
|
-
}),
|
|
623
|
-
}),
|
|
624
|
-
},
|
|
620
|
+
}), o = o.nextPart.get(s);
|
|
621
|
+
}), o;
|
|
622
|
+
}, i0 = (e) => e.isThemeGetter, c0 = (e) => {
|
|
625
623
|
if (e < 1)
|
|
626
624
|
return {
|
|
627
625
|
get: () => {
|
|
@@ -629,178 +627,178 @@ const k1 = "-", c0 = (e) => {
|
|
|
629
627
|
set: () => {
|
|
630
628
|
}
|
|
631
629
|
};
|
|
632
|
-
let
|
|
633
|
-
const
|
|
634
|
-
|
|
630
|
+
let t = 0, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
631
|
+
const l = (d, u) => {
|
|
632
|
+
o.set(d, u), t++, t > e && (t = 0, s = o, o = /* @__PURE__ */ new Map());
|
|
635
633
|
};
|
|
636
634
|
return {
|
|
637
635
|
get(d) {
|
|
638
|
-
let
|
|
639
|
-
if (
|
|
640
|
-
return
|
|
641
|
-
if ((
|
|
642
|
-
return
|
|
636
|
+
let u = o.get(d);
|
|
637
|
+
if (u !== void 0)
|
|
638
|
+
return u;
|
|
639
|
+
if ((u = s.get(d)) !== void 0)
|
|
640
|
+
return l(d, u), u;
|
|
643
641
|
},
|
|
644
|
-
set(d,
|
|
645
|
-
|
|
642
|
+
set(d, u) {
|
|
643
|
+
o.has(d) ? o.set(d, u) : l(d, u);
|
|
646
644
|
}
|
|
647
645
|
};
|
|
648
|
-
},
|
|
646
|
+
}, x1 = "!", b1 = ":", d0 = b1.length, h0 = (e) => {
|
|
649
647
|
const {
|
|
650
|
-
prefix:
|
|
651
|
-
experimentalParseClassName:
|
|
648
|
+
prefix: t,
|
|
649
|
+
experimentalParseClassName: o
|
|
652
650
|
} = e;
|
|
653
|
-
let s = (
|
|
651
|
+
let s = (l) => {
|
|
654
652
|
const d = [];
|
|
655
|
-
let
|
|
656
|
-
for (let
|
|
657
|
-
let
|
|
658
|
-
if (
|
|
659
|
-
if (
|
|
660
|
-
d.push(
|
|
653
|
+
let u = 0, x = 0, p = 0, L;
|
|
654
|
+
for (let Z = 0; Z < l.length; Z++) {
|
|
655
|
+
let j = l[Z];
|
|
656
|
+
if (u === 0 && x === 0) {
|
|
657
|
+
if (j === b1) {
|
|
658
|
+
d.push(l.slice(p, Z)), p = Z + d0;
|
|
661
659
|
continue;
|
|
662
660
|
}
|
|
663
|
-
if (
|
|
664
|
-
|
|
661
|
+
if (j === "/") {
|
|
662
|
+
L = Z;
|
|
665
663
|
continue;
|
|
666
664
|
}
|
|
667
665
|
}
|
|
668
|
-
|
|
666
|
+
j === "[" ? u++ : j === "]" ? u-- : j === "(" ? x++ : j === ")" && x--;
|
|
669
667
|
}
|
|
670
|
-
const
|
|
668
|
+
const C = d.length === 0 ? l : l.substring(p), S = m0(C), H = S !== C, I = L && L > p ? L - p : void 0;
|
|
671
669
|
return {
|
|
672
670
|
modifiers: d,
|
|
673
|
-
hasImportantModifier:
|
|
674
|
-
baseClassName:
|
|
675
|
-
maybePostfixModifierPosition:
|
|
671
|
+
hasImportantModifier: H,
|
|
672
|
+
baseClassName: S,
|
|
673
|
+
maybePostfixModifierPosition: I
|
|
676
674
|
};
|
|
677
675
|
};
|
|
678
|
-
if (
|
|
679
|
-
const
|
|
680
|
-
s = (
|
|
676
|
+
if (t) {
|
|
677
|
+
const l = t + b1, d = s;
|
|
678
|
+
s = (u) => u.startsWith(l) ? d(u.substring(l.length)) : {
|
|
681
679
|
isExternal: !0,
|
|
682
680
|
modifiers: [],
|
|
683
681
|
hasImportantModifier: !1,
|
|
684
|
-
baseClassName:
|
|
682
|
+
baseClassName: u,
|
|
685
683
|
maybePostfixModifierPosition: void 0
|
|
686
684
|
};
|
|
687
685
|
}
|
|
688
|
-
if (
|
|
689
|
-
const
|
|
690
|
-
s = (d) =>
|
|
686
|
+
if (o) {
|
|
687
|
+
const l = s;
|
|
688
|
+
s = (d) => o({
|
|
691
689
|
className: d,
|
|
692
|
-
parseClassName:
|
|
690
|
+
parseClassName: l
|
|
693
691
|
});
|
|
694
692
|
}
|
|
695
693
|
return s;
|
|
696
|
-
},
|
|
697
|
-
const
|
|
698
|
-
return (
|
|
699
|
-
if (
|
|
700
|
-
return
|
|
694
|
+
}, m0 = (e) => e.endsWith(x1) ? e.substring(0, e.length - 1) : e.startsWith(x1) ? e.substring(1) : e, v0 = (e) => {
|
|
695
|
+
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
696
|
+
return (o) => {
|
|
697
|
+
if (o.length <= 1)
|
|
698
|
+
return o;
|
|
701
699
|
const s = [];
|
|
702
|
-
let
|
|
703
|
-
return
|
|
704
|
-
d[0] === "[" ||
|
|
705
|
-
}), s.push(...
|
|
700
|
+
let l = [];
|
|
701
|
+
return o.forEach((d) => {
|
|
702
|
+
d[0] === "[" || t[d] ? (s.push(...l.sort(), d), l = []) : l.push(d);
|
|
703
|
+
}), s.push(...l.sort()), s;
|
|
706
704
|
};
|
|
707
|
-
},
|
|
708
|
-
cache:
|
|
709
|
-
parseClassName:
|
|
710
|
-
sortModifiers:
|
|
711
|
-
...
|
|
712
|
-
}),
|
|
705
|
+
}, u0 = (e) => ({
|
|
706
|
+
cache: c0(e.cacheSize),
|
|
707
|
+
parseClassName: h0(e),
|
|
708
|
+
sortModifiers: v0(e),
|
|
709
|
+
...s0(e)
|
|
710
|
+
}), g0 = /\s+/, p0 = (e, t) => {
|
|
713
711
|
const {
|
|
714
|
-
parseClassName:
|
|
712
|
+
parseClassName: o,
|
|
715
713
|
getClassGroupId: s,
|
|
716
|
-
getConflictingClassGroupIds:
|
|
714
|
+
getConflictingClassGroupIds: l,
|
|
717
715
|
sortModifiers: d
|
|
718
|
-
} =
|
|
719
|
-
let
|
|
720
|
-
for (let
|
|
721
|
-
const
|
|
722
|
-
isExternal:
|
|
723
|
-
modifiers:
|
|
724
|
-
hasImportantModifier:
|
|
725
|
-
baseClassName:
|
|
726
|
-
maybePostfixModifierPosition:
|
|
727
|
-
} =
|
|
728
|
-
if (
|
|
729
|
-
|
|
716
|
+
} = t, u = [], x = e.trim().split(g0);
|
|
717
|
+
let p = "";
|
|
718
|
+
for (let L = x.length - 1; L >= 0; L -= 1) {
|
|
719
|
+
const C = x[L], {
|
|
720
|
+
isExternal: S,
|
|
721
|
+
modifiers: H,
|
|
722
|
+
hasImportantModifier: I,
|
|
723
|
+
baseClassName: Z,
|
|
724
|
+
maybePostfixModifierPosition: j
|
|
725
|
+
} = o(C);
|
|
726
|
+
if (S) {
|
|
727
|
+
p = C + (p.length > 0 ? " " + p : p);
|
|
730
728
|
continue;
|
|
731
729
|
}
|
|
732
|
-
let
|
|
733
|
-
if (!
|
|
734
|
-
if (!
|
|
735
|
-
|
|
730
|
+
let N = !!j, R = s(N ? Z.substring(0, j) : Z);
|
|
731
|
+
if (!R) {
|
|
732
|
+
if (!N) {
|
|
733
|
+
p = C + (p.length > 0 ? " " + p : p);
|
|
736
734
|
continue;
|
|
737
735
|
}
|
|
738
|
-
if (
|
|
739
|
-
|
|
736
|
+
if (R = s(Z), !R) {
|
|
737
|
+
p = C + (p.length > 0 ? " " + p : p);
|
|
740
738
|
continue;
|
|
741
739
|
}
|
|
742
|
-
|
|
740
|
+
N = !1;
|
|
743
741
|
}
|
|
744
|
-
const
|
|
745
|
-
if (
|
|
742
|
+
const Q = d(H).join(":"), D = I ? Q + x1 : Q, V = D + R;
|
|
743
|
+
if (u.includes(V))
|
|
746
744
|
continue;
|
|
747
|
-
|
|
748
|
-
const
|
|
749
|
-
for (let
|
|
750
|
-
const
|
|
751
|
-
|
|
745
|
+
u.push(V);
|
|
746
|
+
const W = l(R, N);
|
|
747
|
+
for (let B = 0; B < W.length; ++B) {
|
|
748
|
+
const F = W[B];
|
|
749
|
+
u.push(D + F);
|
|
752
750
|
}
|
|
753
|
-
|
|
751
|
+
p = C + (p.length > 0 ? " " + p : p);
|
|
754
752
|
}
|
|
755
|
-
return
|
|
753
|
+
return p;
|
|
756
754
|
};
|
|
757
|
-
function
|
|
758
|
-
let e = 0,
|
|
755
|
+
function f0() {
|
|
756
|
+
let e = 0, t, o, s = "";
|
|
759
757
|
for (; e < arguments.length; )
|
|
760
|
-
(
|
|
758
|
+
(t = arguments[e++]) && (o = z1(t)) && (s && (s += " "), s += o);
|
|
761
759
|
return s;
|
|
762
760
|
}
|
|
763
|
-
const
|
|
761
|
+
const z1 = (e) => {
|
|
764
762
|
if (typeof e == "string")
|
|
765
763
|
return e;
|
|
766
|
-
let
|
|
764
|
+
let t, o = "";
|
|
767
765
|
for (let s = 0; s < e.length; s++)
|
|
768
|
-
e[s] && (
|
|
769
|
-
return
|
|
766
|
+
e[s] && (t = z1(e[s])) && (o && (o += " "), o += t);
|
|
767
|
+
return o;
|
|
770
768
|
};
|
|
771
|
-
function
|
|
772
|
-
let
|
|
773
|
-
function
|
|
774
|
-
const
|
|
775
|
-
return
|
|
769
|
+
function w0(e, ...t) {
|
|
770
|
+
let o, s, l, d = u;
|
|
771
|
+
function u(p) {
|
|
772
|
+
const L = t.reduce((C, S) => S(C), e());
|
|
773
|
+
return o = u0(L), s = o.cache.get, l = o.cache.set, d = x, x(p);
|
|
776
774
|
}
|
|
777
|
-
function p
|
|
778
|
-
const
|
|
779
|
-
if (
|
|
780
|
-
return
|
|
781
|
-
const
|
|
782
|
-
return
|
|
775
|
+
function x(p) {
|
|
776
|
+
const L = s(p);
|
|
777
|
+
if (L)
|
|
778
|
+
return L;
|
|
779
|
+
const C = p0(p, o);
|
|
780
|
+
return l(p, C), C;
|
|
783
781
|
}
|
|
784
782
|
return function() {
|
|
785
|
-
return d(
|
|
783
|
+
return d(f0.apply(null, arguments));
|
|
786
784
|
};
|
|
787
785
|
}
|
|
788
|
-
const
|
|
789
|
-
const
|
|
790
|
-
return
|
|
791
|
-
},
|
|
786
|
+
const k = (e) => {
|
|
787
|
+
const t = (o) => o[e] || [];
|
|
788
|
+
return t.isThemeGetter = !0, t;
|
|
789
|
+
}, S1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, E1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, x0 = /^\d+\/\d+$/, b0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, q0 = /\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$/, T0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, k0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, C0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, t1 = (e) => x0.test(e), g = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), p1 = (e) => e.endsWith("%") && g(e.slice(0, -1)), O = (e) => b0.test(e), L0 = () => !0, j0 = (e) => (
|
|
792
790
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
793
791
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
794
792
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
795
|
-
|
|
796
|
-
),
|
|
797
|
-
const s =
|
|
798
|
-
return s ? s[1] ?
|
|
799
|
-
},
|
|
800
|
-
const s =
|
|
801
|
-
return s ? s[1] ?
|
|
802
|
-
},
|
|
803
|
-
const e =
|
|
793
|
+
q0.test(e) && !T0.test(e)
|
|
794
|
+
), A1 = () => !1, y0 = (e) => k0.test(e), Z0 = (e) => C0.test(e), M0 = (e) => !i(e) && !c(e), z0 = (e) => r1(e, R1, A1), i = (e) => S1.test(e), X = (e) => r1(e, B1, j0), f1 = (e) => r1(e, _0, g), y1 = (e) => r1(e, H1, A1), S0 = (e) => r1(e, _1, Z0), u1 = (e) => r1(e, P1, y0), c = (e) => E1.test(e), c1 = (e) => o1(e, B1), E0 = (e) => o1(e, R0), Z1 = (e) => o1(e, H1), A0 = (e) => o1(e, R1), H0 = (e) => o1(e, _1), g1 = (e) => o1(e, P1, !0), r1 = (e, t, o) => {
|
|
795
|
+
const s = S1.exec(e);
|
|
796
|
+
return s ? s[1] ? t(s[1]) : o(s[2]) : !1;
|
|
797
|
+
}, o1 = (e, t, o = !1) => {
|
|
798
|
+
const s = E1.exec(e);
|
|
799
|
+
return s ? s[1] ? t(s[1]) : o : !1;
|
|
800
|
+
}, H1 = (e) => e === "position" || e === "percentage", _1 = (e) => e === "image" || e === "url", R1 = (e) => e === "length" || e === "size" || e === "bg-size", B1 = (e) => e === "length", _0 = (e) => e === "number", R0 = (e) => e === "family-name", P1 = (e) => e === "shadow", B0 = () => {
|
|
801
|
+
const e = k("color"), t = k("font"), o = k("text"), s = k("font-weight"), l = k("tracking"), d = k("leading"), u = k("breakpoint"), x = k("container"), p = k("spacing"), L = k("radius"), C = k("shadow"), S = k("inset-shadow"), H = k("text-shadow"), I = k("drop-shadow"), Z = k("blur"), j = k("perspective"), N = k("aspect"), R = k("ease"), Q = k("animate"), D = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
|
|
804
802
|
"center",
|
|
805
803
|
"top",
|
|
806
804
|
"bottom",
|
|
@@ -818,51 +816,51 @@ const C = (e) => {
|
|
|
818
816
|
"bottom-left",
|
|
819
817
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
820
818
|
"left-bottom"
|
|
821
|
-
],
|
|
822
|
-
span: ["full",
|
|
823
|
-
},
|
|
819
|
+
], W = () => [...V(), c, i], B = () => ["auto", "hidden", "clip", "visible", "scroll"], F = () => ["auto", "contain", "none"], m = () => [c, i, p], E = () => [t1, "full", "auto", ...m()], h1 = () => [G, "none", "subgrid", c, i], K = () => ["auto", {
|
|
820
|
+
span: ["full", G, c, i]
|
|
821
|
+
}, G, c, i], Y = () => [G, "auto", c, i], m1 = () => ["auto", "min", "max", "fr", c, i], U = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...m()], _ = () => [t1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], h = () => [e, c, i], s1 = () => [...V(), Z1, y1, {
|
|
824
822
|
position: [c, i]
|
|
825
|
-
}],
|
|
823
|
+
}], n = () => ["no-repeat", {
|
|
826
824
|
repeat: ["", "x", "y", "space", "round"]
|
|
827
|
-
}], v = () => ["auto", "cover", "contain",
|
|
825
|
+
}], v = () => ["auto", "cover", "contain", A0, z0, {
|
|
828
826
|
size: [c, i]
|
|
829
|
-
}],
|
|
827
|
+
}], w = () => [p1, c1, X], f = () => [
|
|
830
828
|
// Deprecated since Tailwind CSS v4.0.0
|
|
831
829
|
"",
|
|
832
830
|
"none",
|
|
833
831
|
"full",
|
|
834
|
-
|
|
832
|
+
L,
|
|
835
833
|
c,
|
|
836
834
|
i
|
|
837
|
-
], b = () => ["",
|
|
835
|
+
], b = () => ["", g, c1, X], y = () => ["solid", "dashed", "dotted", "double"], e1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], q = () => [g, p1, Z1, y1], T = () => [
|
|
838
836
|
// Deprecated since Tailwind CSS v4.0.0
|
|
839
837
|
"",
|
|
840
838
|
"none",
|
|
841
|
-
|
|
839
|
+
Z,
|
|
842
840
|
c,
|
|
843
841
|
i
|
|
844
|
-
],
|
|
842
|
+
], A = () => ["none", g, c, i], $ = () => ["none", g, c, i], a1 = () => [g, c, i], v1 = () => [t1, "full", ...m()];
|
|
845
843
|
return {
|
|
846
844
|
cacheSize: 500,
|
|
847
845
|
theme: {
|
|
848
846
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
849
847
|
aspect: ["video"],
|
|
850
|
-
blur: [
|
|
851
|
-
breakpoint: [
|
|
852
|
-
color: [
|
|
853
|
-
container: [
|
|
854
|
-
"drop-shadow": [
|
|
848
|
+
blur: [O],
|
|
849
|
+
breakpoint: [O],
|
|
850
|
+
color: [L0],
|
|
851
|
+
container: [O],
|
|
852
|
+
"drop-shadow": [O],
|
|
855
853
|
ease: ["in", "out", "in-out"],
|
|
856
|
-
font: [
|
|
854
|
+
font: [M0],
|
|
857
855
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
858
|
-
"inset-shadow": [
|
|
856
|
+
"inset-shadow": [O],
|
|
859
857
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
860
858
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
861
|
-
radius: [
|
|
862
|
-
shadow: [
|
|
863
|
-
spacing: ["px",
|
|
864
|
-
text: [
|
|
865
|
-
"text-shadow": [
|
|
859
|
+
radius: [O],
|
|
860
|
+
shadow: [O],
|
|
861
|
+
spacing: ["px", g],
|
|
862
|
+
text: [O],
|
|
863
|
+
"text-shadow": [O],
|
|
866
864
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
867
865
|
},
|
|
868
866
|
classGroups: {
|
|
@@ -874,7 +872,7 @@ const C = (e) => {
|
|
|
874
872
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
875
873
|
*/
|
|
876
874
|
aspect: [{
|
|
877
|
-
aspect: ["auto", "square", t1, i, c,
|
|
875
|
+
aspect: ["auto", "square", t1, i, c, N]
|
|
878
876
|
}],
|
|
879
877
|
/**
|
|
880
878
|
* Container
|
|
@@ -887,21 +885,21 @@ const C = (e) => {
|
|
|
887
885
|
* @see https://tailwindcss.com/docs/columns
|
|
888
886
|
*/
|
|
889
887
|
columns: [{
|
|
890
|
-
columns: [
|
|
888
|
+
columns: [g, i, c, x]
|
|
891
889
|
}],
|
|
892
890
|
/**
|
|
893
891
|
* Break After
|
|
894
892
|
* @see https://tailwindcss.com/docs/break-after
|
|
895
893
|
*/
|
|
896
894
|
"break-after": [{
|
|
897
|
-
"break-after":
|
|
895
|
+
"break-after": D()
|
|
898
896
|
}],
|
|
899
897
|
/**
|
|
900
898
|
* Break Before
|
|
901
899
|
* @see https://tailwindcss.com/docs/break-before
|
|
902
900
|
*/
|
|
903
901
|
"break-before": [{
|
|
904
|
-
"break-before":
|
|
902
|
+
"break-before": D()
|
|
905
903
|
}],
|
|
906
904
|
/**
|
|
907
905
|
* Break Inside
|
|
@@ -965,49 +963,49 @@ const C = (e) => {
|
|
|
965
963
|
* @see https://tailwindcss.com/docs/object-position
|
|
966
964
|
*/
|
|
967
965
|
"object-position": [{
|
|
968
|
-
object:
|
|
966
|
+
object: W()
|
|
969
967
|
}],
|
|
970
968
|
/**
|
|
971
969
|
* Overflow
|
|
972
970
|
* @see https://tailwindcss.com/docs/overflow
|
|
973
971
|
*/
|
|
974
972
|
overflow: [{
|
|
975
|
-
overflow:
|
|
973
|
+
overflow: B()
|
|
976
974
|
}],
|
|
977
975
|
/**
|
|
978
976
|
* Overflow X
|
|
979
977
|
* @see https://tailwindcss.com/docs/overflow
|
|
980
978
|
*/
|
|
981
979
|
"overflow-x": [{
|
|
982
|
-
"overflow-x":
|
|
980
|
+
"overflow-x": B()
|
|
983
981
|
}],
|
|
984
982
|
/**
|
|
985
983
|
* Overflow Y
|
|
986
984
|
* @see https://tailwindcss.com/docs/overflow
|
|
987
985
|
*/
|
|
988
986
|
"overflow-y": [{
|
|
989
|
-
"overflow-y":
|
|
987
|
+
"overflow-y": B()
|
|
990
988
|
}],
|
|
991
989
|
/**
|
|
992
990
|
* Overscroll Behavior
|
|
993
991
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
994
992
|
*/
|
|
995
993
|
overscroll: [{
|
|
996
|
-
overscroll:
|
|
994
|
+
overscroll: F()
|
|
997
995
|
}],
|
|
998
996
|
/**
|
|
999
997
|
* Overscroll Behavior X
|
|
1000
998
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1001
999
|
*/
|
|
1002
1000
|
"overscroll-x": [{
|
|
1003
|
-
"overscroll-x":
|
|
1001
|
+
"overscroll-x": F()
|
|
1004
1002
|
}],
|
|
1005
1003
|
/**
|
|
1006
1004
|
* Overscroll Behavior Y
|
|
1007
1005
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1008
1006
|
*/
|
|
1009
1007
|
"overscroll-y": [{
|
|
1010
|
-
"overscroll-y":
|
|
1008
|
+
"overscroll-y": F()
|
|
1011
1009
|
}],
|
|
1012
1010
|
/**
|
|
1013
1011
|
* Position
|
|
@@ -1019,63 +1017,63 @@ const C = (e) => {
|
|
|
1019
1017
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1020
1018
|
*/
|
|
1021
1019
|
inset: [{
|
|
1022
|
-
inset:
|
|
1020
|
+
inset: E()
|
|
1023
1021
|
}],
|
|
1024
1022
|
/**
|
|
1025
1023
|
* Right / Left
|
|
1026
1024
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1027
1025
|
*/
|
|
1028
1026
|
"inset-x": [{
|
|
1029
|
-
"inset-x":
|
|
1027
|
+
"inset-x": E()
|
|
1030
1028
|
}],
|
|
1031
1029
|
/**
|
|
1032
1030
|
* Top / Bottom
|
|
1033
1031
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1034
1032
|
*/
|
|
1035
1033
|
"inset-y": [{
|
|
1036
|
-
"inset-y":
|
|
1034
|
+
"inset-y": E()
|
|
1037
1035
|
}],
|
|
1038
1036
|
/**
|
|
1039
1037
|
* Start
|
|
1040
1038
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1041
1039
|
*/
|
|
1042
1040
|
start: [{
|
|
1043
|
-
start:
|
|
1041
|
+
start: E()
|
|
1044
1042
|
}],
|
|
1045
1043
|
/**
|
|
1046
1044
|
* End
|
|
1047
1045
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1048
1046
|
*/
|
|
1049
1047
|
end: [{
|
|
1050
|
-
end:
|
|
1048
|
+
end: E()
|
|
1051
1049
|
}],
|
|
1052
1050
|
/**
|
|
1053
1051
|
* Top
|
|
1054
1052
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1055
1053
|
*/
|
|
1056
1054
|
top: [{
|
|
1057
|
-
top:
|
|
1055
|
+
top: E()
|
|
1058
1056
|
}],
|
|
1059
1057
|
/**
|
|
1060
1058
|
* Right
|
|
1061
1059
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1062
1060
|
*/
|
|
1063
1061
|
right: [{
|
|
1064
|
-
right:
|
|
1062
|
+
right: E()
|
|
1065
1063
|
}],
|
|
1066
1064
|
/**
|
|
1067
1065
|
* Bottom
|
|
1068
1066
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1069
1067
|
*/
|
|
1070
1068
|
bottom: [{
|
|
1071
|
-
bottom:
|
|
1069
|
+
bottom: E()
|
|
1072
1070
|
}],
|
|
1073
1071
|
/**
|
|
1074
1072
|
* Left
|
|
1075
1073
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1076
1074
|
*/
|
|
1077
1075
|
left: [{
|
|
1078
|
-
left:
|
|
1076
|
+
left: E()
|
|
1079
1077
|
}],
|
|
1080
1078
|
/**
|
|
1081
1079
|
* Visibility
|
|
@@ -1087,7 +1085,7 @@ const C = (e) => {
|
|
|
1087
1085
|
* @see https://tailwindcss.com/docs/z-index
|
|
1088
1086
|
*/
|
|
1089
1087
|
z: [{
|
|
1090
|
-
z: [
|
|
1088
|
+
z: [G, "auto", c, i]
|
|
1091
1089
|
}],
|
|
1092
1090
|
// ------------------------
|
|
1093
1091
|
// --- Flexbox and Grid ---
|
|
@@ -1097,7 +1095,7 @@ const C = (e) => {
|
|
|
1097
1095
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1098
1096
|
*/
|
|
1099
1097
|
basis: [{
|
|
1100
|
-
basis: [t1, "full", "auto",
|
|
1098
|
+
basis: [t1, "full", "auto", x, ...m()]
|
|
1101
1099
|
}],
|
|
1102
1100
|
/**
|
|
1103
1101
|
* Flex Direction
|
|
@@ -1118,84 +1116,84 @@ const C = (e) => {
|
|
|
1118
1116
|
* @see https://tailwindcss.com/docs/flex
|
|
1119
1117
|
*/
|
|
1120
1118
|
flex: [{
|
|
1121
|
-
flex: [
|
|
1119
|
+
flex: [g, t1, "auto", "initial", "none", i]
|
|
1122
1120
|
}],
|
|
1123
1121
|
/**
|
|
1124
1122
|
* Flex Grow
|
|
1125
1123
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1126
1124
|
*/
|
|
1127
1125
|
grow: [{
|
|
1128
|
-
grow: ["",
|
|
1126
|
+
grow: ["", g, c, i]
|
|
1129
1127
|
}],
|
|
1130
1128
|
/**
|
|
1131
1129
|
* Flex Shrink
|
|
1132
1130
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1133
1131
|
*/
|
|
1134
1132
|
shrink: [{
|
|
1135
|
-
shrink: ["",
|
|
1133
|
+
shrink: ["", g, c, i]
|
|
1136
1134
|
}],
|
|
1137
1135
|
/**
|
|
1138
1136
|
* Order
|
|
1139
1137
|
* @see https://tailwindcss.com/docs/order
|
|
1140
1138
|
*/
|
|
1141
1139
|
order: [{
|
|
1142
|
-
order: [
|
|
1140
|
+
order: [G, "first", "last", "none", c, i]
|
|
1143
1141
|
}],
|
|
1144
1142
|
/**
|
|
1145
1143
|
* Grid Template Columns
|
|
1146
1144
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1147
1145
|
*/
|
|
1148
1146
|
"grid-cols": [{
|
|
1149
|
-
"grid-cols":
|
|
1147
|
+
"grid-cols": h1()
|
|
1150
1148
|
}],
|
|
1151
1149
|
/**
|
|
1152
1150
|
* Grid Column Start / End
|
|
1153
1151
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1154
1152
|
*/
|
|
1155
1153
|
"col-start-end": [{
|
|
1156
|
-
col:
|
|
1154
|
+
col: K()
|
|
1157
1155
|
}],
|
|
1158
1156
|
/**
|
|
1159
1157
|
* Grid Column Start
|
|
1160
1158
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1161
1159
|
*/
|
|
1162
1160
|
"col-start": [{
|
|
1163
|
-
"col-start":
|
|
1161
|
+
"col-start": Y()
|
|
1164
1162
|
}],
|
|
1165
1163
|
/**
|
|
1166
1164
|
* Grid Column End
|
|
1167
1165
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1168
1166
|
*/
|
|
1169
1167
|
"col-end": [{
|
|
1170
|
-
"col-end":
|
|
1168
|
+
"col-end": Y()
|
|
1171
1169
|
}],
|
|
1172
1170
|
/**
|
|
1173
1171
|
* Grid Template Rows
|
|
1174
1172
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1175
1173
|
*/
|
|
1176
1174
|
"grid-rows": [{
|
|
1177
|
-
"grid-rows":
|
|
1175
|
+
"grid-rows": h1()
|
|
1178
1176
|
}],
|
|
1179
1177
|
/**
|
|
1180
1178
|
* Grid Row Start / End
|
|
1181
1179
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1182
1180
|
*/
|
|
1183
1181
|
"row-start-end": [{
|
|
1184
|
-
row:
|
|
1182
|
+
row: K()
|
|
1185
1183
|
}],
|
|
1186
1184
|
/**
|
|
1187
1185
|
* Grid Row Start
|
|
1188
1186
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1189
1187
|
*/
|
|
1190
1188
|
"row-start": [{
|
|
1191
|
-
"row-start":
|
|
1189
|
+
"row-start": Y()
|
|
1192
1190
|
}],
|
|
1193
1191
|
/**
|
|
1194
1192
|
* Grid Row End
|
|
1195
1193
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1196
1194
|
*/
|
|
1197
1195
|
"row-end": [{
|
|
1198
|
-
"row-end":
|
|
1196
|
+
"row-end": Y()
|
|
1199
1197
|
}],
|
|
1200
1198
|
/**
|
|
1201
1199
|
* Grid Auto Flow
|
|
@@ -1209,14 +1207,14 @@ const C = (e) => {
|
|
|
1209
1207
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1210
1208
|
*/
|
|
1211
1209
|
"auto-cols": [{
|
|
1212
|
-
"auto-cols":
|
|
1210
|
+
"auto-cols": m1()
|
|
1213
1211
|
}],
|
|
1214
1212
|
/**
|
|
1215
1213
|
* Grid Auto Rows
|
|
1216
1214
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1217
1215
|
*/
|
|
1218
1216
|
"auto-rows": [{
|
|
1219
|
-
"auto-rows":
|
|
1217
|
+
"auto-rows": m1()
|
|
1220
1218
|
}],
|
|
1221
1219
|
/**
|
|
1222
1220
|
* Gap
|
|
@@ -1244,35 +1242,35 @@ const C = (e) => {
|
|
|
1244
1242
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1245
1243
|
*/
|
|
1246
1244
|
"justify-content": [{
|
|
1247
|
-
justify: [...
|
|
1245
|
+
justify: [...U(), "normal"]
|
|
1248
1246
|
}],
|
|
1249
1247
|
/**
|
|
1250
1248
|
* Justify Items
|
|
1251
1249
|
* @see https://tailwindcss.com/docs/justify-items
|
|
1252
1250
|
*/
|
|
1253
1251
|
"justify-items": [{
|
|
1254
|
-
"justify-items": [...
|
|
1252
|
+
"justify-items": [...P(), "normal"]
|
|
1255
1253
|
}],
|
|
1256
1254
|
/**
|
|
1257
1255
|
* Justify Self
|
|
1258
1256
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1259
1257
|
*/
|
|
1260
1258
|
"justify-self": [{
|
|
1261
|
-
"justify-self": ["auto", ...
|
|
1259
|
+
"justify-self": ["auto", ...P()]
|
|
1262
1260
|
}],
|
|
1263
1261
|
/**
|
|
1264
1262
|
* Align Content
|
|
1265
1263
|
* @see https://tailwindcss.com/docs/align-content
|
|
1266
1264
|
*/
|
|
1267
1265
|
"align-content": [{
|
|
1268
|
-
content: ["normal", ...
|
|
1266
|
+
content: ["normal", ...U()]
|
|
1269
1267
|
}],
|
|
1270
1268
|
/**
|
|
1271
1269
|
* Align Items
|
|
1272
1270
|
* @see https://tailwindcss.com/docs/align-items
|
|
1273
1271
|
*/
|
|
1274
1272
|
"align-items": [{
|
|
1275
|
-
items: [...
|
|
1273
|
+
items: [...P(), {
|
|
1276
1274
|
baseline: ["", "last"]
|
|
1277
1275
|
}]
|
|
1278
1276
|
}],
|
|
@@ -1281,7 +1279,7 @@ const C = (e) => {
|
|
|
1281
1279
|
* @see https://tailwindcss.com/docs/align-self
|
|
1282
1280
|
*/
|
|
1283
1281
|
"align-self": [{
|
|
1284
|
-
self: ["auto", ...
|
|
1282
|
+
self: ["auto", ...P(), {
|
|
1285
1283
|
baseline: ["", "last"]
|
|
1286
1284
|
}]
|
|
1287
1285
|
}],
|
|
@@ -1290,21 +1288,21 @@ const C = (e) => {
|
|
|
1290
1288
|
* @see https://tailwindcss.com/docs/place-content
|
|
1291
1289
|
*/
|
|
1292
1290
|
"place-content": [{
|
|
1293
|
-
"place-content":
|
|
1291
|
+
"place-content": U()
|
|
1294
1292
|
}],
|
|
1295
1293
|
/**
|
|
1296
1294
|
* Place Items
|
|
1297
1295
|
* @see https://tailwindcss.com/docs/place-items
|
|
1298
1296
|
*/
|
|
1299
1297
|
"place-items": [{
|
|
1300
|
-
"place-items": [...
|
|
1298
|
+
"place-items": [...P(), "baseline"]
|
|
1301
1299
|
}],
|
|
1302
1300
|
/**
|
|
1303
1301
|
* Place Self
|
|
1304
1302
|
* @see https://tailwindcss.com/docs/place-self
|
|
1305
1303
|
*/
|
|
1306
1304
|
"place-self": [{
|
|
1307
|
-
"place-self": ["auto", ...
|
|
1305
|
+
"place-self": ["auto", ...P()]
|
|
1308
1306
|
}],
|
|
1309
1307
|
// Spacing
|
|
1310
1308
|
/**
|
|
@@ -1375,63 +1373,63 @@ const C = (e) => {
|
|
|
1375
1373
|
* @see https://tailwindcss.com/docs/margin
|
|
1376
1374
|
*/
|
|
1377
1375
|
m: [{
|
|
1378
|
-
m:
|
|
1376
|
+
m: M()
|
|
1379
1377
|
}],
|
|
1380
1378
|
/**
|
|
1381
1379
|
* Margin X
|
|
1382
1380
|
* @see https://tailwindcss.com/docs/margin
|
|
1383
1381
|
*/
|
|
1384
1382
|
mx: [{
|
|
1385
|
-
mx:
|
|
1383
|
+
mx: M()
|
|
1386
1384
|
}],
|
|
1387
1385
|
/**
|
|
1388
1386
|
* Margin Y
|
|
1389
1387
|
* @see https://tailwindcss.com/docs/margin
|
|
1390
1388
|
*/
|
|
1391
1389
|
my: [{
|
|
1392
|
-
my:
|
|
1390
|
+
my: M()
|
|
1393
1391
|
}],
|
|
1394
1392
|
/**
|
|
1395
1393
|
* Margin Start
|
|
1396
1394
|
* @see https://tailwindcss.com/docs/margin
|
|
1397
1395
|
*/
|
|
1398
1396
|
ms: [{
|
|
1399
|
-
ms:
|
|
1397
|
+
ms: M()
|
|
1400
1398
|
}],
|
|
1401
1399
|
/**
|
|
1402
1400
|
* Margin End
|
|
1403
1401
|
* @see https://tailwindcss.com/docs/margin
|
|
1404
1402
|
*/
|
|
1405
1403
|
me: [{
|
|
1406
|
-
me:
|
|
1404
|
+
me: M()
|
|
1407
1405
|
}],
|
|
1408
1406
|
/**
|
|
1409
1407
|
* Margin Top
|
|
1410
1408
|
* @see https://tailwindcss.com/docs/margin
|
|
1411
1409
|
*/
|
|
1412
1410
|
mt: [{
|
|
1413
|
-
mt:
|
|
1411
|
+
mt: M()
|
|
1414
1412
|
}],
|
|
1415
1413
|
/**
|
|
1416
1414
|
* Margin Right
|
|
1417
1415
|
* @see https://tailwindcss.com/docs/margin
|
|
1418
1416
|
*/
|
|
1419
1417
|
mr: [{
|
|
1420
|
-
mr:
|
|
1418
|
+
mr: M()
|
|
1421
1419
|
}],
|
|
1422
1420
|
/**
|
|
1423
1421
|
* Margin Bottom
|
|
1424
1422
|
* @see https://tailwindcss.com/docs/margin
|
|
1425
1423
|
*/
|
|
1426
1424
|
mb: [{
|
|
1427
|
-
mb:
|
|
1425
|
+
mb: M()
|
|
1428
1426
|
}],
|
|
1429
1427
|
/**
|
|
1430
1428
|
* Margin Left
|
|
1431
1429
|
* @see https://tailwindcss.com/docs/margin
|
|
1432
1430
|
*/
|
|
1433
1431
|
ml: [{
|
|
1434
|
-
ml:
|
|
1432
|
+
ml: M()
|
|
1435
1433
|
}],
|
|
1436
1434
|
/**
|
|
1437
1435
|
* Space Between X
|
|
@@ -1465,14 +1463,14 @@ const C = (e) => {
|
|
|
1465
1463
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1466
1464
|
*/
|
|
1467
1465
|
size: [{
|
|
1468
|
-
size:
|
|
1466
|
+
size: _()
|
|
1469
1467
|
}],
|
|
1470
1468
|
/**
|
|
1471
1469
|
* Width
|
|
1472
1470
|
* @see https://tailwindcss.com/docs/width
|
|
1473
1471
|
*/
|
|
1474
1472
|
w: [{
|
|
1475
|
-
w: [
|
|
1473
|
+
w: [x, "screen", ..._()]
|
|
1476
1474
|
}],
|
|
1477
1475
|
/**
|
|
1478
1476
|
* Min-Width
|
|
@@ -1480,11 +1478,11 @@ const C = (e) => {
|
|
|
1480
1478
|
*/
|
|
1481
1479
|
"min-w": [{
|
|
1482
1480
|
"min-w": [
|
|
1483
|
-
|
|
1481
|
+
x,
|
|
1484
1482
|
"screen",
|
|
1485
1483
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1486
1484
|
"none",
|
|
1487
|
-
...
|
|
1485
|
+
..._()
|
|
1488
1486
|
]
|
|
1489
1487
|
}],
|
|
1490
1488
|
/**
|
|
@@ -1493,16 +1491,16 @@ const C = (e) => {
|
|
|
1493
1491
|
*/
|
|
1494
1492
|
"max-w": [{
|
|
1495
1493
|
"max-w": [
|
|
1496
|
-
|
|
1494
|
+
x,
|
|
1497
1495
|
"screen",
|
|
1498
1496
|
"none",
|
|
1499
1497
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1500
1498
|
"prose",
|
|
1501
1499
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1502
1500
|
{
|
|
1503
|
-
screen: [
|
|
1501
|
+
screen: [u]
|
|
1504
1502
|
},
|
|
1505
|
-
...
|
|
1503
|
+
..._()
|
|
1506
1504
|
]
|
|
1507
1505
|
}],
|
|
1508
1506
|
/**
|
|
@@ -1510,21 +1508,21 @@ const C = (e) => {
|
|
|
1510
1508
|
* @see https://tailwindcss.com/docs/height
|
|
1511
1509
|
*/
|
|
1512
1510
|
h: [{
|
|
1513
|
-
h: ["screen", "lh", ...
|
|
1511
|
+
h: ["screen", "lh", ..._()]
|
|
1514
1512
|
}],
|
|
1515
1513
|
/**
|
|
1516
1514
|
* Min-Height
|
|
1517
1515
|
* @see https://tailwindcss.com/docs/min-height
|
|
1518
1516
|
*/
|
|
1519
1517
|
"min-h": [{
|
|
1520
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1518
|
+
"min-h": ["screen", "lh", "none", ..._()]
|
|
1521
1519
|
}],
|
|
1522
1520
|
/**
|
|
1523
1521
|
* Max-Height
|
|
1524
1522
|
* @see https://tailwindcss.com/docs/max-height
|
|
1525
1523
|
*/
|
|
1526
1524
|
"max-h": [{
|
|
1527
|
-
"max-h": ["screen", "lh", ...
|
|
1525
|
+
"max-h": ["screen", "lh", ..._()]
|
|
1528
1526
|
}],
|
|
1529
1527
|
// ------------------
|
|
1530
1528
|
// --- Typography ---
|
|
@@ -1534,7 +1532,7 @@ const C = (e) => {
|
|
|
1534
1532
|
* @see https://tailwindcss.com/docs/font-size
|
|
1535
1533
|
*/
|
|
1536
1534
|
"font-size": [{
|
|
1537
|
-
text: ["base",
|
|
1535
|
+
text: ["base", o, c1, X]
|
|
1538
1536
|
}],
|
|
1539
1537
|
/**
|
|
1540
1538
|
* Font Smoothing
|
|
@@ -1551,21 +1549,21 @@ const C = (e) => {
|
|
|
1551
1549
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1552
1550
|
*/
|
|
1553
1551
|
"font-weight": [{
|
|
1554
|
-
font: [s, c,
|
|
1552
|
+
font: [s, c, f1]
|
|
1555
1553
|
}],
|
|
1556
1554
|
/**
|
|
1557
1555
|
* Font Stretch
|
|
1558
1556
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1559
1557
|
*/
|
|
1560
1558
|
"font-stretch": [{
|
|
1561
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1559
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", p1, i]
|
|
1562
1560
|
}],
|
|
1563
1561
|
/**
|
|
1564
1562
|
* Font Family
|
|
1565
1563
|
* @see https://tailwindcss.com/docs/font-family
|
|
1566
1564
|
*/
|
|
1567
1565
|
"font-family": [{
|
|
1568
|
-
font: [
|
|
1566
|
+
font: [E0, i, t]
|
|
1569
1567
|
}],
|
|
1570
1568
|
/**
|
|
1571
1569
|
* Font Variant Numeric
|
|
@@ -1602,14 +1600,14 @@ const C = (e) => {
|
|
|
1602
1600
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1603
1601
|
*/
|
|
1604
1602
|
tracking: [{
|
|
1605
|
-
tracking: [
|
|
1603
|
+
tracking: [l, c, i]
|
|
1606
1604
|
}],
|
|
1607
1605
|
/**
|
|
1608
1606
|
* Line Clamp
|
|
1609
1607
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1610
1608
|
*/
|
|
1611
1609
|
"line-clamp": [{
|
|
1612
|
-
"line-clamp": [
|
|
1610
|
+
"line-clamp": [g, "none", c, f1]
|
|
1613
1611
|
}],
|
|
1614
1612
|
/**
|
|
1615
1613
|
* Line Height
|
|
@@ -1675,14 +1673,14 @@ const C = (e) => {
|
|
|
1675
1673
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1676
1674
|
*/
|
|
1677
1675
|
"text-decoration-style": [{
|
|
1678
|
-
decoration: [...
|
|
1676
|
+
decoration: [...y(), "wavy"]
|
|
1679
1677
|
}],
|
|
1680
1678
|
/**
|
|
1681
1679
|
* Text Decoration Thickness
|
|
1682
1680
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1683
1681
|
*/
|
|
1684
1682
|
"text-decoration-thickness": [{
|
|
1685
|
-
decoration: [
|
|
1683
|
+
decoration: [g, "from-font", "auto", c, X]
|
|
1686
1684
|
}],
|
|
1687
1685
|
/**
|
|
1688
1686
|
* Text Decoration Color
|
|
@@ -1696,7 +1694,7 @@ const C = (e) => {
|
|
|
1696
1694
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1697
1695
|
*/
|
|
1698
1696
|
"underline-offset": [{
|
|
1699
|
-
"underline-offset": [
|
|
1697
|
+
"underline-offset": [g, "auto", c, i]
|
|
1700
1698
|
}],
|
|
1701
1699
|
/**
|
|
1702
1700
|
* Text Transform
|
|
@@ -1793,14 +1791,14 @@ const C = (e) => {
|
|
|
1793
1791
|
* @see https://tailwindcss.com/docs/background-position
|
|
1794
1792
|
*/
|
|
1795
1793
|
"bg-position": [{
|
|
1796
|
-
bg:
|
|
1794
|
+
bg: s1()
|
|
1797
1795
|
}],
|
|
1798
1796
|
/**
|
|
1799
1797
|
* Background Repeat
|
|
1800
1798
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1801
1799
|
*/
|
|
1802
1800
|
"bg-repeat": [{
|
|
1803
|
-
bg:
|
|
1801
|
+
bg: n()
|
|
1804
1802
|
}],
|
|
1805
1803
|
/**
|
|
1806
1804
|
* Background Size
|
|
@@ -1817,10 +1815,10 @@ const C = (e) => {
|
|
|
1817
1815
|
bg: ["none", {
|
|
1818
1816
|
linear: [{
|
|
1819
1817
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1820
|
-
},
|
|
1818
|
+
}, G, c, i],
|
|
1821
1819
|
radial: ["", c, i],
|
|
1822
|
-
conic: [
|
|
1823
|
-
},
|
|
1820
|
+
conic: [G, c, i]
|
|
1821
|
+
}, H0, S0]
|
|
1824
1822
|
}],
|
|
1825
1823
|
/**
|
|
1826
1824
|
* Background Color
|
|
@@ -1834,21 +1832,21 @@ const C = (e) => {
|
|
|
1834
1832
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1835
1833
|
*/
|
|
1836
1834
|
"gradient-from-pos": [{
|
|
1837
|
-
from:
|
|
1835
|
+
from: w()
|
|
1838
1836
|
}],
|
|
1839
1837
|
/**
|
|
1840
1838
|
* Gradient Color Stops Via Position
|
|
1841
1839
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1842
1840
|
*/
|
|
1843
1841
|
"gradient-via-pos": [{
|
|
1844
|
-
via:
|
|
1842
|
+
via: w()
|
|
1845
1843
|
}],
|
|
1846
1844
|
/**
|
|
1847
1845
|
* Gradient Color Stops To Position
|
|
1848
1846
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1849
1847
|
*/
|
|
1850
1848
|
"gradient-to-pos": [{
|
|
1851
|
-
to:
|
|
1849
|
+
to: w()
|
|
1852
1850
|
}],
|
|
1853
1851
|
/**
|
|
1854
1852
|
* Gradient Color Stops From
|
|
@@ -2071,14 +2069,14 @@ const C = (e) => {
|
|
|
2071
2069
|
* @see https://tailwindcss.com/docs/border-style
|
|
2072
2070
|
*/
|
|
2073
2071
|
"border-style": [{
|
|
2074
|
-
border: [...
|
|
2072
|
+
border: [...y(), "hidden", "none"]
|
|
2075
2073
|
}],
|
|
2076
2074
|
/**
|
|
2077
2075
|
* Divide Style
|
|
2078
2076
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2079
2077
|
*/
|
|
2080
2078
|
"divide-style": [{
|
|
2081
|
-
divide: [...
|
|
2079
|
+
divide: [...y(), "hidden", "none"]
|
|
2082
2080
|
}],
|
|
2083
2081
|
/**
|
|
2084
2082
|
* Border Color
|
|
@@ -2155,21 +2153,21 @@ const C = (e) => {
|
|
|
2155
2153
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2156
2154
|
*/
|
|
2157
2155
|
"outline-style": [{
|
|
2158
|
-
outline: [...
|
|
2156
|
+
outline: [...y(), "none", "hidden"]
|
|
2159
2157
|
}],
|
|
2160
2158
|
/**
|
|
2161
2159
|
* Outline Offset
|
|
2162
2160
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2163
2161
|
*/
|
|
2164
2162
|
"outline-offset": [{
|
|
2165
|
-
"outline-offset": [
|
|
2163
|
+
"outline-offset": [g, c, i]
|
|
2166
2164
|
}],
|
|
2167
2165
|
/**
|
|
2168
2166
|
* Outline Width
|
|
2169
2167
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2170
2168
|
*/
|
|
2171
2169
|
"outline-w": [{
|
|
2172
|
-
outline: ["",
|
|
2170
|
+
outline: ["", g, c1, X]
|
|
2173
2171
|
}],
|
|
2174
2172
|
/**
|
|
2175
2173
|
* Outline Color
|
|
@@ -2190,9 +2188,9 @@ const C = (e) => {
|
|
|
2190
2188
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2191
2189
|
"",
|
|
2192
2190
|
"none",
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2191
|
+
C,
|
|
2192
|
+
g1,
|
|
2193
|
+
u1
|
|
2196
2194
|
]
|
|
2197
2195
|
}],
|
|
2198
2196
|
/**
|
|
@@ -2207,7 +2205,7 @@ const C = (e) => {
|
|
|
2207
2205
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2208
2206
|
*/
|
|
2209
2207
|
"inset-shadow": [{
|
|
2210
|
-
"inset-shadow": ["none",
|
|
2208
|
+
"inset-shadow": ["none", S, g1, u1]
|
|
2211
2209
|
}],
|
|
2212
2210
|
/**
|
|
2213
2211
|
* Inset Box Shadow Color
|
|
@@ -2244,7 +2242,7 @@ const C = (e) => {
|
|
|
2244
2242
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2245
2243
|
*/
|
|
2246
2244
|
"ring-offset-w": [{
|
|
2247
|
-
"ring-offset": [
|
|
2245
|
+
"ring-offset": [g, X]
|
|
2248
2246
|
}],
|
|
2249
2247
|
/**
|
|
2250
2248
|
* Ring Offset Color
|
|
@@ -2274,7 +2272,7 @@ const C = (e) => {
|
|
|
2274
2272
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2275
2273
|
*/
|
|
2276
2274
|
"text-shadow": [{
|
|
2277
|
-
"text-shadow": ["none",
|
|
2275
|
+
"text-shadow": ["none", H, g1, u1]
|
|
2278
2276
|
}],
|
|
2279
2277
|
/**
|
|
2280
2278
|
* Text Shadow Color
|
|
@@ -2288,21 +2286,21 @@ const C = (e) => {
|
|
|
2288
2286
|
* @see https://tailwindcss.com/docs/opacity
|
|
2289
2287
|
*/
|
|
2290
2288
|
opacity: [{
|
|
2291
|
-
opacity: [
|
|
2289
|
+
opacity: [g, c, i]
|
|
2292
2290
|
}],
|
|
2293
2291
|
/**
|
|
2294
2292
|
* Mix Blend Mode
|
|
2295
2293
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2296
2294
|
*/
|
|
2297
2295
|
"mix-blend": [{
|
|
2298
|
-
"mix-blend": [...
|
|
2296
|
+
"mix-blend": [...e1(), "plus-darker", "plus-lighter"]
|
|
2299
2297
|
}],
|
|
2300
2298
|
/**
|
|
2301
2299
|
* Background Blend Mode
|
|
2302
2300
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2303
2301
|
*/
|
|
2304
2302
|
"bg-blend": [{
|
|
2305
|
-
"bg-blend":
|
|
2303
|
+
"bg-blend": e1()
|
|
2306
2304
|
}],
|
|
2307
2305
|
/**
|
|
2308
2306
|
* Mask Clip
|
|
@@ -2323,7 +2321,7 @@ const C = (e) => {
|
|
|
2323
2321
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2324
2322
|
*/
|
|
2325
2323
|
"mask-image-linear-pos": [{
|
|
2326
|
-
"mask-linear": [
|
|
2324
|
+
"mask-linear": [g]
|
|
2327
2325
|
}],
|
|
2328
2326
|
"mask-image-linear-from-pos": [{
|
|
2329
2327
|
"mask-linear-from": q()
|
|
@@ -2434,10 +2432,10 @@ const C = (e) => {
|
|
|
2434
2432
|
}]
|
|
2435
2433
|
}],
|
|
2436
2434
|
"mask-image-radial-pos": [{
|
|
2437
|
-
"mask-radial-at":
|
|
2435
|
+
"mask-radial-at": V()
|
|
2438
2436
|
}],
|
|
2439
2437
|
"mask-image-conic-pos": [{
|
|
2440
|
-
"mask-conic": [
|
|
2438
|
+
"mask-conic": [g]
|
|
2441
2439
|
}],
|
|
2442
2440
|
"mask-image-conic-from-pos": [{
|
|
2443
2441
|
"mask-conic-from": q()
|
|
@@ -2470,14 +2468,14 @@ const C = (e) => {
|
|
|
2470
2468
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2471
2469
|
*/
|
|
2472
2470
|
"mask-position": [{
|
|
2473
|
-
mask:
|
|
2471
|
+
mask: s1()
|
|
2474
2472
|
}],
|
|
2475
2473
|
/**
|
|
2476
2474
|
* Mask Repeat
|
|
2477
2475
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2478
2476
|
*/
|
|
2479
2477
|
"mask-repeat": [{
|
|
2480
|
-
mask:
|
|
2478
|
+
mask: n()
|
|
2481
2479
|
}],
|
|
2482
2480
|
/**
|
|
2483
2481
|
* Mask Size
|
|
@@ -2521,21 +2519,21 @@ const C = (e) => {
|
|
|
2521
2519
|
* @see https://tailwindcss.com/docs/blur
|
|
2522
2520
|
*/
|
|
2523
2521
|
blur: [{
|
|
2524
|
-
blur:
|
|
2522
|
+
blur: T()
|
|
2525
2523
|
}],
|
|
2526
2524
|
/**
|
|
2527
2525
|
* Brightness
|
|
2528
2526
|
* @see https://tailwindcss.com/docs/brightness
|
|
2529
2527
|
*/
|
|
2530
2528
|
brightness: [{
|
|
2531
|
-
brightness: [
|
|
2529
|
+
brightness: [g, c, i]
|
|
2532
2530
|
}],
|
|
2533
2531
|
/**
|
|
2534
2532
|
* Contrast
|
|
2535
2533
|
* @see https://tailwindcss.com/docs/contrast
|
|
2536
2534
|
*/
|
|
2537
2535
|
contrast: [{
|
|
2538
|
-
contrast: [
|
|
2536
|
+
contrast: [g, c, i]
|
|
2539
2537
|
}],
|
|
2540
2538
|
/**
|
|
2541
2539
|
* Drop Shadow
|
|
@@ -2546,9 +2544,9 @@ const C = (e) => {
|
|
|
2546
2544
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2547
2545
|
"",
|
|
2548
2546
|
"none",
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2547
|
+
I,
|
|
2548
|
+
g1,
|
|
2549
|
+
u1
|
|
2552
2550
|
]
|
|
2553
2551
|
}],
|
|
2554
2552
|
/**
|
|
@@ -2563,35 +2561,35 @@ const C = (e) => {
|
|
|
2563
2561
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2564
2562
|
*/
|
|
2565
2563
|
grayscale: [{
|
|
2566
|
-
grayscale: ["",
|
|
2564
|
+
grayscale: ["", g, c, i]
|
|
2567
2565
|
}],
|
|
2568
2566
|
/**
|
|
2569
2567
|
* Hue Rotate
|
|
2570
2568
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2571
2569
|
*/
|
|
2572
2570
|
"hue-rotate": [{
|
|
2573
|
-
"hue-rotate": [
|
|
2571
|
+
"hue-rotate": [g, c, i]
|
|
2574
2572
|
}],
|
|
2575
2573
|
/**
|
|
2576
2574
|
* Invert
|
|
2577
2575
|
* @see https://tailwindcss.com/docs/invert
|
|
2578
2576
|
*/
|
|
2579
2577
|
invert: [{
|
|
2580
|
-
invert: ["",
|
|
2578
|
+
invert: ["", g, c, i]
|
|
2581
2579
|
}],
|
|
2582
2580
|
/**
|
|
2583
2581
|
* Saturate
|
|
2584
2582
|
* @see https://tailwindcss.com/docs/saturate
|
|
2585
2583
|
*/
|
|
2586
2584
|
saturate: [{
|
|
2587
|
-
saturate: [
|
|
2585
|
+
saturate: [g, c, i]
|
|
2588
2586
|
}],
|
|
2589
2587
|
/**
|
|
2590
2588
|
* Sepia
|
|
2591
2589
|
* @see https://tailwindcss.com/docs/sepia
|
|
2592
2590
|
*/
|
|
2593
2591
|
sepia: [{
|
|
2594
|
-
sepia: ["",
|
|
2592
|
+
sepia: ["", g, c, i]
|
|
2595
2593
|
}],
|
|
2596
2594
|
/**
|
|
2597
2595
|
* Backdrop Filter
|
|
@@ -2611,63 +2609,63 @@ const C = (e) => {
|
|
|
2611
2609
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2612
2610
|
*/
|
|
2613
2611
|
"backdrop-blur": [{
|
|
2614
|
-
"backdrop-blur":
|
|
2612
|
+
"backdrop-blur": T()
|
|
2615
2613
|
}],
|
|
2616
2614
|
/**
|
|
2617
2615
|
* Backdrop Brightness
|
|
2618
2616
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2619
2617
|
*/
|
|
2620
2618
|
"backdrop-brightness": [{
|
|
2621
|
-
"backdrop-brightness": [
|
|
2619
|
+
"backdrop-brightness": [g, c, i]
|
|
2622
2620
|
}],
|
|
2623
2621
|
/**
|
|
2624
2622
|
* Backdrop Contrast
|
|
2625
2623
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2626
2624
|
*/
|
|
2627
2625
|
"backdrop-contrast": [{
|
|
2628
|
-
"backdrop-contrast": [
|
|
2626
|
+
"backdrop-contrast": [g, c, i]
|
|
2629
2627
|
}],
|
|
2630
2628
|
/**
|
|
2631
2629
|
* Backdrop Grayscale
|
|
2632
2630
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2633
2631
|
*/
|
|
2634
2632
|
"backdrop-grayscale": [{
|
|
2635
|
-
"backdrop-grayscale": ["",
|
|
2633
|
+
"backdrop-grayscale": ["", g, c, i]
|
|
2636
2634
|
}],
|
|
2637
2635
|
/**
|
|
2638
2636
|
* Backdrop Hue Rotate
|
|
2639
2637
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2640
2638
|
*/
|
|
2641
2639
|
"backdrop-hue-rotate": [{
|
|
2642
|
-
"backdrop-hue-rotate": [
|
|
2640
|
+
"backdrop-hue-rotate": [g, c, i]
|
|
2643
2641
|
}],
|
|
2644
2642
|
/**
|
|
2645
2643
|
* Backdrop Invert
|
|
2646
2644
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2647
2645
|
*/
|
|
2648
2646
|
"backdrop-invert": [{
|
|
2649
|
-
"backdrop-invert": ["",
|
|
2647
|
+
"backdrop-invert": ["", g, c, i]
|
|
2650
2648
|
}],
|
|
2651
2649
|
/**
|
|
2652
2650
|
* Backdrop Opacity
|
|
2653
2651
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2654
2652
|
*/
|
|
2655
2653
|
"backdrop-opacity": [{
|
|
2656
|
-
"backdrop-opacity": [
|
|
2654
|
+
"backdrop-opacity": [g, c, i]
|
|
2657
2655
|
}],
|
|
2658
2656
|
/**
|
|
2659
2657
|
* Backdrop Saturate
|
|
2660
2658
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2661
2659
|
*/
|
|
2662
2660
|
"backdrop-saturate": [{
|
|
2663
|
-
"backdrop-saturate": [
|
|
2661
|
+
"backdrop-saturate": [g, c, i]
|
|
2664
2662
|
}],
|
|
2665
2663
|
/**
|
|
2666
2664
|
* Backdrop Sepia
|
|
2667
2665
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2668
2666
|
*/
|
|
2669
2667
|
"backdrop-sepia": [{
|
|
2670
|
-
"backdrop-sepia": ["",
|
|
2668
|
+
"backdrop-sepia": ["", g, c, i]
|
|
2671
2669
|
}],
|
|
2672
2670
|
// --------------
|
|
2673
2671
|
// --- Tables ---
|
|
@@ -2736,28 +2734,28 @@ const C = (e) => {
|
|
|
2736
2734
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2737
2735
|
*/
|
|
2738
2736
|
duration: [{
|
|
2739
|
-
duration: [
|
|
2737
|
+
duration: [g, "initial", c, i]
|
|
2740
2738
|
}],
|
|
2741
2739
|
/**
|
|
2742
2740
|
* Transition Timing Function
|
|
2743
2741
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2744
2742
|
*/
|
|
2745
2743
|
ease: [{
|
|
2746
|
-
ease: ["linear", "initial",
|
|
2744
|
+
ease: ["linear", "initial", R, c, i]
|
|
2747
2745
|
}],
|
|
2748
2746
|
/**
|
|
2749
2747
|
* Transition Delay
|
|
2750
2748
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2751
2749
|
*/
|
|
2752
2750
|
delay: [{
|
|
2753
|
-
delay: [
|
|
2751
|
+
delay: [g, c, i]
|
|
2754
2752
|
}],
|
|
2755
2753
|
/**
|
|
2756
2754
|
* Animation
|
|
2757
2755
|
* @see https://tailwindcss.com/docs/animation
|
|
2758
2756
|
*/
|
|
2759
2757
|
animate: [{
|
|
2760
|
-
animate: ["none",
|
|
2758
|
+
animate: ["none", Q, c, i]
|
|
2761
2759
|
}],
|
|
2762
2760
|
// ------------------
|
|
2763
2761
|
// --- Transforms ---
|
|
@@ -2774,42 +2772,42 @@ const C = (e) => {
|
|
|
2774
2772
|
* @see https://tailwindcss.com/docs/perspective
|
|
2775
2773
|
*/
|
|
2776
2774
|
perspective: [{
|
|
2777
|
-
perspective: [
|
|
2775
|
+
perspective: [j, c, i]
|
|
2778
2776
|
}],
|
|
2779
2777
|
/**
|
|
2780
2778
|
* Perspective Origin
|
|
2781
2779
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2782
2780
|
*/
|
|
2783
2781
|
"perspective-origin": [{
|
|
2784
|
-
"perspective-origin":
|
|
2782
|
+
"perspective-origin": W()
|
|
2785
2783
|
}],
|
|
2786
2784
|
/**
|
|
2787
2785
|
* Rotate
|
|
2788
2786
|
* @see https://tailwindcss.com/docs/rotate
|
|
2789
2787
|
*/
|
|
2790
2788
|
rotate: [{
|
|
2791
|
-
rotate:
|
|
2789
|
+
rotate: A()
|
|
2792
2790
|
}],
|
|
2793
2791
|
/**
|
|
2794
2792
|
* Rotate X
|
|
2795
2793
|
* @see https://tailwindcss.com/docs/rotate
|
|
2796
2794
|
*/
|
|
2797
2795
|
"rotate-x": [{
|
|
2798
|
-
"rotate-x":
|
|
2796
|
+
"rotate-x": A()
|
|
2799
2797
|
}],
|
|
2800
2798
|
/**
|
|
2801
2799
|
* Rotate Y
|
|
2802
2800
|
* @see https://tailwindcss.com/docs/rotate
|
|
2803
2801
|
*/
|
|
2804
2802
|
"rotate-y": [{
|
|
2805
|
-
"rotate-y":
|
|
2803
|
+
"rotate-y": A()
|
|
2806
2804
|
}],
|
|
2807
2805
|
/**
|
|
2808
2806
|
* Rotate Z
|
|
2809
2807
|
* @see https://tailwindcss.com/docs/rotate
|
|
2810
2808
|
*/
|
|
2811
2809
|
"rotate-z": [{
|
|
2812
|
-
"rotate-z":
|
|
2810
|
+
"rotate-z": A()
|
|
2813
2811
|
}],
|
|
2814
2812
|
/**
|
|
2815
2813
|
* Scale
|
|
@@ -2849,21 +2847,21 @@ const C = (e) => {
|
|
|
2849
2847
|
* @see https://tailwindcss.com/docs/skew
|
|
2850
2848
|
*/
|
|
2851
2849
|
skew: [{
|
|
2852
|
-
skew:
|
|
2850
|
+
skew: a1()
|
|
2853
2851
|
}],
|
|
2854
2852
|
/**
|
|
2855
2853
|
* Skew X
|
|
2856
2854
|
* @see https://tailwindcss.com/docs/skew
|
|
2857
2855
|
*/
|
|
2858
2856
|
"skew-x": [{
|
|
2859
|
-
"skew-x":
|
|
2857
|
+
"skew-x": a1()
|
|
2860
2858
|
}],
|
|
2861
2859
|
/**
|
|
2862
2860
|
* Skew Y
|
|
2863
2861
|
* @see https://tailwindcss.com/docs/skew
|
|
2864
2862
|
*/
|
|
2865
2863
|
"skew-y": [{
|
|
2866
|
-
"skew-y":
|
|
2864
|
+
"skew-y": a1()
|
|
2867
2865
|
}],
|
|
2868
2866
|
/**
|
|
2869
2867
|
* Transform
|
|
@@ -2877,7 +2875,7 @@ const C = (e) => {
|
|
|
2877
2875
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2878
2876
|
*/
|
|
2879
2877
|
"transform-origin": [{
|
|
2880
|
-
origin:
|
|
2878
|
+
origin: W()
|
|
2881
2879
|
}],
|
|
2882
2880
|
/**
|
|
2883
2881
|
* Transform Style
|
|
@@ -2891,28 +2889,28 @@ const C = (e) => {
|
|
|
2891
2889
|
* @see https://tailwindcss.com/docs/translate
|
|
2892
2890
|
*/
|
|
2893
2891
|
translate: [{
|
|
2894
|
-
translate:
|
|
2892
|
+
translate: v1()
|
|
2895
2893
|
}],
|
|
2896
2894
|
/**
|
|
2897
2895
|
* Translate X
|
|
2898
2896
|
* @see https://tailwindcss.com/docs/translate
|
|
2899
2897
|
*/
|
|
2900
2898
|
"translate-x": [{
|
|
2901
|
-
"translate-x":
|
|
2899
|
+
"translate-x": v1()
|
|
2902
2900
|
}],
|
|
2903
2901
|
/**
|
|
2904
2902
|
* Translate Y
|
|
2905
2903
|
* @see https://tailwindcss.com/docs/translate
|
|
2906
2904
|
*/
|
|
2907
2905
|
"translate-y": [{
|
|
2908
|
-
"translate-y":
|
|
2906
|
+
"translate-y": v1()
|
|
2909
2907
|
}],
|
|
2910
2908
|
/**
|
|
2911
2909
|
* Translate Z
|
|
2912
2910
|
* @see https://tailwindcss.com/docs/translate
|
|
2913
2911
|
*/
|
|
2914
2912
|
"translate-z": [{
|
|
2915
|
-
"translate-z":
|
|
2913
|
+
"translate-z": v1()
|
|
2916
2914
|
}],
|
|
2917
2915
|
/**
|
|
2918
2916
|
* Translate None
|
|
@@ -3194,7 +3192,7 @@ const C = (e) => {
|
|
|
3194
3192
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3195
3193
|
*/
|
|
3196
3194
|
"stroke-w": [{
|
|
3197
|
-
stroke: [
|
|
3195
|
+
stroke: [g, c1, X, f1]
|
|
3198
3196
|
}],
|
|
3199
3197
|
/**
|
|
3200
3198
|
* Stroke
|
|
@@ -3269,48 +3267,48 @@ const C = (e) => {
|
|
|
3269
3267
|
},
|
|
3270
3268
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3271
3269
|
};
|
|
3272
|
-
},
|
|
3273
|
-
function
|
|
3274
|
-
var
|
|
3270
|
+
}, P0 = /* @__PURE__ */ w0(B0);
|
|
3271
|
+
function O1(e) {
|
|
3272
|
+
var t, o, s = "";
|
|
3275
3273
|
if (typeof e == "string" || typeof e == "number") s += e;
|
|
3276
3274
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
3277
|
-
var
|
|
3278
|
-
for (
|
|
3279
|
-
} else for (
|
|
3275
|
+
var l = e.length;
|
|
3276
|
+
for (t = 0; t < l; t++) e[t] && (o = O1(e[t])) && (s && (s += " "), s += o);
|
|
3277
|
+
} else for (o in e) e[o] && (s && (s += " "), s += o);
|
|
3280
3278
|
return s;
|
|
3281
3279
|
}
|
|
3282
|
-
function
|
|
3283
|
-
for (var e,
|
|
3280
|
+
function O0() {
|
|
3281
|
+
for (var e, t, o = 0, s = "", l = arguments.length; o < l; o++) (e = arguments[o]) && (t = O1(e)) && (s && (s += " "), s += t);
|
|
3284
3282
|
return s;
|
|
3285
3283
|
}
|
|
3286
|
-
function
|
|
3287
|
-
const
|
|
3288
|
-
return
|
|
3284
|
+
function n1(...e) {
|
|
3285
|
+
const t = e.filter((o) => o && o.trim() !== "");
|
|
3286
|
+
return t.length === 0 ? "" : t.length === 1 ? t[0] : P0(O0(t));
|
|
3289
3287
|
}
|
|
3290
|
-
const
|
|
3288
|
+
const I0 = (e) => !Array.isArray(e) || e.length === 0, z = class {
|
|
3291
3289
|
};
|
|
3292
|
-
|
|
3293
|
-
(
|
|
3294
|
-
)),
|
|
3295
|
-
(
|
|
3296
|
-
)),
|
|
3297
|
-
(
|
|
3298
|
-
|
|
3290
|
+
J(z, "IsZeroArray", (e) => I0(e)), J(z, "RemoveItem", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
|
|
3291
|
+
(o) => o !== t
|
|
3292
|
+
)), J(z, "RemoveItemByID", (e, t) => z.IsZeroArray(e) ? [] : e.filter(
|
|
3293
|
+
(o) => o.id !== t
|
|
3294
|
+
)), J(z, "UpdateItem", (e, t) => z.IsZeroArray(e) ? [] : (e.forEach(
|
|
3295
|
+
(o, s) => {
|
|
3296
|
+
o.id === t.id && (e[s] = t);
|
|
3299
3297
|
}
|
|
3300
|
-
), e)),
|
|
3301
|
-
class
|
|
3298
|
+
), e)), J(z, "PrependItem", (e, t) => z.IsZeroArray(e) ? [t] : [t, ...e]), J(z, "AppendArray", (e, t) => z.IsZeroArray(e) ? t : [...e, ...t]), J(z, "Union", (e, t) => e.concat(t.filter((o) => e.indexOf(o) < 0)));
|
|
3299
|
+
class N0 extends Error {
|
|
3302
3300
|
}
|
|
3303
|
-
|
|
3304
|
-
function
|
|
3305
|
-
return /* @__PURE__ */
|
|
3301
|
+
N0.prototype.name = "InvalidTokenError";
|
|
3302
|
+
function V0({ className: e = "", size: t = a.md }) {
|
|
3303
|
+
return /* @__PURE__ */ r.jsx(
|
|
3306
3304
|
"svg",
|
|
3307
3305
|
{
|
|
3308
3306
|
viewBox: "0 0 64 64",
|
|
3309
3307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3310
|
-
height:
|
|
3311
|
-
width:
|
|
3312
|
-
className:
|
|
3313
|
-
children: /* @__PURE__ */
|
|
3308
|
+
height: t,
|
|
3309
|
+
width: t,
|
|
3310
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3311
|
+
children: /* @__PURE__ */ r.jsx("g", { id: "Layer_25", "data-name": "Layer 25", children: /* @__PURE__ */ r.jsx(
|
|
3314
3312
|
"path",
|
|
3315
3313
|
{
|
|
3316
3314
|
stroke: "currentColor",
|
|
@@ -3320,67 +3318,67 @@ function Y0({ className: e = "", size: r = l.md }) {
|
|
|
3320
3318
|
}
|
|
3321
3319
|
);
|
|
3322
3320
|
}
|
|
3323
|
-
function
|
|
3324
|
-
return /* @__PURE__ */
|
|
3321
|
+
function W0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3322
|
+
return /* @__PURE__ */ r.jsx(
|
|
3325
3323
|
"svg",
|
|
3326
3324
|
{
|
|
3327
3325
|
className: e,
|
|
3328
|
-
height:
|
|
3329
|
-
width:
|
|
3326
|
+
height: t,
|
|
3327
|
+
width: t,
|
|
3330
3328
|
version: "1.1",
|
|
3331
3329
|
id: "Capa_1",
|
|
3332
3330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3333
3331
|
viewBox: "0 0 32 32",
|
|
3334
|
-
children: /* @__PURE__ */
|
|
3332
|
+
children: /* @__PURE__ */ r.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" })
|
|
3335
3333
|
}
|
|
3336
3334
|
);
|
|
3337
3335
|
}
|
|
3338
|
-
function
|
|
3339
|
-
return /* @__PURE__ */
|
|
3336
|
+
function $0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3337
|
+
return /* @__PURE__ */ r.jsx(
|
|
3340
3338
|
"svg",
|
|
3341
3339
|
{
|
|
3342
3340
|
className: e,
|
|
3343
|
-
height:
|
|
3344
|
-
width:
|
|
3341
|
+
height: t,
|
|
3342
|
+
width: t,
|
|
3345
3343
|
version: "1.1",
|
|
3346
3344
|
id: "Capa_1",
|
|
3347
3345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3348
3346
|
viewBox: "0 0 32 32",
|
|
3349
|
-
children: /* @__PURE__ */
|
|
3347
|
+
children: /* @__PURE__ */ r.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" })
|
|
3350
3348
|
}
|
|
3351
3349
|
);
|
|
3352
3350
|
}
|
|
3353
|
-
function G0({ className: e = "fill-gray-600", size:
|
|
3354
|
-
return /* @__PURE__ */
|
|
3351
|
+
function G0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3352
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3355
3353
|
"svg",
|
|
3356
3354
|
{
|
|
3357
3355
|
className: e,
|
|
3358
|
-
height:
|
|
3359
|
-
width:
|
|
3356
|
+
height: t,
|
|
3357
|
+
width: t,
|
|
3360
3358
|
version: "1.1",
|
|
3361
3359
|
id: "Capa_1",
|
|
3362
3360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3363
3361
|
viewBox: "0 0 32 32",
|
|
3364
3362
|
children: [
|
|
3365
|
-
/* @__PURE__ */
|
|
3366
|
-
/* @__PURE__ */
|
|
3367
|
-
/* @__PURE__ */
|
|
3363
|
+
/* @__PURE__ */ r.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" }),
|
|
3364
|
+
/* @__PURE__ */ r.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" }),
|
|
3365
|
+
/* @__PURE__ */ r.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" })
|
|
3368
3366
|
]
|
|
3369
3367
|
}
|
|
3370
3368
|
);
|
|
3371
3369
|
}
|
|
3372
|
-
function
|
|
3373
|
-
return /* @__PURE__ */
|
|
3370
|
+
function D0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3371
|
+
return /* @__PURE__ */ r.jsx(
|
|
3374
3372
|
"svg",
|
|
3375
3373
|
{
|
|
3376
3374
|
className: e,
|
|
3377
|
-
height:
|
|
3378
|
-
width:
|
|
3375
|
+
height: t,
|
|
3376
|
+
width: t,
|
|
3379
3377
|
version: "1.1",
|
|
3380
3378
|
id: "Capa_1",
|
|
3381
3379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3382
3380
|
viewBox: "0 0 32 32",
|
|
3383
|
-
children: /* @__PURE__ */
|
|
3381
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3384
3382
|
"path",
|
|
3385
3383
|
{
|
|
3386
3384
|
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
|
|
@@ -3412,65 +3410,65 @@ function J0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
3412
3410
|
}
|
|
3413
3411
|
);
|
|
3414
3412
|
}
|
|
3415
|
-
function
|
|
3416
|
-
return /* @__PURE__ */
|
|
3413
|
+
function F0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3414
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3417
3415
|
"svg",
|
|
3418
3416
|
{
|
|
3419
3417
|
className: e,
|
|
3420
|
-
height:
|
|
3421
|
-
width:
|
|
3418
|
+
height: t,
|
|
3419
|
+
width: t,
|
|
3422
3420
|
version: "1.1",
|
|
3423
3421
|
id: "Capa_1",
|
|
3424
3422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3425
3423
|
viewBox: "0 0 45 45",
|
|
3426
3424
|
children: [
|
|
3427
|
-
/* @__PURE__ */
|
|
3425
|
+
/* @__PURE__ */ r.jsx(
|
|
3428
3426
|
"path",
|
|
3429
3427
|
{
|
|
3430
3428
|
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",
|
|
3431
3429
|
fill: e
|
|
3432
3430
|
}
|
|
3433
3431
|
),
|
|
3434
|
-
/* @__PURE__ */
|
|
3432
|
+
/* @__PURE__ */ r.jsx(
|
|
3435
3433
|
"path",
|
|
3436
3434
|
{
|
|
3437
3435
|
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",
|
|
3438
3436
|
stroke: e
|
|
3439
3437
|
}
|
|
3440
3438
|
),
|
|
3441
|
-
/* @__PURE__ */
|
|
3439
|
+
/* @__PURE__ */ r.jsx(
|
|
3442
3440
|
"path",
|
|
3443
3441
|
{
|
|
3444
3442
|
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",
|
|
3445
3443
|
fill: e
|
|
3446
3444
|
}
|
|
3447
3445
|
),
|
|
3448
|
-
/* @__PURE__ */
|
|
3446
|
+
/* @__PURE__ */ r.jsx(
|
|
3449
3447
|
"path",
|
|
3450
3448
|
{
|
|
3451
3449
|
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",
|
|
3452
3450
|
stroke: e
|
|
3453
3451
|
}
|
|
3454
3452
|
),
|
|
3455
|
-
/* @__PURE__ */
|
|
3453
|
+
/* @__PURE__ */ r.jsx("path", { d: "M8.60785 14.061L24.6138 20.065", stroke: e, "stroke-width": "2" }),
|
|
3456
3454
|
" "
|
|
3457
3455
|
]
|
|
3458
3456
|
}
|
|
3459
3457
|
);
|
|
3460
3458
|
}
|
|
3461
|
-
function
|
|
3462
|
-
return /* @__PURE__ */
|
|
3459
|
+
function Y0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3460
|
+
return /* @__PURE__ */ r.jsx(
|
|
3463
3461
|
"svg",
|
|
3464
3462
|
{
|
|
3465
3463
|
className: e,
|
|
3466
|
-
height:
|
|
3467
|
-
width:
|
|
3464
|
+
height: t,
|
|
3465
|
+
width: t,
|
|
3468
3466
|
version: "1.1",
|
|
3469
3467
|
id: "Capa_1",
|
|
3470
3468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3471
3469
|
viewBox: "0 0 512 512",
|
|
3472
|
-
children: /* @__PURE__ */
|
|
3473
|
-
/* @__PURE__ */
|
|
3470
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3471
|
+
/* @__PURE__ */ r.jsx(
|
|
3474
3472
|
"path",
|
|
3475
3473
|
{
|
|
3476
3474
|
className: "st0",
|
|
@@ -3482,7 +3480,7 @@ function Q0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
3482
3480
|
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`
|
|
3483
3481
|
}
|
|
3484
3482
|
),
|
|
3485
|
-
/* @__PURE__ */
|
|
3483
|
+
/* @__PURE__ */ r.jsx(
|
|
3486
3484
|
"path",
|
|
3487
3485
|
{
|
|
3488
3486
|
className: "st0",
|
|
@@ -3493,7 +3491,7 @@ function Q0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
3493
3491
|
c17.326,7.139,60.094,62.45,60.094,239.898C433.203,400.981,408.915,446.586,391.183,479.879z`
|
|
3494
3492
|
}
|
|
3495
3493
|
),
|
|
3496
|
-
/* @__PURE__ */
|
|
3494
|
+
/* @__PURE__ */ r.jsx(
|
|
3497
3495
|
"path",
|
|
3498
3496
|
{
|
|
3499
3497
|
className: "st0",
|
|
@@ -3515,75 +3513,75 @@ function Q0({ className: e = "fill-gray-600", size: r = l.md }) {
|
|
|
3515
3513
|
}
|
|
3516
3514
|
);
|
|
3517
3515
|
}
|
|
3518
|
-
function
|
|
3519
|
-
return /* @__PURE__ */
|
|
3516
|
+
function U0({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
3517
|
+
return /* @__PURE__ */ r.jsx(
|
|
3520
3518
|
"svg",
|
|
3521
3519
|
{
|
|
3522
3520
|
className: e,
|
|
3523
|
-
height:
|
|
3524
|
-
width:
|
|
3521
|
+
height: t,
|
|
3522
|
+
width: t,
|
|
3525
3523
|
version: "1.1",
|
|
3526
3524
|
id: "Capa_1",
|
|
3527
3525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3528
3526
|
viewBox: "0 0 24 24",
|
|
3529
|
-
children: /* @__PURE__ */
|
|
3527
|
+
children: /* @__PURE__ */ r.jsx("g", { id: "Baseball_Ball", "data-name": "Baseball Ball", children: /* @__PURE__ */ r.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" }) })
|
|
3530
3528
|
}
|
|
3531
3529
|
);
|
|
3532
3530
|
}
|
|
3533
|
-
const
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3531
|
+
const J0 = {
|
|
3532
|
+
tennis: U1,
|
|
3533
|
+
pickleball: V0,
|
|
3534
|
+
basketball: X1,
|
|
3535
|
+
golf: Q1,
|
|
3536
|
+
hiking: Y1,
|
|
3537
|
+
running: J1,
|
|
3538
|
+
gym: $0,
|
|
3539
|
+
baseball: U0,
|
|
3540
|
+
biking: W0,
|
|
3541
|
+
yoga: D0,
|
|
3542
|
+
tabletennis: e0,
|
|
3543
|
+
football: r0,
|
|
3544
|
+
soccer: F1,
|
|
3545
|
+
badminton: K1,
|
|
3546
|
+
skiing: F0,
|
|
3547
|
+
surfing: Y0,
|
|
3548
|
+
swimming: G0,
|
|
3549
|
+
hockey: t0
|
|
3552
3550
|
};
|
|
3553
|
-
function
|
|
3551
|
+
function X0({
|
|
3554
3552
|
interestName: e,
|
|
3555
|
-
className:
|
|
3556
|
-
size:
|
|
3553
|
+
className: t,
|
|
3554
|
+
size: o
|
|
3557
3555
|
}) {
|
|
3558
|
-
const s =
|
|
3559
|
-
return s && /* @__PURE__ */
|
|
3556
|
+
const s = J0[e];
|
|
3557
|
+
return s && /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3560
3558
|
}
|
|
3561
|
-
function
|
|
3562
|
-
return /* @__PURE__ */
|
|
3559
|
+
function Q0({ className: e = "", size: t = a.md }) {
|
|
3560
|
+
return /* @__PURE__ */ r.jsx(
|
|
3563
3561
|
"svg",
|
|
3564
3562
|
{
|
|
3565
3563
|
className: e,
|
|
3566
|
-
height:
|
|
3567
|
-
width:
|
|
3564
|
+
height: t,
|
|
3565
|
+
width: t,
|
|
3568
3566
|
viewBox: "0 0 256 256",
|
|
3569
3567
|
id: "Flat",
|
|
3570
3568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3571
|
-
children: /* @__PURE__ */
|
|
3569
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M100,140a8,8,0,1,1-8-8A8.00009,8.00009,0,0,1,100,140Zm64,8a8,8,0,1,0-8-8A8.00009,8.00009,0,0,0,164,148Zm67.0752-7.68408a12.19645,12.19645,0,0,1-5.043,1.10742,11.83693,11.83693,0,0,1-9.34766-4.62305L212,130.83813V184a36.04061,36.04061,0,0,1-36,36H80a36.04061,36.04061,0,0,1-36-36V130.83813l-4.68457,5.96216a11.83839,11.83839,0,0,1-9.34766,4.62305,12.19645,12.19645,0,0,1-5.043-1.10742A11.82706,11.82706,0,0,1,18.085,127.17529l16.418-87.5664A12.00119,12.00119,0,0,1,49.209,30.1792L104.49121,44h47.01758L206.792,30.1792a12.001,12.001,0,0,1,14.70508,9.4292l16.418,87.5664A11.82738,11.82738,0,0,1,231.0752,140.31592ZM97.04,50.3833,47.26855,37.93994a4.04357,4.04357,0,0,0-.98144-.12158,4.005,4.005,0,0,0-3.9209,3.26562l-16.418,87.56543a3.99987,3.99987,0,0,0,7.07617,3.2085ZM204,120.65625,150.05566,52H105.94434L52,120.65625V184a28.03146,28.03146,0,0,0,28,28h44V193.65674l-14.82812-14.82813a3.99991,3.99991,0,0,1,5.65624-5.65722L128,186.34326l13.17188-13.17187a3.99991,3.99991,0,0,1,5.65624,5.65722L132,193.65674V212h44a28.03146,28.03146,0,0,0,28-28Zm26.05176,7.99268-16.418-87.56543a3.99966,3.99966,0,0,0-4.90137-3.14356L158.96,50.3833l64.01563,81.47461a3.99993,3.99993,0,0,0,7.07617-3.209Z" })
|
|
3572
3570
|
}
|
|
3573
3571
|
);
|
|
3574
3572
|
}
|
|
3575
|
-
function
|
|
3576
|
-
return /* @__PURE__ */
|
|
3573
|
+
function K0({ className: e = "", size: t = a.md }) {
|
|
3574
|
+
return /* @__PURE__ */ r.jsx(
|
|
3577
3575
|
"svg",
|
|
3578
3576
|
{
|
|
3579
3577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3580
3578
|
id: "Layer_1",
|
|
3581
3579
|
"data-name": "Layer 1",
|
|
3582
3580
|
viewBox: "0 0 24 24",
|
|
3583
|
-
width:
|
|
3584
|
-
height:
|
|
3585
|
-
className:
|
|
3586
|
-
children: /* @__PURE__ */
|
|
3581
|
+
width: t,
|
|
3582
|
+
height: t,
|
|
3583
|
+
className: n1("stroke-1 text-gray-600", e),
|
|
3584
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3587
3585
|
"path",
|
|
3588
3586
|
{
|
|
3589
3587
|
stroke: "currentColor",
|
|
@@ -3593,32 +3591,32 @@ function n2({ className: e = "", size: r = l.md }) {
|
|
|
3593
3591
|
}
|
|
3594
3592
|
);
|
|
3595
3593
|
}
|
|
3596
|
-
const
|
|
3597
|
-
|
|
3598
|
-
|
|
3594
|
+
const e2 = {
|
|
3595
|
+
cat: K0,
|
|
3596
|
+
dog: Q0
|
|
3599
3597
|
};
|
|
3600
|
-
function
|
|
3601
|
-
const s =
|
|
3602
|
-
return s && /* @__PURE__ */
|
|
3598
|
+
function t2({ interestName: e, className: t, size: o }) {
|
|
3599
|
+
const s = e2[e];
|
|
3600
|
+
return s && /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3603
3601
|
}
|
|
3604
|
-
function
|
|
3605
|
-
return /* @__PURE__ */
|
|
3602
|
+
function r2({ className: e = "", size: t = a.md }) {
|
|
3603
|
+
return /* @__PURE__ */ r.jsx(
|
|
3606
3604
|
"svg",
|
|
3607
3605
|
{
|
|
3608
3606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3609
|
-
height:
|
|
3610
|
-
width:
|
|
3611
|
-
className:
|
|
3607
|
+
height: t,
|
|
3608
|
+
width: t,
|
|
3609
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3612
3610
|
viewBox: "0 0 465.072 465.072",
|
|
3613
|
-
children: /* @__PURE__ */
|
|
3614
|
-
/* @__PURE__ */
|
|
3611
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
3612
|
+
/* @__PURE__ */ r.jsx(
|
|
3615
3613
|
"path",
|
|
3616
3614
|
{
|
|
3617
3615
|
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
|
|
3618
3616
|
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`
|
|
3619
3617
|
}
|
|
3620
3618
|
),
|
|
3621
|
-
/* @__PURE__ */
|
|
3619
|
+
/* @__PURE__ */ r.jsx(
|
|
3622
3620
|
"path",
|
|
3623
3621
|
{
|
|
3624
3622
|
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
|
|
@@ -3657,297 +3655,258 @@ function l2({ className: e = "", size: r = l.md }) {
|
|
|
3657
3655
|
}
|
|
3658
3656
|
);
|
|
3659
3657
|
}
|
|
3660
|
-
function
|
|
3661
|
-
return /* @__PURE__ */
|
|
3658
|
+
function o2({ className: e = "", size: t = a.md }) {
|
|
3659
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3662
3660
|
"svg",
|
|
3663
3661
|
{
|
|
3664
|
-
height:
|
|
3665
|
-
width:
|
|
3666
|
-
className:
|
|
3662
|
+
height: t,
|
|
3663
|
+
width: t,
|
|
3664
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3667
3665
|
viewBox: "0 -5 512.00242 512",
|
|
3668
3666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3669
3667
|
children: [
|
|
3670
|
-
/* @__PURE__ */
|
|
3671
|
-
/* @__PURE__ */
|
|
3672
|
-
/* @__PURE__ */
|
|
3673
|
-
/* @__PURE__ */
|
|
3674
|
-
/* @__PURE__ */
|
|
3668
|
+
/* @__PURE__ */ r.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" }),
|
|
3669
|
+
/* @__PURE__ */ r.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" }),
|
|
3670
|
+
/* @__PURE__ */ r.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" }),
|
|
3671
|
+
/* @__PURE__ */ r.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" }),
|
|
3672
|
+
/* @__PURE__ */ r.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" })
|
|
3675
3673
|
]
|
|
3676
3674
|
}
|
|
3677
3675
|
);
|
|
3678
3676
|
}
|
|
3679
|
-
const
|
|
3680
|
-
|
|
3681
|
-
|
|
3677
|
+
const n2 = {
|
|
3678
|
+
guitar: r2,
|
|
3679
|
+
singing: o2
|
|
3682
3680
|
};
|
|
3683
|
-
function
|
|
3684
|
-
const s =
|
|
3685
|
-
return s && /* @__PURE__ */
|
|
3681
|
+
function s2({ interestName: e, className: t, size: o }) {
|
|
3682
|
+
const s = n2[e];
|
|
3683
|
+
return s && /* @__PURE__ */ r.jsx(s, { className: t, size: o });
|
|
3686
3684
|
}
|
|
3687
|
-
const
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3685
|
+
const a2 = {
|
|
3686
|
+
sports: X0,
|
|
3687
|
+
pets: t2,
|
|
3688
|
+
music: s2
|
|
3691
3689
|
};
|
|
3692
|
-
function
|
|
3690
|
+
function g2({
|
|
3693
3691
|
interestName: e,
|
|
3694
|
-
categoryName:
|
|
3695
|
-
size:
|
|
3692
|
+
categoryName: t,
|
|
3693
|
+
size: o = a.sm,
|
|
3696
3694
|
className: s = ""
|
|
3697
3695
|
}) {
|
|
3698
|
-
const
|
|
3699
|
-
return
|
|
3700
|
-
}
|
|
3701
|
-
function b2({ className: e = "fill-blue-500", size: r = l.xl }) {
|
|
3702
|
-
return /* @__PURE__ */ t.jsx(
|
|
3703
|
-
"svg",
|
|
3704
|
-
{
|
|
3705
|
-
className: e,
|
|
3706
|
-
version: "1.0",
|
|
3707
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3708
|
-
width: r,
|
|
3709
|
-
height: r,
|
|
3710
|
-
viewBox: "0 0 1271.000000 1280.000000",
|
|
3711
|
-
preserveAspectRatio: "xMidYMid meet",
|
|
3712
|
-
children: /* @__PURE__ */ t.jsx("g", { transform: "translate(0.000000,1280.000000) scale(0.100000,-0.100000)", stroke: "none", children: /* @__PURE__ */ t.jsx(
|
|
3713
|
-
"path",
|
|
3714
|
-
{
|
|
3715
|
-
d: `M2735 9065 c-95 -17 -242 -58 -345 -95 -115 -42 -232 -91 -247 -102
|
|
3716
|
-
-9 -7 1 -26 37 -71 28 -34 48 -67 46 -73 -3 -7 16 -36 41 -65 175 -204 392
|
|
3717
|
-
-650 554 -1139 307 -927 500 -2012 550 -3085 15 -317 6 -892 -15 -1065 -25
|
|
3718
|
-
-197 -66 -410 -102 -532 -5 -16 2 -18 49 -18 29 0 56 -3 59 -6 3 -3 -1 -30 -8
|
|
3719
|
-
-60 -8 -30 -12 -59 -8 -65 12 -21 333 10 494 48 179 41 395 127 555 220 169
|
|
3720
|
-
99 372 266 508 418 344 386 884 1271 1248 2047 41 87 78 158 82 158 4 0 5 -44
|
|
3721
|
-
2 -97 -17 -296 -25 -822 -15 -1001 34 -639 137 -1012 385 -1386 131 -199 252
|
|
3722
|
-
-312 420 -392 382 -182 871 -120 1295 163 492 329 919 914 1386 1896 242 509
|
|
3723
|
-
423 982 549 1439 209 754 259 1532 125 1928 -30 88 -145 299 -200 368 -52 65
|
|
3724
|
-
-143 130 -227 163 -72 27 -273 38 -380 20 -96 -17 -255 -72 -361 -125 -107
|
|
3725
|
-
-54 -362 -222 -362 -239 0 -4 19 -16 43 -28 23 -12 54 -30 69 -41 l28 -19 -28
|
|
3726
|
-
-24 c-15 -13 -25 -25 -22 -28 3 -2 31 -18 63 -36 95 -54 172 -133 213 -217
|
|
3727
|
-
105 -218 148 -604 125 -1110 -24 -524 -78 -910 -187 -1348 -88 -350 -203 -663
|
|
3728
|
-
-360 -982 -290 -590 -623 -887 -993 -886 -157 0 -271 48 -367 155 -55 61 -68
|
|
3729
|
-
86 -105 195 -103 304 -137 765 -109 1452 20 469 61 880 126 1270 25 146 69
|
|
3730
|
-
409 99 585 94 561 97 619 42 722 -12 23 -39 73 -59 112 -84 157 -195 211 -436
|
|
3731
|
-
211 -160 0 -313 -30 -545 -108 l-172 -57 -1 -170 c-2 -180 -18 -310 -61 -505
|
|
3732
|
-
-155 -700 -679 -1808 -1286 -2720 -167 -251 -405 -585 -412 -578 -2 2 -8 73
|
|
3733
|
-
-15 158 -128 1750 -385 3120 -730 3892 -101 227 -262 498 -366 620 -101 116
|
|
3734
|
-
-210 193 -323 228 -75 24 -234 26 -346 5z`
|
|
3735
|
-
}
|
|
3736
|
-
) })
|
|
3737
|
-
}
|
|
3738
|
-
);
|
|
3696
|
+
const l = a2[t];
|
|
3697
|
+
return l && /* @__PURE__ */ r.jsx(l, { interestName: e, size: o, className: s });
|
|
3739
3698
|
}
|
|
3740
|
-
function
|
|
3741
|
-
return /* @__PURE__ */
|
|
3699
|
+
function p2({ className: e = "", size: t = a.md }) {
|
|
3700
|
+
return /* @__PURE__ */ r.jsx(
|
|
3742
3701
|
"svg",
|
|
3743
3702
|
{
|
|
3744
3703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3745
3704
|
className: e,
|
|
3746
|
-
height:
|
|
3747
|
-
width:
|
|
3705
|
+
height: t,
|
|
3706
|
+
width: t,
|
|
3748
3707
|
viewBox: "0 -960 960 960",
|
|
3749
|
-
children: /* @__PURE__ */
|
|
3708
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z" })
|
|
3750
3709
|
}
|
|
3751
3710
|
);
|
|
3752
3711
|
}
|
|
3753
|
-
function
|
|
3754
|
-
return /* @__PURE__ */
|
|
3712
|
+
function f2({ className: e = "", size: t = a.md }) {
|
|
3713
|
+
return /* @__PURE__ */ r.jsx(
|
|
3755
3714
|
"svg",
|
|
3756
3715
|
{
|
|
3757
3716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3758
3717
|
className: e,
|
|
3759
|
-
height:
|
|
3760
|
-
width:
|
|
3718
|
+
height: t,
|
|
3719
|
+
width: t,
|
|
3761
3720
|
viewBox: "0 -960 960 960",
|
|
3762
|
-
children: /* @__PURE__ */
|
|
3721
|
+
children: /* @__PURE__ */ r.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" })
|
|
3763
3722
|
}
|
|
3764
3723
|
);
|
|
3765
3724
|
}
|
|
3766
|
-
function
|
|
3767
|
-
return /* @__PURE__ */
|
|
3725
|
+
function w2({ className: e = "", size: t = a.md }) {
|
|
3726
|
+
return /* @__PURE__ */ r.jsx(
|
|
3768
3727
|
"svg",
|
|
3769
3728
|
{
|
|
3770
3729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3771
3730
|
className: e,
|
|
3772
|
-
height:
|
|
3773
|
-
width:
|
|
3731
|
+
height: t,
|
|
3732
|
+
width: t,
|
|
3774
3733
|
viewBox: "0 -960 960 960",
|
|
3775
|
-
children: /* @__PURE__ */
|
|
3734
|
+
children: /* @__PURE__ */ r.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" })
|
|
3776
3735
|
}
|
|
3777
3736
|
);
|
|
3778
3737
|
}
|
|
3779
|
-
function
|
|
3780
|
-
return /* @__PURE__ */
|
|
3738
|
+
function x2({ className: e = "", size: t = a.md }) {
|
|
3739
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3781
3740
|
"svg",
|
|
3782
3741
|
{
|
|
3783
3742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3784
3743
|
className: e,
|
|
3785
|
-
height:
|
|
3786
|
-
width:
|
|
3744
|
+
height: t,
|
|
3745
|
+
width: t,
|
|
3787
3746
|
viewBox: "0 0 512 512",
|
|
3788
3747
|
children: [
|
|
3789
|
-
/* @__PURE__ */
|
|
3790
|
-
/* @__PURE__ */
|
|
3791
|
-
/* @__PURE__ */
|
|
3792
|
-
/* @__PURE__ */
|
|
3748
|
+
/* @__PURE__ */ r.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" }),
|
|
3749
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "255.984", cy: "271", r: "15" }),
|
|
3750
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "315.981", cy: "271", r: "15" }),
|
|
3751
|
+
/* @__PURE__ */ r.jsx("circle", { cx: "375.977", cy: "271", r: "15" })
|
|
3793
3752
|
]
|
|
3794
3753
|
}
|
|
3795
3754
|
);
|
|
3796
3755
|
}
|
|
3797
|
-
function
|
|
3798
|
-
return /* @__PURE__ */
|
|
3756
|
+
function b2({ className: e = "", size: t = a.md }) {
|
|
3757
|
+
return /* @__PURE__ */ r.jsx(
|
|
3799
3758
|
"svg",
|
|
3800
3759
|
{
|
|
3801
3760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3802
3761
|
className: e,
|
|
3803
|
-
height:
|
|
3804
|
-
width:
|
|
3762
|
+
height: t,
|
|
3763
|
+
width: t,
|
|
3805
3764
|
viewBox: "0 -960 960 960",
|
|
3806
|
-
children: /* @__PURE__ */
|
|
3765
|
+
children: /* @__PURE__ */ r.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" })
|
|
3807
3766
|
}
|
|
3808
3767
|
);
|
|
3809
3768
|
}
|
|
3810
|
-
function
|
|
3811
|
-
return /* @__PURE__ */
|
|
3769
|
+
function q2({ className: e = "", size: t = a.lg }) {
|
|
3770
|
+
return /* @__PURE__ */ r.jsx(
|
|
3812
3771
|
"svg",
|
|
3813
3772
|
{
|
|
3814
3773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3815
3774
|
className: e,
|
|
3816
|
-
height:
|
|
3817
|
-
width:
|
|
3775
|
+
height: t,
|
|
3776
|
+
width: t,
|
|
3818
3777
|
viewBox: "0 -960 960 960",
|
|
3819
|
-
children: /* @__PURE__ */
|
|
3778
|
+
children: /* @__PURE__ */ r.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" })
|
|
3820
3779
|
}
|
|
3821
3780
|
);
|
|
3822
3781
|
}
|
|
3823
|
-
function T2({ className: e = "", size:
|
|
3824
|
-
return /* @__PURE__ */
|
|
3782
|
+
function T2({ className: e = "", size: t = a.md }) {
|
|
3783
|
+
return /* @__PURE__ */ r.jsx(
|
|
3825
3784
|
"svg",
|
|
3826
3785
|
{
|
|
3827
3786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3828
3787
|
className: e,
|
|
3829
|
-
height:
|
|
3830
|
-
width:
|
|
3788
|
+
height: t,
|
|
3789
|
+
width: t,
|
|
3831
3790
|
viewBox: "0 -960 960 960",
|
|
3832
|
-
children: /* @__PURE__ */
|
|
3791
|
+
children: /* @__PURE__ */ r.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" })
|
|
3833
3792
|
}
|
|
3834
3793
|
);
|
|
3835
3794
|
}
|
|
3836
|
-
function
|
|
3837
|
-
return /* @__PURE__ */
|
|
3795
|
+
function k2({ className: e = "", size: t = a.md }) {
|
|
3796
|
+
return /* @__PURE__ */ r.jsx(
|
|
3838
3797
|
"svg",
|
|
3839
3798
|
{
|
|
3840
3799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3841
3800
|
className: e,
|
|
3842
|
-
height:
|
|
3843
|
-
width:
|
|
3801
|
+
height: t,
|
|
3802
|
+
width: t,
|
|
3844
3803
|
viewBox: "0 -960 960 960",
|
|
3845
|
-
children: /* @__PURE__ */
|
|
3804
|
+
children: /* @__PURE__ */ r.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" })
|
|
3846
3805
|
}
|
|
3847
3806
|
);
|
|
3848
3807
|
}
|
|
3849
|
-
function
|
|
3850
|
-
return /* @__PURE__ */
|
|
3808
|
+
function C2({ className: e = "", size: t = a.md }) {
|
|
3809
|
+
return /* @__PURE__ */ r.jsx(
|
|
3851
3810
|
"svg",
|
|
3852
3811
|
{
|
|
3853
3812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3854
3813
|
className: e,
|
|
3855
|
-
height:
|
|
3856
|
-
width:
|
|
3814
|
+
height: t,
|
|
3815
|
+
width: t,
|
|
3857
3816
|
viewBox: "0 -960 960 960",
|
|
3858
|
-
children: /* @__PURE__ */
|
|
3817
|
+
children: /* @__PURE__ */ r.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" })
|
|
3859
3818
|
}
|
|
3860
3819
|
);
|
|
3861
3820
|
}
|
|
3862
|
-
function
|
|
3863
|
-
return /* @__PURE__ */
|
|
3821
|
+
function L2({ className: e = "", size: t = a.md }) {
|
|
3822
|
+
return /* @__PURE__ */ r.jsx(
|
|
3864
3823
|
"svg",
|
|
3865
3824
|
{
|
|
3866
3825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3867
3826
|
className: e,
|
|
3868
|
-
height:
|
|
3869
|
-
width:
|
|
3827
|
+
height: t,
|
|
3828
|
+
width: t,
|
|
3870
3829
|
viewBox: "0 -960 960 960",
|
|
3871
|
-
children: /* @__PURE__ */
|
|
3830
|
+
children: /* @__PURE__ */ r.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" })
|
|
3872
3831
|
}
|
|
3873
3832
|
);
|
|
3874
3833
|
}
|
|
3875
|
-
function
|
|
3876
|
-
return /* @__PURE__ */
|
|
3834
|
+
function j2({ className: e = "", size: t = a.md }) {
|
|
3835
|
+
return /* @__PURE__ */ r.jsx(
|
|
3877
3836
|
"svg",
|
|
3878
3837
|
{
|
|
3879
3838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3880
3839
|
className: e,
|
|
3881
|
-
height:
|
|
3882
|
-
width:
|
|
3840
|
+
height: t,
|
|
3841
|
+
width: t,
|
|
3883
3842
|
viewBox: "0 -960 960 960",
|
|
3884
|
-
children: /* @__PURE__ */
|
|
3843
|
+
children: /* @__PURE__ */ r.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" })
|
|
3885
3844
|
}
|
|
3886
3845
|
);
|
|
3887
3846
|
}
|
|
3888
|
-
function
|
|
3889
|
-
return /* @__PURE__ */
|
|
3847
|
+
function y2({ className: e = "", size: t = a.md }) {
|
|
3848
|
+
return /* @__PURE__ */ r.jsx(
|
|
3890
3849
|
"svg",
|
|
3891
3850
|
{
|
|
3892
3851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3893
3852
|
className: e,
|
|
3894
|
-
height:
|
|
3895
|
-
width:
|
|
3853
|
+
height: t,
|
|
3854
|
+
width: t,
|
|
3896
3855
|
viewBox: "0 -960 960 960",
|
|
3897
|
-
children: /* @__PURE__ */
|
|
3856
|
+
children: /* @__PURE__ */ r.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" })
|
|
3898
3857
|
}
|
|
3899
3858
|
);
|
|
3900
3859
|
}
|
|
3901
|
-
function
|
|
3902
|
-
return /* @__PURE__ */
|
|
3860
|
+
function Z2({ className: e = "", size: t = a.md }) {
|
|
3861
|
+
return /* @__PURE__ */ r.jsx(
|
|
3903
3862
|
"svg",
|
|
3904
3863
|
{
|
|
3905
3864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3906
3865
|
className: e,
|
|
3907
|
-
height:
|
|
3908
|
-
width:
|
|
3866
|
+
height: t,
|
|
3867
|
+
width: t,
|
|
3909
3868
|
viewBox: "0 -960 960 960",
|
|
3910
|
-
children: /* @__PURE__ */
|
|
3869
|
+
children: /* @__PURE__ */ r.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" })
|
|
3911
3870
|
}
|
|
3912
3871
|
);
|
|
3913
3872
|
}
|
|
3914
|
-
function
|
|
3915
|
-
return /* @__PURE__ */
|
|
3873
|
+
function M2({ className: e = "", size: t = a.sm }) {
|
|
3874
|
+
return /* @__PURE__ */ r.jsx(
|
|
3916
3875
|
"svg",
|
|
3917
3876
|
{
|
|
3918
3877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3919
3878
|
className: e,
|
|
3920
|
-
height:
|
|
3921
|
-
width:
|
|
3879
|
+
height: t,
|
|
3880
|
+
width: t,
|
|
3922
3881
|
viewBox: "0 -960 960 960",
|
|
3923
|
-
children: /* @__PURE__ */
|
|
3882
|
+
children: /* @__PURE__ */ r.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" })
|
|
3924
3883
|
}
|
|
3925
3884
|
);
|
|
3926
3885
|
}
|
|
3927
|
-
function
|
|
3928
|
-
return /* @__PURE__ */
|
|
3886
|
+
function z2({ className: e = "", size: t = a.md }) {
|
|
3887
|
+
return /* @__PURE__ */ r.jsx(
|
|
3929
3888
|
"svg",
|
|
3930
3889
|
{
|
|
3931
3890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3932
3891
|
className: e,
|
|
3933
|
-
height:
|
|
3934
|
-
width:
|
|
3892
|
+
height: t,
|
|
3893
|
+
width: t,
|
|
3935
3894
|
viewBox: "0 -960 960 960",
|
|
3936
|
-
children: /* @__PURE__ */
|
|
3895
|
+
children: /* @__PURE__ */ r.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" })
|
|
3937
3896
|
}
|
|
3938
3897
|
);
|
|
3939
3898
|
}
|
|
3940
|
-
function
|
|
3941
|
-
return /* @__PURE__ */
|
|
3899
|
+
function S2({ className: e = "", size: t = a.md }) {
|
|
3900
|
+
return /* @__PURE__ */ r.jsx(
|
|
3942
3901
|
"svg",
|
|
3943
3902
|
{
|
|
3944
|
-
className:
|
|
3945
|
-
height:
|
|
3946
|
-
width:
|
|
3903
|
+
className: n1("stroke-2 text-gray-600", e),
|
|
3904
|
+
height: t,
|
|
3905
|
+
width: t,
|
|
3947
3906
|
enableBackground: "new 0 0 512.004 512.004",
|
|
3948
3907
|
viewBox: "0 0 512.004 512.004",
|
|
3949
3908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3950
|
-
children: /* @__PURE__ */
|
|
3909
|
+
children: /* @__PURE__ */ r.jsx(
|
|
3951
3910
|
"path",
|
|
3952
3911
|
{
|
|
3953
3912
|
stroke: "currentColor",
|
|
@@ -3957,18 +3916,18 @@ function N2({ className: e = "", size: r = l.md }) {
|
|
|
3957
3916
|
}
|
|
3958
3917
|
);
|
|
3959
3918
|
}
|
|
3960
|
-
function
|
|
3961
|
-
return /* @__PURE__ */
|
|
3919
|
+
function E2({ className: e = "", size: t = a.md }) {
|
|
3920
|
+
return /* @__PURE__ */ r.jsxs(
|
|
3962
3921
|
"svg",
|
|
3963
3922
|
{
|
|
3964
|
-
className:
|
|
3965
|
-
width:
|
|
3966
|
-
height:
|
|
3923
|
+
className: n1(e, "fill-none"),
|
|
3924
|
+
width: t,
|
|
3925
|
+
height: t,
|
|
3967
3926
|
viewBox: "0 0 24 24",
|
|
3968
3927
|
fill: "none",
|
|
3969
3928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3970
3929
|
children: [
|
|
3971
|
-
/* @__PURE__ */
|
|
3930
|
+
/* @__PURE__ */ r.jsx(
|
|
3972
3931
|
"path",
|
|
3973
3932
|
{
|
|
3974
3933
|
d: "M19 22V21.5M5 22V21.5",
|
|
@@ -3977,9 +3936,9 @@ function O2({ className: e = "", size: r = l.md }) {
|
|
|
3977
3936
|
strokeLinecap: "round"
|
|
3978
3937
|
}
|
|
3979
3938
|
),
|
|
3980
|
-
/* @__PURE__ */
|
|
3981
|
-
/* @__PURE__ */
|
|
3982
|
-
/* @__PURE__ */
|
|
3939
|
+
/* @__PURE__ */ r.jsx("path", { d: "M12 21V2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3940
|
+
/* @__PURE__ */ r.jsx("path", { d: "M15 8V10", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3941
|
+
/* @__PURE__ */ r.jsx(
|
|
3983
3942
|
"path",
|
|
3984
3943
|
{
|
|
3985
3944
|
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",
|
|
@@ -3987,142 +3946,142 @@ function O2({ className: e = "", size: r = l.md }) {
|
|
|
3987
3946
|
strokeWidth: 1.5
|
|
3988
3947
|
}
|
|
3989
3948
|
),
|
|
3990
|
-
/* @__PURE__ */
|
|
3991
|
-
/* @__PURE__ */
|
|
3992
|
-
/* @__PURE__ */
|
|
3993
|
-
/* @__PURE__ */
|
|
3949
|
+
/* @__PURE__ */ r.jsx("path", { d: "M2 8H12", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3950
|
+
/* @__PURE__ */ r.jsx("path", { d: "M2 15H22", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3951
|
+
/* @__PURE__ */ r.jsx("path", { d: "M15 18L17 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }),
|
|
3952
|
+
/* @__PURE__ */ r.jsx("path", { d: "M7 18L9 18", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" })
|
|
3994
3953
|
]
|
|
3995
3954
|
}
|
|
3996
3955
|
);
|
|
3997
3956
|
}
|
|
3998
|
-
function
|
|
3999
|
-
return /* @__PURE__ */
|
|
3957
|
+
function A2({ className: e = "", size: t = a.md }) {
|
|
3958
|
+
return /* @__PURE__ */ r.jsx(
|
|
4000
3959
|
"svg",
|
|
4001
3960
|
{
|
|
4002
3961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4003
3962
|
className: e,
|
|
4004
|
-
height:
|
|
4005
|
-
width:
|
|
3963
|
+
height: t,
|
|
3964
|
+
width: t,
|
|
4006
3965
|
viewBox: "0 -960 960 960",
|
|
4007
|
-
children: /* @__PURE__ */
|
|
3966
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" })
|
|
4008
3967
|
}
|
|
4009
3968
|
);
|
|
4010
3969
|
}
|
|
4011
|
-
function
|
|
4012
|
-
return /* @__PURE__ */
|
|
3970
|
+
function H2({ className: e = "", size: t = a.md }) {
|
|
3971
|
+
return /* @__PURE__ */ r.jsx(
|
|
4013
3972
|
"svg",
|
|
4014
3973
|
{
|
|
4015
3974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4016
3975
|
className: e,
|
|
4017
|
-
height:
|
|
4018
|
-
width:
|
|
3976
|
+
height: t,
|
|
3977
|
+
width: t,
|
|
4019
3978
|
viewBox: "0 -960 960 960",
|
|
4020
|
-
children: /* @__PURE__ */
|
|
3979
|
+
children: /* @__PURE__ */ r.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" })
|
|
4021
3980
|
}
|
|
4022
3981
|
);
|
|
4023
3982
|
}
|
|
4024
|
-
function
|
|
4025
|
-
return /* @__PURE__ */
|
|
3983
|
+
function _2({ className: e = "", size: t = a.md }) {
|
|
3984
|
+
return /* @__PURE__ */ r.jsx(
|
|
4026
3985
|
"svg",
|
|
4027
3986
|
{
|
|
4028
3987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4029
3988
|
className: e,
|
|
4030
|
-
height:
|
|
4031
|
-
width:
|
|
3989
|
+
height: t,
|
|
3990
|
+
width: t,
|
|
4032
3991
|
shapeRendering: "geometricPrecision",
|
|
4033
3992
|
textRendering: "geometricPrecision",
|
|
4034
3993
|
imageRendering: "optimizeQuality",
|
|
4035
3994
|
fillRule: "evenodd",
|
|
4036
3995
|
clipRule: "evenodd",
|
|
4037
3996
|
viewBox: "0 0 471 511.77",
|
|
4038
|
-
children: /* @__PURE__ */
|
|
3997
|
+
children: /* @__PURE__ */ r.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" })
|
|
4039
3998
|
}
|
|
4040
3999
|
);
|
|
4041
4000
|
}
|
|
4042
|
-
function
|
|
4043
|
-
return /* @__PURE__ */
|
|
4001
|
+
function R2({ className: e = "", size: t = a.md }) {
|
|
4002
|
+
return /* @__PURE__ */ r.jsx(
|
|
4044
4003
|
"svg",
|
|
4045
4004
|
{
|
|
4046
4005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4047
4006
|
className: e,
|
|
4048
|
-
height:
|
|
4049
|
-
width:
|
|
4007
|
+
height: t,
|
|
4008
|
+
width: t,
|
|
4050
4009
|
viewBox: "0 -960 960 960",
|
|
4051
|
-
children: /* @__PURE__ */
|
|
4010
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z" })
|
|
4052
4011
|
}
|
|
4053
4012
|
);
|
|
4054
4013
|
}
|
|
4055
|
-
function
|
|
4056
|
-
return /* @__PURE__ */
|
|
4014
|
+
function B2({ className: e = "", size: t = a.sm }) {
|
|
4015
|
+
return /* @__PURE__ */ r.jsx(
|
|
4057
4016
|
"svg",
|
|
4058
4017
|
{
|
|
4059
4018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4060
4019
|
className: e,
|
|
4061
|
-
height:
|
|
4062
|
-
width:
|
|
4020
|
+
height: t,
|
|
4021
|
+
width: t,
|
|
4063
4022
|
viewBox: "0 -960 960 960",
|
|
4064
|
-
children: /* @__PURE__ */
|
|
4023
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" })
|
|
4065
4024
|
}
|
|
4066
4025
|
);
|
|
4067
4026
|
}
|
|
4068
|
-
function
|
|
4069
|
-
return /* @__PURE__ */
|
|
4027
|
+
function P2({ className: e = "", size: t = a.md }) {
|
|
4028
|
+
return /* @__PURE__ */ r.jsx(
|
|
4070
4029
|
"svg",
|
|
4071
4030
|
{
|
|
4072
4031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4073
4032
|
className: e,
|
|
4074
|
-
height:
|
|
4075
|
-
width:
|
|
4033
|
+
height: t,
|
|
4034
|
+
width: t,
|
|
4076
4035
|
viewBox: "0 -960 960 960",
|
|
4077
|
-
children: /* @__PURE__ */
|
|
4036
|
+
children: /* @__PURE__ */ r.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" })
|
|
4078
4037
|
}
|
|
4079
4038
|
);
|
|
4080
4039
|
}
|
|
4081
|
-
function
|
|
4082
|
-
return /* @__PURE__ */
|
|
4040
|
+
function O2({ className: e = "", size: t = a.md }) {
|
|
4041
|
+
return /* @__PURE__ */ r.jsx(
|
|
4083
4042
|
"svg",
|
|
4084
4043
|
{
|
|
4085
4044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4086
4045
|
className: e,
|
|
4087
|
-
height:
|
|
4088
|
-
width:
|
|
4046
|
+
height: t,
|
|
4047
|
+
width: t,
|
|
4089
4048
|
viewBox: "0 -960 960 960",
|
|
4090
|
-
children: /* @__PURE__ */
|
|
4049
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z" })
|
|
4091
4050
|
}
|
|
4092
4051
|
);
|
|
4093
4052
|
}
|
|
4094
|
-
function
|
|
4095
|
-
return /* @__PURE__ */
|
|
4053
|
+
function I2({ className: e = "fill-gray-600", size: t = a.md }) {
|
|
4054
|
+
return /* @__PURE__ */ r.jsx(
|
|
4096
4055
|
"svg",
|
|
4097
4056
|
{
|
|
4098
4057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4099
4058
|
className: e,
|
|
4100
|
-
height:
|
|
4101
|
-
width:
|
|
4059
|
+
height: t,
|
|
4060
|
+
width: t,
|
|
4102
4061
|
viewBox: "0 -960 960 960",
|
|
4103
|
-
children: /* @__PURE__ */
|
|
4062
|
+
children: /* @__PURE__ */ r.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" })
|
|
4104
4063
|
}
|
|
4105
4064
|
);
|
|
4106
4065
|
}
|
|
4107
|
-
function
|
|
4108
|
-
return /* @__PURE__ */
|
|
4066
|
+
function N2({ className: e = "", size: t = a.md }) {
|
|
4067
|
+
return /* @__PURE__ */ r.jsx(
|
|
4109
4068
|
"svg",
|
|
4110
4069
|
{
|
|
4111
4070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4112
4071
|
className: e,
|
|
4113
|
-
height:
|
|
4114
|
-
width:
|
|
4072
|
+
height: t,
|
|
4073
|
+
width: t,
|
|
4115
4074
|
viewBox: "0 -960 960 960",
|
|
4116
|
-
children: /* @__PURE__ */
|
|
4075
|
+
children: /* @__PURE__ */ r.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" })
|
|
4117
4076
|
}
|
|
4118
4077
|
);
|
|
4119
4078
|
}
|
|
4120
|
-
function
|
|
4121
|
-
return /* @__PURE__ */
|
|
4079
|
+
function V2({ className: e = "", size: t = a.xs }) {
|
|
4080
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4122
4081
|
"svg",
|
|
4123
4082
|
{
|
|
4124
|
-
height:
|
|
4125
|
-
width:
|
|
4083
|
+
height: t,
|
|
4084
|
+
width: t,
|
|
4126
4085
|
viewBox: "0 0 24 24",
|
|
4127
4086
|
className: e,
|
|
4128
4087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4132,96 +4091,96 @@ function U2({ className: e = "", size: r = l.xs }) {
|
|
|
4132
4091
|
strokeLinejoin: "miter",
|
|
4133
4092
|
children: [
|
|
4134
4093
|
" ",
|
|
4135
|
-
/* @__PURE__ */
|
|
4094
|
+
/* @__PURE__ */ r.jsx("title", { id: "pollIconTitle", children: "Poll" }),
|
|
4136
4095
|
" ",
|
|
4137
|
-
/* @__PURE__ */
|
|
4096
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 4V20" }),
|
|
4138
4097
|
" ",
|
|
4139
|
-
/* @__PURE__ */
|
|
4098
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 6H15V10H4" }),
|
|
4140
4099
|
" ",
|
|
4141
|
-
/* @__PURE__ */
|
|
4100
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 10H19V14H4" }),
|
|
4142
4101
|
" ",
|
|
4143
|
-
/* @__PURE__ */
|
|
4102
|
+
/* @__PURE__ */ r.jsx("path", { d: "M4 14H12V18H4" })
|
|
4144
4103
|
]
|
|
4145
4104
|
}
|
|
4146
4105
|
);
|
|
4147
4106
|
}
|
|
4148
|
-
function
|
|
4149
|
-
return /* @__PURE__ */
|
|
4107
|
+
function W2({ className: e = "", size: t = a.md }) {
|
|
4108
|
+
return /* @__PURE__ */ r.jsx(
|
|
4150
4109
|
"svg",
|
|
4151
4110
|
{
|
|
4152
4111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4153
4112
|
className: e,
|
|
4154
|
-
height:
|
|
4155
|
-
width:
|
|
4113
|
+
height: t,
|
|
4114
|
+
width: t,
|
|
4156
4115
|
viewBox: "0 -960 960 960",
|
|
4157
|
-
children: /* @__PURE__ */
|
|
4116
|
+
children: /* @__PURE__ */ r.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" })
|
|
4158
4117
|
}
|
|
4159
4118
|
);
|
|
4160
4119
|
}
|
|
4161
|
-
function
|
|
4162
|
-
return /* @__PURE__ */
|
|
4120
|
+
function $2({ className: e = "", size: t = a.md }) {
|
|
4121
|
+
return /* @__PURE__ */ r.jsx(
|
|
4163
4122
|
"svg",
|
|
4164
4123
|
{
|
|
4165
4124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4166
4125
|
className: e,
|
|
4167
|
-
height:
|
|
4168
|
-
width:
|
|
4126
|
+
height: t,
|
|
4127
|
+
width: t,
|
|
4169
4128
|
viewBox: "0 -960 960 960",
|
|
4170
|
-
children: /* @__PURE__ */
|
|
4129
|
+
children: /* @__PURE__ */ r.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" })
|
|
4171
4130
|
}
|
|
4172
4131
|
);
|
|
4173
4132
|
}
|
|
4174
|
-
function
|
|
4175
|
-
return /* @__PURE__ */
|
|
4133
|
+
function G2({ className: e = "", size: t = a.md }) {
|
|
4134
|
+
return /* @__PURE__ */ r.jsx(
|
|
4176
4135
|
"svg",
|
|
4177
4136
|
{
|
|
4178
4137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4179
4138
|
className: e,
|
|
4180
|
-
height:
|
|
4181
|
-
width:
|
|
4139
|
+
height: t,
|
|
4140
|
+
width: t,
|
|
4182
4141
|
viewBox: "0 -960 960 960",
|
|
4183
|
-
children: /* @__PURE__ */
|
|
4142
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M200-440v-80h560v80H200Z" })
|
|
4184
4143
|
}
|
|
4185
4144
|
);
|
|
4186
4145
|
}
|
|
4187
|
-
function
|
|
4188
|
-
return /* @__PURE__ */
|
|
4146
|
+
function D2({ className: e = "", size: t = a.xs }) {
|
|
4147
|
+
return /* @__PURE__ */ r.jsx(
|
|
4189
4148
|
"svg",
|
|
4190
4149
|
{
|
|
4191
4150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4192
4151
|
className: e,
|
|
4193
|
-
height:
|
|
4194
|
-
width:
|
|
4152
|
+
height: t,
|
|
4153
|
+
width: t,
|
|
4195
4154
|
viewBox: "0 -960 960 960",
|
|
4196
|
-
children: /* @__PURE__ */
|
|
4155
|
+
children: /* @__PURE__ */ r.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" })
|
|
4197
4156
|
}
|
|
4198
4157
|
);
|
|
4199
4158
|
}
|
|
4200
|
-
function
|
|
4201
|
-
return /* @__PURE__ */
|
|
4159
|
+
function F2({ className: e = "", size: t = a.md }) {
|
|
4160
|
+
return /* @__PURE__ */ r.jsx(
|
|
4202
4161
|
"svg",
|
|
4203
4162
|
{
|
|
4204
4163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4205
4164
|
className: e,
|
|
4206
|
-
height:
|
|
4207
|
-
width:
|
|
4165
|
+
height: t,
|
|
4166
|
+
width: t,
|
|
4208
4167
|
viewBox: "0 -960 960 960",
|
|
4209
|
-
children: /* @__PURE__ */
|
|
4168
|
+
children: /* @__PURE__ */ r.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" })
|
|
4210
4169
|
}
|
|
4211
4170
|
);
|
|
4212
4171
|
}
|
|
4213
|
-
function
|
|
4214
|
-
return /* @__PURE__ */
|
|
4172
|
+
function Y2({ className: e = "", size: t = a.md }) {
|
|
4173
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4215
4174
|
"svg",
|
|
4216
4175
|
{
|
|
4217
4176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4218
4177
|
className: e,
|
|
4219
|
-
height:
|
|
4220
|
-
width:
|
|
4178
|
+
height: t,
|
|
4179
|
+
width: t,
|
|
4221
4180
|
viewBox: "0 0 16 16",
|
|
4222
4181
|
children: [
|
|
4223
|
-
/* @__PURE__ */
|
|
4224
|
-
/* @__PURE__ */
|
|
4182
|
+
/* @__PURE__ */ r.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" }),
|
|
4183
|
+
/* @__PURE__ */ r.jsx(
|
|
4225
4184
|
"path",
|
|
4226
4185
|
{
|
|
4227
4186
|
fillRule: "evenodd",
|
|
@@ -4233,8 +4192,8 @@ function K2({ className: e = "", size: r = l.md }) {
|
|
|
4233
4192
|
}
|
|
4234
4193
|
);
|
|
4235
4194
|
}
|
|
4236
|
-
function
|
|
4237
|
-
return /* @__PURE__ */
|
|
4195
|
+
function U2({ className: e = "fill-blue-500", size: t = a.md }) {
|
|
4196
|
+
return /* @__PURE__ */ r.jsx(
|
|
4238
4197
|
"svg",
|
|
4239
4198
|
{
|
|
4240
4199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4243,21 +4202,21 @@ function e5({ className: e = "fill-blue-500", size: r = l.md }) {
|
|
|
4243
4202
|
height: "24",
|
|
4244
4203
|
viewBox: "0 0 24 24",
|
|
4245
4204
|
fill: "none",
|
|
4246
|
-
children: /* @__PURE__ */
|
|
4205
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M7 17L17 7M17 7H7M17 7V17", stroke: "gray" })
|
|
4247
4206
|
}
|
|
4248
4207
|
);
|
|
4249
4208
|
}
|
|
4250
|
-
function
|
|
4251
|
-
return /* @__PURE__ */
|
|
4209
|
+
function J2({ className: e = "", size: t = a.md }) {
|
|
4210
|
+
return /* @__PURE__ */ r.jsx(
|
|
4252
4211
|
"svg",
|
|
4253
4212
|
{
|
|
4254
4213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4255
4214
|
className: e,
|
|
4256
4215
|
viewBox: "0 0 32 32",
|
|
4257
|
-
height:
|
|
4258
|
-
width:
|
|
4259
|
-
children: /* @__PURE__ */
|
|
4260
|
-
/* @__PURE__ */
|
|
4216
|
+
height: t,
|
|
4217
|
+
width: t,
|
|
4218
|
+
children: /* @__PURE__ */ r.jsxs("g", { id: "g1331", transform: "translate(-.012 -.026)", children: [
|
|
4219
|
+
/* @__PURE__ */ r.jsx(
|
|
4261
4220
|
"path",
|
|
4262
4221
|
{
|
|
4263
4222
|
id: "rect1177",
|
|
@@ -4288,7 +4247,7 @@ function r5({ className: e = "", size: r = l.md }) {
|
|
|
4288
4247
|
vectorEffect: "none"
|
|
4289
4248
|
}
|
|
4290
4249
|
),
|
|
4291
|
-
/* @__PURE__ */
|
|
4250
|
+
/* @__PURE__ */ r.jsx(
|
|
4292
4251
|
"path",
|
|
4293
4252
|
{
|
|
4294
4253
|
id: "path1289",
|
|
@@ -4318,14 +4277,14 @@ function r5({ className: e = "", size: r = l.md }) {
|
|
|
4318
4277
|
vectorEffect: "none"
|
|
4319
4278
|
}
|
|
4320
4279
|
),
|
|
4321
|
-
/* @__PURE__ */
|
|
4280
|
+
/* @__PURE__ */ r.jsx(
|
|
4322
4281
|
"path",
|
|
4323
4282
|
{
|
|
4324
4283
|
id: "ellipse1291",
|
|
4325
4284
|
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"
|
|
4326
4285
|
}
|
|
4327
4286
|
),
|
|
4328
|
-
/* @__PURE__ */
|
|
4287
|
+
/* @__PURE__ */ r.jsx(
|
|
4329
4288
|
"path",
|
|
4330
4289
|
{
|
|
4331
4290
|
id: "rect1319",
|
|
@@ -4359,16 +4318,16 @@ function r5({ className: e = "", size: r = l.md }) {
|
|
|
4359
4318
|
}
|
|
4360
4319
|
);
|
|
4361
4320
|
}
|
|
4362
|
-
function
|
|
4363
|
-
return /* @__PURE__ */
|
|
4321
|
+
function X2({ className: e = "", size: t = a.md }) {
|
|
4322
|
+
return /* @__PURE__ */ r.jsx(
|
|
4364
4323
|
"svg",
|
|
4365
4324
|
{
|
|
4366
4325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4367
4326
|
className: e,
|
|
4368
|
-
height:
|
|
4369
|
-
width:
|
|
4327
|
+
height: t,
|
|
4328
|
+
width: t,
|
|
4370
4329
|
viewBox: "0 0 256 256",
|
|
4371
|
-
children: /* @__PURE__ */
|
|
4330
|
+
children: /* @__PURE__ */ r.jsx(
|
|
4372
4331
|
"g",
|
|
4373
4332
|
{
|
|
4374
4333
|
style: {
|
|
@@ -4383,7 +4342,7 @@ function t5({ className: e = "", size: r = l.md }) {
|
|
|
4383
4342
|
opacity: 1
|
|
4384
4343
|
},
|
|
4385
4344
|
transform: "translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)",
|
|
4386
|
-
children: /* @__PURE__ */
|
|
4345
|
+
children: /* @__PURE__ */ r.jsx(
|
|
4387
4346
|
"path",
|
|
4388
4347
|
{
|
|
4389
4348
|
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",
|
|
@@ -4407,31 +4366,31 @@ function t5({ className: e = "", size: r = l.md }) {
|
|
|
4407
4366
|
}
|
|
4408
4367
|
);
|
|
4409
4368
|
}
|
|
4410
|
-
function
|
|
4411
|
-
return /* @__PURE__ */
|
|
4369
|
+
function Q2({ className: e = "", size: t = a.md }) {
|
|
4370
|
+
return /* @__PURE__ */ r.jsx(
|
|
4412
4371
|
"svg",
|
|
4413
4372
|
{
|
|
4414
4373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4415
4374
|
viewBox: "0 0 50 50",
|
|
4416
|
-
height:
|
|
4417
|
-
width:
|
|
4375
|
+
height: t,
|
|
4376
|
+
width: t,
|
|
4418
4377
|
className: e,
|
|
4419
|
-
children: /* @__PURE__ */
|
|
4378
|
+
children: /* @__PURE__ */ r.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" })
|
|
4420
4379
|
}
|
|
4421
4380
|
);
|
|
4422
4381
|
}
|
|
4423
|
-
function
|
|
4424
|
-
return /* @__PURE__ */
|
|
4382
|
+
function K2({ className: e = "", size: t = a.md }) {
|
|
4383
|
+
return /* @__PURE__ */ r.jsx(
|
|
4425
4384
|
"svg",
|
|
4426
4385
|
{
|
|
4427
4386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4428
4387
|
className: e,
|
|
4429
|
-
height:
|
|
4430
|
-
width:
|
|
4388
|
+
height: t,
|
|
4389
|
+
width: t,
|
|
4431
4390
|
viewBox: "0 0 65 30",
|
|
4432
4391
|
fill: "none",
|
|
4433
|
-
children: /* @__PURE__ */
|
|
4434
|
-
/* @__PURE__ */
|
|
4392
|
+
children: /* @__PURE__ */ r.jsxs("g", { transform: "translate(1 1)", children: [
|
|
4393
|
+
/* @__PURE__ */ r.jsx(
|
|
4435
4394
|
"path",
|
|
4436
4395
|
{
|
|
4437
4396
|
d: `M60.1,7h-16c-1.1,0-2,0.9-2,2
|
|
@@ -4444,7 +4403,7 @@ function o5({ className: e = "", size: r = l.md }) {
|
|
|
4444
4403
|
fill: "none"
|
|
4445
4404
|
}
|
|
4446
4405
|
),
|
|
4447
|
-
/* @__PURE__ */
|
|
4406
|
+
/* @__PURE__ */ r.jsx(
|
|
4448
4407
|
"path",
|
|
4449
4408
|
{
|
|
4450
4409
|
d: "M27.1,15l3-3v9",
|
|
@@ -4455,7 +4414,7 @@ function o5({ className: e = "", size: r = l.md }) {
|
|
|
4455
4414
|
fill: "none"
|
|
4456
4415
|
}
|
|
4457
4416
|
),
|
|
4458
|
-
/* @__PURE__ */
|
|
4417
|
+
/* @__PURE__ */ r.jsx(
|
|
4459
4418
|
"path",
|
|
4460
4419
|
{
|
|
4461
4420
|
d: `M50.1,16c0-1.1,0.9-2,2-2
|
|
@@ -4467,7 +4426,7 @@ function o5({ className: e = "", size: r = l.md }) {
|
|
|
4467
4426
|
fill: "none"
|
|
4468
4427
|
}
|
|
4469
4428
|
),
|
|
4470
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ r.jsx(
|
|
4471
4430
|
"path",
|
|
4472
4431
|
{
|
|
4473
4432
|
d: `M7.1,21.9c0,1.1,0.9,2,2,2
|
|
@@ -4483,17 +4442,17 @@ function o5({ className: e = "", size: r = l.md }) {
|
|
|
4483
4442
|
}
|
|
4484
4443
|
);
|
|
4485
4444
|
}
|
|
4486
|
-
function
|
|
4487
|
-
return /* @__PURE__ */
|
|
4445
|
+
function e5({ className: e = "", size: t = a.md }) {
|
|
4446
|
+
return /* @__PURE__ */ r.jsx(
|
|
4488
4447
|
"svg",
|
|
4489
4448
|
{
|
|
4490
4449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4491
4450
|
className: e,
|
|
4492
|
-
height:
|
|
4493
|
-
width:
|
|
4451
|
+
height: t,
|
|
4452
|
+
width: t,
|
|
4494
4453
|
viewBox: "0 0 76 76",
|
|
4495
4454
|
fill: "none",
|
|
4496
|
-
children: /* @__PURE__ */
|
|
4455
|
+
children: /* @__PURE__ */ r.jsx(
|
|
4497
4456
|
"path",
|
|
4498
4457
|
{
|
|
4499
4458
|
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",
|
|
@@ -4506,23 +4465,23 @@ function s5({ className: e = "", size: r = l.md }) {
|
|
|
4506
4465
|
}
|
|
4507
4466
|
);
|
|
4508
4467
|
}
|
|
4509
|
-
function
|
|
4510
|
-
return /* @__PURE__ */
|
|
4468
|
+
function t5({ className: e = "", size: t = a.md }) {
|
|
4469
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4511
4470
|
"svg",
|
|
4512
4471
|
{
|
|
4513
4472
|
className: e,
|
|
4514
|
-
width:
|
|
4515
|
-
height:
|
|
4473
|
+
width: t,
|
|
4474
|
+
height: t,
|
|
4516
4475
|
viewBox: "0 0 32 32",
|
|
4517
4476
|
id: "icon",
|
|
4518
4477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4519
4478
|
children: [
|
|
4520
|
-
/* @__PURE__ */
|
|
4521
|
-
/* @__PURE__ */
|
|
4522
|
-
/* @__PURE__ */
|
|
4523
|
-
/* @__PURE__ */
|
|
4524
|
-
/* @__PURE__ */
|
|
4525
|
-
/* @__PURE__ */
|
|
4479
|
+
/* @__PURE__ */ r.jsx("defs", { children: /* @__PURE__ */ r.jsx("style", { children: ".cls-1{fill:none;}" }) }),
|
|
4480
|
+
/* @__PURE__ */ r.jsx("title", { children: "event-schedule" }),
|
|
4481
|
+
/* @__PURE__ */ r.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" }),
|
|
4482
|
+
/* @__PURE__ */ r.jsx("polygon", { points: "22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25" }),
|
|
4483
|
+
/* @__PURE__ */ r.jsx("path", { d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z" }),
|
|
4484
|
+
/* @__PURE__ */ r.jsx(
|
|
4526
4485
|
"rect",
|
|
4527
4486
|
{
|
|
4528
4487
|
id: "_Transparent_Rectangle_",
|
|
@@ -4536,19 +4495,19 @@ function l5({ className: e = "", size: r = l.md }) {
|
|
|
4536
4495
|
}
|
|
4537
4496
|
);
|
|
4538
4497
|
}
|
|
4539
|
-
function
|
|
4540
|
-
return /* @__PURE__ */
|
|
4498
|
+
function r5({ className: e = "", size: t = a.xs }) {
|
|
4499
|
+
return /* @__PURE__ */ r.jsx(
|
|
4541
4500
|
"svg",
|
|
4542
4501
|
{
|
|
4543
4502
|
className: e,
|
|
4544
|
-
width:
|
|
4545
|
-
height:
|
|
4503
|
+
width: t,
|
|
4504
|
+
height: t,
|
|
4546
4505
|
version: "1.1",
|
|
4547
4506
|
id: "Capa_1",
|
|
4548
4507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4549
4508
|
viewBox: "0 0 42.348 42.348",
|
|
4550
|
-
children: /* @__PURE__ */
|
|
4551
|
-
/* @__PURE__ */
|
|
4509
|
+
children: /* @__PURE__ */ r.jsxs("g", { children: [
|
|
4510
|
+
/* @__PURE__ */ r.jsx(
|
|
4552
4511
|
"path",
|
|
4553
4512
|
{
|
|
4554
4513
|
d: `M2.491,18.684c0,10.17,17.569,23.005,18.317,23.546c0.107,0.076,0.234,0.117,0.366,0.117s0.259-0.041,0.366-0.118
|
|
@@ -4557,7 +4516,7 @@ function a5({ className: e = "", size: r = l.xs }) {
|
|
|
4557
4516
|
S38.608,9.072,38.608,18.684z`
|
|
4558
4517
|
}
|
|
4559
4518
|
),
|
|
4560
|
-
/* @__PURE__ */
|
|
4519
|
+
/* @__PURE__ */ r.jsx(
|
|
4561
4520
|
"path",
|
|
4562
4521
|
{
|
|
4563
4522
|
d: `M10.692,18.684c0,5.781,4.703,10.484,10.483,10.484c5.781,0,10.484-4.703,10.484-10.484c0-5.78-4.703-10.483-10.484-10.483
|
|
@@ -4569,31 +4528,31 @@ function a5({ className: e = "", size: r = l.xs }) {
|
|
|
4569
4528
|
}
|
|
4570
4529
|
);
|
|
4571
4530
|
}
|
|
4572
|
-
function
|
|
4573
|
-
return /* @__PURE__ */
|
|
4531
|
+
function o5({ className: e = "", size: t = a.xs }) {
|
|
4532
|
+
return /* @__PURE__ */ r.jsx(
|
|
4574
4533
|
"svg",
|
|
4575
4534
|
{
|
|
4576
4535
|
className: e,
|
|
4577
|
-
width:
|
|
4578
|
-
height:
|
|
4536
|
+
width: t,
|
|
4537
|
+
height: t,
|
|
4579
4538
|
viewBox: "0 0 24 24",
|
|
4580
4539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4581
|
-
children: /* @__PURE__ */
|
|
4540
|
+
children: /* @__PURE__ */ r.jsx("path", { d: "M7.97,2.242l-5,20A1,1,0,0,1,2,23a1.025,1.025,0,0,1-.244-.03,1,1,0,0,1-.727-1.212l5-20a1,1,0,1,1,1.94.484Zm10-.484a1,1,0,1,0-1.94.484l5,20A1,1,0,0,0,22,23a1.017,1.017,0,0,0,.243-.03,1,1,0,0,0,.728-1.212ZM12,1a1,1,0,0,0-1,1V6a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Zm0,7.912a1,1,0,0,0-1,1v4.176a1,1,0,1,0,2,0V9.912A1,1,0,0,0,12,8.912ZM12,17a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17Z" })
|
|
4582
4541
|
}
|
|
4583
4542
|
);
|
|
4584
4543
|
}
|
|
4585
|
-
function
|
|
4586
|
-
return /* @__PURE__ */
|
|
4544
|
+
function n5({ className: e = "", size: t = a.md }) {
|
|
4545
|
+
return /* @__PURE__ */ r.jsxs(
|
|
4587
4546
|
"svg",
|
|
4588
4547
|
{
|
|
4589
4548
|
className: e,
|
|
4590
|
-
width:
|
|
4591
|
-
height:
|
|
4549
|
+
width: t,
|
|
4550
|
+
height: t,
|
|
4592
4551
|
viewBox: "0 0 24 24",
|
|
4593
4552
|
fill: "none",
|
|
4594
4553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4595
4554
|
children: [
|
|
4596
|
-
/* @__PURE__ */
|
|
4555
|
+
/* @__PURE__ */ r.jsx(
|
|
4597
4556
|
"path",
|
|
4598
4557
|
{
|
|
4599
4558
|
d: "M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z",
|
|
@@ -4601,7 +4560,7 @@ function c5({ className: e = "", size: r = l.md }) {
|
|
|
4601
4560
|
strokeWidth: "2"
|
|
4602
4561
|
}
|
|
4603
4562
|
),
|
|
4604
|
-
/* @__PURE__ */
|
|
4563
|
+
/* @__PURE__ */ r.jsx(
|
|
4605
4564
|
"path",
|
|
4606
4565
|
{
|
|
4607
4566
|
d: "M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5",
|
|
@@ -4614,78 +4573,77 @@ function c5({ className: e = "", size: r = l.md }) {
|
|
|
4614
4573
|
);
|
|
4615
4574
|
}
|
|
4616
4575
|
export {
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4576
|
+
A2 as AddSvg,
|
|
4577
|
+
S2 as ArenaSvg,
|
|
4578
|
+
K1 as Badminton,
|
|
4579
|
+
U0 as Baseball,
|
|
4580
|
+
X1 as Basketball,
|
|
4581
|
+
W0 as Biking,
|
|
4623
4582
|
T2 as CalendarEventSvg,
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4583
|
+
w2 as CalendarSvg,
|
|
4584
|
+
K0 as Cat,
|
|
4585
|
+
v2 as CategorySvg,
|
|
4586
|
+
x2 as ChatSvg,
|
|
4587
|
+
D2 as CitySvg,
|
|
4588
|
+
I2 as CloseSvg,
|
|
4589
|
+
_2 as CoachSvg,
|
|
4590
|
+
E2 as CollectionSvg,
|
|
4591
|
+
Q2 as CommentSvg,
|
|
4592
|
+
n5 as CopySvg,
|
|
4593
|
+
C2 as CreateArenaSvg,
|
|
4594
|
+
L2 as CreateCollectionSvg,
|
|
4595
|
+
j2 as CreatePostSvg,
|
|
4596
|
+
b2 as CreateSvg,
|
|
4597
|
+
k2 as CreateTeamSvg,
|
|
4598
|
+
Y2 as DiscussionSvg,
|
|
4599
|
+
Q0 as Dog,
|
|
4600
|
+
P2 as EditSvg,
|
|
4601
|
+
t5 as EventSvg,
|
|
4602
|
+
y2 as ExploreSvg,
|
|
4603
|
+
r0 as Football,
|
|
4604
|
+
e5 as GameSvg,
|
|
4605
|
+
Q1 as Golf,
|
|
4606
|
+
r2 as Guitar,
|
|
4607
|
+
$0 as Gym,
|
|
4608
|
+
Y1 as Hiking,
|
|
4609
|
+
t0 as Hockey,
|
|
4610
|
+
p2 as HomeSvg,
|
|
4611
|
+
N2 as ImageSvg,
|
|
4612
|
+
g2 as InterestSvg,
|
|
4613
|
+
K2 as LeaderboardSvg,
|
|
4614
|
+
R2 as LeftArrowSvg,
|
|
4615
|
+
r5 as LocationPointSvg,
|
|
4616
|
+
F2 as LogoutSvg,
|
|
4617
|
+
f2 as MapSvg,
|
|
4618
|
+
J2 as MarketSvg,
|
|
4619
|
+
O2 as MenuSvg,
|
|
4620
|
+
G2 as MinusSvg,
|
|
4621
|
+
s2 as MusicInterestSvg,
|
|
4622
|
+
Z2 as NewsfeedSvg,
|
|
4623
|
+
q2 as NotificationSvg,
|
|
4624
|
+
M2 as PartnersSvg,
|
|
4625
|
+
t2 as PetsInterestSvg,
|
|
4667
4626
|
G1 as PetsSvg,
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4627
|
+
V0 as Pickleball,
|
|
4628
|
+
V2 as PollSvg,
|
|
4629
|
+
$2 as PrivateSvg,
|
|
4630
|
+
B2 as RightArrowSvg,
|
|
4631
|
+
J1 as Running,
|
|
4632
|
+
X2 as SendSvg,
|
|
4633
|
+
o2 as Singing,
|
|
4634
|
+
F0 as Skiing,
|
|
4635
|
+
F1 as Soccer,
|
|
4636
|
+
X0 as SportsInterestSvg,
|
|
4637
|
+
$1 as SportsSvg,
|
|
4638
|
+
o5 as StreetSvg,
|
|
4639
|
+
Y0 as Surfing,
|
|
4640
|
+
a as SvgSize,
|
|
4682
4641
|
G0 as Swimming,
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
J0 as Yoga
|
|
4642
|
+
e0 as TableTennis,
|
|
4643
|
+
z2 as TeamSvg,
|
|
4644
|
+
U1 as Tennis,
|
|
4645
|
+
W2 as TextPostSvg,
|
|
4646
|
+
U2 as UpArrowSvg,
|
|
4647
|
+
H2 as UserSvg,
|
|
4648
|
+
D0 as Yoga
|
|
4691
4649
|
};
|