@n8n/chat 1.3.0 โ 1.4.0
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/chat.bundle.es.js +824 -743
- package/dist/chat.bundle.umd.js +13 -23
- package/dist/chat.es.js +437 -433
- package/dist/chat.umd.js +5 -6
- package/dist/style.css +2 -2
- package/package.json +4 -4
package/dist/chat.es.js
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@1.
|
|
1
|
+
/*! Package version @n8n/chat@1.4.0 */
|
|
2
2
|
import * as Vue from "vue";
|
|
3
3
|
import { Comment, Fragment, Teleport, Text, Transition, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
|
|
4
|
-
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e) => {
|
|
5
|
-
let
|
|
6
|
-
for (var
|
|
7
|
-
get: e[
|
|
4
|
+
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e, t) => {
|
|
5
|
+
let n = {};
|
|
6
|
+
for (var r in e) __defProp$1(n, r, {
|
|
7
|
+
get: e[r],
|
|
8
8
|
enumerable: !0
|
|
9
9
|
});
|
|
10
|
-
return t;
|
|
10
|
+
return t && __defProp$1(n, Symbol.toStringTag, { value: "Module" }), n;
|
|
11
11
|
}, __copyProps = (e, t, n, r) => {
|
|
12
12
|
if (t && typeof t == "object" || typeof t == "function") for (var i = __getOwnPropNames(t), o = 0, s = i.length, l; o < s; o++) l = i[o], !__hasOwnProp$1.call(e, l) && l !== n && __defProp$1(e, l, {
|
|
13
13
|
get: ((e) => t[e]).bind(null, l),
|
|
14
14
|
enumerable: !(r = __getOwnPropDesc(t, l)) || r.enumerable
|
|
15
15
|
});
|
|
16
16
|
return e;
|
|
17
|
-
}, __reExport = (e, t, n
|
|
17
|
+
}, __reExport = (e, t, n, r) => {
|
|
18
|
+
r && (__defProp$1(e, Symbol.toStringTag, { value: "Module" }), n && __defProp$1(n, Symbol.toStringTag, { value: "Module" })), __copyProps(e, t, "default"), n && __copyProps(n, t, "default");
|
|
19
|
+
}, __toESM = (e, t, n) => (n = e == null ? {} : __create(__getProtoOf(e)), __copyProps(t || !e || !e.__esModule ? __defProp$1(n, "default", {
|
|
18
20
|
value: e,
|
|
19
21
|
enumerable: !0
|
|
20
|
-
}) : n, e)), __toCommonJS = (e) => __copyProps(__defProp$1({}, "__esModule", { value: !0 }), e);
|
|
22
|
+
}) : n, e)), __toCommonJS = (e) => __hasOwnProp$1.call(e, "module.exports") ? e["module.exports"] : __copyProps(__defProp$1({}, "__esModule", { value: !0 }), e);
|
|
21
23
|
const defaultOptions = {
|
|
22
24
|
webhookUrl: "http://localhost:5678",
|
|
23
25
|
webhookConfig: {
|
|
@@ -1934,10 +1936,10 @@ var _hoisted_1$233 = {
|
|
|
1934
1936
|
height: "1.2em"
|
|
1935
1937
|
};
|
|
1936
1938
|
function render$206(e, t) {
|
|
1937
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$233, t[0] ||= [createElementVNode("path", {
|
|
1939
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createElementVNode("path", {
|
|
1938
1940
|
fill: "currentColor",
|
|
1939
1941
|
d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
|
|
1940
|
-
}, null, -1)]);
|
|
1942
|
+
}, null, -1)]]);
|
|
1941
1943
|
}
|
|
1942
1944
|
var close_default = {
|
|
1943
1945
|
name: "mdi-close",
|
|
@@ -1982,7 +1984,7 @@ var _hoisted_1$231 = { class: "chat-get-started" }, GetStarted_default = /* @__P
|
|
|
1982
1984
|
}
|
|
1983
1985
|
}), _sfc_main$8 = {}, _hoisted_1$230 = { class: "chat-powered-by" };
|
|
1984
1986
|
function _sfc_render$8(e, t) {
|
|
1985
|
-
return openBlock(), createElementBlock("div", _hoisted_1$230, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
|
|
1987
|
+
return openBlock(), createElementBlock("div", _hoisted_1$230, [...t[0] ||= [createTextVNode(" Powered by ", -1), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
|
|
1986
1988
|
}
|
|
1987
1989
|
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$229 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
1988
1990
|
__name: "GetStartedFooter",
|
|
@@ -1998,9 +2000,9 @@ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_
|
|
|
1998
2000
|
isVue2: () => !1,
|
|
1999
2001
|
isVue3: () => !0,
|
|
2000
2002
|
set: () => set
|
|
2001
|
-
});
|
|
2003
|
+
}, 1);
|
|
2002
2004
|
import * as import_vue from "vue";
|
|
2003
|
-
__reExport(lib_exports, import_vue);
|
|
2005
|
+
__reExport(lib_exports, import_vue, void 0, 1);
|
|
2004
2006
|
function install() {}
|
|
2005
2007
|
function set(e, t, n) {
|
|
2006
2008
|
return Array.isArray(e) ? (e.length = Math.max(e.length, t), e.splice(t, 1, n), n) : (e[t] = n, n);
|
|
@@ -2068,10 +2070,10 @@ var _hoisted_1$228 = {
|
|
|
2068
2070
|
height: "1.2em"
|
|
2069
2071
|
};
|
|
2070
2072
|
function render$205(e, t) {
|
|
2071
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createElementVNode("path", {
|
|
2073
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
|
|
2072
2074
|
fill: "currentColor",
|
|
2073
2075
|
d: "M16.5 6v11.5a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5A2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4a4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5a5.5 5.5 0 0 0 5.5-5.5V6z"
|
|
2074
|
-
}, null, -1)]);
|
|
2076
|
+
}, null, -1)]]);
|
|
2075
2077
|
}
|
|
2076
2078
|
var paperclip_default$1 = {
|
|
2077
2079
|
name: "mdi-paperclip",
|
|
@@ -2082,10 +2084,10 @@ var paperclip_default$1 = {
|
|
|
2082
2084
|
height: "1.2em"
|
|
2083
2085
|
};
|
|
2084
2086
|
function render$204(e, t) {
|
|
2085
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$227, t[0] ||= [createElementVNode("path", {
|
|
2087
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
|
|
2086
2088
|
fill: "currentColor",
|
|
2087
2089
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
2088
|
-
}, null, -1)]);
|
|
2090
|
+
}, null, -1)]]);
|
|
2089
2091
|
}
|
|
2090
2092
|
var send_default$1 = {
|
|
2091
2093
|
name: "mdi-send",
|
|
@@ -2096,10 +2098,10 @@ var send_default$1 = {
|
|
|
2096
2098
|
height: "1.2em"
|
|
2097
2099
|
};
|
|
2098
2100
|
function render$203(e, t) {
|
|
2099
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$226, t[0] ||= [createElementVNode("path", {
|
|
2101
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("path", {
|
|
2100
2102
|
fill: "currentColor",
|
|
2101
2103
|
d: "M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z"
|
|
2102
|
-
}, null, -1)]);
|
|
2104
|
+
}, null, -1)]]);
|
|
2103
2105
|
}
|
|
2104
2106
|
var closeThick_default = {
|
|
2105
2107
|
name: "mdi-closeThick",
|
|
@@ -2110,10 +2112,10 @@ var closeThick_default = {
|
|
|
2110
2112
|
height: "1.2em"
|
|
2111
2113
|
};
|
|
2112
2114
|
function render$202(e, t) {
|
|
2113
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$225, t[0] ||= [createElementVNode("path", {
|
|
2115
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
|
|
2114
2116
|
fill: "currentColor",
|
|
2115
2117
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"
|
|
2116
|
-
}, null, -1)]);
|
|
2118
|
+
}, null, -1)]]);
|
|
2117
2119
|
}
|
|
2118
2120
|
var fileImage_default = {
|
|
2119
2121
|
name: "mdi-fileImage",
|
|
@@ -2124,10 +2126,10 @@ var fileImage_default = {
|
|
|
2124
2126
|
height: "1.2em"
|
|
2125
2127
|
};
|
|
2126
2128
|
function render$201(e, t) {
|
|
2127
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$224, t[0] ||= [createElementVNode("path", {
|
|
2129
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
|
|
2128
2130
|
fill: "currentColor",
|
|
2129
2131
|
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"
|
|
2130
|
-
}, null, -1)]);
|
|
2132
|
+
}, null, -1)]]);
|
|
2131
2133
|
}
|
|
2132
2134
|
var fileMusic_default = {
|
|
2133
2135
|
name: "mdi-fileMusic",
|
|
@@ -2138,10 +2140,10 @@ var fileMusic_default = {
|
|
|
2138
2140
|
height: "1.2em"
|
|
2139
2141
|
};
|
|
2140
2142
|
function render$200(e, t) {
|
|
2141
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createElementVNode("path", {
|
|
2143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("path", {
|
|
2142
2144
|
fill: "currentColor",
|
|
2143
2145
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"
|
|
2144
|
-
}, null, -1)]);
|
|
2146
|
+
}, null, -1)]]);
|
|
2145
2147
|
}
|
|
2146
2148
|
var fileText_default = {
|
|
2147
2149
|
name: "mdi-fileText",
|
|
@@ -2152,10 +2154,10 @@ var fileText_default = {
|
|
|
2152
2154
|
height: "1.2em"
|
|
2153
2155
|
};
|
|
2154
2156
|
function render$199(e, t) {
|
|
2155
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createElementVNode("path", {
|
|
2157
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("path", {
|
|
2156
2158
|
fill: "currentColor",
|
|
2157
2159
|
d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"
|
|
2158
|
-
}, null, -1)]);
|
|
2160
|
+
}, null, -1)]]);
|
|
2159
2161
|
}
|
|
2160
2162
|
var fileVideo_default = {
|
|
2161
2163
|
name: "mdi-fileVideo",
|
|
@@ -2166,10 +2168,10 @@ var fileVideo_default = {
|
|
|
2166
2168
|
height: "1.2em"
|
|
2167
2169
|
};
|
|
2168
2170
|
function render$198(e, t) {
|
|
2169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createElementVNode("path", {
|
|
2171
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("path", {
|
|
2170
2172
|
fill: "currentColor",
|
|
2171
2173
|
d: "M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"
|
|
2172
|
-
}, null, -1)]);
|
|
2174
|
+
}, null, -1)]]);
|
|
2173
2175
|
}
|
|
2174
2176
|
var openInNew_default = {
|
|
2175
2177
|
name: "mdi-openInNew",
|
|
@@ -2200,7 +2202,7 @@ var openInNew_default = {
|
|
|
2200
2202
|
function d() {
|
|
2201
2203
|
r("remove", n.file);
|
|
2202
2204
|
}
|
|
2203
|
-
return (
|
|
2205
|
+
return (t, n) => (openBlock(), createElementBlock("div", {
|
|
2204
2206
|
class: "chat-file",
|
|
2205
2207
|
"data-test-id": "chat-file",
|
|
2206
2208
|
onClick: s
|
|
@@ -2432,14 +2434,14 @@ var openInNew_default = {
|
|
|
2432
2434
|
height: "1.2em"
|
|
2433
2435
|
};
|
|
2434
2436
|
function render$197(e, t) {
|
|
2435
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
|
|
2437
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("path", {
|
|
2436
2438
|
fill: "none",
|
|
2437
2439
|
stroke: "currentColor",
|
|
2438
2440
|
"stroke-linecap": "round",
|
|
2439
2441
|
"stroke-linejoin": "round",
|
|
2440
2442
|
"stroke-width": "2",
|
|
2441
2443
|
d: "M21 12H9m12 6H7M21 6H3"
|
|
2442
|
-
}, null, -1)]);
|
|
2444
|
+
}, null, -1)]]);
|
|
2443
2445
|
}
|
|
2444
2446
|
var align_right_default = {
|
|
2445
2447
|
name: "lucide-align-right",
|
|
@@ -2450,7 +2452,7 @@ var align_right_default = {
|
|
|
2450
2452
|
height: "1.2em"
|
|
2451
2453
|
};
|
|
2452
2454
|
function render$196(e, t) {
|
|
2453
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("g", {
|
|
2455
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
2454
2456
|
fill: "none",
|
|
2455
2457
|
stroke: "currentColor",
|
|
2456
2458
|
"stroke-linecap": "round",
|
|
@@ -2462,7 +2464,7 @@ function render$196(e, t) {
|
|
|
2462
2464
|
x: "2",
|
|
2463
2465
|
y: "3",
|
|
2464
2466
|
rx: "1"
|
|
2465
|
-
}), createElementVNode("path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4" })], -1)]);
|
|
2467
|
+
}), createElementVNode("path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-10 4h4" })], -1)]]);
|
|
2466
2468
|
}
|
|
2467
2469
|
var archive_default = {
|
|
2468
2470
|
name: "lucide-archive",
|
|
@@ -2473,7 +2475,7 @@ var archive_default = {
|
|
|
2473
2475
|
height: "1.2em"
|
|
2474
2476
|
};
|
|
2475
2477
|
function render$195(e, t) {
|
|
2476
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("g", {
|
|
2478
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("g", {
|
|
2477
2479
|
fill: "none",
|
|
2478
2480
|
stroke: "currentColor",
|
|
2479
2481
|
"stroke-linecap": "round",
|
|
@@ -2485,7 +2487,7 @@ function render$195(e, t) {
|
|
|
2485
2487
|
x: "2",
|
|
2486
2488
|
y: "3",
|
|
2487
2489
|
rx: "1"
|
|
2488
|
-
}), createElementVNode("path", { d: "M4 8v11a2 2 0 0 0 2 2h2M20 8v11a2 2 0 0 1-2 2h-2m-7-6l3-3l3 3m-3-3v9" })], -1)]);
|
|
2490
|
+
}), createElementVNode("path", { d: "M4 8v11a2 2 0 0 0 2 2h2M20 8v11a2 2 0 0 1-2 2h-2m-7-6l3-3l3 3m-3-3v9" })], -1)]]);
|
|
2489
2491
|
}
|
|
2490
2492
|
var archive_restore_default = {
|
|
2491
2493
|
name: "lucide-archive-restore",
|
|
@@ -2496,14 +2498,14 @@ var archive_restore_default = {
|
|
|
2496
2498
|
height: "1.2em"
|
|
2497
2499
|
};
|
|
2498
2500
|
function render$194(e, t) {
|
|
2499
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
|
|
2501
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
|
|
2500
2502
|
fill: "none",
|
|
2501
2503
|
stroke: "currentColor",
|
|
2502
2504
|
"stroke-linecap": "round",
|
|
2503
2505
|
"stroke-linejoin": "round",
|
|
2504
2506
|
"stroke-width": "2",
|
|
2505
2507
|
d: "M12 5v14m7-7l-7 7l-7-7"
|
|
2506
|
-
}, null, -1)]);
|
|
2508
|
+
}, null, -1)]]);
|
|
2507
2509
|
}
|
|
2508
2510
|
var arrow_down_default$1 = {
|
|
2509
2511
|
name: "lucide-arrow-down",
|
|
@@ -2514,14 +2516,14 @@ var arrow_down_default$1 = {
|
|
|
2514
2516
|
height: "1.2em"
|
|
2515
2517
|
};
|
|
2516
2518
|
function render$193(e, t) {
|
|
2517
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
|
|
2519
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
|
|
2518
2520
|
fill: "none",
|
|
2519
2521
|
stroke: "currentColor",
|
|
2520
2522
|
"stroke-linecap": "round",
|
|
2521
2523
|
"stroke-linejoin": "round",
|
|
2522
2524
|
"stroke-width": "2",
|
|
2523
2525
|
d: "m12 19l-7-7l7-7m7 7H5"
|
|
2524
|
-
}, null, -1)]);
|
|
2526
|
+
}, null, -1)]]);
|
|
2525
2527
|
}
|
|
2526
2528
|
var arrow_left_default$1 = {
|
|
2527
2529
|
name: "lucide-arrow-left",
|
|
@@ -2532,14 +2534,14 @@ var arrow_left_default$1 = {
|
|
|
2532
2534
|
height: "1.2em"
|
|
2533
2535
|
};
|
|
2534
2536
|
function render$192(e, t) {
|
|
2535
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
|
|
2537
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
|
|
2536
2538
|
fill: "none",
|
|
2537
2539
|
stroke: "currentColor",
|
|
2538
2540
|
"stroke-linecap": "round",
|
|
2539
2541
|
"stroke-linejoin": "round",
|
|
2540
2542
|
"stroke-width": "2",
|
|
2541
2543
|
d: "M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4"
|
|
2542
|
-
}, null, -1)]);
|
|
2544
|
+
}, null, -1)]]);
|
|
2543
2545
|
}
|
|
2544
2546
|
var arrow_left_right_default = {
|
|
2545
2547
|
name: "lucide-arrow-left-right",
|
|
@@ -2550,14 +2552,14 @@ var arrow_left_right_default = {
|
|
|
2550
2552
|
height: "1.2em"
|
|
2551
2553
|
};
|
|
2552
2554
|
function render$191(e, t) {
|
|
2553
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createElementVNode("path", {
|
|
2555
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("path", {
|
|
2554
2556
|
fill: "none",
|
|
2555
2557
|
stroke: "currentColor",
|
|
2556
2558
|
"stroke-linecap": "round",
|
|
2557
2559
|
"stroke-linejoin": "round",
|
|
2558
2560
|
"stroke-width": "2",
|
|
2559
2561
|
d: "M5 12h14m-7-7l7 7l-7 7"
|
|
2560
|
-
}, null, -1)]);
|
|
2562
|
+
}, null, -1)]]);
|
|
2561
2563
|
}
|
|
2562
2564
|
var arrow_right_default$1 = {
|
|
2563
2565
|
name: "lucide-arrow-right",
|
|
@@ -2568,14 +2570,14 @@ var arrow_right_default$1 = {
|
|
|
2568
2570
|
height: "1.2em"
|
|
2569
2571
|
};
|
|
2570
2572
|
function render$190(e, t) {
|
|
2571
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createElementVNode("path", {
|
|
2573
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("path", {
|
|
2572
2574
|
fill: "none",
|
|
2573
2575
|
stroke: "currentColor",
|
|
2574
2576
|
"stroke-linecap": "round",
|
|
2575
2577
|
"stroke-linejoin": "round",
|
|
2576
2578
|
"stroke-width": "2",
|
|
2577
2579
|
d: "M3 5v14m18-7H7m8 6l6-6l-6-6"
|
|
2578
|
-
}, null, -1)]);
|
|
2580
|
+
}, null, -1)]]);
|
|
2579
2581
|
}
|
|
2580
2582
|
var arrow_right_from_line_default = {
|
|
2581
2583
|
name: "lucide-arrow-right-from-line",
|
|
@@ -2586,14 +2588,14 @@ var arrow_right_from_line_default = {
|
|
|
2586
2588
|
height: "1.2em"
|
|
2587
2589
|
};
|
|
2588
2590
|
function render$189(e, t) {
|
|
2589
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createElementVNode("path", {
|
|
2591
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
|
|
2590
2592
|
fill: "none",
|
|
2591
2593
|
stroke: "currentColor",
|
|
2592
2594
|
"stroke-linecap": "round",
|
|
2593
2595
|
"stroke-linejoin": "round",
|
|
2594
2596
|
"stroke-width": "2",
|
|
2595
2597
|
d: "M17 12H3m8 6l6-6l-6-6m10-1v14"
|
|
2596
|
-
}, null, -1)]);
|
|
2598
|
+
}, null, -1)]]);
|
|
2597
2599
|
}
|
|
2598
2600
|
var arrow_right_to_line_default = {
|
|
2599
2601
|
name: "lucide-arrow-right-to-line",
|
|
@@ -2604,14 +2606,14 @@ var arrow_right_to_line_default = {
|
|
|
2604
2606
|
height: "1.2em"
|
|
2605
2607
|
};
|
|
2606
2608
|
function render$188(e, t) {
|
|
2607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("path", {
|
|
2609
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
|
|
2608
2610
|
fill: "none",
|
|
2609
2611
|
stroke: "currentColor",
|
|
2610
2612
|
"stroke-linecap": "round",
|
|
2611
2613
|
"stroke-linejoin": "round",
|
|
2612
2614
|
"stroke-width": "2",
|
|
2613
2615
|
d: "m5 12l7-7l7 7m-7 7V5"
|
|
2614
|
-
}, null, -1)]);
|
|
2616
|
+
}, null, -1)]]);
|
|
2615
2617
|
}
|
|
2616
2618
|
var arrow_up_default = {
|
|
2617
2619
|
name: "lucide-arrow-up",
|
|
@@ -2622,14 +2624,14 @@ var arrow_up_default = {
|
|
|
2622
2624
|
height: "1.2em"
|
|
2623
2625
|
};
|
|
2624
2626
|
function render$187(e, t) {
|
|
2625
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("path", {
|
|
2627
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("path", {
|
|
2626
2628
|
fill: "none",
|
|
2627
2629
|
stroke: "currentColor",
|
|
2628
2630
|
"stroke-linecap": "round",
|
|
2629
2631
|
"stroke-linejoin": "round",
|
|
2630
2632
|
"stroke-width": "2",
|
|
2631
2633
|
d: "M7 7h10v10M7 17L17 7"
|
|
2632
|
-
}, null, -1)]);
|
|
2634
|
+
}, null, -1)]]);
|
|
2633
2635
|
}
|
|
2634
2636
|
var arrow_up_right_default = {
|
|
2635
2637
|
name: "lucide-arrow-up-right",
|
|
@@ -2640,7 +2642,7 @@ var arrow_up_right_default = {
|
|
|
2640
2642
|
height: "1.2em"
|
|
2641
2643
|
};
|
|
2642
2644
|
function render$186(e, t) {
|
|
2643
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("g", {
|
|
2645
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("g", {
|
|
2644
2646
|
fill: "none",
|
|
2645
2647
|
stroke: "currentColor",
|
|
2646
2648
|
"stroke-linecap": "round",
|
|
@@ -2650,7 +2652,7 @@ function render$186(e, t) {
|
|
|
2650
2652
|
cx: "12",
|
|
2651
2653
|
cy: "12",
|
|
2652
2654
|
r: "4"
|
|
2653
|
-
}), createElementVNode("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })], -1)]);
|
|
2655
|
+
}), createElementVNode("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })], -1)]]);
|
|
2654
2656
|
}
|
|
2655
2657
|
var at_sign_default = {
|
|
2656
2658
|
name: "lucide-at-sign",
|
|
@@ -2661,7 +2663,7 @@ var at_sign_default = {
|
|
|
2661
2663
|
height: "1.2em"
|
|
2662
2664
|
};
|
|
2663
2665
|
function render$185(e, t) {
|
|
2664
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("g", {
|
|
2666
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("g", {
|
|
2665
2667
|
fill: "none",
|
|
2666
2668
|
stroke: "currentColor",
|
|
2667
2669
|
"stroke-linecap": "round",
|
|
@@ -2671,7 +2673,7 @@ function render$185(e, t) {
|
|
|
2671
2673
|
cx: "12",
|
|
2672
2674
|
cy: "12",
|
|
2673
2675
|
r: "10"
|
|
2674
|
-
}), createElementVNode("path", { d: "m4.9 4.9l14.2 14.2" })], -1)]);
|
|
2676
|
+
}), createElementVNode("path", { d: "m4.9 4.9l14.2 14.2" })], -1)]]);
|
|
2675
2677
|
}
|
|
2676
2678
|
var ban_default = {
|
|
2677
2679
|
name: "lucide-ban",
|
|
@@ -2682,14 +2684,14 @@ var ban_default = {
|
|
|
2682
2684
|
height: "1.2em"
|
|
2683
2685
|
};
|
|
2684
2686
|
function render$184(e, t) {
|
|
2685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
|
|
2687
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
|
|
2686
2688
|
fill: "none",
|
|
2687
2689
|
stroke: "currentColor",
|
|
2688
2690
|
"stroke-linecap": "round",
|
|
2689
2691
|
"stroke-linejoin": "round",
|
|
2690
2692
|
"stroke-width": "2",
|
|
2691
2693
|
d: "M10.268 21a2 2 0 0 0 3.464 0m-10.47-5.674A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"
|
|
2692
|
-
}, null, -1)]);
|
|
2694
|
+
}, null, -1)]]);
|
|
2693
2695
|
}
|
|
2694
2696
|
var bell_default = {
|
|
2695
2697
|
name: "lucide-bell",
|
|
@@ -2700,14 +2702,14 @@ var bell_default = {
|
|
|
2700
2702
|
height: "1.2em"
|
|
2701
2703
|
};
|
|
2702
2704
|
function render$183(e, t) {
|
|
2703
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
|
|
2705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
2704
2706
|
fill: "none",
|
|
2705
2707
|
stroke: "currentColor",
|
|
2706
2708
|
"stroke-linecap": "round",
|
|
2707
2709
|
"stroke-linejoin": "round",
|
|
2708
2710
|
"stroke-width": "2",
|
|
2709
2711
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"
|
|
2710
|
-
}, null, -1)]);
|
|
2712
|
+
}, null, -1)]]);
|
|
2711
2713
|
}
|
|
2712
2714
|
var book_default = {
|
|
2713
2715
|
name: "lucide-book",
|
|
@@ -2718,14 +2720,14 @@ var book_default = {
|
|
|
2718
2720
|
height: "1.2em"
|
|
2719
2721
|
};
|
|
2720
2722
|
function render$182(e, t) {
|
|
2721
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
|
|
2723
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
2722
2724
|
fill: "none",
|
|
2723
2725
|
stroke: "currentColor",
|
|
2724
2726
|
"stroke-linecap": "round",
|
|
2725
2727
|
"stroke-linejoin": "round",
|
|
2726
2728
|
"stroke-width": "2",
|
|
2727
2729
|
d: "M12 7v14m-9-3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3z"
|
|
2728
|
-
}, null, -1)]);
|
|
2730
|
+
}, null, -1)]]);
|
|
2729
2731
|
}
|
|
2730
2732
|
var book_open_default = {
|
|
2731
2733
|
name: "lucide-book-open",
|
|
@@ -2736,7 +2738,7 @@ var book_open_default = {
|
|
|
2736
2738
|
height: "1.2em"
|
|
2737
2739
|
};
|
|
2738
2740
|
function render$181(e, t) {
|
|
2739
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("g", {
|
|
2741
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("g", {
|
|
2740
2742
|
fill: "none",
|
|
2741
2743
|
stroke: "currentColor",
|
|
2742
2744
|
"stroke-linecap": "round",
|
|
@@ -2752,7 +2754,7 @@ function render$181(e, t) {
|
|
|
2752
2754
|
rx: "2"
|
|
2753
2755
|
}),
|
|
2754
2756
|
createElementVNode("path", { d: "M2 14h2m16 0h2m-7-1v2m-6-2v2" })
|
|
2755
|
-
], -1)]);
|
|
2757
|
+
], -1)]]);
|
|
2756
2758
|
}
|
|
2757
2759
|
var bot_default = {
|
|
2758
2760
|
name: "lucide-bot",
|
|
@@ -2763,13 +2765,13 @@ var bot_default = {
|
|
|
2763
2765
|
height: "1.2em"
|
|
2764
2766
|
};
|
|
2765
2767
|
function render$180(e, t) {
|
|
2766
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("g", {
|
|
2768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("g", {
|
|
2767
2769
|
fill: "none",
|
|
2768
2770
|
stroke: "currentColor",
|
|
2769
2771
|
"stroke-linecap": "round",
|
|
2770
2772
|
"stroke-linejoin": "round",
|
|
2771
2773
|
"stroke-width": "2"
|
|
2772
|
-
}, [createElementVNode("path", { d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" }), createElementVNode("path", { d: "m3.3 7l8.7 5l8.7-5M12 22V12" })], -1)]);
|
|
2774
|
+
}, [createElementVNode("path", { d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" }), createElementVNode("path", { d: "m3.3 7l8.7 5l8.7-5M12 22V12" })], -1)]]);
|
|
2773
2775
|
}
|
|
2774
2776
|
var box_default = {
|
|
2775
2777
|
name: "lucide-box",
|
|
@@ -2780,14 +2782,14 @@ var box_default = {
|
|
|
2780
2782
|
height: "1.2em"
|
|
2781
2783
|
};
|
|
2782
2784
|
function render$179(e, t) {
|
|
2783
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
|
|
2785
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("path", {
|
|
2784
2786
|
fill: "none",
|
|
2785
2787
|
stroke: "currentColor",
|
|
2786
2788
|
"stroke-linecap": "round",
|
|
2787
2789
|
"stroke-linejoin": "round",
|
|
2788
2790
|
"stroke-width": "2",
|
|
2789
2791
|
d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2a2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1m8 0h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"
|
|
2790
|
-
}, null, -1)]);
|
|
2792
|
+
}, null, -1)]]);
|
|
2791
2793
|
}
|
|
2792
2794
|
var braces_default = {
|
|
2793
2795
|
name: "lucide-braces",
|
|
@@ -2798,7 +2800,7 @@ var braces_default = {
|
|
|
2798
2800
|
height: "1.2em"
|
|
2799
2801
|
};
|
|
2800
2802
|
function render$178(e, t) {
|
|
2801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
|
|
2803
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("g", {
|
|
2802
2804
|
fill: "none",
|
|
2803
2805
|
stroke: "currentColor",
|
|
2804
2806
|
"stroke-linecap": "round",
|
|
@@ -2808,7 +2810,7 @@ function render$178(e, t) {
|
|
|
2808
2810
|
createElementVNode("path", { d: "M12 5a3 3 0 1 0-5.997.125a4 4 0 0 0-2.526 5.77a4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" }),
|
|
2809
2811
|
createElementVNode("path", { d: "M12 5a3 3 0 1 1 5.997.125a4 4 0 0 1 2.526 5.77a4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z" }),
|
|
2810
2812
|
createElementVNode("path", { d: "M15 13a4.5 4.5 0 0 1-3-4a4.5 4.5 0 0 1-3 4m8.599-6.5a3 3 0 0 0 .399-1.375m-11.995 0A3 3 0 0 0 6.401 6.5m-2.924 4.396a4 4 0 0 1 .585-.396m15.876 0a4 4 0 0 1 .585.396M6 18a4 4 0 0 1-1.967-.516m15.934 0A4 4 0 0 1 18 18" })
|
|
2811
|
-
], -1)]);
|
|
2813
|
+
], -1)]]);
|
|
2812
2814
|
}
|
|
2813
2815
|
var brain_default = {
|
|
2814
2816
|
name: "lucide-brain",
|
|
@@ -2819,7 +2821,7 @@ var brain_default = {
|
|
|
2819
2821
|
height: "1.2em"
|
|
2820
2822
|
};
|
|
2821
2823
|
function render$177(e, t) {
|
|
2822
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
|
|
2824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("g", {
|
|
2823
2825
|
fill: "none",
|
|
2824
2826
|
stroke: "currentColor",
|
|
2825
2827
|
"stroke-linecap": "round",
|
|
@@ -2829,7 +2831,7 @@ function render$177(e, t) {
|
|
|
2829
2831
|
createElementVNode("path", { d: "m8 2l1.88 1.88m4.24 0L16 2M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" }),
|
|
2830
2832
|
createElementVNode("path", { d: "M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6m0 0v-9" }),
|
|
2831
2833
|
createElementVNode("path", { d: "M6.53 9C4.6 8.8 3 7.1 3 5m3 8H2m1 8c0-2.1 1.7-3.9 3.8-4M20.97 5c0 2.1-1.6 3.8-3.5 4M22 13h-4m-.8 4c2.1.1 3.8 1.9 3.8 4" })
|
|
2832
|
-
], -1)]);
|
|
2834
|
+
], -1)]]);
|
|
2833
2835
|
}
|
|
2834
2836
|
var bug_default = {
|
|
2835
2837
|
name: "lucide-bug",
|
|
@@ -2840,7 +2842,7 @@ var bug_default = {
|
|
|
2840
2842
|
height: "1.2em"
|
|
2841
2843
|
};
|
|
2842
2844
|
function render$176(e, t) {
|
|
2843
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("g", {
|
|
2845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("g", {
|
|
2844
2846
|
fill: "none",
|
|
2845
2847
|
stroke: "currentColor",
|
|
2846
2848
|
"stroke-linecap": "round",
|
|
@@ -2852,7 +2854,7 @@ function render$176(e, t) {
|
|
|
2852
2854
|
x: "4",
|
|
2853
2855
|
y: "2",
|
|
2854
2856
|
rx: "2"
|
|
2855
|
-
}), createElementVNode("path", { d: "M8 6h8m0 8v4m0-8h.01M12 10h.01M8 10h.01M12 14h.01M8 14h.01M12 18h.01M8 18h.01" })], -1)]);
|
|
2857
|
+
}), createElementVNode("path", { d: "M8 6h8m0 8v4m0-8h.01M12 10h.01M8 10h.01M12 14h.01M8 14h.01M12 18h.01M8 18h.01" })], -1)]]);
|
|
2856
2858
|
}
|
|
2857
2859
|
var calculator_default = {
|
|
2858
2860
|
name: "lucide-calculator",
|
|
@@ -2863,7 +2865,7 @@ var calculator_default = {
|
|
|
2863
2865
|
height: "1.2em"
|
|
2864
2866
|
};
|
|
2865
2867
|
function render$175(e, t) {
|
|
2866
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("g", {
|
|
2868
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("g", {
|
|
2867
2869
|
fill: "none",
|
|
2868
2870
|
stroke: "currentColor",
|
|
2869
2871
|
"stroke-linecap": "round",
|
|
@@ -2879,7 +2881,7 @@ function render$175(e, t) {
|
|
|
2879
2881
|
rx: "2"
|
|
2880
2882
|
}),
|
|
2881
2883
|
createElementVNode("path", { d: "M3 10h18" })
|
|
2882
|
-
], -1)]);
|
|
2884
|
+
], -1)]]);
|
|
2883
2885
|
}
|
|
2884
2886
|
var calendar_default = {
|
|
2885
2887
|
name: "lucide-calendar",
|
|
@@ -2890,14 +2892,14 @@ var calendar_default = {
|
|
|
2890
2892
|
height: "1.2em"
|
|
2891
2893
|
};
|
|
2892
2894
|
function render$174(e, t) {
|
|
2893
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("path", {
|
|
2895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
|
|
2894
2896
|
fill: "none",
|
|
2895
2897
|
stroke: "currentColor",
|
|
2896
2898
|
"stroke-linecap": "round",
|
|
2897
2899
|
"stroke-linejoin": "round",
|
|
2898
2900
|
"stroke-width": "2",
|
|
2899
2901
|
d: "m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"
|
|
2900
|
-
}, null, -1)]);
|
|
2902
|
+
}, null, -1)]]);
|
|
2901
2903
|
}
|
|
2902
2904
|
var case_upper_default = {
|
|
2903
2905
|
name: "lucide-case-upper",
|
|
@@ -2908,14 +2910,14 @@ var case_upper_default = {
|
|
|
2908
2910
|
height: "1.2em"
|
|
2909
2911
|
};
|
|
2910
2912
|
function render$173(e, t) {
|
|
2911
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("path", {
|
|
2913
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("path", {
|
|
2912
2914
|
fill: "none",
|
|
2913
2915
|
stroke: "currentColor",
|
|
2914
2916
|
"stroke-linecap": "round",
|
|
2915
2917
|
"stroke-linejoin": "round",
|
|
2916
2918
|
"stroke-width": "2",
|
|
2917
2919
|
d: "M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"
|
|
2918
|
-
}, null, -1)]);
|
|
2920
|
+
}, null, -1)]]);
|
|
2919
2921
|
}
|
|
2920
2922
|
var chart_column_decreasing_default = {
|
|
2921
2923
|
name: "lucide-chart-column-decreasing",
|
|
@@ -2926,14 +2928,14 @@ var chart_column_decreasing_default = {
|
|
|
2926
2928
|
height: "1.2em"
|
|
2927
2929
|
};
|
|
2928
2930
|
function render$172(e, t) {
|
|
2929
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("path", {
|
|
2931
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("path", {
|
|
2930
2932
|
fill: "none",
|
|
2931
2933
|
stroke: "currentColor",
|
|
2932
2934
|
"stroke-linecap": "round",
|
|
2933
2935
|
"stroke-linejoin": "round",
|
|
2934
2936
|
"stroke-width": "2",
|
|
2935
2937
|
d: "M20 6L9 17l-5-5"
|
|
2936
|
-
}, null, -1)]);
|
|
2938
|
+
}, null, -1)]]);
|
|
2937
2939
|
}
|
|
2938
2940
|
var check_default = {
|
|
2939
2941
|
name: "lucide-check",
|
|
@@ -2944,14 +2946,14 @@ var check_default = {
|
|
|
2944
2946
|
height: "1.2em"
|
|
2945
2947
|
};
|
|
2946
2948
|
function render$171(e, t) {
|
|
2947
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("path", {
|
|
2949
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("path", {
|
|
2948
2950
|
fill: "none",
|
|
2949
2951
|
stroke: "currentColor",
|
|
2950
2952
|
"stroke-linecap": "round",
|
|
2951
2953
|
"stroke-linejoin": "round",
|
|
2952
2954
|
"stroke-width": "2",
|
|
2953
2955
|
d: "M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"
|
|
2954
|
-
}, null, -1)]);
|
|
2956
|
+
}, null, -1)]]);
|
|
2955
2957
|
}
|
|
2956
2958
|
var check_check_default = {
|
|
2957
2959
|
name: "lucide-check-check",
|
|
@@ -2962,14 +2964,14 @@ var check_check_default = {
|
|
|
2962
2964
|
height: "1.2em"
|
|
2963
2965
|
};
|
|
2964
2966
|
function render$170(e, t) {
|
|
2965
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("path", {
|
|
2967
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("path", {
|
|
2966
2968
|
fill: "none",
|
|
2967
2969
|
stroke: "currentColor",
|
|
2968
2970
|
"stroke-linecap": "round",
|
|
2969
2971
|
"stroke-linejoin": "round",
|
|
2970
2972
|
"stroke-width": "2",
|
|
2971
2973
|
d: "m6 9l6 6l6-6"
|
|
2972
|
-
}, null, -1)]);
|
|
2974
|
+
}, null, -1)]]);
|
|
2973
2975
|
}
|
|
2974
2976
|
var chevron_down_default$1 = {
|
|
2975
2977
|
name: "lucide-chevron-down",
|
|
@@ -2980,14 +2982,14 @@ var chevron_down_default$1 = {
|
|
|
2980
2982
|
height: "1.2em"
|
|
2981
2983
|
};
|
|
2982
2984
|
function render$169(e, t) {
|
|
2983
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("path", {
|
|
2985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("path", {
|
|
2984
2986
|
fill: "none",
|
|
2985
2987
|
stroke: "currentColor",
|
|
2986
2988
|
"stroke-linecap": "round",
|
|
2987
2989
|
"stroke-linejoin": "round",
|
|
2988
2990
|
"stroke-width": "2",
|
|
2989
2991
|
d: "m15 18l-6-6l6-6"
|
|
2990
|
-
}, null, -1)]);
|
|
2992
|
+
}, null, -1)]]);
|
|
2991
2993
|
}
|
|
2992
2994
|
var chevron_left_default = {
|
|
2993
2995
|
name: "lucide-chevron-left",
|
|
@@ -2998,14 +3000,14 @@ var chevron_left_default = {
|
|
|
2998
3000
|
height: "1.2em"
|
|
2999
3001
|
};
|
|
3000
3002
|
function render$168(e, t) {
|
|
3001
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("path", {
|
|
3003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("path", {
|
|
3002
3004
|
fill: "none",
|
|
3003
3005
|
stroke: "currentColor",
|
|
3004
3006
|
"stroke-linecap": "round",
|
|
3005
3007
|
"stroke-linejoin": "round",
|
|
3006
3008
|
"stroke-width": "2",
|
|
3007
3009
|
d: "m9 18l6-6l-6-6"
|
|
3008
|
-
}, null, -1)]);
|
|
3010
|
+
}, null, -1)]]);
|
|
3009
3011
|
}
|
|
3010
3012
|
var chevron_right_default = {
|
|
3011
3013
|
name: "lucide-chevron-right",
|
|
@@ -3016,14 +3018,14 @@ var chevron_right_default = {
|
|
|
3016
3018
|
height: "1.2em"
|
|
3017
3019
|
};
|
|
3018
3020
|
function render$167(e, t) {
|
|
3019
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("path", {
|
|
3021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("path", {
|
|
3020
3022
|
fill: "none",
|
|
3021
3023
|
stroke: "currentColor",
|
|
3022
3024
|
"stroke-linecap": "round",
|
|
3023
3025
|
"stroke-linejoin": "round",
|
|
3024
3026
|
"stroke-width": "2",
|
|
3025
3027
|
d: "m18 15l-6-6l-6 6"
|
|
3026
|
-
}, null, -1)]);
|
|
3028
|
+
}, null, -1)]]);
|
|
3027
3029
|
}
|
|
3028
3030
|
var chevron_up_default = {
|
|
3029
3031
|
name: "lucide-chevron-up",
|
|
@@ -3034,14 +3036,14 @@ var chevron_up_default = {
|
|
|
3034
3036
|
height: "1.2em"
|
|
3035
3037
|
};
|
|
3036
3038
|
function render$166(e, t) {
|
|
3037
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
|
|
3039
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("path", {
|
|
3038
3040
|
fill: "none",
|
|
3039
3041
|
stroke: "currentColor",
|
|
3040
3042
|
"stroke-linecap": "round",
|
|
3041
3043
|
"stroke-linejoin": "round",
|
|
3042
3044
|
"stroke-width": "2",
|
|
3043
3045
|
d: "m7 20l5-5l5 5M7 4l5 5l5-5"
|
|
3044
|
-
}, null, -1)]);
|
|
3046
|
+
}, null, -1)]]);
|
|
3045
3047
|
}
|
|
3046
3048
|
var chevrons_down_up_default = {
|
|
3047
3049
|
name: "lucide-chevrons-down-up",
|
|
@@ -3052,14 +3054,14 @@ var chevrons_down_up_default = {
|
|
|
3052
3054
|
height: "1.2em"
|
|
3053
3055
|
};
|
|
3054
3056
|
function render$165(e, t) {
|
|
3055
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
|
|
3057
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("path", {
|
|
3056
3058
|
fill: "none",
|
|
3057
3059
|
stroke: "currentColor",
|
|
3058
3060
|
"stroke-linecap": "round",
|
|
3059
3061
|
"stroke-linejoin": "round",
|
|
3060
3062
|
"stroke-width": "2",
|
|
3061
3063
|
d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
|
|
3062
|
-
}, null, -1)]);
|
|
3064
|
+
}, null, -1)]]);
|
|
3063
3065
|
}
|
|
3064
3066
|
var chevrons_left_default = {
|
|
3065
3067
|
name: "lucide-chevrons-left",
|
|
@@ -3070,14 +3072,14 @@ var chevrons_left_default = {
|
|
|
3070
3072
|
height: "1.2em"
|
|
3071
3073
|
};
|
|
3072
3074
|
function render$164(e, t) {
|
|
3073
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
|
|
3075
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("path", {
|
|
3074
3076
|
fill: "none",
|
|
3075
3077
|
stroke: "currentColor",
|
|
3076
3078
|
"stroke-linecap": "round",
|
|
3077
3079
|
"stroke-linejoin": "round",
|
|
3078
3080
|
"stroke-width": "2",
|
|
3079
3081
|
d: "m7 15l5 5l5-5M7 9l5-5l5 5"
|
|
3080
|
-
}, null, -1)]);
|
|
3082
|
+
}, null, -1)]]);
|
|
3081
3083
|
}
|
|
3082
3084
|
var chevrons_up_down_default = {
|
|
3083
3085
|
name: "lucide-chevrons-up-down",
|
|
@@ -3088,7 +3090,7 @@ var chevrons_up_down_default = {
|
|
|
3088
3090
|
height: "1.2em"
|
|
3089
3091
|
};
|
|
3090
3092
|
function render$163(e, t) {
|
|
3091
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("circle", {
|
|
3093
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("circle", {
|
|
3092
3094
|
cx: "12",
|
|
3093
3095
|
cy: "12",
|
|
3094
3096
|
r: "10",
|
|
@@ -3097,7 +3099,7 @@ function render$163(e, t) {
|
|
|
3097
3099
|
"stroke-linecap": "round",
|
|
3098
3100
|
"stroke-linejoin": "round",
|
|
3099
3101
|
"stroke-width": "2"
|
|
3100
|
-
}, null, -1)]);
|
|
3102
|
+
}, null, -1)]]);
|
|
3101
3103
|
}
|
|
3102
3104
|
var circle_default = {
|
|
3103
3105
|
name: "lucide-circle",
|
|
@@ -3108,7 +3110,7 @@ var circle_default = {
|
|
|
3108
3110
|
height: "1.2em"
|
|
3109
3111
|
};
|
|
3110
3112
|
function render$162(e, t) {
|
|
3111
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("g", {
|
|
3113
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
|
|
3112
3114
|
fill: "none",
|
|
3113
3115
|
stroke: "currentColor",
|
|
3114
3116
|
"stroke-linecap": "round",
|
|
@@ -3118,7 +3120,7 @@ function render$162(e, t) {
|
|
|
3118
3120
|
cx: "12",
|
|
3119
3121
|
cy: "12",
|
|
3120
3122
|
r: "10"
|
|
3121
|
-
}), createElementVNode("path", { d: "M12 8v4m0 4h.01" })], -1)]);
|
|
3123
|
+
}), createElementVNode("path", { d: "M12 8v4m0 4h.01" })], -1)]]);
|
|
3122
3124
|
}
|
|
3123
3125
|
var circle_alert_default = {
|
|
3124
3126
|
name: "lucide-circle-alert",
|
|
@@ -3129,7 +3131,7 @@ var circle_alert_default = {
|
|
|
3129
3131
|
height: "1.2em"
|
|
3130
3132
|
};
|
|
3131
3133
|
function render$161(e, t) {
|
|
3132
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("g", {
|
|
3134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
|
|
3133
3135
|
fill: "none",
|
|
3134
3136
|
stroke: "currentColor",
|
|
3135
3137
|
"stroke-linecap": "round",
|
|
@@ -3139,7 +3141,7 @@ function render$161(e, t) {
|
|
|
3139
3141
|
cx: "12",
|
|
3140
3142
|
cy: "12",
|
|
3141
3143
|
r: "10"
|
|
3142
|
-
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]);
|
|
3144
|
+
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]]);
|
|
3143
3145
|
}
|
|
3144
3146
|
var circle_check_default$1 = {
|
|
3145
3147
|
name: "lucide-circle-check",
|
|
@@ -3150,7 +3152,7 @@ var circle_check_default$1 = {
|
|
|
3150
3152
|
height: "1.2em"
|
|
3151
3153
|
};
|
|
3152
3154
|
function render$160(e, t) {
|
|
3153
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("g", {
|
|
3155
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
|
|
3154
3156
|
fill: "none",
|
|
3155
3157
|
stroke: "currentColor",
|
|
3156
3158
|
"stroke-linecap": "round",
|
|
@@ -3164,7 +3166,7 @@ function render$160(e, t) {
|
|
|
3164
3166
|
cx: "12",
|
|
3165
3167
|
cy: "12",
|
|
3166
3168
|
r: "1"
|
|
3167
|
-
})], -1)]);
|
|
3169
|
+
})], -1)]]);
|
|
3168
3170
|
}
|
|
3169
3171
|
var circle_dot_default = {
|
|
3170
3172
|
name: "lucide-circle-dot",
|
|
@@ -3175,7 +3177,7 @@ var circle_dot_default = {
|
|
|
3175
3177
|
height: "1.2em"
|
|
3176
3178
|
};
|
|
3177
3179
|
function render$159(e, t) {
|
|
3178
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("g", {
|
|
3180
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
3179
3181
|
fill: "none",
|
|
3180
3182
|
stroke: "currentColor",
|
|
3181
3183
|
"stroke-linecap": "round",
|
|
@@ -3185,7 +3187,7 @@ function render$159(e, t) {
|
|
|
3185
3187
|
cx: "12",
|
|
3186
3188
|
cy: "12",
|
|
3187
3189
|
r: "10"
|
|
3188
|
-
}), createElementVNode("path", { d: "M17 12h.01M12 12h.01M7 12h.01" })], -1)]);
|
|
3190
|
+
}), createElementVNode("path", { d: "M17 12h.01M12 12h.01M7 12h.01" })], -1)]]);
|
|
3189
3191
|
}
|
|
3190
3192
|
var circle_ellipsis_default = {
|
|
3191
3193
|
name: "lucide-circle-ellipsis",
|
|
@@ -3196,7 +3198,7 @@ var circle_ellipsis_default = {
|
|
|
3196
3198
|
height: "1.2em"
|
|
3197
3199
|
};
|
|
3198
3200
|
function render$158(e, t) {
|
|
3199
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("g", {
|
|
3201
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
3200
3202
|
fill: "none",
|
|
3201
3203
|
stroke: "currentColor",
|
|
3202
3204
|
"stroke-linecap": "round",
|
|
@@ -3206,7 +3208,7 @@ function render$158(e, t) {
|
|
|
3206
3208
|
cx: "12",
|
|
3207
3209
|
cy: "12",
|
|
3208
3210
|
r: "10"
|
|
3209
|
-
}), createElementVNode("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01" })], -1)]);
|
|
3211
|
+
}), createElementVNode("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01" })], -1)]]);
|
|
3210
3212
|
}
|
|
3211
3213
|
var circle_help_default = {
|
|
3212
3214
|
name: "lucide-circle-help",
|
|
@@ -3217,7 +3219,7 @@ var circle_help_default = {
|
|
|
3217
3219
|
height: "1.2em"
|
|
3218
3220
|
};
|
|
3219
3221
|
function render$157(e, t) {
|
|
3220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("g", {
|
|
3222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
|
|
3221
3223
|
fill: "none",
|
|
3222
3224
|
stroke: "currentColor",
|
|
3223
3225
|
"stroke-linecap": "round",
|
|
@@ -3227,7 +3229,7 @@ function render$157(e, t) {
|
|
|
3227
3229
|
cx: "12",
|
|
3228
3230
|
cy: "12",
|
|
3229
3231
|
r: "10"
|
|
3230
|
-
}), createElementVNode("path", { d: "M8 12h8" })], -1)]);
|
|
3232
|
+
}), createElementVNode("path", { d: "M8 12h8" })], -1)]]);
|
|
3231
3233
|
}
|
|
3232
3234
|
var circle_minus_default = {
|
|
3233
3235
|
name: "lucide-circle-minus",
|
|
@@ -3238,7 +3240,7 @@ var circle_minus_default = {
|
|
|
3238
3240
|
height: "1.2em"
|
|
3239
3241
|
};
|
|
3240
3242
|
function render$156(e, t) {
|
|
3241
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("g", {
|
|
3243
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
|
|
3242
3244
|
fill: "none",
|
|
3243
3245
|
stroke: "currentColor",
|
|
3244
3246
|
"stroke-linecap": "round",
|
|
@@ -3248,7 +3250,7 @@ function render$156(e, t) {
|
|
|
3248
3250
|
cx: "12",
|
|
3249
3251
|
cy: "12",
|
|
3250
3252
|
r: "10"
|
|
3251
|
-
}), createElementVNode("path", { d: "M10 15V9m4 6V9" })], -1)]);
|
|
3253
|
+
}), createElementVNode("path", { d: "M10 15V9m4 6V9" })], -1)]]);
|
|
3252
3254
|
}
|
|
3253
3255
|
var circle_pause_default = {
|
|
3254
3256
|
name: "lucide-circle-pause",
|
|
@@ -3259,7 +3261,7 @@ var circle_pause_default = {
|
|
|
3259
3261
|
height: "1.2em"
|
|
3260
3262
|
};
|
|
3261
3263
|
function render$155(e, t) {
|
|
3262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("g", {
|
|
3264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
|
|
3263
3265
|
fill: "none",
|
|
3264
3266
|
stroke: "currentColor",
|
|
3265
3267
|
"stroke-linecap": "round",
|
|
@@ -3269,7 +3271,7 @@ function render$155(e, t) {
|
|
|
3269
3271
|
cx: "12",
|
|
3270
3272
|
cy: "12",
|
|
3271
3273
|
r: "10"
|
|
3272
|
-
}), createElementVNode("path", { d: "m10 8l6 4l-6 4z" })], -1)]);
|
|
3274
|
+
}), createElementVNode("path", { d: "m10 8l6 4l-6 4z" })], -1)]]);
|
|
3273
3275
|
}
|
|
3274
3276
|
var circle_play_default = {
|
|
3275
3277
|
name: "lucide-circle-play",
|
|
@@ -3280,7 +3282,7 @@ var circle_play_default = {
|
|
|
3280
3282
|
height: "1.2em"
|
|
3281
3283
|
};
|
|
3282
3284
|
function render$154(e, t) {
|
|
3283
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
|
|
3285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
|
|
3284
3286
|
fill: "none",
|
|
3285
3287
|
stroke: "currentColor",
|
|
3286
3288
|
"stroke-linecap": "round",
|
|
@@ -3290,7 +3292,7 @@ function render$154(e, t) {
|
|
|
3290
3292
|
cx: "12",
|
|
3291
3293
|
cy: "12",
|
|
3292
3294
|
r: "10"
|
|
3293
|
-
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]);
|
|
3295
|
+
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]]);
|
|
3294
3296
|
}
|
|
3295
3297
|
var circle_plus_default = {
|
|
3296
3298
|
name: "lucide-circle-plus",
|
|
@@ -3301,7 +3303,7 @@ var circle_plus_default = {
|
|
|
3301
3303
|
height: "1.2em"
|
|
3302
3304
|
};
|
|
3303
3305
|
function render$153(e, t) {
|
|
3304
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
|
|
3306
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
|
|
3305
3307
|
fill: "none",
|
|
3306
3308
|
stroke: "currentColor",
|
|
3307
3309
|
"stroke-linecap": "round",
|
|
@@ -3319,7 +3321,7 @@ function render$153(e, t) {
|
|
|
3319
3321
|
cy: "12",
|
|
3320
3322
|
r: "10"
|
|
3321
3323
|
})
|
|
3322
|
-
], -1)]);
|
|
3324
|
+
], -1)]]);
|
|
3323
3325
|
}
|
|
3324
3326
|
var circle_user_round_default = {
|
|
3325
3327
|
name: "lucide-circle-user-round",
|
|
@@ -3330,7 +3332,7 @@ var circle_user_round_default = {
|
|
|
3330
3332
|
height: "1.2em"
|
|
3331
3333
|
};
|
|
3332
3334
|
function render$152(e, t) {
|
|
3333
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
|
|
3335
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
|
|
3334
3336
|
fill: "none",
|
|
3335
3337
|
stroke: "currentColor",
|
|
3336
3338
|
"stroke-linecap": "round",
|
|
@@ -3340,7 +3342,7 @@ function render$152(e, t) {
|
|
|
3340
3342
|
cx: "12",
|
|
3341
3343
|
cy: "12",
|
|
3342
3344
|
r: "10"
|
|
3343
|
-
}), createElementVNode("path", { d: "m15 9l-6 6m0-6l6 6" })], -1)]);
|
|
3345
|
+
}), createElementVNode("path", { d: "m15 9l-6 6m0-6l6 6" })], -1)]]);
|
|
3344
3346
|
}
|
|
3345
3347
|
var circle_x_default = {
|
|
3346
3348
|
name: "lucide-circle-x",
|
|
@@ -3351,7 +3353,7 @@ var circle_x_default = {
|
|
|
3351
3353
|
height: "1.2em"
|
|
3352
3354
|
};
|
|
3353
3355
|
function render$151(e, t) {
|
|
3354
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
|
|
3356
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
3355
3357
|
fill: "none",
|
|
3356
3358
|
stroke: "currentColor",
|
|
3357
3359
|
"stroke-linecap": "round",
|
|
@@ -3364,7 +3366,7 @@ function render$151(e, t) {
|
|
|
3364
3366
|
y: "2",
|
|
3365
3367
|
rx: "1",
|
|
3366
3368
|
ry: "1"
|
|
3367
|
-
}), createElementVNode("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" })], -1)]);
|
|
3369
|
+
}), createElementVNode("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" })], -1)]]);
|
|
3368
3370
|
}
|
|
3369
3371
|
var clipboard_default = {
|
|
3370
3372
|
name: "lucide-clipboard",
|
|
@@ -3375,7 +3377,7 @@ var clipboard_default = {
|
|
|
3375
3377
|
height: "1.2em"
|
|
3376
3378
|
};
|
|
3377
3379
|
function render$150(e, t) {
|
|
3378
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
|
|
3380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
3379
3381
|
fill: "none",
|
|
3380
3382
|
stroke: "currentColor",
|
|
3381
3383
|
"stroke-linecap": "round",
|
|
@@ -3392,7 +3394,7 @@ function render$150(e, t) {
|
|
|
3392
3394
|
}),
|
|
3393
3395
|
createElementVNode("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
3394
3396
|
createElementVNode("path", { d: "m9 14l2 2l4-4" })
|
|
3395
|
-
], -1)]);
|
|
3397
|
+
], -1)]]);
|
|
3396
3398
|
}
|
|
3397
3399
|
var clipboard_check_default = {
|
|
3398
3400
|
name: "lucide-clipboard-check",
|
|
@@ -3403,7 +3405,7 @@ var clipboard_check_default = {
|
|
|
3403
3405
|
height: "1.2em"
|
|
3404
3406
|
};
|
|
3405
3407
|
function render$149(e, t) {
|
|
3406
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
|
|
3408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
3407
3409
|
fill: "none",
|
|
3408
3410
|
stroke: "currentColor",
|
|
3409
3411
|
"stroke-linecap": "round",
|
|
@@ -3416,7 +3418,7 @@ function render$149(e, t) {
|
|
|
3416
3418
|
y: "2",
|
|
3417
3419
|
rx: "1",
|
|
3418
3420
|
ry: "1"
|
|
3419
|
-
}), createElementVNode("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m4 7h4m-4 5h4m-8-5h.01M8 16h.01" })], -1)]);
|
|
3421
|
+
}), createElementVNode("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2m4 7h4m-4 5h4m-8-5h.01M8 16h.01" })], -1)]]);
|
|
3420
3422
|
}
|
|
3421
3423
|
var clipboard_list_default = {
|
|
3422
3424
|
name: "lucide-clipboard-list",
|
|
@@ -3427,7 +3429,7 @@ var clipboard_list_default = {
|
|
|
3427
3429
|
height: "1.2em"
|
|
3428
3430
|
};
|
|
3429
3431
|
function render$148(e, t) {
|
|
3430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
|
|
3432
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("g", {
|
|
3431
3433
|
fill: "none",
|
|
3432
3434
|
stroke: "currentColor",
|
|
3433
3435
|
"stroke-linecap": "round",
|
|
@@ -3437,7 +3439,7 @@ function render$148(e, t) {
|
|
|
3437
3439
|
cx: "12",
|
|
3438
3440
|
cy: "12",
|
|
3439
3441
|
r: "10"
|
|
3440
|
-
})], -1)]);
|
|
3442
|
+
})], -1)]]);
|
|
3441
3443
|
}
|
|
3442
3444
|
var clock_default = {
|
|
3443
3445
|
name: "lucide-clock",
|
|
@@ -3448,14 +3450,14 @@ var clock_default = {
|
|
|
3448
3450
|
height: "1.2em"
|
|
3449
3451
|
};
|
|
3450
3452
|
function render$147(e, t) {
|
|
3451
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("path", {
|
|
3453
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("path", {
|
|
3452
3454
|
fill: "none",
|
|
3453
3455
|
stroke: "currentColor",
|
|
3454
3456
|
"stroke-linecap": "round",
|
|
3455
3457
|
"stroke-linejoin": "round",
|
|
3456
3458
|
"stroke-width": "2",
|
|
3457
3459
|
d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9"
|
|
3458
|
-
}, null, -1)]);
|
|
3460
|
+
}, null, -1)]]);
|
|
3459
3461
|
}
|
|
3460
3462
|
var cloud_default = {
|
|
3461
3463
|
name: "lucide-cloud",
|
|
@@ -3466,13 +3468,13 @@ var cloud_default = {
|
|
|
3466
3468
|
height: "1.2em"
|
|
3467
3469
|
};
|
|
3468
3470
|
function render$146(e, t) {
|
|
3469
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
|
|
3471
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("g", {
|
|
3470
3472
|
fill: "none",
|
|
3471
3473
|
stroke: "currentColor",
|
|
3472
3474
|
"stroke-linecap": "round",
|
|
3473
3475
|
"stroke-linejoin": "round",
|
|
3474
3476
|
"stroke-width": "2"
|
|
3475
|
-
}, [createElementVNode("path", { d: "M12 13v8l-4-4m4 4l4-4" }), createElementVNode("path", { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" })], -1)]);
|
|
3477
|
+
}, [createElementVNode("path", { d: "M12 13v8l-4-4m4 4l4-4" }), createElementVNode("path", { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" })], -1)]]);
|
|
3476
3478
|
}
|
|
3477
3479
|
var cloud_download_default = {
|
|
3478
3480
|
name: "lucide-cloud-download",
|
|
@@ -3483,14 +3485,14 @@ var cloud_download_default = {
|
|
|
3483
3485
|
height: "1.2em"
|
|
3484
3486
|
};
|
|
3485
3487
|
function render$145(e, t) {
|
|
3486
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("path", {
|
|
3488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("path", {
|
|
3487
3489
|
fill: "none",
|
|
3488
3490
|
stroke: "currentColor",
|
|
3489
3491
|
"stroke-linecap": "round",
|
|
3490
3492
|
"stroke-linejoin": "round",
|
|
3491
3493
|
"stroke-width": "2",
|
|
3492
3494
|
d: "m16 18l6-6l-6-6M8 6l-6 6l6 6"
|
|
3493
|
-
}, null, -1)]);
|
|
3495
|
+
}, null, -1)]]);
|
|
3494
3496
|
}
|
|
3495
3497
|
var code_default = {
|
|
3496
3498
|
name: "lucide-code",
|
|
@@ -3501,13 +3503,13 @@ var code_default = {
|
|
|
3501
3503
|
height: "1.2em"
|
|
3502
3504
|
};
|
|
3503
3505
|
function render$144(e, t) {
|
|
3504
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
|
|
3506
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
3505
3507
|
fill: "none",
|
|
3506
3508
|
stroke: "currentColor",
|
|
3507
3509
|
"stroke-linecap": "round",
|
|
3508
3510
|
"stroke-linejoin": "round",
|
|
3509
3511
|
"stroke-width": "2"
|
|
3510
|
-
}, [createElementVNode("path", { d: "M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16" }), createElementVNode("path", { d: "M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-12v2m0 18v-2m5 .66l-1-1.73m-5-8.66L7 3.34M20.66 17l-1.73-1M3.34 7l1.73 1M14 12h8M2 12h2m16.66-5l-1.73 1M3.34 17l1.73-1M17 3.34l-1 1.73m-5 8.66l-4 6.93" })], -1)]);
|
|
3512
|
+
}, [createElementVNode("path", { d: "M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16" }), createElementVNode("path", { d: "M12 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0-12v2m0 18v-2m5 .66l-1-1.73m-5-8.66L7 3.34M20.66 17l-1.73-1M3.34 7l1.73 1M14 12h8M2 12h2m16.66-5l-1.73 1M3.34 17l1.73-1M17 3.34l-1 1.73m-5 8.66l-4 6.93" })], -1)]]);
|
|
3511
3513
|
}
|
|
3512
3514
|
var cog_default = {
|
|
3513
3515
|
name: "lucide-cog",
|
|
@@ -3518,7 +3520,7 @@ var cog_default = {
|
|
|
3518
3520
|
height: "1.2em"
|
|
3519
3521
|
};
|
|
3520
3522
|
function render$143(e, t) {
|
|
3521
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
|
|
3523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
3522
3524
|
fill: "none",
|
|
3523
3525
|
stroke: "currentColor",
|
|
3524
3526
|
"stroke-linecap": "round",
|
|
@@ -3528,7 +3530,7 @@ function render$143(e, t) {
|
|
|
3528
3530
|
cx: "18",
|
|
3529
3531
|
cy: "18",
|
|
3530
3532
|
r: "3"
|
|
3531
|
-
})], -1)]);
|
|
3533
|
+
})], -1)]]);
|
|
3532
3534
|
}
|
|
3533
3535
|
var columns_3_cog_default = {
|
|
3534
3536
|
name: "lucide-columns-3-cog",
|
|
@@ -3539,7 +3541,7 @@ var columns_3_cog_default = {
|
|
|
3539
3541
|
height: "1.2em"
|
|
3540
3542
|
};
|
|
3541
3543
|
function render$142(e, t) {
|
|
3542
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
|
|
3544
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
|
|
3543
3545
|
fill: "none",
|
|
3544
3546
|
stroke: "currentColor",
|
|
3545
3547
|
"stroke-linecap": "round",
|
|
@@ -3549,7 +3551,7 @@ function render$142(e, t) {
|
|
|
3549
3551
|
cx: "12",
|
|
3550
3552
|
cy: "12",
|
|
3551
3553
|
r: "10"
|
|
3552
|
-
}), createElementVNode("path", { d: "M12 18a6 6 0 0 0 0-12z" })], -1)]);
|
|
3554
|
+
}), createElementVNode("path", { d: "M12 18a6 6 0 0 0 0-12z" })], -1)]]);
|
|
3553
3555
|
}
|
|
3554
3556
|
var contrast_default = {
|
|
3555
3557
|
name: "lucide-contrast",
|
|
@@ -3560,7 +3562,7 @@ var contrast_default = {
|
|
|
3560
3562
|
height: "1.2em"
|
|
3561
3563
|
};
|
|
3562
3564
|
function render$141(e, t) {
|
|
3563
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
|
|
3565
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("g", {
|
|
3564
3566
|
fill: "none",
|
|
3565
3567
|
stroke: "currentColor",
|
|
3566
3568
|
"stroke-linecap": "round",
|
|
@@ -3573,7 +3575,7 @@ function render$141(e, t) {
|
|
|
3573
3575
|
y: "8",
|
|
3574
3576
|
rx: "2",
|
|
3575
3577
|
ry: "2"
|
|
3576
|
-
}), createElementVNode("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })], -1)]);
|
|
3578
|
+
}), createElementVNode("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })], -1)]]);
|
|
3577
3579
|
}
|
|
3578
3580
|
var copy_default = {
|
|
3579
3581
|
name: "lucide-copy",
|
|
@@ -3584,7 +3586,7 @@ var copy_default = {
|
|
|
3584
3586
|
height: "1.2em"
|
|
3585
3587
|
};
|
|
3586
3588
|
function render$140(e, t) {
|
|
3587
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
|
|
3589
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("g", {
|
|
3588
3590
|
fill: "none",
|
|
3589
3591
|
stroke: "currentColor",
|
|
3590
3592
|
"stroke-linecap": "round",
|
|
@@ -3594,7 +3596,7 @@ function render$140(e, t) {
|
|
|
3594
3596
|
cx: "12",
|
|
3595
3597
|
cy: "12",
|
|
3596
3598
|
r: "10"
|
|
3597
|
-
}), createElementVNode("path", { d: "M22 12h-4M6 12H2m10-6V2m0 20v-4" })], -1)]);
|
|
3599
|
+
}), createElementVNode("path", { d: "M22 12h-4M6 12H2m10-6V2m0 20v-4" })], -1)]]);
|
|
3598
3600
|
}
|
|
3599
3601
|
var crosshair_default = {
|
|
3600
3602
|
name: "lucide-crosshair",
|
|
@@ -3605,7 +3607,7 @@ var crosshair_default = {
|
|
|
3605
3607
|
height: "1.2em"
|
|
3606
3608
|
};
|
|
3607
3609
|
function render$139(e, t) {
|
|
3608
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("g", {
|
|
3610
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("g", {
|
|
3609
3611
|
fill: "none",
|
|
3610
3612
|
stroke: "currentColor",
|
|
3611
3613
|
"stroke-linecap": "round",
|
|
@@ -3620,7 +3622,7 @@ function render$139(e, t) {
|
|
|
3620
3622
|
}),
|
|
3621
3623
|
createElementVNode("path", { d: "M3 5v14a9 3 0 0 0 18 0V5" }),
|
|
3622
3624
|
createElementVNode("path", { d: "M3 12a9 3 0 0 0 18 0" })
|
|
3623
|
-
], -1)]);
|
|
3625
|
+
], -1)]]);
|
|
3624
3626
|
}
|
|
3625
3627
|
var database_default = {
|
|
3626
3628
|
name: "lucide-database",
|
|
@@ -3631,14 +3633,14 @@ var database_default = {
|
|
|
3631
3633
|
height: "1.2em"
|
|
3632
3634
|
};
|
|
3633
3635
|
function render$138(e, t) {
|
|
3634
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("path", {
|
|
3636
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("path", {
|
|
3635
3637
|
fill: "none",
|
|
3636
3638
|
stroke: "currentColor",
|
|
3637
3639
|
"stroke-linecap": "round",
|
|
3638
3640
|
"stroke-linejoin": "round",
|
|
3639
3641
|
"stroke-width": "2",
|
|
3640
3642
|
d: "M11 20H2m9-15.438v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561zM11 4H8a2 2 0 0 0-2 2v14m8-8h.01M22 20h-3"
|
|
3641
|
-
}, null, -1)]);
|
|
3643
|
+
}, null, -1)]]);
|
|
3642
3644
|
}
|
|
3643
3645
|
var door_open_default = {
|
|
3644
3646
|
name: "lucide-door-open",
|
|
@@ -3649,7 +3651,7 @@ var door_open_default = {
|
|
|
3649
3651
|
height: "1.2em"
|
|
3650
3652
|
};
|
|
3651
3653
|
function render$137(e, t) {
|
|
3652
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("circle", {
|
|
3654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("circle", {
|
|
3653
3655
|
cx: "12.1",
|
|
3654
3656
|
cy: "12.1",
|
|
3655
3657
|
r: "1",
|
|
@@ -3658,7 +3660,7 @@ function render$137(e, t) {
|
|
|
3658
3660
|
"stroke-linecap": "round",
|
|
3659
3661
|
"stroke-linejoin": "round",
|
|
3660
3662
|
"stroke-width": "2"
|
|
3661
|
-
}, null, -1)]);
|
|
3663
|
+
}, null, -1)]]);
|
|
3662
3664
|
}
|
|
3663
3665
|
var dot_default = {
|
|
3664
3666
|
name: "lucide-dot",
|
|
@@ -3669,7 +3671,7 @@ var dot_default = {
|
|
|
3669
3671
|
height: "1.2em"
|
|
3670
3672
|
};
|
|
3671
3673
|
function render$136(e, t) {
|
|
3672
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
|
|
3674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
3673
3675
|
fill: "none",
|
|
3674
3676
|
stroke: "currentColor",
|
|
3675
3677
|
"stroke-linecap": "round",
|
|
@@ -3679,7 +3681,7 @@ function render$136(e, t) {
|
|
|
3679
3681
|
cx: "12",
|
|
3680
3682
|
cy: "12",
|
|
3681
3683
|
r: "10"
|
|
3682
|
-
})], -1)]);
|
|
3684
|
+
})], -1)]]);
|
|
3683
3685
|
}
|
|
3684
3686
|
var earth_default = {
|
|
3685
3687
|
name: "lucide-earth",
|
|
@@ -3690,7 +3692,7 @@ var earth_default = {
|
|
|
3690
3692
|
height: "1.2em"
|
|
3691
3693
|
};
|
|
3692
3694
|
function render$135(e, t) {
|
|
3693
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
|
|
3695
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
3694
3696
|
fill: "none",
|
|
3695
3697
|
stroke: "currentColor",
|
|
3696
3698
|
"stroke-linecap": "round",
|
|
@@ -3712,7 +3714,7 @@ function render$135(e, t) {
|
|
|
3712
3714
|
cy: "12",
|
|
3713
3715
|
r: "1"
|
|
3714
3716
|
})
|
|
3715
|
-
], -1)]);
|
|
3717
|
+
], -1)]]);
|
|
3716
3718
|
}
|
|
3717
3719
|
var ellipsis_default = {
|
|
3718
3720
|
name: "lucide-ellipsis",
|
|
@@ -3723,7 +3725,7 @@ var ellipsis_default = {
|
|
|
3723
3725
|
height: "1.2em"
|
|
3724
3726
|
};
|
|
3725
3727
|
function render$134(e, t) {
|
|
3726
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
|
|
3728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
|
|
3727
3729
|
fill: "none",
|
|
3728
3730
|
stroke: "currentColor",
|
|
3729
3731
|
"stroke-linecap": "round",
|
|
@@ -3745,7 +3747,7 @@ function render$134(e, t) {
|
|
|
3745
3747
|
cy: "19",
|
|
3746
3748
|
r: "1"
|
|
3747
3749
|
})
|
|
3748
|
-
], -1)]);
|
|
3750
|
+
], -1)]]);
|
|
3749
3751
|
}
|
|
3750
3752
|
var ellipsis_vertical_default = {
|
|
3751
3753
|
name: "lucide-ellipsis-vertical",
|
|
@@ -3756,14 +3758,14 @@ var ellipsis_vertical_default = {
|
|
|
3756
3758
|
height: "1.2em"
|
|
3757
3759
|
};
|
|
3758
3760
|
function render$133(e, t) {
|
|
3759
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("path", {
|
|
3761
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
|
|
3760
3762
|
fill: "none",
|
|
3761
3763
|
stroke: "currentColor",
|
|
3762
3764
|
"stroke-linecap": "round",
|
|
3763
3765
|
"stroke-linejoin": "round",
|
|
3764
3766
|
"stroke-width": "2",
|
|
3765
3767
|
d: "M5 9h14M5 15h14"
|
|
3766
|
-
}, null, -1)]);
|
|
3768
|
+
}, null, -1)]]);
|
|
3767
3769
|
}
|
|
3768
3770
|
var equal_default = {
|
|
3769
3771
|
name: "lucide-equal",
|
|
@@ -3774,14 +3776,14 @@ var equal_default = {
|
|
|
3774
3776
|
height: "1.2em"
|
|
3775
3777
|
};
|
|
3776
3778
|
function render$132(e, t) {
|
|
3777
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("path", {
|
|
3779
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("path", {
|
|
3778
3780
|
fill: "none",
|
|
3779
3781
|
stroke: "currentColor",
|
|
3780
3782
|
"stroke-linecap": "round",
|
|
3781
3783
|
"stroke-linejoin": "round",
|
|
3782
3784
|
"stroke-width": "2",
|
|
3783
3785
|
d: "m15 15l6 6M15 9l6-6m0 13v5h-5m5-13V3h-5M3 16v5h5m-5 0l6-6M3 8V3h5m1 6L3 3"
|
|
3784
|
-
}, null, -1)]);
|
|
3786
|
+
}, null, -1)]]);
|
|
3785
3787
|
}
|
|
3786
3788
|
var expand_default = {
|
|
3787
3789
|
name: "lucide-expand",
|
|
@@ -3792,14 +3794,14 @@ var expand_default = {
|
|
|
3792
3794
|
height: "1.2em"
|
|
3793
3795
|
};
|
|
3794
3796
|
function render$131(e, t) {
|
|
3795
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("path", {
|
|
3797
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("path", {
|
|
3796
3798
|
fill: "none",
|
|
3797
3799
|
stroke: "currentColor",
|
|
3798
3800
|
"stroke-linecap": "round",
|
|
3799
3801
|
"stroke-linejoin": "round",
|
|
3800
3802
|
"stroke-width": "2",
|
|
3801
3803
|
d: "M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
|
|
3802
|
-
}, null, -1)]);
|
|
3804
|
+
}, null, -1)]]);
|
|
3803
3805
|
}
|
|
3804
3806
|
var external_link_default = {
|
|
3805
3807
|
name: "lucide-external-link",
|
|
@@ -3810,7 +3812,7 @@ var external_link_default = {
|
|
|
3810
3812
|
height: "1.2em"
|
|
3811
3813
|
};
|
|
3812
3814
|
function render$130(e, t) {
|
|
3813
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("g", {
|
|
3815
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
|
|
3814
3816
|
fill: "none",
|
|
3815
3817
|
stroke: "currentColor",
|
|
3816
3818
|
"stroke-linecap": "round",
|
|
@@ -3820,7 +3822,7 @@ function render$130(e, t) {
|
|
|
3820
3822
|
cx: "12",
|
|
3821
3823
|
cy: "12",
|
|
3822
3824
|
r: "3"
|
|
3823
|
-
})], -1)]);
|
|
3825
|
+
})], -1)]]);
|
|
3824
3826
|
}
|
|
3825
3827
|
var eye_default = {
|
|
3826
3828
|
name: "lucide-eye",
|
|
@@ -3831,13 +3833,13 @@ var eye_default = {
|
|
|
3831
3833
|
height: "1.2em"
|
|
3832
3834
|
};
|
|
3833
3835
|
function render$129(e, t) {
|
|
3834
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
|
|
3836
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
|
|
3835
3837
|
fill: "none",
|
|
3836
3838
|
stroke: "currentColor",
|
|
3837
3839
|
"stroke-linecap": "round",
|
|
3838
3840
|
"stroke-linejoin": "round",
|
|
3839
3841
|
"stroke-width": "2"
|
|
3840
|
-
}, [createElementVNode("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242" }), createElementVNode("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20" })], -1)]);
|
|
3842
|
+
}, [createElementVNode("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242" }), createElementVNode("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20" })], -1)]]);
|
|
3841
3843
|
}
|
|
3842
3844
|
var eye_off_default = {
|
|
3843
3845
|
name: "lucide-eye-off",
|
|
@@ -3848,13 +3850,13 @@ var eye_off_default = {
|
|
|
3848
3850
|
height: "1.2em"
|
|
3849
3851
|
};
|
|
3850
3852
|
function render$128(e, t) {
|
|
3851
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
|
|
3853
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
|
|
3852
3854
|
fill: "none",
|
|
3853
3855
|
stroke: "currentColor",
|
|
3854
3856
|
"stroke-linecap": "round",
|
|
3855
3857
|
"stroke-linejoin": "round",
|
|
3856
3858
|
"stroke-width": "2"
|
|
3857
|
-
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })], -1)]);
|
|
3859
|
+
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" })], -1)]]);
|
|
3858
3860
|
}
|
|
3859
3861
|
var file_default = {
|
|
3860
3862
|
name: "lucide-file",
|
|
@@ -3865,7 +3867,7 @@ var file_default = {
|
|
|
3865
3867
|
height: "1.2em"
|
|
3866
3868
|
};
|
|
3867
3869
|
function render$127(e, t) {
|
|
3868
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
|
|
3870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("g", {
|
|
3869
3871
|
fill: "none",
|
|
3870
3872
|
stroke: "currentColor",
|
|
3871
3873
|
"stroke-linecap": "round",
|
|
@@ -3879,7 +3881,7 @@ function render$127(e, t) {
|
|
|
3879
3881
|
cy: "20",
|
|
3880
3882
|
r: "2"
|
|
3881
3883
|
})
|
|
3882
|
-
], -1)]);
|
|
3884
|
+
], -1)]]);
|
|
3883
3885
|
}
|
|
3884
3886
|
var file_archive_default = {
|
|
3885
3887
|
name: "lucide-file-archive",
|
|
@@ -3890,13 +3892,13 @@ var file_archive_default = {
|
|
|
3890
3892
|
height: "1.2em"
|
|
3891
3893
|
};
|
|
3892
3894
|
function render$126(e, t) {
|
|
3893
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("g", {
|
|
3895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
|
|
3894
3896
|
fill: "none",
|
|
3895
3897
|
stroke: "currentColor",
|
|
3896
3898
|
"stroke-linecap": "round",
|
|
3897
3899
|
"stroke-linejoin": "round",
|
|
3898
3900
|
"stroke-width": "2"
|
|
3899
|
-
}, [createElementVNode("path", { d: "M10 12.5L8 15l2 2.5m4-5l2 2.5l-2 2.5M14 2v4a2 2 0 0 0 2 2h4" }), createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" })], -1)]);
|
|
3901
|
+
}, [createElementVNode("path", { d: "M10 12.5L8 15l2 2.5m4-5l2 2.5l-2 2.5M14 2v4a2 2 0 0 0 2 2h4" }), createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" })], -1)]]);
|
|
3900
3902
|
}
|
|
3901
3903
|
var file_code_default = {
|
|
3902
3904
|
name: "lucide-file-code",
|
|
@@ -3907,14 +3909,14 @@ var file_code_default = {
|
|
|
3907
3909
|
height: "1.2em"
|
|
3908
3910
|
};
|
|
3909
3911
|
function render$125(e, t) {
|
|
3910
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
|
|
3912
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("path", {
|
|
3911
3913
|
fill: "none",
|
|
3912
3914
|
stroke: "currentColor",
|
|
3913
3915
|
"stroke-linecap": "round",
|
|
3914
3916
|
"stroke-linejoin": "round",
|
|
3915
3917
|
"stroke-width": "2",
|
|
3916
3918
|
d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Zm-6 8h6m-3 3V7M9 17h6"
|
|
3917
|
-
}, null, -1)]);
|
|
3919
|
+
}, null, -1)]]);
|
|
3918
3920
|
}
|
|
3919
3921
|
var file_diff_default = {
|
|
3920
3922
|
name: "lucide-file-diff",
|
|
@@ -3925,13 +3927,13 @@ var file_diff_default = {
|
|
|
3925
3927
|
height: "1.2em"
|
|
3926
3928
|
};
|
|
3927
3929
|
function render$124(e, t) {
|
|
3928
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("g", {
|
|
3930
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("g", {
|
|
3929
3931
|
fill: "none",
|
|
3930
3932
|
stroke: "currentColor",
|
|
3931
3933
|
"stroke-linecap": "round",
|
|
3932
3934
|
"stroke-linejoin": "round",
|
|
3933
3935
|
"stroke-width": "2"
|
|
3934
|
-
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4m-8 10v-6m-3 3l3 3l3-3" })], -1)]);
|
|
3936
|
+
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4m-8 10v-6m-3 3l3 3l3-3" })], -1)]]);
|
|
3935
3937
|
}
|
|
3936
3938
|
var file_down_default = {
|
|
3937
3939
|
name: "lucide-file-down",
|
|
@@ -3942,13 +3944,13 @@ var file_down_default = {
|
|
|
3942
3944
|
height: "1.2em"
|
|
3943
3945
|
};
|
|
3944
3946
|
function render$123(e, t) {
|
|
3945
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
|
|
3947
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
|
|
3946
3948
|
fill: "none",
|
|
3947
3949
|
stroke: "currentColor",
|
|
3948
3950
|
"stroke-linecap": "round",
|
|
3949
3951
|
"stroke-linejoin": "round",
|
|
3950
3952
|
"stroke-width": "2"
|
|
3951
|
-
}, [createElementVNode("path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4M2 15h10m-3 3l3-3l-3-3" })], -1)]);
|
|
3953
|
+
}, [createElementVNode("path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4M2 15h10m-3 3l3-3l-3-3" })], -1)]]);
|
|
3952
3954
|
}
|
|
3953
3955
|
var file_input_default = {
|
|
3954
3956
|
name: "lucide-file-input",
|
|
@@ -3959,7 +3961,7 @@ var file_input_default = {
|
|
|
3959
3961
|
height: "1.2em"
|
|
3960
3962
|
};
|
|
3961
3963
|
function render$122(e, t) {
|
|
3962
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
|
|
3964
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
|
|
3963
3965
|
fill: "none",
|
|
3964
3966
|
stroke: "currentColor",
|
|
3965
3967
|
"stroke-linecap": "round",
|
|
@@ -3969,7 +3971,7 @@ function render$122(e, t) {
|
|
|
3969
3971
|
createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4M4 7V4a2 2 0 0 1 2-2a2 2 0 0 0-2 2" }),
|
|
3970
3972
|
createElementVNode("path", { d: "M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6m-1 9l-3 3" }),
|
|
3971
3973
|
createElementVNode("path", { d: "m5 17l-3-3h10" })
|
|
3972
|
-
], -1)]);
|
|
3974
|
+
], -1)]]);
|
|
3973
3975
|
}
|
|
3974
3976
|
var file_output_default = {
|
|
3975
3977
|
name: "lucide-file-output",
|
|
@@ -3980,13 +3982,13 @@ var file_output_default = {
|
|
|
3980
3982
|
height: "1.2em"
|
|
3981
3983
|
};
|
|
3982
3984
|
function render$121(e, t) {
|
|
3983
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
|
|
3985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
|
|
3984
3986
|
fill: "none",
|
|
3985
3987
|
stroke: "currentColor",
|
|
3986
3988
|
"stroke-linecap": "round",
|
|
3987
3989
|
"stroke-linejoin": "round",
|
|
3988
3990
|
"stroke-width": "2"
|
|
3989
|
-
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4M10 9H8m8 4H8m8 4H8" })], -1)]);
|
|
3991
|
+
}, [createElementVNode("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }), createElementVNode("path", { d: "M14 2v4a2 2 0 0 0 2 2h4M10 9H8m8 4H8m8 4H8" })], -1)]]);
|
|
3990
3992
|
}
|
|
3991
3993
|
var file_text_default = {
|
|
3992
3994
|
name: "lucide-file-text",
|
|
@@ -3997,7 +3999,7 @@ var file_text_default = {
|
|
|
3997
3999
|
height: "1.2em"
|
|
3998
4000
|
};
|
|
3999
4001
|
function render$120(e, t) {
|
|
4000
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
|
|
4002
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("g", {
|
|
4001
4003
|
fill: "none",
|
|
4002
4004
|
stroke: "currentColor",
|
|
4003
4005
|
"stroke-linecap": "round",
|
|
@@ -4007,7 +4009,7 @@ function render$120(e, t) {
|
|
|
4007
4009
|
createElementVNode("path", { d: "M20 7h-3a2 2 0 0 1-2-2V2" }),
|
|
4008
4010
|
createElementVNode("path", { d: "M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z" }),
|
|
4009
4011
|
createElementVNode("path", { d: "M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" })
|
|
4010
|
-
], -1)]);
|
|
4012
|
+
], -1)]]);
|
|
4011
4013
|
}
|
|
4012
4014
|
var files_default = {
|
|
4013
4015
|
name: "lucide-files",
|
|
@@ -4018,13 +4020,13 @@ var files_default = {
|
|
|
4018
4020
|
height: "1.2em"
|
|
4019
4021
|
};
|
|
4020
4022
|
function render$119(e, t) {
|
|
4021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
|
|
4023
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("g", {
|
|
4022
4024
|
fill: "none",
|
|
4023
4025
|
stroke: "currentColor",
|
|
4024
4026
|
"stroke-linecap": "round",
|
|
4025
4027
|
"stroke-linejoin": "round",
|
|
4026
4028
|
"stroke-width": "2"
|
|
4027
|
-
}, [createElementVNode("path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4M14 13.12c0 2.38 0 6.38-1 8.88m4.29-.98c.12-.6.43-2.3.5-3.02M2 12a10 10 0 0 1 18-6M2 16h.01m19.79 0c.2-2 .131-5.354 0-6" }), createElementVNode("path", { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2m2.31 12c.21-.66.45-1.32.57-2M9 6.8a6 6 0 0 1 9 5.2v2" })], -1)]);
|
|
4029
|
+
}, [createElementVNode("path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4M14 13.12c0 2.38 0 6.38-1 8.88m4.29-.98c.12-.6.43-2.3.5-3.02M2 12a10 10 0 0 1 18-6M2 16h.01m19.79 0c.2-2 .131-5.354 0-6" }), createElementVNode("path", { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2m2.31 12c.21-.66.45-1.32.57-2M9 6.8a6 6 0 0 1 9 5.2v2" })], -1)]]);
|
|
4028
4030
|
}
|
|
4029
4031
|
var fingerprint_default = {
|
|
4030
4032
|
name: "lucide-fingerprint",
|
|
@@ -4035,14 +4037,14 @@ var fingerprint_default = {
|
|
|
4035
4037
|
height: "1.2em"
|
|
4036
4038
|
};
|
|
4037
4039
|
function render$118(e, t) {
|
|
4038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("path", {
|
|
4040
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("path", {
|
|
4039
4041
|
fill: "none",
|
|
4040
4042
|
stroke: "currentColor",
|
|
4041
4043
|
"stroke-linecap": "round",
|
|
4042
4044
|
"stroke-linejoin": "round",
|
|
4043
4045
|
"stroke-width": "2",
|
|
4044
4046
|
d: "M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2M6.453 15h11.094M8.5 2h7"
|
|
4045
|
-
}, null, -1)]);
|
|
4047
|
+
}, null, -1)]]);
|
|
4046
4048
|
}
|
|
4047
4049
|
var flask_conical_default = {
|
|
4048
4050
|
name: "lucide-flask-conical",
|
|
@@ -4053,14 +4055,14 @@ var flask_conical_default = {
|
|
|
4053
4055
|
height: "1.2em"
|
|
4054
4056
|
};
|
|
4055
4057
|
function render$117(e, t) {
|
|
4056
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("path", {
|
|
4058
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("path", {
|
|
4057
4059
|
fill: "none",
|
|
4058
4060
|
stroke: "currentColor",
|
|
4059
4061
|
"stroke-linecap": "round",
|
|
4060
4062
|
"stroke-linejoin": "round",
|
|
4061
4063
|
"stroke-width": "2",
|
|
4062
4064
|
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"
|
|
4063
|
-
}, null, -1)]);
|
|
4065
|
+
}, null, -1)]]);
|
|
4064
4066
|
}
|
|
4065
4067
|
var folder_default = {
|
|
4066
4068
|
name: "lucide-folder",
|
|
@@ -4071,14 +4073,14 @@ var folder_default = {
|
|
|
4071
4073
|
height: "1.2em"
|
|
4072
4074
|
};
|
|
4073
4075
|
function render$116(e, t) {
|
|
4074
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("path", {
|
|
4076
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("path", {
|
|
4075
4077
|
fill: "none",
|
|
4076
4078
|
stroke: "currentColor",
|
|
4077
4079
|
"stroke-linecap": "round",
|
|
4078
4080
|
"stroke-linejoin": "round",
|
|
4079
4081
|
"stroke-width": "2",
|
|
4080
4082
|
d: "m6 14l1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"
|
|
4081
|
-
}, null, -1)]);
|
|
4083
|
+
}, null, -1)]]);
|
|
4082
4084
|
}
|
|
4083
4085
|
var folder_open_default = {
|
|
4084
4086
|
name: "lucide-folder-open",
|
|
@@ -4089,14 +4091,14 @@ var folder_open_default = {
|
|
|
4089
4091
|
height: "1.2em"
|
|
4090
4092
|
};
|
|
4091
4093
|
function render$115(e, t) {
|
|
4092
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("path", {
|
|
4094
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("path", {
|
|
4093
4095
|
fill: "none",
|
|
4094
4096
|
stroke: "currentColor",
|
|
4095
4097
|
"stroke-linecap": "round",
|
|
4096
4098
|
"stroke-linejoin": "round",
|
|
4097
4099
|
"stroke-width": "2",
|
|
4098
4100
|
d: "M12 10v6m-3-3h6m5 7a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z"
|
|
4099
|
-
}, null, -1)]);
|
|
4101
|
+
}, null, -1)]]);
|
|
4100
4102
|
}
|
|
4101
4103
|
var folder_plus_default = {
|
|
4102
4104
|
name: "lucide-folder-plus",
|
|
@@ -4107,14 +4109,14 @@ var folder_plus_default = {
|
|
|
4107
4109
|
height: "1.2em"
|
|
4108
4110
|
};
|
|
4109
4111
|
function render$114(e, t) {
|
|
4110
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("path", {
|
|
4112
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("path", {
|
|
4111
4113
|
fill: "none",
|
|
4112
4114
|
stroke: "currentColor",
|
|
4113
4115
|
"stroke-linecap": "round",
|
|
4114
4116
|
"stroke-linejoin": "round",
|
|
4115
4117
|
"stroke-width": "2",
|
|
4116
4118
|
d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z"
|
|
4117
|
-
}, null, -1)]);
|
|
4119
|
+
}, null, -1)]]);
|
|
4118
4120
|
}
|
|
4119
4121
|
var funnel_default = {
|
|
4120
4122
|
name: "lucide-funnel",
|
|
@@ -4125,13 +4127,13 @@ var funnel_default = {
|
|
|
4125
4127
|
height: "1.2em"
|
|
4126
4128
|
};
|
|
4127
4129
|
function render$113(e, t) {
|
|
4128
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
|
|
4130
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("g", {
|
|
4129
4131
|
fill: "none",
|
|
4130
4132
|
stroke: "currentColor",
|
|
4131
4133
|
"stroke-linecap": "round",
|
|
4132
4134
|
"stroke-linejoin": "round",
|
|
4133
4135
|
"stroke-width": "2"
|
|
4134
|
-
}, [createElementVNode("path", { d: "M6 3h12l4 6l-10 13L2 9Z" }), createElementVNode("path", { d: "M11 3L8 9l4 13l4-13l-3-6M2 9h20" })], -1)]);
|
|
4136
|
+
}, [createElementVNode("path", { d: "M6 3h12l4 6l-10 13L2 9Z" }), createElementVNode("path", { d: "M11 3L8 9l4 13l4-13l-3-6M2 9h20" })], -1)]]);
|
|
4135
4137
|
}
|
|
4136
4138
|
var gem_default = {
|
|
4137
4139
|
name: "lucide-gem",
|
|
@@ -4142,7 +4144,7 @@ var gem_default = {
|
|
|
4142
4144
|
height: "1.2em"
|
|
4143
4145
|
};
|
|
4144
4146
|
function render$112(e, t) {
|
|
4145
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("g", {
|
|
4147
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
|
|
4146
4148
|
fill: "none",
|
|
4147
4149
|
stroke: "currentColor",
|
|
4148
4150
|
"stroke-linecap": "round",
|
|
@@ -4154,7 +4156,7 @@ function render$112(e, t) {
|
|
|
4154
4156
|
x: "3",
|
|
4155
4157
|
y: "8",
|
|
4156
4158
|
rx: "1"
|
|
4157
|
-
}), createElementVNode("path", { d: "M12 8v13m7-9v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7m2.5-4a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5" })], -1)]);
|
|
4159
|
+
}), createElementVNode("path", { d: "M12 8v13m7-9v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7m2.5-4a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5" })], -1)]]);
|
|
4158
4160
|
}
|
|
4159
4161
|
var gift_default = {
|
|
4160
4162
|
name: "lucide-gift",
|
|
@@ -4165,7 +4167,7 @@ var gift_default = {
|
|
|
4165
4167
|
height: "1.2em"
|
|
4166
4168
|
};
|
|
4167
4169
|
function render$111(e, t) {
|
|
4168
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
|
|
4170
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]]);
|
|
4169
4171
|
}
|
|
4170
4172
|
var git_branch_default = {
|
|
4171
4173
|
name: "lucide-git-branch",
|
|
@@ -4176,7 +4178,7 @@ var git_branch_default = {
|
|
|
4176
4178
|
height: "1.2em"
|
|
4177
4179
|
};
|
|
4178
4180
|
function render$110(e, t) {
|
|
4179
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("g", {
|
|
4181
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
|
|
4180
4182
|
fill: "none",
|
|
4181
4183
|
stroke: "currentColor",
|
|
4182
4184
|
"stroke-linecap": "round",
|
|
@@ -4186,7 +4188,7 @@ function render$110(e, t) {
|
|
|
4186
4188
|
cx: "12",
|
|
4187
4189
|
cy: "12",
|
|
4188
4190
|
r: "10"
|
|
4189
|
-
}), createElementVNode("path", { d: "M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20" })], -1)]);
|
|
4191
|
+
}), createElementVNode("path", { d: "M12 2a14.5 14.5 0 0 0 0 20a14.5 14.5 0 0 0 0-20M2 12h20" })], -1)]]);
|
|
4190
4192
|
}
|
|
4191
4193
|
var globe_default = {
|
|
4192
4194
|
name: "lucide-globe",
|
|
@@ -4197,13 +4199,13 @@ var globe_default = {
|
|
|
4197
4199
|
height: "1.2em"
|
|
4198
4200
|
};
|
|
4199
4201
|
function render$109(e, t) {
|
|
4200
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("g", {
|
|
4202
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
|
|
4201
4203
|
fill: "none",
|
|
4202
4204
|
stroke: "currentColor",
|
|
4203
4205
|
"stroke-linecap": "round",
|
|
4204
4206
|
"stroke-linejoin": "round",
|
|
4205
4207
|
"stroke-width": "2"
|
|
4206
|
-
}, [createElementVNode("path", { d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6" }), createElementVNode("path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" })], -1)]);
|
|
4208
|
+
}, [createElementVNode("path", { d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0zM22 10v6" }), createElementVNode("path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" })], -1)]]);
|
|
4207
4209
|
}
|
|
4208
4210
|
var graduation_cap_default = {
|
|
4209
4211
|
name: "lucide-graduation-cap",
|
|
@@ -4214,7 +4216,7 @@ var graduation_cap_default = {
|
|
|
4214
4216
|
height: "1.2em"
|
|
4215
4217
|
};
|
|
4216
4218
|
function render$108(e, t) {
|
|
4217
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("g", {
|
|
4219
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("g", {
|
|
4218
4220
|
fill: "none",
|
|
4219
4221
|
stroke: "currentColor",
|
|
4220
4222
|
"stroke-linecap": "round",
|
|
@@ -4226,7 +4228,7 @@ function render$108(e, t) {
|
|
|
4226
4228
|
x: "3",
|
|
4227
4229
|
y: "3",
|
|
4228
4230
|
rx: "2"
|
|
4229
|
-
})], -1)]);
|
|
4231
|
+
})], -1)]]);
|
|
4230
4232
|
}
|
|
4231
4233
|
var grid_2x2_default = {
|
|
4232
4234
|
name: "lucide-grid-2x2",
|
|
@@ -4237,7 +4239,7 @@ var grid_2x2_default = {
|
|
|
4237
4239
|
height: "1.2em"
|
|
4238
4240
|
};
|
|
4239
4241
|
function render$107(e, t) {
|
|
4240
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
|
|
4242
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]]);
|
|
4241
4243
|
}
|
|
4242
4244
|
var grip_vertical_default = {
|
|
4243
4245
|
name: "lucide-grip-vertical",
|
|
@@ -4248,7 +4250,7 @@ var grip_vertical_default = {
|
|
|
4248
4250
|
height: "1.2em"
|
|
4249
4251
|
};
|
|
4250
4252
|
function render$106(e, t) {
|
|
4251
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
|
|
4253
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]]);
|
|
4252
4254
|
}
|
|
4253
4255
|
var hand_coins_default = {
|
|
4254
4256
|
name: "lucide-hand-coins",
|
|
@@ -4259,7 +4261,7 @@ var hand_coins_default = {
|
|
|
4259
4261
|
height: "1.2em"
|
|
4260
4262
|
};
|
|
4261
4263
|
function render$105(e, t) {
|
|
4262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
|
|
4264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
|
|
4263
4265
|
fill: "none",
|
|
4264
4266
|
stroke: "currentColor",
|
|
4265
4267
|
"stroke-linecap": "round",
|
|
@@ -4269,7 +4271,7 @@ function render$105(e, t) {
|
|
|
4269
4271
|
createElementVNode("path", { d: "m11 17l2 2a1 1 0 1 0 3-3" }),
|
|
4270
4272
|
createElementVNode("path", { d: "m14 14l2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4" }),
|
|
4271
4273
|
createElementVNode("path", { d: "m21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 1 0 3-3M3 4h8" })
|
|
4272
|
-
], -1)]);
|
|
4274
|
+
], -1)]]);
|
|
4273
4275
|
}
|
|
4274
4276
|
var handshake_default = {
|
|
4275
4277
|
name: "lucide-handshake",
|
|
@@ -4280,14 +4282,14 @@ var handshake_default = {
|
|
|
4280
4282
|
height: "1.2em"
|
|
4281
4283
|
};
|
|
4282
4284
|
function render$104(e, t) {
|
|
4283
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createElementVNode("path", {
|
|
4285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("path", {
|
|
4284
4286
|
fill: "none",
|
|
4285
4287
|
stroke: "currentColor",
|
|
4286
4288
|
"stroke-linecap": "round",
|
|
4287
4289
|
"stroke-linejoin": "round",
|
|
4288
4290
|
"stroke-width": "2",
|
|
4289
4291
|
d: "M22 12H2m3.45-6.89L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11M6 16h.01M10 16h.01"
|
|
4290
|
-
}, null, -1)]);
|
|
4292
|
+
}, null, -1)]]);
|
|
4291
4293
|
}
|
|
4292
4294
|
var hard_drive_default = {
|
|
4293
4295
|
name: "lucide-hard-drive",
|
|
@@ -4298,7 +4300,7 @@ var hard_drive_default = {
|
|
|
4298
4300
|
height: "1.2em"
|
|
4299
4301
|
};
|
|
4300
4302
|
function render$103(e, t) {
|
|
4301
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
|
|
4303
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
|
|
4302
4304
|
fill: "none",
|
|
4303
4305
|
stroke: "currentColor",
|
|
4304
4306
|
"stroke-linecap": "round",
|
|
@@ -4314,7 +4316,7 @@ function render$103(e, t) {
|
|
|
4314
4316
|
rx: "2"
|
|
4315
4317
|
}),
|
|
4316
4318
|
createElementVNode("path", { d: "M6 18h.01M10 18h.01" })
|
|
4317
|
-
], -1)]);
|
|
4319
|
+
], -1)]]);
|
|
4318
4320
|
}
|
|
4319
4321
|
var hard_drive_download_default = {
|
|
4320
4322
|
name: "lucide-hard-drive-download",
|
|
@@ -4325,14 +4327,14 @@ var hard_drive_download_default = {
|
|
|
4325
4327
|
height: "1.2em"
|
|
4326
4328
|
};
|
|
4327
4329
|
function render$102(e, t) {
|
|
4328
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("path", {
|
|
4330
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
|
|
4329
4331
|
fill: "none",
|
|
4330
4332
|
stroke: "currentColor",
|
|
4331
4333
|
"stroke-linecap": "round",
|
|
4332
4334
|
"stroke-linejoin": "round",
|
|
4333
4335
|
"stroke-width": "2",
|
|
4334
4336
|
d: "M4 9h16M4 15h16M10 3L8 21m8-18l-2 18"
|
|
4335
|
-
}, null, -1)]);
|
|
4337
|
+
}, null, -1)]]);
|
|
4336
4338
|
}
|
|
4337
4339
|
var hash_default = {
|
|
4338
4340
|
name: "lucide-hash",
|
|
@@ -4343,13 +4345,13 @@ var hash_default = {
|
|
|
4343
4345
|
height: "1.2em"
|
|
4344
4346
|
};
|
|
4345
4347
|
function render$101(e, t) {
|
|
4346
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("g", {
|
|
4348
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("g", {
|
|
4347
4349
|
fill: "none",
|
|
4348
4350
|
stroke: "currentColor",
|
|
4349
4351
|
"stroke-linecap": "round",
|
|
4350
4352
|
"stroke-linejoin": "round",
|
|
4351
4353
|
"stroke-width": "2"
|
|
4352
|
-
}, [createElementVNode("path", { d: "M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8" }), createElementVNode("path", { d: "M3 3v5h5m4-1v5l4 2" })], -1)]);
|
|
4354
|
+
}, [createElementVNode("path", { d: "M3 12a9 9 0 1 0 9-9a9.75 9.75 0 0 0-6.74 2.74L3 8" }), createElementVNode("path", { d: "M3 3v5h5m4-1v5l4 2" })], -1)]]);
|
|
4353
4355
|
}
|
|
4354
4356
|
var history_default = {
|
|
4355
4357
|
name: "lucide-history",
|
|
@@ -4360,14 +4362,14 @@ var history_default = {
|
|
|
4360
4362
|
height: "1.2em"
|
|
4361
4363
|
};
|
|
4362
4364
|
function render$100(e, t) {
|
|
4363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createElementVNode("path", {
|
|
4365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("path", {
|
|
4364
4366
|
fill: "none",
|
|
4365
4367
|
stroke: "currentColor",
|
|
4366
4368
|
"stroke-linecap": "round",
|
|
4367
4369
|
"stroke-linejoin": "round",
|
|
4368
4370
|
"stroke-width": "2",
|
|
4369
4371
|
d: "M5 22h14M5 2h14m-2 20v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2"
|
|
4370
|
-
}, null, -1)]);
|
|
4372
|
+
}, null, -1)]]);
|
|
4371
4373
|
}
|
|
4372
4374
|
var hourglass_default = {
|
|
4373
4375
|
name: "lucide-hourglass",
|
|
@@ -4378,13 +4380,13 @@ var hourglass_default = {
|
|
|
4378
4380
|
height: "1.2em"
|
|
4379
4381
|
};
|
|
4380
4382
|
function render$99(e, t) {
|
|
4381
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createElementVNode("g", {
|
|
4383
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
|
|
4382
4384
|
fill: "none",
|
|
4383
4385
|
stroke: "currentColor",
|
|
4384
4386
|
"stroke-linecap": "round",
|
|
4385
4387
|
"stroke-linejoin": "round",
|
|
4386
4388
|
"stroke-width": "2"
|
|
4387
|
-
}, [createElementVNode("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }), createElementVNode("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })], -1)]);
|
|
4389
|
+
}, [createElementVNode("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }), createElementVNode("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })], -1)]]);
|
|
4388
4390
|
}
|
|
4389
4391
|
var house_default = {
|
|
4390
4392
|
name: "lucide-house",
|
|
@@ -4395,7 +4397,7 @@ var house_default = {
|
|
|
4395
4397
|
height: "1.2em"
|
|
4396
4398
|
};
|
|
4397
4399
|
function render$98(e, t) {
|
|
4398
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("g", {
|
|
4400
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("g", {
|
|
4399
4401
|
fill: "none",
|
|
4400
4402
|
stroke: "currentColor",
|
|
4401
4403
|
"stroke-linecap": "round",
|
|
@@ -4416,7 +4418,7 @@ function render$98(e, t) {
|
|
|
4416
4418
|
r: "2"
|
|
4417
4419
|
}),
|
|
4418
4420
|
createElementVNode("path", { d: "m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
|
|
4419
|
-
], -1)]);
|
|
4421
|
+
], -1)]]);
|
|
4420
4422
|
}
|
|
4421
4423
|
var image_default = {
|
|
4422
4424
|
name: "lucide-image",
|
|
@@ -4427,13 +4429,13 @@ var image_default = {
|
|
|
4427
4429
|
height: "1.2em"
|
|
4428
4430
|
};
|
|
4429
4431
|
function render$97(e, t) {
|
|
4430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("g", {
|
|
4432
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
|
|
4431
4433
|
fill: "none",
|
|
4432
4434
|
stroke: "currentColor",
|
|
4433
4435
|
"stroke-linecap": "round",
|
|
4434
4436
|
"stroke-linejoin": "round",
|
|
4435
4437
|
"stroke-width": "2"
|
|
4436
|
-
}, [createElementVNode("path", { d: "M22 12h-6l-2 3h-4l-2-3H2" }), createElementVNode("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11" })], -1)]);
|
|
4438
|
+
}, [createElementVNode("path", { d: "M22 12h-6l-2 3h-4l-2-3H2" }), createElementVNode("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11" })], -1)]]);
|
|
4437
4439
|
}
|
|
4438
4440
|
var inbox_default = {
|
|
4439
4441
|
name: "lucide-inbox",
|
|
@@ -4444,7 +4446,7 @@ var inbox_default = {
|
|
|
4444
4446
|
height: "1.2em"
|
|
4445
4447
|
};
|
|
4446
4448
|
function render$96(e, t) {
|
|
4447
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("g", {
|
|
4449
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("g", {
|
|
4448
4450
|
fill: "none",
|
|
4449
4451
|
stroke: "currentColor",
|
|
4450
4452
|
"stroke-linecap": "round",
|
|
@@ -4454,7 +4456,7 @@ function render$96(e, t) {
|
|
|
4454
4456
|
cx: "12",
|
|
4455
4457
|
cy: "12",
|
|
4456
4458
|
r: "10"
|
|
4457
|
-
}), createElementVNode("path", { d: "M12 16v-4m0-4h.01" })], -1)]);
|
|
4459
|
+
}), createElementVNode("path", { d: "M12 16v-4m0-4h.01" })], -1)]]);
|
|
4458
4460
|
}
|
|
4459
4461
|
var info_default = {
|
|
4460
4462
|
name: "lucide-info",
|
|
@@ -4465,7 +4467,7 @@ var info_default = {
|
|
|
4465
4467
|
height: "1.2em"
|
|
4466
4468
|
};
|
|
4467
4469
|
function render$95(e, t) {
|
|
4468
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
|
|
4470
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("g", {
|
|
4469
4471
|
fill: "none",
|
|
4470
4472
|
stroke: "currentColor",
|
|
4471
4473
|
"stroke-linecap": "round",
|
|
@@ -4476,7 +4478,7 @@ function render$95(e, t) {
|
|
|
4476
4478
|
cy: "7.5",
|
|
4477
4479
|
r: ".5",
|
|
4478
4480
|
fill: "currentColor"
|
|
4479
|
-
})], -1)]);
|
|
4481
|
+
})], -1)]]);
|
|
4480
4482
|
}
|
|
4481
4483
|
var key_round_default = {
|
|
4482
4484
|
name: "lucide-key-round",
|
|
@@ -4487,14 +4489,14 @@ var key_round_default = {
|
|
|
4487
4489
|
height: "1.2em"
|
|
4488
4490
|
};
|
|
4489
4491
|
function render$94(e, t) {
|
|
4490
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("path", {
|
|
4492
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
|
|
4491
4493
|
fill: "none",
|
|
4492
4494
|
stroke: "currentColor",
|
|
4493
4495
|
"stroke-linecap": "round",
|
|
4494
4496
|
"stroke-linejoin": "round",
|
|
4495
4497
|
"stroke-width": "2",
|
|
4496
4498
|
d: "m5 8l6 6m-7 0l6-6l2-3M2 5h12M7 2h1m14 20l-5-10l-5 10m2-4h6"
|
|
4497
|
-
}, null, -1)]);
|
|
4499
|
+
}, null, -1)]]);
|
|
4498
4500
|
}
|
|
4499
4501
|
var languages_default = {
|
|
4500
4502
|
name: "lucide-languages",
|
|
@@ -4505,7 +4507,7 @@ var languages_default = {
|
|
|
4505
4507
|
height: "1.2em"
|
|
4506
4508
|
};
|
|
4507
4509
|
function render$93(e, t) {
|
|
4508
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
|
|
4510
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("g", {
|
|
4509
4511
|
fill: "none",
|
|
4510
4512
|
stroke: "currentColor",
|
|
4511
4513
|
"stroke-linecap": "round",
|
|
@@ -4515,7 +4517,7 @@ function render$93(e, t) {
|
|
|
4515
4517
|
createElementVNode("path", { d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z" }),
|
|
4516
4518
|
createElementVNode("path", { d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" }),
|
|
4517
4519
|
createElementVNode("path", { d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" })
|
|
4518
|
-
], -1)]);
|
|
4520
|
+
], -1)]]);
|
|
4519
4521
|
}
|
|
4520
4522
|
var layers_default = {
|
|
4521
4523
|
name: "lucide-layers",
|
|
@@ -4526,14 +4528,14 @@ var layers_default = {
|
|
|
4526
4528
|
height: "1.2em"
|
|
4527
4529
|
};
|
|
4528
4530
|
function render$92(e, t) {
|
|
4529
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("path", {
|
|
4531
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
4530
4532
|
fill: "none",
|
|
4531
4533
|
stroke: "currentColor",
|
|
4532
4534
|
"stroke-linecap": "round",
|
|
4533
4535
|
"stroke-linejoin": "round",
|
|
4534
4536
|
"stroke-width": "2",
|
|
4535
4537
|
d: "M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4"
|
|
4536
|
-
}, null, -1)]);
|
|
4538
|
+
}, null, -1)]]);
|
|
4537
4539
|
}
|
|
4538
4540
|
var lightbulb_default = {
|
|
4539
4541
|
name: "lucide-lightbulb",
|
|
@@ -4544,13 +4546,13 @@ var lightbulb_default = {
|
|
|
4544
4546
|
height: "1.2em"
|
|
4545
4547
|
};
|
|
4546
4548
|
function render$91(e, t) {
|
|
4547
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
|
|
4549
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("g", {
|
|
4548
4550
|
fill: "none",
|
|
4549
4551
|
stroke: "currentColor",
|
|
4550
4552
|
"stroke-linecap": "round",
|
|
4551
4553
|
"stroke-linejoin": "round",
|
|
4552
4554
|
"stroke-width": "2"
|
|
4553
|
-
}, [createElementVNode("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }), createElementVNode("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })], -1)]);
|
|
4555
|
+
}, [createElementVNode("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }), createElementVNode("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })], -1)]]);
|
|
4554
4556
|
}
|
|
4555
4557
|
var link_default = {
|
|
4556
4558
|
name: "lucide-link",
|
|
@@ -4561,14 +4563,14 @@ var link_default = {
|
|
|
4561
4563
|
height: "1.2em"
|
|
4562
4564
|
};
|
|
4563
4565
|
function render$90(e, t) {
|
|
4564
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("path", {
|
|
4566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
|
|
4565
4567
|
fill: "none",
|
|
4566
4568
|
stroke: "currentColor",
|
|
4567
4569
|
"stroke-linecap": "round",
|
|
4568
4570
|
"stroke-linejoin": "round",
|
|
4569
4571
|
"stroke-width": "2",
|
|
4570
4572
|
d: "M3 12h.01M3 18h.01M3 6h.01M8 12h13M8 18h13M8 6h13"
|
|
4571
|
-
}, null, -1)]);
|
|
4573
|
+
}, null, -1)]]);
|
|
4572
4574
|
}
|
|
4573
4575
|
var list_default = {
|
|
4574
4576
|
name: "lucide-list",
|
|
@@ -4579,14 +4581,14 @@ var list_default = {
|
|
|
4579
4581
|
height: "1.2em"
|
|
4580
4582
|
};
|
|
4581
4583
|
function render$89(e, t) {
|
|
4582
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("path", {
|
|
4584
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
|
|
4583
4585
|
fill: "none",
|
|
4584
4586
|
stroke: "currentColor",
|
|
4585
4587
|
"stroke-linecap": "round",
|
|
4586
4588
|
"stroke-linejoin": "round",
|
|
4587
4589
|
"stroke-width": "2",
|
|
4588
4590
|
d: "m3 17l2 2l4-4M3 7l2 2l4-4m4 1h8m-8 6h8m-8 6h8"
|
|
4589
|
-
}, null, -1)]);
|
|
4591
|
+
}, null, -1)]]);
|
|
4590
4592
|
}
|
|
4591
4593
|
var list_checks_default = {
|
|
4592
4594
|
name: "lucide-list-checks",
|
|
@@ -4597,7 +4599,7 @@ var list_checks_default = {
|
|
|
4597
4599
|
height: "1.2em"
|
|
4598
4600
|
};
|
|
4599
4601
|
function render$88(e, t) {
|
|
4600
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
|
|
4602
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("g", {
|
|
4601
4603
|
fill: "none",
|
|
4602
4604
|
stroke: "currentColor",
|
|
4603
4605
|
"stroke-linecap": "round",
|
|
@@ -4610,7 +4612,7 @@ function render$88(e, t) {
|
|
|
4610
4612
|
y: "11",
|
|
4611
4613
|
rx: "2",
|
|
4612
4614
|
ry: "2"
|
|
4613
|
-
}), createElementVNode("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })], -1)]);
|
|
4615
|
+
}), createElementVNode("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })], -1)]]);
|
|
4614
4616
|
}
|
|
4615
4617
|
var lock_default = {
|
|
4616
4618
|
name: "lucide-lock",
|
|
@@ -4621,14 +4623,14 @@ var lock_default = {
|
|
|
4621
4623
|
height: "1.2em"
|
|
4622
4624
|
};
|
|
4623
4625
|
function render$87(e, t) {
|
|
4624
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("path", {
|
|
4626
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
4625
4627
|
fill: "none",
|
|
4626
4628
|
stroke: "currentColor",
|
|
4627
4629
|
"stroke-linecap": "round",
|
|
4628
4630
|
"stroke-linejoin": "round",
|
|
4629
4631
|
"stroke-width": "2",
|
|
4630
4632
|
d: "m10 17l5-5l-5-5m5 5H3m12-9h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"
|
|
4631
|
-
}, null, -1)]);
|
|
4633
|
+
}, null, -1)]]);
|
|
4632
4634
|
}
|
|
4633
4635
|
var log_in_default = {
|
|
4634
4636
|
name: "lucide-log-in",
|
|
@@ -4639,14 +4641,14 @@ var log_in_default = {
|
|
|
4639
4641
|
height: "1.2em"
|
|
4640
4642
|
};
|
|
4641
4643
|
function render$86(e, t) {
|
|
4642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
|
|
4644
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
4643
4645
|
fill: "none",
|
|
4644
4646
|
stroke: "currentColor",
|
|
4645
4647
|
"stroke-linecap": "round",
|
|
4646
4648
|
"stroke-linejoin": "round",
|
|
4647
4649
|
"stroke-width": "2",
|
|
4648
4650
|
d: "m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"
|
|
4649
|
-
}, null, -1)]);
|
|
4651
|
+
}, null, -1)]]);
|
|
4650
4652
|
}
|
|
4651
4653
|
var log_out_default = {
|
|
4652
4654
|
name: "lucide-log-out",
|
|
@@ -4657,7 +4659,7 @@ var log_out_default = {
|
|
|
4657
4659
|
height: "1.2em"
|
|
4658
4660
|
};
|
|
4659
4661
|
function render$85(e, t) {
|
|
4660
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
|
|
4662
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("g", {
|
|
4661
4663
|
fill: "none",
|
|
4662
4664
|
stroke: "currentColor",
|
|
4663
4665
|
"stroke-linecap": "round",
|
|
@@ -4669,7 +4671,7 @@ function render$85(e, t) {
|
|
|
4669
4671
|
x: "2",
|
|
4670
4672
|
y: "4",
|
|
4671
4673
|
rx: "2"
|
|
4672
|
-
})], -1)]);
|
|
4674
|
+
})], -1)]]);
|
|
4673
4675
|
}
|
|
4674
4676
|
var mail_default = {
|
|
4675
4677
|
name: "lucide-mail",
|
|
@@ -4680,14 +4682,14 @@ var mail_default = {
|
|
|
4680
4682
|
height: "1.2em"
|
|
4681
4683
|
};
|
|
4682
4684
|
function render$84(e, t) {
|
|
4683
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
|
|
4685
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
|
|
4684
4686
|
fill: "none",
|
|
4685
4687
|
stroke: "currentColor",
|
|
4686
4688
|
"stroke-linecap": "round",
|
|
4687
4689
|
"stroke-linejoin": "round",
|
|
4688
4690
|
"stroke-width": "2",
|
|
4689
4691
|
d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3M3 16v3a2 2 0 0 0 2 2h3m8 0h3a2 2 0 0 0 2-2v-3"
|
|
4690
|
-
}, null, -1)]);
|
|
4692
|
+
}, null, -1)]]);
|
|
4691
4693
|
}
|
|
4692
4694
|
var maximize_default = {
|
|
4693
4695
|
name: "lucide-maximize",
|
|
@@ -4698,14 +4700,14 @@ var maximize_default = {
|
|
|
4698
4700
|
height: "1.2em"
|
|
4699
4701
|
};
|
|
4700
4702
|
function render$83(e, t) {
|
|
4701
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
|
|
4703
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("path", {
|
|
4702
4704
|
fill: "none",
|
|
4703
4705
|
stroke: "currentColor",
|
|
4704
4706
|
"stroke-linecap": "round",
|
|
4705
4707
|
"stroke-linejoin": "round",
|
|
4706
4708
|
"stroke-width": "2",
|
|
4707
4709
|
d: "M15 3h6v6m0-6l-7 7M3 21l7-7m-1 7H3v-6"
|
|
4708
|
-
}, null, -1)]);
|
|
4710
|
+
}, null, -1)]]);
|
|
4709
4711
|
}
|
|
4710
4712
|
var maximize_2_default = {
|
|
4711
4713
|
name: "lucide-maximize-2",
|
|
@@ -4716,14 +4718,14 @@ var maximize_2_default = {
|
|
|
4716
4718
|
height: "1.2em"
|
|
4717
4719
|
};
|
|
4718
4720
|
function render$82(e, t) {
|
|
4719
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("path", {
|
|
4721
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("path", {
|
|
4720
4722
|
fill: "none",
|
|
4721
4723
|
stroke: "currentColor",
|
|
4722
4724
|
"stroke-linecap": "round",
|
|
4723
4725
|
"stroke-linejoin": "round",
|
|
4724
4726
|
"stroke-width": "2",
|
|
4725
4727
|
d: "M4 12h16M4 18h16M4 6h16"
|
|
4726
|
-
}, null, -1)]);
|
|
4728
|
+
}, null, -1)]]);
|
|
4727
4729
|
}
|
|
4728
4730
|
var menu_default = {
|
|
4729
4731
|
name: "lucide-menu",
|
|
@@ -4734,14 +4736,14 @@ var menu_default = {
|
|
|
4734
4736
|
height: "1.2em"
|
|
4735
4737
|
};
|
|
4736
4738
|
function render$81(e, t) {
|
|
4737
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
|
|
4739
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
|
|
4738
4740
|
fill: "none",
|
|
4739
4741
|
stroke: "currentColor",
|
|
4740
4742
|
"stroke-linecap": "round",
|
|
4741
4743
|
"stroke-linejoin": "round",
|
|
4742
4744
|
"stroke-width": "2",
|
|
4743
4745
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z"
|
|
4744
|
-
}, null, -1)]);
|
|
4746
|
+
}, null, -1)]]);
|
|
4745
4747
|
}
|
|
4746
4748
|
var message_circle_default = {
|
|
4747
4749
|
name: "lucide-message-circle",
|
|
@@ -4752,14 +4754,14 @@ var message_circle_default = {
|
|
|
4752
4754
|
height: "1.2em"
|
|
4753
4755
|
};
|
|
4754
4756
|
function render$80(e, t) {
|
|
4755
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
|
|
4757
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
|
|
4756
4758
|
fill: "none",
|
|
4757
4759
|
stroke: "currentColor",
|
|
4758
4760
|
"stroke-linecap": "round",
|
|
4759
4761
|
"stroke-linejoin": "round",
|
|
4760
4762
|
"stroke-width": "2",
|
|
4761
4763
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
|
|
4762
|
-
}, null, -1)]);
|
|
4764
|
+
}, null, -1)]]);
|
|
4763
4765
|
}
|
|
4764
4766
|
var message_square_default = {
|
|
4765
4767
|
name: "lucide-message-square",
|
|
@@ -4770,14 +4772,14 @@ var message_square_default = {
|
|
|
4770
4772
|
height: "1.2em"
|
|
4771
4773
|
};
|
|
4772
4774
|
function render$79(e, t) {
|
|
4773
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
|
|
4775
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
|
|
4774
4776
|
fill: "none",
|
|
4775
4777
|
stroke: "currentColor",
|
|
4776
4778
|
"stroke-linecap": "round",
|
|
4777
4779
|
"stroke-linejoin": "round",
|
|
4778
4780
|
"stroke-width": "2",
|
|
4779
4781
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm-9-8v6m-3-3h6"
|
|
4780
|
-
}, null, -1)]);
|
|
4782
|
+
}, null, -1)]]);
|
|
4781
4783
|
}
|
|
4782
4784
|
var message_square_plus_default = {
|
|
4783
4785
|
name: "lucide-message-square-plus",
|
|
@@ -4788,14 +4790,14 @@ var message_square_plus_default = {
|
|
|
4788
4790
|
height: "1.2em"
|
|
4789
4791
|
};
|
|
4790
4792
|
function render$78(e, t) {
|
|
4791
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
|
|
4793
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("path", {
|
|
4792
4794
|
fill: "none",
|
|
4793
4795
|
stroke: "currentColor",
|
|
4794
4796
|
"stroke-linecap": "round",
|
|
4795
4797
|
"stroke-linejoin": "round",
|
|
4796
4798
|
"stroke-width": "2",
|
|
4797
4799
|
d: "M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm4 0h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1"
|
|
4798
|
-
}, null, -1)]);
|
|
4800
|
+
}, null, -1)]]);
|
|
4799
4801
|
}
|
|
4800
4802
|
var messages_square_default = {
|
|
4801
4803
|
name: "lucide-messages-square",
|
|
@@ -4806,7 +4808,7 @@ var messages_square_default = {
|
|
|
4806
4808
|
height: "1.2em"
|
|
4807
4809
|
};
|
|
4808
4810
|
function render$77(e, t) {
|
|
4809
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("g", {
|
|
4811
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("g", {
|
|
4810
4812
|
fill: "none",
|
|
4811
4813
|
stroke: "currentColor",
|
|
4812
4814
|
"stroke-linecap": "round",
|
|
@@ -4818,7 +4820,7 @@ function render$77(e, t) {
|
|
|
4818
4820
|
x: "9",
|
|
4819
4821
|
y: "2",
|
|
4820
4822
|
rx: "3"
|
|
4821
|
-
})], -1)]);
|
|
4823
|
+
})], -1)]]);
|
|
4822
4824
|
}
|
|
4823
4825
|
var mic_default = {
|
|
4824
4826
|
name: "lucide-mic",
|
|
@@ -4829,14 +4831,14 @@ var mic_default = {
|
|
|
4829
4831
|
height: "1.2em"
|
|
4830
4832
|
};
|
|
4831
4833
|
function render$76(e, t) {
|
|
4832
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
|
|
4834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("path", {
|
|
4833
4835
|
fill: "none",
|
|
4834
4836
|
stroke: "currentColor",
|
|
4835
4837
|
"stroke-linecap": "round",
|
|
4836
4838
|
"stroke-linejoin": "round",
|
|
4837
4839
|
"stroke-width": "2",
|
|
4838
4840
|
d: "M12 13v8m0-18v3M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z"
|
|
4839
|
-
}, null, -1)]);
|
|
4841
|
+
}, null, -1)]]);
|
|
4840
4842
|
}
|
|
4841
4843
|
var milestone_default = {
|
|
4842
4844
|
name: "lucide-milestone",
|
|
@@ -4847,14 +4849,14 @@ var milestone_default = {
|
|
|
4847
4849
|
height: "1.2em"
|
|
4848
4850
|
};
|
|
4849
4851
|
function render$75(e, t) {
|
|
4850
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
|
|
4852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
|
|
4851
4853
|
fill: "none",
|
|
4852
4854
|
stroke: "currentColor",
|
|
4853
4855
|
"stroke-linecap": "round",
|
|
4854
4856
|
"stroke-linejoin": "round",
|
|
4855
4857
|
"stroke-width": "2",
|
|
4856
4858
|
d: "m14 10l7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6"
|
|
4857
|
-
}, null, -1)]);
|
|
4859
|
+
}, null, -1)]]);
|
|
4858
4860
|
}
|
|
4859
4861
|
var minimize_2_default = {
|
|
4860
4862
|
name: "lucide-minimize-2",
|
|
@@ -4865,14 +4867,14 @@ var minimize_2_default = {
|
|
|
4865
4867
|
height: "1.2em"
|
|
4866
4868
|
};
|
|
4867
4869
|
function render$74(e, t) {
|
|
4868
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
|
|
4870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
|
|
4869
4871
|
fill: "none",
|
|
4870
4872
|
stroke: "currentColor",
|
|
4871
4873
|
"stroke-linecap": "round",
|
|
4872
4874
|
"stroke-linejoin": "round",
|
|
4873
4875
|
"stroke-width": "2",
|
|
4874
4876
|
d: "M5 12h14"
|
|
4875
|
-
}, null, -1)]);
|
|
4877
|
+
}, null, -1)]]);
|
|
4876
4878
|
}
|
|
4877
4879
|
var minus_default = {
|
|
4878
4880
|
name: "lucide-minus",
|
|
@@ -4883,14 +4885,14 @@ var minus_default = {
|
|
|
4883
4885
|
height: "1.2em"
|
|
4884
4886
|
};
|
|
4885
4887
|
function render$73(e, t) {
|
|
4886
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
|
|
4888
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("path", {
|
|
4887
4889
|
fill: "none",
|
|
4888
4890
|
stroke: "currentColor",
|
|
4889
4891
|
"stroke-linecap": "round",
|
|
4890
4892
|
"stroke-linejoin": "round",
|
|
4891
4893
|
"stroke-width": "2",
|
|
4892
4894
|
d: "M12.586 12.586L19 19M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z"
|
|
4893
|
-
}, null, -1)]);
|
|
4895
|
+
}, null, -1)]]);
|
|
4894
4896
|
}
|
|
4895
4897
|
var mouse_pointer_default = {
|
|
4896
4898
|
name: "lucide-mouse-pointer",
|
|
@@ -4901,7 +4903,7 @@ var mouse_pointer_default = {
|
|
|
4901
4903
|
height: "1.2em"
|
|
4902
4904
|
};
|
|
4903
4905
|
function render$72(e, t) {
|
|
4904
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]);
|
|
4906
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]]);
|
|
4905
4907
|
}
|
|
4906
4908
|
var network_default = {
|
|
4907
4909
|
name: "lucide-network",
|
|
@@ -4912,13 +4914,13 @@ var network_default = {
|
|
|
4912
4914
|
height: "1.2em"
|
|
4913
4915
|
};
|
|
4914
4916
|
function render$71(e, t) {
|
|
4915
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("g", {
|
|
4917
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("g", {
|
|
4916
4918
|
fill: "none",
|
|
4917
4919
|
stroke: "currentColor",
|
|
4918
4920
|
"stroke-linecap": "round",
|
|
4919
4921
|
"stroke-linejoin": "round",
|
|
4920
4922
|
"stroke-width": "2"
|
|
4921
|
-
}, [createElementVNode("path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4" }), createElementVNode("path", { d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" })], -1)]);
|
|
4923
|
+
}, [createElementVNode("path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4" }), createElementVNode("path", { d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" })], -1)]]);
|
|
4922
4924
|
}
|
|
4923
4925
|
var notebook_pen_default = {
|
|
4924
4926
|
name: "lucide-notebook-pen",
|
|
@@ -4929,7 +4931,7 @@ var notebook_pen_default = {
|
|
|
4929
4931
|
height: "1.2em"
|
|
4930
4932
|
};
|
|
4931
4933
|
function render$70(e, t) {
|
|
4932
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("g", {
|
|
4934
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("g", {
|
|
4933
4935
|
fill: "none",
|
|
4934
4936
|
stroke: "currentColor",
|
|
4935
4937
|
"stroke-linecap": "round",
|
|
@@ -4939,7 +4941,7 @@ function render$70(e, t) {
|
|
|
4939
4941
|
createElementVNode("path", { d: "M12 22v-9m3.17-10.79a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.66 1.66 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z" }),
|
|
4940
4942
|
createElementVNode("path", { d: "M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13" }),
|
|
4941
4943
|
createElementVNode("path", { d: "M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.64 1.64 0 0 0 1.63 0z" })
|
|
4942
|
-
], -1)]);
|
|
4944
|
+
], -1)]]);
|
|
4943
4945
|
}
|
|
4944
4946
|
var package_open_default = {
|
|
4945
4947
|
name: "lucide-package-open",
|
|
@@ -4950,7 +4952,7 @@ var package_open_default = {
|
|
|
4950
4952
|
height: "1.2em"
|
|
4951
4953
|
};
|
|
4952
4954
|
function render$69(e, t) {
|
|
4953
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
|
|
4955
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]]);
|
|
4954
4956
|
}
|
|
4955
4957
|
var palette_default = {
|
|
4956
4958
|
name: "lucide-palette",
|
|
@@ -4961,7 +4963,7 @@ var palette_default = {
|
|
|
4961
4963
|
height: "1.2em"
|
|
4962
4964
|
};
|
|
4963
4965
|
function render$68(e, t) {
|
|
4964
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createElementVNode("g", {
|
|
4966
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("g", {
|
|
4965
4967
|
fill: "none",
|
|
4966
4968
|
stroke: "currentColor",
|
|
4967
4969
|
"stroke-linecap": "round",
|
|
@@ -4973,7 +4975,7 @@ function render$68(e, t) {
|
|
|
4973
4975
|
x: "3",
|
|
4974
4976
|
y: "3",
|
|
4975
4977
|
rx: "2"
|
|
4976
|
-
}), createElementVNode("path", { d: "M9 3v18" })], -1)]);
|
|
4978
|
+
}), createElementVNode("path", { d: "M9 3v18" })], -1)]]);
|
|
4977
4979
|
}
|
|
4978
4980
|
var panel_left_default = {
|
|
4979
4981
|
name: "lucide-panel-left",
|
|
@@ -4984,7 +4986,7 @@ var panel_left_default = {
|
|
|
4984
4986
|
height: "1.2em"
|
|
4985
4987
|
};
|
|
4986
4988
|
function render$67(e, t) {
|
|
4987
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
|
|
4989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("g", {
|
|
4988
4990
|
fill: "none",
|
|
4989
4991
|
stroke: "currentColor",
|
|
4990
4992
|
"stroke-linecap": "round",
|
|
@@ -4996,7 +4998,7 @@ function render$67(e, t) {
|
|
|
4996
4998
|
x: "3",
|
|
4997
4999
|
y: "3",
|
|
4998
5000
|
rx: "2"
|
|
4999
|
-
}), createElementVNode("path", { d: "M15 3v18" })], -1)]);
|
|
5001
|
+
}), createElementVNode("path", { d: "M15 3v18" })], -1)]]);
|
|
5000
5002
|
}
|
|
5001
5003
|
var panel_right_default = {
|
|
5002
5004
|
name: "lucide-panel-right",
|
|
@@ -5007,14 +5009,14 @@ var panel_right_default = {
|
|
|
5007
5009
|
height: "1.2em"
|
|
5008
5010
|
};
|
|
5009
5011
|
function render$66(e, t) {
|
|
5010
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createElementVNode("path", {
|
|
5012
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("path", {
|
|
5011
5013
|
fill: "none",
|
|
5012
5014
|
stroke: "currentColor",
|
|
5013
5015
|
"stroke-linecap": "round",
|
|
5014
5016
|
"stroke-linejoin": "round",
|
|
5015
5017
|
"stroke-width": "2",
|
|
5016
5018
|
d: "m16 6l-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551"
|
|
5017
|
-
}, null, -1)]);
|
|
5019
|
+
}, null, -1)]]);
|
|
5018
5020
|
}
|
|
5019
5021
|
var paperclip_default = {
|
|
5020
5022
|
name: "lucide-paperclip",
|
|
@@ -5025,7 +5027,7 @@ var paperclip_default = {
|
|
|
5025
5027
|
height: "1.2em"
|
|
5026
5028
|
};
|
|
5027
5029
|
function render$65(e, t) {
|
|
5028
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createElementVNode("g", {
|
|
5030
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("g", {
|
|
5029
5031
|
fill: "none",
|
|
5030
5032
|
stroke: "currentColor",
|
|
5031
5033
|
"stroke-linecap": "round",
|
|
@@ -5043,7 +5045,7 @@ function render$65(e, t) {
|
|
|
5043
5045
|
x: "6",
|
|
5044
5046
|
y: "4",
|
|
5045
5047
|
rx: "1"
|
|
5046
|
-
})], -1)]);
|
|
5048
|
+
})], -1)]]);
|
|
5047
5049
|
}
|
|
5048
5050
|
var pause_default = {
|
|
5049
5051
|
name: "lucide-pause",
|
|
@@ -5054,14 +5056,14 @@ var pause_default = {
|
|
|
5054
5056
|
height: "1.2em"
|
|
5055
5057
|
};
|
|
5056
5058
|
function render$64(e, t) {
|
|
5057
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("path", {
|
|
5059
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
|
|
5058
5060
|
fill: "none",
|
|
5059
5061
|
stroke: "currentColor",
|
|
5060
5062
|
"stroke-linecap": "round",
|
|
5061
5063
|
"stroke-linejoin": "round",
|
|
5062
5064
|
"stroke-width": "2",
|
|
5063
5065
|
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z"
|
|
5064
|
-
}, null, -1)]);
|
|
5066
|
+
}, null, -1)]]);
|
|
5065
5067
|
}
|
|
5066
5068
|
var pen_default = {
|
|
5067
5069
|
name: "lucide-pen",
|
|
@@ -5072,14 +5074,14 @@ var pen_default = {
|
|
|
5072
5074
|
height: "1.2em"
|
|
5073
5075
|
};
|
|
5074
5076
|
function render$63(e, t) {
|
|
5075
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("path", {
|
|
5077
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
|
|
5076
5078
|
fill: "none",
|
|
5077
5079
|
stroke: "currentColor",
|
|
5078
5080
|
"stroke-linecap": "round",
|
|
5079
5081
|
"stroke-linejoin": "round",
|
|
5080
5082
|
"stroke-width": "2",
|
|
5081
5083
|
d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497zM15 5l4 4"
|
|
5082
|
-
}, null, -1)]);
|
|
5084
|
+
}, null, -1)]]);
|
|
5083
5085
|
}
|
|
5084
5086
|
var pencil_default = {
|
|
5085
5087
|
name: "lucide-pencil",
|
|
@@ -5090,14 +5092,14 @@ var pencil_default = {
|
|
|
5090
5092
|
height: "1.2em"
|
|
5091
5093
|
};
|
|
5092
5094
|
function render$62(e, t) {
|
|
5093
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("path", {
|
|
5095
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
|
|
5094
5096
|
fill: "none",
|
|
5095
5097
|
stroke: "currentColor",
|
|
5096
5098
|
"stroke-linecap": "round",
|
|
5097
5099
|
"stroke-linejoin": "round",
|
|
5098
5100
|
"stroke-width": "2",
|
|
5099
5101
|
d: "M12 17v5M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4a1 1 0 0 1 1 1z"
|
|
5100
|
-
}, null, -1)]);
|
|
5102
|
+
}, null, -1)]]);
|
|
5101
5103
|
}
|
|
5102
5104
|
var pin_default = {
|
|
5103
5105
|
name: "lucide-pin",
|
|
@@ -5108,14 +5110,14 @@ var pin_default = {
|
|
|
5108
5110
|
height: "1.2em"
|
|
5109
5111
|
};
|
|
5110
5112
|
function render$61(e, t) {
|
|
5111
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("path", {
|
|
5113
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("path", {
|
|
5112
5114
|
fill: "none",
|
|
5113
5115
|
stroke: "currentColor",
|
|
5114
5116
|
"stroke-linecap": "round",
|
|
5115
5117
|
"stroke-linejoin": "round",
|
|
5116
5118
|
"stroke-width": "2",
|
|
5117
5119
|
d: "m6 3l14 9l-14 9z"
|
|
5118
|
-
}, null, -1)]);
|
|
5120
|
+
}, null, -1)]]);
|
|
5119
5121
|
}
|
|
5120
5122
|
var play_default = {
|
|
5121
5123
|
name: "lucide-play",
|
|
@@ -5126,14 +5128,14 @@ var play_default = {
|
|
|
5126
5128
|
height: "1.2em"
|
|
5127
5129
|
};
|
|
5128
5130
|
function render$60(e, t) {
|
|
5129
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
|
|
5131
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
|
|
5130
5132
|
fill: "none",
|
|
5131
5133
|
stroke: "currentColor",
|
|
5132
5134
|
"stroke-linecap": "round",
|
|
5133
5135
|
"stroke-linejoin": "round",
|
|
5134
5136
|
"stroke-width": "2",
|
|
5135
5137
|
d: "M12 22v-5M9 8V2m6 6V2m3 6v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"
|
|
5136
|
-
}, null, -1)]);
|
|
5138
|
+
}, null, -1)]]);
|
|
5137
5139
|
}
|
|
5138
5140
|
var plug_default = {
|
|
5139
5141
|
name: "lucide-plug",
|
|
@@ -5144,14 +5146,14 @@ var plug_default = {
|
|
|
5144
5146
|
height: "1.2em"
|
|
5145
5147
|
};
|
|
5146
5148
|
function render$59(e, t) {
|
|
5147
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
|
|
5149
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("path", {
|
|
5148
5150
|
fill: "none",
|
|
5149
5151
|
stroke: "currentColor",
|
|
5150
5152
|
"stroke-linecap": "round",
|
|
5151
5153
|
"stroke-linejoin": "round",
|
|
5152
5154
|
"stroke-width": "2",
|
|
5153
5155
|
d: "M5 12h14m-7-7v14"
|
|
5154
|
-
}, null, -1)]);
|
|
5156
|
+
}, null, -1)]]);
|
|
5155
5157
|
}
|
|
5156
5158
|
var plus_default = {
|
|
5157
5159
|
name: "lucide-plus",
|
|
@@ -5162,13 +5164,13 @@ var plus_default = {
|
|
|
5162
5164
|
height: "1.2em"
|
|
5163
5165
|
};
|
|
5164
5166
|
function render$58(e, t) {
|
|
5165
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("g", {
|
|
5167
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
|
|
5166
5168
|
fill: "none",
|
|
5167
5169
|
stroke: "currentColor",
|
|
5168
5170
|
"stroke-linecap": "round",
|
|
5169
5171
|
"stroke-linejoin": "round",
|
|
5170
5172
|
"stroke-width": "2"
|
|
5171
|
-
}, [createElementVNode("path", { d: "M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2s-2 1-2 2s2 1 2 2m13-7h.01M6 18h.01m14.82-9.17a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z" }), createElementVNode("path", { d: "M18 11.66V22a4 4 0 0 0 4-4V6" })], -1)]);
|
|
5173
|
+
}, [createElementVNode("path", { d: "M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2s-2 1-2 2s2 1 2 2m13-7h.01M6 18h.01m14.82-9.17a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z" }), createElementVNode("path", { d: "M18 11.66V22a4 4 0 0 0 4-4V6" })], -1)]]);
|
|
5172
5174
|
}
|
|
5173
5175
|
var pocket_knife_default = {
|
|
5174
5176
|
name: "lucide-pocket-knife",
|
|
@@ -5179,14 +5181,14 @@ var pocket_knife_default = {
|
|
|
5179
5181
|
height: "1.2em"
|
|
5180
5182
|
};
|
|
5181
5183
|
function render$57(e, t) {
|
|
5182
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("path", {
|
|
5184
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("path", {
|
|
5183
5185
|
fill: "none",
|
|
5184
5186
|
stroke: "currentColor",
|
|
5185
5187
|
"stroke-linecap": "round",
|
|
5186
5188
|
"stroke-linejoin": "round",
|
|
5187
5189
|
"stroke-width": "2",
|
|
5188
5190
|
d: "M12 2v10m6.4-5.4a9 9 0 1 1-12.77.04"
|
|
5189
|
-
}, null, -1)]);
|
|
5191
|
+
}, null, -1)]]);
|
|
5190
5192
|
}
|
|
5191
5193
|
var power_default = {
|
|
5192
5194
|
name: "lucide-power",
|
|
@@ -5197,13 +5199,13 @@ var power_default = {
|
|
|
5197
5199
|
height: "1.2em"
|
|
5198
5200
|
};
|
|
5199
5201
|
function render$56(e, t) {
|
|
5200
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("g", {
|
|
5202
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
|
|
5201
5203
|
fill: "none",
|
|
5202
5204
|
stroke: "currentColor",
|
|
5203
5205
|
"stroke-linecap": "round",
|
|
5204
5206
|
"stroke-linejoin": "round",
|
|
5205
5207
|
"stroke-width": "2"
|
|
5206
|
-
}, [createElementVNode("path", { d: "m15 14l5-5l-5-5" }), createElementVNode("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" })], -1)]);
|
|
5208
|
+
}, [createElementVNode("path", { d: "m15 14l5-5l-5-5" }), createElementVNode("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" })], -1)]]);
|
|
5207
5209
|
}
|
|
5208
5210
|
var redo_2_default = {
|
|
5209
5211
|
name: "lucide-redo-2",
|
|
@@ -5214,7 +5216,7 @@ var redo_2_default = {
|
|
|
5214
5216
|
height: "1.2em"
|
|
5215
5217
|
};
|
|
5216
5218
|
function render$55(e, t) {
|
|
5217
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("g", {
|
|
5219
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("g", {
|
|
5218
5220
|
fill: "none",
|
|
5219
5221
|
stroke: "currentColor",
|
|
5220
5222
|
"stroke-linecap": "round",
|
|
@@ -5224,7 +5226,7 @@ function render$55(e, t) {
|
|
|
5224
5226
|
createElementVNode("path", { d: "M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8" }),
|
|
5225
5227
|
createElementVNode("path", { d: "M21 3v5h-5m5 4a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16" }),
|
|
5226
5228
|
createElementVNode("path", { d: "M8 16H3v5" })
|
|
5227
|
-
], -1)]);
|
|
5229
|
+
], -1)]]);
|
|
5228
5230
|
}
|
|
5229
5231
|
var refresh_cw_default = {
|
|
5230
5232
|
name: "lucide-refresh-cw",
|
|
@@ -5235,14 +5237,14 @@ var refresh_cw_default = {
|
|
|
5235
5237
|
height: "1.2em"
|
|
5236
5238
|
};
|
|
5237
5239
|
function render$54(e, t) {
|
|
5238
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("path", {
|
|
5240
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("path", {
|
|
5239
5241
|
fill: "none",
|
|
5240
5242
|
stroke: "currentColor",
|
|
5241
5243
|
"stroke-linecap": "round",
|
|
5242
5244
|
"stroke-linejoin": "round",
|
|
5243
5245
|
"stroke-width": "2",
|
|
5244
5246
|
d: "M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5"
|
|
5245
|
-
}, null, -1)]);
|
|
5247
|
+
}, null, -1)]]);
|
|
5246
5248
|
}
|
|
5247
5249
|
var remove_formatting_default = {
|
|
5248
5250
|
name: "lucide-remove-formatting",
|
|
@@ -5253,7 +5255,7 @@ var remove_formatting_default = {
|
|
|
5253
5255
|
height: "1.2em"
|
|
5254
5256
|
};
|
|
5255
5257
|
function render$53(e, t) {
|
|
5256
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("g", {
|
|
5258
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
|
|
5257
5259
|
fill: "none",
|
|
5258
5260
|
stroke: "currentColor",
|
|
5259
5261
|
"stroke-linecap": "round",
|
|
@@ -5263,7 +5265,7 @@ function render$53(e, t) {
|
|
|
5263
5265
|
cx: "5",
|
|
5264
5266
|
cy: "19",
|
|
5265
5267
|
r: "1"
|
|
5266
|
-
})], -1)]);
|
|
5268
|
+
})], -1)]]);
|
|
5267
5269
|
}
|
|
5268
5270
|
var rss_default = {
|
|
5269
5271
|
name: "lucide-rss",
|
|
@@ -5274,14 +5276,14 @@ var rss_default = {
|
|
|
5274
5276
|
height: "1.2em"
|
|
5275
5277
|
};
|
|
5276
5278
|
function render$52(e, t) {
|
|
5277
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("path", {
|
|
5279
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
|
|
5278
5280
|
fill: "none",
|
|
5279
5281
|
stroke: "currentColor",
|
|
5280
5282
|
"stroke-linecap": "round",
|
|
5281
5283
|
"stroke-linejoin": "round",
|
|
5282
5284
|
"stroke-width": "2",
|
|
5283
5285
|
d: "M4 10a7.31 7.31 0 0 0 10 10Zm5 5l3-3m5 1a6 6 0 0 0-6-6m10 6A10 10 0 0 0 11 3"
|
|
5284
|
-
}, null, -1)]);
|
|
5286
|
+
}, null, -1)]]);
|
|
5285
5287
|
}
|
|
5286
5288
|
var satellite_dish_default = {
|
|
5287
5289
|
name: "lucide-satellite-dish",
|
|
@@ -5292,13 +5294,13 @@ var satellite_dish_default = {
|
|
|
5292
5294
|
height: "1.2em"
|
|
5293
5295
|
};
|
|
5294
5296
|
function render$51(e, t) {
|
|
5295
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("g", {
|
|
5297
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("g", {
|
|
5296
5298
|
fill: "none",
|
|
5297
5299
|
stroke: "currentColor",
|
|
5298
5300
|
"stroke-linecap": "round",
|
|
5299
5301
|
"stroke-linejoin": "round",
|
|
5300
5302
|
"stroke-width": "2"
|
|
5301
|
-
}, [createElementVNode("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }), createElementVNode("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7" })], -1)]);
|
|
5303
|
+
}, [createElementVNode("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }), createElementVNode("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7" })], -1)]]);
|
|
5302
5304
|
}
|
|
5303
5305
|
var save_default = {
|
|
5304
5306
|
name: "lucide-save",
|
|
@@ -5309,14 +5311,14 @@ var save_default = {
|
|
|
5309
5311
|
height: "1.2em"
|
|
5310
5312
|
};
|
|
5311
5313
|
function render$50(e, t) {
|
|
5312
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("path", {
|
|
5314
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("path", {
|
|
5313
5315
|
fill: "none",
|
|
5314
5316
|
stroke: "currentColor",
|
|
5315
5317
|
"stroke-linecap": "round",
|
|
5316
5318
|
"stroke-linejoin": "round",
|
|
5317
5319
|
"stroke-width": "2",
|
|
5318
5320
|
d: "m16 16l3-8l3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1M2 16l3-8l3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1m5 5h10M12 3v18M3 7h2c2 0 5-1 7-2c2 1 5 2 7 2h2"
|
|
5319
|
-
}, null, -1)]);
|
|
5321
|
+
}, null, -1)]]);
|
|
5320
5322
|
}
|
|
5321
5323
|
var scale_default = {
|
|
5322
5324
|
name: "lucide-scale",
|
|
@@ -5327,7 +5329,7 @@ var scale_default = {
|
|
|
5327
5329
|
height: "1.2em"
|
|
5328
5330
|
};
|
|
5329
5331
|
function render$49(e, t) {
|
|
5330
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
|
|
5332
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]]);
|
|
5331
5333
|
}
|
|
5332
5334
|
var scissors_default = {
|
|
5333
5335
|
name: "lucide-scissors",
|
|
@@ -5338,7 +5340,7 @@ var scissors_default = {
|
|
|
5338
5340
|
height: "1.2em"
|
|
5339
5341
|
};
|
|
5340
5342
|
function render$48(e, t) {
|
|
5341
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createElementVNode("g", {
|
|
5343
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("g", {
|
|
5342
5344
|
fill: "none",
|
|
5343
5345
|
stroke: "currentColor",
|
|
5344
5346
|
"stroke-linecap": "round",
|
|
@@ -5348,7 +5350,7 @@ function render$48(e, t) {
|
|
|
5348
5350
|
cx: "11",
|
|
5349
5351
|
cy: "11",
|
|
5350
5352
|
r: "8"
|
|
5351
|
-
})], -1)]);
|
|
5353
|
+
})], -1)]]);
|
|
5352
5354
|
}
|
|
5353
5355
|
var search_default = {
|
|
5354
5356
|
name: "lucide-search",
|
|
@@ -5359,14 +5361,14 @@ var search_default = {
|
|
|
5359
5361
|
height: "1.2em"
|
|
5360
5362
|
};
|
|
5361
5363
|
function render$47(e, t) {
|
|
5362
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("path", {
|
|
5364
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("path", {
|
|
5363
5365
|
fill: "none",
|
|
5364
5366
|
stroke: "currentColor",
|
|
5365
5367
|
"stroke-linecap": "round",
|
|
5366
5368
|
"stroke-linejoin": "round",
|
|
5367
5369
|
"stroke-width": "2",
|
|
5368
5370
|
d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939"
|
|
5369
|
-
}, null, -1)]);
|
|
5371
|
+
}, null, -1)]]);
|
|
5370
5372
|
}
|
|
5371
5373
|
var send_default = {
|
|
5372
5374
|
name: "lucide-send",
|
|
@@ -5377,7 +5379,7 @@ var send_default = {
|
|
|
5377
5379
|
height: "1.2em"
|
|
5378
5380
|
};
|
|
5379
5381
|
function render$46(e, t) {
|
|
5380
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createElementVNode("g", {
|
|
5382
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, [...t[0] ||= [createElementVNode("g", {
|
|
5381
5383
|
fill: "none",
|
|
5382
5384
|
stroke: "currentColor",
|
|
5383
5385
|
"stroke-linecap": "round",
|
|
@@ -5401,7 +5403,7 @@ function render$46(e, t) {
|
|
|
5401
5403
|
ry: "2"
|
|
5402
5404
|
}),
|
|
5403
5405
|
createElementVNode("path", { d: "M6 6h.01M6 18h.01" })
|
|
5404
|
-
], -1)]);
|
|
5406
|
+
], -1)]]);
|
|
5405
5407
|
}
|
|
5406
5408
|
var server_default = {
|
|
5407
5409
|
name: "lucide-server",
|
|
@@ -5412,7 +5414,7 @@ var server_default = {
|
|
|
5412
5414
|
height: "1.2em"
|
|
5413
5415
|
};
|
|
5414
5416
|
function render$45(e, t) {
|
|
5415
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createElementVNode("g", {
|
|
5417
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, [...t[0] ||= [createElementVNode("g", {
|
|
5416
5418
|
fill: "none",
|
|
5417
5419
|
stroke: "currentColor",
|
|
5418
5420
|
"stroke-linecap": "round",
|
|
@@ -5422,7 +5424,7 @@ function render$45(e, t) {
|
|
|
5422
5424
|
cx: "12",
|
|
5423
5425
|
cy: "12",
|
|
5424
5426
|
r: "3"
|
|
5425
|
-
})], -1)]);
|
|
5427
|
+
})], -1)]]);
|
|
5426
5428
|
}
|
|
5427
5429
|
var settings_default = {
|
|
5428
5430
|
name: "lucide-settings",
|
|
@@ -5433,7 +5435,7 @@ var settings_default = {
|
|
|
5433
5435
|
height: "1.2em"
|
|
5434
5436
|
};
|
|
5435
5437
|
function render$44(e, t) {
|
|
5436
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("g", {
|
|
5438
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, [...t[0] ||= [createElementVNode("g", {
|
|
5437
5439
|
fill: "none",
|
|
5438
5440
|
stroke: "currentColor",
|
|
5439
5441
|
"stroke-linecap": "round",
|
|
@@ -5451,7 +5453,7 @@ function render$44(e, t) {
|
|
|
5451
5453
|
cy: "7",
|
|
5452
5454
|
r: "3"
|
|
5453
5455
|
})
|
|
5454
|
-
], -1)]);
|
|
5456
|
+
], -1)]]);
|
|
5455
5457
|
}
|
|
5456
5458
|
var settings_2_default = {
|
|
5457
5459
|
name: "lucide-settings-2",
|
|
@@ -5462,14 +5464,14 @@ var settings_2_default = {
|
|
|
5462
5464
|
height: "1.2em"
|
|
5463
5465
|
};
|
|
5464
5466
|
function render$43(e, t) {
|
|
5465
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("path", {
|
|
5467
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, [...t[0] ||= [createElementVNode("path", {
|
|
5466
5468
|
fill: "none",
|
|
5467
5469
|
stroke: "currentColor",
|
|
5468
5470
|
"stroke-linecap": "round",
|
|
5469
5471
|
"stroke-linejoin": "round",
|
|
5470
5472
|
"stroke-width": "2",
|
|
5471
5473
|
d: "M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"
|
|
5472
|
-
}, null, -1)]);
|
|
5474
|
+
}, null, -1)]]);
|
|
5473
5475
|
}
|
|
5474
5476
|
var share_default = {
|
|
5475
5477
|
name: "lucide-share",
|
|
@@ -5480,14 +5482,14 @@ var share_default = {
|
|
|
5480
5482
|
height: "1.2em"
|
|
5481
5483
|
};
|
|
5482
5484
|
function render$42(e, t) {
|
|
5483
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("path", {
|
|
5485
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, [...t[0] ||= [createElementVNode("path", {
|
|
5484
5486
|
fill: "none",
|
|
5485
5487
|
stroke: "currentColor",
|
|
5486
5488
|
"stroke-linecap": "round",
|
|
5487
5489
|
"stroke-linejoin": "round",
|
|
5488
5490
|
"stroke-width": "2",
|
|
5489
5491
|
d: "M21 4h-7m-4 0H3m18 8h-9m-4 0H3m18 8h-5m-4 0H3M14 2v4m-6 4v4m8 4v4"
|
|
5490
|
-
}, null, -1)]);
|
|
5492
|
+
}, null, -1)]]);
|
|
5491
5493
|
}
|
|
5492
5494
|
var sliders_horizontal_default = {
|
|
5493
5495
|
name: "lucide-sliders-horizontal",
|
|
@@ -5498,7 +5500,7 @@ var sliders_horizontal_default = {
|
|
|
5498
5500
|
height: "1.2em"
|
|
5499
5501
|
};
|
|
5500
5502
|
function render$41(e, t) {
|
|
5501
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("g", {
|
|
5503
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, [...t[0] ||= [createElementVNode("g", {
|
|
5502
5504
|
fill: "none",
|
|
5503
5505
|
stroke: "currentColor",
|
|
5504
5506
|
"stroke-linecap": "round",
|
|
@@ -5508,7 +5510,7 @@ function render$41(e, t) {
|
|
|
5508
5510
|
cx: "12",
|
|
5509
5511
|
cy: "12",
|
|
5510
5512
|
r: "10"
|
|
5511
|
-
}), createElementVNode("path", { d: "M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01" })], -1)]);
|
|
5513
|
+
}), createElementVNode("path", { d: "M8 14s1.5 2 4 2s4-2 4-2M9 9h.01M15 9h.01" })], -1)]]);
|
|
5512
5514
|
}
|
|
5513
5515
|
var smile_default = {
|
|
5514
5516
|
name: "lucide-smile",
|
|
@@ -5519,14 +5521,14 @@ var smile_default = {
|
|
|
5519
5521
|
height: "1.2em"
|
|
5520
5522
|
};
|
|
5521
5523
|
function render$40(e, t) {
|
|
5522
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createElementVNode("path", {
|
|
5524
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$60, [...t[0] ||= [createElementVNode("path", {
|
|
5523
5525
|
fill: "none",
|
|
5524
5526
|
stroke: "currentColor",
|
|
5525
5527
|
"stroke-linecap": "round",
|
|
5526
5528
|
"stroke-linejoin": "round",
|
|
5527
5529
|
"stroke-width": "2",
|
|
5528
5530
|
d: "M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0zM20 3v4m2-2h-4M4 17v2m1-1H3"
|
|
5529
|
-
}, null, -1)]);
|
|
5531
|
+
}, null, -1)]]);
|
|
5530
5532
|
}
|
|
5531
5533
|
var sparkles_default = {
|
|
5532
5534
|
name: "lucide-sparkles",
|
|
@@ -5537,13 +5539,13 @@ var sparkles_default = {
|
|
|
5537
5539
|
height: "1.2em"
|
|
5538
5540
|
};
|
|
5539
5541
|
function render$39(e, t) {
|
|
5540
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createElementVNode("g", {
|
|
5542
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$59, [...t[0] ||= [createElementVNode("g", {
|
|
5541
5543
|
fill: "none",
|
|
5542
5544
|
stroke: "currentColor",
|
|
5543
5545
|
"stroke-linecap": "round",
|
|
5544
5546
|
"stroke-linejoin": "round",
|
|
5545
5547
|
"stroke-width": "2"
|
|
5546
|
-
}, [createElementVNode("path", { d: "M16 3h5v5M8 3H3v5" }), createElementVNode("path", { d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6" })], -1)]);
|
|
5548
|
+
}, [createElementVNode("path", { d: "M16 3h5v5M8 3H3v5" }), createElementVNode("path", { d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6" })], -1)]]);
|
|
5547
5549
|
}
|
|
5548
5550
|
var split_default = {
|
|
5549
5551
|
name: "lucide-split",
|
|
@@ -5554,7 +5556,7 @@ var split_default = {
|
|
|
5554
5556
|
height: "1.2em"
|
|
5555
5557
|
};
|
|
5556
5558
|
function render$38(e, t) {
|
|
5557
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createElementVNode("rect", {
|
|
5559
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$58, [...t[0] ||= [createElementVNode("rect", {
|
|
5558
5560
|
width: "18",
|
|
5559
5561
|
height: "18",
|
|
5560
5562
|
x: "3",
|
|
@@ -5565,7 +5567,7 @@ function render$38(e, t) {
|
|
|
5565
5567
|
"stroke-linejoin": "round",
|
|
5566
5568
|
"stroke-width": "2",
|
|
5567
5569
|
rx: "2"
|
|
5568
|
-
}, null, -1)]);
|
|
5570
|
+
}, null, -1)]]);
|
|
5569
5571
|
}
|
|
5570
5572
|
var square_default = {
|
|
5571
5573
|
name: "lucide-square",
|
|
@@ -5576,7 +5578,7 @@ var square_default = {
|
|
|
5576
5578
|
height: "1.2em"
|
|
5577
5579
|
};
|
|
5578
5580
|
function render$37(e, t) {
|
|
5579
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createElementVNode("g", {
|
|
5581
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$57, [...t[0] ||= [createElementVNode("g", {
|
|
5580
5582
|
fill: "none",
|
|
5581
5583
|
stroke: "currentColor",
|
|
5582
5584
|
"stroke-linecap": "round",
|
|
@@ -5588,7 +5590,7 @@ function render$37(e, t) {
|
|
|
5588
5590
|
x: "3",
|
|
5589
5591
|
y: "3",
|
|
5590
5592
|
rx: "2"
|
|
5591
|
-
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]);
|
|
5593
|
+
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]]);
|
|
5592
5594
|
}
|
|
5593
5595
|
var square_check_default = {
|
|
5594
5596
|
name: "lucide-square-check",
|
|
@@ -5599,7 +5601,7 @@ var square_check_default = {
|
|
|
5599
5601
|
height: "1.2em"
|
|
5600
5602
|
};
|
|
5601
5603
|
function render$36(e, t) {
|
|
5602
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createElementVNode("g", {
|
|
5604
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$56, [...t[0] ||= [createElementVNode("g", {
|
|
5603
5605
|
fill: "none",
|
|
5604
5606
|
stroke: "currentColor",
|
|
5605
5607
|
"stroke-linecap": "round",
|
|
@@ -5611,7 +5613,7 @@ function render$36(e, t) {
|
|
|
5611
5613
|
x: "3",
|
|
5612
5614
|
y: "3",
|
|
5613
5615
|
rx: "2"
|
|
5614
|
-
}), createElementVNode("path", { d: "M8 12h8" })], -1)]);
|
|
5616
|
+
}), createElementVNode("path", { d: "M8 12h8" })], -1)]]);
|
|
5615
5617
|
}
|
|
5616
5618
|
var square_minus_default = {
|
|
5617
5619
|
name: "lucide-square-minus",
|
|
@@ -5622,13 +5624,13 @@ var square_minus_default = {
|
|
|
5622
5624
|
height: "1.2em"
|
|
5623
5625
|
};
|
|
5624
5626
|
function render$35(e, t) {
|
|
5625
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createElementVNode("g", {
|
|
5627
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$55, [...t[0] ||= [createElementVNode("g", {
|
|
5626
5628
|
fill: "none",
|
|
5627
5629
|
stroke: "currentColor",
|
|
5628
5630
|
"stroke-linecap": "round",
|
|
5629
5631
|
"stroke-linejoin": "round",
|
|
5630
5632
|
"stroke-width": "2"
|
|
5631
|
-
}, [createElementVNode("path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), createElementVNode("path", { d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" })], -1)]);
|
|
5633
|
+
}, [createElementVNode("path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), createElementVNode("path", { d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" })], -1)]]);
|
|
5632
5634
|
}
|
|
5633
5635
|
var square_pen_default = {
|
|
5634
5636
|
name: "lucide-square-pen",
|
|
@@ -5639,7 +5641,7 @@ var square_pen_default = {
|
|
|
5639
5641
|
height: "1.2em"
|
|
5640
5642
|
};
|
|
5641
5643
|
function render$34(e, t) {
|
|
5642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createElementVNode("g", {
|
|
5644
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$54, [...t[0] ||= [createElementVNode("g", {
|
|
5643
5645
|
fill: "none",
|
|
5644
5646
|
stroke: "currentColor",
|
|
5645
5647
|
"stroke-linecap": "round",
|
|
@@ -5651,7 +5653,7 @@ function render$34(e, t) {
|
|
|
5651
5653
|
x: "3",
|
|
5652
5654
|
y: "3",
|
|
5653
5655
|
rx: "2"
|
|
5654
|
-
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]);
|
|
5656
|
+
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]]);
|
|
5655
5657
|
}
|
|
5656
5658
|
var square_plus_default = {
|
|
5657
5659
|
name: "lucide-square-plus",
|
|
@@ -5662,13 +5664,13 @@ var square_plus_default = {
|
|
|
5662
5664
|
height: "1.2em"
|
|
5663
5665
|
};
|
|
5664
5666
|
function render$33(e, t) {
|
|
5665
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createElementVNode("g", {
|
|
5667
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$53, [...t[0] ||= [createElementVNode("g", {
|
|
5666
5668
|
fill: "none",
|
|
5667
5669
|
stroke: "currentColor",
|
|
5668
5670
|
"stroke-linecap": "round",
|
|
5669
5671
|
"stroke-linejoin": "round",
|
|
5670
5672
|
"stroke-width": "2"
|
|
5671
|
-
}, [createElementVNode("path", { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" }), createElementVNode("path", { d: "M15 3v4a2 2 0 0 0 2 2h4" })], -1)]);
|
|
5673
|
+
}, [createElementVNode("path", { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" }), createElementVNode("path", { d: "M15 3v4a2 2 0 0 0 2 2h4" })], -1)]]);
|
|
5672
5674
|
}
|
|
5673
5675
|
var sticky_note_default = {
|
|
5674
5676
|
name: "lucide-sticky-note",
|
|
@@ -5679,7 +5681,7 @@ var sticky_note_default = {
|
|
|
5679
5681
|
height: "1.2em"
|
|
5680
5682
|
};
|
|
5681
5683
|
function render$32(e, t) {
|
|
5682
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createElementVNode("g", {
|
|
5684
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$52, [...t[0] ||= [createElementVNode("g", {
|
|
5683
5685
|
fill: "none",
|
|
5684
5686
|
stroke: "currentColor",
|
|
5685
5687
|
"stroke-linecap": "round",
|
|
@@ -5689,7 +5691,7 @@ function render$32(e, t) {
|
|
|
5689
5691
|
cx: "12",
|
|
5690
5692
|
cy: "12",
|
|
5691
5693
|
r: "4"
|
|
5692
|
-
}), createElementVNode("path", { d: "M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41" })], -1)]);
|
|
5694
|
+
}), createElementVNode("path", { d: "M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41" })], -1)]]);
|
|
5693
5695
|
}
|
|
5694
5696
|
var sun_default = {
|
|
5695
5697
|
name: "lucide-sun",
|
|
@@ -5700,7 +5702,7 @@ var sun_default = {
|
|
|
5700
5702
|
height: "1.2em"
|
|
5701
5703
|
};
|
|
5702
5704
|
function render$31(e, t) {
|
|
5703
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createElementVNode("g", {
|
|
5705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$51, [...t[0] ||= [createElementVNode("g", {
|
|
5704
5706
|
fill: "none",
|
|
5705
5707
|
stroke: "currentColor",
|
|
5706
5708
|
"stroke-linecap": "round",
|
|
@@ -5716,7 +5718,7 @@ function render$31(e, t) {
|
|
|
5716
5718
|
rx: "2"
|
|
5717
5719
|
}),
|
|
5718
5720
|
createElementVNode("path", { d: "M3 9h18M3 15h18" })
|
|
5719
|
-
], -1)]);
|
|
5721
|
+
], -1)]]);
|
|
5720
5722
|
}
|
|
5721
5723
|
var table_default = {
|
|
5722
5724
|
name: "lucide-table",
|
|
@@ -5727,7 +5729,7 @@ var table_default = {
|
|
|
5727
5729
|
height: "1.2em"
|
|
5728
5730
|
};
|
|
5729
5731
|
function render$30(e, t) {
|
|
5730
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createElementVNode("g", {
|
|
5732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$50, [...t[0] ||= [createElementVNode("g", {
|
|
5731
5733
|
fill: "none",
|
|
5732
5734
|
stroke: "currentColor",
|
|
5733
5735
|
"stroke-linecap": "round",
|
|
@@ -5742,7 +5744,7 @@ function render$30(e, t) {
|
|
|
5742
5744
|
r: ".5",
|
|
5743
5745
|
fill: "currentColor"
|
|
5744
5746
|
})
|
|
5745
|
-
], -1)]);
|
|
5747
|
+
], -1)]]);
|
|
5746
5748
|
}
|
|
5747
5749
|
var tags_default = {
|
|
5748
5750
|
name: "lucide-tags",
|
|
@@ -5753,14 +5755,14 @@ var tags_default = {
|
|
|
5753
5755
|
height: "1.2em"
|
|
5754
5756
|
};
|
|
5755
5757
|
function render$29(e, t) {
|
|
5756
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createElementVNode("path", {
|
|
5758
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$49, [...t[0] ||= [createElementVNode("path", {
|
|
5757
5759
|
fill: "none",
|
|
5758
5760
|
stroke: "currentColor",
|
|
5759
5761
|
"stroke-linecap": "round",
|
|
5760
5762
|
"stroke-linejoin": "round",
|
|
5761
5763
|
"stroke-width": "2",
|
|
5762
5764
|
d: "M12 19h8M4 17l6-6l-6-6"
|
|
5763
|
-
}, null, -1)]);
|
|
5765
|
+
}, null, -1)]]);
|
|
5764
5766
|
}
|
|
5765
5767
|
var terminal_default = {
|
|
5766
5768
|
name: "lucide-terminal",
|
|
@@ -5771,14 +5773,14 @@ var terminal_default = {
|
|
|
5771
5773
|
height: "1.2em"
|
|
5772
5774
|
};
|
|
5773
5775
|
function render$28(e, t) {
|
|
5774
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createElementVNode("path", {
|
|
5776
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$48, [...t[0] ||= [createElementVNode("path", {
|
|
5775
5777
|
fill: "none",
|
|
5776
5778
|
stroke: "currentColor",
|
|
5777
5779
|
"stroke-linecap": "round",
|
|
5778
5780
|
"stroke-linejoin": "round",
|
|
5779
5781
|
"stroke-width": "2",
|
|
5780
5782
|
d: "M17 14V2M9 18.12L10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88"
|
|
5781
|
-
}, null, -1)]);
|
|
5783
|
+
}, null, -1)]]);
|
|
5782
5784
|
}
|
|
5783
5785
|
var thumbs_down_default = {
|
|
5784
5786
|
name: "lucide-thumbs-down",
|
|
@@ -5789,14 +5791,14 @@ var thumbs_down_default = {
|
|
|
5789
5791
|
height: "1.2em"
|
|
5790
5792
|
};
|
|
5791
5793
|
function render$27(e, t) {
|
|
5792
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createElementVNode("path", {
|
|
5794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$47, [...t[0] ||= [createElementVNode("path", {
|
|
5793
5795
|
fill: "none",
|
|
5794
5796
|
stroke: "currentColor",
|
|
5795
5797
|
"stroke-linecap": "round",
|
|
5796
5798
|
"stroke-linejoin": "round",
|
|
5797
5799
|
"stroke-width": "2",
|
|
5798
5800
|
d: "M7 10v12m8-16.12L14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88"
|
|
5799
|
-
}, null, -1)]);
|
|
5801
|
+
}, null, -1)]]);
|
|
5800
5802
|
}
|
|
5801
5803
|
var thumbs_up_default = {
|
|
5802
5804
|
name: "lucide-thumbs-up",
|
|
@@ -5807,7 +5809,7 @@ var thumbs_up_default = {
|
|
|
5807
5809
|
height: "1.2em"
|
|
5808
5810
|
};
|
|
5809
5811
|
function render$26(e, t) {
|
|
5810
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$46, t[0] ||= [createElementVNode("g", {
|
|
5812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$46, [...t[0] ||= [createElementVNode("g", {
|
|
5811
5813
|
fill: "none",
|
|
5812
5814
|
stroke: "currentColor",
|
|
5813
5815
|
"stroke-linecap": "round",
|
|
@@ -5817,7 +5819,7 @@ function render$26(e, t) {
|
|
|
5817
5819
|
cx: "12",
|
|
5818
5820
|
cy: "14",
|
|
5819
5821
|
r: "8"
|
|
5820
|
-
})], -1)]);
|
|
5822
|
+
})], -1)]]);
|
|
5821
5823
|
}
|
|
5822
5824
|
var timer_default = {
|
|
5823
5825
|
name: "lucide-timer",
|
|
@@ -5828,7 +5830,7 @@ var timer_default = {
|
|
|
5828
5830
|
height: "1.2em"
|
|
5829
5831
|
};
|
|
5830
5832
|
function render$25(e, t) {
|
|
5831
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$45, t[0] ||= [createElementVNode("g", {
|
|
5833
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$45, [...t[0] ||= [createElementVNode("g", {
|
|
5832
5834
|
fill: "none",
|
|
5833
5835
|
stroke: "currentColor",
|
|
5834
5836
|
"stroke-linecap": "round",
|
|
@@ -5844,7 +5846,7 @@ function render$25(e, t) {
|
|
|
5844
5846
|
x: "2",
|
|
5845
5847
|
y: "5",
|
|
5846
5848
|
rx: "7"
|
|
5847
|
-
})], -1)]);
|
|
5849
|
+
})], -1)]]);
|
|
5848
5850
|
}
|
|
5849
5851
|
var toggle_right_default = {
|
|
5850
5852
|
name: "lucide-toggle-right",
|
|
@@ -5855,14 +5857,14 @@ var toggle_right_default = {
|
|
|
5855
5857
|
height: "1.2em"
|
|
5856
5858
|
};
|
|
5857
5859
|
function render$24(e, t) {
|
|
5858
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$44, t[0] ||= [createElementVNode("path", {
|
|
5860
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$44, [...t[0] ||= [createElementVNode("path", {
|
|
5859
5861
|
fill: "none",
|
|
5860
5862
|
stroke: "currentColor",
|
|
5861
5863
|
"stroke-linecap": "round",
|
|
5862
5864
|
"stroke-linejoin": "round",
|
|
5863
5865
|
"stroke-width": "2",
|
|
5864
5866
|
d: "M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6"
|
|
5865
|
-
}, null, -1)]);
|
|
5867
|
+
}, null, -1)]]);
|
|
5866
5868
|
}
|
|
5867
5869
|
var trash_2_default = {
|
|
5868
5870
|
name: "lucide-trash-2",
|
|
@@ -5873,14 +5875,14 @@ var trash_2_default = {
|
|
|
5873
5875
|
height: "1.2em"
|
|
5874
5876
|
};
|
|
5875
5877
|
function render$23(e, t) {
|
|
5876
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$43, t[0] ||= [createElementVNode("path", {
|
|
5878
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$43, [...t[0] ||= [createElementVNode("path", {
|
|
5877
5879
|
fill: "none",
|
|
5878
5880
|
stroke: "currentColor",
|
|
5879
5881
|
"stroke-linecap": "round",
|
|
5880
5882
|
"stroke-linejoin": "round",
|
|
5881
5883
|
"stroke-width": "2",
|
|
5882
5884
|
d: "m17 14l3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7zm-5 8v-3"
|
|
5883
|
-
}, null, -1)]);
|
|
5885
|
+
}, null, -1)]]);
|
|
5884
5886
|
}
|
|
5885
5887
|
var tree_pine_default = {
|
|
5886
5888
|
name: "lucide-tree-pine",
|
|
@@ -5891,14 +5893,14 @@ var tree_pine_default = {
|
|
|
5891
5893
|
height: "1.2em"
|
|
5892
5894
|
};
|
|
5893
5895
|
function render$22(e, t) {
|
|
5894
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$42, t[0] ||= [createElementVNode("path", {
|
|
5896
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$42, [...t[0] ||= [createElementVNode("path", {
|
|
5895
5897
|
fill: "none",
|
|
5896
5898
|
stroke: "currentColor",
|
|
5897
5899
|
"stroke-linecap": "round",
|
|
5898
5900
|
"stroke-linejoin": "round",
|
|
5899
5901
|
"stroke-width": "2",
|
|
5900
5902
|
d: "m21.73 18l-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3M12 9v4m0 4h.01"
|
|
5901
|
-
}, null, -1)]);
|
|
5903
|
+
}, null, -1)]]);
|
|
5902
5904
|
}
|
|
5903
5905
|
var triangle_alert_default = {
|
|
5904
5906
|
name: "lucide-triangle-alert",
|
|
@@ -5909,14 +5911,14 @@ var triangle_alert_default = {
|
|
|
5909
5911
|
height: "1.2em"
|
|
5910
5912
|
};
|
|
5911
5913
|
function render$21(e, t) {
|
|
5912
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$41, t[0] ||= [createElementVNode("path", {
|
|
5914
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$41, [...t[0] ||= [createElementVNode("path", {
|
|
5913
5915
|
fill: "none",
|
|
5914
5916
|
stroke: "currentColor",
|
|
5915
5917
|
"stroke-linecap": "round",
|
|
5916
5918
|
"stroke-linejoin": "round",
|
|
5917
5919
|
"stroke-width": "2",
|
|
5918
5920
|
d: "M12 4v16M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2M9 20h6"
|
|
5919
|
-
}, null, -1)]);
|
|
5921
|
+
}, null, -1)]]);
|
|
5920
5922
|
}
|
|
5921
5923
|
var type_default = {
|
|
5922
5924
|
name: "lucide-type",
|
|
@@ -5927,13 +5929,13 @@ var type_default = {
|
|
|
5927
5929
|
height: "1.2em"
|
|
5928
5930
|
};
|
|
5929
5931
|
function render$20(e, t) {
|
|
5930
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$40, t[0] ||= [createElementVNode("g", {
|
|
5932
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$40, [...t[0] ||= [createElementVNode("g", {
|
|
5931
5933
|
fill: "none",
|
|
5932
5934
|
stroke: "currentColor",
|
|
5933
5935
|
"stroke-linecap": "round",
|
|
5934
5936
|
"stroke-linejoin": "round",
|
|
5935
5937
|
"stroke-width": "2"
|
|
5936
|
-
}, [createElementVNode("path", { d: "M9 14L4 9l5-5" }), createElementVNode("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" })], -1)]);
|
|
5938
|
+
}, [createElementVNode("path", { d: "M9 14L4 9l5-5" }), createElementVNode("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" })], -1)]]);
|
|
5937
5939
|
}
|
|
5938
5940
|
var undo_2_default = {
|
|
5939
5941
|
name: "lucide-undo-2",
|
|
@@ -5944,14 +5946,14 @@ var undo_2_default = {
|
|
|
5944
5946
|
height: "1.2em"
|
|
5945
5947
|
};
|
|
5946
5948
|
function render$19(e, t) {
|
|
5947
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$39, t[0] ||= [createElementVNode("path", {
|
|
5949
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$39, [...t[0] ||= [createElementVNode("path", {
|
|
5948
5950
|
fill: "none",
|
|
5949
5951
|
stroke: "currentColor",
|
|
5950
5952
|
"stroke-linecap": "round",
|
|
5951
5953
|
"stroke-linejoin": "round",
|
|
5952
5954
|
"stroke-width": "2",
|
|
5953
5955
|
d: "m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71m-6.58 6.57l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71M8 2v3M2 8h3m11 11v3m3-6h3"
|
|
5954
|
-
}, null, -1)]);
|
|
5956
|
+
}, null, -1)]]);
|
|
5955
5957
|
}
|
|
5956
5958
|
var unlink_default = {
|
|
5957
5959
|
name: "lucide-unlink",
|
|
@@ -5962,7 +5964,7 @@ var unlink_default = {
|
|
|
5962
5964
|
height: "1.2em"
|
|
5963
5965
|
};
|
|
5964
5966
|
function render$18(e, t) {
|
|
5965
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$38, t[0] ||= [createElementVNode("g", {
|
|
5967
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$38, [...t[0] ||= [createElementVNode("g", {
|
|
5966
5968
|
fill: "none",
|
|
5967
5969
|
stroke: "currentColor",
|
|
5968
5970
|
"stroke-linecap": "round",
|
|
@@ -5972,7 +5974,7 @@ function render$18(e, t) {
|
|
|
5972
5974
|
cx: "12",
|
|
5973
5975
|
cy: "7",
|
|
5974
5976
|
r: "4"
|
|
5975
|
-
})], -1)]);
|
|
5977
|
+
})], -1)]]);
|
|
5976
5978
|
}
|
|
5977
5979
|
var user_default = {
|
|
5978
5980
|
name: "lucide-user",
|
|
@@ -5983,7 +5985,7 @@ var user_default = {
|
|
|
5983
5985
|
height: "1.2em"
|
|
5984
5986
|
};
|
|
5985
5987
|
function render$17(e, t) {
|
|
5986
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$37, t[0] ||= [createElementVNode("g", {
|
|
5988
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$37, [...t[0] ||= [createElementVNode("g", {
|
|
5987
5989
|
fill: "none",
|
|
5988
5990
|
stroke: "currentColor",
|
|
5989
5991
|
"stroke-linecap": "round",
|
|
@@ -5993,7 +5995,7 @@ function render$17(e, t) {
|
|
|
5993
5995
|
cx: "9",
|
|
5994
5996
|
cy: "7",
|
|
5995
5997
|
r: "4"
|
|
5996
|
-
})], -1)]);
|
|
5998
|
+
})], -1)]]);
|
|
5997
5999
|
}
|
|
5998
6000
|
var user_check_default = {
|
|
5999
6001
|
name: "lucide-user-check",
|
|
@@ -6004,7 +6006,7 @@ var user_check_default = {
|
|
|
6004
6006
|
height: "1.2em"
|
|
6005
6007
|
};
|
|
6006
6008
|
function render$16(e, t) {
|
|
6007
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$36, t[0] ||= [createElementVNode("g", {
|
|
6009
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$36, [...t[0] ||= [createElementVNode("g", {
|
|
6008
6010
|
fill: "none",
|
|
6009
6011
|
stroke: "currentColor",
|
|
6010
6012
|
"stroke-linecap": "round",
|
|
@@ -6024,7 +6026,7 @@ function render$16(e, t) {
|
|
|
6024
6026
|
y: "16",
|
|
6025
6027
|
rx: ".899"
|
|
6026
6028
|
})
|
|
6027
|
-
], -1)]);
|
|
6029
|
+
], -1)]]);
|
|
6028
6030
|
}
|
|
6029
6031
|
var user_lock_default = {
|
|
6030
6032
|
name: "lucide-user-lock",
|
|
@@ -6035,7 +6037,7 @@ var user_lock_default = {
|
|
|
6035
6037
|
height: "1.2em"
|
|
6036
6038
|
};
|
|
6037
6039
|
function render$15(e, t) {
|
|
6038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$35, t[0] ||= [createElementVNode("g", {
|
|
6040
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$35, [...t[0] ||= [createElementVNode("g", {
|
|
6039
6041
|
fill: "none",
|
|
6040
6042
|
stroke: "currentColor",
|
|
6041
6043
|
"stroke-linecap": "round",
|
|
@@ -6045,7 +6047,7 @@ function render$15(e, t) {
|
|
|
6045
6047
|
cx: "12",
|
|
6046
6048
|
cy: "8",
|
|
6047
6049
|
r: "5"
|
|
6048
|
-
}), createElementVNode("path", { d: "M20 21a8 8 0 0 0-16 0" })], -1)]);
|
|
6050
|
+
}), createElementVNode("path", { d: "M20 21a8 8 0 0 0-16 0" })], -1)]]);
|
|
6049
6051
|
}
|
|
6050
6052
|
var user_round_default = {
|
|
6051
6053
|
name: "lucide-user-round",
|
|
@@ -6056,7 +6058,7 @@ var user_round_default = {
|
|
|
6056
6058
|
height: "1.2em"
|
|
6057
6059
|
};
|
|
6058
6060
|
function render$14(e, t) {
|
|
6059
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$34, t[0] ||= [createElementVNode("g", {
|
|
6061
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$34, [...t[0] ||= [createElementVNode("g", {
|
|
6060
6062
|
fill: "none",
|
|
6061
6063
|
stroke: "currentColor",
|
|
6062
6064
|
"stroke-linecap": "round",
|
|
@@ -6066,7 +6068,7 @@ function render$14(e, t) {
|
|
|
6066
6068
|
cx: "9",
|
|
6067
6069
|
cy: "7",
|
|
6068
6070
|
r: "4"
|
|
6069
|
-
})], -1)]);
|
|
6071
|
+
})], -1)]]);
|
|
6070
6072
|
}
|
|
6071
6073
|
var users_default = {
|
|
6072
6074
|
name: "lucide-users",
|
|
@@ -6077,14 +6079,14 @@ var users_default = {
|
|
|
6077
6079
|
height: "1.2em"
|
|
6078
6080
|
};
|
|
6079
6081
|
function render$13(e, t) {
|
|
6080
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$33, t[0] ||= [createElementVNode("path", {
|
|
6082
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$33, [...t[0] ||= [createElementVNode("path", {
|
|
6081
6083
|
fill: "none",
|
|
6082
6084
|
stroke: "currentColor",
|
|
6083
6085
|
"stroke-linecap": "round",
|
|
6084
6086
|
"stroke-linejoin": "round",
|
|
6085
6087
|
"stroke-width": "2",
|
|
6086
6088
|
d: "M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9M15 9l-6 6m0-6l6 6"
|
|
6087
|
-
}, null, -1)]);
|
|
6089
|
+
}, null, -1)]]);
|
|
6088
6090
|
}
|
|
6089
6091
|
var variable_default = {
|
|
6090
6092
|
name: "lucide-variable",
|
|
@@ -6095,7 +6097,7 @@ var variable_default = {
|
|
|
6095
6097
|
height: "1.2em"
|
|
6096
6098
|
};
|
|
6097
6099
|
function render$12(e, t) {
|
|
6098
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$32, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"></rect><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 7.9l2.7 2.7\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 10.6l2.7-2.7\"></path><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 16.1l2.7-2.7\"></path><circle cx=\"16.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 13.4l2.7 2.7\"></path><circle cx=\"12\" cy=\"12\" r=\"2\"></circle></g>", 1)]);
|
|
6100
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$32, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"></rect><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 7.9l2.7 2.7\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 10.6l2.7-2.7\"></path><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 16.1l2.7-2.7\"></path><circle cx=\"16.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 13.4l2.7 2.7\"></path><circle cx=\"12\" cy=\"12\" r=\"2\"></circle></g>", 1)]]);
|
|
6099
6101
|
}
|
|
6100
6102
|
var vault_default = {
|
|
6101
6103
|
name: "lucide-vault",
|
|
@@ -6106,7 +6108,7 @@ var vault_default = {
|
|
|
6106
6108
|
height: "1.2em"
|
|
6107
6109
|
};
|
|
6108
6110
|
function render$11(e, t) {
|
|
6109
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$31, t[0] ||= [createElementVNode("g", {
|
|
6111
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$31, [...t[0] ||= [createElementVNode("g", {
|
|
6110
6112
|
fill: "none",
|
|
6111
6113
|
stroke: "currentColor",
|
|
6112
6114
|
"stroke-linecap": "round",
|
|
@@ -6118,7 +6120,7 @@ function render$11(e, t) {
|
|
|
6118
6120
|
x: "2",
|
|
6119
6121
|
y: "6",
|
|
6120
6122
|
rx: "2"
|
|
6121
|
-
})], -1)]);
|
|
6123
|
+
})], -1)]]);
|
|
6122
6124
|
}
|
|
6123
6125
|
var video_default = {
|
|
6124
6126
|
name: "lucide-video",
|
|
@@ -6129,14 +6131,14 @@ var video_default = {
|
|
|
6129
6131
|
height: "1.2em"
|
|
6130
6132
|
};
|
|
6131
6133
|
function render$10(e, t) {
|
|
6132
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$30, t[0] ||= [createElementVNode("path", {
|
|
6134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$30, [...t[0] ||= [createElementVNode("path", {
|
|
6133
6135
|
fill: "none",
|
|
6134
6136
|
stroke: "currentColor",
|
|
6135
6137
|
"stroke-linecap": "round",
|
|
6136
6138
|
"stroke-linejoin": "round",
|
|
6137
6139
|
"stroke-width": "2",
|
|
6138
6140
|
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM16 9a5 5 0 0 1 0 6m3.364 3.364a9 9 0 0 0 0-12.728"
|
|
6139
|
-
}, null, -1)]);
|
|
6141
|
+
}, null, -1)]]);
|
|
6140
6142
|
}
|
|
6141
6143
|
var volume_2_default = {
|
|
6142
6144
|
name: "lucide-volume-2",
|
|
@@ -6147,14 +6149,14 @@ var volume_2_default = {
|
|
|
6147
6149
|
height: "1.2em"
|
|
6148
6150
|
};
|
|
6149
6151
|
function render$9(e, t) {
|
|
6150
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$29, t[0] ||= [createElementVNode("path", {
|
|
6152
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$29, [...t[0] ||= [createElementVNode("path", {
|
|
6151
6153
|
fill: "none",
|
|
6152
6154
|
stroke: "currentColor",
|
|
6153
6155
|
"stroke-linecap": "round",
|
|
6154
6156
|
"stroke-linejoin": "round",
|
|
6155
6157
|
"stroke-width": "2",
|
|
6156
6158
|
d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298zM22 9l-6 6m0-6l6 6"
|
|
6157
|
-
}, null, -1)]);
|
|
6159
|
+
}, null, -1)]]);
|
|
6158
6160
|
}
|
|
6159
6161
|
var volume_x_default = {
|
|
6160
6162
|
name: "lucide-volume-x",
|
|
@@ -6165,14 +6167,14 @@ var volume_x_default = {
|
|
|
6165
6167
|
height: "1.2em"
|
|
6166
6168
|
};
|
|
6167
6169
|
function render$8(e, t) {
|
|
6168
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$28, t[0] ||= [createElementVNode("path", {
|
|
6170
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$28, [...t[0] ||= [createElementVNode("path", {
|
|
6169
6171
|
fill: "none",
|
|
6170
6172
|
stroke: "currentColor",
|
|
6171
6173
|
"stroke-linecap": "round",
|
|
6172
6174
|
"stroke-linejoin": "round",
|
|
6173
6175
|
"stroke-width": "2",
|
|
6174
6176
|
d: "m21.64 3.64l-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72M14 7l3 3M5 6v4m14 4v4M10 2v2M7 8H3m18 8h-4M11 3H9"
|
|
6175
|
-
}, null, -1)]);
|
|
6177
|
+
}, null, -1)]]);
|
|
6176
6178
|
}
|
|
6177
6179
|
var wand_sparkles_default = {
|
|
6178
6180
|
name: "lucide-wand-sparkles",
|
|
@@ -6183,7 +6185,7 @@ var wand_sparkles_default = {
|
|
|
6183
6185
|
height: "1.2em"
|
|
6184
6186
|
};
|
|
6185
6187
|
function render$7(e, t) {
|
|
6186
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$27, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"4.5\" r=\"2.5\"></circle><path d=\"m10.2 6.3l-3.9 3.9\"></path><circle cx=\"4.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"M7 12h10\"></path><circle cx=\"19.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"m13.8 17.7l3.9-3.9\"></path><circle cx=\"12\" cy=\"19.5\" r=\"2.5\"></circle></g>", 1)]);
|
|
6188
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$27, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"4.5\" r=\"2.5\"></circle><path d=\"m10.2 6.3l-3.9 3.9\"></path><circle cx=\"4.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"M7 12h10\"></path><circle cx=\"19.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"m13.8 17.7l3.9-3.9\"></path><circle cx=\"12\" cy=\"19.5\" r=\"2.5\"></circle></g>", 1)]]);
|
|
6187
6189
|
}
|
|
6188
6190
|
var waypoints_default = {
|
|
6189
6191
|
name: "lucide-waypoints",
|
|
@@ -6194,14 +6196,14 @@ var waypoints_default = {
|
|
|
6194
6196
|
height: "1.2em"
|
|
6195
6197
|
};
|
|
6196
6198
|
function render$6(e, t) {
|
|
6197
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$26, t[0] ||= [createElementVNode("path", {
|
|
6199
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$26, [...t[0] ||= [createElementVNode("path", {
|
|
6198
6200
|
fill: "none",
|
|
6199
6201
|
stroke: "currentColor",
|
|
6200
6202
|
"stroke-linecap": "round",
|
|
6201
6203
|
"stroke-linejoin": "round",
|
|
6202
6204
|
"stroke-width": "2",
|
|
6203
6205
|
d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"
|
|
6204
|
-
}, null, -1)]);
|
|
6206
|
+
}, null, -1)]]);
|
|
6205
6207
|
}
|
|
6206
6208
|
var wrench_default = {
|
|
6207
6209
|
name: "lucide-wrench",
|
|
@@ -6212,14 +6214,14 @@ var wrench_default = {
|
|
|
6212
6214
|
height: "1.2em"
|
|
6213
6215
|
};
|
|
6214
6216
|
function render$5(e, t) {
|
|
6215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$25, t[0] ||= [createElementVNode("path", {
|
|
6217
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$25, [...t[0] ||= [createElementVNode("path", {
|
|
6216
6218
|
fill: "none",
|
|
6217
6219
|
stroke: "currentColor",
|
|
6218
6220
|
"stroke-linecap": "round",
|
|
6219
6221
|
"stroke-linejoin": "round",
|
|
6220
6222
|
"stroke-width": "2",
|
|
6221
6223
|
d: "M18 6L6 18M6 6l12 12"
|
|
6222
|
-
}, null, -1)]);
|
|
6224
|
+
}, null, -1)]]);
|
|
6223
6225
|
}
|
|
6224
6226
|
var x_default = {
|
|
6225
6227
|
name: "lucide-x",
|
|
@@ -6230,14 +6232,14 @@ var x_default = {
|
|
|
6230
6232
|
height: "1.2em"
|
|
6231
6233
|
};
|
|
6232
6234
|
function render$4(e, t) {
|
|
6233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$24, t[0] ||= [createElementVNode("path", {
|
|
6235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$24, [...t[0] ||= [createElementVNode("path", {
|
|
6234
6236
|
fill: "none",
|
|
6235
6237
|
stroke: "currentColor",
|
|
6236
6238
|
"stroke-linecap": "round",
|
|
6237
6239
|
"stroke-linejoin": "round",
|
|
6238
6240
|
"stroke-width": "2",
|
|
6239
6241
|
d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z"
|
|
6240
|
-
}, null, -1)]);
|
|
6242
|
+
}, null, -1)]]);
|
|
6241
6243
|
}
|
|
6242
6244
|
var zap_default = {
|
|
6243
6245
|
name: "lucide-zap",
|
|
@@ -6248,7 +6250,7 @@ var zap_default = {
|
|
|
6248
6250
|
height: "1.2em"
|
|
6249
6251
|
};
|
|
6250
6252
|
function render$3(e, t) {
|
|
6251
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$23, t[0] ||= [createElementVNode("g", {
|
|
6253
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$23, [...t[0] ||= [createElementVNode("g", {
|
|
6252
6254
|
fill: "none",
|
|
6253
6255
|
stroke: "currentColor",
|
|
6254
6256
|
"stroke-linecap": "round",
|
|
@@ -6258,7 +6260,7 @@ function render$3(e, t) {
|
|
|
6258
6260
|
cx: "11",
|
|
6259
6261
|
cy: "11",
|
|
6260
6262
|
r: "8"
|
|
6261
|
-
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M11 8v6m-3-3h6" })], -1)]);
|
|
6263
|
+
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M11 8v6m-3-3h6" })], -1)]]);
|
|
6262
6264
|
}
|
|
6263
6265
|
var zoom_in_default = {
|
|
6264
6266
|
name: "lucide-zoom-in",
|
|
@@ -6269,7 +6271,7 @@ var zoom_in_default = {
|
|
|
6269
6271
|
height: "1.2em"
|
|
6270
6272
|
};
|
|
6271
6273
|
function render$2(e, t) {
|
|
6272
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$22, t[0] ||= [createElementVNode("g", {
|
|
6274
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$22, [...t[0] ||= [createElementVNode("g", {
|
|
6273
6275
|
fill: "none",
|
|
6274
6276
|
stroke: "currentColor",
|
|
6275
6277
|
"stroke-linecap": "round",
|
|
@@ -6279,7 +6281,7 @@ function render$2(e, t) {
|
|
|
6279
6281
|
cx: "11",
|
|
6280
6282
|
cy: "11",
|
|
6281
6283
|
r: "8"
|
|
6282
|
-
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M8 11h6" })], -1)]);
|
|
6284
|
+
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M8 11h6" })], -1)]]);
|
|
6283
6285
|
}
|
|
6284
6286
|
var zoom_out_default = {
|
|
6285
6287
|
name: "lucide-zoom-out",
|
|
@@ -6765,7 +6767,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
6765
6767
|
let e = {};
|
|
6766
6768
|
return t.color && (e.color = `var(${s[t.color]})`), t.strokeWidth && (e["--icon--stroke-width"] = `${t.strokeWidth}px`), e;
|
|
6767
6769
|
});
|
|
6768
|
-
return (
|
|
6770
|
+
return (n, i) => unref(updatedIconSet)[e.icon] ?? unref(deprecatedIconSet)[e.icon] ? (openBlock(), createBlock(resolveDynamicComponent(unref(updatedIconSet)[e.icon] ?? unref(deprecatedIconSet)[e.icon]), {
|
|
6769
6771
|
key: 0,
|
|
6770
6772
|
class: normalizeClass(r.value),
|
|
6771
6773
|
"aria-hidden": "true",
|
|
@@ -6810,8 +6812,8 @@ var N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
6810
6812
|
let e = [];
|
|
6811
6813
|
return t.align && e.push(`align-${t.align}`), t.color && e.push(t.color), t.compact && e.push("compact"), e.push(`size-${t.size}`), e.push(t.bold ? "bold" : "regular"), e.map((e) => n[e]);
|
|
6812
6814
|
});
|
|
6813
|
-
return (
|
|
6814
|
-
default: withCtx(() => [renderSlot(
|
|
6815
|
+
return (t, n) => (openBlock(), createBlock(resolveDynamicComponent(e.tag), mergeProps({ class: ["n8n-text", ...r.value] }, t.$attrs), {
|
|
6816
|
+
default: withCtx(() => [renderSlot(t.$slots, "default")]),
|
|
6815
6817
|
_: 3
|
|
6816
6818
|
}, 16, ["class"]));
|
|
6817
6819
|
}
|
|
@@ -9120,10 +9122,12 @@ function we$1(e) {
|
|
|
9120
9122
|
state: i,
|
|
9121
9123
|
setOptions: function(n) {
|
|
9122
9124
|
var s = typeof n == "function" ? n(i.options) : n;
|
|
9123
|
-
|
|
9125
|
+
p(), i.options = Object.assign({}, o, i.options, s), i.scrollParents = {
|
|
9124
9126
|
reference: Q$1(e) ? ce$1(e) : e.contextElement ? ce$1(e.contextElement) : [],
|
|
9125
9127
|
popper: ce$1(t)
|
|
9126
|
-
}
|
|
9128
|
+
};
|
|
9129
|
+
var l = un(dn([].concat(r, i.options.modifiers)));
|
|
9130
|
+
return i.orderedModifiers = l.filter(function(e) {
|
|
9127
9131
|
return e.enabled;
|
|
9128
9132
|
}), f(), d.update();
|
|
9129
9133
|
},
|
|
@@ -17203,7 +17207,7 @@ var entities_exports = /* @__PURE__ */ __export({
|
|
|
17203
17207
|
zscr: () => zscr,
|
|
17204
17208
|
zwj: () => "โ",
|
|
17205
17209
|
zwnj: () => "โ"
|
|
17206
|
-
}), acE, Afr, afr, Aopf, aopf, Ascr, ascr, Bfr, bfr, bne, bnequiv, Bopf, bopf, bscr, caps, cfr, copf, Cscr, cscr, cups, Dfr, dfr, Dopf, dopf, Dscr, dscr, Efr, efr, Eopf, eopf, Ffr, ffr, Fopf, fopf, fscr, gesl, Gfr, gfr, Gopf, gopf, Gscr, gvertneqq, gvnE, hfr, hopf, hscr, ifr, Iopf, iopf, iscr, Jfr, jfr, Jopf, jopf, Jscr, jscr, Kfr, kfr, Kopf, kopf, Kscr, kscr, lates, lesg, Lfr, lfr, Lopf, lopf, lscr, lvertneqq, lvnE, Mfr, mfr, Mopf, mopf, mscr, nang, napE, napid, nbump, nbumpe, ncongdot, nedot, nesim, Nfr, nfr, ngE, ngeqq, ngeqslant, nges, nGg, nGt, nGtv, nlE, nleqq, nleqslant, nles, nLl, nLt, nLtv, nopf, NotEqualTilde, NotGreaterFullEqual, NotGreaterGreater, NotGreaterSlantEqual, NotHumpDownHump, NotHumpEqual, notindot, notinE, NotLeftTriangleBar, NotLessLess, NotLessSlantEqual, NotNestedGreaterGreater, NotNestedLessLess, NotPrecedesEqual, NotRightTriangleBar, NotSquareSubset, NotSquareSuperset, NotSubset, NotSucceedsEqual, NotSucceedsTilde, NotSuperset, nparsl, npart, npreceq, npre, nrarrc, nrarrw, nsce, Nscr, nscr, nsubE, nsubset, nsubseteqq, nsucceq, nsupE, nsupset, nsupseteqq, nvap, nvge, nvgt, nvle, nvlt, nvltrie, nvrtrie, nvsim, Ofr, ofr, Oopf, oopf, Oscr, Pfr, pfr, popf, Pscr, pscr, Qfr, qfr, qopf, Qscr, qscr, race, rfr, ropf, rscr, Sfr, sfr, smtes, Sopf, sopf, sqcaps, sqcups, Sscr, sscr, Tfr, tfr, ThickSpace, Topf, topf, Tscr, tscr, Ufr, ufr, Uopf, uopf, Uscr, uscr, varsubsetneq, varsubsetneqq, varsupsetneq, varsupsetneqq, Vfr, vfr, vnsub, vnsup, Vopf, vopf, Vscr, vscr, vsubnE, vsubne, vsupnE, vsupne, Wfr, wfr, Wopf, wopf, Wscr, wscr, Xfr, xfr, Xopf, xopf, Xscr, xscr, Yfr, yfr, Yopf, yopf, Yscr, yscr, zfr, zopf, Zscr, zscr, entities_default, init_entities = __esmMin((() => {
|
|
17210
|
+
}, 1), acE, Afr, afr, Aopf, aopf, Ascr, ascr, Bfr, bfr, bne, bnequiv, Bopf, bopf, bscr, caps, cfr, copf, Cscr, cscr, cups, Dfr, dfr, Dopf, dopf, Dscr, dscr, Efr, efr, Eopf, eopf, Ffr, ffr, Fopf, fopf, fscr, gesl, Gfr, gfr, Gopf, gopf, Gscr, gvertneqq, gvnE, hfr, hopf, hscr, ifr, Iopf, iopf, iscr, Jfr, jfr, Jopf, jopf, Jscr, jscr, Kfr, kfr, Kopf, kopf, Kscr, kscr, lates, lesg, Lfr, lfr, Lopf, lopf, lscr, lvertneqq, lvnE, Mfr, mfr, Mopf, mopf, mscr, nang, napE, napid, nbump, nbumpe, ncongdot, nedot, nesim, Nfr, nfr, ngE, ngeqq, ngeqslant, nges, nGg, nGt, nGtv, nlE, nleqq, nleqslant, nles, nLl, nLt, nLtv, nopf, NotEqualTilde, NotGreaterFullEqual, NotGreaterGreater, NotGreaterSlantEqual, NotHumpDownHump, NotHumpEqual, notindot, notinE, NotLeftTriangleBar, NotLessLess, NotLessSlantEqual, NotNestedGreaterGreater, NotNestedLessLess, NotPrecedesEqual, NotRightTriangleBar, NotSquareSubset, NotSquareSuperset, NotSubset, NotSucceedsEqual, NotSucceedsTilde, NotSuperset, nparsl, npart, npreceq, npre, nrarrc, nrarrw, nsce, Nscr, nscr, nsubE, nsubset, nsubseteqq, nsucceq, nsupE, nsupset, nsupseteqq, nvap, nvge, nvgt, nvle, nvlt, nvltrie, nvrtrie, nvsim, Ofr, ofr, Oopf, oopf, Oscr, Pfr, pfr, popf, Pscr, pscr, Qfr, qfr, qopf, Qscr, qscr, race, rfr, ropf, rscr, Sfr, sfr, smtes, Sopf, sopf, sqcaps, sqcups, Sscr, sscr, Tfr, tfr, ThickSpace, Topf, topf, Tscr, tscr, Ufr, ufr, Uopf, uopf, Uscr, uscr, varsubsetneq, varsubsetneqq, varsupsetneq, varsupsetneqq, Vfr, vfr, vnsub, vnsup, Vopf, vopf, Vscr, vscr, vsubnE, vsubne, vsupnE, vsupne, Wfr, wfr, Wopf, wopf, Wscr, wscr, Xfr, xfr, Xopf, xopf, Xscr, xscr, Yfr, yfr, Yopf, yopf, Yscr, yscr, zfr, zopf, Zscr, zscr, entities_default, init_entities = __esmMin((() => {
|
|
17207
17211
|
acE = "โพฬณ", Afr = "๐", afr = "๐", Aopf = "๐ธ", aopf = "๐", Ascr = "๐", ascr = "๐ถ", Bfr = "๐
", bfr = "๐", bne = "=โฅ", bnequiv = "โกโฅ", Bopf = "๐น", bopf = "๐", bscr = "๐ท", caps = "โฉ๏ธ", cfr = "๐ ", copf = "๐", Cscr = "๐", cscr = "๐ธ", cups = "โช๏ธ", Dfr = "๐", dfr = "๐ก", Dopf = "๐ป", dopf = "๐", Dscr = "๐", dscr = "๐น", Efr = "๐", efr = "๐ข", Eopf = "๐ผ", eopf = "๐", Ffr = "๐", ffr = "๐ฃ", Fopf = "๐ฝ", fopf = "๐", fscr = "๐ป", gesl = "โ๏ธ", Gfr = "๐", gfr = "๐ค", Gopf = "๐พ", gopf = "๐", Gscr = "๐ข", gvertneqq = "โฉ๏ธ", gvnE = "โฉ๏ธ", hfr = "๐ฅ", hopf = "๐", hscr = "๐ฝ", ifr = "๐ฆ", Iopf = "๐", iopf = "๐", iscr = "๐พ", Jfr = "๐", jfr = "๐ง", Jopf = "๐", jopf = "๐", Jscr = "๐ฅ", jscr = "๐ฟ", Kfr = "๐", kfr = "๐จ", Kopf = "๐", kopf = "๐", Kscr = "๐ฆ", kscr = "๐", lates = "โชญ๏ธ", lesg = "โ๏ธ", Lfr = "๐", lfr = "๐ฉ", Lopf = "๐", lopf = "๐", lscr = "๐", lvertneqq = "โจ๏ธ", lvnE = "โจ๏ธ", Mfr = "๐", mfr = "๐ช", Mopf = "๐", mopf = "๐", mscr = "๐", nang = "โ โ", napE = "โฉฐฬธ", napid = "โฬธ", nbump = "โฬธ", nbumpe = "โฬธ", ncongdot = "โฉญฬธ", nedot = "โฬธ", nesim = "โฬธ", Nfr = "๐", nfr = "๐ซ", ngE = "โงฬธ", ngeqq = "โงฬธ", ngeqslant = "โฉพฬธ", nges = "โฉพฬธ", nGg = "โฬธ", nGt = "โซโ", nGtv = "โซฬธ", nlE = "โฆฬธ", nleqq = "โฆฬธ", nleqslant = "โฉฝฬธ", nles = "โฉฝฬธ", nLl = "โฬธ", nLt = "โชโ", nLtv = "โชฬธ", nopf = "๐", NotEqualTilde = "โฬธ", NotGreaterFullEqual = "โงฬธ", NotGreaterGreater = "โซฬธ", NotGreaterSlantEqual = "โฉพฬธ", NotHumpDownHump = "โฬธ", NotHumpEqual = "โฬธ", notindot = "โตฬธ", notinE = "โนฬธ", NotLeftTriangleBar = "โงฬธ", NotLessLess = "โชฬธ", NotLessSlantEqual = "โฉฝฬธ", NotNestedGreaterGreater = "โชขฬธ", NotNestedLessLess = "โชกฬธ", NotPrecedesEqual = "โชฏฬธ", NotRightTriangleBar = "โงฬธ", NotSquareSubset = "โฬธ", NotSquareSuperset = "โฬธ", NotSubset = "โโ", NotSucceedsEqual = "โชฐฬธ", NotSucceedsTilde = "โฟฬธ", NotSuperset = "โโ", nparsl = "โซฝโฅ", npart = "โฬธ", npreceq = "โชฏฬธ", npre = "โชฏฬธ", nrarrc = "โคณฬธ", nrarrw = "โฬธ", nsce = "โชฐฬธ", Nscr = "๐ฉ", nscr = "๐", nsubE = "โซ
ฬธ", nsubset = "โโ", nsubseteqq = "โซ
ฬธ", nsucceq = "โชฐฬธ", nsupE = "โซฬธ", nsupset = "โโ", nsupseteqq = "โซฬธ", nvap = "โโ", nvge = "โฅโ", nvgt = ">โ", nvle = "โคโ", nvlt = "<โ", nvltrie = "โดโ", nvrtrie = "โตโ", nvsim = "โผโ", Ofr = "๐", ofr = "๐ฌ", Oopf = "๐", oopf = "๐ ", Oscr = "๐ช", Pfr = "๐", pfr = "๐ญ", popf = "๐ก", Pscr = "๐ซ", pscr = "๐
", Qfr = "๐", qfr = "๐ฎ", qopf = "๐ข", Qscr = "๐ฌ", qscr = "๐", race = "โฝฬฑ", rfr = "๐ฏ", ropf = "๐ฃ", rscr = "๐", Sfr = "๐", sfr = "๐ฐ", smtes = "โชฌ๏ธ", Sopf = "๐", sopf = "๐ค", sqcaps = "โ๏ธ", sqcups = "โ๏ธ", Sscr = "๐ฎ", sscr = "๐", Tfr = "๐", tfr = "๐ฑ", ThickSpace = "โโ", Topf = "๐", topf = "๐ฅ", Tscr = "๐ฏ", tscr = "๐", Ufr = "๐", ufr = "๐ฒ", Uopf = "๐", uopf = "๐ฆ", Uscr = "๐ฐ", uscr = "๐", varsubsetneq = "โ๏ธ", varsubsetneqq = "โซ๏ธ", varsupsetneq = "โ๏ธ", varsupsetneqq = "โซ๏ธ", Vfr = "๐", vfr = "๐ณ", vnsub = "โโ", vnsup = "โโ", Vopf = "๐", vopf = "๐ง", Vscr = "๐ฑ", vscr = "๐", vsubnE = "โซ๏ธ", vsubne = "โ๏ธ", vsupnE = "โซ๏ธ", vsupne = "โ๏ธ", Wfr = "๐", wfr = "๐ด", Wopf = "๐", wopf = "๐จ", Wscr = "๐ฒ", wscr = "๐", Xfr = "๐", xfr = "๐ต", Xopf = "๐", xopf = "๐ฉ", Xscr = "๐ณ", xscr = "๐", Yfr = "๐", yfr = "๐ถ", Yopf = "๐", yopf = "๐ช", Yscr = "๐ด", yscr = "๐", zfr = "๐ท", zopf = "๐ซ", Zscr = "๐ต", zscr = "๐", entities_default = {
|
|
17208
17212
|
Aacute: "ร",
|
|
17209
17213
|
aacute: "รก",
|
|
@@ -24619,7 +24623,7 @@ var full_exports = /* @__PURE__ */ __export({
|
|
|
24619
24623
|
zombie_man: () => zombie_man,
|
|
24620
24624
|
zombie_woman: () => zombie_woman,
|
|
24621
24625
|
zzz: () => zzz
|
|
24622
|
-
}), grinning, smiley, smile, grin, laughing, satisfied, sweat_smile, rofl, joy, slightly_smiling_face, upside_down_face, wink, blush, innocent, smiling_face_with_three_hearts, heart_eyes, star_struck, kissing_heart, kissing, relaxed, kissing_closed_eyes, kissing_smiling_eyes, smiling_face_with_tear, yum, stuck_out_tongue, stuck_out_tongue_winking_eye, zany_face, stuck_out_tongue_closed_eyes, money_mouth_face, hugs, hand_over_mouth, shushing_face, thinking, zipper_mouth_face, raised_eyebrow, neutral_face, expressionless, no_mouth, smirk, unamused, roll_eyes, grimacing, lying_face, relieved, pensive, sleepy, drooling_face, sleeping, mask, face_with_thermometer, face_with_head_bandage, nauseated_face, vomiting_face, sneezing_face, hot_face, cold_face, woozy_face, dizzy_face, exploding_head, cowboy_hat_face, partying_face, disguised_face, sunglasses, nerd_face, monocle_face, confused, worried, slightly_frowning_face, frowning_face, open_mouth, hushed, astonished, flushed, pleading_face, frowning, anguished, fearful, cold_sweat, disappointed_relieved, cry, sob, scream, confounded, persevere, disappointed, sweat, weary, tired_face, yawning_face, triumph, rage, pout, angry, cursing_face, smiling_imp, imp, skull, skull_and_crossbones, hankey, poop, shit, clown_face, japanese_ogre, japanese_goblin, ghost, alien, space_invader, robot, smiley_cat, smile_cat, joy_cat, heart_eyes_cat, smirk_cat, kissing_cat, scream_cat, crying_cat_face, pouting_cat, see_no_evil, hear_no_evil, speak_no_evil, kiss, love_letter, cupid, gift_heart, sparkling_heart, heartpulse, heartbeat, revolving_hearts, two_hearts, heart_decoration, heavy_heart_exclamation, broken_heart, heart, orange_heart, yellow_heart, green_heart, blue_heart, purple_heart, brown_heart, black_heart, white_heart, anger, boom, collision, dizzy, sweat_drops, dash, hole, bomb, speech_balloon, eye_speech_bubble, left_speech_bubble, right_anger_bubble, thought_balloon, zzz, wave, raised_back_of_hand, raised_hand_with_fingers_splayed, vulcan_salute, ok_hand, pinched_fingers, pinching_hand, v, crossed_fingers, love_you_gesture, metal, call_me_hand, point_left, point_right, point_up_2, middle_finger, fu, point_down, point_up, thumbsup, thumbsdown, fist_oncoming, facepunch, punch, fist_left, fist_right, clap, raised_hands, open_hands, palms_up_together, handshake, pray, writing_hand, nail_care, selfie, muscle, mechanical_arm, mechanical_leg, leg, foot, ear, ear_with_hearing_aid, nose, brain, anatomical_heart, lungs, tooth, bone, eyes, eye, tongue, lips, baby, child, boy, girl, adult, blond_haired_person, man, bearded_person, red_haired_man, curly_haired_man, white_haired_man, bald_man, woman, red_haired_woman, person_red_hair, curly_haired_woman, person_curly_hair, white_haired_woman, person_white_hair, bald_woman, person_bald, blond_haired_woman, blonde_woman, blond_haired_man, older_adult, older_man, older_woman, frowning_person, frowning_man, frowning_woman, pouting_face, pouting_man, pouting_woman, no_good, no_good_man, ng_man, no_good_woman, ng_woman, ok_person, ok_man, ok_woman, tipping_hand_person, information_desk_person, tipping_hand_man, sassy_man, tipping_hand_woman, sassy_woman, raising_hand, raising_hand_man, raising_hand_woman, deaf_person, deaf_man, deaf_woman, bow, bowing_man, bowing_woman, facepalm, man_facepalming, woman_facepalming, shrug, man_shrugging, woman_shrugging, health_worker, man_health_worker, woman_health_worker, student, man_student, woman_student, teacher, man_teacher, woman_teacher, judge, man_judge, woman_judge, farmer, man_farmer, woman_farmer, cook, man_cook, woman_cook, mechanic, man_mechanic, woman_mechanic, factory_worker, man_factory_worker, woman_factory_worker, office_worker, man_office_worker, woman_office_worker, scientist, man_scientist, woman_scientist, technologist, man_technologist, woman_technologist, singer, man_singer, woman_singer, artist, man_artist, woman_artist, pilot, man_pilot, woman_pilot, astronaut, man_astronaut, woman_astronaut, firefighter, man_firefighter, woman_firefighter, police_officer, cop, policeman, policewoman, detective, male_detective, female_detective, guard, guardsman, guardswoman, ninja, construction_worker, construction_worker_man, construction_worker_woman, prince, princess, person_with_turban, man_with_turban, woman_with_turban, man_with_gua_pi_mao, woman_with_headscarf, person_in_tuxedo, man_in_tuxedo, woman_in_tuxedo, person_with_veil, man_with_veil, woman_with_veil, bride_with_veil, pregnant_woman, breast_feeding, woman_feeding_baby, man_feeding_baby, person_feeding_baby, angel, santa, mrs_claus, mx_claus, superhero, superhero_man, superhero_woman, supervillain, supervillain_man, supervillain_woman, mage, mage_man, mage_woman, fairy, fairy_man, fairy_woman, vampire, vampire_man, vampire_woman, merperson, merman, mermaid, elf, elf_man, elf_woman, genie, genie_man, genie_woman, zombie, zombie_man, zombie_woman, massage, massage_man, massage_woman, haircut, haircut_man, haircut_woman, walking, walking_man, walking_woman, standing_person, standing_man, standing_woman, kneeling_person, kneeling_man, kneeling_woman, person_with_probing_cane, man_with_probing_cane, woman_with_probing_cane, person_in_motorized_wheelchair, man_in_motorized_wheelchair, woman_in_motorized_wheelchair, person_in_manual_wheelchair, man_in_manual_wheelchair, woman_in_manual_wheelchair, runner, running, running_man, running_woman, woman_dancing, dancer, man_dancing, business_suit_levitating, dancers, dancing_men, dancing_women, sauna_person, sauna_man, sauna_woman, climbing, climbing_man, climbing_woman, person_fencing, horse_racing, skier, snowboarder, golfing, golfing_man, golfing_woman, surfer, surfing_man, surfing_woman, rowboat, rowing_man, rowing_woman, swimmer, swimming_man, swimming_woman, bouncing_ball_person, bouncing_ball_man, basketball_man, bouncing_ball_woman, basketball_woman, weight_lifting, weight_lifting_man, weight_lifting_woman, bicyclist, biking_man, biking_woman, mountain_bicyclist, mountain_biking_man, mountain_biking_woman, cartwheeling, man_cartwheeling, woman_cartwheeling, wrestling, men_wrestling, women_wrestling, water_polo, man_playing_water_polo, woman_playing_water_polo, handball_person, man_playing_handball, woman_playing_handball, juggling_person, man_juggling, woman_juggling, lotus_position, lotus_position_man, lotus_position_woman, bath, sleeping_bed, people_holding_hands, two_women_holding_hands, couple, two_men_holding_hands, couplekiss, couplekiss_man_woman, couplekiss_man_man, couplekiss_woman_woman, couple_with_heart, couple_with_heart_woman_man, couple_with_heart_man_man, couple_with_heart_woman_woman, family, family_man_woman_boy, family_man_woman_girl, family_man_woman_girl_boy, family_man_woman_boy_boy, family_man_woman_girl_girl, family_man_man_boy, family_man_man_girl, family_man_man_girl_boy, family_man_man_boy_boy, family_man_man_girl_girl, family_woman_woman_boy, family_woman_woman_girl, family_woman_woman_girl_boy, family_woman_woman_boy_boy, family_woman_woman_girl_girl, family_man_boy, family_man_boy_boy, family_man_girl, family_man_girl_boy, family_man_girl_girl, family_woman_boy, family_woman_boy_boy, family_woman_girl, family_woman_girl_boy, family_woman_girl_girl, speaking_head, bust_in_silhouette, busts_in_silhouette, people_hugging, footprints, monkey_face, monkey, gorilla, orangutan, dog, dog2, guide_dog, service_dog, poodle, wolf, fox_face, raccoon, cat, cat2, black_cat, lion, tiger, tiger2, leopard, horse, racehorse, unicorn, zebra, deer, bison, cow, ox, water_buffalo, cow2, pig, pig2, boar, pig_nose, ram, sheep, goat, dromedary_camel, camel, llama, giraffe, elephant, mammoth, rhinoceros, hippopotamus, mouse, mouse2, rat, hamster, rabbit, rabbit2, chipmunk, beaver, hedgehog, bat, bear, polar_bear, koala, panda_face, sloth, otter, skunk, kangaroo, badger, feet, paw_prints, turkey, chicken, rooster, hatching_chick, baby_chick, hatched_chick, bird, penguin, dove, eagle, duck, swan, owl, dodo, feather, flamingo, peacock, parrot, frog, crocodile, turtle, lizard, snake, dragon_face, dragon, sauropod, whale, whale2, dolphin, flipper, seal, fish, tropical_fish, blowfish, shark, octopus, shell, snail, butterfly, bug, ant, bee, honeybee, beetle, lady_beetle, cricket, cockroach, spider, spider_web, scorpion, mosquito, fly, worm, microbe, bouquet, cherry_blossom, white_flower, rosette, rose, wilted_flower, hibiscus, sunflower, blossom, tulip, seedling, potted_plant, evergreen_tree, deciduous_tree, palm_tree, cactus, ear_of_rice, herb, shamrock, four_leaf_clover, maple_leaf, fallen_leaf, leaves, grapes, melon, watermelon, tangerine, orange, mandarin, lemon, banana, pineapple, mango, apple, green_apple, pear, peach, cherries, strawberry, blueberries, kiwi_fruit, tomato, olive, coconut, avocado, eggplant, potato, carrot, corn, hot_pepper, bell_pepper, cucumber, leafy_green, broccoli, garlic, onion, mushroom, peanuts, chestnut, bread, croissant, baguette_bread, flatbread, pretzel, bagel, pancakes, waffle, cheese, meat_on_bone, poultry_leg, cut_of_meat, bacon, hamburger, fries, pizza, hotdog, sandwich, taco, burrito, tamale, stuffed_flatbread, falafel, egg, fried_egg, shallow_pan_of_food, stew, fondue, bowl_with_spoon, green_salad, popcorn, butter, salt, canned_food, bento, rice_cracker, rice_ball, rice, curry, ramen, spaghetti, sweet_potato, oden, sushi, fried_shrimp, fish_cake, moon_cake, dango, dumpling, fortune_cookie, takeout_box, crab, lobster, shrimp, squid, oyster, icecream, shaved_ice, ice_cream, doughnut, cookie, birthday, cake, cupcake, pie, chocolate_bar, candy, lollipop, custard, honey_pot, baby_bottle, milk_glass, teapot, tea, sake, champagne, wine_glass, cocktail, tropical_drink, beer, beers, clinking_glasses, tumbler_glass, cup_with_straw, bubble_tea, beverage_box, mate, ice_cube, chopsticks, plate_with_cutlery, fork_and_knife, spoon, hocho, knife, amphora, earth_africa, earth_americas, earth_asia, globe_with_meridians, world_map, japan, compass, mountain_snow, mountain, volcano, mount_fuji, camping, beach_umbrella, desert, desert_island, national_park, stadium, classical_building, building_construction, bricks, rock, wood, hut, houses, derelict_house, house, house_with_garden, office, post_office, european_post_office, hospital, bank, hotel, love_hotel, convenience_store, school, department_store, factory, japanese_castle, european_castle, wedding, tokyo_tower, statue_of_liberty, mosque, hindu_temple, synagogue, shinto_shrine, kaaba, foggy, night_with_stars, cityscape, sunrise_over_mountains, sunrise, city_sunset, city_sunrise, bridge_at_night, hotsprings, carousel_horse, ferris_wheel, roller_coaster, barber, circus_tent, steam_locomotive, railway_car, bullettrain_side, bullettrain_front, train2, metro, light_rail, station, tram, monorail, mountain_railway, train, bus, oncoming_bus, trolleybus, minibus, ambulance, fire_engine, police_car, oncoming_police_car, taxi, oncoming_taxi, car, red_car, oncoming_automobile, blue_car, pickup_truck, truck, articulated_lorry, tractor, racing_car, motorcycle, motor_scooter, manual_wheelchair, motorized_wheelchair, auto_rickshaw, bike, kick_scooter, skateboard, roller_skate, busstop, motorway, railway_track, oil_drum, rotating_light, traffic_light, vertical_traffic_light, stop_sign, construction, canoe, speedboat, passenger_ship, ferry, motor_boat, ship, airplane, small_airplane, flight_departure, flight_arrival, parachute, seat, helicopter, suspension_railway, mountain_cableway, aerial_tramway, artificial_satellite, rocket, flying_saucer, bellhop_bell, luggage, stopwatch, timer_clock, mantelpiece_clock, clock12, clock1230, clock1, clock130, clock2, clock230, clock3, clock330, clock4, clock430, clock5, clock530, clock6, clock630, clock7, clock730, clock8, clock830, clock9, clock930, clock10, clock1030, clock11, clock1130, new_moon, waxing_crescent_moon, first_quarter_moon, moon, waxing_gibbous_moon, full_moon, waning_gibbous_moon, last_quarter_moon, waning_crescent_moon, crescent_moon, new_moon_with_face, first_quarter_moon_with_face, last_quarter_moon_with_face, thermometer, sunny, full_moon_with_face, sun_with_face, ringed_planet, star2, stars, milky_way, cloud, cloud_with_lightning_and_rain, sun_behind_small_cloud, sun_behind_large_cloud, sun_behind_rain_cloud, cloud_with_rain, cloud_with_snow, cloud_with_lightning, tornado, fog, wind_face, cyclone, rainbow, closed_umbrella, open_umbrella, parasol_on_ground, snowflake, snowman_with_snow, comet, fire, droplet, ocean, jack_o_lantern, christmas_tree, fireworks, sparkler, firecracker, balloon, tada, confetti_ball, tanabata_tree, bamboo, dolls, flags, wind_chime, rice_scene, red_envelope, ribbon, gift, reminder_ribbon, tickets, ticket, medal_military, trophy, medal_sports, softball, basketball, volleyball, football, rugby_football, tennis, flying_disc, bowling, cricket_game, field_hockey, ice_hockey, lacrosse, ping_pong, badminton, boxing_glove, martial_arts_uniform, goal_net, ice_skate, fishing_pole_and_fish, diving_mask, running_shirt_with_sash, ski, sled, curling_stone, dart, yo_yo, kite, crystal_ball, magic_wand, nazar_amulet, video_game, joystick, slot_machine, game_die, jigsaw, teddy_bear, pinata, nesting_dolls, spades, hearts, diamonds, clubs, chess_pawn, black_joker, mahjong, flower_playing_cards, performing_arts, framed_picture, art, thread, sewing_needle, yarn, knot, eyeglasses, dark_sunglasses, goggles, lab_coat, safety_vest, necktie, shirt, tshirt, jeans, scarf, gloves, coat, socks, dress, kimono, sari, one_piece_swimsuit, swim_brief, shorts, bikini, womans_clothes, purse, handbag, pouch, shopping, school_satchel, thong_sandal, mans_shoe, shoe, athletic_shoe, hiking_boot, flat_shoe, high_heel, sandal, ballet_shoes, boot, crown, womans_hat, tophat, mortar_board, billed_cap, military_helmet, rescue_worker_helmet, prayer_beads, lipstick, ring, gem, mute, speaker, sound, loud_sound, loudspeaker, mega, postal_horn, bell, no_bell, musical_score, musical_note, notes, studio_microphone, level_slider, control_knobs, microphone, headphones, radio, saxophone, accordion, guitar, musical_keyboard, trumpet, violin, banjo, drum, long_drum, iphone, calling, phone, telephone, telephone_receiver, pager, fax, battery, electric_plug, computer, desktop_computer, printer, keyboard, computer_mouse, trackball, minidisc, floppy_disk, cd, dvd, abacus, movie_camera, film_strip, film_projector, clapper, tv, camera, camera_flash, video_camera, vhs, mag, mag_right, candle, bulb, flashlight, izakaya_lantern, lantern, diya_lamp, notebook_with_decorative_cover, closed_book, book, open_book, green_book, blue_book, orange_book, books, notebook, ledger, page_with_curl, scroll, page_facing_up, newspaper, newspaper_roll, bookmark_tabs, bookmark, label$1, moneybag, coin, yen, dollar, euro, pound, money_with_wings, credit_card, receipt, chart, envelope, email, incoming_envelope, envelope_with_arrow, outbox_tray, inbox_tray, mailbox, mailbox_closed, mailbox_with_mail, mailbox_with_no_mail, postbox, ballot_box, pencil2, black_nib, fountain_pen, pen, paintbrush, crayon, memo, pencil, briefcase, file_folder, open_file_folder, card_index_dividers, date, calendar, spiral_notepad, spiral_calendar, card_index, chart_with_upwards_trend, chart_with_downwards_trend, bar_chart, clipboard, pushpin, round_pushpin, paperclip, paperclips, straight_ruler, triangular_ruler, scissors, card_file_box, file_cabinet, wastebasket, lock, unlock, lock_with_ink_pen, closed_lock_with_key, key, old_key, hammer, axe, pick, hammer_and_pick, hammer_and_wrench, dagger, crossed_swords, gun, boomerang, bow_and_arrow, shield, carpentry_saw, wrench, screwdriver, nut_and_bolt, gear, clamp, balance_scale, probing_cane, link, chains, hook, toolbox, magnet, ladder, alembic, test_tube, petri_dish, dna, microscope, telescope, satellite, syringe, drop_of_blood, pill, adhesive_bandage, stethoscope, door, elevator, mirror, window$1, bed, couch_and_lamp, chair, toilet, plunger, shower, bathtub, mouse_trap, razor, lotion_bottle, safety_pin, broom, basket, roll_of_paper, bucket, soap, toothbrush, sponge, fire_extinguisher, shopping_cart, smoking, coffin, headstone, funeral_urn, moyai, placard, atm, put_litter_in_its_place, potable_water, mens, womens, restroom, baby_symbol, wc, passport_control, customs, baggage_claim, left_luggage, warning, children_crossing, no_entry_sign, no_bicycles, no_smoking, do_not_litter, no_pedestrians, no_mobile_phones, underage, radioactive, biohazard, arrow_up, arrow_upper_right, arrow_right, arrow_lower_right, arrow_down, arrow_lower_left, arrow_left, arrow_upper_left, arrow_up_down, left_right_arrow, leftwards_arrow_with_hook, arrow_right_hook, arrow_heading_up, arrow_heading_down, arrows_clockwise, arrows_counterclockwise, back, end, on, soon, top$1, place_of_worship, atom_symbol, om, star_of_david, wheel_of_dharma, yin_yang, latin_cross, orthodox_cross, star_and_crescent, peace_symbol, menorah, six_pointed_star, twisted_rightwards_arrows, repeat, repeat_one, arrow_forward, next_track_button, play_or_pause_button, arrow_backward, previous_track_button, arrow_up_small, arrow_down_small, pause_button, stop_button, record_button, eject_button, cinema, low_brightness, high_brightness, signal_strength, vibration_mode, mobile_phone_off, female_sign, male_sign, transgender_symbol, heavy_multiplication_x, infinity, bangbang, interrobang, wavy_dash, currency_exchange, heavy_dollar_sign, medical_symbol, recycle, fleur_de_lis, trident, name_badge, beginner, ballot_box_with_check, heavy_check_mark, part_alternation_mark, eight_spoked_asterisk, eight_pointed_black_star, sparkle, copyright, registered, tm, hash, asterisk, zero, one, two, three, four, five, six, seven, eight, nine, keycap_ten, capital_abcd, abcd, symbols, abc, a, ab, b, cl, cool, free, information_source, id, m, ng, o2, ok, parking, sos, up, vs, koko, sa, ideograph_advantage, accept, congratulations, secret, u6e80, red_circle, orange_circle, yellow_circle, green_circle, large_blue_circle, purple_circle, brown_circle, red_square, orange_square, yellow_square, green_square, blue_square, purple_square, brown_square, black_medium_square, white_medium_square, black_small_square, white_small_square, large_orange_diamond, large_blue_diamond, small_orange_diamond, small_blue_diamond, small_red_triangle, small_red_triangle_down, diamond_shape_with_a_dot_inside, radio_button, white_square_button, black_square_button, checkered_flag, triangular_flag_on_post, crossed_flags, black_flag, white_flag, rainbow_flag, transgender_flag, pirate_flag, ascension_island, andorra, united_arab_emirates, afghanistan, antigua_barbuda, anguilla, albania, armenia, angola, antarctica, argentina, american_samoa, austria, australia, aruba, aland_islands, azerbaijan, bosnia_herzegovina, barbados, bangladesh, belgium, burkina_faso, bulgaria, bahrain, burundi, benin, st_barthelemy, bermuda, brunei, bolivia, caribbean_netherlands, brazil, bahamas, bhutan, bouvet_island, botswana, belarus, belize, canada, cocos_islands, congo_kinshasa, central_african_republic, congo_brazzaville, switzerland, cote_divoire, cook_islands, chile, cameroon, cn, colombia, clipperton_island, costa_rica, cuba, cape_verde, curacao, christmas_island, cyprus, czech_republic, de, diego_garcia, djibouti, denmark, dominica, dominican_republic, algeria, ceuta_melilla, ecuador, estonia, egypt, western_sahara, eritrea, es, ethiopia, eu, european_union, finland, fiji, falkland_islands, micronesia, faroe_islands, fr, gabon, gb, uk, grenada, georgia, french_guiana, guernsey, ghana, gibraltar, greenland, gambia, guinea, guadeloupe, equatorial_guinea, greece, south_georgia_south_sandwich_islands, guatemala, guam, guinea_bissau, guyana, hong_kong, heard_mcdonald_islands, honduras, croatia, haiti, hungary, canary_islands, indonesia, ireland, israel, isle_of_man, india, british_indian_ocean_territory, iraq, iran, iceland, it, jersey, jamaica, jordan, jp, kenya, kyrgyzstan, cambodia, kiribati, comoros, st_kitts_nevis, north_korea, kr, kuwait, cayman_islands, kazakhstan, laos, lebanon, st_lucia, liechtenstein, sri_lanka, liberia, lesotho, lithuania, luxembourg, latvia, libya, morocco, monaco, moldova, montenegro, st_martin, madagascar, marshall_islands, macedonia, mali, myanmar, mongolia, macau, northern_mariana_islands, martinique, mauritania, montserrat, malta, mauritius, maldives, malawi, mexico, malaysia, mozambique, namibia, new_caledonia, niger, norfolk_island, nigeria, nicaragua, netherlands, norway, nepal, nauru, niue, new_zealand, oman, panama, peru, french_polynesia, papua_new_guinea, philippines, pakistan, poland, st_pierre_miquelon, pitcairn_islands, puerto_rico, palestinian_territories, portugal, palau, paraguay, qatar, reunion, romania, serbia, ru, rwanda, saudi_arabia, solomon_islands, seychelles, sudan, sweden, singapore, st_helena, slovenia, svalbard_jan_mayen, slovakia, sierra_leone, san_marino, senegal, somalia, suriname, south_sudan, sao_tome_principe, el_salvador, sint_maarten, syria, swaziland, tristan_da_cunha, turks_caicos_islands, chad, french_southern_territories, togo, thailand, tajikistan, tokelau, timor_leste, turkmenistan, tunisia, tonga, tr, trinidad_tobago, tuvalu, taiwan, tanzania, ukraine, uganda, us_outlying_islands, united_nations, us, uruguay, uzbekistan, vatican_city, st_vincent_grenadines, venezuela, british_virgin_islands, us_virgin_islands, vietnam, vanuatu, wallis_futuna, samoa, kosovo, yemen, mayotte, south_africa, zambia, zimbabwe, england, scotland, wales, full_default, init_full = __esmMin((() => {
|
|
24626
|
+
}, 1), grinning, smiley, smile, grin, laughing, satisfied, sweat_smile, rofl, joy, slightly_smiling_face, upside_down_face, wink, blush, innocent, smiling_face_with_three_hearts, heart_eyes, star_struck, kissing_heart, kissing, relaxed, kissing_closed_eyes, kissing_smiling_eyes, smiling_face_with_tear, yum, stuck_out_tongue, stuck_out_tongue_winking_eye, zany_face, stuck_out_tongue_closed_eyes, money_mouth_face, hugs, hand_over_mouth, shushing_face, thinking, zipper_mouth_face, raised_eyebrow, neutral_face, expressionless, no_mouth, smirk, unamused, roll_eyes, grimacing, lying_face, relieved, pensive, sleepy, drooling_face, sleeping, mask, face_with_thermometer, face_with_head_bandage, nauseated_face, vomiting_face, sneezing_face, hot_face, cold_face, woozy_face, dizzy_face, exploding_head, cowboy_hat_face, partying_face, disguised_face, sunglasses, nerd_face, monocle_face, confused, worried, slightly_frowning_face, frowning_face, open_mouth, hushed, astonished, flushed, pleading_face, frowning, anguished, fearful, cold_sweat, disappointed_relieved, cry, sob, scream, confounded, persevere, disappointed, sweat, weary, tired_face, yawning_face, triumph, rage, pout, angry, cursing_face, smiling_imp, imp, skull, skull_and_crossbones, hankey, poop, shit, clown_face, japanese_ogre, japanese_goblin, ghost, alien, space_invader, robot, smiley_cat, smile_cat, joy_cat, heart_eyes_cat, smirk_cat, kissing_cat, scream_cat, crying_cat_face, pouting_cat, see_no_evil, hear_no_evil, speak_no_evil, kiss, love_letter, cupid, gift_heart, sparkling_heart, heartpulse, heartbeat, revolving_hearts, two_hearts, heart_decoration, heavy_heart_exclamation, broken_heart, heart, orange_heart, yellow_heart, green_heart, blue_heart, purple_heart, brown_heart, black_heart, white_heart, anger, boom, collision, dizzy, sweat_drops, dash, hole, bomb, speech_balloon, eye_speech_bubble, left_speech_bubble, right_anger_bubble, thought_balloon, zzz, wave, raised_back_of_hand, raised_hand_with_fingers_splayed, vulcan_salute, ok_hand, pinched_fingers, pinching_hand, v, crossed_fingers, love_you_gesture, metal, call_me_hand, point_left, point_right, point_up_2, middle_finger, fu, point_down, point_up, thumbsup, thumbsdown, fist_oncoming, facepunch, punch, fist_left, fist_right, clap, raised_hands, open_hands, palms_up_together, handshake, pray, writing_hand, nail_care, selfie, muscle, mechanical_arm, mechanical_leg, leg, foot, ear, ear_with_hearing_aid, nose, brain, anatomical_heart, lungs, tooth, bone, eyes, eye, tongue, lips, baby, child, boy, girl, adult, blond_haired_person, man, bearded_person, red_haired_man, curly_haired_man, white_haired_man, bald_man, woman, red_haired_woman, person_red_hair, curly_haired_woman, person_curly_hair, white_haired_woman, person_white_hair, bald_woman, person_bald, blond_haired_woman, blonde_woman, blond_haired_man, older_adult, older_man, older_woman, frowning_person, frowning_man, frowning_woman, pouting_face, pouting_man, pouting_woman, no_good, no_good_man, ng_man, no_good_woman, ng_woman, ok_person, ok_man, ok_woman, tipping_hand_person, information_desk_person, tipping_hand_man, sassy_man, tipping_hand_woman, sassy_woman, raising_hand, raising_hand_man, raising_hand_woman, deaf_person, deaf_man, deaf_woman, bow, bowing_man, bowing_woman, facepalm, man_facepalming, woman_facepalming, shrug, man_shrugging, woman_shrugging, health_worker, man_health_worker, woman_health_worker, student, man_student, woman_student, teacher, man_teacher, woman_teacher, judge, man_judge, woman_judge, farmer, man_farmer, woman_farmer, cook, man_cook, woman_cook, mechanic, man_mechanic, woman_mechanic, factory_worker, man_factory_worker, woman_factory_worker, office_worker, man_office_worker, woman_office_worker, scientist, man_scientist, woman_scientist, technologist, man_technologist, woman_technologist, singer, man_singer, woman_singer, artist, man_artist, woman_artist, pilot, man_pilot, woman_pilot, astronaut, man_astronaut, woman_astronaut, firefighter, man_firefighter, woman_firefighter, police_officer, cop, policeman, policewoman, detective, male_detective, female_detective, guard, guardsman, guardswoman, ninja, construction_worker, construction_worker_man, construction_worker_woman, prince, princess, person_with_turban, man_with_turban, woman_with_turban, man_with_gua_pi_mao, woman_with_headscarf, person_in_tuxedo, man_in_tuxedo, woman_in_tuxedo, person_with_veil, man_with_veil, woman_with_veil, bride_with_veil, pregnant_woman, breast_feeding, woman_feeding_baby, man_feeding_baby, person_feeding_baby, angel, santa, mrs_claus, mx_claus, superhero, superhero_man, superhero_woman, supervillain, supervillain_man, supervillain_woman, mage, mage_man, mage_woman, fairy, fairy_man, fairy_woman, vampire, vampire_man, vampire_woman, merperson, merman, mermaid, elf, elf_man, elf_woman, genie, genie_man, genie_woman, zombie, zombie_man, zombie_woman, massage, massage_man, massage_woman, haircut, haircut_man, haircut_woman, walking, walking_man, walking_woman, standing_person, standing_man, standing_woman, kneeling_person, kneeling_man, kneeling_woman, person_with_probing_cane, man_with_probing_cane, woman_with_probing_cane, person_in_motorized_wheelchair, man_in_motorized_wheelchair, woman_in_motorized_wheelchair, person_in_manual_wheelchair, man_in_manual_wheelchair, woman_in_manual_wheelchair, runner, running, running_man, running_woman, woman_dancing, dancer, man_dancing, business_suit_levitating, dancers, dancing_men, dancing_women, sauna_person, sauna_man, sauna_woman, climbing, climbing_man, climbing_woman, person_fencing, horse_racing, skier, snowboarder, golfing, golfing_man, golfing_woman, surfer, surfing_man, surfing_woman, rowboat, rowing_man, rowing_woman, swimmer, swimming_man, swimming_woman, bouncing_ball_person, bouncing_ball_man, basketball_man, bouncing_ball_woman, basketball_woman, weight_lifting, weight_lifting_man, weight_lifting_woman, bicyclist, biking_man, biking_woman, mountain_bicyclist, mountain_biking_man, mountain_biking_woman, cartwheeling, man_cartwheeling, woman_cartwheeling, wrestling, men_wrestling, women_wrestling, water_polo, man_playing_water_polo, woman_playing_water_polo, handball_person, man_playing_handball, woman_playing_handball, juggling_person, man_juggling, woman_juggling, lotus_position, lotus_position_man, lotus_position_woman, bath, sleeping_bed, people_holding_hands, two_women_holding_hands, couple, two_men_holding_hands, couplekiss, couplekiss_man_woman, couplekiss_man_man, couplekiss_woman_woman, couple_with_heart, couple_with_heart_woman_man, couple_with_heart_man_man, couple_with_heart_woman_woman, family, family_man_woman_boy, family_man_woman_girl, family_man_woman_girl_boy, family_man_woman_boy_boy, family_man_woman_girl_girl, family_man_man_boy, family_man_man_girl, family_man_man_girl_boy, family_man_man_boy_boy, family_man_man_girl_girl, family_woman_woman_boy, family_woman_woman_girl, family_woman_woman_girl_boy, family_woman_woman_boy_boy, family_woman_woman_girl_girl, family_man_boy, family_man_boy_boy, family_man_girl, family_man_girl_boy, family_man_girl_girl, family_woman_boy, family_woman_boy_boy, family_woman_girl, family_woman_girl_boy, family_woman_girl_girl, speaking_head, bust_in_silhouette, busts_in_silhouette, people_hugging, footprints, monkey_face, monkey, gorilla, orangutan, dog, dog2, guide_dog, service_dog, poodle, wolf, fox_face, raccoon, cat, cat2, black_cat, lion, tiger, tiger2, leopard, horse, racehorse, unicorn, zebra, deer, bison, cow, ox, water_buffalo, cow2, pig, pig2, boar, pig_nose, ram, sheep, goat, dromedary_camel, camel, llama, giraffe, elephant, mammoth, rhinoceros, hippopotamus, mouse, mouse2, rat, hamster, rabbit, rabbit2, chipmunk, beaver, hedgehog, bat, bear, polar_bear, koala, panda_face, sloth, otter, skunk, kangaroo, badger, feet, paw_prints, turkey, chicken, rooster, hatching_chick, baby_chick, hatched_chick, bird, penguin, dove, eagle, duck, swan, owl, dodo, feather, flamingo, peacock, parrot, frog, crocodile, turtle, lizard, snake, dragon_face, dragon, sauropod, whale, whale2, dolphin, flipper, seal, fish, tropical_fish, blowfish, shark, octopus, shell, snail, butterfly, bug, ant, bee, honeybee, beetle, lady_beetle, cricket, cockroach, spider, spider_web, scorpion, mosquito, fly, worm, microbe, bouquet, cherry_blossom, white_flower, rosette, rose, wilted_flower, hibiscus, sunflower, blossom, tulip, seedling, potted_plant, evergreen_tree, deciduous_tree, palm_tree, cactus, ear_of_rice, herb, shamrock, four_leaf_clover, maple_leaf, fallen_leaf, leaves, grapes, melon, watermelon, tangerine, orange, mandarin, lemon, banana, pineapple, mango, apple, green_apple, pear, peach, cherries, strawberry, blueberries, kiwi_fruit, tomato, olive, coconut, avocado, eggplant, potato, carrot, corn, hot_pepper, bell_pepper, cucumber, leafy_green, broccoli, garlic, onion, mushroom, peanuts, chestnut, bread, croissant, baguette_bread, flatbread, pretzel, bagel, pancakes, waffle, cheese, meat_on_bone, poultry_leg, cut_of_meat, bacon, hamburger, fries, pizza, hotdog, sandwich, taco, burrito, tamale, stuffed_flatbread, falafel, egg, fried_egg, shallow_pan_of_food, stew, fondue, bowl_with_spoon, green_salad, popcorn, butter, salt, canned_food, bento, rice_cracker, rice_ball, rice, curry, ramen, spaghetti, sweet_potato, oden, sushi, fried_shrimp, fish_cake, moon_cake, dango, dumpling, fortune_cookie, takeout_box, crab, lobster, shrimp, squid, oyster, icecream, shaved_ice, ice_cream, doughnut, cookie, birthday, cake, cupcake, pie, chocolate_bar, candy, lollipop, custard, honey_pot, baby_bottle, milk_glass, teapot, tea, sake, champagne, wine_glass, cocktail, tropical_drink, beer, beers, clinking_glasses, tumbler_glass, cup_with_straw, bubble_tea, beverage_box, mate, ice_cube, chopsticks, plate_with_cutlery, fork_and_knife, spoon, hocho, knife, amphora, earth_africa, earth_americas, earth_asia, globe_with_meridians, world_map, japan, compass, mountain_snow, mountain, volcano, mount_fuji, camping, beach_umbrella, desert, desert_island, national_park, stadium, classical_building, building_construction, bricks, rock, wood, hut, houses, derelict_house, house, house_with_garden, office, post_office, european_post_office, hospital, bank, hotel, love_hotel, convenience_store, school, department_store, factory, japanese_castle, european_castle, wedding, tokyo_tower, statue_of_liberty, mosque, hindu_temple, synagogue, shinto_shrine, kaaba, foggy, night_with_stars, cityscape, sunrise_over_mountains, sunrise, city_sunset, city_sunrise, bridge_at_night, hotsprings, carousel_horse, ferris_wheel, roller_coaster, barber, circus_tent, steam_locomotive, railway_car, bullettrain_side, bullettrain_front, train2, metro, light_rail, station, tram, monorail, mountain_railway, train, bus, oncoming_bus, trolleybus, minibus, ambulance, fire_engine, police_car, oncoming_police_car, taxi, oncoming_taxi, car, red_car, oncoming_automobile, blue_car, pickup_truck, truck, articulated_lorry, tractor, racing_car, motorcycle, motor_scooter, manual_wheelchair, motorized_wheelchair, auto_rickshaw, bike, kick_scooter, skateboard, roller_skate, busstop, motorway, railway_track, oil_drum, rotating_light, traffic_light, vertical_traffic_light, stop_sign, construction, canoe, speedboat, passenger_ship, ferry, motor_boat, ship, airplane, small_airplane, flight_departure, flight_arrival, parachute, seat, helicopter, suspension_railway, mountain_cableway, aerial_tramway, artificial_satellite, rocket, flying_saucer, bellhop_bell, luggage, stopwatch, timer_clock, mantelpiece_clock, clock12, clock1230, clock1, clock130, clock2, clock230, clock3, clock330, clock4, clock430, clock5, clock530, clock6, clock630, clock7, clock730, clock8, clock830, clock9, clock930, clock10, clock1030, clock11, clock1130, new_moon, waxing_crescent_moon, first_quarter_moon, moon, waxing_gibbous_moon, full_moon, waning_gibbous_moon, last_quarter_moon, waning_crescent_moon, crescent_moon, new_moon_with_face, first_quarter_moon_with_face, last_quarter_moon_with_face, thermometer, sunny, full_moon_with_face, sun_with_face, ringed_planet, star2, stars, milky_way, cloud, cloud_with_lightning_and_rain, sun_behind_small_cloud, sun_behind_large_cloud, sun_behind_rain_cloud, cloud_with_rain, cloud_with_snow, cloud_with_lightning, tornado, fog, wind_face, cyclone, rainbow, closed_umbrella, open_umbrella, parasol_on_ground, snowflake, snowman_with_snow, comet, fire, droplet, ocean, jack_o_lantern, christmas_tree, fireworks, sparkler, firecracker, balloon, tada, confetti_ball, tanabata_tree, bamboo, dolls, flags, wind_chime, rice_scene, red_envelope, ribbon, gift, reminder_ribbon, tickets, ticket, medal_military, trophy, medal_sports, softball, basketball, volleyball, football, rugby_football, tennis, flying_disc, bowling, cricket_game, field_hockey, ice_hockey, lacrosse, ping_pong, badminton, boxing_glove, martial_arts_uniform, goal_net, ice_skate, fishing_pole_and_fish, diving_mask, running_shirt_with_sash, ski, sled, curling_stone, dart, yo_yo, kite, crystal_ball, magic_wand, nazar_amulet, video_game, joystick, slot_machine, game_die, jigsaw, teddy_bear, pinata, nesting_dolls, spades, hearts, diamonds, clubs, chess_pawn, black_joker, mahjong, flower_playing_cards, performing_arts, framed_picture, art, thread, sewing_needle, yarn, knot, eyeglasses, dark_sunglasses, goggles, lab_coat, safety_vest, necktie, shirt, tshirt, jeans, scarf, gloves, coat, socks, dress, kimono, sari, one_piece_swimsuit, swim_brief, shorts, bikini, womans_clothes, purse, handbag, pouch, shopping, school_satchel, thong_sandal, mans_shoe, shoe, athletic_shoe, hiking_boot, flat_shoe, high_heel, sandal, ballet_shoes, boot, crown, womans_hat, tophat, mortar_board, billed_cap, military_helmet, rescue_worker_helmet, prayer_beads, lipstick, ring, gem, mute, speaker, sound, loud_sound, loudspeaker, mega, postal_horn, bell, no_bell, musical_score, musical_note, notes, studio_microphone, level_slider, control_knobs, microphone, headphones, radio, saxophone, accordion, guitar, musical_keyboard, trumpet, violin, banjo, drum, long_drum, iphone, calling, phone, telephone, telephone_receiver, pager, fax, battery, electric_plug, computer, desktop_computer, printer, keyboard, computer_mouse, trackball, minidisc, floppy_disk, cd, dvd, abacus, movie_camera, film_strip, film_projector, clapper, tv, camera, camera_flash, video_camera, vhs, mag, mag_right, candle, bulb, flashlight, izakaya_lantern, lantern, diya_lamp, notebook_with_decorative_cover, closed_book, book, open_book, green_book, blue_book, orange_book, books, notebook, ledger, page_with_curl, scroll, page_facing_up, newspaper, newspaper_roll, bookmark_tabs, bookmark, label$1, moneybag, coin, yen, dollar, euro, pound, money_with_wings, credit_card, receipt, chart, envelope, email, incoming_envelope, envelope_with_arrow, outbox_tray, inbox_tray, mailbox, mailbox_closed, mailbox_with_mail, mailbox_with_no_mail, postbox, ballot_box, pencil2, black_nib, fountain_pen, pen, paintbrush, crayon, memo, pencil, briefcase, file_folder, open_file_folder, card_index_dividers, date, calendar, spiral_notepad, spiral_calendar, card_index, chart_with_upwards_trend, chart_with_downwards_trend, bar_chart, clipboard, pushpin, round_pushpin, paperclip, paperclips, straight_ruler, triangular_ruler, scissors, card_file_box, file_cabinet, wastebasket, lock, unlock, lock_with_ink_pen, closed_lock_with_key, key, old_key, hammer, axe, pick, hammer_and_pick, hammer_and_wrench, dagger, crossed_swords, gun, boomerang, bow_and_arrow, shield, carpentry_saw, wrench, screwdriver, nut_and_bolt, gear, clamp, balance_scale, probing_cane, link, chains, hook, toolbox, magnet, ladder, alembic, test_tube, petri_dish, dna, microscope, telescope, satellite, syringe, drop_of_blood, pill, adhesive_bandage, stethoscope, door, elevator, mirror, window$1, bed, couch_and_lamp, chair, toilet, plunger, shower, bathtub, mouse_trap, razor, lotion_bottle, safety_pin, broom, basket, roll_of_paper, bucket, soap, toothbrush, sponge, fire_extinguisher, shopping_cart, smoking, coffin, headstone, funeral_urn, moyai, placard, atm, put_litter_in_its_place, potable_water, mens, womens, restroom, baby_symbol, wc, passport_control, customs, baggage_claim, left_luggage, warning, children_crossing, no_entry_sign, no_bicycles, no_smoking, do_not_litter, no_pedestrians, no_mobile_phones, underage, radioactive, biohazard, arrow_up, arrow_upper_right, arrow_right, arrow_lower_right, arrow_down, arrow_lower_left, arrow_left, arrow_upper_left, arrow_up_down, left_right_arrow, leftwards_arrow_with_hook, arrow_right_hook, arrow_heading_up, arrow_heading_down, arrows_clockwise, arrows_counterclockwise, back, end, on, soon, top$1, place_of_worship, atom_symbol, om, star_of_david, wheel_of_dharma, yin_yang, latin_cross, orthodox_cross, star_and_crescent, peace_symbol, menorah, six_pointed_star, twisted_rightwards_arrows, repeat, repeat_one, arrow_forward, next_track_button, play_or_pause_button, arrow_backward, previous_track_button, arrow_up_small, arrow_down_small, pause_button, stop_button, record_button, eject_button, cinema, low_brightness, high_brightness, signal_strength, vibration_mode, mobile_phone_off, female_sign, male_sign, transgender_symbol, heavy_multiplication_x, infinity, bangbang, interrobang, wavy_dash, currency_exchange, heavy_dollar_sign, medical_symbol, recycle, fleur_de_lis, trident, name_badge, beginner, ballot_box_with_check, heavy_check_mark, part_alternation_mark, eight_spoked_asterisk, eight_pointed_black_star, sparkle, copyright, registered, tm, hash, asterisk, zero, one, two, three, four, five, six, seven, eight, nine, keycap_ten, capital_abcd, abcd, symbols, abc, a, ab, b, cl, cool, free, information_source, id, m, ng, o2, ok, parking, sos, up, vs, koko, sa, ideograph_advantage, accept, congratulations, secret, u6e80, red_circle, orange_circle, yellow_circle, green_circle, large_blue_circle, purple_circle, brown_circle, red_square, orange_square, yellow_square, green_square, blue_square, purple_square, brown_square, black_medium_square, white_medium_square, black_small_square, white_small_square, large_orange_diamond, large_blue_diamond, small_orange_diamond, small_blue_diamond, small_red_triangle, small_red_triangle_down, diamond_shape_with_a_dot_inside, radio_button, white_square_button, black_square_button, checkered_flag, triangular_flag_on_post, crossed_flags, black_flag, white_flag, rainbow_flag, transgender_flag, pirate_flag, ascension_island, andorra, united_arab_emirates, afghanistan, antigua_barbuda, anguilla, albania, armenia, angola, antarctica, argentina, american_samoa, austria, australia, aruba, aland_islands, azerbaijan, bosnia_herzegovina, barbados, bangladesh, belgium, burkina_faso, bulgaria, bahrain, burundi, benin, st_barthelemy, bermuda, brunei, bolivia, caribbean_netherlands, brazil, bahamas, bhutan, bouvet_island, botswana, belarus, belize, canada, cocos_islands, congo_kinshasa, central_african_republic, congo_brazzaville, switzerland, cote_divoire, cook_islands, chile, cameroon, cn, colombia, clipperton_island, costa_rica, cuba, cape_verde, curacao, christmas_island, cyprus, czech_republic, de, diego_garcia, djibouti, denmark, dominica, dominican_republic, algeria, ceuta_melilla, ecuador, estonia, egypt, western_sahara, eritrea, es, ethiopia, eu, european_union, finland, fiji, falkland_islands, micronesia, faroe_islands, fr, gabon, gb, uk, grenada, georgia, french_guiana, guernsey, ghana, gibraltar, greenland, gambia, guinea, guadeloupe, equatorial_guinea, greece, south_georgia_south_sandwich_islands, guatemala, guam, guinea_bissau, guyana, hong_kong, heard_mcdonald_islands, honduras, croatia, haiti, hungary, canary_islands, indonesia, ireland, israel, isle_of_man, india, british_indian_ocean_territory, iraq, iran, iceland, it, jersey, jamaica, jordan, jp, kenya, kyrgyzstan, cambodia, kiribati, comoros, st_kitts_nevis, north_korea, kr, kuwait, cayman_islands, kazakhstan, laos, lebanon, st_lucia, liechtenstein, sri_lanka, liberia, lesotho, lithuania, luxembourg, latvia, libya, morocco, monaco, moldova, montenegro, st_martin, madagascar, marshall_islands, macedonia, mali, myanmar, mongolia, macau, northern_mariana_islands, martinique, mauritania, montserrat, malta, mauritius, maldives, malawi, mexico, malaysia, mozambique, namibia, new_caledonia, niger, norfolk_island, nigeria, nicaragua, netherlands, norway, nepal, nauru, niue, new_zealand, oman, panama, peru, french_polynesia, papua_new_guinea, philippines, pakistan, poland, st_pierre_miquelon, pitcairn_islands, puerto_rico, palestinian_territories, portugal, palau, paraguay, qatar, reunion, romania, serbia, ru, rwanda, saudi_arabia, solomon_islands, seychelles, sudan, sweden, singapore, st_helena, slovenia, svalbard_jan_mayen, slovakia, sierra_leone, san_marino, senegal, somalia, suriname, south_sudan, sao_tome_principe, el_salvador, sint_maarten, syria, swaziland, tristan_da_cunha, turks_caicos_islands, chad, french_southern_territories, togo, thailand, tajikistan, tokelau, timor_leste, turkmenistan, tunisia, tonga, tr, trinidad_tobago, tuvalu, taiwan, tanzania, ukraine, uganda, us_outlying_islands, united_nations, us, uruguay, uzbekistan, vatican_city, st_vincent_grenadines, venezuela, british_virgin_islands, us_virgin_islands, vietnam, vanuatu, wallis_futuna, samoa, kosovo, yemen, mayotte, south_africa, zambia, zimbabwe, england, scotland, wales, full_default, init_full = __esmMin((() => {
|
|
24623
24627
|
grinning = "๐", smiley = "๐", smile = "๐", grin = "๐", laughing = "๐", satisfied = "๐", sweat_smile = "๐
", rofl = "๐คฃ", joy = "๐", slightly_smiling_face = "๐", upside_down_face = "๐", wink = "๐", blush = "๐", innocent = "๐", smiling_face_with_three_hearts = "๐ฅฐ", heart_eyes = "๐", star_struck = "๐คฉ", kissing_heart = "๐", kissing = "๐", relaxed = "โบ๏ธ", kissing_closed_eyes = "๐", kissing_smiling_eyes = "๐", smiling_face_with_tear = "๐ฅฒ", yum = "๐", stuck_out_tongue = "๐", stuck_out_tongue_winking_eye = "๐", zany_face = "๐คช", stuck_out_tongue_closed_eyes = "๐", money_mouth_face = "๐ค", hugs = "๐ค", hand_over_mouth = "๐คญ", shushing_face = "๐คซ", thinking = "๐ค", zipper_mouth_face = "๐ค", raised_eyebrow = "๐คจ", neutral_face = "๐", expressionless = "๐", no_mouth = "๐ถ", smirk = "๐", unamused = "๐", roll_eyes = "๐", grimacing = "๐ฌ", lying_face = "๐คฅ", relieved = "๐", pensive = "๐", sleepy = "๐ช", drooling_face = "๐คค", sleeping = "๐ด", mask = "๐ท", face_with_thermometer = "๐ค", face_with_head_bandage = "๐ค", nauseated_face = "๐คข", vomiting_face = "๐คฎ", sneezing_face = "๐คง", hot_face = "๐ฅต", cold_face = "๐ฅถ", woozy_face = "๐ฅด", dizzy_face = "๐ต", exploding_head = "๐คฏ", cowboy_hat_face = "๐ค ", partying_face = "๐ฅณ", disguised_face = "๐ฅธ", sunglasses = "๐", nerd_face = "๐ค", monocle_face = "๐ง", confused = "๐", worried = "๐", slightly_frowning_face = "๐", frowning_face = "โน๏ธ", open_mouth = "๐ฎ", hushed = "๐ฏ", astonished = "๐ฒ", flushed = "๐ณ", pleading_face = "๐ฅบ", frowning = "๐ฆ", anguished = "๐ง", fearful = "๐จ", cold_sweat = "๐ฐ", disappointed_relieved = "๐ฅ", cry = "๐ข", sob = "๐ญ", scream = "๐ฑ", confounded = "๐", persevere = "๐ฃ", disappointed = "๐", sweat = "๐", weary = "๐ฉ", tired_face = "๐ซ", yawning_face = "๐ฅฑ", triumph = "๐ค", rage = "๐ก", pout = "๐ก", angry = "๐ ", cursing_face = "๐คฌ", smiling_imp = "๐", imp = "๐ฟ", skull = "๐", skull_and_crossbones = "โ ๏ธ", hankey = "๐ฉ", poop = "๐ฉ", shit = "๐ฉ", clown_face = "๐คก", japanese_ogre = "๐น", japanese_goblin = "๐บ", ghost = "๐ป", alien = "๐ฝ", space_invader = "๐พ", robot = "๐ค", smiley_cat = "๐บ", smile_cat = "๐ธ", joy_cat = "๐น", heart_eyes_cat = "๐ป", smirk_cat = "๐ผ", kissing_cat = "๐ฝ", scream_cat = "๐", crying_cat_face = "๐ฟ", pouting_cat = "๐พ", see_no_evil = "๐", hear_no_evil = "๐", speak_no_evil = "๐", kiss = "๐", love_letter = "๐", cupid = "๐", gift_heart = "๐", sparkling_heart = "๐", heartpulse = "๐", heartbeat = "๐", revolving_hearts = "๐", two_hearts = "๐", heart_decoration = "๐", heavy_heart_exclamation = "โฃ๏ธ", broken_heart = "๐", heart = "โค๏ธ", orange_heart = "๐งก", yellow_heart = "๐", green_heart = "๐", blue_heart = "๐", purple_heart = "๐", brown_heart = "๐ค", black_heart = "๐ค", white_heart = "๐ค", anger = "๐ข", boom = "๐ฅ", collision = "๐ฅ", dizzy = "๐ซ", sweat_drops = "๐ฆ", dash = "๐จ", hole = "๐ณ๏ธ", bomb = "๐ฃ", speech_balloon = "๐ฌ", eye_speech_bubble = "๐๏ธโ๐จ๏ธ", left_speech_bubble = "๐จ๏ธ", right_anger_bubble = "๐ฏ๏ธ", thought_balloon = "๐ญ", zzz = "๐ค", wave = "๐", raised_back_of_hand = "๐ค", raised_hand_with_fingers_splayed = "๐๏ธ", vulcan_salute = "๐", ok_hand = "๐", pinched_fingers = "๐ค", pinching_hand = "๐ค", v = "โ๏ธ", crossed_fingers = "๐ค", love_you_gesture = "๐ค", metal = "๐ค", call_me_hand = "๐ค", point_left = "๐", point_right = "๐", point_up_2 = "๐", middle_finger = "๐", fu = "๐", point_down = "๐", point_up = "โ๏ธ", thumbsup = "๐", thumbsdown = "๐", fist_oncoming = "๐", facepunch = "๐", punch = "๐", fist_left = "๐ค", fist_right = "๐ค", clap = "๐", raised_hands = "๐", open_hands = "๐", palms_up_together = "๐คฒ", handshake = "๐ค", pray = "๐", writing_hand = "โ๏ธ", nail_care = "๐
", selfie = "๐คณ", muscle = "๐ช", mechanical_arm = "๐ฆพ", mechanical_leg = "๐ฆฟ", leg = "๐ฆต", foot = "๐ฆถ", ear = "๐", ear_with_hearing_aid = "๐ฆป", nose = "๐", brain = "๐ง ", anatomical_heart = "๐ซ", lungs = "๐ซ", tooth = "๐ฆท", bone = "๐ฆด", eyes = "๐", eye = "๐๏ธ", tongue = "๐
", lips = "๐", baby = "๐ถ", child = "๐ง", boy = "๐ฆ", girl = "๐ง", adult = "๐ง", blond_haired_person = "๐ฑ", man = "๐จ", bearded_person = "๐ง", red_haired_man = "๐จโ๐ฆฐ", curly_haired_man = "๐จโ๐ฆฑ", white_haired_man = "๐จโ๐ฆณ", bald_man = "๐จโ๐ฆฒ", woman = "๐ฉ", red_haired_woman = "๐ฉโ๐ฆฐ", person_red_hair = "๐งโ๐ฆฐ", curly_haired_woman = "๐ฉโ๐ฆฑ", person_curly_hair = "๐งโ๐ฆฑ", white_haired_woman = "๐ฉโ๐ฆณ", person_white_hair = "๐งโ๐ฆณ", bald_woman = "๐ฉโ๐ฆฒ", person_bald = "๐งโ๐ฆฒ", blond_haired_woman = "๐ฑโโ๏ธ", blonde_woman = "๐ฑโโ๏ธ", blond_haired_man = "๐ฑโโ๏ธ", older_adult = "๐ง", older_man = "๐ด", older_woman = "๐ต", frowning_person = "๐", frowning_man = "๐โโ๏ธ", frowning_woman = "๐โโ๏ธ", pouting_face = "๐", pouting_man = "๐โโ๏ธ", pouting_woman = "๐โโ๏ธ", no_good = "๐
", no_good_man = "๐
โโ๏ธ", ng_man = "๐
โโ๏ธ", no_good_woman = "๐
โโ๏ธ", ng_woman = "๐
โโ๏ธ", ok_person = "๐", ok_man = "๐โโ๏ธ", ok_woman = "๐โโ๏ธ", tipping_hand_person = "๐", information_desk_person = "๐", tipping_hand_man = "๐โโ๏ธ", sassy_man = "๐โโ๏ธ", tipping_hand_woman = "๐โโ๏ธ", sassy_woman = "๐โโ๏ธ", raising_hand = "๐", raising_hand_man = "๐โโ๏ธ", raising_hand_woman = "๐โโ๏ธ", deaf_person = "๐ง", deaf_man = "๐งโโ๏ธ", deaf_woman = "๐งโโ๏ธ", bow = "๐", bowing_man = "๐โโ๏ธ", bowing_woman = "๐โโ๏ธ", facepalm = "๐คฆ", man_facepalming = "๐คฆโโ๏ธ", woman_facepalming = "๐คฆโโ๏ธ", shrug = "๐คท", man_shrugging = "๐คทโโ๏ธ", woman_shrugging = "๐คทโโ๏ธ", health_worker = "๐งโโ๏ธ", man_health_worker = "๐จโโ๏ธ", woman_health_worker = "๐ฉโโ๏ธ", student = "๐งโ๐", man_student = "๐จโ๐", woman_student = "๐ฉโ๐", teacher = "๐งโ๐ซ", man_teacher = "๐จโ๐ซ", woman_teacher = "๐ฉโ๐ซ", judge = "๐งโโ๏ธ", man_judge = "๐จโโ๏ธ", woman_judge = "๐ฉโโ๏ธ", farmer = "๐งโ๐พ", man_farmer = "๐จโ๐พ", woman_farmer = "๐ฉโ๐พ", cook = "๐งโ๐ณ", man_cook = "๐จโ๐ณ", woman_cook = "๐ฉโ๐ณ", mechanic = "๐งโ๐ง", man_mechanic = "๐จโ๐ง", woman_mechanic = "๐ฉโ๐ง", factory_worker = "๐งโ๐ญ", man_factory_worker = "๐จโ๐ญ", woman_factory_worker = "๐ฉโ๐ญ", office_worker = "๐งโ๐ผ", man_office_worker = "๐จโ๐ผ", woman_office_worker = "๐ฉโ๐ผ", scientist = "๐งโ๐ฌ", man_scientist = "๐จโ๐ฌ", woman_scientist = "๐ฉโ๐ฌ", technologist = "๐งโ๐ป", man_technologist = "๐จโ๐ป", woman_technologist = "๐ฉโ๐ป", singer = "๐งโ๐ค", man_singer = "๐จโ๐ค", woman_singer = "๐ฉโ๐ค", artist = "๐งโ๐จ", man_artist = "๐จโ๐จ", woman_artist = "๐ฉโ๐จ", pilot = "๐งโโ๏ธ", man_pilot = "๐จโโ๏ธ", woman_pilot = "๐ฉโโ๏ธ", astronaut = "๐งโ๐", man_astronaut = "๐จโ๐", woman_astronaut = "๐ฉโ๐", firefighter = "๐งโ๐", man_firefighter = "๐จโ๐", woman_firefighter = "๐ฉโ๐", police_officer = "๐ฎ", cop = "๐ฎ", policeman = "๐ฎโโ๏ธ", policewoman = "๐ฎโโ๏ธ", detective = "๐ต๏ธ", male_detective = "๐ต๏ธโโ๏ธ", female_detective = "๐ต๏ธโโ๏ธ", guard = "๐", guardsman = "๐โโ๏ธ", guardswoman = "๐โโ๏ธ", ninja = "๐ฅท", construction_worker = "๐ท", construction_worker_man = "๐ทโโ๏ธ", construction_worker_woman = "๐ทโโ๏ธ", prince = "๐คด", princess = "๐ธ", person_with_turban = "๐ณ", man_with_turban = "๐ณโโ๏ธ", woman_with_turban = "๐ณโโ๏ธ", man_with_gua_pi_mao = "๐ฒ", woman_with_headscarf = "๐ง", person_in_tuxedo = "๐คต", man_in_tuxedo = "๐คตโโ๏ธ", woman_in_tuxedo = "๐คตโโ๏ธ", person_with_veil = "๐ฐ", man_with_veil = "๐ฐโโ๏ธ", woman_with_veil = "๐ฐโโ๏ธ", bride_with_veil = "๐ฐโโ๏ธ", pregnant_woman = "๐คฐ", breast_feeding = "๐คฑ", woman_feeding_baby = "๐ฉโ๐ผ", man_feeding_baby = "๐จโ๐ผ", person_feeding_baby = "๐งโ๐ผ", angel = "๐ผ", santa = "๐
", mrs_claus = "๐คถ", mx_claus = "๐งโ๐", superhero = "๐ฆธ", superhero_man = "๐ฆธโโ๏ธ", superhero_woman = "๐ฆธโโ๏ธ", supervillain = "๐ฆน", supervillain_man = "๐ฆนโโ๏ธ", supervillain_woman = "๐ฆนโโ๏ธ", mage = "๐ง", mage_man = "๐งโโ๏ธ", mage_woman = "๐งโโ๏ธ", fairy = "๐ง", fairy_man = "๐งโโ๏ธ", fairy_woman = "๐งโโ๏ธ", vampire = "๐ง", vampire_man = "๐งโโ๏ธ", vampire_woman = "๐งโโ๏ธ", merperson = "๐ง", merman = "๐งโโ๏ธ", mermaid = "๐งโโ๏ธ", elf = "๐ง", elf_man = "๐งโโ๏ธ", elf_woman = "๐งโโ๏ธ", genie = "๐ง", genie_man = "๐งโโ๏ธ", genie_woman = "๐งโโ๏ธ", zombie = "๐ง", zombie_man = "๐งโโ๏ธ", zombie_woman = "๐งโโ๏ธ", massage = "๐", massage_man = "๐โโ๏ธ", massage_woman = "๐โโ๏ธ", haircut = "๐", haircut_man = "๐โโ๏ธ", haircut_woman = "๐โโ๏ธ", walking = "๐ถ", walking_man = "๐ถโโ๏ธ", walking_woman = "๐ถโโ๏ธ", standing_person = "๐ง", standing_man = "๐งโโ๏ธ", standing_woman = "๐งโโ๏ธ", kneeling_person = "๐ง", kneeling_man = "๐งโโ๏ธ", kneeling_woman = "๐งโโ๏ธ", person_with_probing_cane = "๐งโ๐ฆฏ", man_with_probing_cane = "๐จโ๐ฆฏ", woman_with_probing_cane = "๐ฉโ๐ฆฏ", person_in_motorized_wheelchair = "๐งโ๐ฆผ", man_in_motorized_wheelchair = "๐จโ๐ฆผ", woman_in_motorized_wheelchair = "๐ฉโ๐ฆผ", person_in_manual_wheelchair = "๐งโ๐ฆฝ", man_in_manual_wheelchair = "๐จโ๐ฆฝ", woman_in_manual_wheelchair = "๐ฉโ๐ฆฝ", runner = "๐", running = "๐", running_man = "๐โโ๏ธ", running_woman = "๐โโ๏ธ", woman_dancing = "๐", dancer = "๐", man_dancing = "๐บ", business_suit_levitating = "๐ด๏ธ", dancers = "๐ฏ", dancing_men = "๐ฏโโ๏ธ", dancing_women = "๐ฏโโ๏ธ", sauna_person = "๐ง", sauna_man = "๐งโโ๏ธ", sauna_woman = "๐งโโ๏ธ", climbing = "๐ง", climbing_man = "๐งโโ๏ธ", climbing_woman = "๐งโโ๏ธ", person_fencing = "๐คบ", horse_racing = "๐", skier = "โท๏ธ", snowboarder = "๐", golfing = "๐๏ธ", golfing_man = "๐๏ธโโ๏ธ", golfing_woman = "๐๏ธโโ๏ธ", surfer = "๐", surfing_man = "๐โโ๏ธ", surfing_woman = "๐โโ๏ธ", rowboat = "๐ฃ", rowing_man = "๐ฃโโ๏ธ", rowing_woman = "๐ฃโโ๏ธ", swimmer = "๐", swimming_man = "๐โโ๏ธ", swimming_woman = "๐โโ๏ธ", bouncing_ball_person = "โน๏ธ", bouncing_ball_man = "โน๏ธโโ๏ธ", basketball_man = "โน๏ธโโ๏ธ", bouncing_ball_woman = "โน๏ธโโ๏ธ", basketball_woman = "โน๏ธโโ๏ธ", weight_lifting = "๐๏ธ", weight_lifting_man = "๐๏ธโโ๏ธ", weight_lifting_woman = "๐๏ธโโ๏ธ", bicyclist = "๐ด", biking_man = "๐ดโโ๏ธ", biking_woman = "๐ดโโ๏ธ", mountain_bicyclist = "๐ต", mountain_biking_man = "๐ตโโ๏ธ", mountain_biking_woman = "๐ตโโ๏ธ", cartwheeling = "๐คธ", man_cartwheeling = "๐คธโโ๏ธ", woman_cartwheeling = "๐คธโโ๏ธ", wrestling = "๐คผ", men_wrestling = "๐คผโโ๏ธ", women_wrestling = "๐คผโโ๏ธ", water_polo = "๐คฝ", man_playing_water_polo = "๐คฝโโ๏ธ", woman_playing_water_polo = "๐คฝโโ๏ธ", handball_person = "๐คพ", man_playing_handball = "๐คพโโ๏ธ", woman_playing_handball = "๐คพโโ๏ธ", juggling_person = "๐คน", man_juggling = "๐คนโโ๏ธ", woman_juggling = "๐คนโโ๏ธ", lotus_position = "๐ง", lotus_position_man = "๐งโโ๏ธ", lotus_position_woman = "๐งโโ๏ธ", bath = "๐", sleeping_bed = "๐", people_holding_hands = "๐งโ๐คโ๐ง", two_women_holding_hands = "๐ญ", couple = "๐ซ", two_men_holding_hands = "๐ฌ", couplekiss = "๐", couplekiss_man_woman = "๐ฉโโค๏ธโ๐โ๐จ", couplekiss_man_man = "๐จโโค๏ธโ๐โ๐จ", couplekiss_woman_woman = "๐ฉโโค๏ธโ๐โ๐ฉ", couple_with_heart = "๐", couple_with_heart_woman_man = "๐ฉโโค๏ธโ๐จ", couple_with_heart_man_man = "๐จโโค๏ธโ๐จ", couple_with_heart_woman_woman = "๐ฉโโค๏ธโ๐ฉ", family = "๐ช", family_man_woman_boy = "๐จโ๐ฉโ๐ฆ", family_man_woman_girl = "๐จโ๐ฉโ๐ง", family_man_woman_girl_boy = "๐จโ๐ฉโ๐งโ๐ฆ", family_man_woman_boy_boy = "๐จโ๐ฉโ๐ฆโ๐ฆ", family_man_woman_girl_girl = "๐จโ๐ฉโ๐งโ๐ง", family_man_man_boy = "๐จโ๐จโ๐ฆ", family_man_man_girl = "๐จโ๐จโ๐ง", family_man_man_girl_boy = "๐จโ๐จโ๐งโ๐ฆ", family_man_man_boy_boy = "๐จโ๐จโ๐ฆโ๐ฆ", family_man_man_girl_girl = "๐จโ๐จโ๐งโ๐ง", family_woman_woman_boy = "๐ฉโ๐ฉโ๐ฆ", family_woman_woman_girl = "๐ฉโ๐ฉโ๐ง", family_woman_woman_girl_boy = "๐ฉโ๐ฉโ๐งโ๐ฆ", family_woman_woman_boy_boy = "๐ฉโ๐ฉโ๐ฆโ๐ฆ", family_woman_woman_girl_girl = "๐ฉโ๐ฉโ๐งโ๐ง", family_man_boy = "๐จโ๐ฆ", family_man_boy_boy = "๐จโ๐ฆโ๐ฆ", family_man_girl = "๐จโ๐ง", family_man_girl_boy = "๐จโ๐งโ๐ฆ", family_man_girl_girl = "๐จโ๐งโ๐ง", family_woman_boy = "๐ฉโ๐ฆ", family_woman_boy_boy = "๐ฉโ๐ฆโ๐ฆ", family_woman_girl = "๐ฉโ๐ง", family_woman_girl_boy = "๐ฉโ๐งโ๐ฆ", family_woman_girl_girl = "๐ฉโ๐งโ๐ง", speaking_head = "๐ฃ๏ธ", bust_in_silhouette = "๐ค", busts_in_silhouette = "๐ฅ", people_hugging = "๐ซ", footprints = "๐ฃ", monkey_face = "๐ต", monkey = "๐", gorilla = "๐ฆ", orangutan = "๐ฆง", dog = "๐ถ", dog2 = "๐", guide_dog = "๐ฆฎ", service_dog = "๐โ๐ฆบ", poodle = "๐ฉ", wolf = "๐บ", fox_face = "๐ฆ", raccoon = "๐ฆ", cat = "๐ฑ", cat2 = "๐", black_cat = "๐โโฌ", lion = "๐ฆ", tiger = "๐ฏ", tiger2 = "๐
", leopard = "๐", horse = "๐ด", racehorse = "๐", unicorn = "๐ฆ", zebra = "๐ฆ", deer = "๐ฆ", bison = "๐ฆฌ", cow = "๐ฎ", ox = "๐", water_buffalo = "๐", cow2 = "๐", pig = "๐ท", pig2 = "๐", boar = "๐", pig_nose = "๐ฝ", ram = "๐", sheep = "๐", goat = "๐", dromedary_camel = "๐ช", camel = "๐ซ", llama = "๐ฆ", giraffe = "๐ฆ", elephant = "๐", mammoth = "๐ฆฃ", rhinoceros = "๐ฆ", hippopotamus = "๐ฆ", mouse = "๐ญ", mouse2 = "๐", rat = "๐", hamster = "๐น", rabbit = "๐ฐ", rabbit2 = "๐", chipmunk = "๐ฟ๏ธ", beaver = "๐ฆซ", hedgehog = "๐ฆ", bat = "๐ฆ", bear = "๐ป", polar_bear = "๐ปโโ๏ธ", koala = "๐จ", panda_face = "๐ผ", sloth = "๐ฆฅ", otter = "๐ฆฆ", skunk = "๐ฆจ", kangaroo = "๐ฆ", badger = "๐ฆก", feet = "๐พ", paw_prints = "๐พ", turkey = "๐ฆ", chicken = "๐", rooster = "๐", hatching_chick = "๐ฃ", baby_chick = "๐ค", hatched_chick = "๐ฅ", bird = "๐ฆ", penguin = "๐ง", dove = "๐๏ธ", eagle = "๐ฆ
", duck = "๐ฆ", swan = "๐ฆข", owl = "๐ฆ", dodo = "๐ฆค", feather = "๐ชถ", flamingo = "๐ฆฉ", peacock = "๐ฆ", parrot = "๐ฆ", frog = "๐ธ", crocodile = "๐", turtle = "๐ข", lizard = "๐ฆ", snake = "๐", dragon_face = "๐ฒ", dragon = "๐", sauropod = "๐ฆ", whale = "๐ณ", whale2 = "๐", dolphin = "๐ฌ", flipper = "๐ฌ", seal = "๐ฆญ", fish = "๐", tropical_fish = "๐ ", blowfish = "๐ก", shark = "๐ฆ", octopus = "๐", shell = "๐", snail = "๐", butterfly = "๐ฆ", bug = "๐", ant = "๐", bee = "๐", honeybee = "๐", beetle = "๐ชฒ", lady_beetle = "๐", cricket = "๐ฆ", cockroach = "๐ชณ", spider = "๐ท๏ธ", spider_web = "๐ธ๏ธ", scorpion = "๐ฆ", mosquito = "๐ฆ", fly = "๐ชฐ", worm = "๐ชฑ", microbe = "๐ฆ ", bouquet = "๐", cherry_blossom = "๐ธ", white_flower = "๐ฎ", rosette = "๐ต๏ธ", rose = "๐น", wilted_flower = "๐ฅ", hibiscus = "๐บ", sunflower = "๐ป", blossom = "๐ผ", tulip = "๐ท", seedling = "๐ฑ", potted_plant = "๐ชด", evergreen_tree = "๐ฒ", deciduous_tree = "๐ณ", palm_tree = "๐ด", cactus = "๐ต", ear_of_rice = "๐พ", herb = "๐ฟ", shamrock = "โ๏ธ", four_leaf_clover = "๐", maple_leaf = "๐", fallen_leaf = "๐", leaves = "๐", grapes = "๐", melon = "๐", watermelon = "๐", tangerine = "๐", orange = "๐", mandarin = "๐", lemon = "๐", banana = "๐", pineapple = "๐", mango = "๐ฅญ", apple = "๐", green_apple = "๐", pear = "๐", peach = "๐", cherries = "๐", strawberry = "๐", blueberries = "๐ซ", kiwi_fruit = "๐ฅ", tomato = "๐
", olive = "๐ซ", coconut = "๐ฅฅ", avocado = "๐ฅ", eggplant = "๐", potato = "๐ฅ", carrot = "๐ฅ", corn = "๐ฝ", hot_pepper = "๐ถ๏ธ", bell_pepper = "๐ซ", cucumber = "๐ฅ", leafy_green = "๐ฅฌ", broccoli = "๐ฅฆ", garlic = "๐ง", onion = "๐ง
", mushroom = "๐", peanuts = "๐ฅ", chestnut = "๐ฐ", bread = "๐", croissant = "๐ฅ", baguette_bread = "๐ฅ", flatbread = "๐ซ", pretzel = "๐ฅจ", bagel = "๐ฅฏ", pancakes = "๐ฅ", waffle = "๐ง", cheese = "๐ง", meat_on_bone = "๐", poultry_leg = "๐", cut_of_meat = "๐ฅฉ", bacon = "๐ฅ", hamburger = "๐", fries = "๐", pizza = "๐", hotdog = "๐ญ", sandwich = "๐ฅช", taco = "๐ฎ", burrito = "๐ฏ", tamale = "๐ซ", stuffed_flatbread = "๐ฅ", falafel = "๐ง", egg = "๐ฅ", fried_egg = "๐ณ", shallow_pan_of_food = "๐ฅ", stew = "๐ฒ", fondue = "๐ซ", bowl_with_spoon = "๐ฅฃ", green_salad = "๐ฅ", popcorn = "๐ฟ", butter = "๐ง", salt = "๐ง", canned_food = "๐ฅซ", bento = "๐ฑ", rice_cracker = "๐", rice_ball = "๐", rice = "๐", curry = "๐", ramen = "๐", spaghetti = "๐", sweet_potato = "๐ ", oden = "๐ข", sushi = "๐ฃ", fried_shrimp = "๐ค", fish_cake = "๐ฅ", moon_cake = "๐ฅฎ", dango = "๐ก", dumpling = "๐ฅ", fortune_cookie = "๐ฅ ", takeout_box = "๐ฅก", crab = "๐ฆ", lobster = "๐ฆ", shrimp = "๐ฆ", squid = "๐ฆ", oyster = "๐ฆช", icecream = "๐ฆ", shaved_ice = "๐ง", ice_cream = "๐จ", doughnut = "๐ฉ", cookie = "๐ช", birthday = "๐", cake = "๐ฐ", cupcake = "๐ง", pie = "๐ฅง", chocolate_bar = "๐ซ", candy = "๐ฌ", lollipop = "๐ญ", custard = "๐ฎ", honey_pot = "๐ฏ", baby_bottle = "๐ผ", milk_glass = "๐ฅ", teapot = "๐ซ", tea = "๐ต", sake = "๐ถ", champagne = "๐พ", wine_glass = "๐ท", cocktail = "๐ธ", tropical_drink = "๐น", beer = "๐บ", beers = "๐ป", clinking_glasses = "๐ฅ", tumbler_glass = "๐ฅ", cup_with_straw = "๐ฅค", bubble_tea = "๐ง", beverage_box = "๐ง", mate = "๐ง", ice_cube = "๐ง", chopsticks = "๐ฅข", plate_with_cutlery = "๐ฝ๏ธ", fork_and_knife = "๐ด", spoon = "๐ฅ", hocho = "๐ช", knife = "๐ช", amphora = "๐บ", earth_africa = "๐", earth_americas = "๐", earth_asia = "๐", globe_with_meridians = "๐", world_map = "๐บ๏ธ", japan = "๐พ", compass = "๐งญ", mountain_snow = "๐๏ธ", mountain = "โฐ๏ธ", volcano = "๐", mount_fuji = "๐ป", camping = "๐๏ธ", beach_umbrella = "๐๏ธ", desert = "๐๏ธ", desert_island = "๐๏ธ", national_park = "๐๏ธ", stadium = "๐๏ธ", classical_building = "๐๏ธ", building_construction = "๐๏ธ", bricks = "๐งฑ", rock = "๐ชจ", wood = "๐ชต", hut = "๐", houses = "๐๏ธ", derelict_house = "๐๏ธ", house = "๐ ", house_with_garden = "๐ก", office = "๐ข", post_office = "๐ฃ", european_post_office = "๐ค", hospital = "๐ฅ", bank = "๐ฆ", hotel = "๐จ", love_hotel = "๐ฉ", convenience_store = "๐ช", school = "๐ซ", department_store = "๐ฌ", factory = "๐ญ", japanese_castle = "๐ฏ", european_castle = "๐ฐ", wedding = "๐", tokyo_tower = "๐ผ", statue_of_liberty = "๐ฝ", mosque = "๐", hindu_temple = "๐", synagogue = "๐", shinto_shrine = "โฉ๏ธ", kaaba = "๐", foggy = "๐", night_with_stars = "๐", cityscape = "๐๏ธ", sunrise_over_mountains = "๐", sunrise = "๐
", city_sunset = "๐", city_sunrise = "๐", bridge_at_night = "๐", hotsprings = "โจ๏ธ", carousel_horse = "๐ ", ferris_wheel = "๐ก", roller_coaster = "๐ข", barber = "๐", circus_tent = "๐ช", steam_locomotive = "๐", railway_car = "๐", bullettrain_side = "๐", bullettrain_front = "๐
", train2 = "๐", metro = "๐", light_rail = "๐", station = "๐", tram = "๐", monorail = "๐", mountain_railway = "๐", train = "๐", bus = "๐", oncoming_bus = "๐", trolleybus = "๐", minibus = "๐", ambulance = "๐", fire_engine = "๐", police_car = "๐", oncoming_police_car = "๐", taxi = "๐", oncoming_taxi = "๐", car = "๐", red_car = "๐", oncoming_automobile = "๐", blue_car = "๐", pickup_truck = "๐ป", truck = "๐", articulated_lorry = "๐", tractor = "๐", racing_car = "๐๏ธ", motorcycle = "๐๏ธ", motor_scooter = "๐ต", manual_wheelchair = "๐ฆฝ", motorized_wheelchair = "๐ฆผ", auto_rickshaw = "๐บ", bike = "๐ฒ", kick_scooter = "๐ด", skateboard = "๐น", roller_skate = "๐ผ", busstop = "๐", motorway = "๐ฃ๏ธ", railway_track = "๐ค๏ธ", oil_drum = "๐ข๏ธ", rotating_light = "๐จ", traffic_light = "๐ฅ", vertical_traffic_light = "๐ฆ", stop_sign = "๐", construction = "๐ง", canoe = "๐ถ", speedboat = "๐ค", passenger_ship = "๐ณ๏ธ", ferry = "โด๏ธ", motor_boat = "๐ฅ๏ธ", ship = "๐ข", airplane = "โ๏ธ", small_airplane = "๐ฉ๏ธ", flight_departure = "๐ซ", flight_arrival = "๐ฌ", parachute = "๐ช", seat = "๐บ", helicopter = "๐", suspension_railway = "๐", mountain_cableway = "๐ ", aerial_tramway = "๐ก", artificial_satellite = "๐ฐ๏ธ", rocket = "๐", flying_saucer = "๐ธ", bellhop_bell = "๐๏ธ", luggage = "๐งณ", stopwatch = "โฑ๏ธ", timer_clock = "โฒ๏ธ", mantelpiece_clock = "๐ฐ๏ธ", clock12 = "๐", clock1230 = "๐ง", clock1 = "๐", clock130 = "๐", clock2 = "๐", clock230 = "๐", clock3 = "๐", clock330 = "๐", clock4 = "๐", clock430 = "๐", clock5 = "๐", clock530 = "๐ ", clock6 = "๐", clock630 = "๐ก", clock7 = "๐", clock730 = "๐ข", clock8 = "๐", clock830 = "๐ฃ", clock9 = "๐", clock930 = "๐ค", clock10 = "๐", clock1030 = "๐ฅ", clock11 = "๐", clock1130 = "๐ฆ", new_moon = "๐", waxing_crescent_moon = "๐", first_quarter_moon = "๐", moon = "๐", waxing_gibbous_moon = "๐", full_moon = "๐", waning_gibbous_moon = "๐", last_quarter_moon = "๐", waning_crescent_moon = "๐", crescent_moon = "๐", new_moon_with_face = "๐", first_quarter_moon_with_face = "๐", last_quarter_moon_with_face = "๐", thermometer = "๐ก๏ธ", sunny = "โ๏ธ", full_moon_with_face = "๐", sun_with_face = "๐", ringed_planet = "๐ช", star2 = "๐", stars = "๐ ", milky_way = "๐", cloud = "โ๏ธ", cloud_with_lightning_and_rain = "โ๏ธ", sun_behind_small_cloud = "๐ค๏ธ", sun_behind_large_cloud = "๐ฅ๏ธ", sun_behind_rain_cloud = "๐ฆ๏ธ", cloud_with_rain = "๐ง๏ธ", cloud_with_snow = "๐จ๏ธ", cloud_with_lightning = "๐ฉ๏ธ", tornado = "๐ช๏ธ", fog = "๐ซ๏ธ", wind_face = "๐ฌ๏ธ", cyclone = "๐", rainbow = "๐", closed_umbrella = "๐", open_umbrella = "โ๏ธ", parasol_on_ground = "โฑ๏ธ", snowflake = "โ๏ธ", snowman_with_snow = "โ๏ธ", comet = "โ๏ธ", fire = "๐ฅ", droplet = "๐ง", ocean = "๐", jack_o_lantern = "๐", christmas_tree = "๐", fireworks = "๐", sparkler = "๐", firecracker = "๐งจ", balloon = "๐", tada = "๐", confetti_ball = "๐", tanabata_tree = "๐", bamboo = "๐", dolls = "๐", flags = "๐", wind_chime = "๐", rice_scene = "๐", red_envelope = "๐งง", ribbon = "๐", gift = "๐", reminder_ribbon = "๐๏ธ", tickets = "๐๏ธ", ticket = "๐ซ", medal_military = "๐๏ธ", trophy = "๐", medal_sports = "๐
", softball = "๐ฅ", basketball = "๐", volleyball = "๐", football = "๐", rugby_football = "๐", tennis = "๐พ", flying_disc = "๐ฅ", bowling = "๐ณ", cricket_game = "๐", field_hockey = "๐", ice_hockey = "๐", lacrosse = "๐ฅ", ping_pong = "๐", badminton = "๐ธ", boxing_glove = "๐ฅ", martial_arts_uniform = "๐ฅ", goal_net = "๐ฅ
", ice_skate = "โธ๏ธ", fishing_pole_and_fish = "๐ฃ", diving_mask = "๐คฟ", running_shirt_with_sash = "๐ฝ", ski = "๐ฟ", sled = "๐ท", curling_stone = "๐ฅ", dart = "๐ฏ", yo_yo = "๐ช", kite = "๐ช", crystal_ball = "๐ฎ", magic_wand = "๐ช", nazar_amulet = "๐งฟ", video_game = "๐ฎ", joystick = "๐น๏ธ", slot_machine = "๐ฐ", game_die = "๐ฒ", jigsaw = "๐งฉ", teddy_bear = "๐งธ", pinata = "๐ช
", nesting_dolls = "๐ช", spades = "โ ๏ธ", hearts = "โฅ๏ธ", diamonds = "โฆ๏ธ", clubs = "โฃ๏ธ", chess_pawn = "โ๏ธ", black_joker = "๐", mahjong = "๐", flower_playing_cards = "๐ด", performing_arts = "๐ญ", framed_picture = "๐ผ๏ธ", art = "๐จ", thread = "๐งต", sewing_needle = "๐ชก", yarn = "๐งถ", knot = "๐ชข", eyeglasses = "๐", dark_sunglasses = "๐ถ๏ธ", goggles = "๐ฅฝ", lab_coat = "๐ฅผ", safety_vest = "๐ฆบ", necktie = "๐", shirt = "๐", tshirt = "๐", jeans = "๐", scarf = "๐งฃ", gloves = "๐งค", coat = "๐งฅ", socks = "๐งฆ", dress = "๐", kimono = "๐", sari = "๐ฅป", one_piece_swimsuit = "๐ฉฑ", swim_brief = "๐ฉฒ", shorts = "๐ฉณ", bikini = "๐", womans_clothes = "๐", purse = "๐", handbag = "๐", pouch = "๐", shopping = "๐๏ธ", school_satchel = "๐", thong_sandal = "๐ฉด", mans_shoe = "๐", shoe = "๐", athletic_shoe = "๐", hiking_boot = "๐ฅพ", flat_shoe = "๐ฅฟ", high_heel = "๐ ", sandal = "๐ก", ballet_shoes = "๐ฉฐ", boot = "๐ข", crown = "๐", womans_hat = "๐", tophat = "๐ฉ", mortar_board = "๐", billed_cap = "๐งข", military_helmet = "๐ช", rescue_worker_helmet = "โ๏ธ", prayer_beads = "๐ฟ", lipstick = "๐", ring = "๐", gem = "๐", mute = "๐", speaker = "๐", sound = "๐", loud_sound = "๐", loudspeaker = "๐ข", mega = "๐ฃ", postal_horn = "๐ฏ", bell = "๐", no_bell = "๐", musical_score = "๐ผ", musical_note = "๐ต", notes = "๐ถ", studio_microphone = "๐๏ธ", level_slider = "๐๏ธ", control_knobs = "๐๏ธ", microphone = "๐ค", headphones = "๐ง", radio = "๐ป", saxophone = "๐ท", accordion = "๐ช", guitar = "๐ธ", musical_keyboard = "๐น", trumpet = "๐บ", violin = "๐ป", banjo = "๐ช", drum = "๐ฅ", long_drum = "๐ช", iphone = "๐ฑ", calling = "๐ฒ", phone = "โ๏ธ", telephone = "โ๏ธ", telephone_receiver = "๐", pager = "๐", fax = "๐ ", battery = "๐", electric_plug = "๐", computer = "๐ป", desktop_computer = "๐ฅ๏ธ", printer = "๐จ๏ธ", keyboard = "โจ๏ธ", computer_mouse = "๐ฑ๏ธ", trackball = "๐ฒ๏ธ", minidisc = "๐ฝ", floppy_disk = "๐พ", cd = "๐ฟ", dvd = "๐", abacus = "๐งฎ", movie_camera = "๐ฅ", film_strip = "๐๏ธ", film_projector = "๐ฝ๏ธ", clapper = "๐ฌ", tv = "๐บ", camera = "๐ท", camera_flash = "๐ธ", video_camera = "๐น", vhs = "๐ผ", mag = "๐", mag_right = "๐", candle = "๐ฏ๏ธ", bulb = "๐ก", flashlight = "๐ฆ", izakaya_lantern = "๐ฎ", lantern = "๐ฎ", diya_lamp = "๐ช", notebook_with_decorative_cover = "๐", closed_book = "๐", book = "๐", open_book = "๐", green_book = "๐", blue_book = "๐", orange_book = "๐", books = "๐", notebook = "๐", ledger = "๐", page_with_curl = "๐", scroll = "๐", page_facing_up = "๐", newspaper = "๐ฐ", newspaper_roll = "๐๏ธ", bookmark_tabs = "๐", bookmark = "๐", label$1 = "๐ท๏ธ", moneybag = "๐ฐ", coin = "๐ช", yen = "๐ด", dollar = "๐ต", euro = "๐ถ", pound = "๐ท", money_with_wings = "๐ธ", credit_card = "๐ณ", receipt = "๐งพ", chart = "๐น", envelope = "โ๏ธ", email = "๐ง", incoming_envelope = "๐จ", envelope_with_arrow = "๐ฉ", outbox_tray = "๐ค", inbox_tray = "๐ฅ", mailbox = "๐ซ", mailbox_closed = "๐ช", mailbox_with_mail = "๐ฌ", mailbox_with_no_mail = "๐ญ", postbox = "๐ฎ", ballot_box = "๐ณ๏ธ", pencil2 = "โ๏ธ", black_nib = "โ๏ธ", fountain_pen = "๐๏ธ", pen = "๐๏ธ", paintbrush = "๐๏ธ", crayon = "๐๏ธ", memo = "๐", pencil = "๐", briefcase = "๐ผ", file_folder = "๐", open_file_folder = "๐", card_index_dividers = "๐๏ธ", date = "๐
", calendar = "๐", spiral_notepad = "๐๏ธ", spiral_calendar = "๐๏ธ", card_index = "๐", chart_with_upwards_trend = "๐", chart_with_downwards_trend = "๐", bar_chart = "๐", clipboard = "๐", pushpin = "๐", round_pushpin = "๐", paperclip = "๐", paperclips = "๐๏ธ", straight_ruler = "๐", triangular_ruler = "๐", scissors = "โ๏ธ", card_file_box = "๐๏ธ", file_cabinet = "๐๏ธ", wastebasket = "๐๏ธ", lock = "๐", unlock = "๐", lock_with_ink_pen = "๐", closed_lock_with_key = "๐", key = "๐", old_key = "๐๏ธ", hammer = "๐จ", axe = "๐ช", pick = "โ๏ธ", hammer_and_pick = "โ๏ธ", hammer_and_wrench = "๐ ๏ธ", dagger = "๐ก๏ธ", crossed_swords = "โ๏ธ", gun = "๐ซ", boomerang = "๐ช", bow_and_arrow = "๐น", shield = "๐ก๏ธ", carpentry_saw = "๐ช", wrench = "๐ง", screwdriver = "๐ช", nut_and_bolt = "๐ฉ", gear = "โ๏ธ", clamp = "๐๏ธ", balance_scale = "โ๏ธ", probing_cane = "๐ฆฏ", link = "๐", chains = "โ๏ธ", hook = "๐ช", toolbox = "๐งฐ", magnet = "๐งฒ", ladder = "๐ช", alembic = "โ๏ธ", test_tube = "๐งช", petri_dish = "๐งซ", dna = "๐งฌ", microscope = "๐ฌ", telescope = "๐ญ", satellite = "๐ก", syringe = "๐", drop_of_blood = "๐ฉธ", pill = "๐", adhesive_bandage = "๐ฉน", stethoscope = "๐ฉบ", door = "๐ช", elevator = "๐", mirror = "๐ช", window$1 = "๐ช", bed = "๐๏ธ", couch_and_lamp = "๐๏ธ", chair = "๐ช", toilet = "๐ฝ", plunger = "๐ช ", shower = "๐ฟ", bathtub = "๐", mouse_trap = "๐ชค", razor = "๐ช", lotion_bottle = "๐งด", safety_pin = "๐งท", broom = "๐งน", basket = "๐งบ", roll_of_paper = "๐งป", bucket = "๐ชฃ", soap = "๐งผ", toothbrush = "๐ชฅ", sponge = "๐งฝ", fire_extinguisher = "๐งฏ", shopping_cart = "๐", smoking = "๐ฌ", coffin = "โฐ๏ธ", headstone = "๐ชฆ", funeral_urn = "โฑ๏ธ", moyai = "๐ฟ", placard = "๐ชง", atm = "๐ง", put_litter_in_its_place = "๐ฎ", potable_water = "๐ฐ", mens = "๐น", womens = "๐บ", restroom = "๐ป", baby_symbol = "๐ผ", wc = "๐พ", passport_control = "๐", customs = "๐", baggage_claim = "๐", left_luggage = "๐
", warning = "โ ๏ธ", children_crossing = "๐ธ", no_entry_sign = "๐ซ", no_bicycles = "๐ณ", no_smoking = "๐ญ", do_not_litter = "๐ฏ", no_pedestrians = "๐ท", no_mobile_phones = "๐ต", underage = "๐", radioactive = "โข๏ธ", biohazard = "โฃ๏ธ", arrow_up = "โฌ๏ธ", arrow_upper_right = "โ๏ธ", arrow_right = "โก๏ธ", arrow_lower_right = "โ๏ธ", arrow_down = "โฌ๏ธ", arrow_lower_left = "โ๏ธ", arrow_left = "โฌ
๏ธ", arrow_upper_left = "โ๏ธ", arrow_up_down = "โ๏ธ", left_right_arrow = "โ๏ธ", leftwards_arrow_with_hook = "โฉ๏ธ", arrow_right_hook = "โช๏ธ", arrow_heading_up = "โคด๏ธ", arrow_heading_down = "โคต๏ธ", arrows_clockwise = "๐", arrows_counterclockwise = "๐", back = "๐", end = "๐", on = "๐", soon = "๐", top$1 = "๐", place_of_worship = "๐", atom_symbol = "โ๏ธ", om = "๐๏ธ", star_of_david = "โก๏ธ", wheel_of_dharma = "โธ๏ธ", yin_yang = "โฏ๏ธ", latin_cross = "โ๏ธ", orthodox_cross = "โฆ๏ธ", star_and_crescent = "โช๏ธ", peace_symbol = "โฎ๏ธ", menorah = "๐", six_pointed_star = "๐ฏ", twisted_rightwards_arrows = "๐", repeat = "๐", repeat_one = "๐", arrow_forward = "โถ๏ธ", next_track_button = "โญ๏ธ", play_or_pause_button = "โฏ๏ธ", arrow_backward = "โ๏ธ", previous_track_button = "โฎ๏ธ", arrow_up_small = "๐ผ", arrow_down_small = "๐ฝ", pause_button = "โธ๏ธ", stop_button = "โน๏ธ", record_button = "โบ๏ธ", eject_button = "โ๏ธ", cinema = "๐ฆ", low_brightness = "๐
", high_brightness = "๐", signal_strength = "๐ถ", vibration_mode = "๐ณ", mobile_phone_off = "๐ด", female_sign = "โ๏ธ", male_sign = "โ๏ธ", transgender_symbol = "โง๏ธ", heavy_multiplication_x = "โ๏ธ", infinity = "โพ๏ธ", bangbang = "โผ๏ธ", interrobang = "โ๏ธ", wavy_dash = "ใฐ๏ธ", currency_exchange = "๐ฑ", heavy_dollar_sign = "๐ฒ", medical_symbol = "โ๏ธ", recycle = "โป๏ธ", fleur_de_lis = "โ๏ธ", trident = "๐ฑ", name_badge = "๐", beginner = "๐ฐ", ballot_box_with_check = "โ๏ธ", heavy_check_mark = "โ๏ธ", part_alternation_mark = "ใฝ๏ธ", eight_spoked_asterisk = "โณ๏ธ", eight_pointed_black_star = "โด๏ธ", sparkle = "โ๏ธ", copyright = "ยฉ๏ธ", registered = "ยฎ๏ธ", tm = "โข๏ธ", hash = "#๏ธโฃ", asterisk = "*๏ธโฃ", zero = "0๏ธโฃ", one = "1๏ธโฃ", two = "2๏ธโฃ", three = "3๏ธโฃ", four = "4๏ธโฃ", five = "5๏ธโฃ", six = "6๏ธโฃ", seven = "7๏ธโฃ", eight = "8๏ธโฃ", nine = "9๏ธโฃ", keycap_ten = "๐", capital_abcd = "๐ ", abcd = "๐ก", symbols = "๐ฃ", abc = "๐ค", a = "๐
ฐ๏ธ", ab = "๐", b = "๐
ฑ๏ธ", cl = "๐", cool = "๐", free = "๐", information_source = "โน๏ธ", id = "๐", m = "โ๏ธ", ng = "๐", o2 = "๐
พ๏ธ", ok = "๐", parking = "๐
ฟ๏ธ", sos = "๐", up = "๐", vs = "๐", koko = "๐", sa = "๐๏ธ", ideograph_advantage = "๐", accept = "๐", congratulations = "ใ๏ธ", secret = "ใ๏ธ", u6e80 = "๐ต", red_circle = "๐ด", orange_circle = "๐ ", yellow_circle = "๐ก", green_circle = "๐ข", large_blue_circle = "๐ต", purple_circle = "๐ฃ", brown_circle = "๐ค", red_square = "๐ฅ", orange_square = "๐ง", yellow_square = "๐จ", green_square = "๐ฉ", blue_square = "๐ฆ", purple_square = "๐ช", brown_square = "๐ซ", black_medium_square = "โผ๏ธ", white_medium_square = "โป๏ธ", black_small_square = "โช๏ธ", white_small_square = "โซ๏ธ", large_orange_diamond = "๐ถ", large_blue_diamond = "๐ท", small_orange_diamond = "๐ธ", small_blue_diamond = "๐น", small_red_triangle = "๐บ", small_red_triangle_down = "๐ป", diamond_shape_with_a_dot_inside = "๐ ", radio_button = "๐", white_square_button = "๐ณ", black_square_button = "๐ฒ", checkered_flag = "๐", triangular_flag_on_post = "๐ฉ", crossed_flags = "๐", black_flag = "๐ด", white_flag = "๐ณ๏ธ", rainbow_flag = "๐ณ๏ธโ๐", transgender_flag = "๐ณ๏ธโโง๏ธ", pirate_flag = "๐ดโโ ๏ธ", ascension_island = "๐ฆ๐จ", andorra = "๐ฆ๐ฉ", united_arab_emirates = "๐ฆ๐ช", afghanistan = "๐ฆ๐ซ", antigua_barbuda = "๐ฆ๐ฌ", anguilla = "๐ฆ๐ฎ", albania = "๐ฆ๐ฑ", armenia = "๐ฆ๐ฒ", angola = "๐ฆ๐ด", antarctica = "๐ฆ๐ถ", argentina = "๐ฆ๐ท", american_samoa = "๐ฆ๐ธ", austria = "๐ฆ๐น", australia = "๐ฆ๐บ", aruba = "๐ฆ๐ผ", aland_islands = "๐ฆ๐ฝ", azerbaijan = "๐ฆ๐ฟ", bosnia_herzegovina = "๐ง๐ฆ", barbados = "๐ง๐ง", bangladesh = "๐ง๐ฉ", belgium = "๐ง๐ช", burkina_faso = "๐ง๐ซ", bulgaria = "๐ง๐ฌ", bahrain = "๐ง๐ญ", burundi = "๐ง๐ฎ", benin = "๐ง๐ฏ", st_barthelemy = "๐ง๐ฑ", bermuda = "๐ง๐ฒ", brunei = "๐ง๐ณ", bolivia = "๐ง๐ด", caribbean_netherlands = "๐ง๐ถ", brazil = "๐ง๐ท", bahamas = "๐ง๐ธ", bhutan = "๐ง๐น", bouvet_island = "๐ง๐ป", botswana = "๐ง๐ผ", belarus = "๐ง๐พ", belize = "๐ง๐ฟ", canada = "๐จ๐ฆ", cocos_islands = "๐จ๐จ", congo_kinshasa = "๐จ๐ฉ", central_african_republic = "๐จ๐ซ", congo_brazzaville = "๐จ๐ฌ", switzerland = "๐จ๐ญ", cote_divoire = "๐จ๐ฎ", cook_islands = "๐จ๐ฐ", chile = "๐จ๐ฑ", cameroon = "๐จ๐ฒ", cn = "๐จ๐ณ", colombia = "๐จ๐ด", clipperton_island = "๐จ๐ต", costa_rica = "๐จ๐ท", cuba = "๐จ๐บ", cape_verde = "๐จ๐ป", curacao = "๐จ๐ผ", christmas_island = "๐จ๐ฝ", cyprus = "๐จ๐พ", czech_republic = "๐จ๐ฟ", de = "๐ฉ๐ช", diego_garcia = "๐ฉ๐ฌ", djibouti = "๐ฉ๐ฏ", denmark = "๐ฉ๐ฐ", dominica = "๐ฉ๐ฒ", dominican_republic = "๐ฉ๐ด", algeria = "๐ฉ๐ฟ", ceuta_melilla = "๐ช๐ฆ", ecuador = "๐ช๐จ", estonia = "๐ช๐ช", egypt = "๐ช๐ฌ", western_sahara = "๐ช๐ญ", eritrea = "๐ช๐ท", es = "๐ช๐ธ", ethiopia = "๐ช๐น", eu = "๐ช๐บ", european_union = "๐ช๐บ", finland = "๐ซ๐ฎ", fiji = "๐ซ๐ฏ", falkland_islands = "๐ซ๐ฐ", micronesia = "๐ซ๐ฒ", faroe_islands = "๐ซ๐ด", fr = "๐ซ๐ท", gabon = "๐ฌ๐ฆ", gb = "๐ฌ๐ง", uk = "๐ฌ๐ง", grenada = "๐ฌ๐ฉ", georgia = "๐ฌ๐ช", french_guiana = "๐ฌ๐ซ", guernsey = "๐ฌ๐ฌ", ghana = "๐ฌ๐ญ", gibraltar = "๐ฌ๐ฎ", greenland = "๐ฌ๐ฑ", gambia = "๐ฌ๐ฒ", guinea = "๐ฌ๐ณ", guadeloupe = "๐ฌ๐ต", equatorial_guinea = "๐ฌ๐ถ", greece = "๐ฌ๐ท", south_georgia_south_sandwich_islands = "๐ฌ๐ธ", guatemala = "๐ฌ๐น", guam = "๐ฌ๐บ", guinea_bissau = "๐ฌ๐ผ", guyana = "๐ฌ๐พ", hong_kong = "๐ญ๐ฐ", heard_mcdonald_islands = "๐ญ๐ฒ", honduras = "๐ญ๐ณ", croatia = "๐ญ๐ท", haiti = "๐ญ๐น", hungary = "๐ญ๐บ", canary_islands = "๐ฎ๐จ", indonesia = "๐ฎ๐ฉ", ireland = "๐ฎ๐ช", israel = "๐ฎ๐ฑ", isle_of_man = "๐ฎ๐ฒ", india = "๐ฎ๐ณ", british_indian_ocean_territory = "๐ฎ๐ด", iraq = "๐ฎ๐ถ", iran = "๐ฎ๐ท", iceland = "๐ฎ๐ธ", it = "๐ฎ๐น", jersey = "๐ฏ๐ช", jamaica = "๐ฏ๐ฒ", jordan = "๐ฏ๐ด", jp = "๐ฏ๐ต", kenya = "๐ฐ๐ช", kyrgyzstan = "๐ฐ๐ฌ", cambodia = "๐ฐ๐ญ", kiribati = "๐ฐ๐ฎ", comoros = "๐ฐ๐ฒ", st_kitts_nevis = "๐ฐ๐ณ", north_korea = "๐ฐ๐ต", kr = "๐ฐ๐ท", kuwait = "๐ฐ๐ผ", cayman_islands = "๐ฐ๐พ", kazakhstan = "๐ฐ๐ฟ", laos = "๐ฑ๐ฆ", lebanon = "๐ฑ๐ง", st_lucia = "๐ฑ๐จ", liechtenstein = "๐ฑ๐ฎ", sri_lanka = "๐ฑ๐ฐ", liberia = "๐ฑ๐ท", lesotho = "๐ฑ๐ธ", lithuania = "๐ฑ๐น", luxembourg = "๐ฑ๐บ", latvia = "๐ฑ๐ป", libya = "๐ฑ๐พ", morocco = "๐ฒ๐ฆ", monaco = "๐ฒ๐จ", moldova = "๐ฒ๐ฉ", montenegro = "๐ฒ๐ช", st_martin = "๐ฒ๐ซ", madagascar = "๐ฒ๐ฌ", marshall_islands = "๐ฒ๐ญ", macedonia = "๐ฒ๐ฐ", mali = "๐ฒ๐ฑ", myanmar = "๐ฒ๐ฒ", mongolia = "๐ฒ๐ณ", macau = "๐ฒ๐ด", northern_mariana_islands = "๐ฒ๐ต", martinique = "๐ฒ๐ถ", mauritania = "๐ฒ๐ท", montserrat = "๐ฒ๐ธ", malta = "๐ฒ๐น", mauritius = "๐ฒ๐บ", maldives = "๐ฒ๐ป", malawi = "๐ฒ๐ผ", mexico = "๐ฒ๐ฝ", malaysia = "๐ฒ๐พ", mozambique = "๐ฒ๐ฟ", namibia = "๐ณ๐ฆ", new_caledonia = "๐ณ๐จ", niger = "๐ณ๐ช", norfolk_island = "๐ณ๐ซ", nigeria = "๐ณ๐ฌ", nicaragua = "๐ณ๐ฎ", netherlands = "๐ณ๐ฑ", norway = "๐ณ๐ด", nepal = "๐ณ๐ต", nauru = "๐ณ๐ท", niue = "๐ณ๐บ", new_zealand = "๐ณ๐ฟ", oman = "๐ด๐ฒ", panama = "๐ต๐ฆ", peru = "๐ต๐ช", french_polynesia = "๐ต๐ซ", papua_new_guinea = "๐ต๐ฌ", philippines = "๐ต๐ญ", pakistan = "๐ต๐ฐ", poland = "๐ต๐ฑ", st_pierre_miquelon = "๐ต๐ฒ", pitcairn_islands = "๐ต๐ณ", puerto_rico = "๐ต๐ท", palestinian_territories = "๐ต๐ธ", portugal = "๐ต๐น", palau = "๐ต๐ผ", paraguay = "๐ต๐พ", qatar = "๐ถ๐ฆ", reunion = "๐ท๐ช", romania = "๐ท๐ด", serbia = "๐ท๐ธ", ru = "๐ท๐บ", rwanda = "๐ท๐ผ", saudi_arabia = "๐ธ๐ฆ", solomon_islands = "๐ธ๐ง", seychelles = "๐ธ๐จ", sudan = "๐ธ๐ฉ", sweden = "๐ธ๐ช", singapore = "๐ธ๐ฌ", st_helena = "๐ธ๐ญ", slovenia = "๐ธ๐ฎ", svalbard_jan_mayen = "๐ธ๐ฏ", slovakia = "๐ธ๐ฐ", sierra_leone = "๐ธ๐ฑ", san_marino = "๐ธ๐ฒ", senegal = "๐ธ๐ณ", somalia = "๐ธ๐ด", suriname = "๐ธ๐ท", south_sudan = "๐ธ๐ธ", sao_tome_principe = "๐ธ๐น", el_salvador = "๐ธ๐ป", sint_maarten = "๐ธ๐ฝ", syria = "๐ธ๐พ", swaziland = "๐ธ๐ฟ", tristan_da_cunha = "๐น๐ฆ", turks_caicos_islands = "๐น๐จ", chad = "๐น๐ฉ", french_southern_territories = "๐น๐ซ", togo = "๐น๐ฌ", thailand = "๐น๐ญ", tajikistan = "๐น๐ฏ", tokelau = "๐น๐ฐ", timor_leste = "๐น๐ฑ", turkmenistan = "๐น๐ฒ", tunisia = "๐น๐ณ", tonga = "๐น๐ด", tr = "๐น๐ท", trinidad_tobago = "๐น๐น", tuvalu = "๐น๐ป", taiwan = "๐น๐ผ", tanzania = "๐น๐ฟ", ukraine = "๐บ๐ฆ", uganda = "๐บ๐ฌ", us_outlying_islands = "๐บ๐ฒ", united_nations = "๐บ๐ณ", us = "๐บ๐ธ", uruguay = "๐บ๐พ", uzbekistan = "๐บ๐ฟ", vatican_city = "๐ป๐ฆ", st_vincent_grenadines = "๐ป๐จ", venezuela = "๐ป๐ช", british_virgin_islands = "๐ป๐ฌ", us_virgin_islands = "๐ป๐ฎ", vietnam = "๐ป๐ณ", vanuatu = "๐ป๐บ", wallis_futuna = "๐ผ๐ซ", samoa = "๐ผ๐ธ", kosovo = "๐ฝ๐ฐ", yemen = "๐พ๐ช", mayotte = "๐พ๐น", south_africa = "๐ฟ๐ฆ", zambia = "๐ฟ๐ฒ", zimbabwe = "๐ฟ๐ผ", england = "๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", scotland = "๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", wales = "๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", full_default = {
|
|
24624
24628
|
100: "๐ฏ",
|
|
24625
24629
|
1234: "๐ข",
|
|
@@ -26619,7 +26623,7 @@ var full_exports = /* @__PURE__ */ __export({
|
|
|
26619
26623
|
function d(e, t) {
|
|
26620
26624
|
if (e.children.unshift(f(e, t)), e.children[1].content = e.children[1].content.slice(3), e.content = e.content.slice(3), r) if (i) {
|
|
26621
26625
|
e.children.pop();
|
|
26622
|
-
var n = "task-item-" + Math.ceil(
|
|
26626
|
+
var n = "task-item-" + Math.ceil(1e4 * 1e3 * Math.random() - 1e3);
|
|
26623
26627
|
e.children[0].content = e.children[0].content.slice(0, -1) + " id=\"" + n + "\">", e.children.push(y(e.content, n, t));
|
|
26624
26628
|
} else e.children.unshift(p(t)), e.children.push(_(t));
|
|
26625
26629
|
}
|
|
@@ -27992,10 +27996,10 @@ var import_markdown_it = /* @__PURE__ */ __toESM(require_markdown_it()), VueMark
|
|
|
27992
27996
|
height: "1.2em"
|
|
27993
27997
|
};
|
|
27994
27998
|
function render$1(e, t) {
|
|
27995
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$4, t[0] ||= [createElementVNode("path", {
|
|
27999
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$4, [...t[0] ||= [createElementVNode("path", {
|
|
27996
28000
|
fill: "currentColor",
|
|
27997
28001
|
d: "M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"
|
|
27998
|
-
}, null, -1)]);
|
|
28002
|
+
}, null, -1)]]);
|
|
27999
28003
|
}
|
|
28000
28004
|
var chat_default = {
|
|
28001
28005
|
name: "mdi-chat",
|
|
@@ -28006,10 +28010,10 @@ var chat_default = {
|
|
|
28006
28010
|
height: "1.2em"
|
|
28007
28011
|
};
|
|
28008
28012
|
function render(e, t) {
|
|
28009
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$3, t[0] ||= [createElementVNode("path", {
|
|
28013
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$3, [...t[0] ||= [createElementVNode("path", {
|
|
28010
28014
|
fill: "currentColor",
|
|
28011
28015
|
d: "M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"
|
|
28012
|
-
}, null, -1)]);
|
|
28016
|
+
}, null, -1)]]);
|
|
28013
28017
|
}
|
|
28014
28018
|
var chevron_down_default = {
|
|
28015
28019
|
name: "mdi-chevron-down",
|
|
@@ -28066,11 +28070,11 @@ var chevron_down_default = {
|
|
|
28066
28070
|
message: n,
|
|
28067
28071
|
"data-test-id": "chat-message-typing"
|
|
28068
28072
|
}, {
|
|
28069
|
-
default: withCtx(() => t[0] ||= [createElementVNode("div", { class: "chat-message-typing-body" }, [
|
|
28073
|
+
default: withCtx(() => [...t[0] ||= [createElementVNode("div", { class: "chat-message-typing-body" }, [
|
|
28070
28074
|
createElementVNode("span", { class: "chat-message-typing-circle" }),
|
|
28071
28075
|
createElementVNode("span", { class: "chat-message-typing-circle" }),
|
|
28072
28076
|
createElementVNode("span", { class: "chat-message-typing-circle" })
|
|
28073
|
-
], -1)]),
|
|
28077
|
+
], -1)]]),
|
|
28074
28078
|
_: 1
|
|
28075
28079
|
}, 8, ["class"]));
|
|
28076
28080
|
}
|
|
@@ -28094,7 +28098,7 @@ var chevron_down_default = {
|
|
|
28094
28098
|
return watch(() => r.value.length, () => {
|
|
28095
28099
|
let e = r.value[r.value.length - 1];
|
|
28096
28100
|
e && e.scrollToView();
|
|
28097
|
-
}), (
|
|
28101
|
+
}), (t, s) => e.emptyText && unref(i).length === 0 && e.messages.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$1, [createElementVNode("div", _hoisted_2$1, [createVNode(unref(N8nIcon_default), {
|
|
28098
28102
|
icon: "message-circle",
|
|
28099
28103
|
size: "large",
|
|
28100
28104
|
class: "emptyIcon"
|
|
@@ -28110,14 +28114,14 @@ var chevron_down_default = {
|
|
|
28110
28114
|
key: e.id,
|
|
28111
28115
|
message: e
|
|
28112
28116
|
}, null, 8, ["message"]))), 128)),
|
|
28113
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(e.messages, (
|
|
28114
|
-
key:
|
|
28117
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(e.messages, (e) => (openBlock(), createBlock(Message_default, {
|
|
28118
|
+
key: e.id,
|
|
28115
28119
|
ref_for: !0,
|
|
28116
28120
|
ref_key: "messageComponents",
|
|
28117
28121
|
ref: r,
|
|
28118
|
-
message:
|
|
28122
|
+
message: e
|
|
28119
28123
|
}, {
|
|
28120
|
-
beforeMessage: withCtx(({ message:
|
|
28124
|
+
beforeMessage: withCtx(({ message: e }) => [renderSlot(t.$slots, "beforeMessage", mergeProps({ ref_for: !0 }, { message: e }))]),
|
|
28121
28125
|
_: 2
|
|
28122
28126
|
}, 1032, ["message"]))), 128)),
|
|
28123
28127
|
unref(o) ? (openBlock(), createBlock(MessageTyping_default, { key: 0 })) : createCommentVNode("", !0)
|