@n8n/chat 1.7.0 → 1.8.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 +740 -684
- package/dist/chat.bundle.umd.js +13 -13
- package/dist/chat.es.js +740 -684
- package/dist/chat.umd.js +8 -8
- package/dist/style.css +2 -2
- package/package.json +4 -4
package/dist/chat.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@1.
|
|
1
|
+
/*! Package version @n8n/chat@1.8.0 */
|
|
2
2
|
import * as Vue from "vue";
|
|
3
3
|
import { Comment, Fragment, Teleport, Text, Transition, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
|
|
4
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) => {
|
|
@@ -9081,20 +9081,20 @@ const ChatPlugin = { install(e, t) {
|
|
|
9081
9081
|
};
|
|
9082
9082
|
e.provide(ChatSymbol, _), e.config.globalProperties.$chat = _;
|
|
9083
9083
|
} };
|
|
9084
|
-
var _hoisted_1$
|
|
9084
|
+
var _hoisted_1$242 = {
|
|
9085
9085
|
viewBox: "0 0 24 24",
|
|
9086
9086
|
width: "1.2em",
|
|
9087
9087
|
height: "1.2em"
|
|
9088
9088
|
};
|
|
9089
|
-
function render$
|
|
9090
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9089
|
+
function render$217(e, t) {
|
|
9090
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createElementVNode("path", {
|
|
9091
9091
|
fill: "currentColor",
|
|
9092
9092
|
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"
|
|
9093
9093
|
}, null, -1)]]);
|
|
9094
9094
|
}
|
|
9095
9095
|
var close_default = {
|
|
9096
9096
|
name: "mdi-close",
|
|
9097
|
-
render: render$
|
|
9097
|
+
render: render$217
|
|
9098
9098
|
};
|
|
9099
9099
|
function useChat() {
|
|
9100
9100
|
return inject(ChatSymbol);
|
|
@@ -9116,24 +9116,24 @@ function useI18n() {
|
|
|
9116
9116
|
te: r
|
|
9117
9117
|
};
|
|
9118
9118
|
}
|
|
9119
|
-
var _hoisted_1$
|
|
9119
|
+
var _hoisted_1$241 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
9120
9120
|
__name: "GetStarted",
|
|
9121
9121
|
setup(e) {
|
|
9122
9122
|
let { t } = useI18n();
|
|
9123
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9123
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$241, [createVNode(Button_default, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
9124
9124
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
9125
9125
|
_: 1
|
|
9126
9126
|
})]));
|
|
9127
9127
|
}
|
|
9128
|
-
}), _sfc_main$8 = {}, _hoisted_1$
|
|
9128
|
+
}), _sfc_main$8 = {}, _hoisted_1$240 = { class: "chat-powered-by" };
|
|
9129
9129
|
function _sfc_render$8(e, t) {
|
|
9130
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
9130
|
+
return openBlock(), createElementBlock("div", _hoisted_1$240, [...t[0] ||= [createTextVNode(" Powered by ", -1), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
|
|
9131
9131
|
}
|
|
9132
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$
|
|
9132
|
+
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$239 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
9133
9133
|
__name: "GetStartedFooter",
|
|
9134
9134
|
setup(e) {
|
|
9135
9135
|
let { t, te: n } = useI18n();
|
|
9136
|
-
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
9136
|
+
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$239, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
|
|
9137
9137
|
}
|
|
9138
9138
|
}), lib_exports = /* @__PURE__ */ __export({
|
|
9139
9139
|
Vue: () => Vue,
|
|
@@ -9209,119 +9209,119 @@ function useFileDialog(e = {}) {
|
|
|
9209
9209
|
onChange: r
|
|
9210
9210
|
};
|
|
9211
9211
|
}
|
|
9212
|
-
var _hoisted_1$
|
|
9212
|
+
var _hoisted_1$238 = {
|
|
9213
9213
|
viewBox: "0 0 24 24",
|
|
9214
9214
|
width: "1.2em",
|
|
9215
9215
|
height: "1.2em"
|
|
9216
9216
|
};
|
|
9217
|
-
function render$
|
|
9218
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9217
|
+
function render$216(e, t) {
|
|
9218
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createElementVNode("path", {
|
|
9219
9219
|
fill: "currentColor",
|
|
9220
9220
|
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"
|
|
9221
9221
|
}, null, -1)]]);
|
|
9222
9222
|
}
|
|
9223
9223
|
var paperclip_default$1 = {
|
|
9224
9224
|
name: "mdi-paperclip",
|
|
9225
|
-
render: render$
|
|
9226
|
-
}, _hoisted_1$
|
|
9225
|
+
render: render$216
|
|
9226
|
+
}, _hoisted_1$237 = {
|
|
9227
9227
|
viewBox: "0 0 24 24",
|
|
9228
9228
|
width: "1.2em",
|
|
9229
9229
|
height: "1.2em"
|
|
9230
9230
|
};
|
|
9231
|
-
function render$
|
|
9232
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9231
|
+
function render$215(e, t) {
|
|
9232
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$237, [...t[0] ||= [createElementVNode("path", {
|
|
9233
9233
|
fill: "currentColor",
|
|
9234
9234
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
9235
9235
|
}, null, -1)]]);
|
|
9236
9236
|
}
|
|
9237
9237
|
var send_default$1 = {
|
|
9238
9238
|
name: "mdi-send",
|
|
9239
|
-
render: render$
|
|
9240
|
-
}, _hoisted_1$
|
|
9239
|
+
render: render$215
|
|
9240
|
+
}, _hoisted_1$236 = {
|
|
9241
9241
|
viewBox: "0 0 24 24",
|
|
9242
9242
|
width: "1.2em",
|
|
9243
9243
|
height: "1.2em"
|
|
9244
9244
|
};
|
|
9245
|
-
function render$
|
|
9246
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9245
|
+
function render$214(e, t) {
|
|
9246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$236, [...t[0] ||= [createElementVNode("path", {
|
|
9247
9247
|
fill: "currentColor",
|
|
9248
9248
|
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"
|
|
9249
9249
|
}, null, -1)]]);
|
|
9250
9250
|
}
|
|
9251
9251
|
var closeThick_default = {
|
|
9252
9252
|
name: "mdi-closeThick",
|
|
9253
|
-
render: render$
|
|
9254
|
-
}, _hoisted_1$
|
|
9253
|
+
render: render$214
|
|
9254
|
+
}, _hoisted_1$235 = {
|
|
9255
9255
|
viewBox: "0 0 24 24",
|
|
9256
9256
|
width: "1.2em",
|
|
9257
9257
|
height: "1.2em"
|
|
9258
9258
|
};
|
|
9259
|
-
function render$
|
|
9260
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9259
|
+
function render$213(e, t) {
|
|
9260
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$235, [...t[0] ||= [createElementVNode("path", {
|
|
9261
9261
|
fill: "currentColor",
|
|
9262
9262
|
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"
|
|
9263
9263
|
}, null, -1)]]);
|
|
9264
9264
|
}
|
|
9265
9265
|
var fileImage_default = {
|
|
9266
9266
|
name: "mdi-fileImage",
|
|
9267
|
-
render: render$
|
|
9268
|
-
}, _hoisted_1$
|
|
9267
|
+
render: render$213
|
|
9268
|
+
}, _hoisted_1$234 = {
|
|
9269
9269
|
viewBox: "0 0 24 24",
|
|
9270
9270
|
width: "1.2em",
|
|
9271
9271
|
height: "1.2em"
|
|
9272
9272
|
};
|
|
9273
|
-
function render$
|
|
9274
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9273
|
+
function render$212(e, t) {
|
|
9274
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$234, [...t[0] ||= [createElementVNode("path", {
|
|
9275
9275
|
fill: "currentColor",
|
|
9276
9276
|
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"
|
|
9277
9277
|
}, null, -1)]]);
|
|
9278
9278
|
}
|
|
9279
9279
|
var fileMusic_default = {
|
|
9280
9280
|
name: "mdi-fileMusic",
|
|
9281
|
-
render: render$
|
|
9282
|
-
}, _hoisted_1$
|
|
9281
|
+
render: render$212
|
|
9282
|
+
}, _hoisted_1$233 = {
|
|
9283
9283
|
viewBox: "0 0 24 24",
|
|
9284
9284
|
width: "1.2em",
|
|
9285
9285
|
height: "1.2em"
|
|
9286
9286
|
};
|
|
9287
|
-
function render$
|
|
9288
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9287
|
+
function render$211(e, t) {
|
|
9288
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createElementVNode("path", {
|
|
9289
9289
|
fill: "currentColor",
|
|
9290
9290
|
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"
|
|
9291
9291
|
}, null, -1)]]);
|
|
9292
9292
|
}
|
|
9293
9293
|
var fileText_default = {
|
|
9294
9294
|
name: "mdi-fileText",
|
|
9295
|
-
render: render$
|
|
9296
|
-
}, _hoisted_1$
|
|
9295
|
+
render: render$211
|
|
9296
|
+
}, _hoisted_1$232 = {
|
|
9297
9297
|
viewBox: "0 0 24 24",
|
|
9298
9298
|
width: "1.2em",
|
|
9299
9299
|
height: "1.2em"
|
|
9300
9300
|
};
|
|
9301
|
-
function render$
|
|
9302
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9301
|
+
function render$210(e, t) {
|
|
9302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createElementVNode("path", {
|
|
9303
9303
|
fill: "currentColor",
|
|
9304
9304
|
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"
|
|
9305
9305
|
}, null, -1)]]);
|
|
9306
9306
|
}
|
|
9307
9307
|
var fileVideo_default = {
|
|
9308
9308
|
name: "mdi-fileVideo",
|
|
9309
|
-
render: render$
|
|
9310
|
-
}, _hoisted_1$
|
|
9309
|
+
render: render$210
|
|
9310
|
+
}, _hoisted_1$231 = {
|
|
9311
9311
|
viewBox: "0 0 24 24",
|
|
9312
9312
|
width: "1.2em",
|
|
9313
9313
|
height: "1.2em"
|
|
9314
9314
|
};
|
|
9315
|
-
function render$
|
|
9316
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9315
|
+
function render$209(e, t) {
|
|
9316
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createElementVNode("path", {
|
|
9317
9317
|
fill: "currentColor",
|
|
9318
9318
|
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"
|
|
9319
9319
|
}, null, -1)]]);
|
|
9320
9320
|
}
|
|
9321
9321
|
var openInNew_default = {
|
|
9322
9322
|
name: "mdi-openInNew",
|
|
9323
|
-
render: render$
|
|
9324
|
-
}, _hoisted_1$
|
|
9323
|
+
render: render$209
|
|
9324
|
+
}, _hoisted_1$230 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
9325
9325
|
__name: "ChatFile",
|
|
9326
9326
|
props: {
|
|
9327
9327
|
file: {},
|
|
@@ -9353,7 +9353,7 @@ var openInNew_default = {
|
|
|
9353
9353
|
onClick: s
|
|
9354
9354
|
}, [
|
|
9355
9355
|
createVNode(unref(o), { class: "chat-icon" }),
|
|
9356
|
-
createElementVNode("p", _hoisted_1$
|
|
9356
|
+
createElementVNode("p", _hoisted_1$230, toDisplayString(e.file.name), 1),
|
|
9357
9357
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
9358
9358
|
key: 0,
|
|
9359
9359
|
class: "chat-file-delete",
|
|
@@ -9365,7 +9365,7 @@ var openInNew_default = {
|
|
|
9365
9365
|
})) : createCommentVNode("", !0)
|
|
9366
9366
|
]));
|
|
9367
9367
|
}
|
|
9368
|
-
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$
|
|
9368
|
+
}), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$229 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
9369
9369
|
key: 0,
|
|
9370
9370
|
class: "chat-input-left-panel"
|
|
9371
9371
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -9501,7 +9501,7 @@ var openInNew_default = {
|
|
|
9501
9501
|
class: "chat-input",
|
|
9502
9502
|
style: normalizeStyle(z7.value),
|
|
9503
9503
|
onKeydown: withModifiers(o9, ["stop"])
|
|
9504
|
-
}, [createElementVNode("div", _hoisted_1$
|
|
9504
|
+
}, [createElementVNode("div", _hoisted_1$229, [
|
|
9505
9505
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
9506
9506
|
withDirectives(createElementVNode("textarea", {
|
|
9507
9507
|
ref_key: "chatTextArea",
|
|
@@ -9540,7 +9540,7 @@ var openInNew_default = {
|
|
|
9540
9540
|
onRemove: a9
|
|
9541
9541
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
|
|
9542
9542
|
}
|
|
9543
|
-
}), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$
|
|
9543
|
+
}), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$228 = { class: "chat-layout" }, _hoisted_2$15 = {
|
|
9544
9544
|
key: 0,
|
|
9545
9545
|
class: "chat-header"
|
|
9546
9546
|
}, _hoisted_3$5 = {
|
|
@@ -9558,7 +9558,7 @@ var openInNew_default = {
|
|
|
9558
9558
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
9559
9559
|
}), onBeforeUnmount(() => {
|
|
9560
9560
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
9561
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
9561
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$228, [
|
|
9562
9562
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
9563
9563
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
9564
9564
|
key: 1,
|
|
@@ -9569,13 +9569,13 @@ var openInNew_default = {
|
|
|
9569
9569
|
e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
|
|
9570
9570
|
]));
|
|
9571
9571
|
}
|
|
9572
|
-
}), 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$224 = {
|
|
9572
|
+
}), 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$227 = {
|
|
9573
9573
|
viewBox: "0 0 24 24",
|
|
9574
9574
|
width: "1.2em",
|
|
9575
9575
|
height: "1.2em"
|
|
9576
9576
|
};
|
|
9577
|
-
function render$
|
|
9578
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9577
|
+
function render$208(e, t) {
|
|
9578
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
|
|
9579
9579
|
fill: "none",
|
|
9580
9580
|
stroke: "currentColor",
|
|
9581
9581
|
"stroke-linecap": "round",
|
|
@@ -9586,14 +9586,14 @@ function render$205(e, t) {
|
|
|
9586
9586
|
}
|
|
9587
9587
|
var align_right_default = {
|
|
9588
9588
|
name: "lucide-align-right",
|
|
9589
|
-
render: render$
|
|
9590
|
-
}, _hoisted_1$
|
|
9589
|
+
render: render$208
|
|
9590
|
+
}, _hoisted_1$226 = {
|
|
9591
9591
|
viewBox: "0 0 24 24",
|
|
9592
9592
|
width: "1.2em",
|
|
9593
9593
|
height: "1.2em"
|
|
9594
9594
|
};
|
|
9595
|
-
function render$
|
|
9596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9595
|
+
function render$207(e, t) {
|
|
9596
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("g", {
|
|
9597
9597
|
fill: "none",
|
|
9598
9598
|
stroke: "currentColor",
|
|
9599
9599
|
"stroke-linecap": "round",
|
|
@@ -9609,14 +9609,14 @@ function render$204(e, t) {
|
|
|
9609
9609
|
}
|
|
9610
9610
|
var archive_default = {
|
|
9611
9611
|
name: "lucide-archive",
|
|
9612
|
-
render: render$
|
|
9613
|
-
}, _hoisted_1$
|
|
9612
|
+
render: render$207
|
|
9613
|
+
}, _hoisted_1$225 = {
|
|
9614
9614
|
viewBox: "0 0 24 24",
|
|
9615
9615
|
width: "1.2em",
|
|
9616
9616
|
height: "1.2em"
|
|
9617
9617
|
};
|
|
9618
|
-
function render$
|
|
9619
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9618
|
+
function render$206(e, t) {
|
|
9619
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("g", {
|
|
9620
9620
|
fill: "none",
|
|
9621
9621
|
stroke: "currentColor",
|
|
9622
9622
|
"stroke-linecap": "round",
|
|
@@ -9632,14 +9632,14 @@ function render$203(e, t) {
|
|
|
9632
9632
|
}
|
|
9633
9633
|
var archive_restore_default = {
|
|
9634
9634
|
name: "lucide-archive-restore",
|
|
9635
|
-
render: render$
|
|
9636
|
-
}, _hoisted_1$
|
|
9635
|
+
render: render$206
|
|
9636
|
+
}, _hoisted_1$224 = {
|
|
9637
9637
|
viewBox: "0 0 24 24",
|
|
9638
9638
|
width: "1.2em",
|
|
9639
9639
|
height: "1.2em"
|
|
9640
9640
|
};
|
|
9641
|
-
function render$
|
|
9642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9641
|
+
function render$205(e, t) {
|
|
9642
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
|
|
9643
9643
|
fill: "none",
|
|
9644
9644
|
stroke: "currentColor",
|
|
9645
9645
|
"stroke-linecap": "round",
|
|
@@ -9650,14 +9650,14 @@ function render$202(e, t) {
|
|
|
9650
9650
|
}
|
|
9651
9651
|
var arrow_down_default$1 = {
|
|
9652
9652
|
name: "lucide-arrow-down",
|
|
9653
|
-
render: render$
|
|
9654
|
-
}, _hoisted_1$
|
|
9653
|
+
render: render$205
|
|
9654
|
+
}, _hoisted_1$223 = {
|
|
9655
9655
|
viewBox: "0 0 24 24",
|
|
9656
9656
|
width: "1.2em",
|
|
9657
9657
|
height: "1.2em"
|
|
9658
9658
|
};
|
|
9659
|
-
function render$
|
|
9660
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9659
|
+
function render$204(e, t) {
|
|
9660
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("path", {
|
|
9661
9661
|
fill: "none",
|
|
9662
9662
|
stroke: "currentColor",
|
|
9663
9663
|
"stroke-linecap": "round",
|
|
@@ -9668,14 +9668,14 @@ function render$201(e, t) {
|
|
|
9668
9668
|
}
|
|
9669
9669
|
var arrow_left_default$1 = {
|
|
9670
9670
|
name: "lucide-arrow-left",
|
|
9671
|
-
render: render$
|
|
9672
|
-
}, _hoisted_1$
|
|
9671
|
+
render: render$204
|
|
9672
|
+
}, _hoisted_1$222 = {
|
|
9673
9673
|
viewBox: "0 0 24 24",
|
|
9674
9674
|
width: "1.2em",
|
|
9675
9675
|
height: "1.2em"
|
|
9676
9676
|
};
|
|
9677
|
-
function render$
|
|
9678
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9677
|
+
function render$203(e, t) {
|
|
9678
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("path", {
|
|
9679
9679
|
fill: "none",
|
|
9680
9680
|
stroke: "currentColor",
|
|
9681
9681
|
"stroke-linecap": "round",
|
|
@@ -9686,14 +9686,14 @@ function render$200(e, t) {
|
|
|
9686
9686
|
}
|
|
9687
9687
|
var arrow_left_right_default = {
|
|
9688
9688
|
name: "lucide-arrow-left-right",
|
|
9689
|
-
render: render$
|
|
9690
|
-
}, _hoisted_1$
|
|
9689
|
+
render: render$203
|
|
9690
|
+
}, _hoisted_1$221 = {
|
|
9691
9691
|
viewBox: "0 0 24 24",
|
|
9692
9692
|
width: "1.2em",
|
|
9693
9693
|
height: "1.2em"
|
|
9694
9694
|
};
|
|
9695
|
-
function render$
|
|
9696
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9695
|
+
function render$202(e, t) {
|
|
9696
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("path", {
|
|
9697
9697
|
fill: "none",
|
|
9698
9698
|
stroke: "currentColor",
|
|
9699
9699
|
"stroke-linecap": "round",
|
|
@@ -9704,14 +9704,14 @@ function render$199(e, t) {
|
|
|
9704
9704
|
}
|
|
9705
9705
|
var arrow_right_default$1 = {
|
|
9706
9706
|
name: "lucide-arrow-right",
|
|
9707
|
-
render: render$
|
|
9708
|
-
}, _hoisted_1$
|
|
9707
|
+
render: render$202
|
|
9708
|
+
}, _hoisted_1$220 = {
|
|
9709
9709
|
viewBox: "0 0 24 24",
|
|
9710
9710
|
width: "1.2em",
|
|
9711
9711
|
height: "1.2em"
|
|
9712
9712
|
};
|
|
9713
|
-
function render$
|
|
9714
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9713
|
+
function render$201(e, t) {
|
|
9714
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createElementVNode("path", {
|
|
9715
9715
|
fill: "none",
|
|
9716
9716
|
stroke: "currentColor",
|
|
9717
9717
|
"stroke-linecap": "round",
|
|
@@ -9722,14 +9722,14 @@ function render$198(e, t) {
|
|
|
9722
9722
|
}
|
|
9723
9723
|
var arrow_right_from_line_default = {
|
|
9724
9724
|
name: "lucide-arrow-right-from-line",
|
|
9725
|
-
render: render$
|
|
9726
|
-
}, _hoisted_1$
|
|
9725
|
+
render: render$201
|
|
9726
|
+
}, _hoisted_1$219 = {
|
|
9727
9727
|
viewBox: "0 0 24 24",
|
|
9728
9728
|
width: "1.2em",
|
|
9729
9729
|
height: "1.2em"
|
|
9730
9730
|
};
|
|
9731
|
-
function render$
|
|
9732
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9731
|
+
function render$200(e, t) {
|
|
9732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createElementVNode("path", {
|
|
9733
9733
|
fill: "none",
|
|
9734
9734
|
stroke: "currentColor",
|
|
9735
9735
|
"stroke-linecap": "round",
|
|
@@ -9740,14 +9740,14 @@ function render$197(e, t) {
|
|
|
9740
9740
|
}
|
|
9741
9741
|
var arrow_right_to_line_default = {
|
|
9742
9742
|
name: "lucide-arrow-right-to-line",
|
|
9743
|
-
render: render$
|
|
9744
|
-
}, _hoisted_1$
|
|
9743
|
+
render: render$200
|
|
9744
|
+
}, _hoisted_1$218 = {
|
|
9745
9745
|
viewBox: "0 0 24 24",
|
|
9746
9746
|
width: "1.2em",
|
|
9747
9747
|
height: "1.2em"
|
|
9748
9748
|
};
|
|
9749
|
-
function render$
|
|
9750
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9749
|
+
function render$199(e, t) {
|
|
9750
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
|
|
9751
9751
|
fill: "none",
|
|
9752
9752
|
stroke: "currentColor",
|
|
9753
9753
|
"stroke-linecap": "round",
|
|
@@ -9758,14 +9758,14 @@ function render$196(e, t) {
|
|
|
9758
9758
|
}
|
|
9759
9759
|
var arrow_up_default = {
|
|
9760
9760
|
name: "lucide-arrow-up",
|
|
9761
|
-
render: render$
|
|
9762
|
-
}, _hoisted_1$
|
|
9761
|
+
render: render$199
|
|
9762
|
+
}, _hoisted_1$217 = {
|
|
9763
9763
|
viewBox: "0 0 24 24",
|
|
9764
9764
|
width: "1.2em",
|
|
9765
9765
|
height: "1.2em"
|
|
9766
9766
|
};
|
|
9767
|
-
function render$
|
|
9768
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9767
|
+
function render$198(e, t) {
|
|
9768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("path", {
|
|
9769
9769
|
fill: "none",
|
|
9770
9770
|
stroke: "currentColor",
|
|
9771
9771
|
"stroke-linecap": "round",
|
|
@@ -9776,14 +9776,14 @@ function render$195(e, t) {
|
|
|
9776
9776
|
}
|
|
9777
9777
|
var arrow_up_right_default = {
|
|
9778
9778
|
name: "lucide-arrow-up-right",
|
|
9779
|
-
render: render$
|
|
9780
|
-
}, _hoisted_1$
|
|
9779
|
+
render: render$198
|
|
9780
|
+
}, _hoisted_1$216 = {
|
|
9781
9781
|
viewBox: "0 0 24 24",
|
|
9782
9782
|
width: "1.2em",
|
|
9783
9783
|
height: "1.2em"
|
|
9784
9784
|
};
|
|
9785
|
-
function render$
|
|
9786
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9785
|
+
function render$197(e, t) {
|
|
9786
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
9787
9787
|
fill: "none",
|
|
9788
9788
|
stroke: "currentColor",
|
|
9789
9789
|
"stroke-linecap": "round",
|
|
@@ -9797,14 +9797,14 @@ function render$194(e, t) {
|
|
|
9797
9797
|
}
|
|
9798
9798
|
var at_sign_default = {
|
|
9799
9799
|
name: "lucide-at-sign",
|
|
9800
|
-
render: render$
|
|
9801
|
-
}, _hoisted_1$
|
|
9800
|
+
render: render$197
|
|
9801
|
+
}, _hoisted_1$215 = {
|
|
9802
9802
|
viewBox: "0 0 24 24",
|
|
9803
9803
|
width: "1.2em",
|
|
9804
9804
|
height: "1.2em"
|
|
9805
9805
|
};
|
|
9806
|
-
function render$
|
|
9807
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9806
|
+
function render$196(e, t) {
|
|
9807
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("g", {
|
|
9808
9808
|
fill: "none",
|
|
9809
9809
|
stroke: "currentColor",
|
|
9810
9810
|
"stroke-linecap": "round",
|
|
@@ -9814,14 +9814,14 @@ function render$193(e, t) {
|
|
|
9814
9814
|
}
|
|
9815
9815
|
var badge_check_default = {
|
|
9816
9816
|
name: "lucide-badge-check",
|
|
9817
|
-
render: render$
|
|
9818
|
-
}, _hoisted_1$
|
|
9817
|
+
render: render$196
|
|
9818
|
+
}, _hoisted_1$214 = {
|
|
9819
9819
|
viewBox: "0 0 24 24",
|
|
9820
9820
|
width: "1.2em",
|
|
9821
9821
|
height: "1.2em"
|
|
9822
9822
|
};
|
|
9823
|
-
function render$
|
|
9824
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9823
|
+
function render$195(e, t) {
|
|
9824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("g", {
|
|
9825
9825
|
fill: "none",
|
|
9826
9826
|
stroke: "currentColor",
|
|
9827
9827
|
"stroke-linecap": "round",
|
|
@@ -9835,14 +9835,14 @@ function render$192(e, t) {
|
|
|
9835
9835
|
}
|
|
9836
9836
|
var ban_default = {
|
|
9837
9837
|
name: "lucide-ban",
|
|
9838
|
-
render: render$
|
|
9839
|
-
}, _hoisted_1$
|
|
9838
|
+
render: render$195
|
|
9839
|
+
}, _hoisted_1$213 = {
|
|
9840
9840
|
viewBox: "0 0 24 24",
|
|
9841
9841
|
width: "1.2em",
|
|
9842
9842
|
height: "1.2em"
|
|
9843
9843
|
};
|
|
9844
|
-
function render$
|
|
9845
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9844
|
+
function render$194(e, t) {
|
|
9845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
|
|
9846
9846
|
fill: "none",
|
|
9847
9847
|
stroke: "currentColor",
|
|
9848
9848
|
"stroke-linecap": "round",
|
|
@@ -9853,14 +9853,14 @@ function render$191(e, t) {
|
|
|
9853
9853
|
}
|
|
9854
9854
|
var bell_default = {
|
|
9855
9855
|
name: "lucide-bell",
|
|
9856
|
-
render: render$
|
|
9857
|
-
}, _hoisted_1$
|
|
9856
|
+
render: render$194
|
|
9857
|
+
}, _hoisted_1$212 = {
|
|
9858
9858
|
viewBox: "0 0 24 24",
|
|
9859
9859
|
width: "1.2em",
|
|
9860
9860
|
height: "1.2em"
|
|
9861
9861
|
};
|
|
9862
|
-
function render$
|
|
9863
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9862
|
+
function render$193(e, t) {
|
|
9863
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
|
|
9864
9864
|
fill: "none",
|
|
9865
9865
|
stroke: "currentColor",
|
|
9866
9866
|
"stroke-linecap": "round",
|
|
@@ -9871,14 +9871,14 @@ function render$190(e, t) {
|
|
|
9871
9871
|
}
|
|
9872
9872
|
var book_default = {
|
|
9873
9873
|
name: "lucide-book",
|
|
9874
|
-
render: render$
|
|
9875
|
-
}, _hoisted_1$
|
|
9874
|
+
render: render$193
|
|
9875
|
+
}, _hoisted_1$211 = {
|
|
9876
9876
|
viewBox: "0 0 24 24",
|
|
9877
9877
|
width: "1.2em",
|
|
9878
9878
|
height: "1.2em"
|
|
9879
9879
|
};
|
|
9880
|
-
function render$
|
|
9881
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9880
|
+
function render$192(e, t) {
|
|
9881
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("path", {
|
|
9882
9882
|
fill: "none",
|
|
9883
9883
|
stroke: "currentColor",
|
|
9884
9884
|
"stroke-linecap": "round",
|
|
@@ -9889,14 +9889,14 @@ function render$189(e, t) {
|
|
|
9889
9889
|
}
|
|
9890
9890
|
var book_open_default = {
|
|
9891
9891
|
name: "lucide-book-open",
|
|
9892
|
-
render: render$
|
|
9893
|
-
}, _hoisted_1$
|
|
9892
|
+
render: render$192
|
|
9893
|
+
}, _hoisted_1$210 = {
|
|
9894
9894
|
viewBox: "0 0 24 24",
|
|
9895
9895
|
width: "1.2em",
|
|
9896
9896
|
height: "1.2em"
|
|
9897
9897
|
};
|
|
9898
|
-
function render$
|
|
9899
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9898
|
+
function render$191(e, t) {
|
|
9899
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("g", {
|
|
9900
9900
|
fill: "none",
|
|
9901
9901
|
stroke: "currentColor",
|
|
9902
9902
|
"stroke-linecap": "round",
|
|
@@ -9916,14 +9916,14 @@ function render$188(e, t) {
|
|
|
9916
9916
|
}
|
|
9917
9917
|
var bot_default = {
|
|
9918
9918
|
name: "lucide-bot",
|
|
9919
|
-
render: render$
|
|
9920
|
-
}, _hoisted_1$
|
|
9919
|
+
render: render$191
|
|
9920
|
+
}, _hoisted_1$209 = {
|
|
9921
9921
|
viewBox: "0 0 24 24",
|
|
9922
9922
|
width: "1.2em",
|
|
9923
9923
|
height: "1.2em"
|
|
9924
9924
|
};
|
|
9925
|
-
function render$
|
|
9926
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9925
|
+
function render$190(e, t) {
|
|
9926
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("g", {
|
|
9927
9927
|
fill: "none",
|
|
9928
9928
|
stroke: "currentColor",
|
|
9929
9929
|
"stroke-linecap": "round",
|
|
@@ -9933,14 +9933,14 @@ function render$187(e, t) {
|
|
|
9933
9933
|
}
|
|
9934
9934
|
var box_default = {
|
|
9935
9935
|
name: "lucide-box",
|
|
9936
|
-
render: render$
|
|
9937
|
-
}, _hoisted_1$
|
|
9936
|
+
render: render$190
|
|
9937
|
+
}, _hoisted_1$208 = {
|
|
9938
9938
|
viewBox: "0 0 24 24",
|
|
9939
9939
|
width: "1.2em",
|
|
9940
9940
|
height: "1.2em"
|
|
9941
9941
|
};
|
|
9942
|
-
function render$
|
|
9943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9942
|
+
function render$189(e, t) {
|
|
9943
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
|
|
9944
9944
|
fill: "none",
|
|
9945
9945
|
stroke: "currentColor",
|
|
9946
9946
|
"stroke-linecap": "round",
|
|
@@ -9951,14 +9951,14 @@ function render$186(e, t) {
|
|
|
9951
9951
|
}
|
|
9952
9952
|
var braces_default = {
|
|
9953
9953
|
name: "lucide-braces",
|
|
9954
|
-
render: render$
|
|
9955
|
-
}, _hoisted_1$
|
|
9954
|
+
render: render$189
|
|
9955
|
+
}, _hoisted_1$207 = {
|
|
9956
9956
|
viewBox: "0 0 24 24",
|
|
9957
9957
|
width: "1.2em",
|
|
9958
9958
|
height: "1.2em"
|
|
9959
9959
|
};
|
|
9960
|
-
function render$
|
|
9961
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9960
|
+
function render$188(e, t) {
|
|
9961
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("g", {
|
|
9962
9962
|
fill: "none",
|
|
9963
9963
|
stroke: "currentColor",
|
|
9964
9964
|
"stroke-linecap": "round",
|
|
@@ -9972,14 +9972,14 @@ function render$185(e, t) {
|
|
|
9972
9972
|
}
|
|
9973
9973
|
var brain_default = {
|
|
9974
9974
|
name: "lucide-brain",
|
|
9975
|
-
render: render$
|
|
9976
|
-
}, _hoisted_1$
|
|
9975
|
+
render: render$188
|
|
9976
|
+
}, _hoisted_1$206 = {
|
|
9977
9977
|
viewBox: "0 0 24 24",
|
|
9978
9978
|
width: "1.2em",
|
|
9979
9979
|
height: "1.2em"
|
|
9980
9980
|
};
|
|
9981
|
-
function render$
|
|
9982
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
9981
|
+
function render$187(e, t) {
|
|
9982
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("g", {
|
|
9983
9983
|
fill: "none",
|
|
9984
9984
|
stroke: "currentColor",
|
|
9985
9985
|
"stroke-linecap": "round",
|
|
@@ -9993,14 +9993,14 @@ function render$184(e, t) {
|
|
|
9993
9993
|
}
|
|
9994
9994
|
var bug_default = {
|
|
9995
9995
|
name: "lucide-bug",
|
|
9996
|
-
render: render$
|
|
9997
|
-
}, _hoisted_1$
|
|
9996
|
+
render: render$187
|
|
9997
|
+
}, _hoisted_1$205 = {
|
|
9998
9998
|
viewBox: "0 0 24 24",
|
|
9999
9999
|
width: "1.2em",
|
|
10000
10000
|
height: "1.2em"
|
|
10001
10001
|
};
|
|
10002
|
-
function render$
|
|
10003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10002
|
+
function render$186(e, t) {
|
|
10003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("g", {
|
|
10004
10004
|
fill: "none",
|
|
10005
10005
|
stroke: "currentColor",
|
|
10006
10006
|
"stroke-linecap": "round",
|
|
@@ -10016,14 +10016,14 @@ function render$183(e, t) {
|
|
|
10016
10016
|
}
|
|
10017
10017
|
var calculator_default = {
|
|
10018
10018
|
name: "lucide-calculator",
|
|
10019
|
-
render: render$
|
|
10020
|
-
}, _hoisted_1$
|
|
10019
|
+
render: render$186
|
|
10020
|
+
}, _hoisted_1$204 = {
|
|
10021
10021
|
viewBox: "0 0 24 24",
|
|
10022
10022
|
width: "1.2em",
|
|
10023
10023
|
height: "1.2em"
|
|
10024
10024
|
};
|
|
10025
|
-
function render$
|
|
10026
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10025
|
+
function render$185(e, t) {
|
|
10026
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("g", {
|
|
10027
10027
|
fill: "none",
|
|
10028
10028
|
stroke: "currentColor",
|
|
10029
10029
|
"stroke-linecap": "round",
|
|
@@ -10043,14 +10043,14 @@ function render$182(e, t) {
|
|
|
10043
10043
|
}
|
|
10044
10044
|
var calendar_default = {
|
|
10045
10045
|
name: "lucide-calendar",
|
|
10046
|
-
render: render$
|
|
10047
|
-
}, _hoisted_1$
|
|
10046
|
+
render: render$185
|
|
10047
|
+
}, _hoisted_1$203 = {
|
|
10048
10048
|
viewBox: "0 0 24 24",
|
|
10049
10049
|
width: "1.2em",
|
|
10050
10050
|
height: "1.2em"
|
|
10051
10051
|
};
|
|
10052
|
-
function render$
|
|
10053
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10052
|
+
function render$184(e, t) {
|
|
10053
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
10054
10054
|
fill: "none",
|
|
10055
10055
|
stroke: "currentColor",
|
|
10056
10056
|
"stroke-linecap": "round",
|
|
@@ -10061,14 +10061,14 @@ function render$181(e, t) {
|
|
|
10061
10061
|
}
|
|
10062
10062
|
var case_upper_default = {
|
|
10063
10063
|
name: "lucide-case-upper",
|
|
10064
|
-
render: render$
|
|
10065
|
-
}, _hoisted_1$
|
|
10064
|
+
render: render$184
|
|
10065
|
+
}, _hoisted_1$202 = {
|
|
10066
10066
|
viewBox: "0 0 24 24",
|
|
10067
10067
|
width: "1.2em",
|
|
10068
10068
|
height: "1.2em"
|
|
10069
10069
|
};
|
|
10070
|
-
function render$
|
|
10071
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10070
|
+
function render$183(e, t) {
|
|
10071
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
10072
10072
|
fill: "none",
|
|
10073
10073
|
stroke: "currentColor",
|
|
10074
10074
|
"stroke-linecap": "round",
|
|
@@ -10079,14 +10079,14 @@ function render$180(e, t) {
|
|
|
10079
10079
|
}
|
|
10080
10080
|
var chart_column_decreasing_default = {
|
|
10081
10081
|
name: "lucide-chart-column-decreasing",
|
|
10082
|
-
render: render$
|
|
10083
|
-
}, _hoisted_1$
|
|
10082
|
+
render: render$183
|
|
10083
|
+
}, _hoisted_1$201 = {
|
|
10084
10084
|
viewBox: "0 0 24 24",
|
|
10085
10085
|
width: "1.2em",
|
|
10086
10086
|
height: "1.2em"
|
|
10087
10087
|
};
|
|
10088
|
-
function render$
|
|
10089
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10088
|
+
function render$182(e, t) {
|
|
10089
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("path", {
|
|
10090
10090
|
fill: "none",
|
|
10091
10091
|
stroke: "currentColor",
|
|
10092
10092
|
"stroke-linecap": "round",
|
|
@@ -10097,14 +10097,14 @@ function render$179(e, t) {
|
|
|
10097
10097
|
}
|
|
10098
10098
|
var check_default = {
|
|
10099
10099
|
name: "lucide-check",
|
|
10100
|
-
render: render$
|
|
10101
|
-
}, _hoisted_1$
|
|
10100
|
+
render: render$182
|
|
10101
|
+
}, _hoisted_1$200 = {
|
|
10102
10102
|
viewBox: "0 0 24 24",
|
|
10103
10103
|
width: "1.2em",
|
|
10104
10104
|
height: "1.2em"
|
|
10105
10105
|
};
|
|
10106
|
-
function render$
|
|
10107
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10106
|
+
function render$181(e, t) {
|
|
10107
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("path", {
|
|
10108
10108
|
fill: "none",
|
|
10109
10109
|
stroke: "currentColor",
|
|
10110
10110
|
"stroke-linecap": "round",
|
|
@@ -10115,14 +10115,14 @@ function render$178(e, t) {
|
|
|
10115
10115
|
}
|
|
10116
10116
|
var check_check_default = {
|
|
10117
10117
|
name: "lucide-check-check",
|
|
10118
|
-
render: render$
|
|
10119
|
-
}, _hoisted_1$
|
|
10118
|
+
render: render$181
|
|
10119
|
+
}, _hoisted_1$199 = {
|
|
10120
10120
|
viewBox: "0 0 24 24",
|
|
10121
10121
|
width: "1.2em",
|
|
10122
10122
|
height: "1.2em"
|
|
10123
10123
|
};
|
|
10124
|
-
function render$
|
|
10125
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10124
|
+
function render$180(e, t) {
|
|
10125
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("path", {
|
|
10126
10126
|
fill: "none",
|
|
10127
10127
|
stroke: "currentColor",
|
|
10128
10128
|
"stroke-linecap": "round",
|
|
@@ -10133,14 +10133,14 @@ function render$177(e, t) {
|
|
|
10133
10133
|
}
|
|
10134
10134
|
var chevron_down_default$1 = {
|
|
10135
10135
|
name: "lucide-chevron-down",
|
|
10136
|
-
render: render$
|
|
10137
|
-
}, _hoisted_1$
|
|
10136
|
+
render: render$180
|
|
10137
|
+
}, _hoisted_1$198 = {
|
|
10138
10138
|
viewBox: "0 0 24 24",
|
|
10139
10139
|
width: "1.2em",
|
|
10140
10140
|
height: "1.2em"
|
|
10141
10141
|
};
|
|
10142
|
-
function render$
|
|
10143
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10142
|
+
function render$179(e, t) {
|
|
10143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("path", {
|
|
10144
10144
|
fill: "none",
|
|
10145
10145
|
stroke: "currentColor",
|
|
10146
10146
|
"stroke-linecap": "round",
|
|
@@ -10151,14 +10151,14 @@ function render$176(e, t) {
|
|
|
10151
10151
|
}
|
|
10152
10152
|
var chevron_left_default = {
|
|
10153
10153
|
name: "lucide-chevron-left",
|
|
10154
|
-
render: render$
|
|
10155
|
-
}, _hoisted_1$
|
|
10154
|
+
render: render$179
|
|
10155
|
+
}, _hoisted_1$197 = {
|
|
10156
10156
|
viewBox: "0 0 24 24",
|
|
10157
10157
|
width: "1.2em",
|
|
10158
10158
|
height: "1.2em"
|
|
10159
10159
|
};
|
|
10160
|
-
function render$
|
|
10161
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10160
|
+
function render$178(e, t) {
|
|
10161
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("path", {
|
|
10162
10162
|
fill: "none",
|
|
10163
10163
|
stroke: "currentColor",
|
|
10164
10164
|
"stroke-linecap": "round",
|
|
@@ -10169,14 +10169,14 @@ function render$175(e, t) {
|
|
|
10169
10169
|
}
|
|
10170
10170
|
var chevron_right_default = {
|
|
10171
10171
|
name: "lucide-chevron-right",
|
|
10172
|
-
render: render$
|
|
10173
|
-
}, _hoisted_1$
|
|
10172
|
+
render: render$178
|
|
10173
|
+
}, _hoisted_1$196 = {
|
|
10174
10174
|
viewBox: "0 0 24 24",
|
|
10175
10175
|
width: "1.2em",
|
|
10176
10176
|
height: "1.2em"
|
|
10177
10177
|
};
|
|
10178
|
-
function render$
|
|
10179
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10178
|
+
function render$177(e, t) {
|
|
10179
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("path", {
|
|
10180
10180
|
fill: "none",
|
|
10181
10181
|
stroke: "currentColor",
|
|
10182
10182
|
"stroke-linecap": "round",
|
|
@@ -10187,14 +10187,14 @@ function render$174(e, t) {
|
|
|
10187
10187
|
}
|
|
10188
10188
|
var chevron_up_default = {
|
|
10189
10189
|
name: "lucide-chevron-up",
|
|
10190
|
-
render: render$
|
|
10191
|
-
}, _hoisted_1$
|
|
10190
|
+
render: render$177
|
|
10191
|
+
}, _hoisted_1$195 = {
|
|
10192
10192
|
viewBox: "0 0 24 24",
|
|
10193
10193
|
width: "1.2em",
|
|
10194
10194
|
height: "1.2em"
|
|
10195
10195
|
};
|
|
10196
|
-
function render$
|
|
10197
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10196
|
+
function render$176(e, t) {
|
|
10197
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("path", {
|
|
10198
10198
|
fill: "none",
|
|
10199
10199
|
stroke: "currentColor",
|
|
10200
10200
|
"stroke-linecap": "round",
|
|
@@ -10205,14 +10205,14 @@ function render$173(e, t) {
|
|
|
10205
10205
|
}
|
|
10206
10206
|
var chevrons_down_up_default = {
|
|
10207
10207
|
name: "lucide-chevrons-down-up",
|
|
10208
|
-
render: render$
|
|
10209
|
-
}, _hoisted_1$
|
|
10208
|
+
render: render$176
|
|
10209
|
+
}, _hoisted_1$194 = {
|
|
10210
10210
|
viewBox: "0 0 24 24",
|
|
10211
10211
|
width: "1.2em",
|
|
10212
10212
|
height: "1.2em"
|
|
10213
10213
|
};
|
|
10214
|
-
function render$
|
|
10215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10214
|
+
function render$175(e, t) {
|
|
10215
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
|
|
10216
10216
|
fill: "none",
|
|
10217
10217
|
stroke: "currentColor",
|
|
10218
10218
|
"stroke-linecap": "round",
|
|
@@ -10223,14 +10223,14 @@ function render$172(e, t) {
|
|
|
10223
10223
|
}
|
|
10224
10224
|
var chevrons_left_default = {
|
|
10225
10225
|
name: "lucide-chevrons-left",
|
|
10226
|
-
render: render$
|
|
10227
|
-
}, _hoisted_1$
|
|
10226
|
+
render: render$175
|
|
10227
|
+
}, _hoisted_1$193 = {
|
|
10228
10228
|
viewBox: "0 0 24 24",
|
|
10229
10229
|
width: "1.2em",
|
|
10230
10230
|
height: "1.2em"
|
|
10231
10231
|
};
|
|
10232
|
-
function render$
|
|
10233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10232
|
+
function render$174(e, t) {
|
|
10233
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("path", {
|
|
10234
10234
|
fill: "none",
|
|
10235
10235
|
stroke: "currentColor",
|
|
10236
10236
|
"stroke-linecap": "round",
|
|
@@ -10241,14 +10241,14 @@ function render$171(e, t) {
|
|
|
10241
10241
|
}
|
|
10242
10242
|
var chevrons_up_down_default = {
|
|
10243
10243
|
name: "lucide-chevrons-up-down",
|
|
10244
|
-
render: render$
|
|
10245
|
-
}, _hoisted_1$
|
|
10244
|
+
render: render$174
|
|
10245
|
+
}, _hoisted_1$192 = {
|
|
10246
10246
|
viewBox: "0 0 24 24",
|
|
10247
10247
|
width: "1.2em",
|
|
10248
10248
|
height: "1.2em"
|
|
10249
10249
|
};
|
|
10250
|
-
function render$
|
|
10251
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10250
|
+
function render$173(e, t) {
|
|
10251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("circle", {
|
|
10252
10252
|
cx: "12",
|
|
10253
10253
|
cy: "12",
|
|
10254
10254
|
r: "10",
|
|
@@ -10261,14 +10261,14 @@ function render$170(e, t) {
|
|
|
10261
10261
|
}
|
|
10262
10262
|
var circle_default = {
|
|
10263
10263
|
name: "lucide-circle",
|
|
10264
|
-
render: render$
|
|
10265
|
-
}, _hoisted_1$
|
|
10264
|
+
render: render$173
|
|
10265
|
+
}, _hoisted_1$191 = {
|
|
10266
10266
|
viewBox: "0 0 24 24",
|
|
10267
10267
|
width: "1.2em",
|
|
10268
10268
|
height: "1.2em"
|
|
10269
10269
|
};
|
|
10270
|
-
function render$
|
|
10271
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10270
|
+
function render$172(e, t) {
|
|
10271
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("g", {
|
|
10272
10272
|
fill: "none",
|
|
10273
10273
|
stroke: "currentColor",
|
|
10274
10274
|
"stroke-linecap": "round",
|
|
@@ -10282,14 +10282,14 @@ function render$169(e, t) {
|
|
|
10282
10282
|
}
|
|
10283
10283
|
var circle_alert_default = {
|
|
10284
10284
|
name: "lucide-circle-alert",
|
|
10285
|
-
render: render$
|
|
10286
|
-
}, _hoisted_1$
|
|
10285
|
+
render: render$172
|
|
10286
|
+
}, _hoisted_1$190 = {
|
|
10287
10287
|
viewBox: "0 0 24 24",
|
|
10288
10288
|
width: "1.2em",
|
|
10289
10289
|
height: "1.2em"
|
|
10290
10290
|
};
|
|
10291
|
-
function render$
|
|
10292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10291
|
+
function render$171(e, t) {
|
|
10292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("g", {
|
|
10293
10293
|
fill: "none",
|
|
10294
10294
|
stroke: "currentColor",
|
|
10295
10295
|
"stroke-linecap": "round",
|
|
@@ -10303,14 +10303,14 @@ function render$168(e, t) {
|
|
|
10303
10303
|
}
|
|
10304
10304
|
var circle_check_default$1 = {
|
|
10305
10305
|
name: "lucide-circle-check",
|
|
10306
|
-
render: render$
|
|
10307
|
-
}, _hoisted_1$
|
|
10306
|
+
render: render$171
|
|
10307
|
+
}, _hoisted_1$189 = {
|
|
10308
10308
|
viewBox: "0 0 24 24",
|
|
10309
10309
|
width: "1.2em",
|
|
10310
10310
|
height: "1.2em"
|
|
10311
10311
|
};
|
|
10312
|
-
function render$
|
|
10313
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10312
|
+
function render$170(e, t) {
|
|
10313
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("g", {
|
|
10314
10314
|
fill: "none",
|
|
10315
10315
|
stroke: "currentColor",
|
|
10316
10316
|
"stroke-linecap": "round",
|
|
@@ -10328,14 +10328,14 @@ function render$167(e, t) {
|
|
|
10328
10328
|
}
|
|
10329
10329
|
var circle_dot_default = {
|
|
10330
10330
|
name: "lucide-circle-dot",
|
|
10331
|
-
render: render$
|
|
10332
|
-
}, _hoisted_1$
|
|
10331
|
+
render: render$170
|
|
10332
|
+
}, _hoisted_1$188 = {
|
|
10333
10333
|
viewBox: "0 0 24 24",
|
|
10334
10334
|
width: "1.2em",
|
|
10335
10335
|
height: "1.2em"
|
|
10336
10336
|
};
|
|
10337
|
-
function render$
|
|
10338
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10337
|
+
function render$169(e, t) {
|
|
10338
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("g", {
|
|
10339
10339
|
fill: "none",
|
|
10340
10340
|
stroke: "currentColor",
|
|
10341
10341
|
"stroke-linecap": "round",
|
|
@@ -10349,14 +10349,14 @@ function render$166(e, t) {
|
|
|
10349
10349
|
}
|
|
10350
10350
|
var circle_ellipsis_default = {
|
|
10351
10351
|
name: "lucide-circle-ellipsis",
|
|
10352
|
-
render: render$
|
|
10353
|
-
}, _hoisted_1$
|
|
10352
|
+
render: render$169
|
|
10353
|
+
}, _hoisted_1$187 = {
|
|
10354
10354
|
viewBox: "0 0 24 24",
|
|
10355
10355
|
width: "1.2em",
|
|
10356
10356
|
height: "1.2em"
|
|
10357
10357
|
};
|
|
10358
|
-
function render$
|
|
10359
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10358
|
+
function render$168(e, t) {
|
|
10359
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("g", {
|
|
10360
10360
|
fill: "none",
|
|
10361
10361
|
stroke: "currentColor",
|
|
10362
10362
|
"stroke-linecap": "round",
|
|
@@ -10370,14 +10370,14 @@ function render$165(e, t) {
|
|
|
10370
10370
|
}
|
|
10371
10371
|
var circle_help_default = {
|
|
10372
10372
|
name: "lucide-circle-help",
|
|
10373
|
-
render: render$
|
|
10374
|
-
}, _hoisted_1$
|
|
10373
|
+
render: render$168
|
|
10374
|
+
}, _hoisted_1$186 = {
|
|
10375
10375
|
viewBox: "0 0 24 24",
|
|
10376
10376
|
width: "1.2em",
|
|
10377
10377
|
height: "1.2em"
|
|
10378
10378
|
};
|
|
10379
|
-
function render$
|
|
10380
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10379
|
+
function render$167(e, t) {
|
|
10380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("g", {
|
|
10381
10381
|
fill: "none",
|
|
10382
10382
|
stroke: "currentColor",
|
|
10383
10383
|
"stroke-linecap": "round",
|
|
@@ -10391,14 +10391,14 @@ function render$164(e, t) {
|
|
|
10391
10391
|
}
|
|
10392
10392
|
var circle_minus_default = {
|
|
10393
10393
|
name: "lucide-circle-minus",
|
|
10394
|
-
render: render$
|
|
10395
|
-
}, _hoisted_1$
|
|
10394
|
+
render: render$167
|
|
10395
|
+
}, _hoisted_1$185 = {
|
|
10396
10396
|
viewBox: "0 0 24 24",
|
|
10397
10397
|
width: "1.2em",
|
|
10398
10398
|
height: "1.2em"
|
|
10399
10399
|
};
|
|
10400
|
-
function render$
|
|
10401
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10400
|
+
function render$166(e, t) {
|
|
10401
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("g", {
|
|
10402
10402
|
fill: "none",
|
|
10403
10403
|
stroke: "currentColor",
|
|
10404
10404
|
"stroke-linecap": "round",
|
|
@@ -10412,14 +10412,14 @@ function render$163(e, t) {
|
|
|
10412
10412
|
}
|
|
10413
10413
|
var circle_pause_default = {
|
|
10414
10414
|
name: "lucide-circle-pause",
|
|
10415
|
-
render: render$
|
|
10416
|
-
}, _hoisted_1$
|
|
10415
|
+
render: render$166
|
|
10416
|
+
}, _hoisted_1$184 = {
|
|
10417
10417
|
viewBox: "0 0 24 24",
|
|
10418
10418
|
width: "1.2em",
|
|
10419
10419
|
height: "1.2em"
|
|
10420
10420
|
};
|
|
10421
|
-
function render$
|
|
10422
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10421
|
+
function render$165(e, t) {
|
|
10422
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("g", {
|
|
10423
10423
|
fill: "none",
|
|
10424
10424
|
stroke: "currentColor",
|
|
10425
10425
|
"stroke-linecap": "round",
|
|
@@ -10433,14 +10433,14 @@ function render$162(e, t) {
|
|
|
10433
10433
|
}
|
|
10434
10434
|
var circle_play_default = {
|
|
10435
10435
|
name: "lucide-circle-play",
|
|
10436
|
-
render: render$
|
|
10437
|
-
}, _hoisted_1$
|
|
10436
|
+
render: render$165
|
|
10437
|
+
}, _hoisted_1$183 = {
|
|
10438
10438
|
viewBox: "0 0 24 24",
|
|
10439
10439
|
width: "1.2em",
|
|
10440
10440
|
height: "1.2em"
|
|
10441
10441
|
};
|
|
10442
|
-
function render$
|
|
10443
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10442
|
+
function render$164(e, t) {
|
|
10443
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("g", {
|
|
10444
10444
|
fill: "none",
|
|
10445
10445
|
stroke: "currentColor",
|
|
10446
10446
|
"stroke-linecap": "round",
|
|
@@ -10454,14 +10454,14 @@ function render$161(e, t) {
|
|
|
10454
10454
|
}
|
|
10455
10455
|
var circle_plus_default = {
|
|
10456
10456
|
name: "lucide-circle-plus",
|
|
10457
|
-
render: render$
|
|
10458
|
-
}, _hoisted_1$
|
|
10457
|
+
render: render$164
|
|
10458
|
+
}, _hoisted_1$182 = {
|
|
10459
10459
|
viewBox: "0 0 24 24",
|
|
10460
10460
|
width: "1.2em",
|
|
10461
10461
|
height: "1.2em"
|
|
10462
10462
|
};
|
|
10463
|
-
function render$
|
|
10464
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10463
|
+
function render$163(e, t) {
|
|
10464
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
|
|
10465
10465
|
fill: "none",
|
|
10466
10466
|
stroke: "currentColor",
|
|
10467
10467
|
"stroke-linecap": "round",
|
|
@@ -10483,14 +10483,14 @@ function render$160(e, t) {
|
|
|
10483
10483
|
}
|
|
10484
10484
|
var circle_user_round_default = {
|
|
10485
10485
|
name: "lucide-circle-user-round",
|
|
10486
|
-
render: render$
|
|
10487
|
-
}, _hoisted_1$
|
|
10486
|
+
render: render$163
|
|
10487
|
+
}, _hoisted_1$181 = {
|
|
10488
10488
|
viewBox: "0 0 24 24",
|
|
10489
10489
|
width: "1.2em",
|
|
10490
10490
|
height: "1.2em"
|
|
10491
10491
|
};
|
|
10492
|
-
function render$
|
|
10493
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10492
|
+
function render$162(e, t) {
|
|
10493
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
|
|
10494
10494
|
fill: "none",
|
|
10495
10495
|
stroke: "currentColor",
|
|
10496
10496
|
"stroke-linecap": "round",
|
|
@@ -10504,14 +10504,14 @@ function render$159(e, t) {
|
|
|
10504
10504
|
}
|
|
10505
10505
|
var circle_x_default = {
|
|
10506
10506
|
name: "lucide-circle-x",
|
|
10507
|
-
render: render$
|
|
10508
|
-
}, _hoisted_1$
|
|
10507
|
+
render: render$162
|
|
10508
|
+
}, _hoisted_1$180 = {
|
|
10509
10509
|
viewBox: "0 0 24 24",
|
|
10510
10510
|
width: "1.2em",
|
|
10511
10511
|
height: "1.2em"
|
|
10512
10512
|
};
|
|
10513
|
-
function render$
|
|
10514
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10513
|
+
function render$161(e, t) {
|
|
10514
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
|
|
10515
10515
|
fill: "none",
|
|
10516
10516
|
stroke: "currentColor",
|
|
10517
10517
|
"stroke-linecap": "round",
|
|
@@ -10528,14 +10528,14 @@ function render$158(e, t) {
|
|
|
10528
10528
|
}
|
|
10529
10529
|
var clipboard_default = {
|
|
10530
10530
|
name: "lucide-clipboard",
|
|
10531
|
-
render: render$
|
|
10532
|
-
}, _hoisted_1$
|
|
10531
|
+
render: render$161
|
|
10532
|
+
}, _hoisted_1$179 = {
|
|
10533
10533
|
viewBox: "0 0 24 24",
|
|
10534
10534
|
width: "1.2em",
|
|
10535
10535
|
height: "1.2em"
|
|
10536
10536
|
};
|
|
10537
|
-
function render$
|
|
10538
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10537
|
+
function render$160(e, t) {
|
|
10538
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
10539
10539
|
fill: "none",
|
|
10540
10540
|
stroke: "currentColor",
|
|
10541
10541
|
"stroke-linecap": "round",
|
|
@@ -10556,14 +10556,14 @@ function render$157(e, t) {
|
|
|
10556
10556
|
}
|
|
10557
10557
|
var clipboard_check_default = {
|
|
10558
10558
|
name: "lucide-clipboard-check",
|
|
10559
|
-
render: render$
|
|
10560
|
-
}, _hoisted_1$
|
|
10559
|
+
render: render$160
|
|
10560
|
+
}, _hoisted_1$178 = {
|
|
10561
10561
|
viewBox: "0 0 24 24",
|
|
10562
10562
|
width: "1.2em",
|
|
10563
10563
|
height: "1.2em"
|
|
10564
10564
|
};
|
|
10565
|
-
function render$
|
|
10566
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10565
|
+
function render$159(e, t) {
|
|
10566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
10567
10567
|
fill: "none",
|
|
10568
10568
|
stroke: "currentColor",
|
|
10569
10569
|
"stroke-linecap": "round",
|
|
@@ -10580,14 +10580,14 @@ function render$156(e, t) {
|
|
|
10580
10580
|
}
|
|
10581
10581
|
var clipboard_list_default = {
|
|
10582
10582
|
name: "lucide-clipboard-list",
|
|
10583
|
-
render: render$
|
|
10584
|
-
}, _hoisted_1$
|
|
10583
|
+
render: render$159
|
|
10584
|
+
}, _hoisted_1$177 = {
|
|
10585
10585
|
viewBox: "0 0 24 24",
|
|
10586
10586
|
width: "1.2em",
|
|
10587
10587
|
height: "1.2em"
|
|
10588
10588
|
};
|
|
10589
|
-
function render$
|
|
10590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10589
|
+
function render$158(e, t) {
|
|
10590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
|
|
10591
10591
|
fill: "none",
|
|
10592
10592
|
stroke: "currentColor",
|
|
10593
10593
|
"stroke-linecap": "round",
|
|
@@ -10601,14 +10601,14 @@ function render$155(e, t) {
|
|
|
10601
10601
|
}
|
|
10602
10602
|
var clock_default = {
|
|
10603
10603
|
name: "lucide-clock",
|
|
10604
|
-
render: render$
|
|
10605
|
-
}, _hoisted_1$
|
|
10604
|
+
render: render$158
|
|
10605
|
+
}, _hoisted_1$176 = {
|
|
10606
10606
|
viewBox: "0 0 24 24",
|
|
10607
10607
|
width: "1.2em",
|
|
10608
10608
|
height: "1.2em"
|
|
10609
10609
|
};
|
|
10610
|
-
function render$
|
|
10611
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10610
|
+
function render$157(e, t) {
|
|
10611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("path", {
|
|
10612
10612
|
fill: "none",
|
|
10613
10613
|
stroke: "currentColor",
|
|
10614
10614
|
"stroke-linecap": "round",
|
|
@@ -10619,14 +10619,14 @@ function render$154(e, t) {
|
|
|
10619
10619
|
}
|
|
10620
10620
|
var cloud_default = {
|
|
10621
10621
|
name: "lucide-cloud",
|
|
10622
|
-
render: render$
|
|
10623
|
-
}, _hoisted_1$
|
|
10622
|
+
render: render$157
|
|
10623
|
+
}, _hoisted_1$175 = {
|
|
10624
10624
|
viewBox: "0 0 24 24",
|
|
10625
10625
|
width: "1.2em",
|
|
10626
10626
|
height: "1.2em"
|
|
10627
10627
|
};
|
|
10628
|
-
function render$
|
|
10629
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10628
|
+
function render$156(e, t) {
|
|
10629
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
|
|
10630
10630
|
fill: "none",
|
|
10631
10631
|
stroke: "currentColor",
|
|
10632
10632
|
"stroke-linecap": "round",
|
|
@@ -10636,14 +10636,14 @@ function render$153(e, t) {
|
|
|
10636
10636
|
}
|
|
10637
10637
|
var cloud_download_default = {
|
|
10638
10638
|
name: "lucide-cloud-download",
|
|
10639
|
-
render: render$
|
|
10640
|
-
}, _hoisted_1$
|
|
10639
|
+
render: render$156
|
|
10640
|
+
}, _hoisted_1$174 = {
|
|
10641
10641
|
viewBox: "0 0 24 24",
|
|
10642
10642
|
width: "1.2em",
|
|
10643
10643
|
height: "1.2em"
|
|
10644
10644
|
};
|
|
10645
|
-
function render$
|
|
10646
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10645
|
+
function render$155(e, t) {
|
|
10646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("path", {
|
|
10647
10647
|
fill: "none",
|
|
10648
10648
|
stroke: "currentColor",
|
|
10649
10649
|
"stroke-linecap": "round",
|
|
@@ -10654,14 +10654,14 @@ function render$152(e, t) {
|
|
|
10654
10654
|
}
|
|
10655
10655
|
var code_default = {
|
|
10656
10656
|
name: "lucide-code",
|
|
10657
|
-
render: render$
|
|
10658
|
-
}, _hoisted_1$
|
|
10657
|
+
render: render$155
|
|
10658
|
+
}, _hoisted_1$173 = {
|
|
10659
10659
|
viewBox: "0 0 24 24",
|
|
10660
10660
|
width: "1.2em",
|
|
10661
10661
|
height: "1.2em"
|
|
10662
10662
|
};
|
|
10663
|
-
function render$
|
|
10664
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10663
|
+
function render$154(e, t) {
|
|
10664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
|
|
10665
10665
|
fill: "none",
|
|
10666
10666
|
stroke: "currentColor",
|
|
10667
10667
|
"stroke-linecap": "round",
|
|
@@ -10671,14 +10671,14 @@ function render$151(e, t) {
|
|
|
10671
10671
|
}
|
|
10672
10672
|
var cog_default = {
|
|
10673
10673
|
name: "lucide-cog",
|
|
10674
|
-
render: render$
|
|
10675
|
-
}, _hoisted_1$
|
|
10674
|
+
render: render$154
|
|
10675
|
+
}, _hoisted_1$172 = {
|
|
10676
10676
|
viewBox: "0 0 24 24",
|
|
10677
10677
|
width: "1.2em",
|
|
10678
10678
|
height: "1.2em"
|
|
10679
10679
|
};
|
|
10680
|
-
function render$
|
|
10681
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10680
|
+
function render$153(e, t) {
|
|
10681
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
|
|
10682
10682
|
fill: "none",
|
|
10683
10683
|
stroke: "currentColor",
|
|
10684
10684
|
"stroke-linecap": "round",
|
|
@@ -10692,14 +10692,14 @@ function render$150(e, t) {
|
|
|
10692
10692
|
}
|
|
10693
10693
|
var columns_3_cog_default = {
|
|
10694
10694
|
name: "lucide-columns-3-cog",
|
|
10695
|
-
render: render$
|
|
10696
|
-
}, _hoisted_1$
|
|
10695
|
+
render: render$153
|
|
10696
|
+
}, _hoisted_1$171 = {
|
|
10697
10697
|
viewBox: "0 0 24 24",
|
|
10698
10698
|
width: "1.2em",
|
|
10699
10699
|
height: "1.2em"
|
|
10700
10700
|
};
|
|
10701
|
-
function render$
|
|
10702
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10701
|
+
function render$152(e, t) {
|
|
10702
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
10703
10703
|
fill: "none",
|
|
10704
10704
|
stroke: "currentColor",
|
|
10705
10705
|
"stroke-linecap": "round",
|
|
@@ -10713,14 +10713,14 @@ function render$149(e, t) {
|
|
|
10713
10713
|
}
|
|
10714
10714
|
var contrast_default = {
|
|
10715
10715
|
name: "lucide-contrast",
|
|
10716
|
-
render: render$
|
|
10717
|
-
}, _hoisted_1$
|
|
10716
|
+
render: render$152
|
|
10717
|
+
}, _hoisted_1$170 = {
|
|
10718
10718
|
viewBox: "0 0 24 24",
|
|
10719
10719
|
width: "1.2em",
|
|
10720
10720
|
height: "1.2em"
|
|
10721
10721
|
};
|
|
10722
|
-
function render$
|
|
10723
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10722
|
+
function render$151(e, t) {
|
|
10723
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
10724
10724
|
fill: "none",
|
|
10725
10725
|
stroke: "currentColor",
|
|
10726
10726
|
"stroke-linecap": "round",
|
|
@@ -10737,14 +10737,14 @@ function render$148(e, t) {
|
|
|
10737
10737
|
}
|
|
10738
10738
|
var copy_default = {
|
|
10739
10739
|
name: "lucide-copy",
|
|
10740
|
-
render: render$
|
|
10741
|
-
}, _hoisted_1$
|
|
10740
|
+
render: render$151
|
|
10741
|
+
}, _hoisted_1$169 = {
|
|
10742
10742
|
viewBox: "0 0 24 24",
|
|
10743
10743
|
width: "1.2em",
|
|
10744
10744
|
height: "1.2em"
|
|
10745
10745
|
};
|
|
10746
|
-
function render$
|
|
10747
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10746
|
+
function render$150(e, t) {
|
|
10747
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
10748
10748
|
fill: "none",
|
|
10749
10749
|
stroke: "currentColor",
|
|
10750
10750
|
"stroke-linecap": "round",
|
|
@@ -10758,14 +10758,14 @@ function render$147(e, t) {
|
|
|
10758
10758
|
}
|
|
10759
10759
|
var crosshair_default = {
|
|
10760
10760
|
name: "lucide-crosshair",
|
|
10761
|
-
render: render$
|
|
10762
|
-
}, _hoisted_1$
|
|
10761
|
+
render: render$150
|
|
10762
|
+
}, _hoisted_1$168 = {
|
|
10763
10763
|
viewBox: "0 0 24 24",
|
|
10764
10764
|
width: "1.2em",
|
|
10765
10765
|
height: "1.2em"
|
|
10766
10766
|
};
|
|
10767
|
-
function render$
|
|
10768
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10767
|
+
function render$149(e, t) {
|
|
10768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("g", {
|
|
10769
10769
|
fill: "none",
|
|
10770
10770
|
stroke: "currentColor",
|
|
10771
10771
|
"stroke-linecap": "round",
|
|
@@ -10784,14 +10784,14 @@ function render$146(e, t) {
|
|
|
10784
10784
|
}
|
|
10785
10785
|
var database_default = {
|
|
10786
10786
|
name: "lucide-database",
|
|
10787
|
-
render: render$
|
|
10788
|
-
}, _hoisted_1$
|
|
10787
|
+
render: render$149
|
|
10788
|
+
}, _hoisted_1$167 = {
|
|
10789
10789
|
viewBox: "0 0 24 24",
|
|
10790
10790
|
width: "1.2em",
|
|
10791
10791
|
height: "1.2em"
|
|
10792
10792
|
};
|
|
10793
|
-
function render$
|
|
10794
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10793
|
+
function render$148(e, t) {
|
|
10794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("path", {
|
|
10795
10795
|
fill: "none",
|
|
10796
10796
|
stroke: "currentColor",
|
|
10797
10797
|
"stroke-linecap": "round",
|
|
@@ -10802,14 +10802,14 @@ function render$145(e, t) {
|
|
|
10802
10802
|
}
|
|
10803
10803
|
var door_open_default = {
|
|
10804
10804
|
name: "lucide-door-open",
|
|
10805
|
-
render: render$
|
|
10806
|
-
}, _hoisted_1$
|
|
10805
|
+
render: render$148
|
|
10806
|
+
}, _hoisted_1$166 = {
|
|
10807
10807
|
viewBox: "0 0 24 24",
|
|
10808
10808
|
width: "1.2em",
|
|
10809
10809
|
height: "1.2em"
|
|
10810
10810
|
};
|
|
10811
|
-
function render$
|
|
10812
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10811
|
+
function render$147(e, t) {
|
|
10812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("circle", {
|
|
10813
10813
|
cx: "12.1",
|
|
10814
10814
|
cy: "12.1",
|
|
10815
10815
|
r: "1",
|
|
@@ -10822,14 +10822,14 @@ function render$144(e, t) {
|
|
|
10822
10822
|
}
|
|
10823
10823
|
var dot_default = {
|
|
10824
10824
|
name: "lucide-dot",
|
|
10825
|
-
render: render$
|
|
10826
|
-
}, _hoisted_1$
|
|
10825
|
+
render: render$147
|
|
10826
|
+
}, _hoisted_1$165 = {
|
|
10827
10827
|
viewBox: "0 0 24 24",
|
|
10828
10828
|
width: "1.2em",
|
|
10829
10829
|
height: "1.2em"
|
|
10830
10830
|
};
|
|
10831
|
-
function render$
|
|
10832
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10831
|
+
function render$146(e, t) {
|
|
10832
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("g", {
|
|
10833
10833
|
fill: "none",
|
|
10834
10834
|
stroke: "currentColor",
|
|
10835
10835
|
"stroke-linecap": "round",
|
|
@@ -10839,14 +10839,14 @@ function render$143(e, t) {
|
|
|
10839
10839
|
}
|
|
10840
10840
|
var download_default = {
|
|
10841
10841
|
name: "lucide-download",
|
|
10842
|
-
render: render$
|
|
10843
|
-
}, _hoisted_1$
|
|
10842
|
+
render: render$146
|
|
10843
|
+
}, _hoisted_1$164 = {
|
|
10844
10844
|
viewBox: "0 0 24 24",
|
|
10845
10845
|
width: "1.2em",
|
|
10846
10846
|
height: "1.2em"
|
|
10847
10847
|
};
|
|
10848
|
-
function render$
|
|
10849
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10848
|
+
function render$145(e, t) {
|
|
10849
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
10850
10850
|
fill: "none",
|
|
10851
10851
|
stroke: "currentColor",
|
|
10852
10852
|
"stroke-linecap": "round",
|
|
@@ -10860,14 +10860,14 @@ function render$142(e, t) {
|
|
|
10860
10860
|
}
|
|
10861
10861
|
var earth_default = {
|
|
10862
10862
|
name: "lucide-earth",
|
|
10863
|
-
render: render$
|
|
10864
|
-
}, _hoisted_1$
|
|
10863
|
+
render: render$145
|
|
10864
|
+
}, _hoisted_1$163 = {
|
|
10865
10865
|
viewBox: "0 0 24 24",
|
|
10866
10866
|
width: "1.2em",
|
|
10867
10867
|
height: "1.2em"
|
|
10868
10868
|
};
|
|
10869
|
-
function render$
|
|
10870
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10869
|
+
function render$144(e, t) {
|
|
10870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
10871
10871
|
fill: "none",
|
|
10872
10872
|
stroke: "currentColor",
|
|
10873
10873
|
"stroke-linecap": "round",
|
|
@@ -10893,14 +10893,14 @@ function render$141(e, t) {
|
|
|
10893
10893
|
}
|
|
10894
10894
|
var ellipsis_default = {
|
|
10895
10895
|
name: "lucide-ellipsis",
|
|
10896
|
-
render: render$
|
|
10897
|
-
}, _hoisted_1$
|
|
10896
|
+
render: render$144
|
|
10897
|
+
}, _hoisted_1$162 = {
|
|
10898
10898
|
viewBox: "0 0 24 24",
|
|
10899
10899
|
width: "1.2em",
|
|
10900
10900
|
height: "1.2em"
|
|
10901
10901
|
};
|
|
10902
|
-
function render$
|
|
10903
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10902
|
+
function render$143(e, t) {
|
|
10903
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
|
|
10904
10904
|
fill: "none",
|
|
10905
10905
|
stroke: "currentColor",
|
|
10906
10906
|
"stroke-linecap": "round",
|
|
@@ -10926,14 +10926,14 @@ function render$140(e, t) {
|
|
|
10926
10926
|
}
|
|
10927
10927
|
var ellipsis_vertical_default = {
|
|
10928
10928
|
name: "lucide-ellipsis-vertical",
|
|
10929
|
-
render: render$
|
|
10930
|
-
}, _hoisted_1$
|
|
10929
|
+
render: render$143
|
|
10930
|
+
}, _hoisted_1$161 = {
|
|
10931
10931
|
viewBox: "0 0 24 24",
|
|
10932
10932
|
width: "1.2em",
|
|
10933
10933
|
height: "1.2em"
|
|
10934
10934
|
};
|
|
10935
|
-
function render$
|
|
10936
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10935
|
+
function render$142(e, t) {
|
|
10936
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("path", {
|
|
10937
10937
|
fill: "none",
|
|
10938
10938
|
stroke: "currentColor",
|
|
10939
10939
|
"stroke-linecap": "round",
|
|
@@ -10944,14 +10944,14 @@ function render$139(e, t) {
|
|
|
10944
10944
|
}
|
|
10945
10945
|
var equal_default = {
|
|
10946
10946
|
name: "lucide-equal",
|
|
10947
|
-
render: render$
|
|
10948
|
-
}, _hoisted_1$
|
|
10947
|
+
render: render$142
|
|
10948
|
+
}, _hoisted_1$160 = {
|
|
10949
10949
|
viewBox: "0 0 24 24",
|
|
10950
10950
|
width: "1.2em",
|
|
10951
10951
|
height: "1.2em"
|
|
10952
10952
|
};
|
|
10953
|
-
function render$
|
|
10954
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10953
|
+
function render$141(e, t) {
|
|
10954
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("path", {
|
|
10955
10955
|
fill: "none",
|
|
10956
10956
|
stroke: "currentColor",
|
|
10957
10957
|
"stroke-linecap": "round",
|
|
@@ -10962,14 +10962,14 @@ function render$138(e, t) {
|
|
|
10962
10962
|
}
|
|
10963
10963
|
var expand_default = {
|
|
10964
10964
|
name: "lucide-expand",
|
|
10965
|
-
render: render$
|
|
10966
|
-
}, _hoisted_1$
|
|
10965
|
+
render: render$141
|
|
10966
|
+
}, _hoisted_1$159 = {
|
|
10967
10967
|
viewBox: "0 0 24 24",
|
|
10968
10968
|
width: "1.2em",
|
|
10969
10969
|
height: "1.2em"
|
|
10970
10970
|
};
|
|
10971
|
-
function render$
|
|
10972
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10971
|
+
function render$140(e, t) {
|
|
10972
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("path", {
|
|
10973
10973
|
fill: "none",
|
|
10974
10974
|
stroke: "currentColor",
|
|
10975
10975
|
"stroke-linecap": "round",
|
|
@@ -10980,14 +10980,14 @@ function render$137(e, t) {
|
|
|
10980
10980
|
}
|
|
10981
10981
|
var external_link_default = {
|
|
10982
10982
|
name: "lucide-external-link",
|
|
10983
|
-
render: render$
|
|
10984
|
-
}, _hoisted_1$
|
|
10983
|
+
render: render$140
|
|
10984
|
+
}, _hoisted_1$158 = {
|
|
10985
10985
|
viewBox: "0 0 24 24",
|
|
10986
10986
|
width: "1.2em",
|
|
10987
10987
|
height: "1.2em"
|
|
10988
10988
|
};
|
|
10989
|
-
function render$
|
|
10990
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
10989
|
+
function render$139(e, t) {
|
|
10990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("g", {
|
|
10991
10991
|
fill: "none",
|
|
10992
10992
|
stroke: "currentColor",
|
|
10993
10993
|
"stroke-linecap": "round",
|
|
@@ -11001,14 +11001,14 @@ function render$136(e, t) {
|
|
|
11001
11001
|
}
|
|
11002
11002
|
var eye_default = {
|
|
11003
11003
|
name: "lucide-eye",
|
|
11004
|
-
render: render$
|
|
11005
|
-
}, _hoisted_1$
|
|
11004
|
+
render: render$139
|
|
11005
|
+
}, _hoisted_1$157 = {
|
|
11006
11006
|
viewBox: "0 0 24 24",
|
|
11007
11007
|
width: "1.2em",
|
|
11008
11008
|
height: "1.2em"
|
|
11009
11009
|
};
|
|
11010
|
-
function render$
|
|
11011
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11010
|
+
function render$138(e, t) {
|
|
11011
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
|
|
11012
11012
|
fill: "none",
|
|
11013
11013
|
stroke: "currentColor",
|
|
11014
11014
|
"stroke-linecap": "round",
|
|
@@ -11018,14 +11018,14 @@ function render$135(e, t) {
|
|
|
11018
11018
|
}
|
|
11019
11019
|
var eye_off_default = {
|
|
11020
11020
|
name: "lucide-eye-off",
|
|
11021
|
-
render: render$
|
|
11022
|
-
}, _hoisted_1$
|
|
11021
|
+
render: render$138
|
|
11022
|
+
}, _hoisted_1$156 = {
|
|
11023
11023
|
viewBox: "0 0 24 24",
|
|
11024
11024
|
width: "1.2em",
|
|
11025
11025
|
height: "1.2em"
|
|
11026
11026
|
};
|
|
11027
|
-
function render$
|
|
11028
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11027
|
+
function render$137(e, t) {
|
|
11028
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
11029
11029
|
fill: "none",
|
|
11030
11030
|
stroke: "currentColor",
|
|
11031
11031
|
"stroke-linecap": "round",
|
|
@@ -11035,14 +11035,14 @@ function render$134(e, t) {
|
|
|
11035
11035
|
}
|
|
11036
11036
|
var file_default = {
|
|
11037
11037
|
name: "lucide-file",
|
|
11038
|
-
render: render$
|
|
11039
|
-
}, _hoisted_1$
|
|
11038
|
+
render: render$137
|
|
11039
|
+
}, _hoisted_1$155 = {
|
|
11040
11040
|
viewBox: "0 0 24 24",
|
|
11041
11041
|
width: "1.2em",
|
|
11042
11042
|
height: "1.2em"
|
|
11043
11043
|
};
|
|
11044
|
-
function render$
|
|
11045
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11044
|
+
function render$136(e, t) {
|
|
11045
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
11046
11046
|
fill: "none",
|
|
11047
11047
|
stroke: "currentColor",
|
|
11048
11048
|
"stroke-linecap": "round",
|
|
@@ -11060,14 +11060,14 @@ function render$133(e, t) {
|
|
|
11060
11060
|
}
|
|
11061
11061
|
var file_archive_default = {
|
|
11062
11062
|
name: "lucide-file-archive",
|
|
11063
|
-
render: render$
|
|
11064
|
-
}, _hoisted_1$
|
|
11063
|
+
render: render$136
|
|
11064
|
+
}, _hoisted_1$154 = {
|
|
11065
11065
|
viewBox: "0 0 24 24",
|
|
11066
11066
|
width: "1.2em",
|
|
11067
11067
|
height: "1.2em"
|
|
11068
11068
|
};
|
|
11069
|
-
function render$
|
|
11070
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11069
|
+
function render$135(e, t) {
|
|
11070
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
|
|
11071
11071
|
fill: "none",
|
|
11072
11072
|
stroke: "currentColor",
|
|
11073
11073
|
"stroke-linecap": "round",
|
|
@@ -11077,14 +11077,14 @@ function render$132(e, t) {
|
|
|
11077
11077
|
}
|
|
11078
11078
|
var file_code_default = {
|
|
11079
11079
|
name: "lucide-file-code",
|
|
11080
|
-
render: render$
|
|
11081
|
-
}, _hoisted_1$
|
|
11080
|
+
render: render$135
|
|
11081
|
+
}, _hoisted_1$153 = {
|
|
11082
11082
|
viewBox: "0 0 24 24",
|
|
11083
11083
|
width: "1.2em",
|
|
11084
11084
|
height: "1.2em"
|
|
11085
11085
|
};
|
|
11086
|
-
function render$
|
|
11087
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11086
|
+
function render$134(e, t) {
|
|
11087
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
|
|
11088
11088
|
fill: "none",
|
|
11089
11089
|
stroke: "currentColor",
|
|
11090
11090
|
"stroke-linecap": "round",
|
|
@@ -11095,14 +11095,14 @@ function render$131(e, t) {
|
|
|
11095
11095
|
}
|
|
11096
11096
|
var file_diff_default = {
|
|
11097
11097
|
name: "lucide-file-diff",
|
|
11098
|
-
render: render$
|
|
11099
|
-
}, _hoisted_1$
|
|
11098
|
+
render: render$134
|
|
11099
|
+
}, _hoisted_1$152 = {
|
|
11100
11100
|
viewBox: "0 0 24 24",
|
|
11101
11101
|
width: "1.2em",
|
|
11102
11102
|
height: "1.2em"
|
|
11103
11103
|
};
|
|
11104
|
-
function render$
|
|
11105
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11104
|
+
function render$133(e, t) {
|
|
11105
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("g", {
|
|
11106
11106
|
fill: "none",
|
|
11107
11107
|
stroke: "currentColor",
|
|
11108
11108
|
"stroke-linecap": "round",
|
|
@@ -11112,14 +11112,14 @@ function render$130(e, t) {
|
|
|
11112
11112
|
}
|
|
11113
11113
|
var file_down_default = {
|
|
11114
11114
|
name: "lucide-file-down",
|
|
11115
|
-
render: render$
|
|
11116
|
-
}, _hoisted_1$
|
|
11115
|
+
render: render$133
|
|
11116
|
+
}, _hoisted_1$151 = {
|
|
11117
11117
|
viewBox: "0 0 24 24",
|
|
11118
11118
|
width: "1.2em",
|
|
11119
11119
|
height: "1.2em"
|
|
11120
11120
|
};
|
|
11121
|
-
function render$
|
|
11122
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11121
|
+
function render$132(e, t) {
|
|
11122
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("g", {
|
|
11123
11123
|
fill: "none",
|
|
11124
11124
|
stroke: "currentColor",
|
|
11125
11125
|
"stroke-linecap": "round",
|
|
@@ -11129,14 +11129,14 @@ function render$129(e, t) {
|
|
|
11129
11129
|
}
|
|
11130
11130
|
var file_input_default = {
|
|
11131
11131
|
name: "lucide-file-input",
|
|
11132
|
-
render: render$
|
|
11133
|
-
}, _hoisted_1$
|
|
11132
|
+
render: render$132
|
|
11133
|
+
}, _hoisted_1$150 = {
|
|
11134
11134
|
viewBox: "0 0 24 24",
|
|
11135
11135
|
width: "1.2em",
|
|
11136
11136
|
height: "1.2em"
|
|
11137
11137
|
};
|
|
11138
|
-
function render$
|
|
11139
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11138
|
+
function render$131(e, t) {
|
|
11139
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
|
|
11140
11140
|
fill: "none",
|
|
11141
11141
|
stroke: "currentColor",
|
|
11142
11142
|
"stroke-linecap": "round",
|
|
@@ -11150,14 +11150,14 @@ function render$128(e, t) {
|
|
|
11150
11150
|
}
|
|
11151
11151
|
var file_output_default = {
|
|
11152
11152
|
name: "lucide-file-output",
|
|
11153
|
-
render: render$
|
|
11154
|
-
}, _hoisted_1$
|
|
11153
|
+
render: render$131
|
|
11154
|
+
}, _hoisted_1$149 = {
|
|
11155
11155
|
viewBox: "0 0 24 24",
|
|
11156
11156
|
width: "1.2em",
|
|
11157
11157
|
height: "1.2em"
|
|
11158
11158
|
};
|
|
11159
|
-
function render$
|
|
11160
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11159
|
+
function render$130(e, t) {
|
|
11160
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
|
|
11161
11161
|
fill: "none",
|
|
11162
11162
|
stroke: "currentColor",
|
|
11163
11163
|
"stroke-linecap": "round",
|
|
@@ -11167,14 +11167,14 @@ function render$127(e, t) {
|
|
|
11167
11167
|
}
|
|
11168
11168
|
var file_text_default = {
|
|
11169
11169
|
name: "lucide-file-text",
|
|
11170
|
-
render: render$
|
|
11171
|
-
}, _hoisted_1$
|
|
11170
|
+
render: render$130
|
|
11171
|
+
}, _hoisted_1$148 = {
|
|
11172
11172
|
viewBox: "0 0 24 24",
|
|
11173
11173
|
width: "1.2em",
|
|
11174
11174
|
height: "1.2em"
|
|
11175
11175
|
};
|
|
11176
|
-
function render$
|
|
11177
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11176
|
+
function render$129(e, t) {
|
|
11177
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
|
|
11178
11178
|
fill: "none",
|
|
11179
11179
|
stroke: "currentColor",
|
|
11180
11180
|
"stroke-linecap": "round",
|
|
@@ -11188,14 +11188,14 @@ function render$126(e, t) {
|
|
|
11188
11188
|
}
|
|
11189
11189
|
var files_default = {
|
|
11190
11190
|
name: "lucide-files",
|
|
11191
|
-
render: render$
|
|
11192
|
-
}, _hoisted_1$
|
|
11191
|
+
render: render$129
|
|
11192
|
+
}, _hoisted_1$147 = {
|
|
11193
11193
|
viewBox: "0 0 24 24",
|
|
11194
11194
|
width: "1.2em",
|
|
11195
11195
|
height: "1.2em"
|
|
11196
11196
|
};
|
|
11197
|
-
function render$
|
|
11198
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11197
|
+
function render$128(e, t) {
|
|
11198
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("g", {
|
|
11199
11199
|
fill: "none",
|
|
11200
11200
|
stroke: "currentColor",
|
|
11201
11201
|
"stroke-linecap": "round",
|
|
@@ -11205,14 +11205,32 @@ function render$125(e, t) {
|
|
|
11205
11205
|
}
|
|
11206
11206
|
var fingerprint_default = {
|
|
11207
11207
|
name: "lucide-fingerprint",
|
|
11208
|
-
render: render$
|
|
11209
|
-
}, _hoisted_1$
|
|
11208
|
+
render: render$128
|
|
11209
|
+
}, _hoisted_1$146 = {
|
|
11210
11210
|
viewBox: "0 0 24 24",
|
|
11211
11211
|
width: "1.2em",
|
|
11212
11212
|
height: "1.2em"
|
|
11213
11213
|
};
|
|
11214
|
-
function render$
|
|
11215
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11214
|
+
function render$127(e, t) {
|
|
11215
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("path", {
|
|
11216
|
+
fill: "none",
|
|
11217
|
+
stroke: "currentColor",
|
|
11218
|
+
"stroke-linecap": "round",
|
|
11219
|
+
"stroke-linejoin": "round",
|
|
11220
|
+
"stroke-width": "2",
|
|
11221
|
+
d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3c-1.072-2.143-.224-4.054 2-6c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5"
|
|
11222
|
+
}, null, -1)]]);
|
|
11223
|
+
}
|
|
11224
|
+
var flame_default = {
|
|
11225
|
+
name: "lucide-flame",
|
|
11226
|
+
render: render$127
|
|
11227
|
+
}, _hoisted_1$145 = {
|
|
11228
|
+
viewBox: "0 0 24 24",
|
|
11229
|
+
width: "1.2em",
|
|
11230
|
+
height: "1.2em"
|
|
11231
|
+
};
|
|
11232
|
+
function render$126(e, t) {
|
|
11233
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("path", {
|
|
11216
11234
|
fill: "none",
|
|
11217
11235
|
stroke: "currentColor",
|
|
11218
11236
|
"stroke-linecap": "round",
|
|
@@ -11223,14 +11241,14 @@ function render$124(e, t) {
|
|
|
11223
11241
|
}
|
|
11224
11242
|
var flask_conical_default = {
|
|
11225
11243
|
name: "lucide-flask-conical",
|
|
11226
|
-
render: render$
|
|
11227
|
-
}, _hoisted_1$
|
|
11244
|
+
render: render$126
|
|
11245
|
+
}, _hoisted_1$144 = {
|
|
11228
11246
|
viewBox: "0 0 24 24",
|
|
11229
11247
|
width: "1.2em",
|
|
11230
11248
|
height: "1.2em"
|
|
11231
11249
|
};
|
|
11232
|
-
function render$
|
|
11233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11250
|
+
function render$125(e, t) {
|
|
11251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("path", {
|
|
11234
11252
|
fill: "none",
|
|
11235
11253
|
stroke: "currentColor",
|
|
11236
11254
|
"stroke-linecap": "round",
|
|
@@ -11241,14 +11259,14 @@ function render$123(e, t) {
|
|
|
11241
11259
|
}
|
|
11242
11260
|
var folder_default = {
|
|
11243
11261
|
name: "lucide-folder",
|
|
11244
|
-
render: render$
|
|
11245
|
-
}, _hoisted_1$
|
|
11262
|
+
render: render$125
|
|
11263
|
+
}, _hoisted_1$143 = {
|
|
11246
11264
|
viewBox: "0 0 24 24",
|
|
11247
11265
|
width: "1.2em",
|
|
11248
11266
|
height: "1.2em"
|
|
11249
11267
|
};
|
|
11250
|
-
function render$
|
|
11251
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11268
|
+
function render$124(e, t) {
|
|
11269
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("path", {
|
|
11252
11270
|
fill: "none",
|
|
11253
11271
|
stroke: "currentColor",
|
|
11254
11272
|
"stroke-linecap": "round",
|
|
@@ -11259,14 +11277,14 @@ function render$122(e, t) {
|
|
|
11259
11277
|
}
|
|
11260
11278
|
var folder_open_default = {
|
|
11261
11279
|
name: "lucide-folder-open",
|
|
11262
|
-
render: render$
|
|
11263
|
-
}, _hoisted_1$
|
|
11280
|
+
render: render$124
|
|
11281
|
+
}, _hoisted_1$142 = {
|
|
11264
11282
|
viewBox: "0 0 24 24",
|
|
11265
11283
|
width: "1.2em",
|
|
11266
11284
|
height: "1.2em"
|
|
11267
11285
|
};
|
|
11268
|
-
function render$
|
|
11269
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11286
|
+
function render$123(e, t) {
|
|
11287
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("path", {
|
|
11270
11288
|
fill: "none",
|
|
11271
11289
|
stroke: "currentColor",
|
|
11272
11290
|
"stroke-linecap": "round",
|
|
@@ -11277,14 +11295,14 @@ function render$121(e, t) {
|
|
|
11277
11295
|
}
|
|
11278
11296
|
var folder_plus_default = {
|
|
11279
11297
|
name: "lucide-folder-plus",
|
|
11280
|
-
render: render$
|
|
11281
|
-
}, _hoisted_1$
|
|
11298
|
+
render: render$123
|
|
11299
|
+
}, _hoisted_1$141 = {
|
|
11282
11300
|
viewBox: "0 0 24 24",
|
|
11283
11301
|
width: "1.2em",
|
|
11284
11302
|
height: "1.2em"
|
|
11285
11303
|
};
|
|
11286
|
-
function render$
|
|
11287
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11304
|
+
function render$122(e, t) {
|
|
11305
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("path", {
|
|
11288
11306
|
fill: "none",
|
|
11289
11307
|
stroke: "currentColor",
|
|
11290
11308
|
"stroke-linecap": "round",
|
|
@@ -11295,14 +11313,14 @@ function render$120(e, t) {
|
|
|
11295
11313
|
}
|
|
11296
11314
|
var funnel_default = {
|
|
11297
11315
|
name: "lucide-funnel",
|
|
11298
|
-
render: render$
|
|
11299
|
-
}, _hoisted_1$
|
|
11316
|
+
render: render$122
|
|
11317
|
+
}, _hoisted_1$140 = {
|
|
11300
11318
|
viewBox: "0 0 24 24",
|
|
11301
11319
|
width: "1.2em",
|
|
11302
11320
|
height: "1.2em"
|
|
11303
11321
|
};
|
|
11304
|
-
function render$
|
|
11305
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11322
|
+
function render$121(e, t) {
|
|
11323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("g", {
|
|
11306
11324
|
fill: "none",
|
|
11307
11325
|
stroke: "currentColor",
|
|
11308
11326
|
"stroke-linecap": "round",
|
|
@@ -11312,14 +11330,14 @@ function render$119(e, t) {
|
|
|
11312
11330
|
}
|
|
11313
11331
|
var gem_default = {
|
|
11314
11332
|
name: "lucide-gem",
|
|
11315
|
-
render: render$
|
|
11316
|
-
}, _hoisted_1$
|
|
11333
|
+
render: render$121
|
|
11334
|
+
}, _hoisted_1$139 = {
|
|
11317
11335
|
viewBox: "0 0 24 24",
|
|
11318
11336
|
width: "1.2em",
|
|
11319
11337
|
height: "1.2em"
|
|
11320
11338
|
};
|
|
11321
|
-
function render$
|
|
11322
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11339
|
+
function render$120(e, t) {
|
|
11340
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("g", {
|
|
11323
11341
|
fill: "none",
|
|
11324
11342
|
stroke: "currentColor",
|
|
11325
11343
|
"stroke-linecap": "round",
|
|
@@ -11335,25 +11353,25 @@ function render$118(e, t) {
|
|
|
11335
11353
|
}
|
|
11336
11354
|
var gift_default = {
|
|
11337
11355
|
name: "lucide-gift",
|
|
11338
|
-
render: render$
|
|
11339
|
-
}, _hoisted_1$
|
|
11356
|
+
render: render$120
|
|
11357
|
+
}, _hoisted_1$138 = {
|
|
11340
11358
|
viewBox: "0 0 24 24",
|
|
11341
11359
|
width: "1.2em",
|
|
11342
11360
|
height: "1.2em"
|
|
11343
11361
|
};
|
|
11344
|
-
function render$
|
|
11345
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11362
|
+
function render$119(e, t) {
|
|
11363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...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)]]);
|
|
11346
11364
|
}
|
|
11347
11365
|
var git_branch_default = {
|
|
11348
11366
|
name: "lucide-git-branch",
|
|
11349
|
-
render: render$
|
|
11350
|
-
}, _hoisted_1$
|
|
11367
|
+
render: render$119
|
|
11368
|
+
}, _hoisted_1$137 = {
|
|
11351
11369
|
viewBox: "0 0 24 24",
|
|
11352
11370
|
width: "1.2em",
|
|
11353
11371
|
height: "1.2em"
|
|
11354
11372
|
};
|
|
11355
|
-
function render$
|
|
11356
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11373
|
+
function render$118(e, t) {
|
|
11374
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("g", {
|
|
11357
11375
|
fill: "none",
|
|
11358
11376
|
stroke: "currentColor",
|
|
11359
11377
|
"stroke-linecap": "round",
|
|
@@ -11367,14 +11385,14 @@ function render$116(e, t) {
|
|
|
11367
11385
|
}
|
|
11368
11386
|
var globe_default = {
|
|
11369
11387
|
name: "lucide-globe",
|
|
11370
|
-
render: render$
|
|
11371
|
-
}, _hoisted_1$
|
|
11388
|
+
render: render$118
|
|
11389
|
+
}, _hoisted_1$136 = {
|
|
11372
11390
|
viewBox: "0 0 24 24",
|
|
11373
11391
|
width: "1.2em",
|
|
11374
11392
|
height: "1.2em"
|
|
11375
11393
|
};
|
|
11376
|
-
function render$
|
|
11377
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11394
|
+
function render$117(e, t) {
|
|
11395
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("g", {
|
|
11378
11396
|
fill: "none",
|
|
11379
11397
|
stroke: "currentColor",
|
|
11380
11398
|
"stroke-linecap": "round",
|
|
@@ -11384,14 +11402,14 @@ function render$115(e, t) {
|
|
|
11384
11402
|
}
|
|
11385
11403
|
var graduation_cap_default = {
|
|
11386
11404
|
name: "lucide-graduation-cap",
|
|
11387
|
-
render: render$
|
|
11388
|
-
}, _hoisted_1$
|
|
11405
|
+
render: render$117
|
|
11406
|
+
}, _hoisted_1$135 = {
|
|
11389
11407
|
viewBox: "0 0 24 24",
|
|
11390
11408
|
width: "1.2em",
|
|
11391
11409
|
height: "1.2em"
|
|
11392
11410
|
};
|
|
11393
|
-
function render$
|
|
11394
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11411
|
+
function render$116(e, t) {
|
|
11412
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("g", {
|
|
11395
11413
|
fill: "none",
|
|
11396
11414
|
stroke: "currentColor",
|
|
11397
11415
|
"stroke-linecap": "round",
|
|
@@ -11407,36 +11425,36 @@ function render$114(e, t) {
|
|
|
11407
11425
|
}
|
|
11408
11426
|
var grid_2x2_default = {
|
|
11409
11427
|
name: "lucide-grid-2x2",
|
|
11410
|
-
render: render$
|
|
11411
|
-
}, _hoisted_1$
|
|
11428
|
+
render: render$116
|
|
11429
|
+
}, _hoisted_1$134 = {
|
|
11412
11430
|
viewBox: "0 0 24 24",
|
|
11413
11431
|
width: "1.2em",
|
|
11414
11432
|
height: "1.2em"
|
|
11415
11433
|
};
|
|
11416
|
-
function render$
|
|
11417
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11434
|
+
function render$115(e, t) {
|
|
11435
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...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)]]);
|
|
11418
11436
|
}
|
|
11419
11437
|
var grip_vertical_default = {
|
|
11420
11438
|
name: "lucide-grip-vertical",
|
|
11421
|
-
render: render$
|
|
11422
|
-
}, _hoisted_1$
|
|
11439
|
+
render: render$115
|
|
11440
|
+
}, _hoisted_1$133 = {
|
|
11423
11441
|
viewBox: "0 0 24 24",
|
|
11424
11442
|
width: "1.2em",
|
|
11425
11443
|
height: "1.2em"
|
|
11426
11444
|
};
|
|
11427
|
-
function render$
|
|
11428
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11445
|
+
function render$114(e, t) {
|
|
11446
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...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)]]);
|
|
11429
11447
|
}
|
|
11430
11448
|
var hand_coins_default = {
|
|
11431
11449
|
name: "lucide-hand-coins",
|
|
11432
|
-
render: render$
|
|
11433
|
-
}, _hoisted_1$
|
|
11450
|
+
render: render$114
|
|
11451
|
+
}, _hoisted_1$132 = {
|
|
11434
11452
|
viewBox: "0 0 24 24",
|
|
11435
11453
|
width: "1.2em",
|
|
11436
11454
|
height: "1.2em"
|
|
11437
11455
|
};
|
|
11438
|
-
function render$
|
|
11439
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11456
|
+
function render$113(e, t) {
|
|
11457
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
|
|
11440
11458
|
fill: "none",
|
|
11441
11459
|
stroke: "currentColor",
|
|
11442
11460
|
"stroke-linecap": "round",
|
|
@@ -11450,14 +11468,14 @@ function render$111(e, t) {
|
|
|
11450
11468
|
}
|
|
11451
11469
|
var handshake_default = {
|
|
11452
11470
|
name: "lucide-handshake",
|
|
11453
|
-
render: render$
|
|
11454
|
-
}, _hoisted_1$
|
|
11471
|
+
render: render$113
|
|
11472
|
+
}, _hoisted_1$131 = {
|
|
11455
11473
|
viewBox: "0 0 24 24",
|
|
11456
11474
|
width: "1.2em",
|
|
11457
11475
|
height: "1.2em"
|
|
11458
11476
|
};
|
|
11459
|
-
function render$
|
|
11460
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11477
|
+
function render$112(e, t) {
|
|
11478
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createElementVNode("path", {
|
|
11461
11479
|
fill: "none",
|
|
11462
11480
|
stroke: "currentColor",
|
|
11463
11481
|
"stroke-linecap": "round",
|
|
@@ -11468,14 +11486,14 @@ function render$110(e, t) {
|
|
|
11468
11486
|
}
|
|
11469
11487
|
var hard_drive_default = {
|
|
11470
11488
|
name: "lucide-hard-drive",
|
|
11471
|
-
render: render$
|
|
11472
|
-
}, _hoisted_1$
|
|
11489
|
+
render: render$112
|
|
11490
|
+
}, _hoisted_1$130 = {
|
|
11473
11491
|
viewBox: "0 0 24 24",
|
|
11474
11492
|
width: "1.2em",
|
|
11475
11493
|
height: "1.2em"
|
|
11476
11494
|
};
|
|
11477
|
-
function render$
|
|
11478
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11495
|
+
function render$111(e, t) {
|
|
11496
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
|
|
11479
11497
|
fill: "none",
|
|
11480
11498
|
stroke: "currentColor",
|
|
11481
11499
|
"stroke-linecap": "round",
|
|
@@ -11495,14 +11513,14 @@ function render$109(e, t) {
|
|
|
11495
11513
|
}
|
|
11496
11514
|
var hard_drive_download_default = {
|
|
11497
11515
|
name: "lucide-hard-drive-download",
|
|
11498
|
-
render: render$
|
|
11499
|
-
}, _hoisted_1$
|
|
11516
|
+
render: render$111
|
|
11517
|
+
}, _hoisted_1$129 = {
|
|
11500
11518
|
viewBox: "0 0 24 24",
|
|
11501
11519
|
width: "1.2em",
|
|
11502
11520
|
height: "1.2em"
|
|
11503
11521
|
};
|
|
11504
|
-
function render$
|
|
11505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11522
|
+
function render$110(e, t) {
|
|
11523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("path", {
|
|
11506
11524
|
fill: "none",
|
|
11507
11525
|
stroke: "currentColor",
|
|
11508
11526
|
"stroke-linecap": "round",
|
|
@@ -11513,14 +11531,14 @@ function render$108(e, t) {
|
|
|
11513
11531
|
}
|
|
11514
11532
|
var hash_default = {
|
|
11515
11533
|
name: "lucide-hash",
|
|
11516
|
-
render: render$
|
|
11517
|
-
}, _hoisted_1$
|
|
11534
|
+
render: render$110
|
|
11535
|
+
}, _hoisted_1$128 = {
|
|
11518
11536
|
viewBox: "0 0 24 24",
|
|
11519
11537
|
width: "1.2em",
|
|
11520
11538
|
height: "1.2em"
|
|
11521
11539
|
};
|
|
11522
|
-
function render$
|
|
11523
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11540
|
+
function render$109(e, t) {
|
|
11541
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("g", {
|
|
11524
11542
|
fill: "none",
|
|
11525
11543
|
stroke: "currentColor",
|
|
11526
11544
|
"stroke-linecap": "round",
|
|
@@ -11530,14 +11548,14 @@ function render$107(e, t) {
|
|
|
11530
11548
|
}
|
|
11531
11549
|
var history_default = {
|
|
11532
11550
|
name: "lucide-history",
|
|
11533
|
-
render: render$
|
|
11534
|
-
}, _hoisted_1$
|
|
11551
|
+
render: render$109
|
|
11552
|
+
}, _hoisted_1$127 = {
|
|
11535
11553
|
viewBox: "0 0 24 24",
|
|
11536
11554
|
width: "1.2em",
|
|
11537
11555
|
height: "1.2em"
|
|
11538
11556
|
};
|
|
11539
|
-
function render$
|
|
11540
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11557
|
+
function render$108(e, t) {
|
|
11558
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createElementVNode("path", {
|
|
11541
11559
|
fill: "none",
|
|
11542
11560
|
stroke: "currentColor",
|
|
11543
11561
|
"stroke-linecap": "round",
|
|
@@ -11548,14 +11566,14 @@ function render$106(e, t) {
|
|
|
11548
11566
|
}
|
|
11549
11567
|
var hourglass_default = {
|
|
11550
11568
|
name: "lucide-hourglass",
|
|
11551
|
-
render: render$
|
|
11552
|
-
}, _hoisted_1$
|
|
11569
|
+
render: render$108
|
|
11570
|
+
}, _hoisted_1$126 = {
|
|
11553
11571
|
viewBox: "0 0 24 24",
|
|
11554
11572
|
width: "1.2em",
|
|
11555
11573
|
height: "1.2em"
|
|
11556
11574
|
};
|
|
11557
|
-
function render$
|
|
11558
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11575
|
+
function render$107(e, t) {
|
|
11576
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createElementVNode("g", {
|
|
11559
11577
|
fill: "none",
|
|
11560
11578
|
stroke: "currentColor",
|
|
11561
11579
|
"stroke-linecap": "round",
|
|
@@ -11565,14 +11583,14 @@ function render$105(e, t) {
|
|
|
11565
11583
|
}
|
|
11566
11584
|
var house_default = {
|
|
11567
11585
|
name: "lucide-house",
|
|
11568
|
-
render: render$
|
|
11569
|
-
}, _hoisted_1$
|
|
11586
|
+
render: render$107
|
|
11587
|
+
}, _hoisted_1$125 = {
|
|
11570
11588
|
viewBox: "0 0 24 24",
|
|
11571
11589
|
width: "1.2em",
|
|
11572
11590
|
height: "1.2em"
|
|
11573
11591
|
};
|
|
11574
|
-
function render$
|
|
11575
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11592
|
+
function render$106(e, t) {
|
|
11593
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
|
|
11576
11594
|
fill: "none",
|
|
11577
11595
|
stroke: "currentColor",
|
|
11578
11596
|
"stroke-linecap": "round",
|
|
@@ -11597,14 +11615,14 @@ function render$104(e, t) {
|
|
|
11597
11615
|
}
|
|
11598
11616
|
var image_default = {
|
|
11599
11617
|
name: "lucide-image",
|
|
11600
|
-
render: render$
|
|
11601
|
-
}, _hoisted_1$
|
|
11618
|
+
render: render$106
|
|
11619
|
+
}, _hoisted_1$124 = {
|
|
11602
11620
|
viewBox: "0 0 24 24",
|
|
11603
11621
|
width: "1.2em",
|
|
11604
11622
|
height: "1.2em"
|
|
11605
11623
|
};
|
|
11606
|
-
function render$
|
|
11607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11624
|
+
function render$105(e, t) {
|
|
11625
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("g", {
|
|
11608
11626
|
fill: "none",
|
|
11609
11627
|
stroke: "currentColor",
|
|
11610
11628
|
"stroke-linecap": "round",
|
|
@@ -11614,14 +11632,14 @@ function render$103(e, t) {
|
|
|
11614
11632
|
}
|
|
11615
11633
|
var inbox_default = {
|
|
11616
11634
|
name: "lucide-inbox",
|
|
11617
|
-
render: render$
|
|
11618
|
-
}, _hoisted_1$
|
|
11635
|
+
render: render$105
|
|
11636
|
+
}, _hoisted_1$123 = {
|
|
11619
11637
|
viewBox: "0 0 24 24",
|
|
11620
11638
|
width: "1.2em",
|
|
11621
11639
|
height: "1.2em"
|
|
11622
11640
|
};
|
|
11623
|
-
function render$
|
|
11624
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11641
|
+
function render$104(e, t) {
|
|
11642
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
|
|
11625
11643
|
fill: "none",
|
|
11626
11644
|
stroke: "currentColor",
|
|
11627
11645
|
"stroke-linecap": "round",
|
|
@@ -11635,14 +11653,14 @@ function render$102(e, t) {
|
|
|
11635
11653
|
}
|
|
11636
11654
|
var info_default = {
|
|
11637
11655
|
name: "lucide-info",
|
|
11638
|
-
render: render$
|
|
11639
|
-
}, _hoisted_1$
|
|
11656
|
+
render: render$104
|
|
11657
|
+
}, _hoisted_1$122 = {
|
|
11640
11658
|
viewBox: "0 0 24 24",
|
|
11641
11659
|
width: "1.2em",
|
|
11642
11660
|
height: "1.2em"
|
|
11643
11661
|
};
|
|
11644
|
-
function render$
|
|
11645
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11662
|
+
function render$103(e, t) {
|
|
11663
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("g", {
|
|
11646
11664
|
fill: "none",
|
|
11647
11665
|
stroke: "currentColor",
|
|
11648
11666
|
"stroke-linecap": "round",
|
|
@@ -11657,14 +11675,14 @@ function render$101(e, t) {
|
|
|
11657
11675
|
}
|
|
11658
11676
|
var key_round_default = {
|
|
11659
11677
|
name: "lucide-key-round",
|
|
11660
|
-
render: render$
|
|
11661
|
-
}, _hoisted_1$
|
|
11678
|
+
render: render$103
|
|
11679
|
+
}, _hoisted_1$121 = {
|
|
11662
11680
|
viewBox: "0 0 24 24",
|
|
11663
11681
|
width: "1.2em",
|
|
11664
11682
|
height: "1.2em"
|
|
11665
11683
|
};
|
|
11666
|
-
function render$
|
|
11667
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11684
|
+
function render$102(e, t) {
|
|
11685
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("path", {
|
|
11668
11686
|
fill: "none",
|
|
11669
11687
|
stroke: "currentColor",
|
|
11670
11688
|
"stroke-linecap": "round",
|
|
@@ -11675,14 +11693,14 @@ function render$100(e, t) {
|
|
|
11675
11693
|
}
|
|
11676
11694
|
var languages_default = {
|
|
11677
11695
|
name: "lucide-languages",
|
|
11678
|
-
render: render$
|
|
11679
|
-
}, _hoisted_1$
|
|
11696
|
+
render: render$102
|
|
11697
|
+
}, _hoisted_1$120 = {
|
|
11680
11698
|
viewBox: "0 0 24 24",
|
|
11681
11699
|
width: "1.2em",
|
|
11682
11700
|
height: "1.2em"
|
|
11683
11701
|
};
|
|
11684
|
-
function render$
|
|
11685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11702
|
+
function render$101(e, t) {
|
|
11703
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("g", {
|
|
11686
11704
|
fill: "none",
|
|
11687
11705
|
stroke: "currentColor",
|
|
11688
11706
|
"stroke-linecap": "round",
|
|
@@ -11696,14 +11714,14 @@ function render$99(e, t) {
|
|
|
11696
11714
|
}
|
|
11697
11715
|
var layers_default = {
|
|
11698
11716
|
name: "lucide-layers",
|
|
11699
|
-
render: render$
|
|
11700
|
-
}, _hoisted_1$
|
|
11717
|
+
render: render$101
|
|
11718
|
+
}, _hoisted_1$119 = {
|
|
11701
11719
|
viewBox: "0 0 24 24",
|
|
11702
11720
|
width: "1.2em",
|
|
11703
11721
|
height: "1.2em"
|
|
11704
11722
|
};
|
|
11705
|
-
function render$
|
|
11706
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11723
|
+
function render$100(e, t) {
|
|
11724
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
|
|
11707
11725
|
fill: "none",
|
|
11708
11726
|
stroke: "currentColor",
|
|
11709
11727
|
"stroke-linecap": "round",
|
|
@@ -11735,14 +11753,14 @@ function render$98(e, t) {
|
|
|
11735
11753
|
}
|
|
11736
11754
|
var layout_template_default = {
|
|
11737
11755
|
name: "lucide-layout-template",
|
|
11738
|
-
render: render$
|
|
11739
|
-
}, _hoisted_1$
|
|
11756
|
+
render: render$100
|
|
11757
|
+
}, _hoisted_1$118 = {
|
|
11740
11758
|
viewBox: "0 0 24 24",
|
|
11741
11759
|
width: "1.2em",
|
|
11742
11760
|
height: "1.2em"
|
|
11743
11761
|
};
|
|
11744
|
-
function render$
|
|
11745
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11762
|
+
function render$99(e, t) {
|
|
11763
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("path", {
|
|
11746
11764
|
fill: "none",
|
|
11747
11765
|
stroke: "currentColor",
|
|
11748
11766
|
"stroke-linecap": "round",
|
|
@@ -11753,14 +11771,14 @@ function render$97(e, t) {
|
|
|
11753
11771
|
}
|
|
11754
11772
|
var lightbulb_default = {
|
|
11755
11773
|
name: "lucide-lightbulb",
|
|
11756
|
-
render: render$
|
|
11757
|
-
}, _hoisted_1$
|
|
11774
|
+
render: render$99
|
|
11775
|
+
}, _hoisted_1$117 = {
|
|
11758
11776
|
viewBox: "0 0 24 24",
|
|
11759
11777
|
width: "1.2em",
|
|
11760
11778
|
height: "1.2em"
|
|
11761
11779
|
};
|
|
11762
|
-
function render$
|
|
11763
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11780
|
+
function render$98(e, t) {
|
|
11781
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
|
|
11764
11782
|
fill: "none",
|
|
11765
11783
|
stroke: "currentColor",
|
|
11766
11784
|
"stroke-linecap": "round",
|
|
@@ -11770,14 +11788,14 @@ function render$96(e, t) {
|
|
|
11770
11788
|
}
|
|
11771
11789
|
var link_default = {
|
|
11772
11790
|
name: "lucide-link",
|
|
11773
|
-
render: render$
|
|
11774
|
-
}, _hoisted_1$
|
|
11791
|
+
render: render$98
|
|
11792
|
+
}, _hoisted_1$116 = {
|
|
11775
11793
|
viewBox: "0 0 24 24",
|
|
11776
11794
|
width: "1.2em",
|
|
11777
11795
|
height: "1.2em"
|
|
11778
11796
|
};
|
|
11779
|
-
function render$
|
|
11780
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11797
|
+
function render$97(e, t) {
|
|
11798
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("path", {
|
|
11781
11799
|
fill: "none",
|
|
11782
11800
|
stroke: "currentColor",
|
|
11783
11801
|
"stroke-linecap": "round",
|
|
@@ -11788,14 +11806,14 @@ function render$95(e, t) {
|
|
|
11788
11806
|
}
|
|
11789
11807
|
var list_default = {
|
|
11790
11808
|
name: "lucide-list",
|
|
11791
|
-
render: render$
|
|
11792
|
-
}, _hoisted_1$
|
|
11809
|
+
render: render$97
|
|
11810
|
+
}, _hoisted_1$115 = {
|
|
11793
11811
|
viewBox: "0 0 24 24",
|
|
11794
11812
|
width: "1.2em",
|
|
11795
11813
|
height: "1.2em"
|
|
11796
11814
|
};
|
|
11797
|
-
function render$
|
|
11798
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11815
|
+
function render$96(e, t) {
|
|
11816
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("path", {
|
|
11799
11817
|
fill: "none",
|
|
11800
11818
|
stroke: "currentColor",
|
|
11801
11819
|
"stroke-linecap": "round",
|
|
@@ -11806,14 +11824,14 @@ function render$94(e, t) {
|
|
|
11806
11824
|
}
|
|
11807
11825
|
var list_checks_default = {
|
|
11808
11826
|
name: "lucide-list-checks",
|
|
11809
|
-
render: render$
|
|
11810
|
-
}, _hoisted_1$
|
|
11827
|
+
render: render$96
|
|
11828
|
+
}, _hoisted_1$114 = {
|
|
11811
11829
|
viewBox: "0 0 24 24",
|
|
11812
11830
|
width: "1.2em",
|
|
11813
11831
|
height: "1.2em"
|
|
11814
11832
|
};
|
|
11815
|
-
function render$
|
|
11816
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11833
|
+
function render$95(e, t) {
|
|
11834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
|
|
11817
11835
|
fill: "none",
|
|
11818
11836
|
stroke: "currentColor",
|
|
11819
11837
|
"stroke-linecap": "round",
|
|
@@ -11824,14 +11842,14 @@ function render$93(e, t) {
|
|
|
11824
11842
|
}
|
|
11825
11843
|
var loader2_default = {
|
|
11826
11844
|
name: "lucide-loader2",
|
|
11827
|
-
render: render$
|
|
11828
|
-
}, _hoisted_1$
|
|
11845
|
+
render: render$95
|
|
11846
|
+
}, _hoisted_1$113 = {
|
|
11829
11847
|
viewBox: "0 0 24 24",
|
|
11830
11848
|
width: "1.2em",
|
|
11831
11849
|
height: "1.2em"
|
|
11832
11850
|
};
|
|
11833
|
-
function render$
|
|
11834
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11851
|
+
function render$94(e, t) {
|
|
11852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("g", {
|
|
11835
11853
|
fill: "none",
|
|
11836
11854
|
stroke: "currentColor",
|
|
11837
11855
|
"stroke-linecap": "round",
|
|
@@ -11848,14 +11866,14 @@ function render$92(e, t) {
|
|
|
11848
11866
|
}
|
|
11849
11867
|
var lock_default = {
|
|
11850
11868
|
name: "lucide-lock",
|
|
11851
|
-
render: render$
|
|
11852
|
-
}, _hoisted_1$
|
|
11869
|
+
render: render$94
|
|
11870
|
+
}, _hoisted_1$112 = {
|
|
11853
11871
|
viewBox: "0 0 24 24",
|
|
11854
11872
|
width: "1.2em",
|
|
11855
11873
|
height: "1.2em"
|
|
11856
11874
|
};
|
|
11857
|
-
function render$
|
|
11858
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11875
|
+
function render$93(e, t) {
|
|
11876
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
11859
11877
|
fill: "none",
|
|
11860
11878
|
stroke: "currentColor",
|
|
11861
11879
|
"stroke-linecap": "round",
|
|
@@ -11866,14 +11884,14 @@ function render$91(e, t) {
|
|
|
11866
11884
|
}
|
|
11867
11885
|
var log_in_default = {
|
|
11868
11886
|
name: "lucide-log-in",
|
|
11869
|
-
render: render$
|
|
11870
|
-
}, _hoisted_1$
|
|
11887
|
+
render: render$93
|
|
11888
|
+
}, _hoisted_1$111 = {
|
|
11871
11889
|
viewBox: "0 0 24 24",
|
|
11872
11890
|
width: "1.2em",
|
|
11873
11891
|
height: "1.2em"
|
|
11874
11892
|
};
|
|
11875
|
-
function render$
|
|
11876
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11893
|
+
function render$92(e, t) {
|
|
11894
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("path", {
|
|
11877
11895
|
fill: "none",
|
|
11878
11896
|
stroke: "currentColor",
|
|
11879
11897
|
"stroke-linecap": "round",
|
|
@@ -11884,14 +11902,14 @@ function render$90(e, t) {
|
|
|
11884
11902
|
}
|
|
11885
11903
|
var log_out_default = {
|
|
11886
11904
|
name: "lucide-log-out",
|
|
11887
|
-
render: render$
|
|
11888
|
-
}, _hoisted_1$
|
|
11905
|
+
render: render$92
|
|
11906
|
+
}, _hoisted_1$110 = {
|
|
11889
11907
|
viewBox: "0 0 24 24",
|
|
11890
11908
|
width: "1.2em",
|
|
11891
11909
|
height: "1.2em"
|
|
11892
11910
|
};
|
|
11893
|
-
function render$
|
|
11894
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11911
|
+
function render$91(e, t) {
|
|
11912
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("g", {
|
|
11895
11913
|
fill: "none",
|
|
11896
11914
|
stroke: "currentColor",
|
|
11897
11915
|
"stroke-linecap": "round",
|
|
@@ -11907,14 +11925,14 @@ function render$89(e, t) {
|
|
|
11907
11925
|
}
|
|
11908
11926
|
var mail_default = {
|
|
11909
11927
|
name: "lucide-mail",
|
|
11910
|
-
render: render$
|
|
11911
|
-
}, _hoisted_1$
|
|
11928
|
+
render: render$91
|
|
11929
|
+
}, _hoisted_1$109 = {
|
|
11912
11930
|
viewBox: "0 0 24 24",
|
|
11913
11931
|
width: "1.2em",
|
|
11914
11932
|
height: "1.2em"
|
|
11915
11933
|
};
|
|
11916
|
-
function render$
|
|
11917
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11934
|
+
function render$90(e, t) {
|
|
11935
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
|
|
11918
11936
|
fill: "none",
|
|
11919
11937
|
stroke: "currentColor",
|
|
11920
11938
|
"stroke-linecap": "round",
|
|
@@ -11925,14 +11943,14 @@ function render$88(e, t) {
|
|
|
11925
11943
|
}
|
|
11926
11944
|
var maximize_default = {
|
|
11927
11945
|
name: "lucide-maximize",
|
|
11928
|
-
render: render$
|
|
11929
|
-
}, _hoisted_1$
|
|
11946
|
+
render: render$90
|
|
11947
|
+
}, _hoisted_1$108 = {
|
|
11930
11948
|
viewBox: "0 0 24 24",
|
|
11931
11949
|
width: "1.2em",
|
|
11932
11950
|
height: "1.2em"
|
|
11933
11951
|
};
|
|
11934
|
-
function render$
|
|
11935
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11952
|
+
function render$89(e, t) {
|
|
11953
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("path", {
|
|
11936
11954
|
fill: "none",
|
|
11937
11955
|
stroke: "currentColor",
|
|
11938
11956
|
"stroke-linecap": "round",
|
|
@@ -11943,14 +11961,14 @@ function render$87(e, t) {
|
|
|
11943
11961
|
}
|
|
11944
11962
|
var maximize_2_default = {
|
|
11945
11963
|
name: "lucide-maximize-2",
|
|
11946
|
-
render: render$
|
|
11947
|
-
}, _hoisted_1$
|
|
11964
|
+
render: render$89
|
|
11965
|
+
}, _hoisted_1$107 = {
|
|
11948
11966
|
viewBox: "0 0 24 24",
|
|
11949
11967
|
width: "1.2em",
|
|
11950
11968
|
height: "1.2em"
|
|
11951
11969
|
};
|
|
11952
|
-
function render$
|
|
11953
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11970
|
+
function render$88(e, t) {
|
|
11971
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
11954
11972
|
fill: "none",
|
|
11955
11973
|
stroke: "currentColor",
|
|
11956
11974
|
"stroke-linecap": "round",
|
|
@@ -11961,14 +11979,14 @@ function render$86(e, t) {
|
|
|
11961
11979
|
}
|
|
11962
11980
|
var menu_default = {
|
|
11963
11981
|
name: "lucide-menu",
|
|
11964
|
-
render: render$
|
|
11965
|
-
}, _hoisted_1$
|
|
11982
|
+
render: render$88
|
|
11983
|
+
}, _hoisted_1$106 = {
|
|
11966
11984
|
viewBox: "0 0 24 24",
|
|
11967
11985
|
width: "1.2em",
|
|
11968
11986
|
height: "1.2em"
|
|
11969
11987
|
};
|
|
11970
|
-
function render$
|
|
11971
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11988
|
+
function render$87(e, t) {
|
|
11989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
11972
11990
|
fill: "none",
|
|
11973
11991
|
stroke: "currentColor",
|
|
11974
11992
|
"stroke-linecap": "round",
|
|
@@ -11979,14 +11997,14 @@ function render$85(e, t) {
|
|
|
11979
11997
|
}
|
|
11980
11998
|
var message_circle_default = {
|
|
11981
11999
|
name: "lucide-message-circle",
|
|
11982
|
-
render: render$
|
|
11983
|
-
}, _hoisted_1$
|
|
12000
|
+
render: render$87
|
|
12001
|
+
}, _hoisted_1$105 = {
|
|
11984
12002
|
viewBox: "0 0 24 24",
|
|
11985
12003
|
width: "1.2em",
|
|
11986
12004
|
height: "1.2em"
|
|
11987
12005
|
};
|
|
11988
|
-
function render$
|
|
11989
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12006
|
+
function render$86(e, t) {
|
|
12007
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("path", {
|
|
11990
12008
|
fill: "none",
|
|
11991
12009
|
stroke: "currentColor",
|
|
11992
12010
|
"stroke-linecap": "round",
|
|
@@ -11997,14 +12015,14 @@ function render$84(e, t) {
|
|
|
11997
12015
|
}
|
|
11998
12016
|
var message_square_default = {
|
|
11999
12017
|
name: "lucide-message-square",
|
|
12000
|
-
render: render$
|
|
12001
|
-
}, _hoisted_1$
|
|
12018
|
+
render: render$86
|
|
12019
|
+
}, _hoisted_1$104 = {
|
|
12002
12020
|
viewBox: "0 0 24 24",
|
|
12003
12021
|
width: "1.2em",
|
|
12004
12022
|
height: "1.2em"
|
|
12005
12023
|
};
|
|
12006
|
-
function render$
|
|
12007
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12024
|
+
function render$85(e, t) {
|
|
12025
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
|
|
12008
12026
|
fill: "none",
|
|
12009
12027
|
stroke: "currentColor",
|
|
12010
12028
|
"stroke-linecap": "round",
|
|
@@ -12015,14 +12033,14 @@ function render$83(e, t) {
|
|
|
12015
12033
|
}
|
|
12016
12034
|
var message_square_plus_default = {
|
|
12017
12035
|
name: "lucide-message-square-plus",
|
|
12018
|
-
render: render$
|
|
12019
|
-
}, _hoisted_1$
|
|
12036
|
+
render: render$85
|
|
12037
|
+
}, _hoisted_1$103 = {
|
|
12020
12038
|
viewBox: "0 0 24 24",
|
|
12021
12039
|
width: "1.2em",
|
|
12022
12040
|
height: "1.2em"
|
|
12023
12041
|
};
|
|
12024
|
-
function render$
|
|
12025
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12042
|
+
function render$84(e, t) {
|
|
12043
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("path", {
|
|
12026
12044
|
fill: "none",
|
|
12027
12045
|
stroke: "currentColor",
|
|
12028
12046
|
"stroke-linecap": "round",
|
|
@@ -12033,14 +12051,14 @@ function render$82(e, t) {
|
|
|
12033
12051
|
}
|
|
12034
12052
|
var messages_square_default = {
|
|
12035
12053
|
name: "lucide-messages-square",
|
|
12036
|
-
render: render$
|
|
12037
|
-
}, _hoisted_1$
|
|
12054
|
+
render: render$84
|
|
12055
|
+
}, _hoisted_1$102 = {
|
|
12038
12056
|
viewBox: "0 0 24 24",
|
|
12039
12057
|
width: "1.2em",
|
|
12040
12058
|
height: "1.2em"
|
|
12041
12059
|
};
|
|
12042
|
-
function render$
|
|
12043
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12060
|
+
function render$83(e, t) {
|
|
12061
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("g", {
|
|
12044
12062
|
fill: "none",
|
|
12045
12063
|
stroke: "currentColor",
|
|
12046
12064
|
"stroke-linecap": "round",
|
|
@@ -12056,14 +12074,14 @@ function render$81(e, t) {
|
|
|
12056
12074
|
}
|
|
12057
12075
|
var mic_default = {
|
|
12058
12076
|
name: "lucide-mic",
|
|
12059
|
-
render: render$
|
|
12060
|
-
}, _hoisted_1$
|
|
12077
|
+
render: render$83
|
|
12078
|
+
}, _hoisted_1$101 = {
|
|
12061
12079
|
viewBox: "0 0 24 24",
|
|
12062
12080
|
width: "1.2em",
|
|
12063
12081
|
height: "1.2em"
|
|
12064
12082
|
};
|
|
12065
|
-
function render$
|
|
12066
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12083
|
+
function render$82(e, t) {
|
|
12084
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
|
|
12067
12085
|
fill: "none",
|
|
12068
12086
|
stroke: "currentColor",
|
|
12069
12087
|
"stroke-linecap": "round",
|
|
@@ -12074,14 +12092,14 @@ function render$80(e, t) {
|
|
|
12074
12092
|
}
|
|
12075
12093
|
var milestone_default = {
|
|
12076
12094
|
name: "lucide-milestone",
|
|
12077
|
-
render: render$
|
|
12078
|
-
}, _hoisted_1$
|
|
12095
|
+
render: render$82
|
|
12096
|
+
}, _hoisted_1$100 = {
|
|
12079
12097
|
viewBox: "0 0 24 24",
|
|
12080
12098
|
width: "1.2em",
|
|
12081
12099
|
height: "1.2em"
|
|
12082
12100
|
};
|
|
12083
|
-
function render$
|
|
12084
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12101
|
+
function render$81(e, t) {
|
|
12102
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
|
|
12085
12103
|
fill: "none",
|
|
12086
12104
|
stroke: "currentColor",
|
|
12087
12105
|
"stroke-linecap": "round",
|
|
@@ -12092,14 +12110,14 @@ function render$79(e, t) {
|
|
|
12092
12110
|
}
|
|
12093
12111
|
var minimize_2_default = {
|
|
12094
12112
|
name: "lucide-minimize-2",
|
|
12095
|
-
render: render$
|
|
12096
|
-
}, _hoisted_1$
|
|
12113
|
+
render: render$81
|
|
12114
|
+
}, _hoisted_1$99 = {
|
|
12097
12115
|
viewBox: "0 0 24 24",
|
|
12098
12116
|
width: "1.2em",
|
|
12099
12117
|
height: "1.2em"
|
|
12100
12118
|
};
|
|
12101
|
-
function render$
|
|
12102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12119
|
+
function render$80(e, t) {
|
|
12120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
|
|
12103
12121
|
fill: "none",
|
|
12104
12122
|
stroke: "currentColor",
|
|
12105
12123
|
"stroke-linecap": "round",
|
|
@@ -12110,14 +12128,14 @@ function render$78(e, t) {
|
|
|
12110
12128
|
}
|
|
12111
12129
|
var minus_default = {
|
|
12112
12130
|
name: "lucide-minus",
|
|
12113
|
-
render: render$
|
|
12114
|
-
}, _hoisted_1$
|
|
12131
|
+
render: render$80
|
|
12132
|
+
}, _hoisted_1$98 = {
|
|
12115
12133
|
viewBox: "0 0 24 24",
|
|
12116
12134
|
width: "1.2em",
|
|
12117
12135
|
height: "1.2em"
|
|
12118
12136
|
};
|
|
12119
|
-
function render$
|
|
12120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12137
|
+
function render$79(e, t) {
|
|
12138
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("path", {
|
|
12121
12139
|
fill: "none",
|
|
12122
12140
|
stroke: "currentColor",
|
|
12123
12141
|
"stroke-linecap": "round",
|
|
@@ -12128,25 +12146,25 @@ function render$77(e, t) {
|
|
|
12128
12146
|
}
|
|
12129
12147
|
var mouse_pointer_default = {
|
|
12130
12148
|
name: "lucide-mouse-pointer",
|
|
12131
|
-
render: render$
|
|
12132
|
-
}, _hoisted_1$
|
|
12149
|
+
render: render$79
|
|
12150
|
+
}, _hoisted_1$97 = {
|
|
12133
12151
|
viewBox: "0 0 24 24",
|
|
12134
12152
|
width: "1.2em",
|
|
12135
12153
|
height: "1.2em"
|
|
12136
12154
|
};
|
|
12137
|
-
function render$
|
|
12138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12155
|
+
function render$78(e, t) {
|
|
12156
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...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)]]);
|
|
12139
12157
|
}
|
|
12140
12158
|
var network_default = {
|
|
12141
12159
|
name: "lucide-network",
|
|
12142
|
-
render: render$
|
|
12143
|
-
}, _hoisted_1$
|
|
12160
|
+
render: render$78
|
|
12161
|
+
}, _hoisted_1$96 = {
|
|
12144
12162
|
viewBox: "0 0 24 24",
|
|
12145
12163
|
width: "1.2em",
|
|
12146
12164
|
height: "1.2em"
|
|
12147
12165
|
};
|
|
12148
|
-
function render$
|
|
12149
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12166
|
+
function render$77(e, t) {
|
|
12167
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("g", {
|
|
12150
12168
|
fill: "none",
|
|
12151
12169
|
stroke: "currentColor",
|
|
12152
12170
|
"stroke-linecap": "round",
|
|
@@ -12156,14 +12174,14 @@ function render$75(e, t) {
|
|
|
12156
12174
|
}
|
|
12157
12175
|
var notebook_pen_default = {
|
|
12158
12176
|
name: "lucide-notebook-pen",
|
|
12159
|
-
render: render$
|
|
12160
|
-
}, _hoisted_1$
|
|
12177
|
+
render: render$77
|
|
12178
|
+
}, _hoisted_1$95 = {
|
|
12161
12179
|
viewBox: "0 0 24 24",
|
|
12162
12180
|
width: "1.2em",
|
|
12163
12181
|
height: "1.2em"
|
|
12164
12182
|
};
|
|
12165
|
-
function render$
|
|
12166
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12183
|
+
function render$76(e, t) {
|
|
12184
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("g", {
|
|
12167
12185
|
fill: "none",
|
|
12168
12186
|
stroke: "currentColor",
|
|
12169
12187
|
"stroke-linecap": "round",
|
|
@@ -12177,25 +12195,25 @@ function render$74(e, t) {
|
|
|
12177
12195
|
}
|
|
12178
12196
|
var package_open_default = {
|
|
12179
12197
|
name: "lucide-package-open",
|
|
12180
|
-
render: render$
|
|
12181
|
-
}, _hoisted_1$
|
|
12198
|
+
render: render$76
|
|
12199
|
+
}, _hoisted_1$94 = {
|
|
12182
12200
|
viewBox: "0 0 24 24",
|
|
12183
12201
|
width: "1.2em",
|
|
12184
12202
|
height: "1.2em"
|
|
12185
12203
|
};
|
|
12186
|
-
function render$
|
|
12187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12204
|
+
function render$75(e, t) {
|
|
12205
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...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)]]);
|
|
12188
12206
|
}
|
|
12189
12207
|
var palette_default = {
|
|
12190
12208
|
name: "lucide-palette",
|
|
12191
|
-
render: render$
|
|
12192
|
-
}, _hoisted_1$
|
|
12209
|
+
render: render$75
|
|
12210
|
+
}, _hoisted_1$93 = {
|
|
12193
12211
|
viewBox: "0 0 24 24",
|
|
12194
12212
|
width: "1.2em",
|
|
12195
12213
|
height: "1.2em"
|
|
12196
12214
|
};
|
|
12197
|
-
function render$
|
|
12198
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12215
|
+
function render$74(e, t) {
|
|
12216
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("g", {
|
|
12199
12217
|
fill: "none",
|
|
12200
12218
|
stroke: "currentColor",
|
|
12201
12219
|
"stroke-linecap": "round",
|
|
@@ -12211,14 +12229,14 @@ function render$72(e, t) {
|
|
|
12211
12229
|
}
|
|
12212
12230
|
var panel_left_default = {
|
|
12213
12231
|
name: "lucide-panel-left",
|
|
12214
|
-
render: render$
|
|
12215
|
-
}, _hoisted_1$
|
|
12232
|
+
render: render$74
|
|
12233
|
+
}, _hoisted_1$92 = {
|
|
12216
12234
|
viewBox: "0 0 24 24",
|
|
12217
12235
|
width: "1.2em",
|
|
12218
12236
|
height: "1.2em"
|
|
12219
12237
|
};
|
|
12220
|
-
function render$
|
|
12221
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12238
|
+
function render$73(e, t) {
|
|
12239
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createElementVNode("g", {
|
|
12222
12240
|
fill: "none",
|
|
12223
12241
|
stroke: "currentColor",
|
|
12224
12242
|
"stroke-linecap": "round",
|
|
@@ -12234,14 +12252,14 @@ function render$71(e, t) {
|
|
|
12234
12252
|
}
|
|
12235
12253
|
var panel_right_default = {
|
|
12236
12254
|
name: "lucide-panel-right",
|
|
12237
|
-
render: render$
|
|
12238
|
-
}, _hoisted_1$
|
|
12255
|
+
render: render$73
|
|
12256
|
+
}, _hoisted_1$91 = {
|
|
12239
12257
|
viewBox: "0 0 24 24",
|
|
12240
12258
|
width: "1.2em",
|
|
12241
12259
|
height: "1.2em"
|
|
12242
12260
|
};
|
|
12243
|
-
function render$
|
|
12244
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12261
|
+
function render$72(e, t) {
|
|
12262
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("path", {
|
|
12245
12263
|
fill: "none",
|
|
12246
12264
|
stroke: "currentColor",
|
|
12247
12265
|
"stroke-linecap": "round",
|
|
@@ -12252,14 +12270,14 @@ function render$70(e, t) {
|
|
|
12252
12270
|
}
|
|
12253
12271
|
var paperclip_default = {
|
|
12254
12272
|
name: "lucide-paperclip",
|
|
12255
|
-
render: render$
|
|
12256
|
-
}, _hoisted_1$
|
|
12273
|
+
render: render$72
|
|
12274
|
+
}, _hoisted_1$90 = {
|
|
12257
12275
|
viewBox: "0 0 24 24",
|
|
12258
12276
|
width: "1.2em",
|
|
12259
12277
|
height: "1.2em"
|
|
12260
12278
|
};
|
|
12261
|
-
function render$
|
|
12262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12279
|
+
function render$71(e, t) {
|
|
12280
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("g", {
|
|
12263
12281
|
fill: "none",
|
|
12264
12282
|
stroke: "currentColor",
|
|
12265
12283
|
"stroke-linecap": "round",
|
|
@@ -12281,14 +12299,14 @@ function render$69(e, t) {
|
|
|
12281
12299
|
}
|
|
12282
12300
|
var pause_default = {
|
|
12283
12301
|
name: "lucide-pause",
|
|
12284
|
-
render: render$
|
|
12285
|
-
}, _hoisted_1$
|
|
12302
|
+
render: render$71
|
|
12303
|
+
}, _hoisted_1$89 = {
|
|
12286
12304
|
viewBox: "0 0 24 24",
|
|
12287
12305
|
width: "1.2em",
|
|
12288
12306
|
height: "1.2em"
|
|
12289
12307
|
};
|
|
12290
|
-
function render$
|
|
12291
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12308
|
+
function render$70(e, t) {
|
|
12309
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createElementVNode("path", {
|
|
12292
12310
|
fill: "none",
|
|
12293
12311
|
stroke: "currentColor",
|
|
12294
12312
|
"stroke-linecap": "round",
|
|
@@ -12299,14 +12317,14 @@ function render$68(e, t) {
|
|
|
12299
12317
|
}
|
|
12300
12318
|
var pen_default = {
|
|
12301
12319
|
name: "lucide-pen",
|
|
12302
|
-
render: render$
|
|
12303
|
-
}, _hoisted_1$
|
|
12320
|
+
render: render$70
|
|
12321
|
+
}, _hoisted_1$88 = {
|
|
12304
12322
|
viewBox: "0 0 24 24",
|
|
12305
12323
|
width: "1.2em",
|
|
12306
12324
|
height: "1.2em"
|
|
12307
12325
|
};
|
|
12308
|
-
function render$
|
|
12309
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12326
|
+
function render$69(e, t) {
|
|
12327
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("path", {
|
|
12310
12328
|
fill: "none",
|
|
12311
12329
|
stroke: "currentColor",
|
|
12312
12330
|
"stroke-linecap": "round",
|
|
@@ -12317,14 +12335,14 @@ function render$67(e, t) {
|
|
|
12317
12335
|
}
|
|
12318
12336
|
var pencil_default = {
|
|
12319
12337
|
name: "lucide-pencil",
|
|
12320
|
-
render: render$
|
|
12321
|
-
}, _hoisted_1$
|
|
12338
|
+
render: render$69
|
|
12339
|
+
}, _hoisted_1$87 = {
|
|
12322
12340
|
viewBox: "0 0 24 24",
|
|
12323
12341
|
width: "1.2em",
|
|
12324
12342
|
height: "1.2em"
|
|
12325
12343
|
};
|
|
12326
|
-
function render$
|
|
12327
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12344
|
+
function render$68(e, t) {
|
|
12345
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("path", {
|
|
12328
12346
|
fill: "none",
|
|
12329
12347
|
stroke: "currentColor",
|
|
12330
12348
|
"stroke-linecap": "round",
|
|
@@ -12335,14 +12353,14 @@ function render$66(e, t) {
|
|
|
12335
12353
|
}
|
|
12336
12354
|
var pin_default = {
|
|
12337
12355
|
name: "lucide-pin",
|
|
12338
|
-
render: render$
|
|
12339
|
-
}, _hoisted_1$
|
|
12356
|
+
render: render$68
|
|
12357
|
+
}, _hoisted_1$86 = {
|
|
12340
12358
|
viewBox: "0 0 24 24",
|
|
12341
12359
|
width: "1.2em",
|
|
12342
12360
|
height: "1.2em"
|
|
12343
12361
|
};
|
|
12344
|
-
function render$
|
|
12345
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12362
|
+
function render$67(e, t) {
|
|
12363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("path", {
|
|
12346
12364
|
fill: "none",
|
|
12347
12365
|
stroke: "currentColor",
|
|
12348
12366
|
"stroke-linecap": "round",
|
|
@@ -12353,14 +12371,14 @@ function render$65(e, t) {
|
|
|
12353
12371
|
}
|
|
12354
12372
|
var play_default = {
|
|
12355
12373
|
name: "lucide-play",
|
|
12356
|
-
render: render$
|
|
12357
|
-
}, _hoisted_1$
|
|
12374
|
+
render: render$67
|
|
12375
|
+
}, _hoisted_1$85 = {
|
|
12358
12376
|
viewBox: "0 0 24 24",
|
|
12359
12377
|
width: "1.2em",
|
|
12360
12378
|
height: "1.2em"
|
|
12361
12379
|
};
|
|
12362
|
-
function render$
|
|
12363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12380
|
+
function render$66(e, t) {
|
|
12381
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("path", {
|
|
12364
12382
|
fill: "none",
|
|
12365
12383
|
stroke: "currentColor",
|
|
12366
12384
|
"stroke-linecap": "round",
|
|
@@ -12371,14 +12389,14 @@ function render$64(e, t) {
|
|
|
12371
12389
|
}
|
|
12372
12390
|
var plug_default = {
|
|
12373
12391
|
name: "lucide-plug",
|
|
12374
|
-
render: render$
|
|
12375
|
-
}, _hoisted_1$
|
|
12392
|
+
render: render$66
|
|
12393
|
+
}, _hoisted_1$84 = {
|
|
12376
12394
|
viewBox: "0 0 24 24",
|
|
12377
12395
|
width: "1.2em",
|
|
12378
12396
|
height: "1.2em"
|
|
12379
12397
|
};
|
|
12380
|
-
function render$
|
|
12381
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12398
|
+
function render$65(e, t) {
|
|
12399
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
|
|
12382
12400
|
fill: "none",
|
|
12383
12401
|
stroke: "currentColor",
|
|
12384
12402
|
"stroke-linecap": "round",
|
|
@@ -12389,14 +12407,14 @@ function render$63(e, t) {
|
|
|
12389
12407
|
}
|
|
12390
12408
|
var plus_default = {
|
|
12391
12409
|
name: "lucide-plus",
|
|
12392
|
-
render: render$
|
|
12393
|
-
}, _hoisted_1$
|
|
12410
|
+
render: render$65
|
|
12411
|
+
}, _hoisted_1$83 = {
|
|
12394
12412
|
viewBox: "0 0 24 24",
|
|
12395
12413
|
width: "1.2em",
|
|
12396
12414
|
height: "1.2em"
|
|
12397
12415
|
};
|
|
12398
|
-
function render$
|
|
12399
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12416
|
+
function render$64(e, t) {
|
|
12417
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("g", {
|
|
12400
12418
|
fill: "none",
|
|
12401
12419
|
stroke: "currentColor",
|
|
12402
12420
|
"stroke-linecap": "round",
|
|
@@ -12406,14 +12424,14 @@ function render$62(e, t) {
|
|
|
12406
12424
|
}
|
|
12407
12425
|
var pocket_knife_default = {
|
|
12408
12426
|
name: "lucide-pocket-knife",
|
|
12409
|
-
render: render$
|
|
12410
|
-
}, _hoisted_1$
|
|
12427
|
+
render: render$64
|
|
12428
|
+
}, _hoisted_1$82 = {
|
|
12411
12429
|
viewBox: "0 0 24 24",
|
|
12412
12430
|
width: "1.2em",
|
|
12413
12431
|
height: "1.2em"
|
|
12414
12432
|
};
|
|
12415
|
-
function render$
|
|
12416
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12433
|
+
function render$63(e, t) {
|
|
12434
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
|
|
12417
12435
|
fill: "none",
|
|
12418
12436
|
stroke: "currentColor",
|
|
12419
12437
|
"stroke-linecap": "round",
|
|
@@ -12424,14 +12442,14 @@ function render$61(e, t) {
|
|
|
12424
12442
|
}
|
|
12425
12443
|
var power_default = {
|
|
12426
12444
|
name: "lucide-power",
|
|
12427
|
-
render: render$
|
|
12428
|
-
}, _hoisted_1$
|
|
12445
|
+
render: render$63
|
|
12446
|
+
}, _hoisted_1$81 = {
|
|
12429
12447
|
viewBox: "0 0 24 24",
|
|
12430
12448
|
width: "1.2em",
|
|
12431
12449
|
height: "1.2em"
|
|
12432
12450
|
};
|
|
12433
|
-
function render$
|
|
12434
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12451
|
+
function render$62(e, t) {
|
|
12452
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("g", {
|
|
12435
12453
|
fill: "none",
|
|
12436
12454
|
stroke: "currentColor",
|
|
12437
12455
|
"stroke-linecap": "round",
|
|
@@ -12441,14 +12459,14 @@ function render$60(e, t) {
|
|
|
12441
12459
|
}
|
|
12442
12460
|
var redo_2_default = {
|
|
12443
12461
|
name: "lucide-redo-2",
|
|
12444
|
-
render: render$
|
|
12445
|
-
}, _hoisted_1$
|
|
12462
|
+
render: render$62
|
|
12463
|
+
}, _hoisted_1$80 = {
|
|
12446
12464
|
viewBox: "0 0 24 24",
|
|
12447
12465
|
width: "1.2em",
|
|
12448
12466
|
height: "1.2em"
|
|
12449
12467
|
};
|
|
12450
|
-
function render$
|
|
12451
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12468
|
+
function render$61(e, t) {
|
|
12469
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("g", {
|
|
12452
12470
|
fill: "none",
|
|
12453
12471
|
stroke: "currentColor",
|
|
12454
12472
|
"stroke-linecap": "round",
|
|
@@ -12462,14 +12480,14 @@ function render$59(e, t) {
|
|
|
12462
12480
|
}
|
|
12463
12481
|
var refresh_cw_default = {
|
|
12464
12482
|
name: "lucide-refresh-cw",
|
|
12465
|
-
render: render$
|
|
12466
|
-
}, _hoisted_1$
|
|
12483
|
+
render: render$61
|
|
12484
|
+
}, _hoisted_1$79 = {
|
|
12467
12485
|
viewBox: "0 0 24 24",
|
|
12468
12486
|
width: "1.2em",
|
|
12469
12487
|
height: "1.2em"
|
|
12470
12488
|
};
|
|
12471
|
-
function render$
|
|
12472
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12489
|
+
function render$60(e, t) {
|
|
12490
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("path", {
|
|
12473
12491
|
fill: "none",
|
|
12474
12492
|
stroke: "currentColor",
|
|
12475
12493
|
"stroke-linecap": "round",
|
|
@@ -12480,14 +12498,14 @@ function render$58(e, t) {
|
|
|
12480
12498
|
}
|
|
12481
12499
|
var remove_formatting_default = {
|
|
12482
12500
|
name: "lucide-remove-formatting",
|
|
12483
|
-
render: render$
|
|
12484
|
-
}, _hoisted_1$
|
|
12501
|
+
render: render$60
|
|
12502
|
+
}, _hoisted_1$78 = {
|
|
12485
12503
|
viewBox: "0 0 24 24",
|
|
12486
12504
|
width: "1.2em",
|
|
12487
12505
|
height: "1.2em"
|
|
12488
12506
|
};
|
|
12489
|
-
function render$
|
|
12490
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12507
|
+
function render$59(e, t) {
|
|
12508
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
|
|
12491
12509
|
fill: "none",
|
|
12492
12510
|
stroke: "currentColor",
|
|
12493
12511
|
"stroke-linecap": "round",
|
|
@@ -12501,14 +12519,14 @@ function render$57(e, t) {
|
|
|
12501
12519
|
}
|
|
12502
12520
|
var rss_default = {
|
|
12503
12521
|
name: "lucide-rss",
|
|
12504
|
-
render: render$
|
|
12505
|
-
}, _hoisted_1$
|
|
12522
|
+
render: render$59
|
|
12523
|
+
}, _hoisted_1$77 = {
|
|
12506
12524
|
viewBox: "0 0 24 24",
|
|
12507
12525
|
width: "1.2em",
|
|
12508
12526
|
height: "1.2em"
|
|
12509
12527
|
};
|
|
12510
|
-
function render$
|
|
12511
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12528
|
+
function render$58(e, t) {
|
|
12529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("path", {
|
|
12512
12530
|
fill: "none",
|
|
12513
12531
|
stroke: "currentColor",
|
|
12514
12532
|
"stroke-linecap": "round",
|
|
@@ -12519,14 +12537,14 @@ function render$56(e, t) {
|
|
|
12519
12537
|
}
|
|
12520
12538
|
var satellite_dish_default = {
|
|
12521
12539
|
name: "lucide-satellite-dish",
|
|
12522
|
-
render: render$
|
|
12523
|
-
}, _hoisted_1$
|
|
12540
|
+
render: render$58
|
|
12541
|
+
}, _hoisted_1$76 = {
|
|
12524
12542
|
viewBox: "0 0 24 24",
|
|
12525
12543
|
width: "1.2em",
|
|
12526
12544
|
height: "1.2em"
|
|
12527
12545
|
};
|
|
12528
|
-
function render$
|
|
12529
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12546
|
+
function render$57(e, t) {
|
|
12547
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
|
|
12530
12548
|
fill: "none",
|
|
12531
12549
|
stroke: "currentColor",
|
|
12532
12550
|
"stroke-linecap": "round",
|
|
@@ -12536,14 +12554,14 @@ function render$55(e, t) {
|
|
|
12536
12554
|
}
|
|
12537
12555
|
var save_default = {
|
|
12538
12556
|
name: "lucide-save",
|
|
12539
|
-
render: render$
|
|
12540
|
-
}, _hoisted_1$
|
|
12557
|
+
render: render$57
|
|
12558
|
+
}, _hoisted_1$75 = {
|
|
12541
12559
|
viewBox: "0 0 24 24",
|
|
12542
12560
|
width: "1.2em",
|
|
12543
12561
|
height: "1.2em"
|
|
12544
12562
|
};
|
|
12545
|
-
function render$
|
|
12546
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12563
|
+
function render$56(e, t) {
|
|
12564
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("path", {
|
|
12547
12565
|
fill: "none",
|
|
12548
12566
|
stroke: "currentColor",
|
|
12549
12567
|
"stroke-linecap": "round",
|
|
@@ -12554,25 +12572,42 @@ function render$54(e, t) {
|
|
|
12554
12572
|
}
|
|
12555
12573
|
var scale_default = {
|
|
12556
12574
|
name: "lucide-scale",
|
|
12557
|
-
render: render$
|
|
12558
|
-
}, _hoisted_1$
|
|
12575
|
+
render: render$56
|
|
12576
|
+
}, _hoisted_1$74 = {
|
|
12559
12577
|
viewBox: "0 0 24 24",
|
|
12560
12578
|
width: "1.2em",
|
|
12561
12579
|
height: "1.2em"
|
|
12562
12580
|
};
|
|
12563
|
-
function render$
|
|
12564
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12581
|
+
function render$55(e, t) {
|
|
12582
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...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)]]);
|
|
12565
12583
|
}
|
|
12566
12584
|
var scissors_default = {
|
|
12567
12585
|
name: "lucide-scissors",
|
|
12568
|
-
render: render$
|
|
12569
|
-
}, _hoisted_1$
|
|
12586
|
+
render: render$55
|
|
12587
|
+
}, _hoisted_1$73 = {
|
|
12570
12588
|
viewBox: "0 0 24 24",
|
|
12571
12589
|
width: "1.2em",
|
|
12572
12590
|
height: "1.2em"
|
|
12573
12591
|
};
|
|
12574
|
-
function render$
|
|
12575
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12592
|
+
function render$54(e, t) {
|
|
12593
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
|
|
12594
|
+
fill: "none",
|
|
12595
|
+
stroke: "currentColor",
|
|
12596
|
+
"stroke-linecap": "round",
|
|
12597
|
+
"stroke-linejoin": "round",
|
|
12598
|
+
"stroke-width": "2"
|
|
12599
|
+
}, [createElementVNode("path", { d: "M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4" }), createElementVNode("path", { d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" })], -1)]]);
|
|
12600
|
+
}
|
|
12601
|
+
var scroll_text_default = {
|
|
12602
|
+
name: "lucide-scroll-text",
|
|
12603
|
+
render: render$54
|
|
12604
|
+
}, _hoisted_1$72 = {
|
|
12605
|
+
viewBox: "0 0 24 24",
|
|
12606
|
+
width: "1.2em",
|
|
12607
|
+
height: "1.2em"
|
|
12608
|
+
};
|
|
12609
|
+
function render$53(e, t) {
|
|
12610
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("g", {
|
|
12576
12611
|
fill: "none",
|
|
12577
12612
|
stroke: "currentColor",
|
|
12578
12613
|
"stroke-linecap": "round",
|
|
@@ -12586,14 +12621,14 @@ function render$52(e, t) {
|
|
|
12586
12621
|
}
|
|
12587
12622
|
var search_default = {
|
|
12588
12623
|
name: "lucide-search",
|
|
12589
|
-
render: render$
|
|
12590
|
-
}, _hoisted_1$
|
|
12624
|
+
render: render$53
|
|
12625
|
+
}, _hoisted_1$71 = {
|
|
12591
12626
|
viewBox: "0 0 24 24",
|
|
12592
12627
|
width: "1.2em",
|
|
12593
12628
|
height: "1.2em"
|
|
12594
12629
|
};
|
|
12595
|
-
function render$
|
|
12596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12630
|
+
function render$52(e, t) {
|
|
12631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("path", {
|
|
12597
12632
|
fill: "none",
|
|
12598
12633
|
stroke: "currentColor",
|
|
12599
12634
|
"stroke-linecap": "round",
|
|
@@ -12604,14 +12639,14 @@ function render$51(e, t) {
|
|
|
12604
12639
|
}
|
|
12605
12640
|
var send_default = {
|
|
12606
12641
|
name: "lucide-send",
|
|
12607
|
-
render: render$
|
|
12608
|
-
}, _hoisted_1$
|
|
12642
|
+
render: render$52
|
|
12643
|
+
}, _hoisted_1$70 = {
|
|
12609
12644
|
viewBox: "0 0 24 24",
|
|
12610
12645
|
width: "1.2em",
|
|
12611
12646
|
height: "1.2em"
|
|
12612
12647
|
};
|
|
12613
|
-
function render$
|
|
12614
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12648
|
+
function render$51(e, t) {
|
|
12649
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("g", {
|
|
12615
12650
|
fill: "none",
|
|
12616
12651
|
stroke: "currentColor",
|
|
12617
12652
|
"stroke-linecap": "round",
|
|
@@ -12639,14 +12674,14 @@ function render$50(e, t) {
|
|
|
12639
12674
|
}
|
|
12640
12675
|
var server_default = {
|
|
12641
12676
|
name: "lucide-server",
|
|
12642
|
-
render: render$
|
|
12643
|
-
}, _hoisted_1$
|
|
12677
|
+
render: render$51
|
|
12678
|
+
}, _hoisted_1$69 = {
|
|
12644
12679
|
viewBox: "0 0 24 24",
|
|
12645
12680
|
width: "1.2em",
|
|
12646
12681
|
height: "1.2em"
|
|
12647
12682
|
};
|
|
12648
|
-
function render$
|
|
12649
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12683
|
+
function render$50(e, t) {
|
|
12684
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createElementVNode("g", {
|
|
12650
12685
|
fill: "none",
|
|
12651
12686
|
stroke: "currentColor",
|
|
12652
12687
|
"stroke-linecap": "round",
|
|
@@ -12660,14 +12695,14 @@ function render$49(e, t) {
|
|
|
12660
12695
|
}
|
|
12661
12696
|
var settings_default = {
|
|
12662
12697
|
name: "lucide-settings",
|
|
12663
|
-
render: render$
|
|
12664
|
-
}, _hoisted_1$
|
|
12698
|
+
render: render$50
|
|
12699
|
+
}, _hoisted_1$68 = {
|
|
12665
12700
|
viewBox: "0 0 24 24",
|
|
12666
12701
|
width: "1.2em",
|
|
12667
12702
|
height: "1.2em"
|
|
12668
12703
|
};
|
|
12669
|
-
function render$
|
|
12670
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12704
|
+
function render$49(e, t) {
|
|
12705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("g", {
|
|
12671
12706
|
fill: "none",
|
|
12672
12707
|
stroke: "currentColor",
|
|
12673
12708
|
"stroke-linecap": "round",
|
|
@@ -12689,6 +12724,24 @@ function render$48(e, t) {
|
|
|
12689
12724
|
}
|
|
12690
12725
|
var settings_2_default = {
|
|
12691
12726
|
name: "lucide-settings-2",
|
|
12727
|
+
render: render$49
|
|
12728
|
+
}, _hoisted_1$67 = {
|
|
12729
|
+
viewBox: "0 0 24 24",
|
|
12730
|
+
width: "1.2em",
|
|
12731
|
+
height: "1.2em"
|
|
12732
|
+
};
|
|
12733
|
+
function render$48(e, t) {
|
|
12734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("path", {
|
|
12735
|
+
fill: "none",
|
|
12736
|
+
stroke: "currentColor",
|
|
12737
|
+
"stroke-linecap": "round",
|
|
12738
|
+
"stroke-linejoin": "round",
|
|
12739
|
+
"stroke-width": "2",
|
|
12740
|
+
d: "M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"
|
|
12741
|
+
}, null, -1)]]);
|
|
12742
|
+
}
|
|
12743
|
+
var share_default = {
|
|
12744
|
+
name: "lucide-share",
|
|
12692
12745
|
render: render$48
|
|
12693
12746
|
}, _hoisted_1$66 = {
|
|
12694
12747
|
viewBox: "0 0 24 24",
|
|
@@ -12702,11 +12755,11 @@ function render$47(e, t) {
|
|
|
12702
12755
|
"stroke-linecap": "round",
|
|
12703
12756
|
"stroke-linejoin": "round",
|
|
12704
12757
|
"stroke-width": "2",
|
|
12705
|
-
d: "
|
|
12758
|
+
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"
|
|
12706
12759
|
}, null, -1)]]);
|
|
12707
12760
|
}
|
|
12708
|
-
var
|
|
12709
|
-
name: "lucide-
|
|
12761
|
+
var shield_default = {
|
|
12762
|
+
name: "lucide-shield",
|
|
12710
12763
|
render: render$47
|
|
12711
12764
|
}, _hoisted_1$65 = {
|
|
12712
12765
|
viewBox: "0 0 24 24",
|
|
@@ -13996,12 +14049,14 @@ const deprecatedIconSet = {
|
|
|
13996
14049
|
save: save_default,
|
|
13997
14050
|
scale: scale_default,
|
|
13998
14051
|
scissors: scissors_default,
|
|
14052
|
+
"scroll-text": scroll_text_default,
|
|
13999
14053
|
search: search_default,
|
|
14000
14054
|
settings: settings_default,
|
|
14001
14055
|
settings2: settings_2_default,
|
|
14002
14056
|
send: send_default,
|
|
14003
14057
|
server: server_default,
|
|
14004
14058
|
share: share_default,
|
|
14059
|
+
shield: shield_default,
|
|
14005
14060
|
"sliders-horizontal": sliders_horizontal_default,
|
|
14006
14061
|
"shield-half": shield_half_default,
|
|
14007
14062
|
smile: smile_default,
|
|
@@ -14045,7 +14100,8 @@ const deprecatedIconSet = {
|
|
|
14045
14100
|
zap: zap_default,
|
|
14046
14101
|
"zoom-in": zoom_in_default,
|
|
14047
14102
|
"zoom-out": zoom_out_default,
|
|
14048
|
-
loader: loader2_default
|
|
14103
|
+
loader: loader2_default,
|
|
14104
|
+
"quick-connect": flame_default
|
|
14049
14105
|
};
|
|
14050
14106
|
var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
14051
14107
|
name: "N8nIcon",
|