@n8n/chat 0.64.0 → 0.65.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 +554 -534
- package/dist/chat.bundle.umd.js +15 -15
- package/dist/chat.es.js +554 -534
- package/dist/chat.umd.js +12 -12
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/chat.bundle.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Package version @n8n/chat@0.
|
|
1
|
+
/*! Package version @n8n/chat@0.65.0 */
|
|
2
2
|
var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropDesc = Object.getOwnPropertyDescriptor, __getOwnPropNames = Object.getOwnPropertyNames, __getProtoOf = Object.getPrototypeOf, __hasOwnProp$1 = Object.prototype.hasOwnProperty, __esmMin = (e, t) => () => (e && (t = e(e = 0)), t), __commonJSMin = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), __export = (e) => {
|
|
3
3
|
let n = {};
|
|
4
4
|
for (var r in e) __defProp$1(n, r, {
|
|
@@ -5070,27 +5070,27 @@ function xml(e) {
|
|
|
5070
5070
|
]
|
|
5071
5071
|
};
|
|
5072
5072
|
}
|
|
5073
|
-
var _hoisted_1$
|
|
5073
|
+
var _hoisted_1$224 = {
|
|
5074
5074
|
viewBox: "0 0 24 24",
|
|
5075
5075
|
width: "1.2em",
|
|
5076
5076
|
height: "1.2em"
|
|
5077
5077
|
};
|
|
5078
|
-
function render$
|
|
5079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5078
|
+
function render$197(e, t) {
|
|
5079
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$224, t[0] ||= [createBaseVNode("path", {
|
|
5080
5080
|
fill: "currentColor",
|
|
5081
5081
|
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"
|
|
5082
5082
|
}, null, -1)]);
|
|
5083
5083
|
}
|
|
5084
5084
|
var close_default = {
|
|
5085
5085
|
name: "mdi-close",
|
|
5086
|
-
render: render$
|
|
5086
|
+
render: render$197
|
|
5087
5087
|
}, __plugin_vue_export_helper_default = (e, t) => {
|
|
5088
5088
|
let n = e.__vccOpts || e;
|
|
5089
5089
|
for (let [e, r] of t) n[e] = r;
|
|
5090
5090
|
return n;
|
|
5091
|
-
}, _sfc_main$11 = {}, _hoisted_1$
|
|
5091
|
+
}, _sfc_main$11 = {}, _hoisted_1$223 = { class: "chat-button" };
|
|
5092
5092
|
function _sfc_render$11(e, t) {
|
|
5093
|
-
return openBlock(), createElementBlock("button", _hoisted_1$
|
|
5093
|
+
return openBlock(), createElementBlock("button", _hoisted_1$223, [renderSlot(e.$slots, "default")]);
|
|
5094
5094
|
}
|
|
5095
5095
|
var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
5096
5096
|
function useChat() {
|
|
@@ -5113,24 +5113,24 @@ function useI18n() {
|
|
|
5113
5113
|
te: r
|
|
5114
5114
|
};
|
|
5115
5115
|
}
|
|
5116
|
-
var _hoisted_1$
|
|
5116
|
+
var _hoisted_1$222 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
5117
5117
|
__name: "GetStarted",
|
|
5118
5118
|
setup(e) {
|
|
5119
5119
|
let { t } = useI18n();
|
|
5120
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5120
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$222, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
5121
5121
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
5122
5122
|
_: 1
|
|
5123
5123
|
})]));
|
|
5124
5124
|
}
|
|
5125
|
-
}), _sfc_main$10 = {}, _hoisted_1$
|
|
5125
|
+
}), _sfc_main$10 = {}, _hoisted_1$221 = { class: "chat-powered-by" };
|
|
5126
5126
|
function _sfc_render$10(e, t) {
|
|
5127
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5127
|
+
return openBlock(), createElementBlock("div", _hoisted_1$221, t[0] ||= [createTextVNode(" Powered by "), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
|
|
5128
5128
|
}
|
|
5129
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$
|
|
5129
|
+
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$220 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
5130
5130
|
__name: "GetStartedFooter",
|
|
5131
5131
|
setup(e) {
|
|
5132
5132
|
let { t, te: n } = useI18n();
|
|
5133
|
-
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5133
|
+
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$220, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
|
|
5134
5134
|
}
|
|
5135
5135
|
});
|
|
5136
5136
|
function tryOnScopeDispose$1(e) {
|
|
@@ -5183,119 +5183,119 @@ function useFileDialog(e = {}) {
|
|
|
5183
5183
|
onChange: r
|
|
5184
5184
|
};
|
|
5185
5185
|
}
|
|
5186
|
-
var _hoisted_1$
|
|
5186
|
+
var _hoisted_1$219 = {
|
|
5187
5187
|
viewBox: "0 0 24 24",
|
|
5188
5188
|
width: "1.2em",
|
|
5189
5189
|
height: "1.2em"
|
|
5190
5190
|
};
|
|
5191
|
-
function render$
|
|
5192
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5191
|
+
function render$196(e, t) {
|
|
5192
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createBaseVNode("path", {
|
|
5193
5193
|
fill: "currentColor",
|
|
5194
5194
|
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"
|
|
5195
5195
|
}, null, -1)]);
|
|
5196
5196
|
}
|
|
5197
5197
|
var paperclip_default$1 = {
|
|
5198
5198
|
name: "mdi-paperclip",
|
|
5199
|
-
render: render$
|
|
5200
|
-
}, _hoisted_1$
|
|
5199
|
+
render: render$196
|
|
5200
|
+
}, _hoisted_1$218 = {
|
|
5201
5201
|
viewBox: "0 0 24 24",
|
|
5202
5202
|
width: "1.2em",
|
|
5203
5203
|
height: "1.2em"
|
|
5204
5204
|
};
|
|
5205
|
-
function render$
|
|
5206
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5205
|
+
function render$195(e, t) {
|
|
5206
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createBaseVNode("path", {
|
|
5207
5207
|
fill: "currentColor",
|
|
5208
5208
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
5209
5209
|
}, null, -1)]);
|
|
5210
5210
|
}
|
|
5211
5211
|
var send_default$1 = {
|
|
5212
5212
|
name: "mdi-send",
|
|
5213
|
-
render: render$
|
|
5214
|
-
}, _hoisted_1$
|
|
5213
|
+
render: render$195
|
|
5214
|
+
}, _hoisted_1$217 = {
|
|
5215
5215
|
viewBox: "0 0 24 24",
|
|
5216
5216
|
width: "1.2em",
|
|
5217
5217
|
height: "1.2em"
|
|
5218
5218
|
};
|
|
5219
|
-
function render$
|
|
5220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5219
|
+
function render$194(e, t) {
|
|
5220
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
|
|
5221
5221
|
fill: "currentColor",
|
|
5222
5222
|
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"
|
|
5223
5223
|
}, null, -1)]);
|
|
5224
5224
|
}
|
|
5225
5225
|
var closeThick_default = {
|
|
5226
5226
|
name: "mdi-closeThick",
|
|
5227
|
-
render: render$
|
|
5228
|
-
}, _hoisted_1$
|
|
5227
|
+
render: render$194
|
|
5228
|
+
}, _hoisted_1$216 = {
|
|
5229
5229
|
viewBox: "0 0 24 24",
|
|
5230
5230
|
width: "1.2em",
|
|
5231
5231
|
height: "1.2em"
|
|
5232
5232
|
};
|
|
5233
|
-
function render$
|
|
5234
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5233
|
+
function render$193(e, t) {
|
|
5234
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("path", {
|
|
5235
5235
|
fill: "currentColor",
|
|
5236
5236
|
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"
|
|
5237
5237
|
}, null, -1)]);
|
|
5238
5238
|
}
|
|
5239
5239
|
var fileImage_default = {
|
|
5240
5240
|
name: "mdi-fileImage",
|
|
5241
|
-
render: render$
|
|
5242
|
-
}, _hoisted_1$
|
|
5241
|
+
render: render$193
|
|
5242
|
+
}, _hoisted_1$215 = {
|
|
5243
5243
|
viewBox: "0 0 24 24",
|
|
5244
5244
|
width: "1.2em",
|
|
5245
5245
|
height: "1.2em"
|
|
5246
5246
|
};
|
|
5247
|
-
function render$
|
|
5248
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5247
|
+
function render$192(e, t) {
|
|
5248
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createBaseVNode("path", {
|
|
5249
5249
|
fill: "currentColor",
|
|
5250
5250
|
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"
|
|
5251
5251
|
}, null, -1)]);
|
|
5252
5252
|
}
|
|
5253
5253
|
var fileMusic_default = {
|
|
5254
5254
|
name: "mdi-fileMusic",
|
|
5255
|
-
render: render$
|
|
5256
|
-
}, _hoisted_1$
|
|
5255
|
+
render: render$192
|
|
5256
|
+
}, _hoisted_1$214 = {
|
|
5257
5257
|
viewBox: "0 0 24 24",
|
|
5258
5258
|
width: "1.2em",
|
|
5259
5259
|
height: "1.2em"
|
|
5260
5260
|
};
|
|
5261
|
-
function render$
|
|
5262
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5261
|
+
function render$191(e, t) {
|
|
5262
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createBaseVNode("path", {
|
|
5263
5263
|
fill: "currentColor",
|
|
5264
5264
|
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"
|
|
5265
5265
|
}, null, -1)]);
|
|
5266
5266
|
}
|
|
5267
5267
|
var fileText_default = {
|
|
5268
5268
|
name: "mdi-fileText",
|
|
5269
|
-
render: render$
|
|
5270
|
-
}, _hoisted_1$
|
|
5269
|
+
render: render$191
|
|
5270
|
+
}, _hoisted_1$213 = {
|
|
5271
5271
|
viewBox: "0 0 24 24",
|
|
5272
5272
|
width: "1.2em",
|
|
5273
5273
|
height: "1.2em"
|
|
5274
5274
|
};
|
|
5275
|
-
function render$
|
|
5276
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5275
|
+
function render$190(e, t) {
|
|
5276
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createBaseVNode("path", {
|
|
5277
5277
|
fill: "currentColor",
|
|
5278
5278
|
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"
|
|
5279
5279
|
}, null, -1)]);
|
|
5280
5280
|
}
|
|
5281
5281
|
var fileVideo_default = {
|
|
5282
5282
|
name: "mdi-fileVideo",
|
|
5283
|
-
render: render$
|
|
5284
|
-
}, _hoisted_1$
|
|
5283
|
+
render: render$190
|
|
5284
|
+
}, _hoisted_1$212 = {
|
|
5285
5285
|
viewBox: "0 0 24 24",
|
|
5286
5286
|
width: "1.2em",
|
|
5287
5287
|
height: "1.2em"
|
|
5288
5288
|
};
|
|
5289
|
-
function render$
|
|
5290
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5289
|
+
function render$189(e, t) {
|
|
5290
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createBaseVNode("path", {
|
|
5291
5291
|
fill: "currentColor",
|
|
5292
5292
|
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"
|
|
5293
5293
|
}, null, -1)]);
|
|
5294
5294
|
}
|
|
5295
5295
|
var openInNew_default = {
|
|
5296
5296
|
name: "mdi-openInNew",
|
|
5297
|
-
render: render$
|
|
5298
|
-
}, _hoisted_1$
|
|
5297
|
+
render: render$189
|
|
5298
|
+
}, _hoisted_1$211 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
5299
5299
|
__name: "ChatFile",
|
|
5300
5300
|
props: {
|
|
5301
5301
|
file: {},
|
|
@@ -5321,7 +5321,7 @@ var openInNew_default = {
|
|
|
5321
5321
|
onClick: s
|
|
5322
5322
|
}, [
|
|
5323
5323
|
createVNode(unref(o)),
|
|
5324
|
-
createBaseVNode("p", _hoisted_1$
|
|
5324
|
+
createBaseVNode("p", _hoisted_1$211, toDisplayString(e.file.name), 1),
|
|
5325
5325
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
5326
5326
|
key: 0,
|
|
5327
5327
|
class: "chat-file-delete",
|
|
@@ -5332,7 +5332,7 @@ var openInNew_default = {
|
|
|
5332
5332
|
})) : createCommentVNode("", !0)
|
|
5333
5333
|
]));
|
|
5334
5334
|
}
|
|
5335
|
-
}), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$
|
|
5335
|
+
}), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$210 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
5336
5336
|
key: 0,
|
|
5337
5337
|
class: "chat-input-left-panel"
|
|
5338
5338
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -5472,7 +5472,7 @@ var openInNew_default = {
|
|
|
5472
5472
|
class: "chat-input",
|
|
5473
5473
|
style: normalizeStyle(T.value),
|
|
5474
5474
|
onKeydown: withModifiers(z, ["stop"])
|
|
5475
|
-
}, [createBaseVNode("div", _hoisted_1$
|
|
5475
|
+
}, [createBaseVNode("div", _hoisted_1$210, [
|
|
5476
5476
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
5477
5477
|
withDirectives(createBaseVNode("textarea", {
|
|
5478
5478
|
ref_key: "chatTextArea",
|
|
@@ -5511,7 +5511,7 @@ var openInNew_default = {
|
|
|
5511
5511
|
onRemove: R
|
|
5512
5512
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
|
|
5513
5513
|
}
|
|
5514
|
-
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$
|
|
5514
|
+
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$209 = { class: "chat-layout" }, _hoisted_2$15 = {
|
|
5515
5515
|
key: 0,
|
|
5516
5516
|
class: "chat-header"
|
|
5517
5517
|
}, _hoisted_3$5 = {
|
|
@@ -5529,7 +5529,7 @@ var openInNew_default = {
|
|
|
5529
5529
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
5530
5530
|
}), onBeforeUnmount(() => {
|
|
5531
5531
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
5532
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
5532
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$209, [
|
|
5533
5533
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
5534
5534
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
5535
5535
|
key: 1,
|
|
@@ -5540,13 +5540,13 @@ var openInNew_default = {
|
|
|
5540
5540
|
e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
|
|
5541
5541
|
]));
|
|
5542
5542
|
}
|
|
5543
|
-
}), 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", 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", 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", 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", _hoisted_1$207 = {
|
|
5543
|
+
}), 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", 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", 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", _hoisted_1$208 = {
|
|
5544
5544
|
viewBox: "0 0 24 24",
|
|
5545
5545
|
width: "1.2em",
|
|
5546
5546
|
height: "1.2em"
|
|
5547
5547
|
};
|
|
5548
|
-
function render$
|
|
5549
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5548
|
+
function render$188(e, t) {
|
|
5549
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("path", {
|
|
5550
5550
|
fill: "none",
|
|
5551
5551
|
stroke: "currentColor",
|
|
5552
5552
|
"stroke-linecap": "round",
|
|
@@ -5557,14 +5557,14 @@ function render$187(e, t) {
|
|
|
5557
5557
|
}
|
|
5558
5558
|
var align_right_default = {
|
|
5559
5559
|
name: "lucide-align-right",
|
|
5560
|
-
render: render$
|
|
5561
|
-
}, _hoisted_1$
|
|
5560
|
+
render: render$188
|
|
5561
|
+
}, _hoisted_1$207 = {
|
|
5562
5562
|
viewBox: "0 0 24 24",
|
|
5563
5563
|
width: "1.2em",
|
|
5564
5564
|
height: "1.2em"
|
|
5565
5565
|
};
|
|
5566
|
-
function render$
|
|
5567
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5566
|
+
function render$187(e, t) {
|
|
5567
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("g", {
|
|
5568
5568
|
fill: "none",
|
|
5569
5569
|
stroke: "currentColor",
|
|
5570
5570
|
"stroke-linecap": "round",
|
|
@@ -5580,14 +5580,14 @@ function render$186(e, t) {
|
|
|
5580
5580
|
}
|
|
5581
5581
|
var archive_default = {
|
|
5582
5582
|
name: "lucide-archive",
|
|
5583
|
-
render: render$
|
|
5584
|
-
}, _hoisted_1$
|
|
5583
|
+
render: render$187
|
|
5584
|
+
}, _hoisted_1$206 = {
|
|
5585
5585
|
viewBox: "0 0 24 24",
|
|
5586
5586
|
width: "1.2em",
|
|
5587
5587
|
height: "1.2em"
|
|
5588
5588
|
};
|
|
5589
|
-
function render$
|
|
5590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5589
|
+
function render$186(e, t) {
|
|
5590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("g", {
|
|
5591
5591
|
fill: "none",
|
|
5592
5592
|
stroke: "currentColor",
|
|
5593
5593
|
"stroke-linecap": "round",
|
|
@@ -5603,14 +5603,14 @@ function render$185(e, t) {
|
|
|
5603
5603
|
}
|
|
5604
5604
|
var archive_restore_default = {
|
|
5605
5605
|
name: "lucide-archive-restore",
|
|
5606
|
-
render: render$
|
|
5607
|
-
}, _hoisted_1$
|
|
5606
|
+
render: render$186
|
|
5607
|
+
}, _hoisted_1$205 = {
|
|
5608
5608
|
viewBox: "0 0 24 24",
|
|
5609
5609
|
width: "1.2em",
|
|
5610
5610
|
height: "1.2em"
|
|
5611
5611
|
};
|
|
5612
|
-
function render$
|
|
5613
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5612
|
+
function render$185(e, t) {
|
|
5613
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("path", {
|
|
5614
5614
|
fill: "none",
|
|
5615
5615
|
stroke: "currentColor",
|
|
5616
5616
|
"stroke-linecap": "round",
|
|
@@ -5621,14 +5621,14 @@ function render$184(e, t) {
|
|
|
5621
5621
|
}
|
|
5622
5622
|
var arrow_down_default$1 = {
|
|
5623
5623
|
name: "lucide-arrow-down",
|
|
5624
|
-
render: render$
|
|
5625
|
-
}, _hoisted_1$
|
|
5624
|
+
render: render$185
|
|
5625
|
+
}, _hoisted_1$204 = {
|
|
5626
5626
|
viewBox: "0 0 24 24",
|
|
5627
5627
|
width: "1.2em",
|
|
5628
5628
|
height: "1.2em"
|
|
5629
5629
|
};
|
|
5630
|
-
function render$
|
|
5631
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5630
|
+
function render$184(e, t) {
|
|
5631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
|
|
5632
5632
|
fill: "none",
|
|
5633
5633
|
stroke: "currentColor",
|
|
5634
5634
|
"stroke-linecap": "round",
|
|
@@ -5639,14 +5639,14 @@ function render$183(e, t) {
|
|
|
5639
5639
|
}
|
|
5640
5640
|
var arrow_left_default$1 = {
|
|
5641
5641
|
name: "lucide-arrow-left",
|
|
5642
|
-
render: render$
|
|
5643
|
-
}, _hoisted_1$
|
|
5642
|
+
render: render$184
|
|
5643
|
+
}, _hoisted_1$203 = {
|
|
5644
5644
|
viewBox: "0 0 24 24",
|
|
5645
5645
|
width: "1.2em",
|
|
5646
5646
|
height: "1.2em"
|
|
5647
5647
|
};
|
|
5648
|
-
function render$
|
|
5649
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5648
|
+
function render$183(e, t) {
|
|
5649
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
|
|
5650
5650
|
fill: "none",
|
|
5651
5651
|
stroke: "currentColor",
|
|
5652
5652
|
"stroke-linecap": "round",
|
|
@@ -5657,14 +5657,14 @@ function render$182(e, t) {
|
|
|
5657
5657
|
}
|
|
5658
5658
|
var arrow_left_right_default = {
|
|
5659
5659
|
name: "lucide-arrow-left-right",
|
|
5660
|
-
render: render$
|
|
5661
|
-
}, _hoisted_1$
|
|
5660
|
+
render: render$183
|
|
5661
|
+
}, _hoisted_1$202 = {
|
|
5662
5662
|
viewBox: "0 0 24 24",
|
|
5663
5663
|
width: "1.2em",
|
|
5664
5664
|
height: "1.2em"
|
|
5665
5665
|
};
|
|
5666
|
-
function render$
|
|
5667
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5666
|
+
function render$182(e, t) {
|
|
5667
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("path", {
|
|
5668
5668
|
fill: "none",
|
|
5669
5669
|
stroke: "currentColor",
|
|
5670
5670
|
"stroke-linecap": "round",
|
|
@@ -5675,14 +5675,14 @@ function render$181(e, t) {
|
|
|
5675
5675
|
}
|
|
5676
5676
|
var arrow_right_default$1 = {
|
|
5677
5677
|
name: "lucide-arrow-right",
|
|
5678
|
-
render: render$
|
|
5679
|
-
}, _hoisted_1$
|
|
5678
|
+
render: render$182
|
|
5679
|
+
}, _hoisted_1$201 = {
|
|
5680
5680
|
viewBox: "0 0 24 24",
|
|
5681
5681
|
width: "1.2em",
|
|
5682
5682
|
height: "1.2em"
|
|
5683
5683
|
};
|
|
5684
|
-
function render$
|
|
5685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5684
|
+
function render$181(e, t) {
|
|
5685
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("path", {
|
|
5686
5686
|
fill: "none",
|
|
5687
5687
|
stroke: "currentColor",
|
|
5688
5688
|
"stroke-linecap": "round",
|
|
@@ -5693,14 +5693,14 @@ function render$180(e, t) {
|
|
|
5693
5693
|
}
|
|
5694
5694
|
var arrow_right_from_line_default = {
|
|
5695
5695
|
name: "lucide-arrow-right-from-line",
|
|
5696
|
-
render: render$
|
|
5697
|
-
}, _hoisted_1$
|
|
5696
|
+
render: render$181
|
|
5697
|
+
}, _hoisted_1$200 = {
|
|
5698
5698
|
viewBox: "0 0 24 24",
|
|
5699
5699
|
width: "1.2em",
|
|
5700
5700
|
height: "1.2em"
|
|
5701
5701
|
};
|
|
5702
|
-
function render$
|
|
5703
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5702
|
+
function render$180(e, t) {
|
|
5703
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("path", {
|
|
5704
5704
|
fill: "none",
|
|
5705
5705
|
stroke: "currentColor",
|
|
5706
5706
|
"stroke-linecap": "round",
|
|
@@ -5711,14 +5711,14 @@ function render$179(e, t) {
|
|
|
5711
5711
|
}
|
|
5712
5712
|
var arrow_right_to_line_default = {
|
|
5713
5713
|
name: "lucide-arrow-right-to-line",
|
|
5714
|
-
render: render$
|
|
5715
|
-
}, _hoisted_1$
|
|
5714
|
+
render: render$180
|
|
5715
|
+
}, _hoisted_1$199 = {
|
|
5716
5716
|
viewBox: "0 0 24 24",
|
|
5717
5717
|
width: "1.2em",
|
|
5718
5718
|
height: "1.2em"
|
|
5719
5719
|
};
|
|
5720
|
-
function render$
|
|
5721
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5720
|
+
function render$179(e, t) {
|
|
5721
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("path", {
|
|
5722
5722
|
fill: "none",
|
|
5723
5723
|
stroke: "currentColor",
|
|
5724
5724
|
"stroke-linecap": "round",
|
|
@@ -5729,14 +5729,14 @@ function render$178(e, t) {
|
|
|
5729
5729
|
}
|
|
5730
5730
|
var arrow_up_default = {
|
|
5731
5731
|
name: "lucide-arrow-up",
|
|
5732
|
-
render: render$
|
|
5733
|
-
}, _hoisted_1$
|
|
5732
|
+
render: render$179
|
|
5733
|
+
}, _hoisted_1$198 = {
|
|
5734
5734
|
viewBox: "0 0 24 24",
|
|
5735
5735
|
width: "1.2em",
|
|
5736
5736
|
height: "1.2em"
|
|
5737
5737
|
};
|
|
5738
|
-
function render$
|
|
5739
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5738
|
+
function render$178(e, t) {
|
|
5739
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("g", {
|
|
5740
5740
|
fill: "none",
|
|
5741
5741
|
stroke: "currentColor",
|
|
5742
5742
|
"stroke-linecap": "round",
|
|
@@ -5750,14 +5750,14 @@ function render$177(e, t) {
|
|
|
5750
5750
|
}
|
|
5751
5751
|
var at_sign_default = {
|
|
5752
5752
|
name: "lucide-at-sign",
|
|
5753
|
-
render: render$
|
|
5754
|
-
}, _hoisted_1$
|
|
5753
|
+
render: render$178
|
|
5754
|
+
}, _hoisted_1$197 = {
|
|
5755
5755
|
viewBox: "0 0 24 24",
|
|
5756
5756
|
width: "1.2em",
|
|
5757
5757
|
height: "1.2em"
|
|
5758
5758
|
};
|
|
5759
|
-
function render$
|
|
5760
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5759
|
+
function render$177(e, t) {
|
|
5760
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("g", {
|
|
5761
5761
|
fill: "none",
|
|
5762
5762
|
stroke: "currentColor",
|
|
5763
5763
|
"stroke-linecap": "round",
|
|
@@ -5771,14 +5771,14 @@ function render$176(e, t) {
|
|
|
5771
5771
|
}
|
|
5772
5772
|
var ban_default = {
|
|
5773
5773
|
name: "lucide-ban",
|
|
5774
|
-
render: render$
|
|
5775
|
-
}, _hoisted_1$
|
|
5774
|
+
render: render$177
|
|
5775
|
+
}, _hoisted_1$196 = {
|
|
5776
5776
|
viewBox: "0 0 24 24",
|
|
5777
5777
|
width: "1.2em",
|
|
5778
5778
|
height: "1.2em"
|
|
5779
5779
|
};
|
|
5780
|
-
function render$
|
|
5781
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5780
|
+
function render$176(e, t) {
|
|
5781
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("path", {
|
|
5782
5782
|
fill: "none",
|
|
5783
5783
|
stroke: "currentColor",
|
|
5784
5784
|
"stroke-linecap": "round",
|
|
@@ -5789,14 +5789,14 @@ function render$175(e, t) {
|
|
|
5789
5789
|
}
|
|
5790
5790
|
var bell_default = {
|
|
5791
5791
|
name: "lucide-bell",
|
|
5792
|
-
render: render$
|
|
5793
|
-
}, _hoisted_1$
|
|
5792
|
+
render: render$176
|
|
5793
|
+
}, _hoisted_1$195 = {
|
|
5794
5794
|
viewBox: "0 0 24 24",
|
|
5795
5795
|
width: "1.2em",
|
|
5796
5796
|
height: "1.2em"
|
|
5797
5797
|
};
|
|
5798
|
-
function render$
|
|
5799
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5798
|
+
function render$175(e, t) {
|
|
5799
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("path", {
|
|
5800
5800
|
fill: "none",
|
|
5801
5801
|
stroke: "currentColor",
|
|
5802
5802
|
"stroke-linecap": "round",
|
|
@@ -5807,14 +5807,14 @@ function render$174(e, t) {
|
|
|
5807
5807
|
}
|
|
5808
5808
|
var book_default = {
|
|
5809
5809
|
name: "lucide-book",
|
|
5810
|
-
render: render$
|
|
5811
|
-
}, _hoisted_1$
|
|
5810
|
+
render: render$175
|
|
5811
|
+
}, _hoisted_1$194 = {
|
|
5812
5812
|
viewBox: "0 0 24 24",
|
|
5813
5813
|
width: "1.2em",
|
|
5814
5814
|
height: "1.2em"
|
|
5815
5815
|
};
|
|
5816
|
-
function render$
|
|
5817
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5816
|
+
function render$174(e, t) {
|
|
5817
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("path", {
|
|
5818
5818
|
fill: "none",
|
|
5819
5819
|
stroke: "currentColor",
|
|
5820
5820
|
"stroke-linecap": "round",
|
|
@@ -5825,14 +5825,14 @@ function render$173(e, t) {
|
|
|
5825
5825
|
}
|
|
5826
5826
|
var book_open_default = {
|
|
5827
5827
|
name: "lucide-book-open",
|
|
5828
|
-
render: render$
|
|
5829
|
-
}, _hoisted_1$
|
|
5828
|
+
render: render$174
|
|
5829
|
+
}, _hoisted_1$193 = {
|
|
5830
5830
|
viewBox: "0 0 24 24",
|
|
5831
5831
|
width: "1.2em",
|
|
5832
5832
|
height: "1.2em"
|
|
5833
5833
|
};
|
|
5834
|
-
function render$
|
|
5835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5834
|
+
function render$173(e, t) {
|
|
5835
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("g", {
|
|
5836
5836
|
fill: "none",
|
|
5837
5837
|
stroke: "currentColor",
|
|
5838
5838
|
"stroke-linecap": "round",
|
|
@@ -5852,14 +5852,14 @@ function render$172(e, t) {
|
|
|
5852
5852
|
}
|
|
5853
5853
|
var bot_default = {
|
|
5854
5854
|
name: "lucide-bot",
|
|
5855
|
-
render: render$
|
|
5856
|
-
}, _hoisted_1$
|
|
5855
|
+
render: render$173
|
|
5856
|
+
}, _hoisted_1$192 = {
|
|
5857
5857
|
viewBox: "0 0 24 24",
|
|
5858
5858
|
width: "1.2em",
|
|
5859
5859
|
height: "1.2em"
|
|
5860
5860
|
};
|
|
5861
|
-
function render$
|
|
5862
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5861
|
+
function render$172(e, t) {
|
|
5862
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("g", {
|
|
5863
5863
|
fill: "none",
|
|
5864
5864
|
stroke: "currentColor",
|
|
5865
5865
|
"stroke-linecap": "round",
|
|
@@ -5869,14 +5869,14 @@ function render$171(e, t) {
|
|
|
5869
5869
|
}
|
|
5870
5870
|
var box_default = {
|
|
5871
5871
|
name: "lucide-box",
|
|
5872
|
-
render: render$
|
|
5873
|
-
}, _hoisted_1$
|
|
5872
|
+
render: render$172
|
|
5873
|
+
}, _hoisted_1$191 = {
|
|
5874
5874
|
viewBox: "0 0 24 24",
|
|
5875
5875
|
width: "1.2em",
|
|
5876
5876
|
height: "1.2em"
|
|
5877
5877
|
};
|
|
5878
|
-
function render$
|
|
5879
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5878
|
+
function render$171(e, t) {
|
|
5879
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("path", {
|
|
5880
5880
|
fill: "none",
|
|
5881
5881
|
stroke: "currentColor",
|
|
5882
5882
|
"stroke-linecap": "round",
|
|
@@ -5887,14 +5887,14 @@ function render$170(e, t) {
|
|
|
5887
5887
|
}
|
|
5888
5888
|
var braces_default = {
|
|
5889
5889
|
name: "lucide-braces",
|
|
5890
|
-
render: render$
|
|
5891
|
-
}, _hoisted_1$
|
|
5890
|
+
render: render$171
|
|
5891
|
+
}, _hoisted_1$190 = {
|
|
5892
5892
|
viewBox: "0 0 24 24",
|
|
5893
5893
|
width: "1.2em",
|
|
5894
5894
|
height: "1.2em"
|
|
5895
5895
|
};
|
|
5896
|
-
function render$
|
|
5897
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5896
|
+
function render$170(e, t) {
|
|
5897
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("g", {
|
|
5898
5898
|
fill: "none",
|
|
5899
5899
|
stroke: "currentColor",
|
|
5900
5900
|
"stroke-linecap": "round",
|
|
@@ -5908,14 +5908,14 @@ function render$169(e, t) {
|
|
|
5908
5908
|
}
|
|
5909
5909
|
var brain_default = {
|
|
5910
5910
|
name: "lucide-brain",
|
|
5911
|
-
render: render$
|
|
5912
|
-
}, _hoisted_1$
|
|
5911
|
+
render: render$170
|
|
5912
|
+
}, _hoisted_1$189 = {
|
|
5913
5913
|
viewBox: "0 0 24 24",
|
|
5914
5914
|
width: "1.2em",
|
|
5915
5915
|
height: "1.2em"
|
|
5916
5916
|
};
|
|
5917
|
-
function render$
|
|
5918
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5917
|
+
function render$169(e, t) {
|
|
5918
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("g", {
|
|
5919
5919
|
fill: "none",
|
|
5920
5920
|
stroke: "currentColor",
|
|
5921
5921
|
"stroke-linecap": "round",
|
|
@@ -5929,14 +5929,14 @@ function render$168(e, t) {
|
|
|
5929
5929
|
}
|
|
5930
5930
|
var bug_default = {
|
|
5931
5931
|
name: "lucide-bug",
|
|
5932
|
-
render: render$
|
|
5933
|
-
}, _hoisted_1$
|
|
5932
|
+
render: render$169
|
|
5933
|
+
}, _hoisted_1$188 = {
|
|
5934
5934
|
viewBox: "0 0 24 24",
|
|
5935
5935
|
width: "1.2em",
|
|
5936
5936
|
height: "1.2em"
|
|
5937
5937
|
};
|
|
5938
|
-
function render$
|
|
5939
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5938
|
+
function render$168(e, t) {
|
|
5939
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("g", {
|
|
5940
5940
|
fill: "none",
|
|
5941
5941
|
stroke: "currentColor",
|
|
5942
5942
|
"stroke-linecap": "round",
|
|
@@ -5952,14 +5952,14 @@ function render$167(e, t) {
|
|
|
5952
5952
|
}
|
|
5953
5953
|
var calculator_default = {
|
|
5954
5954
|
name: "lucide-calculator",
|
|
5955
|
-
render: render$
|
|
5956
|
-
}, _hoisted_1$
|
|
5955
|
+
render: render$168
|
|
5956
|
+
}, _hoisted_1$187 = {
|
|
5957
5957
|
viewBox: "0 0 24 24",
|
|
5958
5958
|
width: "1.2em",
|
|
5959
5959
|
height: "1.2em"
|
|
5960
5960
|
};
|
|
5961
|
-
function render$
|
|
5962
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5961
|
+
function render$167(e, t) {
|
|
5962
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("g", {
|
|
5963
5963
|
fill: "none",
|
|
5964
5964
|
stroke: "currentColor",
|
|
5965
5965
|
"stroke-linecap": "round",
|
|
@@ -5979,6 +5979,24 @@ function render$166(e, t) {
|
|
|
5979
5979
|
}
|
|
5980
5980
|
var calendar_default = {
|
|
5981
5981
|
name: "lucide-calendar",
|
|
5982
|
+
render: render$167
|
|
5983
|
+
}, _hoisted_1$186 = {
|
|
5984
|
+
viewBox: "0 0 24 24",
|
|
5985
|
+
width: "1.2em",
|
|
5986
|
+
height: "1.2em"
|
|
5987
|
+
};
|
|
5988
|
+
function render$166(e, t) {
|
|
5989
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
|
|
5990
|
+
fill: "none",
|
|
5991
|
+
stroke: "currentColor",
|
|
5992
|
+
"stroke-linecap": "round",
|
|
5993
|
+
"stroke-linejoin": "round",
|
|
5994
|
+
"stroke-width": "2",
|
|
5995
|
+
d: "m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"
|
|
5996
|
+
}, null, -1)]);
|
|
5997
|
+
}
|
|
5998
|
+
var case_upper_default = {
|
|
5999
|
+
name: "lucide-case-upper",
|
|
5982
6000
|
render: render$166
|
|
5983
6001
|
}, _hoisted_1$185 = {
|
|
5984
6002
|
viewBox: "0 0 24 24",
|
|
@@ -5992,11 +6010,11 @@ function render$165(e, t) {
|
|
|
5992
6010
|
"stroke-linecap": "round",
|
|
5993
6011
|
"stroke-linejoin": "round",
|
|
5994
6012
|
"stroke-width": "2",
|
|
5995
|
-
d: "
|
|
6013
|
+
d: "M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"
|
|
5996
6014
|
}, null, -1)]);
|
|
5997
6015
|
}
|
|
5998
|
-
var
|
|
5999
|
-
name: "lucide-
|
|
6016
|
+
var chart_column_decreasing_default = {
|
|
6017
|
+
name: "lucide-chart-column-decreasing",
|
|
6000
6018
|
render: render$165
|
|
6001
6019
|
}, _hoisted_1$184 = {
|
|
6002
6020
|
viewBox: "0 0 24 24",
|
|
@@ -6010,11 +6028,11 @@ function render$164(e, t) {
|
|
|
6010
6028
|
"stroke-linecap": "round",
|
|
6011
6029
|
"stroke-linejoin": "round",
|
|
6012
6030
|
"stroke-width": "2",
|
|
6013
|
-
d: "
|
|
6031
|
+
d: "M20 6L9 17l-5-5"
|
|
6014
6032
|
}, null, -1)]);
|
|
6015
6033
|
}
|
|
6016
|
-
var
|
|
6017
|
-
name: "lucide-
|
|
6034
|
+
var check_default = {
|
|
6035
|
+
name: "lucide-check",
|
|
6018
6036
|
render: render$164
|
|
6019
6037
|
}, _hoisted_1$183 = {
|
|
6020
6038
|
viewBox: "0 0 24 24",
|
|
@@ -6028,11 +6046,11 @@ function render$163(e, t) {
|
|
|
6028
6046
|
"stroke-linecap": "round",
|
|
6029
6047
|
"stroke-linejoin": "round",
|
|
6030
6048
|
"stroke-width": "2",
|
|
6031
|
-
d: "
|
|
6049
|
+
d: "M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"
|
|
6032
6050
|
}, null, -1)]);
|
|
6033
6051
|
}
|
|
6034
|
-
var
|
|
6035
|
-
name: "lucide-check",
|
|
6052
|
+
var check_check_default = {
|
|
6053
|
+
name: "lucide-check-check",
|
|
6036
6054
|
render: render$163
|
|
6037
6055
|
}, _hoisted_1$182 = {
|
|
6038
6056
|
viewBox: "0 0 24 24",
|
|
@@ -6046,11 +6064,11 @@ function render$162(e, t) {
|
|
|
6046
6064
|
"stroke-linecap": "round",
|
|
6047
6065
|
"stroke-linejoin": "round",
|
|
6048
6066
|
"stroke-width": "2",
|
|
6049
|
-
d: "
|
|
6067
|
+
d: "m6 9l6 6l6-6"
|
|
6050
6068
|
}, null, -1)]);
|
|
6051
6069
|
}
|
|
6052
|
-
var
|
|
6053
|
-
name: "lucide-
|
|
6070
|
+
var chevron_down_default$1 = {
|
|
6071
|
+
name: "lucide-chevron-down",
|
|
6054
6072
|
render: render$162
|
|
6055
6073
|
}, _hoisted_1$181 = {
|
|
6056
6074
|
viewBox: "0 0 24 24",
|
|
@@ -6064,11 +6082,11 @@ function render$161(e, t) {
|
|
|
6064
6082
|
"stroke-linecap": "round",
|
|
6065
6083
|
"stroke-linejoin": "round",
|
|
6066
6084
|
"stroke-width": "2",
|
|
6067
|
-
d: "
|
|
6085
|
+
d: "m15 18l-6-6l6-6"
|
|
6068
6086
|
}, null, -1)]);
|
|
6069
6087
|
}
|
|
6070
|
-
var
|
|
6071
|
-
name: "lucide-chevron-
|
|
6088
|
+
var chevron_left_default = {
|
|
6089
|
+
name: "lucide-chevron-left",
|
|
6072
6090
|
render: render$161
|
|
6073
6091
|
}, _hoisted_1$180 = {
|
|
6074
6092
|
viewBox: "0 0 24 24",
|
|
@@ -6082,11 +6100,11 @@ function render$160(e, t) {
|
|
|
6082
6100
|
"stroke-linecap": "round",
|
|
6083
6101
|
"stroke-linejoin": "round",
|
|
6084
6102
|
"stroke-width": "2",
|
|
6085
|
-
d: "
|
|
6103
|
+
d: "m9 18l6-6l-6-6"
|
|
6086
6104
|
}, null, -1)]);
|
|
6087
6105
|
}
|
|
6088
|
-
var
|
|
6089
|
-
name: "lucide-chevron-
|
|
6106
|
+
var chevron_right_default = {
|
|
6107
|
+
name: "lucide-chevron-right",
|
|
6090
6108
|
render: render$160
|
|
6091
6109
|
}, _hoisted_1$179 = {
|
|
6092
6110
|
viewBox: "0 0 24 24",
|
|
@@ -6100,11 +6118,11 @@ function render$159(e, t) {
|
|
|
6100
6118
|
"stroke-linecap": "round",
|
|
6101
6119
|
"stroke-linejoin": "round",
|
|
6102
6120
|
"stroke-width": "2",
|
|
6103
|
-
d: "
|
|
6121
|
+
d: "m18 15l-6-6l-6 6"
|
|
6104
6122
|
}, null, -1)]);
|
|
6105
6123
|
}
|
|
6106
|
-
var
|
|
6107
|
-
name: "lucide-chevron-
|
|
6124
|
+
var chevron_up_default = {
|
|
6125
|
+
name: "lucide-chevron-up",
|
|
6108
6126
|
render: render$159
|
|
6109
6127
|
}, _hoisted_1$178 = {
|
|
6110
6128
|
viewBox: "0 0 24 24",
|
|
@@ -6118,11 +6136,11 @@ function render$158(e, t) {
|
|
|
6118
6136
|
"stroke-linecap": "round",
|
|
6119
6137
|
"stroke-linejoin": "round",
|
|
6120
6138
|
"stroke-width": "2",
|
|
6121
|
-
d: "
|
|
6139
|
+
d: "m7 20l5-5l5 5M7 4l5 5l5-5"
|
|
6122
6140
|
}, null, -1)]);
|
|
6123
6141
|
}
|
|
6124
|
-
var
|
|
6125
|
-
name: "lucide-
|
|
6142
|
+
var chevrons_down_up_default = {
|
|
6143
|
+
name: "lucide-chevrons-down-up",
|
|
6126
6144
|
render: render$158
|
|
6127
6145
|
}, _hoisted_1$177 = {
|
|
6128
6146
|
viewBox: "0 0 24 24",
|
|
@@ -6136,11 +6154,11 @@ function render$157(e, t) {
|
|
|
6136
6154
|
"stroke-linecap": "round",
|
|
6137
6155
|
"stroke-linejoin": "round",
|
|
6138
6156
|
"stroke-width": "2",
|
|
6139
|
-
d: "
|
|
6157
|
+
d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
|
|
6140
6158
|
}, null, -1)]);
|
|
6141
6159
|
}
|
|
6142
|
-
var
|
|
6143
|
-
name: "lucide-chevrons-
|
|
6160
|
+
var chevrons_left_default = {
|
|
6161
|
+
name: "lucide-chevrons-left",
|
|
6144
6162
|
render: render$157
|
|
6145
6163
|
}, _hoisted_1$176 = {
|
|
6146
6164
|
viewBox: "0 0 24 24",
|
|
@@ -6149,24 +6167,6 @@ var chevrons_down_up_default = {
|
|
|
6149
6167
|
};
|
|
6150
6168
|
function render$156(e, t) {
|
|
6151
6169
|
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("path", {
|
|
6152
|
-
fill: "none",
|
|
6153
|
-
stroke: "currentColor",
|
|
6154
|
-
"stroke-linecap": "round",
|
|
6155
|
-
"stroke-linejoin": "round",
|
|
6156
|
-
"stroke-width": "2",
|
|
6157
|
-
d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
|
|
6158
|
-
}, null, -1)]);
|
|
6159
|
-
}
|
|
6160
|
-
var chevrons_left_default = {
|
|
6161
|
-
name: "lucide-chevrons-left",
|
|
6162
|
-
render: render$156
|
|
6163
|
-
}, _hoisted_1$175 = {
|
|
6164
|
-
viewBox: "0 0 24 24",
|
|
6165
|
-
width: "1.2em",
|
|
6166
|
-
height: "1.2em"
|
|
6167
|
-
};
|
|
6168
|
-
function render$155(e, t) {
|
|
6169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("path", {
|
|
6170
6170
|
fill: "none",
|
|
6171
6171
|
stroke: "currentColor",
|
|
6172
6172
|
"stroke-linecap": "round",
|
|
@@ -6177,14 +6177,14 @@ function render$155(e, t) {
|
|
|
6177
6177
|
}
|
|
6178
6178
|
var chevrons_up_down_default = {
|
|
6179
6179
|
name: "lucide-chevrons-up-down",
|
|
6180
|
-
render: render$
|
|
6181
|
-
}, _hoisted_1$
|
|
6180
|
+
render: render$156
|
|
6181
|
+
}, _hoisted_1$175 = {
|
|
6182
6182
|
viewBox: "0 0 24 24",
|
|
6183
6183
|
width: "1.2em",
|
|
6184
6184
|
height: "1.2em"
|
|
6185
6185
|
};
|
|
6186
|
-
function render$
|
|
6187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6186
|
+
function render$155(e, t) {
|
|
6187
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("circle", {
|
|
6188
6188
|
cx: "12",
|
|
6189
6189
|
cy: "12",
|
|
6190
6190
|
r: "10",
|
|
@@ -6197,14 +6197,14 @@ function render$154(e, t) {
|
|
|
6197
6197
|
}
|
|
6198
6198
|
var circle_default = {
|
|
6199
6199
|
name: "lucide-circle",
|
|
6200
|
-
render: render$
|
|
6201
|
-
}, _hoisted_1$
|
|
6200
|
+
render: render$155
|
|
6201
|
+
}, _hoisted_1$174 = {
|
|
6202
6202
|
viewBox: "0 0 24 24",
|
|
6203
6203
|
width: "1.2em",
|
|
6204
6204
|
height: "1.2em"
|
|
6205
6205
|
};
|
|
6206
|
-
function render$
|
|
6207
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6206
|
+
function render$154(e, t) {
|
|
6207
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
|
|
6208
6208
|
fill: "none",
|
|
6209
6209
|
stroke: "currentColor",
|
|
6210
6210
|
"stroke-linecap": "round",
|
|
@@ -6218,14 +6218,14 @@ function render$153(e, t) {
|
|
|
6218
6218
|
}
|
|
6219
6219
|
var circle_alert_default = {
|
|
6220
6220
|
name: "lucide-circle-alert",
|
|
6221
|
-
render: render$
|
|
6222
|
-
}, _hoisted_1$
|
|
6221
|
+
render: render$154
|
|
6222
|
+
}, _hoisted_1$173 = {
|
|
6223
6223
|
viewBox: "0 0 24 24",
|
|
6224
6224
|
width: "1.2em",
|
|
6225
6225
|
height: "1.2em"
|
|
6226
6226
|
};
|
|
6227
|
-
function render$
|
|
6228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6227
|
+
function render$153(e, t) {
|
|
6228
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
|
|
6229
6229
|
fill: "none",
|
|
6230
6230
|
stroke: "currentColor",
|
|
6231
6231
|
"stroke-linecap": "round",
|
|
@@ -6239,14 +6239,14 @@ function render$152(e, t) {
|
|
|
6239
6239
|
}
|
|
6240
6240
|
var circle_check_default$1 = {
|
|
6241
6241
|
name: "lucide-circle-check",
|
|
6242
|
-
render: render$
|
|
6243
|
-
}, _hoisted_1$
|
|
6242
|
+
render: render$153
|
|
6243
|
+
}, _hoisted_1$172 = {
|
|
6244
6244
|
viewBox: "0 0 24 24",
|
|
6245
6245
|
width: "1.2em",
|
|
6246
6246
|
height: "1.2em"
|
|
6247
6247
|
};
|
|
6248
|
-
function render$
|
|
6249
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6248
|
+
function render$152(e, t) {
|
|
6249
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
|
|
6250
6250
|
fill: "none",
|
|
6251
6251
|
stroke: "currentColor",
|
|
6252
6252
|
"stroke-linecap": "round",
|
|
@@ -6264,14 +6264,14 @@ function render$151(e, t) {
|
|
|
6264
6264
|
}
|
|
6265
6265
|
var circle_dot_default = {
|
|
6266
6266
|
name: "lucide-circle-dot",
|
|
6267
|
-
render: render$
|
|
6268
|
-
}, _hoisted_1$
|
|
6267
|
+
render: render$152
|
|
6268
|
+
}, _hoisted_1$171 = {
|
|
6269
6269
|
viewBox: "0 0 24 24",
|
|
6270
6270
|
width: "1.2em",
|
|
6271
6271
|
height: "1.2em"
|
|
6272
6272
|
};
|
|
6273
|
-
function render$
|
|
6274
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6273
|
+
function render$151(e, t) {
|
|
6274
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
|
|
6275
6275
|
fill: "none",
|
|
6276
6276
|
stroke: "currentColor",
|
|
6277
6277
|
"stroke-linecap": "round",
|
|
@@ -6285,14 +6285,14 @@ function render$150(e, t) {
|
|
|
6285
6285
|
}
|
|
6286
6286
|
var circle_help_default = {
|
|
6287
6287
|
name: "lucide-circle-help",
|
|
6288
|
-
render: render$
|
|
6289
|
-
}, _hoisted_1$
|
|
6288
|
+
render: render$151
|
|
6289
|
+
}, _hoisted_1$170 = {
|
|
6290
6290
|
viewBox: "0 0 24 24",
|
|
6291
6291
|
width: "1.2em",
|
|
6292
6292
|
height: "1.2em"
|
|
6293
6293
|
};
|
|
6294
|
-
function render$
|
|
6295
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6294
|
+
function render$150(e, t) {
|
|
6295
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
|
|
6296
6296
|
fill: "none",
|
|
6297
6297
|
stroke: "currentColor",
|
|
6298
6298
|
"stroke-linecap": "round",
|
|
@@ -6306,14 +6306,14 @@ function render$149(e, t) {
|
|
|
6306
6306
|
}
|
|
6307
6307
|
var circle_minus_default = {
|
|
6308
6308
|
name: "lucide-circle-minus",
|
|
6309
|
-
render: render$
|
|
6310
|
-
}, _hoisted_1$
|
|
6309
|
+
render: render$150
|
|
6310
|
+
}, _hoisted_1$169 = {
|
|
6311
6311
|
viewBox: "0 0 24 24",
|
|
6312
6312
|
width: "1.2em",
|
|
6313
6313
|
height: "1.2em"
|
|
6314
6314
|
};
|
|
6315
|
-
function render$
|
|
6316
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6315
|
+
function render$149(e, t) {
|
|
6316
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
|
|
6317
6317
|
fill: "none",
|
|
6318
6318
|
stroke: "currentColor",
|
|
6319
6319
|
"stroke-linecap": "round",
|
|
@@ -6327,14 +6327,14 @@ function render$148(e, t) {
|
|
|
6327
6327
|
}
|
|
6328
6328
|
var circle_pause_default = {
|
|
6329
6329
|
name: "lucide-circle-pause",
|
|
6330
|
-
render: render$
|
|
6331
|
-
}, _hoisted_1$
|
|
6330
|
+
render: render$149
|
|
6331
|
+
}, _hoisted_1$168 = {
|
|
6332
6332
|
viewBox: "0 0 24 24",
|
|
6333
6333
|
width: "1.2em",
|
|
6334
6334
|
height: "1.2em"
|
|
6335
6335
|
};
|
|
6336
|
-
function render$
|
|
6337
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6336
|
+
function render$148(e, t) {
|
|
6337
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
|
|
6338
6338
|
fill: "none",
|
|
6339
6339
|
stroke: "currentColor",
|
|
6340
6340
|
"stroke-linecap": "round",
|
|
@@ -6348,14 +6348,14 @@ function render$147(e, t) {
|
|
|
6348
6348
|
}
|
|
6349
6349
|
var circle_play_default = {
|
|
6350
6350
|
name: "lucide-circle-play",
|
|
6351
|
-
render: render$
|
|
6352
|
-
}, _hoisted_1$
|
|
6351
|
+
render: render$148
|
|
6352
|
+
}, _hoisted_1$167 = {
|
|
6353
6353
|
viewBox: "0 0 24 24",
|
|
6354
6354
|
width: "1.2em",
|
|
6355
6355
|
height: "1.2em"
|
|
6356
6356
|
};
|
|
6357
|
-
function render$
|
|
6358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6357
|
+
function render$147(e, t) {
|
|
6358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("g", {
|
|
6359
6359
|
fill: "none",
|
|
6360
6360
|
stroke: "currentColor",
|
|
6361
6361
|
"stroke-linecap": "round",
|
|
@@ -6369,14 +6369,14 @@ function render$146(e, t) {
|
|
|
6369
6369
|
}
|
|
6370
6370
|
var circle_plus_default = {
|
|
6371
6371
|
name: "lucide-circle-plus",
|
|
6372
|
-
render: render$
|
|
6373
|
-
}, _hoisted_1$
|
|
6372
|
+
render: render$147
|
|
6373
|
+
}, _hoisted_1$166 = {
|
|
6374
6374
|
viewBox: "0 0 24 24",
|
|
6375
6375
|
width: "1.2em",
|
|
6376
6376
|
height: "1.2em"
|
|
6377
6377
|
};
|
|
6378
|
-
function render$
|
|
6379
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6378
|
+
function render$146(e, t) {
|
|
6379
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
|
|
6380
6380
|
fill: "none",
|
|
6381
6381
|
stroke: "currentColor",
|
|
6382
6382
|
"stroke-linecap": "round",
|
|
@@ -6398,14 +6398,14 @@ function render$145(e, t) {
|
|
|
6398
6398
|
}
|
|
6399
6399
|
var circle_user_round_default = {
|
|
6400
6400
|
name: "lucide-circle-user-round",
|
|
6401
|
-
render: render$
|
|
6402
|
-
}, _hoisted_1$
|
|
6401
|
+
render: render$146
|
|
6402
|
+
}, _hoisted_1$165 = {
|
|
6403
6403
|
viewBox: "0 0 24 24",
|
|
6404
6404
|
width: "1.2em",
|
|
6405
6405
|
height: "1.2em"
|
|
6406
6406
|
};
|
|
6407
|
-
function render$
|
|
6408
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6407
|
+
function render$145(e, t) {
|
|
6408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("g", {
|
|
6409
6409
|
fill: "none",
|
|
6410
6410
|
stroke: "currentColor",
|
|
6411
6411
|
"stroke-linecap": "round",
|
|
@@ -6419,14 +6419,14 @@ function render$144(e, t) {
|
|
|
6419
6419
|
}
|
|
6420
6420
|
var circle_x_default = {
|
|
6421
6421
|
name: "lucide-circle-x",
|
|
6422
|
-
render: render$
|
|
6423
|
-
}, _hoisted_1$
|
|
6422
|
+
render: render$145
|
|
6423
|
+
}, _hoisted_1$164 = {
|
|
6424
6424
|
viewBox: "0 0 24 24",
|
|
6425
6425
|
width: "1.2em",
|
|
6426
6426
|
height: "1.2em"
|
|
6427
6427
|
};
|
|
6428
|
-
function render$
|
|
6429
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6428
|
+
function render$144(e, t) {
|
|
6429
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("g", {
|
|
6430
6430
|
fill: "none",
|
|
6431
6431
|
stroke: "currentColor",
|
|
6432
6432
|
"stroke-linecap": "round",
|
|
@@ -6443,14 +6443,14 @@ function render$143(e, t) {
|
|
|
6443
6443
|
}
|
|
6444
6444
|
var clipboard_default = {
|
|
6445
6445
|
name: "lucide-clipboard",
|
|
6446
|
-
render: render$
|
|
6447
|
-
}, _hoisted_1$
|
|
6446
|
+
render: render$144
|
|
6447
|
+
}, _hoisted_1$163 = {
|
|
6448
6448
|
viewBox: "0 0 24 24",
|
|
6449
6449
|
width: "1.2em",
|
|
6450
6450
|
height: "1.2em"
|
|
6451
6451
|
};
|
|
6452
|
-
function render$
|
|
6453
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6452
|
+
function render$143(e, t) {
|
|
6453
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
|
|
6454
6454
|
fill: "none",
|
|
6455
6455
|
stroke: "currentColor",
|
|
6456
6456
|
"stroke-linecap": "round",
|
|
@@ -6471,14 +6471,14 @@ function render$142(e, t) {
|
|
|
6471
6471
|
}
|
|
6472
6472
|
var clipboard_check_default = {
|
|
6473
6473
|
name: "lucide-clipboard-check",
|
|
6474
|
-
render: render$
|
|
6475
|
-
}, _hoisted_1$
|
|
6474
|
+
render: render$143
|
|
6475
|
+
}, _hoisted_1$162 = {
|
|
6476
6476
|
viewBox: "0 0 24 24",
|
|
6477
6477
|
width: "1.2em",
|
|
6478
6478
|
height: "1.2em"
|
|
6479
6479
|
};
|
|
6480
|
-
function render$
|
|
6481
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6480
|
+
function render$142(e, t) {
|
|
6481
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("g", {
|
|
6482
6482
|
fill: "none",
|
|
6483
6483
|
stroke: "currentColor",
|
|
6484
6484
|
"stroke-linecap": "round",
|
|
@@ -6495,14 +6495,14 @@ function render$141(e, t) {
|
|
|
6495
6495
|
}
|
|
6496
6496
|
var clipboard_list_default = {
|
|
6497
6497
|
name: "lucide-clipboard-list",
|
|
6498
|
-
render: render$
|
|
6499
|
-
}, _hoisted_1$
|
|
6498
|
+
render: render$142
|
|
6499
|
+
}, _hoisted_1$161 = {
|
|
6500
6500
|
viewBox: "0 0 24 24",
|
|
6501
6501
|
width: "1.2em",
|
|
6502
6502
|
height: "1.2em"
|
|
6503
6503
|
};
|
|
6504
|
-
function render$
|
|
6505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6504
|
+
function render$141(e, t) {
|
|
6505
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("g", {
|
|
6506
6506
|
fill: "none",
|
|
6507
6507
|
stroke: "currentColor",
|
|
6508
6508
|
"stroke-linecap": "round",
|
|
@@ -6516,14 +6516,14 @@ function render$140(e, t) {
|
|
|
6516
6516
|
}
|
|
6517
6517
|
var clock_default = {
|
|
6518
6518
|
name: "lucide-clock",
|
|
6519
|
-
render: render$
|
|
6520
|
-
}, _hoisted_1$
|
|
6519
|
+
render: render$141
|
|
6520
|
+
}, _hoisted_1$160 = {
|
|
6521
6521
|
viewBox: "0 0 24 24",
|
|
6522
6522
|
width: "1.2em",
|
|
6523
6523
|
height: "1.2em"
|
|
6524
6524
|
};
|
|
6525
|
-
function render$
|
|
6526
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6525
|
+
function render$140(e, t) {
|
|
6526
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("path", {
|
|
6527
6527
|
fill: "none",
|
|
6528
6528
|
stroke: "currentColor",
|
|
6529
6529
|
"stroke-linecap": "round",
|
|
@@ -6534,14 +6534,14 @@ function render$139(e, t) {
|
|
|
6534
6534
|
}
|
|
6535
6535
|
var cloud_default = {
|
|
6536
6536
|
name: "lucide-cloud",
|
|
6537
|
-
render: render$
|
|
6538
|
-
}, _hoisted_1$
|
|
6537
|
+
render: render$140
|
|
6538
|
+
}, _hoisted_1$159 = {
|
|
6539
6539
|
viewBox: "0 0 24 24",
|
|
6540
6540
|
width: "1.2em",
|
|
6541
6541
|
height: "1.2em"
|
|
6542
6542
|
};
|
|
6543
|
-
function render$
|
|
6544
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6543
|
+
function render$139(e, t) {
|
|
6544
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("g", {
|
|
6545
6545
|
fill: "none",
|
|
6546
6546
|
stroke: "currentColor",
|
|
6547
6547
|
"stroke-linecap": "round",
|
|
@@ -6551,14 +6551,14 @@ function render$138(e, t) {
|
|
|
6551
6551
|
}
|
|
6552
6552
|
var cloud_download_default = {
|
|
6553
6553
|
name: "lucide-cloud-download",
|
|
6554
|
-
render: render$
|
|
6555
|
-
}, _hoisted_1$
|
|
6554
|
+
render: render$139
|
|
6555
|
+
}, _hoisted_1$158 = {
|
|
6556
6556
|
viewBox: "0 0 24 24",
|
|
6557
6557
|
width: "1.2em",
|
|
6558
6558
|
height: "1.2em"
|
|
6559
6559
|
};
|
|
6560
|
-
function render$
|
|
6561
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6560
|
+
function render$138(e, t) {
|
|
6561
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("path", {
|
|
6562
6562
|
fill: "none",
|
|
6563
6563
|
stroke: "currentColor",
|
|
6564
6564
|
"stroke-linecap": "round",
|
|
@@ -6569,14 +6569,14 @@ function render$137(e, t) {
|
|
|
6569
6569
|
}
|
|
6570
6570
|
var code_default = {
|
|
6571
6571
|
name: "lucide-code",
|
|
6572
|
-
render: render$
|
|
6573
|
-
}, _hoisted_1$
|
|
6572
|
+
render: render$138
|
|
6573
|
+
}, _hoisted_1$157 = {
|
|
6574
6574
|
viewBox: "0 0 24 24",
|
|
6575
6575
|
width: "1.2em",
|
|
6576
6576
|
height: "1.2em"
|
|
6577
6577
|
};
|
|
6578
|
-
function render$
|
|
6579
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6578
|
+
function render$137(e, t) {
|
|
6579
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("g", {
|
|
6580
6580
|
fill: "none",
|
|
6581
6581
|
stroke: "currentColor",
|
|
6582
6582
|
"stroke-linecap": "round",
|
|
@@ -6586,14 +6586,14 @@ function render$136(e, t) {
|
|
|
6586
6586
|
}
|
|
6587
6587
|
var cog_default = {
|
|
6588
6588
|
name: "lucide-cog",
|
|
6589
|
-
render: render$
|
|
6590
|
-
}, _hoisted_1$
|
|
6589
|
+
render: render$137
|
|
6590
|
+
}, _hoisted_1$156 = {
|
|
6591
6591
|
viewBox: "0 0 24 24",
|
|
6592
6592
|
width: "1.2em",
|
|
6593
6593
|
height: "1.2em"
|
|
6594
6594
|
};
|
|
6595
|
-
function render$
|
|
6596
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6595
|
+
function render$136(e, t) {
|
|
6596
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
|
|
6597
6597
|
fill: "none",
|
|
6598
6598
|
stroke: "currentColor",
|
|
6599
6599
|
"stroke-linecap": "round",
|
|
@@ -6607,14 +6607,14 @@ function render$135(e, t) {
|
|
|
6607
6607
|
}
|
|
6608
6608
|
var columns_3_cog_default = {
|
|
6609
6609
|
name: "lucide-columns-3-cog",
|
|
6610
|
-
render: render$
|
|
6611
|
-
}, _hoisted_1$
|
|
6610
|
+
render: render$136
|
|
6611
|
+
}, _hoisted_1$155 = {
|
|
6612
6612
|
viewBox: "0 0 24 24",
|
|
6613
6613
|
width: "1.2em",
|
|
6614
6614
|
height: "1.2em"
|
|
6615
6615
|
};
|
|
6616
|
-
function render$
|
|
6617
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6616
|
+
function render$135(e, t) {
|
|
6617
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("g", {
|
|
6618
6618
|
fill: "none",
|
|
6619
6619
|
stroke: "currentColor",
|
|
6620
6620
|
"stroke-linecap": "round",
|
|
@@ -6628,14 +6628,14 @@ function render$134(e, t) {
|
|
|
6628
6628
|
}
|
|
6629
6629
|
var contrast_default = {
|
|
6630
6630
|
name: "lucide-contrast",
|
|
6631
|
-
render: render$
|
|
6632
|
-
}, _hoisted_1$
|
|
6631
|
+
render: render$135
|
|
6632
|
+
}, _hoisted_1$154 = {
|
|
6633
6633
|
viewBox: "0 0 24 24",
|
|
6634
6634
|
width: "1.2em",
|
|
6635
6635
|
height: "1.2em"
|
|
6636
6636
|
};
|
|
6637
|
-
function render$
|
|
6638
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6637
|
+
function render$134(e, t) {
|
|
6638
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("g", {
|
|
6639
6639
|
fill: "none",
|
|
6640
6640
|
stroke: "currentColor",
|
|
6641
6641
|
"stroke-linecap": "round",
|
|
@@ -6652,14 +6652,14 @@ function render$133(e, t) {
|
|
|
6652
6652
|
}
|
|
6653
6653
|
var copy_default = {
|
|
6654
6654
|
name: "lucide-copy",
|
|
6655
|
-
render: render$
|
|
6656
|
-
}, _hoisted_1$
|
|
6655
|
+
render: render$134
|
|
6656
|
+
}, _hoisted_1$153 = {
|
|
6657
6657
|
viewBox: "0 0 24 24",
|
|
6658
6658
|
width: "1.2em",
|
|
6659
6659
|
height: "1.2em"
|
|
6660
6660
|
};
|
|
6661
|
-
function render$
|
|
6662
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6661
|
+
function render$133(e, t) {
|
|
6662
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("g", {
|
|
6663
6663
|
fill: "none",
|
|
6664
6664
|
stroke: "currentColor",
|
|
6665
6665
|
"stroke-linecap": "round",
|
|
@@ -6673,14 +6673,14 @@ function render$132(e, t) {
|
|
|
6673
6673
|
}
|
|
6674
6674
|
var crosshair_default = {
|
|
6675
6675
|
name: "lucide-crosshair",
|
|
6676
|
-
render: render$
|
|
6677
|
-
}, _hoisted_1$
|
|
6676
|
+
render: render$133
|
|
6677
|
+
}, _hoisted_1$152 = {
|
|
6678
6678
|
viewBox: "0 0 24 24",
|
|
6679
6679
|
width: "1.2em",
|
|
6680
6680
|
height: "1.2em"
|
|
6681
6681
|
};
|
|
6682
|
-
function render$
|
|
6683
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6682
|
+
function render$132(e, t) {
|
|
6683
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("g", {
|
|
6684
6684
|
fill: "none",
|
|
6685
6685
|
stroke: "currentColor",
|
|
6686
6686
|
"stroke-linecap": "round",
|
|
@@ -6699,14 +6699,14 @@ function render$131(e, t) {
|
|
|
6699
6699
|
}
|
|
6700
6700
|
var database_default = {
|
|
6701
6701
|
name: "lucide-database",
|
|
6702
|
-
render: render$
|
|
6703
|
-
}, _hoisted_1$
|
|
6702
|
+
render: render$132
|
|
6703
|
+
}, _hoisted_1$151 = {
|
|
6704
6704
|
viewBox: "0 0 24 24",
|
|
6705
6705
|
width: "1.2em",
|
|
6706
6706
|
height: "1.2em"
|
|
6707
6707
|
};
|
|
6708
|
-
function render$
|
|
6709
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6708
|
+
function render$131(e, t) {
|
|
6709
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("path", {
|
|
6710
6710
|
fill: "none",
|
|
6711
6711
|
stroke: "currentColor",
|
|
6712
6712
|
"stroke-linecap": "round",
|
|
@@ -6717,14 +6717,14 @@ function render$130(e, t) {
|
|
|
6717
6717
|
}
|
|
6718
6718
|
var door_open_default = {
|
|
6719
6719
|
name: "lucide-door-open",
|
|
6720
|
-
render: render$
|
|
6721
|
-
}, _hoisted_1$
|
|
6720
|
+
render: render$131
|
|
6721
|
+
}, _hoisted_1$150 = {
|
|
6722
6722
|
viewBox: "0 0 24 24",
|
|
6723
6723
|
width: "1.2em",
|
|
6724
6724
|
height: "1.2em"
|
|
6725
6725
|
};
|
|
6726
|
-
function render$
|
|
6727
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6726
|
+
function render$130(e, t) {
|
|
6727
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("circle", {
|
|
6728
6728
|
cx: "12.1",
|
|
6729
6729
|
cy: "12.1",
|
|
6730
6730
|
r: "1",
|
|
@@ -6737,14 +6737,14 @@ function render$129(e, t) {
|
|
|
6737
6737
|
}
|
|
6738
6738
|
var dot_default = {
|
|
6739
6739
|
name: "lucide-dot",
|
|
6740
|
-
render: render$
|
|
6741
|
-
}, _hoisted_1$
|
|
6740
|
+
render: render$130
|
|
6741
|
+
}, _hoisted_1$149 = {
|
|
6742
6742
|
viewBox: "0 0 24 24",
|
|
6743
6743
|
width: "1.2em",
|
|
6744
6744
|
height: "1.2em"
|
|
6745
6745
|
};
|
|
6746
|
-
function render$
|
|
6747
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6746
|
+
function render$129(e, t) {
|
|
6747
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("g", {
|
|
6748
6748
|
fill: "none",
|
|
6749
6749
|
stroke: "currentColor",
|
|
6750
6750
|
"stroke-linecap": "round",
|
|
@@ -6758,14 +6758,14 @@ function render$128(e, t) {
|
|
|
6758
6758
|
}
|
|
6759
6759
|
var earth_default = {
|
|
6760
6760
|
name: "lucide-earth",
|
|
6761
|
-
render: render$
|
|
6762
|
-
}, _hoisted_1$
|
|
6761
|
+
render: render$129
|
|
6762
|
+
}, _hoisted_1$148 = {
|
|
6763
6763
|
viewBox: "0 0 24 24",
|
|
6764
6764
|
width: "1.2em",
|
|
6765
6765
|
height: "1.2em"
|
|
6766
6766
|
};
|
|
6767
|
-
function render$
|
|
6768
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6767
|
+
function render$128(e, t) {
|
|
6768
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("g", {
|
|
6769
6769
|
fill: "none",
|
|
6770
6770
|
stroke: "currentColor",
|
|
6771
6771
|
"stroke-linecap": "round",
|
|
@@ -6791,14 +6791,14 @@ function render$127(e, t) {
|
|
|
6791
6791
|
}
|
|
6792
6792
|
var ellipsis_default = {
|
|
6793
6793
|
name: "lucide-ellipsis",
|
|
6794
|
-
render: render$
|
|
6795
|
-
}, _hoisted_1$
|
|
6794
|
+
render: render$128
|
|
6795
|
+
}, _hoisted_1$147 = {
|
|
6796
6796
|
viewBox: "0 0 24 24",
|
|
6797
6797
|
width: "1.2em",
|
|
6798
6798
|
height: "1.2em"
|
|
6799
6799
|
};
|
|
6800
|
-
function render$
|
|
6801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6800
|
+
function render$127(e, t) {
|
|
6801
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("g", {
|
|
6802
6802
|
fill: "none",
|
|
6803
6803
|
stroke: "currentColor",
|
|
6804
6804
|
"stroke-linecap": "round",
|
|
@@ -6824,14 +6824,14 @@ function render$126(e, t) {
|
|
|
6824
6824
|
}
|
|
6825
6825
|
var ellipsis_vertical_default = {
|
|
6826
6826
|
name: "lucide-ellipsis-vertical",
|
|
6827
|
-
render: render$
|
|
6828
|
-
}, _hoisted_1$
|
|
6827
|
+
render: render$127
|
|
6828
|
+
}, _hoisted_1$146 = {
|
|
6829
6829
|
viewBox: "0 0 24 24",
|
|
6830
6830
|
width: "1.2em",
|
|
6831
6831
|
height: "1.2em"
|
|
6832
6832
|
};
|
|
6833
|
-
function render$
|
|
6834
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6833
|
+
function render$126(e, t) {
|
|
6834
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("path", {
|
|
6835
6835
|
fill: "none",
|
|
6836
6836
|
stroke: "currentColor",
|
|
6837
6837
|
"stroke-linecap": "round",
|
|
@@ -6842,14 +6842,14 @@ function render$125(e, t) {
|
|
|
6842
6842
|
}
|
|
6843
6843
|
var equal_default = {
|
|
6844
6844
|
name: "lucide-equal",
|
|
6845
|
-
render: render$
|
|
6846
|
-
}, _hoisted_1$
|
|
6845
|
+
render: render$126
|
|
6846
|
+
}, _hoisted_1$145 = {
|
|
6847
6847
|
viewBox: "0 0 24 24",
|
|
6848
6848
|
width: "1.2em",
|
|
6849
6849
|
height: "1.2em"
|
|
6850
6850
|
};
|
|
6851
|
-
function render$
|
|
6852
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6851
|
+
function render$125(e, t) {
|
|
6852
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("path", {
|
|
6853
6853
|
fill: "none",
|
|
6854
6854
|
stroke: "currentColor",
|
|
6855
6855
|
"stroke-linecap": "round",
|
|
@@ -6860,14 +6860,14 @@ function render$124(e, t) {
|
|
|
6860
6860
|
}
|
|
6861
6861
|
var expand_default = {
|
|
6862
6862
|
name: "lucide-expand",
|
|
6863
|
-
render: render$
|
|
6864
|
-
}, _hoisted_1$
|
|
6863
|
+
render: render$125
|
|
6864
|
+
}, _hoisted_1$144 = {
|
|
6865
6865
|
viewBox: "0 0 24 24",
|
|
6866
6866
|
width: "1.2em",
|
|
6867
6867
|
height: "1.2em"
|
|
6868
6868
|
};
|
|
6869
|
-
function render$
|
|
6870
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6869
|
+
function render$124(e, t) {
|
|
6870
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("path", {
|
|
6871
6871
|
fill: "none",
|
|
6872
6872
|
stroke: "currentColor",
|
|
6873
6873
|
"stroke-linecap": "round",
|
|
@@ -6878,14 +6878,14 @@ function render$123(e, t) {
|
|
|
6878
6878
|
}
|
|
6879
6879
|
var external_link_default = {
|
|
6880
6880
|
name: "lucide-external-link",
|
|
6881
|
-
render: render$
|
|
6882
|
-
}, _hoisted_1$
|
|
6881
|
+
render: render$124
|
|
6882
|
+
}, _hoisted_1$143 = {
|
|
6883
6883
|
viewBox: "0 0 24 24",
|
|
6884
6884
|
width: "1.2em",
|
|
6885
6885
|
height: "1.2em"
|
|
6886
6886
|
};
|
|
6887
|
-
function render$
|
|
6888
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6887
|
+
function render$123(e, t) {
|
|
6888
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
|
|
6889
6889
|
fill: "none",
|
|
6890
6890
|
stroke: "currentColor",
|
|
6891
6891
|
"stroke-linecap": "round",
|
|
@@ -6899,14 +6899,14 @@ function render$122(e, t) {
|
|
|
6899
6899
|
}
|
|
6900
6900
|
var eye_default = {
|
|
6901
6901
|
name: "lucide-eye",
|
|
6902
|
-
render: render$
|
|
6903
|
-
}, _hoisted_1$
|
|
6902
|
+
render: render$123
|
|
6903
|
+
}, _hoisted_1$142 = {
|
|
6904
6904
|
viewBox: "0 0 24 24",
|
|
6905
6905
|
width: "1.2em",
|
|
6906
6906
|
height: "1.2em"
|
|
6907
6907
|
};
|
|
6908
|
-
function render$
|
|
6909
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6908
|
+
function render$122(e, t) {
|
|
6909
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("g", {
|
|
6910
6910
|
fill: "none",
|
|
6911
6911
|
stroke: "currentColor",
|
|
6912
6912
|
"stroke-linecap": "round",
|
|
@@ -6916,14 +6916,14 @@ function render$121(e, t) {
|
|
|
6916
6916
|
}
|
|
6917
6917
|
var eye_off_default = {
|
|
6918
6918
|
name: "lucide-eye-off",
|
|
6919
|
-
render: render$
|
|
6920
|
-
}, _hoisted_1$
|
|
6919
|
+
render: render$122
|
|
6920
|
+
}, _hoisted_1$141 = {
|
|
6921
6921
|
viewBox: "0 0 24 24",
|
|
6922
6922
|
width: "1.2em",
|
|
6923
6923
|
height: "1.2em"
|
|
6924
6924
|
};
|
|
6925
|
-
function render$
|
|
6926
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6925
|
+
function render$121(e, t) {
|
|
6926
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
|
|
6927
6927
|
fill: "none",
|
|
6928
6928
|
stroke: "currentColor",
|
|
6929
6929
|
"stroke-linecap": "round",
|
|
@@ -6933,14 +6933,14 @@ function render$120(e, t) {
|
|
|
6933
6933
|
}
|
|
6934
6934
|
var file_default = {
|
|
6935
6935
|
name: "lucide-file",
|
|
6936
|
-
render: render$
|
|
6937
|
-
}, _hoisted_1$
|
|
6936
|
+
render: render$121
|
|
6937
|
+
}, _hoisted_1$140 = {
|
|
6938
6938
|
viewBox: "0 0 24 24",
|
|
6939
6939
|
width: "1.2em",
|
|
6940
6940
|
height: "1.2em"
|
|
6941
6941
|
};
|
|
6942
|
-
function render$
|
|
6943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6942
|
+
function render$120(e, t) {
|
|
6943
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
|
|
6944
6944
|
fill: "none",
|
|
6945
6945
|
stroke: "currentColor",
|
|
6946
6946
|
"stroke-linecap": "round",
|
|
@@ -6958,14 +6958,14 @@ function render$119(e, t) {
|
|
|
6958
6958
|
}
|
|
6959
6959
|
var file_archive_default = {
|
|
6960
6960
|
name: "lucide-file-archive",
|
|
6961
|
-
render: render$
|
|
6962
|
-
}, _hoisted_1$
|
|
6961
|
+
render: render$120
|
|
6962
|
+
}, _hoisted_1$139 = {
|
|
6963
6963
|
viewBox: "0 0 24 24",
|
|
6964
6964
|
width: "1.2em",
|
|
6965
6965
|
height: "1.2em"
|
|
6966
6966
|
};
|
|
6967
|
-
function render$
|
|
6968
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6967
|
+
function render$119(e, t) {
|
|
6968
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("g", {
|
|
6969
6969
|
fill: "none",
|
|
6970
6970
|
stroke: "currentColor",
|
|
6971
6971
|
"stroke-linecap": "round",
|
|
@@ -6975,14 +6975,14 @@ function render$118(e, t) {
|
|
|
6975
6975
|
}
|
|
6976
6976
|
var file_code_default = {
|
|
6977
6977
|
name: "lucide-file-code",
|
|
6978
|
-
render: render$
|
|
6979
|
-
}, _hoisted_1$
|
|
6978
|
+
render: render$119
|
|
6979
|
+
}, _hoisted_1$138 = {
|
|
6980
6980
|
viewBox: "0 0 24 24",
|
|
6981
6981
|
width: "1.2em",
|
|
6982
6982
|
height: "1.2em"
|
|
6983
6983
|
};
|
|
6984
|
-
function render$
|
|
6985
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6984
|
+
function render$118(e, t) {
|
|
6985
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("path", {
|
|
6986
6986
|
fill: "none",
|
|
6987
6987
|
stroke: "currentColor",
|
|
6988
6988
|
"stroke-linecap": "round",
|
|
@@ -6993,14 +6993,14 @@ function render$117(e, t) {
|
|
|
6993
6993
|
}
|
|
6994
6994
|
var file_diff_default = {
|
|
6995
6995
|
name: "lucide-file-diff",
|
|
6996
|
-
render: render$
|
|
6997
|
-
}, _hoisted_1$
|
|
6996
|
+
render: render$118
|
|
6997
|
+
}, _hoisted_1$137 = {
|
|
6998
6998
|
viewBox: "0 0 24 24",
|
|
6999
6999
|
width: "1.2em",
|
|
7000
7000
|
height: "1.2em"
|
|
7001
7001
|
};
|
|
7002
|
-
function render$
|
|
7003
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7002
|
+
function render$117(e, t) {
|
|
7003
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("g", {
|
|
7004
7004
|
fill: "none",
|
|
7005
7005
|
stroke: "currentColor",
|
|
7006
7006
|
"stroke-linecap": "round",
|
|
@@ -7010,14 +7010,14 @@ function render$116(e, t) {
|
|
|
7010
7010
|
}
|
|
7011
7011
|
var file_down_default = {
|
|
7012
7012
|
name: "lucide-file-down",
|
|
7013
|
-
render: render$
|
|
7014
|
-
}, _hoisted_1$
|
|
7013
|
+
render: render$117
|
|
7014
|
+
}, _hoisted_1$136 = {
|
|
7015
7015
|
viewBox: "0 0 24 24",
|
|
7016
7016
|
width: "1.2em",
|
|
7017
7017
|
height: "1.2em"
|
|
7018
7018
|
};
|
|
7019
|
-
function render$
|
|
7020
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7019
|
+
function render$116(e, t) {
|
|
7020
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("g", {
|
|
7021
7021
|
fill: "none",
|
|
7022
7022
|
stroke: "currentColor",
|
|
7023
7023
|
"stroke-linecap": "round",
|
|
@@ -7027,14 +7027,14 @@ function render$115(e, t) {
|
|
|
7027
7027
|
}
|
|
7028
7028
|
var file_input_default = {
|
|
7029
7029
|
name: "lucide-file-input",
|
|
7030
|
-
render: render$
|
|
7031
|
-
}, _hoisted_1$
|
|
7030
|
+
render: render$116
|
|
7031
|
+
}, _hoisted_1$135 = {
|
|
7032
7032
|
viewBox: "0 0 24 24",
|
|
7033
7033
|
width: "1.2em",
|
|
7034
7034
|
height: "1.2em"
|
|
7035
7035
|
};
|
|
7036
|
-
function render$
|
|
7037
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7036
|
+
function render$115(e, t) {
|
|
7037
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("g", {
|
|
7038
7038
|
fill: "none",
|
|
7039
7039
|
stroke: "currentColor",
|
|
7040
7040
|
"stroke-linecap": "round",
|
|
@@ -7048,14 +7048,14 @@ function render$114(e, t) {
|
|
|
7048
7048
|
}
|
|
7049
7049
|
var file_output_default = {
|
|
7050
7050
|
name: "lucide-file-output",
|
|
7051
|
-
render: render$
|
|
7052
|
-
}, _hoisted_1$
|
|
7051
|
+
render: render$115
|
|
7052
|
+
}, _hoisted_1$134 = {
|
|
7053
7053
|
viewBox: "0 0 24 24",
|
|
7054
7054
|
width: "1.2em",
|
|
7055
7055
|
height: "1.2em"
|
|
7056
7056
|
};
|
|
7057
|
-
function render$
|
|
7058
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7057
|
+
function render$114(e, t) {
|
|
7058
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("g", {
|
|
7059
7059
|
fill: "none",
|
|
7060
7060
|
stroke: "currentColor",
|
|
7061
7061
|
"stroke-linecap": "round",
|
|
@@ -7065,14 +7065,14 @@ function render$113(e, t) {
|
|
|
7065
7065
|
}
|
|
7066
7066
|
var file_text_default = {
|
|
7067
7067
|
name: "lucide-file-text",
|
|
7068
|
-
render: render$
|
|
7069
|
-
}, _hoisted_1$
|
|
7068
|
+
render: render$114
|
|
7069
|
+
}, _hoisted_1$133 = {
|
|
7070
7070
|
viewBox: "0 0 24 24",
|
|
7071
7071
|
width: "1.2em",
|
|
7072
7072
|
height: "1.2em"
|
|
7073
7073
|
};
|
|
7074
|
-
function render$
|
|
7075
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7074
|
+
function render$113(e, t) {
|
|
7075
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("g", {
|
|
7076
7076
|
fill: "none",
|
|
7077
7077
|
stroke: "currentColor",
|
|
7078
7078
|
"stroke-linecap": "round",
|
|
@@ -7086,14 +7086,14 @@ function render$112(e, t) {
|
|
|
7086
7086
|
}
|
|
7087
7087
|
var files_default = {
|
|
7088
7088
|
name: "lucide-files",
|
|
7089
|
-
render: render$
|
|
7090
|
-
}, _hoisted_1$
|
|
7089
|
+
render: render$113
|
|
7090
|
+
}, _hoisted_1$132 = {
|
|
7091
7091
|
viewBox: "0 0 24 24",
|
|
7092
7092
|
width: "1.2em",
|
|
7093
7093
|
height: "1.2em"
|
|
7094
7094
|
};
|
|
7095
|
-
function render$
|
|
7096
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7095
|
+
function render$112(e, t) {
|
|
7096
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("g", {
|
|
7097
7097
|
fill: "none",
|
|
7098
7098
|
stroke: "currentColor",
|
|
7099
7099
|
"stroke-linecap": "round",
|
|
@@ -7103,14 +7103,14 @@ function render$111(e, t) {
|
|
|
7103
7103
|
}
|
|
7104
7104
|
var fingerprint_default = {
|
|
7105
7105
|
name: "lucide-fingerprint",
|
|
7106
|
-
render: render$
|
|
7107
|
-
}, _hoisted_1$
|
|
7106
|
+
render: render$112
|
|
7107
|
+
}, _hoisted_1$131 = {
|
|
7108
7108
|
viewBox: "0 0 24 24",
|
|
7109
7109
|
width: "1.2em",
|
|
7110
7110
|
height: "1.2em"
|
|
7111
7111
|
};
|
|
7112
|
-
function render$
|
|
7113
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7112
|
+
function render$111(e, t) {
|
|
7113
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createBaseVNode("path", {
|
|
7114
7114
|
fill: "none",
|
|
7115
7115
|
stroke: "currentColor",
|
|
7116
7116
|
"stroke-linecap": "round",
|
|
@@ -7121,14 +7121,14 @@ function render$110(e, t) {
|
|
|
7121
7121
|
}
|
|
7122
7122
|
var flask_conical_default = {
|
|
7123
7123
|
name: "lucide-flask-conical",
|
|
7124
|
-
render: render$
|
|
7125
|
-
}, _hoisted_1$
|
|
7124
|
+
render: render$111
|
|
7125
|
+
}, _hoisted_1$130 = {
|
|
7126
7126
|
viewBox: "0 0 24 24",
|
|
7127
7127
|
width: "1.2em",
|
|
7128
7128
|
height: "1.2em"
|
|
7129
7129
|
};
|
|
7130
|
-
function render$
|
|
7131
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7130
|
+
function render$110(e, t) {
|
|
7131
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("path", {
|
|
7132
7132
|
fill: "none",
|
|
7133
7133
|
stroke: "currentColor",
|
|
7134
7134
|
"stroke-linecap": "round",
|
|
@@ -7139,14 +7139,14 @@ function render$109(e, t) {
|
|
|
7139
7139
|
}
|
|
7140
7140
|
var folder_default = {
|
|
7141
7141
|
name: "lucide-folder",
|
|
7142
|
-
render: render$
|
|
7143
|
-
}, _hoisted_1$
|
|
7142
|
+
render: render$110
|
|
7143
|
+
}, _hoisted_1$129 = {
|
|
7144
7144
|
viewBox: "0 0 24 24",
|
|
7145
7145
|
width: "1.2em",
|
|
7146
7146
|
height: "1.2em"
|
|
7147
7147
|
};
|
|
7148
|
-
function render$
|
|
7149
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7148
|
+
function render$109(e, t) {
|
|
7149
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("path", {
|
|
7150
7150
|
fill: "none",
|
|
7151
7151
|
stroke: "currentColor",
|
|
7152
7152
|
"stroke-linecap": "round",
|
|
@@ -7157,14 +7157,14 @@ function render$108(e, t) {
|
|
|
7157
7157
|
}
|
|
7158
7158
|
var folder_open_default = {
|
|
7159
7159
|
name: "lucide-folder-open",
|
|
7160
|
-
render: render$
|
|
7161
|
-
}, _hoisted_1$
|
|
7160
|
+
render: render$109
|
|
7161
|
+
}, _hoisted_1$128 = {
|
|
7162
7162
|
viewBox: "0 0 24 24",
|
|
7163
7163
|
width: "1.2em",
|
|
7164
7164
|
height: "1.2em"
|
|
7165
7165
|
};
|
|
7166
|
-
function render$
|
|
7167
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7166
|
+
function render$108(e, t) {
|
|
7167
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createBaseVNode("path", {
|
|
7168
7168
|
fill: "none",
|
|
7169
7169
|
stroke: "currentColor",
|
|
7170
7170
|
"stroke-linecap": "round",
|
|
@@ -7175,14 +7175,14 @@ function render$107(e, t) {
|
|
|
7175
7175
|
}
|
|
7176
7176
|
var folder_plus_default = {
|
|
7177
7177
|
name: "lucide-folder-plus",
|
|
7178
|
-
render: render$
|
|
7179
|
-
}, _hoisted_1$
|
|
7178
|
+
render: render$108
|
|
7179
|
+
}, _hoisted_1$127 = {
|
|
7180
7180
|
viewBox: "0 0 24 24",
|
|
7181
7181
|
width: "1.2em",
|
|
7182
7182
|
height: "1.2em"
|
|
7183
7183
|
};
|
|
7184
|
-
function render$
|
|
7185
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7184
|
+
function render$107(e, t) {
|
|
7185
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createBaseVNode("path", {
|
|
7186
7186
|
fill: "none",
|
|
7187
7187
|
stroke: "currentColor",
|
|
7188
7188
|
"stroke-linecap": "round",
|
|
@@ -7193,14 +7193,14 @@ function render$106(e, t) {
|
|
|
7193
7193
|
}
|
|
7194
7194
|
var funnel_default = {
|
|
7195
7195
|
name: "lucide-funnel",
|
|
7196
|
-
render: render$
|
|
7197
|
-
}, _hoisted_1$
|
|
7196
|
+
render: render$107
|
|
7197
|
+
}, _hoisted_1$126 = {
|
|
7198
7198
|
viewBox: "0 0 24 24",
|
|
7199
7199
|
width: "1.2em",
|
|
7200
7200
|
height: "1.2em"
|
|
7201
7201
|
};
|
|
7202
|
-
function render$
|
|
7203
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7202
|
+
function render$106(e, t) {
|
|
7203
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createBaseVNode("g", {
|
|
7204
7204
|
fill: "none",
|
|
7205
7205
|
stroke: "currentColor",
|
|
7206
7206
|
"stroke-linecap": "round",
|
|
@@ -7210,14 +7210,14 @@ function render$105(e, t) {
|
|
|
7210
7210
|
}
|
|
7211
7211
|
var gem_default = {
|
|
7212
7212
|
name: "lucide-gem",
|
|
7213
|
-
render: render$
|
|
7214
|
-
}, _hoisted_1$
|
|
7213
|
+
render: render$106
|
|
7214
|
+
}, _hoisted_1$125 = {
|
|
7215
7215
|
viewBox: "0 0 24 24",
|
|
7216
7216
|
width: "1.2em",
|
|
7217
7217
|
height: "1.2em"
|
|
7218
7218
|
};
|
|
7219
|
-
function render$
|
|
7220
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7219
|
+
function render$105(e, t) {
|
|
7220
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createBaseVNode("g", {
|
|
7221
7221
|
fill: "none",
|
|
7222
7222
|
stroke: "currentColor",
|
|
7223
7223
|
"stroke-linecap": "round",
|
|
@@ -7233,25 +7233,25 @@ function render$104(e, t) {
|
|
|
7233
7233
|
}
|
|
7234
7234
|
var gift_default = {
|
|
7235
7235
|
name: "lucide-gift",
|
|
7236
|
-
render: render$
|
|
7237
|
-
}, _hoisted_1$
|
|
7236
|
+
render: render$105
|
|
7237
|
+
}, _hoisted_1$124 = {
|
|
7238
7238
|
viewBox: "0 0 24 24",
|
|
7239
7239
|
width: "1.2em",
|
|
7240
7240
|
height: "1.2em"
|
|
7241
7241
|
};
|
|
7242
|
-
function render$
|
|
7243
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7242
|
+
function render$104(e, t) {
|
|
7243
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, 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)]);
|
|
7244
7244
|
}
|
|
7245
7245
|
var git_branch_default = {
|
|
7246
7246
|
name: "lucide-git-branch",
|
|
7247
|
-
render: render$
|
|
7248
|
-
}, _hoisted_1$
|
|
7247
|
+
render: render$104
|
|
7248
|
+
}, _hoisted_1$123 = {
|
|
7249
7249
|
viewBox: "0 0 24 24",
|
|
7250
7250
|
width: "1.2em",
|
|
7251
7251
|
height: "1.2em"
|
|
7252
7252
|
};
|
|
7253
|
-
function render$
|
|
7254
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7253
|
+
function render$103(e, t) {
|
|
7254
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createBaseVNode("g", {
|
|
7255
7255
|
fill: "none",
|
|
7256
7256
|
stroke: "currentColor",
|
|
7257
7257
|
"stroke-linecap": "round",
|
|
@@ -7265,14 +7265,14 @@ function render$102(e, t) {
|
|
|
7265
7265
|
}
|
|
7266
7266
|
var globe_default = {
|
|
7267
7267
|
name: "lucide-globe",
|
|
7268
|
-
render: render$
|
|
7269
|
-
}, _hoisted_1$
|
|
7268
|
+
render: render$103
|
|
7269
|
+
}, _hoisted_1$122 = {
|
|
7270
7270
|
viewBox: "0 0 24 24",
|
|
7271
7271
|
width: "1.2em",
|
|
7272
7272
|
height: "1.2em"
|
|
7273
7273
|
};
|
|
7274
|
-
function render$
|
|
7275
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7274
|
+
function render$102(e, t) {
|
|
7275
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("g", {
|
|
7276
7276
|
fill: "none",
|
|
7277
7277
|
stroke: "currentColor",
|
|
7278
7278
|
"stroke-linecap": "round",
|
|
@@ -7282,14 +7282,14 @@ function render$101(e, t) {
|
|
|
7282
7282
|
}
|
|
7283
7283
|
var graduation_cap_default = {
|
|
7284
7284
|
name: "lucide-graduation-cap",
|
|
7285
|
-
render: render$
|
|
7286
|
-
}, _hoisted_1$
|
|
7285
|
+
render: render$102
|
|
7286
|
+
}, _hoisted_1$121 = {
|
|
7287
7287
|
viewBox: "0 0 24 24",
|
|
7288
7288
|
width: "1.2em",
|
|
7289
7289
|
height: "1.2em"
|
|
7290
7290
|
};
|
|
7291
|
-
function render$
|
|
7292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7291
|
+
function render$101(e, t) {
|
|
7292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createBaseVNode("g", {
|
|
7293
7293
|
fill: "none",
|
|
7294
7294
|
stroke: "currentColor",
|
|
7295
7295
|
"stroke-linecap": "round",
|
|
@@ -7305,36 +7305,36 @@ function render$100(e, t) {
|
|
|
7305
7305
|
}
|
|
7306
7306
|
var grid_2x2_default = {
|
|
7307
7307
|
name: "lucide-grid-2x2",
|
|
7308
|
-
render: render$
|
|
7309
|
-
}, _hoisted_1$
|
|
7308
|
+
render: render$101
|
|
7309
|
+
}, _hoisted_1$120 = {
|
|
7310
7310
|
viewBox: "0 0 24 24",
|
|
7311
7311
|
width: "1.2em",
|
|
7312
7312
|
height: "1.2em"
|
|
7313
7313
|
};
|
|
7314
|
-
function render$
|
|
7315
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7314
|
+
function render$100(e, t) {
|
|
7315
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, 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)]);
|
|
7316
7316
|
}
|
|
7317
7317
|
var grip_vertical_default = {
|
|
7318
7318
|
name: "lucide-grip-vertical",
|
|
7319
|
-
render: render$
|
|
7320
|
-
}, _hoisted_1$
|
|
7319
|
+
render: render$100
|
|
7320
|
+
}, _hoisted_1$119 = {
|
|
7321
7321
|
viewBox: "0 0 24 24",
|
|
7322
7322
|
width: "1.2em",
|
|
7323
7323
|
height: "1.2em"
|
|
7324
7324
|
};
|
|
7325
|
-
function render$
|
|
7326
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7325
|
+
function render$99(e, t) {
|
|
7326
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, 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)]);
|
|
7327
7327
|
}
|
|
7328
7328
|
var hand_coins_default = {
|
|
7329
7329
|
name: "lucide-hand-coins",
|
|
7330
|
-
render: render$
|
|
7331
|
-
}, _hoisted_1$
|
|
7330
|
+
render: render$99
|
|
7331
|
+
}, _hoisted_1$118 = {
|
|
7332
7332
|
viewBox: "0 0 24 24",
|
|
7333
7333
|
width: "1.2em",
|
|
7334
7334
|
height: "1.2em"
|
|
7335
7335
|
};
|
|
7336
|
-
function render$
|
|
7337
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7336
|
+
function render$98(e, t) {
|
|
7337
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("g", {
|
|
7338
7338
|
fill: "none",
|
|
7339
7339
|
stroke: "currentColor",
|
|
7340
7340
|
"stroke-linecap": "round",
|
|
@@ -7348,14 +7348,14 @@ function render$97(e, t) {
|
|
|
7348
7348
|
}
|
|
7349
7349
|
var handshake_default = {
|
|
7350
7350
|
name: "lucide-handshake",
|
|
7351
|
-
render: render$
|
|
7352
|
-
}, _hoisted_1$
|
|
7351
|
+
render: render$98
|
|
7352
|
+
}, _hoisted_1$117 = {
|
|
7353
7353
|
viewBox: "0 0 24 24",
|
|
7354
7354
|
width: "1.2em",
|
|
7355
7355
|
height: "1.2em"
|
|
7356
7356
|
};
|
|
7357
|
-
function render$
|
|
7358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7357
|
+
function render$97(e, t) {
|
|
7358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("path", {
|
|
7359
7359
|
fill: "none",
|
|
7360
7360
|
stroke: "currentColor",
|
|
7361
7361
|
"stroke-linecap": "round",
|
|
@@ -7366,14 +7366,14 @@ function render$96(e, t) {
|
|
|
7366
7366
|
}
|
|
7367
7367
|
var hard_drive_default = {
|
|
7368
7368
|
name: "lucide-hard-drive",
|
|
7369
|
-
render: render$
|
|
7370
|
-
}, _hoisted_1$
|
|
7369
|
+
render: render$97
|
|
7370
|
+
}, _hoisted_1$116 = {
|
|
7371
7371
|
viewBox: "0 0 24 24",
|
|
7372
7372
|
width: "1.2em",
|
|
7373
7373
|
height: "1.2em"
|
|
7374
7374
|
};
|
|
7375
|
-
function render$
|
|
7376
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7375
|
+
function render$96(e, t) {
|
|
7376
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("g", {
|
|
7377
7377
|
fill: "none",
|
|
7378
7378
|
stroke: "currentColor",
|
|
7379
7379
|
"stroke-linecap": "round",
|
|
@@ -7393,14 +7393,14 @@ function render$95(e, t) {
|
|
|
7393
7393
|
}
|
|
7394
7394
|
var hard_drive_download_default = {
|
|
7395
7395
|
name: "lucide-hard-drive-download",
|
|
7396
|
-
render: render$
|
|
7397
|
-
}, _hoisted_1$
|
|
7396
|
+
render: render$96
|
|
7397
|
+
}, _hoisted_1$115 = {
|
|
7398
7398
|
viewBox: "0 0 24 24",
|
|
7399
7399
|
width: "1.2em",
|
|
7400
7400
|
height: "1.2em"
|
|
7401
7401
|
};
|
|
7402
|
-
function render$
|
|
7403
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7402
|
+
function render$95(e, t) {
|
|
7403
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("path", {
|
|
7404
7404
|
fill: "none",
|
|
7405
7405
|
stroke: "currentColor",
|
|
7406
7406
|
"stroke-linecap": "round",
|
|
@@ -7411,14 +7411,14 @@ function render$94(e, t) {
|
|
|
7411
7411
|
}
|
|
7412
7412
|
var hash_default = {
|
|
7413
7413
|
name: "lucide-hash",
|
|
7414
|
-
render: render$
|
|
7415
|
-
}, _hoisted_1$
|
|
7414
|
+
render: render$95
|
|
7415
|
+
}, _hoisted_1$114 = {
|
|
7416
7416
|
viewBox: "0 0 24 24",
|
|
7417
7417
|
width: "1.2em",
|
|
7418
7418
|
height: "1.2em"
|
|
7419
7419
|
};
|
|
7420
|
-
function render$
|
|
7421
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7420
|
+
function render$94(e, t) {
|
|
7421
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("g", {
|
|
7422
7422
|
fill: "none",
|
|
7423
7423
|
stroke: "currentColor",
|
|
7424
7424
|
"stroke-linecap": "round",
|
|
@@ -7428,14 +7428,14 @@ function render$93(e, t) {
|
|
|
7428
7428
|
}
|
|
7429
7429
|
var history_default = {
|
|
7430
7430
|
name: "lucide-history",
|
|
7431
|
-
render: render$
|
|
7432
|
-
}, _hoisted_1$
|
|
7431
|
+
render: render$94
|
|
7432
|
+
}, _hoisted_1$113 = {
|
|
7433
7433
|
viewBox: "0 0 24 24",
|
|
7434
7434
|
width: "1.2em",
|
|
7435
7435
|
height: "1.2em"
|
|
7436
7436
|
};
|
|
7437
|
-
function render$
|
|
7438
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7437
|
+
function render$93(e, t) {
|
|
7438
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("path", {
|
|
7439
7439
|
fill: "none",
|
|
7440
7440
|
stroke: "currentColor",
|
|
7441
7441
|
"stroke-linecap": "round",
|
|
@@ -7446,14 +7446,14 @@ function render$92(e, t) {
|
|
|
7446
7446
|
}
|
|
7447
7447
|
var hourglass_default = {
|
|
7448
7448
|
name: "lucide-hourglass",
|
|
7449
|
-
render: render$
|
|
7450
|
-
}, _hoisted_1$
|
|
7449
|
+
render: render$93
|
|
7450
|
+
}, _hoisted_1$112 = {
|
|
7451
7451
|
viewBox: "0 0 24 24",
|
|
7452
7452
|
width: "1.2em",
|
|
7453
7453
|
height: "1.2em"
|
|
7454
7454
|
};
|
|
7455
|
-
function render$
|
|
7456
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7455
|
+
function render$92(e, t) {
|
|
7456
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("g", {
|
|
7457
7457
|
fill: "none",
|
|
7458
7458
|
stroke: "currentColor",
|
|
7459
7459
|
"stroke-linecap": "round",
|
|
@@ -7463,14 +7463,14 @@ function render$91(e, t) {
|
|
|
7463
7463
|
}
|
|
7464
7464
|
var house_default = {
|
|
7465
7465
|
name: "lucide-house",
|
|
7466
|
-
render: render$
|
|
7467
|
-
}, _hoisted_1$
|
|
7466
|
+
render: render$92
|
|
7467
|
+
}, _hoisted_1$111 = {
|
|
7468
7468
|
viewBox: "0 0 24 24",
|
|
7469
7469
|
width: "1.2em",
|
|
7470
7470
|
height: "1.2em"
|
|
7471
7471
|
};
|
|
7472
|
-
function render$
|
|
7473
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7472
|
+
function render$91(e, t) {
|
|
7473
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("g", {
|
|
7474
7474
|
fill: "none",
|
|
7475
7475
|
stroke: "currentColor",
|
|
7476
7476
|
"stroke-linecap": "round",
|
|
@@ -7495,14 +7495,14 @@ function render$90(e, t) {
|
|
|
7495
7495
|
}
|
|
7496
7496
|
var image_default = {
|
|
7497
7497
|
name: "lucide-image",
|
|
7498
|
-
render: render$
|
|
7499
|
-
}, _hoisted_1$
|
|
7498
|
+
render: render$91
|
|
7499
|
+
}, _hoisted_1$110 = {
|
|
7500
7500
|
viewBox: "0 0 24 24",
|
|
7501
7501
|
width: "1.2em",
|
|
7502
7502
|
height: "1.2em"
|
|
7503
7503
|
};
|
|
7504
|
-
function render$
|
|
7505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7504
|
+
function render$90(e, t) {
|
|
7505
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("g", {
|
|
7506
7506
|
fill: "none",
|
|
7507
7507
|
stroke: "currentColor",
|
|
7508
7508
|
"stroke-linecap": "round",
|
|
@@ -7512,14 +7512,14 @@ function render$89(e, t) {
|
|
|
7512
7512
|
}
|
|
7513
7513
|
var inbox_default = {
|
|
7514
7514
|
name: "lucide-inbox",
|
|
7515
|
-
render: render$
|
|
7516
|
-
}, _hoisted_1$
|
|
7515
|
+
render: render$90
|
|
7516
|
+
}, _hoisted_1$109 = {
|
|
7517
7517
|
viewBox: "0 0 24 24",
|
|
7518
7518
|
width: "1.2em",
|
|
7519
7519
|
height: "1.2em"
|
|
7520
7520
|
};
|
|
7521
|
-
function render$
|
|
7522
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7521
|
+
function render$89(e, t) {
|
|
7522
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("g", {
|
|
7523
7523
|
fill: "none",
|
|
7524
7524
|
stroke: "currentColor",
|
|
7525
7525
|
"stroke-linecap": "round",
|
|
@@ -7533,14 +7533,14 @@ function render$88(e, t) {
|
|
|
7533
7533
|
}
|
|
7534
7534
|
var info_default = {
|
|
7535
7535
|
name: "lucide-info",
|
|
7536
|
-
render: render$
|
|
7537
|
-
}, _hoisted_1$
|
|
7536
|
+
render: render$89
|
|
7537
|
+
}, _hoisted_1$108 = {
|
|
7538
7538
|
viewBox: "0 0 24 24",
|
|
7539
7539
|
width: "1.2em",
|
|
7540
7540
|
height: "1.2em"
|
|
7541
7541
|
};
|
|
7542
|
-
function render$
|
|
7543
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7542
|
+
function render$88(e, t) {
|
|
7543
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("g", {
|
|
7544
7544
|
fill: "none",
|
|
7545
7545
|
stroke: "currentColor",
|
|
7546
7546
|
"stroke-linecap": "round",
|
|
@@ -7555,14 +7555,14 @@ function render$87(e, t) {
|
|
|
7555
7555
|
}
|
|
7556
7556
|
var key_round_default = {
|
|
7557
7557
|
name: "lucide-key-round",
|
|
7558
|
-
render: render$
|
|
7559
|
-
}, _hoisted_1$
|
|
7558
|
+
render: render$88
|
|
7559
|
+
}, _hoisted_1$107 = {
|
|
7560
7560
|
viewBox: "0 0 24 24",
|
|
7561
7561
|
width: "1.2em",
|
|
7562
7562
|
height: "1.2em"
|
|
7563
7563
|
};
|
|
7564
|
-
function render$
|
|
7565
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7564
|
+
function render$87(e, t) {
|
|
7565
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("path", {
|
|
7566
7566
|
fill: "none",
|
|
7567
7567
|
stroke: "currentColor",
|
|
7568
7568
|
"stroke-linecap": "round",
|
|
@@ -7573,14 +7573,14 @@ function render$86(e, t) {
|
|
|
7573
7573
|
}
|
|
7574
7574
|
var languages_default = {
|
|
7575
7575
|
name: "lucide-languages",
|
|
7576
|
-
render: render$
|
|
7577
|
-
}, _hoisted_1$
|
|
7576
|
+
render: render$87
|
|
7577
|
+
}, _hoisted_1$106 = {
|
|
7578
7578
|
viewBox: "0 0 24 24",
|
|
7579
7579
|
width: "1.2em",
|
|
7580
7580
|
height: "1.2em"
|
|
7581
7581
|
};
|
|
7582
|
-
function render$
|
|
7583
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7582
|
+
function render$86(e, t) {
|
|
7583
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("g", {
|
|
7584
7584
|
fill: "none",
|
|
7585
7585
|
stroke: "currentColor",
|
|
7586
7586
|
"stroke-linecap": "round",
|
|
@@ -7594,14 +7594,14 @@ function render$85(e, t) {
|
|
|
7594
7594
|
}
|
|
7595
7595
|
var layers_default = {
|
|
7596
7596
|
name: "lucide-layers",
|
|
7597
|
-
render: render$
|
|
7598
|
-
}, _hoisted_1$
|
|
7597
|
+
render: render$86
|
|
7598
|
+
}, _hoisted_1$105 = {
|
|
7599
7599
|
viewBox: "0 0 24 24",
|
|
7600
7600
|
width: "1.2em",
|
|
7601
7601
|
height: "1.2em"
|
|
7602
7602
|
};
|
|
7603
|
-
function render$
|
|
7604
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7603
|
+
function render$85(e, t) {
|
|
7604
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("path", {
|
|
7605
7605
|
fill: "none",
|
|
7606
7606
|
stroke: "currentColor",
|
|
7607
7607
|
"stroke-linecap": "round",
|
|
@@ -7612,14 +7612,14 @@ function render$84(e, t) {
|
|
|
7612
7612
|
}
|
|
7613
7613
|
var lightbulb_default = {
|
|
7614
7614
|
name: "lucide-lightbulb",
|
|
7615
|
-
render: render$
|
|
7616
|
-
}, _hoisted_1$
|
|
7615
|
+
render: render$85
|
|
7616
|
+
}, _hoisted_1$104 = {
|
|
7617
7617
|
viewBox: "0 0 24 24",
|
|
7618
7618
|
width: "1.2em",
|
|
7619
7619
|
height: "1.2em"
|
|
7620
7620
|
};
|
|
7621
|
-
function render$
|
|
7622
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7621
|
+
function render$84(e, t) {
|
|
7622
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("g", {
|
|
7623
7623
|
fill: "none",
|
|
7624
7624
|
stroke: "currentColor",
|
|
7625
7625
|
"stroke-linecap": "round",
|
|
@@ -7629,14 +7629,14 @@ function render$83(e, t) {
|
|
|
7629
7629
|
}
|
|
7630
7630
|
var link_default = {
|
|
7631
7631
|
name: "lucide-link",
|
|
7632
|
-
render: render$
|
|
7633
|
-
}, _hoisted_1$
|
|
7632
|
+
render: render$84
|
|
7633
|
+
}, _hoisted_1$103 = {
|
|
7634
7634
|
viewBox: "0 0 24 24",
|
|
7635
7635
|
width: "1.2em",
|
|
7636
7636
|
height: "1.2em"
|
|
7637
7637
|
};
|
|
7638
|
-
function render$
|
|
7639
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7638
|
+
function render$83(e, t) {
|
|
7639
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
|
|
7640
7640
|
fill: "none",
|
|
7641
7641
|
stroke: "currentColor",
|
|
7642
7642
|
"stroke-linecap": "round",
|
|
@@ -7647,14 +7647,14 @@ function render$82(e, t) {
|
|
|
7647
7647
|
}
|
|
7648
7648
|
var list_default = {
|
|
7649
7649
|
name: "lucide-list",
|
|
7650
|
-
render: render$
|
|
7651
|
-
}, _hoisted_1$
|
|
7650
|
+
render: render$83
|
|
7651
|
+
}, _hoisted_1$102 = {
|
|
7652
7652
|
viewBox: "0 0 24 24",
|
|
7653
7653
|
width: "1.2em",
|
|
7654
7654
|
height: "1.2em"
|
|
7655
7655
|
};
|
|
7656
|
-
function render$
|
|
7657
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7656
|
+
function render$82(e, t) {
|
|
7657
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("path", {
|
|
7658
7658
|
fill: "none",
|
|
7659
7659
|
stroke: "currentColor",
|
|
7660
7660
|
"stroke-linecap": "round",
|
|
@@ -7665,14 +7665,14 @@ function render$81(e, t) {
|
|
|
7665
7665
|
}
|
|
7666
7666
|
var list_checks_default = {
|
|
7667
7667
|
name: "lucide-list-checks",
|
|
7668
|
-
render: render$
|
|
7669
|
-
}, _hoisted_1$
|
|
7668
|
+
render: render$82
|
|
7669
|
+
}, _hoisted_1$101 = {
|
|
7670
7670
|
viewBox: "0 0 24 24",
|
|
7671
7671
|
width: "1.2em",
|
|
7672
7672
|
height: "1.2em"
|
|
7673
7673
|
};
|
|
7674
|
-
function render$
|
|
7675
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7674
|
+
function render$81(e, t) {
|
|
7675
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("g", {
|
|
7676
7676
|
fill: "none",
|
|
7677
7677
|
stroke: "currentColor",
|
|
7678
7678
|
"stroke-linecap": "round",
|
|
@@ -7689,14 +7689,14 @@ function render$80(e, t) {
|
|
|
7689
7689
|
}
|
|
7690
7690
|
var lock_default = {
|
|
7691
7691
|
name: "lucide-lock",
|
|
7692
|
-
render: render$
|
|
7693
|
-
}, _hoisted_1$
|
|
7692
|
+
render: render$81
|
|
7693
|
+
}, _hoisted_1$100 = {
|
|
7694
7694
|
viewBox: "0 0 24 24",
|
|
7695
7695
|
width: "1.2em",
|
|
7696
7696
|
height: "1.2em"
|
|
7697
7697
|
};
|
|
7698
|
-
function render$
|
|
7699
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7698
|
+
function render$80(e, t) {
|
|
7699
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
|
|
7700
7700
|
fill: "none",
|
|
7701
7701
|
stroke: "currentColor",
|
|
7702
7702
|
"stroke-linecap": "round",
|
|
@@ -7707,14 +7707,14 @@ function render$79(e, t) {
|
|
|
7707
7707
|
}
|
|
7708
7708
|
var log_in_default = {
|
|
7709
7709
|
name: "lucide-log-in",
|
|
7710
|
-
render: render$
|
|
7711
|
-
}, _hoisted_1$
|
|
7710
|
+
render: render$80
|
|
7711
|
+
}, _hoisted_1$99 = {
|
|
7712
7712
|
viewBox: "0 0 24 24",
|
|
7713
7713
|
width: "1.2em",
|
|
7714
7714
|
height: "1.2em"
|
|
7715
7715
|
};
|
|
7716
|
-
function render$
|
|
7717
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7716
|
+
function render$79(e, t) {
|
|
7717
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("path", {
|
|
7718
7718
|
fill: "none",
|
|
7719
7719
|
stroke: "currentColor",
|
|
7720
7720
|
"stroke-linecap": "round",
|
|
@@ -7725,14 +7725,14 @@ function render$78(e, t) {
|
|
|
7725
7725
|
}
|
|
7726
7726
|
var log_out_default = {
|
|
7727
7727
|
name: "lucide-log-out",
|
|
7728
|
-
render: render$
|
|
7729
|
-
}, _hoisted_1$
|
|
7728
|
+
render: render$79
|
|
7729
|
+
}, _hoisted_1$98 = {
|
|
7730
7730
|
viewBox: "0 0 24 24",
|
|
7731
7731
|
width: "1.2em",
|
|
7732
7732
|
height: "1.2em"
|
|
7733
7733
|
};
|
|
7734
|
-
function render$
|
|
7735
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7734
|
+
function render$78(e, t) {
|
|
7735
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("g", {
|
|
7736
7736
|
fill: "none",
|
|
7737
7737
|
stroke: "currentColor",
|
|
7738
7738
|
"stroke-linecap": "round",
|
|
@@ -7748,14 +7748,14 @@ function render$77(e, t) {
|
|
|
7748
7748
|
}
|
|
7749
7749
|
var mail_default = {
|
|
7750
7750
|
name: "lucide-mail",
|
|
7751
|
-
render: render$
|
|
7752
|
-
}, _hoisted_1$
|
|
7751
|
+
render: render$78
|
|
7752
|
+
}, _hoisted_1$97 = {
|
|
7753
7753
|
viewBox: "0 0 24 24",
|
|
7754
7754
|
width: "1.2em",
|
|
7755
7755
|
height: "1.2em"
|
|
7756
7756
|
};
|
|
7757
|
-
function render$
|
|
7758
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7757
|
+
function render$77(e, t) {
|
|
7758
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("path", {
|
|
7759
7759
|
fill: "none",
|
|
7760
7760
|
stroke: "currentColor",
|
|
7761
7761
|
"stroke-linecap": "round",
|
|
@@ -7766,14 +7766,14 @@ function render$76(e, t) {
|
|
|
7766
7766
|
}
|
|
7767
7767
|
var maximize_default = {
|
|
7768
7768
|
name: "lucide-maximize",
|
|
7769
|
-
render: render$
|
|
7770
|
-
}, _hoisted_1$
|
|
7769
|
+
render: render$77
|
|
7770
|
+
}, _hoisted_1$96 = {
|
|
7771
7771
|
viewBox: "0 0 24 24",
|
|
7772
7772
|
width: "1.2em",
|
|
7773
7773
|
height: "1.2em"
|
|
7774
7774
|
};
|
|
7775
|
-
function render$
|
|
7776
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7775
|
+
function render$76(e, t) {
|
|
7776
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("path", {
|
|
7777
7777
|
fill: "none",
|
|
7778
7778
|
stroke: "currentColor",
|
|
7779
7779
|
"stroke-linecap": "round",
|
|
@@ -7784,14 +7784,14 @@ function render$75(e, t) {
|
|
|
7784
7784
|
}
|
|
7785
7785
|
var maximize_2_default = {
|
|
7786
7786
|
name: "lucide-maximize-2",
|
|
7787
|
-
render: render$
|
|
7788
|
-
}, _hoisted_1$
|
|
7787
|
+
render: render$76
|
|
7788
|
+
}, _hoisted_1$95 = {
|
|
7789
7789
|
viewBox: "0 0 24 24",
|
|
7790
7790
|
width: "1.2em",
|
|
7791
7791
|
height: "1.2em"
|
|
7792
7792
|
};
|
|
7793
|
-
function render$
|
|
7794
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7793
|
+
function render$75(e, t) {
|
|
7794
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
|
|
7795
7795
|
fill: "none",
|
|
7796
7796
|
stroke: "currentColor",
|
|
7797
7797
|
"stroke-linecap": "round",
|
|
@@ -7802,14 +7802,14 @@ function render$74(e, t) {
|
|
|
7802
7802
|
}
|
|
7803
7803
|
var menu_default = {
|
|
7804
7804
|
name: "lucide-menu",
|
|
7805
|
-
render: render$
|
|
7806
|
-
}, _hoisted_1$
|
|
7805
|
+
render: render$75
|
|
7806
|
+
}, _hoisted_1$94 = {
|
|
7807
7807
|
viewBox: "0 0 24 24",
|
|
7808
7808
|
width: "1.2em",
|
|
7809
7809
|
height: "1.2em"
|
|
7810
7810
|
};
|
|
7811
|
-
function render$
|
|
7812
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7811
|
+
function render$74(e, t) {
|
|
7812
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
|
|
7813
7813
|
fill: "none",
|
|
7814
7814
|
stroke: "currentColor",
|
|
7815
7815
|
"stroke-linecap": "round",
|
|
@@ -7820,14 +7820,14 @@ function render$73(e, t) {
|
|
|
7820
7820
|
}
|
|
7821
7821
|
var message_circle_default = {
|
|
7822
7822
|
name: "lucide-message-circle",
|
|
7823
|
-
render: render$
|
|
7824
|
-
}, _hoisted_1$
|
|
7823
|
+
render: render$74
|
|
7824
|
+
}, _hoisted_1$93 = {
|
|
7825
7825
|
viewBox: "0 0 24 24",
|
|
7826
7826
|
width: "1.2em",
|
|
7827
7827
|
height: "1.2em"
|
|
7828
7828
|
};
|
|
7829
|
-
function render$
|
|
7830
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7829
|
+
function render$73(e, t) {
|
|
7830
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createBaseVNode("path", {
|
|
7831
7831
|
fill: "none",
|
|
7832
7832
|
stroke: "currentColor",
|
|
7833
7833
|
"stroke-linecap": "round",
|
|
@@ -7838,14 +7838,14 @@ function render$72(e, t) {
|
|
|
7838
7838
|
}
|
|
7839
7839
|
var messages_square_default = {
|
|
7840
7840
|
name: "lucide-messages-square",
|
|
7841
|
-
render: render$
|
|
7842
|
-
}, _hoisted_1$
|
|
7841
|
+
render: render$73
|
|
7842
|
+
}, _hoisted_1$92 = {
|
|
7843
7843
|
viewBox: "0 0 24 24",
|
|
7844
7844
|
width: "1.2em",
|
|
7845
7845
|
height: "1.2em"
|
|
7846
7846
|
};
|
|
7847
|
-
function render$
|
|
7848
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7847
|
+
function render$72(e, t) {
|
|
7848
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createBaseVNode("g", {
|
|
7849
7849
|
fill: "none",
|
|
7850
7850
|
stroke: "currentColor",
|
|
7851
7851
|
"stroke-linecap": "round",
|
|
@@ -7861,14 +7861,14 @@ function render$71(e, t) {
|
|
|
7861
7861
|
}
|
|
7862
7862
|
var mic_default = {
|
|
7863
7863
|
name: "lucide-mic",
|
|
7864
|
-
render: render$
|
|
7865
|
-
}, _hoisted_1$
|
|
7864
|
+
render: render$72
|
|
7865
|
+
}, _hoisted_1$91 = {
|
|
7866
7866
|
viewBox: "0 0 24 24",
|
|
7867
7867
|
width: "1.2em",
|
|
7868
7868
|
height: "1.2em"
|
|
7869
7869
|
};
|
|
7870
|
-
function render$
|
|
7871
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7870
|
+
function render$71(e, t) {
|
|
7871
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createBaseVNode("path", {
|
|
7872
7872
|
fill: "none",
|
|
7873
7873
|
stroke: "currentColor",
|
|
7874
7874
|
"stroke-linecap": "round",
|
|
@@ -7879,14 +7879,14 @@ function render$70(e, t) {
|
|
|
7879
7879
|
}
|
|
7880
7880
|
var milestone_default = {
|
|
7881
7881
|
name: "lucide-milestone",
|
|
7882
|
-
render: render$
|
|
7883
|
-
}, _hoisted_1$
|
|
7882
|
+
render: render$71
|
|
7883
|
+
}, _hoisted_1$90 = {
|
|
7884
7884
|
viewBox: "0 0 24 24",
|
|
7885
7885
|
width: "1.2em",
|
|
7886
7886
|
height: "1.2em"
|
|
7887
7887
|
};
|
|
7888
|
-
function render$
|
|
7889
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7888
|
+
function render$70(e, t) {
|
|
7889
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("path", {
|
|
7890
7890
|
fill: "none",
|
|
7891
7891
|
stroke: "currentColor",
|
|
7892
7892
|
"stroke-linecap": "round",
|
|
@@ -7897,14 +7897,14 @@ function render$69(e, t) {
|
|
|
7897
7897
|
}
|
|
7898
7898
|
var minimize_2_default = {
|
|
7899
7899
|
name: "lucide-minimize-2",
|
|
7900
|
-
render: render$
|
|
7901
|
-
}, _hoisted_1$
|
|
7900
|
+
render: render$70
|
|
7901
|
+
}, _hoisted_1$89 = {
|
|
7902
7902
|
viewBox: "0 0 24 24",
|
|
7903
7903
|
width: "1.2em",
|
|
7904
7904
|
height: "1.2em"
|
|
7905
7905
|
};
|
|
7906
|
-
function render$
|
|
7907
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7906
|
+
function render$69(e, t) {
|
|
7907
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createBaseVNode("path", {
|
|
7908
7908
|
fill: "none",
|
|
7909
7909
|
stroke: "currentColor",
|
|
7910
7910
|
"stroke-linecap": "round",
|
|
@@ -7915,6 +7915,17 @@ function render$68(e, t) {
|
|
|
7915
7915
|
}
|
|
7916
7916
|
var mouse_pointer_default = {
|
|
7917
7917
|
name: "lucide-mouse-pointer",
|
|
7918
|
+
render: render$69
|
|
7919
|
+
}, _hoisted_1$88 = {
|
|
7920
|
+
viewBox: "0 0 24 24",
|
|
7921
|
+
width: "1.2em",
|
|
7922
|
+
height: "1.2em"
|
|
7923
|
+
};
|
|
7924
|
+
function render$68(e, t) {
|
|
7925
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, 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)]);
|
|
7926
|
+
}
|
|
7927
|
+
var network_default = {
|
|
7928
|
+
name: "lucide-network",
|
|
7918
7929
|
render: render$68
|
|
7919
7930
|
}, _hoisted_1$87 = {
|
|
7920
7931
|
viewBox: "0 0 24 24",
|
|
@@ -7922,10 +7933,16 @@ var mouse_pointer_default = {
|
|
|
7922
7933
|
height: "1.2em"
|
|
7923
7934
|
};
|
|
7924
7935
|
function render$67(e, t) {
|
|
7925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [
|
|
7936
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
|
|
7937
|
+
fill: "none",
|
|
7938
|
+
stroke: "currentColor",
|
|
7939
|
+
"stroke-linecap": "round",
|
|
7940
|
+
"stroke-linejoin": "round",
|
|
7941
|
+
"stroke-width": "2"
|
|
7942
|
+
}, [createBaseVNode("path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4" }), createBaseVNode("path", { d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.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" })], -1)]);
|
|
7926
7943
|
}
|
|
7927
|
-
var
|
|
7928
|
-
name: "lucide-
|
|
7944
|
+
var notebook_pen_default = {
|
|
7945
|
+
name: "lucide-notebook-pen",
|
|
7929
7946
|
render: render$67
|
|
7930
7947
|
}, _hoisted_1$86 = {
|
|
7931
7948
|
viewBox: "0 0 24 24",
|
|
@@ -9399,6 +9416,7 @@ const deprecatedIconSet = {
|
|
|
9399
9416
|
"paper-plane": send_default,
|
|
9400
9417
|
bell: bell_default
|
|
9401
9418
|
}, updatedIconSet = {
|
|
9419
|
+
anthropic: anthropic_default,
|
|
9402
9420
|
"bolt-filled": bolt_filled_default,
|
|
9403
9421
|
"filled-square": filled_square_default,
|
|
9404
9422
|
"grip-lines-vertical": grip_lines_vertical_default,
|
|
@@ -9433,6 +9451,7 @@ const deprecatedIconSet = {
|
|
|
9433
9451
|
"node-success": node_success_default,
|
|
9434
9452
|
"node-trash": node_trash_default,
|
|
9435
9453
|
mcp: mcp_default,
|
|
9454
|
+
lovable: lovable_default,
|
|
9436
9455
|
"align-right": align_right_default,
|
|
9437
9456
|
archive: archive_default,
|
|
9438
9457
|
"archive-restore": archive_restore_default,
|
|
@@ -9552,6 +9571,7 @@ const deprecatedIconSet = {
|
|
|
9552
9571
|
milestone: milestone_default,
|
|
9553
9572
|
"mouse-pointer": mouse_pointer_default,
|
|
9554
9573
|
network: network_default,
|
|
9574
|
+
"notebook-pen": notebook_pen_default,
|
|
9555
9575
|
"package-open": package_open_default,
|
|
9556
9576
|
palette: palette_default,
|
|
9557
9577
|
"panel-left": panel_left_default,
|