@n8n/chat 1.2.1 โ 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 +827 -744
- package/dist/chat.bundle.umd.js +13 -23
- package/dist/chat.es.js +440 -434
- 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,8 +2202,9 @@ 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",
|
|
2207
|
+
"data-test-id": "chat-file",
|
|
2205
2208
|
onClick: s
|
|
2206
2209
|
}, [
|
|
2207
2210
|
createVNode(unref(o), { class: "chat-icon" }),
|
|
@@ -2209,6 +2212,7 @@ var openInNew_default = {
|
|
|
2209
2212
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
2210
2213
|
key: 0,
|
|
2211
2214
|
class: "chat-file-delete",
|
|
2215
|
+
"data-test-id": "chat-file-remove",
|
|
2212
2216
|
onClick: withModifiers(d, ["stop"])
|
|
2213
2217
|
}, [createVNode(unref(closeThick_default))])) : e.isPreviewable || e.href ? (openBlock(), createBlock(unref(openInNew_default), {
|
|
2214
2218
|
key: 1,
|
|
@@ -2216,7 +2220,7 @@ var openInNew_default = {
|
|
|
2216
2220
|
})) : createCommentVNode("", !0)
|
|
2217
2221
|
]));
|
|
2218
2222
|
}
|
|
2219
|
-
}), [["__scopeId", "data-v-
|
|
2223
|
+
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$219 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
2220
2224
|
key: 0,
|
|
2221
2225
|
class: "chat-input-left-panel"
|
|
2222
2226
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -2430,14 +2434,14 @@ var openInNew_default = {
|
|
|
2430
2434
|
height: "1.2em"
|
|
2431
2435
|
};
|
|
2432
2436
|
function render$197(e, t) {
|
|
2433
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
|
|
2437
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("path", {
|
|
2434
2438
|
fill: "none",
|
|
2435
2439
|
stroke: "currentColor",
|
|
2436
2440
|
"stroke-linecap": "round",
|
|
2437
2441
|
"stroke-linejoin": "round",
|
|
2438
2442
|
"stroke-width": "2",
|
|
2439
2443
|
d: "M21 12H9m12 6H7M21 6H3"
|
|
2440
|
-
}, null, -1)]);
|
|
2444
|
+
}, null, -1)]]);
|
|
2441
2445
|
}
|
|
2442
2446
|
var align_right_default = {
|
|
2443
2447
|
name: "lucide-align-right",
|
|
@@ -2448,7 +2452,7 @@ var align_right_default = {
|
|
|
2448
2452
|
height: "1.2em"
|
|
2449
2453
|
};
|
|
2450
2454
|
function render$196(e, t) {
|
|
2451
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("g", {
|
|
2455
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
2452
2456
|
fill: "none",
|
|
2453
2457
|
stroke: "currentColor",
|
|
2454
2458
|
"stroke-linecap": "round",
|
|
@@ -2460,7 +2464,7 @@ function render$196(e, t) {
|
|
|
2460
2464
|
x: "2",
|
|
2461
2465
|
y: "3",
|
|
2462
2466
|
rx: "1"
|
|
2463
|
-
}), 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)]]);
|
|
2464
2468
|
}
|
|
2465
2469
|
var archive_default = {
|
|
2466
2470
|
name: "lucide-archive",
|
|
@@ -2471,7 +2475,7 @@ var archive_default = {
|
|
|
2471
2475
|
height: "1.2em"
|
|
2472
2476
|
};
|
|
2473
2477
|
function render$195(e, t) {
|
|
2474
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("g", {
|
|
2478
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("g", {
|
|
2475
2479
|
fill: "none",
|
|
2476
2480
|
stroke: "currentColor",
|
|
2477
2481
|
"stroke-linecap": "round",
|
|
@@ -2483,7 +2487,7 @@ function render$195(e, t) {
|
|
|
2483
2487
|
x: "2",
|
|
2484
2488
|
y: "3",
|
|
2485
2489
|
rx: "1"
|
|
2486
|
-
}), 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)]]);
|
|
2487
2491
|
}
|
|
2488
2492
|
var archive_restore_default = {
|
|
2489
2493
|
name: "lucide-archive-restore",
|
|
@@ -2494,14 +2498,14 @@ var archive_restore_default = {
|
|
|
2494
2498
|
height: "1.2em"
|
|
2495
2499
|
};
|
|
2496
2500
|
function render$194(e, t) {
|
|
2497
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
|
|
2501
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
|
|
2498
2502
|
fill: "none",
|
|
2499
2503
|
stroke: "currentColor",
|
|
2500
2504
|
"stroke-linecap": "round",
|
|
2501
2505
|
"stroke-linejoin": "round",
|
|
2502
2506
|
"stroke-width": "2",
|
|
2503
2507
|
d: "M12 5v14m7-7l-7 7l-7-7"
|
|
2504
|
-
}, null, -1)]);
|
|
2508
|
+
}, null, -1)]]);
|
|
2505
2509
|
}
|
|
2506
2510
|
var arrow_down_default$1 = {
|
|
2507
2511
|
name: "lucide-arrow-down",
|
|
@@ -2512,14 +2516,14 @@ var arrow_down_default$1 = {
|
|
|
2512
2516
|
height: "1.2em"
|
|
2513
2517
|
};
|
|
2514
2518
|
function render$193(e, t) {
|
|
2515
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
|
|
2519
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
|
|
2516
2520
|
fill: "none",
|
|
2517
2521
|
stroke: "currentColor",
|
|
2518
2522
|
"stroke-linecap": "round",
|
|
2519
2523
|
"stroke-linejoin": "round",
|
|
2520
2524
|
"stroke-width": "2",
|
|
2521
2525
|
d: "m12 19l-7-7l7-7m7 7H5"
|
|
2522
|
-
}, null, -1)]);
|
|
2526
|
+
}, null, -1)]]);
|
|
2523
2527
|
}
|
|
2524
2528
|
var arrow_left_default$1 = {
|
|
2525
2529
|
name: "lucide-arrow-left",
|
|
@@ -2530,14 +2534,14 @@ var arrow_left_default$1 = {
|
|
|
2530
2534
|
height: "1.2em"
|
|
2531
2535
|
};
|
|
2532
2536
|
function render$192(e, t) {
|
|
2533
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
|
|
2537
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
|
|
2534
2538
|
fill: "none",
|
|
2535
2539
|
stroke: "currentColor",
|
|
2536
2540
|
"stroke-linecap": "round",
|
|
2537
2541
|
"stroke-linejoin": "round",
|
|
2538
2542
|
"stroke-width": "2",
|
|
2539
2543
|
d: "M8 3L4 7l4 4M4 7h16m-4 14l4-4l-4-4m4 4H4"
|
|
2540
|
-
}, null, -1)]);
|
|
2544
|
+
}, null, -1)]]);
|
|
2541
2545
|
}
|
|
2542
2546
|
var arrow_left_right_default = {
|
|
2543
2547
|
name: "lucide-arrow-left-right",
|
|
@@ -2548,14 +2552,14 @@ var arrow_left_right_default = {
|
|
|
2548
2552
|
height: "1.2em"
|
|
2549
2553
|
};
|
|
2550
2554
|
function render$191(e, t) {
|
|
2551
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createElementVNode("path", {
|
|
2555
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("path", {
|
|
2552
2556
|
fill: "none",
|
|
2553
2557
|
stroke: "currentColor",
|
|
2554
2558
|
"stroke-linecap": "round",
|
|
2555
2559
|
"stroke-linejoin": "round",
|
|
2556
2560
|
"stroke-width": "2",
|
|
2557
2561
|
d: "M5 12h14m-7-7l7 7l-7 7"
|
|
2558
|
-
}, null, -1)]);
|
|
2562
|
+
}, null, -1)]]);
|
|
2559
2563
|
}
|
|
2560
2564
|
var arrow_right_default$1 = {
|
|
2561
2565
|
name: "lucide-arrow-right",
|
|
@@ -2566,14 +2570,14 @@ var arrow_right_default$1 = {
|
|
|
2566
2570
|
height: "1.2em"
|
|
2567
2571
|
};
|
|
2568
2572
|
function render$190(e, t) {
|
|
2569
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createElementVNode("path", {
|
|
2573
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("path", {
|
|
2570
2574
|
fill: "none",
|
|
2571
2575
|
stroke: "currentColor",
|
|
2572
2576
|
"stroke-linecap": "round",
|
|
2573
2577
|
"stroke-linejoin": "round",
|
|
2574
2578
|
"stroke-width": "2",
|
|
2575
2579
|
d: "M3 5v14m18-7H7m8 6l6-6l-6-6"
|
|
2576
|
-
}, null, -1)]);
|
|
2580
|
+
}, null, -1)]]);
|
|
2577
2581
|
}
|
|
2578
2582
|
var arrow_right_from_line_default = {
|
|
2579
2583
|
name: "lucide-arrow-right-from-line",
|
|
@@ -2584,14 +2588,14 @@ var arrow_right_from_line_default = {
|
|
|
2584
2588
|
height: "1.2em"
|
|
2585
2589
|
};
|
|
2586
2590
|
function render$189(e, t) {
|
|
2587
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createElementVNode("path", {
|
|
2591
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
|
|
2588
2592
|
fill: "none",
|
|
2589
2593
|
stroke: "currentColor",
|
|
2590
2594
|
"stroke-linecap": "round",
|
|
2591
2595
|
"stroke-linejoin": "round",
|
|
2592
2596
|
"stroke-width": "2",
|
|
2593
2597
|
d: "M17 12H3m8 6l6-6l-6-6m10-1v14"
|
|
2594
|
-
}, null, -1)]);
|
|
2598
|
+
}, null, -1)]]);
|
|
2595
2599
|
}
|
|
2596
2600
|
var arrow_right_to_line_default = {
|
|
2597
2601
|
name: "lucide-arrow-right-to-line",
|
|
@@ -2602,14 +2606,14 @@ var arrow_right_to_line_default = {
|
|
|
2602
2606
|
height: "1.2em"
|
|
2603
2607
|
};
|
|
2604
2608
|
function render$188(e, t) {
|
|
2605
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("path", {
|
|
2609
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
|
|
2606
2610
|
fill: "none",
|
|
2607
2611
|
stroke: "currentColor",
|
|
2608
2612
|
"stroke-linecap": "round",
|
|
2609
2613
|
"stroke-linejoin": "round",
|
|
2610
2614
|
"stroke-width": "2",
|
|
2611
2615
|
d: "m5 12l7-7l7 7m-7 7V5"
|
|
2612
|
-
}, null, -1)]);
|
|
2616
|
+
}, null, -1)]]);
|
|
2613
2617
|
}
|
|
2614
2618
|
var arrow_up_default = {
|
|
2615
2619
|
name: "lucide-arrow-up",
|
|
@@ -2620,14 +2624,14 @@ var arrow_up_default = {
|
|
|
2620
2624
|
height: "1.2em"
|
|
2621
2625
|
};
|
|
2622
2626
|
function render$187(e, t) {
|
|
2623
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("path", {
|
|
2627
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("path", {
|
|
2624
2628
|
fill: "none",
|
|
2625
2629
|
stroke: "currentColor",
|
|
2626
2630
|
"stroke-linecap": "round",
|
|
2627
2631
|
"stroke-linejoin": "round",
|
|
2628
2632
|
"stroke-width": "2",
|
|
2629
2633
|
d: "M7 7h10v10M7 17L17 7"
|
|
2630
|
-
}, null, -1)]);
|
|
2634
|
+
}, null, -1)]]);
|
|
2631
2635
|
}
|
|
2632
2636
|
var arrow_up_right_default = {
|
|
2633
2637
|
name: "lucide-arrow-up-right",
|
|
@@ -2638,7 +2642,7 @@ var arrow_up_right_default = {
|
|
|
2638
2642
|
height: "1.2em"
|
|
2639
2643
|
};
|
|
2640
2644
|
function render$186(e, t) {
|
|
2641
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("g", {
|
|
2645
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("g", {
|
|
2642
2646
|
fill: "none",
|
|
2643
2647
|
stroke: "currentColor",
|
|
2644
2648
|
"stroke-linecap": "round",
|
|
@@ -2648,7 +2652,7 @@ function render$186(e, t) {
|
|
|
2648
2652
|
cx: "12",
|
|
2649
2653
|
cy: "12",
|
|
2650
2654
|
r: "4"
|
|
2651
|
-
}), 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)]]);
|
|
2652
2656
|
}
|
|
2653
2657
|
var at_sign_default = {
|
|
2654
2658
|
name: "lucide-at-sign",
|
|
@@ -2659,7 +2663,7 @@ var at_sign_default = {
|
|
|
2659
2663
|
height: "1.2em"
|
|
2660
2664
|
};
|
|
2661
2665
|
function render$185(e, t) {
|
|
2662
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("g", {
|
|
2666
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("g", {
|
|
2663
2667
|
fill: "none",
|
|
2664
2668
|
stroke: "currentColor",
|
|
2665
2669
|
"stroke-linecap": "round",
|
|
@@ -2669,7 +2673,7 @@ function render$185(e, t) {
|
|
|
2669
2673
|
cx: "12",
|
|
2670
2674
|
cy: "12",
|
|
2671
2675
|
r: "10"
|
|
2672
|
-
}), createElementVNode("path", { d: "m4.9 4.9l14.2 14.2" })], -1)]);
|
|
2676
|
+
}), createElementVNode("path", { d: "m4.9 4.9l14.2 14.2" })], -1)]]);
|
|
2673
2677
|
}
|
|
2674
2678
|
var ban_default = {
|
|
2675
2679
|
name: "lucide-ban",
|
|
@@ -2680,14 +2684,14 @@ var ban_default = {
|
|
|
2680
2684
|
height: "1.2em"
|
|
2681
2685
|
};
|
|
2682
2686
|
function render$184(e, t) {
|
|
2683
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
|
|
2687
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
|
|
2684
2688
|
fill: "none",
|
|
2685
2689
|
stroke: "currentColor",
|
|
2686
2690
|
"stroke-linecap": "round",
|
|
2687
2691
|
"stroke-linejoin": "round",
|
|
2688
2692
|
"stroke-width": "2",
|
|
2689
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"
|
|
2690
|
-
}, null, -1)]);
|
|
2694
|
+
}, null, -1)]]);
|
|
2691
2695
|
}
|
|
2692
2696
|
var bell_default = {
|
|
2693
2697
|
name: "lucide-bell",
|
|
@@ -2698,14 +2702,14 @@ var bell_default = {
|
|
|
2698
2702
|
height: "1.2em"
|
|
2699
2703
|
};
|
|
2700
2704
|
function render$183(e, t) {
|
|
2701
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
|
|
2705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
2702
2706
|
fill: "none",
|
|
2703
2707
|
stroke: "currentColor",
|
|
2704
2708
|
"stroke-linecap": "round",
|
|
2705
2709
|
"stroke-linejoin": "round",
|
|
2706
2710
|
"stroke-width": "2",
|
|
2707
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"
|
|
2708
|
-
}, null, -1)]);
|
|
2712
|
+
}, null, -1)]]);
|
|
2709
2713
|
}
|
|
2710
2714
|
var book_default = {
|
|
2711
2715
|
name: "lucide-book",
|
|
@@ -2716,14 +2720,14 @@ var book_default = {
|
|
|
2716
2720
|
height: "1.2em"
|
|
2717
2721
|
};
|
|
2718
2722
|
function render$182(e, t) {
|
|
2719
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
|
|
2723
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
2720
2724
|
fill: "none",
|
|
2721
2725
|
stroke: "currentColor",
|
|
2722
2726
|
"stroke-linecap": "round",
|
|
2723
2727
|
"stroke-linejoin": "round",
|
|
2724
2728
|
"stroke-width": "2",
|
|
2725
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"
|
|
2726
|
-
}, null, -1)]);
|
|
2730
|
+
}, null, -1)]]);
|
|
2727
2731
|
}
|
|
2728
2732
|
var book_open_default = {
|
|
2729
2733
|
name: "lucide-book-open",
|
|
@@ -2734,7 +2738,7 @@ var book_open_default = {
|
|
|
2734
2738
|
height: "1.2em"
|
|
2735
2739
|
};
|
|
2736
2740
|
function render$181(e, t) {
|
|
2737
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("g", {
|
|
2741
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("g", {
|
|
2738
2742
|
fill: "none",
|
|
2739
2743
|
stroke: "currentColor",
|
|
2740
2744
|
"stroke-linecap": "round",
|
|
@@ -2750,7 +2754,7 @@ function render$181(e, t) {
|
|
|
2750
2754
|
rx: "2"
|
|
2751
2755
|
}),
|
|
2752
2756
|
createElementVNode("path", { d: "M2 14h2m16 0h2m-7-1v2m-6-2v2" })
|
|
2753
|
-
], -1)]);
|
|
2757
|
+
], -1)]]);
|
|
2754
2758
|
}
|
|
2755
2759
|
var bot_default = {
|
|
2756
2760
|
name: "lucide-bot",
|
|
@@ -2761,13 +2765,13 @@ var bot_default = {
|
|
|
2761
2765
|
height: "1.2em"
|
|
2762
2766
|
};
|
|
2763
2767
|
function render$180(e, t) {
|
|
2764
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("g", {
|
|
2768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("g", {
|
|
2765
2769
|
fill: "none",
|
|
2766
2770
|
stroke: "currentColor",
|
|
2767
2771
|
"stroke-linecap": "round",
|
|
2768
2772
|
"stroke-linejoin": "round",
|
|
2769
2773
|
"stroke-width": "2"
|
|
2770
|
-
}, [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)]]);
|
|
2771
2775
|
}
|
|
2772
2776
|
var box_default = {
|
|
2773
2777
|
name: "lucide-box",
|
|
@@ -2778,14 +2782,14 @@ var box_default = {
|
|
|
2778
2782
|
height: "1.2em"
|
|
2779
2783
|
};
|
|
2780
2784
|
function render$179(e, t) {
|
|
2781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
|
|
2785
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("path", {
|
|
2782
2786
|
fill: "none",
|
|
2783
2787
|
stroke: "currentColor",
|
|
2784
2788
|
"stroke-linecap": "round",
|
|
2785
2789
|
"stroke-linejoin": "round",
|
|
2786
2790
|
"stroke-width": "2",
|
|
2787
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"
|
|
2788
|
-
}, null, -1)]);
|
|
2792
|
+
}, null, -1)]]);
|
|
2789
2793
|
}
|
|
2790
2794
|
var braces_default = {
|
|
2791
2795
|
name: "lucide-braces",
|
|
@@ -2796,7 +2800,7 @@ var braces_default = {
|
|
|
2796
2800
|
height: "1.2em"
|
|
2797
2801
|
};
|
|
2798
2802
|
function render$178(e, t) {
|
|
2799
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
|
|
2803
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("g", {
|
|
2800
2804
|
fill: "none",
|
|
2801
2805
|
stroke: "currentColor",
|
|
2802
2806
|
"stroke-linecap": "round",
|
|
@@ -2806,7 +2810,7 @@ function render$178(e, t) {
|
|
|
2806
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" }),
|
|
2807
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" }),
|
|
2808
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" })
|
|
2809
|
-
], -1)]);
|
|
2813
|
+
], -1)]]);
|
|
2810
2814
|
}
|
|
2811
2815
|
var brain_default = {
|
|
2812
2816
|
name: "lucide-brain",
|
|
@@ -2817,7 +2821,7 @@ var brain_default = {
|
|
|
2817
2821
|
height: "1.2em"
|
|
2818
2822
|
};
|
|
2819
2823
|
function render$177(e, t) {
|
|
2820
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
|
|
2824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("g", {
|
|
2821
2825
|
fill: "none",
|
|
2822
2826
|
stroke: "currentColor",
|
|
2823
2827
|
"stroke-linecap": "round",
|
|
@@ -2827,7 +2831,7 @@ function render$177(e, t) {
|
|
|
2827
2831
|
createElementVNode("path", { d: "m8 2l1.88 1.88m4.24 0L16 2M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" }),
|
|
2828
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" }),
|
|
2829
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" })
|
|
2830
|
-
], -1)]);
|
|
2834
|
+
], -1)]]);
|
|
2831
2835
|
}
|
|
2832
2836
|
var bug_default = {
|
|
2833
2837
|
name: "lucide-bug",
|
|
@@ -2838,7 +2842,7 @@ var bug_default = {
|
|
|
2838
2842
|
height: "1.2em"
|
|
2839
2843
|
};
|
|
2840
2844
|
function render$176(e, t) {
|
|
2841
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("g", {
|
|
2845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("g", {
|
|
2842
2846
|
fill: "none",
|
|
2843
2847
|
stroke: "currentColor",
|
|
2844
2848
|
"stroke-linecap": "round",
|
|
@@ -2850,7 +2854,7 @@ function render$176(e, t) {
|
|
|
2850
2854
|
x: "4",
|
|
2851
2855
|
y: "2",
|
|
2852
2856
|
rx: "2"
|
|
2853
|
-
}), 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)]]);
|
|
2854
2858
|
}
|
|
2855
2859
|
var calculator_default = {
|
|
2856
2860
|
name: "lucide-calculator",
|
|
@@ -2861,7 +2865,7 @@ var calculator_default = {
|
|
|
2861
2865
|
height: "1.2em"
|
|
2862
2866
|
};
|
|
2863
2867
|
function render$175(e, t) {
|
|
2864
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("g", {
|
|
2868
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("g", {
|
|
2865
2869
|
fill: "none",
|
|
2866
2870
|
stroke: "currentColor",
|
|
2867
2871
|
"stroke-linecap": "round",
|
|
@@ -2877,7 +2881,7 @@ function render$175(e, t) {
|
|
|
2877
2881
|
rx: "2"
|
|
2878
2882
|
}),
|
|
2879
2883
|
createElementVNode("path", { d: "M3 10h18" })
|
|
2880
|
-
], -1)]);
|
|
2884
|
+
], -1)]]);
|
|
2881
2885
|
}
|
|
2882
2886
|
var calendar_default = {
|
|
2883
2887
|
name: "lucide-calendar",
|
|
@@ -2888,14 +2892,14 @@ var calendar_default = {
|
|
|
2888
2892
|
height: "1.2em"
|
|
2889
2893
|
};
|
|
2890
2894
|
function render$174(e, t) {
|
|
2891
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("path", {
|
|
2895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
|
|
2892
2896
|
fill: "none",
|
|
2893
2897
|
stroke: "currentColor",
|
|
2894
2898
|
"stroke-linecap": "round",
|
|
2895
2899
|
"stroke-linejoin": "round",
|
|
2896
2900
|
"stroke-width": "2",
|
|
2897
2901
|
d: "m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"
|
|
2898
|
-
}, null, -1)]);
|
|
2902
|
+
}, null, -1)]]);
|
|
2899
2903
|
}
|
|
2900
2904
|
var case_upper_default = {
|
|
2901
2905
|
name: "lucide-case-upper",
|
|
@@ -2906,14 +2910,14 @@ var case_upper_default = {
|
|
|
2906
2910
|
height: "1.2em"
|
|
2907
2911
|
};
|
|
2908
2912
|
function render$173(e, t) {
|
|
2909
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("path", {
|
|
2913
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("path", {
|
|
2910
2914
|
fill: "none",
|
|
2911
2915
|
stroke: "currentColor",
|
|
2912
2916
|
"stroke-linecap": "round",
|
|
2913
2917
|
"stroke-linejoin": "round",
|
|
2914
2918
|
"stroke-width": "2",
|
|
2915
2919
|
d: "M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"
|
|
2916
|
-
}, null, -1)]);
|
|
2920
|
+
}, null, -1)]]);
|
|
2917
2921
|
}
|
|
2918
2922
|
var chart_column_decreasing_default = {
|
|
2919
2923
|
name: "lucide-chart-column-decreasing",
|
|
@@ -2924,14 +2928,14 @@ var chart_column_decreasing_default = {
|
|
|
2924
2928
|
height: "1.2em"
|
|
2925
2929
|
};
|
|
2926
2930
|
function render$172(e, t) {
|
|
2927
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("path", {
|
|
2931
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("path", {
|
|
2928
2932
|
fill: "none",
|
|
2929
2933
|
stroke: "currentColor",
|
|
2930
2934
|
"stroke-linecap": "round",
|
|
2931
2935
|
"stroke-linejoin": "round",
|
|
2932
2936
|
"stroke-width": "2",
|
|
2933
2937
|
d: "M20 6L9 17l-5-5"
|
|
2934
|
-
}, null, -1)]);
|
|
2938
|
+
}, null, -1)]]);
|
|
2935
2939
|
}
|
|
2936
2940
|
var check_default = {
|
|
2937
2941
|
name: "lucide-check",
|
|
@@ -2942,14 +2946,14 @@ var check_default = {
|
|
|
2942
2946
|
height: "1.2em"
|
|
2943
2947
|
};
|
|
2944
2948
|
function render$171(e, t) {
|
|
2945
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("path", {
|
|
2949
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("path", {
|
|
2946
2950
|
fill: "none",
|
|
2947
2951
|
stroke: "currentColor",
|
|
2948
2952
|
"stroke-linecap": "round",
|
|
2949
2953
|
"stroke-linejoin": "round",
|
|
2950
2954
|
"stroke-width": "2",
|
|
2951
2955
|
d: "M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"
|
|
2952
|
-
}, null, -1)]);
|
|
2956
|
+
}, null, -1)]]);
|
|
2953
2957
|
}
|
|
2954
2958
|
var check_check_default = {
|
|
2955
2959
|
name: "lucide-check-check",
|
|
@@ -2960,14 +2964,14 @@ var check_check_default = {
|
|
|
2960
2964
|
height: "1.2em"
|
|
2961
2965
|
};
|
|
2962
2966
|
function render$170(e, t) {
|
|
2963
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("path", {
|
|
2967
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("path", {
|
|
2964
2968
|
fill: "none",
|
|
2965
2969
|
stroke: "currentColor",
|
|
2966
2970
|
"stroke-linecap": "round",
|
|
2967
2971
|
"stroke-linejoin": "round",
|
|
2968
2972
|
"stroke-width": "2",
|
|
2969
2973
|
d: "m6 9l6 6l6-6"
|
|
2970
|
-
}, null, -1)]);
|
|
2974
|
+
}, null, -1)]]);
|
|
2971
2975
|
}
|
|
2972
2976
|
var chevron_down_default$1 = {
|
|
2973
2977
|
name: "lucide-chevron-down",
|
|
@@ -2978,14 +2982,14 @@ var chevron_down_default$1 = {
|
|
|
2978
2982
|
height: "1.2em"
|
|
2979
2983
|
};
|
|
2980
2984
|
function render$169(e, t) {
|
|
2981
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("path", {
|
|
2985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("path", {
|
|
2982
2986
|
fill: "none",
|
|
2983
2987
|
stroke: "currentColor",
|
|
2984
2988
|
"stroke-linecap": "round",
|
|
2985
2989
|
"stroke-linejoin": "round",
|
|
2986
2990
|
"stroke-width": "2",
|
|
2987
2991
|
d: "m15 18l-6-6l6-6"
|
|
2988
|
-
}, null, -1)]);
|
|
2992
|
+
}, null, -1)]]);
|
|
2989
2993
|
}
|
|
2990
2994
|
var chevron_left_default = {
|
|
2991
2995
|
name: "lucide-chevron-left",
|
|
@@ -2996,14 +3000,14 @@ var chevron_left_default = {
|
|
|
2996
3000
|
height: "1.2em"
|
|
2997
3001
|
};
|
|
2998
3002
|
function render$168(e, t) {
|
|
2999
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("path", {
|
|
3003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("path", {
|
|
3000
3004
|
fill: "none",
|
|
3001
3005
|
stroke: "currentColor",
|
|
3002
3006
|
"stroke-linecap": "round",
|
|
3003
3007
|
"stroke-linejoin": "round",
|
|
3004
3008
|
"stroke-width": "2",
|
|
3005
3009
|
d: "m9 18l6-6l-6-6"
|
|
3006
|
-
}, null, -1)]);
|
|
3010
|
+
}, null, -1)]]);
|
|
3007
3011
|
}
|
|
3008
3012
|
var chevron_right_default = {
|
|
3009
3013
|
name: "lucide-chevron-right",
|
|
@@ -3014,14 +3018,14 @@ var chevron_right_default = {
|
|
|
3014
3018
|
height: "1.2em"
|
|
3015
3019
|
};
|
|
3016
3020
|
function render$167(e, t) {
|
|
3017
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("path", {
|
|
3021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("path", {
|
|
3018
3022
|
fill: "none",
|
|
3019
3023
|
stroke: "currentColor",
|
|
3020
3024
|
"stroke-linecap": "round",
|
|
3021
3025
|
"stroke-linejoin": "round",
|
|
3022
3026
|
"stroke-width": "2",
|
|
3023
3027
|
d: "m18 15l-6-6l-6 6"
|
|
3024
|
-
}, null, -1)]);
|
|
3028
|
+
}, null, -1)]]);
|
|
3025
3029
|
}
|
|
3026
3030
|
var chevron_up_default = {
|
|
3027
3031
|
name: "lucide-chevron-up",
|
|
@@ -3032,14 +3036,14 @@ var chevron_up_default = {
|
|
|
3032
3036
|
height: "1.2em"
|
|
3033
3037
|
};
|
|
3034
3038
|
function render$166(e, t) {
|
|
3035
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
|
|
3039
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("path", {
|
|
3036
3040
|
fill: "none",
|
|
3037
3041
|
stroke: "currentColor",
|
|
3038
3042
|
"stroke-linecap": "round",
|
|
3039
3043
|
"stroke-linejoin": "round",
|
|
3040
3044
|
"stroke-width": "2",
|
|
3041
3045
|
d: "m7 20l5-5l5 5M7 4l5 5l5-5"
|
|
3042
|
-
}, null, -1)]);
|
|
3046
|
+
}, null, -1)]]);
|
|
3043
3047
|
}
|
|
3044
3048
|
var chevrons_down_up_default = {
|
|
3045
3049
|
name: "lucide-chevrons-down-up",
|
|
@@ -3050,14 +3054,14 @@ var chevrons_down_up_default = {
|
|
|
3050
3054
|
height: "1.2em"
|
|
3051
3055
|
};
|
|
3052
3056
|
function render$165(e, t) {
|
|
3053
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
|
|
3057
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("path", {
|
|
3054
3058
|
fill: "none",
|
|
3055
3059
|
stroke: "currentColor",
|
|
3056
3060
|
"stroke-linecap": "round",
|
|
3057
3061
|
"stroke-linejoin": "round",
|
|
3058
3062
|
"stroke-width": "2",
|
|
3059
3063
|
d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
|
|
3060
|
-
}, null, -1)]);
|
|
3064
|
+
}, null, -1)]]);
|
|
3061
3065
|
}
|
|
3062
3066
|
var chevrons_left_default = {
|
|
3063
3067
|
name: "lucide-chevrons-left",
|
|
@@ -3068,14 +3072,14 @@ var chevrons_left_default = {
|
|
|
3068
3072
|
height: "1.2em"
|
|
3069
3073
|
};
|
|
3070
3074
|
function render$164(e, t) {
|
|
3071
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
|
|
3075
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("path", {
|
|
3072
3076
|
fill: "none",
|
|
3073
3077
|
stroke: "currentColor",
|
|
3074
3078
|
"stroke-linecap": "round",
|
|
3075
3079
|
"stroke-linejoin": "round",
|
|
3076
3080
|
"stroke-width": "2",
|
|
3077
3081
|
d: "m7 15l5 5l5-5M7 9l5-5l5 5"
|
|
3078
|
-
}, null, -1)]);
|
|
3082
|
+
}, null, -1)]]);
|
|
3079
3083
|
}
|
|
3080
3084
|
var chevrons_up_down_default = {
|
|
3081
3085
|
name: "lucide-chevrons-up-down",
|
|
@@ -3086,7 +3090,7 @@ var chevrons_up_down_default = {
|
|
|
3086
3090
|
height: "1.2em"
|
|
3087
3091
|
};
|
|
3088
3092
|
function render$163(e, t) {
|
|
3089
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("circle", {
|
|
3093
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("circle", {
|
|
3090
3094
|
cx: "12",
|
|
3091
3095
|
cy: "12",
|
|
3092
3096
|
r: "10",
|
|
@@ -3095,7 +3099,7 @@ function render$163(e, t) {
|
|
|
3095
3099
|
"stroke-linecap": "round",
|
|
3096
3100
|
"stroke-linejoin": "round",
|
|
3097
3101
|
"stroke-width": "2"
|
|
3098
|
-
}, null, -1)]);
|
|
3102
|
+
}, null, -1)]]);
|
|
3099
3103
|
}
|
|
3100
3104
|
var circle_default = {
|
|
3101
3105
|
name: "lucide-circle",
|
|
@@ -3106,7 +3110,7 @@ var circle_default = {
|
|
|
3106
3110
|
height: "1.2em"
|
|
3107
3111
|
};
|
|
3108
3112
|
function render$162(e, t) {
|
|
3109
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("g", {
|
|
3113
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
|
|
3110
3114
|
fill: "none",
|
|
3111
3115
|
stroke: "currentColor",
|
|
3112
3116
|
"stroke-linecap": "round",
|
|
@@ -3116,7 +3120,7 @@ function render$162(e, t) {
|
|
|
3116
3120
|
cx: "12",
|
|
3117
3121
|
cy: "12",
|
|
3118
3122
|
r: "10"
|
|
3119
|
-
}), createElementVNode("path", { d: "M12 8v4m0 4h.01" })], -1)]);
|
|
3123
|
+
}), createElementVNode("path", { d: "M12 8v4m0 4h.01" })], -1)]]);
|
|
3120
3124
|
}
|
|
3121
3125
|
var circle_alert_default = {
|
|
3122
3126
|
name: "lucide-circle-alert",
|
|
@@ -3127,7 +3131,7 @@ var circle_alert_default = {
|
|
|
3127
3131
|
height: "1.2em"
|
|
3128
3132
|
};
|
|
3129
3133
|
function render$161(e, t) {
|
|
3130
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("g", {
|
|
3134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
|
|
3131
3135
|
fill: "none",
|
|
3132
3136
|
stroke: "currentColor",
|
|
3133
3137
|
"stroke-linecap": "round",
|
|
@@ -3137,7 +3141,7 @@ function render$161(e, t) {
|
|
|
3137
3141
|
cx: "12",
|
|
3138
3142
|
cy: "12",
|
|
3139
3143
|
r: "10"
|
|
3140
|
-
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]);
|
|
3144
|
+
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]]);
|
|
3141
3145
|
}
|
|
3142
3146
|
var circle_check_default$1 = {
|
|
3143
3147
|
name: "lucide-circle-check",
|
|
@@ -3148,7 +3152,7 @@ var circle_check_default$1 = {
|
|
|
3148
3152
|
height: "1.2em"
|
|
3149
3153
|
};
|
|
3150
3154
|
function render$160(e, t) {
|
|
3151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("g", {
|
|
3155
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
|
|
3152
3156
|
fill: "none",
|
|
3153
3157
|
stroke: "currentColor",
|
|
3154
3158
|
"stroke-linecap": "round",
|
|
@@ -3162,7 +3166,7 @@ function render$160(e, t) {
|
|
|
3162
3166
|
cx: "12",
|
|
3163
3167
|
cy: "12",
|
|
3164
3168
|
r: "1"
|
|
3165
|
-
})], -1)]);
|
|
3169
|
+
})], -1)]]);
|
|
3166
3170
|
}
|
|
3167
3171
|
var circle_dot_default = {
|
|
3168
3172
|
name: "lucide-circle-dot",
|
|
@@ -3173,7 +3177,7 @@ var circle_dot_default = {
|
|
|
3173
3177
|
height: "1.2em"
|
|
3174
3178
|
};
|
|
3175
3179
|
function render$159(e, t) {
|
|
3176
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("g", {
|
|
3180
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
3177
3181
|
fill: "none",
|
|
3178
3182
|
stroke: "currentColor",
|
|
3179
3183
|
"stroke-linecap": "round",
|
|
@@ -3183,7 +3187,7 @@ function render$159(e, t) {
|
|
|
3183
3187
|
cx: "12",
|
|
3184
3188
|
cy: "12",
|
|
3185
3189
|
r: "10"
|
|
3186
|
-
}), createElementVNode("path", { d: "M17 12h.01M12 12h.01M7 12h.01" })], -1)]);
|
|
3190
|
+
}), createElementVNode("path", { d: "M17 12h.01M12 12h.01M7 12h.01" })], -1)]]);
|
|
3187
3191
|
}
|
|
3188
3192
|
var circle_ellipsis_default = {
|
|
3189
3193
|
name: "lucide-circle-ellipsis",
|
|
@@ -3194,7 +3198,7 @@ var circle_ellipsis_default = {
|
|
|
3194
3198
|
height: "1.2em"
|
|
3195
3199
|
};
|
|
3196
3200
|
function render$158(e, t) {
|
|
3197
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("g", {
|
|
3201
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
3198
3202
|
fill: "none",
|
|
3199
3203
|
stroke: "currentColor",
|
|
3200
3204
|
"stroke-linecap": "round",
|
|
@@ -3204,7 +3208,7 @@ function render$158(e, t) {
|
|
|
3204
3208
|
cx: "12",
|
|
3205
3209
|
cy: "12",
|
|
3206
3210
|
r: "10"
|
|
3207
|
-
}), 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)]]);
|
|
3208
3212
|
}
|
|
3209
3213
|
var circle_help_default = {
|
|
3210
3214
|
name: "lucide-circle-help",
|
|
@@ -3215,7 +3219,7 @@ var circle_help_default = {
|
|
|
3215
3219
|
height: "1.2em"
|
|
3216
3220
|
};
|
|
3217
3221
|
function render$157(e, t) {
|
|
3218
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("g", {
|
|
3222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
|
|
3219
3223
|
fill: "none",
|
|
3220
3224
|
stroke: "currentColor",
|
|
3221
3225
|
"stroke-linecap": "round",
|
|
@@ -3225,7 +3229,7 @@ function render$157(e, t) {
|
|
|
3225
3229
|
cx: "12",
|
|
3226
3230
|
cy: "12",
|
|
3227
3231
|
r: "10"
|
|
3228
|
-
}), createElementVNode("path", { d: "M8 12h8" })], -1)]);
|
|
3232
|
+
}), createElementVNode("path", { d: "M8 12h8" })], -1)]]);
|
|
3229
3233
|
}
|
|
3230
3234
|
var circle_minus_default = {
|
|
3231
3235
|
name: "lucide-circle-minus",
|
|
@@ -3236,7 +3240,7 @@ var circle_minus_default = {
|
|
|
3236
3240
|
height: "1.2em"
|
|
3237
3241
|
};
|
|
3238
3242
|
function render$156(e, t) {
|
|
3239
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("g", {
|
|
3243
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
|
|
3240
3244
|
fill: "none",
|
|
3241
3245
|
stroke: "currentColor",
|
|
3242
3246
|
"stroke-linecap": "round",
|
|
@@ -3246,7 +3250,7 @@ function render$156(e, t) {
|
|
|
3246
3250
|
cx: "12",
|
|
3247
3251
|
cy: "12",
|
|
3248
3252
|
r: "10"
|
|
3249
|
-
}), createElementVNode("path", { d: "M10 15V9m4 6V9" })], -1)]);
|
|
3253
|
+
}), createElementVNode("path", { d: "M10 15V9m4 6V9" })], -1)]]);
|
|
3250
3254
|
}
|
|
3251
3255
|
var circle_pause_default = {
|
|
3252
3256
|
name: "lucide-circle-pause",
|
|
@@ -3257,7 +3261,7 @@ var circle_pause_default = {
|
|
|
3257
3261
|
height: "1.2em"
|
|
3258
3262
|
};
|
|
3259
3263
|
function render$155(e, t) {
|
|
3260
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("g", {
|
|
3264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
|
|
3261
3265
|
fill: "none",
|
|
3262
3266
|
stroke: "currentColor",
|
|
3263
3267
|
"stroke-linecap": "round",
|
|
@@ -3267,7 +3271,7 @@ function render$155(e, t) {
|
|
|
3267
3271
|
cx: "12",
|
|
3268
3272
|
cy: "12",
|
|
3269
3273
|
r: "10"
|
|
3270
|
-
}), createElementVNode("path", { d: "m10 8l6 4l-6 4z" })], -1)]);
|
|
3274
|
+
}), createElementVNode("path", { d: "m10 8l6 4l-6 4z" })], -1)]]);
|
|
3271
3275
|
}
|
|
3272
3276
|
var circle_play_default = {
|
|
3273
3277
|
name: "lucide-circle-play",
|
|
@@ -3278,7 +3282,7 @@ var circle_play_default = {
|
|
|
3278
3282
|
height: "1.2em"
|
|
3279
3283
|
};
|
|
3280
3284
|
function render$154(e, t) {
|
|
3281
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
|
|
3285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
|
|
3282
3286
|
fill: "none",
|
|
3283
3287
|
stroke: "currentColor",
|
|
3284
3288
|
"stroke-linecap": "round",
|
|
@@ -3288,7 +3292,7 @@ function render$154(e, t) {
|
|
|
3288
3292
|
cx: "12",
|
|
3289
3293
|
cy: "12",
|
|
3290
3294
|
r: "10"
|
|
3291
|
-
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]);
|
|
3295
|
+
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]]);
|
|
3292
3296
|
}
|
|
3293
3297
|
var circle_plus_default = {
|
|
3294
3298
|
name: "lucide-circle-plus",
|
|
@@ -3299,7 +3303,7 @@ var circle_plus_default = {
|
|
|
3299
3303
|
height: "1.2em"
|
|
3300
3304
|
};
|
|
3301
3305
|
function render$153(e, t) {
|
|
3302
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
|
|
3306
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
|
|
3303
3307
|
fill: "none",
|
|
3304
3308
|
stroke: "currentColor",
|
|
3305
3309
|
"stroke-linecap": "round",
|
|
@@ -3317,7 +3321,7 @@ function render$153(e, t) {
|
|
|
3317
3321
|
cy: "12",
|
|
3318
3322
|
r: "10"
|
|
3319
3323
|
})
|
|
3320
|
-
], -1)]);
|
|
3324
|
+
], -1)]]);
|
|
3321
3325
|
}
|
|
3322
3326
|
var circle_user_round_default = {
|
|
3323
3327
|
name: "lucide-circle-user-round",
|
|
@@ -3328,7 +3332,7 @@ var circle_user_round_default = {
|
|
|
3328
3332
|
height: "1.2em"
|
|
3329
3333
|
};
|
|
3330
3334
|
function render$152(e, t) {
|
|
3331
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
|
|
3335
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
|
|
3332
3336
|
fill: "none",
|
|
3333
3337
|
stroke: "currentColor",
|
|
3334
3338
|
"stroke-linecap": "round",
|
|
@@ -3338,7 +3342,7 @@ function render$152(e, t) {
|
|
|
3338
3342
|
cx: "12",
|
|
3339
3343
|
cy: "12",
|
|
3340
3344
|
r: "10"
|
|
3341
|
-
}), createElementVNode("path", { d: "m15 9l-6 6m0-6l6 6" })], -1)]);
|
|
3345
|
+
}), createElementVNode("path", { d: "m15 9l-6 6m0-6l6 6" })], -1)]]);
|
|
3342
3346
|
}
|
|
3343
3347
|
var circle_x_default = {
|
|
3344
3348
|
name: "lucide-circle-x",
|
|
@@ -3349,7 +3353,7 @@ var circle_x_default = {
|
|
|
3349
3353
|
height: "1.2em"
|
|
3350
3354
|
};
|
|
3351
3355
|
function render$151(e, t) {
|
|
3352
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
|
|
3356
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
3353
3357
|
fill: "none",
|
|
3354
3358
|
stroke: "currentColor",
|
|
3355
3359
|
"stroke-linecap": "round",
|
|
@@ -3362,7 +3366,7 @@ function render$151(e, t) {
|
|
|
3362
3366
|
y: "2",
|
|
3363
3367
|
rx: "1",
|
|
3364
3368
|
ry: "1"
|
|
3365
|
-
}), 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)]]);
|
|
3366
3370
|
}
|
|
3367
3371
|
var clipboard_default = {
|
|
3368
3372
|
name: "lucide-clipboard",
|
|
@@ -3373,7 +3377,7 @@ var clipboard_default = {
|
|
|
3373
3377
|
height: "1.2em"
|
|
3374
3378
|
};
|
|
3375
3379
|
function render$150(e, t) {
|
|
3376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
|
|
3380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
3377
3381
|
fill: "none",
|
|
3378
3382
|
stroke: "currentColor",
|
|
3379
3383
|
"stroke-linecap": "round",
|
|
@@ -3390,7 +3394,7 @@ function render$150(e, t) {
|
|
|
3390
3394
|
}),
|
|
3391
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" }),
|
|
3392
3396
|
createElementVNode("path", { d: "m9 14l2 2l4-4" })
|
|
3393
|
-
], -1)]);
|
|
3397
|
+
], -1)]]);
|
|
3394
3398
|
}
|
|
3395
3399
|
var clipboard_check_default = {
|
|
3396
3400
|
name: "lucide-clipboard-check",
|
|
@@ -3401,7 +3405,7 @@ var clipboard_check_default = {
|
|
|
3401
3405
|
height: "1.2em"
|
|
3402
3406
|
};
|
|
3403
3407
|
function render$149(e, t) {
|
|
3404
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
|
|
3408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
3405
3409
|
fill: "none",
|
|
3406
3410
|
stroke: "currentColor",
|
|
3407
3411
|
"stroke-linecap": "round",
|
|
@@ -3414,7 +3418,7 @@ function render$149(e, t) {
|
|
|
3414
3418
|
y: "2",
|
|
3415
3419
|
rx: "1",
|
|
3416
3420
|
ry: "1"
|
|
3417
|
-
}), 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)]]);
|
|
3418
3422
|
}
|
|
3419
3423
|
var clipboard_list_default = {
|
|
3420
3424
|
name: "lucide-clipboard-list",
|
|
@@ -3425,7 +3429,7 @@ var clipboard_list_default = {
|
|
|
3425
3429
|
height: "1.2em"
|
|
3426
3430
|
};
|
|
3427
3431
|
function render$148(e, t) {
|
|
3428
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
|
|
3432
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("g", {
|
|
3429
3433
|
fill: "none",
|
|
3430
3434
|
stroke: "currentColor",
|
|
3431
3435
|
"stroke-linecap": "round",
|
|
@@ -3435,7 +3439,7 @@ function render$148(e, t) {
|
|
|
3435
3439
|
cx: "12",
|
|
3436
3440
|
cy: "12",
|
|
3437
3441
|
r: "10"
|
|
3438
|
-
})], -1)]);
|
|
3442
|
+
})], -1)]]);
|
|
3439
3443
|
}
|
|
3440
3444
|
var clock_default = {
|
|
3441
3445
|
name: "lucide-clock",
|
|
@@ -3446,14 +3450,14 @@ var clock_default = {
|
|
|
3446
3450
|
height: "1.2em"
|
|
3447
3451
|
};
|
|
3448
3452
|
function render$147(e, t) {
|
|
3449
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("path", {
|
|
3453
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("path", {
|
|
3450
3454
|
fill: "none",
|
|
3451
3455
|
stroke: "currentColor",
|
|
3452
3456
|
"stroke-linecap": "round",
|
|
3453
3457
|
"stroke-linejoin": "round",
|
|
3454
3458
|
"stroke-width": "2",
|
|
3455
3459
|
d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9"
|
|
3456
|
-
}, null, -1)]);
|
|
3460
|
+
}, null, -1)]]);
|
|
3457
3461
|
}
|
|
3458
3462
|
var cloud_default = {
|
|
3459
3463
|
name: "lucide-cloud",
|
|
@@ -3464,13 +3468,13 @@ var cloud_default = {
|
|
|
3464
3468
|
height: "1.2em"
|
|
3465
3469
|
};
|
|
3466
3470
|
function render$146(e, t) {
|
|
3467
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
|
|
3471
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("g", {
|
|
3468
3472
|
fill: "none",
|
|
3469
3473
|
stroke: "currentColor",
|
|
3470
3474
|
"stroke-linecap": "round",
|
|
3471
3475
|
"stroke-linejoin": "round",
|
|
3472
3476
|
"stroke-width": "2"
|
|
3473
|
-
}, [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)]]);
|
|
3474
3478
|
}
|
|
3475
3479
|
var cloud_download_default = {
|
|
3476
3480
|
name: "lucide-cloud-download",
|
|
@@ -3481,14 +3485,14 @@ var cloud_download_default = {
|
|
|
3481
3485
|
height: "1.2em"
|
|
3482
3486
|
};
|
|
3483
3487
|
function render$145(e, t) {
|
|
3484
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("path", {
|
|
3488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("path", {
|
|
3485
3489
|
fill: "none",
|
|
3486
3490
|
stroke: "currentColor",
|
|
3487
3491
|
"stroke-linecap": "round",
|
|
3488
3492
|
"stroke-linejoin": "round",
|
|
3489
3493
|
"stroke-width": "2",
|
|
3490
3494
|
d: "m16 18l6-6l-6-6M8 6l-6 6l6 6"
|
|
3491
|
-
}, null, -1)]);
|
|
3495
|
+
}, null, -1)]]);
|
|
3492
3496
|
}
|
|
3493
3497
|
var code_default = {
|
|
3494
3498
|
name: "lucide-code",
|
|
@@ -3499,13 +3503,13 @@ var code_default = {
|
|
|
3499
3503
|
height: "1.2em"
|
|
3500
3504
|
};
|
|
3501
3505
|
function render$144(e, t) {
|
|
3502
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
|
|
3506
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
3503
3507
|
fill: "none",
|
|
3504
3508
|
stroke: "currentColor",
|
|
3505
3509
|
"stroke-linecap": "round",
|
|
3506
3510
|
"stroke-linejoin": "round",
|
|
3507
3511
|
"stroke-width": "2"
|
|
3508
|
-
}, [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)]]);
|
|
3509
3513
|
}
|
|
3510
3514
|
var cog_default = {
|
|
3511
3515
|
name: "lucide-cog",
|
|
@@ -3516,7 +3520,7 @@ var cog_default = {
|
|
|
3516
3520
|
height: "1.2em"
|
|
3517
3521
|
};
|
|
3518
3522
|
function render$143(e, t) {
|
|
3519
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
|
|
3523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
3520
3524
|
fill: "none",
|
|
3521
3525
|
stroke: "currentColor",
|
|
3522
3526
|
"stroke-linecap": "round",
|
|
@@ -3526,7 +3530,7 @@ function render$143(e, t) {
|
|
|
3526
3530
|
cx: "18",
|
|
3527
3531
|
cy: "18",
|
|
3528
3532
|
r: "3"
|
|
3529
|
-
})], -1)]);
|
|
3533
|
+
})], -1)]]);
|
|
3530
3534
|
}
|
|
3531
3535
|
var columns_3_cog_default = {
|
|
3532
3536
|
name: "lucide-columns-3-cog",
|
|
@@ -3537,7 +3541,7 @@ var columns_3_cog_default = {
|
|
|
3537
3541
|
height: "1.2em"
|
|
3538
3542
|
};
|
|
3539
3543
|
function render$142(e, t) {
|
|
3540
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
|
|
3544
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
|
|
3541
3545
|
fill: "none",
|
|
3542
3546
|
stroke: "currentColor",
|
|
3543
3547
|
"stroke-linecap": "round",
|
|
@@ -3547,7 +3551,7 @@ function render$142(e, t) {
|
|
|
3547
3551
|
cx: "12",
|
|
3548
3552
|
cy: "12",
|
|
3549
3553
|
r: "10"
|
|
3550
|
-
}), 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)]]);
|
|
3551
3555
|
}
|
|
3552
3556
|
var contrast_default = {
|
|
3553
3557
|
name: "lucide-contrast",
|
|
@@ -3558,7 +3562,7 @@ var contrast_default = {
|
|
|
3558
3562
|
height: "1.2em"
|
|
3559
3563
|
};
|
|
3560
3564
|
function render$141(e, t) {
|
|
3561
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
|
|
3565
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("g", {
|
|
3562
3566
|
fill: "none",
|
|
3563
3567
|
stroke: "currentColor",
|
|
3564
3568
|
"stroke-linecap": "round",
|
|
@@ -3571,7 +3575,7 @@ function render$141(e, t) {
|
|
|
3571
3575
|
y: "8",
|
|
3572
3576
|
rx: "2",
|
|
3573
3577
|
ry: "2"
|
|
3574
|
-
}), 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)]]);
|
|
3575
3579
|
}
|
|
3576
3580
|
var copy_default = {
|
|
3577
3581
|
name: "lucide-copy",
|
|
@@ -3582,7 +3586,7 @@ var copy_default = {
|
|
|
3582
3586
|
height: "1.2em"
|
|
3583
3587
|
};
|
|
3584
3588
|
function render$140(e, t) {
|
|
3585
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
|
|
3589
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("g", {
|
|
3586
3590
|
fill: "none",
|
|
3587
3591
|
stroke: "currentColor",
|
|
3588
3592
|
"stroke-linecap": "round",
|
|
@@ -3592,7 +3596,7 @@ function render$140(e, t) {
|
|
|
3592
3596
|
cx: "12",
|
|
3593
3597
|
cy: "12",
|
|
3594
3598
|
r: "10"
|
|
3595
|
-
}), createElementVNode("path", { d: "M22 12h-4M6 12H2m10-6V2m0 20v-4" })], -1)]);
|
|
3599
|
+
}), createElementVNode("path", { d: "M22 12h-4M6 12H2m10-6V2m0 20v-4" })], -1)]]);
|
|
3596
3600
|
}
|
|
3597
3601
|
var crosshair_default = {
|
|
3598
3602
|
name: "lucide-crosshair",
|
|
@@ -3603,7 +3607,7 @@ var crosshair_default = {
|
|
|
3603
3607
|
height: "1.2em"
|
|
3604
3608
|
};
|
|
3605
3609
|
function render$139(e, t) {
|
|
3606
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("g", {
|
|
3610
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("g", {
|
|
3607
3611
|
fill: "none",
|
|
3608
3612
|
stroke: "currentColor",
|
|
3609
3613
|
"stroke-linecap": "round",
|
|
@@ -3618,7 +3622,7 @@ function render$139(e, t) {
|
|
|
3618
3622
|
}),
|
|
3619
3623
|
createElementVNode("path", { d: "M3 5v14a9 3 0 0 0 18 0V5" }),
|
|
3620
3624
|
createElementVNode("path", { d: "M3 12a9 3 0 0 0 18 0" })
|
|
3621
|
-
], -1)]);
|
|
3625
|
+
], -1)]]);
|
|
3622
3626
|
}
|
|
3623
3627
|
var database_default = {
|
|
3624
3628
|
name: "lucide-database",
|
|
@@ -3629,14 +3633,14 @@ var database_default = {
|
|
|
3629
3633
|
height: "1.2em"
|
|
3630
3634
|
};
|
|
3631
3635
|
function render$138(e, t) {
|
|
3632
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("path", {
|
|
3636
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("path", {
|
|
3633
3637
|
fill: "none",
|
|
3634
3638
|
stroke: "currentColor",
|
|
3635
3639
|
"stroke-linecap": "round",
|
|
3636
3640
|
"stroke-linejoin": "round",
|
|
3637
3641
|
"stroke-width": "2",
|
|
3638
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"
|
|
3639
|
-
}, null, -1)]);
|
|
3643
|
+
}, null, -1)]]);
|
|
3640
3644
|
}
|
|
3641
3645
|
var door_open_default = {
|
|
3642
3646
|
name: "lucide-door-open",
|
|
@@ -3647,7 +3651,7 @@ var door_open_default = {
|
|
|
3647
3651
|
height: "1.2em"
|
|
3648
3652
|
};
|
|
3649
3653
|
function render$137(e, t) {
|
|
3650
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("circle", {
|
|
3654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("circle", {
|
|
3651
3655
|
cx: "12.1",
|
|
3652
3656
|
cy: "12.1",
|
|
3653
3657
|
r: "1",
|
|
@@ -3656,7 +3660,7 @@ function render$137(e, t) {
|
|
|
3656
3660
|
"stroke-linecap": "round",
|
|
3657
3661
|
"stroke-linejoin": "round",
|
|
3658
3662
|
"stroke-width": "2"
|
|
3659
|
-
}, null, -1)]);
|
|
3663
|
+
}, null, -1)]]);
|
|
3660
3664
|
}
|
|
3661
3665
|
var dot_default = {
|
|
3662
3666
|
name: "lucide-dot",
|
|
@@ -3667,7 +3671,7 @@ var dot_default = {
|
|
|
3667
3671
|
height: "1.2em"
|
|
3668
3672
|
};
|
|
3669
3673
|
function render$136(e, t) {
|
|
3670
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
|
|
3674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
3671
3675
|
fill: "none",
|
|
3672
3676
|
stroke: "currentColor",
|
|
3673
3677
|
"stroke-linecap": "round",
|
|
@@ -3677,7 +3681,7 @@ function render$136(e, t) {
|
|
|
3677
3681
|
cx: "12",
|
|
3678
3682
|
cy: "12",
|
|
3679
3683
|
r: "10"
|
|
3680
|
-
})], -1)]);
|
|
3684
|
+
})], -1)]]);
|
|
3681
3685
|
}
|
|
3682
3686
|
var earth_default = {
|
|
3683
3687
|
name: "lucide-earth",
|
|
@@ -3688,7 +3692,7 @@ var earth_default = {
|
|
|
3688
3692
|
height: "1.2em"
|
|
3689
3693
|
};
|
|
3690
3694
|
function render$135(e, t) {
|
|
3691
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
|
|
3695
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
3692
3696
|
fill: "none",
|
|
3693
3697
|
stroke: "currentColor",
|
|
3694
3698
|
"stroke-linecap": "round",
|
|
@@ -3710,7 +3714,7 @@ function render$135(e, t) {
|
|
|
3710
3714
|
cy: "12",
|
|
3711
3715
|
r: "1"
|
|
3712
3716
|
})
|
|
3713
|
-
], -1)]);
|
|
3717
|
+
], -1)]]);
|
|
3714
3718
|
}
|
|
3715
3719
|
var ellipsis_default = {
|
|
3716
3720
|
name: "lucide-ellipsis",
|
|
@@ -3721,7 +3725,7 @@ var ellipsis_default = {
|
|
|
3721
3725
|
height: "1.2em"
|
|
3722
3726
|
};
|
|
3723
3727
|
function render$134(e, t) {
|
|
3724
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
|
|
3728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
|
|
3725
3729
|
fill: "none",
|
|
3726
3730
|
stroke: "currentColor",
|
|
3727
3731
|
"stroke-linecap": "round",
|
|
@@ -3743,7 +3747,7 @@ function render$134(e, t) {
|
|
|
3743
3747
|
cy: "19",
|
|
3744
3748
|
r: "1"
|
|
3745
3749
|
})
|
|
3746
|
-
], -1)]);
|
|
3750
|
+
], -1)]]);
|
|
3747
3751
|
}
|
|
3748
3752
|
var ellipsis_vertical_default = {
|
|
3749
3753
|
name: "lucide-ellipsis-vertical",
|
|
@@ -3754,14 +3758,14 @@ var ellipsis_vertical_default = {
|
|
|
3754
3758
|
height: "1.2em"
|
|
3755
3759
|
};
|
|
3756
3760
|
function render$133(e, t) {
|
|
3757
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("path", {
|
|
3761
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
|
|
3758
3762
|
fill: "none",
|
|
3759
3763
|
stroke: "currentColor",
|
|
3760
3764
|
"stroke-linecap": "round",
|
|
3761
3765
|
"stroke-linejoin": "round",
|
|
3762
3766
|
"stroke-width": "2",
|
|
3763
3767
|
d: "M5 9h14M5 15h14"
|
|
3764
|
-
}, null, -1)]);
|
|
3768
|
+
}, null, -1)]]);
|
|
3765
3769
|
}
|
|
3766
3770
|
var equal_default = {
|
|
3767
3771
|
name: "lucide-equal",
|
|
@@ -3772,14 +3776,14 @@ var equal_default = {
|
|
|
3772
3776
|
height: "1.2em"
|
|
3773
3777
|
};
|
|
3774
3778
|
function render$132(e, t) {
|
|
3775
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("path", {
|
|
3779
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("path", {
|
|
3776
3780
|
fill: "none",
|
|
3777
3781
|
stroke: "currentColor",
|
|
3778
3782
|
"stroke-linecap": "round",
|
|
3779
3783
|
"stroke-linejoin": "round",
|
|
3780
3784
|
"stroke-width": "2",
|
|
3781
3785
|
d: "m15 15l6 6M15 9l6-6m0 13v5h-5m5-13V3h-5M3 16v5h5m-5 0l6-6M3 8V3h5m1 6L3 3"
|
|
3782
|
-
}, null, -1)]);
|
|
3786
|
+
}, null, -1)]]);
|
|
3783
3787
|
}
|
|
3784
3788
|
var expand_default = {
|
|
3785
3789
|
name: "lucide-expand",
|
|
@@ -3790,14 +3794,14 @@ var expand_default = {
|
|
|
3790
3794
|
height: "1.2em"
|
|
3791
3795
|
};
|
|
3792
3796
|
function render$131(e, t) {
|
|
3793
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("path", {
|
|
3797
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("path", {
|
|
3794
3798
|
fill: "none",
|
|
3795
3799
|
stroke: "currentColor",
|
|
3796
3800
|
"stroke-linecap": "round",
|
|
3797
3801
|
"stroke-linejoin": "round",
|
|
3798
3802
|
"stroke-width": "2",
|
|
3799
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"
|
|
3800
|
-
}, null, -1)]);
|
|
3804
|
+
}, null, -1)]]);
|
|
3801
3805
|
}
|
|
3802
3806
|
var external_link_default = {
|
|
3803
3807
|
name: "lucide-external-link",
|
|
@@ -3808,7 +3812,7 @@ var external_link_default = {
|
|
|
3808
3812
|
height: "1.2em"
|
|
3809
3813
|
};
|
|
3810
3814
|
function render$130(e, t) {
|
|
3811
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("g", {
|
|
3815
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
|
|
3812
3816
|
fill: "none",
|
|
3813
3817
|
stroke: "currentColor",
|
|
3814
3818
|
"stroke-linecap": "round",
|
|
@@ -3818,7 +3822,7 @@ function render$130(e, t) {
|
|
|
3818
3822
|
cx: "12",
|
|
3819
3823
|
cy: "12",
|
|
3820
3824
|
r: "3"
|
|
3821
|
-
})], -1)]);
|
|
3825
|
+
})], -1)]]);
|
|
3822
3826
|
}
|
|
3823
3827
|
var eye_default = {
|
|
3824
3828
|
name: "lucide-eye",
|
|
@@ -3829,13 +3833,13 @@ var eye_default = {
|
|
|
3829
3833
|
height: "1.2em"
|
|
3830
3834
|
};
|
|
3831
3835
|
function render$129(e, t) {
|
|
3832
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
|
|
3836
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
|
|
3833
3837
|
fill: "none",
|
|
3834
3838
|
stroke: "currentColor",
|
|
3835
3839
|
"stroke-linecap": "round",
|
|
3836
3840
|
"stroke-linejoin": "round",
|
|
3837
3841
|
"stroke-width": "2"
|
|
3838
|
-
}, [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)]]);
|
|
3839
3843
|
}
|
|
3840
3844
|
var eye_off_default = {
|
|
3841
3845
|
name: "lucide-eye-off",
|
|
@@ -3846,13 +3850,13 @@ var eye_off_default = {
|
|
|
3846
3850
|
height: "1.2em"
|
|
3847
3851
|
};
|
|
3848
3852
|
function render$128(e, t) {
|
|
3849
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
|
|
3853
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
|
|
3850
3854
|
fill: "none",
|
|
3851
3855
|
stroke: "currentColor",
|
|
3852
3856
|
"stroke-linecap": "round",
|
|
3853
3857
|
"stroke-linejoin": "round",
|
|
3854
3858
|
"stroke-width": "2"
|
|
3855
|
-
}, [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)]]);
|
|
3856
3860
|
}
|
|
3857
3861
|
var file_default = {
|
|
3858
3862
|
name: "lucide-file",
|
|
@@ -3863,7 +3867,7 @@ var file_default = {
|
|
|
3863
3867
|
height: "1.2em"
|
|
3864
3868
|
};
|
|
3865
3869
|
function render$127(e, t) {
|
|
3866
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
|
|
3870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("g", {
|
|
3867
3871
|
fill: "none",
|
|
3868
3872
|
stroke: "currentColor",
|
|
3869
3873
|
"stroke-linecap": "round",
|
|
@@ -3877,7 +3881,7 @@ function render$127(e, t) {
|
|
|
3877
3881
|
cy: "20",
|
|
3878
3882
|
r: "2"
|
|
3879
3883
|
})
|
|
3880
|
-
], -1)]);
|
|
3884
|
+
], -1)]]);
|
|
3881
3885
|
}
|
|
3882
3886
|
var file_archive_default = {
|
|
3883
3887
|
name: "lucide-file-archive",
|
|
@@ -3888,13 +3892,13 @@ var file_archive_default = {
|
|
|
3888
3892
|
height: "1.2em"
|
|
3889
3893
|
};
|
|
3890
3894
|
function render$126(e, t) {
|
|
3891
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("g", {
|
|
3895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
|
|
3892
3896
|
fill: "none",
|
|
3893
3897
|
stroke: "currentColor",
|
|
3894
3898
|
"stroke-linecap": "round",
|
|
3895
3899
|
"stroke-linejoin": "round",
|
|
3896
3900
|
"stroke-width": "2"
|
|
3897
|
-
}, [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)]]);
|
|
3898
3902
|
}
|
|
3899
3903
|
var file_code_default = {
|
|
3900
3904
|
name: "lucide-file-code",
|
|
@@ -3905,14 +3909,14 @@ var file_code_default = {
|
|
|
3905
3909
|
height: "1.2em"
|
|
3906
3910
|
};
|
|
3907
3911
|
function render$125(e, t) {
|
|
3908
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
|
|
3912
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("path", {
|
|
3909
3913
|
fill: "none",
|
|
3910
3914
|
stroke: "currentColor",
|
|
3911
3915
|
"stroke-linecap": "round",
|
|
3912
3916
|
"stroke-linejoin": "round",
|
|
3913
3917
|
"stroke-width": "2",
|
|
3914
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"
|
|
3915
|
-
}, null, -1)]);
|
|
3919
|
+
}, null, -1)]]);
|
|
3916
3920
|
}
|
|
3917
3921
|
var file_diff_default = {
|
|
3918
3922
|
name: "lucide-file-diff",
|
|
@@ -3923,13 +3927,13 @@ var file_diff_default = {
|
|
|
3923
3927
|
height: "1.2em"
|
|
3924
3928
|
};
|
|
3925
3929
|
function render$124(e, t) {
|
|
3926
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("g", {
|
|
3930
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("g", {
|
|
3927
3931
|
fill: "none",
|
|
3928
3932
|
stroke: "currentColor",
|
|
3929
3933
|
"stroke-linecap": "round",
|
|
3930
3934
|
"stroke-linejoin": "round",
|
|
3931
3935
|
"stroke-width": "2"
|
|
3932
|
-
}, [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)]]);
|
|
3933
3937
|
}
|
|
3934
3938
|
var file_down_default = {
|
|
3935
3939
|
name: "lucide-file-down",
|
|
@@ -3940,13 +3944,13 @@ var file_down_default = {
|
|
|
3940
3944
|
height: "1.2em"
|
|
3941
3945
|
};
|
|
3942
3946
|
function render$123(e, t) {
|
|
3943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
|
|
3947
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
|
|
3944
3948
|
fill: "none",
|
|
3945
3949
|
stroke: "currentColor",
|
|
3946
3950
|
"stroke-linecap": "round",
|
|
3947
3951
|
"stroke-linejoin": "round",
|
|
3948
3952
|
"stroke-width": "2"
|
|
3949
|
-
}, [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)]]);
|
|
3950
3954
|
}
|
|
3951
3955
|
var file_input_default = {
|
|
3952
3956
|
name: "lucide-file-input",
|
|
@@ -3957,7 +3961,7 @@ var file_input_default = {
|
|
|
3957
3961
|
height: "1.2em"
|
|
3958
3962
|
};
|
|
3959
3963
|
function render$122(e, t) {
|
|
3960
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
|
|
3964
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
|
|
3961
3965
|
fill: "none",
|
|
3962
3966
|
stroke: "currentColor",
|
|
3963
3967
|
"stroke-linecap": "round",
|
|
@@ -3967,7 +3971,7 @@ function render$122(e, t) {
|
|
|
3967
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" }),
|
|
3968
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" }),
|
|
3969
3973
|
createElementVNode("path", { d: "m5 17l-3-3h10" })
|
|
3970
|
-
], -1)]);
|
|
3974
|
+
], -1)]]);
|
|
3971
3975
|
}
|
|
3972
3976
|
var file_output_default = {
|
|
3973
3977
|
name: "lucide-file-output",
|
|
@@ -3978,13 +3982,13 @@ var file_output_default = {
|
|
|
3978
3982
|
height: "1.2em"
|
|
3979
3983
|
};
|
|
3980
3984
|
function render$121(e, t) {
|
|
3981
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
|
|
3985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
|
|
3982
3986
|
fill: "none",
|
|
3983
3987
|
stroke: "currentColor",
|
|
3984
3988
|
"stroke-linecap": "round",
|
|
3985
3989
|
"stroke-linejoin": "round",
|
|
3986
3990
|
"stroke-width": "2"
|
|
3987
|
-
}, [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)]]);
|
|
3988
3992
|
}
|
|
3989
3993
|
var file_text_default = {
|
|
3990
3994
|
name: "lucide-file-text",
|
|
@@ -3995,7 +3999,7 @@ var file_text_default = {
|
|
|
3995
3999
|
height: "1.2em"
|
|
3996
4000
|
};
|
|
3997
4001
|
function render$120(e, t) {
|
|
3998
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
|
|
4002
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("g", {
|
|
3999
4003
|
fill: "none",
|
|
4000
4004
|
stroke: "currentColor",
|
|
4001
4005
|
"stroke-linecap": "round",
|
|
@@ -4005,7 +4009,7 @@ function render$120(e, t) {
|
|
|
4005
4009
|
createElementVNode("path", { d: "M20 7h-3a2 2 0 0 1-2-2V2" }),
|
|
4006
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" }),
|
|
4007
4011
|
createElementVNode("path", { d: "M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" })
|
|
4008
|
-
], -1)]);
|
|
4012
|
+
], -1)]]);
|
|
4009
4013
|
}
|
|
4010
4014
|
var files_default = {
|
|
4011
4015
|
name: "lucide-files",
|
|
@@ -4016,13 +4020,13 @@ var files_default = {
|
|
|
4016
4020
|
height: "1.2em"
|
|
4017
4021
|
};
|
|
4018
4022
|
function render$119(e, t) {
|
|
4019
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
|
|
4023
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("g", {
|
|
4020
4024
|
fill: "none",
|
|
4021
4025
|
stroke: "currentColor",
|
|
4022
4026
|
"stroke-linecap": "round",
|
|
4023
4027
|
"stroke-linejoin": "round",
|
|
4024
4028
|
"stroke-width": "2"
|
|
4025
|
-
}, [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)]]);
|
|
4026
4030
|
}
|
|
4027
4031
|
var fingerprint_default = {
|
|
4028
4032
|
name: "lucide-fingerprint",
|
|
@@ -4033,14 +4037,14 @@ var fingerprint_default = {
|
|
|
4033
4037
|
height: "1.2em"
|
|
4034
4038
|
};
|
|
4035
4039
|
function render$118(e, t) {
|
|
4036
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("path", {
|
|
4040
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("path", {
|
|
4037
4041
|
fill: "none",
|
|
4038
4042
|
stroke: "currentColor",
|
|
4039
4043
|
"stroke-linecap": "round",
|
|
4040
4044
|
"stroke-linejoin": "round",
|
|
4041
4045
|
"stroke-width": "2",
|
|
4042
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"
|
|
4043
|
-
}, null, -1)]);
|
|
4047
|
+
}, null, -1)]]);
|
|
4044
4048
|
}
|
|
4045
4049
|
var flask_conical_default = {
|
|
4046
4050
|
name: "lucide-flask-conical",
|
|
@@ -4051,14 +4055,14 @@ var flask_conical_default = {
|
|
|
4051
4055
|
height: "1.2em"
|
|
4052
4056
|
};
|
|
4053
4057
|
function render$117(e, t) {
|
|
4054
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("path", {
|
|
4058
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("path", {
|
|
4055
4059
|
fill: "none",
|
|
4056
4060
|
stroke: "currentColor",
|
|
4057
4061
|
"stroke-linecap": "round",
|
|
4058
4062
|
"stroke-linejoin": "round",
|
|
4059
4063
|
"stroke-width": "2",
|
|
4060
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"
|
|
4061
|
-
}, null, -1)]);
|
|
4065
|
+
}, null, -1)]]);
|
|
4062
4066
|
}
|
|
4063
4067
|
var folder_default = {
|
|
4064
4068
|
name: "lucide-folder",
|
|
@@ -4069,14 +4073,14 @@ var folder_default = {
|
|
|
4069
4073
|
height: "1.2em"
|
|
4070
4074
|
};
|
|
4071
4075
|
function render$116(e, t) {
|
|
4072
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("path", {
|
|
4076
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("path", {
|
|
4073
4077
|
fill: "none",
|
|
4074
4078
|
stroke: "currentColor",
|
|
4075
4079
|
"stroke-linecap": "round",
|
|
4076
4080
|
"stroke-linejoin": "round",
|
|
4077
4081
|
"stroke-width": "2",
|
|
4078
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"
|
|
4079
|
-
}, null, -1)]);
|
|
4083
|
+
}, null, -1)]]);
|
|
4080
4084
|
}
|
|
4081
4085
|
var folder_open_default = {
|
|
4082
4086
|
name: "lucide-folder-open",
|
|
@@ -4087,14 +4091,14 @@ var folder_open_default = {
|
|
|
4087
4091
|
height: "1.2em"
|
|
4088
4092
|
};
|
|
4089
4093
|
function render$115(e, t) {
|
|
4090
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("path", {
|
|
4094
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("path", {
|
|
4091
4095
|
fill: "none",
|
|
4092
4096
|
stroke: "currentColor",
|
|
4093
4097
|
"stroke-linecap": "round",
|
|
4094
4098
|
"stroke-linejoin": "round",
|
|
4095
4099
|
"stroke-width": "2",
|
|
4096
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"
|
|
4097
|
-
}, null, -1)]);
|
|
4101
|
+
}, null, -1)]]);
|
|
4098
4102
|
}
|
|
4099
4103
|
var folder_plus_default = {
|
|
4100
4104
|
name: "lucide-folder-plus",
|
|
@@ -4105,14 +4109,14 @@ var folder_plus_default = {
|
|
|
4105
4109
|
height: "1.2em"
|
|
4106
4110
|
};
|
|
4107
4111
|
function render$114(e, t) {
|
|
4108
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("path", {
|
|
4112
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("path", {
|
|
4109
4113
|
fill: "none",
|
|
4110
4114
|
stroke: "currentColor",
|
|
4111
4115
|
"stroke-linecap": "round",
|
|
4112
4116
|
"stroke-linejoin": "round",
|
|
4113
4117
|
"stroke-width": "2",
|
|
4114
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"
|
|
4115
|
-
}, null, -1)]);
|
|
4119
|
+
}, null, -1)]]);
|
|
4116
4120
|
}
|
|
4117
4121
|
var funnel_default = {
|
|
4118
4122
|
name: "lucide-funnel",
|
|
@@ -4123,13 +4127,13 @@ var funnel_default = {
|
|
|
4123
4127
|
height: "1.2em"
|
|
4124
4128
|
};
|
|
4125
4129
|
function render$113(e, t) {
|
|
4126
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
|
|
4130
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("g", {
|
|
4127
4131
|
fill: "none",
|
|
4128
4132
|
stroke: "currentColor",
|
|
4129
4133
|
"stroke-linecap": "round",
|
|
4130
4134
|
"stroke-linejoin": "round",
|
|
4131
4135
|
"stroke-width": "2"
|
|
4132
|
-
}, [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)]]);
|
|
4133
4137
|
}
|
|
4134
4138
|
var gem_default = {
|
|
4135
4139
|
name: "lucide-gem",
|
|
@@ -4140,7 +4144,7 @@ var gem_default = {
|
|
|
4140
4144
|
height: "1.2em"
|
|
4141
4145
|
};
|
|
4142
4146
|
function render$112(e, t) {
|
|
4143
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("g", {
|
|
4147
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
|
|
4144
4148
|
fill: "none",
|
|
4145
4149
|
stroke: "currentColor",
|
|
4146
4150
|
"stroke-linecap": "round",
|
|
@@ -4152,7 +4156,7 @@ function render$112(e, t) {
|
|
|
4152
4156
|
x: "3",
|
|
4153
4157
|
y: "8",
|
|
4154
4158
|
rx: "1"
|
|
4155
|
-
}), 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)]]);
|
|
4156
4160
|
}
|
|
4157
4161
|
var gift_default = {
|
|
4158
4162
|
name: "lucide-gift",
|
|
@@ -4163,7 +4167,7 @@ var gift_default = {
|
|
|
4163
4167
|
height: "1.2em"
|
|
4164
4168
|
};
|
|
4165
4169
|
function render$111(e, t) {
|
|
4166
|
-
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)]]);
|
|
4167
4171
|
}
|
|
4168
4172
|
var git_branch_default = {
|
|
4169
4173
|
name: "lucide-git-branch",
|
|
@@ -4174,7 +4178,7 @@ var git_branch_default = {
|
|
|
4174
4178
|
height: "1.2em"
|
|
4175
4179
|
};
|
|
4176
4180
|
function render$110(e, t) {
|
|
4177
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("g", {
|
|
4181
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
|
|
4178
4182
|
fill: "none",
|
|
4179
4183
|
stroke: "currentColor",
|
|
4180
4184
|
"stroke-linecap": "round",
|
|
@@ -4184,7 +4188,7 @@ function render$110(e, t) {
|
|
|
4184
4188
|
cx: "12",
|
|
4185
4189
|
cy: "12",
|
|
4186
4190
|
r: "10"
|
|
4187
|
-
}), 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)]]);
|
|
4188
4192
|
}
|
|
4189
4193
|
var globe_default = {
|
|
4190
4194
|
name: "lucide-globe",
|
|
@@ -4195,13 +4199,13 @@ var globe_default = {
|
|
|
4195
4199
|
height: "1.2em"
|
|
4196
4200
|
};
|
|
4197
4201
|
function render$109(e, t) {
|
|
4198
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("g", {
|
|
4202
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
|
|
4199
4203
|
fill: "none",
|
|
4200
4204
|
stroke: "currentColor",
|
|
4201
4205
|
"stroke-linecap": "round",
|
|
4202
4206
|
"stroke-linejoin": "round",
|
|
4203
4207
|
"stroke-width": "2"
|
|
4204
|
-
}, [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)]]);
|
|
4205
4209
|
}
|
|
4206
4210
|
var graduation_cap_default = {
|
|
4207
4211
|
name: "lucide-graduation-cap",
|
|
@@ -4212,7 +4216,7 @@ var graduation_cap_default = {
|
|
|
4212
4216
|
height: "1.2em"
|
|
4213
4217
|
};
|
|
4214
4218
|
function render$108(e, t) {
|
|
4215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("g", {
|
|
4219
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("g", {
|
|
4216
4220
|
fill: "none",
|
|
4217
4221
|
stroke: "currentColor",
|
|
4218
4222
|
"stroke-linecap": "round",
|
|
@@ -4224,7 +4228,7 @@ function render$108(e, t) {
|
|
|
4224
4228
|
x: "3",
|
|
4225
4229
|
y: "3",
|
|
4226
4230
|
rx: "2"
|
|
4227
|
-
})], -1)]);
|
|
4231
|
+
})], -1)]]);
|
|
4228
4232
|
}
|
|
4229
4233
|
var grid_2x2_default = {
|
|
4230
4234
|
name: "lucide-grid-2x2",
|
|
@@ -4235,7 +4239,7 @@ var grid_2x2_default = {
|
|
|
4235
4239
|
height: "1.2em"
|
|
4236
4240
|
};
|
|
4237
4241
|
function render$107(e, t) {
|
|
4238
|
-
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)]]);
|
|
4239
4243
|
}
|
|
4240
4244
|
var grip_vertical_default = {
|
|
4241
4245
|
name: "lucide-grip-vertical",
|
|
@@ -4246,7 +4250,7 @@ var grip_vertical_default = {
|
|
|
4246
4250
|
height: "1.2em"
|
|
4247
4251
|
};
|
|
4248
4252
|
function render$106(e, t) {
|
|
4249
|
-
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)]]);
|
|
4250
4254
|
}
|
|
4251
4255
|
var hand_coins_default = {
|
|
4252
4256
|
name: "lucide-hand-coins",
|
|
@@ -4257,7 +4261,7 @@ var hand_coins_default = {
|
|
|
4257
4261
|
height: "1.2em"
|
|
4258
4262
|
};
|
|
4259
4263
|
function render$105(e, t) {
|
|
4260
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
|
|
4264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
|
|
4261
4265
|
fill: "none",
|
|
4262
4266
|
stroke: "currentColor",
|
|
4263
4267
|
"stroke-linecap": "round",
|
|
@@ -4267,7 +4271,7 @@ function render$105(e, t) {
|
|
|
4267
4271
|
createElementVNode("path", { d: "m11 17l2 2a1 1 0 1 0 3-3" }),
|
|
4268
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" }),
|
|
4269
4273
|
createElementVNode("path", { d: "m21 3l1 11h-2M3 3L2 14l6.5 6.5a1 1 0 1 0 3-3M3 4h8" })
|
|
4270
|
-
], -1)]);
|
|
4274
|
+
], -1)]]);
|
|
4271
4275
|
}
|
|
4272
4276
|
var handshake_default = {
|
|
4273
4277
|
name: "lucide-handshake",
|
|
@@ -4278,14 +4282,14 @@ var handshake_default = {
|
|
|
4278
4282
|
height: "1.2em"
|
|
4279
4283
|
};
|
|
4280
4284
|
function render$104(e, t) {
|
|
4281
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createElementVNode("path", {
|
|
4285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("path", {
|
|
4282
4286
|
fill: "none",
|
|
4283
4287
|
stroke: "currentColor",
|
|
4284
4288
|
"stroke-linecap": "round",
|
|
4285
4289
|
"stroke-linejoin": "round",
|
|
4286
4290
|
"stroke-width": "2",
|
|
4287
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"
|
|
4288
|
-
}, null, -1)]);
|
|
4292
|
+
}, null, -1)]]);
|
|
4289
4293
|
}
|
|
4290
4294
|
var hard_drive_default = {
|
|
4291
4295
|
name: "lucide-hard-drive",
|
|
@@ -4296,7 +4300,7 @@ var hard_drive_default = {
|
|
|
4296
4300
|
height: "1.2em"
|
|
4297
4301
|
};
|
|
4298
4302
|
function render$103(e, t) {
|
|
4299
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
|
|
4303
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
|
|
4300
4304
|
fill: "none",
|
|
4301
4305
|
stroke: "currentColor",
|
|
4302
4306
|
"stroke-linecap": "round",
|
|
@@ -4312,7 +4316,7 @@ function render$103(e, t) {
|
|
|
4312
4316
|
rx: "2"
|
|
4313
4317
|
}),
|
|
4314
4318
|
createElementVNode("path", { d: "M6 18h.01M10 18h.01" })
|
|
4315
|
-
], -1)]);
|
|
4319
|
+
], -1)]]);
|
|
4316
4320
|
}
|
|
4317
4321
|
var hard_drive_download_default = {
|
|
4318
4322
|
name: "lucide-hard-drive-download",
|
|
@@ -4323,14 +4327,14 @@ var hard_drive_download_default = {
|
|
|
4323
4327
|
height: "1.2em"
|
|
4324
4328
|
};
|
|
4325
4329
|
function render$102(e, t) {
|
|
4326
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("path", {
|
|
4330
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
|
|
4327
4331
|
fill: "none",
|
|
4328
4332
|
stroke: "currentColor",
|
|
4329
4333
|
"stroke-linecap": "round",
|
|
4330
4334
|
"stroke-linejoin": "round",
|
|
4331
4335
|
"stroke-width": "2",
|
|
4332
4336
|
d: "M4 9h16M4 15h16M10 3L8 21m8-18l-2 18"
|
|
4333
|
-
}, null, -1)]);
|
|
4337
|
+
}, null, -1)]]);
|
|
4334
4338
|
}
|
|
4335
4339
|
var hash_default = {
|
|
4336
4340
|
name: "lucide-hash",
|
|
@@ -4341,13 +4345,13 @@ var hash_default = {
|
|
|
4341
4345
|
height: "1.2em"
|
|
4342
4346
|
};
|
|
4343
4347
|
function render$101(e, t) {
|
|
4344
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("g", {
|
|
4348
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("g", {
|
|
4345
4349
|
fill: "none",
|
|
4346
4350
|
stroke: "currentColor",
|
|
4347
4351
|
"stroke-linecap": "round",
|
|
4348
4352
|
"stroke-linejoin": "round",
|
|
4349
4353
|
"stroke-width": "2"
|
|
4350
|
-
}, [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)]]);
|
|
4351
4355
|
}
|
|
4352
4356
|
var history_default = {
|
|
4353
4357
|
name: "lucide-history",
|
|
@@ -4358,14 +4362,14 @@ var history_default = {
|
|
|
4358
4362
|
height: "1.2em"
|
|
4359
4363
|
};
|
|
4360
4364
|
function render$100(e, t) {
|
|
4361
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createElementVNode("path", {
|
|
4365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("path", {
|
|
4362
4366
|
fill: "none",
|
|
4363
4367
|
stroke: "currentColor",
|
|
4364
4368
|
"stroke-linecap": "round",
|
|
4365
4369
|
"stroke-linejoin": "round",
|
|
4366
4370
|
"stroke-width": "2",
|
|
4367
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"
|
|
4368
|
-
}, null, -1)]);
|
|
4372
|
+
}, null, -1)]]);
|
|
4369
4373
|
}
|
|
4370
4374
|
var hourglass_default = {
|
|
4371
4375
|
name: "lucide-hourglass",
|
|
@@ -4376,13 +4380,13 @@ var hourglass_default = {
|
|
|
4376
4380
|
height: "1.2em"
|
|
4377
4381
|
};
|
|
4378
4382
|
function render$99(e, t) {
|
|
4379
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createElementVNode("g", {
|
|
4383
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
|
|
4380
4384
|
fill: "none",
|
|
4381
4385
|
stroke: "currentColor",
|
|
4382
4386
|
"stroke-linecap": "round",
|
|
4383
4387
|
"stroke-linejoin": "round",
|
|
4384
4388
|
"stroke-width": "2"
|
|
4385
|
-
}, [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)]]);
|
|
4386
4390
|
}
|
|
4387
4391
|
var house_default = {
|
|
4388
4392
|
name: "lucide-house",
|
|
@@ -4393,7 +4397,7 @@ var house_default = {
|
|
|
4393
4397
|
height: "1.2em"
|
|
4394
4398
|
};
|
|
4395
4399
|
function render$98(e, t) {
|
|
4396
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("g", {
|
|
4400
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("g", {
|
|
4397
4401
|
fill: "none",
|
|
4398
4402
|
stroke: "currentColor",
|
|
4399
4403
|
"stroke-linecap": "round",
|
|
@@ -4414,7 +4418,7 @@ function render$98(e, t) {
|
|
|
4414
4418
|
r: "2"
|
|
4415
4419
|
}),
|
|
4416
4420
|
createElementVNode("path", { d: "m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
|
|
4417
|
-
], -1)]);
|
|
4421
|
+
], -1)]]);
|
|
4418
4422
|
}
|
|
4419
4423
|
var image_default = {
|
|
4420
4424
|
name: "lucide-image",
|
|
@@ -4425,13 +4429,13 @@ var image_default = {
|
|
|
4425
4429
|
height: "1.2em"
|
|
4426
4430
|
};
|
|
4427
4431
|
function render$97(e, t) {
|
|
4428
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("g", {
|
|
4432
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
|
|
4429
4433
|
fill: "none",
|
|
4430
4434
|
stroke: "currentColor",
|
|
4431
4435
|
"stroke-linecap": "round",
|
|
4432
4436
|
"stroke-linejoin": "round",
|
|
4433
4437
|
"stroke-width": "2"
|
|
4434
|
-
}, [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)]]);
|
|
4435
4439
|
}
|
|
4436
4440
|
var inbox_default = {
|
|
4437
4441
|
name: "lucide-inbox",
|
|
@@ -4442,7 +4446,7 @@ var inbox_default = {
|
|
|
4442
4446
|
height: "1.2em"
|
|
4443
4447
|
};
|
|
4444
4448
|
function render$96(e, t) {
|
|
4445
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("g", {
|
|
4449
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("g", {
|
|
4446
4450
|
fill: "none",
|
|
4447
4451
|
stroke: "currentColor",
|
|
4448
4452
|
"stroke-linecap": "round",
|
|
@@ -4452,7 +4456,7 @@ function render$96(e, t) {
|
|
|
4452
4456
|
cx: "12",
|
|
4453
4457
|
cy: "12",
|
|
4454
4458
|
r: "10"
|
|
4455
|
-
}), createElementVNode("path", { d: "M12 16v-4m0-4h.01" })], -1)]);
|
|
4459
|
+
}), createElementVNode("path", { d: "M12 16v-4m0-4h.01" })], -1)]]);
|
|
4456
4460
|
}
|
|
4457
4461
|
var info_default = {
|
|
4458
4462
|
name: "lucide-info",
|
|
@@ -4463,7 +4467,7 @@ var info_default = {
|
|
|
4463
4467
|
height: "1.2em"
|
|
4464
4468
|
};
|
|
4465
4469
|
function render$95(e, t) {
|
|
4466
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
|
|
4470
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("g", {
|
|
4467
4471
|
fill: "none",
|
|
4468
4472
|
stroke: "currentColor",
|
|
4469
4473
|
"stroke-linecap": "round",
|
|
@@ -4474,7 +4478,7 @@ function render$95(e, t) {
|
|
|
4474
4478
|
cy: "7.5",
|
|
4475
4479
|
r: ".5",
|
|
4476
4480
|
fill: "currentColor"
|
|
4477
|
-
})], -1)]);
|
|
4481
|
+
})], -1)]]);
|
|
4478
4482
|
}
|
|
4479
4483
|
var key_round_default = {
|
|
4480
4484
|
name: "lucide-key-round",
|
|
@@ -4485,14 +4489,14 @@ var key_round_default = {
|
|
|
4485
4489
|
height: "1.2em"
|
|
4486
4490
|
};
|
|
4487
4491
|
function render$94(e, t) {
|
|
4488
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("path", {
|
|
4492
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
|
|
4489
4493
|
fill: "none",
|
|
4490
4494
|
stroke: "currentColor",
|
|
4491
4495
|
"stroke-linecap": "round",
|
|
4492
4496
|
"stroke-linejoin": "round",
|
|
4493
4497
|
"stroke-width": "2",
|
|
4494
4498
|
d: "m5 8l6 6m-7 0l6-6l2-3M2 5h12M7 2h1m14 20l-5-10l-5 10m2-4h6"
|
|
4495
|
-
}, null, -1)]);
|
|
4499
|
+
}, null, -1)]]);
|
|
4496
4500
|
}
|
|
4497
4501
|
var languages_default = {
|
|
4498
4502
|
name: "lucide-languages",
|
|
@@ -4503,7 +4507,7 @@ var languages_default = {
|
|
|
4503
4507
|
height: "1.2em"
|
|
4504
4508
|
};
|
|
4505
4509
|
function render$93(e, t) {
|
|
4506
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
|
|
4510
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("g", {
|
|
4507
4511
|
fill: "none",
|
|
4508
4512
|
stroke: "currentColor",
|
|
4509
4513
|
"stroke-linecap": "round",
|
|
@@ -4513,7 +4517,7 @@ function render$93(e, t) {
|
|
|
4513
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" }),
|
|
4514
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" }),
|
|
4515
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" })
|
|
4516
|
-
], -1)]);
|
|
4520
|
+
], -1)]]);
|
|
4517
4521
|
}
|
|
4518
4522
|
var layers_default = {
|
|
4519
4523
|
name: "lucide-layers",
|
|
@@ -4524,14 +4528,14 @@ var layers_default = {
|
|
|
4524
4528
|
height: "1.2em"
|
|
4525
4529
|
};
|
|
4526
4530
|
function render$92(e, t) {
|
|
4527
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("path", {
|
|
4531
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
4528
4532
|
fill: "none",
|
|
4529
4533
|
stroke: "currentColor",
|
|
4530
4534
|
"stroke-linecap": "round",
|
|
4531
4535
|
"stroke-linejoin": "round",
|
|
4532
4536
|
"stroke-width": "2",
|
|
4533
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"
|
|
4534
|
-
}, null, -1)]);
|
|
4538
|
+
}, null, -1)]]);
|
|
4535
4539
|
}
|
|
4536
4540
|
var lightbulb_default = {
|
|
4537
4541
|
name: "lucide-lightbulb",
|
|
@@ -4542,13 +4546,13 @@ var lightbulb_default = {
|
|
|
4542
4546
|
height: "1.2em"
|
|
4543
4547
|
};
|
|
4544
4548
|
function render$91(e, t) {
|
|
4545
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
|
|
4549
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("g", {
|
|
4546
4550
|
fill: "none",
|
|
4547
4551
|
stroke: "currentColor",
|
|
4548
4552
|
"stroke-linecap": "round",
|
|
4549
4553
|
"stroke-linejoin": "round",
|
|
4550
4554
|
"stroke-width": "2"
|
|
4551
|
-
}, [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)]]);
|
|
4552
4556
|
}
|
|
4553
4557
|
var link_default = {
|
|
4554
4558
|
name: "lucide-link",
|
|
@@ -4559,14 +4563,14 @@ var link_default = {
|
|
|
4559
4563
|
height: "1.2em"
|
|
4560
4564
|
};
|
|
4561
4565
|
function render$90(e, t) {
|
|
4562
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("path", {
|
|
4566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
|
|
4563
4567
|
fill: "none",
|
|
4564
4568
|
stroke: "currentColor",
|
|
4565
4569
|
"stroke-linecap": "round",
|
|
4566
4570
|
"stroke-linejoin": "round",
|
|
4567
4571
|
"stroke-width": "2",
|
|
4568
4572
|
d: "M3 12h.01M3 18h.01M3 6h.01M8 12h13M8 18h13M8 6h13"
|
|
4569
|
-
}, null, -1)]);
|
|
4573
|
+
}, null, -1)]]);
|
|
4570
4574
|
}
|
|
4571
4575
|
var list_default = {
|
|
4572
4576
|
name: "lucide-list",
|
|
@@ -4577,14 +4581,14 @@ var list_default = {
|
|
|
4577
4581
|
height: "1.2em"
|
|
4578
4582
|
};
|
|
4579
4583
|
function render$89(e, t) {
|
|
4580
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("path", {
|
|
4584
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
|
|
4581
4585
|
fill: "none",
|
|
4582
4586
|
stroke: "currentColor",
|
|
4583
4587
|
"stroke-linecap": "round",
|
|
4584
4588
|
"stroke-linejoin": "round",
|
|
4585
4589
|
"stroke-width": "2",
|
|
4586
4590
|
d: "m3 17l2 2l4-4M3 7l2 2l4-4m4 1h8m-8 6h8m-8 6h8"
|
|
4587
|
-
}, null, -1)]);
|
|
4591
|
+
}, null, -1)]]);
|
|
4588
4592
|
}
|
|
4589
4593
|
var list_checks_default = {
|
|
4590
4594
|
name: "lucide-list-checks",
|
|
@@ -4595,7 +4599,7 @@ var list_checks_default = {
|
|
|
4595
4599
|
height: "1.2em"
|
|
4596
4600
|
};
|
|
4597
4601
|
function render$88(e, t) {
|
|
4598
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
|
|
4602
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("g", {
|
|
4599
4603
|
fill: "none",
|
|
4600
4604
|
stroke: "currentColor",
|
|
4601
4605
|
"stroke-linecap": "round",
|
|
@@ -4608,7 +4612,7 @@ function render$88(e, t) {
|
|
|
4608
4612
|
y: "11",
|
|
4609
4613
|
rx: "2",
|
|
4610
4614
|
ry: "2"
|
|
4611
|
-
}), 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)]]);
|
|
4612
4616
|
}
|
|
4613
4617
|
var lock_default = {
|
|
4614
4618
|
name: "lucide-lock",
|
|
@@ -4619,14 +4623,14 @@ var lock_default = {
|
|
|
4619
4623
|
height: "1.2em"
|
|
4620
4624
|
};
|
|
4621
4625
|
function render$87(e, t) {
|
|
4622
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("path", {
|
|
4626
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
4623
4627
|
fill: "none",
|
|
4624
4628
|
stroke: "currentColor",
|
|
4625
4629
|
"stroke-linecap": "round",
|
|
4626
4630
|
"stroke-linejoin": "round",
|
|
4627
4631
|
"stroke-width": "2",
|
|
4628
4632
|
d: "m10 17l5-5l-5-5m5 5H3m12-9h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"
|
|
4629
|
-
}, null, -1)]);
|
|
4633
|
+
}, null, -1)]]);
|
|
4630
4634
|
}
|
|
4631
4635
|
var log_in_default = {
|
|
4632
4636
|
name: "lucide-log-in",
|
|
@@ -4637,14 +4641,14 @@ var log_in_default = {
|
|
|
4637
4641
|
height: "1.2em"
|
|
4638
4642
|
};
|
|
4639
4643
|
function render$86(e, t) {
|
|
4640
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
|
|
4644
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
4641
4645
|
fill: "none",
|
|
4642
4646
|
stroke: "currentColor",
|
|
4643
4647
|
"stroke-linecap": "round",
|
|
4644
4648
|
"stroke-linejoin": "round",
|
|
4645
4649
|
"stroke-width": "2",
|
|
4646
4650
|
d: "m16 17l5-5l-5-5m5 5H9m0 9H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"
|
|
4647
|
-
}, null, -1)]);
|
|
4651
|
+
}, null, -1)]]);
|
|
4648
4652
|
}
|
|
4649
4653
|
var log_out_default = {
|
|
4650
4654
|
name: "lucide-log-out",
|
|
@@ -4655,7 +4659,7 @@ var log_out_default = {
|
|
|
4655
4659
|
height: "1.2em"
|
|
4656
4660
|
};
|
|
4657
4661
|
function render$85(e, t) {
|
|
4658
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
|
|
4662
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("g", {
|
|
4659
4663
|
fill: "none",
|
|
4660
4664
|
stroke: "currentColor",
|
|
4661
4665
|
"stroke-linecap": "round",
|
|
@@ -4667,7 +4671,7 @@ function render$85(e, t) {
|
|
|
4667
4671
|
x: "2",
|
|
4668
4672
|
y: "4",
|
|
4669
4673
|
rx: "2"
|
|
4670
|
-
})], -1)]);
|
|
4674
|
+
})], -1)]]);
|
|
4671
4675
|
}
|
|
4672
4676
|
var mail_default = {
|
|
4673
4677
|
name: "lucide-mail",
|
|
@@ -4678,14 +4682,14 @@ var mail_default = {
|
|
|
4678
4682
|
height: "1.2em"
|
|
4679
4683
|
};
|
|
4680
4684
|
function render$84(e, t) {
|
|
4681
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
|
|
4685
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
|
|
4682
4686
|
fill: "none",
|
|
4683
4687
|
stroke: "currentColor",
|
|
4684
4688
|
"stroke-linecap": "round",
|
|
4685
4689
|
"stroke-linejoin": "round",
|
|
4686
4690
|
"stroke-width": "2",
|
|
4687
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"
|
|
4688
|
-
}, null, -1)]);
|
|
4692
|
+
}, null, -1)]]);
|
|
4689
4693
|
}
|
|
4690
4694
|
var maximize_default = {
|
|
4691
4695
|
name: "lucide-maximize",
|
|
@@ -4696,14 +4700,14 @@ var maximize_default = {
|
|
|
4696
4700
|
height: "1.2em"
|
|
4697
4701
|
};
|
|
4698
4702
|
function render$83(e, t) {
|
|
4699
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
|
|
4703
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("path", {
|
|
4700
4704
|
fill: "none",
|
|
4701
4705
|
stroke: "currentColor",
|
|
4702
4706
|
"stroke-linecap": "round",
|
|
4703
4707
|
"stroke-linejoin": "round",
|
|
4704
4708
|
"stroke-width": "2",
|
|
4705
4709
|
d: "M15 3h6v6m0-6l-7 7M3 21l7-7m-1 7H3v-6"
|
|
4706
|
-
}, null, -1)]);
|
|
4710
|
+
}, null, -1)]]);
|
|
4707
4711
|
}
|
|
4708
4712
|
var maximize_2_default = {
|
|
4709
4713
|
name: "lucide-maximize-2",
|
|
@@ -4714,14 +4718,14 @@ var maximize_2_default = {
|
|
|
4714
4718
|
height: "1.2em"
|
|
4715
4719
|
};
|
|
4716
4720
|
function render$82(e, t) {
|
|
4717
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("path", {
|
|
4721
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("path", {
|
|
4718
4722
|
fill: "none",
|
|
4719
4723
|
stroke: "currentColor",
|
|
4720
4724
|
"stroke-linecap": "round",
|
|
4721
4725
|
"stroke-linejoin": "round",
|
|
4722
4726
|
"stroke-width": "2",
|
|
4723
4727
|
d: "M4 12h16M4 18h16M4 6h16"
|
|
4724
|
-
}, null, -1)]);
|
|
4728
|
+
}, null, -1)]]);
|
|
4725
4729
|
}
|
|
4726
4730
|
var menu_default = {
|
|
4727
4731
|
name: "lucide-menu",
|
|
@@ -4732,14 +4736,14 @@ var menu_default = {
|
|
|
4732
4736
|
height: "1.2em"
|
|
4733
4737
|
};
|
|
4734
4738
|
function render$81(e, t) {
|
|
4735
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
|
|
4739
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
|
|
4736
4740
|
fill: "none",
|
|
4737
4741
|
stroke: "currentColor",
|
|
4738
4742
|
"stroke-linecap": "round",
|
|
4739
4743
|
"stroke-linejoin": "round",
|
|
4740
4744
|
"stroke-width": "2",
|
|
4741
4745
|
d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z"
|
|
4742
|
-
}, null, -1)]);
|
|
4746
|
+
}, null, -1)]]);
|
|
4743
4747
|
}
|
|
4744
4748
|
var message_circle_default = {
|
|
4745
4749
|
name: "lucide-message-circle",
|
|
@@ -4750,14 +4754,14 @@ var message_circle_default = {
|
|
|
4750
4754
|
height: "1.2em"
|
|
4751
4755
|
};
|
|
4752
4756
|
function render$80(e, t) {
|
|
4753
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
|
|
4757
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
|
|
4754
4758
|
fill: "none",
|
|
4755
4759
|
stroke: "currentColor",
|
|
4756
4760
|
"stroke-linecap": "round",
|
|
4757
4761
|
"stroke-linejoin": "round",
|
|
4758
4762
|
"stroke-width": "2",
|
|
4759
4763
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
|
|
4760
|
-
}, null, -1)]);
|
|
4764
|
+
}, null, -1)]]);
|
|
4761
4765
|
}
|
|
4762
4766
|
var message_square_default = {
|
|
4763
4767
|
name: "lucide-message-square",
|
|
@@ -4768,14 +4772,14 @@ var message_square_default = {
|
|
|
4768
4772
|
height: "1.2em"
|
|
4769
4773
|
};
|
|
4770
4774
|
function render$79(e, t) {
|
|
4771
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
|
|
4775
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
|
|
4772
4776
|
fill: "none",
|
|
4773
4777
|
stroke: "currentColor",
|
|
4774
4778
|
"stroke-linecap": "round",
|
|
4775
4779
|
"stroke-linejoin": "round",
|
|
4776
4780
|
"stroke-width": "2",
|
|
4777
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"
|
|
4778
|
-
}, null, -1)]);
|
|
4782
|
+
}, null, -1)]]);
|
|
4779
4783
|
}
|
|
4780
4784
|
var message_square_plus_default = {
|
|
4781
4785
|
name: "lucide-message-square-plus",
|
|
@@ -4786,14 +4790,14 @@ var message_square_plus_default = {
|
|
|
4786
4790
|
height: "1.2em"
|
|
4787
4791
|
};
|
|
4788
4792
|
function render$78(e, t) {
|
|
4789
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
|
|
4793
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("path", {
|
|
4790
4794
|
fill: "none",
|
|
4791
4795
|
stroke: "currentColor",
|
|
4792
4796
|
"stroke-linecap": "round",
|
|
4793
4797
|
"stroke-linejoin": "round",
|
|
4794
4798
|
"stroke-width": "2",
|
|
4795
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"
|
|
4796
|
-
}, null, -1)]);
|
|
4800
|
+
}, null, -1)]]);
|
|
4797
4801
|
}
|
|
4798
4802
|
var messages_square_default = {
|
|
4799
4803
|
name: "lucide-messages-square",
|
|
@@ -4804,7 +4808,7 @@ var messages_square_default = {
|
|
|
4804
4808
|
height: "1.2em"
|
|
4805
4809
|
};
|
|
4806
4810
|
function render$77(e, t) {
|
|
4807
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("g", {
|
|
4811
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("g", {
|
|
4808
4812
|
fill: "none",
|
|
4809
4813
|
stroke: "currentColor",
|
|
4810
4814
|
"stroke-linecap": "round",
|
|
@@ -4816,7 +4820,7 @@ function render$77(e, t) {
|
|
|
4816
4820
|
x: "9",
|
|
4817
4821
|
y: "2",
|
|
4818
4822
|
rx: "3"
|
|
4819
|
-
})], -1)]);
|
|
4823
|
+
})], -1)]]);
|
|
4820
4824
|
}
|
|
4821
4825
|
var mic_default = {
|
|
4822
4826
|
name: "lucide-mic",
|
|
@@ -4827,14 +4831,14 @@ var mic_default = {
|
|
|
4827
4831
|
height: "1.2em"
|
|
4828
4832
|
};
|
|
4829
4833
|
function render$76(e, t) {
|
|
4830
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
|
|
4834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("path", {
|
|
4831
4835
|
fill: "none",
|
|
4832
4836
|
stroke: "currentColor",
|
|
4833
4837
|
"stroke-linecap": "round",
|
|
4834
4838
|
"stroke-linejoin": "round",
|
|
4835
4839
|
"stroke-width": "2",
|
|
4836
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"
|
|
4837
|
-
}, null, -1)]);
|
|
4841
|
+
}, null, -1)]]);
|
|
4838
4842
|
}
|
|
4839
4843
|
var milestone_default = {
|
|
4840
4844
|
name: "lucide-milestone",
|
|
@@ -4845,14 +4849,14 @@ var milestone_default = {
|
|
|
4845
4849
|
height: "1.2em"
|
|
4846
4850
|
};
|
|
4847
4851
|
function render$75(e, t) {
|
|
4848
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
|
|
4852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
|
|
4849
4853
|
fill: "none",
|
|
4850
4854
|
stroke: "currentColor",
|
|
4851
4855
|
"stroke-linecap": "round",
|
|
4852
4856
|
"stroke-linejoin": "round",
|
|
4853
4857
|
"stroke-width": "2",
|
|
4854
4858
|
d: "m14 10l7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6"
|
|
4855
|
-
}, null, -1)]);
|
|
4859
|
+
}, null, -1)]]);
|
|
4856
4860
|
}
|
|
4857
4861
|
var minimize_2_default = {
|
|
4858
4862
|
name: "lucide-minimize-2",
|
|
@@ -4863,14 +4867,14 @@ var minimize_2_default = {
|
|
|
4863
4867
|
height: "1.2em"
|
|
4864
4868
|
};
|
|
4865
4869
|
function render$74(e, t) {
|
|
4866
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
|
|
4870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
|
|
4867
4871
|
fill: "none",
|
|
4868
4872
|
stroke: "currentColor",
|
|
4869
4873
|
"stroke-linecap": "round",
|
|
4870
4874
|
"stroke-linejoin": "round",
|
|
4871
4875
|
"stroke-width": "2",
|
|
4872
4876
|
d: "M5 12h14"
|
|
4873
|
-
}, null, -1)]);
|
|
4877
|
+
}, null, -1)]]);
|
|
4874
4878
|
}
|
|
4875
4879
|
var minus_default = {
|
|
4876
4880
|
name: "lucide-minus",
|
|
@@ -4881,14 +4885,14 @@ var minus_default = {
|
|
|
4881
4885
|
height: "1.2em"
|
|
4882
4886
|
};
|
|
4883
4887
|
function render$73(e, t) {
|
|
4884
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
|
|
4888
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("path", {
|
|
4885
4889
|
fill: "none",
|
|
4886
4890
|
stroke: "currentColor",
|
|
4887
4891
|
"stroke-linecap": "round",
|
|
4888
4892
|
"stroke-linejoin": "round",
|
|
4889
4893
|
"stroke-width": "2",
|
|
4890
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"
|
|
4891
|
-
}, null, -1)]);
|
|
4895
|
+
}, null, -1)]]);
|
|
4892
4896
|
}
|
|
4893
4897
|
var mouse_pointer_default = {
|
|
4894
4898
|
name: "lucide-mouse-pointer",
|
|
@@ -4899,7 +4903,7 @@ var mouse_pointer_default = {
|
|
|
4899
4903
|
height: "1.2em"
|
|
4900
4904
|
};
|
|
4901
4905
|
function render$72(e, t) {
|
|
4902
|
-
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)]]);
|
|
4903
4907
|
}
|
|
4904
4908
|
var network_default = {
|
|
4905
4909
|
name: "lucide-network",
|
|
@@ -4910,13 +4914,13 @@ var network_default = {
|
|
|
4910
4914
|
height: "1.2em"
|
|
4911
4915
|
};
|
|
4912
4916
|
function render$71(e, t) {
|
|
4913
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("g", {
|
|
4917
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("g", {
|
|
4914
4918
|
fill: "none",
|
|
4915
4919
|
stroke: "currentColor",
|
|
4916
4920
|
"stroke-linecap": "round",
|
|
4917
4921
|
"stroke-linejoin": "round",
|
|
4918
4922
|
"stroke-width": "2"
|
|
4919
|
-
}, [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)]]);
|
|
4920
4924
|
}
|
|
4921
4925
|
var notebook_pen_default = {
|
|
4922
4926
|
name: "lucide-notebook-pen",
|
|
@@ -4927,7 +4931,7 @@ var notebook_pen_default = {
|
|
|
4927
4931
|
height: "1.2em"
|
|
4928
4932
|
};
|
|
4929
4933
|
function render$70(e, t) {
|
|
4930
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("g", {
|
|
4934
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("g", {
|
|
4931
4935
|
fill: "none",
|
|
4932
4936
|
stroke: "currentColor",
|
|
4933
4937
|
"stroke-linecap": "round",
|
|
@@ -4937,7 +4941,7 @@ function render$70(e, t) {
|
|
|
4937
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" }),
|
|
4938
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" }),
|
|
4939
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" })
|
|
4940
|
-
], -1)]);
|
|
4944
|
+
], -1)]]);
|
|
4941
4945
|
}
|
|
4942
4946
|
var package_open_default = {
|
|
4943
4947
|
name: "lucide-package-open",
|
|
@@ -4948,7 +4952,7 @@ var package_open_default = {
|
|
|
4948
4952
|
height: "1.2em"
|
|
4949
4953
|
};
|
|
4950
4954
|
function render$69(e, t) {
|
|
4951
|
-
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)]]);
|
|
4952
4956
|
}
|
|
4953
4957
|
var palette_default = {
|
|
4954
4958
|
name: "lucide-palette",
|
|
@@ -4959,7 +4963,7 @@ var palette_default = {
|
|
|
4959
4963
|
height: "1.2em"
|
|
4960
4964
|
};
|
|
4961
4965
|
function render$68(e, t) {
|
|
4962
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createElementVNode("g", {
|
|
4966
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("g", {
|
|
4963
4967
|
fill: "none",
|
|
4964
4968
|
stroke: "currentColor",
|
|
4965
4969
|
"stroke-linecap": "round",
|
|
@@ -4971,7 +4975,7 @@ function render$68(e, t) {
|
|
|
4971
4975
|
x: "3",
|
|
4972
4976
|
y: "3",
|
|
4973
4977
|
rx: "2"
|
|
4974
|
-
}), createElementVNode("path", { d: "M9 3v18" })], -1)]);
|
|
4978
|
+
}), createElementVNode("path", { d: "M9 3v18" })], -1)]]);
|
|
4975
4979
|
}
|
|
4976
4980
|
var panel_left_default = {
|
|
4977
4981
|
name: "lucide-panel-left",
|
|
@@ -4982,7 +4986,7 @@ var panel_left_default = {
|
|
|
4982
4986
|
height: "1.2em"
|
|
4983
4987
|
};
|
|
4984
4988
|
function render$67(e, t) {
|
|
4985
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
|
|
4989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("g", {
|
|
4986
4990
|
fill: "none",
|
|
4987
4991
|
stroke: "currentColor",
|
|
4988
4992
|
"stroke-linecap": "round",
|
|
@@ -4994,7 +4998,7 @@ function render$67(e, t) {
|
|
|
4994
4998
|
x: "3",
|
|
4995
4999
|
y: "3",
|
|
4996
5000
|
rx: "2"
|
|
4997
|
-
}), createElementVNode("path", { d: "M15 3v18" })], -1)]);
|
|
5001
|
+
}), createElementVNode("path", { d: "M15 3v18" })], -1)]]);
|
|
4998
5002
|
}
|
|
4999
5003
|
var panel_right_default = {
|
|
5000
5004
|
name: "lucide-panel-right",
|
|
@@ -5005,14 +5009,14 @@ var panel_right_default = {
|
|
|
5005
5009
|
height: "1.2em"
|
|
5006
5010
|
};
|
|
5007
5011
|
function render$66(e, t) {
|
|
5008
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createElementVNode("path", {
|
|
5012
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("path", {
|
|
5009
5013
|
fill: "none",
|
|
5010
5014
|
stroke: "currentColor",
|
|
5011
5015
|
"stroke-linecap": "round",
|
|
5012
5016
|
"stroke-linejoin": "round",
|
|
5013
5017
|
"stroke-width": "2",
|
|
5014
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"
|
|
5015
|
-
}, null, -1)]);
|
|
5019
|
+
}, null, -1)]]);
|
|
5016
5020
|
}
|
|
5017
5021
|
var paperclip_default = {
|
|
5018
5022
|
name: "lucide-paperclip",
|
|
@@ -5023,7 +5027,7 @@ var paperclip_default = {
|
|
|
5023
5027
|
height: "1.2em"
|
|
5024
5028
|
};
|
|
5025
5029
|
function render$65(e, t) {
|
|
5026
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createElementVNode("g", {
|
|
5030
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("g", {
|
|
5027
5031
|
fill: "none",
|
|
5028
5032
|
stroke: "currentColor",
|
|
5029
5033
|
"stroke-linecap": "round",
|
|
@@ -5041,7 +5045,7 @@ function render$65(e, t) {
|
|
|
5041
5045
|
x: "6",
|
|
5042
5046
|
y: "4",
|
|
5043
5047
|
rx: "1"
|
|
5044
|
-
})], -1)]);
|
|
5048
|
+
})], -1)]]);
|
|
5045
5049
|
}
|
|
5046
5050
|
var pause_default = {
|
|
5047
5051
|
name: "lucide-pause",
|
|
@@ -5052,14 +5056,14 @@ var pause_default = {
|
|
|
5052
5056
|
height: "1.2em"
|
|
5053
5057
|
};
|
|
5054
5058
|
function render$64(e, t) {
|
|
5055
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("path", {
|
|
5059
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
|
|
5056
5060
|
fill: "none",
|
|
5057
5061
|
stroke: "currentColor",
|
|
5058
5062
|
"stroke-linecap": "round",
|
|
5059
5063
|
"stroke-linejoin": "round",
|
|
5060
5064
|
"stroke-width": "2",
|
|
5061
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"
|
|
5062
|
-
}, null, -1)]);
|
|
5066
|
+
}, null, -1)]]);
|
|
5063
5067
|
}
|
|
5064
5068
|
var pen_default = {
|
|
5065
5069
|
name: "lucide-pen",
|
|
@@ -5070,14 +5074,14 @@ var pen_default = {
|
|
|
5070
5074
|
height: "1.2em"
|
|
5071
5075
|
};
|
|
5072
5076
|
function render$63(e, t) {
|
|
5073
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("path", {
|
|
5077
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
|
|
5074
5078
|
fill: "none",
|
|
5075
5079
|
stroke: "currentColor",
|
|
5076
5080
|
"stroke-linecap": "round",
|
|
5077
5081
|
"stroke-linejoin": "round",
|
|
5078
5082
|
"stroke-width": "2",
|
|
5079
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"
|
|
5080
|
-
}, null, -1)]);
|
|
5084
|
+
}, null, -1)]]);
|
|
5081
5085
|
}
|
|
5082
5086
|
var pencil_default = {
|
|
5083
5087
|
name: "lucide-pencil",
|
|
@@ -5088,14 +5092,14 @@ var pencil_default = {
|
|
|
5088
5092
|
height: "1.2em"
|
|
5089
5093
|
};
|
|
5090
5094
|
function render$62(e, t) {
|
|
5091
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("path", {
|
|
5095
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
|
|
5092
5096
|
fill: "none",
|
|
5093
5097
|
stroke: "currentColor",
|
|
5094
5098
|
"stroke-linecap": "round",
|
|
5095
5099
|
"stroke-linejoin": "round",
|
|
5096
5100
|
"stroke-width": "2",
|
|
5097
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"
|
|
5098
|
-
}, null, -1)]);
|
|
5102
|
+
}, null, -1)]]);
|
|
5099
5103
|
}
|
|
5100
5104
|
var pin_default = {
|
|
5101
5105
|
name: "lucide-pin",
|
|
@@ -5106,14 +5110,14 @@ var pin_default = {
|
|
|
5106
5110
|
height: "1.2em"
|
|
5107
5111
|
};
|
|
5108
5112
|
function render$61(e, t) {
|
|
5109
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("path", {
|
|
5113
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("path", {
|
|
5110
5114
|
fill: "none",
|
|
5111
5115
|
stroke: "currentColor",
|
|
5112
5116
|
"stroke-linecap": "round",
|
|
5113
5117
|
"stroke-linejoin": "round",
|
|
5114
5118
|
"stroke-width": "2",
|
|
5115
5119
|
d: "m6 3l14 9l-14 9z"
|
|
5116
|
-
}, null, -1)]);
|
|
5120
|
+
}, null, -1)]]);
|
|
5117
5121
|
}
|
|
5118
5122
|
var play_default = {
|
|
5119
5123
|
name: "lucide-play",
|
|
@@ -5124,14 +5128,14 @@ var play_default = {
|
|
|
5124
5128
|
height: "1.2em"
|
|
5125
5129
|
};
|
|
5126
5130
|
function render$60(e, t) {
|
|
5127
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
|
|
5131
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
|
|
5128
5132
|
fill: "none",
|
|
5129
5133
|
stroke: "currentColor",
|
|
5130
5134
|
"stroke-linecap": "round",
|
|
5131
5135
|
"stroke-linejoin": "round",
|
|
5132
5136
|
"stroke-width": "2",
|
|
5133
5137
|
d: "M12 22v-5M9 8V2m6 6V2m3 6v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z"
|
|
5134
|
-
}, null, -1)]);
|
|
5138
|
+
}, null, -1)]]);
|
|
5135
5139
|
}
|
|
5136
5140
|
var plug_default = {
|
|
5137
5141
|
name: "lucide-plug",
|
|
@@ -5142,14 +5146,14 @@ var plug_default = {
|
|
|
5142
5146
|
height: "1.2em"
|
|
5143
5147
|
};
|
|
5144
5148
|
function render$59(e, t) {
|
|
5145
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
|
|
5149
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("path", {
|
|
5146
5150
|
fill: "none",
|
|
5147
5151
|
stroke: "currentColor",
|
|
5148
5152
|
"stroke-linecap": "round",
|
|
5149
5153
|
"stroke-linejoin": "round",
|
|
5150
5154
|
"stroke-width": "2",
|
|
5151
5155
|
d: "M5 12h14m-7-7v14"
|
|
5152
|
-
}, null, -1)]);
|
|
5156
|
+
}, null, -1)]]);
|
|
5153
5157
|
}
|
|
5154
5158
|
var plus_default = {
|
|
5155
5159
|
name: "lucide-plus",
|
|
@@ -5160,13 +5164,13 @@ var plus_default = {
|
|
|
5160
5164
|
height: "1.2em"
|
|
5161
5165
|
};
|
|
5162
5166
|
function render$58(e, t) {
|
|
5163
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("g", {
|
|
5167
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
|
|
5164
5168
|
fill: "none",
|
|
5165
5169
|
stroke: "currentColor",
|
|
5166
5170
|
"stroke-linecap": "round",
|
|
5167
5171
|
"stroke-linejoin": "round",
|
|
5168
5172
|
"stroke-width": "2"
|
|
5169
|
-
}, [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)]]);
|
|
5170
5174
|
}
|
|
5171
5175
|
var pocket_knife_default = {
|
|
5172
5176
|
name: "lucide-pocket-knife",
|
|
@@ -5177,14 +5181,14 @@ var pocket_knife_default = {
|
|
|
5177
5181
|
height: "1.2em"
|
|
5178
5182
|
};
|
|
5179
5183
|
function render$57(e, t) {
|
|
5180
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("path", {
|
|
5184
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("path", {
|
|
5181
5185
|
fill: "none",
|
|
5182
5186
|
stroke: "currentColor",
|
|
5183
5187
|
"stroke-linecap": "round",
|
|
5184
5188
|
"stroke-linejoin": "round",
|
|
5185
5189
|
"stroke-width": "2",
|
|
5186
5190
|
d: "M12 2v10m6.4-5.4a9 9 0 1 1-12.77.04"
|
|
5187
|
-
}, null, -1)]);
|
|
5191
|
+
}, null, -1)]]);
|
|
5188
5192
|
}
|
|
5189
5193
|
var power_default = {
|
|
5190
5194
|
name: "lucide-power",
|
|
@@ -5195,13 +5199,13 @@ var power_default = {
|
|
|
5195
5199
|
height: "1.2em"
|
|
5196
5200
|
};
|
|
5197
5201
|
function render$56(e, t) {
|
|
5198
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("g", {
|
|
5202
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
|
|
5199
5203
|
fill: "none",
|
|
5200
5204
|
stroke: "currentColor",
|
|
5201
5205
|
"stroke-linecap": "round",
|
|
5202
5206
|
"stroke-linejoin": "round",
|
|
5203
5207
|
"stroke-width": "2"
|
|
5204
|
-
}, [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)]]);
|
|
5205
5209
|
}
|
|
5206
5210
|
var redo_2_default = {
|
|
5207
5211
|
name: "lucide-redo-2",
|
|
@@ -5212,7 +5216,7 @@ var redo_2_default = {
|
|
|
5212
5216
|
height: "1.2em"
|
|
5213
5217
|
};
|
|
5214
5218
|
function render$55(e, t) {
|
|
5215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("g", {
|
|
5219
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("g", {
|
|
5216
5220
|
fill: "none",
|
|
5217
5221
|
stroke: "currentColor",
|
|
5218
5222
|
"stroke-linecap": "round",
|
|
@@ -5222,7 +5226,7 @@ function render$55(e, t) {
|
|
|
5222
5226
|
createElementVNode("path", { d: "M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8" }),
|
|
5223
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" }),
|
|
5224
5228
|
createElementVNode("path", { d: "M8 16H3v5" })
|
|
5225
|
-
], -1)]);
|
|
5229
|
+
], -1)]]);
|
|
5226
5230
|
}
|
|
5227
5231
|
var refresh_cw_default = {
|
|
5228
5232
|
name: "lucide-refresh-cw",
|
|
@@ -5233,14 +5237,14 @@ var refresh_cw_default = {
|
|
|
5233
5237
|
height: "1.2em"
|
|
5234
5238
|
};
|
|
5235
5239
|
function render$54(e, t) {
|
|
5236
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("path", {
|
|
5240
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("path", {
|
|
5237
5241
|
fill: "none",
|
|
5238
5242
|
stroke: "currentColor",
|
|
5239
5243
|
"stroke-linecap": "round",
|
|
5240
5244
|
"stroke-linejoin": "round",
|
|
5241
5245
|
"stroke-width": "2",
|
|
5242
5246
|
d: "M4 7V4h16v3M5 20h6m2-16L8 20m7-5l5 5m0-5l-5 5"
|
|
5243
|
-
}, null, -1)]);
|
|
5247
|
+
}, null, -1)]]);
|
|
5244
5248
|
}
|
|
5245
5249
|
var remove_formatting_default = {
|
|
5246
5250
|
name: "lucide-remove-formatting",
|
|
@@ -5251,7 +5255,7 @@ var remove_formatting_default = {
|
|
|
5251
5255
|
height: "1.2em"
|
|
5252
5256
|
};
|
|
5253
5257
|
function render$53(e, t) {
|
|
5254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("g", {
|
|
5258
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
|
|
5255
5259
|
fill: "none",
|
|
5256
5260
|
stroke: "currentColor",
|
|
5257
5261
|
"stroke-linecap": "round",
|
|
@@ -5261,7 +5265,7 @@ function render$53(e, t) {
|
|
|
5261
5265
|
cx: "5",
|
|
5262
5266
|
cy: "19",
|
|
5263
5267
|
r: "1"
|
|
5264
|
-
})], -1)]);
|
|
5268
|
+
})], -1)]]);
|
|
5265
5269
|
}
|
|
5266
5270
|
var rss_default = {
|
|
5267
5271
|
name: "lucide-rss",
|
|
@@ -5272,14 +5276,14 @@ var rss_default = {
|
|
|
5272
5276
|
height: "1.2em"
|
|
5273
5277
|
};
|
|
5274
5278
|
function render$52(e, t) {
|
|
5275
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("path", {
|
|
5279
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
|
|
5276
5280
|
fill: "none",
|
|
5277
5281
|
stroke: "currentColor",
|
|
5278
5282
|
"stroke-linecap": "round",
|
|
5279
5283
|
"stroke-linejoin": "round",
|
|
5280
5284
|
"stroke-width": "2",
|
|
5281
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"
|
|
5282
|
-
}, null, -1)]);
|
|
5286
|
+
}, null, -1)]]);
|
|
5283
5287
|
}
|
|
5284
5288
|
var satellite_dish_default = {
|
|
5285
5289
|
name: "lucide-satellite-dish",
|
|
@@ -5290,13 +5294,13 @@ var satellite_dish_default = {
|
|
|
5290
5294
|
height: "1.2em"
|
|
5291
5295
|
};
|
|
5292
5296
|
function render$51(e, t) {
|
|
5293
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("g", {
|
|
5297
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("g", {
|
|
5294
5298
|
fill: "none",
|
|
5295
5299
|
stroke: "currentColor",
|
|
5296
5300
|
"stroke-linecap": "round",
|
|
5297
5301
|
"stroke-linejoin": "round",
|
|
5298
5302
|
"stroke-width": "2"
|
|
5299
|
-
}, [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)]]);
|
|
5300
5304
|
}
|
|
5301
5305
|
var save_default = {
|
|
5302
5306
|
name: "lucide-save",
|
|
@@ -5307,14 +5311,14 @@ var save_default = {
|
|
|
5307
5311
|
height: "1.2em"
|
|
5308
5312
|
};
|
|
5309
5313
|
function render$50(e, t) {
|
|
5310
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("path", {
|
|
5314
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("path", {
|
|
5311
5315
|
fill: "none",
|
|
5312
5316
|
stroke: "currentColor",
|
|
5313
5317
|
"stroke-linecap": "round",
|
|
5314
5318
|
"stroke-linejoin": "round",
|
|
5315
5319
|
"stroke-width": "2",
|
|
5316
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"
|
|
5317
|
-
}, null, -1)]);
|
|
5321
|
+
}, null, -1)]]);
|
|
5318
5322
|
}
|
|
5319
5323
|
var scale_default = {
|
|
5320
5324
|
name: "lucide-scale",
|
|
@@ -5325,7 +5329,7 @@ var scale_default = {
|
|
|
5325
5329
|
height: "1.2em"
|
|
5326
5330
|
};
|
|
5327
5331
|
function render$49(e, t) {
|
|
5328
|
-
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)]]);
|
|
5329
5333
|
}
|
|
5330
5334
|
var scissors_default = {
|
|
5331
5335
|
name: "lucide-scissors",
|
|
@@ -5336,7 +5340,7 @@ var scissors_default = {
|
|
|
5336
5340
|
height: "1.2em"
|
|
5337
5341
|
};
|
|
5338
5342
|
function render$48(e, t) {
|
|
5339
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createElementVNode("g", {
|
|
5343
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("g", {
|
|
5340
5344
|
fill: "none",
|
|
5341
5345
|
stroke: "currentColor",
|
|
5342
5346
|
"stroke-linecap": "round",
|
|
@@ -5346,7 +5350,7 @@ function render$48(e, t) {
|
|
|
5346
5350
|
cx: "11",
|
|
5347
5351
|
cy: "11",
|
|
5348
5352
|
r: "8"
|
|
5349
|
-
})], -1)]);
|
|
5353
|
+
})], -1)]]);
|
|
5350
5354
|
}
|
|
5351
5355
|
var search_default = {
|
|
5352
5356
|
name: "lucide-search",
|
|
@@ -5357,14 +5361,14 @@ var search_default = {
|
|
|
5357
5361
|
height: "1.2em"
|
|
5358
5362
|
};
|
|
5359
5363
|
function render$47(e, t) {
|
|
5360
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("path", {
|
|
5364
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("path", {
|
|
5361
5365
|
fill: "none",
|
|
5362
5366
|
stroke: "currentColor",
|
|
5363
5367
|
"stroke-linecap": "round",
|
|
5364
5368
|
"stroke-linejoin": "round",
|
|
5365
5369
|
"stroke-width": "2",
|
|
5366
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"
|
|
5367
|
-
}, null, -1)]);
|
|
5371
|
+
}, null, -1)]]);
|
|
5368
5372
|
}
|
|
5369
5373
|
var send_default = {
|
|
5370
5374
|
name: "lucide-send",
|
|
@@ -5375,7 +5379,7 @@ var send_default = {
|
|
|
5375
5379
|
height: "1.2em"
|
|
5376
5380
|
};
|
|
5377
5381
|
function render$46(e, t) {
|
|
5378
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createElementVNode("g", {
|
|
5382
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, [...t[0] ||= [createElementVNode("g", {
|
|
5379
5383
|
fill: "none",
|
|
5380
5384
|
stroke: "currentColor",
|
|
5381
5385
|
"stroke-linecap": "round",
|
|
@@ -5399,7 +5403,7 @@ function render$46(e, t) {
|
|
|
5399
5403
|
ry: "2"
|
|
5400
5404
|
}),
|
|
5401
5405
|
createElementVNode("path", { d: "M6 6h.01M6 18h.01" })
|
|
5402
|
-
], -1)]);
|
|
5406
|
+
], -1)]]);
|
|
5403
5407
|
}
|
|
5404
5408
|
var server_default = {
|
|
5405
5409
|
name: "lucide-server",
|
|
@@ -5410,7 +5414,7 @@ var server_default = {
|
|
|
5410
5414
|
height: "1.2em"
|
|
5411
5415
|
};
|
|
5412
5416
|
function render$45(e, t) {
|
|
5413
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createElementVNode("g", {
|
|
5417
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, [...t[0] ||= [createElementVNode("g", {
|
|
5414
5418
|
fill: "none",
|
|
5415
5419
|
stroke: "currentColor",
|
|
5416
5420
|
"stroke-linecap": "round",
|
|
@@ -5420,7 +5424,7 @@ function render$45(e, t) {
|
|
|
5420
5424
|
cx: "12",
|
|
5421
5425
|
cy: "12",
|
|
5422
5426
|
r: "3"
|
|
5423
|
-
})], -1)]);
|
|
5427
|
+
})], -1)]]);
|
|
5424
5428
|
}
|
|
5425
5429
|
var settings_default = {
|
|
5426
5430
|
name: "lucide-settings",
|
|
@@ -5431,7 +5435,7 @@ var settings_default = {
|
|
|
5431
5435
|
height: "1.2em"
|
|
5432
5436
|
};
|
|
5433
5437
|
function render$44(e, t) {
|
|
5434
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("g", {
|
|
5438
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, [...t[0] ||= [createElementVNode("g", {
|
|
5435
5439
|
fill: "none",
|
|
5436
5440
|
stroke: "currentColor",
|
|
5437
5441
|
"stroke-linecap": "round",
|
|
@@ -5449,7 +5453,7 @@ function render$44(e, t) {
|
|
|
5449
5453
|
cy: "7",
|
|
5450
5454
|
r: "3"
|
|
5451
5455
|
})
|
|
5452
|
-
], -1)]);
|
|
5456
|
+
], -1)]]);
|
|
5453
5457
|
}
|
|
5454
5458
|
var settings_2_default = {
|
|
5455
5459
|
name: "lucide-settings-2",
|
|
@@ -5460,14 +5464,14 @@ var settings_2_default = {
|
|
|
5460
5464
|
height: "1.2em"
|
|
5461
5465
|
};
|
|
5462
5466
|
function render$43(e, t) {
|
|
5463
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("path", {
|
|
5467
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, [...t[0] ||= [createElementVNode("path", {
|
|
5464
5468
|
fill: "none",
|
|
5465
5469
|
stroke: "currentColor",
|
|
5466
5470
|
"stroke-linecap": "round",
|
|
5467
5471
|
"stroke-linejoin": "round",
|
|
5468
5472
|
"stroke-width": "2",
|
|
5469
5473
|
d: "M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"
|
|
5470
|
-
}, null, -1)]);
|
|
5474
|
+
}, null, -1)]]);
|
|
5471
5475
|
}
|
|
5472
5476
|
var share_default = {
|
|
5473
5477
|
name: "lucide-share",
|
|
@@ -5478,14 +5482,14 @@ var share_default = {
|
|
|
5478
5482
|
height: "1.2em"
|
|
5479
5483
|
};
|
|
5480
5484
|
function render$42(e, t) {
|
|
5481
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("path", {
|
|
5485
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, [...t[0] ||= [createElementVNode("path", {
|
|
5482
5486
|
fill: "none",
|
|
5483
5487
|
stroke: "currentColor",
|
|
5484
5488
|
"stroke-linecap": "round",
|
|
5485
5489
|
"stroke-linejoin": "round",
|
|
5486
5490
|
"stroke-width": "2",
|
|
5487
5491
|
d: "M21 4h-7m-4 0H3m18 8h-9m-4 0H3m18 8h-5m-4 0H3M14 2v4m-6 4v4m8 4v4"
|
|
5488
|
-
}, null, -1)]);
|
|
5492
|
+
}, null, -1)]]);
|
|
5489
5493
|
}
|
|
5490
5494
|
var sliders_horizontal_default = {
|
|
5491
5495
|
name: "lucide-sliders-horizontal",
|
|
@@ -5496,7 +5500,7 @@ var sliders_horizontal_default = {
|
|
|
5496
5500
|
height: "1.2em"
|
|
5497
5501
|
};
|
|
5498
5502
|
function render$41(e, t) {
|
|
5499
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("g", {
|
|
5503
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, [...t[0] ||= [createElementVNode("g", {
|
|
5500
5504
|
fill: "none",
|
|
5501
5505
|
stroke: "currentColor",
|
|
5502
5506
|
"stroke-linecap": "round",
|
|
@@ -5506,7 +5510,7 @@ function render$41(e, t) {
|
|
|
5506
5510
|
cx: "12",
|
|
5507
5511
|
cy: "12",
|
|
5508
5512
|
r: "10"
|
|
5509
|
-
}), 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)]]);
|
|
5510
5514
|
}
|
|
5511
5515
|
var smile_default = {
|
|
5512
5516
|
name: "lucide-smile",
|
|
@@ -5517,14 +5521,14 @@ var smile_default = {
|
|
|
5517
5521
|
height: "1.2em"
|
|
5518
5522
|
};
|
|
5519
5523
|
function render$40(e, t) {
|
|
5520
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createElementVNode("path", {
|
|
5524
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$60, [...t[0] ||= [createElementVNode("path", {
|
|
5521
5525
|
fill: "none",
|
|
5522
5526
|
stroke: "currentColor",
|
|
5523
5527
|
"stroke-linecap": "round",
|
|
5524
5528
|
"stroke-linejoin": "round",
|
|
5525
5529
|
"stroke-width": "2",
|
|
5526
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"
|
|
5527
|
-
}, null, -1)]);
|
|
5531
|
+
}, null, -1)]]);
|
|
5528
5532
|
}
|
|
5529
5533
|
var sparkles_default = {
|
|
5530
5534
|
name: "lucide-sparkles",
|
|
@@ -5535,13 +5539,13 @@ var sparkles_default = {
|
|
|
5535
5539
|
height: "1.2em"
|
|
5536
5540
|
};
|
|
5537
5541
|
function render$39(e, t) {
|
|
5538
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createElementVNode("g", {
|
|
5542
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$59, [...t[0] ||= [createElementVNode("g", {
|
|
5539
5543
|
fill: "none",
|
|
5540
5544
|
stroke: "currentColor",
|
|
5541
5545
|
"stroke-linecap": "round",
|
|
5542
5546
|
"stroke-linejoin": "round",
|
|
5543
5547
|
"stroke-width": "2"
|
|
5544
|
-
}, [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)]]);
|
|
5545
5549
|
}
|
|
5546
5550
|
var split_default = {
|
|
5547
5551
|
name: "lucide-split",
|
|
@@ -5552,7 +5556,7 @@ var split_default = {
|
|
|
5552
5556
|
height: "1.2em"
|
|
5553
5557
|
};
|
|
5554
5558
|
function render$38(e, t) {
|
|
5555
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createElementVNode("rect", {
|
|
5559
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$58, [...t[0] ||= [createElementVNode("rect", {
|
|
5556
5560
|
width: "18",
|
|
5557
5561
|
height: "18",
|
|
5558
5562
|
x: "3",
|
|
@@ -5563,7 +5567,7 @@ function render$38(e, t) {
|
|
|
5563
5567
|
"stroke-linejoin": "round",
|
|
5564
5568
|
"stroke-width": "2",
|
|
5565
5569
|
rx: "2"
|
|
5566
|
-
}, null, -1)]);
|
|
5570
|
+
}, null, -1)]]);
|
|
5567
5571
|
}
|
|
5568
5572
|
var square_default = {
|
|
5569
5573
|
name: "lucide-square",
|
|
@@ -5574,7 +5578,7 @@ var square_default = {
|
|
|
5574
5578
|
height: "1.2em"
|
|
5575
5579
|
};
|
|
5576
5580
|
function render$37(e, t) {
|
|
5577
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createElementVNode("g", {
|
|
5581
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$57, [...t[0] ||= [createElementVNode("g", {
|
|
5578
5582
|
fill: "none",
|
|
5579
5583
|
stroke: "currentColor",
|
|
5580
5584
|
"stroke-linecap": "round",
|
|
@@ -5586,7 +5590,7 @@ function render$37(e, t) {
|
|
|
5586
5590
|
x: "3",
|
|
5587
5591
|
y: "3",
|
|
5588
5592
|
rx: "2"
|
|
5589
|
-
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]);
|
|
5593
|
+
}), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]]);
|
|
5590
5594
|
}
|
|
5591
5595
|
var square_check_default = {
|
|
5592
5596
|
name: "lucide-square-check",
|
|
@@ -5597,7 +5601,7 @@ var square_check_default = {
|
|
|
5597
5601
|
height: "1.2em"
|
|
5598
5602
|
};
|
|
5599
5603
|
function render$36(e, t) {
|
|
5600
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createElementVNode("g", {
|
|
5604
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$56, [...t[0] ||= [createElementVNode("g", {
|
|
5601
5605
|
fill: "none",
|
|
5602
5606
|
stroke: "currentColor",
|
|
5603
5607
|
"stroke-linecap": "round",
|
|
@@ -5609,7 +5613,7 @@ function render$36(e, t) {
|
|
|
5609
5613
|
x: "3",
|
|
5610
5614
|
y: "3",
|
|
5611
5615
|
rx: "2"
|
|
5612
|
-
}), createElementVNode("path", { d: "M8 12h8" })], -1)]);
|
|
5616
|
+
}), createElementVNode("path", { d: "M8 12h8" })], -1)]]);
|
|
5613
5617
|
}
|
|
5614
5618
|
var square_minus_default = {
|
|
5615
5619
|
name: "lucide-square-minus",
|
|
@@ -5620,13 +5624,13 @@ var square_minus_default = {
|
|
|
5620
5624
|
height: "1.2em"
|
|
5621
5625
|
};
|
|
5622
5626
|
function render$35(e, t) {
|
|
5623
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createElementVNode("g", {
|
|
5627
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$55, [...t[0] ||= [createElementVNode("g", {
|
|
5624
5628
|
fill: "none",
|
|
5625
5629
|
stroke: "currentColor",
|
|
5626
5630
|
"stroke-linecap": "round",
|
|
5627
5631
|
"stroke-linejoin": "round",
|
|
5628
5632
|
"stroke-width": "2"
|
|
5629
|
-
}, [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)]]);
|
|
5630
5634
|
}
|
|
5631
5635
|
var square_pen_default = {
|
|
5632
5636
|
name: "lucide-square-pen",
|
|
@@ -5637,7 +5641,7 @@ var square_pen_default = {
|
|
|
5637
5641
|
height: "1.2em"
|
|
5638
5642
|
};
|
|
5639
5643
|
function render$34(e, t) {
|
|
5640
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createElementVNode("g", {
|
|
5644
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$54, [...t[0] ||= [createElementVNode("g", {
|
|
5641
5645
|
fill: "none",
|
|
5642
5646
|
stroke: "currentColor",
|
|
5643
5647
|
"stroke-linecap": "round",
|
|
@@ -5649,7 +5653,7 @@ function render$34(e, t) {
|
|
|
5649
5653
|
x: "3",
|
|
5650
5654
|
y: "3",
|
|
5651
5655
|
rx: "2"
|
|
5652
|
-
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]);
|
|
5656
|
+
}), createElementVNode("path", { d: "M8 12h8m-4-4v8" })], -1)]]);
|
|
5653
5657
|
}
|
|
5654
5658
|
var square_plus_default = {
|
|
5655
5659
|
name: "lucide-square-plus",
|
|
@@ -5660,13 +5664,13 @@ var square_plus_default = {
|
|
|
5660
5664
|
height: "1.2em"
|
|
5661
5665
|
};
|
|
5662
5666
|
function render$33(e, t) {
|
|
5663
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createElementVNode("g", {
|
|
5667
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$53, [...t[0] ||= [createElementVNode("g", {
|
|
5664
5668
|
fill: "none",
|
|
5665
5669
|
stroke: "currentColor",
|
|
5666
5670
|
"stroke-linecap": "round",
|
|
5667
5671
|
"stroke-linejoin": "round",
|
|
5668
5672
|
"stroke-width": "2"
|
|
5669
|
-
}, [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)]]);
|
|
5670
5674
|
}
|
|
5671
5675
|
var sticky_note_default = {
|
|
5672
5676
|
name: "lucide-sticky-note",
|
|
@@ -5677,7 +5681,7 @@ var sticky_note_default = {
|
|
|
5677
5681
|
height: "1.2em"
|
|
5678
5682
|
};
|
|
5679
5683
|
function render$32(e, t) {
|
|
5680
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createElementVNode("g", {
|
|
5684
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$52, [...t[0] ||= [createElementVNode("g", {
|
|
5681
5685
|
fill: "none",
|
|
5682
5686
|
stroke: "currentColor",
|
|
5683
5687
|
"stroke-linecap": "round",
|
|
@@ -5687,7 +5691,7 @@ function render$32(e, t) {
|
|
|
5687
5691
|
cx: "12",
|
|
5688
5692
|
cy: "12",
|
|
5689
5693
|
r: "4"
|
|
5690
|
-
}), 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)]]);
|
|
5691
5695
|
}
|
|
5692
5696
|
var sun_default = {
|
|
5693
5697
|
name: "lucide-sun",
|
|
@@ -5698,7 +5702,7 @@ var sun_default = {
|
|
|
5698
5702
|
height: "1.2em"
|
|
5699
5703
|
};
|
|
5700
5704
|
function render$31(e, t) {
|
|
5701
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createElementVNode("g", {
|
|
5705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$51, [...t[0] ||= [createElementVNode("g", {
|
|
5702
5706
|
fill: "none",
|
|
5703
5707
|
stroke: "currentColor",
|
|
5704
5708
|
"stroke-linecap": "round",
|
|
@@ -5714,7 +5718,7 @@ function render$31(e, t) {
|
|
|
5714
5718
|
rx: "2"
|
|
5715
5719
|
}),
|
|
5716
5720
|
createElementVNode("path", { d: "M3 9h18M3 15h18" })
|
|
5717
|
-
], -1)]);
|
|
5721
|
+
], -1)]]);
|
|
5718
5722
|
}
|
|
5719
5723
|
var table_default = {
|
|
5720
5724
|
name: "lucide-table",
|
|
@@ -5725,7 +5729,7 @@ var table_default = {
|
|
|
5725
5729
|
height: "1.2em"
|
|
5726
5730
|
};
|
|
5727
5731
|
function render$30(e, t) {
|
|
5728
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createElementVNode("g", {
|
|
5732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$50, [...t[0] ||= [createElementVNode("g", {
|
|
5729
5733
|
fill: "none",
|
|
5730
5734
|
stroke: "currentColor",
|
|
5731
5735
|
"stroke-linecap": "round",
|
|
@@ -5740,7 +5744,7 @@ function render$30(e, t) {
|
|
|
5740
5744
|
r: ".5",
|
|
5741
5745
|
fill: "currentColor"
|
|
5742
5746
|
})
|
|
5743
|
-
], -1)]);
|
|
5747
|
+
], -1)]]);
|
|
5744
5748
|
}
|
|
5745
5749
|
var tags_default = {
|
|
5746
5750
|
name: "lucide-tags",
|
|
@@ -5751,14 +5755,14 @@ var tags_default = {
|
|
|
5751
5755
|
height: "1.2em"
|
|
5752
5756
|
};
|
|
5753
5757
|
function render$29(e, t) {
|
|
5754
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createElementVNode("path", {
|
|
5758
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$49, [...t[0] ||= [createElementVNode("path", {
|
|
5755
5759
|
fill: "none",
|
|
5756
5760
|
stroke: "currentColor",
|
|
5757
5761
|
"stroke-linecap": "round",
|
|
5758
5762
|
"stroke-linejoin": "round",
|
|
5759
5763
|
"stroke-width": "2",
|
|
5760
5764
|
d: "M12 19h8M4 17l6-6l-6-6"
|
|
5761
|
-
}, null, -1)]);
|
|
5765
|
+
}, null, -1)]]);
|
|
5762
5766
|
}
|
|
5763
5767
|
var terminal_default = {
|
|
5764
5768
|
name: "lucide-terminal",
|
|
@@ -5769,14 +5773,14 @@ var terminal_default = {
|
|
|
5769
5773
|
height: "1.2em"
|
|
5770
5774
|
};
|
|
5771
5775
|
function render$28(e, t) {
|
|
5772
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createElementVNode("path", {
|
|
5776
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$48, [...t[0] ||= [createElementVNode("path", {
|
|
5773
5777
|
fill: "none",
|
|
5774
5778
|
stroke: "currentColor",
|
|
5775
5779
|
"stroke-linecap": "round",
|
|
5776
5780
|
"stroke-linejoin": "round",
|
|
5777
5781
|
"stroke-width": "2",
|
|
5778
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"
|
|
5779
|
-
}, null, -1)]);
|
|
5783
|
+
}, null, -1)]]);
|
|
5780
5784
|
}
|
|
5781
5785
|
var thumbs_down_default = {
|
|
5782
5786
|
name: "lucide-thumbs-down",
|
|
@@ -5787,14 +5791,14 @@ var thumbs_down_default = {
|
|
|
5787
5791
|
height: "1.2em"
|
|
5788
5792
|
};
|
|
5789
5793
|
function render$27(e, t) {
|
|
5790
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createElementVNode("path", {
|
|
5794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$47, [...t[0] ||= [createElementVNode("path", {
|
|
5791
5795
|
fill: "none",
|
|
5792
5796
|
stroke: "currentColor",
|
|
5793
5797
|
"stroke-linecap": "round",
|
|
5794
5798
|
"stroke-linejoin": "round",
|
|
5795
5799
|
"stroke-width": "2",
|
|
5796
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"
|
|
5797
|
-
}, null, -1)]);
|
|
5801
|
+
}, null, -1)]]);
|
|
5798
5802
|
}
|
|
5799
5803
|
var thumbs_up_default = {
|
|
5800
5804
|
name: "lucide-thumbs-up",
|
|
@@ -5805,7 +5809,7 @@ var thumbs_up_default = {
|
|
|
5805
5809
|
height: "1.2em"
|
|
5806
5810
|
};
|
|
5807
5811
|
function render$26(e, t) {
|
|
5808
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$46, t[0] ||= [createElementVNode("g", {
|
|
5812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$46, [...t[0] ||= [createElementVNode("g", {
|
|
5809
5813
|
fill: "none",
|
|
5810
5814
|
stroke: "currentColor",
|
|
5811
5815
|
"stroke-linecap": "round",
|
|
@@ -5815,7 +5819,7 @@ function render$26(e, t) {
|
|
|
5815
5819
|
cx: "12",
|
|
5816
5820
|
cy: "14",
|
|
5817
5821
|
r: "8"
|
|
5818
|
-
})], -1)]);
|
|
5822
|
+
})], -1)]]);
|
|
5819
5823
|
}
|
|
5820
5824
|
var timer_default = {
|
|
5821
5825
|
name: "lucide-timer",
|
|
@@ -5826,7 +5830,7 @@ var timer_default = {
|
|
|
5826
5830
|
height: "1.2em"
|
|
5827
5831
|
};
|
|
5828
5832
|
function render$25(e, t) {
|
|
5829
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$45, t[0] ||= [createElementVNode("g", {
|
|
5833
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$45, [...t[0] ||= [createElementVNode("g", {
|
|
5830
5834
|
fill: "none",
|
|
5831
5835
|
stroke: "currentColor",
|
|
5832
5836
|
"stroke-linecap": "round",
|
|
@@ -5842,7 +5846,7 @@ function render$25(e, t) {
|
|
|
5842
5846
|
x: "2",
|
|
5843
5847
|
y: "5",
|
|
5844
5848
|
rx: "7"
|
|
5845
|
-
})], -1)]);
|
|
5849
|
+
})], -1)]]);
|
|
5846
5850
|
}
|
|
5847
5851
|
var toggle_right_default = {
|
|
5848
5852
|
name: "lucide-toggle-right",
|
|
@@ -5853,14 +5857,14 @@ var toggle_right_default = {
|
|
|
5853
5857
|
height: "1.2em"
|
|
5854
5858
|
};
|
|
5855
5859
|
function render$24(e, t) {
|
|
5856
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$44, t[0] ||= [createElementVNode("path", {
|
|
5860
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$44, [...t[0] ||= [createElementVNode("path", {
|
|
5857
5861
|
fill: "none",
|
|
5858
5862
|
stroke: "currentColor",
|
|
5859
5863
|
"stroke-linecap": "round",
|
|
5860
5864
|
"stroke-linejoin": "round",
|
|
5861
5865
|
"stroke-width": "2",
|
|
5862
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"
|
|
5863
|
-
}, null, -1)]);
|
|
5867
|
+
}, null, -1)]]);
|
|
5864
5868
|
}
|
|
5865
5869
|
var trash_2_default = {
|
|
5866
5870
|
name: "lucide-trash-2",
|
|
@@ -5871,14 +5875,14 @@ var trash_2_default = {
|
|
|
5871
5875
|
height: "1.2em"
|
|
5872
5876
|
};
|
|
5873
5877
|
function render$23(e, t) {
|
|
5874
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$43, t[0] ||= [createElementVNode("path", {
|
|
5878
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$43, [...t[0] ||= [createElementVNode("path", {
|
|
5875
5879
|
fill: "none",
|
|
5876
5880
|
stroke: "currentColor",
|
|
5877
5881
|
"stroke-linecap": "round",
|
|
5878
5882
|
"stroke-linejoin": "round",
|
|
5879
5883
|
"stroke-width": "2",
|
|
5880
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"
|
|
5881
|
-
}, null, -1)]);
|
|
5885
|
+
}, null, -1)]]);
|
|
5882
5886
|
}
|
|
5883
5887
|
var tree_pine_default = {
|
|
5884
5888
|
name: "lucide-tree-pine",
|
|
@@ -5889,14 +5893,14 @@ var tree_pine_default = {
|
|
|
5889
5893
|
height: "1.2em"
|
|
5890
5894
|
};
|
|
5891
5895
|
function render$22(e, t) {
|
|
5892
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$42, t[0] ||= [createElementVNode("path", {
|
|
5896
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$42, [...t[0] ||= [createElementVNode("path", {
|
|
5893
5897
|
fill: "none",
|
|
5894
5898
|
stroke: "currentColor",
|
|
5895
5899
|
"stroke-linecap": "round",
|
|
5896
5900
|
"stroke-linejoin": "round",
|
|
5897
5901
|
"stroke-width": "2",
|
|
5898
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"
|
|
5899
|
-
}, null, -1)]);
|
|
5903
|
+
}, null, -1)]]);
|
|
5900
5904
|
}
|
|
5901
5905
|
var triangle_alert_default = {
|
|
5902
5906
|
name: "lucide-triangle-alert",
|
|
@@ -5907,14 +5911,14 @@ var triangle_alert_default = {
|
|
|
5907
5911
|
height: "1.2em"
|
|
5908
5912
|
};
|
|
5909
5913
|
function render$21(e, t) {
|
|
5910
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$41, t[0] ||= [createElementVNode("path", {
|
|
5914
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$41, [...t[0] ||= [createElementVNode("path", {
|
|
5911
5915
|
fill: "none",
|
|
5912
5916
|
stroke: "currentColor",
|
|
5913
5917
|
"stroke-linecap": "round",
|
|
5914
5918
|
"stroke-linejoin": "round",
|
|
5915
5919
|
"stroke-width": "2",
|
|
5916
5920
|
d: "M12 4v16M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2M9 20h6"
|
|
5917
|
-
}, null, -1)]);
|
|
5921
|
+
}, null, -1)]]);
|
|
5918
5922
|
}
|
|
5919
5923
|
var type_default = {
|
|
5920
5924
|
name: "lucide-type",
|
|
@@ -5925,13 +5929,13 @@ var type_default = {
|
|
|
5925
5929
|
height: "1.2em"
|
|
5926
5930
|
};
|
|
5927
5931
|
function render$20(e, t) {
|
|
5928
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$40, t[0] ||= [createElementVNode("g", {
|
|
5932
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$40, [...t[0] ||= [createElementVNode("g", {
|
|
5929
5933
|
fill: "none",
|
|
5930
5934
|
stroke: "currentColor",
|
|
5931
5935
|
"stroke-linecap": "round",
|
|
5932
5936
|
"stroke-linejoin": "round",
|
|
5933
5937
|
"stroke-width": "2"
|
|
5934
|
-
}, [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)]]);
|
|
5935
5939
|
}
|
|
5936
5940
|
var undo_2_default = {
|
|
5937
5941
|
name: "lucide-undo-2",
|
|
@@ -5942,14 +5946,14 @@ var undo_2_default = {
|
|
|
5942
5946
|
height: "1.2em"
|
|
5943
5947
|
};
|
|
5944
5948
|
function render$19(e, t) {
|
|
5945
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$39, t[0] ||= [createElementVNode("path", {
|
|
5949
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$39, [...t[0] ||= [createElementVNode("path", {
|
|
5946
5950
|
fill: "none",
|
|
5947
5951
|
stroke: "currentColor",
|
|
5948
5952
|
"stroke-linecap": "round",
|
|
5949
5953
|
"stroke-linejoin": "round",
|
|
5950
5954
|
"stroke-width": "2",
|
|
5951
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"
|
|
5952
|
-
}, null, -1)]);
|
|
5956
|
+
}, null, -1)]]);
|
|
5953
5957
|
}
|
|
5954
5958
|
var unlink_default = {
|
|
5955
5959
|
name: "lucide-unlink",
|
|
@@ -5960,7 +5964,7 @@ var unlink_default = {
|
|
|
5960
5964
|
height: "1.2em"
|
|
5961
5965
|
};
|
|
5962
5966
|
function render$18(e, t) {
|
|
5963
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$38, t[0] ||= [createElementVNode("g", {
|
|
5967
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$38, [...t[0] ||= [createElementVNode("g", {
|
|
5964
5968
|
fill: "none",
|
|
5965
5969
|
stroke: "currentColor",
|
|
5966
5970
|
"stroke-linecap": "round",
|
|
@@ -5970,7 +5974,7 @@ function render$18(e, t) {
|
|
|
5970
5974
|
cx: "12",
|
|
5971
5975
|
cy: "7",
|
|
5972
5976
|
r: "4"
|
|
5973
|
-
})], -1)]);
|
|
5977
|
+
})], -1)]]);
|
|
5974
5978
|
}
|
|
5975
5979
|
var user_default = {
|
|
5976
5980
|
name: "lucide-user",
|
|
@@ -5981,7 +5985,7 @@ var user_default = {
|
|
|
5981
5985
|
height: "1.2em"
|
|
5982
5986
|
};
|
|
5983
5987
|
function render$17(e, t) {
|
|
5984
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$37, t[0] ||= [createElementVNode("g", {
|
|
5988
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$37, [...t[0] ||= [createElementVNode("g", {
|
|
5985
5989
|
fill: "none",
|
|
5986
5990
|
stroke: "currentColor",
|
|
5987
5991
|
"stroke-linecap": "round",
|
|
@@ -5991,7 +5995,7 @@ function render$17(e, t) {
|
|
|
5991
5995
|
cx: "9",
|
|
5992
5996
|
cy: "7",
|
|
5993
5997
|
r: "4"
|
|
5994
|
-
})], -1)]);
|
|
5998
|
+
})], -1)]]);
|
|
5995
5999
|
}
|
|
5996
6000
|
var user_check_default = {
|
|
5997
6001
|
name: "lucide-user-check",
|
|
@@ -6002,7 +6006,7 @@ var user_check_default = {
|
|
|
6002
6006
|
height: "1.2em"
|
|
6003
6007
|
};
|
|
6004
6008
|
function render$16(e, t) {
|
|
6005
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$36, t[0] ||= [createElementVNode("g", {
|
|
6009
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$36, [...t[0] ||= [createElementVNode("g", {
|
|
6006
6010
|
fill: "none",
|
|
6007
6011
|
stroke: "currentColor",
|
|
6008
6012
|
"stroke-linecap": "round",
|
|
@@ -6022,7 +6026,7 @@ function render$16(e, t) {
|
|
|
6022
6026
|
y: "16",
|
|
6023
6027
|
rx: ".899"
|
|
6024
6028
|
})
|
|
6025
|
-
], -1)]);
|
|
6029
|
+
], -1)]]);
|
|
6026
6030
|
}
|
|
6027
6031
|
var user_lock_default = {
|
|
6028
6032
|
name: "lucide-user-lock",
|
|
@@ -6033,7 +6037,7 @@ var user_lock_default = {
|
|
|
6033
6037
|
height: "1.2em"
|
|
6034
6038
|
};
|
|
6035
6039
|
function render$15(e, t) {
|
|
6036
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$35, t[0] ||= [createElementVNode("g", {
|
|
6040
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$35, [...t[0] ||= [createElementVNode("g", {
|
|
6037
6041
|
fill: "none",
|
|
6038
6042
|
stroke: "currentColor",
|
|
6039
6043
|
"stroke-linecap": "round",
|
|
@@ -6043,7 +6047,7 @@ function render$15(e, t) {
|
|
|
6043
6047
|
cx: "12",
|
|
6044
6048
|
cy: "8",
|
|
6045
6049
|
r: "5"
|
|
6046
|
-
}), 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)]]);
|
|
6047
6051
|
}
|
|
6048
6052
|
var user_round_default = {
|
|
6049
6053
|
name: "lucide-user-round",
|
|
@@ -6054,7 +6058,7 @@ var user_round_default = {
|
|
|
6054
6058
|
height: "1.2em"
|
|
6055
6059
|
};
|
|
6056
6060
|
function render$14(e, t) {
|
|
6057
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$34, t[0] ||= [createElementVNode("g", {
|
|
6061
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$34, [...t[0] ||= [createElementVNode("g", {
|
|
6058
6062
|
fill: "none",
|
|
6059
6063
|
stroke: "currentColor",
|
|
6060
6064
|
"stroke-linecap": "round",
|
|
@@ -6064,7 +6068,7 @@ function render$14(e, t) {
|
|
|
6064
6068
|
cx: "9",
|
|
6065
6069
|
cy: "7",
|
|
6066
6070
|
r: "4"
|
|
6067
|
-
})], -1)]);
|
|
6071
|
+
})], -1)]]);
|
|
6068
6072
|
}
|
|
6069
6073
|
var users_default = {
|
|
6070
6074
|
name: "lucide-users",
|
|
@@ -6075,14 +6079,14 @@ var users_default = {
|
|
|
6075
6079
|
height: "1.2em"
|
|
6076
6080
|
};
|
|
6077
6081
|
function render$13(e, t) {
|
|
6078
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$33, t[0] ||= [createElementVNode("path", {
|
|
6082
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$33, [...t[0] ||= [createElementVNode("path", {
|
|
6079
6083
|
fill: "none",
|
|
6080
6084
|
stroke: "currentColor",
|
|
6081
6085
|
"stroke-linecap": "round",
|
|
6082
6086
|
"stroke-linejoin": "round",
|
|
6083
6087
|
"stroke-width": "2",
|
|
6084
6088
|
d: "M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9M15 9l-6 6m0-6l6 6"
|
|
6085
|
-
}, null, -1)]);
|
|
6089
|
+
}, null, -1)]]);
|
|
6086
6090
|
}
|
|
6087
6091
|
var variable_default = {
|
|
6088
6092
|
name: "lucide-variable",
|
|
@@ -6093,7 +6097,7 @@ var variable_default = {
|
|
|
6093
6097
|
height: "1.2em"
|
|
6094
6098
|
};
|
|
6095
6099
|
function render$12(e, t) {
|
|
6096
|
-
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)]]);
|
|
6097
6101
|
}
|
|
6098
6102
|
var vault_default = {
|
|
6099
6103
|
name: "lucide-vault",
|
|
@@ -6104,7 +6108,7 @@ var vault_default = {
|
|
|
6104
6108
|
height: "1.2em"
|
|
6105
6109
|
};
|
|
6106
6110
|
function render$11(e, t) {
|
|
6107
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$31, t[0] ||= [createElementVNode("g", {
|
|
6111
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$31, [...t[0] ||= [createElementVNode("g", {
|
|
6108
6112
|
fill: "none",
|
|
6109
6113
|
stroke: "currentColor",
|
|
6110
6114
|
"stroke-linecap": "round",
|
|
@@ -6116,7 +6120,7 @@ function render$11(e, t) {
|
|
|
6116
6120
|
x: "2",
|
|
6117
6121
|
y: "6",
|
|
6118
6122
|
rx: "2"
|
|
6119
|
-
})], -1)]);
|
|
6123
|
+
})], -1)]]);
|
|
6120
6124
|
}
|
|
6121
6125
|
var video_default = {
|
|
6122
6126
|
name: "lucide-video",
|
|
@@ -6127,14 +6131,14 @@ var video_default = {
|
|
|
6127
6131
|
height: "1.2em"
|
|
6128
6132
|
};
|
|
6129
6133
|
function render$10(e, t) {
|
|
6130
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$30, t[0] ||= [createElementVNode("path", {
|
|
6134
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$30, [...t[0] ||= [createElementVNode("path", {
|
|
6131
6135
|
fill: "none",
|
|
6132
6136
|
stroke: "currentColor",
|
|
6133
6137
|
"stroke-linecap": "round",
|
|
6134
6138
|
"stroke-linejoin": "round",
|
|
6135
6139
|
"stroke-width": "2",
|
|
6136
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"
|
|
6137
|
-
}, null, -1)]);
|
|
6141
|
+
}, null, -1)]]);
|
|
6138
6142
|
}
|
|
6139
6143
|
var volume_2_default = {
|
|
6140
6144
|
name: "lucide-volume-2",
|
|
@@ -6145,14 +6149,14 @@ var volume_2_default = {
|
|
|
6145
6149
|
height: "1.2em"
|
|
6146
6150
|
};
|
|
6147
6151
|
function render$9(e, t) {
|
|
6148
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$29, t[0] ||= [createElementVNode("path", {
|
|
6152
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$29, [...t[0] ||= [createElementVNode("path", {
|
|
6149
6153
|
fill: "none",
|
|
6150
6154
|
stroke: "currentColor",
|
|
6151
6155
|
"stroke-linecap": "round",
|
|
6152
6156
|
"stroke-linejoin": "round",
|
|
6153
6157
|
"stroke-width": "2",
|
|
6154
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"
|
|
6155
|
-
}, null, -1)]);
|
|
6159
|
+
}, null, -1)]]);
|
|
6156
6160
|
}
|
|
6157
6161
|
var volume_x_default = {
|
|
6158
6162
|
name: "lucide-volume-x",
|
|
@@ -6163,14 +6167,14 @@ var volume_x_default = {
|
|
|
6163
6167
|
height: "1.2em"
|
|
6164
6168
|
};
|
|
6165
6169
|
function render$8(e, t) {
|
|
6166
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$28, t[0] ||= [createElementVNode("path", {
|
|
6170
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$28, [...t[0] ||= [createElementVNode("path", {
|
|
6167
6171
|
fill: "none",
|
|
6168
6172
|
stroke: "currentColor",
|
|
6169
6173
|
"stroke-linecap": "round",
|
|
6170
6174
|
"stroke-linejoin": "round",
|
|
6171
6175
|
"stroke-width": "2",
|
|
6172
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"
|
|
6173
|
-
}, null, -1)]);
|
|
6177
|
+
}, null, -1)]]);
|
|
6174
6178
|
}
|
|
6175
6179
|
var wand_sparkles_default = {
|
|
6176
6180
|
name: "lucide-wand-sparkles",
|
|
@@ -6181,7 +6185,7 @@ var wand_sparkles_default = {
|
|
|
6181
6185
|
height: "1.2em"
|
|
6182
6186
|
};
|
|
6183
6187
|
function render$7(e, t) {
|
|
6184
|
-
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)]]);
|
|
6185
6189
|
}
|
|
6186
6190
|
var waypoints_default = {
|
|
6187
6191
|
name: "lucide-waypoints",
|
|
@@ -6192,14 +6196,14 @@ var waypoints_default = {
|
|
|
6192
6196
|
height: "1.2em"
|
|
6193
6197
|
};
|
|
6194
6198
|
function render$6(e, t) {
|
|
6195
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$26, t[0] ||= [createElementVNode("path", {
|
|
6199
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$26, [...t[0] ||= [createElementVNode("path", {
|
|
6196
6200
|
fill: "none",
|
|
6197
6201
|
stroke: "currentColor",
|
|
6198
6202
|
"stroke-linecap": "round",
|
|
6199
6203
|
"stroke-linejoin": "round",
|
|
6200
6204
|
"stroke-width": "2",
|
|
6201
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"
|
|
6202
|
-
}, null, -1)]);
|
|
6206
|
+
}, null, -1)]]);
|
|
6203
6207
|
}
|
|
6204
6208
|
var wrench_default = {
|
|
6205
6209
|
name: "lucide-wrench",
|
|
@@ -6210,14 +6214,14 @@ var wrench_default = {
|
|
|
6210
6214
|
height: "1.2em"
|
|
6211
6215
|
};
|
|
6212
6216
|
function render$5(e, t) {
|
|
6213
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$25, t[0] ||= [createElementVNode("path", {
|
|
6217
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$25, [...t[0] ||= [createElementVNode("path", {
|
|
6214
6218
|
fill: "none",
|
|
6215
6219
|
stroke: "currentColor",
|
|
6216
6220
|
"stroke-linecap": "round",
|
|
6217
6221
|
"stroke-linejoin": "round",
|
|
6218
6222
|
"stroke-width": "2",
|
|
6219
6223
|
d: "M18 6L6 18M6 6l12 12"
|
|
6220
|
-
}, null, -1)]);
|
|
6224
|
+
}, null, -1)]]);
|
|
6221
6225
|
}
|
|
6222
6226
|
var x_default = {
|
|
6223
6227
|
name: "lucide-x",
|
|
@@ -6228,14 +6232,14 @@ var x_default = {
|
|
|
6228
6232
|
height: "1.2em"
|
|
6229
6233
|
};
|
|
6230
6234
|
function render$4(e, t) {
|
|
6231
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$24, t[0] ||= [createElementVNode("path", {
|
|
6235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$24, [...t[0] ||= [createElementVNode("path", {
|
|
6232
6236
|
fill: "none",
|
|
6233
6237
|
stroke: "currentColor",
|
|
6234
6238
|
"stroke-linecap": "round",
|
|
6235
6239
|
"stroke-linejoin": "round",
|
|
6236
6240
|
"stroke-width": "2",
|
|
6237
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"
|
|
6238
|
-
}, null, -1)]);
|
|
6242
|
+
}, null, -1)]]);
|
|
6239
6243
|
}
|
|
6240
6244
|
var zap_default = {
|
|
6241
6245
|
name: "lucide-zap",
|
|
@@ -6246,7 +6250,7 @@ var zap_default = {
|
|
|
6246
6250
|
height: "1.2em"
|
|
6247
6251
|
};
|
|
6248
6252
|
function render$3(e, t) {
|
|
6249
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$23, t[0] ||= [createElementVNode("g", {
|
|
6253
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$23, [...t[0] ||= [createElementVNode("g", {
|
|
6250
6254
|
fill: "none",
|
|
6251
6255
|
stroke: "currentColor",
|
|
6252
6256
|
"stroke-linecap": "round",
|
|
@@ -6256,7 +6260,7 @@ function render$3(e, t) {
|
|
|
6256
6260
|
cx: "11",
|
|
6257
6261
|
cy: "11",
|
|
6258
6262
|
r: "8"
|
|
6259
|
-
}), 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)]]);
|
|
6260
6264
|
}
|
|
6261
6265
|
var zoom_in_default = {
|
|
6262
6266
|
name: "lucide-zoom-in",
|
|
@@ -6267,7 +6271,7 @@ var zoom_in_default = {
|
|
|
6267
6271
|
height: "1.2em"
|
|
6268
6272
|
};
|
|
6269
6273
|
function render$2(e, t) {
|
|
6270
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$22, t[0] ||= [createElementVNode("g", {
|
|
6274
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$22, [...t[0] ||= [createElementVNode("g", {
|
|
6271
6275
|
fill: "none",
|
|
6272
6276
|
stroke: "currentColor",
|
|
6273
6277
|
"stroke-linecap": "round",
|
|
@@ -6277,7 +6281,7 @@ function render$2(e, t) {
|
|
|
6277
6281
|
cx: "11",
|
|
6278
6282
|
cy: "11",
|
|
6279
6283
|
r: "8"
|
|
6280
|
-
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M8 11h6" })], -1)]);
|
|
6284
|
+
}), createElementVNode("path", { d: "m21 21l-4.35-4.35M8 11h6" })], -1)]]);
|
|
6281
6285
|
}
|
|
6282
6286
|
var zoom_out_default = {
|
|
6283
6287
|
name: "lucide-zoom-out",
|
|
@@ -6763,7 +6767,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
6763
6767
|
let e = {};
|
|
6764
6768
|
return t.color && (e.color = `var(${s[t.color]})`), t.strokeWidth && (e["--icon--stroke-width"] = `${t.strokeWidth}px`), e;
|
|
6765
6769
|
});
|
|
6766
|
-
return (
|
|
6770
|
+
return (n, i) => unref(updatedIconSet)[e.icon] ?? unref(deprecatedIconSet)[e.icon] ? (openBlock(), createBlock(resolveDynamicComponent(unref(updatedIconSet)[e.icon] ?? unref(deprecatedIconSet)[e.icon]), {
|
|
6767
6771
|
key: 0,
|
|
6768
6772
|
class: normalizeClass(r.value),
|
|
6769
6773
|
"aria-hidden": "true",
|
|
@@ -6808,8 +6812,8 @@ var N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
6808
6812
|
let e = [];
|
|
6809
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]);
|
|
6810
6814
|
});
|
|
6811
|
-
return (
|
|
6812
|
-
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")]),
|
|
6813
6817
|
_: 3
|
|
6814
6818
|
}, 16, ["class"]));
|
|
6815
6819
|
}
|
|
@@ -9118,10 +9122,12 @@ function we$1(e) {
|
|
|
9118
9122
|
state: i,
|
|
9119
9123
|
setOptions: function(n) {
|
|
9120
9124
|
var s = typeof n == "function" ? n(i.options) : n;
|
|
9121
|
-
|
|
9125
|
+
p(), i.options = Object.assign({}, o, i.options, s), i.scrollParents = {
|
|
9122
9126
|
reference: Q$1(e) ? ce$1(e) : e.contextElement ? ce$1(e.contextElement) : [],
|
|
9123
9127
|
popper: ce$1(t)
|
|
9124
|
-
}
|
|
9128
|
+
};
|
|
9129
|
+
var l = un(dn([].concat(r, i.options.modifiers)));
|
|
9130
|
+
return i.orderedModifiers = l.filter(function(e) {
|
|
9125
9131
|
return e.enabled;
|
|
9126
9132
|
}), f(), d.update();
|
|
9127
9133
|
},
|
|
@@ -17201,7 +17207,7 @@ var entities_exports = /* @__PURE__ */ __export({
|
|
|
17201
17207
|
zscr: () => zscr,
|
|
17202
17208
|
zwj: () => "โ",
|
|
17203
17209
|
zwnj: () => "โ"
|
|
17204
|
-
}), 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((() => {
|
|
17205
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 = {
|
|
17206
17212
|
Aacute: "ร",
|
|
17207
17213
|
aacute: "รก",
|
|
@@ -24617,7 +24623,7 @@ var full_exports = /* @__PURE__ */ __export({
|
|
|
24617
24623
|
zombie_man: () => zombie_man,
|
|
24618
24624
|
zombie_woman: () => zombie_woman,
|
|
24619
24625
|
zzz: () => zzz
|
|
24620
|
-
}), 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((() => {
|
|
24621
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 = {
|
|
24622
24628
|
100: "๐ฏ",
|
|
24623
24629
|
1234: "๐ข",
|
|
@@ -26617,7 +26623,7 @@ var full_exports = /* @__PURE__ */ __export({
|
|
|
26617
26623
|
function d(e, t) {
|
|
26618
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) {
|
|
26619
26625
|
e.children.pop();
|
|
26620
|
-
var n = "task-item-" + Math.ceil(
|
|
26626
|
+
var n = "task-item-" + Math.ceil(1e4 * 1e3 * Math.random() - 1e3);
|
|
26621
26627
|
e.children[0].content = e.children[0].content.slice(0, -1) + " id=\"" + n + "\">", e.children.push(y(e.content, n, t));
|
|
26622
26628
|
} else e.children.unshift(p(t)), e.children.push(_(t));
|
|
26623
26629
|
}
|
|
@@ -27990,10 +27996,10 @@ var import_markdown_it = /* @__PURE__ */ __toESM(require_markdown_it()), VueMark
|
|
|
27990
27996
|
height: "1.2em"
|
|
27991
27997
|
};
|
|
27992
27998
|
function render$1(e, t) {
|
|
27993
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$4, t[0] ||= [createElementVNode("path", {
|
|
27999
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$4, [...t[0] ||= [createElementVNode("path", {
|
|
27994
28000
|
fill: "currentColor",
|
|
27995
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"
|
|
27996
|
-
}, null, -1)]);
|
|
28002
|
+
}, null, -1)]]);
|
|
27997
28003
|
}
|
|
27998
28004
|
var chat_default = {
|
|
27999
28005
|
name: "mdi-chat",
|
|
@@ -28004,10 +28010,10 @@ var chat_default = {
|
|
|
28004
28010
|
height: "1.2em"
|
|
28005
28011
|
};
|
|
28006
28012
|
function render(e, t) {
|
|
28007
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$3, t[0] ||= [createElementVNode("path", {
|
|
28013
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$3, [...t[0] ||= [createElementVNode("path", {
|
|
28008
28014
|
fill: "currentColor",
|
|
28009
28015
|
d: "M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"
|
|
28010
|
-
}, null, -1)]);
|
|
28016
|
+
}, null, -1)]]);
|
|
28011
28017
|
}
|
|
28012
28018
|
var chevron_down_default = {
|
|
28013
28019
|
name: "mdi-chevron-down",
|
|
@@ -28064,11 +28070,11 @@ var chevron_down_default = {
|
|
|
28064
28070
|
message: n,
|
|
28065
28071
|
"data-test-id": "chat-message-typing"
|
|
28066
28072
|
}, {
|
|
28067
|
-
default: withCtx(() => t[0] ||= [createElementVNode("div", { class: "chat-message-typing-body" }, [
|
|
28073
|
+
default: withCtx(() => [...t[0] ||= [createElementVNode("div", { class: "chat-message-typing-body" }, [
|
|
28068
28074
|
createElementVNode("span", { class: "chat-message-typing-circle" }),
|
|
28069
28075
|
createElementVNode("span", { class: "chat-message-typing-circle" }),
|
|
28070
28076
|
createElementVNode("span", { class: "chat-message-typing-circle" })
|
|
28071
|
-
], -1)]),
|
|
28077
|
+
], -1)]]),
|
|
28072
28078
|
_: 1
|
|
28073
28079
|
}, 8, ["class"]));
|
|
28074
28080
|
}
|
|
@@ -28092,7 +28098,7 @@ var chevron_down_default = {
|
|
|
28092
28098
|
return watch(() => r.value.length, () => {
|
|
28093
28099
|
let e = r.value[r.value.length - 1];
|
|
28094
28100
|
e && e.scrollToView();
|
|
28095
|
-
}), (
|
|
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), {
|
|
28096
28102
|
icon: "message-circle",
|
|
28097
28103
|
size: "large",
|
|
28098
28104
|
class: "emptyIcon"
|
|
@@ -28108,14 +28114,14 @@ var chevron_down_default = {
|
|
|
28108
28114
|
key: e.id,
|
|
28109
28115
|
message: e
|
|
28110
28116
|
}, null, 8, ["message"]))), 128)),
|
|
28111
|
-
(openBlock(!0), createElementBlock(Fragment, null, renderList(e.messages, (
|
|
28112
|
-
key:
|
|
28117
|
+
(openBlock(!0), createElementBlock(Fragment, null, renderList(e.messages, (e) => (openBlock(), createBlock(Message_default, {
|
|
28118
|
+
key: e.id,
|
|
28113
28119
|
ref_for: !0,
|
|
28114
28120
|
ref_key: "messageComponents",
|
|
28115
28121
|
ref: r,
|
|
28116
|
-
message:
|
|
28122
|
+
message: e
|
|
28117
28123
|
}, {
|
|
28118
|
-
beforeMessage: withCtx(({ message:
|
|
28124
|
+
beforeMessage: withCtx(({ message: e }) => [renderSlot(t.$slots, "beforeMessage", mergeProps({ ref_for: !0 }, { message: e }))]),
|
|
28119
28125
|
_: 2
|
|
28120
28126
|
}, 1032, ["message"]))), 128)),
|
|
28121
28127
|
unref(o) ? (openBlock(), createBlock(MessageTyping_default, { key: 0 })) : createCommentVNode("", !0)
|