@n8n/chat 1.8.0 → 1.9.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 +836 -814
- package/dist/chat.bundle.umd.js +13 -13
- package/dist/chat.es.js +836 -814
- package/dist/chat.umd.js +6 -6
- 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.9.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$243 = {
|
|
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$218(e, t) {
|
|
9090
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$243, [...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$218
|
|
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$242 = { 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$242, [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$241 = { 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$241, [...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$240 = { 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$240, [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$239 = {
|
|
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$217(e, t) {
|
|
9218
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$239, [...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$217
|
|
9226
|
+
}, _hoisted_1$238 = {
|
|
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$216(e, t) {
|
|
9232
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$238, [...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$216
|
|
9240
|
+
}, _hoisted_1$237 = {
|
|
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$215(e, t) {
|
|
9246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$237, [...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$215
|
|
9254
|
+
}, _hoisted_1$236 = {
|
|
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$214(e, t) {
|
|
9260
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$236, [...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$214
|
|
9268
|
+
}, _hoisted_1$235 = {
|
|
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$213(e, t) {
|
|
9274
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$235, [...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$213
|
|
9282
|
+
}, _hoisted_1$234 = {
|
|
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$212(e, t) {
|
|
9288
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$234, [...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$212
|
|
9296
|
+
}, _hoisted_1$233 = {
|
|
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$211(e, t) {
|
|
9302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$233, [...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$211
|
|
9310
|
+
}, _hoisted_1$232 = {
|
|
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$210(e, t) {
|
|
9316
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$232, [...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$210
|
|
9324
|
+
}, _hoisted_1$231 = { 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$231, 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$230 = { 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$230, [
|
|
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$229 = { 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$229, [
|
|
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$227 = {
|
|
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$228 = {
|
|
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$209(e, t) {
|
|
9578
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
|
|
9579
9579
|
fill: "none",
|
|
9580
9580
|
stroke: "currentColor",
|
|
9581
9581
|
"stroke-linecap": "round",
|
|
@@ -9586,14 +9586,14 @@ function render$208(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$209
|
|
9590
|
+
}, _hoisted_1$227 = {
|
|
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$208(e, t) {
|
|
9596
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("g", {
|
|
9597
9597
|
fill: "none",
|
|
9598
9598
|
stroke: "currentColor",
|
|
9599
9599
|
"stroke-linecap": "round",
|
|
@@ -9609,14 +9609,14 @@ function render$207(e, t) {
|
|
|
9609
9609
|
}
|
|
9610
9610
|
var archive_default = {
|
|
9611
9611
|
name: "lucide-archive",
|
|
9612
|
-
render: render$
|
|
9613
|
-
}, _hoisted_1$
|
|
9612
|
+
render: render$208
|
|
9613
|
+
}, _hoisted_1$226 = {
|
|
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$207(e, t) {
|
|
9619
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("g", {
|
|
9620
9620
|
fill: "none",
|
|
9621
9621
|
stroke: "currentColor",
|
|
9622
9622
|
"stroke-linecap": "round",
|
|
@@ -9632,14 +9632,14 @@ function render$206(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$207
|
|
9636
|
+
}, _hoisted_1$225 = {
|
|
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$206(e, t) {
|
|
9642
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
|
|
9643
9643
|
fill: "none",
|
|
9644
9644
|
stroke: "currentColor",
|
|
9645
9645
|
"stroke-linecap": "round",
|
|
@@ -9650,14 +9650,14 @@ function render$205(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$206
|
|
9654
|
+
}, _hoisted_1$224 = {
|
|
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$205(e, t) {
|
|
9660
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
|
|
9661
9661
|
fill: "none",
|
|
9662
9662
|
stroke: "currentColor",
|
|
9663
9663
|
"stroke-linecap": "round",
|
|
@@ -9668,14 +9668,14 @@ function render$204(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$205
|
|
9672
|
+
}, _hoisted_1$223 = {
|
|
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$204(e, t) {
|
|
9678
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("path", {
|
|
9679
9679
|
fill: "none",
|
|
9680
9680
|
stroke: "currentColor",
|
|
9681
9681
|
"stroke-linecap": "round",
|
|
@@ -9686,14 +9686,14 @@ function render$203(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$204
|
|
9690
|
+
}, _hoisted_1$222 = {
|
|
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$203(e, t) {
|
|
9696
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("path", {
|
|
9697
9697
|
fill: "none",
|
|
9698
9698
|
stroke: "currentColor",
|
|
9699
9699
|
"stroke-linecap": "round",
|
|
@@ -9704,14 +9704,14 @@ function render$202(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$203
|
|
9708
|
+
}, _hoisted_1$221 = {
|
|
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$202(e, t) {
|
|
9714
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("path", {
|
|
9715
9715
|
fill: "none",
|
|
9716
9716
|
stroke: "currentColor",
|
|
9717
9717
|
"stroke-linecap": "round",
|
|
@@ -9722,14 +9722,14 @@ function render$201(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$202
|
|
9726
|
+
}, _hoisted_1$220 = {
|
|
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$201(e, t) {
|
|
9732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createElementVNode("path", {
|
|
9733
9733
|
fill: "none",
|
|
9734
9734
|
stroke: "currentColor",
|
|
9735
9735
|
"stroke-linecap": "round",
|
|
@@ -9740,14 +9740,14 @@ function render$200(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$201
|
|
9744
|
+
}, _hoisted_1$219 = {
|
|
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$200(e, t) {
|
|
9750
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createElementVNode("path", {
|
|
9751
9751
|
fill: "none",
|
|
9752
9752
|
stroke: "currentColor",
|
|
9753
9753
|
"stroke-linecap": "round",
|
|
@@ -9758,14 +9758,14 @@ function render$199(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$200
|
|
9762
|
+
}, _hoisted_1$218 = {
|
|
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$199(e, t) {
|
|
9768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
|
|
9769
9769
|
fill: "none",
|
|
9770
9770
|
stroke: "currentColor",
|
|
9771
9771
|
"stroke-linecap": "round",
|
|
@@ -9776,14 +9776,14 @@ function render$198(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$199
|
|
9780
|
+
}, _hoisted_1$217 = {
|
|
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$198(e, t) {
|
|
9786
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("g", {
|
|
9787
9787
|
fill: "none",
|
|
9788
9788
|
stroke: "currentColor",
|
|
9789
9789
|
"stroke-linecap": "round",
|
|
@@ -9797,14 +9797,14 @@ function render$197(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$198
|
|
9801
|
+
}, _hoisted_1$216 = {
|
|
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$197(e, t) {
|
|
9807
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
|
|
9808
9808
|
fill: "none",
|
|
9809
9809
|
stroke: "currentColor",
|
|
9810
9810
|
"stroke-linecap": "round",
|
|
@@ -9814,14 +9814,14 @@ function render$196(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$197
|
|
9818
|
+
}, _hoisted_1$215 = {
|
|
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$196(e, t) {
|
|
9824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("g", {
|
|
9825
9825
|
fill: "none",
|
|
9826
9826
|
stroke: "currentColor",
|
|
9827
9827
|
"stroke-linecap": "round",
|
|
@@ -9835,14 +9835,14 @@ function render$195(e, t) {
|
|
|
9835
9835
|
}
|
|
9836
9836
|
var ban_default = {
|
|
9837
9837
|
name: "lucide-ban",
|
|
9838
|
-
render: render$
|
|
9839
|
-
}, _hoisted_1$
|
|
9838
|
+
render: render$196
|
|
9839
|
+
}, _hoisted_1$214 = {
|
|
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$195(e, t) {
|
|
9845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
|
|
9846
9846
|
fill: "none",
|
|
9847
9847
|
stroke: "currentColor",
|
|
9848
9848
|
"stroke-linecap": "round",
|
|
@@ -9853,14 +9853,14 @@ function render$194(e, t) {
|
|
|
9853
9853
|
}
|
|
9854
9854
|
var bell_default = {
|
|
9855
9855
|
name: "lucide-bell",
|
|
9856
|
-
render: render$
|
|
9857
|
-
}, _hoisted_1$
|
|
9856
|
+
render: render$195
|
|
9857
|
+
}, _hoisted_1$213 = {
|
|
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$194(e, t) {
|
|
9863
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
|
|
9864
9864
|
fill: "none",
|
|
9865
9865
|
stroke: "currentColor",
|
|
9866
9866
|
"stroke-linecap": "round",
|
|
@@ -9871,14 +9871,14 @@ function render$193(e, t) {
|
|
|
9871
9871
|
}
|
|
9872
9872
|
var book_default = {
|
|
9873
9873
|
name: "lucide-book",
|
|
9874
|
-
render: render$
|
|
9875
|
-
}, _hoisted_1$
|
|
9874
|
+
render: render$194
|
|
9875
|
+
}, _hoisted_1$212 = {
|
|
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$193(e, t) {
|
|
9881
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
|
|
9882
9882
|
fill: "none",
|
|
9883
9883
|
stroke: "currentColor",
|
|
9884
9884
|
"stroke-linecap": "round",
|
|
@@ -9889,14 +9889,14 @@ function render$192(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$193
|
|
9893
|
+
}, _hoisted_1$211 = {
|
|
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$192(e, t) {
|
|
9899
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("g", {
|
|
9900
9900
|
fill: "none",
|
|
9901
9901
|
stroke: "currentColor",
|
|
9902
9902
|
"stroke-linecap": "round",
|
|
@@ -9916,14 +9916,14 @@ function render$191(e, t) {
|
|
|
9916
9916
|
}
|
|
9917
9917
|
var bot_default = {
|
|
9918
9918
|
name: "lucide-bot",
|
|
9919
|
-
render: render$
|
|
9920
|
-
}, _hoisted_1$
|
|
9919
|
+
render: render$192
|
|
9920
|
+
}, _hoisted_1$210 = {
|
|
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$191(e, t) {
|
|
9926
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("g", {
|
|
9927
9927
|
fill: "none",
|
|
9928
9928
|
stroke: "currentColor",
|
|
9929
9929
|
"stroke-linecap": "round",
|
|
@@ -9933,14 +9933,14 @@ function render$190(e, t) {
|
|
|
9933
9933
|
}
|
|
9934
9934
|
var box_default = {
|
|
9935
9935
|
name: "lucide-box",
|
|
9936
|
-
render: render$
|
|
9937
|
-
}, _hoisted_1$
|
|
9936
|
+
render: render$191
|
|
9937
|
+
}, _hoisted_1$209 = {
|
|
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$190(e, t) {
|
|
9943
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
|
|
9944
9944
|
fill: "none",
|
|
9945
9945
|
stroke: "currentColor",
|
|
9946
9946
|
"stroke-linecap": "round",
|
|
@@ -9951,14 +9951,14 @@ function render$189(e, t) {
|
|
|
9951
9951
|
}
|
|
9952
9952
|
var braces_default = {
|
|
9953
9953
|
name: "lucide-braces",
|
|
9954
|
-
render: render$
|
|
9955
|
-
}, _hoisted_1$
|
|
9954
|
+
render: render$190
|
|
9955
|
+
}, _hoisted_1$208 = {
|
|
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$189(e, t) {
|
|
9961
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("g", {
|
|
9962
9962
|
fill: "none",
|
|
9963
9963
|
stroke: "currentColor",
|
|
9964
9964
|
"stroke-linecap": "round",
|
|
@@ -9972,14 +9972,14 @@ function render$188(e, t) {
|
|
|
9972
9972
|
}
|
|
9973
9973
|
var brain_default = {
|
|
9974
9974
|
name: "lucide-brain",
|
|
9975
|
-
render: render$
|
|
9976
|
-
}, _hoisted_1$
|
|
9975
|
+
render: render$189
|
|
9976
|
+
}, _hoisted_1$207 = {
|
|
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$188(e, t) {
|
|
9982
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("g", {
|
|
9983
9983
|
fill: "none",
|
|
9984
9984
|
stroke: "currentColor",
|
|
9985
9985
|
"stroke-linecap": "round",
|
|
@@ -9993,14 +9993,14 @@ function render$187(e, t) {
|
|
|
9993
9993
|
}
|
|
9994
9994
|
var bug_default = {
|
|
9995
9995
|
name: "lucide-bug",
|
|
9996
|
-
render: render$
|
|
9997
|
-
}, _hoisted_1$
|
|
9996
|
+
render: render$188
|
|
9997
|
+
}, _hoisted_1$206 = {
|
|
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$187(e, t) {
|
|
10003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("g", {
|
|
10004
10004
|
fill: "none",
|
|
10005
10005
|
stroke: "currentColor",
|
|
10006
10006
|
"stroke-linecap": "round",
|
|
@@ -10016,14 +10016,14 @@ function render$186(e, t) {
|
|
|
10016
10016
|
}
|
|
10017
10017
|
var calculator_default = {
|
|
10018
10018
|
name: "lucide-calculator",
|
|
10019
|
-
render: render$
|
|
10020
|
-
}, _hoisted_1$
|
|
10019
|
+
render: render$187
|
|
10020
|
+
}, _hoisted_1$205 = {
|
|
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$186(e, t) {
|
|
10026
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("g", {
|
|
10027
10027
|
fill: "none",
|
|
10028
10028
|
stroke: "currentColor",
|
|
10029
10029
|
"stroke-linecap": "round",
|
|
@@ -10043,14 +10043,14 @@ function render$185(e, t) {
|
|
|
10043
10043
|
}
|
|
10044
10044
|
var calendar_default = {
|
|
10045
10045
|
name: "lucide-calendar",
|
|
10046
|
-
render: render$
|
|
10047
|
-
}, _hoisted_1$
|
|
10046
|
+
render: render$186
|
|
10047
|
+
}, _hoisted_1$204 = {
|
|
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$185(e, t) {
|
|
10053
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
|
|
10054
10054
|
fill: "none",
|
|
10055
10055
|
stroke: "currentColor",
|
|
10056
10056
|
"stroke-linecap": "round",
|
|
@@ -10061,14 +10061,14 @@ function render$184(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$185
|
|
10065
|
+
}, _hoisted_1$203 = {
|
|
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$184(e, t) {
|
|
10071
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
|
|
10072
10072
|
fill: "none",
|
|
10073
10073
|
stroke: "currentColor",
|
|
10074
10074
|
"stroke-linecap": "round",
|
|
@@ -10079,14 +10079,14 @@ function render$183(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$184
|
|
10083
|
+
}, _hoisted_1$202 = {
|
|
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$183(e, t) {
|
|
10089
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
|
|
10090
10090
|
fill: "none",
|
|
10091
10091
|
stroke: "currentColor",
|
|
10092
10092
|
"stroke-linecap": "round",
|
|
@@ -10097,14 +10097,14 @@ function render$182(e, t) {
|
|
|
10097
10097
|
}
|
|
10098
10098
|
var check_default = {
|
|
10099
10099
|
name: "lucide-check",
|
|
10100
|
-
render: render$
|
|
10101
|
-
}, _hoisted_1$
|
|
10100
|
+
render: render$183
|
|
10101
|
+
}, _hoisted_1$201 = {
|
|
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$182(e, t) {
|
|
10107
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("path", {
|
|
10108
10108
|
fill: "none",
|
|
10109
10109
|
stroke: "currentColor",
|
|
10110
10110
|
"stroke-linecap": "round",
|
|
@@ -10115,14 +10115,14 @@ function render$181(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$182
|
|
10119
|
+
}, _hoisted_1$200 = {
|
|
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$181(e, t) {
|
|
10125
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("path", {
|
|
10126
10126
|
fill: "none",
|
|
10127
10127
|
stroke: "currentColor",
|
|
10128
10128
|
"stroke-linecap": "round",
|
|
@@ -10133,14 +10133,14 @@ function render$180(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$181
|
|
10137
|
+
}, _hoisted_1$199 = {
|
|
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$180(e, t) {
|
|
10143
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("path", {
|
|
10144
10144
|
fill: "none",
|
|
10145
10145
|
stroke: "currentColor",
|
|
10146
10146
|
"stroke-linecap": "round",
|
|
@@ -10151,14 +10151,14 @@ function render$179(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$180
|
|
10155
|
+
}, _hoisted_1$198 = {
|
|
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$179(e, t) {
|
|
10161
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("path", {
|
|
10162
10162
|
fill: "none",
|
|
10163
10163
|
stroke: "currentColor",
|
|
10164
10164
|
"stroke-linecap": "round",
|
|
@@ -10169,14 +10169,14 @@ function render$178(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$179
|
|
10173
|
+
}, _hoisted_1$197 = {
|
|
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$178(e, t) {
|
|
10179
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("path", {
|
|
10180
10180
|
fill: "none",
|
|
10181
10181
|
stroke: "currentColor",
|
|
10182
10182
|
"stroke-linecap": "round",
|
|
@@ -10187,14 +10187,14 @@ function render$177(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$178
|
|
10191
|
+
}, _hoisted_1$196 = {
|
|
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$177(e, t) {
|
|
10197
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("path", {
|
|
10198
10198
|
fill: "none",
|
|
10199
10199
|
stroke: "currentColor",
|
|
10200
10200
|
"stroke-linecap": "round",
|
|
@@ -10205,14 +10205,14 @@ function render$176(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$177
|
|
10209
|
+
}, _hoisted_1$195 = {
|
|
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$176(e, t) {
|
|
10215
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("path", {
|
|
10216
10216
|
fill: "none",
|
|
10217
10217
|
stroke: "currentColor",
|
|
10218
10218
|
"stroke-linecap": "round",
|
|
@@ -10223,14 +10223,14 @@ function render$175(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$176
|
|
10227
|
+
}, _hoisted_1$194 = {
|
|
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$175(e, t) {
|
|
10233
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
|
|
10234
10234
|
fill: "none",
|
|
10235
10235
|
stroke: "currentColor",
|
|
10236
10236
|
"stroke-linecap": "round",
|
|
@@ -10241,14 +10241,14 @@ function render$174(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$175
|
|
10245
|
+
}, _hoisted_1$193 = {
|
|
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$174(e, t) {
|
|
10251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("circle", {
|
|
10252
10252
|
cx: "12",
|
|
10253
10253
|
cy: "12",
|
|
10254
10254
|
r: "10",
|
|
@@ -10261,14 +10261,14 @@ function render$173(e, t) {
|
|
|
10261
10261
|
}
|
|
10262
10262
|
var circle_default = {
|
|
10263
10263
|
name: "lucide-circle",
|
|
10264
|
-
render: render$
|
|
10265
|
-
}, _hoisted_1$
|
|
10264
|
+
render: render$174
|
|
10265
|
+
}, _hoisted_1$192 = {
|
|
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$173(e, t) {
|
|
10271
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("g", {
|
|
10272
10272
|
fill: "none",
|
|
10273
10273
|
stroke: "currentColor",
|
|
10274
10274
|
"stroke-linecap": "round",
|
|
@@ -10282,14 +10282,14 @@ function render$172(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$173
|
|
10286
|
+
}, _hoisted_1$191 = {
|
|
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$172(e, t) {
|
|
10292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("g", {
|
|
10293
10293
|
fill: "none",
|
|
10294
10294
|
stroke: "currentColor",
|
|
10295
10295
|
"stroke-linecap": "round",
|
|
@@ -10303,14 +10303,14 @@ function render$171(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$172
|
|
10307
|
+
}, _hoisted_1$190 = {
|
|
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$171(e, t) {
|
|
10313
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("g", {
|
|
10314
10314
|
fill: "none",
|
|
10315
10315
|
stroke: "currentColor",
|
|
10316
10316
|
"stroke-linecap": "round",
|
|
@@ -10328,14 +10328,14 @@ function render$170(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$171
|
|
10332
|
+
}, _hoisted_1$189 = {
|
|
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$170(e, t) {
|
|
10338
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("g", {
|
|
10339
10339
|
fill: "none",
|
|
10340
10340
|
stroke: "currentColor",
|
|
10341
10341
|
"stroke-linecap": "round",
|
|
@@ -10349,14 +10349,14 @@ function render$169(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$170
|
|
10353
|
+
}, _hoisted_1$188 = {
|
|
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$169(e, t) {
|
|
10359
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("g", {
|
|
10360
10360
|
fill: "none",
|
|
10361
10361
|
stroke: "currentColor",
|
|
10362
10362
|
"stroke-linecap": "round",
|
|
@@ -10370,14 +10370,14 @@ function render$168(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$169
|
|
10374
|
+
}, _hoisted_1$187 = {
|
|
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$168(e, t) {
|
|
10380
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("g", {
|
|
10381
10381
|
fill: "none",
|
|
10382
10382
|
stroke: "currentColor",
|
|
10383
10383
|
"stroke-linecap": "round",
|
|
@@ -10391,14 +10391,14 @@ function render$167(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$168
|
|
10395
|
+
}, _hoisted_1$186 = {
|
|
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$167(e, t) {
|
|
10401
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("g", {
|
|
10402
10402
|
fill: "none",
|
|
10403
10403
|
stroke: "currentColor",
|
|
10404
10404
|
"stroke-linecap": "round",
|
|
@@ -10412,14 +10412,14 @@ function render$166(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$167
|
|
10416
|
+
}, _hoisted_1$185 = {
|
|
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$166(e, t) {
|
|
10422
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("g", {
|
|
10423
10423
|
fill: "none",
|
|
10424
10424
|
stroke: "currentColor",
|
|
10425
10425
|
"stroke-linecap": "round",
|
|
@@ -10433,14 +10433,14 @@ function render$165(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$166
|
|
10437
|
+
}, _hoisted_1$184 = {
|
|
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$165(e, t) {
|
|
10443
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("g", {
|
|
10444
10444
|
fill: "none",
|
|
10445
10445
|
stroke: "currentColor",
|
|
10446
10446
|
"stroke-linecap": "round",
|
|
@@ -10454,14 +10454,14 @@ function render$164(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$165
|
|
10458
|
+
}, _hoisted_1$183 = {
|
|
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$164(e, t) {
|
|
10464
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("g", {
|
|
10465
10465
|
fill: "none",
|
|
10466
10466
|
stroke: "currentColor",
|
|
10467
10467
|
"stroke-linecap": "round",
|
|
@@ -10483,14 +10483,14 @@ function render$163(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$164
|
|
10487
|
+
}, _hoisted_1$182 = {
|
|
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$163(e, t) {
|
|
10493
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
|
|
10494
10494
|
fill: "none",
|
|
10495
10495
|
stroke: "currentColor",
|
|
10496
10496
|
"stroke-linecap": "round",
|
|
@@ -10504,14 +10504,14 @@ function render$162(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$163
|
|
10508
|
+
}, _hoisted_1$181 = {
|
|
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$162(e, t) {
|
|
10514
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
|
|
10515
10515
|
fill: "none",
|
|
10516
10516
|
stroke: "currentColor",
|
|
10517
10517
|
"stroke-linecap": "round",
|
|
@@ -10528,14 +10528,14 @@ function render$161(e, t) {
|
|
|
10528
10528
|
}
|
|
10529
10529
|
var clipboard_default = {
|
|
10530
10530
|
name: "lucide-clipboard",
|
|
10531
|
-
render: render$
|
|
10532
|
-
}, _hoisted_1$
|
|
10531
|
+
render: render$162
|
|
10532
|
+
}, _hoisted_1$180 = {
|
|
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$161(e, t) {
|
|
10538
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
|
|
10539
10539
|
fill: "none",
|
|
10540
10540
|
stroke: "currentColor",
|
|
10541
10541
|
"stroke-linecap": "round",
|
|
@@ -10556,14 +10556,14 @@ function render$160(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$161
|
|
10560
|
+
}, _hoisted_1$179 = {
|
|
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$160(e, t) {
|
|
10566
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
|
|
10567
10567
|
fill: "none",
|
|
10568
10568
|
stroke: "currentColor",
|
|
10569
10569
|
"stroke-linecap": "round",
|
|
@@ -10580,14 +10580,14 @@ function render$159(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$160
|
|
10584
|
+
}, _hoisted_1$178 = {
|
|
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$159(e, t) {
|
|
10590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
|
|
10591
10591
|
fill: "none",
|
|
10592
10592
|
stroke: "currentColor",
|
|
10593
10593
|
"stroke-linecap": "round",
|
|
@@ -10601,14 +10601,14 @@ function render$158(e, t) {
|
|
|
10601
10601
|
}
|
|
10602
10602
|
var clock_default = {
|
|
10603
10603
|
name: "lucide-clock",
|
|
10604
|
-
render: render$
|
|
10605
|
-
}, _hoisted_1$
|
|
10604
|
+
render: render$159
|
|
10605
|
+
}, _hoisted_1$177 = {
|
|
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$158(e, t) {
|
|
10611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("path", {
|
|
10612
10612
|
fill: "none",
|
|
10613
10613
|
stroke: "currentColor",
|
|
10614
10614
|
"stroke-linecap": "round",
|
|
@@ -10619,14 +10619,14 @@ function render$157(e, t) {
|
|
|
10619
10619
|
}
|
|
10620
10620
|
var cloud_default = {
|
|
10621
10621
|
name: "lucide-cloud",
|
|
10622
|
-
render: render$
|
|
10623
|
-
}, _hoisted_1$
|
|
10622
|
+
render: render$158
|
|
10623
|
+
}, _hoisted_1$176 = {
|
|
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$157(e, t) {
|
|
10629
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
|
|
10630
10630
|
fill: "none",
|
|
10631
10631
|
stroke: "currentColor",
|
|
10632
10632
|
"stroke-linecap": "round",
|
|
@@ -10636,14 +10636,14 @@ function render$156(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$157
|
|
10640
|
+
}, _hoisted_1$175 = {
|
|
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$156(e, t) {
|
|
10646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("path", {
|
|
10647
10647
|
fill: "none",
|
|
10648
10648
|
stroke: "currentColor",
|
|
10649
10649
|
"stroke-linecap": "round",
|
|
@@ -10654,14 +10654,14 @@ function render$155(e, t) {
|
|
|
10654
10654
|
}
|
|
10655
10655
|
var code_default = {
|
|
10656
10656
|
name: "lucide-code",
|
|
10657
|
-
render: render$
|
|
10658
|
-
}, _hoisted_1$
|
|
10657
|
+
render: render$156
|
|
10658
|
+
}, _hoisted_1$174 = {
|
|
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$155(e, t) {
|
|
10664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
|
|
10665
10665
|
fill: "none",
|
|
10666
10666
|
stroke: "currentColor",
|
|
10667
10667
|
"stroke-linecap": "round",
|
|
@@ -10671,14 +10671,14 @@ function render$154(e, t) {
|
|
|
10671
10671
|
}
|
|
10672
10672
|
var cog_default = {
|
|
10673
10673
|
name: "lucide-cog",
|
|
10674
|
-
render: render$
|
|
10675
|
-
}, _hoisted_1$
|
|
10674
|
+
render: render$155
|
|
10675
|
+
}, _hoisted_1$173 = {
|
|
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$154(e, t) {
|
|
10681
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
|
|
10682
10682
|
fill: "none",
|
|
10683
10683
|
stroke: "currentColor",
|
|
10684
10684
|
"stroke-linecap": "round",
|
|
@@ -10692,14 +10692,14 @@ function render$153(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$154
|
|
10696
|
+
}, _hoisted_1$172 = {
|
|
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$153(e, t) {
|
|
10702
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
|
|
10703
10703
|
fill: "none",
|
|
10704
10704
|
stroke: "currentColor",
|
|
10705
10705
|
"stroke-linecap": "round",
|
|
@@ -10713,14 +10713,14 @@ function render$152(e, t) {
|
|
|
10713
10713
|
}
|
|
10714
10714
|
var contrast_default = {
|
|
10715
10715
|
name: "lucide-contrast",
|
|
10716
|
-
render: render$
|
|
10717
|
-
}, _hoisted_1$
|
|
10716
|
+
render: render$153
|
|
10717
|
+
}, _hoisted_1$171 = {
|
|
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$152(e, t) {
|
|
10723
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
|
|
10724
10724
|
fill: "none",
|
|
10725
10725
|
stroke: "currentColor",
|
|
10726
10726
|
"stroke-linecap": "round",
|
|
@@ -10737,14 +10737,14 @@ function render$151(e, t) {
|
|
|
10737
10737
|
}
|
|
10738
10738
|
var copy_default = {
|
|
10739
10739
|
name: "lucide-copy",
|
|
10740
|
-
render: render$
|
|
10741
|
-
}, _hoisted_1$
|
|
10740
|
+
render: render$152
|
|
10741
|
+
}, _hoisted_1$170 = {
|
|
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$151(e, t) {
|
|
10747
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
|
|
10748
10748
|
fill: "none",
|
|
10749
10749
|
stroke: "currentColor",
|
|
10750
10750
|
"stroke-linecap": "round",
|
|
@@ -10758,14 +10758,14 @@ function render$150(e, t) {
|
|
|
10758
10758
|
}
|
|
10759
10759
|
var crosshair_default = {
|
|
10760
10760
|
name: "lucide-crosshair",
|
|
10761
|
-
render: render$
|
|
10762
|
-
}, _hoisted_1$
|
|
10761
|
+
render: render$151
|
|
10762
|
+
}, _hoisted_1$169 = {
|
|
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$150(e, t) {
|
|
10768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
|
|
10769
10769
|
fill: "none",
|
|
10770
10770
|
stroke: "currentColor",
|
|
10771
10771
|
"stroke-linecap": "round",
|
|
@@ -10784,14 +10784,14 @@ function render$149(e, t) {
|
|
|
10784
10784
|
}
|
|
10785
10785
|
var database_default = {
|
|
10786
10786
|
name: "lucide-database",
|
|
10787
|
-
render: render$
|
|
10788
|
-
}, _hoisted_1$
|
|
10787
|
+
render: render$150
|
|
10788
|
+
}, _hoisted_1$168 = {
|
|
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$149(e, t) {
|
|
10794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("path", {
|
|
10795
10795
|
fill: "none",
|
|
10796
10796
|
stroke: "currentColor",
|
|
10797
10797
|
"stroke-linecap": "round",
|
|
@@ -10802,14 +10802,14 @@ function render$148(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$149
|
|
10806
|
+
}, _hoisted_1$167 = {
|
|
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$148(e, t) {
|
|
10812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("circle", {
|
|
10813
10813
|
cx: "12.1",
|
|
10814
10814
|
cy: "12.1",
|
|
10815
10815
|
r: "1",
|
|
@@ -10822,14 +10822,14 @@ function render$147(e, t) {
|
|
|
10822
10822
|
}
|
|
10823
10823
|
var dot_default = {
|
|
10824
10824
|
name: "lucide-dot",
|
|
10825
|
-
render: render$
|
|
10826
|
-
}, _hoisted_1$
|
|
10825
|
+
render: render$148
|
|
10826
|
+
}, _hoisted_1$166 = {
|
|
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$147(e, t) {
|
|
10832
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("g", {
|
|
10833
10833
|
fill: "none",
|
|
10834
10834
|
stroke: "currentColor",
|
|
10835
10835
|
"stroke-linecap": "round",
|
|
@@ -10839,14 +10839,14 @@ function render$146(e, t) {
|
|
|
10839
10839
|
}
|
|
10840
10840
|
var download_default = {
|
|
10841
10841
|
name: "lucide-download",
|
|
10842
|
-
render: render$
|
|
10843
|
-
}, _hoisted_1$
|
|
10842
|
+
render: render$147
|
|
10843
|
+
}, _hoisted_1$165 = {
|
|
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$146(e, t) {
|
|
10849
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("g", {
|
|
10850
10850
|
fill: "none",
|
|
10851
10851
|
stroke: "currentColor",
|
|
10852
10852
|
"stroke-linecap": "round",
|
|
@@ -10860,14 +10860,14 @@ function render$145(e, t) {
|
|
|
10860
10860
|
}
|
|
10861
10861
|
var earth_default = {
|
|
10862
10862
|
name: "lucide-earth",
|
|
10863
|
-
render: render$
|
|
10864
|
-
}, _hoisted_1$
|
|
10863
|
+
render: render$146
|
|
10864
|
+
}, _hoisted_1$164 = {
|
|
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$145(e, t) {
|
|
10870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
|
|
10871
10871
|
fill: "none",
|
|
10872
10872
|
stroke: "currentColor",
|
|
10873
10873
|
"stroke-linecap": "round",
|
|
@@ -10893,14 +10893,14 @@ function render$144(e, t) {
|
|
|
10893
10893
|
}
|
|
10894
10894
|
var ellipsis_default = {
|
|
10895
10895
|
name: "lucide-ellipsis",
|
|
10896
|
-
render: render$
|
|
10897
|
-
}, _hoisted_1$
|
|
10896
|
+
render: render$145
|
|
10897
|
+
}, _hoisted_1$163 = {
|
|
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$144(e, t) {
|
|
10903
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
|
|
10904
10904
|
fill: "none",
|
|
10905
10905
|
stroke: "currentColor",
|
|
10906
10906
|
"stroke-linecap": "round",
|
|
@@ -10926,14 +10926,14 @@ function render$143(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$144
|
|
10930
|
+
}, _hoisted_1$162 = {
|
|
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$143(e, t) {
|
|
10936
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("path", {
|
|
10937
10937
|
fill: "none",
|
|
10938
10938
|
stroke: "currentColor",
|
|
10939
10939
|
"stroke-linecap": "round",
|
|
@@ -10944,14 +10944,14 @@ function render$142(e, t) {
|
|
|
10944
10944
|
}
|
|
10945
10945
|
var equal_default = {
|
|
10946
10946
|
name: "lucide-equal",
|
|
10947
|
-
render: render$
|
|
10948
|
-
}, _hoisted_1$
|
|
10947
|
+
render: render$143
|
|
10948
|
+
}, _hoisted_1$161 = {
|
|
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$142(e, t) {
|
|
10954
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("path", {
|
|
10955
10955
|
fill: "none",
|
|
10956
10956
|
stroke: "currentColor",
|
|
10957
10957
|
"stroke-linecap": "round",
|
|
@@ -10962,14 +10962,14 @@ function render$141(e, t) {
|
|
|
10962
10962
|
}
|
|
10963
10963
|
var expand_default = {
|
|
10964
10964
|
name: "lucide-expand",
|
|
10965
|
-
render: render$
|
|
10966
|
-
}, _hoisted_1$
|
|
10965
|
+
render: render$142
|
|
10966
|
+
}, _hoisted_1$160 = {
|
|
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$141(e, t) {
|
|
10972
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("path", {
|
|
10973
10973
|
fill: "none",
|
|
10974
10974
|
stroke: "currentColor",
|
|
10975
10975
|
"stroke-linecap": "round",
|
|
@@ -10980,14 +10980,14 @@ function render$140(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$141
|
|
10984
|
+
}, _hoisted_1$159 = {
|
|
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$140(e, t) {
|
|
10990
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("g", {
|
|
10991
10991
|
fill: "none",
|
|
10992
10992
|
stroke: "currentColor",
|
|
10993
10993
|
"stroke-linecap": "round",
|
|
@@ -11001,14 +11001,14 @@ function render$139(e, t) {
|
|
|
11001
11001
|
}
|
|
11002
11002
|
var eye_default = {
|
|
11003
11003
|
name: "lucide-eye",
|
|
11004
|
-
render: render$
|
|
11005
|
-
}, _hoisted_1$
|
|
11004
|
+
render: render$140
|
|
11005
|
+
}, _hoisted_1$158 = {
|
|
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$139(e, t) {
|
|
11011
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("g", {
|
|
11012
11012
|
fill: "none",
|
|
11013
11013
|
stroke: "currentColor",
|
|
11014
11014
|
"stroke-linecap": "round",
|
|
@@ -11018,14 +11018,14 @@ function render$138(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$139
|
|
11022
|
+
}, _hoisted_1$157 = {
|
|
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$138(e, t) {
|
|
11028
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
|
|
11029
11029
|
fill: "none",
|
|
11030
11030
|
stroke: "currentColor",
|
|
11031
11031
|
"stroke-linecap": "round",
|
|
@@ -11035,14 +11035,14 @@ function render$137(e, t) {
|
|
|
11035
11035
|
}
|
|
11036
11036
|
var file_default = {
|
|
11037
11037
|
name: "lucide-file",
|
|
11038
|
-
render: render$
|
|
11039
|
-
}, _hoisted_1$
|
|
11038
|
+
render: render$138
|
|
11039
|
+
}, _hoisted_1$156 = {
|
|
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$137(e, t) {
|
|
11045
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
|
|
11046
11046
|
fill: "none",
|
|
11047
11047
|
stroke: "currentColor",
|
|
11048
11048
|
"stroke-linecap": "round",
|
|
@@ -11060,14 +11060,14 @@ function render$136(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$137
|
|
11064
|
+
}, _hoisted_1$155 = {
|
|
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$136(e, t) {
|
|
11070
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
|
|
11071
11071
|
fill: "none",
|
|
11072
11072
|
stroke: "currentColor",
|
|
11073
11073
|
"stroke-linecap": "round",
|
|
@@ -11077,14 +11077,14 @@ function render$135(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$136
|
|
11081
|
+
}, _hoisted_1$154 = {
|
|
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$135(e, t) {
|
|
11087
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("path", {
|
|
11088
11088
|
fill: "none",
|
|
11089
11089
|
stroke: "currentColor",
|
|
11090
11090
|
"stroke-linecap": "round",
|
|
@@ -11095,14 +11095,14 @@ function render$134(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$135
|
|
11099
|
+
}, _hoisted_1$153 = {
|
|
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$134(e, t) {
|
|
11105
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("g", {
|
|
11106
11106
|
fill: "none",
|
|
11107
11107
|
stroke: "currentColor",
|
|
11108
11108
|
"stroke-linecap": "round",
|
|
@@ -11112,14 +11112,14 @@ function render$133(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$134
|
|
11116
|
+
}, _hoisted_1$152 = {
|
|
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$133(e, t) {
|
|
11122
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("g", {
|
|
11123
11123
|
fill: "none",
|
|
11124
11124
|
stroke: "currentColor",
|
|
11125
11125
|
"stroke-linecap": "round",
|
|
@@ -11129,14 +11129,14 @@ function render$132(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$133
|
|
11133
|
+
}, _hoisted_1$151 = {
|
|
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$132(e, t) {
|
|
11139
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("g", {
|
|
11140
11140
|
fill: "none",
|
|
11141
11141
|
stroke: "currentColor",
|
|
11142
11142
|
"stroke-linecap": "round",
|
|
@@ -11150,14 +11150,14 @@ function render$131(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$132
|
|
11154
|
+
}, _hoisted_1$150 = {
|
|
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$131(e, t) {
|
|
11160
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
|
|
11161
11161
|
fill: "none",
|
|
11162
11162
|
stroke: "currentColor",
|
|
11163
11163
|
"stroke-linecap": "round",
|
|
@@ -11167,14 +11167,14 @@ function render$130(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$131
|
|
11171
|
+
}, _hoisted_1$149 = {
|
|
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$130(e, t) {
|
|
11177
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
|
|
11178
11178
|
fill: "none",
|
|
11179
11179
|
stroke: "currentColor",
|
|
11180
11180
|
"stroke-linecap": "round",
|
|
@@ -11188,14 +11188,14 @@ function render$129(e, t) {
|
|
|
11188
11188
|
}
|
|
11189
11189
|
var files_default = {
|
|
11190
11190
|
name: "lucide-files",
|
|
11191
|
-
render: render$
|
|
11192
|
-
}, _hoisted_1$
|
|
11191
|
+
render: render$130
|
|
11192
|
+
}, _hoisted_1$148 = {
|
|
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$129(e, t) {
|
|
11198
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
|
|
11199
11199
|
fill: "none",
|
|
11200
11200
|
stroke: "currentColor",
|
|
11201
11201
|
"stroke-linecap": "round",
|
|
@@ -11205,14 +11205,14 @@ function render$128(e, t) {
|
|
|
11205
11205
|
}
|
|
11206
11206
|
var fingerprint_default = {
|
|
11207
11207
|
name: "lucide-fingerprint",
|
|
11208
|
-
render: render$
|
|
11209
|
-
}, _hoisted_1$
|
|
11208
|
+
render: render$129
|
|
11209
|
+
}, _hoisted_1$147 = {
|
|
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$128(e, t) {
|
|
11215
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("path", {
|
|
11216
11216
|
fill: "none",
|
|
11217
11217
|
stroke: "currentColor",
|
|
11218
11218
|
"stroke-linecap": "round",
|
|
@@ -11223,14 +11223,14 @@ function render$127(e, t) {
|
|
|
11223
11223
|
}
|
|
11224
11224
|
var flame_default = {
|
|
11225
11225
|
name: "lucide-flame",
|
|
11226
|
-
render: render$
|
|
11227
|
-
}, _hoisted_1$
|
|
11226
|
+
render: render$128
|
|
11227
|
+
}, _hoisted_1$146 = {
|
|
11228
11228
|
viewBox: "0 0 24 24",
|
|
11229
11229
|
width: "1.2em",
|
|
11230
11230
|
height: "1.2em"
|
|
11231
11231
|
};
|
|
11232
|
-
function render$
|
|
11233
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11232
|
+
function render$127(e, t) {
|
|
11233
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("path", {
|
|
11234
11234
|
fill: "none",
|
|
11235
11235
|
stroke: "currentColor",
|
|
11236
11236
|
"stroke-linecap": "round",
|
|
@@ -11241,14 +11241,14 @@ function render$126(e, t) {
|
|
|
11241
11241
|
}
|
|
11242
11242
|
var flask_conical_default = {
|
|
11243
11243
|
name: "lucide-flask-conical",
|
|
11244
|
-
render: render$
|
|
11245
|
-
}, _hoisted_1$
|
|
11244
|
+
render: render$127
|
|
11245
|
+
}, _hoisted_1$145 = {
|
|
11246
11246
|
viewBox: "0 0 24 24",
|
|
11247
11247
|
width: "1.2em",
|
|
11248
11248
|
height: "1.2em"
|
|
11249
11249
|
};
|
|
11250
|
-
function render$
|
|
11251
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11250
|
+
function render$126(e, t) {
|
|
11251
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("path", {
|
|
11252
11252
|
fill: "none",
|
|
11253
11253
|
stroke: "currentColor",
|
|
11254
11254
|
"stroke-linecap": "round",
|
|
@@ -11259,14 +11259,14 @@ function render$125(e, t) {
|
|
|
11259
11259
|
}
|
|
11260
11260
|
var folder_default = {
|
|
11261
11261
|
name: "lucide-folder",
|
|
11262
|
-
render: render$
|
|
11263
|
-
}, _hoisted_1$
|
|
11262
|
+
render: render$126
|
|
11263
|
+
}, _hoisted_1$144 = {
|
|
11264
11264
|
viewBox: "0 0 24 24",
|
|
11265
11265
|
width: "1.2em",
|
|
11266
11266
|
height: "1.2em"
|
|
11267
11267
|
};
|
|
11268
|
-
function render$
|
|
11269
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11268
|
+
function render$125(e, t) {
|
|
11269
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("path", {
|
|
11270
11270
|
fill: "none",
|
|
11271
11271
|
stroke: "currentColor",
|
|
11272
11272
|
"stroke-linecap": "round",
|
|
@@ -11277,14 +11277,14 @@ function render$124(e, t) {
|
|
|
11277
11277
|
}
|
|
11278
11278
|
var folder_open_default = {
|
|
11279
11279
|
name: "lucide-folder-open",
|
|
11280
|
-
render: render$
|
|
11281
|
-
}, _hoisted_1$
|
|
11280
|
+
render: render$125
|
|
11281
|
+
}, _hoisted_1$143 = {
|
|
11282
11282
|
viewBox: "0 0 24 24",
|
|
11283
11283
|
width: "1.2em",
|
|
11284
11284
|
height: "1.2em"
|
|
11285
11285
|
};
|
|
11286
|
-
function render$
|
|
11287
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11286
|
+
function render$124(e, t) {
|
|
11287
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("path", {
|
|
11288
11288
|
fill: "none",
|
|
11289
11289
|
stroke: "currentColor",
|
|
11290
11290
|
"stroke-linecap": "round",
|
|
@@ -11295,14 +11295,14 @@ function render$123(e, t) {
|
|
|
11295
11295
|
}
|
|
11296
11296
|
var folder_plus_default = {
|
|
11297
11297
|
name: "lucide-folder-plus",
|
|
11298
|
-
render: render$
|
|
11299
|
-
}, _hoisted_1$
|
|
11298
|
+
render: render$124
|
|
11299
|
+
}, _hoisted_1$142 = {
|
|
11300
11300
|
viewBox: "0 0 24 24",
|
|
11301
11301
|
width: "1.2em",
|
|
11302
11302
|
height: "1.2em"
|
|
11303
11303
|
};
|
|
11304
|
-
function render$
|
|
11305
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11304
|
+
function render$123(e, t) {
|
|
11305
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("path", {
|
|
11306
11306
|
fill: "none",
|
|
11307
11307
|
stroke: "currentColor",
|
|
11308
11308
|
"stroke-linecap": "round",
|
|
@@ -11313,14 +11313,14 @@ function render$122(e, t) {
|
|
|
11313
11313
|
}
|
|
11314
11314
|
var funnel_default = {
|
|
11315
11315
|
name: "lucide-funnel",
|
|
11316
|
-
render: render$
|
|
11317
|
-
}, _hoisted_1$
|
|
11316
|
+
render: render$123
|
|
11317
|
+
}, _hoisted_1$141 = {
|
|
11318
11318
|
viewBox: "0 0 24 24",
|
|
11319
11319
|
width: "1.2em",
|
|
11320
11320
|
height: "1.2em"
|
|
11321
11321
|
};
|
|
11322
|
-
function render$
|
|
11323
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11322
|
+
function render$122(e, t) {
|
|
11323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
|
|
11324
11324
|
fill: "none",
|
|
11325
11325
|
stroke: "currentColor",
|
|
11326
11326
|
"stroke-linecap": "round",
|
|
@@ -11330,14 +11330,14 @@ function render$121(e, t) {
|
|
|
11330
11330
|
}
|
|
11331
11331
|
var gem_default = {
|
|
11332
11332
|
name: "lucide-gem",
|
|
11333
|
-
render: render$
|
|
11334
|
-
}, _hoisted_1$
|
|
11333
|
+
render: render$122
|
|
11334
|
+
}, _hoisted_1$140 = {
|
|
11335
11335
|
viewBox: "0 0 24 24",
|
|
11336
11336
|
width: "1.2em",
|
|
11337
11337
|
height: "1.2em"
|
|
11338
11338
|
};
|
|
11339
|
-
function render$
|
|
11340
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11339
|
+
function render$121(e, t) {
|
|
11340
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("g", {
|
|
11341
11341
|
fill: "none",
|
|
11342
11342
|
stroke: "currentColor",
|
|
11343
11343
|
"stroke-linecap": "round",
|
|
@@ -11353,25 +11353,25 @@ function render$120(e, t) {
|
|
|
11353
11353
|
}
|
|
11354
11354
|
var gift_default = {
|
|
11355
11355
|
name: "lucide-gift",
|
|
11356
|
-
render: render$
|
|
11357
|
-
}, _hoisted_1$
|
|
11356
|
+
render: render$121
|
|
11357
|
+
}, _hoisted_1$139 = {
|
|
11358
11358
|
viewBox: "0 0 24 24",
|
|
11359
11359
|
width: "1.2em",
|
|
11360
11360
|
height: "1.2em"
|
|
11361
11361
|
};
|
|
11362
|
-
function render$
|
|
11363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11362
|
+
function render$120(e, t) {
|
|
11363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"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)]]);
|
|
11364
11364
|
}
|
|
11365
11365
|
var git_branch_default = {
|
|
11366
11366
|
name: "lucide-git-branch",
|
|
11367
|
-
render: render$
|
|
11368
|
-
}, _hoisted_1$
|
|
11367
|
+
render: render$120
|
|
11368
|
+
}, _hoisted_1$138 = {
|
|
11369
11369
|
viewBox: "0 0 24 24",
|
|
11370
11370
|
width: "1.2em",
|
|
11371
11371
|
height: "1.2em"
|
|
11372
11372
|
};
|
|
11373
|
-
function render$
|
|
11374
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11373
|
+
function render$119(e, t) {
|
|
11374
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("g", {
|
|
11375
11375
|
fill: "none",
|
|
11376
11376
|
stroke: "currentColor",
|
|
11377
11377
|
"stroke-linecap": "round",
|
|
@@ -11385,14 +11385,14 @@ function render$118(e, t) {
|
|
|
11385
11385
|
}
|
|
11386
11386
|
var globe_default = {
|
|
11387
11387
|
name: "lucide-globe",
|
|
11388
|
-
render: render$
|
|
11389
|
-
}, _hoisted_1$
|
|
11388
|
+
render: render$119
|
|
11389
|
+
}, _hoisted_1$137 = {
|
|
11390
11390
|
viewBox: "0 0 24 24",
|
|
11391
11391
|
width: "1.2em",
|
|
11392
11392
|
height: "1.2em"
|
|
11393
11393
|
};
|
|
11394
|
-
function render$
|
|
11395
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11394
|
+
function render$118(e, t) {
|
|
11395
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("g", {
|
|
11396
11396
|
fill: "none",
|
|
11397
11397
|
stroke: "currentColor",
|
|
11398
11398
|
"stroke-linecap": "round",
|
|
@@ -11402,14 +11402,14 @@ function render$117(e, t) {
|
|
|
11402
11402
|
}
|
|
11403
11403
|
var graduation_cap_default = {
|
|
11404
11404
|
name: "lucide-graduation-cap",
|
|
11405
|
-
render: render$
|
|
11406
|
-
}, _hoisted_1$
|
|
11405
|
+
render: render$118
|
|
11406
|
+
}, _hoisted_1$136 = {
|
|
11407
11407
|
viewBox: "0 0 24 24",
|
|
11408
11408
|
width: "1.2em",
|
|
11409
11409
|
height: "1.2em"
|
|
11410
11410
|
};
|
|
11411
|
-
function render$
|
|
11412
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11411
|
+
function render$117(e, t) {
|
|
11412
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("g", {
|
|
11413
11413
|
fill: "none",
|
|
11414
11414
|
stroke: "currentColor",
|
|
11415
11415
|
"stroke-linecap": "round",
|
|
@@ -11425,36 +11425,36 @@ function render$116(e, t) {
|
|
|
11425
11425
|
}
|
|
11426
11426
|
var grid_2x2_default = {
|
|
11427
11427
|
name: "lucide-grid-2x2",
|
|
11428
|
-
render: render$
|
|
11429
|
-
}, _hoisted_1$
|
|
11428
|
+
render: render$117
|
|
11429
|
+
}, _hoisted_1$135 = {
|
|
11430
11430
|
viewBox: "0 0 24 24",
|
|
11431
11431
|
width: "1.2em",
|
|
11432
11432
|
height: "1.2em"
|
|
11433
11433
|
};
|
|
11434
|
-
function render$
|
|
11435
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11434
|
+
function render$116(e, t) {
|
|
11435
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, [...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)]]);
|
|
11436
11436
|
}
|
|
11437
11437
|
var grip_vertical_default = {
|
|
11438
11438
|
name: "lucide-grip-vertical",
|
|
11439
|
-
render: render$
|
|
11440
|
-
}, _hoisted_1$
|
|
11439
|
+
render: render$116
|
|
11440
|
+
}, _hoisted_1$134 = {
|
|
11441
11441
|
viewBox: "0 0 24 24",
|
|
11442
11442
|
width: "1.2em",
|
|
11443
11443
|
height: "1.2em"
|
|
11444
11444
|
};
|
|
11445
|
-
function render$
|
|
11446
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11445
|
+
function render$115(e, t) {
|
|
11446
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, [...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)]]);
|
|
11447
11447
|
}
|
|
11448
11448
|
var hand_coins_default = {
|
|
11449
11449
|
name: "lucide-hand-coins",
|
|
11450
|
-
render: render$
|
|
11451
|
-
}, _hoisted_1$
|
|
11450
|
+
render: render$115
|
|
11451
|
+
}, _hoisted_1$133 = {
|
|
11452
11452
|
viewBox: "0 0 24 24",
|
|
11453
11453
|
width: "1.2em",
|
|
11454
11454
|
height: "1.2em"
|
|
11455
11455
|
};
|
|
11456
|
-
function render$
|
|
11457
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11456
|
+
function render$114(e, t) {
|
|
11457
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("g", {
|
|
11458
11458
|
fill: "none",
|
|
11459
11459
|
stroke: "currentColor",
|
|
11460
11460
|
"stroke-linecap": "round",
|
|
@@ -11468,14 +11468,14 @@ function render$113(e, t) {
|
|
|
11468
11468
|
}
|
|
11469
11469
|
var handshake_default = {
|
|
11470
11470
|
name: "lucide-handshake",
|
|
11471
|
-
render: render$
|
|
11472
|
-
}, _hoisted_1$
|
|
11471
|
+
render: render$114
|
|
11472
|
+
}, _hoisted_1$132 = {
|
|
11473
11473
|
viewBox: "0 0 24 24",
|
|
11474
11474
|
width: "1.2em",
|
|
11475
11475
|
height: "1.2em"
|
|
11476
11476
|
};
|
|
11477
|
-
function render$
|
|
11478
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11477
|
+
function render$113(e, t) {
|
|
11478
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("path", {
|
|
11479
11479
|
fill: "none",
|
|
11480
11480
|
stroke: "currentColor",
|
|
11481
11481
|
"stroke-linecap": "round",
|
|
@@ -11486,14 +11486,14 @@ function render$112(e, t) {
|
|
|
11486
11486
|
}
|
|
11487
11487
|
var hard_drive_default = {
|
|
11488
11488
|
name: "lucide-hard-drive",
|
|
11489
|
-
render: render$
|
|
11490
|
-
}, _hoisted_1$
|
|
11489
|
+
render: render$113
|
|
11490
|
+
}, _hoisted_1$131 = {
|
|
11491
11491
|
viewBox: "0 0 24 24",
|
|
11492
11492
|
width: "1.2em",
|
|
11493
11493
|
height: "1.2em"
|
|
11494
11494
|
};
|
|
11495
|
-
function render$
|
|
11496
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11495
|
+
function render$112(e, t) {
|
|
11496
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createElementVNode("g", {
|
|
11497
11497
|
fill: "none",
|
|
11498
11498
|
stroke: "currentColor",
|
|
11499
11499
|
"stroke-linecap": "round",
|
|
@@ -11513,14 +11513,14 @@ function render$111(e, t) {
|
|
|
11513
11513
|
}
|
|
11514
11514
|
var hard_drive_download_default = {
|
|
11515
11515
|
name: "lucide-hard-drive-download",
|
|
11516
|
-
render: render$
|
|
11517
|
-
}, _hoisted_1$
|
|
11516
|
+
render: render$112
|
|
11517
|
+
}, _hoisted_1$130 = {
|
|
11518
11518
|
viewBox: "0 0 24 24",
|
|
11519
11519
|
width: "1.2em",
|
|
11520
11520
|
height: "1.2em"
|
|
11521
11521
|
};
|
|
11522
|
-
function render$
|
|
11523
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11522
|
+
function render$111(e, t) {
|
|
11523
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("path", {
|
|
11524
11524
|
fill: "none",
|
|
11525
11525
|
stroke: "currentColor",
|
|
11526
11526
|
"stroke-linecap": "round",
|
|
@@ -11531,14 +11531,14 @@ function render$110(e, t) {
|
|
|
11531
11531
|
}
|
|
11532
11532
|
var hash_default = {
|
|
11533
11533
|
name: "lucide-hash",
|
|
11534
|
-
render: render$
|
|
11535
|
-
}, _hoisted_1$
|
|
11534
|
+
render: render$111
|
|
11535
|
+
}, _hoisted_1$129 = {
|
|
11536
11536
|
viewBox: "0 0 24 24",
|
|
11537
11537
|
width: "1.2em",
|
|
11538
11538
|
height: "1.2em"
|
|
11539
11539
|
};
|
|
11540
|
-
function render$
|
|
11541
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11540
|
+
function render$110(e, t) {
|
|
11541
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
|
|
11542
11542
|
fill: "none",
|
|
11543
11543
|
stroke: "currentColor",
|
|
11544
11544
|
"stroke-linecap": "round",
|
|
@@ -11548,14 +11548,14 @@ function render$109(e, t) {
|
|
|
11548
11548
|
}
|
|
11549
11549
|
var history_default = {
|
|
11550
11550
|
name: "lucide-history",
|
|
11551
|
-
render: render$
|
|
11552
|
-
}, _hoisted_1$
|
|
11551
|
+
render: render$110
|
|
11552
|
+
}, _hoisted_1$128 = {
|
|
11553
11553
|
viewBox: "0 0 24 24",
|
|
11554
11554
|
width: "1.2em",
|
|
11555
11555
|
height: "1.2em"
|
|
11556
11556
|
};
|
|
11557
|
-
function render$
|
|
11558
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11557
|
+
function render$109(e, t) {
|
|
11558
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("path", {
|
|
11559
11559
|
fill: "none",
|
|
11560
11560
|
stroke: "currentColor",
|
|
11561
11561
|
"stroke-linecap": "round",
|
|
@@ -11566,14 +11566,14 @@ function render$108(e, t) {
|
|
|
11566
11566
|
}
|
|
11567
11567
|
var hourglass_default = {
|
|
11568
11568
|
name: "lucide-hourglass",
|
|
11569
|
-
render: render$
|
|
11570
|
-
}, _hoisted_1$
|
|
11569
|
+
render: render$109
|
|
11570
|
+
}, _hoisted_1$127 = {
|
|
11571
11571
|
viewBox: "0 0 24 24",
|
|
11572
11572
|
width: "1.2em",
|
|
11573
11573
|
height: "1.2em"
|
|
11574
11574
|
};
|
|
11575
|
-
function render$
|
|
11576
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11575
|
+
function render$108(e, t) {
|
|
11576
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createElementVNode("g", {
|
|
11577
11577
|
fill: "none",
|
|
11578
11578
|
stroke: "currentColor",
|
|
11579
11579
|
"stroke-linecap": "round",
|
|
@@ -11583,14 +11583,14 @@ function render$107(e, t) {
|
|
|
11583
11583
|
}
|
|
11584
11584
|
var house_default = {
|
|
11585
11585
|
name: "lucide-house",
|
|
11586
|
-
render: render$
|
|
11587
|
-
}, _hoisted_1$
|
|
11586
|
+
render: render$108
|
|
11587
|
+
}, _hoisted_1$126 = {
|
|
11588
11588
|
viewBox: "0 0 24 24",
|
|
11589
11589
|
width: "1.2em",
|
|
11590
11590
|
height: "1.2em"
|
|
11591
11591
|
};
|
|
11592
|
-
function render$
|
|
11593
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11592
|
+
function render$107(e, t) {
|
|
11593
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createElementVNode("g", {
|
|
11594
11594
|
fill: "none",
|
|
11595
11595
|
stroke: "currentColor",
|
|
11596
11596
|
"stroke-linecap": "round",
|
|
@@ -11615,14 +11615,14 @@ function render$106(e, t) {
|
|
|
11615
11615
|
}
|
|
11616
11616
|
var image_default = {
|
|
11617
11617
|
name: "lucide-image",
|
|
11618
|
-
render: render$
|
|
11619
|
-
}, _hoisted_1$
|
|
11618
|
+
render: render$107
|
|
11619
|
+
}, _hoisted_1$125 = {
|
|
11620
11620
|
viewBox: "0 0 24 24",
|
|
11621
11621
|
width: "1.2em",
|
|
11622
11622
|
height: "1.2em"
|
|
11623
11623
|
};
|
|
11624
|
-
function render$
|
|
11625
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11624
|
+
function render$106(e, t) {
|
|
11625
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
|
|
11626
11626
|
fill: "none",
|
|
11627
11627
|
stroke: "currentColor",
|
|
11628
11628
|
"stroke-linecap": "round",
|
|
@@ -11632,14 +11632,14 @@ function render$105(e, t) {
|
|
|
11632
11632
|
}
|
|
11633
11633
|
var inbox_default = {
|
|
11634
11634
|
name: "lucide-inbox",
|
|
11635
|
-
render: render$
|
|
11636
|
-
}, _hoisted_1$
|
|
11635
|
+
render: render$106
|
|
11636
|
+
}, _hoisted_1$124 = {
|
|
11637
11637
|
viewBox: "0 0 24 24",
|
|
11638
11638
|
width: "1.2em",
|
|
11639
11639
|
height: "1.2em"
|
|
11640
11640
|
};
|
|
11641
|
-
function render$
|
|
11642
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11641
|
+
function render$105(e, t) {
|
|
11642
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("g", {
|
|
11643
11643
|
fill: "none",
|
|
11644
11644
|
stroke: "currentColor",
|
|
11645
11645
|
"stroke-linecap": "round",
|
|
@@ -11653,14 +11653,14 @@ function render$104(e, t) {
|
|
|
11653
11653
|
}
|
|
11654
11654
|
var info_default = {
|
|
11655
11655
|
name: "lucide-info",
|
|
11656
|
-
render: render$
|
|
11657
|
-
}, _hoisted_1$
|
|
11656
|
+
render: render$105
|
|
11657
|
+
}, _hoisted_1$123 = {
|
|
11658
11658
|
viewBox: "0 0 24 24",
|
|
11659
11659
|
width: "1.2em",
|
|
11660
11660
|
height: "1.2em"
|
|
11661
11661
|
};
|
|
11662
|
-
function render$
|
|
11663
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11662
|
+
function render$104(e, t) {
|
|
11663
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
|
|
11664
11664
|
fill: "none",
|
|
11665
11665
|
stroke: "currentColor",
|
|
11666
11666
|
"stroke-linecap": "round",
|
|
@@ -11675,14 +11675,14 @@ function render$103(e, t) {
|
|
|
11675
11675
|
}
|
|
11676
11676
|
var key_round_default = {
|
|
11677
11677
|
name: "lucide-key-round",
|
|
11678
|
-
render: render$
|
|
11679
|
-
}, _hoisted_1$
|
|
11678
|
+
render: render$104
|
|
11679
|
+
}, _hoisted_1$122 = {
|
|
11680
11680
|
viewBox: "0 0 24 24",
|
|
11681
11681
|
width: "1.2em",
|
|
11682
11682
|
height: "1.2em"
|
|
11683
11683
|
};
|
|
11684
|
-
function render$
|
|
11685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11684
|
+
function render$103(e, t) {
|
|
11685
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
|
|
11686
11686
|
fill: "none",
|
|
11687
11687
|
stroke: "currentColor",
|
|
11688
11688
|
"stroke-linecap": "round",
|
|
@@ -11693,14 +11693,14 @@ function render$102(e, t) {
|
|
|
11693
11693
|
}
|
|
11694
11694
|
var languages_default = {
|
|
11695
11695
|
name: "lucide-languages",
|
|
11696
|
-
render: render$
|
|
11697
|
-
}, _hoisted_1$
|
|
11696
|
+
render: render$103
|
|
11697
|
+
}, _hoisted_1$121 = {
|
|
11698
11698
|
viewBox: "0 0 24 24",
|
|
11699
11699
|
width: "1.2em",
|
|
11700
11700
|
height: "1.2em"
|
|
11701
11701
|
};
|
|
11702
|
-
function render$
|
|
11703
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11702
|
+
function render$102(e, t) {
|
|
11703
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("g", {
|
|
11704
11704
|
fill: "none",
|
|
11705
11705
|
stroke: "currentColor",
|
|
11706
11706
|
"stroke-linecap": "round",
|
|
@@ -11714,14 +11714,14 @@ function render$101(e, t) {
|
|
|
11714
11714
|
}
|
|
11715
11715
|
var layers_default = {
|
|
11716
11716
|
name: "lucide-layers",
|
|
11717
|
-
render: render$
|
|
11718
|
-
}, _hoisted_1$
|
|
11717
|
+
render: render$102
|
|
11718
|
+
}, _hoisted_1$120 = {
|
|
11719
11719
|
viewBox: "0 0 24 24",
|
|
11720
11720
|
width: "1.2em",
|
|
11721
11721
|
height: "1.2em"
|
|
11722
11722
|
};
|
|
11723
|
-
function render$
|
|
11724
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11723
|
+
function render$101(e, t) {
|
|
11724
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("g", {
|
|
11725
11725
|
fill: "none",
|
|
11726
11726
|
stroke: "currentColor",
|
|
11727
11727
|
"stroke-linecap": "round",
|
|
@@ -11753,14 +11753,14 @@ function render$100(e, t) {
|
|
|
11753
11753
|
}
|
|
11754
11754
|
var layout_template_default = {
|
|
11755
11755
|
name: "lucide-layout-template",
|
|
11756
|
-
render: render$
|
|
11757
|
-
}, _hoisted_1$
|
|
11756
|
+
render: render$101
|
|
11757
|
+
}, _hoisted_1$119 = {
|
|
11758
11758
|
viewBox: "0 0 24 24",
|
|
11759
11759
|
width: "1.2em",
|
|
11760
11760
|
height: "1.2em"
|
|
11761
11761
|
};
|
|
11762
|
-
function render$
|
|
11763
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11762
|
+
function render$100(e, t) {
|
|
11763
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("path", {
|
|
11764
11764
|
fill: "none",
|
|
11765
11765
|
stroke: "currentColor",
|
|
11766
11766
|
"stroke-linecap": "round",
|
|
@@ -11771,14 +11771,14 @@ function render$99(e, t) {
|
|
|
11771
11771
|
}
|
|
11772
11772
|
var lightbulb_default = {
|
|
11773
11773
|
name: "lucide-lightbulb",
|
|
11774
|
-
render: render$
|
|
11775
|
-
}, _hoisted_1$
|
|
11774
|
+
render: render$100
|
|
11775
|
+
}, _hoisted_1$118 = {
|
|
11776
11776
|
viewBox: "0 0 24 24",
|
|
11777
11777
|
width: "1.2em",
|
|
11778
11778
|
height: "1.2em"
|
|
11779
11779
|
};
|
|
11780
|
-
function render$
|
|
11781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11780
|
+
function render$99(e, t) {
|
|
11781
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("g", {
|
|
11782
11782
|
fill: "none",
|
|
11783
11783
|
stroke: "currentColor",
|
|
11784
11784
|
"stroke-linecap": "round",
|
|
@@ -11788,14 +11788,14 @@ function render$98(e, t) {
|
|
|
11788
11788
|
}
|
|
11789
11789
|
var link_default = {
|
|
11790
11790
|
name: "lucide-link",
|
|
11791
|
-
render: render$
|
|
11792
|
-
}, _hoisted_1$
|
|
11791
|
+
render: render$99
|
|
11792
|
+
}, _hoisted_1$117 = {
|
|
11793
11793
|
viewBox: "0 0 24 24",
|
|
11794
11794
|
width: "1.2em",
|
|
11795
11795
|
height: "1.2em"
|
|
11796
11796
|
};
|
|
11797
|
-
function render$
|
|
11798
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11797
|
+
function render$98(e, t) {
|
|
11798
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("path", {
|
|
11799
11799
|
fill: "none",
|
|
11800
11800
|
stroke: "currentColor",
|
|
11801
11801
|
"stroke-linecap": "round",
|
|
@@ -11806,14 +11806,14 @@ function render$97(e, t) {
|
|
|
11806
11806
|
}
|
|
11807
11807
|
var list_default = {
|
|
11808
11808
|
name: "lucide-list",
|
|
11809
|
-
render: render$
|
|
11810
|
-
}, _hoisted_1$
|
|
11809
|
+
render: render$98
|
|
11810
|
+
}, _hoisted_1$116 = {
|
|
11811
11811
|
viewBox: "0 0 24 24",
|
|
11812
11812
|
width: "1.2em",
|
|
11813
11813
|
height: "1.2em"
|
|
11814
11814
|
};
|
|
11815
|
-
function render$
|
|
11816
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11815
|
+
function render$97(e, t) {
|
|
11816
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("path", {
|
|
11817
11817
|
fill: "none",
|
|
11818
11818
|
stroke: "currentColor",
|
|
11819
11819
|
"stroke-linecap": "round",
|
|
@@ -11824,14 +11824,14 @@ function render$96(e, t) {
|
|
|
11824
11824
|
}
|
|
11825
11825
|
var list_checks_default = {
|
|
11826
11826
|
name: "lucide-list-checks",
|
|
11827
|
-
render: render$
|
|
11828
|
-
}, _hoisted_1$
|
|
11827
|
+
render: render$97
|
|
11828
|
+
}, _hoisted_1$115 = {
|
|
11829
11829
|
viewBox: "0 0 24 24",
|
|
11830
11830
|
width: "1.2em",
|
|
11831
11831
|
height: "1.2em"
|
|
11832
11832
|
};
|
|
11833
|
-
function render$
|
|
11834
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11833
|
+
function render$96(e, t) {
|
|
11834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("path", {
|
|
11835
11835
|
fill: "none",
|
|
11836
11836
|
stroke: "currentColor",
|
|
11837
11837
|
"stroke-linecap": "round",
|
|
@@ -11842,14 +11842,14 @@ function render$95(e, t) {
|
|
|
11842
11842
|
}
|
|
11843
11843
|
var loader2_default = {
|
|
11844
11844
|
name: "lucide-loader2",
|
|
11845
|
-
render: render$
|
|
11846
|
-
}, _hoisted_1$
|
|
11845
|
+
render: render$96
|
|
11846
|
+
}, _hoisted_1$114 = {
|
|
11847
11847
|
viewBox: "0 0 24 24",
|
|
11848
11848
|
width: "1.2em",
|
|
11849
11849
|
height: "1.2em"
|
|
11850
11850
|
};
|
|
11851
|
-
function render$
|
|
11852
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11851
|
+
function render$95(e, t) {
|
|
11852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("g", {
|
|
11853
11853
|
fill: "none",
|
|
11854
11854
|
stroke: "currentColor",
|
|
11855
11855
|
"stroke-linecap": "round",
|
|
@@ -11866,14 +11866,14 @@ function render$94(e, t) {
|
|
|
11866
11866
|
}
|
|
11867
11867
|
var lock_default = {
|
|
11868
11868
|
name: "lucide-lock",
|
|
11869
|
-
render: render$
|
|
11870
|
-
}, _hoisted_1$
|
|
11869
|
+
render: render$95
|
|
11870
|
+
}, _hoisted_1$113 = {
|
|
11871
11871
|
viewBox: "0 0 24 24",
|
|
11872
11872
|
width: "1.2em",
|
|
11873
11873
|
height: "1.2em"
|
|
11874
11874
|
};
|
|
11875
|
-
function render$
|
|
11876
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11875
|
+
function render$94(e, t) {
|
|
11876
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("path", {
|
|
11877
11877
|
fill: "none",
|
|
11878
11878
|
stroke: "currentColor",
|
|
11879
11879
|
"stroke-linecap": "round",
|
|
@@ -11884,14 +11884,14 @@ function render$93(e, t) {
|
|
|
11884
11884
|
}
|
|
11885
11885
|
var log_in_default = {
|
|
11886
11886
|
name: "lucide-log-in",
|
|
11887
|
-
render: render$
|
|
11888
|
-
}, _hoisted_1$
|
|
11887
|
+
render: render$94
|
|
11888
|
+
}, _hoisted_1$112 = {
|
|
11889
11889
|
viewBox: "0 0 24 24",
|
|
11890
11890
|
width: "1.2em",
|
|
11891
11891
|
height: "1.2em"
|
|
11892
11892
|
};
|
|
11893
|
-
function render$
|
|
11894
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11893
|
+
function render$93(e, t) {
|
|
11894
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
|
|
11895
11895
|
fill: "none",
|
|
11896
11896
|
stroke: "currentColor",
|
|
11897
11897
|
"stroke-linecap": "round",
|
|
@@ -11902,14 +11902,14 @@ function render$92(e, t) {
|
|
|
11902
11902
|
}
|
|
11903
11903
|
var log_out_default = {
|
|
11904
11904
|
name: "lucide-log-out",
|
|
11905
|
-
render: render$
|
|
11906
|
-
}, _hoisted_1$
|
|
11905
|
+
render: render$93
|
|
11906
|
+
}, _hoisted_1$111 = {
|
|
11907
11907
|
viewBox: "0 0 24 24",
|
|
11908
11908
|
width: "1.2em",
|
|
11909
11909
|
height: "1.2em"
|
|
11910
11910
|
};
|
|
11911
|
-
function render$
|
|
11912
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11911
|
+
function render$92(e, t) {
|
|
11912
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("g", {
|
|
11913
11913
|
fill: "none",
|
|
11914
11914
|
stroke: "currentColor",
|
|
11915
11915
|
"stroke-linecap": "round",
|
|
@@ -11925,14 +11925,14 @@ function render$91(e, t) {
|
|
|
11925
11925
|
}
|
|
11926
11926
|
var mail_default = {
|
|
11927
11927
|
name: "lucide-mail",
|
|
11928
|
-
render: render$
|
|
11929
|
-
}, _hoisted_1$
|
|
11928
|
+
render: render$92
|
|
11929
|
+
}, _hoisted_1$110 = {
|
|
11930
11930
|
viewBox: "0 0 24 24",
|
|
11931
11931
|
width: "1.2em",
|
|
11932
11932
|
height: "1.2em"
|
|
11933
11933
|
};
|
|
11934
|
-
function render$
|
|
11935
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11934
|
+
function render$91(e, t) {
|
|
11935
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
|
|
11936
11936
|
fill: "none",
|
|
11937
11937
|
stroke: "currentColor",
|
|
11938
11938
|
"stroke-linecap": "round",
|
|
@@ -11943,14 +11943,14 @@ function render$90(e, t) {
|
|
|
11943
11943
|
}
|
|
11944
11944
|
var maximize_default = {
|
|
11945
11945
|
name: "lucide-maximize",
|
|
11946
|
-
render: render$
|
|
11947
|
-
}, _hoisted_1$
|
|
11946
|
+
render: render$91
|
|
11947
|
+
}, _hoisted_1$109 = {
|
|
11948
11948
|
viewBox: "0 0 24 24",
|
|
11949
11949
|
width: "1.2em",
|
|
11950
11950
|
height: "1.2em"
|
|
11951
11951
|
};
|
|
11952
|
-
function render$
|
|
11953
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11952
|
+
function render$90(e, t) {
|
|
11953
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
|
|
11954
11954
|
fill: "none",
|
|
11955
11955
|
stroke: "currentColor",
|
|
11956
11956
|
"stroke-linecap": "round",
|
|
@@ -11961,14 +11961,14 @@ function render$89(e, t) {
|
|
|
11961
11961
|
}
|
|
11962
11962
|
var maximize_2_default = {
|
|
11963
11963
|
name: "lucide-maximize-2",
|
|
11964
|
-
render: render$
|
|
11965
|
-
}, _hoisted_1$
|
|
11964
|
+
render: render$90
|
|
11965
|
+
}, _hoisted_1$108 = {
|
|
11966
11966
|
viewBox: "0 0 24 24",
|
|
11967
11967
|
width: "1.2em",
|
|
11968
11968
|
height: "1.2em"
|
|
11969
11969
|
};
|
|
11970
|
-
function render$
|
|
11971
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11970
|
+
function render$89(e, t) {
|
|
11971
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("path", {
|
|
11972
11972
|
fill: "none",
|
|
11973
11973
|
stroke: "currentColor",
|
|
11974
11974
|
"stroke-linecap": "round",
|
|
@@ -11978,15 +11978,15 @@ function render$88(e, t) {
|
|
|
11978
11978
|
}, null, -1)]]);
|
|
11979
11979
|
}
|
|
11980
11980
|
var menu_default = {
|
|
11981
|
-
name: "lucide-menu",
|
|
11982
|
-
render: render$
|
|
11983
|
-
}, _hoisted_1$
|
|
11981
|
+
name: "lucide-menu",
|
|
11982
|
+
render: render$89
|
|
11983
|
+
}, _hoisted_1$107 = {
|
|
11984
11984
|
viewBox: "0 0 24 24",
|
|
11985
11985
|
width: "1.2em",
|
|
11986
11986
|
height: "1.2em"
|
|
11987
11987
|
};
|
|
11988
|
-
function render$
|
|
11989
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11988
|
+
function render$88(e, t) {
|
|
11989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
|
|
11990
11990
|
fill: "none",
|
|
11991
11991
|
stroke: "currentColor",
|
|
11992
11992
|
"stroke-linecap": "round",
|
|
@@ -11997,14 +11997,14 @@ function render$87(e, t) {
|
|
|
11997
11997
|
}
|
|
11998
11998
|
var message_circle_default = {
|
|
11999
11999
|
name: "lucide-message-circle",
|
|
12000
|
-
render: render$
|
|
12001
|
-
}, _hoisted_1$
|
|
12000
|
+
render: render$88
|
|
12001
|
+
}, _hoisted_1$106 = {
|
|
12002
12002
|
viewBox: "0 0 24 24",
|
|
12003
12003
|
width: "1.2em",
|
|
12004
12004
|
height: "1.2em"
|
|
12005
12005
|
};
|
|
12006
|
-
function render$
|
|
12007
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12006
|
+
function render$87(e, t) {
|
|
12007
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
|
|
12008
12008
|
fill: "none",
|
|
12009
12009
|
stroke: "currentColor",
|
|
12010
12010
|
"stroke-linecap": "round",
|
|
@@ -12015,14 +12015,14 @@ function render$86(e, t) {
|
|
|
12015
12015
|
}
|
|
12016
12016
|
var message_square_default = {
|
|
12017
12017
|
name: "lucide-message-square",
|
|
12018
|
-
render: render$
|
|
12019
|
-
}, _hoisted_1$
|
|
12018
|
+
render: render$87
|
|
12019
|
+
}, _hoisted_1$105 = {
|
|
12020
12020
|
viewBox: "0 0 24 24",
|
|
12021
12021
|
width: "1.2em",
|
|
12022
12022
|
height: "1.2em"
|
|
12023
12023
|
};
|
|
12024
|
-
function render$
|
|
12025
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12024
|
+
function render$86(e, t) {
|
|
12025
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("path", {
|
|
12026
12026
|
fill: "none",
|
|
12027
12027
|
stroke: "currentColor",
|
|
12028
12028
|
"stroke-linecap": "round",
|
|
@@ -12033,14 +12033,14 @@ function render$85(e, t) {
|
|
|
12033
12033
|
}
|
|
12034
12034
|
var message_square_plus_default = {
|
|
12035
12035
|
name: "lucide-message-square-plus",
|
|
12036
|
-
render: render$
|
|
12037
|
-
}, _hoisted_1$
|
|
12036
|
+
render: render$86
|
|
12037
|
+
}, _hoisted_1$104 = {
|
|
12038
12038
|
viewBox: "0 0 24 24",
|
|
12039
12039
|
width: "1.2em",
|
|
12040
12040
|
height: "1.2em"
|
|
12041
12041
|
};
|
|
12042
|
-
function render$
|
|
12043
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12042
|
+
function render$85(e, t) {
|
|
12043
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
|
|
12044
12044
|
fill: "none",
|
|
12045
12045
|
stroke: "currentColor",
|
|
12046
12046
|
"stroke-linecap": "round",
|
|
@@ -12051,14 +12051,14 @@ function render$84(e, t) {
|
|
|
12051
12051
|
}
|
|
12052
12052
|
var messages_square_default = {
|
|
12053
12053
|
name: "lucide-messages-square",
|
|
12054
|
-
render: render$
|
|
12055
|
-
}, _hoisted_1$
|
|
12054
|
+
render: render$85
|
|
12055
|
+
}, _hoisted_1$103 = {
|
|
12056
12056
|
viewBox: "0 0 24 24",
|
|
12057
12057
|
width: "1.2em",
|
|
12058
12058
|
height: "1.2em"
|
|
12059
12059
|
};
|
|
12060
|
-
function render$
|
|
12061
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12060
|
+
function render$84(e, t) {
|
|
12061
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("g", {
|
|
12062
12062
|
fill: "none",
|
|
12063
12063
|
stroke: "currentColor",
|
|
12064
12064
|
"stroke-linecap": "round",
|
|
@@ -12074,14 +12074,14 @@ function render$83(e, t) {
|
|
|
12074
12074
|
}
|
|
12075
12075
|
var mic_default = {
|
|
12076
12076
|
name: "lucide-mic",
|
|
12077
|
-
render: render$
|
|
12078
|
-
}, _hoisted_1$
|
|
12077
|
+
render: render$84
|
|
12078
|
+
}, _hoisted_1$102 = {
|
|
12079
12079
|
viewBox: "0 0 24 24",
|
|
12080
12080
|
width: "1.2em",
|
|
12081
12081
|
height: "1.2em"
|
|
12082
12082
|
};
|
|
12083
|
-
function render$
|
|
12084
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12083
|
+
function render$83(e, t) {
|
|
12084
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("path", {
|
|
12085
12085
|
fill: "none",
|
|
12086
12086
|
stroke: "currentColor",
|
|
12087
12087
|
"stroke-linecap": "round",
|
|
@@ -12092,14 +12092,14 @@ function render$82(e, t) {
|
|
|
12092
12092
|
}
|
|
12093
12093
|
var milestone_default = {
|
|
12094
12094
|
name: "lucide-milestone",
|
|
12095
|
-
render: render$
|
|
12096
|
-
}, _hoisted_1$
|
|
12095
|
+
render: render$83
|
|
12096
|
+
}, _hoisted_1$101 = {
|
|
12097
12097
|
viewBox: "0 0 24 24",
|
|
12098
12098
|
width: "1.2em",
|
|
12099
12099
|
height: "1.2em"
|
|
12100
12100
|
};
|
|
12101
|
-
function render$
|
|
12102
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12101
|
+
function render$82(e, t) {
|
|
12102
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
|
|
12103
12103
|
fill: "none",
|
|
12104
12104
|
stroke: "currentColor",
|
|
12105
12105
|
"stroke-linecap": "round",
|
|
@@ -12110,14 +12110,14 @@ function render$81(e, t) {
|
|
|
12110
12110
|
}
|
|
12111
12111
|
var minimize_2_default = {
|
|
12112
12112
|
name: "lucide-minimize-2",
|
|
12113
|
-
render: render$
|
|
12114
|
-
}, _hoisted_1$
|
|
12113
|
+
render: render$82
|
|
12114
|
+
}, _hoisted_1$100 = {
|
|
12115
12115
|
viewBox: "0 0 24 24",
|
|
12116
12116
|
width: "1.2em",
|
|
12117
12117
|
height: "1.2em"
|
|
12118
12118
|
};
|
|
12119
|
-
function render$
|
|
12120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12119
|
+
function render$81(e, t) {
|
|
12120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
|
|
12121
12121
|
fill: "none",
|
|
12122
12122
|
stroke: "currentColor",
|
|
12123
12123
|
"stroke-linecap": "round",
|
|
@@ -12128,14 +12128,14 @@ function render$80(e, t) {
|
|
|
12128
12128
|
}
|
|
12129
12129
|
var minus_default = {
|
|
12130
12130
|
name: "lucide-minus",
|
|
12131
|
-
render: render$
|
|
12132
|
-
}, _hoisted_1$
|
|
12131
|
+
render: render$81
|
|
12132
|
+
}, _hoisted_1$99 = {
|
|
12133
12133
|
viewBox: "0 0 24 24",
|
|
12134
12134
|
width: "1.2em",
|
|
12135
12135
|
height: "1.2em"
|
|
12136
12136
|
};
|
|
12137
|
-
function render$
|
|
12138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12137
|
+
function render$80(e, t) {
|
|
12138
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
|
|
12139
12139
|
fill: "none",
|
|
12140
12140
|
stroke: "currentColor",
|
|
12141
12141
|
"stroke-linecap": "round",
|
|
@@ -12146,25 +12146,25 @@ function render$79(e, t) {
|
|
|
12146
12146
|
}
|
|
12147
12147
|
var mouse_pointer_default = {
|
|
12148
12148
|
name: "lucide-mouse-pointer",
|
|
12149
|
-
render: render$
|
|
12150
|
-
}, _hoisted_1$
|
|
12149
|
+
render: render$80
|
|
12150
|
+
}, _hoisted_1$98 = {
|
|
12151
12151
|
viewBox: "0 0 24 24",
|
|
12152
12152
|
width: "1.2em",
|
|
12153
12153
|
height: "1.2em"
|
|
12154
12154
|
};
|
|
12155
|
-
function render$
|
|
12156
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12155
|
+
function render$79(e, t) {
|
|
12156
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, [...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)]]);
|
|
12157
12157
|
}
|
|
12158
12158
|
var network_default = {
|
|
12159
12159
|
name: "lucide-network",
|
|
12160
|
-
render: render$
|
|
12161
|
-
}, _hoisted_1$
|
|
12160
|
+
render: render$79
|
|
12161
|
+
}, _hoisted_1$97 = {
|
|
12162
12162
|
viewBox: "0 0 24 24",
|
|
12163
12163
|
width: "1.2em",
|
|
12164
12164
|
height: "1.2em"
|
|
12165
12165
|
};
|
|
12166
|
-
function render$
|
|
12167
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12166
|
+
function render$78(e, t) {
|
|
12167
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("g", {
|
|
12168
12168
|
fill: "none",
|
|
12169
12169
|
stroke: "currentColor",
|
|
12170
12170
|
"stroke-linecap": "round",
|
|
@@ -12174,14 +12174,14 @@ function render$77(e, t) {
|
|
|
12174
12174
|
}
|
|
12175
12175
|
var notebook_pen_default = {
|
|
12176
12176
|
name: "lucide-notebook-pen",
|
|
12177
|
-
render: render$
|
|
12178
|
-
}, _hoisted_1$
|
|
12177
|
+
render: render$78
|
|
12178
|
+
}, _hoisted_1$96 = {
|
|
12179
12179
|
viewBox: "0 0 24 24",
|
|
12180
12180
|
width: "1.2em",
|
|
12181
12181
|
height: "1.2em"
|
|
12182
12182
|
};
|
|
12183
|
-
function render$
|
|
12184
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12183
|
+
function render$77(e, t) {
|
|
12184
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("g", {
|
|
12185
12185
|
fill: "none",
|
|
12186
12186
|
stroke: "currentColor",
|
|
12187
12187
|
"stroke-linecap": "round",
|
|
@@ -12195,25 +12195,25 @@ function render$76(e, t) {
|
|
|
12195
12195
|
}
|
|
12196
12196
|
var package_open_default = {
|
|
12197
12197
|
name: "lucide-package-open",
|
|
12198
|
-
render: render$
|
|
12199
|
-
}, _hoisted_1$
|
|
12198
|
+
render: render$77
|
|
12199
|
+
}, _hoisted_1$95 = {
|
|
12200
12200
|
viewBox: "0 0 24 24",
|
|
12201
12201
|
width: "1.2em",
|
|
12202
12202
|
height: "1.2em"
|
|
12203
12203
|
};
|
|
12204
|
-
function render$
|
|
12205
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12204
|
+
function render$76(e, t) {
|
|
12205
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, [...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)]]);
|
|
12206
12206
|
}
|
|
12207
12207
|
var palette_default = {
|
|
12208
12208
|
name: "lucide-palette",
|
|
12209
|
-
render: render$
|
|
12210
|
-
}, _hoisted_1$
|
|
12209
|
+
render: render$76
|
|
12210
|
+
}, _hoisted_1$94 = {
|
|
12211
12211
|
viewBox: "0 0 24 24",
|
|
12212
12212
|
width: "1.2em",
|
|
12213
12213
|
height: "1.2em"
|
|
12214
12214
|
};
|
|
12215
|
-
function render$
|
|
12216
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12215
|
+
function render$75(e, t) {
|
|
12216
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("g", {
|
|
12217
12217
|
fill: "none",
|
|
12218
12218
|
stroke: "currentColor",
|
|
12219
12219
|
"stroke-linecap": "round",
|
|
@@ -12229,14 +12229,14 @@ function render$74(e, t) {
|
|
|
12229
12229
|
}
|
|
12230
12230
|
var panel_left_default = {
|
|
12231
12231
|
name: "lucide-panel-left",
|
|
12232
|
-
render: render$
|
|
12233
|
-
}, _hoisted_1$
|
|
12232
|
+
render: render$75
|
|
12233
|
+
}, _hoisted_1$93 = {
|
|
12234
12234
|
viewBox: "0 0 24 24",
|
|
12235
12235
|
width: "1.2em",
|
|
12236
12236
|
height: "1.2em"
|
|
12237
12237
|
};
|
|
12238
|
-
function render$
|
|
12239
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12238
|
+
function render$74(e, t) {
|
|
12239
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("g", {
|
|
12240
12240
|
fill: "none",
|
|
12241
12241
|
stroke: "currentColor",
|
|
12242
12242
|
"stroke-linecap": "round",
|
|
@@ -12252,14 +12252,14 @@ function render$73(e, t) {
|
|
|
12252
12252
|
}
|
|
12253
12253
|
var panel_right_default = {
|
|
12254
12254
|
name: "lucide-panel-right",
|
|
12255
|
-
render: render$
|
|
12256
|
-
}, _hoisted_1$
|
|
12255
|
+
render: render$74
|
|
12256
|
+
}, _hoisted_1$92 = {
|
|
12257
12257
|
viewBox: "0 0 24 24",
|
|
12258
12258
|
width: "1.2em",
|
|
12259
12259
|
height: "1.2em"
|
|
12260
12260
|
};
|
|
12261
|
-
function render$
|
|
12262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12261
|
+
function render$73(e, t) {
|
|
12262
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createElementVNode("path", {
|
|
12263
12263
|
fill: "none",
|
|
12264
12264
|
stroke: "currentColor",
|
|
12265
12265
|
"stroke-linecap": "round",
|
|
@@ -12270,14 +12270,14 @@ function render$72(e, t) {
|
|
|
12270
12270
|
}
|
|
12271
12271
|
var paperclip_default = {
|
|
12272
12272
|
name: "lucide-paperclip",
|
|
12273
|
-
render: render$
|
|
12274
|
-
}, _hoisted_1$
|
|
12273
|
+
render: render$73
|
|
12274
|
+
}, _hoisted_1$91 = {
|
|
12275
12275
|
viewBox: "0 0 24 24",
|
|
12276
12276
|
width: "1.2em",
|
|
12277
12277
|
height: "1.2em"
|
|
12278
12278
|
};
|
|
12279
|
-
function render$
|
|
12280
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12279
|
+
function render$72(e, t) {
|
|
12280
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("g", {
|
|
12281
12281
|
fill: "none",
|
|
12282
12282
|
stroke: "currentColor",
|
|
12283
12283
|
"stroke-linecap": "round",
|
|
@@ -12299,14 +12299,14 @@ function render$71(e, t) {
|
|
|
12299
12299
|
}
|
|
12300
12300
|
var pause_default = {
|
|
12301
12301
|
name: "lucide-pause",
|
|
12302
|
-
render: render$
|
|
12303
|
-
}, _hoisted_1$
|
|
12302
|
+
render: render$72
|
|
12303
|
+
}, _hoisted_1$90 = {
|
|
12304
12304
|
viewBox: "0 0 24 24",
|
|
12305
12305
|
width: "1.2em",
|
|
12306
12306
|
height: "1.2em"
|
|
12307
12307
|
};
|
|
12308
|
-
function render$
|
|
12309
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12308
|
+
function render$71(e, t) {
|
|
12309
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("path", {
|
|
12310
12310
|
fill: "none",
|
|
12311
12311
|
stroke: "currentColor",
|
|
12312
12312
|
"stroke-linecap": "round",
|
|
@@ -12317,14 +12317,14 @@ function render$70(e, t) {
|
|
|
12317
12317
|
}
|
|
12318
12318
|
var pen_default = {
|
|
12319
12319
|
name: "lucide-pen",
|
|
12320
|
-
render: render$
|
|
12321
|
-
}, _hoisted_1$
|
|
12320
|
+
render: render$71
|
|
12321
|
+
}, _hoisted_1$89 = {
|
|
12322
12322
|
viewBox: "0 0 24 24",
|
|
12323
12323
|
width: "1.2em",
|
|
12324
12324
|
height: "1.2em"
|
|
12325
12325
|
};
|
|
12326
|
-
function render$
|
|
12327
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12326
|
+
function render$70(e, t) {
|
|
12327
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createElementVNode("path", {
|
|
12328
12328
|
fill: "none",
|
|
12329
12329
|
stroke: "currentColor",
|
|
12330
12330
|
"stroke-linecap": "round",
|
|
@@ -12335,14 +12335,14 @@ function render$69(e, t) {
|
|
|
12335
12335
|
}
|
|
12336
12336
|
var pencil_default = {
|
|
12337
12337
|
name: "lucide-pencil",
|
|
12338
|
-
render: render$
|
|
12339
|
-
}, _hoisted_1$
|
|
12338
|
+
render: render$70
|
|
12339
|
+
}, _hoisted_1$88 = {
|
|
12340
12340
|
viewBox: "0 0 24 24",
|
|
12341
12341
|
width: "1.2em",
|
|
12342
12342
|
height: "1.2em"
|
|
12343
12343
|
};
|
|
12344
|
-
function render$
|
|
12345
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12344
|
+
function render$69(e, t) {
|
|
12345
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("path", {
|
|
12346
12346
|
fill: "none",
|
|
12347
12347
|
stroke: "currentColor",
|
|
12348
12348
|
"stroke-linecap": "round",
|
|
@@ -12353,14 +12353,14 @@ function render$68(e, t) {
|
|
|
12353
12353
|
}
|
|
12354
12354
|
var pin_default = {
|
|
12355
12355
|
name: "lucide-pin",
|
|
12356
|
-
render: render$
|
|
12357
|
-
}, _hoisted_1$
|
|
12356
|
+
render: render$69
|
|
12357
|
+
}, _hoisted_1$87 = {
|
|
12358
12358
|
viewBox: "0 0 24 24",
|
|
12359
12359
|
width: "1.2em",
|
|
12360
12360
|
height: "1.2em"
|
|
12361
12361
|
};
|
|
12362
|
-
function render$
|
|
12363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12362
|
+
function render$68(e, t) {
|
|
12363
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("path", {
|
|
12364
12364
|
fill: "none",
|
|
12365
12365
|
stroke: "currentColor",
|
|
12366
12366
|
"stroke-linecap": "round",
|
|
@@ -12371,14 +12371,14 @@ function render$67(e, t) {
|
|
|
12371
12371
|
}
|
|
12372
12372
|
var play_default = {
|
|
12373
12373
|
name: "lucide-play",
|
|
12374
|
-
render: render$
|
|
12375
|
-
}, _hoisted_1$
|
|
12374
|
+
render: render$68
|
|
12375
|
+
}, _hoisted_1$86 = {
|
|
12376
12376
|
viewBox: "0 0 24 24",
|
|
12377
12377
|
width: "1.2em",
|
|
12378
12378
|
height: "1.2em"
|
|
12379
12379
|
};
|
|
12380
|
-
function render$
|
|
12381
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12380
|
+
function render$67(e, t) {
|
|
12381
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("path", {
|
|
12382
12382
|
fill: "none",
|
|
12383
12383
|
stroke: "currentColor",
|
|
12384
12384
|
"stroke-linecap": "round",
|
|
@@ -12389,14 +12389,14 @@ function render$66(e, t) {
|
|
|
12389
12389
|
}
|
|
12390
12390
|
var plug_default = {
|
|
12391
12391
|
name: "lucide-plug",
|
|
12392
|
-
render: render$
|
|
12393
|
-
}, _hoisted_1$
|
|
12392
|
+
render: render$67
|
|
12393
|
+
}, _hoisted_1$85 = {
|
|
12394
12394
|
viewBox: "0 0 24 24",
|
|
12395
12395
|
width: "1.2em",
|
|
12396
12396
|
height: "1.2em"
|
|
12397
12397
|
};
|
|
12398
|
-
function render$
|
|
12399
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12398
|
+
function render$66(e, t) {
|
|
12399
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("path", {
|
|
12400
12400
|
fill: "none",
|
|
12401
12401
|
stroke: "currentColor",
|
|
12402
12402
|
"stroke-linecap": "round",
|
|
@@ -12407,14 +12407,14 @@ function render$65(e, t) {
|
|
|
12407
12407
|
}
|
|
12408
12408
|
var plus_default = {
|
|
12409
12409
|
name: "lucide-plus",
|
|
12410
|
-
render: render$
|
|
12411
|
-
}, _hoisted_1$
|
|
12410
|
+
render: render$66
|
|
12411
|
+
}, _hoisted_1$84 = {
|
|
12412
12412
|
viewBox: "0 0 24 24",
|
|
12413
12413
|
width: "1.2em",
|
|
12414
12414
|
height: "1.2em"
|
|
12415
12415
|
};
|
|
12416
|
-
function render$
|
|
12417
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12416
|
+
function render$65(e, t) {
|
|
12417
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("g", {
|
|
12418
12418
|
fill: "none",
|
|
12419
12419
|
stroke: "currentColor",
|
|
12420
12420
|
"stroke-linecap": "round",
|
|
@@ -12424,14 +12424,14 @@ function render$64(e, t) {
|
|
|
12424
12424
|
}
|
|
12425
12425
|
var pocket_knife_default = {
|
|
12426
12426
|
name: "lucide-pocket-knife",
|
|
12427
|
-
render: render$
|
|
12428
|
-
}, _hoisted_1$
|
|
12427
|
+
render: render$65
|
|
12428
|
+
}, _hoisted_1$83 = {
|
|
12429
12429
|
viewBox: "0 0 24 24",
|
|
12430
12430
|
width: "1.2em",
|
|
12431
12431
|
height: "1.2em"
|
|
12432
12432
|
};
|
|
12433
|
-
function render$
|
|
12434
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12433
|
+
function render$64(e, t) {
|
|
12434
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
|
|
12435
12435
|
fill: "none",
|
|
12436
12436
|
stroke: "currentColor",
|
|
12437
12437
|
"stroke-linecap": "round",
|
|
@@ -12442,14 +12442,14 @@ function render$63(e, t) {
|
|
|
12442
12442
|
}
|
|
12443
12443
|
var power_default = {
|
|
12444
12444
|
name: "lucide-power",
|
|
12445
|
-
render: render$
|
|
12446
|
-
}, _hoisted_1$
|
|
12445
|
+
render: render$64
|
|
12446
|
+
}, _hoisted_1$82 = {
|
|
12447
12447
|
viewBox: "0 0 24 24",
|
|
12448
12448
|
width: "1.2em",
|
|
12449
12449
|
height: "1.2em"
|
|
12450
12450
|
};
|
|
12451
|
-
function render$
|
|
12452
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12451
|
+
function render$63(e, t) {
|
|
12452
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("g", {
|
|
12453
12453
|
fill: "none",
|
|
12454
12454
|
stroke: "currentColor",
|
|
12455
12455
|
"stroke-linecap": "round",
|
|
@@ -12459,14 +12459,14 @@ function render$62(e, t) {
|
|
|
12459
12459
|
}
|
|
12460
12460
|
var redo_2_default = {
|
|
12461
12461
|
name: "lucide-redo-2",
|
|
12462
|
-
render: render$
|
|
12463
|
-
}, _hoisted_1$
|
|
12462
|
+
render: render$63
|
|
12463
|
+
}, _hoisted_1$81 = {
|
|
12464
12464
|
viewBox: "0 0 24 24",
|
|
12465
12465
|
width: "1.2em",
|
|
12466
12466
|
height: "1.2em"
|
|
12467
12467
|
};
|
|
12468
|
-
function render$
|
|
12469
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12468
|
+
function render$62(e, t) {
|
|
12469
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("g", {
|
|
12470
12470
|
fill: "none",
|
|
12471
12471
|
stroke: "currentColor",
|
|
12472
12472
|
"stroke-linecap": "round",
|
|
@@ -12480,14 +12480,14 @@ function render$61(e, t) {
|
|
|
12480
12480
|
}
|
|
12481
12481
|
var refresh_cw_default = {
|
|
12482
12482
|
name: "lucide-refresh-cw",
|
|
12483
|
-
render: render$
|
|
12484
|
-
}, _hoisted_1$
|
|
12483
|
+
render: render$62
|
|
12484
|
+
}, _hoisted_1$80 = {
|
|
12485
12485
|
viewBox: "0 0 24 24",
|
|
12486
12486
|
width: "1.2em",
|
|
12487
12487
|
height: "1.2em"
|
|
12488
12488
|
};
|
|
12489
|
-
function render$
|
|
12490
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12489
|
+
function render$61(e, t) {
|
|
12490
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
|
|
12491
12491
|
fill: "none",
|
|
12492
12492
|
stroke: "currentColor",
|
|
12493
12493
|
"stroke-linecap": "round",
|
|
@@ -12498,14 +12498,14 @@ function render$60(e, t) {
|
|
|
12498
12498
|
}
|
|
12499
12499
|
var remove_formatting_default = {
|
|
12500
12500
|
name: "lucide-remove-formatting",
|
|
12501
|
-
render: render$
|
|
12502
|
-
}, _hoisted_1$
|
|
12501
|
+
render: render$61
|
|
12502
|
+
}, _hoisted_1$79 = {
|
|
12503
12503
|
viewBox: "0 0 24 24",
|
|
12504
12504
|
width: "1.2em",
|
|
12505
12505
|
height: "1.2em"
|
|
12506
12506
|
};
|
|
12507
|
-
function render$
|
|
12508
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12507
|
+
function render$60(e, t) {
|
|
12508
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("g", {
|
|
12509
12509
|
fill: "none",
|
|
12510
12510
|
stroke: "currentColor",
|
|
12511
12511
|
"stroke-linecap": "round",
|
|
@@ -12519,14 +12519,14 @@ function render$59(e, t) {
|
|
|
12519
12519
|
}
|
|
12520
12520
|
var rss_default = {
|
|
12521
12521
|
name: "lucide-rss",
|
|
12522
|
-
render: render$
|
|
12523
|
-
}, _hoisted_1$
|
|
12522
|
+
render: render$60
|
|
12523
|
+
}, _hoisted_1$78 = {
|
|
12524
12524
|
viewBox: "0 0 24 24",
|
|
12525
12525
|
width: "1.2em",
|
|
12526
12526
|
height: "1.2em"
|
|
12527
12527
|
};
|
|
12528
|
-
function render$
|
|
12529
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12528
|
+
function render$59(e, t) {
|
|
12529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("path", {
|
|
12530
12530
|
fill: "none",
|
|
12531
12531
|
stroke: "currentColor",
|
|
12532
12532
|
"stroke-linecap": "round",
|
|
@@ -12537,14 +12537,14 @@ function render$58(e, t) {
|
|
|
12537
12537
|
}
|
|
12538
12538
|
var satellite_dish_default = {
|
|
12539
12539
|
name: "lucide-satellite-dish",
|
|
12540
|
-
render: render$
|
|
12541
|
-
}, _hoisted_1$
|
|
12540
|
+
render: render$59
|
|
12541
|
+
}, _hoisted_1$77 = {
|
|
12542
12542
|
viewBox: "0 0 24 24",
|
|
12543
12543
|
width: "1.2em",
|
|
12544
12544
|
height: "1.2em"
|
|
12545
12545
|
};
|
|
12546
|
-
function render$
|
|
12547
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12546
|
+
function render$58(e, t) {
|
|
12547
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("g", {
|
|
12548
12548
|
fill: "none",
|
|
12549
12549
|
stroke: "currentColor",
|
|
12550
12550
|
"stroke-linecap": "round",
|
|
@@ -12554,14 +12554,14 @@ function render$57(e, t) {
|
|
|
12554
12554
|
}
|
|
12555
12555
|
var save_default = {
|
|
12556
12556
|
name: "lucide-save",
|
|
12557
|
-
render: render$
|
|
12558
|
-
}, _hoisted_1$
|
|
12557
|
+
render: render$58
|
|
12558
|
+
}, _hoisted_1$76 = {
|
|
12559
12559
|
viewBox: "0 0 24 24",
|
|
12560
12560
|
width: "1.2em",
|
|
12561
12561
|
height: "1.2em"
|
|
12562
12562
|
};
|
|
12563
|
-
function render$
|
|
12564
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12563
|
+
function render$57(e, t) {
|
|
12564
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("path", {
|
|
12565
12565
|
fill: "none",
|
|
12566
12566
|
stroke: "currentColor",
|
|
12567
12567
|
"stroke-linecap": "round",
|
|
@@ -12572,25 +12572,25 @@ function render$56(e, t) {
|
|
|
12572
12572
|
}
|
|
12573
12573
|
var scale_default = {
|
|
12574
12574
|
name: "lucide-scale",
|
|
12575
|
-
render: render$
|
|
12576
|
-
}, _hoisted_1$
|
|
12575
|
+
render: render$57
|
|
12576
|
+
}, _hoisted_1$75 = {
|
|
12577
12577
|
viewBox: "0 0 24 24",
|
|
12578
12578
|
width: "1.2em",
|
|
12579
12579
|
height: "1.2em"
|
|
12580
12580
|
};
|
|
12581
|
-
function render$
|
|
12582
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12581
|
+
function render$56(e, t) {
|
|
12582
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, [...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)]]);
|
|
12583
12583
|
}
|
|
12584
12584
|
var scissors_default = {
|
|
12585
12585
|
name: "lucide-scissors",
|
|
12586
|
-
render: render$
|
|
12587
|
-
}, _hoisted_1$
|
|
12586
|
+
render: render$56
|
|
12587
|
+
}, _hoisted_1$74 = {
|
|
12588
12588
|
viewBox: "0 0 24 24",
|
|
12589
12589
|
width: "1.2em",
|
|
12590
12590
|
height: "1.2em"
|
|
12591
12591
|
};
|
|
12592
|
-
function render$
|
|
12593
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12592
|
+
function render$55(e, t) {
|
|
12593
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("g", {
|
|
12594
12594
|
fill: "none",
|
|
12595
12595
|
stroke: "currentColor",
|
|
12596
12596
|
"stroke-linecap": "round",
|
|
@@ -12600,14 +12600,14 @@ function render$54(e, t) {
|
|
|
12600
12600
|
}
|
|
12601
12601
|
var scroll_text_default = {
|
|
12602
12602
|
name: "lucide-scroll-text",
|
|
12603
|
-
render: render$
|
|
12604
|
-
}, _hoisted_1$
|
|
12603
|
+
render: render$55
|
|
12604
|
+
}, _hoisted_1$73 = {
|
|
12605
12605
|
viewBox: "0 0 24 24",
|
|
12606
12606
|
width: "1.2em",
|
|
12607
12607
|
height: "1.2em"
|
|
12608
12608
|
};
|
|
12609
|
-
function render$
|
|
12610
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12609
|
+
function render$54(e, t) {
|
|
12610
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
|
|
12611
12611
|
fill: "none",
|
|
12612
12612
|
stroke: "currentColor",
|
|
12613
12613
|
"stroke-linecap": "round",
|
|
@@ -12621,14 +12621,14 @@ function render$53(e, t) {
|
|
|
12621
12621
|
}
|
|
12622
12622
|
var search_default = {
|
|
12623
12623
|
name: "lucide-search",
|
|
12624
|
-
render: render$
|
|
12625
|
-
}, _hoisted_1$
|
|
12624
|
+
render: render$54
|
|
12625
|
+
}, _hoisted_1$72 = {
|
|
12626
12626
|
viewBox: "0 0 24 24",
|
|
12627
12627
|
width: "1.2em",
|
|
12628
12628
|
height: "1.2em"
|
|
12629
12629
|
};
|
|
12630
|
-
function render$
|
|
12631
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12630
|
+
function render$53(e, t) {
|
|
12631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
|
|
12632
12632
|
fill: "none",
|
|
12633
12633
|
stroke: "currentColor",
|
|
12634
12634
|
"stroke-linecap": "round",
|
|
@@ -12639,14 +12639,14 @@ function render$52(e, t) {
|
|
|
12639
12639
|
}
|
|
12640
12640
|
var send_default = {
|
|
12641
12641
|
name: "lucide-send",
|
|
12642
|
-
render: render$
|
|
12643
|
-
}, _hoisted_1$
|
|
12642
|
+
render: render$53
|
|
12643
|
+
}, _hoisted_1$71 = {
|
|
12644
12644
|
viewBox: "0 0 24 24",
|
|
12645
12645
|
width: "1.2em",
|
|
12646
12646
|
height: "1.2em"
|
|
12647
12647
|
};
|
|
12648
|
-
function render$
|
|
12649
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12648
|
+
function render$52(e, t) {
|
|
12649
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("g", {
|
|
12650
12650
|
fill: "none",
|
|
12651
12651
|
stroke: "currentColor",
|
|
12652
12652
|
"stroke-linecap": "round",
|
|
@@ -12673,15 +12673,15 @@ function render$51(e, t) {
|
|
|
12673
12673
|
], -1)]]);
|
|
12674
12674
|
}
|
|
12675
12675
|
var server_default = {
|
|
12676
|
-
name: "lucide-server",
|
|
12677
|
-
render: render$
|
|
12678
|
-
}, _hoisted_1$
|
|
12676
|
+
name: "lucide-server",
|
|
12677
|
+
render: render$52
|
|
12678
|
+
}, _hoisted_1$70 = {
|
|
12679
12679
|
viewBox: "0 0 24 24",
|
|
12680
12680
|
width: "1.2em",
|
|
12681
12681
|
height: "1.2em"
|
|
12682
12682
|
};
|
|
12683
|
-
function render$
|
|
12684
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12683
|
+
function render$51(e, t) {
|
|
12684
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("g", {
|
|
12685
12685
|
fill: "none",
|
|
12686
12686
|
stroke: "currentColor",
|
|
12687
12687
|
"stroke-linecap": "round",
|
|
@@ -12695,14 +12695,14 @@ function render$50(e, t) {
|
|
|
12695
12695
|
}
|
|
12696
12696
|
var settings_default = {
|
|
12697
12697
|
name: "lucide-settings",
|
|
12698
|
-
render: render$
|
|
12699
|
-
}, _hoisted_1$
|
|
12698
|
+
render: render$51
|
|
12699
|
+
}, _hoisted_1$69 = {
|
|
12700
12700
|
viewBox: "0 0 24 24",
|
|
12701
12701
|
width: "1.2em",
|
|
12702
12702
|
height: "1.2em"
|
|
12703
12703
|
};
|
|
12704
|
-
function render$
|
|
12705
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12704
|
+
function render$50(e, t) {
|
|
12705
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createElementVNode("g", {
|
|
12706
12706
|
fill: "none",
|
|
12707
12707
|
stroke: "currentColor",
|
|
12708
12708
|
"stroke-linecap": "round",
|
|
@@ -12724,14 +12724,14 @@ function render$49(e, t) {
|
|
|
12724
12724
|
}
|
|
12725
12725
|
var settings_2_default = {
|
|
12726
12726
|
name: "lucide-settings-2",
|
|
12727
|
-
render: render$
|
|
12728
|
-
}, _hoisted_1$
|
|
12727
|
+
render: render$50
|
|
12728
|
+
}, _hoisted_1$68 = {
|
|
12729
12729
|
viewBox: "0 0 24 24",
|
|
12730
12730
|
width: "1.2em",
|
|
12731
12731
|
height: "1.2em"
|
|
12732
12732
|
};
|
|
12733
|
-
function render$
|
|
12734
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12733
|
+
function render$49(e, t) {
|
|
12734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("path", {
|
|
12735
12735
|
fill: "none",
|
|
12736
12736
|
stroke: "currentColor",
|
|
12737
12737
|
"stroke-linecap": "round",
|
|
@@ -12742,14 +12742,14 @@ function render$48(e, t) {
|
|
|
12742
12742
|
}
|
|
12743
12743
|
var share_default = {
|
|
12744
12744
|
name: "lucide-share",
|
|
12745
|
-
render: render$
|
|
12746
|
-
}, _hoisted_1$
|
|
12745
|
+
render: render$49
|
|
12746
|
+
}, _hoisted_1$67 = {
|
|
12747
12747
|
viewBox: "0 0 24 24",
|
|
12748
12748
|
width: "1.2em",
|
|
12749
12749
|
height: "1.2em"
|
|
12750
12750
|
};
|
|
12751
|
-
function render$
|
|
12752
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12751
|
+
function render$48(e, t) {
|
|
12752
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("path", {
|
|
12753
12753
|
fill: "none",
|
|
12754
12754
|
stroke: "currentColor",
|
|
12755
12755
|
"stroke-linecap": "round",
|
|
@@ -12760,14 +12760,14 @@ function render$47(e, t) {
|
|
|
12760
12760
|
}
|
|
12761
12761
|
var shield_default = {
|
|
12762
12762
|
name: "lucide-shield",
|
|
12763
|
-
render: render$
|
|
12764
|
-
}, _hoisted_1$
|
|
12763
|
+
render: render$48
|
|
12764
|
+
}, _hoisted_1$66 = {
|
|
12765
12765
|
viewBox: "0 0 24 24",
|
|
12766
12766
|
width: "1.2em",
|
|
12767
12767
|
height: "1.2em"
|
|
12768
12768
|
};
|
|
12769
|
-
function render$
|
|
12770
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12769
|
+
function render$47(e, t) {
|
|
12770
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, [...t[0] ||= [createElementVNode("path", {
|
|
12771
12771
|
fill: "none",
|
|
12772
12772
|
stroke: "currentColor",
|
|
12773
12773
|
"stroke-linecap": "round",
|
|
@@ -12778,14 +12778,14 @@ function render$46(e, t) {
|
|
|
12778
12778
|
}
|
|
12779
12779
|
var shield_half_default = {
|
|
12780
12780
|
name: "lucide-shield-half",
|
|
12781
|
-
render: render$
|
|
12782
|
-
}, _hoisted_1$
|
|
12781
|
+
render: render$47
|
|
12782
|
+
}, _hoisted_1$65 = {
|
|
12783
12783
|
viewBox: "0 0 24 24",
|
|
12784
12784
|
width: "1.2em",
|
|
12785
12785
|
height: "1.2em"
|
|
12786
12786
|
};
|
|
12787
|
-
function render$
|
|
12788
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12787
|
+
function render$46(e, t) {
|
|
12788
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, [...t[0] ||= [createElementVNode("path", {
|
|
12789
12789
|
fill: "none",
|
|
12790
12790
|
stroke: "currentColor",
|
|
12791
12791
|
"stroke-linecap": "round",
|
|
@@ -12796,14 +12796,14 @@ function render$45(e, t) {
|
|
|
12796
12796
|
}
|
|
12797
12797
|
var sliders_horizontal_default = {
|
|
12798
12798
|
name: "lucide-sliders-horizontal",
|
|
12799
|
-
render: render$
|
|
12800
|
-
}, _hoisted_1$
|
|
12799
|
+
render: render$46
|
|
12800
|
+
}, _hoisted_1$64 = {
|
|
12801
12801
|
viewBox: "0 0 24 24",
|
|
12802
12802
|
width: "1.2em",
|
|
12803
12803
|
height: "1.2em"
|
|
12804
12804
|
};
|
|
12805
|
-
function render$
|
|
12806
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12805
|
+
function render$45(e, t) {
|
|
12806
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, [...t[0] ||= [createElementVNode("g", {
|
|
12807
12807
|
fill: "none",
|
|
12808
12808
|
stroke: "currentColor",
|
|
12809
12809
|
"stroke-linecap": "round",
|
|
@@ -12817,14 +12817,14 @@ function render$44(e, t) {
|
|
|
12817
12817
|
}
|
|
12818
12818
|
var smile_default = {
|
|
12819
12819
|
name: "lucide-smile",
|
|
12820
|
-
render: render$
|
|
12821
|
-
}, _hoisted_1$
|
|
12820
|
+
render: render$45
|
|
12821
|
+
}, _hoisted_1$63 = {
|
|
12822
12822
|
viewBox: "0 0 24 24",
|
|
12823
12823
|
width: "1.2em",
|
|
12824
12824
|
height: "1.2em"
|
|
12825
12825
|
};
|
|
12826
|
-
function render$
|
|
12827
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12826
|
+
function render$44(e, t) {
|
|
12827
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, [...t[0] ||= [createElementVNode("path", {
|
|
12828
12828
|
fill: "none",
|
|
12829
12829
|
stroke: "currentColor",
|
|
12830
12830
|
"stroke-linecap": "round",
|
|
@@ -12835,14 +12835,14 @@ function render$43(e, t) {
|
|
|
12835
12835
|
}
|
|
12836
12836
|
var sparkles_default = {
|
|
12837
12837
|
name: "lucide-sparkles",
|
|
12838
|
-
render: render$
|
|
12839
|
-
}, _hoisted_1$
|
|
12838
|
+
render: render$44
|
|
12839
|
+
}, _hoisted_1$62 = {
|
|
12840
12840
|
viewBox: "0 0 24 24",
|
|
12841
12841
|
width: "1.2em",
|
|
12842
12842
|
height: "1.2em"
|
|
12843
12843
|
};
|
|
12844
|
-
function render$
|
|
12845
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12844
|
+
function render$43(e, t) {
|
|
12845
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, [...t[0] ||= [createElementVNode("g", {
|
|
12846
12846
|
fill: "none",
|
|
12847
12847
|
stroke: "currentColor",
|
|
12848
12848
|
"stroke-linecap": "round",
|
|
@@ -12852,14 +12852,14 @@ function render$42(e, t) {
|
|
|
12852
12852
|
}
|
|
12853
12853
|
var split_default = {
|
|
12854
12854
|
name: "lucide-split",
|
|
12855
|
-
render: render$
|
|
12856
|
-
}, _hoisted_1$
|
|
12855
|
+
render: render$43
|
|
12856
|
+
}, _hoisted_1$61 = {
|
|
12857
12857
|
viewBox: "0 0 24 24",
|
|
12858
12858
|
width: "1.2em",
|
|
12859
12859
|
height: "1.2em"
|
|
12860
12860
|
};
|
|
12861
|
-
function render$
|
|
12862
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12861
|
+
function render$42(e, t) {
|
|
12862
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, [...t[0] ||= [createElementVNode("rect", {
|
|
12863
12863
|
width: "18",
|
|
12864
12864
|
height: "18",
|
|
12865
12865
|
x: "3",
|
|
@@ -12874,14 +12874,14 @@ function render$41(e, t) {
|
|
|
12874
12874
|
}
|
|
12875
12875
|
var square_default = {
|
|
12876
12876
|
name: "lucide-square",
|
|
12877
|
-
render: render$
|
|
12878
|
-
}, _hoisted_1$
|
|
12877
|
+
render: render$42
|
|
12878
|
+
}, _hoisted_1$60 = {
|
|
12879
12879
|
viewBox: "0 0 24 24",
|
|
12880
12880
|
width: "1.2em",
|
|
12881
12881
|
height: "1.2em"
|
|
12882
12882
|
};
|
|
12883
|
-
function render$
|
|
12884
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12883
|
+
function render$41(e, t) {
|
|
12884
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$60, [...t[0] ||= [createElementVNode("g", {
|
|
12885
12885
|
fill: "none",
|
|
12886
12886
|
stroke: "currentColor",
|
|
12887
12887
|
"stroke-linecap": "round",
|
|
@@ -12897,14 +12897,14 @@ function render$40(e, t) {
|
|
|
12897
12897
|
}
|
|
12898
12898
|
var square_check_default = {
|
|
12899
12899
|
name: "lucide-square-check",
|
|
12900
|
-
render: render$
|
|
12901
|
-
}, _hoisted_1$
|
|
12900
|
+
render: render$41
|
|
12901
|
+
}, _hoisted_1$59 = {
|
|
12902
12902
|
viewBox: "0 0 24 24",
|
|
12903
12903
|
width: "1.2em",
|
|
12904
12904
|
height: "1.2em"
|
|
12905
12905
|
};
|
|
12906
|
-
function render$
|
|
12907
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12906
|
+
function render$40(e, t) {
|
|
12907
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$59, [...t[0] ||= [createElementVNode("g", {
|
|
12908
12908
|
fill: "none",
|
|
12909
12909
|
stroke: "currentColor",
|
|
12910
12910
|
"stroke-linecap": "round",
|
|
@@ -12920,14 +12920,14 @@ function render$39(e, t) {
|
|
|
12920
12920
|
}
|
|
12921
12921
|
var square_minus_default = {
|
|
12922
12922
|
name: "lucide-square-minus",
|
|
12923
|
-
render: render$
|
|
12924
|
-
}, _hoisted_1$
|
|
12923
|
+
render: render$40
|
|
12924
|
+
}, _hoisted_1$58 = {
|
|
12925
12925
|
viewBox: "0 0 24 24",
|
|
12926
12926
|
width: "1.2em",
|
|
12927
12927
|
height: "1.2em"
|
|
12928
12928
|
};
|
|
12929
|
-
function render$
|
|
12930
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12929
|
+
function render$39(e, t) {
|
|
12930
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$58, [...t[0] ||= [createElementVNode("g", {
|
|
12931
12931
|
fill: "none",
|
|
12932
12932
|
stroke: "currentColor",
|
|
12933
12933
|
"stroke-linecap": "round",
|
|
@@ -12937,14 +12937,14 @@ function render$38(e, t) {
|
|
|
12937
12937
|
}
|
|
12938
12938
|
var square_pen_default = {
|
|
12939
12939
|
name: "lucide-square-pen",
|
|
12940
|
-
render: render$
|
|
12941
|
-
}, _hoisted_1$
|
|
12940
|
+
render: render$39
|
|
12941
|
+
}, _hoisted_1$57 = {
|
|
12942
12942
|
viewBox: "0 0 24 24",
|
|
12943
12943
|
width: "1.2em",
|
|
12944
12944
|
height: "1.2em"
|
|
12945
12945
|
};
|
|
12946
|
-
function render$
|
|
12947
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12946
|
+
function render$38(e, t) {
|
|
12947
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$57, [...t[0] ||= [createElementVNode("g", {
|
|
12948
12948
|
fill: "none",
|
|
12949
12949
|
stroke: "currentColor",
|
|
12950
12950
|
"stroke-linecap": "round",
|
|
@@ -12960,14 +12960,14 @@ function render$37(e, t) {
|
|
|
12960
12960
|
}
|
|
12961
12961
|
var square_plus_default = {
|
|
12962
12962
|
name: "lucide-square-plus",
|
|
12963
|
-
render: render$
|
|
12964
|
-
}, _hoisted_1$
|
|
12963
|
+
render: render$38
|
|
12964
|
+
}, _hoisted_1$56 = {
|
|
12965
12965
|
viewBox: "0 0 24 24",
|
|
12966
12966
|
width: "1.2em",
|
|
12967
12967
|
height: "1.2em"
|
|
12968
12968
|
};
|
|
12969
|
-
function render$
|
|
12970
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12969
|
+
function render$37(e, t) {
|
|
12970
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$56, [...t[0] ||= [createElementVNode("g", {
|
|
12971
12971
|
fill: "none",
|
|
12972
12972
|
stroke: "currentColor",
|
|
12973
12973
|
"stroke-linecap": "round",
|
|
@@ -12977,14 +12977,14 @@ function render$36(e, t) {
|
|
|
12977
12977
|
}
|
|
12978
12978
|
var sticky_note_default = {
|
|
12979
12979
|
name: "lucide-sticky-note",
|
|
12980
|
-
render: render$
|
|
12981
|
-
}, _hoisted_1$
|
|
12980
|
+
render: render$37
|
|
12981
|
+
}, _hoisted_1$55 = {
|
|
12982
12982
|
viewBox: "0 0 24 24",
|
|
12983
12983
|
width: "1.2em",
|
|
12984
12984
|
height: "1.2em"
|
|
12985
12985
|
};
|
|
12986
|
-
function render$
|
|
12987
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12986
|
+
function render$36(e, t) {
|
|
12987
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$55, [...t[0] ||= [createElementVNode("g", {
|
|
12988
12988
|
fill: "none",
|
|
12989
12989
|
stroke: "currentColor",
|
|
12990
12990
|
"stroke-linecap": "round",
|
|
@@ -12998,14 +12998,14 @@ function render$35(e, t) {
|
|
|
12998
12998
|
}
|
|
12999
12999
|
var sun_default = {
|
|
13000
13000
|
name: "lucide-sun",
|
|
13001
|
-
render: render$
|
|
13002
|
-
}, _hoisted_1$
|
|
13001
|
+
render: render$36
|
|
13002
|
+
}, _hoisted_1$54 = {
|
|
13003
13003
|
viewBox: "0 0 24 24",
|
|
13004
13004
|
width: "1.2em",
|
|
13005
13005
|
height: "1.2em"
|
|
13006
13006
|
};
|
|
13007
|
-
function render$
|
|
13008
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13007
|
+
function render$35(e, t) {
|
|
13008
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$54, [...t[0] ||= [createElementVNode("g", {
|
|
13009
13009
|
fill: "none",
|
|
13010
13010
|
stroke: "currentColor",
|
|
13011
13011
|
"stroke-linecap": "round",
|
|
@@ -13025,14 +13025,14 @@ function render$34(e, t) {
|
|
|
13025
13025
|
}
|
|
13026
13026
|
var table_default = {
|
|
13027
13027
|
name: "lucide-table",
|
|
13028
|
-
render: render$
|
|
13029
|
-
}, _hoisted_1$
|
|
13028
|
+
render: render$35
|
|
13029
|
+
}, _hoisted_1$53 = {
|
|
13030
13030
|
viewBox: "0 0 24 24",
|
|
13031
13031
|
width: "1.2em",
|
|
13032
13032
|
height: "1.2em"
|
|
13033
13033
|
};
|
|
13034
|
-
function render$
|
|
13035
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13034
|
+
function render$34(e, t) {
|
|
13035
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$53, [...t[0] ||= [createElementVNode("g", {
|
|
13036
13036
|
fill: "none",
|
|
13037
13037
|
stroke: "currentColor",
|
|
13038
13038
|
"stroke-linecap": "round",
|
|
@@ -13051,14 +13051,14 @@ function render$33(e, t) {
|
|
|
13051
13051
|
}
|
|
13052
13052
|
var tags_default = {
|
|
13053
13053
|
name: "lucide-tags",
|
|
13054
|
-
render: render$
|
|
13055
|
-
}, _hoisted_1$
|
|
13054
|
+
render: render$34
|
|
13055
|
+
}, _hoisted_1$52 = {
|
|
13056
13056
|
viewBox: "0 0 24 24",
|
|
13057
13057
|
width: "1.2em",
|
|
13058
13058
|
height: "1.2em"
|
|
13059
13059
|
};
|
|
13060
|
-
function render$
|
|
13061
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13060
|
+
function render$33(e, t) {
|
|
13061
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$52, [...t[0] ||= [createElementVNode("path", {
|
|
13062
13062
|
fill: "none",
|
|
13063
13063
|
stroke: "currentColor",
|
|
13064
13064
|
"stroke-linecap": "round",
|
|
@@ -13069,14 +13069,14 @@ function render$32(e, t) {
|
|
|
13069
13069
|
}
|
|
13070
13070
|
var terminal_default = {
|
|
13071
13071
|
name: "lucide-terminal",
|
|
13072
|
-
render: render$
|
|
13073
|
-
}, _hoisted_1$
|
|
13072
|
+
render: render$33
|
|
13073
|
+
}, _hoisted_1$51 = {
|
|
13074
13074
|
viewBox: "0 0 24 24",
|
|
13075
13075
|
width: "1.2em",
|
|
13076
13076
|
height: "1.2em"
|
|
13077
13077
|
};
|
|
13078
|
-
function render$
|
|
13079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13078
|
+
function render$32(e, t) {
|
|
13079
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$51, [...t[0] ||= [createElementVNode("path", {
|
|
13080
13080
|
fill: "none",
|
|
13081
13081
|
stroke: "currentColor",
|
|
13082
13082
|
"stroke-linecap": "round",
|
|
@@ -13087,14 +13087,14 @@ function render$31(e, t) {
|
|
|
13087
13087
|
}
|
|
13088
13088
|
var thumbs_down_default = {
|
|
13089
13089
|
name: "lucide-thumbs-down",
|
|
13090
|
-
render: render$
|
|
13091
|
-
}, _hoisted_1$
|
|
13090
|
+
render: render$32
|
|
13091
|
+
}, _hoisted_1$50 = {
|
|
13092
13092
|
viewBox: "0 0 24 24",
|
|
13093
13093
|
width: "1.2em",
|
|
13094
13094
|
height: "1.2em"
|
|
13095
13095
|
};
|
|
13096
|
-
function render$
|
|
13097
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13096
|
+
function render$31(e, t) {
|
|
13097
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$50, [...t[0] ||= [createElementVNode("path", {
|
|
13098
13098
|
fill: "none",
|
|
13099
13099
|
stroke: "currentColor",
|
|
13100
13100
|
"stroke-linecap": "round",
|
|
@@ -13105,14 +13105,14 @@ function render$30(e, t) {
|
|
|
13105
13105
|
}
|
|
13106
13106
|
var thumbs_up_default = {
|
|
13107
13107
|
name: "lucide-thumbs-up",
|
|
13108
|
-
render: render$
|
|
13109
|
-
}, _hoisted_1$
|
|
13108
|
+
render: render$31
|
|
13109
|
+
}, _hoisted_1$49 = {
|
|
13110
13110
|
viewBox: "0 0 24 24",
|
|
13111
13111
|
width: "1.2em",
|
|
13112
13112
|
height: "1.2em"
|
|
13113
13113
|
};
|
|
13114
|
-
function render$
|
|
13115
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13114
|
+
function render$30(e, t) {
|
|
13115
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$49, [...t[0] ||= [createElementVNode("g", {
|
|
13116
13116
|
fill: "none",
|
|
13117
13117
|
stroke: "currentColor",
|
|
13118
13118
|
"stroke-linecap": "round",
|
|
@@ -13126,14 +13126,14 @@ function render$29(e, t) {
|
|
|
13126
13126
|
}
|
|
13127
13127
|
var timer_default = {
|
|
13128
13128
|
name: "lucide-timer",
|
|
13129
|
-
render: render$
|
|
13130
|
-
}, _hoisted_1$
|
|
13129
|
+
render: render$30
|
|
13130
|
+
}, _hoisted_1$48 = {
|
|
13131
13131
|
viewBox: "0 0 24 24",
|
|
13132
13132
|
width: "1.2em",
|
|
13133
13133
|
height: "1.2em"
|
|
13134
13134
|
};
|
|
13135
|
-
function render$
|
|
13136
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13135
|
+
function render$29(e, t) {
|
|
13136
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$48, [...t[0] ||= [createElementVNode("g", {
|
|
13137
13137
|
fill: "none",
|
|
13138
13138
|
stroke: "currentColor",
|
|
13139
13139
|
"stroke-linecap": "round",
|
|
@@ -13153,14 +13153,14 @@ function render$28(e, t) {
|
|
|
13153
13153
|
}
|
|
13154
13154
|
var toggle_right_default = {
|
|
13155
13155
|
name: "lucide-toggle-right",
|
|
13156
|
-
render: render$
|
|
13157
|
-
}, _hoisted_1$
|
|
13156
|
+
render: render$29
|
|
13157
|
+
}, _hoisted_1$47 = {
|
|
13158
13158
|
viewBox: "0 0 24 24",
|
|
13159
13159
|
width: "1.2em",
|
|
13160
13160
|
height: "1.2em"
|
|
13161
13161
|
};
|
|
13162
|
-
function render$
|
|
13163
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13162
|
+
function render$28(e, t) {
|
|
13163
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$47, [...t[0] ||= [createElementVNode("path", {
|
|
13164
13164
|
fill: "none",
|
|
13165
13165
|
stroke: "currentColor",
|
|
13166
13166
|
"stroke-linecap": "round",
|
|
@@ -13171,14 +13171,14 @@ function render$27(e, t) {
|
|
|
13171
13171
|
}
|
|
13172
13172
|
var trash_2_default = {
|
|
13173
13173
|
name: "lucide-trash-2",
|
|
13174
|
-
render: render$
|
|
13175
|
-
}, _hoisted_1$
|
|
13174
|
+
render: render$28
|
|
13175
|
+
}, _hoisted_1$46 = {
|
|
13176
13176
|
viewBox: "0 0 24 24",
|
|
13177
13177
|
width: "1.2em",
|
|
13178
13178
|
height: "1.2em"
|
|
13179
13179
|
};
|
|
13180
|
-
function render$
|
|
13181
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13180
|
+
function render$27(e, t) {
|
|
13181
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$46, [...t[0] ||= [createElementVNode("path", {
|
|
13182
13182
|
fill: "none",
|
|
13183
13183
|
stroke: "currentColor",
|
|
13184
13184
|
"stroke-linecap": "round",
|
|
@@ -13189,14 +13189,14 @@ function render$26(e, t) {
|
|
|
13189
13189
|
}
|
|
13190
13190
|
var tree_pine_default = {
|
|
13191
13191
|
name: "lucide-tree-pine",
|
|
13192
|
-
render: render$
|
|
13193
|
-
}, _hoisted_1$
|
|
13192
|
+
render: render$27
|
|
13193
|
+
}, _hoisted_1$45 = {
|
|
13194
13194
|
viewBox: "0 0 24 24",
|
|
13195
13195
|
width: "1.2em",
|
|
13196
13196
|
height: "1.2em"
|
|
13197
13197
|
};
|
|
13198
|
-
function render$
|
|
13199
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13198
|
+
function render$26(e, t) {
|
|
13199
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$45, [...t[0] ||= [createElementVNode("path", {
|
|
13200
13200
|
fill: "none",
|
|
13201
13201
|
stroke: "currentColor",
|
|
13202
13202
|
"stroke-linecap": "round",
|
|
@@ -13207,14 +13207,14 @@ function render$25(e, t) {
|
|
|
13207
13207
|
}
|
|
13208
13208
|
var triangle_alert_default = {
|
|
13209
13209
|
name: "lucide-triangle-alert",
|
|
13210
|
-
render: render$
|
|
13211
|
-
}, _hoisted_1$
|
|
13210
|
+
render: render$26
|
|
13211
|
+
}, _hoisted_1$44 = {
|
|
13212
13212
|
viewBox: "0 0 24 24",
|
|
13213
13213
|
width: "1.2em",
|
|
13214
13214
|
height: "1.2em"
|
|
13215
13215
|
};
|
|
13216
|
-
function render$
|
|
13217
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13216
|
+
function render$25(e, t) {
|
|
13217
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$44, [...t[0] ||= [createElementVNode("path", {
|
|
13218
13218
|
fill: "none",
|
|
13219
13219
|
stroke: "currentColor",
|
|
13220
13220
|
"stroke-linecap": "round",
|
|
@@ -13225,14 +13225,14 @@ function render$24(e, t) {
|
|
|
13225
13225
|
}
|
|
13226
13226
|
var type_default = {
|
|
13227
13227
|
name: "lucide-type",
|
|
13228
|
-
render: render$
|
|
13229
|
-
}, _hoisted_1$
|
|
13228
|
+
render: render$25
|
|
13229
|
+
}, _hoisted_1$43 = {
|
|
13230
13230
|
viewBox: "0 0 24 24",
|
|
13231
13231
|
width: "1.2em",
|
|
13232
13232
|
height: "1.2em"
|
|
13233
13233
|
};
|
|
13234
|
-
function render$
|
|
13235
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13234
|
+
function render$24(e, t) {
|
|
13235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$43, [...t[0] ||= [createElementVNode("g", {
|
|
13236
13236
|
fill: "none",
|
|
13237
13237
|
stroke: "currentColor",
|
|
13238
13238
|
"stroke-linecap": "round",
|
|
@@ -13242,14 +13242,14 @@ function render$23(e, t) {
|
|
|
13242
13242
|
}
|
|
13243
13243
|
var undo_2_default = {
|
|
13244
13244
|
name: "lucide-undo-2",
|
|
13245
|
-
render: render$
|
|
13246
|
-
}, _hoisted_1$
|
|
13245
|
+
render: render$24
|
|
13246
|
+
}, _hoisted_1$42 = {
|
|
13247
13247
|
viewBox: "0 0 24 24",
|
|
13248
13248
|
width: "1.2em",
|
|
13249
13249
|
height: "1.2em"
|
|
13250
13250
|
};
|
|
13251
|
-
function render$
|
|
13252
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13251
|
+
function render$23(e, t) {
|
|
13252
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$42, [...t[0] ||= [createElementVNode("path", {
|
|
13253
13253
|
fill: "none",
|
|
13254
13254
|
stroke: "currentColor",
|
|
13255
13255
|
"stroke-linecap": "round",
|
|
@@ -13260,14 +13260,14 @@ function render$22(e, t) {
|
|
|
13260
13260
|
}
|
|
13261
13261
|
var unlink_default = {
|
|
13262
13262
|
name: "lucide-unlink",
|
|
13263
|
-
render: render$
|
|
13264
|
-
}, _hoisted_1$
|
|
13263
|
+
render: render$23
|
|
13264
|
+
}, _hoisted_1$41 = {
|
|
13265
13265
|
viewBox: "0 0 24 24",
|
|
13266
13266
|
width: "1.2em",
|
|
13267
13267
|
height: "1.2em"
|
|
13268
13268
|
};
|
|
13269
|
-
function render$
|
|
13270
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13269
|
+
function render$22(e, t) {
|
|
13270
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$41, [...t[0] ||= [createElementVNode("path", {
|
|
13271
13271
|
fill: "none",
|
|
13272
13272
|
stroke: "currentColor",
|
|
13273
13273
|
"stroke-linecap": "round",
|
|
@@ -13278,14 +13278,14 @@ function render$21(e, t) {
|
|
|
13278
13278
|
}
|
|
13279
13279
|
var upload_default = {
|
|
13280
13280
|
name: "lucide-upload",
|
|
13281
|
-
render: render$
|
|
13282
|
-
}, _hoisted_1$
|
|
13281
|
+
render: render$22
|
|
13282
|
+
}, _hoisted_1$40 = {
|
|
13283
13283
|
viewBox: "0 0 24 24",
|
|
13284
13284
|
width: "1.2em",
|
|
13285
13285
|
height: "1.2em"
|
|
13286
13286
|
};
|
|
13287
|
-
function render$
|
|
13288
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13287
|
+
function render$21(e, t) {
|
|
13288
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$40, [...t[0] ||= [createElementVNode("g", {
|
|
13289
13289
|
fill: "none",
|
|
13290
13290
|
stroke: "currentColor",
|
|
13291
13291
|
"stroke-linecap": "round",
|
|
@@ -13299,14 +13299,14 @@ function render$20(e, t) {
|
|
|
13299
13299
|
}
|
|
13300
13300
|
var user_default = {
|
|
13301
13301
|
name: "lucide-user",
|
|
13302
|
-
render: render$
|
|
13303
|
-
}, _hoisted_1$
|
|
13302
|
+
render: render$21
|
|
13303
|
+
}, _hoisted_1$39 = {
|
|
13304
13304
|
viewBox: "0 0 24 24",
|
|
13305
13305
|
width: "1.2em",
|
|
13306
13306
|
height: "1.2em"
|
|
13307
13307
|
};
|
|
13308
|
-
function render$
|
|
13309
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13308
|
+
function render$20(e, t) {
|
|
13309
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$39, [...t[0] ||= [createElementVNode("g", {
|
|
13310
13310
|
fill: "none",
|
|
13311
13311
|
stroke: "currentColor",
|
|
13312
13312
|
"stroke-linecap": "round",
|
|
@@ -13320,14 +13320,14 @@ function render$19(e, t) {
|
|
|
13320
13320
|
}
|
|
13321
13321
|
var user_check_default = {
|
|
13322
13322
|
name: "lucide-user-check",
|
|
13323
|
-
render: render$
|
|
13324
|
-
}, _hoisted_1$
|
|
13323
|
+
render: render$20
|
|
13324
|
+
}, _hoisted_1$38 = {
|
|
13325
13325
|
viewBox: "0 0 24 24",
|
|
13326
13326
|
width: "1.2em",
|
|
13327
13327
|
height: "1.2em"
|
|
13328
13328
|
};
|
|
13329
|
-
function render$
|
|
13330
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
13329
|
+
function render$19(e, t) {
|
|
13330
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$38, [...t[0] ||= [createElementVNode("g", {
|
|
13331
13331
|
fill: "none",
|
|
13332
13332
|
stroke: "currentColor",
|
|
13333
13333
|
"stroke-linecap": "round",
|
|
@@ -13351,6 +13351,27 @@ function render$18(e, t) {
|
|
|
13351
13351
|
}
|
|
13352
13352
|
var user_lock_default = {
|
|
13353
13353
|
name: "lucide-user-lock",
|
|
13354
|
+
render: render$19
|
|
13355
|
+
}, _hoisted_1$37 = {
|
|
13356
|
+
viewBox: "0 0 24 24",
|
|
13357
|
+
width: "1.2em",
|
|
13358
|
+
height: "1.2em"
|
|
13359
|
+
};
|
|
13360
|
+
function render$18(e, t) {
|
|
13361
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$37, [...t[0] ||= [createElementVNode("g", {
|
|
13362
|
+
fill: "none",
|
|
13363
|
+
stroke: "currentColor",
|
|
13364
|
+
"stroke-linecap": "round",
|
|
13365
|
+
"stroke-linejoin": "round",
|
|
13366
|
+
"stroke-width": "2"
|
|
13367
|
+
}, [createElementVNode("path", { d: "M11.5 15H7a4 4 0 0 0-4 4v2m18.378-4.374a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" }), createElementVNode("circle", {
|
|
13368
|
+
cx: "10",
|
|
13369
|
+
cy: "7",
|
|
13370
|
+
r: "4"
|
|
13371
|
+
})], -1)]]);
|
|
13372
|
+
}
|
|
13373
|
+
var user_pen_default = {
|
|
13374
|
+
name: "lucide-user-pen",
|
|
13354
13375
|
render: render$18
|
|
13355
13376
|
}, _hoisted_1$36 = {
|
|
13356
13377
|
viewBox: "0 0 24 24",
|
|
@@ -14085,6 +14106,7 @@ const deprecatedIconSet = {
|
|
|
14085
14106
|
user: user_default,
|
|
14086
14107
|
"user-check": user_check_default,
|
|
14087
14108
|
"user-lock": user_lock_default,
|
|
14109
|
+
"user-pen": user_pen_default,
|
|
14088
14110
|
"user-round": user_round_default,
|
|
14089
14111
|
users: users_default,
|
|
14090
14112
|
vault: vault_default,
|