@n8n/chat 1.13.1 → 1.14.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 +788 -764
- package/dist/chat.bundle.umd.js +24 -24
- package/dist/chat.es.js +785 -761
- package/dist/chat.umd.js +17 -17
- package/dist/style.css +2 -2
- package/package.json +4 -4
package/dist/chat.bundle.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@1.
|
|
1
|
+
/*! Package version @n8n/chat@1.14.0 */
|
|
2
2
|
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, n) => {
|
|
3
3
|
let i = {};
|
|
4
4
|
for (var o in e) __defProp$1(i, o, {
|
|
@@ -4098,7 +4098,7 @@ var defineSSRCustomElement = ((e, t) => /* @__PURE__ */ defineCustomElement(e, t
|
|
|
4098
4098
|
}
|
|
4099
4099
|
_update() {
|
|
4100
4100
|
let e = this._createVNode();
|
|
4101
|
-
this._app && (e.appContext = this._app._context), render$
|
|
4101
|
+
this._app && (e.appContext = this._app._context), render$223(e, this._root);
|
|
4102
4102
|
}
|
|
4103
4103
|
_createVNode() {
|
|
4104
4104
|
let e = {};
|
|
@@ -4470,7 +4470,7 @@ function ensureRenderer() {
|
|
|
4470
4470
|
function ensureHydrationRenderer() {
|
|
4471
4471
|
return renderer = enabledHydration ? renderer : createHydrationRenderer(rendererOptions), enabledHydration = !0, renderer;
|
|
4472
4472
|
}
|
|
4473
|
-
var render$
|
|
4473
|
+
var render$223 = ((...e) => {
|
|
4474
4474
|
ensureRenderer().render(...e);
|
|
4475
4475
|
}), hydrate = ((...e) => {
|
|
4476
4476
|
ensureHydrationRenderer().hydrate(...e);
|
|
@@ -4614,7 +4614,7 @@ var ssrDirectiveInitialized = !1, initDirectivesForSSR = () => {
|
|
|
4614
4614
|
readonly: () => readonly,
|
|
4615
4615
|
ref: () => ref,
|
|
4616
4616
|
registerRuntimeCompiler: () => registerRuntimeCompiler,
|
|
4617
|
-
render: () => render$
|
|
4617
|
+
render: () => render$223,
|
|
4618
4618
|
renderList: () => renderList,
|
|
4619
4619
|
renderSlot: () => renderSlot,
|
|
4620
4620
|
resolveComponent: () => resolveComponent,
|
|
@@ -13377,7 +13377,7 @@ async function sendMessage(e, t, n, i) {
|
|
|
13377
13377
|
[i.chatSessionKey]: n,
|
|
13378
13378
|
[i.chatInputKey]: e,
|
|
13379
13379
|
...i.metadata ? { metadata: i.metadata } : {}
|
|
13380
|
-
}, { headers: i.webhookConfig?.headers }),
|
|
13380
|
+
}, { headers: i.webhookConfig?.headers }), o;
|
|
13381
13381
|
}
|
|
13382
13382
|
function createLineParser() {
|
|
13383
13383
|
let e = "", t = new TextDecoder();
|
|
@@ -13787,38 +13787,38 @@ const ChatPlugin = { install(e, t) {
|
|
|
13787
13787
|
};
|
|
13788
13788
|
e.provide(ChatSymbol, f), e.config.globalProperties.$chat = f;
|
|
13789
13789
|
} };
|
|
13790
|
-
var _hoisted_1$
|
|
13790
|
+
var _hoisted_1$249 = {
|
|
13791
13791
|
viewBox: "0 0 24 24",
|
|
13792
13792
|
width: "1.2em",
|
|
13793
13793
|
height: "1.2em"
|
|
13794
13794
|
};
|
|
13795
|
-
function render$
|
|
13796
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13795
|
+
function render$222(e, t) {
|
|
13796
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$249, [...t[0] ||= [createBaseVNode("path", {
|
|
13797
13797
|
fill: "currentColor",
|
|
13798
13798
|
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"
|
|
13799
13799
|
}, null, -1)]]);
|
|
13800
13800
|
}
|
|
13801
13801
|
var close_default = {
|
|
13802
13802
|
name: "mdi-close",
|
|
13803
|
-
render: render$
|
|
13804
|
-
}, _hoisted_1$
|
|
13803
|
+
render: render$222
|
|
13804
|
+
}, _hoisted_1$248 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
13805
13805
|
__name: "GetStarted",
|
|
13806
13806
|
setup(e) {
|
|
13807
13807
|
let { t } = useI18n();
|
|
13808
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13808
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$248, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
13809
13809
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
13810
13810
|
_: 1
|
|
13811
13811
|
})]));
|
|
13812
13812
|
}
|
|
13813
|
-
}), _sfc_main$8 = {}, _hoisted_1$
|
|
13813
|
+
}), _sfc_main$8 = {}, _hoisted_1$247 = { class: "chat-powered-by" };
|
|
13814
13814
|
function _sfc_render$8(e, t) {
|
|
13815
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
13815
|
+
return openBlock(), createElementBlock("div", _hoisted_1$247, [...t[0] ||= [createTextVNode(" Powered by ", -1), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
|
|
13816
13816
|
}
|
|
13817
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$
|
|
13817
|
+
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$246 = { class: "chat-get-started-footer" }, _hoisted_2$18 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
13818
13818
|
__name: "GetStartedFooter",
|
|
13819
13819
|
setup(e) {
|
|
13820
13820
|
let { t, te: n } = useI18n();
|
|
13821
|
-
return (e, i) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
13821
|
+
return (e, i) => (openBlock(), createElementBlock("div", _hoisted_1$246, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$18, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
|
|
13822
13822
|
}
|
|
13823
13823
|
});
|
|
13824
13824
|
function tryOnScopeDispose$2(e) {
|
|
@@ -13873,119 +13873,119 @@ function useFileDialog(e = {}) {
|
|
|
13873
13873
|
onChange: i
|
|
13874
13874
|
};
|
|
13875
13875
|
}
|
|
13876
|
-
var _hoisted_1$
|
|
13876
|
+
var _hoisted_1$245 = {
|
|
13877
13877
|
viewBox: "0 0 24 24",
|
|
13878
13878
|
width: "1.2em",
|
|
13879
13879
|
height: "1.2em"
|
|
13880
13880
|
};
|
|
13881
|
-
function render$
|
|
13882
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13881
|
+
function render$221(e, t) {
|
|
13882
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$245, [...t[0] ||= [createBaseVNode("path", {
|
|
13883
13883
|
fill: "currentColor",
|
|
13884
13884
|
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"
|
|
13885
13885
|
}, null, -1)]]);
|
|
13886
13886
|
}
|
|
13887
13887
|
var paperclip_default$1 = {
|
|
13888
13888
|
name: "mdi-paperclip",
|
|
13889
|
-
render: render$
|
|
13890
|
-
}, _hoisted_1$
|
|
13889
|
+
render: render$221
|
|
13890
|
+
}, _hoisted_1$244 = {
|
|
13891
13891
|
viewBox: "0 0 24 24",
|
|
13892
13892
|
width: "1.2em",
|
|
13893
13893
|
height: "1.2em"
|
|
13894
13894
|
};
|
|
13895
|
-
function render$
|
|
13896
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13895
|
+
function render$220(e, t) {
|
|
13896
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$244, [...t[0] ||= [createBaseVNode("path", {
|
|
13897
13897
|
fill: "currentColor",
|
|
13898
13898
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
13899
13899
|
}, null, -1)]]);
|
|
13900
13900
|
}
|
|
13901
13901
|
var send_default$1 = {
|
|
13902
13902
|
name: "mdi-send",
|
|
13903
|
-
render: render$
|
|
13904
|
-
}, _hoisted_1$
|
|
13903
|
+
render: render$220
|
|
13904
|
+
}, _hoisted_1$243 = {
|
|
13905
13905
|
viewBox: "0 0 24 24",
|
|
13906
13906
|
width: "1.2em",
|
|
13907
13907
|
height: "1.2em"
|
|
13908
13908
|
};
|
|
13909
|
-
function render$
|
|
13910
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13909
|
+
function render$219(e, t) {
|
|
13910
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$243, [...t[0] ||= [createBaseVNode("path", {
|
|
13911
13911
|
fill: "currentColor",
|
|
13912
13912
|
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"
|
|
13913
13913
|
}, null, -1)]]);
|
|
13914
13914
|
}
|
|
13915
13915
|
var closeThick_default = {
|
|
13916
13916
|
name: "mdi-closeThick",
|
|
13917
|
-
render: render$
|
|
13918
|
-
}, _hoisted_1$
|
|
13917
|
+
render: render$219
|
|
13918
|
+
}, _hoisted_1$242 = {
|
|
13919
13919
|
viewBox: "0 0 24 24",
|
|
13920
13920
|
width: "1.2em",
|
|
13921
13921
|
height: "1.2em"
|
|
13922
13922
|
};
|
|
13923
|
-
function render$
|
|
13924
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13923
|
+
function render$218(e, t) {
|
|
13924
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createBaseVNode("path", {
|
|
13925
13925
|
fill: "currentColor",
|
|
13926
13926
|
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"
|
|
13927
13927
|
}, null, -1)]]);
|
|
13928
13928
|
}
|
|
13929
13929
|
var fileImage_default = {
|
|
13930
13930
|
name: "mdi-fileImage",
|
|
13931
|
-
render: render$
|
|
13932
|
-
}, _hoisted_1$
|
|
13931
|
+
render: render$218
|
|
13932
|
+
}, _hoisted_1$241 = {
|
|
13933
13933
|
viewBox: "0 0 24 24",
|
|
13934
13934
|
width: "1.2em",
|
|
13935
13935
|
height: "1.2em"
|
|
13936
13936
|
};
|
|
13937
|
-
function render$
|
|
13938
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13937
|
+
function render$217(e, t) {
|
|
13938
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$241, [...t[0] ||= [createBaseVNode("path", {
|
|
13939
13939
|
fill: "currentColor",
|
|
13940
13940
|
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"
|
|
13941
13941
|
}, null, -1)]]);
|
|
13942
13942
|
}
|
|
13943
13943
|
var fileMusic_default = {
|
|
13944
13944
|
name: "mdi-fileMusic",
|
|
13945
|
-
render: render$
|
|
13946
|
-
}, _hoisted_1$
|
|
13945
|
+
render: render$217
|
|
13946
|
+
}, _hoisted_1$240 = {
|
|
13947
13947
|
viewBox: "0 0 24 24",
|
|
13948
13948
|
width: "1.2em",
|
|
13949
13949
|
height: "1.2em"
|
|
13950
13950
|
};
|
|
13951
|
-
function render$
|
|
13952
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13951
|
+
function render$216(e, t) {
|
|
13952
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$240, [...t[0] ||= [createBaseVNode("path", {
|
|
13953
13953
|
fill: "currentColor",
|
|
13954
13954
|
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"
|
|
13955
13955
|
}, null, -1)]]);
|
|
13956
13956
|
}
|
|
13957
13957
|
var fileText_default = {
|
|
13958
13958
|
name: "mdi-fileText",
|
|
13959
|
-
render: render$
|
|
13960
|
-
}, _hoisted_1$
|
|
13959
|
+
render: render$216
|
|
13960
|
+
}, _hoisted_1$239 = {
|
|
13961
13961
|
viewBox: "0 0 24 24",
|
|
13962
13962
|
width: "1.2em",
|
|
13963
13963
|
height: "1.2em"
|
|
13964
13964
|
};
|
|
13965
|
-
function render$
|
|
13966
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13965
|
+
function render$215(e, t) {
|
|
13966
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$239, [...t[0] ||= [createBaseVNode("path", {
|
|
13967
13967
|
fill: "currentColor",
|
|
13968
13968
|
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"
|
|
13969
13969
|
}, null, -1)]]);
|
|
13970
13970
|
}
|
|
13971
13971
|
var fileVideo_default = {
|
|
13972
13972
|
name: "mdi-fileVideo",
|
|
13973
|
-
render: render$
|
|
13974
|
-
}, _hoisted_1$
|
|
13973
|
+
render: render$215
|
|
13974
|
+
}, _hoisted_1$238 = {
|
|
13975
13975
|
viewBox: "0 0 24 24",
|
|
13976
13976
|
width: "1.2em",
|
|
13977
13977
|
height: "1.2em"
|
|
13978
13978
|
};
|
|
13979
|
-
function render$
|
|
13980
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13979
|
+
function render$214(e, t) {
|
|
13980
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createBaseVNode("path", {
|
|
13981
13981
|
fill: "currentColor",
|
|
13982
13982
|
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"
|
|
13983
13983
|
}, null, -1)]]);
|
|
13984
13984
|
}
|
|
13985
13985
|
var openInNew_default = {
|
|
13986
13986
|
name: "mdi-openInNew",
|
|
13987
|
-
render: render$
|
|
13988
|
-
}, _hoisted_1$
|
|
13987
|
+
render: render$214
|
|
13988
|
+
}, _hoisted_1$237 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
13989
13989
|
__name: "ChatFile",
|
|
13990
13990
|
props: {
|
|
13991
13991
|
file: {},
|
|
@@ -14017,7 +14017,7 @@ var openInNew_default = {
|
|
|
14017
14017
|
onClick: c
|
|
14018
14018
|
}, [
|
|
14019
14019
|
createVNode(unref(s), { class: "chat-icon" }),
|
|
14020
|
-
createBaseVNode("p", _hoisted_1$
|
|
14020
|
+
createBaseVNode("p", _hoisted_1$237, toDisplayString(e.file.name), 1),
|
|
14021
14021
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
14022
14022
|
key: 0,
|
|
14023
14023
|
class: "chat-file-delete",
|
|
@@ -14029,7 +14029,7 @@ var openInNew_default = {
|
|
|
14029
14029
|
})) : createCommentVNode("", !0)
|
|
14030
14030
|
]));
|
|
14031
14031
|
}
|
|
14032
|
-
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$
|
|
14032
|
+
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$236 = { class: "chat-inputs" }, _hoisted_2$17 = {
|
|
14033
14033
|
key: 0,
|
|
14034
14034
|
class: "chat-input-left-panel"
|
|
14035
14035
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -14053,30 +14053,34 @@ var openInNew_default = {
|
|
|
14053
14053
|
if (u.value) for (let e = 0; e < u.value.length; e++) t.items.add(u.value[e]);
|
|
14054
14054
|
for (let n = 0; n < e.length; n++) t.items.add(e[n]);
|
|
14055
14055
|
u.value = t.files;
|
|
14056
|
-
})
|
|
14057
|
-
|
|
14058
|
-
|
|
14056
|
+
});
|
|
14057
|
+
function A(e) {
|
|
14058
|
+
F(e);
|
|
14059
|
+
}
|
|
14060
|
+
onMounted(() => {
|
|
14061
|
+
chatEventBus.on("focusInput", M), chatEventBus.on("blurInput", j), chatEventBus.on("setInputValue", N), chatEventBus.on("setupWebsocket", A), d.value && (_.value = new ResizeObserver((e) => {
|
|
14062
|
+
for (let t of e) t.target === d.value && U();
|
|
14059
14063
|
}), _.value.observe(d.value));
|
|
14060
14064
|
}), onUnmounted(() => {
|
|
14061
|
-
chatEventBus.off("focusInput",
|
|
14065
|
+
chatEventBus.off("focusInput", M), chatEventBus.off("blurInput", j), chatEventBus.off("setInputValue", N), chatEventBus.off("setupWebsocket", A), _.value &&= (_.value.disconnect(), null);
|
|
14062
14066
|
});
|
|
14063
|
-
function
|
|
14067
|
+
function j() {
|
|
14064
14068
|
d.value && d.value.blur();
|
|
14065
14069
|
}
|
|
14066
|
-
function
|
|
14070
|
+
function M() {
|
|
14067
14071
|
d.value && d.value.focus();
|
|
14068
14072
|
}
|
|
14069
|
-
function
|
|
14070
|
-
f.value = e,
|
|
14073
|
+
function N(e) {
|
|
14074
|
+
f.value = e, M();
|
|
14071
14075
|
}
|
|
14072
|
-
function
|
|
14076
|
+
function P() {
|
|
14073
14077
|
if (u.value) {
|
|
14074
14078
|
let e = Array.from(u.value);
|
|
14075
14079
|
return O(), u.value = null, e;
|
|
14076
14080
|
}
|
|
14077
14081
|
return [];
|
|
14078
14082
|
}
|
|
14079
|
-
function
|
|
14083
|
+
function F(e) {
|
|
14080
14084
|
if (s.webhookUrl && c.currentSessionId.value) try {
|
|
14081
14085
|
let t = constructChatWebsocketUrl(s.webhookUrl, e, c.currentSessionId.value, !0);
|
|
14082
14086
|
c.ws = new WebSocket(t), c.ws.onmessage = (e) => {
|
|
@@ -14097,7 +14101,7 @@ var openInNew_default = {
|
|
|
14097
14101
|
console.error("Error setting up websocket connection", e);
|
|
14098
14102
|
}
|
|
14099
14103
|
}
|
|
14100
|
-
async function
|
|
14104
|
+
async function I(e) {
|
|
14101
14105
|
if (!e || e.length === 0) return [];
|
|
14102
14106
|
let t = e.map(async (e) => new Promise((t, n) => {
|
|
14103
14107
|
let i = new FileReader();
|
|
@@ -14109,34 +14113,34 @@ var openInNew_default = {
|
|
|
14109
14113
|
}));
|
|
14110
14114
|
return await Promise.all(t);
|
|
14111
14115
|
}
|
|
14112
|
-
async function
|
|
14116
|
+
async function L(e, t) {
|
|
14113
14117
|
let n = {
|
|
14114
14118
|
id: v4_default(),
|
|
14115
14119
|
text: t,
|
|
14116
14120
|
sender: "user",
|
|
14117
|
-
files: u.value ?
|
|
14121
|
+
files: u.value ? P() : void 0
|
|
14118
14122
|
};
|
|
14119
14123
|
c.messages.value.push(n), e.send(JSON.stringify({
|
|
14120
14124
|
sessionId: c.currentSessionId.value,
|
|
14121
14125
|
action: "sendMessage",
|
|
14122
14126
|
chatInput: t,
|
|
14123
|
-
files: await
|
|
14127
|
+
files: await I(n.files)
|
|
14124
14128
|
})), c.waitingForResponse.value = !0, y.value = !1;
|
|
14125
14129
|
}
|
|
14126
|
-
async function
|
|
14130
|
+
async function R(e) {
|
|
14127
14131
|
if (e.preventDefault(), x.value) return;
|
|
14128
14132
|
let t = f.value;
|
|
14129
14133
|
if (f.value = "", g.value = !0, c.ws && y.value) {
|
|
14130
|
-
await
|
|
14134
|
+
await L(c.ws, t), chatEventBus.emit("messageSent");
|
|
14131
14135
|
return;
|
|
14132
14136
|
}
|
|
14133
|
-
let n = await c.sendMessage(t,
|
|
14134
|
-
n?.executionId &&
|
|
14137
|
+
let n = await c.sendMessage(t, P());
|
|
14138
|
+
n?.executionId && F(n.executionId), chatEventBus.emit("messageSent"), g.value = !1;
|
|
14135
14139
|
}
|
|
14136
|
-
async function
|
|
14137
|
-
e.shiftKey || e.isComposing || (await
|
|
14140
|
+
async function z(e) {
|
|
14141
|
+
e.shiftKey || e.isComposing || (await R(e), U());
|
|
14138
14142
|
}
|
|
14139
|
-
function
|
|
14143
|
+
function B(e) {
|
|
14140
14144
|
if (!u.value) return;
|
|
14141
14145
|
let t = new DataTransfer();
|
|
14142
14146
|
for (let n = 0; n < u.value.length; n++) {
|
|
@@ -14145,16 +14149,16 @@ var openInNew_default = {
|
|
|
14145
14149
|
}
|
|
14146
14150
|
O(), u.value = t.files;
|
|
14147
14151
|
}
|
|
14148
|
-
function
|
|
14152
|
+
function V(e) {
|
|
14149
14153
|
(e.key === "ArrowUp" || e.key === "ArrowDown") && (e.preventDefault(), o("arrowKeyDown", {
|
|
14150
14154
|
key: e.key,
|
|
14151
14155
|
currentInputValue: f.value
|
|
14152
14156
|
}));
|
|
14153
14157
|
}
|
|
14154
|
-
function
|
|
14158
|
+
function H() {
|
|
14155
14159
|
C.value || D({ accept: unref(T) });
|
|
14156
14160
|
}
|
|
14157
|
-
function
|
|
14161
|
+
function U() {
|
|
14158
14162
|
let e = d.value;
|
|
14159
14163
|
if (!e) return;
|
|
14160
14164
|
e.style.height = "var(--chat--textarea--height)";
|
|
@@ -14164,7 +14168,7 @@ var openInNew_default = {
|
|
|
14164
14168
|
return (e, t) => (openBlock(), createElementBlock("div", {
|
|
14165
14169
|
class: "chat-input",
|
|
14166
14170
|
style: normalizeStyle(E.value)
|
|
14167
|
-
}, [createBaseVNode("div", _hoisted_1$
|
|
14171
|
+
}, [createBaseVNode("div", _hoisted_1$236, [
|
|
14168
14172
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$17, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
14169
14173
|
withDirectives(createBaseVNode("textarea", {
|
|
14170
14174
|
ref_key: "chatTextArea",
|
|
@@ -14173,24 +14177,24 @@ var openInNew_default = {
|
|
|
14173
14177
|
"data-test-id": "chat-input",
|
|
14174
14178
|
disabled: S.value,
|
|
14175
14179
|
placeholder: unref(i)(n.placeholder),
|
|
14176
|
-
onKeydown: [withKeys(
|
|
14177
|
-
onInput:
|
|
14178
|
-
onMousedown:
|
|
14179
|
-
onFocus:
|
|
14180
|
+
onKeydown: [withKeys(z, ["enter"]), V],
|
|
14181
|
+
onInput: U,
|
|
14182
|
+
onMousedown: U,
|
|
14183
|
+
onFocus: U
|
|
14180
14184
|
}, null, 40, _hoisted_3$6), [[vModelText, f.value]]),
|
|
14181
14185
|
createBaseVNode("div", _hoisted_4$1, [w.value ? (openBlock(), createElementBlock("button", {
|
|
14182
14186
|
key: 0,
|
|
14183
14187
|
disabled: C.value,
|
|
14184
14188
|
class: "chat-input-file-button",
|
|
14185
14189
|
"data-test-id": "chat-attach-file-button",
|
|
14186
|
-
onClick:
|
|
14190
|
+
onClick: H
|
|
14187
14191
|
}, [createVNode(unref(paperclip_default$1), {
|
|
14188
14192
|
height: "24",
|
|
14189
14193
|
width: "24"
|
|
14190
14194
|
})], 8, _hoisted_5$1)) : createCommentVNode("", !0), createBaseVNode("button", {
|
|
14191
14195
|
disabled: x.value,
|
|
14192
14196
|
class: "chat-input-send-button",
|
|
14193
|
-
onClick:
|
|
14197
|
+
onClick: R
|
|
14194
14198
|
}, [createVNode(unref(send_default$1), {
|
|
14195
14199
|
height: "24",
|
|
14196
14200
|
width: "24"
|
|
@@ -14200,10 +14204,10 @@ var openInNew_default = {
|
|
|
14200
14204
|
file: e,
|
|
14201
14205
|
"is-removable": !0,
|
|
14202
14206
|
"is-previewable": !0,
|
|
14203
|
-
onRemove:
|
|
14207
|
+
onRemove: B
|
|
14204
14208
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 4));
|
|
14205
14209
|
}
|
|
14206
|
-
}), [["__scopeId", "data-v-
|
|
14210
|
+
}), [["__scopeId", "data-v-55b59141"]]), _hoisted_1$235 = { class: "chat-layout" }, _hoisted_2$16 = {
|
|
14207
14211
|
key: 0,
|
|
14208
14212
|
class: "chat-header"
|
|
14209
14213
|
}, _hoisted_3$5 = {
|
|
@@ -14221,7 +14225,7 @@ var openInNew_default = {
|
|
|
14221
14225
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
14222
14226
|
}), onBeforeUnmount(() => {
|
|
14223
14227
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
14224
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
14228
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$235, [
|
|
14225
14229
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
14226
14230
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
14227
14231
|
key: 1,
|
|
@@ -14250,13 +14254,13 @@ var clsx_default = clsx;
|
|
|
14250
14254
|
function cn$2(...e) {
|
|
14251
14255
|
return clsx_default(e);
|
|
14252
14256
|
}
|
|
14253
|
-
var anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$233 = {
|
|
14257
|
+
var anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$234 = {
|
|
14254
14258
|
viewBox: "0 0 24 24",
|
|
14255
14259
|
width: "1.2em",
|
|
14256
14260
|
height: "1.2em"
|
|
14257
14261
|
};
|
|
14258
|
-
function render$
|
|
14259
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14262
|
+
function render$213(e, t) {
|
|
14263
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$234, [...t[0] ||= [createBaseVNode("path", {
|
|
14260
14264
|
fill: "none",
|
|
14261
14265
|
stroke: "currentColor",
|
|
14262
14266
|
"stroke-linecap": "round",
|
|
@@ -14267,14 +14271,14 @@ function render$212(e, t) {
|
|
|
14267
14271
|
}
|
|
14268
14272
|
var align_right_default = {
|
|
14269
14273
|
name: "lucide-align-right",
|
|
14270
|
-
render: render$
|
|
14271
|
-
}, _hoisted_1$
|
|
14274
|
+
render: render$213
|
|
14275
|
+
}, _hoisted_1$233 = {
|
|
14272
14276
|
viewBox: "0 0 24 24",
|
|
14273
14277
|
width: "1.2em",
|
|
14274
14278
|
height: "1.2em"
|
|
14275
14279
|
};
|
|
14276
|
-
function render$
|
|
14277
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14280
|
+
function render$212(e, t) {
|
|
14281
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createBaseVNode("g", {
|
|
14278
14282
|
fill: "none",
|
|
14279
14283
|
stroke: "currentColor",
|
|
14280
14284
|
"stroke-linecap": "round",
|
|
@@ -14290,14 +14294,14 @@ function render$211(e, t) {
|
|
|
14290
14294
|
}
|
|
14291
14295
|
var archive_default = {
|
|
14292
14296
|
name: "lucide-archive",
|
|
14293
|
-
render: render$
|
|
14294
|
-
}, _hoisted_1$
|
|
14297
|
+
render: render$212
|
|
14298
|
+
}, _hoisted_1$232 = {
|
|
14295
14299
|
viewBox: "0 0 24 24",
|
|
14296
14300
|
width: "1.2em",
|
|
14297
14301
|
height: "1.2em"
|
|
14298
14302
|
};
|
|
14299
|
-
function render$
|
|
14300
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14303
|
+
function render$211(e, t) {
|
|
14304
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createBaseVNode("g", {
|
|
14301
14305
|
fill: "none",
|
|
14302
14306
|
stroke: "currentColor",
|
|
14303
14307
|
"stroke-linecap": "round",
|
|
@@ -14313,14 +14317,14 @@ function render$210(e, t) {
|
|
|
14313
14317
|
}
|
|
14314
14318
|
var archive_restore_default = {
|
|
14315
14319
|
name: "lucide-archive-restore",
|
|
14316
|
-
render: render$
|
|
14317
|
-
}, _hoisted_1$
|
|
14320
|
+
render: render$211
|
|
14321
|
+
}, _hoisted_1$231 = {
|
|
14318
14322
|
viewBox: "0 0 24 24",
|
|
14319
14323
|
width: "1.2em",
|
|
14320
14324
|
height: "1.2em"
|
|
14321
14325
|
};
|
|
14322
|
-
function render$
|
|
14323
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14326
|
+
function render$210(e, t) {
|
|
14327
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createBaseVNode("path", {
|
|
14324
14328
|
fill: "none",
|
|
14325
14329
|
stroke: "currentColor",
|
|
14326
14330
|
"stroke-linecap": "round",
|
|
@@ -14331,14 +14335,14 @@ function render$209(e, t) {
|
|
|
14331
14335
|
}
|
|
14332
14336
|
var arrow_down_default$1 = {
|
|
14333
14337
|
name: "lucide-arrow-down",
|
|
14334
|
-
render: render$
|
|
14335
|
-
}, _hoisted_1$
|
|
14338
|
+
render: render$210
|
|
14339
|
+
}, _hoisted_1$230 = {
|
|
14336
14340
|
viewBox: "0 0 24 24",
|
|
14337
14341
|
width: "1.2em",
|
|
14338
14342
|
height: "1.2em"
|
|
14339
14343
|
};
|
|
14340
|
-
function render$
|
|
14341
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14344
|
+
function render$209(e, t) {
|
|
14345
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createBaseVNode("path", {
|
|
14342
14346
|
fill: "none",
|
|
14343
14347
|
stroke: "currentColor",
|
|
14344
14348
|
"stroke-linecap": "round",
|
|
@@ -14349,14 +14353,14 @@ function render$208(e, t) {
|
|
|
14349
14353
|
}
|
|
14350
14354
|
var arrow_left_default$1 = {
|
|
14351
14355
|
name: "lucide-arrow-left",
|
|
14352
|
-
render: render$
|
|
14353
|
-
}, _hoisted_1$
|
|
14356
|
+
render: render$209
|
|
14357
|
+
}, _hoisted_1$229 = {
|
|
14354
14358
|
viewBox: "0 0 24 24",
|
|
14355
14359
|
width: "1.2em",
|
|
14356
14360
|
height: "1.2em"
|
|
14357
14361
|
};
|
|
14358
|
-
function render$
|
|
14359
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14362
|
+
function render$208(e, t) {
|
|
14363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createBaseVNode("path", {
|
|
14360
14364
|
fill: "none",
|
|
14361
14365
|
stroke: "currentColor",
|
|
14362
14366
|
"stroke-linecap": "round",
|
|
@@ -14367,14 +14371,14 @@ function render$207(e, t) {
|
|
|
14367
14371
|
}
|
|
14368
14372
|
var arrow_left_right_default = {
|
|
14369
14373
|
name: "lucide-arrow-left-right",
|
|
14370
|
-
render: render$
|
|
14371
|
-
}, _hoisted_1$
|
|
14374
|
+
render: render$208
|
|
14375
|
+
}, _hoisted_1$228 = {
|
|
14372
14376
|
viewBox: "0 0 24 24",
|
|
14373
14377
|
width: "1.2em",
|
|
14374
14378
|
height: "1.2em"
|
|
14375
14379
|
};
|
|
14376
|
-
function render$
|
|
14377
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14380
|
+
function render$207(e, t) {
|
|
14381
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createBaseVNode("path", {
|
|
14378
14382
|
fill: "none",
|
|
14379
14383
|
stroke: "currentColor",
|
|
14380
14384
|
"stroke-linecap": "round",
|
|
@@ -14385,14 +14389,14 @@ function render$206(e, t) {
|
|
|
14385
14389
|
}
|
|
14386
14390
|
var arrow_right_default$1 = {
|
|
14387
14391
|
name: "lucide-arrow-right",
|
|
14388
|
-
render: render$
|
|
14389
|
-
}, _hoisted_1$
|
|
14392
|
+
render: render$207
|
|
14393
|
+
}, _hoisted_1$227 = {
|
|
14390
14394
|
viewBox: "0 0 24 24",
|
|
14391
14395
|
width: "1.2em",
|
|
14392
14396
|
height: "1.2em"
|
|
14393
14397
|
};
|
|
14394
|
-
function render$
|
|
14395
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14398
|
+
function render$206(e, t) {
|
|
14399
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createBaseVNode("path", {
|
|
14396
14400
|
fill: "none",
|
|
14397
14401
|
stroke: "currentColor",
|
|
14398
14402
|
"stroke-linecap": "round",
|
|
@@ -14403,14 +14407,14 @@ function render$205(e, t) {
|
|
|
14403
14407
|
}
|
|
14404
14408
|
var arrow_right_from_line_default = {
|
|
14405
14409
|
name: "lucide-arrow-right-from-line",
|
|
14406
|
-
render: render$
|
|
14407
|
-
}, _hoisted_1$
|
|
14410
|
+
render: render$206
|
|
14411
|
+
}, _hoisted_1$226 = {
|
|
14408
14412
|
viewBox: "0 0 24 24",
|
|
14409
14413
|
width: "1.2em",
|
|
14410
14414
|
height: "1.2em"
|
|
14411
14415
|
};
|
|
14412
|
-
function render$
|
|
14413
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14416
|
+
function render$205(e, t) {
|
|
14417
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createBaseVNode("path", {
|
|
14414
14418
|
fill: "none",
|
|
14415
14419
|
stroke: "currentColor",
|
|
14416
14420
|
"stroke-linecap": "round",
|
|
@@ -14421,14 +14425,14 @@ function render$204(e, t) {
|
|
|
14421
14425
|
}
|
|
14422
14426
|
var arrow_right_to_line_default = {
|
|
14423
14427
|
name: "lucide-arrow-right-to-line",
|
|
14424
|
-
render: render$
|
|
14425
|
-
}, _hoisted_1$
|
|
14428
|
+
render: render$205
|
|
14429
|
+
}, _hoisted_1$225 = {
|
|
14426
14430
|
viewBox: "0 0 24 24",
|
|
14427
14431
|
width: "1.2em",
|
|
14428
14432
|
height: "1.2em"
|
|
14429
14433
|
};
|
|
14430
|
-
function render$
|
|
14431
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14434
|
+
function render$204(e, t) {
|
|
14435
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createBaseVNode("path", {
|
|
14432
14436
|
fill: "none",
|
|
14433
14437
|
stroke: "currentColor",
|
|
14434
14438
|
"stroke-linecap": "round",
|
|
@@ -14439,14 +14443,14 @@ function render$203(e, t) {
|
|
|
14439
14443
|
}
|
|
14440
14444
|
var arrow_up_default = {
|
|
14441
14445
|
name: "lucide-arrow-up",
|
|
14442
|
-
render: render$
|
|
14443
|
-
}, _hoisted_1$
|
|
14446
|
+
render: render$204
|
|
14447
|
+
}, _hoisted_1$224 = {
|
|
14444
14448
|
viewBox: "0 0 24 24",
|
|
14445
14449
|
width: "1.2em",
|
|
14446
14450
|
height: "1.2em"
|
|
14447
14451
|
};
|
|
14448
|
-
function render$
|
|
14449
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14452
|
+
function render$203(e, t) {
|
|
14453
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createBaseVNode("path", {
|
|
14450
14454
|
fill: "none",
|
|
14451
14455
|
stroke: "currentColor",
|
|
14452
14456
|
"stroke-linecap": "round",
|
|
@@ -14457,14 +14461,14 @@ function render$202(e, t) {
|
|
|
14457
14461
|
}
|
|
14458
14462
|
var arrow_up_right_default = {
|
|
14459
14463
|
name: "lucide-arrow-up-right",
|
|
14460
|
-
render: render$
|
|
14461
|
-
}, _hoisted_1$
|
|
14464
|
+
render: render$203
|
|
14465
|
+
}, _hoisted_1$223 = {
|
|
14462
14466
|
viewBox: "0 0 24 24",
|
|
14463
14467
|
width: "1.2em",
|
|
14464
14468
|
height: "1.2em"
|
|
14465
14469
|
};
|
|
14466
|
-
function render$
|
|
14467
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14470
|
+
function render$202(e, t) {
|
|
14471
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createBaseVNode("g", {
|
|
14468
14472
|
fill: "none",
|
|
14469
14473
|
stroke: "currentColor",
|
|
14470
14474
|
"stroke-linecap": "round",
|
|
@@ -14478,14 +14482,14 @@ function render$201(e, t) {
|
|
|
14478
14482
|
}
|
|
14479
14483
|
var at_sign_default = {
|
|
14480
14484
|
name: "lucide-at-sign",
|
|
14481
|
-
render: render$
|
|
14482
|
-
}, _hoisted_1$
|
|
14485
|
+
render: render$202
|
|
14486
|
+
}, _hoisted_1$222 = {
|
|
14483
14487
|
viewBox: "0 0 24 24",
|
|
14484
14488
|
width: "1.2em",
|
|
14485
14489
|
height: "1.2em"
|
|
14486
14490
|
};
|
|
14487
|
-
function render$
|
|
14488
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14491
|
+
function render$201(e, t) {
|
|
14492
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createBaseVNode("g", {
|
|
14489
14493
|
fill: "none",
|
|
14490
14494
|
stroke: "currentColor",
|
|
14491
14495
|
"stroke-linecap": "round",
|
|
@@ -14495,14 +14499,14 @@ function render$200(e, t) {
|
|
|
14495
14499
|
}
|
|
14496
14500
|
var badge_check_default = {
|
|
14497
14501
|
name: "lucide-badge-check",
|
|
14498
|
-
render: render$
|
|
14499
|
-
}, _hoisted_1$
|
|
14502
|
+
render: render$201
|
|
14503
|
+
}, _hoisted_1$221 = {
|
|
14500
14504
|
viewBox: "0 0 24 24",
|
|
14501
14505
|
width: "1.2em",
|
|
14502
14506
|
height: "1.2em"
|
|
14503
14507
|
};
|
|
14504
|
-
function render$
|
|
14505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14508
|
+
function render$200(e, t) {
|
|
14509
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createBaseVNode("g", {
|
|
14506
14510
|
fill: "none",
|
|
14507
14511
|
stroke: "currentColor",
|
|
14508
14512
|
"stroke-linecap": "round",
|
|
@@ -14516,14 +14520,14 @@ function render$199(e, t) {
|
|
|
14516
14520
|
}
|
|
14517
14521
|
var ban_default = {
|
|
14518
14522
|
name: "lucide-ban",
|
|
14519
|
-
render: render$
|
|
14520
|
-
}, _hoisted_1$
|
|
14523
|
+
render: render$200
|
|
14524
|
+
}, _hoisted_1$220 = {
|
|
14521
14525
|
viewBox: "0 0 24 24",
|
|
14522
14526
|
width: "1.2em",
|
|
14523
14527
|
height: "1.2em"
|
|
14524
14528
|
};
|
|
14525
|
-
function render$
|
|
14526
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14529
|
+
function render$199(e, t) {
|
|
14530
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createBaseVNode("path", {
|
|
14527
14531
|
fill: "none",
|
|
14528
14532
|
stroke: "currentColor",
|
|
14529
14533
|
"stroke-linecap": "round",
|
|
@@ -14534,14 +14538,14 @@ function render$198(e, t) {
|
|
|
14534
14538
|
}
|
|
14535
14539
|
var bell_default = {
|
|
14536
14540
|
name: "lucide-bell",
|
|
14537
|
-
render: render$
|
|
14538
|
-
}, _hoisted_1$
|
|
14541
|
+
render: render$199
|
|
14542
|
+
}, _hoisted_1$219 = {
|
|
14539
14543
|
viewBox: "0 0 24 24",
|
|
14540
14544
|
width: "1.2em",
|
|
14541
14545
|
height: "1.2em"
|
|
14542
14546
|
};
|
|
14543
|
-
function render$
|
|
14544
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14547
|
+
function render$198(e, t) {
|
|
14548
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createBaseVNode("path", {
|
|
14545
14549
|
fill: "none",
|
|
14546
14550
|
stroke: "currentColor",
|
|
14547
14551
|
"stroke-linecap": "round",
|
|
@@ -14552,14 +14556,14 @@ function render$197(e, t) {
|
|
|
14552
14556
|
}
|
|
14553
14557
|
var book_default = {
|
|
14554
14558
|
name: "lucide-book",
|
|
14555
|
-
render: render$
|
|
14556
|
-
}, _hoisted_1$
|
|
14559
|
+
render: render$198
|
|
14560
|
+
}, _hoisted_1$218 = {
|
|
14557
14561
|
viewBox: "0 0 24 24",
|
|
14558
14562
|
width: "1.2em",
|
|
14559
14563
|
height: "1.2em"
|
|
14560
14564
|
};
|
|
14561
|
-
function render$
|
|
14562
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14565
|
+
function render$197(e, t) {
|
|
14566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createBaseVNode("path", {
|
|
14563
14567
|
fill: "none",
|
|
14564
14568
|
stroke: "currentColor",
|
|
14565
14569
|
"stroke-linecap": "round",
|
|
@@ -14570,14 +14574,14 @@ function render$196(e, t) {
|
|
|
14570
14574
|
}
|
|
14571
14575
|
var book_open_default = {
|
|
14572
14576
|
name: "lucide-book-open",
|
|
14573
|
-
render: render$
|
|
14574
|
-
}, _hoisted_1$
|
|
14577
|
+
render: render$197
|
|
14578
|
+
}, _hoisted_1$217 = {
|
|
14575
14579
|
viewBox: "0 0 24 24",
|
|
14576
14580
|
width: "1.2em",
|
|
14577
14581
|
height: "1.2em"
|
|
14578
14582
|
};
|
|
14579
|
-
function render$
|
|
14580
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14583
|
+
function render$196(e, t) {
|
|
14584
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createBaseVNode("g", {
|
|
14581
14585
|
fill: "none",
|
|
14582
14586
|
stroke: "currentColor",
|
|
14583
14587
|
"stroke-linecap": "round",
|
|
@@ -14597,14 +14601,14 @@ function render$195(e, t) {
|
|
|
14597
14601
|
}
|
|
14598
14602
|
var bot_default = {
|
|
14599
14603
|
name: "lucide-bot",
|
|
14600
|
-
render: render$
|
|
14601
|
-
}, _hoisted_1$
|
|
14604
|
+
render: render$196
|
|
14605
|
+
}, _hoisted_1$216 = {
|
|
14602
14606
|
viewBox: "0 0 24 24",
|
|
14603
14607
|
width: "1.2em",
|
|
14604
14608
|
height: "1.2em"
|
|
14605
14609
|
};
|
|
14606
|
-
function render$
|
|
14607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14610
|
+
function render$195(e, t) {
|
|
14611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createBaseVNode("g", {
|
|
14608
14612
|
fill: "none",
|
|
14609
14613
|
stroke: "currentColor",
|
|
14610
14614
|
"stroke-linecap": "round",
|
|
@@ -14614,14 +14618,14 @@ function render$194(e, t) {
|
|
|
14614
14618
|
}
|
|
14615
14619
|
var box_default = {
|
|
14616
14620
|
name: "lucide-box",
|
|
14617
|
-
render: render$
|
|
14618
|
-
}, _hoisted_1$
|
|
14621
|
+
render: render$195
|
|
14622
|
+
}, _hoisted_1$215 = {
|
|
14619
14623
|
viewBox: "0 0 24 24",
|
|
14620
14624
|
width: "1.2em",
|
|
14621
14625
|
height: "1.2em"
|
|
14622
14626
|
};
|
|
14623
|
-
function render$
|
|
14624
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14627
|
+
function render$194(e, t) {
|
|
14628
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createBaseVNode("path", {
|
|
14625
14629
|
fill: "none",
|
|
14626
14630
|
stroke: "currentColor",
|
|
14627
14631
|
"stroke-linecap": "round",
|
|
@@ -14632,14 +14636,14 @@ function render$193(e, t) {
|
|
|
14632
14636
|
}
|
|
14633
14637
|
var braces_default = {
|
|
14634
14638
|
name: "lucide-braces",
|
|
14635
|
-
render: render$
|
|
14636
|
-
}, _hoisted_1$
|
|
14639
|
+
render: render$194
|
|
14640
|
+
}, _hoisted_1$214 = {
|
|
14637
14641
|
viewBox: "0 0 24 24",
|
|
14638
14642
|
width: "1.2em",
|
|
14639
14643
|
height: "1.2em"
|
|
14640
14644
|
};
|
|
14641
|
-
function render$
|
|
14642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14645
|
+
function render$193(e, t) {
|
|
14646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createBaseVNode("g", {
|
|
14643
14647
|
fill: "none",
|
|
14644
14648
|
stroke: "currentColor",
|
|
14645
14649
|
"stroke-linecap": "round",
|
|
@@ -14653,14 +14657,14 @@ function render$192(e, t) {
|
|
|
14653
14657
|
}
|
|
14654
14658
|
var brain_default = {
|
|
14655
14659
|
name: "lucide-brain",
|
|
14656
|
-
render: render$
|
|
14657
|
-
}, _hoisted_1$
|
|
14660
|
+
render: render$193
|
|
14661
|
+
}, _hoisted_1$213 = {
|
|
14658
14662
|
viewBox: "0 0 24 24",
|
|
14659
14663
|
width: "1.2em",
|
|
14660
14664
|
height: "1.2em"
|
|
14661
14665
|
};
|
|
14662
|
-
function render$
|
|
14663
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14666
|
+
function render$192(e, t) {
|
|
14667
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createBaseVNode("g", {
|
|
14664
14668
|
fill: "none",
|
|
14665
14669
|
stroke: "currentColor",
|
|
14666
14670
|
"stroke-linecap": "round",
|
|
@@ -14674,14 +14678,14 @@ function render$191(e, t) {
|
|
|
14674
14678
|
}
|
|
14675
14679
|
var bug_default = {
|
|
14676
14680
|
name: "lucide-bug",
|
|
14677
|
-
render: render$
|
|
14678
|
-
}, _hoisted_1$
|
|
14681
|
+
render: render$192
|
|
14682
|
+
}, _hoisted_1$212 = {
|
|
14679
14683
|
viewBox: "0 0 24 24",
|
|
14680
14684
|
width: "1.2em",
|
|
14681
14685
|
height: "1.2em"
|
|
14682
14686
|
};
|
|
14683
|
-
function render$
|
|
14684
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14687
|
+
function render$191(e, t) {
|
|
14688
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createBaseVNode("g", {
|
|
14685
14689
|
fill: "none",
|
|
14686
14690
|
stroke: "currentColor",
|
|
14687
14691
|
"stroke-linecap": "round",
|
|
@@ -14697,14 +14701,14 @@ function render$190(e, t) {
|
|
|
14697
14701
|
}
|
|
14698
14702
|
var calculator_default = {
|
|
14699
14703
|
name: "lucide-calculator",
|
|
14700
|
-
render: render$
|
|
14701
|
-
}, _hoisted_1$
|
|
14704
|
+
render: render$191
|
|
14705
|
+
}, _hoisted_1$211 = {
|
|
14702
14706
|
viewBox: "0 0 24 24",
|
|
14703
14707
|
width: "1.2em",
|
|
14704
14708
|
height: "1.2em"
|
|
14705
14709
|
};
|
|
14706
|
-
function render$
|
|
14707
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14710
|
+
function render$190(e, t) {
|
|
14711
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createBaseVNode("g", {
|
|
14708
14712
|
fill: "none",
|
|
14709
14713
|
stroke: "currentColor",
|
|
14710
14714
|
"stroke-linecap": "round",
|
|
@@ -14724,14 +14728,14 @@ function render$189(e, t) {
|
|
|
14724
14728
|
}
|
|
14725
14729
|
var calendar_default = {
|
|
14726
14730
|
name: "lucide-calendar",
|
|
14727
|
-
render: render$
|
|
14728
|
-
}, _hoisted_1$
|
|
14731
|
+
render: render$190
|
|
14732
|
+
}, _hoisted_1$210 = {
|
|
14729
14733
|
viewBox: "0 0 24 24",
|
|
14730
14734
|
width: "1.2em",
|
|
14731
14735
|
height: "1.2em"
|
|
14732
14736
|
};
|
|
14733
|
-
function render$
|
|
14734
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14737
|
+
function render$189(e, t) {
|
|
14738
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createBaseVNode("path", {
|
|
14735
14739
|
fill: "none",
|
|
14736
14740
|
stroke: "currentColor",
|
|
14737
14741
|
"stroke-linecap": "round",
|
|
@@ -14742,14 +14746,14 @@ function render$188(e, t) {
|
|
|
14742
14746
|
}
|
|
14743
14747
|
var case_upper_default = {
|
|
14744
14748
|
name: "lucide-case-upper",
|
|
14745
|
-
render: render$
|
|
14746
|
-
}, _hoisted_1$
|
|
14749
|
+
render: render$189
|
|
14750
|
+
}, _hoisted_1$209 = {
|
|
14747
14751
|
viewBox: "0 0 24 24",
|
|
14748
14752
|
width: "1.2em",
|
|
14749
14753
|
height: "1.2em"
|
|
14750
14754
|
};
|
|
14751
|
-
function render$
|
|
14752
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14755
|
+
function render$188(e, t) {
|
|
14756
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createBaseVNode("path", {
|
|
14753
14757
|
fill: "none",
|
|
14754
14758
|
stroke: "currentColor",
|
|
14755
14759
|
"stroke-linecap": "round",
|
|
@@ -14760,14 +14764,14 @@ function render$187(e, t) {
|
|
|
14760
14764
|
}
|
|
14761
14765
|
var chart_column_decreasing_default = {
|
|
14762
14766
|
name: "lucide-chart-column-decreasing",
|
|
14763
|
-
render: render$
|
|
14764
|
-
}, _hoisted_1$
|
|
14767
|
+
render: render$188
|
|
14768
|
+
}, _hoisted_1$208 = {
|
|
14765
14769
|
viewBox: "0 0 24 24",
|
|
14766
14770
|
width: "1.2em",
|
|
14767
14771
|
height: "1.2em"
|
|
14768
14772
|
};
|
|
14769
|
-
function render$
|
|
14770
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14773
|
+
function render$187(e, t) {
|
|
14774
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createBaseVNode("path", {
|
|
14771
14775
|
fill: "none",
|
|
14772
14776
|
stroke: "currentColor",
|
|
14773
14777
|
"stroke-linecap": "round",
|
|
@@ -14778,14 +14782,14 @@ function render$186(e, t) {
|
|
|
14778
14782
|
}
|
|
14779
14783
|
var check_default = {
|
|
14780
14784
|
name: "lucide-check",
|
|
14781
|
-
render: render$
|
|
14782
|
-
}, _hoisted_1$
|
|
14785
|
+
render: render$187
|
|
14786
|
+
}, _hoisted_1$207 = {
|
|
14783
14787
|
viewBox: "0 0 24 24",
|
|
14784
14788
|
width: "1.2em",
|
|
14785
14789
|
height: "1.2em"
|
|
14786
14790
|
};
|
|
14787
|
-
function render$
|
|
14788
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14791
|
+
function render$186(e, t) {
|
|
14792
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createBaseVNode("path", {
|
|
14789
14793
|
fill: "none",
|
|
14790
14794
|
stroke: "currentColor",
|
|
14791
14795
|
"stroke-linecap": "round",
|
|
@@ -14796,14 +14800,14 @@ function render$185(e, t) {
|
|
|
14796
14800
|
}
|
|
14797
14801
|
var check_check_default = {
|
|
14798
14802
|
name: "lucide-check-check",
|
|
14799
|
-
render: render$
|
|
14800
|
-
}, _hoisted_1$
|
|
14803
|
+
render: render$186
|
|
14804
|
+
}, _hoisted_1$206 = {
|
|
14801
14805
|
viewBox: "0 0 24 24",
|
|
14802
14806
|
width: "1.2em",
|
|
14803
14807
|
height: "1.2em"
|
|
14804
14808
|
};
|
|
14805
|
-
function render$
|
|
14806
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14809
|
+
function render$185(e, t) {
|
|
14810
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createBaseVNode("path", {
|
|
14807
14811
|
fill: "none",
|
|
14808
14812
|
stroke: "currentColor",
|
|
14809
14813
|
"stroke-linecap": "round",
|
|
@@ -14814,14 +14818,14 @@ function render$184(e, t) {
|
|
|
14814
14818
|
}
|
|
14815
14819
|
var chevron_down_default$1 = {
|
|
14816
14820
|
name: "lucide-chevron-down",
|
|
14817
|
-
render: render$
|
|
14818
|
-
}, _hoisted_1$
|
|
14821
|
+
render: render$185
|
|
14822
|
+
}, _hoisted_1$205 = {
|
|
14819
14823
|
viewBox: "0 0 24 24",
|
|
14820
14824
|
width: "1.2em",
|
|
14821
14825
|
height: "1.2em"
|
|
14822
14826
|
};
|
|
14823
|
-
function render$
|
|
14824
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14827
|
+
function render$184(e, t) {
|
|
14828
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createBaseVNode("path", {
|
|
14825
14829
|
fill: "none",
|
|
14826
14830
|
stroke: "currentColor",
|
|
14827
14831
|
"stroke-linecap": "round",
|
|
@@ -14832,14 +14836,14 @@ function render$183(e, t) {
|
|
|
14832
14836
|
}
|
|
14833
14837
|
var chevron_left_default = {
|
|
14834
14838
|
name: "lucide-chevron-left",
|
|
14835
|
-
render: render$
|
|
14836
|
-
}, _hoisted_1$
|
|
14839
|
+
render: render$184
|
|
14840
|
+
}, _hoisted_1$204 = {
|
|
14837
14841
|
viewBox: "0 0 24 24",
|
|
14838
14842
|
width: "1.2em",
|
|
14839
14843
|
height: "1.2em"
|
|
14840
14844
|
};
|
|
14841
|
-
function render$
|
|
14842
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14845
|
+
function render$183(e, t) {
|
|
14846
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createBaseVNode("path", {
|
|
14843
14847
|
fill: "none",
|
|
14844
14848
|
stroke: "currentColor",
|
|
14845
14849
|
"stroke-linecap": "round",
|
|
@@ -14850,14 +14854,14 @@ function render$182(e, t) {
|
|
|
14850
14854
|
}
|
|
14851
14855
|
var chevron_right_default = {
|
|
14852
14856
|
name: "lucide-chevron-right",
|
|
14853
|
-
render: render$
|
|
14854
|
-
}, _hoisted_1$
|
|
14857
|
+
render: render$183
|
|
14858
|
+
}, _hoisted_1$203 = {
|
|
14855
14859
|
viewBox: "0 0 24 24",
|
|
14856
14860
|
width: "1.2em",
|
|
14857
14861
|
height: "1.2em"
|
|
14858
14862
|
};
|
|
14859
|
-
function render$
|
|
14860
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14863
|
+
function render$182(e, t) {
|
|
14864
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createBaseVNode("path", {
|
|
14861
14865
|
fill: "none",
|
|
14862
14866
|
stroke: "currentColor",
|
|
14863
14867
|
"stroke-linecap": "round",
|
|
@@ -14868,14 +14872,14 @@ function render$181(e, t) {
|
|
|
14868
14872
|
}
|
|
14869
14873
|
var chevron_up_default = {
|
|
14870
14874
|
name: "lucide-chevron-up",
|
|
14871
|
-
render: render$
|
|
14872
|
-
}, _hoisted_1$
|
|
14875
|
+
render: render$182
|
|
14876
|
+
}, _hoisted_1$202 = {
|
|
14873
14877
|
viewBox: "0 0 24 24",
|
|
14874
14878
|
width: "1.2em",
|
|
14875
14879
|
height: "1.2em"
|
|
14876
14880
|
};
|
|
14877
|
-
function render$
|
|
14878
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14881
|
+
function render$181(e, t) {
|
|
14882
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createBaseVNode("path", {
|
|
14879
14883
|
fill: "none",
|
|
14880
14884
|
stroke: "currentColor",
|
|
14881
14885
|
"stroke-linecap": "round",
|
|
@@ -14886,14 +14890,14 @@ function render$180(e, t) {
|
|
|
14886
14890
|
}
|
|
14887
14891
|
var chevrons_down_up_default = {
|
|
14888
14892
|
name: "lucide-chevrons-down-up",
|
|
14889
|
-
render: render$
|
|
14890
|
-
}, _hoisted_1$
|
|
14893
|
+
render: render$181
|
|
14894
|
+
}, _hoisted_1$201 = {
|
|
14891
14895
|
viewBox: "0 0 24 24",
|
|
14892
14896
|
width: "1.2em",
|
|
14893
14897
|
height: "1.2em"
|
|
14894
14898
|
};
|
|
14895
|
-
function render$
|
|
14896
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14899
|
+
function render$180(e, t) {
|
|
14900
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createBaseVNode("path", {
|
|
14897
14901
|
fill: "none",
|
|
14898
14902
|
stroke: "currentColor",
|
|
14899
14903
|
"stroke-linecap": "round",
|
|
@@ -14904,14 +14908,14 @@ function render$179(e, t) {
|
|
|
14904
14908
|
}
|
|
14905
14909
|
var chevrons_left_default = {
|
|
14906
14910
|
name: "lucide-chevrons-left",
|
|
14907
|
-
render: render$
|
|
14908
|
-
}, _hoisted_1$
|
|
14911
|
+
render: render$180
|
|
14912
|
+
}, _hoisted_1$200 = {
|
|
14909
14913
|
viewBox: "0 0 24 24",
|
|
14910
14914
|
width: "1.2em",
|
|
14911
14915
|
height: "1.2em"
|
|
14912
14916
|
};
|
|
14913
|
-
function render$
|
|
14914
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14917
|
+
function render$179(e, t) {
|
|
14918
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createBaseVNode("path", {
|
|
14915
14919
|
fill: "none",
|
|
14916
14920
|
stroke: "currentColor",
|
|
14917
14921
|
"stroke-linecap": "round",
|
|
@@ -14922,14 +14926,14 @@ function render$178(e, t) {
|
|
|
14922
14926
|
}
|
|
14923
14927
|
var chevrons_up_down_default = {
|
|
14924
14928
|
name: "lucide-chevrons-up-down",
|
|
14925
|
-
render: render$
|
|
14926
|
-
}, _hoisted_1$
|
|
14929
|
+
render: render$179
|
|
14930
|
+
}, _hoisted_1$199 = {
|
|
14927
14931
|
viewBox: "0 0 24 24",
|
|
14928
14932
|
width: "1.2em",
|
|
14929
14933
|
height: "1.2em"
|
|
14930
14934
|
};
|
|
14931
|
-
function render$
|
|
14932
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14935
|
+
function render$178(e, t) {
|
|
14936
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createBaseVNode("circle", {
|
|
14933
14937
|
cx: "12",
|
|
14934
14938
|
cy: "12",
|
|
14935
14939
|
r: "10",
|
|
@@ -14942,14 +14946,14 @@ function render$177(e, t) {
|
|
|
14942
14946
|
}
|
|
14943
14947
|
var circle_default = {
|
|
14944
14948
|
name: "lucide-circle",
|
|
14945
|
-
render: render$
|
|
14946
|
-
}, _hoisted_1$
|
|
14949
|
+
render: render$178
|
|
14950
|
+
}, _hoisted_1$198 = {
|
|
14947
14951
|
viewBox: "0 0 24 24",
|
|
14948
14952
|
width: "1.2em",
|
|
14949
14953
|
height: "1.2em"
|
|
14950
14954
|
};
|
|
14951
|
-
function render$
|
|
14952
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14955
|
+
function render$177(e, t) {
|
|
14956
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createBaseVNode("g", {
|
|
14953
14957
|
fill: "none",
|
|
14954
14958
|
stroke: "currentColor",
|
|
14955
14959
|
"stroke-linecap": "round",
|
|
@@ -14963,14 +14967,14 @@ function render$176(e, t) {
|
|
|
14963
14967
|
}
|
|
14964
14968
|
var circle_alert_default = {
|
|
14965
14969
|
name: "lucide-circle-alert",
|
|
14966
|
-
render: render$
|
|
14967
|
-
}, _hoisted_1$
|
|
14970
|
+
render: render$177
|
|
14971
|
+
}, _hoisted_1$197 = {
|
|
14968
14972
|
viewBox: "0 0 24 24",
|
|
14969
14973
|
width: "1.2em",
|
|
14970
14974
|
height: "1.2em"
|
|
14971
14975
|
};
|
|
14972
|
-
function render$
|
|
14973
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14976
|
+
function render$176(e, t) {
|
|
14977
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createBaseVNode("g", {
|
|
14974
14978
|
fill: "none",
|
|
14975
14979
|
stroke: "currentColor",
|
|
14976
14980
|
"stroke-linecap": "round",
|
|
@@ -14984,14 +14988,14 @@ function render$175(e, t) {
|
|
|
14984
14988
|
}
|
|
14985
14989
|
var circle_check_default$1 = {
|
|
14986
14990
|
name: "lucide-circle-check",
|
|
14987
|
-
render: render$
|
|
14988
|
-
}, _hoisted_1$
|
|
14991
|
+
render: render$176
|
|
14992
|
+
}, _hoisted_1$196 = {
|
|
14989
14993
|
viewBox: "0 0 24 24",
|
|
14990
14994
|
width: "1.2em",
|
|
14991
14995
|
height: "1.2em"
|
|
14992
14996
|
};
|
|
14993
|
-
function render$
|
|
14994
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
14997
|
+
function render$175(e, t) {
|
|
14998
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createBaseVNode("g", {
|
|
14995
14999
|
fill: "none",
|
|
14996
15000
|
stroke: "currentColor",
|
|
14997
15001
|
"stroke-linecap": "round",
|
|
@@ -15009,14 +15013,14 @@ function render$174(e, t) {
|
|
|
15009
15013
|
}
|
|
15010
15014
|
var circle_dot_default = {
|
|
15011
15015
|
name: "lucide-circle-dot",
|
|
15012
|
-
render: render$
|
|
15013
|
-
}, _hoisted_1$
|
|
15016
|
+
render: render$175
|
|
15017
|
+
}, _hoisted_1$195 = {
|
|
15014
15018
|
viewBox: "0 0 24 24",
|
|
15015
15019
|
width: "1.2em",
|
|
15016
15020
|
height: "1.2em"
|
|
15017
15021
|
};
|
|
15018
|
-
function render$
|
|
15019
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15022
|
+
function render$174(e, t) {
|
|
15023
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createBaseVNode("g", {
|
|
15020
15024
|
fill: "none",
|
|
15021
15025
|
stroke: "currentColor",
|
|
15022
15026
|
"stroke-linecap": "round",
|
|
@@ -15030,14 +15034,14 @@ function render$173(e, t) {
|
|
|
15030
15034
|
}
|
|
15031
15035
|
var circle_ellipsis_default = {
|
|
15032
15036
|
name: "lucide-circle-ellipsis",
|
|
15033
|
-
render: render$
|
|
15034
|
-
}, _hoisted_1$
|
|
15037
|
+
render: render$174
|
|
15038
|
+
}, _hoisted_1$194 = {
|
|
15035
15039
|
viewBox: "0 0 24 24",
|
|
15036
15040
|
width: "1.2em",
|
|
15037
15041
|
height: "1.2em"
|
|
15038
15042
|
};
|
|
15039
|
-
function render$
|
|
15040
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15043
|
+
function render$173(e, t) {
|
|
15044
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createBaseVNode("g", {
|
|
15041
15045
|
fill: "none",
|
|
15042
15046
|
stroke: "currentColor",
|
|
15043
15047
|
"stroke-linecap": "round",
|
|
@@ -15051,14 +15055,14 @@ function render$172(e, t) {
|
|
|
15051
15055
|
}
|
|
15052
15056
|
var circle_help_default = {
|
|
15053
15057
|
name: "lucide-circle-help",
|
|
15054
|
-
render: render$
|
|
15055
|
-
}, _hoisted_1$
|
|
15058
|
+
render: render$173
|
|
15059
|
+
}, _hoisted_1$193 = {
|
|
15056
15060
|
viewBox: "0 0 24 24",
|
|
15057
15061
|
width: "1.2em",
|
|
15058
15062
|
height: "1.2em"
|
|
15059
15063
|
};
|
|
15060
|
-
function render$
|
|
15061
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15064
|
+
function render$172(e, t) {
|
|
15065
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createBaseVNode("g", {
|
|
15062
15066
|
fill: "none",
|
|
15063
15067
|
stroke: "currentColor",
|
|
15064
15068
|
"stroke-linecap": "round",
|
|
@@ -15072,14 +15076,14 @@ function render$171(e, t) {
|
|
|
15072
15076
|
}
|
|
15073
15077
|
var circle_minus_default = {
|
|
15074
15078
|
name: "lucide-circle-minus",
|
|
15075
|
-
render: render$
|
|
15076
|
-
}, _hoisted_1$
|
|
15079
|
+
render: render$172
|
|
15080
|
+
}, _hoisted_1$192 = {
|
|
15077
15081
|
viewBox: "0 0 24 24",
|
|
15078
15082
|
width: "1.2em",
|
|
15079
15083
|
height: "1.2em"
|
|
15080
15084
|
};
|
|
15081
|
-
function render$
|
|
15082
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15085
|
+
function render$171(e, t) {
|
|
15086
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createBaseVNode("g", {
|
|
15083
15087
|
fill: "none",
|
|
15084
15088
|
stroke: "currentColor",
|
|
15085
15089
|
"stroke-linecap": "round",
|
|
@@ -15093,14 +15097,14 @@ function render$170(e, t) {
|
|
|
15093
15097
|
}
|
|
15094
15098
|
var circle_pause_default = {
|
|
15095
15099
|
name: "lucide-circle-pause",
|
|
15096
|
-
render: render$
|
|
15097
|
-
}, _hoisted_1$
|
|
15100
|
+
render: render$171
|
|
15101
|
+
}, _hoisted_1$191 = {
|
|
15098
15102
|
viewBox: "0 0 24 24",
|
|
15099
15103
|
width: "1.2em",
|
|
15100
15104
|
height: "1.2em"
|
|
15101
15105
|
};
|
|
15102
|
-
function render$
|
|
15103
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15106
|
+
function render$170(e, t) {
|
|
15107
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createBaseVNode("g", {
|
|
15104
15108
|
fill: "none",
|
|
15105
15109
|
stroke: "currentColor",
|
|
15106
15110
|
"stroke-linecap": "round",
|
|
@@ -15114,14 +15118,14 @@ function render$169(e, t) {
|
|
|
15114
15118
|
}
|
|
15115
15119
|
var circle_play_default = {
|
|
15116
15120
|
name: "lucide-circle-play",
|
|
15117
|
-
render: render$
|
|
15118
|
-
}, _hoisted_1$
|
|
15121
|
+
render: render$170
|
|
15122
|
+
}, _hoisted_1$190 = {
|
|
15119
15123
|
viewBox: "0 0 24 24",
|
|
15120
15124
|
width: "1.2em",
|
|
15121
15125
|
height: "1.2em"
|
|
15122
15126
|
};
|
|
15123
|
-
function render$
|
|
15124
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15127
|
+
function render$169(e, t) {
|
|
15128
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createBaseVNode("g", {
|
|
15125
15129
|
fill: "none",
|
|
15126
15130
|
stroke: "currentColor",
|
|
15127
15131
|
"stroke-linecap": "round",
|
|
@@ -15135,14 +15139,14 @@ function render$168(e, t) {
|
|
|
15135
15139
|
}
|
|
15136
15140
|
var circle_plus_default = {
|
|
15137
15141
|
name: "lucide-circle-plus",
|
|
15138
|
-
render: render$
|
|
15139
|
-
}, _hoisted_1$
|
|
15142
|
+
render: render$169
|
|
15143
|
+
}, _hoisted_1$189 = {
|
|
15140
15144
|
viewBox: "0 0 24 24",
|
|
15141
15145
|
width: "1.2em",
|
|
15142
15146
|
height: "1.2em"
|
|
15143
15147
|
};
|
|
15144
|
-
function render$
|
|
15145
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15148
|
+
function render$168(e, t) {
|
|
15149
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createBaseVNode("g", {
|
|
15146
15150
|
fill: "none",
|
|
15147
15151
|
stroke: "currentColor",
|
|
15148
15152
|
"stroke-linecap": "round",
|
|
@@ -15164,14 +15168,14 @@ function render$167(e, t) {
|
|
|
15164
15168
|
}
|
|
15165
15169
|
var circle_user_round_default = {
|
|
15166
15170
|
name: "lucide-circle-user-round",
|
|
15167
|
-
render: render$
|
|
15168
|
-
}, _hoisted_1$
|
|
15171
|
+
render: render$168
|
|
15172
|
+
}, _hoisted_1$188 = {
|
|
15169
15173
|
viewBox: "0 0 24 24",
|
|
15170
15174
|
width: "1.2em",
|
|
15171
15175
|
height: "1.2em"
|
|
15172
15176
|
};
|
|
15173
|
-
function render$
|
|
15174
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15177
|
+
function render$167(e, t) {
|
|
15178
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createBaseVNode("g", {
|
|
15175
15179
|
fill: "none",
|
|
15176
15180
|
stroke: "currentColor",
|
|
15177
15181
|
"stroke-linecap": "round",
|
|
@@ -15185,14 +15189,14 @@ function render$166(e, t) {
|
|
|
15185
15189
|
}
|
|
15186
15190
|
var circle_x_default = {
|
|
15187
15191
|
name: "lucide-circle-x",
|
|
15188
|
-
render: render$
|
|
15189
|
-
}, _hoisted_1$
|
|
15192
|
+
render: render$167
|
|
15193
|
+
}, _hoisted_1$187 = {
|
|
15190
15194
|
viewBox: "0 0 24 24",
|
|
15191
15195
|
width: "1.2em",
|
|
15192
15196
|
height: "1.2em"
|
|
15193
15197
|
};
|
|
15194
|
-
function render$
|
|
15195
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15198
|
+
function render$166(e, t) {
|
|
15199
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createBaseVNode("g", {
|
|
15196
15200
|
fill: "none",
|
|
15197
15201
|
stroke: "currentColor",
|
|
15198
15202
|
"stroke-linecap": "round",
|
|
@@ -15209,14 +15213,14 @@ function render$165(e, t) {
|
|
|
15209
15213
|
}
|
|
15210
15214
|
var clipboard_default = {
|
|
15211
15215
|
name: "lucide-clipboard",
|
|
15212
|
-
render: render$
|
|
15213
|
-
}, _hoisted_1$
|
|
15216
|
+
render: render$166
|
|
15217
|
+
}, _hoisted_1$186 = {
|
|
15214
15218
|
viewBox: "0 0 24 24",
|
|
15215
15219
|
width: "1.2em",
|
|
15216
15220
|
height: "1.2em"
|
|
15217
15221
|
};
|
|
15218
|
-
function render$
|
|
15219
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15222
|
+
function render$165(e, t) {
|
|
15223
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createBaseVNode("g", {
|
|
15220
15224
|
fill: "none",
|
|
15221
15225
|
stroke: "currentColor",
|
|
15222
15226
|
"stroke-linecap": "round",
|
|
@@ -15237,14 +15241,14 @@ function render$164(e, t) {
|
|
|
15237
15241
|
}
|
|
15238
15242
|
var clipboard_check_default = {
|
|
15239
15243
|
name: "lucide-clipboard-check",
|
|
15240
|
-
render: render$
|
|
15241
|
-
}, _hoisted_1$
|
|
15244
|
+
render: render$165
|
|
15245
|
+
}, _hoisted_1$185 = {
|
|
15242
15246
|
viewBox: "0 0 24 24",
|
|
15243
15247
|
width: "1.2em",
|
|
15244
15248
|
height: "1.2em"
|
|
15245
15249
|
};
|
|
15246
|
-
function render$
|
|
15247
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15250
|
+
function render$164(e, t) {
|
|
15251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createBaseVNode("g", {
|
|
15248
15252
|
fill: "none",
|
|
15249
15253
|
stroke: "currentColor",
|
|
15250
15254
|
"stroke-linecap": "round",
|
|
@@ -15261,14 +15265,14 @@ function render$163(e, t) {
|
|
|
15261
15265
|
}
|
|
15262
15266
|
var clipboard_list_default = {
|
|
15263
15267
|
name: "lucide-clipboard-list",
|
|
15264
|
-
render: render$
|
|
15265
|
-
}, _hoisted_1$
|
|
15268
|
+
render: render$164
|
|
15269
|
+
}, _hoisted_1$184 = {
|
|
15266
15270
|
viewBox: "0 0 24 24",
|
|
15267
15271
|
width: "1.2em",
|
|
15268
15272
|
height: "1.2em"
|
|
15269
15273
|
};
|
|
15270
|
-
function render$
|
|
15271
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15274
|
+
function render$163(e, t) {
|
|
15275
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createBaseVNode("g", {
|
|
15272
15276
|
fill: "none",
|
|
15273
15277
|
stroke: "currentColor",
|
|
15274
15278
|
"stroke-linecap": "round",
|
|
@@ -15282,14 +15286,14 @@ function render$162(e, t) {
|
|
|
15282
15286
|
}
|
|
15283
15287
|
var clock_default = {
|
|
15284
15288
|
name: "lucide-clock",
|
|
15285
|
-
render: render$
|
|
15286
|
-
}, _hoisted_1$
|
|
15289
|
+
render: render$163
|
|
15290
|
+
}, _hoisted_1$183 = {
|
|
15287
15291
|
viewBox: "0 0 24 24",
|
|
15288
15292
|
width: "1.2em",
|
|
15289
15293
|
height: "1.2em"
|
|
15290
15294
|
};
|
|
15291
|
-
function render$
|
|
15292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15295
|
+
function render$162(e, t) {
|
|
15296
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createBaseVNode("path", {
|
|
15293
15297
|
fill: "none",
|
|
15294
15298
|
stroke: "currentColor",
|
|
15295
15299
|
"stroke-linecap": "round",
|
|
@@ -15300,14 +15304,14 @@ function render$161(e, t) {
|
|
|
15300
15304
|
}
|
|
15301
15305
|
var cloud_default = {
|
|
15302
15306
|
name: "lucide-cloud",
|
|
15303
|
-
render: render$
|
|
15304
|
-
}, _hoisted_1$
|
|
15307
|
+
render: render$162
|
|
15308
|
+
}, _hoisted_1$182 = {
|
|
15305
15309
|
viewBox: "0 0 24 24",
|
|
15306
15310
|
width: "1.2em",
|
|
15307
15311
|
height: "1.2em"
|
|
15308
15312
|
};
|
|
15309
|
-
function render$
|
|
15310
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15313
|
+
function render$161(e, t) {
|
|
15314
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createBaseVNode("g", {
|
|
15311
15315
|
fill: "none",
|
|
15312
15316
|
stroke: "currentColor",
|
|
15313
15317
|
"stroke-linecap": "round",
|
|
@@ -15317,14 +15321,14 @@ function render$160(e, t) {
|
|
|
15317
15321
|
}
|
|
15318
15322
|
var cloud_download_default = {
|
|
15319
15323
|
name: "lucide-cloud-download",
|
|
15320
|
-
render: render$
|
|
15321
|
-
}, _hoisted_1$
|
|
15324
|
+
render: render$161
|
|
15325
|
+
}, _hoisted_1$181 = {
|
|
15322
15326
|
viewBox: "0 0 24 24",
|
|
15323
15327
|
width: "1.2em",
|
|
15324
15328
|
height: "1.2em"
|
|
15325
15329
|
};
|
|
15326
|
-
function render$
|
|
15327
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15330
|
+
function render$160(e, t) {
|
|
15331
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createBaseVNode("path", {
|
|
15328
15332
|
fill: "none",
|
|
15329
15333
|
stroke: "currentColor",
|
|
15330
15334
|
"stroke-linecap": "round",
|
|
@@ -15335,14 +15339,14 @@ function render$159(e, t) {
|
|
|
15335
15339
|
}
|
|
15336
15340
|
var code_default = {
|
|
15337
15341
|
name: "lucide-code",
|
|
15338
|
-
render: render$
|
|
15339
|
-
}, _hoisted_1$
|
|
15342
|
+
render: render$160
|
|
15343
|
+
}, _hoisted_1$180 = {
|
|
15340
15344
|
viewBox: "0 0 24 24",
|
|
15341
15345
|
width: "1.2em",
|
|
15342
15346
|
height: "1.2em"
|
|
15343
15347
|
};
|
|
15344
|
-
function render$
|
|
15345
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15348
|
+
function render$159(e, t) {
|
|
15349
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createBaseVNode("g", {
|
|
15346
15350
|
fill: "none",
|
|
15347
15351
|
stroke: "currentColor",
|
|
15348
15352
|
"stroke-linecap": "round",
|
|
@@ -15352,14 +15356,14 @@ function render$158(e, t) {
|
|
|
15352
15356
|
}
|
|
15353
15357
|
var cog_default = {
|
|
15354
15358
|
name: "lucide-cog",
|
|
15355
|
-
render: render$
|
|
15356
|
-
}, _hoisted_1$
|
|
15359
|
+
render: render$159
|
|
15360
|
+
}, _hoisted_1$179 = {
|
|
15357
15361
|
viewBox: "0 0 24 24",
|
|
15358
15362
|
width: "1.2em",
|
|
15359
15363
|
height: "1.2em"
|
|
15360
15364
|
};
|
|
15361
|
-
function render$
|
|
15362
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15365
|
+
function render$158(e, t) {
|
|
15366
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createBaseVNode("g", {
|
|
15363
15367
|
fill: "none",
|
|
15364
15368
|
stroke: "currentColor",
|
|
15365
15369
|
"stroke-linecap": "round",
|
|
@@ -15373,14 +15377,14 @@ function render$157(e, t) {
|
|
|
15373
15377
|
}
|
|
15374
15378
|
var columns_3_cog_default = {
|
|
15375
15379
|
name: "lucide-columns-3-cog",
|
|
15376
|
-
render: render$
|
|
15377
|
-
}, _hoisted_1$
|
|
15380
|
+
render: render$158
|
|
15381
|
+
}, _hoisted_1$178 = {
|
|
15378
15382
|
viewBox: "0 0 24 24",
|
|
15379
15383
|
width: "1.2em",
|
|
15380
15384
|
height: "1.2em"
|
|
15381
15385
|
};
|
|
15382
|
-
function render$
|
|
15383
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15386
|
+
function render$157(e, t) {
|
|
15387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createBaseVNode("g", {
|
|
15384
15388
|
fill: "none",
|
|
15385
15389
|
stroke: "currentColor",
|
|
15386
15390
|
"stroke-linecap": "round",
|
|
@@ -15394,14 +15398,14 @@ function render$156(e, t) {
|
|
|
15394
15398
|
}
|
|
15395
15399
|
var contrast_default = {
|
|
15396
15400
|
name: "lucide-contrast",
|
|
15397
|
-
render: render$
|
|
15398
|
-
}, _hoisted_1$
|
|
15401
|
+
render: render$157
|
|
15402
|
+
}, _hoisted_1$177 = {
|
|
15399
15403
|
viewBox: "0 0 24 24",
|
|
15400
15404
|
width: "1.2em",
|
|
15401
15405
|
height: "1.2em"
|
|
15402
15406
|
};
|
|
15403
|
-
function render$
|
|
15404
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15407
|
+
function render$156(e, t) {
|
|
15408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createBaseVNode("g", {
|
|
15405
15409
|
fill: "none",
|
|
15406
15410
|
stroke: "currentColor",
|
|
15407
15411
|
"stroke-linecap": "round",
|
|
@@ -15418,14 +15422,14 @@ function render$155(e, t) {
|
|
|
15418
15422
|
}
|
|
15419
15423
|
var copy_default = {
|
|
15420
15424
|
name: "lucide-copy",
|
|
15421
|
-
render: render$
|
|
15422
|
-
}, _hoisted_1$
|
|
15425
|
+
render: render$156
|
|
15426
|
+
}, _hoisted_1$176 = {
|
|
15423
15427
|
viewBox: "0 0 24 24",
|
|
15424
15428
|
width: "1.2em",
|
|
15425
15429
|
height: "1.2em"
|
|
15426
15430
|
};
|
|
15427
|
-
function render$
|
|
15428
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15431
|
+
function render$155(e, t) {
|
|
15432
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createBaseVNode("g", {
|
|
15429
15433
|
fill: "none",
|
|
15430
15434
|
stroke: "currentColor",
|
|
15431
15435
|
"stroke-linecap": "round",
|
|
@@ -15439,14 +15443,14 @@ function render$154(e, t) {
|
|
|
15439
15443
|
}
|
|
15440
15444
|
var crosshair_default = {
|
|
15441
15445
|
name: "lucide-crosshair",
|
|
15442
|
-
render: render$
|
|
15443
|
-
}, _hoisted_1$
|
|
15446
|
+
render: render$155
|
|
15447
|
+
}, _hoisted_1$175 = {
|
|
15444
15448
|
viewBox: "0 0 24 24",
|
|
15445
15449
|
width: "1.2em",
|
|
15446
15450
|
height: "1.2em"
|
|
15447
15451
|
};
|
|
15448
|
-
function render$
|
|
15449
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15452
|
+
function render$154(e, t) {
|
|
15453
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createBaseVNode("g", {
|
|
15450
15454
|
fill: "none",
|
|
15451
15455
|
stroke: "currentColor",
|
|
15452
15456
|
"stroke-linecap": "round",
|
|
@@ -15465,14 +15469,14 @@ function render$153(e, t) {
|
|
|
15465
15469
|
}
|
|
15466
15470
|
var database_default = {
|
|
15467
15471
|
name: "lucide-database",
|
|
15468
|
-
render: render$
|
|
15469
|
-
}, _hoisted_1$
|
|
15472
|
+
render: render$154
|
|
15473
|
+
}, _hoisted_1$174 = {
|
|
15470
15474
|
viewBox: "0 0 24 24",
|
|
15471
15475
|
width: "1.2em",
|
|
15472
15476
|
height: "1.2em"
|
|
15473
15477
|
};
|
|
15474
|
-
function render$
|
|
15475
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15478
|
+
function render$153(e, t) {
|
|
15479
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createBaseVNode("path", {
|
|
15476
15480
|
fill: "none",
|
|
15477
15481
|
stroke: "currentColor",
|
|
15478
15482
|
"stroke-linecap": "round",
|
|
@@ -15483,14 +15487,14 @@ function render$152(e, t) {
|
|
|
15483
15487
|
}
|
|
15484
15488
|
var door_open_default = {
|
|
15485
15489
|
name: "lucide-door-open",
|
|
15486
|
-
render: render$
|
|
15487
|
-
}, _hoisted_1$
|
|
15490
|
+
render: render$153
|
|
15491
|
+
}, _hoisted_1$173 = {
|
|
15488
15492
|
viewBox: "0 0 24 24",
|
|
15489
15493
|
width: "1.2em",
|
|
15490
15494
|
height: "1.2em"
|
|
15491
15495
|
};
|
|
15492
|
-
function render$
|
|
15493
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15496
|
+
function render$152(e, t) {
|
|
15497
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createBaseVNode("circle", {
|
|
15494
15498
|
cx: "12.1",
|
|
15495
15499
|
cy: "12.1",
|
|
15496
15500
|
r: "1",
|
|
@@ -15503,14 +15507,14 @@ function render$151(e, t) {
|
|
|
15503
15507
|
}
|
|
15504
15508
|
var dot_default = {
|
|
15505
15509
|
name: "lucide-dot",
|
|
15506
|
-
render: render$
|
|
15507
|
-
}, _hoisted_1$
|
|
15510
|
+
render: render$152
|
|
15511
|
+
}, _hoisted_1$172 = {
|
|
15508
15512
|
viewBox: "0 0 24 24",
|
|
15509
15513
|
width: "1.2em",
|
|
15510
15514
|
height: "1.2em"
|
|
15511
15515
|
};
|
|
15512
|
-
function render$
|
|
15513
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15516
|
+
function render$151(e, t) {
|
|
15517
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createBaseVNode("g", {
|
|
15514
15518
|
fill: "none",
|
|
15515
15519
|
stroke: "currentColor",
|
|
15516
15520
|
"stroke-linecap": "round",
|
|
@@ -15520,14 +15524,14 @@ function render$150(e, t) {
|
|
|
15520
15524
|
}
|
|
15521
15525
|
var download_default = {
|
|
15522
15526
|
name: "lucide-download",
|
|
15523
|
-
render: render$
|
|
15524
|
-
}, _hoisted_1$
|
|
15527
|
+
render: render$151
|
|
15528
|
+
}, _hoisted_1$171 = {
|
|
15525
15529
|
viewBox: "0 0 24 24",
|
|
15526
15530
|
width: "1.2em",
|
|
15527
15531
|
height: "1.2em"
|
|
15528
15532
|
};
|
|
15529
|
-
function render$
|
|
15530
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15533
|
+
function render$150(e, t) {
|
|
15534
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createBaseVNode("g", {
|
|
15531
15535
|
fill: "none",
|
|
15532
15536
|
stroke: "currentColor",
|
|
15533
15537
|
"stroke-linecap": "round",
|
|
@@ -15541,14 +15545,14 @@ function render$149(e, t) {
|
|
|
15541
15545
|
}
|
|
15542
15546
|
var earth_default = {
|
|
15543
15547
|
name: "lucide-earth",
|
|
15544
|
-
render: render$
|
|
15545
|
-
}, _hoisted_1$
|
|
15548
|
+
render: render$150
|
|
15549
|
+
}, _hoisted_1$170 = {
|
|
15546
15550
|
viewBox: "0 0 24 24",
|
|
15547
15551
|
width: "1.2em",
|
|
15548
15552
|
height: "1.2em"
|
|
15549
15553
|
};
|
|
15550
|
-
function render$
|
|
15551
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15554
|
+
function render$149(e, t) {
|
|
15555
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createBaseVNode("g", {
|
|
15552
15556
|
fill: "none",
|
|
15553
15557
|
stroke: "currentColor",
|
|
15554
15558
|
"stroke-linecap": "round",
|
|
@@ -15574,14 +15578,14 @@ function render$148(e, t) {
|
|
|
15574
15578
|
}
|
|
15575
15579
|
var ellipsis_default = {
|
|
15576
15580
|
name: "lucide-ellipsis",
|
|
15577
|
-
render: render$
|
|
15578
|
-
}, _hoisted_1$
|
|
15581
|
+
render: render$149
|
|
15582
|
+
}, _hoisted_1$169 = {
|
|
15579
15583
|
viewBox: "0 0 24 24",
|
|
15580
15584
|
width: "1.2em",
|
|
15581
15585
|
height: "1.2em"
|
|
15582
15586
|
};
|
|
15583
|
-
function render$
|
|
15584
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15587
|
+
function render$148(e, t) {
|
|
15588
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createBaseVNode("g", {
|
|
15585
15589
|
fill: "none",
|
|
15586
15590
|
stroke: "currentColor",
|
|
15587
15591
|
"stroke-linecap": "round",
|
|
@@ -15607,14 +15611,14 @@ function render$147(e, t) {
|
|
|
15607
15611
|
}
|
|
15608
15612
|
var ellipsis_vertical_default = {
|
|
15609
15613
|
name: "lucide-ellipsis-vertical",
|
|
15610
|
-
render: render$
|
|
15611
|
-
}, _hoisted_1$
|
|
15614
|
+
render: render$148
|
|
15615
|
+
}, _hoisted_1$168 = {
|
|
15612
15616
|
viewBox: "0 0 24 24",
|
|
15613
15617
|
width: "1.2em",
|
|
15614
15618
|
height: "1.2em"
|
|
15615
15619
|
};
|
|
15616
|
-
function render$
|
|
15617
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15620
|
+
function render$147(e, t) {
|
|
15621
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createBaseVNode("path", {
|
|
15618
15622
|
fill: "none",
|
|
15619
15623
|
stroke: "currentColor",
|
|
15620
15624
|
"stroke-linecap": "round",
|
|
@@ -15625,14 +15629,14 @@ function render$146(e, t) {
|
|
|
15625
15629
|
}
|
|
15626
15630
|
var equal_default = {
|
|
15627
15631
|
name: "lucide-equal",
|
|
15628
|
-
render: render$
|
|
15629
|
-
}, _hoisted_1$
|
|
15632
|
+
render: render$147
|
|
15633
|
+
}, _hoisted_1$167 = {
|
|
15630
15634
|
viewBox: "0 0 24 24",
|
|
15631
15635
|
width: "1.2em",
|
|
15632
15636
|
height: "1.2em"
|
|
15633
15637
|
};
|
|
15634
|
-
function render$
|
|
15635
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15638
|
+
function render$146(e, t) {
|
|
15639
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createBaseVNode("path", {
|
|
15636
15640
|
fill: "none",
|
|
15637
15641
|
stroke: "currentColor",
|
|
15638
15642
|
"stroke-linecap": "round",
|
|
@@ -15643,14 +15647,14 @@ function render$145(e, t) {
|
|
|
15643
15647
|
}
|
|
15644
15648
|
var expand_default = {
|
|
15645
15649
|
name: "lucide-expand",
|
|
15646
|
-
render: render$
|
|
15647
|
-
}, _hoisted_1$
|
|
15650
|
+
render: render$146
|
|
15651
|
+
}, _hoisted_1$166 = {
|
|
15648
15652
|
viewBox: "0 0 24 24",
|
|
15649
15653
|
width: "1.2em",
|
|
15650
15654
|
height: "1.2em"
|
|
15651
15655
|
};
|
|
15652
|
-
function render$
|
|
15653
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15656
|
+
function render$145(e, t) {
|
|
15657
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createBaseVNode("path", {
|
|
15654
15658
|
fill: "none",
|
|
15655
15659
|
stroke: "currentColor",
|
|
15656
15660
|
"stroke-linecap": "round",
|
|
@@ -15661,14 +15665,14 @@ function render$144(e, t) {
|
|
|
15661
15665
|
}
|
|
15662
15666
|
var external_link_default = {
|
|
15663
15667
|
name: "lucide-external-link",
|
|
15664
|
-
render: render$
|
|
15665
|
-
}, _hoisted_1$
|
|
15668
|
+
render: render$145
|
|
15669
|
+
}, _hoisted_1$165 = {
|
|
15666
15670
|
viewBox: "0 0 24 24",
|
|
15667
15671
|
width: "1.2em",
|
|
15668
15672
|
height: "1.2em"
|
|
15669
15673
|
};
|
|
15670
|
-
function render$
|
|
15671
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15674
|
+
function render$144(e, t) {
|
|
15675
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createBaseVNode("g", {
|
|
15672
15676
|
fill: "none",
|
|
15673
15677
|
stroke: "currentColor",
|
|
15674
15678
|
"stroke-linecap": "round",
|
|
@@ -15682,14 +15686,14 @@ function render$143(e, t) {
|
|
|
15682
15686
|
}
|
|
15683
15687
|
var eye_default = {
|
|
15684
15688
|
name: "lucide-eye",
|
|
15685
|
-
render: render$
|
|
15686
|
-
}, _hoisted_1$
|
|
15689
|
+
render: render$144
|
|
15690
|
+
}, _hoisted_1$164 = {
|
|
15687
15691
|
viewBox: "0 0 24 24",
|
|
15688
15692
|
width: "1.2em",
|
|
15689
15693
|
height: "1.2em"
|
|
15690
15694
|
};
|
|
15691
|
-
function render$
|
|
15692
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15695
|
+
function render$143(e, t) {
|
|
15696
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createBaseVNode("g", {
|
|
15693
15697
|
fill: "none",
|
|
15694
15698
|
stroke: "currentColor",
|
|
15695
15699
|
"stroke-linecap": "round",
|
|
@@ -15699,14 +15703,14 @@ function render$142(e, t) {
|
|
|
15699
15703
|
}
|
|
15700
15704
|
var eye_off_default = {
|
|
15701
15705
|
name: "lucide-eye-off",
|
|
15702
|
-
render: render$
|
|
15703
|
-
}, _hoisted_1$
|
|
15706
|
+
render: render$143
|
|
15707
|
+
}, _hoisted_1$163 = {
|
|
15704
15708
|
viewBox: "0 0 24 24",
|
|
15705
15709
|
width: "1.2em",
|
|
15706
15710
|
height: "1.2em"
|
|
15707
15711
|
};
|
|
15708
|
-
function render$
|
|
15709
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15712
|
+
function render$142(e, t) {
|
|
15713
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createBaseVNode("g", {
|
|
15710
15714
|
fill: "none",
|
|
15711
15715
|
stroke: "currentColor",
|
|
15712
15716
|
"stroke-linecap": "round",
|
|
@@ -15716,14 +15720,14 @@ function render$141(e, t) {
|
|
|
15716
15720
|
}
|
|
15717
15721
|
var file_default = {
|
|
15718
15722
|
name: "lucide-file",
|
|
15719
|
-
render: render$
|
|
15720
|
-
}, _hoisted_1$
|
|
15723
|
+
render: render$142
|
|
15724
|
+
}, _hoisted_1$162 = {
|
|
15721
15725
|
viewBox: "0 0 24 24",
|
|
15722
15726
|
width: "1.2em",
|
|
15723
15727
|
height: "1.2em"
|
|
15724
15728
|
};
|
|
15725
|
-
function render$
|
|
15726
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15729
|
+
function render$141(e, t) {
|
|
15730
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createBaseVNode("g", {
|
|
15727
15731
|
fill: "none",
|
|
15728
15732
|
stroke: "currentColor",
|
|
15729
15733
|
"stroke-linecap": "round",
|
|
@@ -15741,14 +15745,14 @@ function render$140(e, t) {
|
|
|
15741
15745
|
}
|
|
15742
15746
|
var file_archive_default = {
|
|
15743
15747
|
name: "lucide-file-archive",
|
|
15744
|
-
render: render$
|
|
15745
|
-
}, _hoisted_1$
|
|
15748
|
+
render: render$141
|
|
15749
|
+
}, _hoisted_1$161 = {
|
|
15746
15750
|
viewBox: "0 0 24 24",
|
|
15747
15751
|
width: "1.2em",
|
|
15748
15752
|
height: "1.2em"
|
|
15749
15753
|
};
|
|
15750
|
-
function render$
|
|
15751
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15754
|
+
function render$140(e, t) {
|
|
15755
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createBaseVNode("g", {
|
|
15752
15756
|
fill: "none",
|
|
15753
15757
|
stroke: "currentColor",
|
|
15754
15758
|
"stroke-linecap": "round",
|
|
@@ -15758,14 +15762,14 @@ function render$139(e, t) {
|
|
|
15758
15762
|
}
|
|
15759
15763
|
var file_code_default = {
|
|
15760
15764
|
name: "lucide-file-code",
|
|
15761
|
-
render: render$
|
|
15762
|
-
}, _hoisted_1$
|
|
15765
|
+
render: render$140
|
|
15766
|
+
}, _hoisted_1$160 = {
|
|
15763
15767
|
viewBox: "0 0 24 24",
|
|
15764
15768
|
width: "1.2em",
|
|
15765
15769
|
height: "1.2em"
|
|
15766
15770
|
};
|
|
15767
|
-
function render$
|
|
15768
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15771
|
+
function render$139(e, t) {
|
|
15772
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createBaseVNode("path", {
|
|
15769
15773
|
fill: "none",
|
|
15770
15774
|
stroke: "currentColor",
|
|
15771
15775
|
"stroke-linecap": "round",
|
|
@@ -15776,14 +15780,14 @@ function render$138(e, t) {
|
|
|
15776
15780
|
}
|
|
15777
15781
|
var file_diff_default = {
|
|
15778
15782
|
name: "lucide-file-diff",
|
|
15779
|
-
render: render$
|
|
15780
|
-
}, _hoisted_1$
|
|
15783
|
+
render: render$139
|
|
15784
|
+
}, _hoisted_1$159 = {
|
|
15781
15785
|
viewBox: "0 0 24 24",
|
|
15782
15786
|
width: "1.2em",
|
|
15783
15787
|
height: "1.2em"
|
|
15784
15788
|
};
|
|
15785
|
-
function render$
|
|
15786
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15789
|
+
function render$138(e, t) {
|
|
15790
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createBaseVNode("g", {
|
|
15787
15791
|
fill: "none",
|
|
15788
15792
|
stroke: "currentColor",
|
|
15789
15793
|
"stroke-linecap": "round",
|
|
@@ -15793,14 +15797,14 @@ function render$137(e, t) {
|
|
|
15793
15797
|
}
|
|
15794
15798
|
var file_down_default = {
|
|
15795
15799
|
name: "lucide-file-down",
|
|
15796
|
-
render: render$
|
|
15797
|
-
}, _hoisted_1$
|
|
15800
|
+
render: render$138
|
|
15801
|
+
}, _hoisted_1$158 = {
|
|
15798
15802
|
viewBox: "0 0 24 24",
|
|
15799
15803
|
width: "1.2em",
|
|
15800
15804
|
height: "1.2em"
|
|
15801
15805
|
};
|
|
15802
|
-
function render$
|
|
15803
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15806
|
+
function render$137(e, t) {
|
|
15807
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createBaseVNode("g", {
|
|
15804
15808
|
fill: "none",
|
|
15805
15809
|
stroke: "currentColor",
|
|
15806
15810
|
"stroke-linecap": "round",
|
|
@@ -15810,14 +15814,14 @@ function render$136(e, t) {
|
|
|
15810
15814
|
}
|
|
15811
15815
|
var file_input_default = {
|
|
15812
15816
|
name: "lucide-file-input",
|
|
15813
|
-
render: render$
|
|
15814
|
-
}, _hoisted_1$
|
|
15817
|
+
render: render$137
|
|
15818
|
+
}, _hoisted_1$157 = {
|
|
15815
15819
|
viewBox: "0 0 24 24",
|
|
15816
15820
|
width: "1.2em",
|
|
15817
15821
|
height: "1.2em"
|
|
15818
15822
|
};
|
|
15819
|
-
function render$
|
|
15820
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15823
|
+
function render$136(e, t) {
|
|
15824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createBaseVNode("g", {
|
|
15821
15825
|
fill: "none",
|
|
15822
15826
|
stroke: "currentColor",
|
|
15823
15827
|
"stroke-linecap": "round",
|
|
@@ -15831,14 +15835,14 @@ function render$135(e, t) {
|
|
|
15831
15835
|
}
|
|
15832
15836
|
var file_output_default = {
|
|
15833
15837
|
name: "lucide-file-output",
|
|
15834
|
-
render: render$
|
|
15835
|
-
}, _hoisted_1$
|
|
15838
|
+
render: render$136
|
|
15839
|
+
}, _hoisted_1$156 = {
|
|
15836
15840
|
viewBox: "0 0 24 24",
|
|
15837
15841
|
width: "1.2em",
|
|
15838
15842
|
height: "1.2em"
|
|
15839
15843
|
};
|
|
15840
|
-
function render$
|
|
15841
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15844
|
+
function render$135(e, t) {
|
|
15845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createBaseVNode("g", {
|
|
15842
15846
|
fill: "none",
|
|
15843
15847
|
stroke: "currentColor",
|
|
15844
15848
|
"stroke-linecap": "round",
|
|
@@ -15848,14 +15852,14 @@ function render$134(e, t) {
|
|
|
15848
15852
|
}
|
|
15849
15853
|
var file_text_default = {
|
|
15850
15854
|
name: "lucide-file-text",
|
|
15851
|
-
render: render$
|
|
15852
|
-
}, _hoisted_1$
|
|
15855
|
+
render: render$135
|
|
15856
|
+
}, _hoisted_1$155 = {
|
|
15853
15857
|
viewBox: "0 0 24 24",
|
|
15854
15858
|
width: "1.2em",
|
|
15855
15859
|
height: "1.2em"
|
|
15856
15860
|
};
|
|
15857
|
-
function render$
|
|
15858
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15861
|
+
function render$134(e, t) {
|
|
15862
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createBaseVNode("g", {
|
|
15859
15863
|
fill: "none",
|
|
15860
15864
|
stroke: "currentColor",
|
|
15861
15865
|
"stroke-linecap": "round",
|
|
@@ -15869,14 +15873,14 @@ function render$133(e, t) {
|
|
|
15869
15873
|
}
|
|
15870
15874
|
var files_default = {
|
|
15871
15875
|
name: "lucide-files",
|
|
15872
|
-
render: render$
|
|
15873
|
-
}, _hoisted_1$
|
|
15876
|
+
render: render$134
|
|
15877
|
+
}, _hoisted_1$154 = {
|
|
15874
15878
|
viewBox: "0 0 24 24",
|
|
15875
15879
|
width: "1.2em",
|
|
15876
15880
|
height: "1.2em"
|
|
15877
15881
|
};
|
|
15878
|
-
function render$
|
|
15879
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15882
|
+
function render$133(e, t) {
|
|
15883
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createBaseVNode("g", {
|
|
15880
15884
|
fill: "none",
|
|
15881
15885
|
stroke: "currentColor",
|
|
15882
15886
|
"stroke-linecap": "round",
|
|
@@ -15886,14 +15890,14 @@ function render$132(e, t) {
|
|
|
15886
15890
|
}
|
|
15887
15891
|
var fingerprint_default = {
|
|
15888
15892
|
name: "lucide-fingerprint",
|
|
15889
|
-
render: render$
|
|
15890
|
-
}, _hoisted_1$
|
|
15893
|
+
render: render$133
|
|
15894
|
+
}, _hoisted_1$153 = {
|
|
15891
15895
|
viewBox: "0 0 24 24",
|
|
15892
15896
|
width: "1.2em",
|
|
15893
15897
|
height: "1.2em"
|
|
15894
15898
|
};
|
|
15895
|
-
function render$
|
|
15896
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15899
|
+
function render$132(e, t) {
|
|
15900
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createBaseVNode("path", {
|
|
15897
15901
|
fill: "none",
|
|
15898
15902
|
stroke: "currentColor",
|
|
15899
15903
|
"stroke-linecap": "round",
|
|
@@ -15904,14 +15908,14 @@ function render$131(e, t) {
|
|
|
15904
15908
|
}
|
|
15905
15909
|
var flame_default = {
|
|
15906
15910
|
name: "lucide-flame",
|
|
15907
|
-
render: render$
|
|
15908
|
-
}, _hoisted_1$
|
|
15911
|
+
render: render$132
|
|
15912
|
+
}, _hoisted_1$152 = {
|
|
15909
15913
|
viewBox: "0 0 24 24",
|
|
15910
15914
|
width: "1.2em",
|
|
15911
15915
|
height: "1.2em"
|
|
15912
15916
|
};
|
|
15913
|
-
function render$
|
|
15914
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15917
|
+
function render$131(e, t) {
|
|
15918
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createBaseVNode("path", {
|
|
15915
15919
|
fill: "none",
|
|
15916
15920
|
stroke: "currentColor",
|
|
15917
15921
|
"stroke-linecap": "round",
|
|
@@ -15922,14 +15926,14 @@ function render$130(e, t) {
|
|
|
15922
15926
|
}
|
|
15923
15927
|
var flask_conical_default = {
|
|
15924
15928
|
name: "lucide-flask-conical",
|
|
15925
|
-
render: render$
|
|
15926
|
-
}, _hoisted_1$
|
|
15929
|
+
render: render$131
|
|
15930
|
+
}, _hoisted_1$151 = {
|
|
15927
15931
|
viewBox: "0 0 24 24",
|
|
15928
15932
|
width: "1.2em",
|
|
15929
15933
|
height: "1.2em"
|
|
15930
15934
|
};
|
|
15931
|
-
function render$
|
|
15932
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15935
|
+
function render$130(e, t) {
|
|
15936
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createBaseVNode("path", {
|
|
15933
15937
|
fill: "none",
|
|
15934
15938
|
stroke: "currentColor",
|
|
15935
15939
|
"stroke-linecap": "round",
|
|
@@ -15940,14 +15944,14 @@ function render$129(e, t) {
|
|
|
15940
15944
|
}
|
|
15941
15945
|
var folder_default = {
|
|
15942
15946
|
name: "lucide-folder",
|
|
15943
|
-
render: render$
|
|
15944
|
-
}, _hoisted_1$
|
|
15947
|
+
render: render$130
|
|
15948
|
+
}, _hoisted_1$150 = {
|
|
15945
15949
|
viewBox: "0 0 24 24",
|
|
15946
15950
|
width: "1.2em",
|
|
15947
15951
|
height: "1.2em"
|
|
15948
15952
|
};
|
|
15949
|
-
function render$
|
|
15950
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15953
|
+
function render$129(e, t) {
|
|
15954
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createBaseVNode("path", {
|
|
15951
15955
|
fill: "none",
|
|
15952
15956
|
stroke: "currentColor",
|
|
15953
15957
|
"stroke-linecap": "round",
|
|
@@ -15958,14 +15962,14 @@ function render$128(e, t) {
|
|
|
15958
15962
|
}
|
|
15959
15963
|
var folder_open_default = {
|
|
15960
15964
|
name: "lucide-folder-open",
|
|
15961
|
-
render: render$
|
|
15962
|
-
}, _hoisted_1$
|
|
15965
|
+
render: render$129
|
|
15966
|
+
}, _hoisted_1$149 = {
|
|
15963
15967
|
viewBox: "0 0 24 24",
|
|
15964
15968
|
width: "1.2em",
|
|
15965
15969
|
height: "1.2em"
|
|
15966
15970
|
};
|
|
15967
|
-
function render$
|
|
15968
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15971
|
+
function render$128(e, t) {
|
|
15972
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createBaseVNode("path", {
|
|
15969
15973
|
fill: "none",
|
|
15970
15974
|
stroke: "currentColor",
|
|
15971
15975
|
"stroke-linecap": "round",
|
|
@@ -15976,14 +15980,14 @@ function render$127(e, t) {
|
|
|
15976
15980
|
}
|
|
15977
15981
|
var folder_plus_default = {
|
|
15978
15982
|
name: "lucide-folder-plus",
|
|
15979
|
-
render: render$
|
|
15980
|
-
}, _hoisted_1$
|
|
15983
|
+
render: render$128
|
|
15984
|
+
}, _hoisted_1$148 = {
|
|
15981
15985
|
viewBox: "0 0 24 24",
|
|
15982
15986
|
width: "1.2em",
|
|
15983
15987
|
height: "1.2em"
|
|
15984
15988
|
};
|
|
15985
|
-
function render$
|
|
15986
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
15989
|
+
function render$127(e, t) {
|
|
15990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createBaseVNode("path", {
|
|
15987
15991
|
fill: "none",
|
|
15988
15992
|
stroke: "currentColor",
|
|
15989
15993
|
"stroke-linecap": "round",
|
|
@@ -15994,14 +15998,14 @@ function render$126(e, t) {
|
|
|
15994
15998
|
}
|
|
15995
15999
|
var funnel_default = {
|
|
15996
16000
|
name: "lucide-funnel",
|
|
15997
|
-
render: render$
|
|
15998
|
-
}, _hoisted_1$
|
|
16001
|
+
render: render$127
|
|
16002
|
+
}, _hoisted_1$147 = {
|
|
15999
16003
|
viewBox: "0 0 24 24",
|
|
16000
16004
|
width: "1.2em",
|
|
16001
16005
|
height: "1.2em"
|
|
16002
16006
|
};
|
|
16003
|
-
function render$
|
|
16004
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16007
|
+
function render$126(e, t) {
|
|
16008
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createBaseVNode("g", {
|
|
16005
16009
|
fill: "none",
|
|
16006
16010
|
stroke: "currentColor",
|
|
16007
16011
|
"stroke-linecap": "round",
|
|
@@ -16011,14 +16015,14 @@ function render$125(e, t) {
|
|
|
16011
16015
|
}
|
|
16012
16016
|
var gem_default = {
|
|
16013
16017
|
name: "lucide-gem",
|
|
16014
|
-
render: render$
|
|
16015
|
-
}, _hoisted_1$
|
|
16018
|
+
render: render$126
|
|
16019
|
+
}, _hoisted_1$146 = {
|
|
16016
16020
|
viewBox: "0 0 24 24",
|
|
16017
16021
|
width: "1.2em",
|
|
16018
16022
|
height: "1.2em"
|
|
16019
16023
|
};
|
|
16020
|
-
function render$
|
|
16021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16024
|
+
function render$125(e, t) {
|
|
16025
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createBaseVNode("g", {
|
|
16022
16026
|
fill: "none",
|
|
16023
16027
|
stroke: "currentColor",
|
|
16024
16028
|
"stroke-linecap": "round",
|
|
@@ -16034,25 +16038,25 @@ function render$124(e, t) {
|
|
|
16034
16038
|
}
|
|
16035
16039
|
var gift_default = {
|
|
16036
16040
|
name: "lucide-gift",
|
|
16037
|
-
render: render$
|
|
16038
|
-
}, _hoisted_1$
|
|
16041
|
+
render: render$125
|
|
16042
|
+
}, _hoisted_1$145 = {
|
|
16039
16043
|
viewBox: "0 0 24 24",
|
|
16040
16044
|
width: "1.2em",
|
|
16041
16045
|
height: "1.2em"
|
|
16042
16046
|
};
|
|
16043
|
-
function render$
|
|
16044
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16047
|
+
function render$124(e, t) {
|
|
16048
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...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)]]);
|
|
16045
16049
|
}
|
|
16046
16050
|
var git_branch_default = {
|
|
16047
16051
|
name: "lucide-git-branch",
|
|
16048
|
-
render: render$
|
|
16049
|
-
}, _hoisted_1$
|
|
16052
|
+
render: render$124
|
|
16053
|
+
}, _hoisted_1$144 = {
|
|
16050
16054
|
viewBox: "0 0 24 24",
|
|
16051
16055
|
width: "1.2em",
|
|
16052
16056
|
height: "1.2em"
|
|
16053
16057
|
};
|
|
16054
|
-
function render$
|
|
16055
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16058
|
+
function render$123(e, t) {
|
|
16059
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createBaseVNode("g", {
|
|
16056
16060
|
fill: "none",
|
|
16057
16061
|
stroke: "currentColor",
|
|
16058
16062
|
"stroke-linecap": "round",
|
|
@@ -16066,14 +16070,14 @@ function render$122(e, t) {
|
|
|
16066
16070
|
}
|
|
16067
16071
|
var globe_default = {
|
|
16068
16072
|
name: "lucide-globe",
|
|
16069
|
-
render: render$
|
|
16070
|
-
}, _hoisted_1$
|
|
16073
|
+
render: render$123
|
|
16074
|
+
}, _hoisted_1$143 = {
|
|
16071
16075
|
viewBox: "0 0 24 24",
|
|
16072
16076
|
width: "1.2em",
|
|
16073
16077
|
height: "1.2em"
|
|
16074
16078
|
};
|
|
16075
|
-
function render$
|
|
16076
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16079
|
+
function render$122(e, t) {
|
|
16080
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createBaseVNode("g", {
|
|
16077
16081
|
fill: "none",
|
|
16078
16082
|
stroke: "currentColor",
|
|
16079
16083
|
"stroke-linecap": "round",
|
|
@@ -16083,14 +16087,14 @@ function render$121(e, t) {
|
|
|
16083
16087
|
}
|
|
16084
16088
|
var graduation_cap_default = {
|
|
16085
16089
|
name: "lucide-graduation-cap",
|
|
16086
|
-
render: render$
|
|
16087
|
-
}, _hoisted_1$
|
|
16090
|
+
render: render$122
|
|
16091
|
+
}, _hoisted_1$142 = {
|
|
16088
16092
|
viewBox: "0 0 24 24",
|
|
16089
16093
|
width: "1.2em",
|
|
16090
16094
|
height: "1.2em"
|
|
16091
16095
|
};
|
|
16092
|
-
function render$
|
|
16093
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16096
|
+
function render$121(e, t) {
|
|
16097
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createBaseVNode("g", {
|
|
16094
16098
|
fill: "none",
|
|
16095
16099
|
stroke: "currentColor",
|
|
16096
16100
|
"stroke-linecap": "round",
|
|
@@ -16106,36 +16110,36 @@ function render$120(e, t) {
|
|
|
16106
16110
|
}
|
|
16107
16111
|
var grid_2x2_default = {
|
|
16108
16112
|
name: "lucide-grid-2x2",
|
|
16109
|
-
render: render$
|
|
16110
|
-
}, _hoisted_1$
|
|
16113
|
+
render: render$121
|
|
16114
|
+
}, _hoisted_1$141 = {
|
|
16111
16115
|
viewBox: "0 0 24 24",
|
|
16112
16116
|
width: "1.2em",
|
|
16113
16117
|
height: "1.2em"
|
|
16114
16118
|
};
|
|
16115
|
-
function render$
|
|
16116
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16119
|
+
function render$120(e, t) {
|
|
16120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...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)]]);
|
|
16117
16121
|
}
|
|
16118
16122
|
var grip_vertical_default = {
|
|
16119
16123
|
name: "lucide-grip-vertical",
|
|
16120
|
-
render: render$
|
|
16121
|
-
}, _hoisted_1$
|
|
16124
|
+
render: render$120
|
|
16125
|
+
}, _hoisted_1$140 = {
|
|
16122
16126
|
viewBox: "0 0 24 24",
|
|
16123
16127
|
width: "1.2em",
|
|
16124
16128
|
height: "1.2em"
|
|
16125
16129
|
};
|
|
16126
|
-
function render$
|
|
16127
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16130
|
+
function render$119(e, t) {
|
|
16131
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...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)]]);
|
|
16128
16132
|
}
|
|
16129
16133
|
var hand_coins_default = {
|
|
16130
16134
|
name: "lucide-hand-coins",
|
|
16131
|
-
render: render$
|
|
16132
|
-
}, _hoisted_1$
|
|
16135
|
+
render: render$119
|
|
16136
|
+
}, _hoisted_1$139 = {
|
|
16133
16137
|
viewBox: "0 0 24 24",
|
|
16134
16138
|
width: "1.2em",
|
|
16135
16139
|
height: "1.2em"
|
|
16136
16140
|
};
|
|
16137
|
-
function render$
|
|
16138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16141
|
+
function render$118(e, t) {
|
|
16142
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createBaseVNode("g", {
|
|
16139
16143
|
fill: "none",
|
|
16140
16144
|
stroke: "currentColor",
|
|
16141
16145
|
"stroke-linecap": "round",
|
|
@@ -16149,14 +16153,14 @@ function render$117(e, t) {
|
|
|
16149
16153
|
}
|
|
16150
16154
|
var handshake_default = {
|
|
16151
16155
|
name: "lucide-handshake",
|
|
16152
|
-
render: render$
|
|
16153
|
-
}, _hoisted_1$
|
|
16156
|
+
render: render$118
|
|
16157
|
+
}, _hoisted_1$138 = {
|
|
16154
16158
|
viewBox: "0 0 24 24",
|
|
16155
16159
|
width: "1.2em",
|
|
16156
16160
|
height: "1.2em"
|
|
16157
16161
|
};
|
|
16158
|
-
function render$
|
|
16159
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16162
|
+
function render$117(e, t) {
|
|
16163
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createBaseVNode("path", {
|
|
16160
16164
|
fill: "none",
|
|
16161
16165
|
stroke: "currentColor",
|
|
16162
16166
|
"stroke-linecap": "round",
|
|
@@ -16167,14 +16171,14 @@ function render$116(e, t) {
|
|
|
16167
16171
|
}
|
|
16168
16172
|
var hard_drive_default = {
|
|
16169
16173
|
name: "lucide-hard-drive",
|
|
16170
|
-
render: render$
|
|
16171
|
-
}, _hoisted_1$
|
|
16174
|
+
render: render$117
|
|
16175
|
+
}, _hoisted_1$137 = {
|
|
16172
16176
|
viewBox: "0 0 24 24",
|
|
16173
16177
|
width: "1.2em",
|
|
16174
16178
|
height: "1.2em"
|
|
16175
16179
|
};
|
|
16176
|
-
function render$
|
|
16177
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16180
|
+
function render$116(e, t) {
|
|
16181
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createBaseVNode("g", {
|
|
16178
16182
|
fill: "none",
|
|
16179
16183
|
stroke: "currentColor",
|
|
16180
16184
|
"stroke-linecap": "round",
|
|
@@ -16194,14 +16198,14 @@ function render$115(e, t) {
|
|
|
16194
16198
|
}
|
|
16195
16199
|
var hard_drive_download_default = {
|
|
16196
16200
|
name: "lucide-hard-drive-download",
|
|
16197
|
-
render: render$
|
|
16198
|
-
}, _hoisted_1$
|
|
16201
|
+
render: render$116
|
|
16202
|
+
}, _hoisted_1$136 = {
|
|
16199
16203
|
viewBox: "0 0 24 24",
|
|
16200
16204
|
width: "1.2em",
|
|
16201
16205
|
height: "1.2em"
|
|
16202
16206
|
};
|
|
16203
|
-
function render$
|
|
16204
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16207
|
+
function render$115(e, t) {
|
|
16208
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createBaseVNode("path", {
|
|
16205
16209
|
fill: "none",
|
|
16206
16210
|
stroke: "currentColor",
|
|
16207
16211
|
"stroke-linecap": "round",
|
|
@@ -16212,14 +16216,14 @@ function render$114(e, t) {
|
|
|
16212
16216
|
}
|
|
16213
16217
|
var hash_default = {
|
|
16214
16218
|
name: "lucide-hash",
|
|
16215
|
-
render: render$
|
|
16216
|
-
}, _hoisted_1$
|
|
16219
|
+
render: render$115
|
|
16220
|
+
}, _hoisted_1$135 = {
|
|
16217
16221
|
viewBox: "0 0 24 24",
|
|
16218
16222
|
width: "1.2em",
|
|
16219
16223
|
height: "1.2em"
|
|
16220
16224
|
};
|
|
16221
|
-
function render$
|
|
16222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16225
|
+
function render$114(e, t) {
|
|
16226
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createBaseVNode("g", {
|
|
16223
16227
|
fill: "none",
|
|
16224
16228
|
stroke: "currentColor",
|
|
16225
16229
|
"stroke-linecap": "round",
|
|
@@ -16229,14 +16233,14 @@ function render$113(e, t) {
|
|
|
16229
16233
|
}
|
|
16230
16234
|
var history_default = {
|
|
16231
16235
|
name: "lucide-history",
|
|
16232
|
-
render: render$
|
|
16233
|
-
}, _hoisted_1$
|
|
16236
|
+
render: render$114
|
|
16237
|
+
}, _hoisted_1$134 = {
|
|
16234
16238
|
viewBox: "0 0 24 24",
|
|
16235
16239
|
width: "1.2em",
|
|
16236
16240
|
height: "1.2em"
|
|
16237
16241
|
};
|
|
16238
|
-
function render$
|
|
16239
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16242
|
+
function render$113(e, t) {
|
|
16243
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createBaseVNode("path", {
|
|
16240
16244
|
fill: "none",
|
|
16241
16245
|
stroke: "currentColor",
|
|
16242
16246
|
"stroke-linecap": "round",
|
|
@@ -16247,14 +16251,14 @@ function render$112(e, t) {
|
|
|
16247
16251
|
}
|
|
16248
16252
|
var hourglass_default = {
|
|
16249
16253
|
name: "lucide-hourglass",
|
|
16250
|
-
render: render$
|
|
16251
|
-
}, _hoisted_1$
|
|
16254
|
+
render: render$113
|
|
16255
|
+
}, _hoisted_1$133 = {
|
|
16252
16256
|
viewBox: "0 0 24 24",
|
|
16253
16257
|
width: "1.2em",
|
|
16254
16258
|
height: "1.2em"
|
|
16255
16259
|
};
|
|
16256
|
-
function render$
|
|
16257
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16260
|
+
function render$112(e, t) {
|
|
16261
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createBaseVNode("g", {
|
|
16258
16262
|
fill: "none",
|
|
16259
16263
|
stroke: "currentColor",
|
|
16260
16264
|
"stroke-linecap": "round",
|
|
@@ -16264,14 +16268,14 @@ function render$111(e, t) {
|
|
|
16264
16268
|
}
|
|
16265
16269
|
var house_default = {
|
|
16266
16270
|
name: "lucide-house",
|
|
16267
|
-
render: render$
|
|
16268
|
-
}, _hoisted_1$
|
|
16271
|
+
render: render$112
|
|
16272
|
+
}, _hoisted_1$132 = {
|
|
16269
16273
|
viewBox: "0 0 24 24",
|
|
16270
16274
|
width: "1.2em",
|
|
16271
16275
|
height: "1.2em"
|
|
16272
16276
|
};
|
|
16273
|
-
function render$
|
|
16274
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16277
|
+
function render$111(e, t) {
|
|
16278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createBaseVNode("g", {
|
|
16275
16279
|
fill: "none",
|
|
16276
16280
|
stroke: "currentColor",
|
|
16277
16281
|
"stroke-linecap": "round",
|
|
@@ -16296,14 +16300,14 @@ function render$110(e, t) {
|
|
|
16296
16300
|
}
|
|
16297
16301
|
var image_default = {
|
|
16298
16302
|
name: "lucide-image",
|
|
16299
|
-
render: render$
|
|
16300
|
-
}, _hoisted_1$
|
|
16303
|
+
render: render$111
|
|
16304
|
+
}, _hoisted_1$131 = {
|
|
16301
16305
|
viewBox: "0 0 24 24",
|
|
16302
16306
|
width: "1.2em",
|
|
16303
16307
|
height: "1.2em"
|
|
16304
16308
|
};
|
|
16305
|
-
function render$
|
|
16306
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16309
|
+
function render$110(e, t) {
|
|
16310
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createBaseVNode("g", {
|
|
16307
16311
|
fill: "none",
|
|
16308
16312
|
stroke: "currentColor",
|
|
16309
16313
|
"stroke-linecap": "round",
|
|
@@ -16313,14 +16317,14 @@ function render$109(e, t) {
|
|
|
16313
16317
|
}
|
|
16314
16318
|
var inbox_default = {
|
|
16315
16319
|
name: "lucide-inbox",
|
|
16316
|
-
render: render$
|
|
16317
|
-
}, _hoisted_1$
|
|
16320
|
+
render: render$110
|
|
16321
|
+
}, _hoisted_1$130 = {
|
|
16318
16322
|
viewBox: "0 0 24 24",
|
|
16319
16323
|
width: "1.2em",
|
|
16320
16324
|
height: "1.2em"
|
|
16321
16325
|
};
|
|
16322
|
-
function render$
|
|
16323
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16326
|
+
function render$109(e, t) {
|
|
16327
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createBaseVNode("g", {
|
|
16324
16328
|
fill: "none",
|
|
16325
16329
|
stroke: "currentColor",
|
|
16326
16330
|
"stroke-linecap": "round",
|
|
@@ -16334,14 +16338,14 @@ function render$108(e, t) {
|
|
|
16334
16338
|
}
|
|
16335
16339
|
var info_default = {
|
|
16336
16340
|
name: "lucide-info",
|
|
16337
|
-
render: render$
|
|
16338
|
-
}, _hoisted_1$
|
|
16341
|
+
render: render$109
|
|
16342
|
+
}, _hoisted_1$129 = {
|
|
16339
16343
|
viewBox: "0 0 24 24",
|
|
16340
16344
|
width: "1.2em",
|
|
16341
16345
|
height: "1.2em"
|
|
16342
16346
|
};
|
|
16343
|
-
function render$
|
|
16344
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16347
|
+
function render$108(e, t) {
|
|
16348
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createBaseVNode("g", {
|
|
16345
16349
|
fill: "none",
|
|
16346
16350
|
stroke: "currentColor",
|
|
16347
16351
|
"stroke-linecap": "round",
|
|
@@ -16356,14 +16360,14 @@ function render$107(e, t) {
|
|
|
16356
16360
|
}
|
|
16357
16361
|
var key_round_default = {
|
|
16358
16362
|
name: "lucide-key-round",
|
|
16359
|
-
render: render$
|
|
16360
|
-
}, _hoisted_1$
|
|
16363
|
+
render: render$108
|
|
16364
|
+
}, _hoisted_1$128 = {
|
|
16361
16365
|
viewBox: "0 0 24 24",
|
|
16362
16366
|
width: "1.2em",
|
|
16363
16367
|
height: "1.2em"
|
|
16364
16368
|
};
|
|
16365
|
-
function render$
|
|
16366
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16369
|
+
function render$107(e, t) {
|
|
16370
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createBaseVNode("path", {
|
|
16367
16371
|
fill: "none",
|
|
16368
16372
|
stroke: "currentColor",
|
|
16369
16373
|
"stroke-linecap": "round",
|
|
@@ -16374,14 +16378,14 @@ function render$106(e, t) {
|
|
|
16374
16378
|
}
|
|
16375
16379
|
var languages_default = {
|
|
16376
16380
|
name: "lucide-languages",
|
|
16377
|
-
render: render$
|
|
16378
|
-
}, _hoisted_1$
|
|
16381
|
+
render: render$107
|
|
16382
|
+
}, _hoisted_1$127 = {
|
|
16379
16383
|
viewBox: "0 0 24 24",
|
|
16380
16384
|
width: "1.2em",
|
|
16381
16385
|
height: "1.2em"
|
|
16382
16386
|
};
|
|
16383
|
-
function render$
|
|
16384
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16387
|
+
function render$106(e, t) {
|
|
16388
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createBaseVNode("g", {
|
|
16385
16389
|
fill: "none",
|
|
16386
16390
|
stroke: "currentColor",
|
|
16387
16391
|
"stroke-linecap": "round",
|
|
@@ -16395,14 +16399,14 @@ function render$105(e, t) {
|
|
|
16395
16399
|
}
|
|
16396
16400
|
var layers_default = {
|
|
16397
16401
|
name: "lucide-layers",
|
|
16398
|
-
render: render$
|
|
16399
|
-
}, _hoisted_1$
|
|
16402
|
+
render: render$106
|
|
16403
|
+
}, _hoisted_1$126 = {
|
|
16400
16404
|
viewBox: "0 0 24 24",
|
|
16401
16405
|
width: "1.2em",
|
|
16402
16406
|
height: "1.2em"
|
|
16403
16407
|
};
|
|
16404
|
-
function render$
|
|
16405
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16408
|
+
function render$105(e, t) {
|
|
16409
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createBaseVNode("g", {
|
|
16406
16410
|
fill: "none",
|
|
16407
16411
|
stroke: "currentColor",
|
|
16408
16412
|
"stroke-linecap": "round",
|
|
@@ -16434,14 +16438,14 @@ function render$104(e, t) {
|
|
|
16434
16438
|
}
|
|
16435
16439
|
var layout_template_default = {
|
|
16436
16440
|
name: "lucide-layout-template",
|
|
16437
|
-
render: render$
|
|
16438
|
-
}, _hoisted_1$
|
|
16441
|
+
render: render$105
|
|
16442
|
+
}, _hoisted_1$125 = {
|
|
16439
16443
|
viewBox: "0 0 24 24",
|
|
16440
16444
|
width: "1.2em",
|
|
16441
16445
|
height: "1.2em"
|
|
16442
16446
|
};
|
|
16443
|
-
function render$
|
|
16444
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16447
|
+
function render$104(e, t) {
|
|
16448
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createBaseVNode("path", {
|
|
16445
16449
|
fill: "none",
|
|
16446
16450
|
stroke: "currentColor",
|
|
16447
16451
|
"stroke-linecap": "round",
|
|
@@ -16452,14 +16456,14 @@ function render$103(e, t) {
|
|
|
16452
16456
|
}
|
|
16453
16457
|
var lightbulb_default = {
|
|
16454
16458
|
name: "lucide-lightbulb",
|
|
16455
|
-
render: render$
|
|
16456
|
-
}, _hoisted_1$
|
|
16459
|
+
render: render$104
|
|
16460
|
+
}, _hoisted_1$124 = {
|
|
16457
16461
|
viewBox: "0 0 24 24",
|
|
16458
16462
|
width: "1.2em",
|
|
16459
16463
|
height: "1.2em"
|
|
16460
16464
|
};
|
|
16461
|
-
function render$
|
|
16462
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16465
|
+
function render$103(e, t) {
|
|
16466
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createBaseVNode("g", {
|
|
16463
16467
|
fill: "none",
|
|
16464
16468
|
stroke: "currentColor",
|
|
16465
16469
|
"stroke-linecap": "round",
|
|
@@ -16469,14 +16473,14 @@ function render$102(e, t) {
|
|
|
16469
16473
|
}
|
|
16470
16474
|
var link_default = {
|
|
16471
16475
|
name: "lucide-link",
|
|
16472
|
-
render: render$
|
|
16473
|
-
}, _hoisted_1$
|
|
16476
|
+
render: render$103
|
|
16477
|
+
}, _hoisted_1$123 = {
|
|
16474
16478
|
viewBox: "0 0 24 24",
|
|
16475
16479
|
width: "1.2em",
|
|
16476
16480
|
height: "1.2em"
|
|
16477
16481
|
};
|
|
16478
|
-
function render$
|
|
16479
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16482
|
+
function render$102(e, t) {
|
|
16483
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createBaseVNode("path", {
|
|
16480
16484
|
fill: "none",
|
|
16481
16485
|
stroke: "currentColor",
|
|
16482
16486
|
"stroke-linecap": "round",
|
|
@@ -16487,14 +16491,14 @@ function render$101(e, t) {
|
|
|
16487
16491
|
}
|
|
16488
16492
|
var list_default = {
|
|
16489
16493
|
name: "lucide-list",
|
|
16490
|
-
render: render$
|
|
16491
|
-
}, _hoisted_1$
|
|
16494
|
+
render: render$102
|
|
16495
|
+
}, _hoisted_1$122 = {
|
|
16492
16496
|
viewBox: "0 0 24 24",
|
|
16493
16497
|
width: "1.2em",
|
|
16494
16498
|
height: "1.2em"
|
|
16495
16499
|
};
|
|
16496
|
-
function render$
|
|
16497
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16500
|
+
function render$101(e, t) {
|
|
16501
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createBaseVNode("path", {
|
|
16498
16502
|
fill: "none",
|
|
16499
16503
|
stroke: "currentColor",
|
|
16500
16504
|
"stroke-linecap": "round",
|
|
@@ -16505,14 +16509,14 @@ function render$100(e, t) {
|
|
|
16505
16509
|
}
|
|
16506
16510
|
var list_checks_default = {
|
|
16507
16511
|
name: "lucide-list-checks",
|
|
16508
|
-
render: render$
|
|
16509
|
-
}, _hoisted_1$
|
|
16512
|
+
render: render$101
|
|
16513
|
+
}, _hoisted_1$121 = {
|
|
16510
16514
|
viewBox: "0 0 24 24",
|
|
16511
16515
|
width: "1.2em",
|
|
16512
16516
|
height: "1.2em"
|
|
16513
16517
|
};
|
|
16514
|
-
function render$
|
|
16515
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16518
|
+
function render$100(e, t) {
|
|
16519
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createBaseVNode("path", {
|
|
16516
16520
|
fill: "none",
|
|
16517
16521
|
stroke: "currentColor",
|
|
16518
16522
|
"stroke-linecap": "round",
|
|
@@ -16523,14 +16527,14 @@ function render$99(e, t) {
|
|
|
16523
16527
|
}
|
|
16524
16528
|
var loader2_default = {
|
|
16525
16529
|
name: "lucide-loader2",
|
|
16526
|
-
render: render$
|
|
16527
|
-
}, _hoisted_1$
|
|
16530
|
+
render: render$100
|
|
16531
|
+
}, _hoisted_1$120 = {
|
|
16528
16532
|
viewBox: "0 0 24 24",
|
|
16529
16533
|
width: "1.2em",
|
|
16530
16534
|
height: "1.2em"
|
|
16531
16535
|
};
|
|
16532
|
-
function render$
|
|
16533
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16536
|
+
function render$99(e, t) {
|
|
16537
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createBaseVNode("g", {
|
|
16534
16538
|
fill: "none",
|
|
16535
16539
|
stroke: "currentColor",
|
|
16536
16540
|
"stroke-linecap": "round",
|
|
@@ -16547,14 +16551,14 @@ function render$98(e, t) {
|
|
|
16547
16551
|
}
|
|
16548
16552
|
var lock_default = {
|
|
16549
16553
|
name: "lucide-lock",
|
|
16550
|
-
render: render$
|
|
16551
|
-
}, _hoisted_1$
|
|
16554
|
+
render: render$99
|
|
16555
|
+
}, _hoisted_1$119 = {
|
|
16552
16556
|
viewBox: "0 0 24 24",
|
|
16553
16557
|
width: "1.2em",
|
|
16554
16558
|
height: "1.2em"
|
|
16555
16559
|
};
|
|
16556
|
-
function render$
|
|
16557
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16560
|
+
function render$98(e, t) {
|
|
16561
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createBaseVNode("path", {
|
|
16558
16562
|
fill: "none",
|
|
16559
16563
|
stroke: "currentColor",
|
|
16560
16564
|
"stroke-linecap": "round",
|
|
@@ -16565,14 +16569,14 @@ function render$97(e, t) {
|
|
|
16565
16569
|
}
|
|
16566
16570
|
var log_in_default = {
|
|
16567
16571
|
name: "lucide-log-in",
|
|
16568
|
-
render: render$
|
|
16569
|
-
}, _hoisted_1$
|
|
16572
|
+
render: render$98
|
|
16573
|
+
}, _hoisted_1$118 = {
|
|
16570
16574
|
viewBox: "0 0 24 24",
|
|
16571
16575
|
width: "1.2em",
|
|
16572
16576
|
height: "1.2em"
|
|
16573
16577
|
};
|
|
16574
|
-
function render$
|
|
16575
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16578
|
+
function render$97(e, t) {
|
|
16579
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createBaseVNode("path", {
|
|
16576
16580
|
fill: "none",
|
|
16577
16581
|
stroke: "currentColor",
|
|
16578
16582
|
"stroke-linecap": "round",
|
|
@@ -16583,14 +16587,14 @@ function render$96(e, t) {
|
|
|
16583
16587
|
}
|
|
16584
16588
|
var log_out_default = {
|
|
16585
16589
|
name: "lucide-log-out",
|
|
16586
|
-
render: render$
|
|
16587
|
-
}, _hoisted_1$
|
|
16590
|
+
render: render$97
|
|
16591
|
+
}, _hoisted_1$117 = {
|
|
16588
16592
|
viewBox: "0 0 24 24",
|
|
16589
16593
|
width: "1.2em",
|
|
16590
16594
|
height: "1.2em"
|
|
16591
16595
|
};
|
|
16592
|
-
function render$
|
|
16593
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16596
|
+
function render$96(e, t) {
|
|
16597
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createBaseVNode("g", {
|
|
16594
16598
|
fill: "none",
|
|
16595
16599
|
stroke: "currentColor",
|
|
16596
16600
|
"stroke-linecap": "round",
|
|
@@ -16606,14 +16610,14 @@ function render$95(e, t) {
|
|
|
16606
16610
|
}
|
|
16607
16611
|
var mail_default = {
|
|
16608
16612
|
name: "lucide-mail",
|
|
16609
|
-
render: render$
|
|
16610
|
-
}, _hoisted_1$
|
|
16613
|
+
render: render$96
|
|
16614
|
+
}, _hoisted_1$116 = {
|
|
16611
16615
|
viewBox: "0 0 24 24",
|
|
16612
16616
|
width: "1.2em",
|
|
16613
16617
|
height: "1.2em"
|
|
16614
16618
|
};
|
|
16615
|
-
function render$
|
|
16616
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16619
|
+
function render$95(e, t) {
|
|
16620
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createBaseVNode("path", {
|
|
16617
16621
|
fill: "none",
|
|
16618
16622
|
stroke: "currentColor",
|
|
16619
16623
|
"stroke-linecap": "round",
|
|
@@ -16624,14 +16628,14 @@ function render$94(e, t) {
|
|
|
16624
16628
|
}
|
|
16625
16629
|
var maximize_default = {
|
|
16626
16630
|
name: "lucide-maximize",
|
|
16627
|
-
render: render$
|
|
16628
|
-
}, _hoisted_1$
|
|
16631
|
+
render: render$95
|
|
16632
|
+
}, _hoisted_1$115 = {
|
|
16629
16633
|
viewBox: "0 0 24 24",
|
|
16630
16634
|
width: "1.2em",
|
|
16631
16635
|
height: "1.2em"
|
|
16632
16636
|
};
|
|
16633
|
-
function render$
|
|
16634
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16637
|
+
function render$94(e, t) {
|
|
16638
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createBaseVNode("path", {
|
|
16635
16639
|
fill: "none",
|
|
16636
16640
|
stroke: "currentColor",
|
|
16637
16641
|
"stroke-linecap": "round",
|
|
@@ -16642,14 +16646,14 @@ function render$93(e, t) {
|
|
|
16642
16646
|
}
|
|
16643
16647
|
var maximize_2_default = {
|
|
16644
16648
|
name: "lucide-maximize-2",
|
|
16645
|
-
render: render$
|
|
16646
|
-
}, _hoisted_1$
|
|
16649
|
+
render: render$94
|
|
16650
|
+
}, _hoisted_1$114 = {
|
|
16647
16651
|
viewBox: "0 0 24 24",
|
|
16648
16652
|
width: "1.2em",
|
|
16649
16653
|
height: "1.2em"
|
|
16650
16654
|
};
|
|
16651
|
-
function render$
|
|
16652
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16655
|
+
function render$93(e, t) {
|
|
16656
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createBaseVNode("path", {
|
|
16653
16657
|
fill: "none",
|
|
16654
16658
|
stroke: "currentColor",
|
|
16655
16659
|
"stroke-linecap": "round",
|
|
@@ -16660,14 +16664,14 @@ function render$92(e, t) {
|
|
|
16660
16664
|
}
|
|
16661
16665
|
var menu_default = {
|
|
16662
16666
|
name: "lucide-menu",
|
|
16663
|
-
render: render$
|
|
16664
|
-
}, _hoisted_1$
|
|
16667
|
+
render: render$93
|
|
16668
|
+
}, _hoisted_1$113 = {
|
|
16665
16669
|
viewBox: "0 0 24 24",
|
|
16666
16670
|
width: "1.2em",
|
|
16667
16671
|
height: "1.2em"
|
|
16668
16672
|
};
|
|
16669
|
-
function render$
|
|
16670
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16673
|
+
function render$92(e, t) {
|
|
16674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createBaseVNode("path", {
|
|
16671
16675
|
fill: "none",
|
|
16672
16676
|
stroke: "currentColor",
|
|
16673
16677
|
"stroke-linecap": "round",
|
|
@@ -16678,14 +16682,14 @@ function render$91(e, t) {
|
|
|
16678
16682
|
}
|
|
16679
16683
|
var message_circle_default = {
|
|
16680
16684
|
name: "lucide-message-circle",
|
|
16681
|
-
render: render$
|
|
16682
|
-
}, _hoisted_1$
|
|
16685
|
+
render: render$92
|
|
16686
|
+
}, _hoisted_1$112 = {
|
|
16683
16687
|
viewBox: "0 0 24 24",
|
|
16684
16688
|
width: "1.2em",
|
|
16685
16689
|
height: "1.2em"
|
|
16686
16690
|
};
|
|
16687
|
-
function render$
|
|
16688
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16691
|
+
function render$91(e, t) {
|
|
16692
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createBaseVNode("path", {
|
|
16689
16693
|
fill: "none",
|
|
16690
16694
|
stroke: "currentColor",
|
|
16691
16695
|
"stroke-linecap": "round",
|
|
@@ -16696,14 +16700,14 @@ function render$90(e, t) {
|
|
|
16696
16700
|
}
|
|
16697
16701
|
var message_square_default = {
|
|
16698
16702
|
name: "lucide-message-square",
|
|
16699
|
-
render: render$
|
|
16700
|
-
}, _hoisted_1$
|
|
16703
|
+
render: render$91
|
|
16704
|
+
}, _hoisted_1$111 = {
|
|
16701
16705
|
viewBox: "0 0 24 24",
|
|
16702
16706
|
width: "1.2em",
|
|
16703
16707
|
height: "1.2em"
|
|
16704
16708
|
};
|
|
16705
|
-
function render$
|
|
16706
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16709
|
+
function render$90(e, t) {
|
|
16710
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createBaseVNode("path", {
|
|
16707
16711
|
fill: "none",
|
|
16708
16712
|
stroke: "currentColor",
|
|
16709
16713
|
"stroke-linecap": "round",
|
|
@@ -16714,14 +16718,14 @@ function render$89(e, t) {
|
|
|
16714
16718
|
}
|
|
16715
16719
|
var message_square_plus_default = {
|
|
16716
16720
|
name: "lucide-message-square-plus",
|
|
16717
|
-
render: render$
|
|
16718
|
-
}, _hoisted_1$
|
|
16721
|
+
render: render$90
|
|
16722
|
+
}, _hoisted_1$110 = {
|
|
16719
16723
|
viewBox: "0 0 24 24",
|
|
16720
16724
|
width: "1.2em",
|
|
16721
16725
|
height: "1.2em"
|
|
16722
16726
|
};
|
|
16723
|
-
function render$
|
|
16724
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16727
|
+
function render$89(e, t) {
|
|
16728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createBaseVNode("path", {
|
|
16725
16729
|
fill: "none",
|
|
16726
16730
|
stroke: "currentColor",
|
|
16727
16731
|
"stroke-linecap": "round",
|
|
@@ -16732,14 +16736,14 @@ function render$88(e, t) {
|
|
|
16732
16736
|
}
|
|
16733
16737
|
var messages_square_default = {
|
|
16734
16738
|
name: "lucide-messages-square",
|
|
16735
|
-
render: render$
|
|
16736
|
-
}, _hoisted_1$
|
|
16739
|
+
render: render$89
|
|
16740
|
+
}, _hoisted_1$109 = {
|
|
16737
16741
|
viewBox: "0 0 24 24",
|
|
16738
16742
|
width: "1.2em",
|
|
16739
16743
|
height: "1.2em"
|
|
16740
16744
|
};
|
|
16741
|
-
function render$
|
|
16742
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16745
|
+
function render$88(e, t) {
|
|
16746
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createBaseVNode("g", {
|
|
16743
16747
|
fill: "none",
|
|
16744
16748
|
stroke: "currentColor",
|
|
16745
16749
|
"stroke-linecap": "round",
|
|
@@ -16755,14 +16759,14 @@ function render$87(e, t) {
|
|
|
16755
16759
|
}
|
|
16756
16760
|
var mic_default = {
|
|
16757
16761
|
name: "lucide-mic",
|
|
16758
|
-
render: render$
|
|
16759
|
-
}, _hoisted_1$
|
|
16762
|
+
render: render$88
|
|
16763
|
+
}, _hoisted_1$108 = {
|
|
16760
16764
|
viewBox: "0 0 24 24",
|
|
16761
16765
|
width: "1.2em",
|
|
16762
16766
|
height: "1.2em"
|
|
16763
16767
|
};
|
|
16764
|
-
function render$
|
|
16765
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16768
|
+
function render$87(e, t) {
|
|
16769
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createBaseVNode("path", {
|
|
16766
16770
|
fill: "none",
|
|
16767
16771
|
stroke: "currentColor",
|
|
16768
16772
|
"stroke-linecap": "round",
|
|
@@ -16773,14 +16777,14 @@ function render$86(e, t) {
|
|
|
16773
16777
|
}
|
|
16774
16778
|
var milestone_default = {
|
|
16775
16779
|
name: "lucide-milestone",
|
|
16776
|
-
render: render$
|
|
16777
|
-
}, _hoisted_1$
|
|
16780
|
+
render: render$87
|
|
16781
|
+
}, _hoisted_1$107 = {
|
|
16778
16782
|
viewBox: "0 0 24 24",
|
|
16779
16783
|
width: "1.2em",
|
|
16780
16784
|
height: "1.2em"
|
|
16781
16785
|
};
|
|
16782
|
-
function render$
|
|
16783
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16786
|
+
function render$86(e, t) {
|
|
16787
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createBaseVNode("path", {
|
|
16784
16788
|
fill: "none",
|
|
16785
16789
|
stroke: "currentColor",
|
|
16786
16790
|
"stroke-linecap": "round",
|
|
@@ -16791,14 +16795,14 @@ function render$85(e, t) {
|
|
|
16791
16795
|
}
|
|
16792
16796
|
var minimize_2_default = {
|
|
16793
16797
|
name: "lucide-minimize-2",
|
|
16794
|
-
render: render$
|
|
16795
|
-
}, _hoisted_1$
|
|
16798
|
+
render: render$86
|
|
16799
|
+
}, _hoisted_1$106 = {
|
|
16796
16800
|
viewBox: "0 0 24 24",
|
|
16797
16801
|
width: "1.2em",
|
|
16798
16802
|
height: "1.2em"
|
|
16799
16803
|
};
|
|
16800
|
-
function render$
|
|
16801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16804
|
+
function render$85(e, t) {
|
|
16805
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createBaseVNode("path", {
|
|
16802
16806
|
fill: "none",
|
|
16803
16807
|
stroke: "currentColor",
|
|
16804
16808
|
"stroke-linecap": "round",
|
|
@@ -16809,14 +16813,14 @@ function render$84(e, t) {
|
|
|
16809
16813
|
}
|
|
16810
16814
|
var minus_default = {
|
|
16811
16815
|
name: "lucide-minus",
|
|
16812
|
-
render: render$
|
|
16813
|
-
}, _hoisted_1$
|
|
16816
|
+
render: render$85
|
|
16817
|
+
}, _hoisted_1$105 = {
|
|
16814
16818
|
viewBox: "0 0 24 24",
|
|
16815
16819
|
width: "1.2em",
|
|
16816
16820
|
height: "1.2em"
|
|
16817
16821
|
};
|
|
16818
|
-
function render$
|
|
16819
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16822
|
+
function render$84(e, t) {
|
|
16823
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createBaseVNode("path", {
|
|
16820
16824
|
fill: "none",
|
|
16821
16825
|
stroke: "currentColor",
|
|
16822
16826
|
"stroke-linecap": "round",
|
|
@@ -16827,25 +16831,25 @@ function render$83(e, t) {
|
|
|
16827
16831
|
}
|
|
16828
16832
|
var mouse_pointer_default = {
|
|
16829
16833
|
name: "lucide-mouse-pointer",
|
|
16830
|
-
render: render$
|
|
16831
|
-
}, _hoisted_1$
|
|
16834
|
+
render: render$84
|
|
16835
|
+
}, _hoisted_1$104 = {
|
|
16832
16836
|
viewBox: "0 0 24 24",
|
|
16833
16837
|
width: "1.2em",
|
|
16834
16838
|
height: "1.2em"
|
|
16835
16839
|
};
|
|
16836
|
-
function render$
|
|
16837
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16840
|
+
function render$83(e, t) {
|
|
16841
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...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)]]);
|
|
16838
16842
|
}
|
|
16839
16843
|
var network_default = {
|
|
16840
16844
|
name: "lucide-network",
|
|
16841
|
-
render: render$
|
|
16842
|
-
}, _hoisted_1$
|
|
16845
|
+
render: render$83
|
|
16846
|
+
}, _hoisted_1$103 = {
|
|
16843
16847
|
viewBox: "0 0 24 24",
|
|
16844
16848
|
width: "1.2em",
|
|
16845
16849
|
height: "1.2em"
|
|
16846
16850
|
};
|
|
16847
|
-
function render$
|
|
16848
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16851
|
+
function render$82(e, t) {
|
|
16852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createBaseVNode("g", {
|
|
16849
16853
|
fill: "none",
|
|
16850
16854
|
stroke: "currentColor",
|
|
16851
16855
|
"stroke-linecap": "round",
|
|
@@ -16855,14 +16859,14 @@ function render$81(e, t) {
|
|
|
16855
16859
|
}
|
|
16856
16860
|
var notebook_pen_default = {
|
|
16857
16861
|
name: "lucide-notebook-pen",
|
|
16858
|
-
render: render$
|
|
16859
|
-
}, _hoisted_1$
|
|
16862
|
+
render: render$82
|
|
16863
|
+
}, _hoisted_1$102 = {
|
|
16860
16864
|
viewBox: "0 0 24 24",
|
|
16861
16865
|
width: "1.2em",
|
|
16862
16866
|
height: "1.2em"
|
|
16863
16867
|
};
|
|
16864
|
-
function render$
|
|
16865
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16868
|
+
function render$81(e, t) {
|
|
16869
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createBaseVNode("g", {
|
|
16866
16870
|
fill: "none",
|
|
16867
16871
|
stroke: "currentColor",
|
|
16868
16872
|
"stroke-linecap": "round",
|
|
@@ -16876,25 +16880,25 @@ function render$80(e, t) {
|
|
|
16876
16880
|
}
|
|
16877
16881
|
var package_open_default = {
|
|
16878
16882
|
name: "lucide-package-open",
|
|
16879
|
-
render: render$
|
|
16880
|
-
}, _hoisted_1$
|
|
16883
|
+
render: render$81
|
|
16884
|
+
}, _hoisted_1$101 = {
|
|
16881
16885
|
viewBox: "0 0 24 24",
|
|
16882
16886
|
width: "1.2em",
|
|
16883
16887
|
height: "1.2em"
|
|
16884
16888
|
};
|
|
16885
|
-
function render$
|
|
16886
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16889
|
+
function render$80(e, t) {
|
|
16890
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...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)]]);
|
|
16887
16891
|
}
|
|
16888
16892
|
var palette_default = {
|
|
16889
16893
|
name: "lucide-palette",
|
|
16890
|
-
render: render$
|
|
16891
|
-
}, _hoisted_1$
|
|
16894
|
+
render: render$80
|
|
16895
|
+
}, _hoisted_1$100 = {
|
|
16892
16896
|
viewBox: "0 0 24 24",
|
|
16893
16897
|
width: "1.2em",
|
|
16894
16898
|
height: "1.2em"
|
|
16895
16899
|
};
|
|
16896
|
-
function render$
|
|
16897
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16900
|
+
function render$79(e, t) {
|
|
16901
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createBaseVNode("g", {
|
|
16898
16902
|
fill: "none",
|
|
16899
16903
|
stroke: "currentColor",
|
|
16900
16904
|
"stroke-linecap": "round",
|
|
@@ -16910,14 +16914,14 @@ function render$78(e, t) {
|
|
|
16910
16914
|
}
|
|
16911
16915
|
var panel_left_default = {
|
|
16912
16916
|
name: "lucide-panel-left",
|
|
16913
|
-
render: render$
|
|
16914
|
-
}, _hoisted_1$
|
|
16917
|
+
render: render$79
|
|
16918
|
+
}, _hoisted_1$99 = {
|
|
16915
16919
|
viewBox: "0 0 24 24",
|
|
16916
16920
|
width: "1.2em",
|
|
16917
16921
|
height: "1.2em"
|
|
16918
16922
|
};
|
|
16919
|
-
function render$
|
|
16920
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16923
|
+
function render$78(e, t) {
|
|
16924
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createBaseVNode("g", {
|
|
16921
16925
|
fill: "none",
|
|
16922
16926
|
stroke: "currentColor",
|
|
16923
16927
|
"stroke-linecap": "round",
|
|
@@ -16933,14 +16937,14 @@ function render$77(e, t) {
|
|
|
16933
16937
|
}
|
|
16934
16938
|
var panel_right_default = {
|
|
16935
16939
|
name: "lucide-panel-right",
|
|
16936
|
-
render: render$
|
|
16937
|
-
}, _hoisted_1$
|
|
16940
|
+
render: render$78
|
|
16941
|
+
}, _hoisted_1$98 = {
|
|
16938
16942
|
viewBox: "0 0 24 24",
|
|
16939
16943
|
width: "1.2em",
|
|
16940
16944
|
height: "1.2em"
|
|
16941
16945
|
};
|
|
16942
|
-
function render$
|
|
16943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16946
|
+
function render$77(e, t) {
|
|
16947
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createBaseVNode("path", {
|
|
16944
16948
|
fill: "none",
|
|
16945
16949
|
stroke: "currentColor",
|
|
16946
16950
|
"stroke-linecap": "round",
|
|
@@ -16951,14 +16955,14 @@ function render$76(e, t) {
|
|
|
16951
16955
|
}
|
|
16952
16956
|
var paperclip_default = {
|
|
16953
16957
|
name: "lucide-paperclip",
|
|
16954
|
-
render: render$
|
|
16955
|
-
}, _hoisted_1$
|
|
16958
|
+
render: render$77
|
|
16959
|
+
}, _hoisted_1$97 = {
|
|
16956
16960
|
viewBox: "0 0 24 24",
|
|
16957
16961
|
width: "1.2em",
|
|
16958
16962
|
height: "1.2em"
|
|
16959
16963
|
};
|
|
16960
|
-
function render$
|
|
16961
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16964
|
+
function render$76(e, t) {
|
|
16965
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createBaseVNode("g", {
|
|
16962
16966
|
fill: "none",
|
|
16963
16967
|
stroke: "currentColor",
|
|
16964
16968
|
"stroke-linecap": "round",
|
|
@@ -16980,14 +16984,14 @@ function render$75(e, t) {
|
|
|
16980
16984
|
}
|
|
16981
16985
|
var pause_default = {
|
|
16982
16986
|
name: "lucide-pause",
|
|
16983
|
-
render: render$
|
|
16984
|
-
}, _hoisted_1$
|
|
16987
|
+
render: render$76
|
|
16988
|
+
}, _hoisted_1$96 = {
|
|
16985
16989
|
viewBox: "0 0 24 24",
|
|
16986
16990
|
width: "1.2em",
|
|
16987
16991
|
height: "1.2em"
|
|
16988
16992
|
};
|
|
16989
|
-
function render$
|
|
16990
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
16993
|
+
function render$75(e, t) {
|
|
16994
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createBaseVNode("path", {
|
|
16991
16995
|
fill: "none",
|
|
16992
16996
|
stroke: "currentColor",
|
|
16993
16997
|
"stroke-linecap": "round",
|
|
@@ -16998,14 +17002,14 @@ function render$74(e, t) {
|
|
|
16998
17002
|
}
|
|
16999
17003
|
var pen_default = {
|
|
17000
17004
|
name: "lucide-pen",
|
|
17001
|
-
render: render$
|
|
17002
|
-
}, _hoisted_1$
|
|
17005
|
+
render: render$75
|
|
17006
|
+
}, _hoisted_1$95 = {
|
|
17003
17007
|
viewBox: "0 0 24 24",
|
|
17004
17008
|
width: "1.2em",
|
|
17005
17009
|
height: "1.2em"
|
|
17006
17010
|
};
|
|
17007
|
-
function render$
|
|
17008
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17011
|
+
function render$74(e, t) {
|
|
17012
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createBaseVNode("path", {
|
|
17009
17013
|
fill: "none",
|
|
17010
17014
|
stroke: "currentColor",
|
|
17011
17015
|
"stroke-linecap": "round",
|
|
@@ -17016,14 +17020,14 @@ function render$73(e, t) {
|
|
|
17016
17020
|
}
|
|
17017
17021
|
var pencil_default = {
|
|
17018
17022
|
name: "lucide-pencil",
|
|
17019
|
-
render: render$
|
|
17020
|
-
}, _hoisted_1$
|
|
17023
|
+
render: render$74
|
|
17024
|
+
}, _hoisted_1$94 = {
|
|
17021
17025
|
viewBox: "0 0 24 24",
|
|
17022
17026
|
width: "1.2em",
|
|
17023
17027
|
height: "1.2em"
|
|
17024
17028
|
};
|
|
17025
|
-
function render$
|
|
17026
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17029
|
+
function render$73(e, t) {
|
|
17030
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createBaseVNode("path", {
|
|
17027
17031
|
fill: "none",
|
|
17028
17032
|
stroke: "currentColor",
|
|
17029
17033
|
"stroke-linecap": "round",
|
|
@@ -17034,14 +17038,14 @@ function render$72(e, t) {
|
|
|
17034
17038
|
}
|
|
17035
17039
|
var pencil_off_default = {
|
|
17036
17040
|
name: "lucide-pencil-off",
|
|
17037
|
-
render: render$
|
|
17038
|
-
}, _hoisted_1$
|
|
17041
|
+
render: render$73
|
|
17042
|
+
}, _hoisted_1$93 = {
|
|
17039
17043
|
viewBox: "0 0 24 24",
|
|
17040
17044
|
width: "1.2em",
|
|
17041
17045
|
height: "1.2em"
|
|
17042
17046
|
};
|
|
17043
|
-
function render$
|
|
17044
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17047
|
+
function render$72(e, t) {
|
|
17048
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createBaseVNode("path", {
|
|
17045
17049
|
fill: "none",
|
|
17046
17050
|
stroke: "currentColor",
|
|
17047
17051
|
"stroke-linecap": "round",
|
|
@@ -17052,14 +17056,14 @@ function render$71(e, t) {
|
|
|
17052
17056
|
}
|
|
17053
17057
|
var pin_default = {
|
|
17054
17058
|
name: "lucide-pin",
|
|
17055
|
-
render: render$
|
|
17056
|
-
}, _hoisted_1$
|
|
17059
|
+
render: render$72
|
|
17060
|
+
}, _hoisted_1$92 = {
|
|
17057
17061
|
viewBox: "0 0 24 24",
|
|
17058
17062
|
width: "1.2em",
|
|
17059
17063
|
height: "1.2em"
|
|
17060
17064
|
};
|
|
17061
|
-
function render$
|
|
17062
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17065
|
+
function render$71(e, t) {
|
|
17066
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createBaseVNode("path", {
|
|
17063
17067
|
fill: "none",
|
|
17064
17068
|
stroke: "currentColor",
|
|
17065
17069
|
"stroke-linecap": "round",
|
|
@@ -17070,14 +17074,14 @@ function render$70(e, t) {
|
|
|
17070
17074
|
}
|
|
17071
17075
|
var play_default = {
|
|
17072
17076
|
name: "lucide-play",
|
|
17073
|
-
render: render$
|
|
17074
|
-
}, _hoisted_1$
|
|
17077
|
+
render: render$71
|
|
17078
|
+
}, _hoisted_1$91 = {
|
|
17075
17079
|
viewBox: "0 0 24 24",
|
|
17076
17080
|
width: "1.2em",
|
|
17077
17081
|
height: "1.2em"
|
|
17078
17082
|
};
|
|
17079
|
-
function render$
|
|
17080
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17083
|
+
function render$70(e, t) {
|
|
17084
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createBaseVNode("path", {
|
|
17081
17085
|
fill: "none",
|
|
17082
17086
|
stroke: "currentColor",
|
|
17083
17087
|
"stroke-linecap": "round",
|
|
@@ -17088,14 +17092,14 @@ function render$69(e, t) {
|
|
|
17088
17092
|
}
|
|
17089
17093
|
var plug_default = {
|
|
17090
17094
|
name: "lucide-plug",
|
|
17091
|
-
render: render$
|
|
17092
|
-
}, _hoisted_1$
|
|
17095
|
+
render: render$70
|
|
17096
|
+
}, _hoisted_1$90 = {
|
|
17093
17097
|
viewBox: "0 0 24 24",
|
|
17094
17098
|
width: "1.2em",
|
|
17095
17099
|
height: "1.2em"
|
|
17096
17100
|
};
|
|
17097
|
-
function render$
|
|
17098
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17101
|
+
function render$69(e, t) {
|
|
17102
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createBaseVNode("path", {
|
|
17099
17103
|
fill: "none",
|
|
17100
17104
|
stroke: "currentColor",
|
|
17101
17105
|
"stroke-linecap": "round",
|
|
@@ -17106,14 +17110,14 @@ function render$68(e, t) {
|
|
|
17106
17110
|
}
|
|
17107
17111
|
var plus_default = {
|
|
17108
17112
|
name: "lucide-plus",
|
|
17109
|
-
render: render$
|
|
17110
|
-
}, _hoisted_1$
|
|
17113
|
+
render: render$69
|
|
17114
|
+
}, _hoisted_1$89 = {
|
|
17111
17115
|
viewBox: "0 0 24 24",
|
|
17112
17116
|
width: "1.2em",
|
|
17113
17117
|
height: "1.2em"
|
|
17114
17118
|
};
|
|
17115
|
-
function render$
|
|
17116
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17119
|
+
function render$68(e, t) {
|
|
17120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createBaseVNode("g", {
|
|
17117
17121
|
fill: "none",
|
|
17118
17122
|
stroke: "currentColor",
|
|
17119
17123
|
"stroke-linecap": "round",
|
|
@@ -17123,14 +17127,14 @@ function render$67(e, t) {
|
|
|
17123
17127
|
}
|
|
17124
17128
|
var pocket_knife_default = {
|
|
17125
17129
|
name: "lucide-pocket-knife",
|
|
17126
|
-
render: render$
|
|
17127
|
-
}, _hoisted_1$
|
|
17130
|
+
render: render$68
|
|
17131
|
+
}, _hoisted_1$88 = {
|
|
17128
17132
|
viewBox: "0 0 24 24",
|
|
17129
17133
|
width: "1.2em",
|
|
17130
17134
|
height: "1.2em"
|
|
17131
17135
|
};
|
|
17132
|
-
function render$
|
|
17133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17136
|
+
function render$67(e, t) {
|
|
17137
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createBaseVNode("path", {
|
|
17134
17138
|
fill: "none",
|
|
17135
17139
|
stroke: "currentColor",
|
|
17136
17140
|
"stroke-linecap": "round",
|
|
@@ -17141,14 +17145,14 @@ function render$66(e, t) {
|
|
|
17141
17145
|
}
|
|
17142
17146
|
var power_default = {
|
|
17143
17147
|
name: "lucide-power",
|
|
17144
|
-
render: render$
|
|
17145
|
-
}, _hoisted_1$
|
|
17148
|
+
render: render$67
|
|
17149
|
+
}, _hoisted_1$87 = {
|
|
17146
17150
|
viewBox: "0 0 24 24",
|
|
17147
17151
|
width: "1.2em",
|
|
17148
17152
|
height: "1.2em"
|
|
17149
17153
|
};
|
|
17150
|
-
function render$
|
|
17151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17154
|
+
function render$66(e, t) {
|
|
17155
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createBaseVNode("g", {
|
|
17152
17156
|
fill: "none",
|
|
17153
17157
|
stroke: "currentColor",
|
|
17154
17158
|
"stroke-linecap": "round",
|
|
@@ -17158,14 +17162,14 @@ function render$65(e, t) {
|
|
|
17158
17162
|
}
|
|
17159
17163
|
var redo_2_default = {
|
|
17160
17164
|
name: "lucide-redo-2",
|
|
17161
|
-
render: render$
|
|
17162
|
-
}, _hoisted_1$
|
|
17165
|
+
render: render$66
|
|
17166
|
+
}, _hoisted_1$86 = {
|
|
17163
17167
|
viewBox: "0 0 24 24",
|
|
17164
17168
|
width: "1.2em",
|
|
17165
17169
|
height: "1.2em"
|
|
17166
17170
|
};
|
|
17167
|
-
function render$
|
|
17168
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17171
|
+
function render$65(e, t) {
|
|
17172
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createBaseVNode("g", {
|
|
17169
17173
|
fill: "none",
|
|
17170
17174
|
stroke: "currentColor",
|
|
17171
17175
|
"stroke-linecap": "round",
|
|
@@ -17179,14 +17183,14 @@ function render$64(e, t) {
|
|
|
17179
17183
|
}
|
|
17180
17184
|
var refresh_cw_default = {
|
|
17181
17185
|
name: "lucide-refresh-cw",
|
|
17182
|
-
render: render$
|
|
17183
|
-
}, _hoisted_1$
|
|
17186
|
+
render: render$65
|
|
17187
|
+
}, _hoisted_1$85 = {
|
|
17184
17188
|
viewBox: "0 0 24 24",
|
|
17185
17189
|
width: "1.2em",
|
|
17186
17190
|
height: "1.2em"
|
|
17187
17191
|
};
|
|
17188
|
-
function render$
|
|
17189
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17192
|
+
function render$64(e, t) {
|
|
17193
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createBaseVNode("path", {
|
|
17190
17194
|
fill: "none",
|
|
17191
17195
|
stroke: "currentColor",
|
|
17192
17196
|
"stroke-linecap": "round",
|
|
@@ -17197,14 +17201,14 @@ function render$63(e, t) {
|
|
|
17197
17201
|
}
|
|
17198
17202
|
var remove_formatting_default = {
|
|
17199
17203
|
name: "lucide-remove-formatting",
|
|
17200
|
-
render: render$
|
|
17201
|
-
}, _hoisted_1$
|
|
17204
|
+
render: render$64
|
|
17205
|
+
}, _hoisted_1$84 = {
|
|
17202
17206
|
viewBox: "0 0 24 24",
|
|
17203
17207
|
width: "1.2em",
|
|
17204
17208
|
height: "1.2em"
|
|
17205
17209
|
};
|
|
17206
|
-
function render$
|
|
17207
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17210
|
+
function render$63(e, t) {
|
|
17211
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createBaseVNode("g", {
|
|
17208
17212
|
fill: "none",
|
|
17209
17213
|
stroke: "currentColor",
|
|
17210
17214
|
"stroke-linecap": "round",
|
|
@@ -17218,14 +17222,14 @@ function render$62(e, t) {
|
|
|
17218
17222
|
}
|
|
17219
17223
|
var rss_default = {
|
|
17220
17224
|
name: "lucide-rss",
|
|
17221
|
-
render: render$
|
|
17222
|
-
}, _hoisted_1$
|
|
17225
|
+
render: render$63
|
|
17226
|
+
}, _hoisted_1$83 = {
|
|
17223
17227
|
viewBox: "0 0 24 24",
|
|
17224
17228
|
width: "1.2em",
|
|
17225
17229
|
height: "1.2em"
|
|
17226
17230
|
};
|
|
17227
|
-
function render$
|
|
17228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17231
|
+
function render$62(e, t) {
|
|
17232
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createBaseVNode("path", {
|
|
17229
17233
|
fill: "none",
|
|
17230
17234
|
stroke: "currentColor",
|
|
17231
17235
|
"stroke-linecap": "round",
|
|
@@ -17236,14 +17240,14 @@ function render$61(e, t) {
|
|
|
17236
17240
|
}
|
|
17237
17241
|
var satellite_dish_default = {
|
|
17238
17242
|
name: "lucide-satellite-dish",
|
|
17239
|
-
render: render$
|
|
17240
|
-
}, _hoisted_1$
|
|
17243
|
+
render: render$62
|
|
17244
|
+
}, _hoisted_1$82 = {
|
|
17241
17245
|
viewBox: "0 0 24 24",
|
|
17242
17246
|
width: "1.2em",
|
|
17243
17247
|
height: "1.2em"
|
|
17244
17248
|
};
|
|
17245
|
-
function render$
|
|
17246
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17249
|
+
function render$61(e, t) {
|
|
17250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createBaseVNode("g", {
|
|
17247
17251
|
fill: "none",
|
|
17248
17252
|
stroke: "currentColor",
|
|
17249
17253
|
"stroke-linecap": "round",
|
|
@@ -17253,14 +17257,14 @@ function render$60(e, t) {
|
|
|
17253
17257
|
}
|
|
17254
17258
|
var save_default = {
|
|
17255
17259
|
name: "lucide-save",
|
|
17256
|
-
render: render$
|
|
17257
|
-
}, _hoisted_1$
|
|
17260
|
+
render: render$61
|
|
17261
|
+
}, _hoisted_1$81 = {
|
|
17258
17262
|
viewBox: "0 0 24 24",
|
|
17259
17263
|
width: "1.2em",
|
|
17260
17264
|
height: "1.2em"
|
|
17261
17265
|
};
|
|
17262
|
-
function render$
|
|
17263
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17266
|
+
function render$60(e, t) {
|
|
17267
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createBaseVNode("path", {
|
|
17264
17268
|
fill: "none",
|
|
17265
17269
|
stroke: "currentColor",
|
|
17266
17270
|
"stroke-linecap": "round",
|
|
@@ -17271,25 +17275,25 @@ function render$59(e, t) {
|
|
|
17271
17275
|
}
|
|
17272
17276
|
var scale_default = {
|
|
17273
17277
|
name: "lucide-scale",
|
|
17274
|
-
render: render$
|
|
17275
|
-
}, _hoisted_1$
|
|
17278
|
+
render: render$60
|
|
17279
|
+
}, _hoisted_1$80 = {
|
|
17276
17280
|
viewBox: "0 0 24 24",
|
|
17277
17281
|
width: "1.2em",
|
|
17278
17282
|
height: "1.2em"
|
|
17279
17283
|
};
|
|
17280
|
-
function render$
|
|
17281
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17284
|
+
function render$59(e, t) {
|
|
17285
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...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)]]);
|
|
17282
17286
|
}
|
|
17283
17287
|
var scissors_default = {
|
|
17284
17288
|
name: "lucide-scissors",
|
|
17285
|
-
render: render$
|
|
17286
|
-
}, _hoisted_1$
|
|
17289
|
+
render: render$59
|
|
17290
|
+
}, _hoisted_1$79 = {
|
|
17287
17291
|
viewBox: "0 0 24 24",
|
|
17288
17292
|
width: "1.2em",
|
|
17289
17293
|
height: "1.2em"
|
|
17290
17294
|
};
|
|
17291
|
-
function render$
|
|
17292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17295
|
+
function render$58(e, t) {
|
|
17296
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createBaseVNode("g", {
|
|
17293
17297
|
fill: "none",
|
|
17294
17298
|
stroke: "currentColor",
|
|
17295
17299
|
"stroke-linecap": "round",
|
|
@@ -17299,14 +17303,14 @@ function render$57(e, t) {
|
|
|
17299
17303
|
}
|
|
17300
17304
|
var scroll_text_default = {
|
|
17301
17305
|
name: "lucide-scroll-text",
|
|
17302
|
-
render: render$
|
|
17303
|
-
}, _hoisted_1$
|
|
17306
|
+
render: render$58
|
|
17307
|
+
}, _hoisted_1$78 = {
|
|
17304
17308
|
viewBox: "0 0 24 24",
|
|
17305
17309
|
width: "1.2em",
|
|
17306
17310
|
height: "1.2em"
|
|
17307
17311
|
};
|
|
17308
|
-
function render$
|
|
17309
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17312
|
+
function render$57(e, t) {
|
|
17313
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createBaseVNode("g", {
|
|
17310
17314
|
fill: "none",
|
|
17311
17315
|
stroke: "currentColor",
|
|
17312
17316
|
"stroke-linecap": "round",
|
|
@@ -17320,14 +17324,14 @@ function render$56(e, t) {
|
|
|
17320
17324
|
}
|
|
17321
17325
|
var search_default = {
|
|
17322
17326
|
name: "lucide-search",
|
|
17323
|
-
render: render$
|
|
17324
|
-
}, _hoisted_1$
|
|
17327
|
+
render: render$57
|
|
17328
|
+
}, _hoisted_1$77 = {
|
|
17325
17329
|
viewBox: "0 0 24 24",
|
|
17326
17330
|
width: "1.2em",
|
|
17327
17331
|
height: "1.2em"
|
|
17328
17332
|
};
|
|
17329
|
-
function render$
|
|
17330
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17333
|
+
function render$56(e, t) {
|
|
17334
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createBaseVNode("path", {
|
|
17331
17335
|
fill: "none",
|
|
17332
17336
|
stroke: "currentColor",
|
|
17333
17337
|
"stroke-linecap": "round",
|
|
@@ -17338,14 +17342,14 @@ function render$55(e, t) {
|
|
|
17338
17342
|
}
|
|
17339
17343
|
var send_default = {
|
|
17340
17344
|
name: "lucide-send",
|
|
17341
|
-
render: render$
|
|
17342
|
-
}, _hoisted_1$
|
|
17345
|
+
render: render$56
|
|
17346
|
+
}, _hoisted_1$76 = {
|
|
17343
17347
|
viewBox: "0 0 24 24",
|
|
17344
17348
|
width: "1.2em",
|
|
17345
17349
|
height: "1.2em"
|
|
17346
17350
|
};
|
|
17347
|
-
function render$
|
|
17348
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17351
|
+
function render$55(e, t) {
|
|
17352
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createBaseVNode("g", {
|
|
17349
17353
|
fill: "none",
|
|
17350
17354
|
stroke: "currentColor",
|
|
17351
17355
|
"stroke-linecap": "round",
|
|
@@ -17373,14 +17377,14 @@ function render$54(e, t) {
|
|
|
17373
17377
|
}
|
|
17374
17378
|
var server_default = {
|
|
17375
17379
|
name: "lucide-server",
|
|
17376
|
-
render: render$
|
|
17377
|
-
}, _hoisted_1$
|
|
17380
|
+
render: render$55
|
|
17381
|
+
}, _hoisted_1$75 = {
|
|
17378
17382
|
viewBox: "0 0 24 24",
|
|
17379
17383
|
width: "1.2em",
|
|
17380
17384
|
height: "1.2em"
|
|
17381
17385
|
};
|
|
17382
|
-
function render$
|
|
17383
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17386
|
+
function render$54(e, t) {
|
|
17387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createBaseVNode("g", {
|
|
17384
17388
|
fill: "none",
|
|
17385
17389
|
stroke: "currentColor",
|
|
17386
17390
|
"stroke-linecap": "round",
|
|
@@ -17394,14 +17398,14 @@ function render$53(e, t) {
|
|
|
17394
17398
|
}
|
|
17395
17399
|
var settings_default = {
|
|
17396
17400
|
name: "lucide-settings",
|
|
17397
|
-
render: render$
|
|
17398
|
-
}, _hoisted_1$
|
|
17401
|
+
render: render$54
|
|
17402
|
+
}, _hoisted_1$74 = {
|
|
17399
17403
|
viewBox: "0 0 24 24",
|
|
17400
17404
|
width: "1.2em",
|
|
17401
17405
|
height: "1.2em"
|
|
17402
17406
|
};
|
|
17403
|
-
function render$
|
|
17404
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17407
|
+
function render$53(e, t) {
|
|
17408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createBaseVNode("g", {
|
|
17405
17409
|
fill: "none",
|
|
17406
17410
|
stroke: "currentColor",
|
|
17407
17411
|
"stroke-linecap": "round",
|
|
@@ -17423,14 +17427,14 @@ function render$52(e, t) {
|
|
|
17423
17427
|
}
|
|
17424
17428
|
var settings_2_default = {
|
|
17425
17429
|
name: "lucide-settings-2",
|
|
17426
|
-
render: render$
|
|
17427
|
-
}, _hoisted_1$
|
|
17430
|
+
render: render$53
|
|
17431
|
+
}, _hoisted_1$73 = {
|
|
17428
17432
|
viewBox: "0 0 24 24",
|
|
17429
17433
|
width: "1.2em",
|
|
17430
17434
|
height: "1.2em"
|
|
17431
17435
|
};
|
|
17432
|
-
function render$
|
|
17433
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17436
|
+
function render$52(e, t) {
|
|
17437
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createBaseVNode("path", {
|
|
17434
17438
|
fill: "none",
|
|
17435
17439
|
stroke: "currentColor",
|
|
17436
17440
|
"stroke-linecap": "round",
|
|
@@ -17441,14 +17445,14 @@ function render$51(e, t) {
|
|
|
17441
17445
|
}
|
|
17442
17446
|
var share_default = {
|
|
17443
17447
|
name: "lucide-share",
|
|
17444
|
-
render: render$
|
|
17445
|
-
}, _hoisted_1$
|
|
17448
|
+
render: render$52
|
|
17449
|
+
}, _hoisted_1$72 = {
|
|
17446
17450
|
viewBox: "0 0 24 24",
|
|
17447
17451
|
width: "1.2em",
|
|
17448
17452
|
height: "1.2em"
|
|
17449
17453
|
};
|
|
17450
|
-
function render$
|
|
17451
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17454
|
+
function render$51(e, t) {
|
|
17455
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createBaseVNode("path", {
|
|
17452
17456
|
fill: "none",
|
|
17453
17457
|
stroke: "currentColor",
|
|
17454
17458
|
"stroke-linecap": "round",
|
|
@@ -17459,14 +17463,14 @@ function render$50(e, t) {
|
|
|
17459
17463
|
}
|
|
17460
17464
|
var shield_default = {
|
|
17461
17465
|
name: "lucide-shield",
|
|
17462
|
-
render: render$
|
|
17463
|
-
}, _hoisted_1$
|
|
17466
|
+
render: render$51
|
|
17467
|
+
}, _hoisted_1$71 = {
|
|
17464
17468
|
viewBox: "0 0 24 24",
|
|
17465
17469
|
width: "1.2em",
|
|
17466
17470
|
height: "1.2em"
|
|
17467
17471
|
};
|
|
17468
|
-
function render$
|
|
17469
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17472
|
+
function render$50(e, t) {
|
|
17473
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createBaseVNode("path", {
|
|
17470
17474
|
fill: "none",
|
|
17471
17475
|
stroke: "currentColor",
|
|
17472
17476
|
"stroke-linecap": "round",
|
|
@@ -17477,14 +17481,14 @@ function render$49(e, t) {
|
|
|
17477
17481
|
}
|
|
17478
17482
|
var shield_half_default = {
|
|
17479
17483
|
name: "lucide-shield-half",
|
|
17480
|
-
render: render$
|
|
17481
|
-
}, _hoisted_1$
|
|
17484
|
+
render: render$50
|
|
17485
|
+
}, _hoisted_1$70 = {
|
|
17482
17486
|
viewBox: "0 0 24 24",
|
|
17483
17487
|
width: "1.2em",
|
|
17484
17488
|
height: "1.2em"
|
|
17485
17489
|
};
|
|
17486
|
-
function render$
|
|
17487
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
17490
|
+
function render$49(e, t) {
|
|
17491
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createBaseVNode("g", {
|
|
17488
17492
|
fill: "none",
|
|
17489
17493
|
stroke: "currentColor",
|
|
17490
17494
|
"stroke-linecap": "round",
|
|
@@ -17502,6 +17506,23 @@ function render$48(e, t) {
|
|
|
17502
17506
|
}
|
|
17503
17507
|
var shield_user_default = {
|
|
17504
17508
|
name: "lucide-shield-user",
|
|
17509
|
+
render: render$49
|
|
17510
|
+
}, _hoisted_1$69 = {
|
|
17511
|
+
viewBox: "0 0 24 24",
|
|
17512
|
+
width: "1.2em",
|
|
17513
|
+
height: "1.2em"
|
|
17514
|
+
};
|
|
17515
|
+
function render$48(e, t) {
|
|
17516
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createBaseVNode("g", {
|
|
17517
|
+
fill: "none",
|
|
17518
|
+
stroke: "currentColor",
|
|
17519
|
+
"stroke-linecap": "round",
|
|
17520
|
+
"stroke-linejoin": "round",
|
|
17521
|
+
"stroke-width": "2"
|
|
17522
|
+
}, [createBaseVNode("path", { d: "M10 22v-5m4 2v-2m0-15v4a2 2 0 0 0 2 2h4m-2 12v-3M2 13h20" }), createBaseVNode("path", { d: "M20 13V7l-5-5H6a2 2 0 0 0-2 2v9m2 7v-3" })], -1)]]);
|
|
17523
|
+
}
|
|
17524
|
+
var shredder_default = {
|
|
17525
|
+
name: "lucide-shredder",
|
|
17505
17526
|
render: render$48
|
|
17506
17527
|
}, _hoisted_1$68 = {
|
|
17507
17528
|
viewBox: "0 0 24 24",
|
|
@@ -18803,9 +18824,10 @@ const deprecatedIconSet = {
|
|
|
18803
18824
|
server: server_default,
|
|
18804
18825
|
share: share_default,
|
|
18805
18826
|
shield: shield_default,
|
|
18806
|
-
"sliders-horizontal": sliders_horizontal_default,
|
|
18807
18827
|
"shield-half": shield_half_default,
|
|
18808
18828
|
"shield-user": shield_user_default,
|
|
18829
|
+
shredder: shredder_default,
|
|
18830
|
+
"sliders-horizontal": sliders_horizontal_default,
|
|
18809
18831
|
smile: smile_default,
|
|
18810
18832
|
sparkles: sparkles_default,
|
|
18811
18833
|
split: split_default,
|
|
@@ -18962,6 +18984,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
18962
18984
|
"aria-busy": e.loading || void 0,
|
|
18963
18985
|
tabindex: l.value === "a" && d.value ? -1 : void 0,
|
|
18964
18986
|
class: f.value,
|
|
18987
|
+
"data-icon-only": e.iconOnly ? "true" : void 0,
|
|
18965
18988
|
"aria-live": "polite",
|
|
18966
18989
|
onClick: g
|
|
18967
18990
|
}), {
|
|
@@ -18989,29 +19012,30 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
18989
19012
|
"aria-disabled",
|
|
18990
19013
|
"aria-busy",
|
|
18991
19014
|
"tabindex",
|
|
18992
|
-
"class"
|
|
19015
|
+
"class",
|
|
19016
|
+
"data-icon-only"
|
|
18993
19017
|
]));
|
|
18994
19018
|
}
|
|
18995
19019
|
}), [["__cssModules", { $style: {
|
|
18996
|
-
button: "
|
|
18997
|
-
xsmall: "
|
|
18998
|
-
small: "
|
|
18999
|
-
medium: "
|
|
19000
|
-
large: "
|
|
19001
|
-
xlarge: "
|
|
19002
|
-
solid: "
|
|
19003
|
-
subtle: "
|
|
19004
|
-
outline: "
|
|
19005
|
-
ghost: "
|
|
19006
|
-
destructive: "
|
|
19007
|
-
success: "
|
|
19008
|
-
disabled: "
|
|
19009
|
-
loading: "
|
|
19010
|
-
iconOnly: "
|
|
19011
|
-
"loading-container": "_loading-
|
|
19012
|
-
"button-inner": "_button-
|
|
19013
|
-
"loading-spinner": "_loading-
|
|
19014
|
-
spin: "
|
|
19020
|
+
button: "_button_1n6ou_3",
|
|
19021
|
+
xsmall: "_xsmall_1n6ou_56",
|
|
19022
|
+
small: "_small_1n6ou_62",
|
|
19023
|
+
medium: "_medium_1n6ou_68",
|
|
19024
|
+
large: "_large_1n6ou_74",
|
|
19025
|
+
xlarge: "_xlarge_1n6ou_80",
|
|
19026
|
+
solid: "_solid_1n6ou_86",
|
|
19027
|
+
subtle: "_subtle_1n6ou_104",
|
|
19028
|
+
outline: "_outline_1n6ou_139",
|
|
19029
|
+
ghost: "_ghost_1n6ou_165",
|
|
19030
|
+
destructive: "_destructive_1n6ou_180",
|
|
19031
|
+
success: "_success_1n6ou_204",
|
|
19032
|
+
disabled: "_disabled_1n6ou_231",
|
|
19033
|
+
loading: "_loading_1n6ou_235",
|
|
19034
|
+
iconOnly: "_iconOnly_1n6ou_238",
|
|
19035
|
+
"loading-container": "_loading-container_1n6ou_248",
|
|
19036
|
+
"button-inner": "_button-inner_1n6ou_255",
|
|
19037
|
+
"loading-spinner": "_loading-spinner_1n6ou_272",
|
|
19038
|
+
spin: "_spin_1n6ou_1"
|
|
19015
19039
|
} }]]), N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
19016
19040
|
name: "N8nText",
|
|
19017
19041
|
__name: "Text",
|