@n8n/chat 1.13.2 → 1.15.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 +2 -2
package/dist/chat.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@1.
|
|
1
|
+
/*! Package version @n8n/chat@1.15.0 */
|
|
2
2
|
import * as Vue from "vue";
|
|
3
3
|
import { Comment, Fragment, Teleport, Text, Transition, camelize, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, customRef, defineComponent, getCurrentInstance, getCurrentScope, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onScopeDispose, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toHandlerKey, toHandlers, toRaw, toRef, toRefs, toValue, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, watchPostEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
|
|
4
4
|
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e, t) => {
|
|
@@ -8724,7 +8724,7 @@ async function sendMessage(e, t, n, i) {
|
|
|
8724
8724
|
[i.chatSessionKey]: n,
|
|
8725
8725
|
[i.chatInputKey]: e,
|
|
8726
8726
|
...i.metadata ? { metadata: i.metadata } : {}
|
|
8727
|
-
}, { headers: i.webhookConfig?.headers }),
|
|
8727
|
+
}, { headers: i.webhookConfig?.headers }), o;
|
|
8728
8728
|
}
|
|
8729
8729
|
function createLineParser() {
|
|
8730
8730
|
let e = "", t = new TextDecoder();
|
|
@@ -9134,38 +9134,38 @@ const ChatPlugin = { install(e, t) {
|
|
|
9134
9134
|
};
|
|
9135
9135
|
e.provide(ChatSymbol, y), e.config.globalProperties.$chat = y;
|
|
9136
9136
|
} };
|
|
9137
|
-
var _hoisted_1$
|
|
9137
|
+
var _hoisted_1$249 = {
|
|
9138
9138
|
viewBox: "0 0 24 24",
|
|
9139
9139
|
width: "1.2em",
|
|
9140
9140
|
height: "1.2em"
|
|
9141
9141
|
};
|
|
9142
|
-
function render$
|
|
9143
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9142
|
+
function render$222(e, t) {
|
|
9143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$249, [...t[0] ||= [createElementVNode("path", {
|
|
9144
9144
|
fill: "currentColor",
|
|
9145
9145
|
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"
|
|
9146
9146
|
}, null, -1)]]);
|
|
9147
9147
|
}
|
|
9148
9148
|
var close_default = {
|
|
9149
9149
|
name: "mdi-close",
|
|
9150
|
-
render: render$
|
|
9151
|
-
}, _hoisted_1$
|
|
9150
|
+
render: render$222
|
|
9151
|
+
}, _hoisted_1$248 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
9152
9152
|
__name: "GetStarted",
|
|
9153
9153
|
setup(e) {
|
|
9154
9154
|
let { t } = useI18n();
|
|
9155
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9155
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$248, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
9156
9156
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
9157
9157
|
_: 1
|
|
9158
9158
|
})]));
|
|
9159
9159
|
}
|
|
9160
|
-
}), _sfc_main$8 = {}, _hoisted_1$
|
|
9160
|
+
}), _sfc_main$8 = {}, _hoisted_1$247 = { class: "chat-powered-by" };
|
|
9161
9161
|
function _sfc_render$8(e, t) {
|
|
9162
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
9162
|
+
return openBlock(), createElementBlock("div", _hoisted_1$247, [...t[0] ||= [createTextVNode(" Powered by ", -1), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
|
|
9163
9163
|
}
|
|
9164
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$
|
|
9164
|
+
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({
|
|
9165
9165
|
__name: "GetStartedFooter",
|
|
9166
9166
|
setup(e) {
|
|
9167
9167
|
let { t, te: n } = useI18n();
|
|
9168
|
-
return (e, i) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9168
|
+
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)]));
|
|
9169
9169
|
}
|
|
9170
9170
|
}), lib_exports = /* @__PURE__ */ __export({
|
|
9171
9171
|
Vue: () => Vue,
|
|
@@ -9241,119 +9241,119 @@ function useFileDialog(e = {}) {
|
|
|
9241
9241
|
onChange: i
|
|
9242
9242
|
};
|
|
9243
9243
|
}
|
|
9244
|
-
var _hoisted_1$
|
|
9244
|
+
var _hoisted_1$245 = {
|
|
9245
9245
|
viewBox: "0 0 24 24",
|
|
9246
9246
|
width: "1.2em",
|
|
9247
9247
|
height: "1.2em"
|
|
9248
9248
|
};
|
|
9249
|
-
function render$
|
|
9250
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9249
|
+
function render$221(e, t) {
|
|
9250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$245, [...t[0] ||= [createElementVNode("path", {
|
|
9251
9251
|
fill: "currentColor",
|
|
9252
9252
|
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"
|
|
9253
9253
|
}, null, -1)]]);
|
|
9254
9254
|
}
|
|
9255
9255
|
var paperclip_default$1 = {
|
|
9256
9256
|
name: "mdi-paperclip",
|
|
9257
|
-
render: render$
|
|
9258
|
-
}, _hoisted_1$
|
|
9257
|
+
render: render$221
|
|
9258
|
+
}, _hoisted_1$244 = {
|
|
9259
9259
|
viewBox: "0 0 24 24",
|
|
9260
9260
|
width: "1.2em",
|
|
9261
9261
|
height: "1.2em"
|
|
9262
9262
|
};
|
|
9263
|
-
function render$
|
|
9264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9263
|
+
function render$220(e, t) {
|
|
9264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$244, [...t[0] ||= [createElementVNode("path", {
|
|
9265
9265
|
fill: "currentColor",
|
|
9266
9266
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
9267
9267
|
}, null, -1)]]);
|
|
9268
9268
|
}
|
|
9269
9269
|
var send_default$1 = {
|
|
9270
9270
|
name: "mdi-send",
|
|
9271
|
-
render: render$
|
|
9272
|
-
}, _hoisted_1$
|
|
9271
|
+
render: render$220
|
|
9272
|
+
}, _hoisted_1$243 = {
|
|
9273
9273
|
viewBox: "0 0 24 24",
|
|
9274
9274
|
width: "1.2em",
|
|
9275
9275
|
height: "1.2em"
|
|
9276
9276
|
};
|
|
9277
|
-
function render$
|
|
9278
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9277
|
+
function render$219(e, t) {
|
|
9278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$243, [...t[0] ||= [createElementVNode("path", {
|
|
9279
9279
|
fill: "currentColor",
|
|
9280
9280
|
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"
|
|
9281
9281
|
}, null, -1)]]);
|
|
9282
9282
|
}
|
|
9283
9283
|
var closeThick_default = {
|
|
9284
9284
|
name: "mdi-closeThick",
|
|
9285
|
-
render: render$
|
|
9286
|
-
}, _hoisted_1$
|
|
9285
|
+
render: render$219
|
|
9286
|
+
}, _hoisted_1$242 = {
|
|
9287
9287
|
viewBox: "0 0 24 24",
|
|
9288
9288
|
width: "1.2em",
|
|
9289
9289
|
height: "1.2em"
|
|
9290
9290
|
};
|
|
9291
|
-
function render$
|
|
9292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9291
|
+
function render$218(e, t) {
|
|
9292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createElementVNode("path", {
|
|
9293
9293
|
fill: "currentColor",
|
|
9294
9294
|
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"
|
|
9295
9295
|
}, null, -1)]]);
|
|
9296
9296
|
}
|
|
9297
9297
|
var fileImage_default = {
|
|
9298
9298
|
name: "mdi-fileImage",
|
|
9299
|
-
render: render$
|
|
9300
|
-
}, _hoisted_1$
|
|
9299
|
+
render: render$218
|
|
9300
|
+
}, _hoisted_1$241 = {
|
|
9301
9301
|
viewBox: "0 0 24 24",
|
|
9302
9302
|
width: "1.2em",
|
|
9303
9303
|
height: "1.2em"
|
|
9304
9304
|
};
|
|
9305
|
-
function render$
|
|
9306
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9305
|
+
function render$217(e, t) {
|
|
9306
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$241, [...t[0] ||= [createElementVNode("path", {
|
|
9307
9307
|
fill: "currentColor",
|
|
9308
9308
|
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"
|
|
9309
9309
|
}, null, -1)]]);
|
|
9310
9310
|
}
|
|
9311
9311
|
var fileMusic_default = {
|
|
9312
9312
|
name: "mdi-fileMusic",
|
|
9313
|
-
render: render$
|
|
9314
|
-
}, _hoisted_1$
|
|
9313
|
+
render: render$217
|
|
9314
|
+
}, _hoisted_1$240 = {
|
|
9315
9315
|
viewBox: "0 0 24 24",
|
|
9316
9316
|
width: "1.2em",
|
|
9317
9317
|
height: "1.2em"
|
|
9318
9318
|
};
|
|
9319
|
-
function render$
|
|
9320
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9319
|
+
function render$216(e, t) {
|
|
9320
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$240, [...t[0] ||= [createElementVNode("path", {
|
|
9321
9321
|
fill: "currentColor",
|
|
9322
9322
|
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"
|
|
9323
9323
|
}, null, -1)]]);
|
|
9324
9324
|
}
|
|
9325
9325
|
var fileText_default = {
|
|
9326
9326
|
name: "mdi-fileText",
|
|
9327
|
-
render: render$
|
|
9328
|
-
}, _hoisted_1$
|
|
9327
|
+
render: render$216
|
|
9328
|
+
}, _hoisted_1$239 = {
|
|
9329
9329
|
viewBox: "0 0 24 24",
|
|
9330
9330
|
width: "1.2em",
|
|
9331
9331
|
height: "1.2em"
|
|
9332
9332
|
};
|
|
9333
|
-
function render$
|
|
9334
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9333
|
+
function render$215(e, t) {
|
|
9334
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$239, [...t[0] ||= [createElementVNode("path", {
|
|
9335
9335
|
fill: "currentColor",
|
|
9336
9336
|
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"
|
|
9337
9337
|
}, null, -1)]]);
|
|
9338
9338
|
}
|
|
9339
9339
|
var fileVideo_default = {
|
|
9340
9340
|
name: "mdi-fileVideo",
|
|
9341
|
-
render: render$
|
|
9342
|
-
}, _hoisted_1$
|
|
9341
|
+
render: render$215
|
|
9342
|
+
}, _hoisted_1$238 = {
|
|
9343
9343
|
viewBox: "0 0 24 24",
|
|
9344
9344
|
width: "1.2em",
|
|
9345
9345
|
height: "1.2em"
|
|
9346
9346
|
};
|
|
9347
|
-
function render$
|
|
9348
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9347
|
+
function render$214(e, t) {
|
|
9348
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createElementVNode("path", {
|
|
9349
9349
|
fill: "currentColor",
|
|
9350
9350
|
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"
|
|
9351
9351
|
}, null, -1)]]);
|
|
9352
9352
|
}
|
|
9353
9353
|
var openInNew_default = {
|
|
9354
9354
|
name: "mdi-openInNew",
|
|
9355
|
-
render: render$
|
|
9356
|
-
}, _hoisted_1$
|
|
9355
|
+
render: render$214
|
|
9356
|
+
}, _hoisted_1$237 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
9357
9357
|
__name: "ChatFile",
|
|
9358
9358
|
props: {
|
|
9359
9359
|
file: {},
|
|
@@ -9385,7 +9385,7 @@ var openInNew_default = {
|
|
|
9385
9385
|
onClick: l
|
|
9386
9386
|
}, [
|
|
9387
9387
|
createVNode(unref(s), { class: "chat-icon" }),
|
|
9388
|
-
createElementVNode("p", _hoisted_1$
|
|
9388
|
+
createElementVNode("p", _hoisted_1$237, toDisplayString(e.file.name), 1),
|
|
9389
9389
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
9390
9390
|
key: 0,
|
|
9391
9391
|
class: "chat-file-delete",
|
|
@@ -9397,7 +9397,7 @@ var openInNew_default = {
|
|
|
9397
9397
|
})) : createCommentVNode("", !0)
|
|
9398
9398
|
]));
|
|
9399
9399
|
}
|
|
9400
|
-
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$
|
|
9400
|
+
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$236 = { class: "chat-inputs" }, _hoisted_2$17 = {
|
|
9401
9401
|
key: 0,
|
|
9402
9402
|
class: "chat-input-left-panel"
|
|
9403
9403
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -9421,30 +9421,34 @@ var openInNew_default = {
|
|
|
9421
9421
|
if (k.value) for (let e = 0; e < k.value.length; e++) t.items.add(k.value[e]);
|
|
9422
9422
|
for (let n = 0; n < e.length; n++) t.items.add(e[n]);
|
|
9423
9423
|
k.value = t.files;
|
|
9424
|
-
})
|
|
9425
|
-
|
|
9426
|
-
|
|
9424
|
+
});
|
|
9425
|
+
function U7(e) {
|
|
9426
|
+
Z7(e);
|
|
9427
|
+
}
|
|
9428
|
+
onMounted(() => {
|
|
9429
|
+
chatEventBus.on("focusInput", K7), chatEventBus.on("blurInput", G7), chatEventBus.on("setInputValue", q7), chatEventBus.on("setupWebsocket", U7), k7.value && (M7.value = new ResizeObserver((e) => {
|
|
9430
|
+
for (let t of e) t.target === k7.value && l9();
|
|
9427
9431
|
}), M7.value.observe(k7.value));
|
|
9428
9432
|
}), onUnmounted(() => {
|
|
9429
|
-
chatEventBus.off("focusInput",
|
|
9433
|
+
chatEventBus.off("focusInput", K7), chatEventBus.off("blurInput", G7), chatEventBus.off("setInputValue", q7), chatEventBus.off("setupWebsocket", U7), M7.value &&= (M7.value.disconnect(), null);
|
|
9430
9434
|
});
|
|
9431
|
-
function
|
|
9435
|
+
function G7() {
|
|
9432
9436
|
k7.value && k7.value.blur();
|
|
9433
9437
|
}
|
|
9434
|
-
function
|
|
9438
|
+
function K7() {
|
|
9435
9439
|
k7.value && k7.value.focus();
|
|
9436
9440
|
}
|
|
9437
|
-
function
|
|
9438
|
-
$.value = e,
|
|
9441
|
+
function q7(e) {
|
|
9442
|
+
$.value = e, K7();
|
|
9439
9443
|
}
|
|
9440
|
-
function
|
|
9444
|
+
function Y7() {
|
|
9441
9445
|
if (k.value) {
|
|
9442
9446
|
let e = Array.from(k.value);
|
|
9443
9447
|
return V7(), k.value = null, e;
|
|
9444
9448
|
}
|
|
9445
9449
|
return [];
|
|
9446
9450
|
}
|
|
9447
|
-
function
|
|
9451
|
+
function Z7(e) {
|
|
9448
9452
|
if (l.webhookUrl && d.currentSessionId.value) try {
|
|
9449
9453
|
let t = constructChatWebsocketUrl(l.webhookUrl, e, d.currentSessionId.value, !0);
|
|
9450
9454
|
d.ws = new WebSocket(t), d.ws.onmessage = (e) => {
|
|
@@ -9465,7 +9469,7 @@ var openInNew_default = {
|
|
|
9465
9469
|
console.error("Error setting up websocket connection", e);
|
|
9466
9470
|
}
|
|
9467
9471
|
}
|
|
9468
|
-
async function
|
|
9472
|
+
async function $7(e) {
|
|
9469
9473
|
if (!e || e.length === 0) return [];
|
|
9470
9474
|
let t = e.map(async (e) => new Promise((t, n) => {
|
|
9471
9475
|
let i = new FileReader();
|
|
@@ -9477,34 +9481,34 @@ var openInNew_default = {
|
|
|
9477
9481
|
}));
|
|
9478
9482
|
return await Promise.all(t);
|
|
9479
9483
|
}
|
|
9480
|
-
async function
|
|
9484
|
+
async function e9(e, t) {
|
|
9481
9485
|
let n = {
|
|
9482
9486
|
id: v4_default(),
|
|
9483
9487
|
text: t,
|
|
9484
9488
|
sender: "user",
|
|
9485
|
-
files: k.value ?
|
|
9489
|
+
files: k.value ? Y7() : void 0
|
|
9486
9490
|
};
|
|
9487
9491
|
d.messages.value.push(n), e.send(JSON.stringify({
|
|
9488
9492
|
sessionId: d.currentSessionId.value,
|
|
9489
9493
|
action: "sendMessage",
|
|
9490
9494
|
chatInput: t,
|
|
9491
|
-
files: await
|
|
9495
|
+
files: await $7(n.files)
|
|
9492
9496
|
})), d.waitingForResponse.value = !0, N7.value = !1;
|
|
9493
9497
|
}
|
|
9494
|
-
async function
|
|
9498
|
+
async function t9(e) {
|
|
9495
9499
|
if (e.preventDefault(), P7.value) return;
|
|
9496
9500
|
let t = $.value;
|
|
9497
9501
|
if ($.value = "", j7.value = !0, d.ws && N7.value) {
|
|
9498
|
-
await
|
|
9502
|
+
await e9(d.ws, t), chatEventBus.emit("messageSent");
|
|
9499
9503
|
return;
|
|
9500
9504
|
}
|
|
9501
|
-
let n = await d.sendMessage(t,
|
|
9502
|
-
n?.executionId &&
|
|
9505
|
+
let n = await d.sendMessage(t, Y7());
|
|
9506
|
+
n?.executionId && Z7(n.executionId), chatEventBus.emit("messageSent"), j7.value = !1;
|
|
9503
9507
|
}
|
|
9504
|
-
async function
|
|
9505
|
-
e.shiftKey || e.isComposing || (await
|
|
9508
|
+
async function n9(e) {
|
|
9509
|
+
e.shiftKey || e.isComposing || (await t9(e), l9());
|
|
9506
9510
|
}
|
|
9507
|
-
function
|
|
9511
|
+
function r9(e) {
|
|
9508
9512
|
if (!k.value) return;
|
|
9509
9513
|
let t = new DataTransfer();
|
|
9510
9514
|
for (let n = 0; n < k.value.length; n++) {
|
|
@@ -9513,16 +9517,16 @@ var openInNew_default = {
|
|
|
9513
9517
|
}
|
|
9514
9518
|
V7(), k.value = t.files;
|
|
9515
9519
|
}
|
|
9516
|
-
function
|
|
9520
|
+
function s9(e) {
|
|
9517
9521
|
(e.key === "ArrowUp" || e.key === "ArrowDown") && (e.preventDefault(), s("arrowKeyDown", {
|
|
9518
9522
|
key: e.key,
|
|
9519
9523
|
currentInputValue: $.value
|
|
9520
9524
|
}));
|
|
9521
9525
|
}
|
|
9522
|
-
function
|
|
9526
|
+
function c9() {
|
|
9523
9527
|
I7.value || B7({ accept: unref(R7) });
|
|
9524
9528
|
}
|
|
9525
|
-
function
|
|
9529
|
+
function l9() {
|
|
9526
9530
|
let e = k7.value;
|
|
9527
9531
|
if (!e) return;
|
|
9528
9532
|
e.style.height = "var(--chat--textarea--height)";
|
|
@@ -9532,7 +9536,7 @@ var openInNew_default = {
|
|
|
9532
9536
|
return (e, t) => (openBlock(), createElementBlock("div", {
|
|
9533
9537
|
class: "chat-input",
|
|
9534
9538
|
style: normalizeStyle(z7.value)
|
|
9535
|
-
}, [createElementVNode("div", _hoisted_1$
|
|
9539
|
+
}, [createElementVNode("div", _hoisted_1$236, [
|
|
9536
9540
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$17, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
9537
9541
|
withDirectives(createElementVNode("textarea", {
|
|
9538
9542
|
ref_key: "chatTextArea",
|
|
@@ -9541,24 +9545,24 @@ var openInNew_default = {
|
|
|
9541
9545
|
"data-test-id": "chat-input",
|
|
9542
9546
|
disabled: F7.value,
|
|
9543
9547
|
placeholder: unref(o)(i.placeholder),
|
|
9544
|
-
onKeydown: [withKeys(
|
|
9545
|
-
onInput:
|
|
9546
|
-
onMousedown:
|
|
9547
|
-
onFocus:
|
|
9548
|
+
onKeydown: [withKeys(n9, ["enter"]), s9],
|
|
9549
|
+
onInput: l9,
|
|
9550
|
+
onMousedown: l9,
|
|
9551
|
+
onFocus: l9
|
|
9548
9552
|
}, null, 40, _hoisted_3$6), [[vModelText, $.value]]),
|
|
9549
9553
|
createElementVNode("div", _hoisted_4$1, [L7.value ? (openBlock(), createElementBlock("button", {
|
|
9550
9554
|
key: 0,
|
|
9551
9555
|
disabled: I7.value,
|
|
9552
9556
|
class: "chat-input-file-button",
|
|
9553
9557
|
"data-test-id": "chat-attach-file-button",
|
|
9554
|
-
onClick:
|
|
9558
|
+
onClick: c9
|
|
9555
9559
|
}, [createVNode(unref(paperclip_default$1), {
|
|
9556
9560
|
height: "24",
|
|
9557
9561
|
width: "24"
|
|
9558
9562
|
})], 8, _hoisted_5$1)) : createCommentVNode("", !0), createElementVNode("button", {
|
|
9559
9563
|
disabled: P7.value,
|
|
9560
9564
|
class: "chat-input-send-button",
|
|
9561
|
-
onClick:
|
|
9565
|
+
onClick: t9
|
|
9562
9566
|
}, [createVNode(unref(send_default$1), {
|
|
9563
9567
|
height: "24",
|
|
9564
9568
|
width: "24"
|
|
@@ -9568,10 +9572,10 @@ var openInNew_default = {
|
|
|
9568
9572
|
file: e,
|
|
9569
9573
|
"is-removable": !0,
|
|
9570
9574
|
"is-previewable": !0,
|
|
9571
|
-
onRemove:
|
|
9575
|
+
onRemove: r9
|
|
9572
9576
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 4));
|
|
9573
9577
|
}
|
|
9574
|
-
}), [["__scopeId", "data-v-
|
|
9578
|
+
}), [["__scopeId", "data-v-55b59141"]]), _hoisted_1$235 = { class: "chat-layout" }, _hoisted_2$16 = {
|
|
9575
9579
|
key: 0,
|
|
9576
9580
|
class: "chat-header"
|
|
9577
9581
|
}, _hoisted_3$5 = {
|
|
@@ -9589,7 +9593,7 @@ var openInNew_default = {
|
|
|
9589
9593
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
9590
9594
|
}), onBeforeUnmount(() => {
|
|
9591
9595
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
9592
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
9596
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$235, [
|
|
9593
9597
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
9594
9598
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
9595
9599
|
key: 1,
|
|
@@ -9618,13 +9622,13 @@ var clsx_default = clsx;
|
|
|
9618
9622
|
function cn$2(...e) {
|
|
9619
9623
|
return clsx_default(e);
|
|
9620
9624
|
}
|
|
9621
|
-
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 = {
|
|
9625
|
+
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 = {
|
|
9622
9626
|
viewBox: "0 0 24 24",
|
|
9623
9627
|
width: "1.2em",
|
|
9624
9628
|
height: "1.2em"
|
|
9625
9629
|
};
|
|
9626
|
-
function render$
|
|
9627
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9630
|
+
function render$213(e, t) {
|
|
9631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$234, [...t[0] ||= [createElementVNode("path", {
|
|
9628
9632
|
fill: "none",
|
|
9629
9633
|
stroke: "currentColor",
|
|
9630
9634
|
"stroke-linecap": "round",
|
|
@@ -9635,14 +9639,14 @@ function render$212(e, t) {
|
|
|
9635
9639
|
}
|
|
9636
9640
|
var align_right_default = {
|
|
9637
9641
|
name: "lucide-align-right",
|
|
9638
|
-
render: render$
|
|
9639
|
-
}, _hoisted_1$
|
|
9642
|
+
render: render$213
|
|
9643
|
+
}, _hoisted_1$233 = {
|
|
9640
9644
|
viewBox: "0 0 24 24",
|
|
9641
9645
|
width: "1.2em",
|
|
9642
9646
|
height: "1.2em"
|
|
9643
9647
|
};
|
|
9644
|
-
function render$
|
|
9645
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9648
|
+
function render$212(e, t) {
|
|
9649
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createElementVNode("g", {
|
|
9646
9650
|
fill: "none",
|
|
9647
9651
|
stroke: "currentColor",
|
|
9648
9652
|
"stroke-linecap": "round",
|
|
@@ -9658,14 +9662,14 @@ function render$211(e, t) {
|
|
|
9658
9662
|
}
|
|
9659
9663
|
var archive_default = {
|
|
9660
9664
|
name: "lucide-archive",
|
|
9661
|
-
render: render$
|
|
9662
|
-
}, _hoisted_1$
|
|
9665
|
+
render: render$212
|
|
9666
|
+
}, _hoisted_1$232 = {
|
|
9663
9667
|
viewBox: "0 0 24 24",
|
|
9664
9668
|
width: "1.2em",
|
|
9665
9669
|
height: "1.2em"
|
|
9666
9670
|
};
|
|
9667
|
-
function render$
|
|
9668
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9671
|
+
function render$211(e, t) {
|
|
9672
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createElementVNode("g", {
|
|
9669
9673
|
fill: "none",
|
|
9670
9674
|
stroke: "currentColor",
|
|
9671
9675
|
"stroke-linecap": "round",
|
|
@@ -9681,14 +9685,14 @@ function render$210(e, t) {
|
|
|
9681
9685
|
}
|
|
9682
9686
|
var archive_restore_default = {
|
|
9683
9687
|
name: "lucide-archive-restore",
|
|
9684
|
-
render: render$
|
|
9685
|
-
}, _hoisted_1$
|
|
9688
|
+
render: render$211
|
|
9689
|
+
}, _hoisted_1$231 = {
|
|
9686
9690
|
viewBox: "0 0 24 24",
|
|
9687
9691
|
width: "1.2em",
|
|
9688
9692
|
height: "1.2em"
|
|
9689
9693
|
};
|
|
9690
|
-
function render$
|
|
9691
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9694
|
+
function render$210(e, t) {
|
|
9695
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createElementVNode("path", {
|
|
9692
9696
|
fill: "none",
|
|
9693
9697
|
stroke: "currentColor",
|
|
9694
9698
|
"stroke-linecap": "round",
|
|
@@ -9699,14 +9703,14 @@ function render$209(e, t) {
|
|
|
9699
9703
|
}
|
|
9700
9704
|
var arrow_down_default$1 = {
|
|
9701
9705
|
name: "lucide-arrow-down",
|
|
9702
|
-
render: render$
|
|
9703
|
-
}, _hoisted_1$
|
|
9706
|
+
render: render$210
|
|
9707
|
+
}, _hoisted_1$230 = {
|
|
9704
9708
|
viewBox: "0 0 24 24",
|
|
9705
9709
|
width: "1.2em",
|
|
9706
9710
|
height: "1.2em"
|
|
9707
9711
|
};
|
|
9708
|
-
function render$
|
|
9709
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9712
|
+
function render$209(e, t) {
|
|
9713
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createElementVNode("path", {
|
|
9710
9714
|
fill: "none",
|
|
9711
9715
|
stroke: "currentColor",
|
|
9712
9716
|
"stroke-linecap": "round",
|
|
@@ -9717,14 +9721,14 @@ function render$208(e, t) {
|
|
|
9717
9721
|
}
|
|
9718
9722
|
var arrow_left_default$1 = {
|
|
9719
9723
|
name: "lucide-arrow-left",
|
|
9720
|
-
render: render$
|
|
9721
|
-
}, _hoisted_1$
|
|
9724
|
+
render: render$209
|
|
9725
|
+
}, _hoisted_1$229 = {
|
|
9722
9726
|
viewBox: "0 0 24 24",
|
|
9723
9727
|
width: "1.2em",
|
|
9724
9728
|
height: "1.2em"
|
|
9725
9729
|
};
|
|
9726
|
-
function render$
|
|
9727
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9730
|
+
function render$208(e, t) {
|
|
9731
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createElementVNode("path", {
|
|
9728
9732
|
fill: "none",
|
|
9729
9733
|
stroke: "currentColor",
|
|
9730
9734
|
"stroke-linecap": "round",
|
|
@@ -9735,14 +9739,14 @@ function render$207(e, t) {
|
|
|
9735
9739
|
}
|
|
9736
9740
|
var arrow_left_right_default = {
|
|
9737
9741
|
name: "lucide-arrow-left-right",
|
|
9738
|
-
render: render$
|
|
9739
|
-
}, _hoisted_1$
|
|
9742
|
+
render: render$208
|
|
9743
|
+
}, _hoisted_1$228 = {
|
|
9740
9744
|
viewBox: "0 0 24 24",
|
|
9741
9745
|
width: "1.2em",
|
|
9742
9746
|
height: "1.2em"
|
|
9743
9747
|
};
|
|
9744
|
-
function render$
|
|
9745
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9748
|
+
function render$207(e, t) {
|
|
9749
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
|
|
9746
9750
|
fill: "none",
|
|
9747
9751
|
stroke: "currentColor",
|
|
9748
9752
|
"stroke-linecap": "round",
|
|
@@ -9753,14 +9757,14 @@ function render$206(e, t) {
|
|
|
9753
9757
|
}
|
|
9754
9758
|
var arrow_right_default$1 = {
|
|
9755
9759
|
name: "lucide-arrow-right",
|
|
9756
|
-
render: render$
|
|
9757
|
-
}, _hoisted_1$
|
|
9760
|
+
render: render$207
|
|
9761
|
+
}, _hoisted_1$227 = {
|
|
9758
9762
|
viewBox: "0 0 24 24",
|
|
9759
9763
|
width: "1.2em",
|
|
9760
9764
|
height: "1.2em"
|
|
9761
9765
|
};
|
|
9762
|
-
function render$
|
|
9763
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9766
|
+
function render$206(e, t) {
|
|
9767
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
|
|
9764
9768
|
fill: "none",
|
|
9765
9769
|
stroke: "currentColor",
|
|
9766
9770
|
"stroke-linecap": "round",
|
|
@@ -9771,14 +9775,14 @@ function render$205(e, t) {
|
|
|
9771
9775
|
}
|
|
9772
9776
|
var arrow_right_from_line_default = {
|
|
9773
9777
|
name: "lucide-arrow-right-from-line",
|
|
9774
|
-
render: render$
|
|
9775
|
-
}, _hoisted_1$
|
|
9778
|
+
render: render$206
|
|
9779
|
+
}, _hoisted_1$226 = {
|
|
9776
9780
|
viewBox: "0 0 24 24",
|
|
9777
9781
|
width: "1.2em",
|
|
9778
9782
|
height: "1.2em"
|
|
9779
9783
|
};
|
|
9780
|
-
function render$
|
|
9781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9784
|
+
function render$205(e, t) {
|
|
9785
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("path", {
|
|
9782
9786
|
fill: "none",
|
|
9783
9787
|
stroke: "currentColor",
|
|
9784
9788
|
"stroke-linecap": "round",
|
|
@@ -9789,14 +9793,14 @@ function render$204(e, t) {
|
|
|
9789
9793
|
}
|
|
9790
9794
|
var arrow_right_to_line_default = {
|
|
9791
9795
|
name: "lucide-arrow-right-to-line",
|
|
9792
|
-
render: render$
|
|
9793
|
-
}, _hoisted_1$
|
|
9796
|
+
render: render$205
|
|
9797
|
+
}, _hoisted_1$225 = {
|
|
9794
9798
|
viewBox: "0 0 24 24",
|
|
9795
9799
|
width: "1.2em",
|
|
9796
9800
|
height: "1.2em"
|
|
9797
9801
|
};
|
|
9798
|
-
function render$
|
|
9799
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9802
|
+
function render$204(e, t) {
|
|
9803
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
|
|
9800
9804
|
fill: "none",
|
|
9801
9805
|
stroke: "currentColor",
|
|
9802
9806
|
"stroke-linecap": "round",
|
|
@@ -9807,14 +9811,14 @@ function render$203(e, t) {
|
|
|
9807
9811
|
}
|
|
9808
9812
|
var arrow_up_default = {
|
|
9809
9813
|
name: "lucide-arrow-up",
|
|
9810
|
-
render: render$
|
|
9811
|
-
}, _hoisted_1$
|
|
9814
|
+
render: render$204
|
|
9815
|
+
}, _hoisted_1$224 = {
|
|
9812
9816
|
viewBox: "0 0 24 24",
|
|
9813
9817
|
width: "1.2em",
|
|
9814
9818
|
height: "1.2em"
|
|
9815
9819
|
};
|
|
9816
|
-
function render$
|
|
9817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9820
|
+
function render$203(e, t) {
|
|
9821
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
|
|
9818
9822
|
fill: "none",
|
|
9819
9823
|
stroke: "currentColor",
|
|
9820
9824
|
"stroke-linecap": "round",
|
|
@@ -9825,14 +9829,14 @@ function render$202(e, t) {
|
|
|
9825
9829
|
}
|
|
9826
9830
|
var arrow_up_right_default = {
|
|
9827
9831
|
name: "lucide-arrow-up-right",
|
|
9828
|
-
render: render$
|
|
9829
|
-
}, _hoisted_1$
|
|
9832
|
+
render: render$203
|
|
9833
|
+
}, _hoisted_1$223 = {
|
|
9830
9834
|
viewBox: "0 0 24 24",
|
|
9831
9835
|
width: "1.2em",
|
|
9832
9836
|
height: "1.2em"
|
|
9833
9837
|
};
|
|
9834
|
-
function render$
|
|
9835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9838
|
+
function render$202(e, t) {
|
|
9839
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("g", {
|
|
9836
9840
|
fill: "none",
|
|
9837
9841
|
stroke: "currentColor",
|
|
9838
9842
|
"stroke-linecap": "round",
|
|
@@ -9846,14 +9850,14 @@ function render$201(e, t) {
|
|
|
9846
9850
|
}
|
|
9847
9851
|
var at_sign_default = {
|
|
9848
9852
|
name: "lucide-at-sign",
|
|
9849
|
-
render: render$
|
|
9850
|
-
}, _hoisted_1$
|
|
9853
|
+
render: render$202
|
|
9854
|
+
}, _hoisted_1$222 = {
|
|
9851
9855
|
viewBox: "0 0 24 24",
|
|
9852
9856
|
width: "1.2em",
|
|
9853
9857
|
height: "1.2em"
|
|
9854
9858
|
};
|
|
9855
|
-
function render$
|
|
9856
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9859
|
+
function render$201(e, t) {
|
|
9860
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("g", {
|
|
9857
9861
|
fill: "none",
|
|
9858
9862
|
stroke: "currentColor",
|
|
9859
9863
|
"stroke-linecap": "round",
|
|
@@ -9863,14 +9867,14 @@ function render$200(e, t) {
|
|
|
9863
9867
|
}
|
|
9864
9868
|
var badge_check_default = {
|
|
9865
9869
|
name: "lucide-badge-check",
|
|
9866
|
-
render: render$
|
|
9867
|
-
}, _hoisted_1$
|
|
9870
|
+
render: render$201
|
|
9871
|
+
}, _hoisted_1$221 = {
|
|
9868
9872
|
viewBox: "0 0 24 24",
|
|
9869
9873
|
width: "1.2em",
|
|
9870
9874
|
height: "1.2em"
|
|
9871
9875
|
};
|
|
9872
|
-
function render$
|
|
9873
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9876
|
+
function render$200(e, t) {
|
|
9877
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("g", {
|
|
9874
9878
|
fill: "none",
|
|
9875
9879
|
stroke: "currentColor",
|
|
9876
9880
|
"stroke-linecap": "round",
|
|
@@ -9884,14 +9888,14 @@ function render$199(e, t) {
|
|
|
9884
9888
|
}
|
|
9885
9889
|
var ban_default = {
|
|
9886
9890
|
name: "lucide-ban",
|
|
9887
|
-
render: render$
|
|
9888
|
-
}, _hoisted_1$
|
|
9891
|
+
render: render$200
|
|
9892
|
+
}, _hoisted_1$220 = {
|
|
9889
9893
|
viewBox: "0 0 24 24",
|
|
9890
9894
|
width: "1.2em",
|
|
9891
9895
|
height: "1.2em"
|
|
9892
9896
|
};
|
|
9893
|
-
function render$
|
|
9894
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9897
|
+
function render$199(e, t) {
|
|
9898
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createElementVNode("path", {
|
|
9895
9899
|
fill: "none",
|
|
9896
9900
|
stroke: "currentColor",
|
|
9897
9901
|
"stroke-linecap": "round",
|
|
@@ -9902,14 +9906,14 @@ function render$198(e, t) {
|
|
|
9902
9906
|
}
|
|
9903
9907
|
var bell_default = {
|
|
9904
9908
|
name: "lucide-bell",
|
|
9905
|
-
render: render$
|
|
9906
|
-
}, _hoisted_1$
|
|
9909
|
+
render: render$199
|
|
9910
|
+
}, _hoisted_1$219 = {
|
|
9907
9911
|
viewBox: "0 0 24 24",
|
|
9908
9912
|
width: "1.2em",
|
|
9909
9913
|
height: "1.2em"
|
|
9910
9914
|
};
|
|
9911
|
-
function render$
|
|
9912
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9915
|
+
function render$198(e, t) {
|
|
9916
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createElementVNode("path", {
|
|
9913
9917
|
fill: "none",
|
|
9914
9918
|
stroke: "currentColor",
|
|
9915
9919
|
"stroke-linecap": "round",
|
|
@@ -9920,14 +9924,14 @@ function render$197(e, t) {
|
|
|
9920
9924
|
}
|
|
9921
9925
|
var book_default = {
|
|
9922
9926
|
name: "lucide-book",
|
|
9923
|
-
render: render$
|
|
9924
|
-
}, _hoisted_1$
|
|
9927
|
+
render: render$198
|
|
9928
|
+
}, _hoisted_1$218 = {
|
|
9925
9929
|
viewBox: "0 0 24 24",
|
|
9926
9930
|
width: "1.2em",
|
|
9927
9931
|
height: "1.2em"
|
|
9928
9932
|
};
|
|
9929
|
-
function render$
|
|
9930
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9933
|
+
function render$197(e, t) {
|
|
9934
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
|
|
9931
9935
|
fill: "none",
|
|
9932
9936
|
stroke: "currentColor",
|
|
9933
9937
|
"stroke-linecap": "round",
|
|
@@ -9938,14 +9942,14 @@ function render$196(e, t) {
|
|
|
9938
9942
|
}
|
|
9939
9943
|
var book_open_default = {
|
|
9940
9944
|
name: "lucide-book-open",
|
|
9941
|
-
render: render$
|
|
9942
|
-
}, _hoisted_1$
|
|
9945
|
+
render: render$197
|
|
9946
|
+
}, _hoisted_1$217 = {
|
|
9943
9947
|
viewBox: "0 0 24 24",
|
|
9944
9948
|
width: "1.2em",
|
|
9945
9949
|
height: "1.2em"
|
|
9946
9950
|
};
|
|
9947
|
-
function render$
|
|
9948
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9951
|
+
function render$196(e, t) {
|
|
9952
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("g", {
|
|
9949
9953
|
fill: "none",
|
|
9950
9954
|
stroke: "currentColor",
|
|
9951
9955
|
"stroke-linecap": "round",
|
|
@@ -9965,14 +9969,14 @@ function render$195(e, t) {
|
|
|
9965
9969
|
}
|
|
9966
9970
|
var bot_default = {
|
|
9967
9971
|
name: "lucide-bot",
|
|
9968
|
-
render: render$
|
|
9969
|
-
}, _hoisted_1$
|
|
9972
|
+
render: render$196
|
|
9973
|
+
}, _hoisted_1$216 = {
|
|
9970
9974
|
viewBox: "0 0 24 24",
|
|
9971
9975
|
width: "1.2em",
|
|
9972
9976
|
height: "1.2em"
|
|
9973
9977
|
};
|
|
9974
|
-
function render$
|
|
9975
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9978
|
+
function render$195(e, t) {
|
|
9979
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
9976
9980
|
fill: "none",
|
|
9977
9981
|
stroke: "currentColor",
|
|
9978
9982
|
"stroke-linecap": "round",
|
|
@@ -9982,14 +9986,14 @@ function render$194(e, t) {
|
|
|
9982
9986
|
}
|
|
9983
9987
|
var box_default = {
|
|
9984
9988
|
name: "lucide-box",
|
|
9985
|
-
render: render$
|
|
9986
|
-
}, _hoisted_1$
|
|
9989
|
+
render: render$195
|
|
9990
|
+
}, _hoisted_1$215 = {
|
|
9987
9991
|
viewBox: "0 0 24 24",
|
|
9988
9992
|
width: "1.2em",
|
|
9989
9993
|
height: "1.2em"
|
|
9990
9994
|
};
|
|
9991
|
-
function render$
|
|
9992
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9995
|
+
function render$194(e, t) {
|
|
9996
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("path", {
|
|
9993
9997
|
fill: "none",
|
|
9994
9998
|
stroke: "currentColor",
|
|
9995
9999
|
"stroke-linecap": "round",
|
|
@@ -10000,14 +10004,14 @@ function render$193(e, t) {
|
|
|
10000
10004
|
}
|
|
10001
10005
|
var braces_default = {
|
|
10002
10006
|
name: "lucide-braces",
|
|
10003
|
-
render: render$
|
|
10004
|
-
}, _hoisted_1$
|
|
10007
|
+
render: render$194
|
|
10008
|
+
}, _hoisted_1$214 = {
|
|
10005
10009
|
viewBox: "0 0 24 24",
|
|
10006
10010
|
width: "1.2em",
|
|
10007
10011
|
height: "1.2em"
|
|
10008
10012
|
};
|
|
10009
|
-
function render$
|
|
10010
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10013
|
+
function render$193(e, t) {
|
|
10014
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("g", {
|
|
10011
10015
|
fill: "none",
|
|
10012
10016
|
stroke: "currentColor",
|
|
10013
10017
|
"stroke-linecap": "round",
|
|
@@ -10021,14 +10025,14 @@ function render$192(e, t) {
|
|
|
10021
10025
|
}
|
|
10022
10026
|
var brain_default = {
|
|
10023
10027
|
name: "lucide-brain",
|
|
10024
|
-
render: render$
|
|
10025
|
-
}, _hoisted_1$
|
|
10028
|
+
render: render$193
|
|
10029
|
+
}, _hoisted_1$213 = {
|
|
10026
10030
|
viewBox: "0 0 24 24",
|
|
10027
10031
|
width: "1.2em",
|
|
10028
10032
|
height: "1.2em"
|
|
10029
10033
|
};
|
|
10030
|
-
function render$
|
|
10031
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10034
|
+
function render$192(e, t) {
|
|
10035
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("g", {
|
|
10032
10036
|
fill: "none",
|
|
10033
10037
|
stroke: "currentColor",
|
|
10034
10038
|
"stroke-linecap": "round",
|
|
@@ -10042,14 +10046,14 @@ function render$191(e, t) {
|
|
|
10042
10046
|
}
|
|
10043
10047
|
var bug_default = {
|
|
10044
10048
|
name: "lucide-bug",
|
|
10045
|
-
render: render$
|
|
10046
|
-
}, _hoisted_1$
|
|
10049
|
+
render: render$192
|
|
10050
|
+
}, _hoisted_1$212 = {
|
|
10047
10051
|
viewBox: "0 0 24 24",
|
|
10048
10052
|
width: "1.2em",
|
|
10049
10053
|
height: "1.2em"
|
|
10050
10054
|
};
|
|
10051
|
-
function render$
|
|
10052
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10055
|
+
function render$191(e, t) {
|
|
10056
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("g", {
|
|
10053
10057
|
fill: "none",
|
|
10054
10058
|
stroke: "currentColor",
|
|
10055
10059
|
"stroke-linecap": "round",
|
|
@@ -10065,14 +10069,14 @@ function render$190(e, t) {
|
|
|
10065
10069
|
}
|
|
10066
10070
|
var calculator_default = {
|
|
10067
10071
|
name: "lucide-calculator",
|
|
10068
|
-
render: render$
|
|
10069
|
-
}, _hoisted_1$
|
|
10072
|
+
render: render$191
|
|
10073
|
+
}, _hoisted_1$211 = {
|
|
10070
10074
|
viewBox: "0 0 24 24",
|
|
10071
10075
|
width: "1.2em",
|
|
10072
10076
|
height: "1.2em"
|
|
10073
10077
|
};
|
|
10074
|
-
function render$
|
|
10075
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10078
|
+
function render$190(e, t) {
|
|
10079
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("g", {
|
|
10076
10080
|
fill: "none",
|
|
10077
10081
|
stroke: "currentColor",
|
|
10078
10082
|
"stroke-linecap": "round",
|
|
@@ -10092,14 +10096,14 @@ function render$189(e, t) {
|
|
|
10092
10096
|
}
|
|
10093
10097
|
var calendar_default = {
|
|
10094
10098
|
name: "lucide-calendar",
|
|
10095
|
-
render: render$
|
|
10096
|
-
}, _hoisted_1$
|
|
10099
|
+
render: render$190
|
|
10100
|
+
}, _hoisted_1$210 = {
|
|
10097
10101
|
viewBox: "0 0 24 24",
|
|
10098
10102
|
width: "1.2em",
|
|
10099
10103
|
height: "1.2em"
|
|
10100
10104
|
};
|
|
10101
|
-
function render$
|
|
10102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10105
|
+
function render$189(e, t) {
|
|
10106
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("path", {
|
|
10103
10107
|
fill: "none",
|
|
10104
10108
|
stroke: "currentColor",
|
|
10105
10109
|
"stroke-linecap": "round",
|
|
@@ -10110,14 +10114,14 @@ function render$188(e, t) {
|
|
|
10110
10114
|
}
|
|
10111
10115
|
var case_upper_default = {
|
|
10112
10116
|
name: "lucide-case-upper",
|
|
10113
|
-
render: render$
|
|
10114
|
-
}, _hoisted_1$
|
|
10117
|
+
render: render$189
|
|
10118
|
+
}, _hoisted_1$209 = {
|
|
10115
10119
|
viewBox: "0 0 24 24",
|
|
10116
10120
|
width: "1.2em",
|
|
10117
10121
|
height: "1.2em"
|
|
10118
10122
|
};
|
|
10119
|
-
function render$
|
|
10120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10123
|
+
function render$188(e, t) {
|
|
10124
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
|
|
10121
10125
|
fill: "none",
|
|
10122
10126
|
stroke: "currentColor",
|
|
10123
10127
|
"stroke-linecap": "round",
|
|
@@ -10128,14 +10132,14 @@ function render$187(e, t) {
|
|
|
10128
10132
|
}
|
|
10129
10133
|
var chart_column_decreasing_default = {
|
|
10130
10134
|
name: "lucide-chart-column-decreasing",
|
|
10131
|
-
render: render$
|
|
10132
|
-
}, _hoisted_1$
|
|
10135
|
+
render: render$188
|
|
10136
|
+
}, _hoisted_1$208 = {
|
|
10133
10137
|
viewBox: "0 0 24 24",
|
|
10134
10138
|
width: "1.2em",
|
|
10135
10139
|
height: "1.2em"
|
|
10136
10140
|
};
|
|
10137
|
-
function render$
|
|
10138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10141
|
+
function render$187(e, t) {
|
|
10142
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
|
|
10139
10143
|
fill: "none",
|
|
10140
10144
|
stroke: "currentColor",
|
|
10141
10145
|
"stroke-linecap": "round",
|
|
@@ -10146,14 +10150,14 @@ function render$186(e, t) {
|
|
|
10146
10150
|
}
|
|
10147
10151
|
var check_default = {
|
|
10148
10152
|
name: "lucide-check",
|
|
10149
|
-
render: render$
|
|
10150
|
-
}, _hoisted_1$
|
|
10153
|
+
render: render$187
|
|
10154
|
+
}, _hoisted_1$207 = {
|
|
10151
10155
|
viewBox: "0 0 24 24",
|
|
10152
10156
|
width: "1.2em",
|
|
10153
10157
|
height: "1.2em"
|
|
10154
10158
|
};
|
|
10155
|
-
function render$
|
|
10156
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10159
|
+
function render$186(e, t) {
|
|
10160
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("path", {
|
|
10157
10161
|
fill: "none",
|
|
10158
10162
|
stroke: "currentColor",
|
|
10159
10163
|
"stroke-linecap": "round",
|
|
@@ -10164,14 +10168,14 @@ function render$185(e, t) {
|
|
|
10164
10168
|
}
|
|
10165
10169
|
var check_check_default = {
|
|
10166
10170
|
name: "lucide-check-check",
|
|
10167
|
-
render: render$
|
|
10168
|
-
}, _hoisted_1$
|
|
10171
|
+
render: render$186
|
|
10172
|
+
}, _hoisted_1$206 = {
|
|
10169
10173
|
viewBox: "0 0 24 24",
|
|
10170
10174
|
width: "1.2em",
|
|
10171
10175
|
height: "1.2em"
|
|
10172
10176
|
};
|
|
10173
|
-
function render$
|
|
10174
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10177
|
+
function render$185(e, t) {
|
|
10178
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("path", {
|
|
10175
10179
|
fill: "none",
|
|
10176
10180
|
stroke: "currentColor",
|
|
10177
10181
|
"stroke-linecap": "round",
|
|
@@ -10182,14 +10186,14 @@ function render$184(e, t) {
|
|
|
10182
10186
|
}
|
|
10183
10187
|
var chevron_down_default$1 = {
|
|
10184
10188
|
name: "lucide-chevron-down",
|
|
10185
|
-
render: render$
|
|
10186
|
-
}, _hoisted_1$
|
|
10189
|
+
render: render$185
|
|
10190
|
+
}, _hoisted_1$205 = {
|
|
10187
10191
|
viewBox: "0 0 24 24",
|
|
10188
10192
|
width: "1.2em",
|
|
10189
10193
|
height: "1.2em"
|
|
10190
10194
|
};
|
|
10191
|
-
function render$
|
|
10192
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10195
|
+
function render$184(e, t) {
|
|
10196
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("path", {
|
|
10193
10197
|
fill: "none",
|
|
10194
10198
|
stroke: "currentColor",
|
|
10195
10199
|
"stroke-linecap": "round",
|
|
@@ -10200,14 +10204,14 @@ function render$183(e, t) {
|
|
|
10200
10204
|
}
|
|
10201
10205
|
var chevron_left_default = {
|
|
10202
10206
|
name: "lucide-chevron-left",
|
|
10203
|
-
render: render$
|
|
10204
|
-
}, _hoisted_1$
|
|
10207
|
+
render: render$184
|
|
10208
|
+
}, _hoisted_1$204 = {
|
|
10205
10209
|
viewBox: "0 0 24 24",
|
|
10206
10210
|
width: "1.2em",
|
|
10207
10211
|
height: "1.2em"
|
|
10208
10212
|
};
|
|
10209
|
-
function render$
|
|
10210
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10213
|
+
function render$183(e, t) {
|
|
10214
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
|
|
10211
10215
|
fill: "none",
|
|
10212
10216
|
stroke: "currentColor",
|
|
10213
10217
|
"stroke-linecap": "round",
|
|
@@ -10218,14 +10222,14 @@ function render$182(e, t) {
|
|
|
10218
10222
|
}
|
|
10219
10223
|
var chevron_right_default = {
|
|
10220
10224
|
name: "lucide-chevron-right",
|
|
10221
|
-
render: render$
|
|
10222
|
-
}, _hoisted_1$
|
|
10225
|
+
render: render$183
|
|
10226
|
+
}, _hoisted_1$203 = {
|
|
10223
10227
|
viewBox: "0 0 24 24",
|
|
10224
10228
|
width: "1.2em",
|
|
10225
10229
|
height: "1.2em"
|
|
10226
10230
|
};
|
|
10227
|
-
function render$
|
|
10228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10231
|
+
function render$182(e, t) {
|
|
10232
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
10229
10233
|
fill: "none",
|
|
10230
10234
|
stroke: "currentColor",
|
|
10231
10235
|
"stroke-linecap": "round",
|
|
@@ -10236,14 +10240,14 @@ function render$181(e, t) {
|
|
|
10236
10240
|
}
|
|
10237
10241
|
var chevron_up_default = {
|
|
10238
10242
|
name: "lucide-chevron-up",
|
|
10239
|
-
render: render$
|
|
10240
|
-
}, _hoisted_1$
|
|
10243
|
+
render: render$182
|
|
10244
|
+
}, _hoisted_1$202 = {
|
|
10241
10245
|
viewBox: "0 0 24 24",
|
|
10242
10246
|
width: "1.2em",
|
|
10243
10247
|
height: "1.2em"
|
|
10244
10248
|
};
|
|
10245
|
-
function render$
|
|
10246
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10249
|
+
function render$181(e, t) {
|
|
10250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
10247
10251
|
fill: "none",
|
|
10248
10252
|
stroke: "currentColor",
|
|
10249
10253
|
"stroke-linecap": "round",
|
|
@@ -10254,14 +10258,14 @@ function render$180(e, t) {
|
|
|
10254
10258
|
}
|
|
10255
10259
|
var chevrons_down_up_default = {
|
|
10256
10260
|
name: "lucide-chevrons-down-up",
|
|
10257
|
-
render: render$
|
|
10258
|
-
}, _hoisted_1$
|
|
10261
|
+
render: render$181
|
|
10262
|
+
}, _hoisted_1$201 = {
|
|
10259
10263
|
viewBox: "0 0 24 24",
|
|
10260
10264
|
width: "1.2em",
|
|
10261
10265
|
height: "1.2em"
|
|
10262
10266
|
};
|
|
10263
|
-
function render$
|
|
10264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10267
|
+
function render$180(e, t) {
|
|
10268
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("path", {
|
|
10265
10269
|
fill: "none",
|
|
10266
10270
|
stroke: "currentColor",
|
|
10267
10271
|
"stroke-linecap": "round",
|
|
@@ -10272,14 +10276,14 @@ function render$179(e, t) {
|
|
|
10272
10276
|
}
|
|
10273
10277
|
var chevrons_left_default = {
|
|
10274
10278
|
name: "lucide-chevrons-left",
|
|
10275
|
-
render: render$
|
|
10276
|
-
}, _hoisted_1$
|
|
10279
|
+
render: render$180
|
|
10280
|
+
}, _hoisted_1$200 = {
|
|
10277
10281
|
viewBox: "0 0 24 24",
|
|
10278
10282
|
width: "1.2em",
|
|
10279
10283
|
height: "1.2em"
|
|
10280
10284
|
};
|
|
10281
|
-
function render$
|
|
10282
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10285
|
+
function render$179(e, t) {
|
|
10286
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("path", {
|
|
10283
10287
|
fill: "none",
|
|
10284
10288
|
stroke: "currentColor",
|
|
10285
10289
|
"stroke-linecap": "round",
|
|
@@ -10290,14 +10294,14 @@ function render$178(e, t) {
|
|
|
10290
10294
|
}
|
|
10291
10295
|
var chevrons_up_down_default = {
|
|
10292
10296
|
name: "lucide-chevrons-up-down",
|
|
10293
|
-
render: render$
|
|
10294
|
-
}, _hoisted_1$
|
|
10297
|
+
render: render$179
|
|
10298
|
+
}, _hoisted_1$199 = {
|
|
10295
10299
|
viewBox: "0 0 24 24",
|
|
10296
10300
|
width: "1.2em",
|
|
10297
10301
|
height: "1.2em"
|
|
10298
10302
|
};
|
|
10299
|
-
function render$
|
|
10300
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10303
|
+
function render$178(e, t) {
|
|
10304
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("circle", {
|
|
10301
10305
|
cx: "12",
|
|
10302
10306
|
cy: "12",
|
|
10303
10307
|
r: "10",
|
|
@@ -10310,14 +10314,14 @@ function render$177(e, t) {
|
|
|
10310
10314
|
}
|
|
10311
10315
|
var circle_default = {
|
|
10312
10316
|
name: "lucide-circle",
|
|
10313
|
-
render: render$
|
|
10314
|
-
}, _hoisted_1$
|
|
10317
|
+
render: render$178
|
|
10318
|
+
}, _hoisted_1$198 = {
|
|
10315
10319
|
viewBox: "0 0 24 24",
|
|
10316
10320
|
width: "1.2em",
|
|
10317
10321
|
height: "1.2em"
|
|
10318
10322
|
};
|
|
10319
|
-
function render$
|
|
10320
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10323
|
+
function render$177(e, t) {
|
|
10324
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("g", {
|
|
10321
10325
|
fill: "none",
|
|
10322
10326
|
stroke: "currentColor",
|
|
10323
10327
|
"stroke-linecap": "round",
|
|
@@ -10331,14 +10335,14 @@ function render$176(e, t) {
|
|
|
10331
10335
|
}
|
|
10332
10336
|
var circle_alert_default = {
|
|
10333
10337
|
name: "lucide-circle-alert",
|
|
10334
|
-
render: render$
|
|
10335
|
-
}, _hoisted_1$
|
|
10338
|
+
render: render$177
|
|
10339
|
+
}, _hoisted_1$197 = {
|
|
10336
10340
|
viewBox: "0 0 24 24",
|
|
10337
10341
|
width: "1.2em",
|
|
10338
10342
|
height: "1.2em"
|
|
10339
10343
|
};
|
|
10340
|
-
function render$
|
|
10341
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10344
|
+
function render$176(e, t) {
|
|
10345
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("g", {
|
|
10342
10346
|
fill: "none",
|
|
10343
10347
|
stroke: "currentColor",
|
|
10344
10348
|
"stroke-linecap": "round",
|
|
@@ -10352,14 +10356,14 @@ function render$175(e, t) {
|
|
|
10352
10356
|
}
|
|
10353
10357
|
var circle_check_default$1 = {
|
|
10354
10358
|
name: "lucide-circle-check",
|
|
10355
|
-
render: render$
|
|
10356
|
-
}, _hoisted_1$
|
|
10359
|
+
render: render$176
|
|
10360
|
+
}, _hoisted_1$196 = {
|
|
10357
10361
|
viewBox: "0 0 24 24",
|
|
10358
10362
|
width: "1.2em",
|
|
10359
10363
|
height: "1.2em"
|
|
10360
10364
|
};
|
|
10361
|
-
function render$
|
|
10362
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10365
|
+
function render$175(e, t) {
|
|
10366
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("g", {
|
|
10363
10367
|
fill: "none",
|
|
10364
10368
|
stroke: "currentColor",
|
|
10365
10369
|
"stroke-linecap": "round",
|
|
@@ -10377,14 +10381,14 @@ function render$174(e, t) {
|
|
|
10377
10381
|
}
|
|
10378
10382
|
var circle_dot_default = {
|
|
10379
10383
|
name: "lucide-circle-dot",
|
|
10380
|
-
render: render$
|
|
10381
|
-
}, _hoisted_1$
|
|
10384
|
+
render: render$175
|
|
10385
|
+
}, _hoisted_1$195 = {
|
|
10382
10386
|
viewBox: "0 0 24 24",
|
|
10383
10387
|
width: "1.2em",
|
|
10384
10388
|
height: "1.2em"
|
|
10385
10389
|
};
|
|
10386
|
-
function render$
|
|
10387
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10390
|
+
function render$174(e, t) {
|
|
10391
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("g", {
|
|
10388
10392
|
fill: "none",
|
|
10389
10393
|
stroke: "currentColor",
|
|
10390
10394
|
"stroke-linecap": "round",
|
|
@@ -10398,14 +10402,14 @@ function render$173(e, t) {
|
|
|
10398
10402
|
}
|
|
10399
10403
|
var circle_ellipsis_default = {
|
|
10400
10404
|
name: "lucide-circle-ellipsis",
|
|
10401
|
-
render: render$
|
|
10402
|
-
}, _hoisted_1$
|
|
10405
|
+
render: render$174
|
|
10406
|
+
}, _hoisted_1$194 = {
|
|
10403
10407
|
viewBox: "0 0 24 24",
|
|
10404
10408
|
width: "1.2em",
|
|
10405
10409
|
height: "1.2em"
|
|
10406
10410
|
};
|
|
10407
|
-
function render$
|
|
10408
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10411
|
+
function render$173(e, t) {
|
|
10412
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("g", {
|
|
10409
10413
|
fill: "none",
|
|
10410
10414
|
stroke: "currentColor",
|
|
10411
10415
|
"stroke-linecap": "round",
|
|
@@ -10419,14 +10423,14 @@ function render$172(e, t) {
|
|
|
10419
10423
|
}
|
|
10420
10424
|
var circle_help_default = {
|
|
10421
10425
|
name: "lucide-circle-help",
|
|
10422
|
-
render: render$
|
|
10423
|
-
}, _hoisted_1$
|
|
10426
|
+
render: render$173
|
|
10427
|
+
}, _hoisted_1$193 = {
|
|
10424
10428
|
viewBox: "0 0 24 24",
|
|
10425
10429
|
width: "1.2em",
|
|
10426
10430
|
height: "1.2em"
|
|
10427
10431
|
};
|
|
10428
|
-
function render$
|
|
10429
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10432
|
+
function render$172(e, t) {
|
|
10433
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("g", {
|
|
10430
10434
|
fill: "none",
|
|
10431
10435
|
stroke: "currentColor",
|
|
10432
10436
|
"stroke-linecap": "round",
|
|
@@ -10440,14 +10444,14 @@ function render$171(e, t) {
|
|
|
10440
10444
|
}
|
|
10441
10445
|
var circle_minus_default = {
|
|
10442
10446
|
name: "lucide-circle-minus",
|
|
10443
|
-
render: render$
|
|
10444
|
-
}, _hoisted_1$
|
|
10447
|
+
render: render$172
|
|
10448
|
+
}, _hoisted_1$192 = {
|
|
10445
10449
|
viewBox: "0 0 24 24",
|
|
10446
10450
|
width: "1.2em",
|
|
10447
10451
|
height: "1.2em"
|
|
10448
10452
|
};
|
|
10449
|
-
function render$
|
|
10450
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10453
|
+
function render$171(e, t) {
|
|
10454
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("g", {
|
|
10451
10455
|
fill: "none",
|
|
10452
10456
|
stroke: "currentColor",
|
|
10453
10457
|
"stroke-linecap": "round",
|
|
@@ -10461,14 +10465,14 @@ function render$170(e, t) {
|
|
|
10461
10465
|
}
|
|
10462
10466
|
var circle_pause_default = {
|
|
10463
10467
|
name: "lucide-circle-pause",
|
|
10464
|
-
render: render$
|
|
10465
|
-
}, _hoisted_1$
|
|
10468
|
+
render: render$171
|
|
10469
|
+
}, _hoisted_1$191 = {
|
|
10466
10470
|
viewBox: "0 0 24 24",
|
|
10467
10471
|
width: "1.2em",
|
|
10468
10472
|
height: "1.2em"
|
|
10469
10473
|
};
|
|
10470
|
-
function render$
|
|
10471
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10474
|
+
function render$170(e, t) {
|
|
10475
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("g", {
|
|
10472
10476
|
fill: "none",
|
|
10473
10477
|
stroke: "currentColor",
|
|
10474
10478
|
"stroke-linecap": "round",
|
|
@@ -10482,14 +10486,14 @@ function render$169(e, t) {
|
|
|
10482
10486
|
}
|
|
10483
10487
|
var circle_play_default = {
|
|
10484
10488
|
name: "lucide-circle-play",
|
|
10485
|
-
render: render$
|
|
10486
|
-
}, _hoisted_1$
|
|
10489
|
+
render: render$170
|
|
10490
|
+
}, _hoisted_1$190 = {
|
|
10487
10491
|
viewBox: "0 0 24 24",
|
|
10488
10492
|
width: "1.2em",
|
|
10489
10493
|
height: "1.2em"
|
|
10490
10494
|
};
|
|
10491
|
-
function render$
|
|
10492
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10495
|
+
function render$169(e, t) {
|
|
10496
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("g", {
|
|
10493
10497
|
fill: "none",
|
|
10494
10498
|
stroke: "currentColor",
|
|
10495
10499
|
"stroke-linecap": "round",
|
|
@@ -10503,14 +10507,14 @@ function render$168(e, t) {
|
|
|
10503
10507
|
}
|
|
10504
10508
|
var circle_plus_default = {
|
|
10505
10509
|
name: "lucide-circle-plus",
|
|
10506
|
-
render: render$
|
|
10507
|
-
}, _hoisted_1$
|
|
10510
|
+
render: render$169
|
|
10511
|
+
}, _hoisted_1$189 = {
|
|
10508
10512
|
viewBox: "0 0 24 24",
|
|
10509
10513
|
width: "1.2em",
|
|
10510
10514
|
height: "1.2em"
|
|
10511
10515
|
};
|
|
10512
|
-
function render$
|
|
10513
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10516
|
+
function render$168(e, t) {
|
|
10517
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("g", {
|
|
10514
10518
|
fill: "none",
|
|
10515
10519
|
stroke: "currentColor",
|
|
10516
10520
|
"stroke-linecap": "round",
|
|
@@ -10532,14 +10536,14 @@ function render$167(e, t) {
|
|
|
10532
10536
|
}
|
|
10533
10537
|
var circle_user_round_default = {
|
|
10534
10538
|
name: "lucide-circle-user-round",
|
|
10535
|
-
render: render$
|
|
10536
|
-
}, _hoisted_1$
|
|
10539
|
+
render: render$168
|
|
10540
|
+
}, _hoisted_1$188 = {
|
|
10537
10541
|
viewBox: "0 0 24 24",
|
|
10538
10542
|
width: "1.2em",
|
|
10539
10543
|
height: "1.2em"
|
|
10540
10544
|
};
|
|
10541
|
-
function render$
|
|
10542
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10545
|
+
function render$167(e, t) {
|
|
10546
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("g", {
|
|
10543
10547
|
fill: "none",
|
|
10544
10548
|
stroke: "currentColor",
|
|
10545
10549
|
"stroke-linecap": "round",
|
|
@@ -10553,14 +10557,14 @@ function render$166(e, t) {
|
|
|
10553
10557
|
}
|
|
10554
10558
|
var circle_x_default = {
|
|
10555
10559
|
name: "lucide-circle-x",
|
|
10556
|
-
render: render$
|
|
10557
|
-
}, _hoisted_1$
|
|
10560
|
+
render: render$167
|
|
10561
|
+
}, _hoisted_1$187 = {
|
|
10558
10562
|
viewBox: "0 0 24 24",
|
|
10559
10563
|
width: "1.2em",
|
|
10560
10564
|
height: "1.2em"
|
|
10561
10565
|
};
|
|
10562
|
-
function render$
|
|
10563
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10566
|
+
function render$166(e, t) {
|
|
10567
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("g", {
|
|
10564
10568
|
fill: "none",
|
|
10565
10569
|
stroke: "currentColor",
|
|
10566
10570
|
"stroke-linecap": "round",
|
|
@@ -10577,14 +10581,14 @@ function render$165(e, t) {
|
|
|
10577
10581
|
}
|
|
10578
10582
|
var clipboard_default = {
|
|
10579
10583
|
name: "lucide-clipboard",
|
|
10580
|
-
render: render$
|
|
10581
|
-
}, _hoisted_1$
|
|
10584
|
+
render: render$166
|
|
10585
|
+
}, _hoisted_1$186 = {
|
|
10582
10586
|
viewBox: "0 0 24 24",
|
|
10583
10587
|
width: "1.2em",
|
|
10584
10588
|
height: "1.2em"
|
|
10585
10589
|
};
|
|
10586
|
-
function render$
|
|
10587
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10590
|
+
function render$165(e, t) {
|
|
10591
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("g", {
|
|
10588
10592
|
fill: "none",
|
|
10589
10593
|
stroke: "currentColor",
|
|
10590
10594
|
"stroke-linecap": "round",
|
|
@@ -10605,14 +10609,14 @@ function render$164(e, t) {
|
|
|
10605
10609
|
}
|
|
10606
10610
|
var clipboard_check_default = {
|
|
10607
10611
|
name: "lucide-clipboard-check",
|
|
10608
|
-
render: render$
|
|
10609
|
-
}, _hoisted_1$
|
|
10612
|
+
render: render$165
|
|
10613
|
+
}, _hoisted_1$185 = {
|
|
10610
10614
|
viewBox: "0 0 24 24",
|
|
10611
10615
|
width: "1.2em",
|
|
10612
10616
|
height: "1.2em"
|
|
10613
10617
|
};
|
|
10614
|
-
function render$
|
|
10615
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10618
|
+
function render$164(e, t) {
|
|
10619
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("g", {
|
|
10616
10620
|
fill: "none",
|
|
10617
10621
|
stroke: "currentColor",
|
|
10618
10622
|
"stroke-linecap": "round",
|
|
@@ -10629,14 +10633,14 @@ function render$163(e, t) {
|
|
|
10629
10633
|
}
|
|
10630
10634
|
var clipboard_list_default = {
|
|
10631
10635
|
name: "lucide-clipboard-list",
|
|
10632
|
-
render: render$
|
|
10633
|
-
}, _hoisted_1$
|
|
10636
|
+
render: render$164
|
|
10637
|
+
}, _hoisted_1$184 = {
|
|
10634
10638
|
viewBox: "0 0 24 24",
|
|
10635
10639
|
width: "1.2em",
|
|
10636
10640
|
height: "1.2em"
|
|
10637
10641
|
};
|
|
10638
|
-
function render$
|
|
10639
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10642
|
+
function render$163(e, t) {
|
|
10643
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("g", {
|
|
10640
10644
|
fill: "none",
|
|
10641
10645
|
stroke: "currentColor",
|
|
10642
10646
|
"stroke-linecap": "round",
|
|
@@ -10650,14 +10654,14 @@ function render$162(e, t) {
|
|
|
10650
10654
|
}
|
|
10651
10655
|
var clock_default = {
|
|
10652
10656
|
name: "lucide-clock",
|
|
10653
|
-
render: render$
|
|
10654
|
-
}, _hoisted_1$
|
|
10657
|
+
render: render$163
|
|
10658
|
+
}, _hoisted_1$183 = {
|
|
10655
10659
|
viewBox: "0 0 24 24",
|
|
10656
10660
|
width: "1.2em",
|
|
10657
10661
|
height: "1.2em"
|
|
10658
10662
|
};
|
|
10659
|
-
function render$
|
|
10660
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10663
|
+
function render$162(e, t) {
|
|
10664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("path", {
|
|
10661
10665
|
fill: "none",
|
|
10662
10666
|
stroke: "currentColor",
|
|
10663
10667
|
"stroke-linecap": "round",
|
|
@@ -10668,14 +10672,14 @@ function render$161(e, t) {
|
|
|
10668
10672
|
}
|
|
10669
10673
|
var cloud_default = {
|
|
10670
10674
|
name: "lucide-cloud",
|
|
10671
|
-
render: render$
|
|
10672
|
-
}, _hoisted_1$
|
|
10675
|
+
render: render$162
|
|
10676
|
+
}, _hoisted_1$182 = {
|
|
10673
10677
|
viewBox: "0 0 24 24",
|
|
10674
10678
|
width: "1.2em",
|
|
10675
10679
|
height: "1.2em"
|
|
10676
10680
|
};
|
|
10677
|
-
function render$
|
|
10678
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10681
|
+
function render$161(e, t) {
|
|
10682
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
|
|
10679
10683
|
fill: "none",
|
|
10680
10684
|
stroke: "currentColor",
|
|
10681
10685
|
"stroke-linecap": "round",
|
|
@@ -10685,14 +10689,14 @@ function render$160(e, t) {
|
|
|
10685
10689
|
}
|
|
10686
10690
|
var cloud_download_default = {
|
|
10687
10691
|
name: "lucide-cloud-download",
|
|
10688
|
-
render: render$
|
|
10689
|
-
}, _hoisted_1$
|
|
10692
|
+
render: render$161
|
|
10693
|
+
}, _hoisted_1$181 = {
|
|
10690
10694
|
viewBox: "0 0 24 24",
|
|
10691
10695
|
width: "1.2em",
|
|
10692
10696
|
height: "1.2em"
|
|
10693
10697
|
};
|
|
10694
|
-
function render$
|
|
10695
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10698
|
+
function render$160(e, t) {
|
|
10699
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("path", {
|
|
10696
10700
|
fill: "none",
|
|
10697
10701
|
stroke: "currentColor",
|
|
10698
10702
|
"stroke-linecap": "round",
|
|
@@ -10703,14 +10707,14 @@ function render$159(e, t) {
|
|
|
10703
10707
|
}
|
|
10704
10708
|
var code_default = {
|
|
10705
10709
|
name: "lucide-code",
|
|
10706
|
-
render: render$
|
|
10707
|
-
}, _hoisted_1$
|
|
10710
|
+
render: render$160
|
|
10711
|
+
}, _hoisted_1$180 = {
|
|
10708
10712
|
viewBox: "0 0 24 24",
|
|
10709
10713
|
width: "1.2em",
|
|
10710
10714
|
height: "1.2em"
|
|
10711
10715
|
};
|
|
10712
|
-
function render$
|
|
10713
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10716
|
+
function render$159(e, t) {
|
|
10717
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
|
|
10714
10718
|
fill: "none",
|
|
10715
10719
|
stroke: "currentColor",
|
|
10716
10720
|
"stroke-linecap": "round",
|
|
@@ -10720,14 +10724,14 @@ function render$158(e, t) {
|
|
|
10720
10724
|
}
|
|
10721
10725
|
var cog_default = {
|
|
10722
10726
|
name: "lucide-cog",
|
|
10723
|
-
render: render$
|
|
10724
|
-
}, _hoisted_1$
|
|
10727
|
+
render: render$159
|
|
10728
|
+
}, _hoisted_1$179 = {
|
|
10725
10729
|
viewBox: "0 0 24 24",
|
|
10726
10730
|
width: "1.2em",
|
|
10727
10731
|
height: "1.2em"
|
|
10728
10732
|
};
|
|
10729
|
-
function render$
|
|
10730
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10733
|
+
function render$158(e, t) {
|
|
10734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
10731
10735
|
fill: "none",
|
|
10732
10736
|
stroke: "currentColor",
|
|
10733
10737
|
"stroke-linecap": "round",
|
|
@@ -10741,14 +10745,14 @@ function render$157(e, t) {
|
|
|
10741
10745
|
}
|
|
10742
10746
|
var columns_3_cog_default = {
|
|
10743
10747
|
name: "lucide-columns-3-cog",
|
|
10744
|
-
render: render$
|
|
10745
|
-
}, _hoisted_1$
|
|
10748
|
+
render: render$158
|
|
10749
|
+
}, _hoisted_1$178 = {
|
|
10746
10750
|
viewBox: "0 0 24 24",
|
|
10747
10751
|
width: "1.2em",
|
|
10748
10752
|
height: "1.2em"
|
|
10749
10753
|
};
|
|
10750
|
-
function render$
|
|
10751
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10754
|
+
function render$157(e, t) {
|
|
10755
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
10752
10756
|
fill: "none",
|
|
10753
10757
|
stroke: "currentColor",
|
|
10754
10758
|
"stroke-linecap": "round",
|
|
@@ -10762,14 +10766,14 @@ function render$156(e, t) {
|
|
|
10762
10766
|
}
|
|
10763
10767
|
var contrast_default = {
|
|
10764
10768
|
name: "lucide-contrast",
|
|
10765
|
-
render: render$
|
|
10766
|
-
}, _hoisted_1$
|
|
10769
|
+
render: render$157
|
|
10770
|
+
}, _hoisted_1$177 = {
|
|
10767
10771
|
viewBox: "0 0 24 24",
|
|
10768
10772
|
width: "1.2em",
|
|
10769
10773
|
height: "1.2em"
|
|
10770
10774
|
};
|
|
10771
|
-
function render$
|
|
10772
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10775
|
+
function render$156(e, t) {
|
|
10776
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
|
|
10773
10777
|
fill: "none",
|
|
10774
10778
|
stroke: "currentColor",
|
|
10775
10779
|
"stroke-linecap": "round",
|
|
@@ -10786,14 +10790,14 @@ function render$155(e, t) {
|
|
|
10786
10790
|
}
|
|
10787
10791
|
var copy_default = {
|
|
10788
10792
|
name: "lucide-copy",
|
|
10789
|
-
render: render$
|
|
10790
|
-
}, _hoisted_1$
|
|
10793
|
+
render: render$156
|
|
10794
|
+
}, _hoisted_1$176 = {
|
|
10791
10795
|
viewBox: "0 0 24 24",
|
|
10792
10796
|
width: "1.2em",
|
|
10793
10797
|
height: "1.2em"
|
|
10794
10798
|
};
|
|
10795
|
-
function render$
|
|
10796
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10799
|
+
function render$155(e, t) {
|
|
10800
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
|
|
10797
10801
|
fill: "none",
|
|
10798
10802
|
stroke: "currentColor",
|
|
10799
10803
|
"stroke-linecap": "round",
|
|
@@ -10807,14 +10811,14 @@ function render$154(e, t) {
|
|
|
10807
10811
|
}
|
|
10808
10812
|
var crosshair_default = {
|
|
10809
10813
|
name: "lucide-crosshair",
|
|
10810
|
-
render: render$
|
|
10811
|
-
}, _hoisted_1$
|
|
10814
|
+
render: render$155
|
|
10815
|
+
}, _hoisted_1$175 = {
|
|
10812
10816
|
viewBox: "0 0 24 24",
|
|
10813
10817
|
width: "1.2em",
|
|
10814
10818
|
height: "1.2em"
|
|
10815
10819
|
};
|
|
10816
|
-
function render$
|
|
10817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10820
|
+
function render$154(e, t) {
|
|
10821
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
|
|
10818
10822
|
fill: "none",
|
|
10819
10823
|
stroke: "currentColor",
|
|
10820
10824
|
"stroke-linecap": "round",
|
|
@@ -10833,14 +10837,14 @@ function render$153(e, t) {
|
|
|
10833
10837
|
}
|
|
10834
10838
|
var database_default = {
|
|
10835
10839
|
name: "lucide-database",
|
|
10836
|
-
render: render$
|
|
10837
|
-
}, _hoisted_1$
|
|
10840
|
+
render: render$154
|
|
10841
|
+
}, _hoisted_1$174 = {
|
|
10838
10842
|
viewBox: "0 0 24 24",
|
|
10839
10843
|
width: "1.2em",
|
|
10840
10844
|
height: "1.2em"
|
|
10841
10845
|
};
|
|
10842
|
-
function render$
|
|
10843
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10846
|
+
function render$153(e, t) {
|
|
10847
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("path", {
|
|
10844
10848
|
fill: "none",
|
|
10845
10849
|
stroke: "currentColor",
|
|
10846
10850
|
"stroke-linecap": "round",
|
|
@@ -10851,14 +10855,14 @@ function render$152(e, t) {
|
|
|
10851
10855
|
}
|
|
10852
10856
|
var door_open_default = {
|
|
10853
10857
|
name: "lucide-door-open",
|
|
10854
|
-
render: render$
|
|
10855
|
-
}, _hoisted_1$
|
|
10858
|
+
render: render$153
|
|
10859
|
+
}, _hoisted_1$173 = {
|
|
10856
10860
|
viewBox: "0 0 24 24",
|
|
10857
10861
|
width: "1.2em",
|
|
10858
10862
|
height: "1.2em"
|
|
10859
10863
|
};
|
|
10860
|
-
function render$
|
|
10861
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10864
|
+
function render$152(e, t) {
|
|
10865
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("circle", {
|
|
10862
10866
|
cx: "12.1",
|
|
10863
10867
|
cy: "12.1",
|
|
10864
10868
|
r: "1",
|
|
@@ -10871,14 +10875,14 @@ function render$151(e, t) {
|
|
|
10871
10875
|
}
|
|
10872
10876
|
var dot_default = {
|
|
10873
10877
|
name: "lucide-dot",
|
|
10874
|
-
render: render$
|
|
10875
|
-
}, _hoisted_1$
|
|
10878
|
+
render: render$152
|
|
10879
|
+
}, _hoisted_1$172 = {
|
|
10876
10880
|
viewBox: "0 0 24 24",
|
|
10877
10881
|
width: "1.2em",
|
|
10878
10882
|
height: "1.2em"
|
|
10879
10883
|
};
|
|
10880
|
-
function render$
|
|
10881
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10884
|
+
function render$151(e, t) {
|
|
10885
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
|
|
10882
10886
|
fill: "none",
|
|
10883
10887
|
stroke: "currentColor",
|
|
10884
10888
|
"stroke-linecap": "round",
|
|
@@ -10888,14 +10892,14 @@ function render$150(e, t) {
|
|
|
10888
10892
|
}
|
|
10889
10893
|
var download_default = {
|
|
10890
10894
|
name: "lucide-download",
|
|
10891
|
-
render: render$
|
|
10892
|
-
}, _hoisted_1$
|
|
10895
|
+
render: render$151
|
|
10896
|
+
}, _hoisted_1$171 = {
|
|
10893
10897
|
viewBox: "0 0 24 24",
|
|
10894
10898
|
width: "1.2em",
|
|
10895
10899
|
height: "1.2em"
|
|
10896
10900
|
};
|
|
10897
|
-
function render$
|
|
10898
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10901
|
+
function render$150(e, t) {
|
|
10902
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
10899
10903
|
fill: "none",
|
|
10900
10904
|
stroke: "currentColor",
|
|
10901
10905
|
"stroke-linecap": "round",
|
|
@@ -10909,14 +10913,14 @@ function render$149(e, t) {
|
|
|
10909
10913
|
}
|
|
10910
10914
|
var earth_default = {
|
|
10911
10915
|
name: "lucide-earth",
|
|
10912
|
-
render: render$
|
|
10913
|
-
}, _hoisted_1$
|
|
10916
|
+
render: render$150
|
|
10917
|
+
}, _hoisted_1$170 = {
|
|
10914
10918
|
viewBox: "0 0 24 24",
|
|
10915
10919
|
width: "1.2em",
|
|
10916
10920
|
height: "1.2em"
|
|
10917
10921
|
};
|
|
10918
|
-
function render$
|
|
10919
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10922
|
+
function render$149(e, t) {
|
|
10923
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
10920
10924
|
fill: "none",
|
|
10921
10925
|
stroke: "currentColor",
|
|
10922
10926
|
"stroke-linecap": "round",
|
|
@@ -10942,14 +10946,14 @@ function render$148(e, t) {
|
|
|
10942
10946
|
}
|
|
10943
10947
|
var ellipsis_default = {
|
|
10944
10948
|
name: "lucide-ellipsis",
|
|
10945
|
-
render: render$
|
|
10946
|
-
}, _hoisted_1$
|
|
10949
|
+
render: render$149
|
|
10950
|
+
}, _hoisted_1$169 = {
|
|
10947
10951
|
viewBox: "0 0 24 24",
|
|
10948
10952
|
width: "1.2em",
|
|
10949
10953
|
height: "1.2em"
|
|
10950
10954
|
};
|
|
10951
|
-
function render$
|
|
10952
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10955
|
+
function render$148(e, t) {
|
|
10956
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
10953
10957
|
fill: "none",
|
|
10954
10958
|
stroke: "currentColor",
|
|
10955
10959
|
"stroke-linecap": "round",
|
|
@@ -10975,14 +10979,14 @@ function render$147(e, t) {
|
|
|
10975
10979
|
}
|
|
10976
10980
|
var ellipsis_vertical_default = {
|
|
10977
10981
|
name: "lucide-ellipsis-vertical",
|
|
10978
|
-
render: render$
|
|
10979
|
-
}, _hoisted_1$
|
|
10982
|
+
render: render$148
|
|
10983
|
+
}, _hoisted_1$168 = {
|
|
10980
10984
|
viewBox: "0 0 24 24",
|
|
10981
10985
|
width: "1.2em",
|
|
10982
10986
|
height: "1.2em"
|
|
10983
10987
|
};
|
|
10984
|
-
function render$
|
|
10985
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10988
|
+
function render$147(e, t) {
|
|
10989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("path", {
|
|
10986
10990
|
fill: "none",
|
|
10987
10991
|
stroke: "currentColor",
|
|
10988
10992
|
"stroke-linecap": "round",
|
|
@@ -10993,14 +10997,14 @@ function render$146(e, t) {
|
|
|
10993
10997
|
}
|
|
10994
10998
|
var equal_default = {
|
|
10995
10999
|
name: "lucide-equal",
|
|
10996
|
-
render: render$
|
|
10997
|
-
}, _hoisted_1$
|
|
11000
|
+
render: render$147
|
|
11001
|
+
}, _hoisted_1$167 = {
|
|
10998
11002
|
viewBox: "0 0 24 24",
|
|
10999
11003
|
width: "1.2em",
|
|
11000
11004
|
height: "1.2em"
|
|
11001
11005
|
};
|
|
11002
|
-
function render$
|
|
11003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11006
|
+
function render$146(e, t) {
|
|
11007
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("path", {
|
|
11004
11008
|
fill: "none",
|
|
11005
11009
|
stroke: "currentColor",
|
|
11006
11010
|
"stroke-linecap": "round",
|
|
@@ -11011,14 +11015,14 @@ function render$145(e, t) {
|
|
|
11011
11015
|
}
|
|
11012
11016
|
var expand_default = {
|
|
11013
11017
|
name: "lucide-expand",
|
|
11014
|
-
render: render$
|
|
11015
|
-
}, _hoisted_1$
|
|
11018
|
+
render: render$146
|
|
11019
|
+
}, _hoisted_1$166 = {
|
|
11016
11020
|
viewBox: "0 0 24 24",
|
|
11017
11021
|
width: "1.2em",
|
|
11018
11022
|
height: "1.2em"
|
|
11019
11023
|
};
|
|
11020
|
-
function render$
|
|
11021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11024
|
+
function render$145(e, t) {
|
|
11025
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("path", {
|
|
11022
11026
|
fill: "none",
|
|
11023
11027
|
stroke: "currentColor",
|
|
11024
11028
|
"stroke-linecap": "round",
|
|
@@ -11029,14 +11033,14 @@ function render$144(e, t) {
|
|
|
11029
11033
|
}
|
|
11030
11034
|
var external_link_default = {
|
|
11031
11035
|
name: "lucide-external-link",
|
|
11032
|
-
render: render$
|
|
11033
|
-
}, _hoisted_1$
|
|
11036
|
+
render: render$145
|
|
11037
|
+
}, _hoisted_1$165 = {
|
|
11034
11038
|
viewBox: "0 0 24 24",
|
|
11035
11039
|
width: "1.2em",
|
|
11036
11040
|
height: "1.2em"
|
|
11037
11041
|
};
|
|
11038
|
-
function render$
|
|
11039
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11042
|
+
function render$144(e, t) {
|
|
11043
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("g", {
|
|
11040
11044
|
fill: "none",
|
|
11041
11045
|
stroke: "currentColor",
|
|
11042
11046
|
"stroke-linecap": "round",
|
|
@@ -11050,14 +11054,14 @@ function render$143(e, t) {
|
|
|
11050
11054
|
}
|
|
11051
11055
|
var eye_default = {
|
|
11052
11056
|
name: "lucide-eye",
|
|
11053
|
-
render: render$
|
|
11054
|
-
}, _hoisted_1$
|
|
11057
|
+
render: render$144
|
|
11058
|
+
}, _hoisted_1$164 = {
|
|
11055
11059
|
viewBox: "0 0 24 24",
|
|
11056
11060
|
width: "1.2em",
|
|
11057
11061
|
height: "1.2em"
|
|
11058
11062
|
};
|
|
11059
|
-
function render$
|
|
11060
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11063
|
+
function render$143(e, t) {
|
|
11064
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
11061
11065
|
fill: "none",
|
|
11062
11066
|
stroke: "currentColor",
|
|
11063
11067
|
"stroke-linecap": "round",
|
|
@@ -11067,14 +11071,14 @@ function render$142(e, t) {
|
|
|
11067
11071
|
}
|
|
11068
11072
|
var eye_off_default = {
|
|
11069
11073
|
name: "lucide-eye-off",
|
|
11070
|
-
render: render$
|
|
11071
|
-
}, _hoisted_1$
|
|
11074
|
+
render: render$143
|
|
11075
|
+
}, _hoisted_1$163 = {
|
|
11072
11076
|
viewBox: "0 0 24 24",
|
|
11073
11077
|
width: "1.2em",
|
|
11074
11078
|
height: "1.2em"
|
|
11075
11079
|
};
|
|
11076
|
-
function render$
|
|
11077
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11080
|
+
function render$142(e, t) {
|
|
11081
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
11078
11082
|
fill: "none",
|
|
11079
11083
|
stroke: "currentColor",
|
|
11080
11084
|
"stroke-linecap": "round",
|
|
@@ -11084,14 +11088,14 @@ function render$141(e, t) {
|
|
|
11084
11088
|
}
|
|
11085
11089
|
var file_default = {
|
|
11086
11090
|
name: "lucide-file",
|
|
11087
|
-
render: render$
|
|
11088
|
-
}, _hoisted_1$
|
|
11091
|
+
render: render$142
|
|
11092
|
+
}, _hoisted_1$162 = {
|
|
11089
11093
|
viewBox: "0 0 24 24",
|
|
11090
11094
|
width: "1.2em",
|
|
11091
11095
|
height: "1.2em"
|
|
11092
11096
|
};
|
|
11093
|
-
function render$
|
|
11094
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11097
|
+
function render$141(e, t) {
|
|
11098
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
|
|
11095
11099
|
fill: "none",
|
|
11096
11100
|
stroke: "currentColor",
|
|
11097
11101
|
"stroke-linecap": "round",
|
|
@@ -11109,14 +11113,14 @@ function render$140(e, t) {
|
|
|
11109
11113
|
}
|
|
11110
11114
|
var file_archive_default = {
|
|
11111
11115
|
name: "lucide-file-archive",
|
|
11112
|
-
render: render$
|
|
11113
|
-
}, _hoisted_1$
|
|
11116
|
+
render: render$141
|
|
11117
|
+
}, _hoisted_1$161 = {
|
|
11114
11118
|
viewBox: "0 0 24 24",
|
|
11115
11119
|
width: "1.2em",
|
|
11116
11120
|
height: "1.2em"
|
|
11117
11121
|
};
|
|
11118
|
-
function render$
|
|
11119
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11122
|
+
function render$140(e, t) {
|
|
11123
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("g", {
|
|
11120
11124
|
fill: "none",
|
|
11121
11125
|
stroke: "currentColor",
|
|
11122
11126
|
"stroke-linecap": "round",
|
|
@@ -11126,14 +11130,14 @@ function render$139(e, t) {
|
|
|
11126
11130
|
}
|
|
11127
11131
|
var file_code_default = {
|
|
11128
11132
|
name: "lucide-file-code",
|
|
11129
|
-
render: render$
|
|
11130
|
-
}, _hoisted_1$
|
|
11133
|
+
render: render$140
|
|
11134
|
+
}, _hoisted_1$160 = {
|
|
11131
11135
|
viewBox: "0 0 24 24",
|
|
11132
11136
|
width: "1.2em",
|
|
11133
11137
|
height: "1.2em"
|
|
11134
11138
|
};
|
|
11135
|
-
function render$
|
|
11136
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11139
|
+
function render$139(e, t) {
|
|
11140
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("path", {
|
|
11137
11141
|
fill: "none",
|
|
11138
11142
|
stroke: "currentColor",
|
|
11139
11143
|
"stroke-linecap": "round",
|
|
@@ -11144,14 +11148,14 @@ function render$138(e, t) {
|
|
|
11144
11148
|
}
|
|
11145
11149
|
var file_diff_default = {
|
|
11146
11150
|
name: "lucide-file-diff",
|
|
11147
|
-
render: render$
|
|
11148
|
-
}, _hoisted_1$
|
|
11151
|
+
render: render$139
|
|
11152
|
+
}, _hoisted_1$159 = {
|
|
11149
11153
|
viewBox: "0 0 24 24",
|
|
11150
11154
|
width: "1.2em",
|
|
11151
11155
|
height: "1.2em"
|
|
11152
11156
|
};
|
|
11153
|
-
function render$
|
|
11154
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11157
|
+
function render$138(e, t) {
|
|
11158
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("g", {
|
|
11155
11159
|
fill: "none",
|
|
11156
11160
|
stroke: "currentColor",
|
|
11157
11161
|
"stroke-linecap": "round",
|
|
@@ -11161,14 +11165,14 @@ function render$137(e, t) {
|
|
|
11161
11165
|
}
|
|
11162
11166
|
var file_down_default = {
|
|
11163
11167
|
name: "lucide-file-down",
|
|
11164
|
-
render: render$
|
|
11165
|
-
}, _hoisted_1$
|
|
11168
|
+
render: render$138
|
|
11169
|
+
}, _hoisted_1$158 = {
|
|
11166
11170
|
viewBox: "0 0 24 24",
|
|
11167
11171
|
width: "1.2em",
|
|
11168
11172
|
height: "1.2em"
|
|
11169
11173
|
};
|
|
11170
|
-
function render$
|
|
11171
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11174
|
+
function render$137(e, t) {
|
|
11175
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("g", {
|
|
11172
11176
|
fill: "none",
|
|
11173
11177
|
stroke: "currentColor",
|
|
11174
11178
|
"stroke-linecap": "round",
|
|
@@ -11178,14 +11182,14 @@ function render$136(e, t) {
|
|
|
11178
11182
|
}
|
|
11179
11183
|
var file_input_default = {
|
|
11180
11184
|
name: "lucide-file-input",
|
|
11181
|
-
render: render$
|
|
11182
|
-
}, _hoisted_1$
|
|
11185
|
+
render: render$137
|
|
11186
|
+
}, _hoisted_1$157 = {
|
|
11183
11187
|
viewBox: "0 0 24 24",
|
|
11184
11188
|
width: "1.2em",
|
|
11185
11189
|
height: "1.2em"
|
|
11186
11190
|
};
|
|
11187
|
-
function render$
|
|
11188
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11191
|
+
function render$136(e, t) {
|
|
11192
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
|
|
11189
11193
|
fill: "none",
|
|
11190
11194
|
stroke: "currentColor",
|
|
11191
11195
|
"stroke-linecap": "round",
|
|
@@ -11199,14 +11203,14 @@ function render$135(e, t) {
|
|
|
11199
11203
|
}
|
|
11200
11204
|
var file_output_default = {
|
|
11201
11205
|
name: "lucide-file-output",
|
|
11202
|
-
render: render$
|
|
11203
|
-
}, _hoisted_1$
|
|
11206
|
+
render: render$136
|
|
11207
|
+
}, _hoisted_1$156 = {
|
|
11204
11208
|
viewBox: "0 0 24 24",
|
|
11205
11209
|
width: "1.2em",
|
|
11206
11210
|
height: "1.2em"
|
|
11207
11211
|
};
|
|
11208
|
-
function render$
|
|
11209
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11212
|
+
function render$135(e, t) {
|
|
11213
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
11210
11214
|
fill: "none",
|
|
11211
11215
|
stroke: "currentColor",
|
|
11212
11216
|
"stroke-linecap": "round",
|
|
@@ -11216,14 +11220,14 @@ function render$134(e, t) {
|
|
|
11216
11220
|
}
|
|
11217
11221
|
var file_text_default = {
|
|
11218
11222
|
name: "lucide-file-text",
|
|
11219
|
-
render: render$
|
|
11220
|
-
}, _hoisted_1$
|
|
11223
|
+
render: render$135
|
|
11224
|
+
}, _hoisted_1$155 = {
|
|
11221
11225
|
viewBox: "0 0 24 24",
|
|
11222
11226
|
width: "1.2em",
|
|
11223
11227
|
height: "1.2em"
|
|
11224
11228
|
};
|
|
11225
|
-
function render$
|
|
11226
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11229
|
+
function render$134(e, t) {
|
|
11230
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
11227
11231
|
fill: "none",
|
|
11228
11232
|
stroke: "currentColor",
|
|
11229
11233
|
"stroke-linecap": "round",
|
|
@@ -11237,14 +11241,14 @@ function render$133(e, t) {
|
|
|
11237
11241
|
}
|
|
11238
11242
|
var files_default = {
|
|
11239
11243
|
name: "lucide-files",
|
|
11240
|
-
render: render$
|
|
11241
|
-
}, _hoisted_1$
|
|
11244
|
+
render: render$134
|
|
11245
|
+
}, _hoisted_1$154 = {
|
|
11242
11246
|
viewBox: "0 0 24 24",
|
|
11243
11247
|
width: "1.2em",
|
|
11244
11248
|
height: "1.2em"
|
|
11245
11249
|
};
|
|
11246
|
-
function render$
|
|
11247
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11250
|
+
function render$133(e, t) {
|
|
11251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
|
|
11248
11252
|
fill: "none",
|
|
11249
11253
|
stroke: "currentColor",
|
|
11250
11254
|
"stroke-linecap": "round",
|
|
@@ -11254,14 +11258,14 @@ function render$132(e, t) {
|
|
|
11254
11258
|
}
|
|
11255
11259
|
var fingerprint_default = {
|
|
11256
11260
|
name: "lucide-fingerprint",
|
|
11257
|
-
render: render$
|
|
11258
|
-
}, _hoisted_1$
|
|
11261
|
+
render: render$133
|
|
11262
|
+
}, _hoisted_1$153 = {
|
|
11259
11263
|
viewBox: "0 0 24 24",
|
|
11260
11264
|
width: "1.2em",
|
|
11261
11265
|
height: "1.2em"
|
|
11262
11266
|
};
|
|
11263
|
-
function render$
|
|
11264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11267
|
+
function render$132(e, t) {
|
|
11268
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
|
|
11265
11269
|
fill: "none",
|
|
11266
11270
|
stroke: "currentColor",
|
|
11267
11271
|
"stroke-linecap": "round",
|
|
@@ -11272,14 +11276,14 @@ function render$131(e, t) {
|
|
|
11272
11276
|
}
|
|
11273
11277
|
var flame_default = {
|
|
11274
11278
|
name: "lucide-flame",
|
|
11275
|
-
render: render$
|
|
11276
|
-
}, _hoisted_1$
|
|
11279
|
+
render: render$132
|
|
11280
|
+
}, _hoisted_1$152 = {
|
|
11277
11281
|
viewBox: "0 0 24 24",
|
|
11278
11282
|
width: "1.2em",
|
|
11279
11283
|
height: "1.2em"
|
|
11280
11284
|
};
|
|
11281
|
-
function render$
|
|
11282
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11285
|
+
function render$131(e, t) {
|
|
11286
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("path", {
|
|
11283
11287
|
fill: "none",
|
|
11284
11288
|
stroke: "currentColor",
|
|
11285
11289
|
"stroke-linecap": "round",
|
|
@@ -11290,14 +11294,14 @@ function render$130(e, t) {
|
|
|
11290
11294
|
}
|
|
11291
11295
|
var flask_conical_default = {
|
|
11292
11296
|
name: "lucide-flask-conical",
|
|
11293
|
-
render: render$
|
|
11294
|
-
}, _hoisted_1$
|
|
11297
|
+
render: render$131
|
|
11298
|
+
}, _hoisted_1$151 = {
|
|
11295
11299
|
viewBox: "0 0 24 24",
|
|
11296
11300
|
width: "1.2em",
|
|
11297
11301
|
height: "1.2em"
|
|
11298
11302
|
};
|
|
11299
|
-
function render$
|
|
11300
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11303
|
+
function render$130(e, t) {
|
|
11304
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("path", {
|
|
11301
11305
|
fill: "none",
|
|
11302
11306
|
stroke: "currentColor",
|
|
11303
11307
|
"stroke-linecap": "round",
|
|
@@ -11308,14 +11312,14 @@ function render$129(e, t) {
|
|
|
11308
11312
|
}
|
|
11309
11313
|
var folder_default = {
|
|
11310
11314
|
name: "lucide-folder",
|
|
11311
|
-
render: render$
|
|
11312
|
-
}, _hoisted_1$
|
|
11315
|
+
render: render$130
|
|
11316
|
+
}, _hoisted_1$150 = {
|
|
11313
11317
|
viewBox: "0 0 24 24",
|
|
11314
11318
|
width: "1.2em",
|
|
11315
11319
|
height: "1.2em"
|
|
11316
11320
|
};
|
|
11317
|
-
function render$
|
|
11318
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11321
|
+
function render$129(e, t) {
|
|
11322
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("path", {
|
|
11319
11323
|
fill: "none",
|
|
11320
11324
|
stroke: "currentColor",
|
|
11321
11325
|
"stroke-linecap": "round",
|
|
@@ -11326,14 +11330,14 @@ function render$128(e, t) {
|
|
|
11326
11330
|
}
|
|
11327
11331
|
var folder_open_default = {
|
|
11328
11332
|
name: "lucide-folder-open",
|
|
11329
|
-
render: render$
|
|
11330
|
-
}, _hoisted_1$
|
|
11333
|
+
render: render$129
|
|
11334
|
+
}, _hoisted_1$149 = {
|
|
11331
11335
|
viewBox: "0 0 24 24",
|
|
11332
11336
|
width: "1.2em",
|
|
11333
11337
|
height: "1.2em"
|
|
11334
11338
|
};
|
|
11335
|
-
function render$
|
|
11336
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11339
|
+
function render$128(e, t) {
|
|
11340
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("path", {
|
|
11337
11341
|
fill: "none",
|
|
11338
11342
|
stroke: "currentColor",
|
|
11339
11343
|
"stroke-linecap": "round",
|
|
@@ -11344,14 +11348,14 @@ function render$127(e, t) {
|
|
|
11344
11348
|
}
|
|
11345
11349
|
var folder_plus_default = {
|
|
11346
11350
|
name: "lucide-folder-plus",
|
|
11347
|
-
render: render$
|
|
11348
|
-
}, _hoisted_1$
|
|
11351
|
+
render: render$128
|
|
11352
|
+
}, _hoisted_1$148 = {
|
|
11349
11353
|
viewBox: "0 0 24 24",
|
|
11350
11354
|
width: "1.2em",
|
|
11351
11355
|
height: "1.2em"
|
|
11352
11356
|
};
|
|
11353
|
-
function render$
|
|
11354
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11357
|
+
function render$127(e, t) {
|
|
11358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("path", {
|
|
11355
11359
|
fill: "none",
|
|
11356
11360
|
stroke: "currentColor",
|
|
11357
11361
|
"stroke-linecap": "round",
|
|
@@ -11362,14 +11366,14 @@ function render$126(e, t) {
|
|
|
11362
11366
|
}
|
|
11363
11367
|
var funnel_default = {
|
|
11364
11368
|
name: "lucide-funnel",
|
|
11365
|
-
render: render$
|
|
11366
|
-
}, _hoisted_1$
|
|
11369
|
+
render: render$127
|
|
11370
|
+
}, _hoisted_1$147 = {
|
|
11367
11371
|
viewBox: "0 0 24 24",
|
|
11368
11372
|
width: "1.2em",
|
|
11369
11373
|
height: "1.2em"
|
|
11370
11374
|
};
|
|
11371
|
-
function render$
|
|
11372
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11375
|
+
function render$126(e, t) {
|
|
11376
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("g", {
|
|
11373
11377
|
fill: "none",
|
|
11374
11378
|
stroke: "currentColor",
|
|
11375
11379
|
"stroke-linecap": "round",
|
|
@@ -11379,14 +11383,14 @@ function render$125(e, t) {
|
|
|
11379
11383
|
}
|
|
11380
11384
|
var gem_default = {
|
|
11381
11385
|
name: "lucide-gem",
|
|
11382
|
-
render: render$
|
|
11383
|
-
}, _hoisted_1$
|
|
11386
|
+
render: render$126
|
|
11387
|
+
}, _hoisted_1$146 = {
|
|
11384
11388
|
viewBox: "0 0 24 24",
|
|
11385
11389
|
width: "1.2em",
|
|
11386
11390
|
height: "1.2em"
|
|
11387
11391
|
};
|
|
11388
|
-
function render$
|
|
11389
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11392
|
+
function render$125(e, t) {
|
|
11393
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
|
|
11390
11394
|
fill: "none",
|
|
11391
11395
|
stroke: "currentColor",
|
|
11392
11396
|
"stroke-linecap": "round",
|
|
@@ -11402,25 +11406,25 @@ function render$124(e, t) {
|
|
|
11402
11406
|
}
|
|
11403
11407
|
var gift_default = {
|
|
11404
11408
|
name: "lucide-gift",
|
|
11405
|
-
render: render$
|
|
11406
|
-
}, _hoisted_1$
|
|
11409
|
+
render: render$125
|
|
11410
|
+
}, _hoisted_1$145 = {
|
|
11407
11411
|
viewBox: "0 0 24 24",
|
|
11408
11412
|
width: "1.2em",
|
|
11409
11413
|
height: "1.2em"
|
|
11410
11414
|
};
|
|
11411
|
-
function render$
|
|
11412
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11415
|
+
function render$124(e, t) {
|
|
11416
|
+
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)]]);
|
|
11413
11417
|
}
|
|
11414
11418
|
var git_branch_default = {
|
|
11415
11419
|
name: "lucide-git-branch",
|
|
11416
|
-
render: render$
|
|
11417
|
-
}, _hoisted_1$
|
|
11420
|
+
render: render$124
|
|
11421
|
+
}, _hoisted_1$144 = {
|
|
11418
11422
|
viewBox: "0 0 24 24",
|
|
11419
11423
|
width: "1.2em",
|
|
11420
11424
|
height: "1.2em"
|
|
11421
11425
|
};
|
|
11422
|
-
function render$
|
|
11423
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11426
|
+
function render$123(e, t) {
|
|
11427
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("g", {
|
|
11424
11428
|
fill: "none",
|
|
11425
11429
|
stroke: "currentColor",
|
|
11426
11430
|
"stroke-linecap": "round",
|
|
@@ -11434,14 +11438,14 @@ function render$122(e, t) {
|
|
|
11434
11438
|
}
|
|
11435
11439
|
var globe_default = {
|
|
11436
11440
|
name: "lucide-globe",
|
|
11437
|
-
render: render$
|
|
11438
|
-
}, _hoisted_1$
|
|
11441
|
+
render: render$123
|
|
11442
|
+
}, _hoisted_1$143 = {
|
|
11439
11443
|
viewBox: "0 0 24 24",
|
|
11440
11444
|
width: "1.2em",
|
|
11441
11445
|
height: "1.2em"
|
|
11442
11446
|
};
|
|
11443
|
-
function render$
|
|
11444
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11447
|
+
function render$122(e, t) {
|
|
11448
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
|
|
11445
11449
|
fill: "none",
|
|
11446
11450
|
stroke: "currentColor",
|
|
11447
11451
|
"stroke-linecap": "round",
|
|
@@ -11451,14 +11455,14 @@ function render$121(e, t) {
|
|
|
11451
11455
|
}
|
|
11452
11456
|
var graduation_cap_default = {
|
|
11453
11457
|
name: "lucide-graduation-cap",
|
|
11454
|
-
render: render$
|
|
11455
|
-
}, _hoisted_1$
|
|
11458
|
+
render: render$122
|
|
11459
|
+
}, _hoisted_1$142 = {
|
|
11456
11460
|
viewBox: "0 0 24 24",
|
|
11457
11461
|
width: "1.2em",
|
|
11458
11462
|
height: "1.2em"
|
|
11459
11463
|
};
|
|
11460
|
-
function render$
|
|
11461
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11464
|
+
function render$121(e, t) {
|
|
11465
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
|
|
11462
11466
|
fill: "none",
|
|
11463
11467
|
stroke: "currentColor",
|
|
11464
11468
|
"stroke-linecap": "round",
|
|
@@ -11474,36 +11478,36 @@ function render$120(e, t) {
|
|
|
11474
11478
|
}
|
|
11475
11479
|
var grid_2x2_default = {
|
|
11476
11480
|
name: "lucide-grid-2x2",
|
|
11477
|
-
render: render$
|
|
11478
|
-
}, _hoisted_1$
|
|
11481
|
+
render: render$121
|
|
11482
|
+
}, _hoisted_1$141 = {
|
|
11479
11483
|
viewBox: "0 0 24 24",
|
|
11480
11484
|
width: "1.2em",
|
|
11481
11485
|
height: "1.2em"
|
|
11482
11486
|
};
|
|
11483
|
-
function render$
|
|
11484
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11487
|
+
function render$120(e, t) {
|
|
11488
|
+
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)]]);
|
|
11485
11489
|
}
|
|
11486
11490
|
var grip_vertical_default = {
|
|
11487
11491
|
name: "lucide-grip-vertical",
|
|
11488
|
-
render: render$
|
|
11489
|
-
}, _hoisted_1$
|
|
11492
|
+
render: render$120
|
|
11493
|
+
}, _hoisted_1$140 = {
|
|
11490
11494
|
viewBox: "0 0 24 24",
|
|
11491
11495
|
width: "1.2em",
|
|
11492
11496
|
height: "1.2em"
|
|
11493
11497
|
};
|
|
11494
|
-
function render$
|
|
11495
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11498
|
+
function render$119(e, t) {
|
|
11499
|
+
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)]]);
|
|
11496
11500
|
}
|
|
11497
11501
|
var hand_coins_default = {
|
|
11498
11502
|
name: "lucide-hand-coins",
|
|
11499
|
-
render: render$
|
|
11500
|
-
}, _hoisted_1$
|
|
11503
|
+
render: render$119
|
|
11504
|
+
}, _hoisted_1$139 = {
|
|
11501
11505
|
viewBox: "0 0 24 24",
|
|
11502
11506
|
width: "1.2em",
|
|
11503
11507
|
height: "1.2em"
|
|
11504
11508
|
};
|
|
11505
|
-
function render$
|
|
11506
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11509
|
+
function render$118(e, t) {
|
|
11510
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("g", {
|
|
11507
11511
|
fill: "none",
|
|
11508
11512
|
stroke: "currentColor",
|
|
11509
11513
|
"stroke-linecap": "round",
|
|
@@ -11517,14 +11521,14 @@ function render$117(e, t) {
|
|
|
11517
11521
|
}
|
|
11518
11522
|
var handshake_default = {
|
|
11519
11523
|
name: "lucide-handshake",
|
|
11520
|
-
render: render$
|
|
11521
|
-
}, _hoisted_1$
|
|
11524
|
+
render: render$118
|
|
11525
|
+
}, _hoisted_1$138 = {
|
|
11522
11526
|
viewBox: "0 0 24 24",
|
|
11523
11527
|
width: "1.2em",
|
|
11524
11528
|
height: "1.2em"
|
|
11525
11529
|
};
|
|
11526
|
-
function render$
|
|
11527
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11530
|
+
function render$117(e, t) {
|
|
11531
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("path", {
|
|
11528
11532
|
fill: "none",
|
|
11529
11533
|
stroke: "currentColor",
|
|
11530
11534
|
"stroke-linecap": "round",
|
|
@@ -11535,14 +11539,14 @@ function render$116(e, t) {
|
|
|
11535
11539
|
}
|
|
11536
11540
|
var hard_drive_default = {
|
|
11537
11541
|
name: "lucide-hard-drive",
|
|
11538
|
-
render: render$
|
|
11539
|
-
}, _hoisted_1$
|
|
11542
|
+
render: render$117
|
|
11543
|
+
}, _hoisted_1$137 = {
|
|
11540
11544
|
viewBox: "0 0 24 24",
|
|
11541
11545
|
width: "1.2em",
|
|
11542
11546
|
height: "1.2em"
|
|
11543
11547
|
};
|
|
11544
|
-
function render$
|
|
11545
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11548
|
+
function render$116(e, t) {
|
|
11549
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("g", {
|
|
11546
11550
|
fill: "none",
|
|
11547
11551
|
stroke: "currentColor",
|
|
11548
11552
|
"stroke-linecap": "round",
|
|
@@ -11562,14 +11566,14 @@ function render$115(e, t) {
|
|
|
11562
11566
|
}
|
|
11563
11567
|
var hard_drive_download_default = {
|
|
11564
11568
|
name: "lucide-hard-drive-download",
|
|
11565
|
-
render: render$
|
|
11566
|
-
}, _hoisted_1$
|
|
11569
|
+
render: render$116
|
|
11570
|
+
}, _hoisted_1$136 = {
|
|
11567
11571
|
viewBox: "0 0 24 24",
|
|
11568
11572
|
width: "1.2em",
|
|
11569
11573
|
height: "1.2em"
|
|
11570
11574
|
};
|
|
11571
|
-
function render$
|
|
11572
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11575
|
+
function render$115(e, t) {
|
|
11576
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("path", {
|
|
11573
11577
|
fill: "none",
|
|
11574
11578
|
stroke: "currentColor",
|
|
11575
11579
|
"stroke-linecap": "round",
|
|
@@ -11580,14 +11584,14 @@ function render$114(e, t) {
|
|
|
11580
11584
|
}
|
|
11581
11585
|
var hash_default = {
|
|
11582
11586
|
name: "lucide-hash",
|
|
11583
|
-
render: render$
|
|
11584
|
-
}, _hoisted_1$
|
|
11587
|
+
render: render$115
|
|
11588
|
+
}, _hoisted_1$135 = {
|
|
11585
11589
|
viewBox: "0 0 24 24",
|
|
11586
11590
|
width: "1.2em",
|
|
11587
11591
|
height: "1.2em"
|
|
11588
11592
|
};
|
|
11589
|
-
function render$
|
|
11590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11593
|
+
function render$114(e, t) {
|
|
11594
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("g", {
|
|
11591
11595
|
fill: "none",
|
|
11592
11596
|
stroke: "currentColor",
|
|
11593
11597
|
"stroke-linecap": "round",
|
|
@@ -11597,14 +11601,14 @@ function render$113(e, t) {
|
|
|
11597
11601
|
}
|
|
11598
11602
|
var history_default = {
|
|
11599
11603
|
name: "lucide-history",
|
|
11600
|
-
render: render$
|
|
11601
|
-
}, _hoisted_1$
|
|
11604
|
+
render: render$114
|
|
11605
|
+
}, _hoisted_1$134 = {
|
|
11602
11606
|
viewBox: "0 0 24 24",
|
|
11603
11607
|
width: "1.2em",
|
|
11604
11608
|
height: "1.2em"
|
|
11605
11609
|
};
|
|
11606
|
-
function render$
|
|
11607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11610
|
+
function render$113(e, t) {
|
|
11611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("path", {
|
|
11608
11612
|
fill: "none",
|
|
11609
11613
|
stroke: "currentColor",
|
|
11610
11614
|
"stroke-linecap": "round",
|
|
@@ -11615,14 +11619,14 @@ function render$112(e, t) {
|
|
|
11615
11619
|
}
|
|
11616
11620
|
var hourglass_default = {
|
|
11617
11621
|
name: "lucide-hourglass",
|
|
11618
|
-
render: render$
|
|
11619
|
-
}, _hoisted_1$
|
|
11622
|
+
render: render$113
|
|
11623
|
+
}, _hoisted_1$133 = {
|
|
11620
11624
|
viewBox: "0 0 24 24",
|
|
11621
11625
|
width: "1.2em",
|
|
11622
11626
|
height: "1.2em"
|
|
11623
11627
|
};
|
|
11624
|
-
function render$
|
|
11625
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11628
|
+
function render$112(e, t) {
|
|
11629
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("g", {
|
|
11626
11630
|
fill: "none",
|
|
11627
11631
|
stroke: "currentColor",
|
|
11628
11632
|
"stroke-linecap": "round",
|
|
@@ -11632,14 +11636,14 @@ function render$111(e, t) {
|
|
|
11632
11636
|
}
|
|
11633
11637
|
var house_default = {
|
|
11634
11638
|
name: "lucide-house",
|
|
11635
|
-
render: render$
|
|
11636
|
-
}, _hoisted_1$
|
|
11639
|
+
render: render$112
|
|
11640
|
+
}, _hoisted_1$132 = {
|
|
11637
11641
|
viewBox: "0 0 24 24",
|
|
11638
11642
|
width: "1.2em",
|
|
11639
11643
|
height: "1.2em"
|
|
11640
11644
|
};
|
|
11641
|
-
function render$
|
|
11642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11645
|
+
function render$111(e, t) {
|
|
11646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
|
|
11643
11647
|
fill: "none",
|
|
11644
11648
|
stroke: "currentColor",
|
|
11645
11649
|
"stroke-linecap": "round",
|
|
@@ -11664,14 +11668,14 @@ function render$110(e, t) {
|
|
|
11664
11668
|
}
|
|
11665
11669
|
var image_default = {
|
|
11666
11670
|
name: "lucide-image",
|
|
11667
|
-
render: render$
|
|
11668
|
-
}, _hoisted_1$
|
|
11671
|
+
render: render$111
|
|
11672
|
+
}, _hoisted_1$131 = {
|
|
11669
11673
|
viewBox: "0 0 24 24",
|
|
11670
11674
|
width: "1.2em",
|
|
11671
11675
|
height: "1.2em"
|
|
11672
11676
|
};
|
|
11673
|
-
function render$
|
|
11674
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11677
|
+
function render$110(e, t) {
|
|
11678
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createElementVNode("g", {
|
|
11675
11679
|
fill: "none",
|
|
11676
11680
|
stroke: "currentColor",
|
|
11677
11681
|
"stroke-linecap": "round",
|
|
@@ -11681,14 +11685,14 @@ function render$109(e, t) {
|
|
|
11681
11685
|
}
|
|
11682
11686
|
var inbox_default = {
|
|
11683
11687
|
name: "lucide-inbox",
|
|
11684
|
-
render: render$
|
|
11685
|
-
}, _hoisted_1$
|
|
11688
|
+
render: render$110
|
|
11689
|
+
}, _hoisted_1$130 = {
|
|
11686
11690
|
viewBox: "0 0 24 24",
|
|
11687
11691
|
width: "1.2em",
|
|
11688
11692
|
height: "1.2em"
|
|
11689
11693
|
};
|
|
11690
|
-
function render$
|
|
11691
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11694
|
+
function render$109(e, t) {
|
|
11695
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
|
|
11692
11696
|
fill: "none",
|
|
11693
11697
|
stroke: "currentColor",
|
|
11694
11698
|
"stroke-linecap": "round",
|
|
@@ -11702,14 +11706,14 @@ function render$108(e, t) {
|
|
|
11702
11706
|
}
|
|
11703
11707
|
var info_default = {
|
|
11704
11708
|
name: "lucide-info",
|
|
11705
|
-
render: render$
|
|
11706
|
-
}, _hoisted_1$
|
|
11709
|
+
render: render$109
|
|
11710
|
+
}, _hoisted_1$129 = {
|
|
11707
11711
|
viewBox: "0 0 24 24",
|
|
11708
11712
|
width: "1.2em",
|
|
11709
11713
|
height: "1.2em"
|
|
11710
11714
|
};
|
|
11711
|
-
function render$
|
|
11712
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11715
|
+
function render$108(e, t) {
|
|
11716
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
|
|
11713
11717
|
fill: "none",
|
|
11714
11718
|
stroke: "currentColor",
|
|
11715
11719
|
"stroke-linecap": "round",
|
|
@@ -11724,14 +11728,14 @@ function render$107(e, t) {
|
|
|
11724
11728
|
}
|
|
11725
11729
|
var key_round_default = {
|
|
11726
11730
|
name: "lucide-key-round",
|
|
11727
|
-
render: render$
|
|
11728
|
-
}, _hoisted_1$
|
|
11731
|
+
render: render$108
|
|
11732
|
+
}, _hoisted_1$128 = {
|
|
11729
11733
|
viewBox: "0 0 24 24",
|
|
11730
11734
|
width: "1.2em",
|
|
11731
11735
|
height: "1.2em"
|
|
11732
11736
|
};
|
|
11733
|
-
function render$
|
|
11734
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11737
|
+
function render$107(e, t) {
|
|
11738
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("path", {
|
|
11735
11739
|
fill: "none",
|
|
11736
11740
|
stroke: "currentColor",
|
|
11737
11741
|
"stroke-linecap": "round",
|
|
@@ -11742,14 +11746,14 @@ function render$106(e, t) {
|
|
|
11742
11746
|
}
|
|
11743
11747
|
var languages_default = {
|
|
11744
11748
|
name: "lucide-languages",
|
|
11745
|
-
render: render$
|
|
11746
|
-
}, _hoisted_1$
|
|
11749
|
+
render: render$107
|
|
11750
|
+
}, _hoisted_1$127 = {
|
|
11747
11751
|
viewBox: "0 0 24 24",
|
|
11748
11752
|
width: "1.2em",
|
|
11749
11753
|
height: "1.2em"
|
|
11750
11754
|
};
|
|
11751
|
-
function render$
|
|
11752
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11755
|
+
function render$106(e, t) {
|
|
11756
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createElementVNode("g", {
|
|
11753
11757
|
fill: "none",
|
|
11754
11758
|
stroke: "currentColor",
|
|
11755
11759
|
"stroke-linecap": "round",
|
|
@@ -11763,14 +11767,14 @@ function render$105(e, t) {
|
|
|
11763
11767
|
}
|
|
11764
11768
|
var layers_default = {
|
|
11765
11769
|
name: "lucide-layers",
|
|
11766
|
-
render: render$
|
|
11767
|
-
}, _hoisted_1$
|
|
11770
|
+
render: render$106
|
|
11771
|
+
}, _hoisted_1$126 = {
|
|
11768
11772
|
viewBox: "0 0 24 24",
|
|
11769
11773
|
width: "1.2em",
|
|
11770
11774
|
height: "1.2em"
|
|
11771
11775
|
};
|
|
11772
|
-
function render$
|
|
11773
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11776
|
+
function render$105(e, t) {
|
|
11777
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createElementVNode("g", {
|
|
11774
11778
|
fill: "none",
|
|
11775
11779
|
stroke: "currentColor",
|
|
11776
11780
|
"stroke-linecap": "round",
|
|
@@ -11802,14 +11806,14 @@ function render$104(e, t) {
|
|
|
11802
11806
|
}
|
|
11803
11807
|
var layout_template_default = {
|
|
11804
11808
|
name: "lucide-layout-template",
|
|
11805
|
-
render: render$
|
|
11806
|
-
}, _hoisted_1$
|
|
11809
|
+
render: render$105
|
|
11810
|
+
}, _hoisted_1$125 = {
|
|
11807
11811
|
viewBox: "0 0 24 24",
|
|
11808
11812
|
width: "1.2em",
|
|
11809
11813
|
height: "1.2em"
|
|
11810
11814
|
};
|
|
11811
|
-
function render$
|
|
11812
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11815
|
+
function render$104(e, t) {
|
|
11816
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("path", {
|
|
11813
11817
|
fill: "none",
|
|
11814
11818
|
stroke: "currentColor",
|
|
11815
11819
|
"stroke-linecap": "round",
|
|
@@ -11820,14 +11824,14 @@ function render$103(e, t) {
|
|
|
11820
11824
|
}
|
|
11821
11825
|
var lightbulb_default = {
|
|
11822
11826
|
name: "lucide-lightbulb",
|
|
11823
|
-
render: render$
|
|
11824
|
-
}, _hoisted_1$
|
|
11827
|
+
render: render$104
|
|
11828
|
+
}, _hoisted_1$124 = {
|
|
11825
11829
|
viewBox: "0 0 24 24",
|
|
11826
11830
|
width: "1.2em",
|
|
11827
11831
|
height: "1.2em"
|
|
11828
11832
|
};
|
|
11829
|
-
function render$
|
|
11830
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11833
|
+
function render$103(e, t) {
|
|
11834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("g", {
|
|
11831
11835
|
fill: "none",
|
|
11832
11836
|
stroke: "currentColor",
|
|
11833
11837
|
"stroke-linecap": "round",
|
|
@@ -11837,14 +11841,14 @@ function render$102(e, t) {
|
|
|
11837
11841
|
}
|
|
11838
11842
|
var link_default = {
|
|
11839
11843
|
name: "lucide-link",
|
|
11840
|
-
render: render$
|
|
11841
|
-
}, _hoisted_1$
|
|
11844
|
+
render: render$103
|
|
11845
|
+
}, _hoisted_1$123 = {
|
|
11842
11846
|
viewBox: "0 0 24 24",
|
|
11843
11847
|
width: "1.2em",
|
|
11844
11848
|
height: "1.2em"
|
|
11845
11849
|
};
|
|
11846
|
-
function render$
|
|
11847
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11850
|
+
function render$102(e, t) {
|
|
11851
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("path", {
|
|
11848
11852
|
fill: "none",
|
|
11849
11853
|
stroke: "currentColor",
|
|
11850
11854
|
"stroke-linecap": "round",
|
|
@@ -11855,14 +11859,14 @@ function render$101(e, t) {
|
|
|
11855
11859
|
}
|
|
11856
11860
|
var list_default = {
|
|
11857
11861
|
name: "lucide-list",
|
|
11858
|
-
render: render$
|
|
11859
|
-
}, _hoisted_1$
|
|
11862
|
+
render: render$102
|
|
11863
|
+
}, _hoisted_1$122 = {
|
|
11860
11864
|
viewBox: "0 0 24 24",
|
|
11861
11865
|
width: "1.2em",
|
|
11862
11866
|
height: "1.2em"
|
|
11863
11867
|
};
|
|
11864
|
-
function render$
|
|
11865
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11868
|
+
function render$101(e, t) {
|
|
11869
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
|
|
11866
11870
|
fill: "none",
|
|
11867
11871
|
stroke: "currentColor",
|
|
11868
11872
|
"stroke-linecap": "round",
|
|
@@ -11873,14 +11877,14 @@ function render$100(e, t) {
|
|
|
11873
11877
|
}
|
|
11874
11878
|
var list_checks_default = {
|
|
11875
11879
|
name: "lucide-list-checks",
|
|
11876
|
-
render: render$
|
|
11877
|
-
}, _hoisted_1$
|
|
11880
|
+
render: render$101
|
|
11881
|
+
}, _hoisted_1$121 = {
|
|
11878
11882
|
viewBox: "0 0 24 24",
|
|
11879
11883
|
width: "1.2em",
|
|
11880
11884
|
height: "1.2em"
|
|
11881
11885
|
};
|
|
11882
|
-
function render$
|
|
11883
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11886
|
+
function render$100(e, t) {
|
|
11887
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("path", {
|
|
11884
11888
|
fill: "none",
|
|
11885
11889
|
stroke: "currentColor",
|
|
11886
11890
|
"stroke-linecap": "round",
|
|
@@ -11891,14 +11895,14 @@ function render$99(e, t) {
|
|
|
11891
11895
|
}
|
|
11892
11896
|
var loader2_default = {
|
|
11893
11897
|
name: "lucide-loader2",
|
|
11894
|
-
render: render$
|
|
11895
|
-
}, _hoisted_1$
|
|
11898
|
+
render: render$100
|
|
11899
|
+
}, _hoisted_1$120 = {
|
|
11896
11900
|
viewBox: "0 0 24 24",
|
|
11897
11901
|
width: "1.2em",
|
|
11898
11902
|
height: "1.2em"
|
|
11899
11903
|
};
|
|
11900
|
-
function render$
|
|
11901
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11904
|
+
function render$99(e, t) {
|
|
11905
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("g", {
|
|
11902
11906
|
fill: "none",
|
|
11903
11907
|
stroke: "currentColor",
|
|
11904
11908
|
"stroke-linecap": "round",
|
|
@@ -11915,14 +11919,14 @@ function render$98(e, t) {
|
|
|
11915
11919
|
}
|
|
11916
11920
|
var lock_default = {
|
|
11917
11921
|
name: "lucide-lock",
|
|
11918
|
-
render: render$
|
|
11919
|
-
}, _hoisted_1$
|
|
11922
|
+
render: render$99
|
|
11923
|
+
}, _hoisted_1$119 = {
|
|
11920
11924
|
viewBox: "0 0 24 24",
|
|
11921
11925
|
width: "1.2em",
|
|
11922
11926
|
height: "1.2em"
|
|
11923
11927
|
};
|
|
11924
|
-
function render$
|
|
11925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11928
|
+
function render$98(e, t) {
|
|
11929
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("path", {
|
|
11926
11930
|
fill: "none",
|
|
11927
11931
|
stroke: "currentColor",
|
|
11928
11932
|
"stroke-linecap": "round",
|
|
@@ -11933,14 +11937,14 @@ function render$97(e, t) {
|
|
|
11933
11937
|
}
|
|
11934
11938
|
var log_in_default = {
|
|
11935
11939
|
name: "lucide-log-in",
|
|
11936
|
-
render: render$
|
|
11937
|
-
}, _hoisted_1$
|
|
11940
|
+
render: render$98
|
|
11941
|
+
}, _hoisted_1$118 = {
|
|
11938
11942
|
viewBox: "0 0 24 24",
|
|
11939
11943
|
width: "1.2em",
|
|
11940
11944
|
height: "1.2em"
|
|
11941
11945
|
};
|
|
11942
|
-
function render$
|
|
11943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11946
|
+
function render$97(e, t) {
|
|
11947
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("path", {
|
|
11944
11948
|
fill: "none",
|
|
11945
11949
|
stroke: "currentColor",
|
|
11946
11950
|
"stroke-linecap": "round",
|
|
@@ -11951,14 +11955,14 @@ function render$96(e, t) {
|
|
|
11951
11955
|
}
|
|
11952
11956
|
var log_out_default = {
|
|
11953
11957
|
name: "lucide-log-out",
|
|
11954
|
-
render: render$
|
|
11955
|
-
}, _hoisted_1$
|
|
11958
|
+
render: render$97
|
|
11959
|
+
}, _hoisted_1$117 = {
|
|
11956
11960
|
viewBox: "0 0 24 24",
|
|
11957
11961
|
width: "1.2em",
|
|
11958
11962
|
height: "1.2em"
|
|
11959
11963
|
};
|
|
11960
|
-
function render$
|
|
11961
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11964
|
+
function render$96(e, t) {
|
|
11965
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
|
|
11962
11966
|
fill: "none",
|
|
11963
11967
|
stroke: "currentColor",
|
|
11964
11968
|
"stroke-linecap": "round",
|
|
@@ -11974,14 +11978,14 @@ function render$95(e, t) {
|
|
|
11974
11978
|
}
|
|
11975
11979
|
var mail_default = {
|
|
11976
11980
|
name: "lucide-mail",
|
|
11977
|
-
render: render$
|
|
11978
|
-
}, _hoisted_1$
|
|
11981
|
+
render: render$96
|
|
11982
|
+
}, _hoisted_1$116 = {
|
|
11979
11983
|
viewBox: "0 0 24 24",
|
|
11980
11984
|
width: "1.2em",
|
|
11981
11985
|
height: "1.2em"
|
|
11982
11986
|
};
|
|
11983
|
-
function render$
|
|
11984
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11987
|
+
function render$95(e, t) {
|
|
11988
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("path", {
|
|
11985
11989
|
fill: "none",
|
|
11986
11990
|
stroke: "currentColor",
|
|
11987
11991
|
"stroke-linecap": "round",
|
|
@@ -11992,14 +11996,14 @@ function render$94(e, t) {
|
|
|
11992
11996
|
}
|
|
11993
11997
|
var maximize_default = {
|
|
11994
11998
|
name: "lucide-maximize",
|
|
11995
|
-
render: render$
|
|
11996
|
-
}, _hoisted_1$
|
|
11999
|
+
render: render$95
|
|
12000
|
+
}, _hoisted_1$115 = {
|
|
11997
12001
|
viewBox: "0 0 24 24",
|
|
11998
12002
|
width: "1.2em",
|
|
11999
12003
|
height: "1.2em"
|
|
12000
12004
|
};
|
|
12001
|
-
function render$
|
|
12002
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12005
|
+
function render$94(e, t) {
|
|
12006
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("path", {
|
|
12003
12007
|
fill: "none",
|
|
12004
12008
|
stroke: "currentColor",
|
|
12005
12009
|
"stroke-linecap": "round",
|
|
@@ -12010,14 +12014,14 @@ function render$93(e, t) {
|
|
|
12010
12014
|
}
|
|
12011
12015
|
var maximize_2_default = {
|
|
12012
12016
|
name: "lucide-maximize-2",
|
|
12013
|
-
render: render$
|
|
12014
|
-
}, _hoisted_1$
|
|
12017
|
+
render: render$94
|
|
12018
|
+
}, _hoisted_1$114 = {
|
|
12015
12019
|
viewBox: "0 0 24 24",
|
|
12016
12020
|
width: "1.2em",
|
|
12017
12021
|
height: "1.2em"
|
|
12018
12022
|
};
|
|
12019
|
-
function render$
|
|
12020
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12023
|
+
function render$93(e, t) {
|
|
12024
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
|
|
12021
12025
|
fill: "none",
|
|
12022
12026
|
stroke: "currentColor",
|
|
12023
12027
|
"stroke-linecap": "round",
|
|
@@ -12028,14 +12032,14 @@ function render$92(e, t) {
|
|
|
12028
12032
|
}
|
|
12029
12033
|
var menu_default = {
|
|
12030
12034
|
name: "lucide-menu",
|
|
12031
|
-
render: render$
|
|
12032
|
-
}, _hoisted_1$
|
|
12035
|
+
render: render$93
|
|
12036
|
+
}, _hoisted_1$113 = {
|
|
12033
12037
|
viewBox: "0 0 24 24",
|
|
12034
12038
|
width: "1.2em",
|
|
12035
12039
|
height: "1.2em"
|
|
12036
12040
|
};
|
|
12037
|
-
function render$
|
|
12038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12041
|
+
function render$92(e, t) {
|
|
12042
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("path", {
|
|
12039
12043
|
fill: "none",
|
|
12040
12044
|
stroke: "currentColor",
|
|
12041
12045
|
"stroke-linecap": "round",
|
|
@@ -12046,14 +12050,14 @@ function render$91(e, t) {
|
|
|
12046
12050
|
}
|
|
12047
12051
|
var message_circle_default = {
|
|
12048
12052
|
name: "lucide-message-circle",
|
|
12049
|
-
render: render$
|
|
12050
|
-
}, _hoisted_1$
|
|
12053
|
+
render: render$92
|
|
12054
|
+
}, _hoisted_1$112 = {
|
|
12051
12055
|
viewBox: "0 0 24 24",
|
|
12052
12056
|
width: "1.2em",
|
|
12053
12057
|
height: "1.2em"
|
|
12054
12058
|
};
|
|
12055
|
-
function render$
|
|
12056
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12059
|
+
function render$91(e, t) {
|
|
12060
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
12057
12061
|
fill: "none",
|
|
12058
12062
|
stroke: "currentColor",
|
|
12059
12063
|
"stroke-linecap": "round",
|
|
@@ -12064,14 +12068,14 @@ function render$90(e, t) {
|
|
|
12064
12068
|
}
|
|
12065
12069
|
var message_square_default = {
|
|
12066
12070
|
name: "lucide-message-square",
|
|
12067
|
-
render: render$
|
|
12068
|
-
}, _hoisted_1$
|
|
12071
|
+
render: render$91
|
|
12072
|
+
}, _hoisted_1$111 = {
|
|
12069
12073
|
viewBox: "0 0 24 24",
|
|
12070
12074
|
width: "1.2em",
|
|
12071
12075
|
height: "1.2em"
|
|
12072
12076
|
};
|
|
12073
|
-
function render$
|
|
12074
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12077
|
+
function render$90(e, t) {
|
|
12078
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("path", {
|
|
12075
12079
|
fill: "none",
|
|
12076
12080
|
stroke: "currentColor",
|
|
12077
12081
|
"stroke-linecap": "round",
|
|
@@ -12082,14 +12086,14 @@ function render$89(e, t) {
|
|
|
12082
12086
|
}
|
|
12083
12087
|
var message_square_plus_default = {
|
|
12084
12088
|
name: "lucide-message-square-plus",
|
|
12085
|
-
render: render$
|
|
12086
|
-
}, _hoisted_1$
|
|
12089
|
+
render: render$90
|
|
12090
|
+
}, _hoisted_1$110 = {
|
|
12087
12091
|
viewBox: "0 0 24 24",
|
|
12088
12092
|
width: "1.2em",
|
|
12089
12093
|
height: "1.2em"
|
|
12090
12094
|
};
|
|
12091
|
-
function render$
|
|
12092
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12095
|
+
function render$89(e, t) {
|
|
12096
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
|
|
12093
12097
|
fill: "none",
|
|
12094
12098
|
stroke: "currentColor",
|
|
12095
12099
|
"stroke-linecap": "round",
|
|
@@ -12100,14 +12104,14 @@ function render$88(e, t) {
|
|
|
12100
12104
|
}
|
|
12101
12105
|
var messages_square_default = {
|
|
12102
12106
|
name: "lucide-messages-square",
|
|
12103
|
-
render: render$
|
|
12104
|
-
}, _hoisted_1$
|
|
12107
|
+
render: render$89
|
|
12108
|
+
}, _hoisted_1$109 = {
|
|
12105
12109
|
viewBox: "0 0 24 24",
|
|
12106
12110
|
width: "1.2em",
|
|
12107
12111
|
height: "1.2em"
|
|
12108
12112
|
};
|
|
12109
|
-
function render$
|
|
12110
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12113
|
+
function render$88(e, t) {
|
|
12114
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("g", {
|
|
12111
12115
|
fill: "none",
|
|
12112
12116
|
stroke: "currentColor",
|
|
12113
12117
|
"stroke-linecap": "round",
|
|
@@ -12123,14 +12127,14 @@ function render$87(e, t) {
|
|
|
12123
12127
|
}
|
|
12124
12128
|
var mic_default = {
|
|
12125
12129
|
name: "lucide-mic",
|
|
12126
|
-
render: render$
|
|
12127
|
-
}, _hoisted_1$
|
|
12130
|
+
render: render$88
|
|
12131
|
+
}, _hoisted_1$108 = {
|
|
12128
12132
|
viewBox: "0 0 24 24",
|
|
12129
12133
|
width: "1.2em",
|
|
12130
12134
|
height: "1.2em"
|
|
12131
12135
|
};
|
|
12132
|
-
function render$
|
|
12133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12136
|
+
function render$87(e, t) {
|
|
12137
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("path", {
|
|
12134
12138
|
fill: "none",
|
|
12135
12139
|
stroke: "currentColor",
|
|
12136
12140
|
"stroke-linecap": "round",
|
|
@@ -12141,14 +12145,14 @@ function render$86(e, t) {
|
|
|
12141
12145
|
}
|
|
12142
12146
|
var milestone_default = {
|
|
12143
12147
|
name: "lucide-milestone",
|
|
12144
|
-
render: render$
|
|
12145
|
-
}, _hoisted_1$
|
|
12148
|
+
render: render$87
|
|
12149
|
+
}, _hoisted_1$107 = {
|
|
12146
12150
|
viewBox: "0 0 24 24",
|
|
12147
12151
|
width: "1.2em",
|
|
12148
12152
|
height: "1.2em"
|
|
12149
12153
|
};
|
|
12150
|
-
function render$
|
|
12151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12154
|
+
function render$86(e, t) {
|
|
12155
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
12152
12156
|
fill: "none",
|
|
12153
12157
|
stroke: "currentColor",
|
|
12154
12158
|
"stroke-linecap": "round",
|
|
@@ -12159,14 +12163,14 @@ function render$85(e, t) {
|
|
|
12159
12163
|
}
|
|
12160
12164
|
var minimize_2_default = {
|
|
12161
12165
|
name: "lucide-minimize-2",
|
|
12162
|
-
render: render$
|
|
12163
|
-
}, _hoisted_1$
|
|
12166
|
+
render: render$86
|
|
12167
|
+
}, _hoisted_1$106 = {
|
|
12164
12168
|
viewBox: "0 0 24 24",
|
|
12165
12169
|
width: "1.2em",
|
|
12166
12170
|
height: "1.2em"
|
|
12167
12171
|
};
|
|
12168
|
-
function render$
|
|
12169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12172
|
+
function render$85(e, t) {
|
|
12173
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
12170
12174
|
fill: "none",
|
|
12171
12175
|
stroke: "currentColor",
|
|
12172
12176
|
"stroke-linecap": "round",
|
|
@@ -12177,14 +12181,14 @@ function render$84(e, t) {
|
|
|
12177
12181
|
}
|
|
12178
12182
|
var minus_default = {
|
|
12179
12183
|
name: "lucide-minus",
|
|
12180
|
-
render: render$
|
|
12181
|
-
}, _hoisted_1$
|
|
12184
|
+
render: render$85
|
|
12185
|
+
}, _hoisted_1$105 = {
|
|
12182
12186
|
viewBox: "0 0 24 24",
|
|
12183
12187
|
width: "1.2em",
|
|
12184
12188
|
height: "1.2em"
|
|
12185
12189
|
};
|
|
12186
|
-
function render$
|
|
12187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12190
|
+
function render$84(e, t) {
|
|
12191
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("path", {
|
|
12188
12192
|
fill: "none",
|
|
12189
12193
|
stroke: "currentColor",
|
|
12190
12194
|
"stroke-linecap": "round",
|
|
@@ -12195,25 +12199,25 @@ function render$83(e, t) {
|
|
|
12195
12199
|
}
|
|
12196
12200
|
var mouse_pointer_default = {
|
|
12197
12201
|
name: "lucide-mouse-pointer",
|
|
12198
|
-
render: render$
|
|
12199
|
-
}, _hoisted_1$
|
|
12202
|
+
render: render$84
|
|
12203
|
+
}, _hoisted_1$104 = {
|
|
12200
12204
|
viewBox: "0 0 24 24",
|
|
12201
12205
|
width: "1.2em",
|
|
12202
12206
|
height: "1.2em"
|
|
12203
12207
|
};
|
|
12204
|
-
function render$
|
|
12205
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12208
|
+
function render$83(e, t) {
|
|
12209
|
+
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)]]);
|
|
12206
12210
|
}
|
|
12207
12211
|
var network_default = {
|
|
12208
12212
|
name: "lucide-network",
|
|
12209
|
-
render: render$
|
|
12210
|
-
}, _hoisted_1$
|
|
12213
|
+
render: render$83
|
|
12214
|
+
}, _hoisted_1$103 = {
|
|
12211
12215
|
viewBox: "0 0 24 24",
|
|
12212
12216
|
width: "1.2em",
|
|
12213
12217
|
height: "1.2em"
|
|
12214
12218
|
};
|
|
12215
|
-
function render$
|
|
12216
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12219
|
+
function render$82(e, t) {
|
|
12220
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("g", {
|
|
12217
12221
|
fill: "none",
|
|
12218
12222
|
stroke: "currentColor",
|
|
12219
12223
|
"stroke-linecap": "round",
|
|
@@ -12223,14 +12227,14 @@ function render$81(e, t) {
|
|
|
12223
12227
|
}
|
|
12224
12228
|
var notebook_pen_default = {
|
|
12225
12229
|
name: "lucide-notebook-pen",
|
|
12226
|
-
render: render$
|
|
12227
|
-
}, _hoisted_1$
|
|
12230
|
+
render: render$82
|
|
12231
|
+
}, _hoisted_1$102 = {
|
|
12228
12232
|
viewBox: "0 0 24 24",
|
|
12229
12233
|
width: "1.2em",
|
|
12230
12234
|
height: "1.2em"
|
|
12231
12235
|
};
|
|
12232
|
-
function render$
|
|
12233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12236
|
+
function render$81(e, t) {
|
|
12237
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("g", {
|
|
12234
12238
|
fill: "none",
|
|
12235
12239
|
stroke: "currentColor",
|
|
12236
12240
|
"stroke-linecap": "round",
|
|
@@ -12244,25 +12248,25 @@ function render$80(e, t) {
|
|
|
12244
12248
|
}
|
|
12245
12249
|
var package_open_default = {
|
|
12246
12250
|
name: "lucide-package-open",
|
|
12247
|
-
render: render$
|
|
12248
|
-
}, _hoisted_1$
|
|
12251
|
+
render: render$81
|
|
12252
|
+
}, _hoisted_1$101 = {
|
|
12249
12253
|
viewBox: "0 0 24 24",
|
|
12250
12254
|
width: "1.2em",
|
|
12251
12255
|
height: "1.2em"
|
|
12252
12256
|
};
|
|
12253
|
-
function render$
|
|
12254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12257
|
+
function render$80(e, t) {
|
|
12258
|
+
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)]]);
|
|
12255
12259
|
}
|
|
12256
12260
|
var palette_default = {
|
|
12257
12261
|
name: "lucide-palette",
|
|
12258
|
-
render: render$
|
|
12259
|
-
}, _hoisted_1$
|
|
12262
|
+
render: render$80
|
|
12263
|
+
}, _hoisted_1$100 = {
|
|
12260
12264
|
viewBox: "0 0 24 24",
|
|
12261
12265
|
width: "1.2em",
|
|
12262
12266
|
height: "1.2em"
|
|
12263
12267
|
};
|
|
12264
|
-
function render$
|
|
12265
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12268
|
+
function render$79(e, t) {
|
|
12269
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("g", {
|
|
12266
12270
|
fill: "none",
|
|
12267
12271
|
stroke: "currentColor",
|
|
12268
12272
|
"stroke-linecap": "round",
|
|
@@ -12278,14 +12282,14 @@ function render$78(e, t) {
|
|
|
12278
12282
|
}
|
|
12279
12283
|
var panel_left_default = {
|
|
12280
12284
|
name: "lucide-panel-left",
|
|
12281
|
-
render: render$
|
|
12282
|
-
}, _hoisted_1$
|
|
12285
|
+
render: render$79
|
|
12286
|
+
}, _hoisted_1$99 = {
|
|
12283
12287
|
viewBox: "0 0 24 24",
|
|
12284
12288
|
width: "1.2em",
|
|
12285
12289
|
height: "1.2em"
|
|
12286
12290
|
};
|
|
12287
|
-
function render$
|
|
12288
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12291
|
+
function render$78(e, t) {
|
|
12292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("g", {
|
|
12289
12293
|
fill: "none",
|
|
12290
12294
|
stroke: "currentColor",
|
|
12291
12295
|
"stroke-linecap": "round",
|
|
@@ -12301,14 +12305,14 @@ function render$77(e, t) {
|
|
|
12301
12305
|
}
|
|
12302
12306
|
var panel_right_default = {
|
|
12303
12307
|
name: "lucide-panel-right",
|
|
12304
|
-
render: render$
|
|
12305
|
-
}, _hoisted_1$
|
|
12308
|
+
render: render$78
|
|
12309
|
+
}, _hoisted_1$98 = {
|
|
12306
12310
|
viewBox: "0 0 24 24",
|
|
12307
12311
|
width: "1.2em",
|
|
12308
12312
|
height: "1.2em"
|
|
12309
12313
|
};
|
|
12310
|
-
function render$
|
|
12311
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12314
|
+
function render$77(e, t) {
|
|
12315
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("path", {
|
|
12312
12316
|
fill: "none",
|
|
12313
12317
|
stroke: "currentColor",
|
|
12314
12318
|
"stroke-linecap": "round",
|
|
@@ -12319,14 +12323,14 @@ function render$76(e, t) {
|
|
|
12319
12323
|
}
|
|
12320
12324
|
var paperclip_default = {
|
|
12321
12325
|
name: "lucide-paperclip",
|
|
12322
|
-
render: render$
|
|
12323
|
-
}, _hoisted_1$
|
|
12326
|
+
render: render$77
|
|
12327
|
+
}, _hoisted_1$97 = {
|
|
12324
12328
|
viewBox: "0 0 24 24",
|
|
12325
12329
|
width: "1.2em",
|
|
12326
12330
|
height: "1.2em"
|
|
12327
12331
|
};
|
|
12328
|
-
function render$
|
|
12329
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12332
|
+
function render$76(e, t) {
|
|
12333
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("g", {
|
|
12330
12334
|
fill: "none",
|
|
12331
12335
|
stroke: "currentColor",
|
|
12332
12336
|
"stroke-linecap": "round",
|
|
@@ -12348,14 +12352,14 @@ function render$75(e, t) {
|
|
|
12348
12352
|
}
|
|
12349
12353
|
var pause_default = {
|
|
12350
12354
|
name: "lucide-pause",
|
|
12351
|
-
render: render$
|
|
12352
|
-
}, _hoisted_1$
|
|
12355
|
+
render: render$76
|
|
12356
|
+
}, _hoisted_1$96 = {
|
|
12353
12357
|
viewBox: "0 0 24 24",
|
|
12354
12358
|
width: "1.2em",
|
|
12355
12359
|
height: "1.2em"
|
|
12356
12360
|
};
|
|
12357
|
-
function render$
|
|
12358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12361
|
+
function render$75(e, t) {
|
|
12362
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("path", {
|
|
12359
12363
|
fill: "none",
|
|
12360
12364
|
stroke: "currentColor",
|
|
12361
12365
|
"stroke-linecap": "round",
|
|
@@ -12366,14 +12370,14 @@ function render$74(e, t) {
|
|
|
12366
12370
|
}
|
|
12367
12371
|
var pen_default = {
|
|
12368
12372
|
name: "lucide-pen",
|
|
12369
|
-
render: render$
|
|
12370
|
-
}, _hoisted_1$
|
|
12373
|
+
render: render$75
|
|
12374
|
+
}, _hoisted_1$95 = {
|
|
12371
12375
|
viewBox: "0 0 24 24",
|
|
12372
12376
|
width: "1.2em",
|
|
12373
12377
|
height: "1.2em"
|
|
12374
12378
|
};
|
|
12375
|
-
function render$
|
|
12376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12379
|
+
function render$74(e, t) {
|
|
12380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
|
|
12377
12381
|
fill: "none",
|
|
12378
12382
|
stroke: "currentColor",
|
|
12379
12383
|
"stroke-linecap": "round",
|
|
@@ -12384,14 +12388,14 @@ function render$73(e, t) {
|
|
|
12384
12388
|
}
|
|
12385
12389
|
var pencil_default = {
|
|
12386
12390
|
name: "lucide-pencil",
|
|
12387
|
-
render: render$
|
|
12388
|
-
}, _hoisted_1$
|
|
12391
|
+
render: render$74
|
|
12392
|
+
}, _hoisted_1$94 = {
|
|
12389
12393
|
viewBox: "0 0 24 24",
|
|
12390
12394
|
width: "1.2em",
|
|
12391
12395
|
height: "1.2em"
|
|
12392
12396
|
};
|
|
12393
|
-
function render$
|
|
12394
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12397
|
+
function render$73(e, t) {
|
|
12398
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
|
|
12395
12399
|
fill: "none",
|
|
12396
12400
|
stroke: "currentColor",
|
|
12397
12401
|
"stroke-linecap": "round",
|
|
@@ -12402,14 +12406,14 @@ function render$72(e, t) {
|
|
|
12402
12406
|
}
|
|
12403
12407
|
var pencil_off_default = {
|
|
12404
12408
|
name: "lucide-pencil-off",
|
|
12405
|
-
render: render$
|
|
12406
|
-
}, _hoisted_1$
|
|
12409
|
+
render: render$73
|
|
12410
|
+
}, _hoisted_1$93 = {
|
|
12407
12411
|
viewBox: "0 0 24 24",
|
|
12408
12412
|
width: "1.2em",
|
|
12409
12413
|
height: "1.2em"
|
|
12410
12414
|
};
|
|
12411
|
-
function render$
|
|
12412
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12415
|
+
function render$72(e, t) {
|
|
12416
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("path", {
|
|
12413
12417
|
fill: "none",
|
|
12414
12418
|
stroke: "currentColor",
|
|
12415
12419
|
"stroke-linecap": "round",
|
|
@@ -12420,14 +12424,14 @@ function render$71(e, t) {
|
|
|
12420
12424
|
}
|
|
12421
12425
|
var pin_default = {
|
|
12422
12426
|
name: "lucide-pin",
|
|
12423
|
-
render: render$
|
|
12424
|
-
}, _hoisted_1$
|
|
12427
|
+
render: render$72
|
|
12428
|
+
}, _hoisted_1$92 = {
|
|
12425
12429
|
viewBox: "0 0 24 24",
|
|
12426
12430
|
width: "1.2em",
|
|
12427
12431
|
height: "1.2em"
|
|
12428
12432
|
};
|
|
12429
|
-
function render$
|
|
12430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12433
|
+
function render$71(e, t) {
|
|
12434
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createElementVNode("path", {
|
|
12431
12435
|
fill: "none",
|
|
12432
12436
|
stroke: "currentColor",
|
|
12433
12437
|
"stroke-linecap": "round",
|
|
@@ -12438,14 +12442,14 @@ function render$70(e, t) {
|
|
|
12438
12442
|
}
|
|
12439
12443
|
var play_default = {
|
|
12440
12444
|
name: "lucide-play",
|
|
12441
|
-
render: render$
|
|
12442
|
-
}, _hoisted_1$
|
|
12445
|
+
render: render$71
|
|
12446
|
+
}, _hoisted_1$91 = {
|
|
12443
12447
|
viewBox: "0 0 24 24",
|
|
12444
12448
|
width: "1.2em",
|
|
12445
12449
|
height: "1.2em"
|
|
12446
12450
|
};
|
|
12447
|
-
function render$
|
|
12448
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12451
|
+
function render$70(e, t) {
|
|
12452
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("path", {
|
|
12449
12453
|
fill: "none",
|
|
12450
12454
|
stroke: "currentColor",
|
|
12451
12455
|
"stroke-linecap": "round",
|
|
@@ -12456,14 +12460,14 @@ function render$69(e, t) {
|
|
|
12456
12460
|
}
|
|
12457
12461
|
var plug_default = {
|
|
12458
12462
|
name: "lucide-plug",
|
|
12459
|
-
render: render$
|
|
12460
|
-
}, _hoisted_1$
|
|
12463
|
+
render: render$70
|
|
12464
|
+
}, _hoisted_1$90 = {
|
|
12461
12465
|
viewBox: "0 0 24 24",
|
|
12462
12466
|
width: "1.2em",
|
|
12463
12467
|
height: "1.2em"
|
|
12464
12468
|
};
|
|
12465
|
-
function render$
|
|
12466
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12469
|
+
function render$69(e, t) {
|
|
12470
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("path", {
|
|
12467
12471
|
fill: "none",
|
|
12468
12472
|
stroke: "currentColor",
|
|
12469
12473
|
"stroke-linecap": "round",
|
|
@@ -12474,14 +12478,14 @@ function render$68(e, t) {
|
|
|
12474
12478
|
}
|
|
12475
12479
|
var plus_default = {
|
|
12476
12480
|
name: "lucide-plus",
|
|
12477
|
-
render: render$
|
|
12478
|
-
}, _hoisted_1$
|
|
12481
|
+
render: render$69
|
|
12482
|
+
}, _hoisted_1$89 = {
|
|
12479
12483
|
viewBox: "0 0 24 24",
|
|
12480
12484
|
width: "1.2em",
|
|
12481
12485
|
height: "1.2em"
|
|
12482
12486
|
};
|
|
12483
|
-
function render$
|
|
12484
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12487
|
+
function render$68(e, t) {
|
|
12488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createElementVNode("g", {
|
|
12485
12489
|
fill: "none",
|
|
12486
12490
|
stroke: "currentColor",
|
|
12487
12491
|
"stroke-linecap": "round",
|
|
@@ -12491,14 +12495,14 @@ function render$67(e, t) {
|
|
|
12491
12495
|
}
|
|
12492
12496
|
var pocket_knife_default = {
|
|
12493
12497
|
name: "lucide-pocket-knife",
|
|
12494
|
-
render: render$
|
|
12495
|
-
}, _hoisted_1$
|
|
12498
|
+
render: render$68
|
|
12499
|
+
}, _hoisted_1$88 = {
|
|
12496
12500
|
viewBox: "0 0 24 24",
|
|
12497
12501
|
width: "1.2em",
|
|
12498
12502
|
height: "1.2em"
|
|
12499
12503
|
};
|
|
12500
|
-
function render$
|
|
12501
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12504
|
+
function render$67(e, t) {
|
|
12505
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("path", {
|
|
12502
12506
|
fill: "none",
|
|
12503
12507
|
stroke: "currentColor",
|
|
12504
12508
|
"stroke-linecap": "round",
|
|
@@ -12509,14 +12513,14 @@ function render$66(e, t) {
|
|
|
12509
12513
|
}
|
|
12510
12514
|
var power_default = {
|
|
12511
12515
|
name: "lucide-power",
|
|
12512
|
-
render: render$
|
|
12513
|
-
}, _hoisted_1$
|
|
12516
|
+
render: render$67
|
|
12517
|
+
}, _hoisted_1$87 = {
|
|
12514
12518
|
viewBox: "0 0 24 24",
|
|
12515
12519
|
width: "1.2em",
|
|
12516
12520
|
height: "1.2em"
|
|
12517
12521
|
};
|
|
12518
|
-
function render$
|
|
12519
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12522
|
+
function render$66(e, t) {
|
|
12523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("g", {
|
|
12520
12524
|
fill: "none",
|
|
12521
12525
|
stroke: "currentColor",
|
|
12522
12526
|
"stroke-linecap": "round",
|
|
@@ -12526,14 +12530,14 @@ function render$65(e, t) {
|
|
|
12526
12530
|
}
|
|
12527
12531
|
var redo_2_default = {
|
|
12528
12532
|
name: "lucide-redo-2",
|
|
12529
|
-
render: render$
|
|
12530
|
-
}, _hoisted_1$
|
|
12533
|
+
render: render$66
|
|
12534
|
+
}, _hoisted_1$86 = {
|
|
12531
12535
|
viewBox: "0 0 24 24",
|
|
12532
12536
|
width: "1.2em",
|
|
12533
12537
|
height: "1.2em"
|
|
12534
12538
|
};
|
|
12535
|
-
function render$
|
|
12536
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12539
|
+
function render$65(e, t) {
|
|
12540
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("g", {
|
|
12537
12541
|
fill: "none",
|
|
12538
12542
|
stroke: "currentColor",
|
|
12539
12543
|
"stroke-linecap": "round",
|
|
@@ -12547,14 +12551,14 @@ function render$64(e, t) {
|
|
|
12547
12551
|
}
|
|
12548
12552
|
var refresh_cw_default = {
|
|
12549
12553
|
name: "lucide-refresh-cw",
|
|
12550
|
-
render: render$
|
|
12551
|
-
}, _hoisted_1$
|
|
12554
|
+
render: render$65
|
|
12555
|
+
}, _hoisted_1$85 = {
|
|
12552
12556
|
viewBox: "0 0 24 24",
|
|
12553
12557
|
width: "1.2em",
|
|
12554
12558
|
height: "1.2em"
|
|
12555
12559
|
};
|
|
12556
|
-
function render$
|
|
12557
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12560
|
+
function render$64(e, t) {
|
|
12561
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("path", {
|
|
12558
12562
|
fill: "none",
|
|
12559
12563
|
stroke: "currentColor",
|
|
12560
12564
|
"stroke-linecap": "round",
|
|
@@ -12565,14 +12569,14 @@ function render$63(e, t) {
|
|
|
12565
12569
|
}
|
|
12566
12570
|
var remove_formatting_default = {
|
|
12567
12571
|
name: "lucide-remove-formatting",
|
|
12568
|
-
render: render$
|
|
12569
|
-
}, _hoisted_1$
|
|
12572
|
+
render: render$64
|
|
12573
|
+
}, _hoisted_1$84 = {
|
|
12570
12574
|
viewBox: "0 0 24 24",
|
|
12571
12575
|
width: "1.2em",
|
|
12572
12576
|
height: "1.2em"
|
|
12573
12577
|
};
|
|
12574
|
-
function render$
|
|
12575
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12578
|
+
function render$63(e, t) {
|
|
12579
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("g", {
|
|
12576
12580
|
fill: "none",
|
|
12577
12581
|
stroke: "currentColor",
|
|
12578
12582
|
"stroke-linecap": "round",
|
|
@@ -12586,14 +12590,14 @@ function render$62(e, t) {
|
|
|
12586
12590
|
}
|
|
12587
12591
|
var rss_default = {
|
|
12588
12592
|
name: "lucide-rss",
|
|
12589
|
-
render: render$
|
|
12590
|
-
}, _hoisted_1$
|
|
12593
|
+
render: render$63
|
|
12594
|
+
}, _hoisted_1$83 = {
|
|
12591
12595
|
viewBox: "0 0 24 24",
|
|
12592
12596
|
width: "1.2em",
|
|
12593
12597
|
height: "1.2em"
|
|
12594
12598
|
};
|
|
12595
|
-
function render$
|
|
12596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12599
|
+
function render$62(e, t) {
|
|
12600
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
|
|
12597
12601
|
fill: "none",
|
|
12598
12602
|
stroke: "currentColor",
|
|
12599
12603
|
"stroke-linecap": "round",
|
|
@@ -12604,14 +12608,14 @@ function render$61(e, t) {
|
|
|
12604
12608
|
}
|
|
12605
12609
|
var satellite_dish_default = {
|
|
12606
12610
|
name: "lucide-satellite-dish",
|
|
12607
|
-
render: render$
|
|
12608
|
-
}, _hoisted_1$
|
|
12611
|
+
render: render$62
|
|
12612
|
+
}, _hoisted_1$82 = {
|
|
12609
12613
|
viewBox: "0 0 24 24",
|
|
12610
12614
|
width: "1.2em",
|
|
12611
12615
|
height: "1.2em"
|
|
12612
12616
|
};
|
|
12613
|
-
function render$
|
|
12614
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12617
|
+
function render$61(e, t) {
|
|
12618
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("g", {
|
|
12615
12619
|
fill: "none",
|
|
12616
12620
|
stroke: "currentColor",
|
|
12617
12621
|
"stroke-linecap": "round",
|
|
@@ -12621,14 +12625,14 @@ function render$60(e, t) {
|
|
|
12621
12625
|
}
|
|
12622
12626
|
var save_default = {
|
|
12623
12627
|
name: "lucide-save",
|
|
12624
|
-
render: render$
|
|
12625
|
-
}, _hoisted_1$
|
|
12628
|
+
render: render$61
|
|
12629
|
+
}, _hoisted_1$81 = {
|
|
12626
12630
|
viewBox: "0 0 24 24",
|
|
12627
12631
|
width: "1.2em",
|
|
12628
12632
|
height: "1.2em"
|
|
12629
12633
|
};
|
|
12630
|
-
function render$
|
|
12631
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12634
|
+
function render$60(e, t) {
|
|
12635
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("path", {
|
|
12632
12636
|
fill: "none",
|
|
12633
12637
|
stroke: "currentColor",
|
|
12634
12638
|
"stroke-linecap": "round",
|
|
@@ -12639,25 +12643,25 @@ function render$59(e, t) {
|
|
|
12639
12643
|
}
|
|
12640
12644
|
var scale_default = {
|
|
12641
12645
|
name: "lucide-scale",
|
|
12642
|
-
render: render$
|
|
12643
|
-
}, _hoisted_1$
|
|
12646
|
+
render: render$60
|
|
12647
|
+
}, _hoisted_1$80 = {
|
|
12644
12648
|
viewBox: "0 0 24 24",
|
|
12645
12649
|
width: "1.2em",
|
|
12646
12650
|
height: "1.2em"
|
|
12647
12651
|
};
|
|
12648
|
-
function render$
|
|
12649
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12652
|
+
function render$59(e, t) {
|
|
12653
|
+
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)]]);
|
|
12650
12654
|
}
|
|
12651
12655
|
var scissors_default = {
|
|
12652
12656
|
name: "lucide-scissors",
|
|
12653
|
-
render: render$
|
|
12654
|
-
}, _hoisted_1$
|
|
12657
|
+
render: render$59
|
|
12658
|
+
}, _hoisted_1$79 = {
|
|
12655
12659
|
viewBox: "0 0 24 24",
|
|
12656
12660
|
width: "1.2em",
|
|
12657
12661
|
height: "1.2em"
|
|
12658
12662
|
};
|
|
12659
|
-
function render$
|
|
12660
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12663
|
+
function render$58(e, t) {
|
|
12664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("g", {
|
|
12661
12665
|
fill: "none",
|
|
12662
12666
|
stroke: "currentColor",
|
|
12663
12667
|
"stroke-linecap": "round",
|
|
@@ -12667,14 +12671,14 @@ function render$57(e, t) {
|
|
|
12667
12671
|
}
|
|
12668
12672
|
var scroll_text_default = {
|
|
12669
12673
|
name: "lucide-scroll-text",
|
|
12670
|
-
render: render$
|
|
12671
|
-
}, _hoisted_1$
|
|
12674
|
+
render: render$58
|
|
12675
|
+
}, _hoisted_1$78 = {
|
|
12672
12676
|
viewBox: "0 0 24 24",
|
|
12673
12677
|
width: "1.2em",
|
|
12674
12678
|
height: "1.2em"
|
|
12675
12679
|
};
|
|
12676
|
-
function render$
|
|
12677
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12680
|
+
function render$57(e, t) {
|
|
12681
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
|
|
12678
12682
|
fill: "none",
|
|
12679
12683
|
stroke: "currentColor",
|
|
12680
12684
|
"stroke-linecap": "round",
|
|
@@ -12688,14 +12692,14 @@ function render$56(e, t) {
|
|
|
12688
12692
|
}
|
|
12689
12693
|
var search_default = {
|
|
12690
12694
|
name: "lucide-search",
|
|
12691
|
-
render: render$
|
|
12692
|
-
}, _hoisted_1$
|
|
12695
|
+
render: render$57
|
|
12696
|
+
}, _hoisted_1$77 = {
|
|
12693
12697
|
viewBox: "0 0 24 24",
|
|
12694
12698
|
width: "1.2em",
|
|
12695
12699
|
height: "1.2em"
|
|
12696
12700
|
};
|
|
12697
|
-
function render$
|
|
12698
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12701
|
+
function render$56(e, t) {
|
|
12702
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("path", {
|
|
12699
12703
|
fill: "none",
|
|
12700
12704
|
stroke: "currentColor",
|
|
12701
12705
|
"stroke-linecap": "round",
|
|
@@ -12706,14 +12710,14 @@ function render$55(e, t) {
|
|
|
12706
12710
|
}
|
|
12707
12711
|
var send_default = {
|
|
12708
12712
|
name: "lucide-send",
|
|
12709
|
-
render: render$
|
|
12710
|
-
}, _hoisted_1$
|
|
12713
|
+
render: render$56
|
|
12714
|
+
}, _hoisted_1$76 = {
|
|
12711
12715
|
viewBox: "0 0 24 24",
|
|
12712
12716
|
width: "1.2em",
|
|
12713
12717
|
height: "1.2em"
|
|
12714
12718
|
};
|
|
12715
|
-
function render$
|
|
12716
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12719
|
+
function render$55(e, t) {
|
|
12720
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
|
|
12717
12721
|
fill: "none",
|
|
12718
12722
|
stroke: "currentColor",
|
|
12719
12723
|
"stroke-linecap": "round",
|
|
@@ -12741,14 +12745,14 @@ function render$54(e, t) {
|
|
|
12741
12745
|
}
|
|
12742
12746
|
var server_default = {
|
|
12743
12747
|
name: "lucide-server",
|
|
12744
|
-
render: render$
|
|
12745
|
-
}, _hoisted_1$
|
|
12748
|
+
render: render$55
|
|
12749
|
+
}, _hoisted_1$75 = {
|
|
12746
12750
|
viewBox: "0 0 24 24",
|
|
12747
12751
|
width: "1.2em",
|
|
12748
12752
|
height: "1.2em"
|
|
12749
12753
|
};
|
|
12750
|
-
function render$
|
|
12751
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12754
|
+
function render$54(e, t) {
|
|
12755
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("g", {
|
|
12752
12756
|
fill: "none",
|
|
12753
12757
|
stroke: "currentColor",
|
|
12754
12758
|
"stroke-linecap": "round",
|
|
@@ -12762,14 +12766,14 @@ function render$53(e, t) {
|
|
|
12762
12766
|
}
|
|
12763
12767
|
var settings_default = {
|
|
12764
12768
|
name: "lucide-settings",
|
|
12765
|
-
render: render$
|
|
12766
|
-
}, _hoisted_1$
|
|
12769
|
+
render: render$54
|
|
12770
|
+
}, _hoisted_1$74 = {
|
|
12767
12771
|
viewBox: "0 0 24 24",
|
|
12768
12772
|
width: "1.2em",
|
|
12769
12773
|
height: "1.2em"
|
|
12770
12774
|
};
|
|
12771
|
-
function render$
|
|
12772
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12775
|
+
function render$53(e, t) {
|
|
12776
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("g", {
|
|
12773
12777
|
fill: "none",
|
|
12774
12778
|
stroke: "currentColor",
|
|
12775
12779
|
"stroke-linecap": "round",
|
|
@@ -12791,14 +12795,14 @@ function render$52(e, t) {
|
|
|
12791
12795
|
}
|
|
12792
12796
|
var settings_2_default = {
|
|
12793
12797
|
name: "lucide-settings-2",
|
|
12794
|
-
render: render$
|
|
12795
|
-
}, _hoisted_1$
|
|
12798
|
+
render: render$53
|
|
12799
|
+
}, _hoisted_1$73 = {
|
|
12796
12800
|
viewBox: "0 0 24 24",
|
|
12797
12801
|
width: "1.2em",
|
|
12798
12802
|
height: "1.2em"
|
|
12799
12803
|
};
|
|
12800
|
-
function render$
|
|
12801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12804
|
+
function render$52(e, t) {
|
|
12805
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("path", {
|
|
12802
12806
|
fill: "none",
|
|
12803
12807
|
stroke: "currentColor",
|
|
12804
12808
|
"stroke-linecap": "round",
|
|
@@ -12809,14 +12813,14 @@ function render$51(e, t) {
|
|
|
12809
12813
|
}
|
|
12810
12814
|
var share_default = {
|
|
12811
12815
|
name: "lucide-share",
|
|
12812
|
-
render: render$
|
|
12813
|
-
}, _hoisted_1$
|
|
12816
|
+
render: render$52
|
|
12817
|
+
}, _hoisted_1$72 = {
|
|
12814
12818
|
viewBox: "0 0 24 24",
|
|
12815
12819
|
width: "1.2em",
|
|
12816
12820
|
height: "1.2em"
|
|
12817
12821
|
};
|
|
12818
|
-
function render$
|
|
12819
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12822
|
+
function render$51(e, t) {
|
|
12823
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
|
|
12820
12824
|
fill: "none",
|
|
12821
12825
|
stroke: "currentColor",
|
|
12822
12826
|
"stroke-linecap": "round",
|
|
@@ -12827,14 +12831,14 @@ function render$50(e, t) {
|
|
|
12827
12831
|
}
|
|
12828
12832
|
var shield_default = {
|
|
12829
12833
|
name: "lucide-shield",
|
|
12830
|
-
render: render$
|
|
12831
|
-
}, _hoisted_1$
|
|
12834
|
+
render: render$51
|
|
12835
|
+
}, _hoisted_1$71 = {
|
|
12832
12836
|
viewBox: "0 0 24 24",
|
|
12833
12837
|
width: "1.2em",
|
|
12834
12838
|
height: "1.2em"
|
|
12835
12839
|
};
|
|
12836
|
-
function render$
|
|
12837
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12840
|
+
function render$50(e, t) {
|
|
12841
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("path", {
|
|
12838
12842
|
fill: "none",
|
|
12839
12843
|
stroke: "currentColor",
|
|
12840
12844
|
"stroke-linecap": "round",
|
|
@@ -12845,14 +12849,14 @@ function render$49(e, t) {
|
|
|
12845
12849
|
}
|
|
12846
12850
|
var shield_half_default = {
|
|
12847
12851
|
name: "lucide-shield-half",
|
|
12848
|
-
render: render$
|
|
12849
|
-
}, _hoisted_1$
|
|
12852
|
+
render: render$50
|
|
12853
|
+
}, _hoisted_1$70 = {
|
|
12850
12854
|
viewBox: "0 0 24 24",
|
|
12851
12855
|
width: "1.2em",
|
|
12852
12856
|
height: "1.2em"
|
|
12853
12857
|
};
|
|
12854
|
-
function render$
|
|
12855
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12858
|
+
function render$49(e, t) {
|
|
12859
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("g", {
|
|
12856
12860
|
fill: "none",
|
|
12857
12861
|
stroke: "currentColor",
|
|
12858
12862
|
"stroke-linecap": "round",
|
|
@@ -12870,6 +12874,23 @@ function render$48(e, t) {
|
|
|
12870
12874
|
}
|
|
12871
12875
|
var shield_user_default = {
|
|
12872
12876
|
name: "lucide-shield-user",
|
|
12877
|
+
render: render$49
|
|
12878
|
+
}, _hoisted_1$69 = {
|
|
12879
|
+
viewBox: "0 0 24 24",
|
|
12880
|
+
width: "1.2em",
|
|
12881
|
+
height: "1.2em"
|
|
12882
|
+
};
|
|
12883
|
+
function render$48(e, t) {
|
|
12884
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createElementVNode("g", {
|
|
12885
|
+
fill: "none",
|
|
12886
|
+
stroke: "currentColor",
|
|
12887
|
+
"stroke-linecap": "round",
|
|
12888
|
+
"stroke-linejoin": "round",
|
|
12889
|
+
"stroke-width": "2"
|
|
12890
|
+
}, [createElementVNode("path", { d: "M10 22v-5m4 2v-2m0-15v4a2 2 0 0 0 2 2h4m-2 12v-3M2 13h20" }), createElementVNode("path", { d: "M20 13V7l-5-5H6a2 2 0 0 0-2 2v9m2 7v-3" })], -1)]]);
|
|
12891
|
+
}
|
|
12892
|
+
var shredder_default = {
|
|
12893
|
+
name: "lucide-shredder",
|
|
12873
12894
|
render: render$48
|
|
12874
12895
|
}, _hoisted_1$68 = {
|
|
12875
12896
|
viewBox: "0 0 24 24",
|
|
@@ -14171,9 +14192,10 @@ const deprecatedIconSet = {
|
|
|
14171
14192
|
server: server_default,
|
|
14172
14193
|
share: share_default,
|
|
14173
14194
|
shield: shield_default,
|
|
14174
|
-
"sliders-horizontal": sliders_horizontal_default,
|
|
14175
14195
|
"shield-half": shield_half_default,
|
|
14176
14196
|
"shield-user": shield_user_default,
|
|
14197
|
+
shredder: shredder_default,
|
|
14198
|
+
"sliders-horizontal": sliders_horizontal_default,
|
|
14177
14199
|
smile: smile_default,
|
|
14178
14200
|
sparkles: sparkles_default,
|
|
14179
14201
|
split: split_default,
|
|
@@ -14330,6 +14352,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
14330
14352
|
"aria-busy": e.loading || void 0,
|
|
14331
14353
|
tabindex: p.value === "a" && k7.value ? -1 : void 0,
|
|
14332
14354
|
class: $.value,
|
|
14355
|
+
"data-icon-only": e.iconOnly ? "true" : void 0,
|
|
14333
14356
|
"aria-live": "polite",
|
|
14334
14357
|
onClick: j7
|
|
14335
14358
|
}), {
|
|
@@ -14357,29 +14380,30 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
14357
14380
|
"aria-disabled",
|
|
14358
14381
|
"aria-busy",
|
|
14359
14382
|
"tabindex",
|
|
14360
|
-
"class"
|
|
14383
|
+
"class",
|
|
14384
|
+
"data-icon-only"
|
|
14361
14385
|
]));
|
|
14362
14386
|
}
|
|
14363
14387
|
}), [["__cssModules", { $style: {
|
|
14364
|
-
button: "
|
|
14365
|
-
xsmall: "
|
|
14366
|
-
small: "
|
|
14367
|
-
medium: "
|
|
14368
|
-
large: "
|
|
14369
|
-
xlarge: "
|
|
14370
|
-
solid: "
|
|
14371
|
-
subtle: "
|
|
14372
|
-
outline: "
|
|
14373
|
-
ghost: "
|
|
14374
|
-
destructive: "
|
|
14375
|
-
success: "
|
|
14376
|
-
disabled: "
|
|
14377
|
-
loading: "
|
|
14378
|
-
iconOnly: "
|
|
14379
|
-
"loading-container": "_loading-
|
|
14380
|
-
"button-inner": "_button-
|
|
14381
|
-
"loading-spinner": "_loading-
|
|
14382
|
-
spin: "
|
|
14388
|
+
button: "_button_1n6ou_3",
|
|
14389
|
+
xsmall: "_xsmall_1n6ou_56",
|
|
14390
|
+
small: "_small_1n6ou_62",
|
|
14391
|
+
medium: "_medium_1n6ou_68",
|
|
14392
|
+
large: "_large_1n6ou_74",
|
|
14393
|
+
xlarge: "_xlarge_1n6ou_80",
|
|
14394
|
+
solid: "_solid_1n6ou_86",
|
|
14395
|
+
subtle: "_subtle_1n6ou_104",
|
|
14396
|
+
outline: "_outline_1n6ou_139",
|
|
14397
|
+
ghost: "_ghost_1n6ou_165",
|
|
14398
|
+
destructive: "_destructive_1n6ou_180",
|
|
14399
|
+
success: "_success_1n6ou_204",
|
|
14400
|
+
disabled: "_disabled_1n6ou_231",
|
|
14401
|
+
loading: "_loading_1n6ou_235",
|
|
14402
|
+
iconOnly: "_iconOnly_1n6ou_238",
|
|
14403
|
+
"loading-container": "_loading-container_1n6ou_248",
|
|
14404
|
+
"button-inner": "_button-inner_1n6ou_255",
|
|
14405
|
+
"loading-spinner": "_loading-spinner_1n6ou_272",
|
|
14406
|
+
spin: "_spin_1n6ou_1"
|
|
14383
14407
|
} }]]), N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
14384
14408
|
name: "N8nText",
|
|
14385
14409
|
__name: "Text",
|