@teamprodevs/appsmith-custom-table 0.4.20 → 0.4.22
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/app.js +1025 -1015
- package/dist/app.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as _, jsxs as
|
|
1
|
+
import { jsx as _, jsxs as I1, Fragment as lq } from "react/jsx-runtime";
|
|
2
2
|
import * as f from "react";
|
|
3
3
|
import he, { forwardRef as dS, createElement as Lb, useLayoutEffect as uq, useState as sS, useRef as hq, useEffect as pq } from "react";
|
|
4
4
|
import * as lS from "react-dom";
|
|
@@ -2134,15 +2134,15 @@ const mR = (e, t) => {
|
|
|
2134
2134
|
}, DR = [], ce = (e) => {
|
|
2135
2135
|
const t = (o) => o[e] || DR;
|
|
2136
2136
|
return t.isThemeGetter = !0, t;
|
|
2137
|
-
}, LS = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, SS = /^\((?:(\w[\w-]*):)?(.+)\)$/i, OR = /^\d+\/\d+$/, VR = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, HR = /\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$/, FR = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, TR = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ER = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,
|
|
2137
|
+
}, LS = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, SS = /^\((?:(\w[\w-]*):)?(.+)\)$/i, OR = /^\d+\/\d+$/, VR = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, HR = /\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$/, FR = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, TR = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ER = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, O1 = (e) => OR.test(e), U = (e) => !!e && !Number.isNaN(Number(e)), at = (e) => !!e && Number.isInteger(Number(e)), kb = (e) => e.endsWith("%") && U(e.slice(0, -1)), We = (e) => VR.test(e), UR = () => !0, BR = (e) => (
|
|
2138
2138
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
2139
2139
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
2140
2140
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
2141
2141
|
HR.test(e) && !FR.test(e)
|
|
2142
|
-
), CS = () => !1, ZR = (e) => TR.test(e), GR = (e) => ER.test(e), WR = (e) => !z(e) && !A(e), KR = (e) =>
|
|
2142
|
+
), CS = () => !1, ZR = (e) => TR.test(e), GR = (e) => ER.test(e), WR = (e) => !z(e) && !A(e), KR = (e) => J1(e, AS, CS), z = (e) => LS.test(e), kt = (e) => J1(e, PS, BR), mb = (e) => J1(e, eD, U), pL = (e) => J1(e, NS, CS), XR = (e) => J1(e, zS, GR), Ur = (e) => J1(e, jS, ZR), A = (e) => SS.test(e), ir = (e) => Y1(e, PS), JR = (e) => Y1(e, tD), yL = (e) => Y1(e, NS), YR = (e) => Y1(e, AS), QR = (e) => Y1(e, zS), Br = (e) => Y1(e, jS, !0), J1 = (e, t, o) => {
|
|
2143
2143
|
const a = LS.exec(e);
|
|
2144
2144
|
return a ? a[1] ? t(a[1]) : o(a[2]) : !1;
|
|
2145
|
-
},
|
|
2145
|
+
}, Y1 = (e, t, o = !1) => {
|
|
2146
2146
|
const a = SS.exec(e);
|
|
2147
2147
|
return a ? a[1] ? t(a[1]) : o : !1;
|
|
2148
2148
|
}, NS = (e) => e === "position" || e === "percentage", zS = (e) => e === "image" || e === "url", AS = (e) => e === "length" || e === "size" || e === "bg-size", PS = (e) => e === "length", eD = (e) => e === "number", tD = (e) => e === "family-name", jS = (e) => e === "shadow", nD = () => {
|
|
@@ -2164,9 +2164,9 @@ const mR = (e, t) => {
|
|
|
2164
2164
|
"bottom-left",
|
|
2165
2165
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
2166
2166
|
"left-bottom"
|
|
2167
|
-
], I = () => [...b(), A, z], P = () => ["auto", "hidden", "clip", "visible", "scroll"], N = () => ["auto", "contain", "none"], L = () => [A, z, l], R = () => [
|
|
2167
|
+
], I = () => [...b(), A, z], P = () => ["auto", "hidden", "clip", "visible", "scroll"], N = () => ["auto", "contain", "none"], L = () => [A, z, l], R = () => [O1, "full", "auto", ...L()], F = () => [at, "none", "subgrid", A, z], W = () => ["auto", {
|
|
2168
2168
|
span: ["full", at, A, z]
|
|
2169
|
-
}, at, A, z], Q = () => [at, "auto", A, z], J = () => ["auto", "min", "max", "fr", A, z], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], te = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], E = () => ["auto", ...L()], X = () => [
|
|
2169
|
+
}, at, A, z], Q = () => [at, "auto", A, z], J = () => ["auto", "min", "max", "fr", A, z], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], te = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], E = () => ["auto", ...L()], X = () => [O1, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...L()], C = () => [e, A, z], j = () => [...b(), yL, pL, {
|
|
2170
2170
|
position: [A, z]
|
|
2171
2171
|
}], ae = () => ["no-repeat", {
|
|
2172
2172
|
repeat: ["", "x", "y", "space", "round"]
|
|
@@ -2187,7 +2187,7 @@ const mR = (e, t) => {
|
|
|
2187
2187
|
y,
|
|
2188
2188
|
A,
|
|
2189
2189
|
z
|
|
2190
|
-
],
|
|
2190
|
+
], q1 = () => ["none", U, A, z], R1 = () => ["none", U, A, z], or = () => [U, A, z], D1 = () => [O1, "full", ...L()];
|
|
2191
2191
|
return {
|
|
2192
2192
|
cacheSize: 500,
|
|
2193
2193
|
theme: {
|
|
@@ -2220,7 +2220,7 @@ const mR = (e, t) => {
|
|
|
2220
2220
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
2221
2221
|
*/
|
|
2222
2222
|
aspect: [{
|
|
2223
|
-
aspect: ["auto", "square",
|
|
2223
|
+
aspect: ["auto", "square", O1, z, A, g]
|
|
2224
2224
|
}],
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Container
|
|
@@ -2443,7 +2443,7 @@ const mR = (e, t) => {
|
|
|
2443
2443
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
2444
2444
|
*/
|
|
2445
2445
|
basis: [{
|
|
2446
|
-
basis: [
|
|
2446
|
+
basis: [O1, "full", "auto", d, ...L()]
|
|
2447
2447
|
}],
|
|
2448
2448
|
/**
|
|
2449
2449
|
* Flex Direction
|
|
@@ -2464,7 +2464,7 @@ const mR = (e, t) => {
|
|
|
2464
2464
|
* @see https://tailwindcss.com/docs/flex
|
|
2465
2465
|
*/
|
|
2466
2466
|
flex: [{
|
|
2467
|
-
flex: [U,
|
|
2467
|
+
flex: [U, O1, "auto", "initial", "none", z]
|
|
2468
2468
|
}],
|
|
2469
2469
|
/**
|
|
2470
2470
|
* Flex Grow
|
|
@@ -4134,56 +4134,56 @@ const mR = (e, t) => {
|
|
|
4134
4134
|
* @see https://tailwindcss.com/docs/rotate
|
|
4135
4135
|
*/
|
|
4136
4136
|
rotate: [{
|
|
4137
|
-
rotate:
|
|
4137
|
+
rotate: q1()
|
|
4138
4138
|
}],
|
|
4139
4139
|
/**
|
|
4140
4140
|
* Rotate X
|
|
4141
4141
|
* @see https://tailwindcss.com/docs/rotate
|
|
4142
4142
|
*/
|
|
4143
4143
|
"rotate-x": [{
|
|
4144
|
-
"rotate-x":
|
|
4144
|
+
"rotate-x": q1()
|
|
4145
4145
|
}],
|
|
4146
4146
|
/**
|
|
4147
4147
|
* Rotate Y
|
|
4148
4148
|
* @see https://tailwindcss.com/docs/rotate
|
|
4149
4149
|
*/
|
|
4150
4150
|
"rotate-y": [{
|
|
4151
|
-
"rotate-y":
|
|
4151
|
+
"rotate-y": q1()
|
|
4152
4152
|
}],
|
|
4153
4153
|
/**
|
|
4154
4154
|
* Rotate Z
|
|
4155
4155
|
* @see https://tailwindcss.com/docs/rotate
|
|
4156
4156
|
*/
|
|
4157
4157
|
"rotate-z": [{
|
|
4158
|
-
"rotate-z":
|
|
4158
|
+
"rotate-z": q1()
|
|
4159
4159
|
}],
|
|
4160
4160
|
/**
|
|
4161
4161
|
* Scale
|
|
4162
4162
|
* @see https://tailwindcss.com/docs/scale
|
|
4163
4163
|
*/
|
|
4164
4164
|
scale: [{
|
|
4165
|
-
scale:
|
|
4165
|
+
scale: R1()
|
|
4166
4166
|
}],
|
|
4167
4167
|
/**
|
|
4168
4168
|
* Scale X
|
|
4169
4169
|
* @see https://tailwindcss.com/docs/scale
|
|
4170
4170
|
*/
|
|
4171
4171
|
"scale-x": [{
|
|
4172
|
-
"scale-x":
|
|
4172
|
+
"scale-x": R1()
|
|
4173
4173
|
}],
|
|
4174
4174
|
/**
|
|
4175
4175
|
* Scale Y
|
|
4176
4176
|
* @see https://tailwindcss.com/docs/scale
|
|
4177
4177
|
*/
|
|
4178
4178
|
"scale-y": [{
|
|
4179
|
-
"scale-y":
|
|
4179
|
+
"scale-y": R1()
|
|
4180
4180
|
}],
|
|
4181
4181
|
/**
|
|
4182
4182
|
* Scale Z
|
|
4183
4183
|
* @see https://tailwindcss.com/docs/scale
|
|
4184
4184
|
*/
|
|
4185
4185
|
"scale-z": [{
|
|
4186
|
-
"scale-z":
|
|
4186
|
+
"scale-z": R1()
|
|
4187
4187
|
}],
|
|
4188
4188
|
/**
|
|
4189
4189
|
* Scale 3D
|
|
@@ -4237,28 +4237,28 @@ const mR = (e, t) => {
|
|
|
4237
4237
|
* @see https://tailwindcss.com/docs/translate
|
|
4238
4238
|
*/
|
|
4239
4239
|
translate: [{
|
|
4240
|
-
translate:
|
|
4240
|
+
translate: D1()
|
|
4241
4241
|
}],
|
|
4242
4242
|
/**
|
|
4243
4243
|
* Translate X
|
|
4244
4244
|
* @see https://tailwindcss.com/docs/translate
|
|
4245
4245
|
*/
|
|
4246
4246
|
"translate-x": [{
|
|
4247
|
-
"translate-x":
|
|
4247
|
+
"translate-x": D1()
|
|
4248
4248
|
}],
|
|
4249
4249
|
/**
|
|
4250
4250
|
* Translate Y
|
|
4251
4251
|
* @see https://tailwindcss.com/docs/translate
|
|
4252
4252
|
*/
|
|
4253
4253
|
"translate-y": [{
|
|
4254
|
-
"translate-y":
|
|
4254
|
+
"translate-y": D1()
|
|
4255
4255
|
}],
|
|
4256
4256
|
/**
|
|
4257
4257
|
* Translate Z
|
|
4258
4258
|
* @see https://tailwindcss.com/docs/translate
|
|
4259
4259
|
*/
|
|
4260
4260
|
"translate-z": [{
|
|
4261
|
-
"translate-z":
|
|
4261
|
+
"translate-z": D1()
|
|
4262
4262
|
}],
|
|
4263
4263
|
/**
|
|
4264
4264
|
* Translate None
|
|
@@ -4688,7 +4688,7 @@ function dD({ className: e, ...t }) {
|
|
|
4688
4688
|
}
|
|
4689
4689
|
);
|
|
4690
4690
|
}
|
|
4691
|
-
var
|
|
4691
|
+
var b1 = /* @__PURE__ */ ((e) => (e.xs = "xs", e.sm = "sm", e.md = "md", e.lg = "lg", e))(b1 || {}), Xe = /* @__PURE__ */ ((e) => (e.left = "left", e.right = "right", e))(Xe || {});
|
|
4692
4692
|
const RS = 20, sD = {
|
|
4693
4693
|
xs: "p-0.5 lg:p-1 mx-auto text-center lg:text-center max-w-12",
|
|
4694
4694
|
sm: "text-xs px-0.5 py-1 leading-4 lg:p-1 lg:text-sm",
|
|
@@ -4747,7 +4747,7 @@ function M(e, t, o) {
|
|
|
4747
4747
|
}), Object.defineProperty(c, "name", { value: e }), c;
|
|
4748
4748
|
}
|
|
4749
4749
|
const HS = Symbol("zod_brand");
|
|
4750
|
-
class $
|
|
4750
|
+
class $1 extends Error {
|
|
4751
4751
|
constructor() {
|
|
4752
4752
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
4753
4753
|
}
|
|
@@ -4794,7 +4794,7 @@ function wr(e) {
|
|
|
4794
4794
|
}
|
|
4795
4795
|
};
|
|
4796
4796
|
}
|
|
4797
|
-
function
|
|
4797
|
+
function z1(e) {
|
|
4798
4798
|
return e == null;
|
|
4799
4799
|
}
|
|
4800
4800
|
function Rx(e) {
|
|
@@ -4877,7 +4877,7 @@ function TS(e) {
|
|
|
4877
4877
|
}
|
|
4878
4878
|
const n$ = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
4879
4879
|
};
|
|
4880
|
-
function
|
|
4880
|
+
function U1(e) {
|
|
4881
4881
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
4882
4882
|
}
|
|
4883
4883
|
const ES = wr(() => {
|
|
@@ -4890,17 +4890,17 @@ const ES = wr(() => {
|
|
|
4890
4890
|
return !1;
|
|
4891
4891
|
}
|
|
4892
4892
|
});
|
|
4893
|
-
function
|
|
4894
|
-
if (
|
|
4893
|
+
function L1(e) {
|
|
4894
|
+
if (U1(e) === !1)
|
|
4895
4895
|
return !1;
|
|
4896
4896
|
const t = e.constructor;
|
|
4897
4897
|
if (t === void 0 || typeof t != "function")
|
|
4898
4898
|
return !0;
|
|
4899
4899
|
const o = t.prototype;
|
|
4900
|
-
return !(
|
|
4900
|
+
return !(U1(o) === !1 || Object.prototype.hasOwnProperty.call(o, "isPrototypeOf") === !1);
|
|
4901
4901
|
}
|
|
4902
4902
|
function Dx(e) {
|
|
4903
|
-
return
|
|
4903
|
+
return L1(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
4904
4904
|
}
|
|
4905
4905
|
function _D(e) {
|
|
4906
4906
|
let t = 0;
|
|
@@ -5024,7 +5024,7 @@ function KS(e, t) {
|
|
|
5024
5024
|
return be(e, a);
|
|
5025
5025
|
}
|
|
5026
5026
|
function XS(e, t) {
|
|
5027
|
-
if (!
|
|
5027
|
+
if (!L1(t))
|
|
5028
5028
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
5029
5029
|
const o = e._zod.def.checks;
|
|
5030
5030
|
if (o && o.length > 0)
|
|
@@ -5039,7 +5039,7 @@ function XS(e, t) {
|
|
|
5039
5039
|
return be(e, n);
|
|
5040
5040
|
}
|
|
5041
5041
|
function JS(e, t) {
|
|
5042
|
-
if (!
|
|
5042
|
+
if (!L1(t))
|
|
5043
5043
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
5044
5044
|
const o = {
|
|
5045
5045
|
...e._zod.def,
|
|
@@ -5115,7 +5115,7 @@ function eC(e, t, o) {
|
|
|
5115
5115
|
});
|
|
5116
5116
|
return be(t, a);
|
|
5117
5117
|
}
|
|
5118
|
-
function
|
|
5118
|
+
function x1(e, t = 0) {
|
|
5119
5119
|
if (e.aborted === !0)
|
|
5120
5120
|
return !0;
|
|
5121
5121
|
for (let o = t; o < e.issues.length; o++)
|
|
@@ -5146,7 +5146,7 @@ function Ox(e) {
|
|
|
5146
5146
|
function Vx(e) {
|
|
5147
5147
|
return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
|
|
5148
5148
|
}
|
|
5149
|
-
function
|
|
5149
|
+
function B1(...e) {
|
|
5150
5150
|
const [t, o, a] = e;
|
|
5151
5151
|
return typeof t == "string" ? {
|
|
5152
5152
|
message: t,
|
|
@@ -5198,7 +5198,7 @@ const oC = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5198
5198
|
BIGINT_FORMAT_RANGES: GS,
|
|
5199
5199
|
Class: CD,
|
|
5200
5200
|
NUMBER_FORMAT_RANGES: ZS,
|
|
5201
|
-
aborted:
|
|
5201
|
+
aborted: x1,
|
|
5202
5202
|
allowsEval: ES,
|
|
5203
5203
|
assert: kD,
|
|
5204
5204
|
assertEqual: uD,
|
|
@@ -5227,15 +5227,15 @@ const oC = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5227
5227
|
getParsedType: wD,
|
|
5228
5228
|
getSizableOrigin: Ox,
|
|
5229
5229
|
hexToUint8Array: LD,
|
|
5230
|
-
isObject:
|
|
5231
|
-
isPlainObject:
|
|
5232
|
-
issue:
|
|
5230
|
+
isObject: U1,
|
|
5231
|
+
isPlainObject: L1,
|
|
5232
|
+
issue: B1,
|
|
5233
5233
|
joinValues: S,
|
|
5234
5234
|
jsonStringifyReplacer: gx,
|
|
5235
5235
|
merge: YS,
|
|
5236
5236
|
mergeDefs: nt,
|
|
5237
5237
|
normalizeParams: $,
|
|
5238
|
-
nullish:
|
|
5238
|
+
nullish: z1,
|
|
5239
5239
|
numKeys: _D,
|
|
5240
5240
|
objectClone: mD,
|
|
5241
5241
|
omit: KS,
|
|
@@ -5336,7 +5336,7 @@ function cC(e) {
|
|
|
5336
5336
|
const xr = (e) => (t, o, a, n) => {
|
|
5337
5337
|
const r = a ? Object.assign(a, { async: !1 }) : { async: !1 }, c = t._zod.run({ value: o, issues: [] }, r);
|
|
5338
5338
|
if (c instanceof Promise)
|
|
5339
|
-
throw new $
|
|
5339
|
+
throw new $1();
|
|
5340
5340
|
if (c.issues.length) {
|
|
5341
5341
|
const d = new (n?.Err ?? e)(c.issues.map((l) => Ne(l, r, pe())));
|
|
5342
5342
|
throw n$(d, n?.callee), d;
|
|
@@ -5353,7 +5353,7 @@ const xr = (e) => (t, o, a, n) => {
|
|
|
5353
5353
|
}, Db = /* @__PURE__ */ br(_e), $r = (e) => (t, o, a) => {
|
|
5354
5354
|
const n = a ? { ...a, async: !1 } : { async: !1 }, r = t._zod.run({ value: o, issues: [] }, n);
|
|
5355
5355
|
if (r instanceof Promise)
|
|
5356
|
-
throw new $
|
|
5356
|
+
throw new $1();
|
|
5357
5357
|
return r.issues.length ? {
|
|
5358
5358
|
success: !1,
|
|
5359
5359
|
error: new (e ?? o$)(r.issues.map((c) => Ne(c, n, pe())))
|
|
@@ -5377,7 +5377,7 @@ const xr = (e) => (t, o, a, n) => {
|
|
|
5377
5377
|
}, jD = /* @__PURE__ */ l$(_e), u$ = (e) => (t, o, a) => $r(e)(t, o, a), qD = /* @__PURE__ */ u$(_e), h$ = (e) => async (t, o, a) => {
|
|
5378
5378
|
const n = a ? Object.assign(a, { direction: "backward" }) : { direction: "backward" };
|
|
5379
5379
|
return Ir(e)(t, o, n);
|
|
5380
|
-
}, RD = /* @__PURE__ */ h$(_e), p$ = (e) => async (t, o, a) => Ir(e)(t, o, a), DD = /* @__PURE__ */ p$(_e), lC = /^[cC][^\s-]{8,}$/, uC = /^[0-9a-z]+$/, hC = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, pC = /^[0-9a-vA-V]{20}$/, yC = /^[A-Za-z0-9]{27}$/, kC = /^[a-zA-Z0-9_-]{21}$/, mC = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, OD = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, fC = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,
|
|
5380
|
+
}, RD = /* @__PURE__ */ h$(_e), p$ = (e) => async (t, o, a) => Ir(e)(t, o, a), DD = /* @__PURE__ */ p$(_e), lC = /^[cC][^\s-]{8,}$/, uC = /^[0-9a-z]+$/, hC = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, pC = /^[0-9a-vA-V]{20}$/, yC = /^[A-Za-z0-9]{27}$/, kC = /^[a-zA-Z0-9_-]{21}$/, mC = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, OD = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, fC = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, Z1 = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, VD = /* @__PURE__ */ Z1(4), HD = /* @__PURE__ */ Z1(6), FD = /* @__PURE__ */ Z1(7), gC = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, TD = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, ED = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/, vC = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u, UD = vC, BD = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, ZD = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
5381
5381
|
function MC() {
|
|
5382
5382
|
return new RegExp(ZD, "u");
|
|
5383
5383
|
}
|
|
@@ -5463,7 +5463,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5463
5463
|
undefined: FC,
|
|
5464
5464
|
unicodeEmail: vC,
|
|
5465
5465
|
uppercase: EC,
|
|
5466
|
-
uuid:
|
|
5466
|
+
uuid: Z1,
|
|
5467
5467
|
uuid4: VD,
|
|
5468
5468
|
uuid6: HD,
|
|
5469
5469
|
uuid7: FD,
|
|
@@ -5610,7 +5610,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5610
5610
|
var o;
|
|
5611
5611
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5612
5612
|
const n = a.value;
|
|
5613
|
-
return !
|
|
5613
|
+
return !z1(n) && n.size !== void 0;
|
|
5614
5614
|
}), e._zod.onattach.push((a) => {
|
|
5615
5615
|
const n = a._zod.bag.maximum ?? Number.POSITIVE_INFINITY;
|
|
5616
5616
|
t.maximum < n && (a._zod.bag.maximum = t.maximum);
|
|
@@ -5630,7 +5630,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5630
5630
|
var o;
|
|
5631
5631
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5632
5632
|
const n = a.value;
|
|
5633
|
-
return !
|
|
5633
|
+
return !z1(n) && n.size !== void 0;
|
|
5634
5634
|
}), e._zod.onattach.push((a) => {
|
|
5635
5635
|
const n = a._zod.bag.minimum ?? Number.NEGATIVE_INFINITY;
|
|
5636
5636
|
t.minimum > n && (a._zod.bag.minimum = t.minimum);
|
|
@@ -5650,7 +5650,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5650
5650
|
var o;
|
|
5651
5651
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5652
5652
|
const n = a.value;
|
|
5653
|
-
return !
|
|
5653
|
+
return !z1(n) && n.size !== void 0;
|
|
5654
5654
|
}), e._zod.onattach.push((a) => {
|
|
5655
5655
|
const n = a._zod.bag;
|
|
5656
5656
|
n.minimum = t.size, n.maximum = t.size, n.size = t.size;
|
|
@@ -5673,7 +5673,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5673
5673
|
var o;
|
|
5674
5674
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5675
5675
|
const n = a.value;
|
|
5676
|
-
return !
|
|
5676
|
+
return !z1(n) && n.length !== void 0;
|
|
5677
5677
|
}), e._zod.onattach.push((a) => {
|
|
5678
5678
|
const n = a._zod.bag.maximum ?? Number.POSITIVE_INFINITY;
|
|
5679
5679
|
t.maximum < n && (a._zod.bag.maximum = t.maximum);
|
|
@@ -5696,7 +5696,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5696
5696
|
var o;
|
|
5697
5697
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5698
5698
|
const n = a.value;
|
|
5699
|
-
return !
|
|
5699
|
+
return !z1(n) && n.length !== void 0;
|
|
5700
5700
|
}), e._zod.onattach.push((a) => {
|
|
5701
5701
|
const n = a._zod.bag.minimum ?? Number.NEGATIVE_INFINITY;
|
|
5702
5702
|
t.minimum > n && (a._zod.bag.minimum = t.minimum);
|
|
@@ -5719,7 +5719,7 @@ const GD = /^[0-9a-fA-F]{32}$/, WD = /* @__PURE__ */ Lr(22, "=="), KD = /* @__PU
|
|
|
5719
5719
|
var o;
|
|
5720
5720
|
ne.init(e, t), (o = e._zod.def).when ?? (o.when = (a) => {
|
|
5721
5721
|
const n = a.value;
|
|
5722
|
-
return !
|
|
5722
|
+
return !z1(n) && n.length !== void 0;
|
|
5723
5723
|
}), e._zod.onattach.push((a) => {
|
|
5724
5724
|
const n = a._zod.bag;
|
|
5725
5725
|
n.minimum = t.length, n.maximum = t.length, n.length = t.length;
|
|
@@ -5896,7 +5896,7 @@ const uN = {
|
|
|
5896
5896
|
});
|
|
5897
5897
|
else {
|
|
5898
5898
|
const n = (c, d, l) => {
|
|
5899
|
-
let s =
|
|
5899
|
+
let s = x1(c), u;
|
|
5900
5900
|
for (const h of d) {
|
|
5901
5901
|
if (h._zod.def.when) {
|
|
5902
5902
|
if (!h._zod.def.when(c))
|
|
@@ -5905,25 +5905,25 @@ const uN = {
|
|
|
5905
5905
|
continue;
|
|
5906
5906
|
const k = c.issues.length, p = h._zod.check(c);
|
|
5907
5907
|
if (p instanceof Promise && l?.async === !1)
|
|
5908
|
-
throw new $
|
|
5908
|
+
throw new $1();
|
|
5909
5909
|
if (u || p instanceof Promise)
|
|
5910
5910
|
u = (u ?? Promise.resolve()).then(async () => {
|
|
5911
|
-
await p, c.issues.length !== k && (s || (s =
|
|
5911
|
+
await p, c.issues.length !== k && (s || (s = x1(c, k)));
|
|
5912
5912
|
});
|
|
5913
5913
|
else {
|
|
5914
5914
|
if (c.issues.length === k)
|
|
5915
5915
|
continue;
|
|
5916
|
-
s || (s =
|
|
5916
|
+
s || (s = x1(c, k));
|
|
5917
5917
|
}
|
|
5918
5918
|
}
|
|
5919
5919
|
return u ? u.then(() => c) : c;
|
|
5920
5920
|
}, r = (c, d, l) => {
|
|
5921
|
-
if (
|
|
5921
|
+
if (x1(c))
|
|
5922
5922
|
return c.aborted = !0, c;
|
|
5923
5923
|
const s = n(d, a, l);
|
|
5924
5924
|
if (s instanceof Promise) {
|
|
5925
5925
|
if (l.async === !1)
|
|
5926
|
-
throw new $
|
|
5926
|
+
throw new $1();
|
|
5927
5927
|
return s.then((u) => e._zod.parse(u, l));
|
|
5928
5928
|
}
|
|
5929
5929
|
return e._zod.parse(s, l);
|
|
@@ -5938,7 +5938,7 @@ const uN = {
|
|
|
5938
5938
|
const l = e._zod.parse(c, d);
|
|
5939
5939
|
if (l instanceof Promise) {
|
|
5940
5940
|
if (d.async === !1)
|
|
5941
|
-
throw new $
|
|
5941
|
+
throw new $1();
|
|
5942
5942
|
return l.then((s) => n(s, a, d));
|
|
5943
5943
|
}
|
|
5944
5944
|
return n(l, a, d);
|
|
@@ -5988,9 +5988,9 @@ const uN = {
|
|
|
5988
5988
|
}[t.version];
|
|
5989
5989
|
if (a === void 0)
|
|
5990
5990
|
throw new Error(`Invalid UUID version: "${t.version}"`);
|
|
5991
|
-
t.pattern ?? (t.pattern =
|
|
5991
|
+
t.pattern ?? (t.pattern = Z1(a));
|
|
5992
5992
|
} else
|
|
5993
|
-
t.pattern ?? (t.pattern =
|
|
5993
|
+
t.pattern ?? (t.pattern = Z1());
|
|
5994
5994
|
Y.init(e, t);
|
|
5995
5995
|
}), yN = /* @__PURE__ */ M("$ZodEmail", (e, t) => {
|
|
5996
5996
|
t.pattern ?? (t.pattern = gC), Y.init(e, t);
|
|
@@ -6375,7 +6375,7 @@ const YN = /* @__PURE__ */ M("$ZodObject", (e, t) => {
|
|
|
6375
6375
|
}
|
|
6376
6376
|
return l;
|
|
6377
6377
|
});
|
|
6378
|
-
const n =
|
|
6378
|
+
const n = U1, r = t.catchall;
|
|
6379
6379
|
let c;
|
|
6380
6380
|
e._zod.parse = (d, l) => {
|
|
6381
6381
|
c ?? (c = a.value);
|
|
@@ -6434,7 +6434,7 @@ const YN = /* @__PURE__ */ M("$ZodObject", (e, t) => {
|
|
|
6434
6434
|
return (x, b) => w(k, x, b);
|
|
6435
6435
|
};
|
|
6436
6436
|
let r;
|
|
6437
|
-
const c =
|
|
6437
|
+
const c = U1, d = !fx.jitless, s = d && ES.value, u = t.catchall;
|
|
6438
6438
|
let h;
|
|
6439
6439
|
e._zod.parse = (k, p) => {
|
|
6440
6440
|
h ?? (h = a.value);
|
|
@@ -6451,7 +6451,7 @@ function gL(e, t, o, a) {
|
|
|
6451
6451
|
for (const r of e)
|
|
6452
6452
|
if (r.issues.length === 0)
|
|
6453
6453
|
return t.value = r.value, t;
|
|
6454
|
-
const n = e.filter((r) => !
|
|
6454
|
+
const n = e.filter((r) => !x1(r));
|
|
6455
6455
|
return n.length === 1 ? (t.value = n[0].value, n[0]) : (t.issues.push({
|
|
6456
6456
|
code: "invalid_union",
|
|
6457
6457
|
input: t.value,
|
|
@@ -6523,7 +6523,7 @@ const w$ = /* @__PURE__ */ M("$ZodUnion", (e, t) => {
|
|
|
6523
6523
|
});
|
|
6524
6524
|
e._zod.parse = (n, r) => {
|
|
6525
6525
|
const c = n.value;
|
|
6526
|
-
if (!
|
|
6526
|
+
if (!U1(c))
|
|
6527
6527
|
return n.issues.push({
|
|
6528
6528
|
code: "invalid_type",
|
|
6529
6529
|
expected: "object",
|
|
@@ -6552,7 +6552,7 @@ function Ob(e, t) {
|
|
|
6552
6552
|
return { valid: !0, data: e };
|
|
6553
6553
|
if (e instanceof Date && t instanceof Date && +e == +t)
|
|
6554
6554
|
return { valid: !0, data: e };
|
|
6555
|
-
if (
|
|
6555
|
+
if (L1(e) && L1(t)) {
|
|
6556
6556
|
const o = Object.keys(t), a = Object.keys(e).filter((r) => o.indexOf(r) !== -1), n = { ...e, ...t };
|
|
6557
6557
|
for (const r of a) {
|
|
6558
6558
|
const c = Ob(e[r], t[r]);
|
|
@@ -6583,7 +6583,7 @@ function Ob(e, t) {
|
|
|
6583
6583
|
return { valid: !1, mergeErrorPath: [] };
|
|
6584
6584
|
}
|
|
6585
6585
|
function vL(e, t, o) {
|
|
6586
|
-
if (t.issues.length && e.issues.push(...t.issues), o.issues.length && e.issues.push(...o.issues),
|
|
6586
|
+
if (t.issues.length && e.issues.push(...t.issues), o.issues.length && e.issues.push(...o.issues), x1(e))
|
|
6587
6587
|
return e;
|
|
6588
6588
|
const a = Ob(t.value, o.value);
|
|
6589
6589
|
if (!a.valid)
|
|
@@ -6644,7 +6644,7 @@ function Zr(e, t, o) {
|
|
|
6644
6644
|
const nz = /* @__PURE__ */ M("$ZodRecord", (e, t) => {
|
|
6645
6645
|
H.init(e, t), e._zod.parse = (o, a) => {
|
|
6646
6646
|
const n = o.value;
|
|
6647
|
-
if (!
|
|
6647
|
+
if (!L1(n))
|
|
6648
6648
|
return o.issues.push({
|
|
6649
6649
|
expected: "record",
|
|
6650
6650
|
code: "invalid_type",
|
|
@@ -6801,7 +6801,7 @@ const rz = /* @__PURE__ */ M("$ZodEnum", (e, t) => {
|
|
|
6801
6801
|
if (a.async)
|
|
6802
6802
|
return (n instanceof Promise ? n : Promise.resolve(n)).then((c) => (o.value = c, o));
|
|
6803
6803
|
if (n instanceof Promise)
|
|
6804
|
-
throw new $
|
|
6804
|
+
throw new $1();
|
|
6805
6805
|
return o.value = n, o;
|
|
6806
6806
|
};
|
|
6807
6807
|
});
|
|
@@ -7031,7 +7031,7 @@ function IL(e, t, o, a) {
|
|
|
7031
7031
|
continue: !a._zod.def.abort
|
|
7032
7032
|
// params: inst._zod.def.params,
|
|
7033
7033
|
};
|
|
7034
|
-
a._zod.def.params && (n.params = a._zod.def.params), t.issues.push(
|
|
7034
|
+
a._zod.def.params && (n.params = a._zod.def.params), t.issues.push(B1(n));
|
|
7035
7035
|
}
|
|
7036
7036
|
}
|
|
7037
7037
|
const dO = () => {
|
|
@@ -12045,7 +12045,7 @@ function iA(e, t) {
|
|
|
12045
12045
|
...$(t)
|
|
12046
12046
|
});
|
|
12047
12047
|
}
|
|
12048
|
-
function
|
|
12048
|
+
function S1(e, t) {
|
|
12049
12049
|
return new m$({
|
|
12050
12050
|
check: "less_than",
|
|
12051
12051
|
...$(t),
|
|
@@ -12061,7 +12061,7 @@ function Ce(e, t) {
|
|
|
12061
12061
|
inclusive: !0
|
|
12062
12062
|
});
|
|
12063
12063
|
}
|
|
12064
|
-
function
|
|
12064
|
+
function C1(e, t) {
|
|
12065
12065
|
return new f$({
|
|
12066
12066
|
check: "greater_than",
|
|
12067
12067
|
...$(t),
|
|
@@ -12078,10 +12078,10 @@ function ge(e, t) {
|
|
|
12078
12078
|
});
|
|
12079
12079
|
}
|
|
12080
12080
|
function cA(e) {
|
|
12081
|
-
return
|
|
12081
|
+
return C1(0, e);
|
|
12082
12082
|
}
|
|
12083
12083
|
function dA(e) {
|
|
12084
|
-
return
|
|
12084
|
+
return S1(0, e);
|
|
12085
12085
|
}
|
|
12086
12086
|
function sA(e) {
|
|
12087
12087
|
return Ce(0, e);
|
|
@@ -12124,7 +12124,7 @@ function Tx(e, t) {
|
|
|
12124
12124
|
maximum: e
|
|
12125
12125
|
});
|
|
12126
12126
|
}
|
|
12127
|
-
function
|
|
12127
|
+
function G1(e, t) {
|
|
12128
12128
|
return new QC({
|
|
12129
12129
|
check: "min_length",
|
|
12130
12130
|
...$(t),
|
|
@@ -12411,10 +12411,10 @@ function kA(e, t, o) {
|
|
|
12411
12411
|
function mA(e) {
|
|
12412
12412
|
const t = fA((o) => (o.addIssue = (a) => {
|
|
12413
12413
|
if (typeof a == "string")
|
|
12414
|
-
o.issues.push(
|
|
12414
|
+
o.issues.push(B1(a, o.value, t._zod.def));
|
|
12415
12415
|
else {
|
|
12416
12416
|
const n = a;
|
|
12417
|
-
n.fatal && (n.continue = !1), n.code ?? (n.code = "custom"), n.input ?? (n.input = o.value), n.inst ?? (n.inst = t), n.continue ?? (n.continue = !t._zod.def.abort), o.issues.push(
|
|
12417
|
+
n.fatal && (n.continue = !1), n.code ?? (n.code = "custom"), n.input ?? (n.input = o.value), n.inst ?? (n.inst = t), n.continue ?? (n.continue = !t._zod.def.abort), o.issues.push(B1(n));
|
|
12418
12418
|
}
|
|
12419
12419
|
}, e(o.value, o)));
|
|
12420
12420
|
return t;
|
|
@@ -12966,7 +12966,7 @@ const gH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
12966
12966
|
__proto__: null,
|
|
12967
12967
|
$ZodAny: UN,
|
|
12968
12968
|
$ZodArray: KN,
|
|
12969
|
-
$ZodAsyncError: $
|
|
12969
|
+
$ZodAsyncError: $1,
|
|
12970
12970
|
$ZodBase64: AN,
|
|
12971
12971
|
$ZodBase64URL: jN,
|
|
12972
12972
|
$ZodBigInt: _$,
|
|
@@ -13104,7 +13104,7 @@ const gH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
13104
13104
|
_file: pA,
|
|
13105
13105
|
_float32: Fz,
|
|
13106
13106
|
_float64: Tz,
|
|
13107
|
-
_gt:
|
|
13107
|
+
_gt: C1,
|
|
13108
13108
|
_gte: ge,
|
|
13109
13109
|
_guid: _x,
|
|
13110
13110
|
_includes: J$,
|
|
@@ -13124,7 +13124,7 @@ const gH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
13124
13124
|
_length: Ex,
|
|
13125
13125
|
_literal: rH,
|
|
13126
13126
|
_lowercase: K$,
|
|
13127
|
-
_lt:
|
|
13127
|
+
_lt: S1,
|
|
13128
13128
|
_lte: Ce,
|
|
13129
13129
|
_mac: Az,
|
|
13130
13130
|
_map: tH,
|
|
@@ -13133,7 +13133,7 @@ const gH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
13133
13133
|
_maxSize: Fx,
|
|
13134
13134
|
_mime: eI,
|
|
13135
13135
|
_min: ge,
|
|
13136
|
-
_minLength:
|
|
13136
|
+
_minLength: G1,
|
|
13137
13137
|
_minSize: kr,
|
|
13138
13138
|
_multipleOf: yr,
|
|
13139
13139
|
_nan: iA,
|
|
@@ -13314,7 +13314,7 @@ const MH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
13314
13314
|
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), lI = /* @__PURE__ */ M("_ZodString", (e, t) => {
|
|
13315
13315
|
Nr.init(e, t), T.init(e, t);
|
|
13316
13316
|
const o = e._zod.bag;
|
|
13317
|
-
e.format = o.format ?? null, e.minLength = o.minimum ?? null, e.maxLength = o.maximum ?? null, e.regex = (...a) => e.check(W$(...a)), e.includes = (...a) => e.check(J$(...a)), e.startsWith = (...a) => e.check(Y$(...a)), e.endsWith = (...a) => e.check(Q$(...a)), e.min = (...a) => e.check(
|
|
13317
|
+
e.format = o.format ?? null, e.minLength = o.minimum ?? null, e.maxLength = o.maximum ?? null, e.regex = (...a) => e.check(W$(...a)), e.includes = (...a) => e.check(J$(...a)), e.startsWith = (...a) => e.check(Y$(...a)), e.endsWith = (...a) => e.check(Q$(...a)), e.min = (...a) => e.check(G1(...a)), e.max = (...a) => e.check(Tx(...a)), e.length = (...a) => e.check(Ex(...a)), e.nonempty = (...a) => e.check(G1(1, ...a)), e.lowercase = (a) => e.check(K$(a)), e.uppercase = (a) => e.check(X$(a)), e.trim = () => e.check(nI()), e.normalize = (...a) => e.check(tI(...a)), e.toLowerCase = () => e.check(oI()), e.toUpperCase = () => e.check(aI()), e.slugify = () => e.check(rI());
|
|
13318
13318
|
}), Ux = /* @__PURE__ */ M("ZodString", (e, t) => {
|
|
13319
13319
|
Nr.init(e, t), lI.init(e, t), e.email = (o) => e.check(L$(uI, o)), e.url = (o) => e.check(Hx(Bx, o)), e.jwt = (o) => e.check(Z$(II, o)), e.emoji = (o) => e.check(A$(hI, o)), e.guid = (o) => e.check(_x(wx, o)), e.uuid = (o) => e.check(S$(Je, o)), e.uuidv4 = (o) => e.check(C$(Je, o)), e.uuidv6 = (o) => e.check(N$(Je, o)), e.uuidv7 = (o) => e.check(z$(Je, o)), e.nanoid = (o) => e.check(P$(pI, o)), e.guid = (o) => e.check(_x(wx, o)), e.cuid = (o) => e.check(j$(yI, o)), e.cuid2 = (o) => e.check(q$(kI, o)), e.ulid = (o) => e.check(R$(mI, o)), e.base64 = (o) => e.check(E$(xI, o)), e.base64url = (o) => e.check(U$(bI, o)), e.xid = (o) => e.check(D$(fI, o)), e.ksuid = (o) => e.check(O$(gI, o)), e.ipv4 = (o) => e.check(V$(vI, o)), e.ipv6 = (o) => e.check(H$(MI, o)), e.cidrv4 = (o) => e.check(F$(_I, o)), e.cidrv6 = (o) => e.check(T$(wI, o)), e.e164 = (o) => e.check(B$($I, o)), e.datetime = (o) => e.check(wA(o)), e.date = (o) => e.check(xA(o)), e.time = (o) => e.check(bA(o)), e.duration = (o) => e.check($A(o));
|
|
13320
13320
|
});
|
|
@@ -13478,30 +13478,30 @@ function KH(e, t) {
|
|
|
13478
13478
|
return zr(Ar, a, n, t);
|
|
13479
13479
|
}
|
|
13480
13480
|
const Zx = /* @__PURE__ */ M("ZodNumber", (e, t) => {
|
|
13481
|
-
v$.init(e, t), T.init(e, t), e.gt = (a, n) => e.check(
|
|
13481
|
+
v$.init(e, t), T.init(e, t), e.gt = (a, n) => e.check(C1(a, n)), e.gte = (a, n) => e.check(ge(a, n)), e.min = (a, n) => e.check(ge(a, n)), e.lt = (a, n) => e.check(S1(a, n)), e.lte = (a, n) => e.check(Ce(a, n)), e.max = (a, n) => e.check(Ce(a, n)), e.int = (a) => e.check(Fb(a)), e.safe = (a) => e.check(Fb(a)), e.positive = (a) => e.check(C1(0, a)), e.nonnegative = (a) => e.check(ge(0, a)), e.negative = (a) => e.check(S1(0, a)), e.nonpositive = (a) => e.check(Ce(0, a)), e.multipleOf = (a, n) => e.check(yr(a, n)), e.step = (a, n) => e.check(yr(a, n)), e.finite = () => e;
|
|
13482
13482
|
const o = e._zod.bag;
|
|
13483
13483
|
e.minValue = Math.max(o.minimum ?? Number.NEGATIVE_INFINITY, o.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, e.maxValue = Math.min(o.maximum ?? Number.POSITIVE_INFINITY, o.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, e.isInt = (o.format ?? "").includes("int") || Number.isSafeInteger(o.multipleOf ?? 0.5), e.isFinite = !0, e.format = o.format ?? null;
|
|
13484
13484
|
});
|
|
13485
13485
|
function HA(e) {
|
|
13486
13486
|
return Oz(Zx, e);
|
|
13487
13487
|
}
|
|
13488
|
-
const
|
|
13488
|
+
const Q1 = /* @__PURE__ */ M("ZodNumberFormat", (e, t) => {
|
|
13489
13489
|
VN.init(e, t), Zx.init(e, t);
|
|
13490
13490
|
});
|
|
13491
13491
|
function Fb(e) {
|
|
13492
|
-
return Hz(
|
|
13492
|
+
return Hz(Q1, e);
|
|
13493
13493
|
}
|
|
13494
13494
|
function XH(e) {
|
|
13495
|
-
return Fz(
|
|
13495
|
+
return Fz(Q1, e);
|
|
13496
13496
|
}
|
|
13497
13497
|
function JH(e) {
|
|
13498
|
-
return Tz(
|
|
13498
|
+
return Tz(Q1, e);
|
|
13499
13499
|
}
|
|
13500
13500
|
function YH(e) {
|
|
13501
|
-
return Ez(
|
|
13501
|
+
return Ez(Q1, e);
|
|
13502
13502
|
}
|
|
13503
13503
|
function QH(e) {
|
|
13504
|
-
return Uz(
|
|
13504
|
+
return Uz(Q1, e);
|
|
13505
13505
|
}
|
|
13506
13506
|
const Gx = /* @__PURE__ */ M("ZodBoolean", (e, t) => {
|
|
13507
13507
|
M$.init(e, t), T.init(e, t);
|
|
@@ -13510,7 +13510,7 @@ function FA(e) {
|
|
|
13510
13510
|
return Bz(Gx, e);
|
|
13511
13511
|
}
|
|
13512
13512
|
const Wx = /* @__PURE__ */ M("ZodBigInt", (e, t) => {
|
|
13513
|
-
_$.init(e, t), T.init(e, t), e.gte = (a, n) => e.check(ge(a, n)), e.min = (a, n) => e.check(ge(a, n)), e.gt = (a, n) => e.check(
|
|
13513
|
+
_$.init(e, t), T.init(e, t), e.gte = (a, n) => e.check(ge(a, n)), e.min = (a, n) => e.check(ge(a, n)), e.gt = (a, n) => e.check(C1(a, n)), e.gte = (a, n) => e.check(ge(a, n)), e.min = (a, n) => e.check(ge(a, n)), e.lt = (a, n) => e.check(S1(a, n)), e.lte = (a, n) => e.check(Ce(a, n)), e.max = (a, n) => e.check(Ce(a, n)), e.positive = (a) => e.check(C1(BigInt(0), a)), e.negative = (a) => e.check(S1(BigInt(0), a)), e.nonpositive = (a) => e.check(Ce(BigInt(0), a)), e.nonnegative = (a) => e.check(ge(BigInt(0), a)), e.multipleOf = (a, n) => e.check(yr(a, n));
|
|
13514
13514
|
const o = e._zod.bag;
|
|
13515
13515
|
e.minValue = o.minimum ?? null, e.maxValue = o.maximum ?? null, e.format = o.format ?? null;
|
|
13516
13516
|
});
|
|
@@ -13553,7 +13553,7 @@ function rF() {
|
|
|
13553
13553
|
const GA = /* @__PURE__ */ M("ZodUnknown", (e, t) => {
|
|
13554
13554
|
BN.init(e, t), T.init(e, t);
|
|
13555
13555
|
});
|
|
13556
|
-
function
|
|
13556
|
+
function W1() {
|
|
13557
13557
|
return tA(GA);
|
|
13558
13558
|
}
|
|
13559
13559
|
const WA = /* @__PURE__ */ M("ZodNever", (e, t) => {
|
|
@@ -13577,7 +13577,7 @@ function cF(e) {
|
|
|
13577
13577
|
return aA(CI, e);
|
|
13578
13578
|
}
|
|
13579
13579
|
const XA = /* @__PURE__ */ M("ZodArray", (e, t) => {
|
|
13580
|
-
KN.init(e, t), T.init(e, t), e.element = t.element, e.min = (o, a) => e.check(
|
|
13580
|
+
KN.init(e, t), T.init(e, t), e.element = t.element, e.min = (o, a) => e.check(G1(o, a)), e.nonempty = (o) => e.check(G1(1, o)), e.max = (o, a) => e.check(Tx(o, a)), e.length = (o, a) => e.check(Ex(o, a)), e.unwrap = () => e.element;
|
|
13581
13581
|
});
|
|
13582
13582
|
function Kx(e, t) {
|
|
13583
13583
|
return hA(XA, e, t);
|
|
@@ -13587,7 +13587,7 @@ function dF(e) {
|
|
|
13587
13587
|
return PI(Object.keys(t));
|
|
13588
13588
|
}
|
|
13589
13589
|
const Xx = /* @__PURE__ */ M("ZodObject", (e, t) => {
|
|
13590
|
-
QN.init(e, t), T.init(e, t), G(e, "shape", () => t.shape), e.keyof = () => PI(Object.keys(e._zod.def.shape)), e.catchall = (o) => e.clone({ ...e._zod.def, catchall: o }), e.passthrough = () => e.clone({ ...e._zod.def, catchall:
|
|
13590
|
+
QN.init(e, t), T.init(e, t), G(e, "shape", () => t.shape), e.keyof = () => PI(Object.keys(e._zod.def.shape)), e.catchall = (o) => e.clone({ ...e._zod.def, catchall: o }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: W1() }), e.loose = () => e.clone({ ...e._zod.def, catchall: W1() }), e.strict = () => e.clone({ ...e._zod.def, catchall: SI() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (o) => XS(e, o), e.safeExtend = (o) => JS(e, o), e.merge = (o) => YS(e, o), e.pick = (o) => WS(e, o), e.omit = (o) => KS(e, o), e.partial = (...o) => QS(qI, e, o[0]), e.required = (...o) => eC(RI, e, o[0]);
|
|
13591
13591
|
});
|
|
13592
13592
|
function sF(e, t) {
|
|
13593
13593
|
const o = {
|
|
@@ -13609,7 +13609,7 @@ function uF(e, t) {
|
|
|
13609
13609
|
return new Xx({
|
|
13610
13610
|
type: "object",
|
|
13611
13611
|
shape: e,
|
|
13612
|
-
catchall:
|
|
13612
|
+
catchall: W1(),
|
|
13613
13613
|
...$(t)
|
|
13614
13614
|
});
|
|
13615
13615
|
}
|
|
@@ -13774,10 +13774,10 @@ const cP = /* @__PURE__ */ M("ZodTransform", (e, t) => {
|
|
|
13774
13774
|
throw new qx(e.constructor.name);
|
|
13775
13775
|
o.addIssue = (r) => {
|
|
13776
13776
|
if (typeof r == "string")
|
|
13777
|
-
o.issues.push(
|
|
13777
|
+
o.issues.push(B1(r, o.value, t));
|
|
13778
13778
|
else {
|
|
13779
13779
|
const c = r;
|
|
13780
|
-
c.fatal && (c.continue = !1), c.code ?? (c.code = "custom"), c.input ?? (c.input = o.value), c.inst ?? (c.inst = e), o.issues.push(
|
|
13780
|
+
c.fatal && (c.continue = !1), c.code ?? (c.code = "custom"), c.input ?? (c.input = o.value), c.inst ?? (c.inst = e), o.issues.push(B1(c));
|
|
13781
13781
|
}
|
|
13782
13782
|
};
|
|
13783
13783
|
const n = t.transform(o.value, o);
|
|
@@ -13936,8 +13936,8 @@ const bP = /* @__PURE__ */ M("ZodFunction", (e, t) => {
|
|
|
13936
13936
|
function zL(e) {
|
|
13937
13937
|
return new bP({
|
|
13938
13938
|
type: "function",
|
|
13939
|
-
input: Array.isArray(e?.input) ? tP(e?.input) : e?.input ?? Kx(
|
|
13940
|
-
output: e?.output ??
|
|
13939
|
+
input: Array.isArray(e?.input) ? tP(e?.input) : e?.input ?? Kx(W1()),
|
|
13940
|
+
output: e?.output ?? W1()
|
|
13941
13941
|
});
|
|
13942
13942
|
}
|
|
13943
13943
|
const Jx = /* @__PURE__ */ M("ZodCustom", (e, t) => {
|
|
@@ -14088,7 +14088,7 @@ const q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14088
14088
|
ZodNull: UA,
|
|
14089
14089
|
ZodNullable: dP,
|
|
14090
14090
|
ZodNumber: Zx,
|
|
14091
|
-
ZodNumberFormat:
|
|
14091
|
+
ZodNumberFormat: Q1,
|
|
14092
14092
|
ZodObject: Xx,
|
|
14093
14093
|
ZodOptional: qI,
|
|
14094
14094
|
ZodPipe: DI,
|
|
@@ -14155,7 +14155,7 @@ const q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14155
14155
|
function: zL,
|
|
14156
14156
|
getErrorMap: qF,
|
|
14157
14157
|
globalRegistry: Le,
|
|
14158
|
-
gt:
|
|
14158
|
+
gt: C1,
|
|
14159
14159
|
gte: ge,
|
|
14160
14160
|
guid: xH,
|
|
14161
14161
|
hash: KH,
|
|
@@ -14181,7 +14181,7 @@ const q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14181
14181
|
locales: Lz,
|
|
14182
14182
|
looseObject: uF,
|
|
14183
14183
|
lowercase: K$,
|
|
14184
|
-
lt:
|
|
14184
|
+
lt: S1,
|
|
14185
14185
|
lte: Ce,
|
|
14186
14186
|
mac: OH,
|
|
14187
14187
|
map: yF,
|
|
@@ -14189,7 +14189,7 @@ const q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14189
14189
|
maxSize: Fx,
|
|
14190
14190
|
meta: SF,
|
|
14191
14191
|
mime: eI,
|
|
14192
|
-
minLength:
|
|
14192
|
+
minLength: G1,
|
|
14193
14193
|
minSize: kr,
|
|
14194
14194
|
multipleOf: yr,
|
|
14195
14195
|
nan: _F,
|
|
@@ -14255,7 +14255,7 @@ const q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
14255
14255
|
ulid: jH,
|
|
14256
14256
|
undefined: aF,
|
|
14257
14257
|
union: zI,
|
|
14258
|
-
unknown:
|
|
14258
|
+
unknown: W1,
|
|
14259
14259
|
uppercase: X$,
|
|
14260
14260
|
url: SH,
|
|
14261
14261
|
util: oC,
|
|
@@ -22209,11 +22209,11 @@ const Qoe = [
|
|
|
22209
22209
|
["path", { d: "M15 7h2a5 5 0 1 1 0 10h-2", key: "1b9ql8" }],
|
|
22210
22210
|
["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }]
|
|
22211
22211
|
], Y5 = i("link-2", Qoe);
|
|
22212
|
-
const
|
|
22212
|
+
const eae = [
|
|
22213
22213
|
["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
|
|
22214
22214
|
["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
|
|
22215
|
-
], Q5 = i("link",
|
|
22216
|
-
const
|
|
22215
|
+
], Q5 = i("link", eae);
|
|
22216
|
+
const tae = [
|
|
22217
22217
|
[
|
|
22218
22218
|
"path",
|
|
22219
22219
|
{
|
|
@@ -22223,101 +22223,101 @@ const t1e = [
|
|
|
22223
22223
|
],
|
|
22224
22224
|
["rect", { width: "4", height: "12", x: "2", y: "9", key: "mk3on5" }],
|
|
22225
22225
|
["circle", { cx: "4", cy: "4", r: "2", key: "bt5ra8" }]
|
|
22226
|
-
], em = i("linkedin",
|
|
22227
|
-
const
|
|
22226
|
+
], em = i("linkedin", tae);
|
|
22227
|
+
const nae = [
|
|
22228
22228
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22229
22229
|
["path", { d: "M16 12H3", key: "1a2rj7" }],
|
|
22230
22230
|
["path", { d: "M11 19H3", key: "zflm78" }],
|
|
22231
22231
|
["path", { d: "m15 18 2 2 4-4", key: "1szwhi" }]
|
|
22232
|
-
], tm = i("list-check",
|
|
22233
|
-
const
|
|
22232
|
+
], tm = i("list-check", nae);
|
|
22233
|
+
const oae = [
|
|
22234
22234
|
["path", { d: "M13 5h8", key: "a7qcls" }],
|
|
22235
22235
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
22236
22236
|
["path", { d: "M13 19h8", key: "c3s6r1" }],
|
|
22237
22237
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
22238
22238
|
["path", { d: "m3 7 2 2 4-4", key: "1obspn" }]
|
|
22239
|
-
], nm = i("list-checks",
|
|
22240
|
-
const
|
|
22239
|
+
], nm = i("list-checks", oae);
|
|
22240
|
+
const aae = [
|
|
22241
22241
|
["path", { d: "M3 5h8", key: "18g2rq" }],
|
|
22242
22242
|
["path", { d: "M3 12h8", key: "1xfjp6" }],
|
|
22243
22243
|
["path", { d: "M3 19h8", key: "fpbke4" }],
|
|
22244
22244
|
["path", { d: "m15 5 3 3 3-3", key: "1t4thf" }],
|
|
22245
22245
|
["path", { d: "m15 19 3-3 3 3", key: "y4ckd2" }]
|
|
22246
|
-
], om = i("list-chevrons-down-up",
|
|
22247
|
-
const
|
|
22246
|
+
], om = i("list-chevrons-down-up", aae);
|
|
22247
|
+
const rae = [
|
|
22248
22248
|
["path", { d: "M10 5h11", key: "1hkqpe" }],
|
|
22249
22249
|
["path", { d: "M10 12h11", key: "6m4ad9" }],
|
|
22250
22250
|
["path", { d: "M10 19h11", key: "14g2nv" }],
|
|
22251
22251
|
["path", { d: "m3 10 3-3-3-3", key: "i7pm08" }],
|
|
22252
22252
|
["path", { d: "m3 20 3-3-3-3", key: "20gx1n" }]
|
|
22253
|
-
], am = i("list-collapse",
|
|
22254
|
-
const
|
|
22253
|
+
], am = i("list-collapse", rae);
|
|
22254
|
+
const iae = [
|
|
22255
22255
|
["path", { d: "M3 5h8", key: "18g2rq" }],
|
|
22256
22256
|
["path", { d: "M3 12h8", key: "1xfjp6" }],
|
|
22257
22257
|
["path", { d: "M3 19h8", key: "fpbke4" }],
|
|
22258
22258
|
["path", { d: "m15 8 3-3 3 3", key: "bc4io6" }],
|
|
22259
22259
|
["path", { d: "m15 16 3 3 3-3", key: "9wmg1l" }]
|
|
22260
|
-
], rm = i("list-chevrons-up-down",
|
|
22261
|
-
const
|
|
22260
|
+
], rm = i("list-chevrons-up-down", iae);
|
|
22261
|
+
const cae = [
|
|
22262
22262
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22263
22263
|
["path", { d: "M16 12H3", key: "1a2rj7" }],
|
|
22264
22264
|
["path", { d: "M9 19H3", key: "s61nz1" }],
|
|
22265
22265
|
["path", { d: "m16 16-3 3 3 3", key: "117b85" }],
|
|
22266
22266
|
["path", { d: "M21 5v12a2 2 0 0 1-2 2h-6", key: "hey24a" }]
|
|
22267
|
-
], im = i("list-end",
|
|
22268
|
-
const
|
|
22267
|
+
], im = i("list-end", cae);
|
|
22268
|
+
const dae = [
|
|
22269
22269
|
["path", { d: "M12 5H2", key: "1o22fu" }],
|
|
22270
22270
|
["path", { d: "M6 12h12", key: "8npq4p" }],
|
|
22271
22271
|
["path", { d: "M9 19h6", key: "456am0" }],
|
|
22272
22272
|
["path", { d: "M16 5h6", key: "1vod17" }],
|
|
22273
22273
|
["path", { d: "M19 8V2", key: "1wcffq" }]
|
|
22274
|
-
], cm = i("list-filter-plus",
|
|
22275
|
-
const
|
|
22274
|
+
], cm = i("list-filter-plus", dae);
|
|
22275
|
+
const sae = [
|
|
22276
22276
|
["path", { d: "M2 5h20", key: "1fs1ex" }],
|
|
22277
22277
|
["path", { d: "M6 12h12", key: "8npq4p" }],
|
|
22278
22278
|
["path", { d: "M9 19h6", key: "456am0" }]
|
|
22279
|
-
], dm = i("list-filter",
|
|
22280
|
-
const
|
|
22279
|
+
], dm = i("list-filter", sae);
|
|
22280
|
+
const lae = [
|
|
22281
22281
|
["path", { d: "M21 5H11", key: "us1j55" }],
|
|
22282
22282
|
["path", { d: "M21 12H11", key: "wd7e0v" }],
|
|
22283
22283
|
["path", { d: "M21 19H11", key: "saa85w" }],
|
|
22284
22284
|
["path", { d: "m7 8-4 4 4 4", key: "o5hrat" }]
|
|
22285
|
-
], Oe = i("list-indent-decrease",
|
|
22286
|
-
const
|
|
22285
|
+
], Oe = i("list-indent-decrease", lae);
|
|
22286
|
+
const uae = [
|
|
22287
22287
|
["path", { d: "M21 5H11", key: "us1j55" }],
|
|
22288
22288
|
["path", { d: "M21 12H11", key: "wd7e0v" }],
|
|
22289
22289
|
["path", { d: "M21 19H11", key: "saa85w" }],
|
|
22290
22290
|
["path", { d: "m3 8 4 4-4 4", key: "1a3j6y" }]
|
|
22291
|
-
], Ve = i("list-indent-increase",
|
|
22292
|
-
const
|
|
22291
|
+
], Ve = i("list-indent-increase", uae);
|
|
22292
|
+
const hae = [
|
|
22293
22293
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22294
22294
|
["path", { d: "M11 12H3", key: "51ecnj" }],
|
|
22295
22295
|
["path", { d: "M16 19H3", key: "zzsher" }],
|
|
22296
22296
|
["path", { d: "M21 12h-6", key: "bt1uis" }]
|
|
22297
|
-
], sm = i("list-minus",
|
|
22298
|
-
const
|
|
22297
|
+
], sm = i("list-minus", hae);
|
|
22298
|
+
const pae = [
|
|
22299
22299
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22300
22300
|
["path", { d: "M11 12H3", key: "51ecnj" }],
|
|
22301
22301
|
["path", { d: "M11 19H3", key: "zflm78" }],
|
|
22302
22302
|
["path", { d: "M21 16V5", key: "yxg4q8" }],
|
|
22303
22303
|
["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }]
|
|
22304
|
-
], lm = i("list-music",
|
|
22305
|
-
const
|
|
22304
|
+
], lm = i("list-music", pae);
|
|
22305
|
+
const yae = [
|
|
22306
22306
|
["path", { d: "M11 5h10", key: "1cz7ny" }],
|
|
22307
22307
|
["path", { d: "M11 12h10", key: "1438ji" }],
|
|
22308
22308
|
["path", { d: "M11 19h10", key: "11t30w" }],
|
|
22309
22309
|
["path", { d: "M4 4h1v5", key: "10yrso" }],
|
|
22310
22310
|
["path", { d: "M4 9h2", key: "r1h2o0" }],
|
|
22311
22311
|
["path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02", key: "xtkcd5" }]
|
|
22312
|
-
], um = i("list-ordered",
|
|
22313
|
-
const
|
|
22312
|
+
], um = i("list-ordered", yae);
|
|
22313
|
+
const kae = [
|
|
22314
22314
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22315
22315
|
["path", { d: "M11 12H3", key: "51ecnj" }],
|
|
22316
22316
|
["path", { d: "M16 19H3", key: "zzsher" }],
|
|
22317
22317
|
["path", { d: "M18 9v6", key: "1twb98" }],
|
|
22318
22318
|
["path", { d: "M21 12h-6", key: "bt1uis" }]
|
|
22319
|
-
], hm = i("list-plus",
|
|
22320
|
-
const
|
|
22319
|
+
], hm = i("list-plus", kae);
|
|
22320
|
+
const mae = [
|
|
22321
22321
|
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
22322
22322
|
["path", { d: "M7 12H3", key: "13ou7f" }],
|
|
22323
22323
|
["path", { d: "M7 19H3", key: "wbqt3n" }],
|
|
@@ -22329,29 +22329,29 @@ const m1e = [
|
|
|
22329
22329
|
}
|
|
22330
22330
|
],
|
|
22331
22331
|
["path", { d: "M11 10v4h4", key: "172dkj" }]
|
|
22332
|
-
], pm = i("list-restart",
|
|
22333
|
-
const
|
|
22332
|
+
], pm = i("list-restart", mae);
|
|
22333
|
+
const fae = [
|
|
22334
22334
|
["path", { d: "M3 5h6", key: "1ltk0q" }],
|
|
22335
22335
|
["path", { d: "M3 12h13", key: "ppymz1" }],
|
|
22336
22336
|
["path", { d: "M3 19h13", key: "bpdczq" }],
|
|
22337
22337
|
["path", { d: "m16 8-3-3 3-3", key: "1pjpp6" }],
|
|
22338
22338
|
["path", { d: "M21 19V7a2 2 0 0 0-2-2h-6", key: "4zzq67" }]
|
|
22339
|
-
], ym = i("list-start",
|
|
22340
|
-
const
|
|
22339
|
+
], ym = i("list-start", fae);
|
|
22340
|
+
const gae = [
|
|
22341
22341
|
["path", { d: "M13 5h8", key: "a7qcls" }],
|
|
22342
22342
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
22343
22343
|
["path", { d: "M13 19h8", key: "c3s6r1" }],
|
|
22344
22344
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
22345
22345
|
["rect", { x: "3", y: "4", width: "6", height: "6", rx: "1", key: "cif1o7" }]
|
|
22346
|
-
], km = i("list-todo",
|
|
22347
|
-
const
|
|
22346
|
+
], km = i("list-todo", gae);
|
|
22347
|
+
const vae = [
|
|
22348
22348
|
["path", { d: "M8 5h13", key: "1pao27" }],
|
|
22349
22349
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
22350
22350
|
["path", { d: "M13 19h8", key: "c3s6r1" }],
|
|
22351
22351
|
["path", { d: "M3 10a2 2 0 0 0 2 2h3", key: "1npucw" }],
|
|
22352
22352
|
["path", { d: "M3 5v12a2 2 0 0 0 2 2h3", key: "x1gjn2" }]
|
|
22353
|
-
], mm = i("list-tree",
|
|
22354
|
-
const
|
|
22353
|
+
], mm = i("list-tree", vae);
|
|
22354
|
+
const Mae = [
|
|
22355
22355
|
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
22356
22356
|
["path", { d: "M10 12H3", key: "1ulcyk" }],
|
|
22357
22357
|
["path", { d: "M10 19H3", key: "108z41" }],
|
|
@@ -22362,38 +22362,38 @@ const M1e = [
|
|
|
22362
22362
|
key: "ms4nik"
|
|
22363
22363
|
}
|
|
22364
22364
|
]
|
|
22365
|
-
], fm = i("list-video",
|
|
22366
|
-
const
|
|
22365
|
+
], fm = i("list-video", Mae);
|
|
22366
|
+
const _ae = [
|
|
22367
22367
|
["path", { d: "M16 5H3", key: "m91uny" }],
|
|
22368
22368
|
["path", { d: "M11 12H3", key: "51ecnj" }],
|
|
22369
22369
|
["path", { d: "M16 19H3", key: "zzsher" }],
|
|
22370
22370
|
["path", { d: "m15.5 9.5 5 5", key: "ytk86i" }],
|
|
22371
22371
|
["path", { d: "m20.5 9.5-5 5", key: "17o44f" }]
|
|
22372
|
-
], gm = i("list-x",
|
|
22373
|
-
const
|
|
22372
|
+
], gm = i("list-x", _ae);
|
|
22373
|
+
const wae = [
|
|
22374
22374
|
["path", { d: "M3 5h.01", key: "18ugdj" }],
|
|
22375
22375
|
["path", { d: "M3 12h.01", key: "nlz23k" }],
|
|
22376
22376
|
["path", { d: "M3 19h.01", key: "noohij" }],
|
|
22377
22377
|
["path", { d: "M8 5h13", key: "1pao27" }],
|
|
22378
22378
|
["path", { d: "M8 12h13", key: "1za7za" }],
|
|
22379
22379
|
["path", { d: "M8 19h13", key: "m83p4d" }]
|
|
22380
|
-
], vm = i("list",
|
|
22381
|
-
const
|
|
22382
|
-
const
|
|
22380
|
+
], vm = i("list", wae);
|
|
22381
|
+
const xae = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], xo = i("loader-circle", xae);
|
|
22382
|
+
const bae = [
|
|
22383
22383
|
["path", { d: "M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0", key: "1lzz15" }],
|
|
22384
22384
|
["path", { d: "M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6", key: "1gnrpi" }],
|
|
22385
22385
|
["path", { d: "M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6", key: "u9yy5q" }],
|
|
22386
22386
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
22387
|
-
], Mm = i("loader-pinwheel",
|
|
22388
|
-
const $
|
|
22387
|
+
], Mm = i("loader-pinwheel", bae);
|
|
22388
|
+
const $ae = [
|
|
22389
22389
|
["line", { x1: "2", x2: "5", y1: "12", y2: "12", key: "bvdh0s" }],
|
|
22390
22390
|
["line", { x1: "19", x2: "22", y1: "12", y2: "12", key: "1tbv5k" }],
|
|
22391
22391
|
["line", { x1: "12", x2: "12", y1: "2", y2: "5", key: "11lu5j" }],
|
|
22392
22392
|
["line", { x1: "12", x2: "12", y1: "19", y2: "22", key: "x3vr5v" }],
|
|
22393
22393
|
["circle", { cx: "12", cy: "12", r: "7", key: "fim9np" }],
|
|
22394
22394
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
22395
|
-
], _m = i("locate-fixed", $
|
|
22396
|
-
const
|
|
22395
|
+
], _m = i("locate-fixed", $ae);
|
|
22396
|
+
const Iae = [
|
|
22397
22397
|
["path", { d: "M12 2v4", key: "3427ic" }],
|
|
22398
22398
|
["path", { d: "m16.2 7.8 2.9-2.9", key: "r700ao" }],
|
|
22399
22399
|
["path", { d: "M18 12h4", key: "wj9ykh" }],
|
|
@@ -22402,8 +22402,8 @@ const I1e = [
|
|
|
22402
22402
|
["path", { d: "m4.9 19.1 2.9-2.9", key: "bwix9q" }],
|
|
22403
22403
|
["path", { d: "M2 12h4", key: "j09sii" }],
|
|
22404
22404
|
["path", { d: "m4.9 4.9 2.9 2.9", key: "giyufr" }]
|
|
22405
|
-
], pr = i("loader",
|
|
22406
|
-
const
|
|
22405
|
+
], pr = i("loader", Iae);
|
|
22406
|
+
const Lae = [
|
|
22407
22407
|
["path", { d: "M12 19v3", key: "npa21l" }],
|
|
22408
22408
|
["path", { d: "M12 2v3", key: "qbqxhf" }],
|
|
22409
22409
|
["path", { d: "M18.89 13.24a7 7 0 0 0-8.13-8.13", key: "1v9jrh" }],
|
|
@@ -22411,43 +22411,43 @@ const L1e = [
|
|
|
22411
22411
|
["path", { d: "M2 12h3", key: "1wrr53" }],
|
|
22412
22412
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
22413
22413
|
["path", { d: "M7.05 7.05a7 7 0 0 0 9.9 9.9", key: "rc5l2e" }]
|
|
22414
|
-
], wm = i("locate-off",
|
|
22415
|
-
const
|
|
22414
|
+
], wm = i("locate-off", Lae);
|
|
22415
|
+
const Sae = [
|
|
22416
22416
|
["line", { x1: "2", x2: "5", y1: "12", y2: "12", key: "bvdh0s" }],
|
|
22417
22417
|
["line", { x1: "19", x2: "22", y1: "12", y2: "12", key: "1tbv5k" }],
|
|
22418
22418
|
["line", { x1: "12", x2: "12", y1: "2", y2: "5", key: "11lu5j" }],
|
|
22419
22419
|
["line", { x1: "12", x2: "12", y1: "19", y2: "22", key: "x3vr5v" }],
|
|
22420
22420
|
["circle", { cx: "12", cy: "12", r: "7", key: "fim9np" }]
|
|
22421
|
-
], xm = i("locate",
|
|
22422
|
-
const
|
|
22421
|
+
], xm = i("locate", Sae);
|
|
22422
|
+
const Cae = [
|
|
22423
22423
|
["circle", { cx: "12", cy: "16", r: "1", key: "1au0dj" }],
|
|
22424
22424
|
["rect", { width: "18", height: "12", x: "3", y: "10", rx: "2", key: "l0tzu3" }],
|
|
22425
22425
|
["path", { d: "M7 10V7a5 5 0 0 1 9.33-2.5", key: "car5b7" }]
|
|
22426
|
-
], bo = i("lock-keyhole-open",
|
|
22427
|
-
const
|
|
22426
|
+
], bo = i("lock-keyhole-open", Cae);
|
|
22427
|
+
const Nae = [
|
|
22428
22428
|
["circle", { cx: "12", cy: "16", r: "1", key: "1au0dj" }],
|
|
22429
22429
|
["rect", { x: "3", y: "10", width: "18", height: "12", rx: "2", key: "6s8ecr" }],
|
|
22430
22430
|
["path", { d: "M7 10V7a5 5 0 0 1 10 0v3", key: "1pqi11" }]
|
|
22431
|
-
], bm = i("lock-keyhole",
|
|
22432
|
-
const
|
|
22431
|
+
], bm = i("lock-keyhole", Nae);
|
|
22432
|
+
const zae = [
|
|
22433
22433
|
["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
|
|
22434
22434
|
["path", { d: "M7 11V7a5 5 0 0 1 9.9-1", key: "1mm8w8" }]
|
|
22435
|
-
], $o = i("lock-open",
|
|
22436
|
-
const
|
|
22435
|
+
], $o = i("lock-open", zae);
|
|
22436
|
+
const Aae = [
|
|
22437
22437
|
["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
|
|
22438
22438
|
["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
|
|
22439
|
-
], $m = i("lock",
|
|
22440
|
-
const
|
|
22439
|
+
], $m = i("lock", Aae);
|
|
22440
|
+
const Pae = [
|
|
22441
22441
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
22442
22442
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
22443
22443
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
22444
|
-
], Im = i("log-in",
|
|
22445
|
-
const
|
|
22444
|
+
], Im = i("log-in", Pae);
|
|
22445
|
+
const jae = [
|
|
22446
22446
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
22447
22447
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
22448
22448
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
22449
|
-
], Lm = i("log-out",
|
|
22450
|
-
const
|
|
22449
|
+
], Lm = i("log-out", jae);
|
|
22450
|
+
const qae = [
|
|
22451
22451
|
["path", { d: "M3 5h1", key: "1mv5vm" }],
|
|
22452
22452
|
["path", { d: "M3 12h1", key: "lp3yf2" }],
|
|
22453
22453
|
["path", { d: "M3 19h1", key: "w6f3n9" }],
|
|
@@ -22457,13 +22457,13 @@ const q1e = [
|
|
|
22457
22457
|
["path", { d: "M13 5h8", key: "a7qcls" }],
|
|
22458
22458
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
22459
22459
|
["path", { d: "M13 19h8", key: "c3s6r1" }]
|
|
22460
|
-
], Sm = i("logs",
|
|
22461
|
-
const
|
|
22460
|
+
], Sm = i("logs", qae);
|
|
22461
|
+
const Rae = [
|
|
22462
22462
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
22463
22463
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }],
|
|
22464
22464
|
["path", { d: "M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0", key: "107gwy" }]
|
|
22465
|
-
], Cm = i("lollipop",
|
|
22466
|
-
const
|
|
22465
|
+
], Cm = i("lollipop", Rae);
|
|
22466
|
+
const Dae = [
|
|
22467
22467
|
[
|
|
22468
22468
|
"path",
|
|
22469
22469
|
{ d: "M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2", key: "1m57jg" }
|
|
@@ -22472,8 +22472,8 @@ const D1e = [
|
|
|
22472
22472
|
["path", { d: "M10 20h4", key: "ni2waw" }],
|
|
22473
22473
|
["circle", { cx: "16", cy: "20", r: "2", key: "1vifvg" }],
|
|
22474
22474
|
["circle", { cx: "8", cy: "20", r: "2", key: "ckkr5m" }]
|
|
22475
|
-
], Nm = i("luggage",
|
|
22476
|
-
const
|
|
22475
|
+
], Nm = i("luggage", Dae);
|
|
22476
|
+
const Oae = [
|
|
22477
22477
|
["path", { d: "m12 15 4 4", key: "lnac28" }],
|
|
22478
22478
|
[
|
|
22479
22479
|
"path",
|
|
@@ -22483,18 +22483,18 @@ const O1e = [
|
|
|
22483
22483
|
}
|
|
22484
22484
|
],
|
|
22485
22485
|
["path", { d: "m5 8 4 4", key: "j6kj7e" }]
|
|
22486
|
-
], zm = i("magnet",
|
|
22487
|
-
const
|
|
22486
|
+
], zm = i("magnet", Oae);
|
|
22487
|
+
const Vae = [
|
|
22488
22488
|
["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8", key: "12jkf8" }],
|
|
22489
22489
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22490
22490
|
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
|
|
22491
|
-
], Am = i("mail-check",
|
|
22492
|
-
const
|
|
22491
|
+
], Am = i("mail-check", Vae);
|
|
22492
|
+
const Hae = [
|
|
22493
22493
|
["path", { d: "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8", key: "fuxbkv" }],
|
|
22494
22494
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22495
22495
|
["path", { d: "M16 19h6", key: "xwg31i" }]
|
|
22496
|
-
], Pm = i("mail-minus",
|
|
22497
|
-
const
|
|
22496
|
+
], Pm = i("mail-minus", Hae);
|
|
22497
|
+
const Fae = [
|
|
22498
22498
|
[
|
|
22499
22499
|
"path",
|
|
22500
22500
|
{
|
|
@@ -22503,14 +22503,14 @@ const F1e = [
|
|
|
22503
22503
|
}
|
|
22504
22504
|
],
|
|
22505
22505
|
["path", { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10", key: "1qfld7" }]
|
|
22506
|
-
], jm = i("mail-open",
|
|
22507
|
-
const
|
|
22506
|
+
], jm = i("mail-open", Fae);
|
|
22507
|
+
const Tae = [
|
|
22508
22508
|
["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8", key: "12jkf8" }],
|
|
22509
22509
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22510
22510
|
["path", { d: "M19 16v6", key: "tddt3s" }],
|
|
22511
22511
|
["path", { d: "M16 19h6", key: "xwg31i" }]
|
|
22512
|
-
], qm = i("mail-plus",
|
|
22513
|
-
const
|
|
22512
|
+
], qm = i("mail-plus", Tae);
|
|
22513
|
+
const Eae = [
|
|
22514
22514
|
["path", { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5", key: "e61zoh" }],
|
|
22515
22515
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22516
22516
|
[
|
|
@@ -22521,31 +22521,31 @@ const E1e = [
|
|
|
22521
22521
|
}
|
|
22522
22522
|
],
|
|
22523
22523
|
["path", { d: "M20 22v.01", key: "12bgn6" }]
|
|
22524
|
-
], Io = i("mail-question-mark",
|
|
22525
|
-
const
|
|
22524
|
+
], Io = i("mail-question-mark", Eae);
|
|
22525
|
+
const Uae = [
|
|
22526
22526
|
["path", { d: "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5", key: "w80f2v" }],
|
|
22527
22527
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22528
22528
|
["path", { d: "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z", key: "8lzu5m" }],
|
|
22529
22529
|
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }],
|
|
22530
22530
|
["path", { d: "m22 22-1.5-1.5", key: "1x83k4" }]
|
|
22531
|
-
], Rm = i("mail-search",
|
|
22532
|
-
const
|
|
22531
|
+
], Rm = i("mail-search", Uae);
|
|
22532
|
+
const Bae = [
|
|
22533
22533
|
["path", { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5", key: "e61zoh" }],
|
|
22534
22534
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22535
22535
|
["path", { d: "M20 14v4", key: "1hm744" }],
|
|
22536
22536
|
["path", { d: "M20 22v.01", key: "12bgn6" }]
|
|
22537
|
-
], Dm = i("mail-warning",
|
|
22538
|
-
const
|
|
22537
|
+
], Dm = i("mail-warning", Bae);
|
|
22538
|
+
const Zae = [
|
|
22539
22539
|
["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9", key: "1j9vog" }],
|
|
22540
22540
|
["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7", key: "1ocrg3" }],
|
|
22541
22541
|
["path", { d: "m17 17 4 4", key: "1b3523" }],
|
|
22542
22542
|
["path", { d: "m21 17-4 4", key: "uinynz" }]
|
|
22543
|
-
], Om = i("mail-x",
|
|
22544
|
-
const
|
|
22543
|
+
], Om = i("mail-x", Zae);
|
|
22544
|
+
const Gae = [
|
|
22545
22545
|
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
22546
22546
|
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
22547
|
-
], Vm = i("mail",
|
|
22548
|
-
const
|
|
22547
|
+
], Vm = i("mail", Gae);
|
|
22548
|
+
const Wae = [
|
|
22549
22549
|
[
|
|
22550
22550
|
"path",
|
|
22551
22551
|
{
|
|
@@ -22556,13 +22556,13 @@ const W1e = [
|
|
|
22556
22556
|
["polyline", { points: "15,9 18,9 18,11", key: "1pm9c0" }],
|
|
22557
22557
|
["path", { d: "M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2", key: "15i455" }],
|
|
22558
22558
|
["line", { x1: "6", x2: "7", y1: "10", y2: "10", key: "1e2scm" }]
|
|
22559
|
-
], Hm = i("mailbox",
|
|
22560
|
-
const
|
|
22559
|
+
], Hm = i("mailbox", Wae);
|
|
22560
|
+
const Kae = [
|
|
22561
22561
|
["path", { d: "M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732", key: "1vyzll" }],
|
|
22562
22562
|
["path", { d: "m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5", key: "k7ramc" }],
|
|
22563
22563
|
["rect", { x: "7", y: "3", width: "15", height: "12", rx: "2", key: "17196g" }]
|
|
22564
|
-
], Fm = i("mails",
|
|
22565
|
-
const
|
|
22564
|
+
], Fm = i("mails", Kae);
|
|
22565
|
+
const Xae = [
|
|
22566
22566
|
[
|
|
22567
22567
|
"path",
|
|
22568
22568
|
{
|
|
@@ -22573,8 +22573,8 @@ const X1e = [
|
|
|
22573
22573
|
["path", { d: "M15 5.764V14", key: "1bab71" }],
|
|
22574
22574
|
["path", { d: "M21 18h-6", key: "139f0c" }],
|
|
22575
22575
|
["path", { d: "M9 3.236v15", key: "1uimfh" }]
|
|
22576
|
-
], Tm = i("map-minus",
|
|
22577
|
-
const
|
|
22576
|
+
], Tm = i("map-minus", Xae);
|
|
22577
|
+
const Jae = [
|
|
22578
22578
|
[
|
|
22579
22579
|
"path",
|
|
22580
22580
|
{
|
|
@@ -22583,8 +22583,8 @@ const J1e = [
|
|
|
22583
22583
|
}
|
|
22584
22584
|
],
|
|
22585
22585
|
["path", { d: "m9 10 2 2 4-4", key: "1gnqz4" }]
|
|
22586
|
-
], Em = i("map-pin-check-inside",
|
|
22587
|
-
const
|
|
22586
|
+
], Em = i("map-pin-check-inside", Jae);
|
|
22587
|
+
const Yae = [
|
|
22588
22588
|
[
|
|
22589
22589
|
"path",
|
|
22590
22590
|
{
|
|
@@ -22594,8 +22594,8 @@ const Y1e = [
|
|
|
22594
22594
|
],
|
|
22595
22595
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
|
|
22596
22596
|
["path", { d: "m16 18 2 2 4-4", key: "1mkfmb" }]
|
|
22597
|
-
], Um = i("map-pin-check",
|
|
22598
|
-
const
|
|
22597
|
+
], Um = i("map-pin-check", Yae);
|
|
22598
|
+
const Qae = [
|
|
22599
22599
|
[
|
|
22600
22600
|
"path",
|
|
22601
22601
|
{
|
|
@@ -22612,8 +22612,8 @@ const Q1e = [
|
|
|
22612
22612
|
],
|
|
22613
22613
|
["path", { d: "M18 22v-3", key: "1t1ugv" }],
|
|
22614
22614
|
["circle", { cx: "10", cy: "10", r: "3", key: "1ns7v1" }]
|
|
22615
|
-
], Bm = i("map-pin-house",
|
|
22616
|
-
const
|
|
22615
|
+
], Bm = i("map-pin-house", Qae);
|
|
22616
|
+
const e1e = [
|
|
22617
22617
|
[
|
|
22618
22618
|
"path",
|
|
22619
22619
|
{
|
|
@@ -22622,8 +22622,8 @@ const eae = [
|
|
|
22622
22622
|
}
|
|
22623
22623
|
],
|
|
22624
22624
|
["path", { d: "M9 10h6", key: "9gxzsh" }]
|
|
22625
|
-
], Zm = i("map-pin-minus-inside",
|
|
22626
|
-
const
|
|
22625
|
+
], Zm = i("map-pin-minus-inside", e1e);
|
|
22626
|
+
const t1e = [
|
|
22627
22627
|
[
|
|
22628
22628
|
"path",
|
|
22629
22629
|
{
|
|
@@ -22633,8 +22633,8 @@ const tae = [
|
|
|
22633
22633
|
],
|
|
22634
22634
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
|
|
22635
22635
|
["path", { d: "M16 18h6", key: "987eiv" }]
|
|
22636
|
-
], Gm = i("map-pin-minus",
|
|
22637
|
-
const
|
|
22636
|
+
], Gm = i("map-pin-minus", t1e);
|
|
22637
|
+
const n1e = [
|
|
22638
22638
|
["path", { d: "M12.75 7.09a3 3 0 0 1 2.16 2.16", key: "1d4wjd" }],
|
|
22639
22639
|
[
|
|
22640
22640
|
"path",
|
|
@@ -22646,8 +22646,8 @@ const nae = [
|
|
|
22646
22646
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
22647
22647
|
["path", { d: "M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533", key: "lhrkcz" }],
|
|
22648
22648
|
["path", { d: "M9.13 9.13a3 3 0 0 0 3.74 3.74", key: "13wojd" }]
|
|
22649
|
-
], Wm = i("map-pin-off",
|
|
22650
|
-
const
|
|
22649
|
+
], Wm = i("map-pin-off", n1e);
|
|
22650
|
+
const o1e = [
|
|
22651
22651
|
["path", { d: "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468", key: "1fahp3" }],
|
|
22652
22652
|
[
|
|
22653
22653
|
"path",
|
|
@@ -22657,8 +22657,8 @@ const oae = [
|
|
|
22657
22657
|
}
|
|
22658
22658
|
],
|
|
22659
22659
|
["circle", { cx: "10", cy: "10", r: "3", key: "1ns7v1" }]
|
|
22660
|
-
], Lo = i("map-pin-pen",
|
|
22661
|
-
const
|
|
22660
|
+
], Lo = i("map-pin-pen", o1e);
|
|
22661
|
+
const a1e = [
|
|
22662
22662
|
[
|
|
22663
22663
|
"path",
|
|
22664
22664
|
{
|
|
@@ -22668,8 +22668,8 @@ const aae = [
|
|
|
22668
22668
|
],
|
|
22669
22669
|
["path", { d: "M12 7v6", key: "lw1j43" }],
|
|
22670
22670
|
["path", { d: "M9 10h6", key: "9gxzsh" }]
|
|
22671
|
-
], Km = i("map-pin-plus-inside",
|
|
22672
|
-
const
|
|
22671
|
+
], Km = i("map-pin-plus-inside", a1e);
|
|
22672
|
+
const r1e = [
|
|
22673
22673
|
[
|
|
22674
22674
|
"path",
|
|
22675
22675
|
{
|
|
@@ -22680,8 +22680,8 @@ const rae = [
|
|
|
22680
22680
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
|
|
22681
22681
|
["path", { d: "M16 18h6", key: "987eiv" }],
|
|
22682
22682
|
["path", { d: "M19 15v6", key: "10aioa" }]
|
|
22683
|
-
], Xm = i("map-pin-plus",
|
|
22684
|
-
const
|
|
22683
|
+
], Xm = i("map-pin-plus", r1e);
|
|
22684
|
+
const i1e = [
|
|
22685
22685
|
[
|
|
22686
22686
|
"path",
|
|
22687
22687
|
{
|
|
@@ -22691,8 +22691,8 @@ const iae = [
|
|
|
22691
22691
|
],
|
|
22692
22692
|
["path", { d: "m14.5 7.5-5 5", key: "3lb6iw" }],
|
|
22693
22693
|
["path", { d: "m9.5 7.5 5 5", key: "ko136h" }]
|
|
22694
|
-
], Jm = i("map-pin-x-inside",
|
|
22695
|
-
const
|
|
22694
|
+
], Jm = i("map-pin-x-inside", i1e);
|
|
22695
|
+
const c1e = [
|
|
22696
22696
|
[
|
|
22697
22697
|
"path",
|
|
22698
22698
|
{
|
|
@@ -22703,8 +22703,8 @@ const cae = [
|
|
|
22703
22703
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
|
|
22704
22704
|
["path", { d: "m21.5 15.5-5 5", key: "11iqnx" }],
|
|
22705
22705
|
["path", { d: "m21.5 20.5-5-5", key: "1bylgx" }]
|
|
22706
|
-
], Ym = i("map-pin-x",
|
|
22707
|
-
const
|
|
22706
|
+
], Ym = i("map-pin-x", c1e);
|
|
22707
|
+
const d1e = [
|
|
22708
22708
|
[
|
|
22709
22709
|
"path",
|
|
22710
22710
|
{
|
|
@@ -22713,8 +22713,8 @@ const dae = [
|
|
|
22713
22713
|
}
|
|
22714
22714
|
],
|
|
22715
22715
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }]
|
|
22716
|
-
], Qm = i("map-pin",
|
|
22717
|
-
const
|
|
22716
|
+
], Qm = i("map-pin", d1e);
|
|
22717
|
+
const s1e = [
|
|
22718
22718
|
[
|
|
22719
22719
|
"path",
|
|
22720
22720
|
{
|
|
@@ -22730,8 +22730,8 @@ const sae = [
|
|
|
22730
22730
|
key: "q8zwxj"
|
|
22731
22731
|
}
|
|
22732
22732
|
]
|
|
22733
|
-
], ef = i("map-pinned",
|
|
22734
|
-
const
|
|
22733
|
+
], ef = i("map-pinned", s1e);
|
|
22734
|
+
const l1e = [
|
|
22735
22735
|
[
|
|
22736
22736
|
"path",
|
|
22737
22737
|
{
|
|
@@ -22743,8 +22743,8 @@ const lae = [
|
|
|
22743
22743
|
["path", { d: "M18 15v6", key: "9wciyi" }],
|
|
22744
22744
|
["path", { d: "M21 18h-6", key: "139f0c" }],
|
|
22745
22745
|
["path", { d: "M9 3.236v15", key: "1uimfh" }]
|
|
22746
|
-
], tf = i("map-plus",
|
|
22747
|
-
const
|
|
22746
|
+
], tf = i("map-plus", l1e);
|
|
22747
|
+
const u1e = [
|
|
22748
22748
|
[
|
|
22749
22749
|
"path",
|
|
22750
22750
|
{
|
|
@@ -22754,36 +22754,36 @@ const uae = [
|
|
|
22754
22754
|
],
|
|
22755
22755
|
["path", { d: "M15 5.764v15", key: "1pn4in" }],
|
|
22756
22756
|
["path", { d: "M9 3.236v15", key: "1uimfh" }]
|
|
22757
|
-
], nf = i("map",
|
|
22758
|
-
const
|
|
22757
|
+
], nf = i("map", u1e);
|
|
22758
|
+
const h1e = [
|
|
22759
22759
|
["path", { d: "m14 6 4 4", key: "1q72g9" }],
|
|
22760
22760
|
["path", { d: "M17 3h4v4", key: "19p9u1" }],
|
|
22761
22761
|
["path", { d: "m21 3-7.75 7.75", key: "1cjbfd" }],
|
|
22762
22762
|
["circle", { cx: "9", cy: "15", r: "6", key: "bx5svt" }]
|
|
22763
|
-
], of = i("mars-stroke",
|
|
22764
|
-
const
|
|
22763
|
+
], of = i("mars-stroke", h1e);
|
|
22764
|
+
const p1e = [
|
|
22765
22765
|
["path", { d: "M16 3h5v5", key: "1806ms" }],
|
|
22766
22766
|
["path", { d: "m21 3-6.75 6.75", key: "pv0uzu" }],
|
|
22767
22767
|
["circle", { cx: "10", cy: "14", r: "6", key: "1qwbdc" }]
|
|
22768
|
-
], af = i("mars",
|
|
22769
|
-
const
|
|
22768
|
+
], af = i("mars", p1e);
|
|
22769
|
+
const y1e = [
|
|
22770
22770
|
["path", { d: "M8 22h8", key: "rmew8v" }],
|
|
22771
22771
|
["path", { d: "M12 11v11", key: "ur9y6a" }],
|
|
22772
22772
|
["path", { d: "m19 3-7 8-7-8Z", key: "1sgpiw" }]
|
|
22773
|
-
], rf = i("martini",
|
|
22774
|
-
const
|
|
22773
|
+
], rf = i("martini", y1e);
|
|
22774
|
+
const k1e = [
|
|
22775
22775
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
22776
22776
|
["path", { d: "m21 3-7 7", key: "1l2asr" }],
|
|
22777
22777
|
["path", { d: "m3 21 7-7", key: "tjx5ai" }],
|
|
22778
22778
|
["path", { d: "M9 21H3v-6", key: "wtvkvv" }]
|
|
22779
|
-
], cf = i("maximize-2",
|
|
22780
|
-
const
|
|
22779
|
+
], cf = i("maximize-2", k1e);
|
|
22780
|
+
const m1e = [
|
|
22781
22781
|
["path", { d: "M8 3H5a2 2 0 0 0-2 2v3", key: "1dcmit" }],
|
|
22782
22782
|
["path", { d: "M21 8V5a2 2 0 0 0-2-2h-3", key: "1e4gt3" }],
|
|
22783
22783
|
["path", { d: "M3 16v3a2 2 0 0 0 2 2h3", key: "wsl5sc" }],
|
|
22784
22784
|
["path", { d: "M16 21h3a2 2 0 0 0 2-2v-3", key: "18trek" }]
|
|
22785
|
-
], df = i("maximize",
|
|
22786
|
-
const
|
|
22785
|
+
], df = i("maximize", m1e);
|
|
22786
|
+
const f1e = [
|
|
22787
22787
|
[
|
|
22788
22788
|
"path",
|
|
22789
22789
|
{
|
|
@@ -22796,8 +22796,8 @@ const fae = [
|
|
|
22796
22796
|
["path", { d: "M8 7h8", key: "i86dvs" }],
|
|
22797
22797
|
["circle", { cx: "12", cy: "17", r: "5", key: "qbz8iq" }],
|
|
22798
22798
|
["path", { d: "M12 18v-2h-.5", key: "fawc4q" }]
|
|
22799
|
-
], sf = i("medal",
|
|
22800
|
-
const
|
|
22799
|
+
], sf = i("medal", f1e);
|
|
22800
|
+
const g1e = [
|
|
22801
22801
|
["path", { d: "M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344", key: "bycexp" }],
|
|
22802
22802
|
[
|
|
22803
22803
|
"path",
|
|
@@ -22806,8 +22806,8 @@ const gae = [
|
|
|
22806
22806
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
22807
22807
|
["path", { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14", key: "1853fq" }],
|
|
22808
22808
|
["path", { d: "M8 8v6", key: "aieo6v" }]
|
|
22809
|
-
], lf = i("megaphone-off",
|
|
22810
|
-
const
|
|
22809
|
+
], lf = i("megaphone-off", g1e);
|
|
22810
|
+
const v1e = [
|
|
22811
22811
|
[
|
|
22812
22812
|
"path",
|
|
22813
22813
|
{
|
|
@@ -22817,14 +22817,14 @@ const vae = [
|
|
|
22817
22817
|
],
|
|
22818
22818
|
["path", { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14", key: "1853fq" }],
|
|
22819
22819
|
["path", { d: "M8 6v8", key: "15ugcq" }]
|
|
22820
|
-
], uf = i("megaphone",
|
|
22821
|
-
const
|
|
22820
|
+
], uf = i("megaphone", v1e);
|
|
22821
|
+
const M1e = [
|
|
22822
22822
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
22823
22823
|
["line", { x1: "8", x2: "16", y1: "15", y2: "15", key: "1xb1d9" }],
|
|
22824
22824
|
["line", { x1: "9", x2: "9.01", y1: "9", y2: "9", key: "yxxnd0" }],
|
|
22825
22825
|
["line", { x1: "15", x2: "15.01", y1: "9", y2: "9", key: "1p4y9e" }]
|
|
22826
|
-
], hf = i("meh",
|
|
22827
|
-
const
|
|
22826
|
+
], hf = i("meh", M1e);
|
|
22827
|
+
const _1e = [
|
|
22828
22828
|
["path", { d: "M6 19v-3", key: "1nvgqn" }],
|
|
22829
22829
|
["path", { d: "M10 19v-3", key: "iu8nkm" }],
|
|
22830
22830
|
["path", { d: "M14 19v-3", key: "kcehxu" }],
|
|
@@ -22840,18 +22840,18 @@ const _ae = [
|
|
|
22840
22840
|
key: "lhddv3"
|
|
22841
22841
|
}
|
|
22842
22842
|
]
|
|
22843
|
-
], pf = i("memory-stick",
|
|
22844
|
-
const
|
|
22843
|
+
], pf = i("memory-stick", _1e);
|
|
22844
|
+
const w1e = [
|
|
22845
22845
|
["path", { d: "m8 6 4-4 4 4", key: "ybng9g" }],
|
|
22846
22846
|
["path", { d: "M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22", key: "1hyw0i" }],
|
|
22847
22847
|
["path", { d: "m20 22-5-5", key: "1m27yz" }]
|
|
22848
|
-
], yf = i("merge",
|
|
22849
|
-
const
|
|
22848
|
+
], yf = i("merge", w1e);
|
|
22849
|
+
const x1e = [
|
|
22850
22850
|
["path", { d: "M4 5h16", key: "1tepv9" }],
|
|
22851
22851
|
["path", { d: "M4 12h16", key: "1lakjw" }],
|
|
22852
22852
|
["path", { d: "M4 19h16", key: "1djgab" }]
|
|
22853
|
-
], kf = i("menu",
|
|
22854
|
-
const
|
|
22853
|
+
], kf = i("menu", x1e);
|
|
22854
|
+
const b1e = [
|
|
22855
22855
|
["path", { d: "m10 9-3 3 3 3", key: "1oro0q" }],
|
|
22856
22856
|
["path", { d: "m14 15 3-3-3-3", key: "bz13h7" }],
|
|
22857
22857
|
[
|
|
@@ -22861,8 +22861,8 @@ const bae = [
|
|
|
22861
22861
|
key: "1sd12s"
|
|
22862
22862
|
}
|
|
22863
22863
|
]
|
|
22864
|
-
], mf = i("message-circle-code",
|
|
22865
|
-
const $
|
|
22864
|
+
], mf = i("message-circle-code", b1e);
|
|
22865
|
+
const $1e = [
|
|
22866
22866
|
["path", { d: "M10.1 2.182a10 10 0 0 1 3.8 0", key: "5ilxe3" }],
|
|
22867
22867
|
["path", { d: "M13.9 21.818a10 10 0 0 1-3.8 0", key: "11zvb9" }],
|
|
22868
22868
|
["path", { d: "M17.609 3.72a10 10 0 0 1 2.69 2.7", key: "jiglxs" }],
|
|
@@ -22871,8 +22871,8 @@ const $ae = [
|
|
|
22871
22871
|
["path", { d: "M21.818 10.1a10 10 0 0 1 0 3.8", key: "qkgqxc" }],
|
|
22872
22872
|
["path", { d: "M3.721 6.391a10 10 0 0 1 2.7-2.69", key: "1mcia2" }],
|
|
22873
22873
|
["path", { d: "m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98", key: "1qsu07" }]
|
|
22874
|
-
], ff = i("message-circle-dashed", $
|
|
22875
|
-
const
|
|
22874
|
+
], ff = i("message-circle-dashed", $1e);
|
|
22875
|
+
const I1e = [
|
|
22876
22876
|
[
|
|
22877
22877
|
"path",
|
|
22878
22878
|
{
|
|
@@ -22887,8 +22887,8 @@ const Iae = [
|
|
|
22887
22887
|
key: "hoo97p"
|
|
22888
22888
|
}
|
|
22889
22889
|
]
|
|
22890
|
-
], gf = i("message-circle-heart",
|
|
22891
|
-
const
|
|
22890
|
+
], gf = i("message-circle-heart", I1e);
|
|
22891
|
+
const L1e = [
|
|
22892
22892
|
[
|
|
22893
22893
|
"path",
|
|
22894
22894
|
{
|
|
@@ -22899,8 +22899,8 @@ const Lae = [
|
|
|
22899
22899
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
22900
22900
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
22901
22901
|
["path", { d: "M16 12h.01", key: "1l6xoz" }]
|
|
22902
|
-
], vf = i("message-circle-more",
|
|
22903
|
-
const
|
|
22902
|
+
], vf = i("message-circle-more", L1e);
|
|
22903
|
+
const S1e = [
|
|
22904
22904
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
22905
22905
|
[
|
|
22906
22906
|
"path",
|
|
@@ -22910,8 +22910,8 @@ const Sae = [
|
|
|
22910
22910
|
}
|
|
22911
22911
|
],
|
|
22912
22912
|
["path", { d: "M8.35 2.69A10 10 0 0 1 21.3 15.65", key: "1pfsoa" }]
|
|
22913
|
-
], Mf = i("message-circle-off",
|
|
22914
|
-
const
|
|
22913
|
+
], Mf = i("message-circle-off", S1e);
|
|
22914
|
+
const C1e = [
|
|
22915
22915
|
[
|
|
22916
22916
|
"path",
|
|
22917
22917
|
{
|
|
@@ -22921,8 +22921,8 @@ const Cae = [
|
|
|
22921
22921
|
],
|
|
22922
22922
|
["path", { d: "M8 12h8", key: "1wcyev" }],
|
|
22923
22923
|
["path", { d: "M12 8v8", key: "napkw2" }]
|
|
22924
|
-
], _f = i("message-circle-plus",
|
|
22925
|
-
const
|
|
22924
|
+
], _f = i("message-circle-plus", C1e);
|
|
22925
|
+
const N1e = [
|
|
22926
22926
|
[
|
|
22927
22927
|
"path",
|
|
22928
22928
|
{
|
|
@@ -22932,8 +22932,8 @@ const Nae = [
|
|
|
22932
22932
|
],
|
|
22933
22933
|
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
|
|
22934
22934
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
22935
|
-
], So = i("message-circle-question-mark",
|
|
22936
|
-
const
|
|
22935
|
+
], So = i("message-circle-question-mark", N1e);
|
|
22936
|
+
const z1e = [
|
|
22937
22937
|
[
|
|
22938
22938
|
"path",
|
|
22939
22939
|
{
|
|
@@ -22943,8 +22943,8 @@ const zae = [
|
|
|
22943
22943
|
],
|
|
22944
22944
|
["path", { d: "m10 15-3-3 3-3", key: "1pgupc" }],
|
|
22945
22945
|
["path", { d: "M7 12h8a2 2 0 0 1 2 2v1", key: "89sh1g" }]
|
|
22946
|
-
], wf = i("message-circle-reply",
|
|
22947
|
-
const
|
|
22946
|
+
], wf = i("message-circle-reply", z1e);
|
|
22947
|
+
const A1e = [
|
|
22948
22948
|
[
|
|
22949
22949
|
"path",
|
|
22950
22950
|
{
|
|
@@ -22954,8 +22954,8 @@ const Aae = [
|
|
|
22954
22954
|
],
|
|
22955
22955
|
["path", { d: "M12 8v4", key: "1got3b" }],
|
|
22956
22956
|
["path", { d: "M12 16h.01", key: "1drbdi" }]
|
|
22957
|
-
], xf = i("message-circle-warning",
|
|
22958
|
-
const
|
|
22957
|
+
], xf = i("message-circle-warning", A1e);
|
|
22958
|
+
const P1e = [
|
|
22959
22959
|
[
|
|
22960
22960
|
"path",
|
|
22961
22961
|
{
|
|
@@ -22965,8 +22965,8 @@ const Pae = [
|
|
|
22965
22965
|
],
|
|
22966
22966
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
22967
22967
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
22968
|
-
], bf = i("message-circle-x",
|
|
22969
|
-
const
|
|
22968
|
+
], bf = i("message-circle-x", P1e);
|
|
22969
|
+
const j1e = [
|
|
22970
22970
|
[
|
|
22971
22971
|
"path",
|
|
22972
22972
|
{
|
|
@@ -22974,8 +22974,8 @@ const jae = [
|
|
|
22974
22974
|
key: "1sd12s"
|
|
22975
22975
|
}
|
|
22976
22976
|
]
|
|
22977
|
-
], $f = i("message-circle",
|
|
22978
|
-
const
|
|
22977
|
+
], $f = i("message-circle", j1e);
|
|
22978
|
+
const q1e = [
|
|
22979
22979
|
[
|
|
22980
22980
|
"path",
|
|
22981
22981
|
{
|
|
@@ -22985,8 +22985,8 @@ const qae = [
|
|
|
22985
22985
|
],
|
|
22986
22986
|
["path", { d: "m10 8-3 3 3 3", key: "fp6dz7" }],
|
|
22987
22987
|
["path", { d: "m14 14 3-3-3-3", key: "1yrceu" }]
|
|
22988
|
-
], If = i("message-square-code",
|
|
22989
|
-
const
|
|
22988
|
+
], If = i("message-square-code", q1e);
|
|
22989
|
+
const R1e = [
|
|
22990
22990
|
["path", { d: "M12 19h.01", key: "1wutuc" }],
|
|
22991
22991
|
["path", { d: "M12 3h.01", key: "n36tog" }],
|
|
22992
22992
|
["path", { d: "M16 19h.01", key: "1vcnzz" }],
|
|
@@ -23003,8 +23003,8 @@ const Rae = [
|
|
|
23003
23003
|
["path", { d: "M22 17a2 2 0 0 1-2 2", key: "17q5fo" }],
|
|
23004
23004
|
["path", { d: "M22 9h.01", key: "npkp49" }],
|
|
23005
23005
|
["path", { d: "M8 3h.01", key: "133hau" }]
|
|
23006
|
-
], Lf = i("message-square-dashed",
|
|
23007
|
-
const
|
|
23006
|
+
], Lf = i("message-square-dashed", R1e);
|
|
23007
|
+
const D1e = [
|
|
23008
23008
|
[
|
|
23009
23009
|
"path",
|
|
23010
23010
|
{
|
|
@@ -23015,8 +23015,8 @@ const Dae = [
|
|
|
23015
23015
|
["path", { d: "M10 15h4", key: "192ueg" }],
|
|
23016
23016
|
["path", { d: "M10 9h4", key: "u4k05v" }],
|
|
23017
23017
|
["path", { d: "M12 7v4", key: "xawao1" }]
|
|
23018
|
-
], Sf = i("message-square-diff",
|
|
23019
|
-
const
|
|
23018
|
+
], Sf = i("message-square-diff", D1e);
|
|
23019
|
+
const O1e = [
|
|
23020
23020
|
[
|
|
23021
23021
|
"path",
|
|
23022
23022
|
{
|
|
@@ -23025,8 +23025,8 @@ const Oae = [
|
|
|
23025
23025
|
}
|
|
23026
23026
|
],
|
|
23027
23027
|
["circle", { cx: "19", cy: "6", r: "3", key: "108a5v" }]
|
|
23028
|
-
], Cf = i("message-square-dot",
|
|
23029
|
-
const
|
|
23028
|
+
], Cf = i("message-square-dot", O1e);
|
|
23029
|
+
const V1e = [
|
|
23030
23030
|
[
|
|
23031
23031
|
"path",
|
|
23032
23032
|
{
|
|
@@ -23041,8 +23041,8 @@ const Vae = [
|
|
|
23041
23041
|
key: "1faxuh"
|
|
23042
23042
|
}
|
|
23043
23043
|
]
|
|
23044
|
-
], Nf = i("message-square-heart",
|
|
23045
|
-
const
|
|
23044
|
+
], Nf = i("message-square-heart", V1e);
|
|
23045
|
+
const H1e = [
|
|
23046
23046
|
[
|
|
23047
23047
|
"path",
|
|
23048
23048
|
{
|
|
@@ -23052,8 +23052,8 @@ const Hae = [
|
|
|
23052
23052
|
],
|
|
23053
23053
|
["path", { d: "M20 15v-2a2 2 0 0 0-4 0v2", key: "vl8a78" }],
|
|
23054
23054
|
["rect", { x: "14", y: "15", width: "8", height: "5", rx: "1", key: "37aafw" }]
|
|
23055
|
-
], zf = i("message-square-lock",
|
|
23056
|
-
const
|
|
23055
|
+
], zf = i("message-square-lock", H1e);
|
|
23056
|
+
const F1e = [
|
|
23057
23057
|
[
|
|
23058
23058
|
"path",
|
|
23059
23059
|
{
|
|
@@ -23064,8 +23064,8 @@ const Fae = [
|
|
|
23064
23064
|
["path", { d: "M12 11h.01", key: "z322tv" }],
|
|
23065
23065
|
["path", { d: "M16 11h.01", key: "xkw8gn" }],
|
|
23066
23066
|
["path", { d: "M8 11h.01", key: "1dfujw" }]
|
|
23067
|
-
], Af = i("message-square-more",
|
|
23068
|
-
const
|
|
23067
|
+
], Af = i("message-square-more", F1e);
|
|
23068
|
+
const T1e = [
|
|
23069
23069
|
[
|
|
23070
23070
|
"path",
|
|
23071
23071
|
{
|
|
@@ -23075,8 +23075,8 @@ const Tae = [
|
|
|
23075
23075
|
],
|
|
23076
23076
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
23077
23077
|
["path", { d: "M8.656 3H20a2 2 0 0 1 2 2v11.344", key: "mhl4k6" }]
|
|
23078
|
-
], Pf = i("message-square-off",
|
|
23079
|
-
const
|
|
23078
|
+
], Pf = i("message-square-off", T1e);
|
|
23079
|
+
const E1e = [
|
|
23080
23080
|
[
|
|
23081
23081
|
"path",
|
|
23082
23082
|
{
|
|
@@ -23086,8 +23086,8 @@ const Eae = [
|
|
|
23086
23086
|
],
|
|
23087
23087
|
["path", { d: "M12 8v6", key: "1ib9pf" }],
|
|
23088
23088
|
["path", { d: "M9 11h6", key: "1fldmi" }]
|
|
23089
|
-
], jf = i("message-square-plus",
|
|
23090
|
-
const
|
|
23089
|
+
], jf = i("message-square-plus", E1e);
|
|
23090
|
+
const U1e = [
|
|
23091
23091
|
["path", { d: "M14 14a2 2 0 0 0 2-2V8h-2", key: "1r06pg" }],
|
|
23092
23092
|
[
|
|
23093
23093
|
"path",
|
|
@@ -23097,8 +23097,8 @@ const Uae = [
|
|
|
23097
23097
|
}
|
|
23098
23098
|
],
|
|
23099
23099
|
["path", { d: "M8 14a2 2 0 0 0 2-2V8H8", key: "1jzu5j" }]
|
|
23100
|
-
], qf = i("message-square-quote",
|
|
23101
|
-
const
|
|
23100
|
+
], qf = i("message-square-quote", U1e);
|
|
23101
|
+
const B1e = [
|
|
23102
23102
|
[
|
|
23103
23103
|
"path",
|
|
23104
23104
|
{
|
|
@@ -23108,8 +23108,8 @@ const Bae = [
|
|
|
23108
23108
|
],
|
|
23109
23109
|
["path", { d: "m10 8-3 3 3 3", key: "fp6dz7" }],
|
|
23110
23110
|
["path", { d: "M17 14v-1a2 2 0 0 0-2-2H7", key: "1tkjnz" }]
|
|
23111
|
-
], Rf = i("message-square-reply",
|
|
23112
|
-
const
|
|
23111
|
+
], Rf = i("message-square-reply", B1e);
|
|
23112
|
+
const Z1e = [
|
|
23113
23113
|
[
|
|
23114
23114
|
"path",
|
|
23115
23115
|
{
|
|
@@ -23119,8 +23119,8 @@ const Zae = [
|
|
|
23119
23119
|
],
|
|
23120
23120
|
["path", { d: "M16 3h6v6", key: "1bx56c" }],
|
|
23121
23121
|
["path", { d: "m16 9 6-6", key: "m4dnic" }]
|
|
23122
|
-
], Df = i("message-square-share",
|
|
23123
|
-
const
|
|
23122
|
+
], Df = i("message-square-share", Z1e);
|
|
23123
|
+
const G1e = [
|
|
23124
23124
|
[
|
|
23125
23125
|
"path",
|
|
23126
23126
|
{
|
|
@@ -23131,8 +23131,8 @@ const Gae = [
|
|
|
23131
23131
|
["path", { d: "M7 11h10", key: "1twpyw" }],
|
|
23132
23132
|
["path", { d: "M7 15h6", key: "d9of3u" }],
|
|
23133
23133
|
["path", { d: "M7 7h8", key: "af5zfr" }]
|
|
23134
|
-
], Of = i("message-square-text",
|
|
23135
|
-
const
|
|
23134
|
+
], Of = i("message-square-text", G1e);
|
|
23135
|
+
const W1e = [
|
|
23136
23136
|
[
|
|
23137
23137
|
"path",
|
|
23138
23138
|
{
|
|
@@ -23142,8 +23142,8 @@ const Wae = [
|
|
|
23142
23142
|
],
|
|
23143
23143
|
["path", { d: "M12 15h.01", key: "q59x07" }],
|
|
23144
23144
|
["path", { d: "M12 7v4", key: "xawao1" }]
|
|
23145
|
-
], Vf = i("message-square-warning",
|
|
23146
|
-
const
|
|
23145
|
+
], Vf = i("message-square-warning", W1e);
|
|
23146
|
+
const K1e = [
|
|
23147
23147
|
[
|
|
23148
23148
|
"path",
|
|
23149
23149
|
{
|
|
@@ -23153,8 +23153,8 @@ const Kae = [
|
|
|
23153
23153
|
],
|
|
23154
23154
|
["path", { d: "m14.5 8.5-5 5", key: "19tnj2" }],
|
|
23155
23155
|
["path", { d: "m9.5 8.5 5 5", key: "1oa8ql" }]
|
|
23156
|
-
], Hf = i("message-square-x",
|
|
23157
|
-
const
|
|
23156
|
+
], Hf = i("message-square-x", K1e);
|
|
23157
|
+
const X1e = [
|
|
23158
23158
|
[
|
|
23159
23159
|
"path",
|
|
23160
23160
|
{
|
|
@@ -23162,8 +23162,8 @@ const Xae = [
|
|
|
23162
23162
|
key: "18887p"
|
|
23163
23163
|
}
|
|
23164
23164
|
]
|
|
23165
|
-
], Ff = i("message-square",
|
|
23166
|
-
const
|
|
23165
|
+
], Ff = i("message-square", X1e);
|
|
23166
|
+
const J1e = [
|
|
23167
23167
|
[
|
|
23168
23168
|
"path",
|
|
23169
23169
|
{
|
|
@@ -23178,20 +23178,20 @@ const Jae = [
|
|
|
23178
23178
|
key: "1qfcsi"
|
|
23179
23179
|
}
|
|
23180
23180
|
]
|
|
23181
|
-
], Tf = i("messages-square",
|
|
23182
|
-
const
|
|
23181
|
+
], Tf = i("messages-square", J1e);
|
|
23182
|
+
const Y1e = [
|
|
23183
23183
|
["path", { d: "M12 19v3", key: "npa21l" }],
|
|
23184
23184
|
["path", { d: "M15 9.34V5a3 3 0 0 0-5.68-1.33", key: "1gzdoj" }],
|
|
23185
23185
|
["path", { d: "M16.95 16.95A7 7 0 0 1 5 12v-2", key: "cqa7eg" }],
|
|
23186
23186
|
["path", { d: "M18.89 13.23A7 7 0 0 0 19 12v-2", key: "16hl24" }],
|
|
23187
23187
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
23188
23188
|
["path", { d: "M9 9v3a3 3 0 0 0 5.12 2.12", key: "r2i35w" }]
|
|
23189
|
-
], Ef = i("mic-off",
|
|
23190
|
-
const
|
|
23189
|
+
], Ef = i("mic-off", Y1e);
|
|
23190
|
+
const Q1e = [
|
|
23191
23191
|
["path", { d: "M12 19v3", key: "npa21l" }],
|
|
23192
23192
|
["path", { d: "M19 10v2a7 7 0 0 1-14 0v-2", key: "1vc78b" }],
|
|
23193
23193
|
["rect", { x: "9", y: "2", width: "6", height: "13", rx: "3", key: "s6n7sd" }]
|
|
23194
|
-
], Uf = i("mic",
|
|
23194
|
+
], Uf = i("mic", Q1e);
|
|
23195
23195
|
const ere = [
|
|
23196
23196
|
["path", { d: "M18 12h2", key: "quuxs7" }],
|
|
23197
23197
|
["path", { d: "M18 16h2", key: "zsn3lv" }],
|
|
@@ -26238,7 +26238,7 @@ const fse = [
|
|
|
26238
26238
|
["path", { d: "M3 14h4", key: "bcjad9" }],
|
|
26239
26239
|
["path", { d: "M5 10V3", key: "cb8scm" }],
|
|
26240
26240
|
["path", { d: "M5 21v-7", key: "1w1uti" }]
|
|
26241
|
-
],
|
|
26241
|
+
], ea = i("sliders-vertical", fse);
|
|
26242
26242
|
const gse = [
|
|
26243
26243
|
["rect", { width: "14", height: "20", x: "5", y: "2", rx: "2", ry: "2", key: "1yt0o3" }],
|
|
26244
26244
|
["path", { d: "M12.667 8 10 12h4l-2.667 4", key: "h9lk2d" }]
|
|
@@ -26390,7 +26390,7 @@ const Ase = [
|
|
|
26390
26390
|
["path", { d: "M20 2v4", key: "1rf3ol" }],
|
|
26391
26391
|
["path", { d: "M22 4h-4", key: "gwowj6" }],
|
|
26392
26392
|
["circle", { cx: "4", cy: "20", r: "2", key: "6kqj1y" }]
|
|
26393
|
-
],
|
|
26393
|
+
], ta = i("sparkles", Ase);
|
|
26394
26394
|
const Pse = [
|
|
26395
26395
|
["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2", key: "1nb95v" }],
|
|
26396
26396
|
["path", { d: "M12 6h.01", key: "1vi96p" }],
|
|
@@ -26502,73 +26502,73 @@ const Ese = [
|
|
|
26502
26502
|
const Use = [
|
|
26503
26503
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26504
26504
|
["path", { d: "M17 12h-2l-2 5-2-10-2 5H7", key: "15hlnc" }]
|
|
26505
|
-
],
|
|
26505
|
+
], na = i("square-activity", Use);
|
|
26506
26506
|
const Bse = [
|
|
26507
26507
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26508
26508
|
["path", { d: "m16 8-8 8", key: "166keh" }],
|
|
26509
26509
|
["path", { d: "M16 16H8V8", key: "1w2ppm" }]
|
|
26510
|
-
],
|
|
26510
|
+
], oa = i("square-arrow-down-left", Bse);
|
|
26511
26511
|
const Zse = [
|
|
26512
26512
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26513
26513
|
["path", { d: "m8 8 8 8", key: "1imecy" }],
|
|
26514
26514
|
["path", { d: "M16 8v8H8", key: "1lbpgo" }]
|
|
26515
|
-
],
|
|
26515
|
+
], aa = i("square-arrow-down-right", Zse);
|
|
26516
26516
|
const Gse = [
|
|
26517
26517
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26518
26518
|
["path", { d: "M12 8v8", key: "napkw2" }],
|
|
26519
26519
|
["path", { d: "m8 12 4 4 4-4", key: "k98ssh" }]
|
|
26520
|
-
],
|
|
26520
|
+
], ra = i("square-arrow-down", Gse);
|
|
26521
26521
|
const Wse = [
|
|
26522
26522
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26523
26523
|
["path", { d: "m12 8-4 4 4 4", key: "15vm53" }],
|
|
26524
26524
|
["path", { d: "M16 12H8", key: "1fr5h0" }]
|
|
26525
|
-
],
|
|
26525
|
+
], ia = i("square-arrow-left", Wse);
|
|
26526
26526
|
const Kse = [
|
|
26527
26527
|
["path", { d: "M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6", key: "14qz4y" }],
|
|
26528
26528
|
["path", { d: "m3 21 9-9", key: "1jfql5" }],
|
|
26529
26529
|
["path", { d: "M9 21H3v-6", key: "wtvkvv" }]
|
|
26530
|
-
],
|
|
26530
|
+
], ca = i("square-arrow-out-down-left", Kse);
|
|
26531
26531
|
const Xse = [
|
|
26532
26532
|
["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "14rsvq" }],
|
|
26533
26533
|
["path", { d: "m21 21-9-9", key: "1et2py" }],
|
|
26534
26534
|
["path", { d: "M21 15v6h-6", key: "1jko0i" }]
|
|
26535
|
-
],
|
|
26535
|
+
], da = i("square-arrow-out-down-right", Xse);
|
|
26536
26536
|
const Jse = [
|
|
26537
26537
|
["path", { d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6", key: "14mv1t" }],
|
|
26538
26538
|
["path", { d: "m3 3 9 9", key: "rks13r" }],
|
|
26539
26539
|
["path", { d: "M3 9V3h6", key: "ira0h2" }]
|
|
26540
|
-
],
|
|
26540
|
+
], sa = i("square-arrow-out-up-left", Jse);
|
|
26541
26541
|
const Yse = [
|
|
26542
26542
|
["path", { d: "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6", key: "y09zxi" }],
|
|
26543
26543
|
["path", { d: "m21 3-9 9", key: "mpx6sq" }],
|
|
26544
26544
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }]
|
|
26545
|
-
],
|
|
26545
|
+
], la = i("square-arrow-out-up-right", Yse);
|
|
26546
26546
|
const Qse = [
|
|
26547
26547
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26548
26548
|
["path", { d: "M8 12h8", key: "1wcyev" }],
|
|
26549
26549
|
["path", { d: "m12 16 4-4-4-4", key: "1i9zcv" }]
|
|
26550
|
-
],
|
|
26550
|
+
], ua = i("square-arrow-right", Qse);
|
|
26551
26551
|
const ele = [
|
|
26552
26552
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26553
26553
|
["path", { d: "M8 16V8h8", key: "19xb1h" }],
|
|
26554
26554
|
["path", { d: "M16 16 8 8", key: "1qdy8n" }]
|
|
26555
|
-
],
|
|
26555
|
+
], ha = i("square-arrow-up-left", ele);
|
|
26556
26556
|
const tle = [
|
|
26557
26557
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26558
26558
|
["path", { d: "M8 8h8v8", key: "b65dnt" }],
|
|
26559
26559
|
["path", { d: "m8 16 8-8", key: "13b9ih" }]
|
|
26560
|
-
],
|
|
26560
|
+
], pa = i("square-arrow-up-right", tle);
|
|
26561
26561
|
const nle = [
|
|
26562
26562
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26563
26563
|
["path", { d: "m16 12-4-4-4 4", key: "177agl" }],
|
|
26564
26564
|
["path", { d: "M12 16V8", key: "1sbj14" }]
|
|
26565
|
-
],
|
|
26565
|
+
], ya = i("square-arrow-up", nle);
|
|
26566
26566
|
const ole = [
|
|
26567
26567
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26568
26568
|
["path", { d: "M12 8v8", key: "napkw2" }],
|
|
26569
26569
|
["path", { d: "m8.5 14 7-4", key: "12hpby" }],
|
|
26570
26570
|
["path", { d: "m8.5 10 7 4", key: "wwy2dy" }]
|
|
26571
|
-
],
|
|
26571
|
+
], ka = i("square-asterisk", ole);
|
|
26572
26572
|
const ale = [
|
|
26573
26573
|
[
|
|
26574
26574
|
"path",
|
|
@@ -26581,7 +26581,7 @@ const ale = [
|
|
|
26581
26581
|
["path", { d: "M14.8 14.8 18 18", key: "11flf1" }],
|
|
26582
26582
|
["circle", { cx: "8", cy: "16", r: "2", key: "1acxsx" }],
|
|
26583
26583
|
["path", { d: "m18 6-8.586 8.586", key: "11kzk1" }]
|
|
26584
|
-
],
|
|
26584
|
+
], ma = i("square-bottom-dashed-scissors", ale);
|
|
26585
26585
|
const rle = [
|
|
26586
26586
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26587
26587
|
["path", { d: "M9 8h7", key: "kbo1nt" }],
|
|
@@ -26594,32 +26594,32 @@ const ile = [
|
|
|
26594
26594
|
{ d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344", key: "2acyp4" }
|
|
26595
26595
|
],
|
|
26596
26596
|
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
26597
|
-
],
|
|
26597
|
+
], fa = i("square-check-big", ile);
|
|
26598
26598
|
const cle = [
|
|
26599
26599
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26600
26600
|
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
|
|
26601
|
-
],
|
|
26601
|
+
], ga = i("square-check", cle);
|
|
26602
26602
|
const dle = [
|
|
26603
26603
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26604
26604
|
["path", { d: "m16 10-4 4-4-4", key: "894hmk" }]
|
|
26605
|
-
],
|
|
26605
|
+
], va = i("square-chevron-down", dle);
|
|
26606
26606
|
const sle = [
|
|
26607
26607
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26608
26608
|
["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }]
|
|
26609
|
-
],
|
|
26609
|
+
], Ma = i("square-chevron-left", sle);
|
|
26610
26610
|
const lle = [
|
|
26611
26611
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26612
26612
|
["path", { d: "m10 8 4 4-4 4", key: "1wy4r4" }]
|
|
26613
|
-
],
|
|
26613
|
+
], _a = i("square-chevron-right", lle);
|
|
26614
26614
|
const ule = [
|
|
26615
26615
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26616
26616
|
["path", { d: "m8 14 4-4 4 4", key: "fy2ptz" }]
|
|
26617
|
-
],
|
|
26617
|
+
], wa = i("square-chevron-up", ule);
|
|
26618
26618
|
const hle = [
|
|
26619
26619
|
["path", { d: "m10 9-3 3 3 3", key: "1oro0q" }],
|
|
26620
26620
|
["path", { d: "m14 15 3-3-3-3", key: "bz13h7" }],
|
|
26621
26621
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
|
|
26622
|
-
],
|
|
26622
|
+
], xa = i("square-code", hle);
|
|
26623
26623
|
const ple = [
|
|
26624
26624
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
26625
26625
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
@@ -26654,7 +26654,7 @@ const kle = [
|
|
|
26654
26654
|
["path", { d: "M5 21a2 2 0 0 1-2-2", key: "sbafld" }],
|
|
26655
26655
|
["path", { d: "M3 14v1", key: "vnatye" }],
|
|
26656
26656
|
["path", { d: "M3 9v1", key: "1r0deq" }]
|
|
26657
|
-
],
|
|
26657
|
+
], ba = i("square-dashed-kanban", kle);
|
|
26658
26658
|
const mle = [
|
|
26659
26659
|
[
|
|
26660
26660
|
"path",
|
|
@@ -26672,7 +26672,7 @@ const mle = [
|
|
|
26672
26672
|
["path", { d: "M3 9v1", key: "1r0deq" }],
|
|
26673
26673
|
["path", { d: "M21 9v2", key: "p14lih" }],
|
|
26674
26674
|
["path", { d: "M3 14v1", key: "vnatye" }]
|
|
26675
|
-
], $
|
|
26675
|
+
], $a = i("square-dashed-mouse-pointer", mle);
|
|
26676
26676
|
const fle = [
|
|
26677
26677
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
26678
26678
|
["path", { d: "M21 14v1", key: "169vum" }],
|
|
@@ -26697,45 +26697,45 @@ const gle = [
|
|
|
26697
26697
|
["path", { d: "M21 9v1", key: "mxsmne" }],
|
|
26698
26698
|
["path", { d: "M3 14v1", key: "vnatye" }],
|
|
26699
26699
|
["path", { d: "M21 14v1", key: "169vum" }]
|
|
26700
|
-
],
|
|
26700
|
+
], Ia = i("square-dashed", gle);
|
|
26701
26701
|
const vle = [
|
|
26702
26702
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
|
|
26703
26703
|
["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }],
|
|
26704
26704
|
["line", { x1: "12", x2: "12", y1: "16", y2: "16", key: "aqc6ln" }],
|
|
26705
26705
|
["line", { x1: "12", x2: "12", y1: "8", y2: "8", key: "1mkcni" }]
|
|
26706
|
-
],
|
|
26706
|
+
], La = i("square-divide", vle);
|
|
26707
26707
|
const Mle = [
|
|
26708
26708
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26709
26709
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }]
|
|
26710
|
-
],
|
|
26710
|
+
], Sa = i("square-dot", Mle);
|
|
26711
26711
|
const _le = [
|
|
26712
26712
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26713
26713
|
["path", { d: "M7 10h10", key: "1101jm" }],
|
|
26714
26714
|
["path", { d: "M7 14h10", key: "1mhdw3" }]
|
|
26715
|
-
],
|
|
26715
|
+
], Ca = i("square-equal", _le);
|
|
26716
26716
|
const wle = [
|
|
26717
26717
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
|
|
26718
26718
|
["path", { d: "M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3", key: "m1af9g" }],
|
|
26719
26719
|
["path", { d: "M9 11.2h5.7", key: "3zgcl2" }]
|
|
26720
|
-
],
|
|
26720
|
+
], Na = i("square-function", wle);
|
|
26721
26721
|
const xle = [
|
|
26722
26722
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26723
26723
|
["path", { d: "M8 7v7", key: "1x2jlm" }],
|
|
26724
26724
|
["path", { d: "M12 7v4", key: "xawao1" }],
|
|
26725
26725
|
["path", { d: "M16 7v9", key: "1hp2iy" }]
|
|
26726
|
-
],
|
|
26726
|
+
], za = i("square-kanban", xle);
|
|
26727
26727
|
const ble = [
|
|
26728
26728
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26729
26729
|
["path", { d: "M7 7v10", key: "d5nglc" }],
|
|
26730
26730
|
["path", { d: "M11 7v10", key: "pptsnr" }],
|
|
26731
26731
|
["path", { d: "m15 7 2 10", key: "1m7qm5" }]
|
|
26732
|
-
],
|
|
26732
|
+
], Aa = i("square-library", ble);
|
|
26733
26733
|
const $le = [
|
|
26734
26734
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26735
26735
|
["path", { d: "M7 8h10", key: "1jw688" }],
|
|
26736
26736
|
["path", { d: "M7 12h10", key: "b7w52i" }],
|
|
26737
26737
|
["path", { d: "M7 16h10", key: "wp8him" }]
|
|
26738
|
-
],
|
|
26738
|
+
], Pa = i("square-menu", $le);
|
|
26739
26739
|
const Ile = [
|
|
26740
26740
|
[
|
|
26741
26741
|
"path",
|
|
@@ -26745,11 +26745,11 @@ const Ile = [
|
|
|
26745
26745
|
}
|
|
26746
26746
|
],
|
|
26747
26747
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
|
|
26748
|
-
],
|
|
26748
|
+
], ja = i("square-m", Ile);
|
|
26749
26749
|
const Lle = [
|
|
26750
26750
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26751
26751
|
["path", { d: "M8 12h8", key: "1wcyev" }]
|
|
26752
|
-
],
|
|
26752
|
+
], qa = i("square-minus", Lle);
|
|
26753
26753
|
const Sle = [
|
|
26754
26754
|
[
|
|
26755
26755
|
"path",
|
|
@@ -26759,18 +26759,18 @@ const Sle = [
|
|
|
26759
26759
|
}
|
|
26760
26760
|
],
|
|
26761
26761
|
["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "14rsvq" }]
|
|
26762
|
-
],
|
|
26762
|
+
], Ra = i("square-mouse-pointer", Sle);
|
|
26763
26763
|
const Cle = [
|
|
26764
26764
|
["path", { d: "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41", key: "9l1ft6" }],
|
|
26765
26765
|
["path", { d: "M3 8.7V19a2 2 0 0 0 2 2h10.3", key: "17knke" }],
|
|
26766
26766
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
26767
26767
|
["path", { d: "M13 13a3 3 0 1 0 0-6H9v2", key: "uoagbd" }],
|
|
26768
26768
|
["path", { d: "M9 17v-2.3", key: "1jxgo2" }]
|
|
26769
|
-
],
|
|
26769
|
+
], Da = i("square-parking-off", Cle);
|
|
26770
26770
|
const Nle = [
|
|
26771
26771
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26772
26772
|
["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9", key: "1dfk2c" }]
|
|
26773
|
-
],
|
|
26773
|
+
], Oa = i("square-parking", Nle);
|
|
26774
26774
|
const zle = [
|
|
26775
26775
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26776
26776
|
["line", { x1: "10", x2: "10", y1: "15", y2: "9", key: "c1nkhi" }],
|
|
@@ -26791,19 +26791,19 @@ const Ple = [
|
|
|
26791
26791
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
26792
26792
|
["path", { d: "M9 9h.01", key: "1q5me6" }],
|
|
26793
26793
|
["path", { d: "M15 15h.01", key: "lqbp3k" }]
|
|
26794
|
-
],
|
|
26794
|
+
], Va = i("square-percent", Ple);
|
|
26795
26795
|
const jle = [
|
|
26796
26796
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26797
26797
|
["path", { d: "M12 12H9.5a2.5 2.5 0 0 1 0-5H17", key: "1l9586" }],
|
|
26798
26798
|
["path", { d: "M12 7v10", key: "jspqdw" }],
|
|
26799
26799
|
["path", { d: "M16 7v10", key: "lavkr4" }]
|
|
26800
|
-
],
|
|
26800
|
+
], Ha = i("square-pilcrow", jle);
|
|
26801
26801
|
const qle = [
|
|
26802
26802
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26803
26803
|
["path", { d: "M7 7h10", key: "udp07y" }],
|
|
26804
26804
|
["path", { d: "M10 7v10", key: "i1d9ee" }],
|
|
26805
26805
|
["path", { d: "M16 17a2 2 0 0 1-2-2V7", key: "ftwdc7" }]
|
|
26806
|
-
],
|
|
26806
|
+
], Fa = i("square-pi", qle);
|
|
26807
26807
|
const Rle = [
|
|
26808
26808
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }],
|
|
26809
26809
|
[
|
|
@@ -26813,17 +26813,17 @@ const Rle = [
|
|
|
26813
26813
|
key: "kmsa83"
|
|
26814
26814
|
}
|
|
26815
26815
|
]
|
|
26816
|
-
],
|
|
26816
|
+
], Ta = i("square-play", Rle);
|
|
26817
26817
|
const Dle = [
|
|
26818
26818
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26819
26819
|
["path", { d: "M8 12h8", key: "1wcyev" }],
|
|
26820
26820
|
["path", { d: "M12 8v8", key: "napkw2" }]
|
|
26821
|
-
],
|
|
26821
|
+
], Ea = i("square-plus", Dle);
|
|
26822
26822
|
const Ole = [
|
|
26823
26823
|
["path", { d: "M12 7v4", key: "xawao1" }],
|
|
26824
26824
|
["path", { d: "M7.998 9.003a5 5 0 1 0 8-.005", key: "1pek45" }],
|
|
26825
26825
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
|
|
26826
|
-
],
|
|
26826
|
+
], Ua = i("square-power", Ole);
|
|
26827
26827
|
const Vle = [
|
|
26828
26828
|
["path", { d: "M7 12h2l2 5 2-10h4", key: "1fxv6h" }],
|
|
26829
26829
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
|
|
@@ -26839,25 +26839,25 @@ const Fle = [
|
|
|
26839
26839
|
["path", { d: "M14.8 14.8 18 18", key: "11flf1" }],
|
|
26840
26840
|
["circle", { cx: "8", cy: "16", r: "2", key: "1acxsx" }],
|
|
26841
26841
|
["path", { d: "m18 6-8.586 8.586", key: "11kzk1" }]
|
|
26842
|
-
],
|
|
26842
|
+
], Ba = i("square-scissors", Fle);
|
|
26843
26843
|
const Tle = [
|
|
26844
26844
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26845
26845
|
["path", { d: "M16 8.9V7H8l4 5-4 5h8v-1.9", key: "9nih0i" }]
|
|
26846
|
-
],
|
|
26846
|
+
], Za = i("square-sigma", Tle);
|
|
26847
26847
|
const Ele = [
|
|
26848
26848
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26849
26849
|
["line", { x1: "9", x2: "15", y1: "15", y2: "9", key: "1dfufj" }]
|
|
26850
|
-
],
|
|
26850
|
+
], Ga = i("square-slash", Ele);
|
|
26851
26851
|
const Ule = [
|
|
26852
26852
|
["path", { d: "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3", key: "lubmu8" }],
|
|
26853
26853
|
["path", { d: "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3", key: "1ag34g" }],
|
|
26854
26854
|
["line", { x1: "12", x2: "12", y1: "4", y2: "20", key: "1tx1rr" }]
|
|
26855
|
-
],
|
|
26855
|
+
], Wa = i("square-split-horizontal", Ule);
|
|
26856
26856
|
const Ble = [
|
|
26857
26857
|
["path", { d: "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3", key: "1pi83i" }],
|
|
26858
26858
|
["path", { d: "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3", key: "ido5k7" }],
|
|
26859
26859
|
["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }]
|
|
26860
|
-
],
|
|
26860
|
+
], Ka = i("square-split-vertical", Ble);
|
|
26861
26861
|
const Zle = [
|
|
26862
26862
|
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }],
|
|
26863
26863
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
@@ -26885,17 +26885,17 @@ const Xle = [
|
|
|
26885
26885
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
26886
26886
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
26887
26887
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
26888
|
-
],
|
|
26888
|
+
], Xa = i("square-terminal", Xle);
|
|
26889
26889
|
const Jle = [
|
|
26890
26890
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
26891
26891
|
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
|
|
26892
26892
|
["path", { d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2", key: "1m6ac2" }]
|
|
26893
|
-
],
|
|
26893
|
+
], Ja = i("square-user", Jle);
|
|
26894
26894
|
const Yle = [
|
|
26895
26895
|
["path", { d: "M18 21a6 6 0 0 0-12 0", key: "kaz2du" }],
|
|
26896
26896
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }],
|
|
26897
26897
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
|
|
26898
|
-
],
|
|
26898
|
+
], Ya = i("square-user-round", Yle);
|
|
26899
26899
|
const Qle = [
|
|
26900
26900
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
|
|
26901
26901
|
], g9 = i("square", Qle);
|
|
@@ -26903,7 +26903,7 @@ const eue = [
|
|
|
26903
26903
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
|
|
26904
26904
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
26905
26905
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
26906
|
-
],
|
|
26906
|
+
], Qa = i("square-x", eue);
|
|
26907
26907
|
const tue = [
|
|
26908
26908
|
[
|
|
26909
26909
|
"path",
|
|
@@ -27429,7 +27429,7 @@ const ihe = [
|
|
|
27429
27429
|
],
|
|
27430
27430
|
["path", { d: "m16 2 6 6", key: "1gw87d" }],
|
|
27431
27431
|
["path", { d: "M12 16H4", key: "1cjfip" }]
|
|
27432
|
-
],
|
|
27432
|
+
], e1 = i("test-tube-diagonal", ihe);
|
|
27433
27433
|
const che = [
|
|
27434
27434
|
["path", { d: "M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2", key: "125lnx" }],
|
|
27435
27435
|
["path", { d: "M8.5 2h7", key: "csnxdl" }],
|
|
@@ -27447,17 +27447,17 @@ const she = [
|
|
|
27447
27447
|
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
27448
27448
|
["path", { d: "M17 12H7", key: "16if0g" }],
|
|
27449
27449
|
["path", { d: "M19 19H5", key: "vjpgq2" }]
|
|
27450
|
-
],
|
|
27450
|
+
], t1 = i("text-align-center", she);
|
|
27451
27451
|
const lhe = [
|
|
27452
27452
|
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
27453
27453
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
27454
27454
|
["path", { d: "M21 19H7", key: "4cu937" }]
|
|
27455
|
-
],
|
|
27455
|
+
], n1 = i("text-align-end", lhe);
|
|
27456
27456
|
const uhe = [
|
|
27457
27457
|
["path", { d: "M3 5h18", key: "1u36vt" }],
|
|
27458
27458
|
["path", { d: "M3 12h18", key: "1i2n21" }],
|
|
27459
27459
|
["path", { d: "M3 19h18", key: "awlh7x" }]
|
|
27460
|
-
],
|
|
27460
|
+
], o1 = i("text-align-justify", uhe);
|
|
27461
27461
|
const hhe = [
|
|
27462
27462
|
["path", { d: "M21 5H3", key: "1fi0y6" }],
|
|
27463
27463
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
@@ -27481,7 +27481,7 @@ const khe = [
|
|
|
27481
27481
|
["path", { d: "M3 19h18", key: "awlh7x" }],
|
|
27482
27482
|
["path", { d: "m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12", key: "6lvno8" }],
|
|
27483
27483
|
["path", { d: "M3.92 10h6.16", key: "1tl8ex" }]
|
|
27484
|
-
],
|
|
27484
|
+
], a1 = i("text-initial", khe);
|
|
27485
27485
|
const mhe = [
|
|
27486
27486
|
["path", { d: "M17 5H3", key: "1cn7zz" }],
|
|
27487
27487
|
["path", { d: "M21 12H8", key: "scolzb" }],
|
|
@@ -27511,13 +27511,13 @@ const ghe = [
|
|
|
27511
27511
|
["path", { d: "M7 8h8", key: "1jbsf9" }],
|
|
27512
27512
|
["path", { d: "M9 21h1", key: "15o7lz" }],
|
|
27513
27513
|
["path", { d: "M9 3h1", key: "1yesri" }]
|
|
27514
|
-
],
|
|
27514
|
+
], r1 = i("text-select", ghe);
|
|
27515
27515
|
const vhe = [
|
|
27516
27516
|
["path", { d: "m16 16-3 3 3 3", key: "117b85" }],
|
|
27517
27517
|
["path", { d: "M3 12h14.5a1 1 0 0 1 0 7H13", key: "18xa6z" }],
|
|
27518
27518
|
["path", { d: "M3 19h6", key: "1ygdsz" }],
|
|
27519
27519
|
["path", { d: "M3 5h18", key: "1u36vt" }]
|
|
27520
|
-
],
|
|
27520
|
+
], i1 = i("text-wrap", vhe);
|
|
27521
27521
|
const Mhe = [
|
|
27522
27522
|
["path", { d: "M2 10s3-3 3-8", key: "3xiif0" }],
|
|
27523
27523
|
["path", { d: "M22 10s-3-3-3-8", key: "ioaa5q" }],
|
|
@@ -27820,7 +27820,7 @@ const Qhe = [
|
|
|
27820
27820
|
["path", { d: "m18 22-2-3", key: "1p0ohu" }],
|
|
27821
27821
|
["path", { d: "M8 15h.01", key: "a7atzg" }],
|
|
27822
27822
|
["path", { d: "M16 15h.01", key: "rnfrdf" }]
|
|
27823
|
-
],
|
|
27823
|
+
], c1 = i("tram-front", Qhe);
|
|
27824
27824
|
const epe = [
|
|
27825
27825
|
["path", { d: "M12 16v6", key: "c8a4gj" }],
|
|
27826
27826
|
["path", { d: "M14 20h-4", key: "m8m19d" }],
|
|
@@ -27867,7 +27867,7 @@ const ape = [
|
|
|
27867
27867
|
}
|
|
27868
27868
|
],
|
|
27869
27869
|
["path", { d: "M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14", key: "ft0feo" }]
|
|
27870
|
-
],
|
|
27870
|
+
], d1 = i("tree-palm", ape);
|
|
27871
27871
|
const rpe = [
|
|
27872
27872
|
[
|
|
27873
27873
|
"path",
|
|
@@ -27919,7 +27919,7 @@ const upe = [
|
|
|
27919
27919
|
],
|
|
27920
27920
|
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
27921
27921
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
27922
|
-
],
|
|
27922
|
+
], s1 = i("triangle-alert", upe);
|
|
27923
27923
|
const hpe = [
|
|
27924
27924
|
["path", { d: "M10.17 4.193a2 2 0 0 1 3.666.013", key: "pltmmw" }],
|
|
27925
27925
|
["path", { d: "M14 21h2", key: "v4qezv" }],
|
|
@@ -28026,7 +28026,7 @@ const wpe = [
|
|
|
28026
28026
|
const xpe = [
|
|
28027
28027
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
28028
28028
|
["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }]
|
|
28029
|
-
],
|
|
28029
|
+
], l1 = i("tv-minimal", xpe);
|
|
28030
28030
|
const bpe = [
|
|
28031
28031
|
["path", { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7", key: "c0yzno" }]
|
|
28032
28032
|
], N_ = i("twitch", bpe);
|
|
@@ -28129,7 +28129,7 @@ const Dpe = [
|
|
|
28129
28129
|
["path", { d: "M6 12h.01", key: "c2rlol" }],
|
|
28130
28130
|
["path", { d: "M6 16h.01", key: "1pmjb7" }],
|
|
28131
28131
|
["circle", { cx: "12", cy: "10", r: "2", key: "1yojzk" }]
|
|
28132
|
-
],
|
|
28132
|
+
], u1 = i("university", Dpe);
|
|
28133
28133
|
const Ope = [
|
|
28134
28134
|
["path", { d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2", key: "1re2ne" }]
|
|
28135
28135
|
], E_ = i("unlink-2", Ope);
|
|
@@ -28231,7 +28231,7 @@ const Kpe = [
|
|
|
28231
28231
|
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
|
|
28232
28232
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28233
28233
|
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
|
|
28234
|
-
],
|
|
28234
|
+
], h1 = i("user-round-check", Kpe);
|
|
28235
28235
|
const Xpe = [
|
|
28236
28236
|
["path", { d: "m14.305 19.53.923-.382", key: "3m78fa" }],
|
|
28237
28237
|
["path", { d: "m15.228 16.852-.923-.383", key: "npixar" }],
|
|
@@ -28244,12 +28244,12 @@ const Xpe = [
|
|
|
28244
28244
|
["path", { d: "m20.772 19.148.924.383", key: "9w9pjp" }],
|
|
28245
28245
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28246
28246
|
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }]
|
|
28247
|
-
],
|
|
28247
|
+
], p1 = i("user-round-cog", Xpe);
|
|
28248
28248
|
const Jpe = [
|
|
28249
28249
|
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
|
|
28250
28250
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28251
28251
|
["path", { d: "M22 19h-6", key: "vcuq98" }]
|
|
28252
|
-
],
|
|
28252
|
+
], y1 = i("user-round-minus", Jpe);
|
|
28253
28253
|
const Ype = [
|
|
28254
28254
|
["path", { d: "M2 21a8 8 0 0 1 10.821-7.487", key: "1c8h7z" }],
|
|
28255
28255
|
[
|
|
@@ -28266,7 +28266,7 @@ const Qpe = [
|
|
|
28266
28266
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28267
28267
|
["path", { d: "M19 16v6", key: "tddt3s" }],
|
|
28268
28268
|
["path", { d: "M22 19h-6", key: "vcuq98" }]
|
|
28269
|
-
],
|
|
28269
|
+
], k1 = i("user-round-plus", Qpe);
|
|
28270
28270
|
const eye = [
|
|
28271
28271
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28272
28272
|
["path", { d: "M2 21a8 8 0 0 1 10.434-7.62", key: "1yezr2" }],
|
|
@@ -28278,11 +28278,11 @@ const tye = [
|
|
|
28278
28278
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28279
28279
|
["path", { d: "m17 17 5 5", key: "p7ous7" }],
|
|
28280
28280
|
["path", { d: "m22 17-5 5", key: "gqnmv0" }]
|
|
28281
|
-
],
|
|
28281
|
+
], m1 = i("user-round-x", tye);
|
|
28282
28282
|
const nye = [
|
|
28283
28283
|
["circle", { cx: "12", cy: "8", r: "5", key: "1hypcn" }],
|
|
28284
28284
|
["path", { d: "M20 21a8 8 0 0 0-16 0", key: "rfgkzh" }]
|
|
28285
|
-
],
|
|
28285
|
+
], f1 = i("user-round", nye);
|
|
28286
28286
|
const oye = [
|
|
28287
28287
|
["circle", { cx: "10", cy: "7", r: "4", key: "e45bow" }],
|
|
28288
28288
|
["path", { d: "M10.3 15H7a4 4 0 0 0-4 4v2", key: "3bnktk" }],
|
|
@@ -28314,7 +28314,7 @@ const cye = [
|
|
|
28314
28314
|
["path", { d: "M18 21a8 8 0 0 0-16 0", key: "3ypg7q" }],
|
|
28315
28315
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
28316
28316
|
["path", { d: "M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3", key: "10s06x" }]
|
|
28317
|
-
],
|
|
28317
|
+
], g1 = i("users-round", cye);
|
|
28318
28318
|
const dye = [
|
|
28319
28319
|
["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2", key: "1yyitq" }],
|
|
28320
28320
|
["path", { d: "M16 3.128a4 4 0 0 1 0 7.744", key: "16gr8j" }],
|
|
@@ -28329,12 +28329,12 @@ const sye = [
|
|
|
28329
28329
|
],
|
|
28330
28330
|
["path", { d: "m2.1 21.8 6.4-6.3", key: "yn04lh" }],
|
|
28331
28331
|
["path", { d: "m19 5-7 7", key: "194lzd" }]
|
|
28332
|
-
],
|
|
28332
|
+
], v1 = i("utensils-crossed", sye);
|
|
28333
28333
|
const lye = [
|
|
28334
28334
|
["path", { d: "M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2", key: "cjf0a3" }],
|
|
28335
28335
|
["path", { d: "M7 2v20", key: "1473qp" }],
|
|
28336
28336
|
["path", { d: "M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7", key: "j28e5" }]
|
|
28337
|
-
],
|
|
28337
|
+
], M1 = i("utensils", lye);
|
|
28338
28338
|
const uye = [
|
|
28339
28339
|
["path", { d: "M8 21s-4-3-4-9 4-9 4-9", key: "uto9ud" }],
|
|
28340
28340
|
["path", { d: "M16 3s4 3 4 9-4 9-4 9", key: "4w2vsq" }],
|
|
@@ -28541,7 +28541,7 @@ const jye = [
|
|
|
28541
28541
|
key: "u1rqew"
|
|
28542
28542
|
}
|
|
28543
28543
|
]
|
|
28544
|
-
],
|
|
28544
|
+
], _1 = i("wallet-minimal", jye);
|
|
28545
28545
|
const qye = [
|
|
28546
28546
|
[
|
|
28547
28547
|
"path",
|
|
@@ -28574,7 +28574,7 @@ const Dye = [
|
|
|
28574
28574
|
["path", { d: "M7 8H3", key: "zfb6yr" }],
|
|
28575
28575
|
["path", { d: "M21 16h-4", key: "1cnmox" }],
|
|
28576
28576
|
["path", { d: "M11 3H9", key: "1obp7u" }]
|
|
28577
|
-
],
|
|
28577
|
+
], w1 = i("wand-sparkles", Dye);
|
|
28578
28578
|
const Oye = [
|
|
28579
28579
|
["path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11", key: "pb2vm6" }],
|
|
28580
28580
|
[
|
|
@@ -30277,7 +30277,7 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30277
30277
|
Slash: j7,
|
|
30278
30278
|
Slice: q7,
|
|
30279
30279
|
SlidersHorizontal: R7,
|
|
30280
|
-
SlidersVertical:
|
|
30280
|
+
SlidersVertical: ea,
|
|
30281
30281
|
Smartphone: V7,
|
|
30282
30282
|
SmartphoneCharging: D7,
|
|
30283
30283
|
SmartphoneNfc: O7,
|
|
@@ -30292,7 +30292,7 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30292
30292
|
Space: W7,
|
|
30293
30293
|
Spade: K7,
|
|
30294
30294
|
Sparkle: X7,
|
|
30295
|
-
Sparkles:
|
|
30295
|
+
Sparkles: ta,
|
|
30296
30296
|
Speaker: J7,
|
|
30297
30297
|
Speech: Y7,
|
|
30298
30298
|
SpellCheck: Q7,
|
|
@@ -30305,70 +30305,70 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30305
30305
|
SprayCan: i9,
|
|
30306
30306
|
Sprout: c9,
|
|
30307
30307
|
Square: g9,
|
|
30308
|
-
SquareActivity:
|
|
30309
|
-
SquareArrowDown:
|
|
30310
|
-
SquareArrowDownLeft:
|
|
30311
|
-
SquareArrowDownRight:
|
|
30312
|
-
SquareArrowLeft:
|
|
30313
|
-
SquareArrowOutDownLeft:
|
|
30314
|
-
SquareArrowOutDownRight:
|
|
30315
|
-
SquareArrowOutUpLeft:
|
|
30316
|
-
SquareArrowOutUpRight:
|
|
30317
|
-
SquareArrowRight:
|
|
30318
|
-
SquareArrowUp:
|
|
30319
|
-
SquareArrowUpLeft:
|
|
30320
|
-
SquareArrowUpRight:
|
|
30321
|
-
SquareAsterisk:
|
|
30322
|
-
SquareBottomDashedScissors:
|
|
30308
|
+
SquareActivity: na,
|
|
30309
|
+
SquareArrowDown: ra,
|
|
30310
|
+
SquareArrowDownLeft: oa,
|
|
30311
|
+
SquareArrowDownRight: aa,
|
|
30312
|
+
SquareArrowLeft: ia,
|
|
30313
|
+
SquareArrowOutDownLeft: ca,
|
|
30314
|
+
SquareArrowOutDownRight: da,
|
|
30315
|
+
SquareArrowOutUpLeft: sa,
|
|
30316
|
+
SquareArrowOutUpRight: la,
|
|
30317
|
+
SquareArrowRight: ua,
|
|
30318
|
+
SquareArrowUp: ya,
|
|
30319
|
+
SquareArrowUpLeft: ha,
|
|
30320
|
+
SquareArrowUpRight: pa,
|
|
30321
|
+
SquareAsterisk: ka,
|
|
30322
|
+
SquareBottomDashedScissors: ma,
|
|
30323
30323
|
SquareChartGantt: He,
|
|
30324
|
-
SquareCheck:
|
|
30325
|
-
SquareCheckBig:
|
|
30326
|
-
SquareChevronDown:
|
|
30327
|
-
SquareChevronLeft:
|
|
30328
|
-
SquareChevronRight:
|
|
30329
|
-
SquareChevronUp:
|
|
30330
|
-
SquareCode:
|
|
30331
|
-
SquareDashed:
|
|
30324
|
+
SquareCheck: ga,
|
|
30325
|
+
SquareCheckBig: fa,
|
|
30326
|
+
SquareChevronDown: va,
|
|
30327
|
+
SquareChevronLeft: Ma,
|
|
30328
|
+
SquareChevronRight: _a,
|
|
30329
|
+
SquareChevronUp: wa,
|
|
30330
|
+
SquareCode: xa,
|
|
30331
|
+
SquareDashed: Ia,
|
|
30332
30332
|
SquareDashedBottom: s9,
|
|
30333
30333
|
SquareDashedBottomCode: d9,
|
|
30334
|
-
SquareDashedKanban:
|
|
30335
|
-
SquareDashedMousePointer: $
|
|
30334
|
+
SquareDashedKanban: ba,
|
|
30335
|
+
SquareDashedMousePointer: $a,
|
|
30336
30336
|
SquareDashedTopSolid: l9,
|
|
30337
|
-
SquareDivide:
|
|
30338
|
-
SquareDot:
|
|
30339
|
-
SquareEqual:
|
|
30340
|
-
SquareFunction:
|
|
30341
|
-
SquareKanban:
|
|
30342
|
-
SquareLibrary:
|
|
30343
|
-
SquareM:
|
|
30344
|
-
SquareMenu:
|
|
30345
|
-
SquareMinus:
|
|
30346
|
-
SquareMousePointer:
|
|
30347
|
-
SquareParking:
|
|
30348
|
-
SquareParkingOff:
|
|
30337
|
+
SquareDivide: La,
|
|
30338
|
+
SquareDot: Sa,
|
|
30339
|
+
SquareEqual: Ca,
|
|
30340
|
+
SquareFunction: Na,
|
|
30341
|
+
SquareKanban: za,
|
|
30342
|
+
SquareLibrary: Aa,
|
|
30343
|
+
SquareM: ja,
|
|
30344
|
+
SquareMenu: Pa,
|
|
30345
|
+
SquareMinus: qa,
|
|
30346
|
+
SquareMousePointer: Ra,
|
|
30347
|
+
SquareParking: Oa,
|
|
30348
|
+
SquareParkingOff: Da,
|
|
30349
30349
|
SquarePause: u9,
|
|
30350
30350
|
SquarePen: me,
|
|
30351
|
-
SquarePercent:
|
|
30352
|
-
SquarePi:
|
|
30353
|
-
SquarePilcrow:
|
|
30354
|
-
SquarePlay:
|
|
30355
|
-
SquarePlus:
|
|
30356
|
-
SquarePower:
|
|
30351
|
+
SquarePercent: Va,
|
|
30352
|
+
SquarePi: Fa,
|
|
30353
|
+
SquarePilcrow: Ha,
|
|
30354
|
+
SquarePlay: Ta,
|
|
30355
|
+
SquarePlus: Ea,
|
|
30356
|
+
SquarePower: Ua,
|
|
30357
30357
|
SquareRadical: h9,
|
|
30358
30358
|
SquareRoundCorner: p9,
|
|
30359
|
-
SquareScissors:
|
|
30360
|
-
SquareSigma:
|
|
30361
|
-
SquareSlash:
|
|
30362
|
-
SquareSplitHorizontal:
|
|
30363
|
-
SquareSplitVertical:
|
|
30359
|
+
SquareScissors: Ba,
|
|
30360
|
+
SquareSigma: Za,
|
|
30361
|
+
SquareSlash: Ga,
|
|
30362
|
+
SquareSplitHorizontal: Wa,
|
|
30363
|
+
SquareSplitVertical: Ka,
|
|
30364
30364
|
SquareSquare: y9,
|
|
30365
30365
|
SquareStack: k9,
|
|
30366
30366
|
SquareStar: m9,
|
|
30367
30367
|
SquareStop: f9,
|
|
30368
|
-
SquareTerminal:
|
|
30369
|
-
SquareUser:
|
|
30370
|
-
SquareUserRound:
|
|
30371
|
-
SquareX:
|
|
30368
|
+
SquareTerminal: Xa,
|
|
30369
|
+
SquareUser: Ja,
|
|
30370
|
+
SquareUserRound: Ya,
|
|
30371
|
+
SquareX: Qa,
|
|
30372
30372
|
SquaresExclude: v9,
|
|
30373
30373
|
SquaresIntersect: M9,
|
|
30374
30374
|
SquaresSubtract: _9,
|
|
@@ -30429,19 +30429,19 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30429
30429
|
TentTree: _M,
|
|
30430
30430
|
Terminal: xM,
|
|
30431
30431
|
TestTube: bM,
|
|
30432
|
-
TestTubeDiagonal:
|
|
30432
|
+
TestTubeDiagonal: e1,
|
|
30433
30433
|
TestTubes: $M,
|
|
30434
|
-
TextAlignCenter:
|
|
30435
|
-
TextAlignEnd:
|
|
30436
|
-
TextAlignJustify:
|
|
30434
|
+
TextAlignCenter: t1,
|
|
30435
|
+
TextAlignEnd: n1,
|
|
30436
|
+
TextAlignJustify: o1,
|
|
30437
30437
|
TextAlignStart: Fe,
|
|
30438
30438
|
TextCursor: LM,
|
|
30439
30439
|
TextCursorInput: IM,
|
|
30440
|
-
TextInitial:
|
|
30440
|
+
TextInitial: a1,
|
|
30441
30441
|
TextQuote: SM,
|
|
30442
30442
|
TextSearch: CM,
|
|
30443
|
-
TextSelect:
|
|
30444
|
-
TextWrap:
|
|
30443
|
+
TextSelect: r1,
|
|
30444
|
+
TextWrap: i1,
|
|
30445
30445
|
Theater: NM,
|
|
30446
30446
|
Thermometer: PM,
|
|
30447
30447
|
ThermometerSnowflake: zM,
|
|
@@ -30475,12 +30475,12 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30475
30475
|
TrainFront: c_,
|
|
30476
30476
|
TrainFrontTunnel: i_,
|
|
30477
30477
|
TrainTrack: d_,
|
|
30478
|
-
TramFront:
|
|
30478
|
+
TramFront: c1,
|
|
30479
30479
|
Transgender: s_,
|
|
30480
30480
|
Trash: u_,
|
|
30481
30481
|
Trash2: l_,
|
|
30482
30482
|
TreeDeciduous: h_,
|
|
30483
|
-
TreePalm:
|
|
30483
|
+
TreePalm: d1,
|
|
30484
30484
|
TreePine: p_,
|
|
30485
30485
|
Trees: y_,
|
|
30486
30486
|
Trello: k_,
|
|
@@ -30488,7 +30488,7 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30488
30488
|
TrendingUp: g_,
|
|
30489
30489
|
TrendingUpDown: f_,
|
|
30490
30490
|
Triangle: __,
|
|
30491
|
-
TriangleAlert:
|
|
30491
|
+
TriangleAlert: s1,
|
|
30492
30492
|
TriangleDashed: v_,
|
|
30493
30493
|
TriangleRight: M_,
|
|
30494
30494
|
Trophy: w_,
|
|
@@ -30498,7 +30498,7 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30498
30498
|
Turntable: $_,
|
|
30499
30499
|
Turtle: L_,
|
|
30500
30500
|
Tv: C_,
|
|
30501
|
-
TvMinimal:
|
|
30501
|
+
TvMinimal: l1,
|
|
30502
30502
|
TvMinimalPlay: S_,
|
|
30503
30503
|
Twitch: N_,
|
|
30504
30504
|
Twitter: A_,
|
|
@@ -30513,7 +30513,7 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30513
30513
|
UnfoldHorizontal: F_,
|
|
30514
30514
|
UnfoldVertical: H_,
|
|
30515
30515
|
Ungroup: T_,
|
|
30516
|
-
University:
|
|
30516
|
+
University: u1,
|
|
30517
30517
|
Unlink: U_,
|
|
30518
30518
|
Unlink2: E_,
|
|
30519
30519
|
Unplug: Z_,
|
|
@@ -30526,21 +30526,21 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30526
30526
|
UserMinus: J_,
|
|
30527
30527
|
UserPen: Y_,
|
|
30528
30528
|
UserPlus: Q_,
|
|
30529
|
-
UserRound:
|
|
30530
|
-
UserRoundCheck:
|
|
30531
|
-
UserRoundCog:
|
|
30532
|
-
UserRoundMinus:
|
|
30529
|
+
UserRound: f1,
|
|
30530
|
+
UserRoundCheck: h1,
|
|
30531
|
+
UserRoundCog: p1,
|
|
30532
|
+
UserRoundMinus: y1,
|
|
30533
30533
|
UserRoundPen: ew,
|
|
30534
|
-
UserRoundPlus:
|
|
30534
|
+
UserRoundPlus: k1,
|
|
30535
30535
|
UserRoundSearch: tw,
|
|
30536
|
-
UserRoundX:
|
|
30536
|
+
UserRoundX: m1,
|
|
30537
30537
|
UserSearch: nw,
|
|
30538
30538
|
UserStar: ow,
|
|
30539
30539
|
UserX: aw,
|
|
30540
30540
|
Users: iw,
|
|
30541
|
-
UsersRound:
|
|
30542
|
-
Utensils:
|
|
30543
|
-
UtensilsCrossed:
|
|
30541
|
+
UsersRound: g1,
|
|
30542
|
+
Utensils: M1,
|
|
30543
|
+
UtensilsCrossed: v1,
|
|
30544
30544
|
UtilityPole: dw,
|
|
30545
30545
|
Variable: cw,
|
|
30546
30546
|
Vault: uw,
|
|
@@ -30565,10 +30565,10 @@ const vke = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
30565
30565
|
Vote: Sw,
|
|
30566
30566
|
Wallet: Nw,
|
|
30567
30567
|
WalletCards: Cw,
|
|
30568
|
-
WalletMinimal:
|
|
30568
|
+
WalletMinimal: _1,
|
|
30569
30569
|
Wallpaper: zw,
|
|
30570
30570
|
Wand: Pw,
|
|
30571
|
-
WandSparkles:
|
|
30571
|
+
WandSparkles: w1,
|
|
30572
30572
|
Warehouse: Aw,
|
|
30573
30573
|
WashingMachine: jw,
|
|
30574
30574
|
Watch: qw,
|
|
@@ -30616,8 +30616,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30616
30616
|
AccessibilityIcon: ri,
|
|
30617
30617
|
Activity: ii,
|
|
30618
30618
|
ActivityIcon: ii,
|
|
30619
|
-
ActivitySquare:
|
|
30620
|
-
ActivitySquareIcon:
|
|
30619
|
+
ActivitySquare: na,
|
|
30620
|
+
ActivitySquareIcon: na,
|
|
30621
30621
|
AirVent: ci,
|
|
30622
30622
|
AirVentIcon: ci,
|
|
30623
30623
|
Airplay: di,
|
|
@@ -30646,12 +30646,12 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30646
30646
|
AlertCircleIcon: Gt,
|
|
30647
30647
|
AlertOctagon: zo,
|
|
30648
30648
|
AlertOctagonIcon: zo,
|
|
30649
|
-
AlertTriangle:
|
|
30650
|
-
AlertTriangleIcon:
|
|
30651
|
-
AlignCenter:
|
|
30649
|
+
AlertTriangle: s1,
|
|
30650
|
+
AlertTriangleIcon: s1,
|
|
30651
|
+
AlignCenter: t1,
|
|
30652
30652
|
AlignCenterHorizontal: pi,
|
|
30653
30653
|
AlignCenterHorizontalIcon: pi,
|
|
30654
|
-
AlignCenterIcon:
|
|
30654
|
+
AlignCenterIcon: t1,
|
|
30655
30655
|
AlignCenterVertical: yi,
|
|
30656
30656
|
AlignCenterVerticalIcon: yi,
|
|
30657
30657
|
AlignEndHorizontal: ki,
|
|
@@ -30674,12 +30674,12 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30674
30674
|
AlignHorizontalSpaceAroundIcon: xi,
|
|
30675
30675
|
AlignHorizontalSpaceBetween: bi,
|
|
30676
30676
|
AlignHorizontalSpaceBetweenIcon: bi,
|
|
30677
|
-
AlignJustify:
|
|
30678
|
-
AlignJustifyIcon:
|
|
30677
|
+
AlignJustify: o1,
|
|
30678
|
+
AlignJustifyIcon: o1,
|
|
30679
30679
|
AlignLeft: Fe,
|
|
30680
30680
|
AlignLeftIcon: Fe,
|
|
30681
|
-
AlignRight:
|
|
30682
|
-
AlignRightIcon:
|
|
30681
|
+
AlignRight: n1,
|
|
30682
|
+
AlignRightIcon: n1,
|
|
30683
30683
|
AlignStartHorizontal: $i,
|
|
30684
30684
|
AlignStartHorizontalIcon: $i,
|
|
30685
30685
|
AlignStartVertical: Ii,
|
|
@@ -30769,23 +30769,23 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30769
30769
|
ArrowDownLeft: sc,
|
|
30770
30770
|
ArrowDownLeftFromCircle: Xt,
|
|
30771
30771
|
ArrowDownLeftFromCircleIcon: Xt,
|
|
30772
|
-
ArrowDownLeftFromSquare:
|
|
30773
|
-
ArrowDownLeftFromSquareIcon:
|
|
30772
|
+
ArrowDownLeftFromSquare: ca,
|
|
30773
|
+
ArrowDownLeftFromSquareIcon: ca,
|
|
30774
30774
|
ArrowDownLeftIcon: sc,
|
|
30775
|
-
ArrowDownLeftSquare:
|
|
30776
|
-
ArrowDownLeftSquareIcon:
|
|
30775
|
+
ArrowDownLeftSquare: oa,
|
|
30776
|
+
ArrowDownLeftSquareIcon: oa,
|
|
30777
30777
|
ArrowDownNarrowWide: lc,
|
|
30778
30778
|
ArrowDownNarrowWideIcon: lc,
|
|
30779
30779
|
ArrowDownRight: uc,
|
|
30780
30780
|
ArrowDownRightFromCircle: Jt,
|
|
30781
30781
|
ArrowDownRightFromCircleIcon: Jt,
|
|
30782
|
-
ArrowDownRightFromSquare:
|
|
30783
|
-
ArrowDownRightFromSquareIcon:
|
|
30782
|
+
ArrowDownRightFromSquare: da,
|
|
30783
|
+
ArrowDownRightFromSquareIcon: da,
|
|
30784
30784
|
ArrowDownRightIcon: uc,
|
|
30785
|
-
ArrowDownRightSquare:
|
|
30786
|
-
ArrowDownRightSquareIcon:
|
|
30787
|
-
ArrowDownSquare:
|
|
30788
|
-
ArrowDownSquareIcon:
|
|
30785
|
+
ArrowDownRightSquare: aa,
|
|
30786
|
+
ArrowDownRightSquareIcon: aa,
|
|
30787
|
+
ArrowDownSquare: ra,
|
|
30788
|
+
ArrowDownSquareIcon: ra,
|
|
30789
30789
|
ArrowDownToDot: hc,
|
|
30790
30790
|
ArrowDownToDotIcon: hc,
|
|
30791
30791
|
ArrowDownToLine: pc,
|
|
@@ -30806,8 +30806,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30806
30806
|
ArrowLeftIcon: vc,
|
|
30807
30807
|
ArrowLeftRight: fc,
|
|
30808
30808
|
ArrowLeftRightIcon: fc,
|
|
30809
|
-
ArrowLeftSquare:
|
|
30810
|
-
ArrowLeftSquareIcon:
|
|
30809
|
+
ArrowLeftSquare: ia,
|
|
30810
|
+
ArrowLeftSquareIcon: ia,
|
|
30811
30811
|
ArrowLeftToLine: gc,
|
|
30812
30812
|
ArrowLeftToLineIcon: gc,
|
|
30813
30813
|
ArrowRight: xc,
|
|
@@ -30818,8 +30818,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30818
30818
|
ArrowRightIcon: xc,
|
|
30819
30819
|
ArrowRightLeft: _c,
|
|
30820
30820
|
ArrowRightLeftIcon: _c,
|
|
30821
|
-
ArrowRightSquare:
|
|
30822
|
-
ArrowRightSquareIcon:
|
|
30821
|
+
ArrowRightSquare: ua,
|
|
30822
|
+
ArrowRightSquareIcon: ua,
|
|
30823
30823
|
ArrowRightToLine: wc,
|
|
30824
30824
|
ArrowRightToLineIcon: wc,
|
|
30825
30825
|
ArrowUp: Pc,
|
|
@@ -30843,23 +30843,23 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30843
30843
|
ArrowUpLeft: Cc,
|
|
30844
30844
|
ArrowUpLeftFromCircle: Yt,
|
|
30845
30845
|
ArrowUpLeftFromCircleIcon: Yt,
|
|
30846
|
-
ArrowUpLeftFromSquare:
|
|
30847
|
-
ArrowUpLeftFromSquareIcon:
|
|
30846
|
+
ArrowUpLeftFromSquare: sa,
|
|
30847
|
+
ArrowUpLeftFromSquareIcon: sa,
|
|
30848
30848
|
ArrowUpLeftIcon: Cc,
|
|
30849
|
-
ArrowUpLeftSquare:
|
|
30850
|
-
ArrowUpLeftSquareIcon:
|
|
30849
|
+
ArrowUpLeftSquare: ha,
|
|
30850
|
+
ArrowUpLeftSquareIcon: ha,
|
|
30851
30851
|
ArrowUpNarrowWide: xt,
|
|
30852
30852
|
ArrowUpNarrowWideIcon: xt,
|
|
30853
30853
|
ArrowUpRight: Nc,
|
|
30854
30854
|
ArrowUpRightFromCircle: Qt,
|
|
30855
30855
|
ArrowUpRightFromCircleIcon: Qt,
|
|
30856
|
-
ArrowUpRightFromSquare:
|
|
30857
|
-
ArrowUpRightFromSquareIcon:
|
|
30856
|
+
ArrowUpRightFromSquare: la,
|
|
30857
|
+
ArrowUpRightFromSquareIcon: la,
|
|
30858
30858
|
ArrowUpRightIcon: Nc,
|
|
30859
|
-
ArrowUpRightSquare:
|
|
30860
|
-
ArrowUpRightSquareIcon:
|
|
30861
|
-
ArrowUpSquare:
|
|
30862
|
-
ArrowUpSquareIcon:
|
|
30859
|
+
ArrowUpRightSquare: pa,
|
|
30860
|
+
ArrowUpRightSquareIcon: pa,
|
|
30861
|
+
ArrowUpSquare: ya,
|
|
30862
|
+
ArrowUpSquareIcon: ya,
|
|
30863
30863
|
ArrowUpToLine: zc,
|
|
30864
30864
|
ArrowUpToLineIcon: zc,
|
|
30865
30865
|
ArrowUpWideNarrow: Ac,
|
|
@@ -30872,8 +30872,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
30872
30872
|
ArrowsUpFromLineIcon: jc,
|
|
30873
30873
|
Asterisk: qc,
|
|
30874
30874
|
AsteriskIcon: qc,
|
|
30875
|
-
AsteriskSquare:
|
|
30876
|
-
AsteriskSquareIcon:
|
|
30875
|
+
AsteriskSquare: ka,
|
|
30876
|
+
AsteriskSquareIcon: ka,
|
|
30877
30877
|
AtSign: Rc,
|
|
30878
30878
|
AtSignIcon: Rc,
|
|
30879
30879
|
Atom: Dc,
|
|
@@ -31142,8 +31142,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31142
31142
|
BowArrowIcon: Td,
|
|
31143
31143
|
Box: Ed,
|
|
31144
31144
|
BoxIcon: Ed,
|
|
31145
|
-
BoxSelect:
|
|
31146
|
-
BoxSelectIcon:
|
|
31145
|
+
BoxSelect: Ia,
|
|
31146
|
+
BoxSelectIcon: Ia,
|
|
31147
31147
|
Boxes: Ud,
|
|
31148
31148
|
BoxesIcon: Ud,
|
|
31149
31149
|
Braces: zt,
|
|
@@ -31346,10 +31346,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31346
31346
|
CheckIcon: gs,
|
|
31347
31347
|
CheckLine: fs,
|
|
31348
31348
|
CheckLineIcon: fs,
|
|
31349
|
-
CheckSquare:
|
|
31350
|
-
CheckSquare2:
|
|
31351
|
-
CheckSquare2Icon:
|
|
31352
|
-
CheckSquareIcon:
|
|
31349
|
+
CheckSquare: fa,
|
|
31350
|
+
CheckSquare2: ga,
|
|
31351
|
+
CheckSquare2Icon: ga,
|
|
31352
|
+
CheckSquareIcon: fa,
|
|
31353
31353
|
ChefHat: vs,
|
|
31354
31354
|
ChefHatIcon: vs,
|
|
31355
31355
|
Cherry: Ms,
|
|
@@ -31370,8 +31370,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31370
31370
|
ChevronDownCircle: an,
|
|
31371
31371
|
ChevronDownCircleIcon: an,
|
|
31372
31372
|
ChevronDownIcon: Ls,
|
|
31373
|
-
ChevronDownSquare:
|
|
31374
|
-
ChevronDownSquareIcon:
|
|
31373
|
+
ChevronDownSquare: va,
|
|
31374
|
+
ChevronDownSquareIcon: va,
|
|
31375
31375
|
ChevronFirst: Ss,
|
|
31376
31376
|
ChevronFirstIcon: Ss,
|
|
31377
31377
|
ChevronLast: Cs,
|
|
@@ -31380,20 +31380,20 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31380
31380
|
ChevronLeftCircle: rn,
|
|
31381
31381
|
ChevronLeftCircleIcon: rn,
|
|
31382
31382
|
ChevronLeftIcon: Ns,
|
|
31383
|
-
ChevronLeftSquare:
|
|
31384
|
-
ChevronLeftSquareIcon:
|
|
31383
|
+
ChevronLeftSquare: Ma,
|
|
31384
|
+
ChevronLeftSquareIcon: Ma,
|
|
31385
31385
|
ChevronRight: zs,
|
|
31386
31386
|
ChevronRightCircle: cn,
|
|
31387
31387
|
ChevronRightCircleIcon: cn,
|
|
31388
31388
|
ChevronRightIcon: zs,
|
|
31389
|
-
ChevronRightSquare:
|
|
31390
|
-
ChevronRightSquareIcon:
|
|
31389
|
+
ChevronRightSquare: _a,
|
|
31390
|
+
ChevronRightSquareIcon: _a,
|
|
31391
31391
|
ChevronUp: As,
|
|
31392
31392
|
ChevronUpCircle: dn,
|
|
31393
31393
|
ChevronUpCircleIcon: dn,
|
|
31394
31394
|
ChevronUpIcon: As,
|
|
31395
|
-
ChevronUpSquare:
|
|
31396
|
-
ChevronUpSquareIcon:
|
|
31395
|
+
ChevronUpSquare: wa,
|
|
31396
|
+
ChevronUpSquareIcon: wa,
|
|
31397
31397
|
ChevronsDown: js,
|
|
31398
31398
|
ChevronsDownIcon: js,
|
|
31399
31399
|
ChevronsDownUp: Ps,
|
|
@@ -31636,8 +31636,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31636
31636
|
Code2: Sn,
|
|
31637
31637
|
Code2Icon: Sn,
|
|
31638
31638
|
CodeIcon: ou,
|
|
31639
|
-
CodeSquare:
|
|
31640
|
-
CodeSquareIcon:
|
|
31639
|
+
CodeSquare: xa,
|
|
31640
|
+
CodeSquareIcon: xa,
|
|
31641
31641
|
CodeXml: Sn,
|
|
31642
31642
|
CodeXmlIcon: Sn,
|
|
31643
31643
|
Codepen: au,
|
|
@@ -31804,8 +31804,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31804
31804
|
DivideCircle: sn,
|
|
31805
31805
|
DivideCircleIcon: sn,
|
|
31806
31806
|
DivideIcon: _h,
|
|
31807
|
-
DivideSquare:
|
|
31808
|
-
DivideSquareIcon:
|
|
31807
|
+
DivideSquare: La,
|
|
31808
|
+
DivideSquareIcon: La,
|
|
31809
31809
|
Dna: xh,
|
|
31810
31810
|
DnaIcon: xh,
|
|
31811
31811
|
DnaOff: wh,
|
|
@@ -31826,8 +31826,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31826
31826
|
DoorOpenIcon: Nh,
|
|
31827
31827
|
Dot: zh,
|
|
31828
31828
|
DotIcon: zh,
|
|
31829
|
-
DotSquare:
|
|
31830
|
-
DotSquareIcon:
|
|
31829
|
+
DotSquare: Sa,
|
|
31830
|
+
DotSquareIcon: Sa,
|
|
31831
31831
|
Download: Ah,
|
|
31832
31832
|
DownloadCloud: In,
|
|
31833
31833
|
DownloadCloudIcon: In,
|
|
@@ -31886,8 +31886,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
31886
31886
|
EqualIcon: Qh,
|
|
31887
31887
|
EqualNot: Yh,
|
|
31888
31888
|
EqualNotIcon: Yh,
|
|
31889
|
-
EqualSquare:
|
|
31890
|
-
EqualSquareIcon:
|
|
31889
|
+
EqualSquare: Ca,
|
|
31890
|
+
EqualSquareIcon: Ca,
|
|
31891
31891
|
Eraser: ep,
|
|
31892
31892
|
EraserIcon: ep,
|
|
31893
31893
|
EthernetPort: tp,
|
|
@@ -32212,10 +32212,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32212
32212
|
FoldersIcon: Gy,
|
|
32213
32213
|
Footprints: Wy,
|
|
32214
32214
|
FootprintsIcon: Wy,
|
|
32215
|
-
ForkKnife:
|
|
32216
|
-
ForkKnifeCrossed:
|
|
32217
|
-
ForkKnifeCrossedIcon:
|
|
32218
|
-
ForkKnifeIcon:
|
|
32215
|
+
ForkKnife: M1,
|
|
32216
|
+
ForkKnifeCrossed: v1,
|
|
32217
|
+
ForkKnifeCrossedIcon: v1,
|
|
32218
|
+
ForkKnifeIcon: M1,
|
|
32219
32219
|
Forklift: Ky,
|
|
32220
32220
|
ForkliftIcon: Ky,
|
|
32221
32221
|
FormInput: Zo,
|
|
@@ -32232,8 +32232,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32232
32232
|
FuelIcon: ek,
|
|
32233
32233
|
Fullscreen: tk,
|
|
32234
32234
|
FullscreenIcon: tk,
|
|
32235
|
-
FunctionSquare:
|
|
32236
|
-
FunctionSquareIcon:
|
|
32235
|
+
FunctionSquare: Na,
|
|
32236
|
+
FunctionSquareIcon: Na,
|
|
32237
32237
|
Funnel: lo,
|
|
32238
32238
|
FunnelIcon: lo,
|
|
32239
32239
|
FunnelPlus: nk,
|
|
@@ -32525,8 +32525,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32525
32525
|
InfinityIcon: a5,
|
|
32526
32526
|
Info: hr,
|
|
32527
32527
|
InfoIcon: hr,
|
|
32528
|
-
Inspect:
|
|
32529
|
-
InspectIcon:
|
|
32528
|
+
Inspect: Ra,
|
|
32529
|
+
InspectIcon: Ra,
|
|
32530
32530
|
InspectionPanel: r5,
|
|
32531
32531
|
InspectionPanelIcon: r5,
|
|
32532
32532
|
Instagram: i5,
|
|
@@ -32543,10 +32543,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32543
32543
|
JoystickIcon: l5,
|
|
32544
32544
|
Kanban: h5,
|
|
32545
32545
|
KanbanIcon: h5,
|
|
32546
|
-
KanbanSquare:
|
|
32547
|
-
KanbanSquareDashed:
|
|
32548
|
-
KanbanSquareDashedIcon:
|
|
32549
|
-
KanbanSquareIcon:
|
|
32546
|
+
KanbanSquare: za,
|
|
32547
|
+
KanbanSquareDashed: ba,
|
|
32548
|
+
KanbanSquareDashedIcon: ba,
|
|
32549
|
+
KanbanSquareIcon: za,
|
|
32550
32550
|
Kayak: y5,
|
|
32551
32551
|
KayakIcon: y5,
|
|
32552
32552
|
Key: k5,
|
|
@@ -32619,14 +32619,14 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32619
32619
|
LeafyGreenIcon: T5,
|
|
32620
32620
|
Lectern: E5,
|
|
32621
32621
|
LecternIcon: E5,
|
|
32622
|
-
LetterText:
|
|
32623
|
-
LetterTextIcon:
|
|
32622
|
+
LetterText: a1,
|
|
32623
|
+
LetterTextIcon: a1,
|
|
32624
32624
|
Library: B5,
|
|
32625
32625
|
LibraryBig: U5,
|
|
32626
32626
|
LibraryBigIcon: U5,
|
|
32627
32627
|
LibraryIcon: B5,
|
|
32628
|
-
LibrarySquare:
|
|
32629
|
-
LibrarySquareIcon:
|
|
32628
|
+
LibrarySquare: Aa,
|
|
32629
|
+
LibrarySquareIcon: Aa,
|
|
32630
32630
|
LifeBuoy: Z5,
|
|
32631
32631
|
LifeBuoyIcon: Z5,
|
|
32632
32632
|
Ligature: G5,
|
|
@@ -32726,7 +32726,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32726
32726
|
LucideALargeSmall: ai,
|
|
32727
32727
|
LucideAccessibility: ri,
|
|
32728
32728
|
LucideActivity: ii,
|
|
32729
|
-
LucideActivitySquare:
|
|
32729
|
+
LucideActivitySquare: na,
|
|
32730
32730
|
LucideAirVent: ci,
|
|
32731
32731
|
LucideAirplay: di,
|
|
32732
32732
|
LucideAlarmCheck: mt,
|
|
@@ -32741,8 +32741,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32741
32741
|
LucideAlbum: hi,
|
|
32742
32742
|
LucideAlertCircle: Gt,
|
|
32743
32743
|
LucideAlertOctagon: zo,
|
|
32744
|
-
LucideAlertTriangle:
|
|
32745
|
-
LucideAlignCenter:
|
|
32744
|
+
LucideAlertTriangle: s1,
|
|
32745
|
+
LucideAlignCenter: t1,
|
|
32746
32746
|
LucideAlignCenterHorizontal: pi,
|
|
32747
32747
|
LucideAlignCenterVertical: yi,
|
|
32748
32748
|
LucideAlignEndHorizontal: ki,
|
|
@@ -32755,9 +32755,9 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32755
32755
|
LucideAlignHorizontalJustifyStart: wi,
|
|
32756
32756
|
LucideAlignHorizontalSpaceAround: xi,
|
|
32757
32757
|
LucideAlignHorizontalSpaceBetween: bi,
|
|
32758
|
-
LucideAlignJustify:
|
|
32758
|
+
LucideAlignJustify: o1,
|
|
32759
32759
|
LucideAlignLeft: Fe,
|
|
32760
|
-
LucideAlignRight:
|
|
32760
|
+
LucideAlignRight: n1,
|
|
32761
32761
|
LucideAlignStartHorizontal: $i,
|
|
32762
32762
|
LucideAlignStartVertical: Ii,
|
|
32763
32763
|
LucideAlignVerticalDistributeCenter: Li,
|
|
@@ -32803,14 +32803,14 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32803
32803
|
LucideArrowDownFromLine: dc,
|
|
32804
32804
|
LucideArrowDownLeft: sc,
|
|
32805
32805
|
LucideArrowDownLeftFromCircle: Xt,
|
|
32806
|
-
LucideArrowDownLeftFromSquare:
|
|
32807
|
-
LucideArrowDownLeftSquare:
|
|
32806
|
+
LucideArrowDownLeftFromSquare: ca,
|
|
32807
|
+
LucideArrowDownLeftSquare: oa,
|
|
32808
32808
|
LucideArrowDownNarrowWide: lc,
|
|
32809
32809
|
LucideArrowDownRight: uc,
|
|
32810
32810
|
LucideArrowDownRightFromCircle: Jt,
|
|
32811
|
-
LucideArrowDownRightFromSquare:
|
|
32812
|
-
LucideArrowDownRightSquare:
|
|
32813
|
-
LucideArrowDownSquare:
|
|
32811
|
+
LucideArrowDownRightFromSquare: da,
|
|
32812
|
+
LucideArrowDownRightSquare: aa,
|
|
32813
|
+
LucideArrowDownSquare: ra,
|
|
32814
32814
|
LucideArrowDownToDot: hc,
|
|
32815
32815
|
LucideArrowDownToLine: pc,
|
|
32816
32816
|
LucideArrowDownUp: yc,
|
|
@@ -32821,13 +32821,13 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32821
32821
|
LucideArrowLeftCircle: Kt,
|
|
32822
32822
|
LucideArrowLeftFromLine: mc,
|
|
32823
32823
|
LucideArrowLeftRight: fc,
|
|
32824
|
-
LucideArrowLeftSquare:
|
|
32824
|
+
LucideArrowLeftSquare: ia,
|
|
32825
32825
|
LucideArrowLeftToLine: gc,
|
|
32826
32826
|
LucideArrowRight: xc,
|
|
32827
32827
|
LucideArrowRightCircle: en,
|
|
32828
32828
|
LucideArrowRightFromLine: Mc,
|
|
32829
32829
|
LucideArrowRightLeft: _c,
|
|
32830
|
-
LucideArrowRightSquare:
|
|
32830
|
+
LucideArrowRightSquare: ua,
|
|
32831
32831
|
LucideArrowRightToLine: wc,
|
|
32832
32832
|
LucideArrowUp: Pc,
|
|
32833
32833
|
LucideArrowUp01: bc,
|
|
@@ -32840,21 +32840,21 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32840
32840
|
LucideArrowUpFromLine: Sc,
|
|
32841
32841
|
LucideArrowUpLeft: Cc,
|
|
32842
32842
|
LucideArrowUpLeftFromCircle: Yt,
|
|
32843
|
-
LucideArrowUpLeftFromSquare:
|
|
32844
|
-
LucideArrowUpLeftSquare:
|
|
32843
|
+
LucideArrowUpLeftFromSquare: sa,
|
|
32844
|
+
LucideArrowUpLeftSquare: ha,
|
|
32845
32845
|
LucideArrowUpNarrowWide: xt,
|
|
32846
32846
|
LucideArrowUpRight: Nc,
|
|
32847
32847
|
LucideArrowUpRightFromCircle: Qt,
|
|
32848
|
-
LucideArrowUpRightFromSquare:
|
|
32849
|
-
LucideArrowUpRightSquare:
|
|
32850
|
-
LucideArrowUpSquare:
|
|
32848
|
+
LucideArrowUpRightFromSquare: la,
|
|
32849
|
+
LucideArrowUpRightSquare: pa,
|
|
32850
|
+
LucideArrowUpSquare: ya,
|
|
32851
32851
|
LucideArrowUpToLine: zc,
|
|
32852
32852
|
LucideArrowUpWideNarrow: Ac,
|
|
32853
32853
|
LucideArrowUpZA: bt,
|
|
32854
32854
|
LucideArrowUpZa: bt,
|
|
32855
32855
|
LucideArrowsUpFromLine: jc,
|
|
32856
32856
|
LucideAsterisk: qc,
|
|
32857
|
-
LucideAsteriskSquare:
|
|
32857
|
+
LucideAsteriskSquare: ka,
|
|
32858
32858
|
LucideAtSign: Rc,
|
|
32859
32859
|
LucideAtom: Dc,
|
|
32860
32860
|
LucideAudioLines: Oc,
|
|
@@ -32989,7 +32989,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
32989
32989
|
LucideBottleWine: Fd,
|
|
32990
32990
|
LucideBowArrow: Td,
|
|
32991
32991
|
LucideBox: Ed,
|
|
32992
|
-
LucideBoxSelect:
|
|
32992
|
+
LucideBoxSelect: Ia,
|
|
32993
32993
|
LucideBoxes: Ud,
|
|
32994
32994
|
LucideBraces: zt,
|
|
32995
32995
|
LucideBrackets: Bd,
|
|
@@ -33091,8 +33091,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33091
33091
|
LucideCheckCircle: nn,
|
|
33092
33092
|
LucideCheckCircle2: on,
|
|
33093
33093
|
LucideCheckLine: fs,
|
|
33094
|
-
LucideCheckSquare:
|
|
33095
|
-
LucideCheckSquare2:
|
|
33094
|
+
LucideCheckSquare: fa,
|
|
33095
|
+
LucideCheckSquare2: ga,
|
|
33096
33096
|
LucideChefHat: vs,
|
|
33097
33097
|
LucideCherry: Ms,
|
|
33098
33098
|
LucideChessBishop: _s,
|
|
@@ -33103,18 +33103,18 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33103
33103
|
LucideChessRook: Is,
|
|
33104
33104
|
LucideChevronDown: Ls,
|
|
33105
33105
|
LucideChevronDownCircle: an,
|
|
33106
|
-
LucideChevronDownSquare:
|
|
33106
|
+
LucideChevronDownSquare: va,
|
|
33107
33107
|
LucideChevronFirst: Ss,
|
|
33108
33108
|
LucideChevronLast: Cs,
|
|
33109
33109
|
LucideChevronLeft: Ns,
|
|
33110
33110
|
LucideChevronLeftCircle: rn,
|
|
33111
|
-
LucideChevronLeftSquare:
|
|
33111
|
+
LucideChevronLeftSquare: Ma,
|
|
33112
33112
|
LucideChevronRight: zs,
|
|
33113
33113
|
LucideChevronRightCircle: cn,
|
|
33114
|
-
LucideChevronRightSquare:
|
|
33114
|
+
LucideChevronRightSquare: _a,
|
|
33115
33115
|
LucideChevronUp: As,
|
|
33116
33116
|
LucideChevronUpCircle: dn,
|
|
33117
|
-
LucideChevronUpSquare:
|
|
33117
|
+
LucideChevronUpSquare: wa,
|
|
33118
33118
|
LucideChevronsDown: js,
|
|
33119
33119
|
LucideChevronsDownUp: Ps,
|
|
33120
33120
|
LucideChevronsLeft: Ds,
|
|
@@ -33236,7 +33236,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33236
33236
|
LucideClub: nu,
|
|
33237
33237
|
LucideCode: ou,
|
|
33238
33238
|
LucideCode2: Sn,
|
|
33239
|
-
LucideCodeSquare:
|
|
33239
|
+
LucideCodeSquare: xa,
|
|
33240
33240
|
LucideCodeXml: Sn,
|
|
33241
33241
|
LucideCodepen: au,
|
|
33242
33242
|
LucideCodesandbox: ru,
|
|
@@ -33320,7 +33320,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33320
33320
|
LucideDiscAlbum: vh,
|
|
33321
33321
|
LucideDivide: _h,
|
|
33322
33322
|
LucideDivideCircle: sn,
|
|
33323
|
-
LucideDivideSquare:
|
|
33323
|
+
LucideDivideSquare: La,
|
|
33324
33324
|
LucideDna: xh,
|
|
33325
33325
|
LucideDnaOff: wh,
|
|
33326
33326
|
LucideDock: bh,
|
|
@@ -33331,7 +33331,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33331
33331
|
LucideDoorClosedLocked: Sh,
|
|
33332
33332
|
LucideDoorOpen: Nh,
|
|
33333
33333
|
LucideDot: zh,
|
|
33334
|
-
LucideDotSquare:
|
|
33334
|
+
LucideDotSquare: Sa,
|
|
33335
33335
|
LucideDownload: Ah,
|
|
33336
33336
|
LucideDownloadCloud: In,
|
|
33337
33337
|
LucideDraftingCompass: Ph,
|
|
@@ -33361,7 +33361,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33361
33361
|
LucideEqual: Qh,
|
|
33362
33362
|
LucideEqualApproximately: Jh,
|
|
33363
33363
|
LucideEqualNot: Yh,
|
|
33364
|
-
LucideEqualSquare:
|
|
33364
|
+
LucideEqualSquare: Ca,
|
|
33365
33365
|
LucideEraser: ep,
|
|
33366
33366
|
LucideEthernetPort: tp,
|
|
33367
33367
|
LucideEuro: np,
|
|
@@ -33524,8 +33524,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33524
33524
|
LucideFolderX: Uy,
|
|
33525
33525
|
LucideFolders: Gy,
|
|
33526
33526
|
LucideFootprints: Wy,
|
|
33527
|
-
LucideForkKnife:
|
|
33528
|
-
LucideForkKnifeCrossed:
|
|
33527
|
+
LucideForkKnife: M1,
|
|
33528
|
+
LucideForkKnifeCrossed: v1,
|
|
33529
33529
|
LucideForklift: Ky,
|
|
33530
33530
|
LucideFormInput: Zo,
|
|
33531
33531
|
LucideForward: Xy,
|
|
@@ -33534,7 +33534,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33534
33534
|
LucideFrown: Qy,
|
|
33535
33535
|
LucideFuel: ek,
|
|
33536
33536
|
LucideFullscreen: tk,
|
|
33537
|
-
LucideFunctionSquare:
|
|
33537
|
+
LucideFunctionSquare: Na,
|
|
33538
33538
|
LucideFunnel: lo,
|
|
33539
33539
|
LucideFunnelPlus: nk,
|
|
33540
33540
|
LucideFunnelX: so,
|
|
@@ -33680,7 +33680,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33680
33680
|
LucideIndianRupee: o5,
|
|
33681
33681
|
LucideInfinity: a5,
|
|
33682
33682
|
LucideInfo: hr,
|
|
33683
|
-
LucideInspect:
|
|
33683
|
+
LucideInspect: Ra,
|
|
33684
33684
|
LucideInspectionPanel: r5,
|
|
33685
33685
|
LucideInstagram: i5,
|
|
33686
33686
|
LucideItalic: c5,
|
|
@@ -33689,8 +33689,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33689
33689
|
LucideJapaneseYen: s5,
|
|
33690
33690
|
LucideJoystick: l5,
|
|
33691
33691
|
LucideKanban: h5,
|
|
33692
|
-
LucideKanbanSquare:
|
|
33693
|
-
LucideKanbanSquareDashed:
|
|
33692
|
+
LucideKanbanSquare: za,
|
|
33693
|
+
LucideKanbanSquareDashed: ba,
|
|
33694
33694
|
LucideKayak: y5,
|
|
33695
33695
|
LucideKey: k5,
|
|
33696
33696
|
LucideKeyRound: p5,
|
|
@@ -33727,10 +33727,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33727
33727
|
LucideLeaf: F5,
|
|
33728
33728
|
LucideLeafyGreen: T5,
|
|
33729
33729
|
LucideLectern: E5,
|
|
33730
|
-
LucideLetterText:
|
|
33730
|
+
LucideLetterText: a1,
|
|
33731
33731
|
LucideLibrary: B5,
|
|
33732
33732
|
LucideLibraryBig: U5,
|
|
33733
|
-
LucideLibrarySquare:
|
|
33733
|
+
LucideLibrarySquare: Aa,
|
|
33734
33734
|
LucideLifeBuoy: Z5,
|
|
33735
33735
|
LucideLigature: G5,
|
|
33736
33736
|
LucideLightbulb: K5,
|
|
@@ -33779,7 +33779,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33779
33779
|
LucideLogs: Sm,
|
|
33780
33780
|
LucideLollipop: Cm,
|
|
33781
33781
|
LucideLuggage: Nm,
|
|
33782
|
-
LucideMSquare:
|
|
33782
|
+
LucideMSquare: ja,
|
|
33783
33783
|
LucideMagnet: zm,
|
|
33784
33784
|
LucideMail: Vm,
|
|
33785
33785
|
LucideMailCheck: Am,
|
|
@@ -33820,7 +33820,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33820
33820
|
LucideMeh: hf,
|
|
33821
33821
|
LucideMemoryStick: pf,
|
|
33822
33822
|
LucideMenu: kf,
|
|
33823
|
-
LucideMenuSquare:
|
|
33823
|
+
LucideMenuSquare: Pa,
|
|
33824
33824
|
LucideMerge: yf,
|
|
33825
33825
|
LucideMessageCircle: $f,
|
|
33826
33826
|
LucideMessageCircleCode: mf,
|
|
@@ -33865,7 +33865,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33865
33865
|
LucideMinimize2: Jf,
|
|
33866
33866
|
LucideMinus: Qf,
|
|
33867
33867
|
LucideMinusCircle: un,
|
|
33868
|
-
LucideMinusSquare:
|
|
33868
|
+
LucideMinusSquare: qa,
|
|
33869
33869
|
LucideMonitor: pg,
|
|
33870
33870
|
LucideMonitorCheck: eg,
|
|
33871
33871
|
LucideMonitorCloud: tg,
|
|
@@ -33894,7 +33894,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33894
33894
|
LucideMousePointer2Off: Mg,
|
|
33895
33895
|
LucideMousePointerBan: wg,
|
|
33896
33896
|
LucideMousePointerClick: xg,
|
|
33897
|
-
LucideMousePointerSquareDashed: $
|
|
33897
|
+
LucideMousePointerSquareDashed: $a,
|
|
33898
33898
|
LucideMove: Vg,
|
|
33899
33899
|
LucideMove3D: No,
|
|
33900
33900
|
LucideMove3d: No,
|
|
@@ -33954,7 +33954,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33954
33954
|
LucidePaintbrush2: jo,
|
|
33955
33955
|
LucidePaintbrushVertical: jo,
|
|
33956
33956
|
LucidePalette: x3,
|
|
33957
|
-
LucidePalmtree:
|
|
33957
|
+
LucidePalmtree: d1,
|
|
33958
33958
|
LucidePanda: w3,
|
|
33959
33959
|
LucidePanelBottom: I3,
|
|
33960
33960
|
LucidePanelBottomClose: b3,
|
|
@@ -33988,8 +33988,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
33988
33988
|
LucideParkingCircle: pn,
|
|
33989
33989
|
LucideParkingCircleOff: hn,
|
|
33990
33990
|
LucideParkingMeter: V3,
|
|
33991
|
-
LucideParkingSquare:
|
|
33992
|
-
LucideParkingSquareOff:
|
|
33991
|
+
LucideParkingSquare: Oa,
|
|
33992
|
+
LucideParkingSquareOff: Da,
|
|
33993
33993
|
LucidePartyPopper: H3,
|
|
33994
33994
|
LucidePause: F3,
|
|
33995
33995
|
LucidePauseCircle: yn,
|
|
@@ -34010,7 +34010,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34010
34010
|
LucidePercent: J3,
|
|
34011
34011
|
LucidePercentCircle: kn,
|
|
34012
34012
|
LucidePercentDiamond: An,
|
|
34013
|
-
LucidePercentSquare:
|
|
34013
|
+
LucidePercentSquare: Va,
|
|
34014
34014
|
LucidePersonStanding: Y3,
|
|
34015
34015
|
LucidePhilippinePeso: Q3,
|
|
34016
34016
|
LucidePhone: i6,
|
|
@@ -34021,7 +34021,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34021
34021
|
LucidePhoneOff: a6,
|
|
34022
34022
|
LucidePhoneOutgoing: r6,
|
|
34023
34023
|
LucidePi: c6,
|
|
34024
|
-
LucidePiSquare:
|
|
34024
|
+
LucidePiSquare: Fa,
|
|
34025
34025
|
LucidePiano: d6,
|
|
34026
34026
|
LucidePickaxe: s6,
|
|
34027
34027
|
LucidePictureInPicture: u6,
|
|
@@ -34031,7 +34031,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34031
34031
|
LucidePilcrow: k6,
|
|
34032
34032
|
LucidePilcrowLeft: p6,
|
|
34033
34033
|
LucidePilcrowRight: y6,
|
|
34034
|
-
LucidePilcrowSquare:
|
|
34034
|
+
LucidePilcrowSquare: Ha,
|
|
34035
34035
|
LucidePill: f6,
|
|
34036
34036
|
LucidePillBottle: m6,
|
|
34037
34037
|
LucidePin: v6,
|
|
@@ -34043,14 +34043,14 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34043
34043
|
LucidePlaneTakeoff: x6,
|
|
34044
34044
|
LucidePlay: $6,
|
|
34045
34045
|
LucidePlayCircle: mn,
|
|
34046
|
-
LucidePlaySquare:
|
|
34046
|
+
LucidePlaySquare: Ta,
|
|
34047
34047
|
LucidePlug: L6,
|
|
34048
34048
|
LucidePlug2: I6,
|
|
34049
34049
|
LucidePlugZap: Bo,
|
|
34050
34050
|
LucidePlugZap2: Bo,
|
|
34051
34051
|
LucidePlus: S6,
|
|
34052
34052
|
LucidePlusCircle: fn,
|
|
34053
|
-
LucidePlusSquare:
|
|
34053
|
+
LucidePlusSquare: Ea,
|
|
34054
34054
|
LucidePocket: A6,
|
|
34055
34055
|
LucidePocketKnife: C6,
|
|
34056
34056
|
LucidePodcast: N6,
|
|
@@ -34062,7 +34062,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34062
34062
|
LucidePower: O6,
|
|
34063
34063
|
LucidePowerCircle: gn,
|
|
34064
34064
|
LucidePowerOff: D6,
|
|
34065
|
-
LucidePowerSquare:
|
|
34065
|
+
LucidePowerSquare: Ua,
|
|
34066
34066
|
LucidePresentation: V6,
|
|
34067
34067
|
LucidePrinter: F6,
|
|
34068
34068
|
LucidePrinterCheck: H6,
|
|
@@ -34165,11 +34165,11 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34165
34165
|
LucideScanText: wv,
|
|
34166
34166
|
LucideScatterChart: Bt,
|
|
34167
34167
|
LucideSchool: xv,
|
|
34168
|
-
LucideSchool2:
|
|
34168
|
+
LucideSchool2: u1,
|
|
34169
34169
|
LucideScissors: $v,
|
|
34170
34170
|
LucideScissorsLineDashed: bv,
|
|
34171
|
-
LucideScissorsSquare:
|
|
34172
|
-
LucideScissorsSquareDashedBottom:
|
|
34171
|
+
LucideScissorsSquare: Ba,
|
|
34172
|
+
LucideScissorsSquareDashedBottom: ma,
|
|
34173
34173
|
LucideScreenShare: Sv,
|
|
34174
34174
|
LucideScreenShareOff: Iv,
|
|
34175
34175
|
LucideScroll: Cv,
|
|
@@ -34228,7 +34228,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34228
34228
|
LucideSidebarClose: Ro,
|
|
34229
34229
|
LucideSidebarOpen: Oo,
|
|
34230
34230
|
LucideSigma: M7,
|
|
34231
|
-
LucideSigmaSquare:
|
|
34231
|
+
LucideSigmaSquare: Za,
|
|
34232
34232
|
LucideSignal: $7,
|
|
34233
34233
|
LucideSignalHigh: _7,
|
|
34234
34234
|
LucideSignalLow: w7,
|
|
@@ -34243,11 +34243,11 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34243
34243
|
LucideSkull: A7,
|
|
34244
34244
|
LucideSlack: P7,
|
|
34245
34245
|
LucideSlash: j7,
|
|
34246
|
-
LucideSlashSquare:
|
|
34246
|
+
LucideSlashSquare: Ga,
|
|
34247
34247
|
LucideSlice: q7,
|
|
34248
|
-
LucideSliders:
|
|
34248
|
+
LucideSliders: ea,
|
|
34249
34249
|
LucideSlidersHorizontal: R7,
|
|
34250
|
-
LucideSlidersVertical:
|
|
34250
|
+
LucideSlidersVertical: ea,
|
|
34251
34251
|
LucideSmartphone: V7,
|
|
34252
34252
|
LucideSmartphoneCharging: D7,
|
|
34253
34253
|
LucideSmartphoneNfc: O7,
|
|
@@ -34264,7 +34264,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34264
34264
|
LucideSpace: W7,
|
|
34265
34265
|
LucideSpade: K7,
|
|
34266
34266
|
LucideSparkle: X7,
|
|
34267
|
-
LucideSparkles:
|
|
34267
|
+
LucideSparkles: ta,
|
|
34268
34268
|
LucideSpeaker: J7,
|
|
34269
34269
|
LucideSpeech: Y7,
|
|
34270
34270
|
LucideSpellCheck: Q7,
|
|
@@ -34272,78 +34272,78 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34272
34272
|
LucideSpline: n9,
|
|
34273
34273
|
LucideSplinePointer: t9,
|
|
34274
34274
|
LucideSplit: o9,
|
|
34275
|
-
LucideSplitSquareHorizontal:
|
|
34276
|
-
LucideSplitSquareVertical:
|
|
34275
|
+
LucideSplitSquareHorizontal: Wa,
|
|
34276
|
+
LucideSplitSquareVertical: Ka,
|
|
34277
34277
|
LucideSpool: a9,
|
|
34278
34278
|
LucideSpotlight: r9,
|
|
34279
34279
|
LucideSprayCan: i9,
|
|
34280
34280
|
LucideSprout: c9,
|
|
34281
34281
|
LucideSquare: g9,
|
|
34282
|
-
LucideSquareActivity:
|
|
34283
|
-
LucideSquareArrowDown:
|
|
34284
|
-
LucideSquareArrowDownLeft:
|
|
34285
|
-
LucideSquareArrowDownRight:
|
|
34286
|
-
LucideSquareArrowLeft:
|
|
34287
|
-
LucideSquareArrowOutDownLeft:
|
|
34288
|
-
LucideSquareArrowOutDownRight:
|
|
34289
|
-
LucideSquareArrowOutUpLeft:
|
|
34290
|
-
LucideSquareArrowOutUpRight:
|
|
34291
|
-
LucideSquareArrowRight:
|
|
34292
|
-
LucideSquareArrowUp:
|
|
34293
|
-
LucideSquareArrowUpLeft:
|
|
34294
|
-
LucideSquareArrowUpRight:
|
|
34295
|
-
LucideSquareAsterisk:
|
|
34296
|
-
LucideSquareBottomDashedScissors:
|
|
34282
|
+
LucideSquareActivity: na,
|
|
34283
|
+
LucideSquareArrowDown: ra,
|
|
34284
|
+
LucideSquareArrowDownLeft: oa,
|
|
34285
|
+
LucideSquareArrowDownRight: aa,
|
|
34286
|
+
LucideSquareArrowLeft: ia,
|
|
34287
|
+
LucideSquareArrowOutDownLeft: ca,
|
|
34288
|
+
LucideSquareArrowOutDownRight: da,
|
|
34289
|
+
LucideSquareArrowOutUpLeft: sa,
|
|
34290
|
+
LucideSquareArrowOutUpRight: la,
|
|
34291
|
+
LucideSquareArrowRight: ua,
|
|
34292
|
+
LucideSquareArrowUp: ya,
|
|
34293
|
+
LucideSquareArrowUpLeft: ha,
|
|
34294
|
+
LucideSquareArrowUpRight: pa,
|
|
34295
|
+
LucideSquareAsterisk: ka,
|
|
34296
|
+
LucideSquareBottomDashedScissors: ma,
|
|
34297
34297
|
LucideSquareChartGantt: He,
|
|
34298
|
-
LucideSquareCheck:
|
|
34299
|
-
LucideSquareCheckBig:
|
|
34300
|
-
LucideSquareChevronDown:
|
|
34301
|
-
LucideSquareChevronLeft:
|
|
34302
|
-
LucideSquareChevronRight:
|
|
34303
|
-
LucideSquareChevronUp:
|
|
34304
|
-
LucideSquareCode:
|
|
34305
|
-
LucideSquareDashed:
|
|
34298
|
+
LucideSquareCheck: ga,
|
|
34299
|
+
LucideSquareCheckBig: fa,
|
|
34300
|
+
LucideSquareChevronDown: va,
|
|
34301
|
+
LucideSquareChevronLeft: Ma,
|
|
34302
|
+
LucideSquareChevronRight: _a,
|
|
34303
|
+
LucideSquareChevronUp: wa,
|
|
34304
|
+
LucideSquareCode: xa,
|
|
34305
|
+
LucideSquareDashed: Ia,
|
|
34306
34306
|
LucideSquareDashedBottom: s9,
|
|
34307
34307
|
LucideSquareDashedBottomCode: d9,
|
|
34308
|
-
LucideSquareDashedKanban:
|
|
34309
|
-
LucideSquareDashedMousePointer: $
|
|
34308
|
+
LucideSquareDashedKanban: ba,
|
|
34309
|
+
LucideSquareDashedMousePointer: $a,
|
|
34310
34310
|
LucideSquareDashedTopSolid: l9,
|
|
34311
|
-
LucideSquareDivide:
|
|
34312
|
-
LucideSquareDot:
|
|
34313
|
-
LucideSquareEqual:
|
|
34314
|
-
LucideSquareFunction:
|
|
34311
|
+
LucideSquareDivide: La,
|
|
34312
|
+
LucideSquareDot: Sa,
|
|
34313
|
+
LucideSquareEqual: Ca,
|
|
34314
|
+
LucideSquareFunction: Na,
|
|
34315
34315
|
LucideSquareGanttChart: He,
|
|
34316
|
-
LucideSquareKanban:
|
|
34317
|
-
LucideSquareLibrary:
|
|
34318
|
-
LucideSquareM:
|
|
34319
|
-
LucideSquareMenu:
|
|
34320
|
-
LucideSquareMinus:
|
|
34321
|
-
LucideSquareMousePointer:
|
|
34322
|
-
LucideSquareParking:
|
|
34323
|
-
LucideSquareParkingOff:
|
|
34316
|
+
LucideSquareKanban: za,
|
|
34317
|
+
LucideSquareLibrary: Aa,
|
|
34318
|
+
LucideSquareM: ja,
|
|
34319
|
+
LucideSquareMenu: Pa,
|
|
34320
|
+
LucideSquareMinus: qa,
|
|
34321
|
+
LucideSquareMousePointer: Ra,
|
|
34322
|
+
LucideSquareParking: Oa,
|
|
34323
|
+
LucideSquareParkingOff: Da,
|
|
34324
34324
|
LucideSquarePause: u9,
|
|
34325
34325
|
LucideSquarePen: me,
|
|
34326
|
-
LucideSquarePercent:
|
|
34327
|
-
LucideSquarePi:
|
|
34328
|
-
LucideSquarePilcrow:
|
|
34329
|
-
LucideSquarePlay:
|
|
34330
|
-
LucideSquarePlus:
|
|
34331
|
-
LucideSquarePower:
|
|
34326
|
+
LucideSquarePercent: Va,
|
|
34327
|
+
LucideSquarePi: Fa,
|
|
34328
|
+
LucideSquarePilcrow: Ha,
|
|
34329
|
+
LucideSquarePlay: Ta,
|
|
34330
|
+
LucideSquarePlus: Ea,
|
|
34331
|
+
LucideSquarePower: Ua,
|
|
34332
34332
|
LucideSquareRadical: h9,
|
|
34333
34333
|
LucideSquareRoundCorner: p9,
|
|
34334
|
-
LucideSquareScissors:
|
|
34335
|
-
LucideSquareSigma:
|
|
34336
|
-
LucideSquareSlash:
|
|
34337
|
-
LucideSquareSplitHorizontal:
|
|
34338
|
-
LucideSquareSplitVertical:
|
|
34334
|
+
LucideSquareScissors: Ba,
|
|
34335
|
+
LucideSquareSigma: Za,
|
|
34336
|
+
LucideSquareSlash: Ga,
|
|
34337
|
+
LucideSquareSplitHorizontal: Wa,
|
|
34338
|
+
LucideSquareSplitVertical: Ka,
|
|
34339
34339
|
LucideSquareSquare: y9,
|
|
34340
34340
|
LucideSquareStack: k9,
|
|
34341
34341
|
LucideSquareStar: m9,
|
|
34342
34342
|
LucideSquareStop: f9,
|
|
34343
|
-
LucideSquareTerminal:
|
|
34344
|
-
LucideSquareUser:
|
|
34345
|
-
LucideSquareUserRound:
|
|
34346
|
-
LucideSquareX:
|
|
34343
|
+
LucideSquareTerminal: Xa,
|
|
34344
|
+
LucideSquareUser: Ja,
|
|
34345
|
+
LucideSquareUserRound: Ya,
|
|
34346
|
+
LucideSquareX: Qa,
|
|
34347
34347
|
LucideSquaresExclude: v9,
|
|
34348
34348
|
LucideSquaresIntersect: M9,
|
|
34349
34349
|
LucideSquaresSubtract: _9,
|
|
@@ -34355,7 +34355,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34355
34355
|
LucideStar: S9,
|
|
34356
34356
|
LucideStarHalf: C9,
|
|
34357
34357
|
LucideStarOff: L9,
|
|
34358
|
-
LucideStars:
|
|
34358
|
+
LucideStars: ta,
|
|
34359
34359
|
LucideStepBack: N9,
|
|
34360
34360
|
LucideStepForward: z9,
|
|
34361
34361
|
LucideStethoscope: A9,
|
|
@@ -34407,24 +34407,24 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34407
34407
|
LucideTent: wM,
|
|
34408
34408
|
LucideTentTree: _M,
|
|
34409
34409
|
LucideTerminal: xM,
|
|
34410
|
-
LucideTerminalSquare:
|
|
34410
|
+
LucideTerminalSquare: Xa,
|
|
34411
34411
|
LucideTestTube: bM,
|
|
34412
|
-
LucideTestTube2:
|
|
34413
|
-
LucideTestTubeDiagonal:
|
|
34412
|
+
LucideTestTube2: e1,
|
|
34413
|
+
LucideTestTubeDiagonal: e1,
|
|
34414
34414
|
LucideTestTubes: $M,
|
|
34415
34415
|
LucideText: Fe,
|
|
34416
|
-
LucideTextAlignCenter:
|
|
34417
|
-
LucideTextAlignEnd:
|
|
34418
|
-
LucideTextAlignJustify:
|
|
34416
|
+
LucideTextAlignCenter: t1,
|
|
34417
|
+
LucideTextAlignEnd: n1,
|
|
34418
|
+
LucideTextAlignJustify: o1,
|
|
34419
34419
|
LucideTextAlignStart: Fe,
|
|
34420
34420
|
LucideTextCursor: LM,
|
|
34421
34421
|
LucideTextCursorInput: IM,
|
|
34422
|
-
LucideTextInitial:
|
|
34422
|
+
LucideTextInitial: a1,
|
|
34423
34423
|
LucideTextQuote: SM,
|
|
34424
34424
|
LucideTextSearch: CM,
|
|
34425
|
-
LucideTextSelect:
|
|
34426
|
-
LucideTextSelection:
|
|
34427
|
-
LucideTextWrap:
|
|
34425
|
+
LucideTextSelect: r1,
|
|
34426
|
+
LucideTextSelection: r1,
|
|
34427
|
+
LucideTextWrap: i1,
|
|
34428
34428
|
LucideTheater: NM,
|
|
34429
34429
|
LucideThermometer: PM,
|
|
34430
34430
|
LucideThermometerSnowflake: zM,
|
|
@@ -34455,16 +34455,16 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34455
34455
|
LucideToyBrick: o_,
|
|
34456
34456
|
LucideTractor: a_,
|
|
34457
34457
|
LucideTrafficCone: r_,
|
|
34458
|
-
LucideTrain:
|
|
34458
|
+
LucideTrain: c1,
|
|
34459
34459
|
LucideTrainFront: c_,
|
|
34460
34460
|
LucideTrainFrontTunnel: i_,
|
|
34461
34461
|
LucideTrainTrack: d_,
|
|
34462
|
-
LucideTramFront:
|
|
34462
|
+
LucideTramFront: c1,
|
|
34463
34463
|
LucideTransgender: s_,
|
|
34464
34464
|
LucideTrash: u_,
|
|
34465
34465
|
LucideTrash2: l_,
|
|
34466
34466
|
LucideTreeDeciduous: h_,
|
|
34467
|
-
LucideTreePalm:
|
|
34467
|
+
LucideTreePalm: d1,
|
|
34468
34468
|
LucideTreePine: p_,
|
|
34469
34469
|
LucideTrees: y_,
|
|
34470
34470
|
LucideTrello: k_,
|
|
@@ -34472,7 +34472,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34472
34472
|
LucideTrendingUp: g_,
|
|
34473
34473
|
LucideTrendingUpDown: f_,
|
|
34474
34474
|
LucideTriangle: __,
|
|
34475
|
-
LucideTriangleAlert:
|
|
34475
|
+
LucideTriangleAlert: s1,
|
|
34476
34476
|
LucideTriangleDashed: v_,
|
|
34477
34477
|
LucideTriangleRight: M_,
|
|
34478
34478
|
LucideTrophy: w_,
|
|
@@ -34482,8 +34482,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34482
34482
|
LucideTurntable: $_,
|
|
34483
34483
|
LucideTurtle: L_,
|
|
34484
34484
|
LucideTv: C_,
|
|
34485
|
-
LucideTv2:
|
|
34486
|
-
LucideTvMinimal:
|
|
34485
|
+
LucideTv2: l1,
|
|
34486
|
+
LucideTvMinimal: l1,
|
|
34487
34487
|
LucideTvMinimalPlay: S_,
|
|
34488
34488
|
LucideTwitch: N_,
|
|
34489
34489
|
LucideTwitter: A_,
|
|
@@ -34498,7 +34498,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34498
34498
|
LucideUnfoldHorizontal: F_,
|
|
34499
34499
|
LucideUnfoldVertical: H_,
|
|
34500
34500
|
LucideUngroup: T_,
|
|
34501
|
-
LucideUniversity:
|
|
34501
|
+
LucideUniversity: u1,
|
|
34502
34502
|
LucideUnlink: U_,
|
|
34503
34503
|
LucideUnlink2: E_,
|
|
34504
34504
|
LucideUnlock: $o,
|
|
@@ -34508,38 +34508,38 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34508
34508
|
LucideUploadCloud: Ln,
|
|
34509
34509
|
LucideUsb: G_,
|
|
34510
34510
|
LucideUser: rw,
|
|
34511
|
-
LucideUser2:
|
|
34511
|
+
LucideUser2: f1,
|
|
34512
34512
|
LucideUserCheck: W_,
|
|
34513
|
-
LucideUserCheck2:
|
|
34513
|
+
LucideUserCheck2: h1,
|
|
34514
34514
|
LucideUserCircle: wn,
|
|
34515
34515
|
LucideUserCircle2: _n,
|
|
34516
34516
|
LucideUserCog: K_,
|
|
34517
|
-
LucideUserCog2:
|
|
34517
|
+
LucideUserCog2: p1,
|
|
34518
34518
|
LucideUserLock: X_,
|
|
34519
34519
|
LucideUserMinus: J_,
|
|
34520
|
-
LucideUserMinus2:
|
|
34520
|
+
LucideUserMinus2: y1,
|
|
34521
34521
|
LucideUserPen: Y_,
|
|
34522
34522
|
LucideUserPlus: Q_,
|
|
34523
|
-
LucideUserPlus2:
|
|
34524
|
-
LucideUserRound:
|
|
34525
|
-
LucideUserRoundCheck:
|
|
34526
|
-
LucideUserRoundCog:
|
|
34527
|
-
LucideUserRoundMinus:
|
|
34523
|
+
LucideUserPlus2: k1,
|
|
34524
|
+
LucideUserRound: f1,
|
|
34525
|
+
LucideUserRoundCheck: h1,
|
|
34526
|
+
LucideUserRoundCog: p1,
|
|
34527
|
+
LucideUserRoundMinus: y1,
|
|
34528
34528
|
LucideUserRoundPen: ew,
|
|
34529
|
-
LucideUserRoundPlus:
|
|
34529
|
+
LucideUserRoundPlus: k1,
|
|
34530
34530
|
LucideUserRoundSearch: tw,
|
|
34531
|
-
LucideUserRoundX:
|
|
34531
|
+
LucideUserRoundX: m1,
|
|
34532
34532
|
LucideUserSearch: nw,
|
|
34533
|
-
LucideUserSquare:
|
|
34534
|
-
LucideUserSquare2:
|
|
34533
|
+
LucideUserSquare: Ja,
|
|
34534
|
+
LucideUserSquare2: Ya,
|
|
34535
34535
|
LucideUserStar: ow,
|
|
34536
34536
|
LucideUserX: aw,
|
|
34537
|
-
LucideUserX2:
|
|
34537
|
+
LucideUserX2: m1,
|
|
34538
34538
|
LucideUsers: iw,
|
|
34539
|
-
LucideUsers2:
|
|
34540
|
-
LucideUsersRound:
|
|
34541
|
-
LucideUtensils:
|
|
34542
|
-
LucideUtensilsCrossed:
|
|
34539
|
+
LucideUsers2: g1,
|
|
34540
|
+
LucideUsersRound: g1,
|
|
34541
|
+
LucideUtensils: M1,
|
|
34542
|
+
LucideUtensilsCrossed: v1,
|
|
34543
34543
|
LucideUtilityPole: dw,
|
|
34544
34544
|
LucideVariable: cw,
|
|
34545
34545
|
LucideVault: uw,
|
|
@@ -34564,13 +34564,13 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34564
34564
|
LucideVolumeX: Iw,
|
|
34565
34565
|
LucideVote: Sw,
|
|
34566
34566
|
LucideWallet: Nw,
|
|
34567
|
-
LucideWallet2:
|
|
34567
|
+
LucideWallet2: _1,
|
|
34568
34568
|
LucideWalletCards: Cw,
|
|
34569
|
-
LucideWalletMinimal:
|
|
34569
|
+
LucideWalletMinimal: _1,
|
|
34570
34570
|
LucideWallpaper: zw,
|
|
34571
34571
|
LucideWand: Pw,
|
|
34572
|
-
LucideWand2:
|
|
34573
|
-
LucideWandSparkles:
|
|
34572
|
+
LucideWand2: w1,
|
|
34573
|
+
LucideWandSparkles: w1,
|
|
34574
34574
|
LucideWarehouse: Aw,
|
|
34575
34575
|
LucideWashingMachine: jw,
|
|
34576
34576
|
LucideWatch: qw,
|
|
@@ -34598,12 +34598,12 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34598
34598
|
LucideWineOff: nx,
|
|
34599
34599
|
LucideWorkflow: ax,
|
|
34600
34600
|
LucideWorm: rx,
|
|
34601
|
-
LucideWrapText:
|
|
34601
|
+
LucideWrapText: i1,
|
|
34602
34602
|
LucideWrench: ix,
|
|
34603
34603
|
LucideX: cx,
|
|
34604
34604
|
LucideXCircle: xn,
|
|
34605
34605
|
LucideXOctagon: Po,
|
|
34606
|
-
LucideXSquare:
|
|
34606
|
+
LucideXSquare: Qa,
|
|
34607
34607
|
LucideYoutube: dx,
|
|
34608
34608
|
LucideZap: lx,
|
|
34609
34609
|
LucideZapOff: sx,
|
|
@@ -34611,8 +34611,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34611
34611
|
LucideZoomOut: hx,
|
|
34612
34612
|
Luggage: Nm,
|
|
34613
34613
|
LuggageIcon: Nm,
|
|
34614
|
-
MSquare:
|
|
34615
|
-
MSquareIcon:
|
|
34614
|
+
MSquare: ja,
|
|
34615
|
+
MSquareIcon: ja,
|
|
34616
34616
|
Magnet: zm,
|
|
34617
34617
|
MagnetIcon: zm,
|
|
34618
34618
|
Mail: Vm,
|
|
@@ -34693,8 +34693,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34693
34693
|
MemoryStickIcon: pf,
|
|
34694
34694
|
Menu: kf,
|
|
34695
34695
|
MenuIcon: kf,
|
|
34696
|
-
MenuSquare:
|
|
34697
|
-
MenuSquareIcon:
|
|
34696
|
+
MenuSquare: Pa,
|
|
34697
|
+
MenuSquareIcon: Pa,
|
|
34698
34698
|
Merge: yf,
|
|
34699
34699
|
MergeIcon: yf,
|
|
34700
34700
|
MessageCircle: $f,
|
|
@@ -34783,8 +34783,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34783
34783
|
MinusCircle: un,
|
|
34784
34784
|
MinusCircleIcon: un,
|
|
34785
34785
|
MinusIcon: Qf,
|
|
34786
|
-
MinusSquare:
|
|
34787
|
-
MinusSquareIcon:
|
|
34786
|
+
MinusSquare: qa,
|
|
34787
|
+
MinusSquareIcon: qa,
|
|
34788
34788
|
Monitor: pg,
|
|
34789
34789
|
MonitorCheck: eg,
|
|
34790
34790
|
MonitorCheckIcon: eg,
|
|
@@ -34841,8 +34841,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34841
34841
|
MousePointerClick: xg,
|
|
34842
34842
|
MousePointerClickIcon: xg,
|
|
34843
34843
|
MousePointerIcon: bg,
|
|
34844
|
-
MousePointerSquareDashed: $
|
|
34845
|
-
MousePointerSquareDashedIcon: $
|
|
34844
|
+
MousePointerSquareDashed: $a,
|
|
34845
|
+
MousePointerSquareDashedIcon: $a,
|
|
34846
34846
|
Move: Vg,
|
|
34847
34847
|
Move3D: No,
|
|
34848
34848
|
Move3DIcon: No,
|
|
@@ -34961,8 +34961,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
34961
34961
|
PaintbrushVerticalIcon: jo,
|
|
34962
34962
|
Palette: x3,
|
|
34963
34963
|
PaletteIcon: x3,
|
|
34964
|
-
Palmtree:
|
|
34965
|
-
PalmtreeIcon:
|
|
34964
|
+
Palmtree: d1,
|
|
34965
|
+
PalmtreeIcon: d1,
|
|
34966
34966
|
Panda: w3,
|
|
34967
34967
|
PandaIcon: w3,
|
|
34968
34968
|
PanelBottom: I3,
|
|
@@ -35029,10 +35029,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35029
35029
|
ParkingCircleOffIcon: hn,
|
|
35030
35030
|
ParkingMeter: V3,
|
|
35031
35031
|
ParkingMeterIcon: V3,
|
|
35032
|
-
ParkingSquare:
|
|
35033
|
-
ParkingSquareIcon:
|
|
35034
|
-
ParkingSquareOff:
|
|
35035
|
-
ParkingSquareOffIcon:
|
|
35032
|
+
ParkingSquare: Oa,
|
|
35033
|
+
ParkingSquareIcon: Oa,
|
|
35034
|
+
ParkingSquareOff: Da,
|
|
35035
|
+
ParkingSquareOffIcon: Da,
|
|
35036
35036
|
PartyPopper: H3,
|
|
35037
35037
|
PartyPopperIcon: H3,
|
|
35038
35038
|
Pause: F3,
|
|
@@ -35073,8 +35073,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35073
35073
|
PercentDiamond: An,
|
|
35074
35074
|
PercentDiamondIcon: An,
|
|
35075
35075
|
PercentIcon: J3,
|
|
35076
|
-
PercentSquare:
|
|
35077
|
-
PercentSquareIcon:
|
|
35076
|
+
PercentSquare: Va,
|
|
35077
|
+
PercentSquareIcon: Va,
|
|
35078
35078
|
PersonStanding: Y3,
|
|
35079
35079
|
PersonStandingIcon: Y3,
|
|
35080
35080
|
PhilippinePeso: Q3,
|
|
@@ -35095,8 +35095,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35095
35095
|
PhoneOutgoingIcon: r6,
|
|
35096
35096
|
Pi: c6,
|
|
35097
35097
|
PiIcon: c6,
|
|
35098
|
-
PiSquare:
|
|
35099
|
-
PiSquareIcon:
|
|
35098
|
+
PiSquare: Fa,
|
|
35099
|
+
PiSquareIcon: Fa,
|
|
35100
35100
|
Piano: d6,
|
|
35101
35101
|
PianoIcon: d6,
|
|
35102
35102
|
Pickaxe: s6,
|
|
@@ -35115,8 +35115,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35115
35115
|
PilcrowLeftIcon: p6,
|
|
35116
35116
|
PilcrowRight: y6,
|
|
35117
35117
|
PilcrowRightIcon: y6,
|
|
35118
|
-
PilcrowSquare:
|
|
35119
|
-
PilcrowSquareIcon:
|
|
35118
|
+
PilcrowSquare: Ha,
|
|
35119
|
+
PilcrowSquareIcon: Ha,
|
|
35120
35120
|
Pill: f6,
|
|
35121
35121
|
PillBottle: m6,
|
|
35122
35122
|
PillBottleIcon: m6,
|
|
@@ -35139,8 +35139,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35139
35139
|
PlayCircle: mn,
|
|
35140
35140
|
PlayCircleIcon: mn,
|
|
35141
35141
|
PlayIcon: $6,
|
|
35142
|
-
PlaySquare:
|
|
35143
|
-
PlaySquareIcon:
|
|
35142
|
+
PlaySquare: Ta,
|
|
35143
|
+
PlaySquareIcon: Ta,
|
|
35144
35144
|
Plug: L6,
|
|
35145
35145
|
Plug2: I6,
|
|
35146
35146
|
Plug2Icon: I6,
|
|
@@ -35153,8 +35153,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35153
35153
|
PlusCircle: fn,
|
|
35154
35154
|
PlusCircleIcon: fn,
|
|
35155
35155
|
PlusIcon: S6,
|
|
35156
|
-
PlusSquare:
|
|
35157
|
-
PlusSquareIcon:
|
|
35156
|
+
PlusSquare: Ea,
|
|
35157
|
+
PlusSquareIcon: Ea,
|
|
35158
35158
|
Pocket: A6,
|
|
35159
35159
|
PocketIcon: A6,
|
|
35160
35160
|
PocketKnife: C6,
|
|
@@ -35177,8 +35177,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35177
35177
|
PowerIcon: O6,
|
|
35178
35178
|
PowerOff: D6,
|
|
35179
35179
|
PowerOffIcon: D6,
|
|
35180
|
-
PowerSquare:
|
|
35181
|
-
PowerSquareIcon:
|
|
35180
|
+
PowerSquare: Ua,
|
|
35181
|
+
PowerSquareIcon: Ua,
|
|
35182
35182
|
Presentation: V6,
|
|
35183
35183
|
PresentationIcon: V6,
|
|
35184
35184
|
Printer: F6,
|
|
@@ -35382,17 +35382,17 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35382
35382
|
ScatterChart: Bt,
|
|
35383
35383
|
ScatterChartIcon: Bt,
|
|
35384
35384
|
School: xv,
|
|
35385
|
-
School2:
|
|
35386
|
-
School2Icon:
|
|
35385
|
+
School2: u1,
|
|
35386
|
+
School2Icon: u1,
|
|
35387
35387
|
SchoolIcon: xv,
|
|
35388
35388
|
Scissors: $v,
|
|
35389
35389
|
ScissorsIcon: $v,
|
|
35390
35390
|
ScissorsLineDashed: bv,
|
|
35391
35391
|
ScissorsLineDashedIcon: bv,
|
|
35392
|
-
ScissorsSquare:
|
|
35393
|
-
ScissorsSquareDashedBottom:
|
|
35394
|
-
ScissorsSquareDashedBottomIcon:
|
|
35395
|
-
ScissorsSquareIcon:
|
|
35392
|
+
ScissorsSquare: Ba,
|
|
35393
|
+
ScissorsSquareDashedBottom: ma,
|
|
35394
|
+
ScissorsSquareDashedBottomIcon: ma,
|
|
35395
|
+
ScissorsSquareIcon: Ba,
|
|
35396
35396
|
ScreenShare: Sv,
|
|
35397
35397
|
ScreenShareIcon: Sv,
|
|
35398
35398
|
ScreenShareOff: Iv,
|
|
@@ -35509,8 +35509,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35509
35509
|
SidebarOpenIcon: Oo,
|
|
35510
35510
|
Sigma: M7,
|
|
35511
35511
|
SigmaIcon: M7,
|
|
35512
|
-
SigmaSquare:
|
|
35513
|
-
SigmaSquareIcon:
|
|
35512
|
+
SigmaSquare: Za,
|
|
35513
|
+
SigmaSquareIcon: Za,
|
|
35514
35514
|
Signal: $7,
|
|
35515
35515
|
SignalHigh: _7,
|
|
35516
35516
|
SignalHighIcon: _7,
|
|
@@ -35539,16 +35539,16 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35539
35539
|
SlackIcon: P7,
|
|
35540
35540
|
Slash: j7,
|
|
35541
35541
|
SlashIcon: j7,
|
|
35542
|
-
SlashSquare:
|
|
35543
|
-
SlashSquareIcon:
|
|
35542
|
+
SlashSquare: Ga,
|
|
35543
|
+
SlashSquareIcon: Ga,
|
|
35544
35544
|
Slice: q7,
|
|
35545
35545
|
SliceIcon: q7,
|
|
35546
|
-
Sliders:
|
|
35546
|
+
Sliders: ea,
|
|
35547
35547
|
SlidersHorizontal: R7,
|
|
35548
35548
|
SlidersHorizontalIcon: R7,
|
|
35549
|
-
SlidersIcon:
|
|
35550
|
-
SlidersVertical:
|
|
35551
|
-
SlidersVerticalIcon:
|
|
35549
|
+
SlidersIcon: ea,
|
|
35550
|
+
SlidersVertical: ea,
|
|
35551
|
+
SlidersVerticalIcon: ea,
|
|
35552
35552
|
Smartphone: V7,
|
|
35553
35553
|
SmartphoneCharging: D7,
|
|
35554
35554
|
SmartphoneChargingIcon: D7,
|
|
@@ -35581,8 +35581,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35581
35581
|
SpadeIcon: K7,
|
|
35582
35582
|
Sparkle: X7,
|
|
35583
35583
|
SparkleIcon: X7,
|
|
35584
|
-
Sparkles:
|
|
35585
|
-
SparklesIcon:
|
|
35584
|
+
Sparkles: ta,
|
|
35585
|
+
SparklesIcon: ta,
|
|
35586
35586
|
Speaker: J7,
|
|
35587
35587
|
SpeakerIcon: J7,
|
|
35588
35588
|
Speech: Y7,
|
|
@@ -35597,10 +35597,10 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35597
35597
|
SplinePointerIcon: t9,
|
|
35598
35598
|
Split: o9,
|
|
35599
35599
|
SplitIcon: o9,
|
|
35600
|
-
SplitSquareHorizontal:
|
|
35601
|
-
SplitSquareHorizontalIcon:
|
|
35602
|
-
SplitSquareVertical:
|
|
35603
|
-
SplitSquareVerticalIcon:
|
|
35600
|
+
SplitSquareHorizontal: Wa,
|
|
35601
|
+
SplitSquareHorizontalIcon: Wa,
|
|
35602
|
+
SplitSquareVertical: Ka,
|
|
35603
|
+
SplitSquareVerticalIcon: Ka,
|
|
35604
35604
|
Spool: a9,
|
|
35605
35605
|
SpoolIcon: a9,
|
|
35606
35606
|
Spotlight: r9,
|
|
@@ -35610,121 +35610,121 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35610
35610
|
Sprout: c9,
|
|
35611
35611
|
SproutIcon: c9,
|
|
35612
35612
|
Square: g9,
|
|
35613
|
-
SquareActivity:
|
|
35614
|
-
SquareActivityIcon:
|
|
35615
|
-
SquareArrowDown:
|
|
35616
|
-
SquareArrowDownIcon:
|
|
35617
|
-
SquareArrowDownLeft:
|
|
35618
|
-
SquareArrowDownLeftIcon:
|
|
35619
|
-
SquareArrowDownRight:
|
|
35620
|
-
SquareArrowDownRightIcon:
|
|
35621
|
-
SquareArrowLeft:
|
|
35622
|
-
SquareArrowLeftIcon:
|
|
35623
|
-
SquareArrowOutDownLeft:
|
|
35624
|
-
SquareArrowOutDownLeftIcon:
|
|
35625
|
-
SquareArrowOutDownRight:
|
|
35626
|
-
SquareArrowOutDownRightIcon:
|
|
35627
|
-
SquareArrowOutUpLeft:
|
|
35628
|
-
SquareArrowOutUpLeftIcon:
|
|
35629
|
-
SquareArrowOutUpRight:
|
|
35630
|
-
SquareArrowOutUpRightIcon:
|
|
35631
|
-
SquareArrowRight:
|
|
35632
|
-
SquareArrowRightIcon:
|
|
35633
|
-
SquareArrowUp:
|
|
35634
|
-
SquareArrowUpIcon:
|
|
35635
|
-
SquareArrowUpLeft:
|
|
35636
|
-
SquareArrowUpLeftIcon:
|
|
35637
|
-
SquareArrowUpRight:
|
|
35638
|
-
SquareArrowUpRightIcon:
|
|
35639
|
-
SquareAsterisk:
|
|
35640
|
-
SquareAsteriskIcon:
|
|
35641
|
-
SquareBottomDashedScissors:
|
|
35642
|
-
SquareBottomDashedScissorsIcon:
|
|
35613
|
+
SquareActivity: na,
|
|
35614
|
+
SquareActivityIcon: na,
|
|
35615
|
+
SquareArrowDown: ra,
|
|
35616
|
+
SquareArrowDownIcon: ra,
|
|
35617
|
+
SquareArrowDownLeft: oa,
|
|
35618
|
+
SquareArrowDownLeftIcon: oa,
|
|
35619
|
+
SquareArrowDownRight: aa,
|
|
35620
|
+
SquareArrowDownRightIcon: aa,
|
|
35621
|
+
SquareArrowLeft: ia,
|
|
35622
|
+
SquareArrowLeftIcon: ia,
|
|
35623
|
+
SquareArrowOutDownLeft: ca,
|
|
35624
|
+
SquareArrowOutDownLeftIcon: ca,
|
|
35625
|
+
SquareArrowOutDownRight: da,
|
|
35626
|
+
SquareArrowOutDownRightIcon: da,
|
|
35627
|
+
SquareArrowOutUpLeft: sa,
|
|
35628
|
+
SquareArrowOutUpLeftIcon: sa,
|
|
35629
|
+
SquareArrowOutUpRight: la,
|
|
35630
|
+
SquareArrowOutUpRightIcon: la,
|
|
35631
|
+
SquareArrowRight: ua,
|
|
35632
|
+
SquareArrowRightIcon: ua,
|
|
35633
|
+
SquareArrowUp: ya,
|
|
35634
|
+
SquareArrowUpIcon: ya,
|
|
35635
|
+
SquareArrowUpLeft: ha,
|
|
35636
|
+
SquareArrowUpLeftIcon: ha,
|
|
35637
|
+
SquareArrowUpRight: pa,
|
|
35638
|
+
SquareArrowUpRightIcon: pa,
|
|
35639
|
+
SquareAsterisk: ka,
|
|
35640
|
+
SquareAsteriskIcon: ka,
|
|
35641
|
+
SquareBottomDashedScissors: ma,
|
|
35642
|
+
SquareBottomDashedScissorsIcon: ma,
|
|
35643
35643
|
SquareChartGantt: He,
|
|
35644
35644
|
SquareChartGanttIcon: He,
|
|
35645
|
-
SquareCheck:
|
|
35646
|
-
SquareCheckBig:
|
|
35647
|
-
SquareCheckBigIcon:
|
|
35648
|
-
SquareCheckIcon:
|
|
35649
|
-
SquareChevronDown:
|
|
35650
|
-
SquareChevronDownIcon:
|
|
35651
|
-
SquareChevronLeft:
|
|
35652
|
-
SquareChevronLeftIcon:
|
|
35653
|
-
SquareChevronRight:
|
|
35654
|
-
SquareChevronRightIcon:
|
|
35655
|
-
SquareChevronUp:
|
|
35656
|
-
SquareChevronUpIcon:
|
|
35657
|
-
SquareCode:
|
|
35658
|
-
SquareCodeIcon:
|
|
35659
|
-
SquareDashed:
|
|
35645
|
+
SquareCheck: ga,
|
|
35646
|
+
SquareCheckBig: fa,
|
|
35647
|
+
SquareCheckBigIcon: fa,
|
|
35648
|
+
SquareCheckIcon: ga,
|
|
35649
|
+
SquareChevronDown: va,
|
|
35650
|
+
SquareChevronDownIcon: va,
|
|
35651
|
+
SquareChevronLeft: Ma,
|
|
35652
|
+
SquareChevronLeftIcon: Ma,
|
|
35653
|
+
SquareChevronRight: _a,
|
|
35654
|
+
SquareChevronRightIcon: _a,
|
|
35655
|
+
SquareChevronUp: wa,
|
|
35656
|
+
SquareChevronUpIcon: wa,
|
|
35657
|
+
SquareCode: xa,
|
|
35658
|
+
SquareCodeIcon: xa,
|
|
35659
|
+
SquareDashed: Ia,
|
|
35660
35660
|
SquareDashedBottom: s9,
|
|
35661
35661
|
SquareDashedBottomCode: d9,
|
|
35662
35662
|
SquareDashedBottomCodeIcon: d9,
|
|
35663
35663
|
SquareDashedBottomIcon: s9,
|
|
35664
|
-
SquareDashedIcon:
|
|
35665
|
-
SquareDashedKanban:
|
|
35666
|
-
SquareDashedKanbanIcon:
|
|
35667
|
-
SquareDashedMousePointer: $
|
|
35668
|
-
SquareDashedMousePointerIcon: $
|
|
35664
|
+
SquareDashedIcon: Ia,
|
|
35665
|
+
SquareDashedKanban: ba,
|
|
35666
|
+
SquareDashedKanbanIcon: ba,
|
|
35667
|
+
SquareDashedMousePointer: $a,
|
|
35668
|
+
SquareDashedMousePointerIcon: $a,
|
|
35669
35669
|
SquareDashedTopSolid: l9,
|
|
35670
35670
|
SquareDashedTopSolidIcon: l9,
|
|
35671
|
-
SquareDivide:
|
|
35672
|
-
SquareDivideIcon:
|
|
35673
|
-
SquareDot:
|
|
35674
|
-
SquareDotIcon:
|
|
35675
|
-
SquareEqual:
|
|
35676
|
-
SquareEqualIcon:
|
|
35677
|
-
SquareFunction:
|
|
35678
|
-
SquareFunctionIcon:
|
|
35671
|
+
SquareDivide: La,
|
|
35672
|
+
SquareDivideIcon: La,
|
|
35673
|
+
SquareDot: Sa,
|
|
35674
|
+
SquareDotIcon: Sa,
|
|
35675
|
+
SquareEqual: Ca,
|
|
35676
|
+
SquareEqualIcon: Ca,
|
|
35677
|
+
SquareFunction: Na,
|
|
35678
|
+
SquareFunctionIcon: Na,
|
|
35679
35679
|
SquareGanttChart: He,
|
|
35680
35680
|
SquareGanttChartIcon: He,
|
|
35681
35681
|
SquareIcon: g9,
|
|
35682
|
-
SquareKanban:
|
|
35683
|
-
SquareKanbanIcon:
|
|
35684
|
-
SquareLibrary:
|
|
35685
|
-
SquareLibraryIcon:
|
|
35686
|
-
SquareM:
|
|
35687
|
-
SquareMIcon:
|
|
35688
|
-
SquareMenu:
|
|
35689
|
-
SquareMenuIcon:
|
|
35690
|
-
SquareMinus:
|
|
35691
|
-
SquareMinusIcon:
|
|
35692
|
-
SquareMousePointer:
|
|
35693
|
-
SquareMousePointerIcon:
|
|
35694
|
-
SquareParking:
|
|
35695
|
-
SquareParkingIcon:
|
|
35696
|
-
SquareParkingOff:
|
|
35697
|
-
SquareParkingOffIcon:
|
|
35682
|
+
SquareKanban: za,
|
|
35683
|
+
SquareKanbanIcon: za,
|
|
35684
|
+
SquareLibrary: Aa,
|
|
35685
|
+
SquareLibraryIcon: Aa,
|
|
35686
|
+
SquareM: ja,
|
|
35687
|
+
SquareMIcon: ja,
|
|
35688
|
+
SquareMenu: Pa,
|
|
35689
|
+
SquareMenuIcon: Pa,
|
|
35690
|
+
SquareMinus: qa,
|
|
35691
|
+
SquareMinusIcon: qa,
|
|
35692
|
+
SquareMousePointer: Ra,
|
|
35693
|
+
SquareMousePointerIcon: Ra,
|
|
35694
|
+
SquareParking: Oa,
|
|
35695
|
+
SquareParkingIcon: Oa,
|
|
35696
|
+
SquareParkingOff: Da,
|
|
35697
|
+
SquareParkingOffIcon: Da,
|
|
35698
35698
|
SquarePause: u9,
|
|
35699
35699
|
SquarePauseIcon: u9,
|
|
35700
35700
|
SquarePen: me,
|
|
35701
35701
|
SquarePenIcon: me,
|
|
35702
|
-
SquarePercent:
|
|
35703
|
-
SquarePercentIcon:
|
|
35704
|
-
SquarePi:
|
|
35705
|
-
SquarePiIcon:
|
|
35706
|
-
SquarePilcrow:
|
|
35707
|
-
SquarePilcrowIcon:
|
|
35708
|
-
SquarePlay:
|
|
35709
|
-
SquarePlayIcon:
|
|
35710
|
-
SquarePlus:
|
|
35711
|
-
SquarePlusIcon:
|
|
35712
|
-
SquarePower:
|
|
35713
|
-
SquarePowerIcon:
|
|
35702
|
+
SquarePercent: Va,
|
|
35703
|
+
SquarePercentIcon: Va,
|
|
35704
|
+
SquarePi: Fa,
|
|
35705
|
+
SquarePiIcon: Fa,
|
|
35706
|
+
SquarePilcrow: Ha,
|
|
35707
|
+
SquarePilcrowIcon: Ha,
|
|
35708
|
+
SquarePlay: Ta,
|
|
35709
|
+
SquarePlayIcon: Ta,
|
|
35710
|
+
SquarePlus: Ea,
|
|
35711
|
+
SquarePlusIcon: Ea,
|
|
35712
|
+
SquarePower: Ua,
|
|
35713
|
+
SquarePowerIcon: Ua,
|
|
35714
35714
|
SquareRadical: h9,
|
|
35715
35715
|
SquareRadicalIcon: h9,
|
|
35716
35716
|
SquareRoundCorner: p9,
|
|
35717
35717
|
SquareRoundCornerIcon: p9,
|
|
35718
|
-
SquareScissors:
|
|
35719
|
-
SquareScissorsIcon:
|
|
35720
|
-
SquareSigma:
|
|
35721
|
-
SquareSigmaIcon:
|
|
35722
|
-
SquareSlash:
|
|
35723
|
-
SquareSlashIcon:
|
|
35724
|
-
SquareSplitHorizontal:
|
|
35725
|
-
SquareSplitHorizontalIcon:
|
|
35726
|
-
SquareSplitVertical:
|
|
35727
|
-
SquareSplitVerticalIcon:
|
|
35718
|
+
SquareScissors: Ba,
|
|
35719
|
+
SquareScissorsIcon: Ba,
|
|
35720
|
+
SquareSigma: Za,
|
|
35721
|
+
SquareSigmaIcon: Za,
|
|
35722
|
+
SquareSlash: Ga,
|
|
35723
|
+
SquareSlashIcon: Ga,
|
|
35724
|
+
SquareSplitHorizontal: Wa,
|
|
35725
|
+
SquareSplitHorizontalIcon: Wa,
|
|
35726
|
+
SquareSplitVertical: Ka,
|
|
35727
|
+
SquareSplitVerticalIcon: Ka,
|
|
35728
35728
|
SquareSquare: y9,
|
|
35729
35729
|
SquareSquareIcon: y9,
|
|
35730
35730
|
SquareStack: k9,
|
|
@@ -35733,14 +35733,14 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35733
35733
|
SquareStarIcon: m9,
|
|
35734
35734
|
SquareStop: f9,
|
|
35735
35735
|
SquareStopIcon: f9,
|
|
35736
|
-
SquareTerminal:
|
|
35737
|
-
SquareTerminalIcon:
|
|
35738
|
-
SquareUser:
|
|
35739
|
-
SquareUserIcon:
|
|
35740
|
-
SquareUserRound:
|
|
35741
|
-
SquareUserRoundIcon:
|
|
35742
|
-
SquareX:
|
|
35743
|
-
SquareXIcon:
|
|
35736
|
+
SquareTerminal: Xa,
|
|
35737
|
+
SquareTerminalIcon: Xa,
|
|
35738
|
+
SquareUser: Ja,
|
|
35739
|
+
SquareUserIcon: Ja,
|
|
35740
|
+
SquareUserRound: Ya,
|
|
35741
|
+
SquareUserRoundIcon: Ya,
|
|
35742
|
+
SquareX: Qa,
|
|
35743
|
+
SquareXIcon: Qa,
|
|
35744
35744
|
SquaresExclude: v9,
|
|
35745
35745
|
SquaresExcludeIcon: v9,
|
|
35746
35746
|
SquaresIntersect: M9,
|
|
@@ -35763,8 +35763,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35763
35763
|
StarIcon: S9,
|
|
35764
35764
|
StarOff: L9,
|
|
35765
35765
|
StarOffIcon: L9,
|
|
35766
|
-
Stars:
|
|
35767
|
-
StarsIcon:
|
|
35766
|
+
Stars: ta,
|
|
35767
|
+
StarsIcon: ta,
|
|
35768
35768
|
StepBack: N9,
|
|
35769
35769
|
StepBackIcon: N9,
|
|
35770
35770
|
StepForward: z9,
|
|
@@ -35867,23 +35867,23 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35867
35867
|
TentTreeIcon: _M,
|
|
35868
35868
|
Terminal: xM,
|
|
35869
35869
|
TerminalIcon: xM,
|
|
35870
|
-
TerminalSquare:
|
|
35871
|
-
TerminalSquareIcon:
|
|
35870
|
+
TerminalSquare: Xa,
|
|
35871
|
+
TerminalSquareIcon: Xa,
|
|
35872
35872
|
TestTube: bM,
|
|
35873
|
-
TestTube2:
|
|
35874
|
-
TestTube2Icon:
|
|
35875
|
-
TestTubeDiagonal:
|
|
35876
|
-
TestTubeDiagonalIcon:
|
|
35873
|
+
TestTube2: e1,
|
|
35874
|
+
TestTube2Icon: e1,
|
|
35875
|
+
TestTubeDiagonal: e1,
|
|
35876
|
+
TestTubeDiagonalIcon: e1,
|
|
35877
35877
|
TestTubeIcon: bM,
|
|
35878
35878
|
TestTubes: $M,
|
|
35879
35879
|
TestTubesIcon: $M,
|
|
35880
35880
|
Text: Fe,
|
|
35881
|
-
TextAlignCenter:
|
|
35882
|
-
TextAlignCenterIcon:
|
|
35883
|
-
TextAlignEnd:
|
|
35884
|
-
TextAlignEndIcon:
|
|
35885
|
-
TextAlignJustify:
|
|
35886
|
-
TextAlignJustifyIcon:
|
|
35881
|
+
TextAlignCenter: t1,
|
|
35882
|
+
TextAlignCenterIcon: t1,
|
|
35883
|
+
TextAlignEnd: n1,
|
|
35884
|
+
TextAlignEndIcon: n1,
|
|
35885
|
+
TextAlignJustify: o1,
|
|
35886
|
+
TextAlignJustifyIcon: o1,
|
|
35887
35887
|
TextAlignStart: Fe,
|
|
35888
35888
|
TextAlignStartIcon: Fe,
|
|
35889
35889
|
TextCursor: LM,
|
|
@@ -35891,18 +35891,18 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35891
35891
|
TextCursorInput: IM,
|
|
35892
35892
|
TextCursorInputIcon: IM,
|
|
35893
35893
|
TextIcon: Fe,
|
|
35894
|
-
TextInitial:
|
|
35895
|
-
TextInitialIcon:
|
|
35894
|
+
TextInitial: a1,
|
|
35895
|
+
TextInitialIcon: a1,
|
|
35896
35896
|
TextQuote: SM,
|
|
35897
35897
|
TextQuoteIcon: SM,
|
|
35898
35898
|
TextSearch: CM,
|
|
35899
35899
|
TextSearchIcon: CM,
|
|
35900
|
-
TextSelect:
|
|
35901
|
-
TextSelectIcon:
|
|
35902
|
-
TextSelection:
|
|
35903
|
-
TextSelectionIcon:
|
|
35904
|
-
TextWrap:
|
|
35905
|
-
TextWrapIcon:
|
|
35900
|
+
TextSelect: r1,
|
|
35901
|
+
TextSelectIcon: r1,
|
|
35902
|
+
TextSelection: r1,
|
|
35903
|
+
TextSelectionIcon: r1,
|
|
35904
|
+
TextWrap: i1,
|
|
35905
|
+
TextWrapIcon: i1,
|
|
35906
35906
|
Theater: NM,
|
|
35907
35907
|
TheaterIcon: NM,
|
|
35908
35908
|
Thermometer: PM,
|
|
@@ -35963,16 +35963,16 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35963
35963
|
TractorIcon: a_,
|
|
35964
35964
|
TrafficCone: r_,
|
|
35965
35965
|
TrafficConeIcon: r_,
|
|
35966
|
-
Train:
|
|
35966
|
+
Train: c1,
|
|
35967
35967
|
TrainFront: c_,
|
|
35968
35968
|
TrainFrontIcon: c_,
|
|
35969
35969
|
TrainFrontTunnel: i_,
|
|
35970
35970
|
TrainFrontTunnelIcon: i_,
|
|
35971
|
-
TrainIcon:
|
|
35971
|
+
TrainIcon: c1,
|
|
35972
35972
|
TrainTrack: d_,
|
|
35973
35973
|
TrainTrackIcon: d_,
|
|
35974
|
-
TramFront:
|
|
35975
|
-
TramFrontIcon:
|
|
35974
|
+
TramFront: c1,
|
|
35975
|
+
TramFrontIcon: c1,
|
|
35976
35976
|
Transgender: s_,
|
|
35977
35977
|
TransgenderIcon: s_,
|
|
35978
35978
|
Trash: u_,
|
|
@@ -35981,8 +35981,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35981
35981
|
TrashIcon: u_,
|
|
35982
35982
|
TreeDeciduous: h_,
|
|
35983
35983
|
TreeDeciduousIcon: h_,
|
|
35984
|
-
TreePalm:
|
|
35985
|
-
TreePalmIcon:
|
|
35984
|
+
TreePalm: d1,
|
|
35985
|
+
TreePalmIcon: d1,
|
|
35986
35986
|
TreePine: p_,
|
|
35987
35987
|
TreePineIcon: p_,
|
|
35988
35988
|
Trees: y_,
|
|
@@ -35996,8 +35996,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
35996
35996
|
TrendingUpDownIcon: f_,
|
|
35997
35997
|
TrendingUpIcon: g_,
|
|
35998
35998
|
Triangle: __,
|
|
35999
|
-
TriangleAlert:
|
|
36000
|
-
TriangleAlertIcon:
|
|
35999
|
+
TriangleAlert: s1,
|
|
36000
|
+
TriangleAlertIcon: s1,
|
|
36001
36001
|
TriangleDashed: v_,
|
|
36002
36002
|
TriangleDashedIcon: v_,
|
|
36003
36003
|
TriangleIcon: __,
|
|
@@ -36016,11 +36016,11 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36016
36016
|
Turtle: L_,
|
|
36017
36017
|
TurtleIcon: L_,
|
|
36018
36018
|
Tv: C_,
|
|
36019
|
-
Tv2:
|
|
36020
|
-
Tv2Icon:
|
|
36019
|
+
Tv2: l1,
|
|
36020
|
+
Tv2Icon: l1,
|
|
36021
36021
|
TvIcon: C_,
|
|
36022
|
-
TvMinimal:
|
|
36023
|
-
TvMinimalIcon:
|
|
36022
|
+
TvMinimal: l1,
|
|
36023
|
+
TvMinimalIcon: l1,
|
|
36024
36024
|
TvMinimalPlay: S_,
|
|
36025
36025
|
TvMinimalPlayIcon: S_,
|
|
36026
36026
|
Twitch: N_,
|
|
@@ -36049,8 +36049,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36049
36049
|
UnfoldVerticalIcon: H_,
|
|
36050
36050
|
Ungroup: T_,
|
|
36051
36051
|
UngroupIcon: T_,
|
|
36052
|
-
University:
|
|
36053
|
-
UniversityIcon:
|
|
36052
|
+
University: u1,
|
|
36053
|
+
UniversityIcon: u1,
|
|
36054
36054
|
Unlink: U_,
|
|
36055
36055
|
Unlink2: E_,
|
|
36056
36056
|
Unlink2Icon: E_,
|
|
@@ -36068,71 +36068,71 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36068
36068
|
Usb: G_,
|
|
36069
36069
|
UsbIcon: G_,
|
|
36070
36070
|
User: rw,
|
|
36071
|
-
User2:
|
|
36072
|
-
User2Icon:
|
|
36071
|
+
User2: f1,
|
|
36072
|
+
User2Icon: f1,
|
|
36073
36073
|
UserCheck: W_,
|
|
36074
|
-
UserCheck2:
|
|
36075
|
-
UserCheck2Icon:
|
|
36074
|
+
UserCheck2: h1,
|
|
36075
|
+
UserCheck2Icon: h1,
|
|
36076
36076
|
UserCheckIcon: W_,
|
|
36077
36077
|
UserCircle: wn,
|
|
36078
36078
|
UserCircle2: _n,
|
|
36079
36079
|
UserCircle2Icon: _n,
|
|
36080
36080
|
UserCircleIcon: wn,
|
|
36081
36081
|
UserCog: K_,
|
|
36082
|
-
UserCog2:
|
|
36083
|
-
UserCog2Icon:
|
|
36082
|
+
UserCog2: p1,
|
|
36083
|
+
UserCog2Icon: p1,
|
|
36084
36084
|
UserCogIcon: K_,
|
|
36085
36085
|
UserIcon: rw,
|
|
36086
36086
|
UserLock: X_,
|
|
36087
36087
|
UserLockIcon: X_,
|
|
36088
36088
|
UserMinus: J_,
|
|
36089
|
-
UserMinus2:
|
|
36090
|
-
UserMinus2Icon:
|
|
36089
|
+
UserMinus2: y1,
|
|
36090
|
+
UserMinus2Icon: y1,
|
|
36091
36091
|
UserMinusIcon: J_,
|
|
36092
36092
|
UserPen: Y_,
|
|
36093
36093
|
UserPenIcon: Y_,
|
|
36094
36094
|
UserPlus: Q_,
|
|
36095
|
-
UserPlus2:
|
|
36096
|
-
UserPlus2Icon:
|
|
36095
|
+
UserPlus2: k1,
|
|
36096
|
+
UserPlus2Icon: k1,
|
|
36097
36097
|
UserPlusIcon: Q_,
|
|
36098
|
-
UserRound:
|
|
36099
|
-
UserRoundCheck:
|
|
36100
|
-
UserRoundCheckIcon:
|
|
36101
|
-
UserRoundCog:
|
|
36102
|
-
UserRoundCogIcon:
|
|
36103
|
-
UserRoundIcon:
|
|
36104
|
-
UserRoundMinus:
|
|
36105
|
-
UserRoundMinusIcon:
|
|
36098
|
+
UserRound: f1,
|
|
36099
|
+
UserRoundCheck: h1,
|
|
36100
|
+
UserRoundCheckIcon: h1,
|
|
36101
|
+
UserRoundCog: p1,
|
|
36102
|
+
UserRoundCogIcon: p1,
|
|
36103
|
+
UserRoundIcon: f1,
|
|
36104
|
+
UserRoundMinus: y1,
|
|
36105
|
+
UserRoundMinusIcon: y1,
|
|
36106
36106
|
UserRoundPen: ew,
|
|
36107
36107
|
UserRoundPenIcon: ew,
|
|
36108
|
-
UserRoundPlus:
|
|
36109
|
-
UserRoundPlusIcon:
|
|
36108
|
+
UserRoundPlus: k1,
|
|
36109
|
+
UserRoundPlusIcon: k1,
|
|
36110
36110
|
UserRoundSearch: tw,
|
|
36111
36111
|
UserRoundSearchIcon: tw,
|
|
36112
|
-
UserRoundX:
|
|
36113
|
-
UserRoundXIcon:
|
|
36112
|
+
UserRoundX: m1,
|
|
36113
|
+
UserRoundXIcon: m1,
|
|
36114
36114
|
UserSearch: nw,
|
|
36115
36115
|
UserSearchIcon: nw,
|
|
36116
|
-
UserSquare:
|
|
36117
|
-
UserSquare2:
|
|
36118
|
-
UserSquare2Icon:
|
|
36119
|
-
UserSquareIcon:
|
|
36116
|
+
UserSquare: Ja,
|
|
36117
|
+
UserSquare2: Ya,
|
|
36118
|
+
UserSquare2Icon: Ya,
|
|
36119
|
+
UserSquareIcon: Ja,
|
|
36120
36120
|
UserStar: ow,
|
|
36121
36121
|
UserStarIcon: ow,
|
|
36122
36122
|
UserX: aw,
|
|
36123
|
-
UserX2:
|
|
36124
|
-
UserX2Icon:
|
|
36123
|
+
UserX2: m1,
|
|
36124
|
+
UserX2Icon: m1,
|
|
36125
36125
|
UserXIcon: aw,
|
|
36126
36126
|
Users: iw,
|
|
36127
|
-
Users2:
|
|
36128
|
-
Users2Icon:
|
|
36127
|
+
Users2: g1,
|
|
36128
|
+
Users2Icon: g1,
|
|
36129
36129
|
UsersIcon: iw,
|
|
36130
|
-
UsersRound:
|
|
36131
|
-
UsersRoundIcon:
|
|
36132
|
-
Utensils:
|
|
36133
|
-
UtensilsCrossed:
|
|
36134
|
-
UtensilsCrossedIcon:
|
|
36135
|
-
UtensilsIcon:
|
|
36130
|
+
UsersRound: g1,
|
|
36131
|
+
UsersRoundIcon: g1,
|
|
36132
|
+
Utensils: M1,
|
|
36133
|
+
UtensilsCrossed: v1,
|
|
36134
|
+
UtensilsCrossedIcon: v1,
|
|
36135
|
+
UtensilsIcon: M1,
|
|
36136
36136
|
UtilityPole: dw,
|
|
36137
36137
|
UtilityPoleIcon: dw,
|
|
36138
36138
|
Variable: cw,
|
|
@@ -36180,21 +36180,21 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36180
36180
|
Vote: Sw,
|
|
36181
36181
|
VoteIcon: Sw,
|
|
36182
36182
|
Wallet: Nw,
|
|
36183
|
-
Wallet2:
|
|
36184
|
-
Wallet2Icon:
|
|
36183
|
+
Wallet2: _1,
|
|
36184
|
+
Wallet2Icon: _1,
|
|
36185
36185
|
WalletCards: Cw,
|
|
36186
36186
|
WalletCardsIcon: Cw,
|
|
36187
36187
|
WalletIcon: Nw,
|
|
36188
|
-
WalletMinimal:
|
|
36189
|
-
WalletMinimalIcon:
|
|
36188
|
+
WalletMinimal: _1,
|
|
36189
|
+
WalletMinimalIcon: _1,
|
|
36190
36190
|
Wallpaper: zw,
|
|
36191
36191
|
WallpaperIcon: zw,
|
|
36192
36192
|
Wand: Pw,
|
|
36193
|
-
Wand2:
|
|
36194
|
-
Wand2Icon:
|
|
36193
|
+
Wand2: w1,
|
|
36194
|
+
Wand2Icon: w1,
|
|
36195
36195
|
WandIcon: Pw,
|
|
36196
|
-
WandSparkles:
|
|
36197
|
-
WandSparklesIcon:
|
|
36196
|
+
WandSparkles: w1,
|
|
36197
|
+
WandSparklesIcon: w1,
|
|
36198
36198
|
Warehouse: Aw,
|
|
36199
36199
|
WarehouseIcon: Aw,
|
|
36200
36200
|
WashingMachine: jw,
|
|
@@ -36249,8 +36249,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36249
36249
|
WorkflowIcon: ax,
|
|
36250
36250
|
Worm: rx,
|
|
36251
36251
|
WormIcon: rx,
|
|
36252
|
-
WrapText:
|
|
36253
|
-
WrapTextIcon:
|
|
36252
|
+
WrapText: i1,
|
|
36253
|
+
WrapTextIcon: i1,
|
|
36254
36254
|
Wrench: ix,
|
|
36255
36255
|
WrenchIcon: ix,
|
|
36256
36256
|
X: cx,
|
|
@@ -36259,8 +36259,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36259
36259
|
XIcon: cx,
|
|
36260
36260
|
XOctagon: Po,
|
|
36261
36261
|
XOctagonIcon: Po,
|
|
36262
|
-
XSquare:
|
|
36263
|
-
XSquareIcon:
|
|
36262
|
+
XSquare: Qa,
|
|
36263
|
+
XSquareIcon: Qa,
|
|
36264
36264
|
Youtube: dx,
|
|
36265
36265
|
YoutubeIcon: dx,
|
|
36266
36266
|
Zap: lx,
|
|
@@ -36283,7 +36283,7 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36283
36283
|
]), _ke = q.object({
|
|
36284
36284
|
type: Mke.default("text").optional(),
|
|
36285
36285
|
sort: q.boolean().optional(),
|
|
36286
|
-
size: q.enum(
|
|
36286
|
+
size: q.enum(b1).optional(),
|
|
36287
36287
|
title: q.string({ error: "An incorrect schema title is provided" }).optional(),
|
|
36288
36288
|
className: q.string().optional()
|
|
36289
36289
|
}), wke = q.object({
|
|
@@ -36365,7 +36365,7 @@ function Nke({
|
|
|
36365
36365
|
className: re(
|
|
36366
36366
|
"whitespace-normal break-words border text-center lg:text-start max-w-96 relative",
|
|
36367
36367
|
OS(s.column),
|
|
36368
|
-
sD[s.column.columnDef.meta?.size ||
|
|
36368
|
+
sD[s.column.columnDef.meta?.size || b1.md],
|
|
36369
36369
|
t?.cell
|
|
36370
36370
|
),
|
|
36371
36371
|
style: DS(s.column),
|
|
@@ -36392,7 +36392,7 @@ const zke = ({ table: e, styles: t }) => /* @__PURE__ */ _(
|
|
|
36392
36392
|
"whitespace-normal break-words text-center border p-1 md:text-start min-w-8 md:px-2",
|
|
36393
36393
|
a.column.getCanSort() && "cursor-pointer",
|
|
36394
36394
|
OS(a.column, "bg-card"),
|
|
36395
|
-
lD[a.column.columnDef.meta?.size ||
|
|
36395
|
+
lD[a.column.columnDef.meta?.size || b1.md],
|
|
36396
36396
|
t?.cell
|
|
36397
36397
|
),
|
|
36398
36398
|
onClick: a.column.getToggleSortingHandler(),
|
|
@@ -37727,7 +37727,7 @@ function BI(e) {
|
|
|
37727
37727
|
}
|
|
37728
37728
|
function U4e(e) {
|
|
37729
37729
|
let t = ut(e);
|
|
37730
|
-
for (; Be(t) && !
|
|
37730
|
+
for (; Be(t) && !K1(t); ) {
|
|
37731
37731
|
if (BI(t))
|
|
37732
37732
|
return t;
|
|
37733
37733
|
if (Qx(t))
|
|
@@ -37740,7 +37740,7 @@ function ZI() {
|
|
|
37740
37740
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
37741
37741
|
}
|
|
37742
37742
|
const B4e = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
37743
|
-
function
|
|
37743
|
+
function K1(e) {
|
|
37744
37744
|
return B4e.has(nr(e));
|
|
37745
37745
|
}
|
|
37746
37746
|
function Ae(e) {
|
|
@@ -37769,7 +37769,7 @@ function ut(e) {
|
|
|
37769
37769
|
}
|
|
37770
37770
|
function FP(e) {
|
|
37771
37771
|
const t = ut(e);
|
|
37772
|
-
return
|
|
37772
|
+
return K1(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Be(t) && jr(t) ? t : FP(t);
|
|
37773
37773
|
}
|
|
37774
37774
|
function vr(e, t, o) {
|
|
37775
37775
|
var a;
|
|
@@ -37797,7 +37797,7 @@ function TP(e) {
|
|
|
37797
37797
|
function GI(e) {
|
|
37798
37798
|
return ze(e) ? e : e.contextElement;
|
|
37799
37799
|
}
|
|
37800
|
-
function
|
|
37800
|
+
function T1(e) {
|
|
37801
37801
|
const t = GI(e);
|
|
37802
37802
|
if (!Be(t))
|
|
37803
37803
|
return Ue(1);
|
|
@@ -37823,18 +37823,18 @@ function EP(e) {
|
|
|
37823
37823
|
function G4e(e, t, o) {
|
|
37824
37824
|
return t === void 0 && (t = !1), !o || t && o !== ve(e) ? !1 : t;
|
|
37825
37825
|
}
|
|
37826
|
-
function
|
|
37826
|
+
function N1(e, t, o, a) {
|
|
37827
37827
|
t === void 0 && (t = !1), o === void 0 && (o = !1);
|
|
37828
37828
|
const n = e.getBoundingClientRect(), r = GI(e);
|
|
37829
37829
|
let c = Ue(1);
|
|
37830
|
-
t && (a ? ze(a) && (c =
|
|
37830
|
+
t && (a ? ze(a) && (c = T1(a)) : c = T1(e));
|
|
37831
37831
|
const d = G4e(r, o, a) ? EP(r) : Ue(0);
|
|
37832
37832
|
let l = (n.left + d.x) / c.x, s = (n.top + d.y) / c.y, u = n.width / c.x, h = n.height / c.y;
|
|
37833
37833
|
if (r) {
|
|
37834
37834
|
const k = ve(r), p = a && ze(a) ? ve(a) : a;
|
|
37835
37835
|
let y = k, m = Gb(y);
|
|
37836
37836
|
for (; m && a && p !== y; ) {
|
|
37837
|
-
const g =
|
|
37837
|
+
const g = T1(m), v = m.getBoundingClientRect(), w = Ae(m), x = v.left + (m.clientLeft + parseFloat(w.paddingLeft)) * g.x, b = v.top + (m.clientTop + parseFloat(w.paddingTop)) * g.y;
|
|
37838
37838
|
l *= g.x, s *= g.y, u *= g.x, h *= g.y, l += x, s += b, y = ve(m), m = Gb(y);
|
|
37839
37839
|
}
|
|
37840
37840
|
}
|
|
@@ -37847,7 +37847,7 @@ function Na(e, t, o, a) {
|
|
|
37847
37847
|
}
|
|
37848
37848
|
function tb(e, t) {
|
|
37849
37849
|
const o = eb(e).scrollLeft;
|
|
37850
|
-
return t ? t.left + o :
|
|
37850
|
+
return t ? t.left + o : N1(Ze(e)).left + o;
|
|
37851
37851
|
}
|
|
37852
37852
|
function UP(e, t) {
|
|
37853
37853
|
const o = e.getBoundingClientRect(), a = o.left + t.scrollLeft - tb(e, o), n = o.top + t.scrollTop;
|
|
@@ -37872,8 +37872,8 @@ function W4e(e) {
|
|
|
37872
37872
|
}, s = Ue(1);
|
|
37873
37873
|
const u = Ue(0), h = Be(a);
|
|
37874
37874
|
if ((h || !h && !r) && ((nr(a) !== "body" || jr(c)) && (l = eb(a)), Be(a))) {
|
|
37875
|
-
const p =
|
|
37876
|
-
s =
|
|
37875
|
+
const p = N1(a);
|
|
37876
|
+
s = T1(a), u.x = p.x + a.clientLeft, u.y = p.y + a.clientTop;
|
|
37877
37877
|
}
|
|
37878
37878
|
const k = c && !h && !r ? UP(c, l) : Ue(0);
|
|
37879
37879
|
return {
|
|
@@ -37920,7 +37920,7 @@ function J4e(e, t) {
|
|
|
37920
37920
|
}
|
|
37921
37921
|
const Y4e = /* @__PURE__ */ new Set(["absolute", "fixed"]);
|
|
37922
37922
|
function Q4e(e, t) {
|
|
37923
|
-
const o =
|
|
37923
|
+
const o = N1(e, !0, t === "fixed"), a = o.top + e.clientTop, n = o.left + e.clientLeft, r = Be(e) ? T1(e) : Ue(1), c = e.clientWidth * r.x, d = e.clientHeight * r.y, l = n * r.x, s = a * r.y;
|
|
37924
37924
|
return {
|
|
37925
37925
|
width: c,
|
|
37926
37926
|
height: d,
|
|
@@ -37949,7 +37949,7 @@ function YL(e, t, o) {
|
|
|
37949
37949
|
}
|
|
37950
37950
|
function BP(e, t) {
|
|
37951
37951
|
const o = ut(e);
|
|
37952
|
-
return o === t || !ze(o) ||
|
|
37952
|
+
return o === t || !ze(o) || K1(o) ? !1 : Ae(o).position === "fixed" || BP(o, t);
|
|
37953
37953
|
}
|
|
37954
37954
|
function e5e(e, t) {
|
|
37955
37955
|
const o = t.get(e);
|
|
@@ -37958,7 +37958,7 @@ function e5e(e, t) {
|
|
|
37958
37958
|
let a = vr(e, [], !1).filter((d) => ze(d) && nr(d) !== "body"), n = null;
|
|
37959
37959
|
const r = Ae(e).position === "fixed";
|
|
37960
37960
|
let c = r ? ut(e) : e;
|
|
37961
|
-
for (; ze(c) && !
|
|
37961
|
+
for (; ze(c) && !K1(c); ) {
|
|
37962
37962
|
const d = Ae(c), l = BI(c);
|
|
37963
37963
|
!l && d.position === "fixed" && (n = null), (r ? !l && !n : !l && d.position === "static" && !!n && Y4e.has(n.position) || jr(c) && !l && BP(e, c)) ? a = a.filter((u) => u !== c) : n = d, c = ut(c);
|
|
37964
37964
|
}
|
|
@@ -37993,7 +37993,7 @@ function n5e(e) {
|
|
|
37993
37993
|
};
|
|
37994
37994
|
}
|
|
37995
37995
|
function o5e(e, t, o) {
|
|
37996
|
-
const a = Be(t), n = Ze(t), r = o === "fixed", c =
|
|
37996
|
+
const a = Be(t), n = Ze(t), r = o === "fixed", c = N1(e, !0, r, t);
|
|
37997
37997
|
let d = {
|
|
37998
37998
|
scrollLeft: 0,
|
|
37999
37999
|
scrollTop: 0
|
|
@@ -38004,7 +38004,7 @@ function o5e(e, t, o) {
|
|
|
38004
38004
|
}
|
|
38005
38005
|
if (a || !a && !r)
|
|
38006
38006
|
if ((nr(t) !== "body" || jr(n)) && (d = eb(t)), a) {
|
|
38007
|
-
const p =
|
|
38007
|
+
const p = N1(t, !0, r, t);
|
|
38008
38008
|
l.x = p.x + t.clientLeft, l.y = p.y + t.clientTop;
|
|
38009
38009
|
} else n && s();
|
|
38010
38010
|
r && !a && n && s();
|
|
@@ -38033,7 +38033,7 @@ function ZP(e, t) {
|
|
|
38033
38033
|
return o;
|
|
38034
38034
|
if (!Be(e)) {
|
|
38035
38035
|
let n = ut(e);
|
|
38036
|
-
for (; n && !
|
|
38036
|
+
for (; n && !K1(n); ) {
|
|
38037
38037
|
if (ze(n) && !Mb(n))
|
|
38038
38038
|
return n;
|
|
38039
38039
|
n = ut(n);
|
|
@@ -38043,7 +38043,7 @@ function ZP(e, t) {
|
|
|
38043
38043
|
let a = QL(e, t);
|
|
38044
38044
|
for (; a && V4e(a) && Mb(a); )
|
|
38045
38045
|
a = QL(a, t);
|
|
38046
|
-
return a &&
|
|
38046
|
+
return a && K1(a) && Mb(a) && !BI(a) ? o : a || U4e(e) || o;
|
|
38047
38047
|
}
|
|
38048
38048
|
const a5e = async function(e) {
|
|
38049
38049
|
const t = this.getOffsetParent || ZP, o = this.getDimensions, a = await o(e.floating);
|
|
@@ -38068,7 +38068,7 @@ const i5e = {
|
|
|
38068
38068
|
getElementRects: a5e,
|
|
38069
38069
|
getClientRects: K4e,
|
|
38070
38070
|
getDimensions: n5e,
|
|
38071
|
-
getScale:
|
|
38071
|
+
getScale: T1,
|
|
38072
38072
|
isElement: ze,
|
|
38073
38073
|
isRTL: r5e
|
|
38074
38074
|
};
|
|
@@ -38144,10 +38144,10 @@ function d5e(e, t, o, a) {
|
|
|
38144
38144
|
(x = p) == null || x.observe(t);
|
|
38145
38145
|
})), o();
|
|
38146
38146
|
}), s && !l && p.observe(s), p.observe(t));
|
|
38147
|
-
let y, m = l ?
|
|
38147
|
+
let y, m = l ? N1(e) : null;
|
|
38148
38148
|
l && g();
|
|
38149
38149
|
function g() {
|
|
38150
|
-
const v =
|
|
38150
|
+
const v = N1(e);
|
|
38151
38151
|
m && !GP(m, v) && o(), m = v, y = requestAnimationFrame(g);
|
|
38152
38152
|
}
|
|
38153
38153
|
return o(), () => {
|
|
@@ -38457,9 +38457,9 @@ var KI = "PopperContent", [z5e, A5e] = XP(KI), tj = f.forwardRef(
|
|
|
38457
38457
|
l && x5e({ ...J }),
|
|
38458
38458
|
b5e({
|
|
38459
38459
|
...J,
|
|
38460
|
-
apply: ({ elements: Z, rects: ot, availableWidth:
|
|
38461
|
-
const { width: or, height:
|
|
38462
|
-
Vr.setProperty("--radix-popper-available-width", `${
|
|
38460
|
+
apply: ({ elements: Z, rects: ot, availableWidth: q1, availableHeight: R1 }) => {
|
|
38461
|
+
const { width: or, height: D1 } = ot.reference, Vr = Z.floating.style;
|
|
38462
|
+
Vr.setProperty("--radix-popper-available-width", `${q1}px`), Vr.setProperty("--radix-popper-available-height", `${R1}px`), Vr.setProperty("--radix-popper-anchor-width", `${or}px`), Vr.setProperty("--radix-popper-anchor-height", `${D1}px`);
|
|
38463
38463
|
}
|
|
38464
38464
|
}),
|
|
38465
38465
|
b && I5e({ element: b, padding: d }),
|
|
@@ -38605,11 +38605,11 @@ JI.displayName = R5e;
|
|
|
38605
38605
|
function D5e(e, t) {
|
|
38606
38606
|
return f.useReducer((o, a) => t[o][a] ?? o, e);
|
|
38607
38607
|
}
|
|
38608
|
-
var
|
|
38608
|
+
var A1 = (e) => {
|
|
38609
38609
|
const { present: t, children: o } = e, a = O5e(t), n = typeof o == "function" ? o({ present: a.isPresent }) : f.Children.only(o), r = le(a.ref, V5e(n));
|
|
38610
38610
|
return typeof o == "function" || a.isPresent ? f.cloneElement(n, { ref: r }) : null;
|
|
38611
38611
|
};
|
|
38612
|
-
|
|
38612
|
+
A1.displayName = "Presence";
|
|
38613
38613
|
function O5e(e) {
|
|
38614
38614
|
const [t, o] = f.useState(), a = f.useRef(null), n = f.useRef(e), r = f.useRef("none"), c = e ? "mounted" : "unmounted", [d, l] = D5e(c, {
|
|
38615
38615
|
mounted: {
|
|
@@ -38835,7 +38835,7 @@ var X5e = lj, J5e = hj, Y5e = function(e) {
|
|
|
38835
38835
|
return null;
|
|
38836
38836
|
var t = Array.isArray(e) ? e[0] : e;
|
|
38837
38837
|
return t.ownerDocument.body;
|
|
38838
|
-
},
|
|
38838
|
+
}, V1 = /* @__PURE__ */ new WeakMap(), Yr = /* @__PURE__ */ new WeakMap(), Qr = {}, xb = 0, yj = function(e) {
|
|
38839
38839
|
return e && (e.host || yj(e.parentNode));
|
|
38840
38840
|
}, Q5e = function(e, t) {
|
|
38841
38841
|
return t.map(function(o) {
|
|
@@ -38859,8 +38859,8 @@ var X5e = lj, J5e = hj, Y5e = function(e) {
|
|
|
38859
38859
|
u(k);
|
|
38860
38860
|
else
|
|
38861
38861
|
try {
|
|
38862
|
-
var p = k.getAttribute(a), y = p !== null && p !== "false", m = (
|
|
38863
|
-
|
|
38862
|
+
var p = k.getAttribute(a), y = p !== null && p !== "false", m = (V1.get(k) || 0) + 1, g = (r.get(k) || 0) + 1;
|
|
38863
|
+
V1.set(k, m), r.set(k, g), c.push(k), m === 1 && y && Yr.set(k, !0), g === 1 && k.setAttribute(o, "true"), y || k.setAttribute(a, "true");
|
|
38864
38864
|
} catch (v) {
|
|
38865
38865
|
console.error("aria-hidden: cannot operate on ", k, v);
|
|
38866
38866
|
}
|
|
@@ -38868,9 +38868,9 @@ var X5e = lj, J5e = hj, Y5e = function(e) {
|
|
|
38868
38868
|
};
|
|
38869
38869
|
return u(t), d.clear(), xb++, function() {
|
|
38870
38870
|
c.forEach(function(h) {
|
|
38871
|
-
var k =
|
|
38872
|
-
|
|
38873
|
-
}), xb--, xb || (
|
|
38871
|
+
var k = V1.get(h) - 1, p = r.get(h) - 1;
|
|
38872
|
+
V1.set(h, k), r.set(h, p), k || (Yr.has(h) || h.removeAttribute(a), Yr.delete(h)), p || h.removeAttribute(o);
|
|
38873
|
+
}), xb--, xb || (V1 = /* @__PURE__ */ new WeakMap(), V1 = /* @__PURE__ */ new WeakMap(), Yr = /* @__PURE__ */ new WeakMap(), Qr = {});
|
|
38874
38874
|
};
|
|
38875
38875
|
}, kj = function(e, t, o) {
|
|
38876
38876
|
o === void 0 && (o = "data-aria-hidden");
|
|
@@ -39108,14 +39108,14 @@ var kme = function() {
|
|
|
39108
39108
|
right: t[2],
|
|
39109
39109
|
gap: Math.max(0, a - o + t[2] - t[0])
|
|
39110
39110
|
};
|
|
39111
|
-
}, Mme = vj(),
|
|
39111
|
+
}, Mme = vj(), E1 = "data-scroll-locked", _me = function(e, t, o, a) {
|
|
39112
39112
|
var n = e.left, r = e.top, c = e.right, d = e.gap;
|
|
39113
39113
|
return o === void 0 && (o = "margin"), `
|
|
39114
39114
|
.`.concat(nme, ` {
|
|
39115
39115
|
overflow: hidden `).concat(a, `;
|
|
39116
39116
|
padding-right: `).concat(d, "px ").concat(a, `;
|
|
39117
39117
|
}
|
|
39118
|
-
body[`).concat(
|
|
39118
|
+
body[`).concat(E1, `] {
|
|
39119
39119
|
overflow: hidden `).concat(a, `;
|
|
39120
39120
|
overscroll-behavior: contain;
|
|
39121
39121
|
`).concat([
|
|
@@ -39148,18 +39148,18 @@ var kme = function() {
|
|
|
39148
39148
|
margin-right: 0 `).concat(a, `;
|
|
39149
39149
|
}
|
|
39150
39150
|
|
|
39151
|
-
body[`).concat(
|
|
39151
|
+
body[`).concat(E1, `] {
|
|
39152
39152
|
`).concat(ome, ": ").concat(d, `px;
|
|
39153
39153
|
}
|
|
39154
39154
|
`);
|
|
39155
39155
|
}, oS = function() {
|
|
39156
|
-
var e = parseInt(document.body.getAttribute(
|
|
39156
|
+
var e = parseInt(document.body.getAttribute(E1) || "0", 10);
|
|
39157
39157
|
return isFinite(e) ? e : 0;
|
|
39158
39158
|
}, wme = function() {
|
|
39159
39159
|
f.useEffect(function() {
|
|
39160
|
-
return document.body.setAttribute(
|
|
39160
|
+
return document.body.setAttribute(E1, (oS() + 1).toString()), function() {
|
|
39161
39161
|
var e = oS() - 1;
|
|
39162
|
-
e <= 0 ? document.body.removeAttribute(
|
|
39162
|
+
e <= 0 ? document.body.removeAttribute(E1) : document.body.setAttribute(E1, e.toString());
|
|
39163
39163
|
};
|
|
39164
39164
|
}, []);
|
|
39165
39165
|
}, xme = function(e) {
|
|
@@ -39181,7 +39181,7 @@ if (typeof window < "u")
|
|
|
39181
39181
|
} catch {
|
|
39182
39182
|
Kb = !1;
|
|
39183
39183
|
}
|
|
39184
|
-
var
|
|
39184
|
+
var H1 = Kb ? { passive: !1 } : !1, bme = function(e) {
|
|
39185
39185
|
return e.tagName === "TEXTAREA";
|
|
39186
39186
|
}, Mj = function(e, t) {
|
|
39187
39187
|
if (!(e instanceof Element))
|
|
@@ -39257,7 +39257,7 @@ var Ha = Kb ? { passive: !1 } : !1, bme = function(e) {
|
|
|
39257
39257
|
.block-interactivity-`.concat(e, ` {pointer-events: none;}
|
|
39258
39258
|
.allow-interactivity-`).concat(e, ` {pointer-events: all;}
|
|
39259
39259
|
`);
|
|
39260
|
-
}, Pme = 0,
|
|
39260
|
+
}, Pme = 0, F1 = [];
|
|
39261
39261
|
function jme(e) {
|
|
39262
39262
|
var t = f.useRef([]), o = f.useRef([0, 0]), a = f.useRef(), n = f.useState(Pme++)[0], r = f.useState(vj)[0], c = f.useRef(e);
|
|
39263
39263
|
f.useEffect(function() {
|
|
@@ -39292,7 +39292,7 @@ function jme(e) {
|
|
|
39292
39292
|
return Nme(R, g, m, R === "h" ? x : b);
|
|
39293
39293
|
}, []), l = f.useCallback(function(m) {
|
|
39294
39294
|
var g = m;
|
|
39295
|
-
if (!(!
|
|
39295
|
+
if (!(!F1.length || F1[F1.length - 1] !== r)) {
|
|
39296
39296
|
var v = "deltaY" in g ? rS(g) : ti(g), w = t.current.filter(function(I) {
|
|
39297
39297
|
return I.name === g.type && (I.target === g.target || g.target === I.shadowParent) && zme(I.delta, v);
|
|
39298
39298
|
})[0];
|
|
@@ -39322,14 +39322,14 @@ function jme(e) {
|
|
|
39322
39322
|
s(m.type, ti(m), m.target, d(m, e.lockRef.current));
|
|
39323
39323
|
}, []);
|
|
39324
39324
|
f.useEffect(function() {
|
|
39325
|
-
return
|
|
39325
|
+
return F1.push(r), e.setCallbacks({
|
|
39326
39326
|
onScrollCapture: h,
|
|
39327
39327
|
onWheelCapture: h,
|
|
39328
39328
|
onTouchMoveCapture: k
|
|
39329
|
-
}), document.addEventListener("wheel", l,
|
|
39330
|
-
|
|
39329
|
+
}), document.addEventListener("wheel", l, H1), document.addEventListener("touchmove", l, H1), document.addEventListener("touchstart", u, H1), function() {
|
|
39330
|
+
F1 = F1.filter(function(m) {
|
|
39331
39331
|
return m !== r;
|
|
39332
|
-
}), document.removeEventListener("wheel", l,
|
|
39332
|
+
}), document.removeEventListener("wheel", l, H1), document.removeEventListener("touchmove", l, H1), document.removeEventListener("touchstart", u, H1);
|
|
39333
39333
|
};
|
|
39334
39334
|
}, []);
|
|
39335
39335
|
var p = e.removeScrollBar, y = e.inert;
|
|
@@ -39356,11 +39356,11 @@ var Xb = ["Enter", " "], Dme = ["ArrowDown", "PageUp", "Home"], xj = ["ArrowUp",
|
|
|
39356
39356
|
}, Hme = {
|
|
39357
39357
|
ltr: ["ArrowLeft"],
|
|
39358
39358
|
rtl: ["ArrowRight"]
|
|
39359
|
-
}, Rr = "Menu", [Mr, Fme, Tme] = AP(Rr), [
|
|
39359
|
+
}, Rr = "Menu", [Mr, Fme, Tme] = AP(Rr), [P1, bj] = er(Rr, [
|
|
39360
39360
|
Tme,
|
|
39361
39361
|
nb,
|
|
39362
39362
|
sj
|
|
39363
|
-
]), ab = nb(), $j = sj(), [Eme,
|
|
39363
|
+
]), ab = nb(), $j = sj(), [Eme, j1] = P1(Rr), [Ume, Dr] = P1(Rr), Ij = (e) => {
|
|
39364
39364
|
const { __scopeMenu: t, open: o = !1, children: a, dir: n, onOpenChange: r, modal: c = !0 } = e, d = ab(t), [l, s] = f.useState(null), u = f.useRef(!1), h = Qe(r), k = PP(n);
|
|
39365
39365
|
return f.useEffect(() => {
|
|
39366
39366
|
const p = () => {
|
|
@@ -39399,21 +39399,21 @@ var Bme = "MenuAnchor", QI = f.forwardRef(
|
|
|
39399
39399
|
}
|
|
39400
39400
|
);
|
|
39401
39401
|
QI.displayName = Bme;
|
|
39402
|
-
var eL = "MenuPortal", [Zme, Lj] =
|
|
39402
|
+
var eL = "MenuPortal", [Zme, Lj] = P1(eL, {
|
|
39403
39403
|
forceMount: void 0
|
|
39404
39404
|
}), Sj = (e) => {
|
|
39405
|
-
const { __scopeMenu: t, forceMount: o, children: a, container: n } = e, r =
|
|
39406
|
-
return /* @__PURE__ */ _(Zme, { scope: t, forceMount: o, children: /* @__PURE__ */ _(
|
|
39405
|
+
const { __scopeMenu: t, forceMount: o, children: a, container: n } = e, r = j1(eL, t);
|
|
39406
|
+
return /* @__PURE__ */ _(Zme, { scope: t, forceMount: o, children: /* @__PURE__ */ _(A1, { present: o || r.open, children: /* @__PURE__ */ _(JI, { asChild: !0, container: n, children: a }) }) });
|
|
39407
39407
|
};
|
|
39408
39408
|
Sj.displayName = eL;
|
|
39409
|
-
var xe = "MenuContent", [Gme, tL] =
|
|
39409
|
+
var xe = "MenuContent", [Gme, tL] = P1(xe), Cj = f.forwardRef(
|
|
39410
39410
|
(e, t) => {
|
|
39411
|
-
const o = Lj(xe, e.__scopeMenu), { forceMount: a = o.forceMount, ...n } = e, r =
|
|
39412
|
-
return /* @__PURE__ */ _(Mr.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ _(
|
|
39411
|
+
const o = Lj(xe, e.__scopeMenu), { forceMount: a = o.forceMount, ...n } = e, r = j1(xe, e.__scopeMenu), c = Dr(xe, e.__scopeMenu);
|
|
39412
|
+
return /* @__PURE__ */ _(Mr.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ _(A1, { present: a || r.open, children: /* @__PURE__ */ _(Mr.Slot, { scope: e.__scopeMenu, children: c.modal ? /* @__PURE__ */ _(Wme, { ...n, ref: t }) : /* @__PURE__ */ _(Kme, { ...n, ref: t }) }) }) });
|
|
39413
39413
|
}
|
|
39414
39414
|
), Wme = f.forwardRef(
|
|
39415
39415
|
(e, t) => {
|
|
39416
|
-
const o =
|
|
39416
|
+
const o = j1(xe, e.__scopeMenu), a = f.useRef(null), n = le(t, a);
|
|
39417
39417
|
return f.useEffect(() => {
|
|
39418
39418
|
const r = a.current;
|
|
39419
39419
|
if (r) return kj(r);
|
|
@@ -39435,7 +39435,7 @@ var xe = "MenuContent", [Gme, tL] = Pa(xe), Cj = f.forwardRef(
|
|
|
39435
39435
|
);
|
|
39436
39436
|
}
|
|
39437
39437
|
), Kme = f.forwardRef((e, t) => {
|
|
39438
|
-
const o =
|
|
39438
|
+
const o = j1(xe, e.__scopeMenu);
|
|
39439
39439
|
return /* @__PURE__ */ _(
|
|
39440
39440
|
nL,
|
|
39441
39441
|
{
|
|
@@ -39464,7 +39464,7 @@ var xe = "MenuContent", [Gme, tL] = Pa(xe), Cj = f.forwardRef(
|
|
|
39464
39464
|
onDismiss: p,
|
|
39465
39465
|
disableOutsideScroll: y,
|
|
39466
39466
|
...m
|
|
39467
|
-
} = e, g =
|
|
39467
|
+
} = e, g = j1(xe, o), v = Dr(xe, o), w = ab(o), x = $j(o), b = Fme(o), [I, P] = f.useState(null), N = f.useRef(null), L = le(t, N, g.onContentChange), R = f.useRef(0), F = f.useRef(""), W = f.useRef(0), Q = f.useRef(null), J = f.useRef("right"), K = f.useRef(0), te = y ? YI : f.Fragment, E = y ? { as: Xme, allowPinchZoom: !0 } : void 0, X = (j) => {
|
|
39468
39468
|
const ae = F.current + j, ke = b().filter((Z) => !Z.disabled), $e = document.activeElement, oe = ke.find((Z) => Z.ref.current === $e)?.textValue, ie = ke.map((Z) => Z.textValue), Ge = dfe(ie, ae, oe), Pe = ke.find((Z) => Z.textValue === Ge)?.ref.current;
|
|
39469
39469
|
(function Z(ot) {
|
|
39470
39470
|
F.current = ot, window.clearTimeout(R.current), ot !== "" && (R.current = window.setTimeout(() => Z(""), 1e3));
|
|
@@ -39683,7 +39683,7 @@ var zj = f.forwardRef(
|
|
|
39683
39683
|
}
|
|
39684
39684
|
);
|
|
39685
39685
|
Aj.displayName = Qme;
|
|
39686
|
-
var Pj = "MenuRadioGroup", [efe, tfe] =
|
|
39686
|
+
var Pj = "MenuRadioGroup", [efe, tfe] = P1(
|
|
39687
39687
|
Pj,
|
|
39688
39688
|
{ value: void 0, onValueChange: () => {
|
|
39689
39689
|
} }
|
|
@@ -39715,14 +39715,14 @@ var qj = "MenuRadioItem", Rj = f.forwardRef(
|
|
|
39715
39715
|
}
|
|
39716
39716
|
);
|
|
39717
39717
|
Rj.displayName = qj;
|
|
39718
|
-
var aL = "MenuItemIndicator", [Dj, nfe] =
|
|
39718
|
+
var aL = "MenuItemIndicator", [Dj, nfe] = P1(
|
|
39719
39719
|
aL,
|
|
39720
39720
|
{ checked: !1 }
|
|
39721
39721
|
), Oj = f.forwardRef(
|
|
39722
39722
|
(e, t) => {
|
|
39723
39723
|
const { __scopeMenu: o, forceMount: a, ...n } = e, r = nfe(aL, o);
|
|
39724
39724
|
return /* @__PURE__ */ _(
|
|
39725
|
-
|
|
39725
|
+
A1,
|
|
39726
39726
|
{
|
|
39727
39727
|
present: a || Px(r.checked) || r.checked === !0,
|
|
39728
39728
|
children: /* @__PURE__ */ _(
|
|
@@ -39760,9 +39760,9 @@ var afe = "MenuArrow", Hj = f.forwardRef(
|
|
|
39760
39760
|
}
|
|
39761
39761
|
);
|
|
39762
39762
|
Hj.displayName = afe;
|
|
39763
|
-
var rfe = "MenuSub", [Hge, Fj] =
|
|
39763
|
+
var rfe = "MenuSub", [Hge, Fj] = P1(rfe), lr = "MenuSubTrigger", Tj = f.forwardRef(
|
|
39764
39764
|
(e, t) => {
|
|
39765
|
-
const o =
|
|
39765
|
+
const o = j1(lr, e.__scopeMenu), a = Dr(lr, e.__scopeMenu), n = Fj(lr, e.__scopeMenu), r = tL(lr, e.__scopeMenu), c = f.useRef(null), { pointerGraceTimerRef: d, onPointerGraceIntentChange: l } = r, s = { __scopeMenu: e.__scopeMenu }, u = f.useCallback(() => {
|
|
39766
39766
|
c.current && window.clearTimeout(c.current), c.current = null;
|
|
39767
39767
|
}, []);
|
|
39768
39768
|
return f.useEffect(() => u, [u]), f.useEffect(() => {
|
|
@@ -39830,8 +39830,8 @@ var rfe = "MenuSub", [Hge, Fj] = Pa(rfe), lr = "MenuSubTrigger", Tj = f.forwardR
|
|
|
39830
39830
|
Tj.displayName = lr;
|
|
39831
39831
|
var Ej = "MenuSubContent", Uj = f.forwardRef(
|
|
39832
39832
|
(e, t) => {
|
|
39833
|
-
const o = Lj(xe, e.__scopeMenu), { forceMount: a = o.forceMount, ...n } = e, r =
|
|
39834
|
-
return /* @__PURE__ */ _(Mr.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ _(
|
|
39833
|
+
const o = Lj(xe, e.__scopeMenu), { forceMount: a = o.forceMount, ...n } = e, r = j1(xe, e.__scopeMenu), c = Dr(xe, e.__scopeMenu), d = Fj(Ej, e.__scopeMenu), l = f.useRef(null), s = le(t, l);
|
|
39834
|
+
return /* @__PURE__ */ _(Mr.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ _(A1, { present: a || r.open, children: /* @__PURE__ */ _(Mr.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ _(
|
|
39835
39835
|
nL,
|
|
39836
39836
|
{
|
|
39837
39837
|
id: d.contentId,
|
|
@@ -40161,7 +40161,7 @@ function ige({
|
|
|
40161
40161
|
}
|
|
40162
40162
|
);
|
|
40163
40163
|
}
|
|
40164
|
-
return /* @__PURE__ */
|
|
40164
|
+
return /* @__PURE__ */ I1(tge, { children: [
|
|
40165
40165
|
/* @__PURE__ */ _(nge, { className: "min-w-8 mx-auto", children: /* @__PURE__ */ _(
|
|
40166
40166
|
DL,
|
|
40167
40167
|
{
|
|
@@ -40172,7 +40172,7 @@ function ige({
|
|
|
40172
40172
|
children: /* @__PURE__ */ _(it, {})
|
|
40173
40173
|
}
|
|
40174
40174
|
) }),
|
|
40175
|
-
/* @__PURE__ */ _(oge, { align: "end", className: "w-64", children: t.map((d, l) => /* @__PURE__ */
|
|
40175
|
+
/* @__PURE__ */ _(oge, { align: "end", className: "w-64", children: t.map((d, l) => /* @__PURE__ */ I1(
|
|
40176
40176
|
age,
|
|
40177
40177
|
{
|
|
40178
40178
|
className: "flex items-center gap-2 text-base font-semibold",
|
|
@@ -40250,19 +40250,19 @@ var iL = "PopoverPortal", [sge, lge] = eq(iL, {
|
|
|
40250
40250
|
forceMount: void 0
|
|
40251
40251
|
}), rq = (e) => {
|
|
40252
40252
|
const { __scopePopover: t, forceMount: o, children: a, container: n } = e, r = yt(iL, t);
|
|
40253
|
-
return /* @__PURE__ */ _(sge, { scope: t, forceMount: o, children: /* @__PURE__ */ _(
|
|
40253
|
+
return /* @__PURE__ */ _(sge, { scope: t, forceMount: o, children: /* @__PURE__ */ _(A1, { present: o || r.open, children: /* @__PURE__ */ _(JI, { asChild: !0, container: n, children: a }) }) });
|
|
40254
40254
|
};
|
|
40255
40255
|
rq.displayName = iL;
|
|
40256
|
-
var
|
|
40256
|
+
var X1 = "PopoverContent", iq = f.forwardRef(
|
|
40257
40257
|
(e, t) => {
|
|
40258
|
-
const o = lge(
|
|
40259
|
-
return /* @__PURE__ */ _(
|
|
40258
|
+
const o = lge(X1, e.__scopePopover), { forceMount: a = o.forceMount, ...n } = e, r = yt(X1, e.__scopePopover);
|
|
40259
|
+
return /* @__PURE__ */ _(A1, { present: a || r.open, children: r.modal ? /* @__PURE__ */ _(hge, { ...n, ref: t }) : /* @__PURE__ */ _(pge, { ...n, ref: t }) });
|
|
40260
40260
|
}
|
|
40261
40261
|
);
|
|
40262
|
-
iq.displayName =
|
|
40262
|
+
iq.displayName = X1;
|
|
40263
40263
|
var uge = /* @__PURE__ */ fr("PopoverContent.RemoveScroll"), hge = f.forwardRef(
|
|
40264
40264
|
(e, t) => {
|
|
40265
|
-
const o = yt(
|
|
40265
|
+
const o = yt(X1, e.__scopePopover), a = f.useRef(null), n = le(t, a), r = f.useRef(!1);
|
|
40266
40266
|
return f.useEffect(() => {
|
|
40267
40267
|
const c = a.current;
|
|
40268
40268
|
if (c) return kj(c);
|
|
@@ -40294,7 +40294,7 @@ var uge = /* @__PURE__ */ fr("PopoverContent.RemoveScroll"), hge = f.forwardRef(
|
|
|
40294
40294
|
}
|
|
40295
40295
|
), pge = f.forwardRef(
|
|
40296
40296
|
(e, t) => {
|
|
40297
|
-
const o = yt(
|
|
40297
|
+
const o = yt(X1, e.__scopePopover), a = f.useRef(!1), n = f.useRef(!1);
|
|
40298
40298
|
return /* @__PURE__ */ _(
|
|
40299
40299
|
cq,
|
|
40300
40300
|
{
|
|
@@ -40326,7 +40326,7 @@ var uge = /* @__PURE__ */ fr("PopoverContent.RemoveScroll"), hge = f.forwardRef(
|
|
|
40326
40326
|
onFocusOutside: s,
|
|
40327
40327
|
onInteractOutside: u,
|
|
40328
40328
|
...h
|
|
40329
|
-
} = e, k = yt(
|
|
40329
|
+
} = e, k = yt(X1, o), p = Or(o);
|
|
40330
40330
|
return RP(), /* @__PURE__ */ _(
|
|
40331
40331
|
FI,
|
|
40332
40332
|
{
|
|
@@ -40469,7 +40469,7 @@ const Sge = ({ value: e, type: t }) => {
|
|
|
40469
40469
|
children: Cge(o, t)
|
|
40470
40470
|
}
|
|
40471
40471
|
);
|
|
40472
|
-
return n && t !== "url" ? /* @__PURE__ */
|
|
40472
|
+
return n && t !== "url" ? /* @__PURE__ */ I1(_ge, { children: [
|
|
40473
40473
|
/* @__PURE__ */ _(
|
|
40474
40474
|
wge,
|
|
40475
40475
|
{
|
|
@@ -40495,7 +40495,17 @@ const Sge = ({ value: e, type: t }) => {
|
|
|
40495
40495
|
return String(e);
|
|
40496
40496
|
case "url":
|
|
40497
40497
|
const [o, a] = String(e).split("|||");
|
|
40498
|
-
return /* @__PURE__ */ _(
|
|
40498
|
+
return /* @__PURE__ */ _(
|
|
40499
|
+
"a",
|
|
40500
|
+
{
|
|
40501
|
+
href: a,
|
|
40502
|
+
rel: "noopener noreferrer",
|
|
40503
|
+
target: "_blank",
|
|
40504
|
+
className: "text-primary underline",
|
|
40505
|
+
onClick: (n) => n.stopPropagation(),
|
|
40506
|
+
children: o
|
|
40507
|
+
}
|
|
40508
|
+
);
|
|
40499
40509
|
case "phone":
|
|
40500
40510
|
return Lge(String(e));
|
|
40501
40511
|
case "date":
|
|
@@ -40529,12 +40539,12 @@ function Nge({
|
|
|
40529
40539
|
id: "index",
|
|
40530
40540
|
header: "№",
|
|
40531
40541
|
meta: {
|
|
40532
|
-
size:
|
|
40542
|
+
size: b1.xs
|
|
40533
40543
|
},
|
|
40534
40544
|
cell: ({ row: l }) => l.index + 1
|
|
40535
40545
|
});
|
|
40536
40546
|
const c = Object.entries(e).map(([l, s]) => {
|
|
40537
|
-
const { sort: u, size: h =
|
|
40547
|
+
const { sort: u, size: h = b1.md, title: k } = s, p = k || l[0].toUpperCase() + l.slice(1);
|
|
40538
40548
|
return {
|
|
40539
40549
|
accessorKey: l,
|
|
40540
40550
|
header: p,
|
|
@@ -40556,7 +40566,7 @@ function Nge({
|
|
|
40556
40566
|
id: "actions",
|
|
40557
40567
|
header: "",
|
|
40558
40568
|
meta: {
|
|
40559
|
-
size:
|
|
40569
|
+
size: b1.xs
|
|
40560
40570
|
},
|
|
40561
40571
|
cell: ({ row: l }) => /* @__PURE__ */ _(
|
|
40562
40572
|
ige,
|
|
@@ -40646,12 +40656,12 @@ const qge = {
|
|
|
40646
40656
|
className: n = ""
|
|
40647
40657
|
}) => {
|
|
40648
40658
|
const r = qge[o];
|
|
40649
|
-
return /* @__PURE__ */
|
|
40659
|
+
return /* @__PURE__ */ I1(
|
|
40650
40660
|
Age,
|
|
40651
40661
|
{
|
|
40652
40662
|
className: `mx-auto max-w-md mt-8 w-full h-full flex flex-col justify-center border ${r.border} ${r.bg} ${n}`,
|
|
40653
40663
|
children: [
|
|
40654
|
-
/* @__PURE__ */
|
|
40664
|
+
/* @__PURE__ */ I1(
|
|
40655
40665
|
Pge,
|
|
40656
40666
|
{
|
|
40657
40667
|
className: `flex items-center gap-2 font-semibold ${r.text}`,
|
|
@@ -40714,7 +40724,7 @@ function Fge(e) {
|
|
|
40714
40724
|
w?.length > 0 && k((R) => {
|
|
40715
40725
|
R?.data?.length > 0 && R.data !== w && x(R.data || []);
|
|
40716
40726
|
});
|
|
40717
|
-
}, [w]), p.success ? /* @__PURE__ */
|
|
40727
|
+
}, [w]), p.success ? /* @__PURE__ */ I1(
|
|
40718
40728
|
"main",
|
|
40719
40729
|
{
|
|
40720
40730
|
className: re(
|
|
@@ -40723,7 +40733,7 @@ function Fge(e) {
|
|
|
40723
40733
|
),
|
|
40724
40734
|
style: { ...l?.variables },
|
|
40725
40735
|
children: [
|
|
40726
|
-
/* @__PURE__ */
|
|
40736
|
+
/* @__PURE__ */ I1(
|
|
40727
40737
|
aD,
|
|
40728
40738
|
{
|
|
40729
40739
|
className: re(
|