@n8n/chat 1.11.2 → 1.13.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 +3716 -3671
- package/dist/chat.bundle.umd.js +24 -24
- package/dist/chat.es.js +884 -839
- package/dist/chat.umd.js +16 -16
- 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.13.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) => {
|
|
@@ -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$248 = {
|
|
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$221(e, t) {
|
|
9143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$248, [...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$221
|
|
9151
|
+
}, _hoisted_1$247 = { 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$247, [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$246 = { 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$246, [...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$245 = { 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$245, [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$244 = {
|
|
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$220(e, t) {
|
|
9250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$244, [...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$220
|
|
9258
|
+
}, _hoisted_1$243 = {
|
|
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$219(e, t) {
|
|
9264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$243, [...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$219
|
|
9272
|
+
}, _hoisted_1$242 = {
|
|
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$218(e, t) {
|
|
9278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$242, [...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$218
|
|
9286
|
+
}, _hoisted_1$241 = {
|
|
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$217(e, t) {
|
|
9292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$241, [...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$217
|
|
9300
|
+
}, _hoisted_1$240 = {
|
|
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$216(e, t) {
|
|
9306
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$240, [...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$216
|
|
9314
|
+
}, _hoisted_1$239 = {
|
|
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$215(e, t) {
|
|
9320
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$239, [...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$215
|
|
9328
|
+
}, _hoisted_1$238 = {
|
|
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$214(e, t) {
|
|
9334
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$238, [...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$214
|
|
9342
|
+
}, _hoisted_1$237 = {
|
|
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$213(e, t) {
|
|
9348
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$237, [...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$213
|
|
9356
|
+
}, _hoisted_1$236 = { 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$236, 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$235 = { 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 = {
|
|
@@ -9532,7 +9532,7 @@ var openInNew_default = {
|
|
|
9532
9532
|
return (e, t) => (openBlock(), createElementBlock("div", {
|
|
9533
9533
|
class: "chat-input",
|
|
9534
9534
|
style: normalizeStyle(z7.value)
|
|
9535
|
-
}, [createElementVNode("div", _hoisted_1$
|
|
9535
|
+
}, [createElementVNode("div", _hoisted_1$235, [
|
|
9536
9536
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$17, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
9537
9537
|
withDirectives(createElementVNode("textarea", {
|
|
9538
9538
|
ref_key: "chatTextArea",
|
|
@@ -9571,7 +9571,7 @@ var openInNew_default = {
|
|
|
9571
9571
|
onRemove: n9
|
|
9572
9572
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 4));
|
|
9573
9573
|
}
|
|
9574
|
-
}), [["__scopeId", "data-v-b72880b9"]]), _hoisted_1$
|
|
9574
|
+
}), [["__scopeId", "data-v-b72880b9"]]), _hoisted_1$234 = { class: "chat-layout" }, _hoisted_2$16 = {
|
|
9575
9575
|
key: 0,
|
|
9576
9576
|
class: "chat-header"
|
|
9577
9577
|
}, _hoisted_3$5 = {
|
|
@@ -9589,7 +9589,7 @@ var openInNew_default = {
|
|
|
9589
9589
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
9590
9590
|
}), onBeforeUnmount(() => {
|
|
9591
9591
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
9592
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
9592
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$234, [
|
|
9593
9593
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
9594
9594
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
9595
9595
|
key: 1,
|
|
@@ -9618,13 +9618,13 @@ var clsx_default = clsx;
|
|
|
9618
9618
|
function cn$2(...e) {
|
|
9619
9619
|
return clsx_default(e);
|
|
9620
9620
|
}
|
|
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$231 = {
|
|
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 = {
|
|
9622
9622
|
viewBox: "0 0 24 24",
|
|
9623
9623
|
width: "1.2em",
|
|
9624
9624
|
height: "1.2em"
|
|
9625
9625
|
};
|
|
9626
|
-
function render$
|
|
9627
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9626
|
+
function render$212(e, t) {
|
|
9627
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createElementVNode("path", {
|
|
9628
9628
|
fill: "none",
|
|
9629
9629
|
stroke: "currentColor",
|
|
9630
9630
|
"stroke-linecap": "round",
|
|
@@ -9635,14 +9635,14 @@ function render$210(e, t) {
|
|
|
9635
9635
|
}
|
|
9636
9636
|
var align_right_default = {
|
|
9637
9637
|
name: "lucide-align-right",
|
|
9638
|
-
render: render$
|
|
9639
|
-
}, _hoisted_1$
|
|
9638
|
+
render: render$212
|
|
9639
|
+
}, _hoisted_1$232 = {
|
|
9640
9640
|
viewBox: "0 0 24 24",
|
|
9641
9641
|
width: "1.2em",
|
|
9642
9642
|
height: "1.2em"
|
|
9643
9643
|
};
|
|
9644
|
-
function render$
|
|
9645
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9644
|
+
function render$211(e, t) {
|
|
9645
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createElementVNode("g", {
|
|
9646
9646
|
fill: "none",
|
|
9647
9647
|
stroke: "currentColor",
|
|
9648
9648
|
"stroke-linecap": "round",
|
|
@@ -9658,14 +9658,14 @@ function render$209(e, t) {
|
|
|
9658
9658
|
}
|
|
9659
9659
|
var archive_default = {
|
|
9660
9660
|
name: "lucide-archive",
|
|
9661
|
-
render: render$
|
|
9662
|
-
}, _hoisted_1$
|
|
9661
|
+
render: render$211
|
|
9662
|
+
}, _hoisted_1$231 = {
|
|
9663
9663
|
viewBox: "0 0 24 24",
|
|
9664
9664
|
width: "1.2em",
|
|
9665
9665
|
height: "1.2em"
|
|
9666
9666
|
};
|
|
9667
|
-
function render$
|
|
9668
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9667
|
+
function render$210(e, t) {
|
|
9668
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createElementVNode("g", {
|
|
9669
9669
|
fill: "none",
|
|
9670
9670
|
stroke: "currentColor",
|
|
9671
9671
|
"stroke-linecap": "round",
|
|
@@ -9681,14 +9681,14 @@ function render$208(e, t) {
|
|
|
9681
9681
|
}
|
|
9682
9682
|
var archive_restore_default = {
|
|
9683
9683
|
name: "lucide-archive-restore",
|
|
9684
|
-
render: render$
|
|
9685
|
-
}, _hoisted_1$
|
|
9684
|
+
render: render$210
|
|
9685
|
+
}, _hoisted_1$230 = {
|
|
9686
9686
|
viewBox: "0 0 24 24",
|
|
9687
9687
|
width: "1.2em",
|
|
9688
9688
|
height: "1.2em"
|
|
9689
9689
|
};
|
|
9690
|
-
function render$
|
|
9691
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9690
|
+
function render$209(e, t) {
|
|
9691
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createElementVNode("path", {
|
|
9692
9692
|
fill: "none",
|
|
9693
9693
|
stroke: "currentColor",
|
|
9694
9694
|
"stroke-linecap": "round",
|
|
@@ -9699,14 +9699,14 @@ function render$207(e, t) {
|
|
|
9699
9699
|
}
|
|
9700
9700
|
var arrow_down_default$1 = {
|
|
9701
9701
|
name: "lucide-arrow-down",
|
|
9702
|
-
render: render$
|
|
9703
|
-
}, _hoisted_1$
|
|
9702
|
+
render: render$209
|
|
9703
|
+
}, _hoisted_1$229 = {
|
|
9704
9704
|
viewBox: "0 0 24 24",
|
|
9705
9705
|
width: "1.2em",
|
|
9706
9706
|
height: "1.2em"
|
|
9707
9707
|
};
|
|
9708
|
-
function render$
|
|
9709
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9708
|
+
function render$208(e, t) {
|
|
9709
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createElementVNode("path", {
|
|
9710
9710
|
fill: "none",
|
|
9711
9711
|
stroke: "currentColor",
|
|
9712
9712
|
"stroke-linecap": "round",
|
|
@@ -9717,14 +9717,14 @@ function render$206(e, t) {
|
|
|
9717
9717
|
}
|
|
9718
9718
|
var arrow_left_default$1 = {
|
|
9719
9719
|
name: "lucide-arrow-left",
|
|
9720
|
-
render: render$
|
|
9721
|
-
}, _hoisted_1$
|
|
9720
|
+
render: render$208
|
|
9721
|
+
}, _hoisted_1$228 = {
|
|
9722
9722
|
viewBox: "0 0 24 24",
|
|
9723
9723
|
width: "1.2em",
|
|
9724
9724
|
height: "1.2em"
|
|
9725
9725
|
};
|
|
9726
|
-
function render$
|
|
9727
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9726
|
+
function render$207(e, t) {
|
|
9727
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
|
|
9728
9728
|
fill: "none",
|
|
9729
9729
|
stroke: "currentColor",
|
|
9730
9730
|
"stroke-linecap": "round",
|
|
@@ -9735,14 +9735,14 @@ function render$205(e, t) {
|
|
|
9735
9735
|
}
|
|
9736
9736
|
var arrow_left_right_default = {
|
|
9737
9737
|
name: "lucide-arrow-left-right",
|
|
9738
|
-
render: render$
|
|
9739
|
-
}, _hoisted_1$
|
|
9738
|
+
render: render$207
|
|
9739
|
+
}, _hoisted_1$227 = {
|
|
9740
9740
|
viewBox: "0 0 24 24",
|
|
9741
9741
|
width: "1.2em",
|
|
9742
9742
|
height: "1.2em"
|
|
9743
9743
|
};
|
|
9744
|
-
function render$
|
|
9745
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9744
|
+
function render$206(e, t) {
|
|
9745
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
|
|
9746
9746
|
fill: "none",
|
|
9747
9747
|
stroke: "currentColor",
|
|
9748
9748
|
"stroke-linecap": "round",
|
|
@@ -9753,14 +9753,14 @@ function render$204(e, t) {
|
|
|
9753
9753
|
}
|
|
9754
9754
|
var arrow_right_default$1 = {
|
|
9755
9755
|
name: "lucide-arrow-right",
|
|
9756
|
-
render: render$
|
|
9757
|
-
}, _hoisted_1$
|
|
9756
|
+
render: render$206
|
|
9757
|
+
}, _hoisted_1$226 = {
|
|
9758
9758
|
viewBox: "0 0 24 24",
|
|
9759
9759
|
width: "1.2em",
|
|
9760
9760
|
height: "1.2em"
|
|
9761
9761
|
};
|
|
9762
|
-
function render$
|
|
9763
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9762
|
+
function render$205(e, t) {
|
|
9763
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("path", {
|
|
9764
9764
|
fill: "none",
|
|
9765
9765
|
stroke: "currentColor",
|
|
9766
9766
|
"stroke-linecap": "round",
|
|
@@ -9771,14 +9771,14 @@ function render$203(e, t) {
|
|
|
9771
9771
|
}
|
|
9772
9772
|
var arrow_right_from_line_default = {
|
|
9773
9773
|
name: "lucide-arrow-right-from-line",
|
|
9774
|
-
render: render$
|
|
9775
|
-
}, _hoisted_1$
|
|
9774
|
+
render: render$205
|
|
9775
|
+
}, _hoisted_1$225 = {
|
|
9776
9776
|
viewBox: "0 0 24 24",
|
|
9777
9777
|
width: "1.2em",
|
|
9778
9778
|
height: "1.2em"
|
|
9779
9779
|
};
|
|
9780
|
-
function render$
|
|
9781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9780
|
+
function render$204(e, t) {
|
|
9781
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
|
|
9782
9782
|
fill: "none",
|
|
9783
9783
|
stroke: "currentColor",
|
|
9784
9784
|
"stroke-linecap": "round",
|
|
@@ -9789,14 +9789,14 @@ function render$202(e, t) {
|
|
|
9789
9789
|
}
|
|
9790
9790
|
var arrow_right_to_line_default = {
|
|
9791
9791
|
name: "lucide-arrow-right-to-line",
|
|
9792
|
-
render: render$
|
|
9793
|
-
}, _hoisted_1$
|
|
9792
|
+
render: render$204
|
|
9793
|
+
}, _hoisted_1$224 = {
|
|
9794
9794
|
viewBox: "0 0 24 24",
|
|
9795
9795
|
width: "1.2em",
|
|
9796
9796
|
height: "1.2em"
|
|
9797
9797
|
};
|
|
9798
|
-
function render$
|
|
9799
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9798
|
+
function render$203(e, t) {
|
|
9799
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
|
|
9800
9800
|
fill: "none",
|
|
9801
9801
|
stroke: "currentColor",
|
|
9802
9802
|
"stroke-linecap": "round",
|
|
@@ -9807,14 +9807,14 @@ function render$201(e, t) {
|
|
|
9807
9807
|
}
|
|
9808
9808
|
var arrow_up_default = {
|
|
9809
9809
|
name: "lucide-arrow-up",
|
|
9810
|
-
render: render$
|
|
9811
|
-
}, _hoisted_1$
|
|
9810
|
+
render: render$203
|
|
9811
|
+
}, _hoisted_1$223 = {
|
|
9812
9812
|
viewBox: "0 0 24 24",
|
|
9813
9813
|
width: "1.2em",
|
|
9814
9814
|
height: "1.2em"
|
|
9815
9815
|
};
|
|
9816
|
-
function render$
|
|
9817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9816
|
+
function render$202(e, t) {
|
|
9817
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("path", {
|
|
9818
9818
|
fill: "none",
|
|
9819
9819
|
stroke: "currentColor",
|
|
9820
9820
|
"stroke-linecap": "round",
|
|
@@ -9825,14 +9825,14 @@ function render$200(e, t) {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
var arrow_up_right_default = {
|
|
9827
9827
|
name: "lucide-arrow-up-right",
|
|
9828
|
-
render: render$
|
|
9829
|
-
}, _hoisted_1$
|
|
9828
|
+
render: render$202
|
|
9829
|
+
}, _hoisted_1$222 = {
|
|
9830
9830
|
viewBox: "0 0 24 24",
|
|
9831
9831
|
width: "1.2em",
|
|
9832
9832
|
height: "1.2em"
|
|
9833
9833
|
};
|
|
9834
|
-
function render$
|
|
9835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9834
|
+
function render$201(e, t) {
|
|
9835
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("g", {
|
|
9836
9836
|
fill: "none",
|
|
9837
9837
|
stroke: "currentColor",
|
|
9838
9838
|
"stroke-linecap": "round",
|
|
@@ -9846,14 +9846,14 @@ function render$199(e, t) {
|
|
|
9846
9846
|
}
|
|
9847
9847
|
var at_sign_default = {
|
|
9848
9848
|
name: "lucide-at-sign",
|
|
9849
|
-
render: render$
|
|
9850
|
-
}, _hoisted_1$
|
|
9849
|
+
render: render$201
|
|
9850
|
+
}, _hoisted_1$221 = {
|
|
9851
9851
|
viewBox: "0 0 24 24",
|
|
9852
9852
|
width: "1.2em",
|
|
9853
9853
|
height: "1.2em"
|
|
9854
9854
|
};
|
|
9855
|
-
function render$
|
|
9856
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9855
|
+
function render$200(e, t) {
|
|
9856
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("g", {
|
|
9857
9857
|
fill: "none",
|
|
9858
9858
|
stroke: "currentColor",
|
|
9859
9859
|
"stroke-linecap": "round",
|
|
@@ -9863,14 +9863,14 @@ function render$198(e, t) {
|
|
|
9863
9863
|
}
|
|
9864
9864
|
var badge_check_default = {
|
|
9865
9865
|
name: "lucide-badge-check",
|
|
9866
|
-
render: render$
|
|
9867
|
-
}, _hoisted_1$
|
|
9866
|
+
render: render$200
|
|
9867
|
+
}, _hoisted_1$220 = {
|
|
9868
9868
|
viewBox: "0 0 24 24",
|
|
9869
9869
|
width: "1.2em",
|
|
9870
9870
|
height: "1.2em"
|
|
9871
9871
|
};
|
|
9872
|
-
function render$
|
|
9873
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9872
|
+
function render$199(e, t) {
|
|
9873
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createElementVNode("g", {
|
|
9874
9874
|
fill: "none",
|
|
9875
9875
|
stroke: "currentColor",
|
|
9876
9876
|
"stroke-linecap": "round",
|
|
@@ -9884,14 +9884,14 @@ function render$197(e, t) {
|
|
|
9884
9884
|
}
|
|
9885
9885
|
var ban_default = {
|
|
9886
9886
|
name: "lucide-ban",
|
|
9887
|
-
render: render$
|
|
9888
|
-
}, _hoisted_1$
|
|
9887
|
+
render: render$199
|
|
9888
|
+
}, _hoisted_1$219 = {
|
|
9889
9889
|
viewBox: "0 0 24 24",
|
|
9890
9890
|
width: "1.2em",
|
|
9891
9891
|
height: "1.2em"
|
|
9892
9892
|
};
|
|
9893
|
-
function render$
|
|
9894
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9893
|
+
function render$198(e, t) {
|
|
9894
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createElementVNode("path", {
|
|
9895
9895
|
fill: "none",
|
|
9896
9896
|
stroke: "currentColor",
|
|
9897
9897
|
"stroke-linecap": "round",
|
|
@@ -9902,14 +9902,14 @@ function render$196(e, t) {
|
|
|
9902
9902
|
}
|
|
9903
9903
|
var bell_default = {
|
|
9904
9904
|
name: "lucide-bell",
|
|
9905
|
-
render: render$
|
|
9906
|
-
}, _hoisted_1$
|
|
9905
|
+
render: render$198
|
|
9906
|
+
}, _hoisted_1$218 = {
|
|
9907
9907
|
viewBox: "0 0 24 24",
|
|
9908
9908
|
width: "1.2em",
|
|
9909
9909
|
height: "1.2em"
|
|
9910
9910
|
};
|
|
9911
|
-
function render$
|
|
9912
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9911
|
+
function render$197(e, t) {
|
|
9912
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
|
|
9913
9913
|
fill: "none",
|
|
9914
9914
|
stroke: "currentColor",
|
|
9915
9915
|
"stroke-linecap": "round",
|
|
@@ -9920,14 +9920,14 @@ function render$195(e, t) {
|
|
|
9920
9920
|
}
|
|
9921
9921
|
var book_default = {
|
|
9922
9922
|
name: "lucide-book",
|
|
9923
|
-
render: render$
|
|
9924
|
-
}, _hoisted_1$
|
|
9923
|
+
render: render$197
|
|
9924
|
+
}, _hoisted_1$217 = {
|
|
9925
9925
|
viewBox: "0 0 24 24",
|
|
9926
9926
|
width: "1.2em",
|
|
9927
9927
|
height: "1.2em"
|
|
9928
9928
|
};
|
|
9929
|
-
function render$
|
|
9930
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9929
|
+
function render$196(e, t) {
|
|
9930
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("path", {
|
|
9931
9931
|
fill: "none",
|
|
9932
9932
|
stroke: "currentColor",
|
|
9933
9933
|
"stroke-linecap": "round",
|
|
@@ -9938,14 +9938,14 @@ function render$194(e, t) {
|
|
|
9938
9938
|
}
|
|
9939
9939
|
var book_open_default = {
|
|
9940
9940
|
name: "lucide-book-open",
|
|
9941
|
-
render: render$
|
|
9942
|
-
}, _hoisted_1$
|
|
9941
|
+
render: render$196
|
|
9942
|
+
}, _hoisted_1$216 = {
|
|
9943
9943
|
viewBox: "0 0 24 24",
|
|
9944
9944
|
width: "1.2em",
|
|
9945
9945
|
height: "1.2em"
|
|
9946
9946
|
};
|
|
9947
|
-
function render$
|
|
9948
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9947
|
+
function render$195(e, t) {
|
|
9948
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
9949
9949
|
fill: "none",
|
|
9950
9950
|
stroke: "currentColor",
|
|
9951
9951
|
"stroke-linecap": "round",
|
|
@@ -9965,14 +9965,14 @@ function render$193(e, t) {
|
|
|
9965
9965
|
}
|
|
9966
9966
|
var bot_default = {
|
|
9967
9967
|
name: "lucide-bot",
|
|
9968
|
-
render: render$
|
|
9969
|
-
}, _hoisted_1$
|
|
9968
|
+
render: render$195
|
|
9969
|
+
}, _hoisted_1$215 = {
|
|
9970
9970
|
viewBox: "0 0 24 24",
|
|
9971
9971
|
width: "1.2em",
|
|
9972
9972
|
height: "1.2em"
|
|
9973
9973
|
};
|
|
9974
|
-
function render$
|
|
9975
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9974
|
+
function render$194(e, t) {
|
|
9975
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("g", {
|
|
9976
9976
|
fill: "none",
|
|
9977
9977
|
stroke: "currentColor",
|
|
9978
9978
|
"stroke-linecap": "round",
|
|
@@ -9982,14 +9982,14 @@ function render$192(e, t) {
|
|
|
9982
9982
|
}
|
|
9983
9983
|
var box_default = {
|
|
9984
9984
|
name: "lucide-box",
|
|
9985
|
-
render: render$
|
|
9986
|
-
}, _hoisted_1$
|
|
9985
|
+
render: render$194
|
|
9986
|
+
}, _hoisted_1$214 = {
|
|
9987
9987
|
viewBox: "0 0 24 24",
|
|
9988
9988
|
width: "1.2em",
|
|
9989
9989
|
height: "1.2em"
|
|
9990
9990
|
};
|
|
9991
|
-
function render$
|
|
9992
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9991
|
+
function render$193(e, t) {
|
|
9992
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
|
|
9993
9993
|
fill: "none",
|
|
9994
9994
|
stroke: "currentColor",
|
|
9995
9995
|
"stroke-linecap": "round",
|
|
@@ -10000,14 +10000,14 @@ function render$191(e, t) {
|
|
|
10000
10000
|
}
|
|
10001
10001
|
var braces_default = {
|
|
10002
10002
|
name: "lucide-braces",
|
|
10003
|
-
render: render$
|
|
10004
|
-
}, _hoisted_1$
|
|
10003
|
+
render: render$193
|
|
10004
|
+
}, _hoisted_1$213 = {
|
|
10005
10005
|
viewBox: "0 0 24 24",
|
|
10006
10006
|
width: "1.2em",
|
|
10007
10007
|
height: "1.2em"
|
|
10008
10008
|
};
|
|
10009
|
-
function render$
|
|
10010
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10009
|
+
function render$192(e, t) {
|
|
10010
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("g", {
|
|
10011
10011
|
fill: "none",
|
|
10012
10012
|
stroke: "currentColor",
|
|
10013
10013
|
"stroke-linecap": "round",
|
|
@@ -10021,14 +10021,14 @@ function render$190(e, t) {
|
|
|
10021
10021
|
}
|
|
10022
10022
|
var brain_default = {
|
|
10023
10023
|
name: "lucide-brain",
|
|
10024
|
-
render: render$
|
|
10025
|
-
}, _hoisted_1$
|
|
10024
|
+
render: render$192
|
|
10025
|
+
}, _hoisted_1$212 = {
|
|
10026
10026
|
viewBox: "0 0 24 24",
|
|
10027
10027
|
width: "1.2em",
|
|
10028
10028
|
height: "1.2em"
|
|
10029
10029
|
};
|
|
10030
|
-
function render$
|
|
10031
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10030
|
+
function render$191(e, t) {
|
|
10031
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("g", {
|
|
10032
10032
|
fill: "none",
|
|
10033
10033
|
stroke: "currentColor",
|
|
10034
10034
|
"stroke-linecap": "round",
|
|
@@ -10042,14 +10042,14 @@ function render$189(e, t) {
|
|
|
10042
10042
|
}
|
|
10043
10043
|
var bug_default = {
|
|
10044
10044
|
name: "lucide-bug",
|
|
10045
|
-
render: render$
|
|
10046
|
-
}, _hoisted_1$
|
|
10045
|
+
render: render$191
|
|
10046
|
+
}, _hoisted_1$211 = {
|
|
10047
10047
|
viewBox: "0 0 24 24",
|
|
10048
10048
|
width: "1.2em",
|
|
10049
10049
|
height: "1.2em"
|
|
10050
10050
|
};
|
|
10051
|
-
function render$
|
|
10052
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10051
|
+
function render$190(e, t) {
|
|
10052
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("g", {
|
|
10053
10053
|
fill: "none",
|
|
10054
10054
|
stroke: "currentColor",
|
|
10055
10055
|
"stroke-linecap": "round",
|
|
@@ -10065,14 +10065,14 @@ function render$188(e, t) {
|
|
|
10065
10065
|
}
|
|
10066
10066
|
var calculator_default = {
|
|
10067
10067
|
name: "lucide-calculator",
|
|
10068
|
-
render: render$
|
|
10069
|
-
}, _hoisted_1$
|
|
10068
|
+
render: render$190
|
|
10069
|
+
}, _hoisted_1$210 = {
|
|
10070
10070
|
viewBox: "0 0 24 24",
|
|
10071
10071
|
width: "1.2em",
|
|
10072
10072
|
height: "1.2em"
|
|
10073
10073
|
};
|
|
10074
|
-
function render$
|
|
10075
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10074
|
+
function render$189(e, t) {
|
|
10075
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("g", {
|
|
10076
10076
|
fill: "none",
|
|
10077
10077
|
stroke: "currentColor",
|
|
10078
10078
|
"stroke-linecap": "round",
|
|
@@ -10092,14 +10092,14 @@ function render$187(e, t) {
|
|
|
10092
10092
|
}
|
|
10093
10093
|
var calendar_default = {
|
|
10094
10094
|
name: "lucide-calendar",
|
|
10095
|
-
render: render$
|
|
10096
|
-
}, _hoisted_1$
|
|
10095
|
+
render: render$189
|
|
10096
|
+
}, _hoisted_1$209 = {
|
|
10097
10097
|
viewBox: "0 0 24 24",
|
|
10098
10098
|
width: "1.2em",
|
|
10099
10099
|
height: "1.2em"
|
|
10100
10100
|
};
|
|
10101
|
-
function render$
|
|
10102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10101
|
+
function render$188(e, t) {
|
|
10102
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
|
|
10103
10103
|
fill: "none",
|
|
10104
10104
|
stroke: "currentColor",
|
|
10105
10105
|
"stroke-linecap": "round",
|
|
@@ -10110,14 +10110,14 @@ function render$186(e, t) {
|
|
|
10110
10110
|
}
|
|
10111
10111
|
var case_upper_default = {
|
|
10112
10112
|
name: "lucide-case-upper",
|
|
10113
|
-
render: render$
|
|
10114
|
-
}, _hoisted_1$
|
|
10113
|
+
render: render$188
|
|
10114
|
+
}, _hoisted_1$208 = {
|
|
10115
10115
|
viewBox: "0 0 24 24",
|
|
10116
10116
|
width: "1.2em",
|
|
10117
10117
|
height: "1.2em"
|
|
10118
10118
|
};
|
|
10119
|
-
function render$
|
|
10120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10119
|
+
function render$187(e, t) {
|
|
10120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
|
|
10121
10121
|
fill: "none",
|
|
10122
10122
|
stroke: "currentColor",
|
|
10123
10123
|
"stroke-linecap": "round",
|
|
@@ -10128,14 +10128,14 @@ function render$185(e, t) {
|
|
|
10128
10128
|
}
|
|
10129
10129
|
var chart_column_decreasing_default = {
|
|
10130
10130
|
name: "lucide-chart-column-decreasing",
|
|
10131
|
-
render: render$
|
|
10132
|
-
}, _hoisted_1$
|
|
10131
|
+
render: render$187
|
|
10132
|
+
}, _hoisted_1$207 = {
|
|
10133
10133
|
viewBox: "0 0 24 24",
|
|
10134
10134
|
width: "1.2em",
|
|
10135
10135
|
height: "1.2em"
|
|
10136
10136
|
};
|
|
10137
|
-
function render$
|
|
10138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10137
|
+
function render$186(e, t) {
|
|
10138
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("path", {
|
|
10139
10139
|
fill: "none",
|
|
10140
10140
|
stroke: "currentColor",
|
|
10141
10141
|
"stroke-linecap": "round",
|
|
@@ -10146,14 +10146,14 @@ function render$184(e, t) {
|
|
|
10146
10146
|
}
|
|
10147
10147
|
var check_default = {
|
|
10148
10148
|
name: "lucide-check",
|
|
10149
|
-
render: render$
|
|
10150
|
-
}, _hoisted_1$
|
|
10149
|
+
render: render$186
|
|
10150
|
+
}, _hoisted_1$206 = {
|
|
10151
10151
|
viewBox: "0 0 24 24",
|
|
10152
10152
|
width: "1.2em",
|
|
10153
10153
|
height: "1.2em"
|
|
10154
10154
|
};
|
|
10155
|
-
function render$
|
|
10156
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10155
|
+
function render$185(e, t) {
|
|
10156
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("path", {
|
|
10157
10157
|
fill: "none",
|
|
10158
10158
|
stroke: "currentColor",
|
|
10159
10159
|
"stroke-linecap": "round",
|
|
@@ -10164,14 +10164,14 @@ function render$183(e, t) {
|
|
|
10164
10164
|
}
|
|
10165
10165
|
var check_check_default = {
|
|
10166
10166
|
name: "lucide-check-check",
|
|
10167
|
-
render: render$
|
|
10168
|
-
}, _hoisted_1$
|
|
10167
|
+
render: render$185
|
|
10168
|
+
}, _hoisted_1$205 = {
|
|
10169
10169
|
viewBox: "0 0 24 24",
|
|
10170
10170
|
width: "1.2em",
|
|
10171
10171
|
height: "1.2em"
|
|
10172
10172
|
};
|
|
10173
|
-
function render$
|
|
10174
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10173
|
+
function render$184(e, t) {
|
|
10174
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("path", {
|
|
10175
10175
|
fill: "none",
|
|
10176
10176
|
stroke: "currentColor",
|
|
10177
10177
|
"stroke-linecap": "round",
|
|
@@ -10182,14 +10182,14 @@ function render$182(e, t) {
|
|
|
10182
10182
|
}
|
|
10183
10183
|
var chevron_down_default$1 = {
|
|
10184
10184
|
name: "lucide-chevron-down",
|
|
10185
|
-
render: render$
|
|
10186
|
-
}, _hoisted_1$
|
|
10185
|
+
render: render$184
|
|
10186
|
+
}, _hoisted_1$204 = {
|
|
10187
10187
|
viewBox: "0 0 24 24",
|
|
10188
10188
|
width: "1.2em",
|
|
10189
10189
|
height: "1.2em"
|
|
10190
10190
|
};
|
|
10191
|
-
function render$
|
|
10192
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10191
|
+
function render$183(e, t) {
|
|
10192
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
|
|
10193
10193
|
fill: "none",
|
|
10194
10194
|
stroke: "currentColor",
|
|
10195
10195
|
"stroke-linecap": "round",
|
|
@@ -10200,14 +10200,14 @@ function render$181(e, t) {
|
|
|
10200
10200
|
}
|
|
10201
10201
|
var chevron_left_default = {
|
|
10202
10202
|
name: "lucide-chevron-left",
|
|
10203
|
-
render: render$
|
|
10204
|
-
}, _hoisted_1$
|
|
10203
|
+
render: render$183
|
|
10204
|
+
}, _hoisted_1$203 = {
|
|
10205
10205
|
viewBox: "0 0 24 24",
|
|
10206
10206
|
width: "1.2em",
|
|
10207
10207
|
height: "1.2em"
|
|
10208
10208
|
};
|
|
10209
|
-
function render$
|
|
10210
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10209
|
+
function render$182(e, t) {
|
|
10210
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
10211
10211
|
fill: "none",
|
|
10212
10212
|
stroke: "currentColor",
|
|
10213
10213
|
"stroke-linecap": "round",
|
|
@@ -10218,14 +10218,14 @@ function render$180(e, t) {
|
|
|
10218
10218
|
}
|
|
10219
10219
|
var chevron_right_default = {
|
|
10220
10220
|
name: "lucide-chevron-right",
|
|
10221
|
-
render: render$
|
|
10222
|
-
}, _hoisted_1$
|
|
10221
|
+
render: render$182
|
|
10222
|
+
}, _hoisted_1$202 = {
|
|
10223
10223
|
viewBox: "0 0 24 24",
|
|
10224
10224
|
width: "1.2em",
|
|
10225
10225
|
height: "1.2em"
|
|
10226
10226
|
};
|
|
10227
|
-
function render$
|
|
10228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10227
|
+
function render$181(e, t) {
|
|
10228
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
10229
10229
|
fill: "none",
|
|
10230
10230
|
stroke: "currentColor",
|
|
10231
10231
|
"stroke-linecap": "round",
|
|
@@ -10236,14 +10236,14 @@ function render$179(e, t) {
|
|
|
10236
10236
|
}
|
|
10237
10237
|
var chevron_up_default = {
|
|
10238
10238
|
name: "lucide-chevron-up",
|
|
10239
|
-
render: render$
|
|
10240
|
-
}, _hoisted_1$
|
|
10239
|
+
render: render$181
|
|
10240
|
+
}, _hoisted_1$201 = {
|
|
10241
10241
|
viewBox: "0 0 24 24",
|
|
10242
10242
|
width: "1.2em",
|
|
10243
10243
|
height: "1.2em"
|
|
10244
10244
|
};
|
|
10245
|
-
function render$
|
|
10246
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10245
|
+
function render$180(e, t) {
|
|
10246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("path", {
|
|
10247
10247
|
fill: "none",
|
|
10248
10248
|
stroke: "currentColor",
|
|
10249
10249
|
"stroke-linecap": "round",
|
|
@@ -10254,14 +10254,14 @@ function render$178(e, t) {
|
|
|
10254
10254
|
}
|
|
10255
10255
|
var chevrons_down_up_default = {
|
|
10256
10256
|
name: "lucide-chevrons-down-up",
|
|
10257
|
-
render: render$
|
|
10258
|
-
}, _hoisted_1$
|
|
10257
|
+
render: render$180
|
|
10258
|
+
}, _hoisted_1$200 = {
|
|
10259
10259
|
viewBox: "0 0 24 24",
|
|
10260
10260
|
width: "1.2em",
|
|
10261
10261
|
height: "1.2em"
|
|
10262
10262
|
};
|
|
10263
|
-
function render$
|
|
10264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10263
|
+
function render$179(e, t) {
|
|
10264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("path", {
|
|
10265
10265
|
fill: "none",
|
|
10266
10266
|
stroke: "currentColor",
|
|
10267
10267
|
"stroke-linecap": "round",
|
|
@@ -10272,14 +10272,14 @@ function render$177(e, t) {
|
|
|
10272
10272
|
}
|
|
10273
10273
|
var chevrons_left_default = {
|
|
10274
10274
|
name: "lucide-chevrons-left",
|
|
10275
|
-
render: render$
|
|
10276
|
-
}, _hoisted_1$
|
|
10275
|
+
render: render$179
|
|
10276
|
+
}, _hoisted_1$199 = {
|
|
10277
10277
|
viewBox: "0 0 24 24",
|
|
10278
10278
|
width: "1.2em",
|
|
10279
10279
|
height: "1.2em"
|
|
10280
10280
|
};
|
|
10281
|
-
function render$
|
|
10282
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10281
|
+
function render$178(e, t) {
|
|
10282
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("path", {
|
|
10283
10283
|
fill: "none",
|
|
10284
10284
|
stroke: "currentColor",
|
|
10285
10285
|
"stroke-linecap": "round",
|
|
@@ -10290,14 +10290,14 @@ function render$176(e, t) {
|
|
|
10290
10290
|
}
|
|
10291
10291
|
var chevrons_up_down_default = {
|
|
10292
10292
|
name: "lucide-chevrons-up-down",
|
|
10293
|
-
render: render$
|
|
10294
|
-
}, _hoisted_1$
|
|
10293
|
+
render: render$178
|
|
10294
|
+
}, _hoisted_1$198 = {
|
|
10295
10295
|
viewBox: "0 0 24 24",
|
|
10296
10296
|
width: "1.2em",
|
|
10297
10297
|
height: "1.2em"
|
|
10298
10298
|
};
|
|
10299
|
-
function render$
|
|
10300
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10299
|
+
function render$177(e, t) {
|
|
10300
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("circle", {
|
|
10301
10301
|
cx: "12",
|
|
10302
10302
|
cy: "12",
|
|
10303
10303
|
r: "10",
|
|
@@ -10310,14 +10310,14 @@ function render$175(e, t) {
|
|
|
10310
10310
|
}
|
|
10311
10311
|
var circle_default = {
|
|
10312
10312
|
name: "lucide-circle",
|
|
10313
|
-
render: render$
|
|
10314
|
-
}, _hoisted_1$
|
|
10313
|
+
render: render$177
|
|
10314
|
+
}, _hoisted_1$197 = {
|
|
10315
10315
|
viewBox: "0 0 24 24",
|
|
10316
10316
|
width: "1.2em",
|
|
10317
10317
|
height: "1.2em"
|
|
10318
10318
|
};
|
|
10319
|
-
function render$
|
|
10320
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10319
|
+
function render$176(e, t) {
|
|
10320
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("g", {
|
|
10321
10321
|
fill: "none",
|
|
10322
10322
|
stroke: "currentColor",
|
|
10323
10323
|
"stroke-linecap": "round",
|
|
@@ -10331,14 +10331,14 @@ function render$174(e, t) {
|
|
|
10331
10331
|
}
|
|
10332
10332
|
var circle_alert_default = {
|
|
10333
10333
|
name: "lucide-circle-alert",
|
|
10334
|
-
render: render$
|
|
10335
|
-
}, _hoisted_1$
|
|
10334
|
+
render: render$176
|
|
10335
|
+
}, _hoisted_1$196 = {
|
|
10336
10336
|
viewBox: "0 0 24 24",
|
|
10337
10337
|
width: "1.2em",
|
|
10338
10338
|
height: "1.2em"
|
|
10339
10339
|
};
|
|
10340
|
-
function render$
|
|
10341
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10340
|
+
function render$175(e, t) {
|
|
10341
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("g", {
|
|
10342
10342
|
fill: "none",
|
|
10343
10343
|
stroke: "currentColor",
|
|
10344
10344
|
"stroke-linecap": "round",
|
|
@@ -10352,14 +10352,14 @@ function render$173(e, t) {
|
|
|
10352
10352
|
}
|
|
10353
10353
|
var circle_check_default$1 = {
|
|
10354
10354
|
name: "lucide-circle-check",
|
|
10355
|
-
render: render$
|
|
10356
|
-
}, _hoisted_1$
|
|
10355
|
+
render: render$175
|
|
10356
|
+
}, _hoisted_1$195 = {
|
|
10357
10357
|
viewBox: "0 0 24 24",
|
|
10358
10358
|
width: "1.2em",
|
|
10359
10359
|
height: "1.2em"
|
|
10360
10360
|
};
|
|
10361
|
-
function render$
|
|
10362
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10361
|
+
function render$174(e, t) {
|
|
10362
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("g", {
|
|
10363
10363
|
fill: "none",
|
|
10364
10364
|
stroke: "currentColor",
|
|
10365
10365
|
"stroke-linecap": "round",
|
|
@@ -10377,14 +10377,14 @@ function render$172(e, t) {
|
|
|
10377
10377
|
}
|
|
10378
10378
|
var circle_dot_default = {
|
|
10379
10379
|
name: "lucide-circle-dot",
|
|
10380
|
-
render: render$
|
|
10381
|
-
}, _hoisted_1$
|
|
10380
|
+
render: render$174
|
|
10381
|
+
}, _hoisted_1$194 = {
|
|
10382
10382
|
viewBox: "0 0 24 24",
|
|
10383
10383
|
width: "1.2em",
|
|
10384
10384
|
height: "1.2em"
|
|
10385
10385
|
};
|
|
10386
|
-
function render$
|
|
10387
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10386
|
+
function render$173(e, t) {
|
|
10387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("g", {
|
|
10388
10388
|
fill: "none",
|
|
10389
10389
|
stroke: "currentColor",
|
|
10390
10390
|
"stroke-linecap": "round",
|
|
@@ -10398,14 +10398,14 @@ function render$171(e, t) {
|
|
|
10398
10398
|
}
|
|
10399
10399
|
var circle_ellipsis_default = {
|
|
10400
10400
|
name: "lucide-circle-ellipsis",
|
|
10401
|
-
render: render$
|
|
10402
|
-
}, _hoisted_1$
|
|
10401
|
+
render: render$173
|
|
10402
|
+
}, _hoisted_1$193 = {
|
|
10403
10403
|
viewBox: "0 0 24 24",
|
|
10404
10404
|
width: "1.2em",
|
|
10405
10405
|
height: "1.2em"
|
|
10406
10406
|
};
|
|
10407
|
-
function render$
|
|
10408
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10407
|
+
function render$172(e, t) {
|
|
10408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("g", {
|
|
10409
10409
|
fill: "none",
|
|
10410
10410
|
stroke: "currentColor",
|
|
10411
10411
|
"stroke-linecap": "round",
|
|
@@ -10419,14 +10419,14 @@ function render$170(e, t) {
|
|
|
10419
10419
|
}
|
|
10420
10420
|
var circle_help_default = {
|
|
10421
10421
|
name: "lucide-circle-help",
|
|
10422
|
-
render: render$
|
|
10423
|
-
}, _hoisted_1$
|
|
10422
|
+
render: render$172
|
|
10423
|
+
}, _hoisted_1$192 = {
|
|
10424
10424
|
viewBox: "0 0 24 24",
|
|
10425
10425
|
width: "1.2em",
|
|
10426
10426
|
height: "1.2em"
|
|
10427
10427
|
};
|
|
10428
|
-
function render$
|
|
10429
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10428
|
+
function render$171(e, t) {
|
|
10429
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("g", {
|
|
10430
10430
|
fill: "none",
|
|
10431
10431
|
stroke: "currentColor",
|
|
10432
10432
|
"stroke-linecap": "round",
|
|
@@ -10440,14 +10440,14 @@ function render$169(e, t) {
|
|
|
10440
10440
|
}
|
|
10441
10441
|
var circle_minus_default = {
|
|
10442
10442
|
name: "lucide-circle-minus",
|
|
10443
|
-
render: render$
|
|
10444
|
-
}, _hoisted_1$
|
|
10443
|
+
render: render$171
|
|
10444
|
+
}, _hoisted_1$191 = {
|
|
10445
10445
|
viewBox: "0 0 24 24",
|
|
10446
10446
|
width: "1.2em",
|
|
10447
10447
|
height: "1.2em"
|
|
10448
10448
|
};
|
|
10449
|
-
function render$
|
|
10450
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10449
|
+
function render$170(e, t) {
|
|
10450
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("g", {
|
|
10451
10451
|
fill: "none",
|
|
10452
10452
|
stroke: "currentColor",
|
|
10453
10453
|
"stroke-linecap": "round",
|
|
@@ -10461,14 +10461,14 @@ function render$168(e, t) {
|
|
|
10461
10461
|
}
|
|
10462
10462
|
var circle_pause_default = {
|
|
10463
10463
|
name: "lucide-circle-pause",
|
|
10464
|
-
render: render$
|
|
10465
|
-
}, _hoisted_1$
|
|
10464
|
+
render: render$170
|
|
10465
|
+
}, _hoisted_1$190 = {
|
|
10466
10466
|
viewBox: "0 0 24 24",
|
|
10467
10467
|
width: "1.2em",
|
|
10468
10468
|
height: "1.2em"
|
|
10469
10469
|
};
|
|
10470
|
-
function render$
|
|
10471
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10470
|
+
function render$169(e, t) {
|
|
10471
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("g", {
|
|
10472
10472
|
fill: "none",
|
|
10473
10473
|
stroke: "currentColor",
|
|
10474
10474
|
"stroke-linecap": "round",
|
|
@@ -10482,14 +10482,14 @@ function render$167(e, t) {
|
|
|
10482
10482
|
}
|
|
10483
10483
|
var circle_play_default = {
|
|
10484
10484
|
name: "lucide-circle-play",
|
|
10485
|
-
render: render$
|
|
10486
|
-
}, _hoisted_1$
|
|
10485
|
+
render: render$169
|
|
10486
|
+
}, _hoisted_1$189 = {
|
|
10487
10487
|
viewBox: "0 0 24 24",
|
|
10488
10488
|
width: "1.2em",
|
|
10489
10489
|
height: "1.2em"
|
|
10490
10490
|
};
|
|
10491
|
-
function render$
|
|
10492
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10491
|
+
function render$168(e, t) {
|
|
10492
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("g", {
|
|
10493
10493
|
fill: "none",
|
|
10494
10494
|
stroke: "currentColor",
|
|
10495
10495
|
"stroke-linecap": "round",
|
|
@@ -10503,14 +10503,14 @@ function render$166(e, t) {
|
|
|
10503
10503
|
}
|
|
10504
10504
|
var circle_plus_default = {
|
|
10505
10505
|
name: "lucide-circle-plus",
|
|
10506
|
-
render: render$
|
|
10507
|
-
}, _hoisted_1$
|
|
10506
|
+
render: render$168
|
|
10507
|
+
}, _hoisted_1$188 = {
|
|
10508
10508
|
viewBox: "0 0 24 24",
|
|
10509
10509
|
width: "1.2em",
|
|
10510
10510
|
height: "1.2em"
|
|
10511
10511
|
};
|
|
10512
|
-
function render$
|
|
10513
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10512
|
+
function render$167(e, t) {
|
|
10513
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("g", {
|
|
10514
10514
|
fill: "none",
|
|
10515
10515
|
stroke: "currentColor",
|
|
10516
10516
|
"stroke-linecap": "round",
|
|
@@ -10532,14 +10532,14 @@ function render$165(e, t) {
|
|
|
10532
10532
|
}
|
|
10533
10533
|
var circle_user_round_default = {
|
|
10534
10534
|
name: "lucide-circle-user-round",
|
|
10535
|
-
render: render$
|
|
10536
|
-
}, _hoisted_1$
|
|
10535
|
+
render: render$167
|
|
10536
|
+
}, _hoisted_1$187 = {
|
|
10537
10537
|
viewBox: "0 0 24 24",
|
|
10538
10538
|
width: "1.2em",
|
|
10539
10539
|
height: "1.2em"
|
|
10540
10540
|
};
|
|
10541
|
-
function render$
|
|
10542
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10541
|
+
function render$166(e, t) {
|
|
10542
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("g", {
|
|
10543
10543
|
fill: "none",
|
|
10544
10544
|
stroke: "currentColor",
|
|
10545
10545
|
"stroke-linecap": "round",
|
|
@@ -10553,14 +10553,14 @@ function render$164(e, t) {
|
|
|
10553
10553
|
}
|
|
10554
10554
|
var circle_x_default = {
|
|
10555
10555
|
name: "lucide-circle-x",
|
|
10556
|
-
render: render$
|
|
10557
|
-
}, _hoisted_1$
|
|
10556
|
+
render: render$166
|
|
10557
|
+
}, _hoisted_1$186 = {
|
|
10558
10558
|
viewBox: "0 0 24 24",
|
|
10559
10559
|
width: "1.2em",
|
|
10560
10560
|
height: "1.2em"
|
|
10561
10561
|
};
|
|
10562
|
-
function render$
|
|
10563
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10562
|
+
function render$165(e, t) {
|
|
10563
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("g", {
|
|
10564
10564
|
fill: "none",
|
|
10565
10565
|
stroke: "currentColor",
|
|
10566
10566
|
"stroke-linecap": "round",
|
|
@@ -10577,14 +10577,14 @@ function render$163(e, t) {
|
|
|
10577
10577
|
}
|
|
10578
10578
|
var clipboard_default = {
|
|
10579
10579
|
name: "lucide-clipboard",
|
|
10580
|
-
render: render$
|
|
10581
|
-
}, _hoisted_1$
|
|
10580
|
+
render: render$165
|
|
10581
|
+
}, _hoisted_1$185 = {
|
|
10582
10582
|
viewBox: "0 0 24 24",
|
|
10583
10583
|
width: "1.2em",
|
|
10584
10584
|
height: "1.2em"
|
|
10585
10585
|
};
|
|
10586
|
-
function render$
|
|
10587
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10586
|
+
function render$164(e, t) {
|
|
10587
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("g", {
|
|
10588
10588
|
fill: "none",
|
|
10589
10589
|
stroke: "currentColor",
|
|
10590
10590
|
"stroke-linecap": "round",
|
|
@@ -10605,14 +10605,14 @@ function render$162(e, t) {
|
|
|
10605
10605
|
}
|
|
10606
10606
|
var clipboard_check_default = {
|
|
10607
10607
|
name: "lucide-clipboard-check",
|
|
10608
|
-
render: render$
|
|
10609
|
-
}, _hoisted_1$
|
|
10608
|
+
render: render$164
|
|
10609
|
+
}, _hoisted_1$184 = {
|
|
10610
10610
|
viewBox: "0 0 24 24",
|
|
10611
10611
|
width: "1.2em",
|
|
10612
10612
|
height: "1.2em"
|
|
10613
10613
|
};
|
|
10614
|
-
function render$
|
|
10615
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10614
|
+
function render$163(e, t) {
|
|
10615
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("g", {
|
|
10616
10616
|
fill: "none",
|
|
10617
10617
|
stroke: "currentColor",
|
|
10618
10618
|
"stroke-linecap": "round",
|
|
@@ -10629,14 +10629,14 @@ function render$161(e, t) {
|
|
|
10629
10629
|
}
|
|
10630
10630
|
var clipboard_list_default = {
|
|
10631
10631
|
name: "lucide-clipboard-list",
|
|
10632
|
-
render: render$
|
|
10633
|
-
}, _hoisted_1$
|
|
10632
|
+
render: render$163
|
|
10633
|
+
}, _hoisted_1$183 = {
|
|
10634
10634
|
viewBox: "0 0 24 24",
|
|
10635
10635
|
width: "1.2em",
|
|
10636
10636
|
height: "1.2em"
|
|
10637
10637
|
};
|
|
10638
|
-
function render$
|
|
10639
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10638
|
+
function render$162(e, t) {
|
|
10639
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("g", {
|
|
10640
10640
|
fill: "none",
|
|
10641
10641
|
stroke: "currentColor",
|
|
10642
10642
|
"stroke-linecap": "round",
|
|
@@ -10650,14 +10650,14 @@ function render$160(e, t) {
|
|
|
10650
10650
|
}
|
|
10651
10651
|
var clock_default = {
|
|
10652
10652
|
name: "lucide-clock",
|
|
10653
|
-
render: render$
|
|
10654
|
-
}, _hoisted_1$
|
|
10653
|
+
render: render$162
|
|
10654
|
+
}, _hoisted_1$182 = {
|
|
10655
10655
|
viewBox: "0 0 24 24",
|
|
10656
10656
|
width: "1.2em",
|
|
10657
10657
|
height: "1.2em"
|
|
10658
10658
|
};
|
|
10659
|
-
function render$
|
|
10660
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10659
|
+
function render$161(e, t) {
|
|
10660
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("path", {
|
|
10661
10661
|
fill: "none",
|
|
10662
10662
|
stroke: "currentColor",
|
|
10663
10663
|
"stroke-linecap": "round",
|
|
@@ -10668,14 +10668,14 @@ function render$159(e, t) {
|
|
|
10668
10668
|
}
|
|
10669
10669
|
var cloud_default = {
|
|
10670
10670
|
name: "lucide-cloud",
|
|
10671
|
-
render: render$
|
|
10672
|
-
}, _hoisted_1$
|
|
10671
|
+
render: render$161
|
|
10672
|
+
}, _hoisted_1$181 = {
|
|
10673
10673
|
viewBox: "0 0 24 24",
|
|
10674
10674
|
width: "1.2em",
|
|
10675
10675
|
height: "1.2em"
|
|
10676
10676
|
};
|
|
10677
|
-
function render$
|
|
10678
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10677
|
+
function render$160(e, t) {
|
|
10678
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
|
|
10679
10679
|
fill: "none",
|
|
10680
10680
|
stroke: "currentColor",
|
|
10681
10681
|
"stroke-linecap": "round",
|
|
@@ -10685,14 +10685,14 @@ function render$158(e, t) {
|
|
|
10685
10685
|
}
|
|
10686
10686
|
var cloud_download_default = {
|
|
10687
10687
|
name: "lucide-cloud-download",
|
|
10688
|
-
render: render$
|
|
10689
|
-
}, _hoisted_1$
|
|
10688
|
+
render: render$160
|
|
10689
|
+
}, _hoisted_1$180 = {
|
|
10690
10690
|
viewBox: "0 0 24 24",
|
|
10691
10691
|
width: "1.2em",
|
|
10692
10692
|
height: "1.2em"
|
|
10693
10693
|
};
|
|
10694
|
-
function render$
|
|
10695
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10694
|
+
function render$159(e, t) {
|
|
10695
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("path", {
|
|
10696
10696
|
fill: "none",
|
|
10697
10697
|
stroke: "currentColor",
|
|
10698
10698
|
"stroke-linecap": "round",
|
|
@@ -10703,14 +10703,14 @@ function render$157(e, t) {
|
|
|
10703
10703
|
}
|
|
10704
10704
|
var code_default = {
|
|
10705
10705
|
name: "lucide-code",
|
|
10706
|
-
render: render$
|
|
10707
|
-
}, _hoisted_1$
|
|
10706
|
+
render: render$159
|
|
10707
|
+
}, _hoisted_1$179 = {
|
|
10708
10708
|
viewBox: "0 0 24 24",
|
|
10709
10709
|
width: "1.2em",
|
|
10710
10710
|
height: "1.2em"
|
|
10711
10711
|
};
|
|
10712
|
-
function render$
|
|
10713
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10712
|
+
function render$158(e, t) {
|
|
10713
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
10714
10714
|
fill: "none",
|
|
10715
10715
|
stroke: "currentColor",
|
|
10716
10716
|
"stroke-linecap": "round",
|
|
@@ -10720,14 +10720,14 @@ function render$156(e, t) {
|
|
|
10720
10720
|
}
|
|
10721
10721
|
var cog_default = {
|
|
10722
10722
|
name: "lucide-cog",
|
|
10723
|
-
render: render$
|
|
10724
|
-
}, _hoisted_1$
|
|
10723
|
+
render: render$158
|
|
10724
|
+
}, _hoisted_1$178 = {
|
|
10725
10725
|
viewBox: "0 0 24 24",
|
|
10726
10726
|
width: "1.2em",
|
|
10727
10727
|
height: "1.2em"
|
|
10728
10728
|
};
|
|
10729
|
-
function render$
|
|
10730
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10729
|
+
function render$157(e, t) {
|
|
10730
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
10731
10731
|
fill: "none",
|
|
10732
10732
|
stroke: "currentColor",
|
|
10733
10733
|
"stroke-linecap": "round",
|
|
@@ -10741,14 +10741,14 @@ function render$155(e, t) {
|
|
|
10741
10741
|
}
|
|
10742
10742
|
var columns_3_cog_default = {
|
|
10743
10743
|
name: "lucide-columns-3-cog",
|
|
10744
|
-
render: render$
|
|
10745
|
-
}, _hoisted_1$
|
|
10744
|
+
render: render$157
|
|
10745
|
+
}, _hoisted_1$177 = {
|
|
10746
10746
|
viewBox: "0 0 24 24",
|
|
10747
10747
|
width: "1.2em",
|
|
10748
10748
|
height: "1.2em"
|
|
10749
10749
|
};
|
|
10750
|
-
function render$
|
|
10751
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10750
|
+
function render$156(e, t) {
|
|
10751
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
|
|
10752
10752
|
fill: "none",
|
|
10753
10753
|
stroke: "currentColor",
|
|
10754
10754
|
"stroke-linecap": "round",
|
|
@@ -10762,14 +10762,14 @@ function render$154(e, t) {
|
|
|
10762
10762
|
}
|
|
10763
10763
|
var contrast_default = {
|
|
10764
10764
|
name: "lucide-contrast",
|
|
10765
|
-
render: render$
|
|
10766
|
-
}, _hoisted_1$
|
|
10765
|
+
render: render$156
|
|
10766
|
+
}, _hoisted_1$176 = {
|
|
10767
10767
|
viewBox: "0 0 24 24",
|
|
10768
10768
|
width: "1.2em",
|
|
10769
10769
|
height: "1.2em"
|
|
10770
10770
|
};
|
|
10771
|
-
function render$
|
|
10772
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10771
|
+
function render$155(e, t) {
|
|
10772
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
|
|
10773
10773
|
fill: "none",
|
|
10774
10774
|
stroke: "currentColor",
|
|
10775
10775
|
"stroke-linecap": "round",
|
|
@@ -10786,14 +10786,14 @@ function render$153(e, t) {
|
|
|
10786
10786
|
}
|
|
10787
10787
|
var copy_default = {
|
|
10788
10788
|
name: "lucide-copy",
|
|
10789
|
-
render: render$
|
|
10790
|
-
}, _hoisted_1$
|
|
10789
|
+
render: render$155
|
|
10790
|
+
}, _hoisted_1$175 = {
|
|
10791
10791
|
viewBox: "0 0 24 24",
|
|
10792
10792
|
width: "1.2em",
|
|
10793
10793
|
height: "1.2em"
|
|
10794
10794
|
};
|
|
10795
|
-
function render$
|
|
10796
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10795
|
+
function render$154(e, t) {
|
|
10796
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
|
|
10797
10797
|
fill: "none",
|
|
10798
10798
|
stroke: "currentColor",
|
|
10799
10799
|
"stroke-linecap": "round",
|
|
@@ -10807,14 +10807,14 @@ function render$152(e, t) {
|
|
|
10807
10807
|
}
|
|
10808
10808
|
var crosshair_default = {
|
|
10809
10809
|
name: "lucide-crosshair",
|
|
10810
|
-
render: render$
|
|
10811
|
-
}, _hoisted_1$
|
|
10810
|
+
render: render$154
|
|
10811
|
+
}, _hoisted_1$174 = {
|
|
10812
10812
|
viewBox: "0 0 24 24",
|
|
10813
10813
|
width: "1.2em",
|
|
10814
10814
|
height: "1.2em"
|
|
10815
10815
|
};
|
|
10816
|
-
function render$
|
|
10817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10816
|
+
function render$153(e, t) {
|
|
10817
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
|
|
10818
10818
|
fill: "none",
|
|
10819
10819
|
stroke: "currentColor",
|
|
10820
10820
|
"stroke-linecap": "round",
|
|
@@ -10833,14 +10833,14 @@ function render$151(e, t) {
|
|
|
10833
10833
|
}
|
|
10834
10834
|
var database_default = {
|
|
10835
10835
|
name: "lucide-database",
|
|
10836
|
-
render: render$
|
|
10837
|
-
}, _hoisted_1$
|
|
10836
|
+
render: render$153
|
|
10837
|
+
}, _hoisted_1$173 = {
|
|
10838
10838
|
viewBox: "0 0 24 24",
|
|
10839
10839
|
width: "1.2em",
|
|
10840
10840
|
height: "1.2em"
|
|
10841
10841
|
};
|
|
10842
|
-
function render$
|
|
10843
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10842
|
+
function render$152(e, t) {
|
|
10843
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("path", {
|
|
10844
10844
|
fill: "none",
|
|
10845
10845
|
stroke: "currentColor",
|
|
10846
10846
|
"stroke-linecap": "round",
|
|
@@ -10851,14 +10851,14 @@ function render$150(e, t) {
|
|
|
10851
10851
|
}
|
|
10852
10852
|
var door_open_default = {
|
|
10853
10853
|
name: "lucide-door-open",
|
|
10854
|
-
render: render$
|
|
10855
|
-
}, _hoisted_1$
|
|
10854
|
+
render: render$152
|
|
10855
|
+
}, _hoisted_1$172 = {
|
|
10856
10856
|
viewBox: "0 0 24 24",
|
|
10857
10857
|
width: "1.2em",
|
|
10858
10858
|
height: "1.2em"
|
|
10859
10859
|
};
|
|
10860
|
-
function render$
|
|
10861
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10860
|
+
function render$151(e, t) {
|
|
10861
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("circle", {
|
|
10862
10862
|
cx: "12.1",
|
|
10863
10863
|
cy: "12.1",
|
|
10864
10864
|
r: "1",
|
|
@@ -10871,14 +10871,14 @@ function render$149(e, t) {
|
|
|
10871
10871
|
}
|
|
10872
10872
|
var dot_default = {
|
|
10873
10873
|
name: "lucide-dot",
|
|
10874
|
-
render: render$
|
|
10875
|
-
}, _hoisted_1$
|
|
10874
|
+
render: render$151
|
|
10875
|
+
}, _hoisted_1$171 = {
|
|
10876
10876
|
viewBox: "0 0 24 24",
|
|
10877
10877
|
width: "1.2em",
|
|
10878
10878
|
height: "1.2em"
|
|
10879
10879
|
};
|
|
10880
|
-
function render$
|
|
10881
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10880
|
+
function render$150(e, t) {
|
|
10881
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
10882
10882
|
fill: "none",
|
|
10883
10883
|
stroke: "currentColor",
|
|
10884
10884
|
"stroke-linecap": "round",
|
|
@@ -10888,14 +10888,14 @@ function render$148(e, t) {
|
|
|
10888
10888
|
}
|
|
10889
10889
|
var download_default = {
|
|
10890
10890
|
name: "lucide-download",
|
|
10891
|
-
render: render$
|
|
10892
|
-
}, _hoisted_1$
|
|
10891
|
+
render: render$150
|
|
10892
|
+
}, _hoisted_1$170 = {
|
|
10893
10893
|
viewBox: "0 0 24 24",
|
|
10894
10894
|
width: "1.2em",
|
|
10895
10895
|
height: "1.2em"
|
|
10896
10896
|
};
|
|
10897
|
-
function render$
|
|
10898
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10897
|
+
function render$149(e, t) {
|
|
10898
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
10899
10899
|
fill: "none",
|
|
10900
10900
|
stroke: "currentColor",
|
|
10901
10901
|
"stroke-linecap": "round",
|
|
@@ -10909,14 +10909,14 @@ function render$147(e, t) {
|
|
|
10909
10909
|
}
|
|
10910
10910
|
var earth_default = {
|
|
10911
10911
|
name: "lucide-earth",
|
|
10912
|
-
render: render$
|
|
10913
|
-
}, _hoisted_1$
|
|
10912
|
+
render: render$149
|
|
10913
|
+
}, _hoisted_1$169 = {
|
|
10914
10914
|
viewBox: "0 0 24 24",
|
|
10915
10915
|
width: "1.2em",
|
|
10916
10916
|
height: "1.2em"
|
|
10917
10917
|
};
|
|
10918
|
-
function render$
|
|
10919
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10918
|
+
function render$148(e, t) {
|
|
10919
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
10920
10920
|
fill: "none",
|
|
10921
10921
|
stroke: "currentColor",
|
|
10922
10922
|
"stroke-linecap": "round",
|
|
@@ -10942,14 +10942,14 @@ function render$146(e, t) {
|
|
|
10942
10942
|
}
|
|
10943
10943
|
var ellipsis_default = {
|
|
10944
10944
|
name: "lucide-ellipsis",
|
|
10945
|
-
render: render$
|
|
10946
|
-
}, _hoisted_1$
|
|
10945
|
+
render: render$148
|
|
10946
|
+
}, _hoisted_1$168 = {
|
|
10947
10947
|
viewBox: "0 0 24 24",
|
|
10948
10948
|
width: "1.2em",
|
|
10949
10949
|
height: "1.2em"
|
|
10950
10950
|
};
|
|
10951
|
-
function render$
|
|
10952
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10951
|
+
function render$147(e, t) {
|
|
10952
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("g", {
|
|
10953
10953
|
fill: "none",
|
|
10954
10954
|
stroke: "currentColor",
|
|
10955
10955
|
"stroke-linecap": "round",
|
|
@@ -10975,14 +10975,14 @@ function render$145(e, t) {
|
|
|
10975
10975
|
}
|
|
10976
10976
|
var ellipsis_vertical_default = {
|
|
10977
10977
|
name: "lucide-ellipsis-vertical",
|
|
10978
|
-
render: render$
|
|
10979
|
-
}, _hoisted_1$
|
|
10978
|
+
render: render$147
|
|
10979
|
+
}, _hoisted_1$167 = {
|
|
10980
10980
|
viewBox: "0 0 24 24",
|
|
10981
10981
|
width: "1.2em",
|
|
10982
10982
|
height: "1.2em"
|
|
10983
10983
|
};
|
|
10984
|
-
function render$
|
|
10985
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10984
|
+
function render$146(e, t) {
|
|
10985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("path", {
|
|
10986
10986
|
fill: "none",
|
|
10987
10987
|
stroke: "currentColor",
|
|
10988
10988
|
"stroke-linecap": "round",
|
|
@@ -10993,14 +10993,14 @@ function render$144(e, t) {
|
|
|
10993
10993
|
}
|
|
10994
10994
|
var equal_default = {
|
|
10995
10995
|
name: "lucide-equal",
|
|
10996
|
-
render: render$
|
|
10997
|
-
}, _hoisted_1$
|
|
10996
|
+
render: render$146
|
|
10997
|
+
}, _hoisted_1$166 = {
|
|
10998
10998
|
viewBox: "0 0 24 24",
|
|
10999
10999
|
width: "1.2em",
|
|
11000
11000
|
height: "1.2em"
|
|
11001
11001
|
};
|
|
11002
|
-
function render$
|
|
11003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11002
|
+
function render$145(e, t) {
|
|
11003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("path", {
|
|
11004
11004
|
fill: "none",
|
|
11005
11005
|
stroke: "currentColor",
|
|
11006
11006
|
"stroke-linecap": "round",
|
|
@@ -11011,14 +11011,14 @@ function render$143(e, t) {
|
|
|
11011
11011
|
}
|
|
11012
11012
|
var expand_default = {
|
|
11013
11013
|
name: "lucide-expand",
|
|
11014
|
-
render: render$
|
|
11015
|
-
}, _hoisted_1$
|
|
11014
|
+
render: render$145
|
|
11015
|
+
}, _hoisted_1$165 = {
|
|
11016
11016
|
viewBox: "0 0 24 24",
|
|
11017
11017
|
width: "1.2em",
|
|
11018
11018
|
height: "1.2em"
|
|
11019
11019
|
};
|
|
11020
|
-
function render$
|
|
11021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11020
|
+
function render$144(e, t) {
|
|
11021
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("path", {
|
|
11022
11022
|
fill: "none",
|
|
11023
11023
|
stroke: "currentColor",
|
|
11024
11024
|
"stroke-linecap": "round",
|
|
@@ -11029,14 +11029,14 @@ function render$142(e, t) {
|
|
|
11029
11029
|
}
|
|
11030
11030
|
var external_link_default = {
|
|
11031
11031
|
name: "lucide-external-link",
|
|
11032
|
-
render: render$
|
|
11033
|
-
}, _hoisted_1$
|
|
11032
|
+
render: render$144
|
|
11033
|
+
}, _hoisted_1$164 = {
|
|
11034
11034
|
viewBox: "0 0 24 24",
|
|
11035
11035
|
width: "1.2em",
|
|
11036
11036
|
height: "1.2em"
|
|
11037
11037
|
};
|
|
11038
|
-
function render$
|
|
11039
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11038
|
+
function render$143(e, t) {
|
|
11039
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
11040
11040
|
fill: "none",
|
|
11041
11041
|
stroke: "currentColor",
|
|
11042
11042
|
"stroke-linecap": "round",
|
|
@@ -11050,14 +11050,14 @@ function render$141(e, t) {
|
|
|
11050
11050
|
}
|
|
11051
11051
|
var eye_default = {
|
|
11052
11052
|
name: "lucide-eye",
|
|
11053
|
-
render: render$
|
|
11054
|
-
}, _hoisted_1$
|
|
11053
|
+
render: render$143
|
|
11054
|
+
}, _hoisted_1$163 = {
|
|
11055
11055
|
viewBox: "0 0 24 24",
|
|
11056
11056
|
width: "1.2em",
|
|
11057
11057
|
height: "1.2em"
|
|
11058
11058
|
};
|
|
11059
|
-
function render$
|
|
11060
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11059
|
+
function render$142(e, t) {
|
|
11060
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
11061
11061
|
fill: "none",
|
|
11062
11062
|
stroke: "currentColor",
|
|
11063
11063
|
"stroke-linecap": "round",
|
|
@@ -11067,14 +11067,14 @@ function render$140(e, t) {
|
|
|
11067
11067
|
}
|
|
11068
11068
|
var eye_off_default = {
|
|
11069
11069
|
name: "lucide-eye-off",
|
|
11070
|
-
render: render$
|
|
11071
|
-
}, _hoisted_1$
|
|
11070
|
+
render: render$142
|
|
11071
|
+
}, _hoisted_1$162 = {
|
|
11072
11072
|
viewBox: "0 0 24 24",
|
|
11073
11073
|
width: "1.2em",
|
|
11074
11074
|
height: "1.2em"
|
|
11075
11075
|
};
|
|
11076
|
-
function render$
|
|
11077
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11076
|
+
function render$141(e, t) {
|
|
11077
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
|
|
11078
11078
|
fill: "none",
|
|
11079
11079
|
stroke: "currentColor",
|
|
11080
11080
|
"stroke-linecap": "round",
|
|
@@ -11084,14 +11084,14 @@ function render$139(e, t) {
|
|
|
11084
11084
|
}
|
|
11085
11085
|
var file_default = {
|
|
11086
11086
|
name: "lucide-file",
|
|
11087
|
-
render: render$
|
|
11088
|
-
}, _hoisted_1$
|
|
11087
|
+
render: render$141
|
|
11088
|
+
}, _hoisted_1$161 = {
|
|
11089
11089
|
viewBox: "0 0 24 24",
|
|
11090
11090
|
width: "1.2em",
|
|
11091
11091
|
height: "1.2em"
|
|
11092
11092
|
};
|
|
11093
|
-
function render$
|
|
11094
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11093
|
+
function render$140(e, t) {
|
|
11094
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("g", {
|
|
11095
11095
|
fill: "none",
|
|
11096
11096
|
stroke: "currentColor",
|
|
11097
11097
|
"stroke-linecap": "round",
|
|
@@ -11109,14 +11109,14 @@ function render$138(e, t) {
|
|
|
11109
11109
|
}
|
|
11110
11110
|
var file_archive_default = {
|
|
11111
11111
|
name: "lucide-file-archive",
|
|
11112
|
-
render: render$
|
|
11113
|
-
}, _hoisted_1$
|
|
11112
|
+
render: render$140
|
|
11113
|
+
}, _hoisted_1$160 = {
|
|
11114
11114
|
viewBox: "0 0 24 24",
|
|
11115
11115
|
width: "1.2em",
|
|
11116
11116
|
height: "1.2em"
|
|
11117
11117
|
};
|
|
11118
|
-
function render$
|
|
11119
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11118
|
+
function render$139(e, t) {
|
|
11119
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("g", {
|
|
11120
11120
|
fill: "none",
|
|
11121
11121
|
stroke: "currentColor",
|
|
11122
11122
|
"stroke-linecap": "round",
|
|
@@ -11126,14 +11126,14 @@ function render$137(e, t) {
|
|
|
11126
11126
|
}
|
|
11127
11127
|
var file_code_default = {
|
|
11128
11128
|
name: "lucide-file-code",
|
|
11129
|
-
render: render$
|
|
11130
|
-
}, _hoisted_1$
|
|
11129
|
+
render: render$139
|
|
11130
|
+
}, _hoisted_1$159 = {
|
|
11131
11131
|
viewBox: "0 0 24 24",
|
|
11132
11132
|
width: "1.2em",
|
|
11133
11133
|
height: "1.2em"
|
|
11134
11134
|
};
|
|
11135
|
-
function render$
|
|
11136
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11135
|
+
function render$138(e, t) {
|
|
11136
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("path", {
|
|
11137
11137
|
fill: "none",
|
|
11138
11138
|
stroke: "currentColor",
|
|
11139
11139
|
"stroke-linecap": "round",
|
|
@@ -11144,14 +11144,14 @@ function render$136(e, t) {
|
|
|
11144
11144
|
}
|
|
11145
11145
|
var file_diff_default = {
|
|
11146
11146
|
name: "lucide-file-diff",
|
|
11147
|
-
render: render$
|
|
11148
|
-
}, _hoisted_1$
|
|
11147
|
+
render: render$138
|
|
11148
|
+
}, _hoisted_1$158 = {
|
|
11149
11149
|
viewBox: "0 0 24 24",
|
|
11150
11150
|
width: "1.2em",
|
|
11151
11151
|
height: "1.2em"
|
|
11152
11152
|
};
|
|
11153
|
-
function render$
|
|
11154
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11153
|
+
function render$137(e, t) {
|
|
11154
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("g", {
|
|
11155
11155
|
fill: "none",
|
|
11156
11156
|
stroke: "currentColor",
|
|
11157
11157
|
"stroke-linecap": "round",
|
|
@@ -11161,14 +11161,14 @@ function render$135(e, t) {
|
|
|
11161
11161
|
}
|
|
11162
11162
|
var file_down_default = {
|
|
11163
11163
|
name: "lucide-file-down",
|
|
11164
|
-
render: render$
|
|
11165
|
-
}, _hoisted_1$
|
|
11164
|
+
render: render$137
|
|
11165
|
+
}, _hoisted_1$157 = {
|
|
11166
11166
|
viewBox: "0 0 24 24",
|
|
11167
11167
|
width: "1.2em",
|
|
11168
11168
|
height: "1.2em"
|
|
11169
11169
|
};
|
|
11170
|
-
function render$
|
|
11171
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11170
|
+
function render$136(e, t) {
|
|
11171
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
|
|
11172
11172
|
fill: "none",
|
|
11173
11173
|
stroke: "currentColor",
|
|
11174
11174
|
"stroke-linecap": "round",
|
|
@@ -11178,14 +11178,14 @@ function render$134(e, t) {
|
|
|
11178
11178
|
}
|
|
11179
11179
|
var file_input_default = {
|
|
11180
11180
|
name: "lucide-file-input",
|
|
11181
|
-
render: render$
|
|
11182
|
-
}, _hoisted_1$
|
|
11181
|
+
render: render$136
|
|
11182
|
+
}, _hoisted_1$156 = {
|
|
11183
11183
|
viewBox: "0 0 24 24",
|
|
11184
11184
|
width: "1.2em",
|
|
11185
11185
|
height: "1.2em"
|
|
11186
11186
|
};
|
|
11187
|
-
function render$
|
|
11188
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11187
|
+
function render$135(e, t) {
|
|
11188
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
11189
11189
|
fill: "none",
|
|
11190
11190
|
stroke: "currentColor",
|
|
11191
11191
|
"stroke-linecap": "round",
|
|
@@ -11199,14 +11199,14 @@ function render$133(e, t) {
|
|
|
11199
11199
|
}
|
|
11200
11200
|
var file_output_default = {
|
|
11201
11201
|
name: "lucide-file-output",
|
|
11202
|
-
render: render$
|
|
11203
|
-
}, _hoisted_1$
|
|
11202
|
+
render: render$135
|
|
11203
|
+
}, _hoisted_1$155 = {
|
|
11204
11204
|
viewBox: "0 0 24 24",
|
|
11205
11205
|
width: "1.2em",
|
|
11206
11206
|
height: "1.2em"
|
|
11207
11207
|
};
|
|
11208
|
-
function render$
|
|
11209
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11208
|
+
function render$134(e, t) {
|
|
11209
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
11210
11210
|
fill: "none",
|
|
11211
11211
|
stroke: "currentColor",
|
|
11212
11212
|
"stroke-linecap": "round",
|
|
@@ -11216,14 +11216,14 @@ function render$132(e, t) {
|
|
|
11216
11216
|
}
|
|
11217
11217
|
var file_text_default = {
|
|
11218
11218
|
name: "lucide-file-text",
|
|
11219
|
-
render: render$
|
|
11220
|
-
}, _hoisted_1$
|
|
11219
|
+
render: render$134
|
|
11220
|
+
}, _hoisted_1$154 = {
|
|
11221
11221
|
viewBox: "0 0 24 24",
|
|
11222
11222
|
width: "1.2em",
|
|
11223
11223
|
height: "1.2em"
|
|
11224
11224
|
};
|
|
11225
|
-
function render$
|
|
11226
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11225
|
+
function render$133(e, t) {
|
|
11226
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
|
|
11227
11227
|
fill: "none",
|
|
11228
11228
|
stroke: "currentColor",
|
|
11229
11229
|
"stroke-linecap": "round",
|
|
@@ -11237,14 +11237,14 @@ function render$131(e, t) {
|
|
|
11237
11237
|
}
|
|
11238
11238
|
var files_default = {
|
|
11239
11239
|
name: "lucide-files",
|
|
11240
|
-
render: render$
|
|
11241
|
-
}, _hoisted_1$
|
|
11240
|
+
render: render$133
|
|
11241
|
+
}, _hoisted_1$153 = {
|
|
11242
11242
|
viewBox: "0 0 24 24",
|
|
11243
11243
|
width: "1.2em",
|
|
11244
11244
|
height: "1.2em"
|
|
11245
11245
|
};
|
|
11246
|
-
function render$
|
|
11247
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11246
|
+
function render$132(e, t) {
|
|
11247
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("g", {
|
|
11248
11248
|
fill: "none",
|
|
11249
11249
|
stroke: "currentColor",
|
|
11250
11250
|
"stroke-linecap": "round",
|
|
@@ -11254,14 +11254,14 @@ function render$130(e, t) {
|
|
|
11254
11254
|
}
|
|
11255
11255
|
var fingerprint_default = {
|
|
11256
11256
|
name: "lucide-fingerprint",
|
|
11257
|
-
render: render$
|
|
11258
|
-
}, _hoisted_1$
|
|
11257
|
+
render: render$132
|
|
11258
|
+
}, _hoisted_1$152 = {
|
|
11259
11259
|
viewBox: "0 0 24 24",
|
|
11260
11260
|
width: "1.2em",
|
|
11261
11261
|
height: "1.2em"
|
|
11262
11262
|
};
|
|
11263
|
-
function render$
|
|
11264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11263
|
+
function render$131(e, t) {
|
|
11264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("path", {
|
|
11265
11265
|
fill: "none",
|
|
11266
11266
|
stroke: "currentColor",
|
|
11267
11267
|
"stroke-linecap": "round",
|
|
@@ -11272,14 +11272,14 @@ function render$129(e, t) {
|
|
|
11272
11272
|
}
|
|
11273
11273
|
var flame_default = {
|
|
11274
11274
|
name: "lucide-flame",
|
|
11275
|
-
render: render$
|
|
11276
|
-
}, _hoisted_1$
|
|
11275
|
+
render: render$131
|
|
11276
|
+
}, _hoisted_1$151 = {
|
|
11277
11277
|
viewBox: "0 0 24 24",
|
|
11278
11278
|
width: "1.2em",
|
|
11279
11279
|
height: "1.2em"
|
|
11280
11280
|
};
|
|
11281
|
-
function render$
|
|
11282
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11281
|
+
function render$130(e, t) {
|
|
11282
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("path", {
|
|
11283
11283
|
fill: "none",
|
|
11284
11284
|
stroke: "currentColor",
|
|
11285
11285
|
"stroke-linecap": "round",
|
|
@@ -11290,14 +11290,14 @@ function render$128(e, t) {
|
|
|
11290
11290
|
}
|
|
11291
11291
|
var flask_conical_default = {
|
|
11292
11292
|
name: "lucide-flask-conical",
|
|
11293
|
-
render: render$
|
|
11294
|
-
}, _hoisted_1$
|
|
11293
|
+
render: render$130
|
|
11294
|
+
}, _hoisted_1$150 = {
|
|
11295
11295
|
viewBox: "0 0 24 24",
|
|
11296
11296
|
width: "1.2em",
|
|
11297
11297
|
height: "1.2em"
|
|
11298
11298
|
};
|
|
11299
|
-
function render$
|
|
11300
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11299
|
+
function render$129(e, t) {
|
|
11300
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("path", {
|
|
11301
11301
|
fill: "none",
|
|
11302
11302
|
stroke: "currentColor",
|
|
11303
11303
|
"stroke-linecap": "round",
|
|
@@ -11308,14 +11308,14 @@ function render$127(e, t) {
|
|
|
11308
11308
|
}
|
|
11309
11309
|
var folder_default = {
|
|
11310
11310
|
name: "lucide-folder",
|
|
11311
|
-
render: render$
|
|
11312
|
-
}, _hoisted_1$
|
|
11311
|
+
render: render$129
|
|
11312
|
+
}, _hoisted_1$149 = {
|
|
11313
11313
|
viewBox: "0 0 24 24",
|
|
11314
11314
|
width: "1.2em",
|
|
11315
11315
|
height: "1.2em"
|
|
11316
11316
|
};
|
|
11317
|
-
function render$
|
|
11318
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11317
|
+
function render$128(e, t) {
|
|
11318
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("path", {
|
|
11319
11319
|
fill: "none",
|
|
11320
11320
|
stroke: "currentColor",
|
|
11321
11321
|
"stroke-linecap": "round",
|
|
@@ -11326,14 +11326,14 @@ function render$126(e, t) {
|
|
|
11326
11326
|
}
|
|
11327
11327
|
var folder_open_default = {
|
|
11328
11328
|
name: "lucide-folder-open",
|
|
11329
|
-
render: render$
|
|
11330
|
-
}, _hoisted_1$
|
|
11329
|
+
render: render$128
|
|
11330
|
+
}, _hoisted_1$148 = {
|
|
11331
11331
|
viewBox: "0 0 24 24",
|
|
11332
11332
|
width: "1.2em",
|
|
11333
11333
|
height: "1.2em"
|
|
11334
11334
|
};
|
|
11335
|
-
function render$
|
|
11336
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11335
|
+
function render$127(e, t) {
|
|
11336
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("path", {
|
|
11337
11337
|
fill: "none",
|
|
11338
11338
|
stroke: "currentColor",
|
|
11339
11339
|
"stroke-linecap": "round",
|
|
@@ -11344,14 +11344,14 @@ function render$125(e, t) {
|
|
|
11344
11344
|
}
|
|
11345
11345
|
var folder_plus_default = {
|
|
11346
11346
|
name: "lucide-folder-plus",
|
|
11347
|
-
render: render$
|
|
11348
|
-
}, _hoisted_1$
|
|
11347
|
+
render: render$127
|
|
11348
|
+
}, _hoisted_1$147 = {
|
|
11349
11349
|
viewBox: "0 0 24 24",
|
|
11350
11350
|
width: "1.2em",
|
|
11351
11351
|
height: "1.2em"
|
|
11352
11352
|
};
|
|
11353
|
-
function render$
|
|
11354
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11353
|
+
function render$126(e, t) {
|
|
11354
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("path", {
|
|
11355
11355
|
fill: "none",
|
|
11356
11356
|
stroke: "currentColor",
|
|
11357
11357
|
"stroke-linecap": "round",
|
|
@@ -11362,14 +11362,14 @@ function render$124(e, t) {
|
|
|
11362
11362
|
}
|
|
11363
11363
|
var funnel_default = {
|
|
11364
11364
|
name: "lucide-funnel",
|
|
11365
|
-
render: render$
|
|
11366
|
-
}, _hoisted_1$
|
|
11365
|
+
render: render$126
|
|
11366
|
+
}, _hoisted_1$146 = {
|
|
11367
11367
|
viewBox: "0 0 24 24",
|
|
11368
11368
|
width: "1.2em",
|
|
11369
11369
|
height: "1.2em"
|
|
11370
11370
|
};
|
|
11371
|
-
function render$
|
|
11372
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11371
|
+
function render$125(e, t) {
|
|
11372
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
|
|
11373
11373
|
fill: "none",
|
|
11374
11374
|
stroke: "currentColor",
|
|
11375
11375
|
"stroke-linecap": "round",
|
|
@@ -11379,14 +11379,14 @@ function render$123(e, t) {
|
|
|
11379
11379
|
}
|
|
11380
11380
|
var gem_default = {
|
|
11381
11381
|
name: "lucide-gem",
|
|
11382
|
-
render: render$
|
|
11383
|
-
}, _hoisted_1$
|
|
11382
|
+
render: render$125
|
|
11383
|
+
}, _hoisted_1$145 = {
|
|
11384
11384
|
viewBox: "0 0 24 24",
|
|
11385
11385
|
width: "1.2em",
|
|
11386
11386
|
height: "1.2em"
|
|
11387
11387
|
};
|
|
11388
|
-
function render$
|
|
11389
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11388
|
+
function render$124(e, t) {
|
|
11389
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("g", {
|
|
11390
11390
|
fill: "none",
|
|
11391
11391
|
stroke: "currentColor",
|
|
11392
11392
|
"stroke-linecap": "round",
|
|
@@ -11402,25 +11402,25 @@ function render$122(e, t) {
|
|
|
11402
11402
|
}
|
|
11403
11403
|
var gift_default = {
|
|
11404
11404
|
name: "lucide-gift",
|
|
11405
|
-
render: render$
|
|
11406
|
-
}, _hoisted_1$
|
|
11405
|
+
render: render$124
|
|
11406
|
+
}, _hoisted_1$144 = {
|
|
11407
11407
|
viewBox: "0 0 24 24",
|
|
11408
11408
|
width: "1.2em",
|
|
11409
11409
|
height: "1.2em"
|
|
11410
11410
|
};
|
|
11411
|
-
function render$
|
|
11412
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11411
|
+
function render$123(e, t) {
|
|
11412
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...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
11413
|
}
|
|
11414
11414
|
var git_branch_default = {
|
|
11415
11415
|
name: "lucide-git-branch",
|
|
11416
|
-
render: render$
|
|
11417
|
-
}, _hoisted_1$
|
|
11416
|
+
render: render$123
|
|
11417
|
+
}, _hoisted_1$143 = {
|
|
11418
11418
|
viewBox: "0 0 24 24",
|
|
11419
11419
|
width: "1.2em",
|
|
11420
11420
|
height: "1.2em"
|
|
11421
11421
|
};
|
|
11422
|
-
function render$
|
|
11423
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11422
|
+
function render$122(e, t) {
|
|
11423
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
|
|
11424
11424
|
fill: "none",
|
|
11425
11425
|
stroke: "currentColor",
|
|
11426
11426
|
"stroke-linecap": "round",
|
|
@@ -11434,14 +11434,14 @@ function render$120(e, t) {
|
|
|
11434
11434
|
}
|
|
11435
11435
|
var globe_default = {
|
|
11436
11436
|
name: "lucide-globe",
|
|
11437
|
-
render: render$
|
|
11438
|
-
}, _hoisted_1$
|
|
11437
|
+
render: render$122
|
|
11438
|
+
}, _hoisted_1$142 = {
|
|
11439
11439
|
viewBox: "0 0 24 24",
|
|
11440
11440
|
width: "1.2em",
|
|
11441
11441
|
height: "1.2em"
|
|
11442
11442
|
};
|
|
11443
|
-
function render$
|
|
11444
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11443
|
+
function render$121(e, t) {
|
|
11444
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
|
|
11445
11445
|
fill: "none",
|
|
11446
11446
|
stroke: "currentColor",
|
|
11447
11447
|
"stroke-linecap": "round",
|
|
@@ -11451,14 +11451,14 @@ function render$119(e, t) {
|
|
|
11451
11451
|
}
|
|
11452
11452
|
var graduation_cap_default = {
|
|
11453
11453
|
name: "lucide-graduation-cap",
|
|
11454
|
-
render: render$
|
|
11455
|
-
}, _hoisted_1$
|
|
11454
|
+
render: render$121
|
|
11455
|
+
}, _hoisted_1$141 = {
|
|
11456
11456
|
viewBox: "0 0 24 24",
|
|
11457
11457
|
width: "1.2em",
|
|
11458
11458
|
height: "1.2em"
|
|
11459
11459
|
};
|
|
11460
|
-
function render$
|
|
11461
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11460
|
+
function render$120(e, t) {
|
|
11461
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
|
|
11462
11462
|
fill: "none",
|
|
11463
11463
|
stroke: "currentColor",
|
|
11464
11464
|
"stroke-linecap": "round",
|
|
@@ -11474,36 +11474,36 @@ function render$118(e, t) {
|
|
|
11474
11474
|
}
|
|
11475
11475
|
var grid_2x2_default = {
|
|
11476
11476
|
name: "lucide-grid-2x2",
|
|
11477
|
-
render: render$
|
|
11478
|
-
}, _hoisted_1$
|
|
11477
|
+
render: render$120
|
|
11478
|
+
}, _hoisted_1$140 = {
|
|
11479
11479
|
viewBox: "0 0 24 24",
|
|
11480
11480
|
width: "1.2em",
|
|
11481
11481
|
height: "1.2em"
|
|
11482
11482
|
};
|
|
11483
|
-
function render$
|
|
11484
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11483
|
+
function render$119(e, t) {
|
|
11484
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...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
11485
|
}
|
|
11486
11486
|
var grip_vertical_default = {
|
|
11487
11487
|
name: "lucide-grip-vertical",
|
|
11488
|
-
render: render$
|
|
11489
|
-
}, _hoisted_1$
|
|
11488
|
+
render: render$119
|
|
11489
|
+
}, _hoisted_1$139 = {
|
|
11490
11490
|
viewBox: "0 0 24 24",
|
|
11491
11491
|
width: "1.2em",
|
|
11492
11492
|
height: "1.2em"
|
|
11493
11493
|
};
|
|
11494
|
-
function render$
|
|
11495
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11494
|
+
function render$118(e, t) {
|
|
11495
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...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
11496
|
}
|
|
11497
11497
|
var hand_coins_default = {
|
|
11498
11498
|
name: "lucide-hand-coins",
|
|
11499
|
-
render: render$
|
|
11500
|
-
}, _hoisted_1$
|
|
11499
|
+
render: render$118
|
|
11500
|
+
}, _hoisted_1$138 = {
|
|
11501
11501
|
viewBox: "0 0 24 24",
|
|
11502
11502
|
width: "1.2em",
|
|
11503
11503
|
height: "1.2em"
|
|
11504
11504
|
};
|
|
11505
|
-
function render$
|
|
11506
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11505
|
+
function render$117(e, t) {
|
|
11506
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("g", {
|
|
11507
11507
|
fill: "none",
|
|
11508
11508
|
stroke: "currentColor",
|
|
11509
11509
|
"stroke-linecap": "round",
|
|
@@ -11517,14 +11517,14 @@ function render$115(e, t) {
|
|
|
11517
11517
|
}
|
|
11518
11518
|
var handshake_default = {
|
|
11519
11519
|
name: "lucide-handshake",
|
|
11520
|
-
render: render$
|
|
11521
|
-
}, _hoisted_1$
|
|
11520
|
+
render: render$117
|
|
11521
|
+
}, _hoisted_1$137 = {
|
|
11522
11522
|
viewBox: "0 0 24 24",
|
|
11523
11523
|
width: "1.2em",
|
|
11524
11524
|
height: "1.2em"
|
|
11525
11525
|
};
|
|
11526
|
-
function render$
|
|
11527
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11526
|
+
function render$116(e, t) {
|
|
11527
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("path", {
|
|
11528
11528
|
fill: "none",
|
|
11529
11529
|
stroke: "currentColor",
|
|
11530
11530
|
"stroke-linecap": "round",
|
|
@@ -11535,14 +11535,14 @@ function render$114(e, t) {
|
|
|
11535
11535
|
}
|
|
11536
11536
|
var hard_drive_default = {
|
|
11537
11537
|
name: "lucide-hard-drive",
|
|
11538
|
-
render: render$
|
|
11539
|
-
}, _hoisted_1$
|
|
11538
|
+
render: render$116
|
|
11539
|
+
}, _hoisted_1$136 = {
|
|
11540
11540
|
viewBox: "0 0 24 24",
|
|
11541
11541
|
width: "1.2em",
|
|
11542
11542
|
height: "1.2em"
|
|
11543
11543
|
};
|
|
11544
|
-
function render$
|
|
11545
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11544
|
+
function render$115(e, t) {
|
|
11545
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("g", {
|
|
11546
11546
|
fill: "none",
|
|
11547
11547
|
stroke: "currentColor",
|
|
11548
11548
|
"stroke-linecap": "round",
|
|
@@ -11562,14 +11562,14 @@ function render$113(e, t) {
|
|
|
11562
11562
|
}
|
|
11563
11563
|
var hard_drive_download_default = {
|
|
11564
11564
|
name: "lucide-hard-drive-download",
|
|
11565
|
-
render: render$
|
|
11566
|
-
}, _hoisted_1$
|
|
11565
|
+
render: render$115
|
|
11566
|
+
}, _hoisted_1$135 = {
|
|
11567
11567
|
viewBox: "0 0 24 24",
|
|
11568
11568
|
width: "1.2em",
|
|
11569
11569
|
height: "1.2em"
|
|
11570
11570
|
};
|
|
11571
|
-
function render$
|
|
11572
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11571
|
+
function render$114(e, t) {
|
|
11572
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("path", {
|
|
11573
11573
|
fill: "none",
|
|
11574
11574
|
stroke: "currentColor",
|
|
11575
11575
|
"stroke-linecap": "round",
|
|
@@ -11580,14 +11580,14 @@ function render$112(e, t) {
|
|
|
11580
11580
|
}
|
|
11581
11581
|
var hash_default = {
|
|
11582
11582
|
name: "lucide-hash",
|
|
11583
|
-
render: render$
|
|
11584
|
-
}, _hoisted_1$
|
|
11583
|
+
render: render$114
|
|
11584
|
+
}, _hoisted_1$134 = {
|
|
11585
11585
|
viewBox: "0 0 24 24",
|
|
11586
11586
|
width: "1.2em",
|
|
11587
11587
|
height: "1.2em"
|
|
11588
11588
|
};
|
|
11589
|
-
function render$
|
|
11590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11589
|
+
function render$113(e, t) {
|
|
11590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("g", {
|
|
11591
11591
|
fill: "none",
|
|
11592
11592
|
stroke: "currentColor",
|
|
11593
11593
|
"stroke-linecap": "round",
|
|
@@ -11597,14 +11597,14 @@ function render$111(e, t) {
|
|
|
11597
11597
|
}
|
|
11598
11598
|
var history_default = {
|
|
11599
11599
|
name: "lucide-history",
|
|
11600
|
-
render: render$
|
|
11601
|
-
}, _hoisted_1$
|
|
11600
|
+
render: render$113
|
|
11601
|
+
}, _hoisted_1$133 = {
|
|
11602
11602
|
viewBox: "0 0 24 24",
|
|
11603
11603
|
width: "1.2em",
|
|
11604
11604
|
height: "1.2em"
|
|
11605
11605
|
};
|
|
11606
|
-
function render$
|
|
11607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11606
|
+
function render$112(e, t) {
|
|
11607
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("path", {
|
|
11608
11608
|
fill: "none",
|
|
11609
11609
|
stroke: "currentColor",
|
|
11610
11610
|
"stroke-linecap": "round",
|
|
@@ -11615,14 +11615,14 @@ function render$110(e, t) {
|
|
|
11615
11615
|
}
|
|
11616
11616
|
var hourglass_default = {
|
|
11617
11617
|
name: "lucide-hourglass",
|
|
11618
|
-
render: render$
|
|
11619
|
-
}, _hoisted_1$
|
|
11618
|
+
render: render$112
|
|
11619
|
+
}, _hoisted_1$132 = {
|
|
11620
11620
|
viewBox: "0 0 24 24",
|
|
11621
11621
|
width: "1.2em",
|
|
11622
11622
|
height: "1.2em"
|
|
11623
11623
|
};
|
|
11624
|
-
function render$
|
|
11625
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11624
|
+
function render$111(e, t) {
|
|
11625
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
|
|
11626
11626
|
fill: "none",
|
|
11627
11627
|
stroke: "currentColor",
|
|
11628
11628
|
"stroke-linecap": "round",
|
|
@@ -11632,14 +11632,14 @@ function render$109(e, t) {
|
|
|
11632
11632
|
}
|
|
11633
11633
|
var house_default = {
|
|
11634
11634
|
name: "lucide-house",
|
|
11635
|
-
render: render$
|
|
11636
|
-
}, _hoisted_1$
|
|
11635
|
+
render: render$111
|
|
11636
|
+
}, _hoisted_1$131 = {
|
|
11637
11637
|
viewBox: "0 0 24 24",
|
|
11638
11638
|
width: "1.2em",
|
|
11639
11639
|
height: "1.2em"
|
|
11640
11640
|
};
|
|
11641
|
-
function render$
|
|
11642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11641
|
+
function render$110(e, t) {
|
|
11642
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createElementVNode("g", {
|
|
11643
11643
|
fill: "none",
|
|
11644
11644
|
stroke: "currentColor",
|
|
11645
11645
|
"stroke-linecap": "round",
|
|
@@ -11664,14 +11664,14 @@ function render$108(e, t) {
|
|
|
11664
11664
|
}
|
|
11665
11665
|
var image_default = {
|
|
11666
11666
|
name: "lucide-image",
|
|
11667
|
-
render: render$
|
|
11668
|
-
}, _hoisted_1$
|
|
11667
|
+
render: render$110
|
|
11668
|
+
}, _hoisted_1$130 = {
|
|
11669
11669
|
viewBox: "0 0 24 24",
|
|
11670
11670
|
width: "1.2em",
|
|
11671
11671
|
height: "1.2em"
|
|
11672
11672
|
};
|
|
11673
|
-
function render$
|
|
11674
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11673
|
+
function render$109(e, t) {
|
|
11674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
|
|
11675
11675
|
fill: "none",
|
|
11676
11676
|
stroke: "currentColor",
|
|
11677
11677
|
"stroke-linecap": "round",
|
|
@@ -11681,14 +11681,14 @@ function render$107(e, t) {
|
|
|
11681
11681
|
}
|
|
11682
11682
|
var inbox_default = {
|
|
11683
11683
|
name: "lucide-inbox",
|
|
11684
|
-
render: render$
|
|
11685
|
-
}, _hoisted_1$
|
|
11684
|
+
render: render$109
|
|
11685
|
+
}, _hoisted_1$129 = {
|
|
11686
11686
|
viewBox: "0 0 24 24",
|
|
11687
11687
|
width: "1.2em",
|
|
11688
11688
|
height: "1.2em"
|
|
11689
11689
|
};
|
|
11690
|
-
function render$
|
|
11691
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11690
|
+
function render$108(e, t) {
|
|
11691
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
|
|
11692
11692
|
fill: "none",
|
|
11693
11693
|
stroke: "currentColor",
|
|
11694
11694
|
"stroke-linecap": "round",
|
|
@@ -11702,14 +11702,14 @@ function render$106(e, t) {
|
|
|
11702
11702
|
}
|
|
11703
11703
|
var info_default = {
|
|
11704
11704
|
name: "lucide-info",
|
|
11705
|
-
render: render$
|
|
11706
|
-
}, _hoisted_1$
|
|
11705
|
+
render: render$108
|
|
11706
|
+
}, _hoisted_1$128 = {
|
|
11707
11707
|
viewBox: "0 0 24 24",
|
|
11708
11708
|
width: "1.2em",
|
|
11709
11709
|
height: "1.2em"
|
|
11710
11710
|
};
|
|
11711
|
-
function render$
|
|
11712
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11711
|
+
function render$107(e, t) {
|
|
11712
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("g", {
|
|
11713
11713
|
fill: "none",
|
|
11714
11714
|
stroke: "currentColor",
|
|
11715
11715
|
"stroke-linecap": "round",
|
|
@@ -11724,14 +11724,14 @@ function render$105(e, t) {
|
|
|
11724
11724
|
}
|
|
11725
11725
|
var key_round_default = {
|
|
11726
11726
|
name: "lucide-key-round",
|
|
11727
|
-
render: render$
|
|
11728
|
-
}, _hoisted_1$
|
|
11727
|
+
render: render$107
|
|
11728
|
+
}, _hoisted_1$127 = {
|
|
11729
11729
|
viewBox: "0 0 24 24",
|
|
11730
11730
|
width: "1.2em",
|
|
11731
11731
|
height: "1.2em"
|
|
11732
11732
|
};
|
|
11733
|
-
function render$
|
|
11734
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11733
|
+
function render$106(e, t) {
|
|
11734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createElementVNode("path", {
|
|
11735
11735
|
fill: "none",
|
|
11736
11736
|
stroke: "currentColor",
|
|
11737
11737
|
"stroke-linecap": "round",
|
|
@@ -11742,14 +11742,14 @@ function render$104(e, t) {
|
|
|
11742
11742
|
}
|
|
11743
11743
|
var languages_default = {
|
|
11744
11744
|
name: "lucide-languages",
|
|
11745
|
-
render: render$
|
|
11746
|
-
}, _hoisted_1$
|
|
11745
|
+
render: render$106
|
|
11746
|
+
}, _hoisted_1$126 = {
|
|
11747
11747
|
viewBox: "0 0 24 24",
|
|
11748
11748
|
width: "1.2em",
|
|
11749
11749
|
height: "1.2em"
|
|
11750
11750
|
};
|
|
11751
|
-
function render$
|
|
11752
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11751
|
+
function render$105(e, t) {
|
|
11752
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createElementVNode("g", {
|
|
11753
11753
|
fill: "none",
|
|
11754
11754
|
stroke: "currentColor",
|
|
11755
11755
|
"stroke-linecap": "round",
|
|
@@ -11763,14 +11763,14 @@ function render$103(e, t) {
|
|
|
11763
11763
|
}
|
|
11764
11764
|
var layers_default = {
|
|
11765
11765
|
name: "lucide-layers",
|
|
11766
|
-
render: render$
|
|
11767
|
-
}, _hoisted_1$
|
|
11766
|
+
render: render$105
|
|
11767
|
+
}, _hoisted_1$125 = {
|
|
11768
11768
|
viewBox: "0 0 24 24",
|
|
11769
11769
|
width: "1.2em",
|
|
11770
11770
|
height: "1.2em"
|
|
11771
11771
|
};
|
|
11772
|
-
function render$
|
|
11773
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11772
|
+
function render$104(e, t) {
|
|
11773
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
|
|
11774
11774
|
fill: "none",
|
|
11775
11775
|
stroke: "currentColor",
|
|
11776
11776
|
"stroke-linecap": "round",
|
|
@@ -11802,14 +11802,14 @@ function render$102(e, t) {
|
|
|
11802
11802
|
}
|
|
11803
11803
|
var layout_template_default = {
|
|
11804
11804
|
name: "lucide-layout-template",
|
|
11805
|
-
render: render$
|
|
11806
|
-
}, _hoisted_1$
|
|
11805
|
+
render: render$104
|
|
11806
|
+
}, _hoisted_1$124 = {
|
|
11807
11807
|
viewBox: "0 0 24 24",
|
|
11808
11808
|
width: "1.2em",
|
|
11809
11809
|
height: "1.2em"
|
|
11810
11810
|
};
|
|
11811
|
-
function render$
|
|
11812
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11811
|
+
function render$103(e, t) {
|
|
11812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("path", {
|
|
11813
11813
|
fill: "none",
|
|
11814
11814
|
stroke: "currentColor",
|
|
11815
11815
|
"stroke-linecap": "round",
|
|
@@ -11820,14 +11820,14 @@ function render$101(e, t) {
|
|
|
11820
11820
|
}
|
|
11821
11821
|
var lightbulb_default = {
|
|
11822
11822
|
name: "lucide-lightbulb",
|
|
11823
|
-
render: render$
|
|
11824
|
-
}, _hoisted_1$
|
|
11823
|
+
render: render$103
|
|
11824
|
+
}, _hoisted_1$123 = {
|
|
11825
11825
|
viewBox: "0 0 24 24",
|
|
11826
11826
|
width: "1.2em",
|
|
11827
11827
|
height: "1.2em"
|
|
11828
11828
|
};
|
|
11829
|
-
function render$
|
|
11830
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11829
|
+
function render$102(e, t) {
|
|
11830
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
|
|
11831
11831
|
fill: "none",
|
|
11832
11832
|
stroke: "currentColor",
|
|
11833
11833
|
"stroke-linecap": "round",
|
|
@@ -11837,14 +11837,14 @@ function render$100(e, t) {
|
|
|
11837
11837
|
}
|
|
11838
11838
|
var link_default = {
|
|
11839
11839
|
name: "lucide-link",
|
|
11840
|
-
render: render$
|
|
11841
|
-
}, _hoisted_1$
|
|
11840
|
+
render: render$102
|
|
11841
|
+
}, _hoisted_1$122 = {
|
|
11842
11842
|
viewBox: "0 0 24 24",
|
|
11843
11843
|
width: "1.2em",
|
|
11844
11844
|
height: "1.2em"
|
|
11845
11845
|
};
|
|
11846
|
-
function render$
|
|
11847
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11846
|
+
function render$101(e, t) {
|
|
11847
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
|
|
11848
11848
|
fill: "none",
|
|
11849
11849
|
stroke: "currentColor",
|
|
11850
11850
|
"stroke-linecap": "round",
|
|
@@ -11855,14 +11855,14 @@ function render$99(e, t) {
|
|
|
11855
11855
|
}
|
|
11856
11856
|
var list_default = {
|
|
11857
11857
|
name: "lucide-list",
|
|
11858
|
-
render: render$
|
|
11859
|
-
}, _hoisted_1$
|
|
11858
|
+
render: render$101
|
|
11859
|
+
}, _hoisted_1$121 = {
|
|
11860
11860
|
viewBox: "0 0 24 24",
|
|
11861
11861
|
width: "1.2em",
|
|
11862
11862
|
height: "1.2em"
|
|
11863
11863
|
};
|
|
11864
|
-
function render$
|
|
11865
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11864
|
+
function render$100(e, t) {
|
|
11865
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("path", {
|
|
11866
11866
|
fill: "none",
|
|
11867
11867
|
stroke: "currentColor",
|
|
11868
11868
|
"stroke-linecap": "round",
|
|
@@ -11873,14 +11873,14 @@ function render$98(e, t) {
|
|
|
11873
11873
|
}
|
|
11874
11874
|
var list_checks_default = {
|
|
11875
11875
|
name: "lucide-list-checks",
|
|
11876
|
-
render: render$
|
|
11877
|
-
}, _hoisted_1$
|
|
11876
|
+
render: render$100
|
|
11877
|
+
}, _hoisted_1$120 = {
|
|
11878
11878
|
viewBox: "0 0 24 24",
|
|
11879
11879
|
width: "1.2em",
|
|
11880
11880
|
height: "1.2em"
|
|
11881
11881
|
};
|
|
11882
|
-
function render$
|
|
11883
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11882
|
+
function render$99(e, t) {
|
|
11883
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("path", {
|
|
11884
11884
|
fill: "none",
|
|
11885
11885
|
stroke: "currentColor",
|
|
11886
11886
|
"stroke-linecap": "round",
|
|
@@ -11891,14 +11891,14 @@ function render$97(e, t) {
|
|
|
11891
11891
|
}
|
|
11892
11892
|
var loader2_default = {
|
|
11893
11893
|
name: "lucide-loader2",
|
|
11894
|
-
render: render$
|
|
11895
|
-
}, _hoisted_1$
|
|
11894
|
+
render: render$99
|
|
11895
|
+
}, _hoisted_1$119 = {
|
|
11896
11896
|
viewBox: "0 0 24 24",
|
|
11897
11897
|
width: "1.2em",
|
|
11898
11898
|
height: "1.2em"
|
|
11899
11899
|
};
|
|
11900
|
-
function render$
|
|
11901
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11900
|
+
function render$98(e, t) {
|
|
11901
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
|
|
11902
11902
|
fill: "none",
|
|
11903
11903
|
stroke: "currentColor",
|
|
11904
11904
|
"stroke-linecap": "round",
|
|
@@ -11915,14 +11915,14 @@ function render$96(e, t) {
|
|
|
11915
11915
|
}
|
|
11916
11916
|
var lock_default = {
|
|
11917
11917
|
name: "lucide-lock",
|
|
11918
|
-
render: render$
|
|
11919
|
-
}, _hoisted_1$
|
|
11918
|
+
render: render$98
|
|
11919
|
+
}, _hoisted_1$118 = {
|
|
11920
11920
|
viewBox: "0 0 24 24",
|
|
11921
11921
|
width: "1.2em",
|
|
11922
11922
|
height: "1.2em"
|
|
11923
11923
|
};
|
|
11924
|
-
function render$
|
|
11925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11924
|
+
function render$97(e, t) {
|
|
11925
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("path", {
|
|
11926
11926
|
fill: "none",
|
|
11927
11927
|
stroke: "currentColor",
|
|
11928
11928
|
"stroke-linecap": "round",
|
|
@@ -11933,14 +11933,14 @@ function render$95(e, t) {
|
|
|
11933
11933
|
}
|
|
11934
11934
|
var log_in_default = {
|
|
11935
11935
|
name: "lucide-log-in",
|
|
11936
|
-
render: render$
|
|
11937
|
-
}, _hoisted_1$
|
|
11936
|
+
render: render$97
|
|
11937
|
+
}, _hoisted_1$117 = {
|
|
11938
11938
|
viewBox: "0 0 24 24",
|
|
11939
11939
|
width: "1.2em",
|
|
11940
11940
|
height: "1.2em"
|
|
11941
11941
|
};
|
|
11942
|
-
function render$
|
|
11943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11942
|
+
function render$96(e, t) {
|
|
11943
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("path", {
|
|
11944
11944
|
fill: "none",
|
|
11945
11945
|
stroke: "currentColor",
|
|
11946
11946
|
"stroke-linecap": "round",
|
|
@@ -11951,14 +11951,14 @@ function render$94(e, t) {
|
|
|
11951
11951
|
}
|
|
11952
11952
|
var log_out_default = {
|
|
11953
11953
|
name: "lucide-log-out",
|
|
11954
|
-
render: render$
|
|
11955
|
-
}, _hoisted_1$
|
|
11954
|
+
render: render$96
|
|
11955
|
+
}, _hoisted_1$116 = {
|
|
11956
11956
|
viewBox: "0 0 24 24",
|
|
11957
11957
|
width: "1.2em",
|
|
11958
11958
|
height: "1.2em"
|
|
11959
11959
|
};
|
|
11960
|
-
function render$
|
|
11961
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11960
|
+
function render$95(e, t) {
|
|
11961
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("g", {
|
|
11962
11962
|
fill: "none",
|
|
11963
11963
|
stroke: "currentColor",
|
|
11964
11964
|
"stroke-linecap": "round",
|
|
@@ -11974,14 +11974,14 @@ function render$93(e, t) {
|
|
|
11974
11974
|
}
|
|
11975
11975
|
var mail_default = {
|
|
11976
11976
|
name: "lucide-mail",
|
|
11977
|
-
render: render$
|
|
11978
|
-
}, _hoisted_1$
|
|
11977
|
+
render: render$95
|
|
11978
|
+
}, _hoisted_1$115 = {
|
|
11979
11979
|
viewBox: "0 0 24 24",
|
|
11980
11980
|
width: "1.2em",
|
|
11981
11981
|
height: "1.2em"
|
|
11982
11982
|
};
|
|
11983
|
-
function render$
|
|
11984
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11983
|
+
function render$94(e, t) {
|
|
11984
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("path", {
|
|
11985
11985
|
fill: "none",
|
|
11986
11986
|
stroke: "currentColor",
|
|
11987
11987
|
"stroke-linecap": "round",
|
|
@@ -11992,14 +11992,14 @@ function render$92(e, t) {
|
|
|
11992
11992
|
}
|
|
11993
11993
|
var maximize_default = {
|
|
11994
11994
|
name: "lucide-maximize",
|
|
11995
|
-
render: render$
|
|
11996
|
-
}, _hoisted_1$
|
|
11995
|
+
render: render$94
|
|
11996
|
+
}, _hoisted_1$114 = {
|
|
11997
11997
|
viewBox: "0 0 24 24",
|
|
11998
11998
|
width: "1.2em",
|
|
11999
11999
|
height: "1.2em"
|
|
12000
12000
|
};
|
|
12001
|
-
function render$
|
|
12002
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12001
|
+
function render$93(e, t) {
|
|
12002
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
|
|
12003
12003
|
fill: "none",
|
|
12004
12004
|
stroke: "currentColor",
|
|
12005
12005
|
"stroke-linecap": "round",
|
|
@@ -12010,14 +12010,14 @@ function render$91(e, t) {
|
|
|
12010
12010
|
}
|
|
12011
12011
|
var maximize_2_default = {
|
|
12012
12012
|
name: "lucide-maximize-2",
|
|
12013
|
-
render: render$
|
|
12014
|
-
}, _hoisted_1$
|
|
12013
|
+
render: render$93
|
|
12014
|
+
}, _hoisted_1$113 = {
|
|
12015
12015
|
viewBox: "0 0 24 24",
|
|
12016
12016
|
width: "1.2em",
|
|
12017
12017
|
height: "1.2em"
|
|
12018
12018
|
};
|
|
12019
|
-
function render$
|
|
12020
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12019
|
+
function render$92(e, t) {
|
|
12020
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("path", {
|
|
12021
12021
|
fill: "none",
|
|
12022
12022
|
stroke: "currentColor",
|
|
12023
12023
|
"stroke-linecap": "round",
|
|
@@ -12028,14 +12028,14 @@ function render$90(e, t) {
|
|
|
12028
12028
|
}
|
|
12029
12029
|
var menu_default = {
|
|
12030
12030
|
name: "lucide-menu",
|
|
12031
|
-
render: render$
|
|
12032
|
-
}, _hoisted_1$
|
|
12031
|
+
render: render$92
|
|
12032
|
+
}, _hoisted_1$112 = {
|
|
12033
12033
|
viewBox: "0 0 24 24",
|
|
12034
12034
|
width: "1.2em",
|
|
12035
12035
|
height: "1.2em"
|
|
12036
12036
|
};
|
|
12037
|
-
function render$
|
|
12038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12037
|
+
function render$91(e, t) {
|
|
12038
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
12039
12039
|
fill: "none",
|
|
12040
12040
|
stroke: "currentColor",
|
|
12041
12041
|
"stroke-linecap": "round",
|
|
@@ -12046,14 +12046,14 @@ function render$89(e, t) {
|
|
|
12046
12046
|
}
|
|
12047
12047
|
var message_circle_default = {
|
|
12048
12048
|
name: "lucide-message-circle",
|
|
12049
|
-
render: render$
|
|
12050
|
-
}, _hoisted_1$
|
|
12049
|
+
render: render$91
|
|
12050
|
+
}, _hoisted_1$111 = {
|
|
12051
12051
|
viewBox: "0 0 24 24",
|
|
12052
12052
|
width: "1.2em",
|
|
12053
12053
|
height: "1.2em"
|
|
12054
12054
|
};
|
|
12055
|
-
function render$
|
|
12056
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12055
|
+
function render$90(e, t) {
|
|
12056
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("path", {
|
|
12057
12057
|
fill: "none",
|
|
12058
12058
|
stroke: "currentColor",
|
|
12059
12059
|
"stroke-linecap": "round",
|
|
@@ -12064,14 +12064,14 @@ function render$88(e, t) {
|
|
|
12064
12064
|
}
|
|
12065
12065
|
var message_square_default = {
|
|
12066
12066
|
name: "lucide-message-square",
|
|
12067
|
-
render: render$
|
|
12068
|
-
}, _hoisted_1$
|
|
12067
|
+
render: render$90
|
|
12068
|
+
}, _hoisted_1$110 = {
|
|
12069
12069
|
viewBox: "0 0 24 24",
|
|
12070
12070
|
width: "1.2em",
|
|
12071
12071
|
height: "1.2em"
|
|
12072
12072
|
};
|
|
12073
|
-
function render$
|
|
12074
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12073
|
+
function render$89(e, t) {
|
|
12074
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
|
|
12075
12075
|
fill: "none",
|
|
12076
12076
|
stroke: "currentColor",
|
|
12077
12077
|
"stroke-linecap": "round",
|
|
@@ -12082,14 +12082,14 @@ function render$87(e, t) {
|
|
|
12082
12082
|
}
|
|
12083
12083
|
var message_square_plus_default = {
|
|
12084
12084
|
name: "lucide-message-square-plus",
|
|
12085
|
-
render: render$
|
|
12086
|
-
}, _hoisted_1$
|
|
12085
|
+
render: render$89
|
|
12086
|
+
}, _hoisted_1$109 = {
|
|
12087
12087
|
viewBox: "0 0 24 24",
|
|
12088
12088
|
width: "1.2em",
|
|
12089
12089
|
height: "1.2em"
|
|
12090
12090
|
};
|
|
12091
|
-
function render$
|
|
12092
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12091
|
+
function render$88(e, t) {
|
|
12092
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
|
|
12093
12093
|
fill: "none",
|
|
12094
12094
|
stroke: "currentColor",
|
|
12095
12095
|
"stroke-linecap": "round",
|
|
@@ -12100,14 +12100,14 @@ function render$86(e, t) {
|
|
|
12100
12100
|
}
|
|
12101
12101
|
var messages_square_default = {
|
|
12102
12102
|
name: "lucide-messages-square",
|
|
12103
|
-
render: render$
|
|
12104
|
-
}, _hoisted_1$
|
|
12103
|
+
render: render$88
|
|
12104
|
+
}, _hoisted_1$108 = {
|
|
12105
12105
|
viewBox: "0 0 24 24",
|
|
12106
12106
|
width: "1.2em",
|
|
12107
12107
|
height: "1.2em"
|
|
12108
12108
|
};
|
|
12109
|
-
function render$
|
|
12110
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12109
|
+
function render$87(e, t) {
|
|
12110
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("g", {
|
|
12111
12111
|
fill: "none",
|
|
12112
12112
|
stroke: "currentColor",
|
|
12113
12113
|
"stroke-linecap": "round",
|
|
@@ -12123,14 +12123,14 @@ function render$85(e, t) {
|
|
|
12123
12123
|
}
|
|
12124
12124
|
var mic_default = {
|
|
12125
12125
|
name: "lucide-mic",
|
|
12126
|
-
render: render$
|
|
12127
|
-
}, _hoisted_1$
|
|
12126
|
+
render: render$87
|
|
12127
|
+
}, _hoisted_1$107 = {
|
|
12128
12128
|
viewBox: "0 0 24 24",
|
|
12129
12129
|
width: "1.2em",
|
|
12130
12130
|
height: "1.2em"
|
|
12131
12131
|
};
|
|
12132
|
-
function render$
|
|
12133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12132
|
+
function render$86(e, t) {
|
|
12133
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
12134
12134
|
fill: "none",
|
|
12135
12135
|
stroke: "currentColor",
|
|
12136
12136
|
"stroke-linecap": "round",
|
|
@@ -12141,14 +12141,14 @@ function render$84(e, t) {
|
|
|
12141
12141
|
}
|
|
12142
12142
|
var milestone_default = {
|
|
12143
12143
|
name: "lucide-milestone",
|
|
12144
|
-
render: render$
|
|
12145
|
-
}, _hoisted_1$
|
|
12144
|
+
render: render$86
|
|
12145
|
+
}, _hoisted_1$106 = {
|
|
12146
12146
|
viewBox: "0 0 24 24",
|
|
12147
12147
|
width: "1.2em",
|
|
12148
12148
|
height: "1.2em"
|
|
12149
12149
|
};
|
|
12150
|
-
function render$
|
|
12151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12150
|
+
function render$85(e, t) {
|
|
12151
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
12152
12152
|
fill: "none",
|
|
12153
12153
|
stroke: "currentColor",
|
|
12154
12154
|
"stroke-linecap": "round",
|
|
@@ -12159,14 +12159,14 @@ function render$83(e, t) {
|
|
|
12159
12159
|
}
|
|
12160
12160
|
var minimize_2_default = {
|
|
12161
12161
|
name: "lucide-minimize-2",
|
|
12162
|
-
render: render$
|
|
12163
|
-
}, _hoisted_1$
|
|
12162
|
+
render: render$85
|
|
12163
|
+
}, _hoisted_1$105 = {
|
|
12164
12164
|
viewBox: "0 0 24 24",
|
|
12165
12165
|
width: "1.2em",
|
|
12166
12166
|
height: "1.2em"
|
|
12167
12167
|
};
|
|
12168
|
-
function render$
|
|
12169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12168
|
+
function render$84(e, t) {
|
|
12169
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("path", {
|
|
12170
12170
|
fill: "none",
|
|
12171
12171
|
stroke: "currentColor",
|
|
12172
12172
|
"stroke-linecap": "round",
|
|
@@ -12177,14 +12177,14 @@ function render$82(e, t) {
|
|
|
12177
12177
|
}
|
|
12178
12178
|
var minus_default = {
|
|
12179
12179
|
name: "lucide-minus",
|
|
12180
|
-
render: render$
|
|
12181
|
-
}, _hoisted_1$
|
|
12180
|
+
render: render$84
|
|
12181
|
+
}, _hoisted_1$104 = {
|
|
12182
12182
|
viewBox: "0 0 24 24",
|
|
12183
12183
|
width: "1.2em",
|
|
12184
12184
|
height: "1.2em"
|
|
12185
12185
|
};
|
|
12186
|
-
function render$
|
|
12187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12186
|
+
function render$83(e, t) {
|
|
12187
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
|
|
12188
12188
|
fill: "none",
|
|
12189
12189
|
stroke: "currentColor",
|
|
12190
12190
|
"stroke-linecap": "round",
|
|
@@ -12195,25 +12195,25 @@ function render$81(e, t) {
|
|
|
12195
12195
|
}
|
|
12196
12196
|
var mouse_pointer_default = {
|
|
12197
12197
|
name: "lucide-mouse-pointer",
|
|
12198
|
-
render: render$
|
|
12199
|
-
}, _hoisted_1$
|
|
12198
|
+
render: render$83
|
|
12199
|
+
}, _hoisted_1$103 = {
|
|
12200
12200
|
viewBox: "0 0 24 24",
|
|
12201
12201
|
width: "1.2em",
|
|
12202
12202
|
height: "1.2em"
|
|
12203
12203
|
};
|
|
12204
|
-
function render$
|
|
12205
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12204
|
+
function render$82(e, t) {
|
|
12205
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...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
12206
|
}
|
|
12207
12207
|
var network_default = {
|
|
12208
12208
|
name: "lucide-network",
|
|
12209
|
-
render: render$
|
|
12210
|
-
}, _hoisted_1$
|
|
12209
|
+
render: render$82
|
|
12210
|
+
}, _hoisted_1$102 = {
|
|
12211
12211
|
viewBox: "0 0 24 24",
|
|
12212
12212
|
width: "1.2em",
|
|
12213
12213
|
height: "1.2em"
|
|
12214
12214
|
};
|
|
12215
|
-
function render$
|
|
12216
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12215
|
+
function render$81(e, t) {
|
|
12216
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("g", {
|
|
12217
12217
|
fill: "none",
|
|
12218
12218
|
stroke: "currentColor",
|
|
12219
12219
|
"stroke-linecap": "round",
|
|
@@ -12223,14 +12223,14 @@ function render$79(e, t) {
|
|
|
12223
12223
|
}
|
|
12224
12224
|
var notebook_pen_default = {
|
|
12225
12225
|
name: "lucide-notebook-pen",
|
|
12226
|
-
render: render$
|
|
12227
|
-
}, _hoisted_1$
|
|
12226
|
+
render: render$81
|
|
12227
|
+
}, _hoisted_1$101 = {
|
|
12228
12228
|
viewBox: "0 0 24 24",
|
|
12229
12229
|
width: "1.2em",
|
|
12230
12230
|
height: "1.2em"
|
|
12231
12231
|
};
|
|
12232
|
-
function render$
|
|
12233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12232
|
+
function render$80(e, t) {
|
|
12233
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("g", {
|
|
12234
12234
|
fill: "none",
|
|
12235
12235
|
stroke: "currentColor",
|
|
12236
12236
|
"stroke-linecap": "round",
|
|
@@ -12244,25 +12244,25 @@ function render$78(e, t) {
|
|
|
12244
12244
|
}
|
|
12245
12245
|
var package_open_default = {
|
|
12246
12246
|
name: "lucide-package-open",
|
|
12247
|
-
render: render$
|
|
12248
|
-
}, _hoisted_1$
|
|
12247
|
+
render: render$80
|
|
12248
|
+
}, _hoisted_1$100 = {
|
|
12249
12249
|
viewBox: "0 0 24 24",
|
|
12250
12250
|
width: "1.2em",
|
|
12251
12251
|
height: "1.2em"
|
|
12252
12252
|
};
|
|
12253
|
-
function render$
|
|
12254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12253
|
+
function render$79(e, t) {
|
|
12254
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...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
12255
|
}
|
|
12256
12256
|
var palette_default = {
|
|
12257
12257
|
name: "lucide-palette",
|
|
12258
|
-
render: render$
|
|
12259
|
-
}, _hoisted_1$
|
|
12258
|
+
render: render$79
|
|
12259
|
+
}, _hoisted_1$99 = {
|
|
12260
12260
|
viewBox: "0 0 24 24",
|
|
12261
12261
|
width: "1.2em",
|
|
12262
12262
|
height: "1.2em"
|
|
12263
12263
|
};
|
|
12264
|
-
function render$
|
|
12265
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12264
|
+
function render$78(e, t) {
|
|
12265
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("g", {
|
|
12266
12266
|
fill: "none",
|
|
12267
12267
|
stroke: "currentColor",
|
|
12268
12268
|
"stroke-linecap": "round",
|
|
@@ -12278,14 +12278,14 @@ function render$76(e, t) {
|
|
|
12278
12278
|
}
|
|
12279
12279
|
var panel_left_default = {
|
|
12280
12280
|
name: "lucide-panel-left",
|
|
12281
|
-
render: render$
|
|
12282
|
-
}, _hoisted_1$
|
|
12281
|
+
render: render$78
|
|
12282
|
+
}, _hoisted_1$98 = {
|
|
12283
12283
|
viewBox: "0 0 24 24",
|
|
12284
12284
|
width: "1.2em",
|
|
12285
12285
|
height: "1.2em"
|
|
12286
12286
|
};
|
|
12287
|
-
function render$
|
|
12288
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12287
|
+
function render$77(e, t) {
|
|
12288
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("g", {
|
|
12289
12289
|
fill: "none",
|
|
12290
12290
|
stroke: "currentColor",
|
|
12291
12291
|
"stroke-linecap": "round",
|
|
@@ -12301,14 +12301,14 @@ function render$75(e, t) {
|
|
|
12301
12301
|
}
|
|
12302
12302
|
var panel_right_default = {
|
|
12303
12303
|
name: "lucide-panel-right",
|
|
12304
|
-
render: render$
|
|
12305
|
-
}, _hoisted_1$
|
|
12304
|
+
render: render$77
|
|
12305
|
+
}, _hoisted_1$97 = {
|
|
12306
12306
|
viewBox: "0 0 24 24",
|
|
12307
12307
|
width: "1.2em",
|
|
12308
12308
|
height: "1.2em"
|
|
12309
12309
|
};
|
|
12310
|
-
function render$
|
|
12311
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12310
|
+
function render$76(e, t) {
|
|
12311
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("path", {
|
|
12312
12312
|
fill: "none",
|
|
12313
12313
|
stroke: "currentColor",
|
|
12314
12314
|
"stroke-linecap": "round",
|
|
@@ -12319,14 +12319,14 @@ function render$74(e, t) {
|
|
|
12319
12319
|
}
|
|
12320
12320
|
var paperclip_default = {
|
|
12321
12321
|
name: "lucide-paperclip",
|
|
12322
|
-
render: render$
|
|
12323
|
-
}, _hoisted_1$
|
|
12322
|
+
render: render$76
|
|
12323
|
+
}, _hoisted_1$96 = {
|
|
12324
12324
|
viewBox: "0 0 24 24",
|
|
12325
12325
|
width: "1.2em",
|
|
12326
12326
|
height: "1.2em"
|
|
12327
12327
|
};
|
|
12328
|
-
function render$
|
|
12329
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12328
|
+
function render$75(e, t) {
|
|
12329
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("g", {
|
|
12330
12330
|
fill: "none",
|
|
12331
12331
|
stroke: "currentColor",
|
|
12332
12332
|
"stroke-linecap": "round",
|
|
@@ -12348,14 +12348,14 @@ function render$73(e, t) {
|
|
|
12348
12348
|
}
|
|
12349
12349
|
var pause_default = {
|
|
12350
12350
|
name: "lucide-pause",
|
|
12351
|
-
render: render$
|
|
12352
|
-
}, _hoisted_1$
|
|
12351
|
+
render: render$75
|
|
12352
|
+
}, _hoisted_1$95 = {
|
|
12353
12353
|
viewBox: "0 0 24 24",
|
|
12354
12354
|
width: "1.2em",
|
|
12355
12355
|
height: "1.2em"
|
|
12356
12356
|
};
|
|
12357
|
-
function render$
|
|
12358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12357
|
+
function render$74(e, t) {
|
|
12358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
|
|
12359
12359
|
fill: "none",
|
|
12360
12360
|
stroke: "currentColor",
|
|
12361
12361
|
"stroke-linecap": "round",
|
|
@@ -12366,14 +12366,14 @@ function render$72(e, t) {
|
|
|
12366
12366
|
}
|
|
12367
12367
|
var pen_default = {
|
|
12368
12368
|
name: "lucide-pen",
|
|
12369
|
-
render: render$
|
|
12370
|
-
}, _hoisted_1$
|
|
12369
|
+
render: render$74
|
|
12370
|
+
}, _hoisted_1$94 = {
|
|
12371
12371
|
viewBox: "0 0 24 24",
|
|
12372
12372
|
width: "1.2em",
|
|
12373
12373
|
height: "1.2em"
|
|
12374
12374
|
};
|
|
12375
|
-
function render$
|
|
12376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12375
|
+
function render$73(e, t) {
|
|
12376
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
|
|
12377
12377
|
fill: "none",
|
|
12378
12378
|
stroke: "currentColor",
|
|
12379
12379
|
"stroke-linecap": "round",
|
|
@@ -12384,14 +12384,32 @@ function render$71(e, t) {
|
|
|
12384
12384
|
}
|
|
12385
12385
|
var pencil_default = {
|
|
12386
12386
|
name: "lucide-pencil",
|
|
12387
|
-
render: render$
|
|
12388
|
-
}, _hoisted_1$
|
|
12387
|
+
render: render$73
|
|
12388
|
+
}, _hoisted_1$93 = {
|
|
12389
12389
|
viewBox: "0 0 24 24",
|
|
12390
12390
|
width: "1.2em",
|
|
12391
12391
|
height: "1.2em"
|
|
12392
12392
|
};
|
|
12393
|
-
function render$
|
|
12394
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12393
|
+
function render$72(e, t) {
|
|
12394
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("path", {
|
|
12395
|
+
fill: "none",
|
|
12396
|
+
stroke: "currentColor",
|
|
12397
|
+
"stroke-linecap": "round",
|
|
12398
|
+
"stroke-linejoin": "round",
|
|
12399
|
+
"stroke-width": "2",
|
|
12400
|
+
d: "m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M15 5l4 4M2 2l20 20"
|
|
12401
|
+
}, null, -1)]]);
|
|
12402
|
+
}
|
|
12403
|
+
var pencil_off_default = {
|
|
12404
|
+
name: "lucide-pencil-off",
|
|
12405
|
+
render: render$72
|
|
12406
|
+
}, _hoisted_1$92 = {
|
|
12407
|
+
viewBox: "0 0 24 24",
|
|
12408
|
+
width: "1.2em",
|
|
12409
|
+
height: "1.2em"
|
|
12410
|
+
};
|
|
12411
|
+
function render$71(e, t) {
|
|
12412
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createElementVNode("path", {
|
|
12395
12413
|
fill: "none",
|
|
12396
12414
|
stroke: "currentColor",
|
|
12397
12415
|
"stroke-linecap": "round",
|
|
@@ -12402,14 +12420,14 @@ function render$70(e, t) {
|
|
|
12402
12420
|
}
|
|
12403
12421
|
var pin_default = {
|
|
12404
12422
|
name: "lucide-pin",
|
|
12405
|
-
render: render$
|
|
12406
|
-
}, _hoisted_1$
|
|
12423
|
+
render: render$71
|
|
12424
|
+
}, _hoisted_1$91 = {
|
|
12407
12425
|
viewBox: "0 0 24 24",
|
|
12408
12426
|
width: "1.2em",
|
|
12409
12427
|
height: "1.2em"
|
|
12410
12428
|
};
|
|
12411
|
-
function render$
|
|
12412
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12429
|
+
function render$70(e, t) {
|
|
12430
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("path", {
|
|
12413
12431
|
fill: "none",
|
|
12414
12432
|
stroke: "currentColor",
|
|
12415
12433
|
"stroke-linecap": "round",
|
|
@@ -12420,14 +12438,14 @@ function render$69(e, t) {
|
|
|
12420
12438
|
}
|
|
12421
12439
|
var play_default = {
|
|
12422
12440
|
name: "lucide-play",
|
|
12423
|
-
render: render$
|
|
12424
|
-
}, _hoisted_1$
|
|
12441
|
+
render: render$70
|
|
12442
|
+
}, _hoisted_1$90 = {
|
|
12425
12443
|
viewBox: "0 0 24 24",
|
|
12426
12444
|
width: "1.2em",
|
|
12427
12445
|
height: "1.2em"
|
|
12428
12446
|
};
|
|
12429
|
-
function render$
|
|
12430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12447
|
+
function render$69(e, t) {
|
|
12448
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("path", {
|
|
12431
12449
|
fill: "none",
|
|
12432
12450
|
stroke: "currentColor",
|
|
12433
12451
|
"stroke-linecap": "round",
|
|
@@ -12438,14 +12456,14 @@ function render$68(e, t) {
|
|
|
12438
12456
|
}
|
|
12439
12457
|
var plug_default = {
|
|
12440
12458
|
name: "lucide-plug",
|
|
12441
|
-
render: render$
|
|
12442
|
-
}, _hoisted_1$
|
|
12459
|
+
render: render$69
|
|
12460
|
+
}, _hoisted_1$89 = {
|
|
12443
12461
|
viewBox: "0 0 24 24",
|
|
12444
12462
|
width: "1.2em",
|
|
12445
12463
|
height: "1.2em"
|
|
12446
12464
|
};
|
|
12447
|
-
function render$
|
|
12448
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12465
|
+
function render$68(e, t) {
|
|
12466
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createElementVNode("path", {
|
|
12449
12467
|
fill: "none",
|
|
12450
12468
|
stroke: "currentColor",
|
|
12451
12469
|
"stroke-linecap": "round",
|
|
@@ -12456,14 +12474,14 @@ function render$67(e, t) {
|
|
|
12456
12474
|
}
|
|
12457
12475
|
var plus_default = {
|
|
12458
12476
|
name: "lucide-plus",
|
|
12459
|
-
render: render$
|
|
12460
|
-
}, _hoisted_1$
|
|
12477
|
+
render: render$68
|
|
12478
|
+
}, _hoisted_1$88 = {
|
|
12461
12479
|
viewBox: "0 0 24 24",
|
|
12462
12480
|
width: "1.2em",
|
|
12463
12481
|
height: "1.2em"
|
|
12464
12482
|
};
|
|
12465
|
-
function render$
|
|
12466
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12483
|
+
function render$67(e, t) {
|
|
12484
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("g", {
|
|
12467
12485
|
fill: "none",
|
|
12468
12486
|
stroke: "currentColor",
|
|
12469
12487
|
"stroke-linecap": "round",
|
|
@@ -12473,14 +12491,14 @@ function render$66(e, t) {
|
|
|
12473
12491
|
}
|
|
12474
12492
|
var pocket_knife_default = {
|
|
12475
12493
|
name: "lucide-pocket-knife",
|
|
12476
|
-
render: render$
|
|
12477
|
-
}, _hoisted_1$
|
|
12494
|
+
render: render$67
|
|
12495
|
+
}, _hoisted_1$87 = {
|
|
12478
12496
|
viewBox: "0 0 24 24",
|
|
12479
12497
|
width: "1.2em",
|
|
12480
12498
|
height: "1.2em"
|
|
12481
12499
|
};
|
|
12482
|
-
function render$
|
|
12483
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12500
|
+
function render$66(e, t) {
|
|
12501
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("path", {
|
|
12484
12502
|
fill: "none",
|
|
12485
12503
|
stroke: "currentColor",
|
|
12486
12504
|
"stroke-linecap": "round",
|
|
@@ -12491,14 +12509,14 @@ function render$65(e, t) {
|
|
|
12491
12509
|
}
|
|
12492
12510
|
var power_default = {
|
|
12493
12511
|
name: "lucide-power",
|
|
12494
|
-
render: render$
|
|
12495
|
-
}, _hoisted_1$
|
|
12512
|
+
render: render$66
|
|
12513
|
+
}, _hoisted_1$86 = {
|
|
12496
12514
|
viewBox: "0 0 24 24",
|
|
12497
12515
|
width: "1.2em",
|
|
12498
12516
|
height: "1.2em"
|
|
12499
12517
|
};
|
|
12500
|
-
function render$
|
|
12501
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12518
|
+
function render$65(e, t) {
|
|
12519
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("g", {
|
|
12502
12520
|
fill: "none",
|
|
12503
12521
|
stroke: "currentColor",
|
|
12504
12522
|
"stroke-linecap": "round",
|
|
@@ -12508,14 +12526,14 @@ function render$64(e, t) {
|
|
|
12508
12526
|
}
|
|
12509
12527
|
var redo_2_default = {
|
|
12510
12528
|
name: "lucide-redo-2",
|
|
12511
|
-
render: render$
|
|
12512
|
-
}, _hoisted_1$
|
|
12529
|
+
render: render$65
|
|
12530
|
+
}, _hoisted_1$85 = {
|
|
12513
12531
|
viewBox: "0 0 24 24",
|
|
12514
12532
|
width: "1.2em",
|
|
12515
12533
|
height: "1.2em"
|
|
12516
12534
|
};
|
|
12517
|
-
function render$
|
|
12518
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12535
|
+
function render$64(e, t) {
|
|
12536
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("g", {
|
|
12519
12537
|
fill: "none",
|
|
12520
12538
|
stroke: "currentColor",
|
|
12521
12539
|
"stroke-linecap": "round",
|
|
@@ -12529,14 +12547,14 @@ function render$63(e, t) {
|
|
|
12529
12547
|
}
|
|
12530
12548
|
var refresh_cw_default = {
|
|
12531
12549
|
name: "lucide-refresh-cw",
|
|
12532
|
-
render: render$
|
|
12533
|
-
}, _hoisted_1$
|
|
12550
|
+
render: render$64
|
|
12551
|
+
}, _hoisted_1$84 = {
|
|
12534
12552
|
viewBox: "0 0 24 24",
|
|
12535
12553
|
width: "1.2em",
|
|
12536
12554
|
height: "1.2em"
|
|
12537
12555
|
};
|
|
12538
|
-
function render$
|
|
12539
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12556
|
+
function render$63(e, t) {
|
|
12557
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
|
|
12540
12558
|
fill: "none",
|
|
12541
12559
|
stroke: "currentColor",
|
|
12542
12560
|
"stroke-linecap": "round",
|
|
@@ -12547,14 +12565,14 @@ function render$62(e, t) {
|
|
|
12547
12565
|
}
|
|
12548
12566
|
var remove_formatting_default = {
|
|
12549
12567
|
name: "lucide-remove-formatting",
|
|
12550
|
-
render: render$
|
|
12551
|
-
}, _hoisted_1$
|
|
12568
|
+
render: render$63
|
|
12569
|
+
}, _hoisted_1$83 = {
|
|
12552
12570
|
viewBox: "0 0 24 24",
|
|
12553
12571
|
width: "1.2em",
|
|
12554
12572
|
height: "1.2em"
|
|
12555
12573
|
};
|
|
12556
|
-
function render$
|
|
12557
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12574
|
+
function render$62(e, t) {
|
|
12575
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("g", {
|
|
12558
12576
|
fill: "none",
|
|
12559
12577
|
stroke: "currentColor",
|
|
12560
12578
|
"stroke-linecap": "round",
|
|
@@ -12568,14 +12586,14 @@ function render$61(e, t) {
|
|
|
12568
12586
|
}
|
|
12569
12587
|
var rss_default = {
|
|
12570
12588
|
name: "lucide-rss",
|
|
12571
|
-
render: render$
|
|
12572
|
-
}, _hoisted_1$
|
|
12589
|
+
render: render$62
|
|
12590
|
+
}, _hoisted_1$82 = {
|
|
12573
12591
|
viewBox: "0 0 24 24",
|
|
12574
12592
|
width: "1.2em",
|
|
12575
12593
|
height: "1.2em"
|
|
12576
12594
|
};
|
|
12577
|
-
function render$
|
|
12578
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12595
|
+
function render$61(e, t) {
|
|
12596
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
|
|
12579
12597
|
fill: "none",
|
|
12580
12598
|
stroke: "currentColor",
|
|
12581
12599
|
"stroke-linecap": "round",
|
|
@@ -12586,14 +12604,14 @@ function render$60(e, t) {
|
|
|
12586
12604
|
}
|
|
12587
12605
|
var satellite_dish_default = {
|
|
12588
12606
|
name: "lucide-satellite-dish",
|
|
12589
|
-
render: render$
|
|
12590
|
-
}, _hoisted_1$
|
|
12607
|
+
render: render$61
|
|
12608
|
+
}, _hoisted_1$81 = {
|
|
12591
12609
|
viewBox: "0 0 24 24",
|
|
12592
12610
|
width: "1.2em",
|
|
12593
12611
|
height: "1.2em"
|
|
12594
12612
|
};
|
|
12595
|
-
function render$
|
|
12596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12613
|
+
function render$60(e, t) {
|
|
12614
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("g", {
|
|
12597
12615
|
fill: "none",
|
|
12598
12616
|
stroke: "currentColor",
|
|
12599
12617
|
"stroke-linecap": "round",
|
|
@@ -12603,14 +12621,14 @@ function render$59(e, t) {
|
|
|
12603
12621
|
}
|
|
12604
12622
|
var save_default = {
|
|
12605
12623
|
name: "lucide-save",
|
|
12606
|
-
render: render$
|
|
12607
|
-
}, _hoisted_1$
|
|
12624
|
+
render: render$60
|
|
12625
|
+
}, _hoisted_1$80 = {
|
|
12608
12626
|
viewBox: "0 0 24 24",
|
|
12609
12627
|
width: "1.2em",
|
|
12610
12628
|
height: "1.2em"
|
|
12611
12629
|
};
|
|
12612
|
-
function render$
|
|
12613
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12630
|
+
function render$59(e, t) {
|
|
12631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
|
|
12614
12632
|
fill: "none",
|
|
12615
12633
|
stroke: "currentColor",
|
|
12616
12634
|
"stroke-linecap": "round",
|
|
@@ -12621,25 +12639,25 @@ function render$58(e, t) {
|
|
|
12621
12639
|
}
|
|
12622
12640
|
var scale_default = {
|
|
12623
12641
|
name: "lucide-scale",
|
|
12624
|
-
render: render$
|
|
12625
|
-
}, _hoisted_1$
|
|
12642
|
+
render: render$59
|
|
12643
|
+
}, _hoisted_1$79 = {
|
|
12626
12644
|
viewBox: "0 0 24 24",
|
|
12627
12645
|
width: "1.2em",
|
|
12628
12646
|
height: "1.2em"
|
|
12629
12647
|
};
|
|
12630
|
-
function render$
|
|
12631
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12648
|
+
function render$58(e, t) {
|
|
12649
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...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)]]);
|
|
12632
12650
|
}
|
|
12633
12651
|
var scissors_default = {
|
|
12634
12652
|
name: "lucide-scissors",
|
|
12635
|
-
render: render$
|
|
12636
|
-
}, _hoisted_1$
|
|
12653
|
+
render: render$58
|
|
12654
|
+
}, _hoisted_1$78 = {
|
|
12637
12655
|
viewBox: "0 0 24 24",
|
|
12638
12656
|
width: "1.2em",
|
|
12639
12657
|
height: "1.2em"
|
|
12640
12658
|
};
|
|
12641
|
-
function render$
|
|
12642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12659
|
+
function render$57(e, t) {
|
|
12660
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
|
|
12643
12661
|
fill: "none",
|
|
12644
12662
|
stroke: "currentColor",
|
|
12645
12663
|
"stroke-linecap": "round",
|
|
@@ -12649,14 +12667,14 @@ function render$56(e, t) {
|
|
|
12649
12667
|
}
|
|
12650
12668
|
var scroll_text_default = {
|
|
12651
12669
|
name: "lucide-scroll-text",
|
|
12652
|
-
render: render$
|
|
12653
|
-
}, _hoisted_1$
|
|
12670
|
+
render: render$57
|
|
12671
|
+
}, _hoisted_1$77 = {
|
|
12654
12672
|
viewBox: "0 0 24 24",
|
|
12655
12673
|
width: "1.2em",
|
|
12656
12674
|
height: "1.2em"
|
|
12657
12675
|
};
|
|
12658
|
-
function render$
|
|
12659
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12676
|
+
function render$56(e, t) {
|
|
12677
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("g", {
|
|
12660
12678
|
fill: "none",
|
|
12661
12679
|
stroke: "currentColor",
|
|
12662
12680
|
"stroke-linecap": "round",
|
|
@@ -12670,14 +12688,14 @@ function render$55(e, t) {
|
|
|
12670
12688
|
}
|
|
12671
12689
|
var search_default = {
|
|
12672
12690
|
name: "lucide-search",
|
|
12673
|
-
render: render$
|
|
12674
|
-
}, _hoisted_1$
|
|
12691
|
+
render: render$56
|
|
12692
|
+
}, _hoisted_1$76 = {
|
|
12675
12693
|
viewBox: "0 0 24 24",
|
|
12676
12694
|
width: "1.2em",
|
|
12677
12695
|
height: "1.2em"
|
|
12678
12696
|
};
|
|
12679
|
-
function render$
|
|
12680
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12697
|
+
function render$55(e, t) {
|
|
12698
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("path", {
|
|
12681
12699
|
fill: "none",
|
|
12682
12700
|
stroke: "currentColor",
|
|
12683
12701
|
"stroke-linecap": "round",
|
|
@@ -12688,14 +12706,14 @@ function render$54(e, t) {
|
|
|
12688
12706
|
}
|
|
12689
12707
|
var send_default = {
|
|
12690
12708
|
name: "lucide-send",
|
|
12691
|
-
render: render$
|
|
12692
|
-
}, _hoisted_1$
|
|
12709
|
+
render: render$55
|
|
12710
|
+
}, _hoisted_1$75 = {
|
|
12693
12711
|
viewBox: "0 0 24 24",
|
|
12694
12712
|
width: "1.2em",
|
|
12695
12713
|
height: "1.2em"
|
|
12696
12714
|
};
|
|
12697
|
-
function render$
|
|
12698
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12715
|
+
function render$54(e, t) {
|
|
12716
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("g", {
|
|
12699
12717
|
fill: "none",
|
|
12700
12718
|
stroke: "currentColor",
|
|
12701
12719
|
"stroke-linecap": "round",
|
|
@@ -12723,14 +12741,14 @@ function render$53(e, t) {
|
|
|
12723
12741
|
}
|
|
12724
12742
|
var server_default = {
|
|
12725
12743
|
name: "lucide-server",
|
|
12726
|
-
render: render$
|
|
12727
|
-
}, _hoisted_1$
|
|
12744
|
+
render: render$54
|
|
12745
|
+
}, _hoisted_1$74 = {
|
|
12728
12746
|
viewBox: "0 0 24 24",
|
|
12729
12747
|
width: "1.2em",
|
|
12730
12748
|
height: "1.2em"
|
|
12731
12749
|
};
|
|
12732
|
-
function render$
|
|
12733
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12750
|
+
function render$53(e, t) {
|
|
12751
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("g", {
|
|
12734
12752
|
fill: "none",
|
|
12735
12753
|
stroke: "currentColor",
|
|
12736
12754
|
"stroke-linecap": "round",
|
|
@@ -12744,14 +12762,14 @@ function render$52(e, t) {
|
|
|
12744
12762
|
}
|
|
12745
12763
|
var settings_default = {
|
|
12746
12764
|
name: "lucide-settings",
|
|
12747
|
-
render: render$
|
|
12748
|
-
}, _hoisted_1$
|
|
12765
|
+
render: render$53
|
|
12766
|
+
}, _hoisted_1$73 = {
|
|
12749
12767
|
viewBox: "0 0 24 24",
|
|
12750
12768
|
width: "1.2em",
|
|
12751
12769
|
height: "1.2em"
|
|
12752
12770
|
};
|
|
12753
|
-
function render$
|
|
12754
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12771
|
+
function render$52(e, t) {
|
|
12772
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
|
|
12755
12773
|
fill: "none",
|
|
12756
12774
|
stroke: "currentColor",
|
|
12757
12775
|
"stroke-linecap": "round",
|
|
@@ -12773,14 +12791,14 @@ function render$51(e, t) {
|
|
|
12773
12791
|
}
|
|
12774
12792
|
var settings_2_default = {
|
|
12775
12793
|
name: "lucide-settings-2",
|
|
12776
|
-
render: render$
|
|
12777
|
-
}, _hoisted_1$
|
|
12794
|
+
render: render$52
|
|
12795
|
+
}, _hoisted_1$72 = {
|
|
12778
12796
|
viewBox: "0 0 24 24",
|
|
12779
12797
|
width: "1.2em",
|
|
12780
12798
|
height: "1.2em"
|
|
12781
12799
|
};
|
|
12782
|
-
function render$
|
|
12783
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12800
|
+
function render$51(e, t) {
|
|
12801
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
|
|
12784
12802
|
fill: "none",
|
|
12785
12803
|
stroke: "currentColor",
|
|
12786
12804
|
"stroke-linecap": "round",
|
|
@@ -12791,14 +12809,14 @@ function render$50(e, t) {
|
|
|
12791
12809
|
}
|
|
12792
12810
|
var share_default = {
|
|
12793
12811
|
name: "lucide-share",
|
|
12794
|
-
render: render$
|
|
12795
|
-
}, _hoisted_1$
|
|
12812
|
+
render: render$51
|
|
12813
|
+
}, _hoisted_1$71 = {
|
|
12796
12814
|
viewBox: "0 0 24 24",
|
|
12797
12815
|
width: "1.2em",
|
|
12798
12816
|
height: "1.2em"
|
|
12799
12817
|
};
|
|
12800
|
-
function render$
|
|
12801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12818
|
+
function render$50(e, t) {
|
|
12819
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("path", {
|
|
12802
12820
|
fill: "none",
|
|
12803
12821
|
stroke: "currentColor",
|
|
12804
12822
|
"stroke-linecap": "round",
|
|
@@ -12809,14 +12827,14 @@ function render$49(e, t) {
|
|
|
12809
12827
|
}
|
|
12810
12828
|
var shield_default = {
|
|
12811
12829
|
name: "lucide-shield",
|
|
12812
|
-
render: render$
|
|
12813
|
-
}, _hoisted_1$
|
|
12830
|
+
render: render$50
|
|
12831
|
+
}, _hoisted_1$70 = {
|
|
12814
12832
|
viewBox: "0 0 24 24",
|
|
12815
12833
|
width: "1.2em",
|
|
12816
12834
|
height: "1.2em"
|
|
12817
12835
|
};
|
|
12818
|
-
function render$
|
|
12819
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12836
|
+
function render$49(e, t) {
|
|
12837
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("path", {
|
|
12820
12838
|
fill: "none",
|
|
12821
12839
|
stroke: "currentColor",
|
|
12822
12840
|
"stroke-linecap": "round",
|
|
@@ -12827,6 +12845,31 @@ function render$48(e, t) {
|
|
|
12827
12845
|
}
|
|
12828
12846
|
var shield_half_default = {
|
|
12829
12847
|
name: "lucide-shield-half",
|
|
12848
|
+
render: render$49
|
|
12849
|
+
}, _hoisted_1$69 = {
|
|
12850
|
+
viewBox: "0 0 24 24",
|
|
12851
|
+
width: "1.2em",
|
|
12852
|
+
height: "1.2em"
|
|
12853
|
+
};
|
|
12854
|
+
function render$48(e, t) {
|
|
12855
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createElementVNode("g", {
|
|
12856
|
+
fill: "none",
|
|
12857
|
+
stroke: "currentColor",
|
|
12858
|
+
"stroke-linecap": "round",
|
|
12859
|
+
"stroke-linejoin": "round",
|
|
12860
|
+
"stroke-width": "2"
|
|
12861
|
+
}, [
|
|
12862
|
+
createElementVNode("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
12863
|
+
createElementVNode("path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003" }),
|
|
12864
|
+
createElementVNode("circle", {
|
|
12865
|
+
cx: "12",
|
|
12866
|
+
cy: "11",
|
|
12867
|
+
r: "4"
|
|
12868
|
+
})
|
|
12869
|
+
], -1)]]);
|
|
12870
|
+
}
|
|
12871
|
+
var shield_user_default = {
|
|
12872
|
+
name: "lucide-shield-user",
|
|
12830
12873
|
render: render$48
|
|
12831
12874
|
}, _hoisted_1$68 = {
|
|
12832
12875
|
viewBox: "0 0 24 24",
|
|
@@ -14104,6 +14147,7 @@ const deprecatedIconSet = {
|
|
|
14104
14147
|
pause: pause_default,
|
|
14105
14148
|
pen: pen_default,
|
|
14106
14149
|
pencil: pencil_default,
|
|
14150
|
+
"pencil-off": pencil_off_default,
|
|
14107
14151
|
pin: pin_default,
|
|
14108
14152
|
play: play_default,
|
|
14109
14153
|
plug: plug_default,
|
|
@@ -14129,6 +14173,7 @@ const deprecatedIconSet = {
|
|
|
14129
14173
|
shield: shield_default,
|
|
14130
14174
|
"sliders-horizontal": sliders_horizontal_default,
|
|
14131
14175
|
"shield-half": shield_half_default,
|
|
14176
|
+
"shield-user": shield_user_default,
|
|
14132
14177
|
smile: smile_default,
|
|
14133
14178
|
sparkles: sparkles_default,
|
|
14134
14179
|
split: split_default,
|
|
@@ -14316,25 +14361,25 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
|
|
|
14316
14361
|
]));
|
|
14317
14362
|
}
|
|
14318
14363
|
}), [["__cssModules", { $style: {
|
|
14319
|
-
button: "
|
|
14320
|
-
xsmall: "
|
|
14321
|
-
small: "
|
|
14322
|
-
medium: "
|
|
14323
|
-
large: "
|
|
14324
|
-
xlarge: "
|
|
14325
|
-
solid: "
|
|
14326
|
-
subtle: "
|
|
14327
|
-
outline: "
|
|
14328
|
-
ghost: "
|
|
14329
|
-
destructive: "
|
|
14330
|
-
success: "
|
|
14331
|
-
disabled: "
|
|
14332
|
-
loading: "
|
|
14333
|
-
iconOnly: "
|
|
14334
|
-
"loading-container": "_loading-
|
|
14335
|
-
"button-inner": "_button-
|
|
14336
|
-
"loading-spinner": "_loading-
|
|
14337
|
-
spin: "
|
|
14364
|
+
button: "_button_1y45g_3",
|
|
14365
|
+
xsmall: "_xsmall_1y45g_56",
|
|
14366
|
+
small: "_small_1y45g_62",
|
|
14367
|
+
medium: "_medium_1y45g_68",
|
|
14368
|
+
large: "_large_1y45g_74",
|
|
14369
|
+
xlarge: "_xlarge_1y45g_80",
|
|
14370
|
+
solid: "_solid_1y45g_86",
|
|
14371
|
+
subtle: "_subtle_1y45g_104",
|
|
14372
|
+
outline: "_outline_1y45g_139",
|
|
14373
|
+
ghost: "_ghost_1y45g_165",
|
|
14374
|
+
destructive: "_destructive_1y45g_180",
|
|
14375
|
+
success: "_success_1y45g_204",
|
|
14376
|
+
disabled: "_disabled_1y45g_231",
|
|
14377
|
+
loading: "_loading_1y45g_235",
|
|
14378
|
+
iconOnly: "_iconOnly_1y45g_238",
|
|
14379
|
+
"loading-container": "_loading-container_1y45g_246",
|
|
14380
|
+
"button-inner": "_button-inner_1y45g_253",
|
|
14381
|
+
"loading-spinner": "_loading-spinner_1y45g_270",
|
|
14382
|
+
spin: "_spin_1y45g_1"
|
|
14338
14383
|
} }]]), N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
14339
14384
|
name: "N8nText",
|
|
14340
14385
|
__name: "Text",
|
|
@@ -23714,123 +23759,10 @@ Boolean, Boolean, Boolean, Boolean, Object, Boolean, require_markdown_it(), requ
|
|
|
23714
23759
|
return (e ?? "") + "";
|
|
23715
23760
|
};
|
|
23716
23761
|
})))();
|
|
23717
|
-
var N8nTooltip_default = Tooltip_default,
|
|
23718
|
-
function isSameRouteRecord(e, t) {
|
|
23719
|
-
return (e.aliasOf || e) === (t.aliasOf || t);
|
|
23720
|
-
}
|
|
23721
|
-
function isSameRouteLocationParams(e, t) {
|
|
23722
|
-
if (Object.keys(e).length !== Object.keys(t).length) return !1;
|
|
23723
|
-
for (let n in e) if (!isSameRouteLocationParamsValue(e[n], t[n])) return !1;
|
|
23724
|
-
return !0;
|
|
23725
|
-
}
|
|
23726
|
-
function isSameRouteLocationParamsValue(e, t) {
|
|
23727
|
-
return isArray$6(e) ? isEquivalentArray(e, t) : isArray$6(t) ? isEquivalentArray(t, e) : e === t;
|
|
23728
|
-
}
|
|
23729
|
-
function isEquivalentArray(e, t) {
|
|
23730
|
-
return isArray$6(t) ? e.length === t.length && e.every((e, n) => e === t[n]) : e.length === 1 && e[0] === t;
|
|
23731
|
-
}
|
|
23732
|
-
var NavigationType;
|
|
23733
|
-
(function(e) {
|
|
23734
|
-
e.pop = "pop", e.push = "push";
|
|
23735
|
-
})(NavigationType ||= {});
|
|
23736
|
-
var NavigationDirection;
|
|
23737
|
-
(function(e) {
|
|
23738
|
-
e.back = "back", e.forward = "forward", e.unknown = "";
|
|
23739
|
-
})(NavigationDirection ||= {});
|
|
23740
|
-
var NavigationFailureType;
|
|
23741
|
-
(function(e) {
|
|
23742
|
-
e[e.aborted = 4] = "aborted", e[e.cancelled = 8] = "cancelled", e[e.duplicated = 16] = "duplicated";
|
|
23743
|
-
})(NavigationFailureType ||= {});
|
|
23744
|
-
var routerKey = Symbol(""), routeLocationKey = Symbol("");
|
|
23745
|
-
function useLink(e) {
|
|
23746
|
-
let t = inject(routerKey), n = inject(routeLocationKey), i = computed(() => {
|
|
23747
|
-
let n = unref(e.to);
|
|
23748
|
-
return t.resolve(n);
|
|
23749
|
-
}), o = computed(() => {
|
|
23750
|
-
let { matched: e } = i.value, { length: t } = e, o = e[t - 1], s = n.matched;
|
|
23751
|
-
if (!o || !s.length) return -1;
|
|
23752
|
-
let l = s.findIndex(isSameRouteRecord.bind(null, o));
|
|
23753
|
-
if (l > -1) return l;
|
|
23754
|
-
let d = getOriginalPath(e[t - 2]);
|
|
23755
|
-
return t > 1 && getOriginalPath(o) === d && s[s.length - 1].path !== d ? s.findIndex(isSameRouteRecord.bind(null, e[t - 2])) : l;
|
|
23756
|
-
}), s = computed(() => o.value > -1 && includesParams(n.params, i.value.params)), l = computed(() => o.value > -1 && o.value === n.matched.length - 1 && isSameRouteLocationParams(n.params, i.value.params));
|
|
23757
|
-
function d(n = {}) {
|
|
23758
|
-
if (guardEvent(n)) {
|
|
23759
|
-
let n = t[unref(e.replace) ? "replace" : "push"](unref(e.to)).catch(noop$1);
|
|
23760
|
-
return e.viewTransition && typeof document < "u" && "startViewTransition" in document && document.startViewTransition(() => n), n;
|
|
23761
|
-
}
|
|
23762
|
-
return Promise.resolve();
|
|
23763
|
-
}
|
|
23764
|
-
return {
|
|
23765
|
-
route: i,
|
|
23766
|
-
href: computed(() => i.value.href),
|
|
23767
|
-
isActive: s,
|
|
23768
|
-
isExactActive: l,
|
|
23769
|
-
navigate: d
|
|
23770
|
-
};
|
|
23771
|
-
}
|
|
23772
|
-
function preferSingleVNode(e) {
|
|
23773
|
-
return e.length === 1 ? e[0] : e;
|
|
23774
|
-
}
|
|
23775
|
-
var RouterLink = /* @__PURE__ */ defineComponent({
|
|
23776
|
-
name: "RouterLink",
|
|
23777
|
-
compatConfig: { MODE: 3 },
|
|
23778
|
-
props: {
|
|
23779
|
-
to: {
|
|
23780
|
-
type: [String, Object],
|
|
23781
|
-
required: !0
|
|
23782
|
-
},
|
|
23783
|
-
replace: Boolean,
|
|
23784
|
-
activeClass: String,
|
|
23785
|
-
exactActiveClass: String,
|
|
23786
|
-
custom: Boolean,
|
|
23787
|
-
ariaCurrentValue: {
|
|
23788
|
-
type: String,
|
|
23789
|
-
default: "page"
|
|
23790
|
-
}
|
|
23791
|
-
},
|
|
23792
|
-
useLink,
|
|
23793
|
-
setup(e, { slots: t }) {
|
|
23794
|
-
let n = reactive(useLink(e)), { options: i } = inject(routerKey), o = computed(() => ({
|
|
23795
|
-
[getLinkClass(e.activeClass, i.linkActiveClass, "router-link-active")]: n.isActive,
|
|
23796
|
-
[getLinkClass(e.exactActiveClass, i.linkExactActiveClass, "router-link-exact-active")]: n.isExactActive
|
|
23797
|
-
}));
|
|
23798
|
-
return () => {
|
|
23799
|
-
let i = t.default && preferSingleVNode(t.default(n));
|
|
23800
|
-
return e.custom ? i : h("a", {
|
|
23801
|
-
"aria-current": n.isExactActive ? e.ariaCurrentValue : null,
|
|
23802
|
-
href: n.href,
|
|
23803
|
-
onClick: n.navigate,
|
|
23804
|
-
class: o.value
|
|
23805
|
-
}, i);
|
|
23806
|
-
};
|
|
23807
|
-
}
|
|
23808
|
-
});
|
|
23809
|
-
function guardEvent(e) {
|
|
23810
|
-
if (!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && !e.defaultPrevented && !(e.button !== void 0 && e.button !== 0)) {
|
|
23811
|
-
if (e.currentTarget && e.currentTarget.getAttribute) {
|
|
23812
|
-
let t = e.currentTarget.getAttribute("target");
|
|
23813
|
-
if (/\b_blank\b/i.test(t)) return;
|
|
23814
|
-
}
|
|
23815
|
-
return e.preventDefault && e.preventDefault(), !0;
|
|
23816
|
-
}
|
|
23817
|
-
}
|
|
23818
|
-
function includesParams(e, t) {
|
|
23819
|
-
for (let n in t) {
|
|
23820
|
-
let i = t[n], o = e[n];
|
|
23821
|
-
if (typeof i == "string") {
|
|
23822
|
-
if (i !== o) return !1;
|
|
23823
|
-
} else if (!isArray$6(o) || o.length !== i.length || i.some((e, t) => e !== o[t])) return !1;
|
|
23824
|
-
}
|
|
23825
|
-
return !0;
|
|
23826
|
-
}
|
|
23827
|
-
function getOriginalPath(e) {
|
|
23828
|
-
return e ? e.aliasOf ? e.aliasOf.path : e.path : "";
|
|
23829
|
-
}
|
|
23830
|
-
var getLinkClass = (e, t, n) => e ?? t ?? n, composeEventHandlers = (e, t, { checkForDefaultPrevented: n = !0 } = {}) => (i) => {
|
|
23762
|
+
var N8nTooltip_default = Tooltip_default, composeEventHandlers = (e, t, { checkForDefaultPrevented: n = !0 } = {}) => (i) => {
|
|
23831
23763
|
let o = e?.(i);
|
|
23832
23764
|
if (n === !1 || !o) return t?.(i);
|
|
23833
|
-
}, isClient = typeof window < "u", isString$1 = (e) => typeof e == "string", noop = () => {}, isIOS = isClient && (window == null ? void 0 : window.navigator)?.userAgent && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
23765
|
+
}, isClient = typeof window < "u", isString$1 = (e) => typeof e == "string", noop$1 = () => {}, isIOS = isClient && (window == null ? void 0 : window.navigator)?.userAgent && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
23834
23766
|
function resolveUnref(e) {
|
|
23835
23767
|
return typeof e == "function" ? e() : (0, lib_exports.unref)(e);
|
|
23836
23768
|
}
|
|
@@ -23851,7 +23783,7 @@ var defaultWindow = isClient ? window : void 0;
|
|
|
23851
23783
|
isClient && window.document, isClient && window.navigator, isClient && window.location;
|
|
23852
23784
|
function useEventListener(...e) {
|
|
23853
23785
|
let t, n, i, o;
|
|
23854
|
-
if (isString$1(e[0]) || Array.isArray(e[0]) ? ([n, i, o] = e, t = defaultWindow) : [t, n, i, o] = e, !t) return noop;
|
|
23786
|
+
if (isString$1(e[0]) || Array.isArray(e[0]) ? ([n, i, o] = e, t = defaultWindow) : [t, n, i, o] = e, !t) return noop$1;
|
|
23855
23787
|
Array.isArray(n) || (n = [n]), Array.isArray(i) || (i = [i]);
|
|
23856
23788
|
let s = [], l = () => {
|
|
23857
23789
|
s.forEach((e) => e()), s.length = 0;
|
|
@@ -23869,7 +23801,7 @@ var _iOSWorkaround = !1;
|
|
|
23869
23801
|
function onClickOutside(e, t, n = {}) {
|
|
23870
23802
|
let { window: i = defaultWindow, ignore: o = [], capture: s = !0, detectIframe: l = !1 } = n;
|
|
23871
23803
|
if (!i) return;
|
|
23872
|
-
isIOS && !_iOSWorkaround && (_iOSWorkaround = !0, Array.from(i.document.body.children).forEach((e) => e.addEventListener("click", noop)));
|
|
23804
|
+
isIOS && !_iOSWorkaround && (_iOSWorkaround = !0, Array.from(i.document.body.children).forEach((e) => e.addEventListener("click", noop$1)));
|
|
23873
23805
|
let d = !0, f = (e) => o.some((t) => {
|
|
23874
23806
|
if (typeof t == "string") return Array.from(i.document.querySelectorAll(t)).some((t) => t === e.target || e.composedPath().includes(t));
|
|
23875
23807
|
{
|
|
@@ -24095,7 +24027,7 @@ var isFirefox = () => isClient && /firefox/i.test(window.navigator.userAgent), g
|
|
|
24095
24027
|
clientX: t,
|
|
24096
24028
|
clientY: n
|
|
24097
24029
|
};
|
|
24098
|
-
}, NOOP = () => {}, hasOwnProperty$13 = Object.prototype.hasOwnProperty, hasOwn = (e, t) => hasOwnProperty$13.call(e, t), isArray$
|
|
24030
|
+
}, NOOP = () => {}, hasOwnProperty$13 = Object.prototype.hasOwnProperty, hasOwn = (e, t) => hasOwnProperty$13.call(e, t), isArray$5 = Array.isArray, isFunction$2 = (e) => typeof e == "function", isString = (e) => typeof e == "string", isObject$3 = (e) => typeof e == "object" && !!e, objectToString$3 = Object.prototype.toString, toTypeString = (e) => objectToString$3.call(e), toRawType = (e) => toTypeString(e).slice(8, -1), _freeGlobal_default = typeof global == "object" && global && global.Object === Object && global, freeSelf$1 = typeof self == "object" && self && self.Object === Object && self, _root_default = _freeGlobal_default || freeSelf$1 || Function("return this")(), _Symbol_default = _root_default.Symbol, objectProto$5 = Object.prototype, hasOwnProperty$12 = objectProto$5.hasOwnProperty, nativeObjectToString$3 = objectProto$5.toString, symToStringTag$3 = _Symbol_default ? _Symbol_default.toStringTag : void 0;
|
|
24099
24031
|
function getRawTag$2(e) {
|
|
24100
24032
|
var t = hasOwnProperty$12.call(e, symToStringTag$3), n = e[symToStringTag$3];
|
|
24101
24033
|
try {
|
|
@@ -27893,7 +27825,7 @@ var DEFAULT_ARROW_OFFSET = 0, usePopperContent = (e) => {
|
|
|
27893
27825
|
"hide",
|
|
27894
27826
|
"open",
|
|
27895
27827
|
"close"
|
|
27896
|
-
], isTriggerType = (e, t) => isArray$
|
|
27828
|
+
], isTriggerType = (e, t) => isArray$5(e) ? e.includes(t) : e === t, whenTrigger = (e, t, n) => (i) => {
|
|
27897
27829
|
isTriggerType(unref(e), t) && n(i);
|
|
27898
27830
|
}, ElTooltipTrigger = /* @__PURE__ */ _export_sfc(/* @__PURE__ */ defineComponent({
|
|
27899
27831
|
...defineComponent({ name: "ElTooltipTrigger" }),
|
|
@@ -33274,7 +33206,120 @@ function uid(e) {
|
|
|
33274
33206
|
return `${e ? `${e}-` : ""}${Math.random().toString(36).substring(2, 11)}`;
|
|
33275
33207
|
}
|
|
33276
33208
|
Boolean, Boolean, Boolean, uid("color-picker"), { ...paginationProps }, { ...ElSelect.props }, String, String, Boolean, Boolean, Boolean, Boolean, Number, Function, Boolean, String, String, Boolean, Boolean, String;
|
|
33277
|
-
var
|
|
33209
|
+
var noop = () => {}, isArray$4 = Array.isArray;
|
|
33210
|
+
function isSameRouteRecord(e, t) {
|
|
33211
|
+
return (e.aliasOf || e) === (t.aliasOf || t);
|
|
33212
|
+
}
|
|
33213
|
+
function isSameRouteLocationParams(e, t) {
|
|
33214
|
+
if (Object.keys(e).length !== Object.keys(t).length) return !1;
|
|
33215
|
+
for (let n in e) if (!isSameRouteLocationParamsValue(e[n], t[n])) return !1;
|
|
33216
|
+
return !0;
|
|
33217
|
+
}
|
|
33218
|
+
function isSameRouteLocationParamsValue(e, t) {
|
|
33219
|
+
return isArray$4(e) ? isEquivalentArray(e, t) : isArray$4(t) ? isEquivalentArray(t, e) : e === t;
|
|
33220
|
+
}
|
|
33221
|
+
function isEquivalentArray(e, t) {
|
|
33222
|
+
return isArray$4(t) ? e.length === t.length && e.every((e, n) => e === t[n]) : e.length === 1 && e[0] === t;
|
|
33223
|
+
}
|
|
33224
|
+
var NavigationType;
|
|
33225
|
+
(function(e) {
|
|
33226
|
+
e.pop = "pop", e.push = "push";
|
|
33227
|
+
})(NavigationType ||= {});
|
|
33228
|
+
var NavigationDirection;
|
|
33229
|
+
(function(e) {
|
|
33230
|
+
e.back = "back", e.forward = "forward", e.unknown = "";
|
|
33231
|
+
})(NavigationDirection ||= {});
|
|
33232
|
+
var NavigationFailureType;
|
|
33233
|
+
(function(e) {
|
|
33234
|
+
e[e.aborted = 4] = "aborted", e[e.cancelled = 8] = "cancelled", e[e.duplicated = 16] = "duplicated";
|
|
33235
|
+
})(NavigationFailureType ||= {});
|
|
33236
|
+
var routerKey = Symbol(""), routeLocationKey = Symbol("");
|
|
33237
|
+
function useLink(e) {
|
|
33238
|
+
let t = inject(routerKey), n = inject(routeLocationKey), i = computed(() => {
|
|
33239
|
+
let n = unref(e.to);
|
|
33240
|
+
return t.resolve(n);
|
|
33241
|
+
}), o = computed(() => {
|
|
33242
|
+
let { matched: e } = i.value, { length: t } = e, o = e[t - 1], s = n.matched;
|
|
33243
|
+
if (!o || !s.length) return -1;
|
|
33244
|
+
let l = s.findIndex(isSameRouteRecord.bind(null, o));
|
|
33245
|
+
if (l > -1) return l;
|
|
33246
|
+
let d = getOriginalPath(e[t - 2]);
|
|
33247
|
+
return t > 1 && getOriginalPath(o) === d && s[s.length - 1].path !== d ? s.findIndex(isSameRouteRecord.bind(null, e[t - 2])) : l;
|
|
33248
|
+
}), s = computed(() => o.value > -1 && includesParams(n.params, i.value.params)), l = computed(() => o.value > -1 && o.value === n.matched.length - 1 && isSameRouteLocationParams(n.params, i.value.params));
|
|
33249
|
+
function d(n = {}) {
|
|
33250
|
+
if (guardEvent(n)) {
|
|
33251
|
+
let n = t[unref(e.replace) ? "replace" : "push"](unref(e.to)).catch(noop);
|
|
33252
|
+
return e.viewTransition && typeof document < "u" && "startViewTransition" in document && document.startViewTransition(() => n), n;
|
|
33253
|
+
}
|
|
33254
|
+
return Promise.resolve();
|
|
33255
|
+
}
|
|
33256
|
+
return {
|
|
33257
|
+
route: i,
|
|
33258
|
+
href: computed(() => i.value.href),
|
|
33259
|
+
isActive: s,
|
|
33260
|
+
isExactActive: l,
|
|
33261
|
+
navigate: d
|
|
33262
|
+
};
|
|
33263
|
+
}
|
|
33264
|
+
function preferSingleVNode(e) {
|
|
33265
|
+
return e.length === 1 ? e[0] : e;
|
|
33266
|
+
}
|
|
33267
|
+
var RouterLink = /* @__PURE__ */ defineComponent({
|
|
33268
|
+
name: "RouterLink",
|
|
33269
|
+
compatConfig: { MODE: 3 },
|
|
33270
|
+
props: {
|
|
33271
|
+
to: {
|
|
33272
|
+
type: [String, Object],
|
|
33273
|
+
required: !0
|
|
33274
|
+
},
|
|
33275
|
+
replace: Boolean,
|
|
33276
|
+
activeClass: String,
|
|
33277
|
+
exactActiveClass: String,
|
|
33278
|
+
custom: Boolean,
|
|
33279
|
+
ariaCurrentValue: {
|
|
33280
|
+
type: String,
|
|
33281
|
+
default: "page"
|
|
33282
|
+
}
|
|
33283
|
+
},
|
|
33284
|
+
useLink,
|
|
33285
|
+
setup(e, { slots: t }) {
|
|
33286
|
+
let n = reactive(useLink(e)), { options: i } = inject(routerKey), o = computed(() => ({
|
|
33287
|
+
[getLinkClass(e.activeClass, i.linkActiveClass, "router-link-active")]: n.isActive,
|
|
33288
|
+
[getLinkClass(e.exactActiveClass, i.linkExactActiveClass, "router-link-exact-active")]: n.isExactActive
|
|
33289
|
+
}));
|
|
33290
|
+
return () => {
|
|
33291
|
+
let i = t.default && preferSingleVNode(t.default(n));
|
|
33292
|
+
return e.custom ? i : h("a", {
|
|
33293
|
+
"aria-current": n.isExactActive ? e.ariaCurrentValue : null,
|
|
33294
|
+
href: n.href,
|
|
33295
|
+
onClick: n.navigate,
|
|
33296
|
+
class: o.value
|
|
33297
|
+
}, i);
|
|
33298
|
+
};
|
|
33299
|
+
}
|
|
33300
|
+
});
|
|
33301
|
+
function guardEvent(e) {
|
|
33302
|
+
if (!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && !e.defaultPrevented && !(e.button !== void 0 && e.button !== 0)) {
|
|
33303
|
+
if (e.currentTarget && e.currentTarget.getAttribute) {
|
|
33304
|
+
let t = e.currentTarget.getAttribute("target");
|
|
33305
|
+
if (/\b_blank\b/i.test(t)) return;
|
|
33306
|
+
}
|
|
33307
|
+
return e.preventDefault && e.preventDefault(), !0;
|
|
33308
|
+
}
|
|
33309
|
+
}
|
|
33310
|
+
function includesParams(e, t) {
|
|
33311
|
+
for (let n in t) {
|
|
33312
|
+
let i = t[n], o = e[n];
|
|
33313
|
+
if (typeof i == "string") {
|
|
33314
|
+
if (i !== o) return !1;
|
|
33315
|
+
} else if (!isArray$4(o) || o.length !== i.length || i.some((e, t) => e !== o[t])) return !1;
|
|
33316
|
+
}
|
|
33317
|
+
return !0;
|
|
33318
|
+
}
|
|
33319
|
+
function getOriginalPath(e) {
|
|
33320
|
+
return e ? e.aliasOf ? e.aliasOf.path : e.path : "";
|
|
33321
|
+
}
|
|
33322
|
+
var getLinkClass = (e, t, n) => e ?? t ?? n, full_exports = /* @__PURE__ */ __export({
|
|
33278
33323
|
a: () => a,
|
|
33279
33324
|
ab: () => ab,
|
|
33280
33325
|
abacus: () => abacus,
|