@n8n/chat 0.67.0 → 0.68.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 +752 -711
- package/dist/chat.bundle.umd.js +15 -15
- package/dist/chat.es.js +752 -711
- package/dist/chat.umd.js +12 -12
- package/dist/style.css +2 -2
- 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.68.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, {
|
|
@@ -5072,27 +5072,27 @@ function xml(e) {
|
|
|
5072
5072
|
]
|
|
5073
5073
|
};
|
|
5074
5074
|
}
|
|
5075
|
-
var _hoisted_1$
|
|
5075
|
+
var _hoisted_1$228 = {
|
|
5076
5076
|
viewBox: "0 0 24 24",
|
|
5077
5077
|
width: "1.2em",
|
|
5078
5078
|
height: "1.2em"
|
|
5079
5079
|
};
|
|
5080
|
-
function render$
|
|
5081
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5080
|
+
function render$201(e, t) {
|
|
5081
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createBaseVNode("path", {
|
|
5082
5082
|
fill: "currentColor",
|
|
5083
5083
|
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"
|
|
5084
5084
|
}, null, -1)]);
|
|
5085
5085
|
}
|
|
5086
5086
|
var close_default = {
|
|
5087
5087
|
name: "mdi-close",
|
|
5088
|
-
render: render$
|
|
5088
|
+
render: render$201
|
|
5089
5089
|
}, __plugin_vue_export_helper_default = (e, t) => {
|
|
5090
5090
|
let n = e.__vccOpts || e;
|
|
5091
5091
|
for (let [e, r] of t) n[e] = r;
|
|
5092
5092
|
return n;
|
|
5093
|
-
}, _sfc_main$11 = {}, _hoisted_1$
|
|
5093
|
+
}, _sfc_main$11 = {}, _hoisted_1$227 = { class: "chat-button" };
|
|
5094
5094
|
function _sfc_render$11(e, t) {
|
|
5095
|
-
return openBlock(), createElementBlock("button", _hoisted_1$
|
|
5095
|
+
return openBlock(), createElementBlock("button", _hoisted_1$227, [renderSlot(e.$slots, "default")]);
|
|
5096
5096
|
}
|
|
5097
5097
|
var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
5098
5098
|
function useChat() {
|
|
@@ -5115,24 +5115,24 @@ function useI18n() {
|
|
|
5115
5115
|
te: r
|
|
5116
5116
|
};
|
|
5117
5117
|
}
|
|
5118
|
-
var _hoisted_1$
|
|
5118
|
+
var _hoisted_1$226 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
5119
5119
|
__name: "GetStarted",
|
|
5120
5120
|
setup(e) {
|
|
5121
5121
|
let { t } = useI18n();
|
|
5122
|
-
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5122
|
+
return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$226, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
|
|
5123
5123
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
5124
5124
|
_: 1
|
|
5125
5125
|
})]));
|
|
5126
5126
|
}
|
|
5127
|
-
}), _sfc_main$10 = {}, _hoisted_1$
|
|
5127
|
+
}), _sfc_main$10 = {}, _hoisted_1$225 = { class: "chat-powered-by" };
|
|
5128
5128
|
function _sfc_render$10(e, t) {
|
|
5129
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5129
|
+
return openBlock(), createElementBlock("div", _hoisted_1$225, t[0] ||= [createTextVNode(" Powered by "), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
|
|
5130
5130
|
}
|
|
5131
|
-
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$
|
|
5131
|
+
var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$224 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
|
|
5132
5132
|
__name: "GetStartedFooter",
|
|
5133
5133
|
setup(e) {
|
|
5134
5134
|
let { t, te: n } = useI18n();
|
|
5135
|
-
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$
|
|
5135
|
+
return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$224, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
|
|
5136
5136
|
}
|
|
5137
5137
|
});
|
|
5138
5138
|
function tryOnScopeDispose$1(e) {
|
|
@@ -5185,119 +5185,119 @@ function useFileDialog(e = {}) {
|
|
|
5185
5185
|
onChange: r
|
|
5186
5186
|
};
|
|
5187
5187
|
}
|
|
5188
|
-
var _hoisted_1$
|
|
5188
|
+
var _hoisted_1$223 = {
|
|
5189
5189
|
viewBox: "0 0 24 24",
|
|
5190
5190
|
width: "1.2em",
|
|
5191
5191
|
height: "1.2em"
|
|
5192
5192
|
};
|
|
5193
|
-
function render$
|
|
5194
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5193
|
+
function render$200(e, t) {
|
|
5194
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createBaseVNode("path", {
|
|
5195
5195
|
fill: "currentColor",
|
|
5196
5196
|
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"
|
|
5197
5197
|
}, null, -1)]);
|
|
5198
5198
|
}
|
|
5199
5199
|
var paperclip_default$1 = {
|
|
5200
5200
|
name: "mdi-paperclip",
|
|
5201
|
-
render: render$
|
|
5202
|
-
}, _hoisted_1$
|
|
5201
|
+
render: render$200
|
|
5202
|
+
}, _hoisted_1$222 = {
|
|
5203
5203
|
viewBox: "0 0 24 24",
|
|
5204
5204
|
width: "1.2em",
|
|
5205
5205
|
height: "1.2em"
|
|
5206
5206
|
};
|
|
5207
|
-
function render$
|
|
5208
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5207
|
+
function render$199(e, t) {
|
|
5208
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createBaseVNode("path", {
|
|
5209
5209
|
fill: "currentColor",
|
|
5210
5210
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
5211
5211
|
}, null, -1)]);
|
|
5212
5212
|
}
|
|
5213
5213
|
var send_default$1 = {
|
|
5214
5214
|
name: "mdi-send",
|
|
5215
|
-
render: render$
|
|
5216
|
-
}, _hoisted_1$
|
|
5215
|
+
render: render$199
|
|
5216
|
+
}, _hoisted_1$221 = {
|
|
5217
5217
|
viewBox: "0 0 24 24",
|
|
5218
5218
|
width: "1.2em",
|
|
5219
5219
|
height: "1.2em"
|
|
5220
5220
|
};
|
|
5221
|
-
function render$
|
|
5222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5221
|
+
function render$198(e, t) {
|
|
5222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createBaseVNode("path", {
|
|
5223
5223
|
fill: "currentColor",
|
|
5224
5224
|
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"
|
|
5225
5225
|
}, null, -1)]);
|
|
5226
5226
|
}
|
|
5227
5227
|
var closeThick_default = {
|
|
5228
5228
|
name: "mdi-closeThick",
|
|
5229
|
-
render: render$
|
|
5230
|
-
}, _hoisted_1$
|
|
5229
|
+
render: render$198
|
|
5230
|
+
}, _hoisted_1$220 = {
|
|
5231
5231
|
viewBox: "0 0 24 24",
|
|
5232
5232
|
width: "1.2em",
|
|
5233
5233
|
height: "1.2em"
|
|
5234
5234
|
};
|
|
5235
|
-
function render$
|
|
5236
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5235
|
+
function render$197(e, t) {
|
|
5236
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createBaseVNode("path", {
|
|
5237
5237
|
fill: "currentColor",
|
|
5238
5238
|
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"
|
|
5239
5239
|
}, null, -1)]);
|
|
5240
5240
|
}
|
|
5241
5241
|
var fileImage_default = {
|
|
5242
5242
|
name: "mdi-fileImage",
|
|
5243
|
-
render: render$
|
|
5244
|
-
}, _hoisted_1$
|
|
5243
|
+
render: render$197
|
|
5244
|
+
}, _hoisted_1$219 = {
|
|
5245
5245
|
viewBox: "0 0 24 24",
|
|
5246
5246
|
width: "1.2em",
|
|
5247
5247
|
height: "1.2em"
|
|
5248
5248
|
};
|
|
5249
|
-
function render$
|
|
5250
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5249
|
+
function render$196(e, t) {
|
|
5250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createBaseVNode("path", {
|
|
5251
5251
|
fill: "currentColor",
|
|
5252
5252
|
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"
|
|
5253
5253
|
}, null, -1)]);
|
|
5254
5254
|
}
|
|
5255
5255
|
var fileMusic_default = {
|
|
5256
5256
|
name: "mdi-fileMusic",
|
|
5257
|
-
render: render$
|
|
5258
|
-
}, _hoisted_1$
|
|
5257
|
+
render: render$196
|
|
5258
|
+
}, _hoisted_1$218 = {
|
|
5259
5259
|
viewBox: "0 0 24 24",
|
|
5260
5260
|
width: "1.2em",
|
|
5261
5261
|
height: "1.2em"
|
|
5262
5262
|
};
|
|
5263
|
-
function render$
|
|
5264
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5263
|
+
function render$195(e, t) {
|
|
5264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createBaseVNode("path", {
|
|
5265
5265
|
fill: "currentColor",
|
|
5266
5266
|
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"
|
|
5267
5267
|
}, null, -1)]);
|
|
5268
5268
|
}
|
|
5269
5269
|
var fileText_default = {
|
|
5270
5270
|
name: "mdi-fileText",
|
|
5271
|
-
render: render$
|
|
5272
|
-
}, _hoisted_1$
|
|
5271
|
+
render: render$195
|
|
5272
|
+
}, _hoisted_1$217 = {
|
|
5273
5273
|
viewBox: "0 0 24 24",
|
|
5274
5274
|
width: "1.2em",
|
|
5275
5275
|
height: "1.2em"
|
|
5276
5276
|
};
|
|
5277
|
-
function render$
|
|
5278
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5277
|
+
function render$194(e, t) {
|
|
5278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
|
|
5279
5279
|
fill: "currentColor",
|
|
5280
5280
|
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"
|
|
5281
5281
|
}, null, -1)]);
|
|
5282
5282
|
}
|
|
5283
5283
|
var fileVideo_default = {
|
|
5284
5284
|
name: "mdi-fileVideo",
|
|
5285
|
-
render: render$
|
|
5286
|
-
}, _hoisted_1$
|
|
5285
|
+
render: render$194
|
|
5286
|
+
}, _hoisted_1$216 = {
|
|
5287
5287
|
viewBox: "0 0 24 24",
|
|
5288
5288
|
width: "1.2em",
|
|
5289
5289
|
height: "1.2em"
|
|
5290
5290
|
};
|
|
5291
|
-
function render$
|
|
5292
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5291
|
+
function render$193(e, t) {
|
|
5292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("path", {
|
|
5293
5293
|
fill: "currentColor",
|
|
5294
5294
|
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"
|
|
5295
5295
|
}, null, -1)]);
|
|
5296
5296
|
}
|
|
5297
5297
|
var openInNew_default = {
|
|
5298
5298
|
name: "mdi-openInNew",
|
|
5299
|
-
render: render$
|
|
5300
|
-
}, _hoisted_1$
|
|
5299
|
+
render: render$193
|
|
5300
|
+
}, _hoisted_1$215 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
5301
5301
|
__name: "ChatFile",
|
|
5302
5302
|
props: {
|
|
5303
5303
|
file: {},
|
|
@@ -5328,7 +5328,7 @@ var openInNew_default = {
|
|
|
5328
5328
|
onClick: s
|
|
5329
5329
|
}, [
|
|
5330
5330
|
createVNode(unref(o), { class: "chat-icon" }),
|
|
5331
|
-
createBaseVNode("p", _hoisted_1$
|
|
5331
|
+
createBaseVNode("p", _hoisted_1$215, toDisplayString(e.file.name), 1),
|
|
5332
5332
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
5333
5333
|
key: 0,
|
|
5334
5334
|
class: "chat-file-delete",
|
|
@@ -5339,7 +5339,7 @@ var openInNew_default = {
|
|
|
5339
5339
|
})) : createCommentVNode("", !0)
|
|
5340
5340
|
]));
|
|
5341
5341
|
}
|
|
5342
|
-
}), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$
|
|
5342
|
+
}), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$214 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
5343
5343
|
key: 0,
|
|
5344
5344
|
class: "chat-input-left-panel"
|
|
5345
5345
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -5479,7 +5479,7 @@ var openInNew_default = {
|
|
|
5479
5479
|
class: "chat-input",
|
|
5480
5480
|
style: normalizeStyle(T.value),
|
|
5481
5481
|
onKeydown: withModifiers(z, ["stop"])
|
|
5482
|
-
}, [createBaseVNode("div", _hoisted_1$
|
|
5482
|
+
}, [createBaseVNode("div", _hoisted_1$214, [
|
|
5483
5483
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
5484
5484
|
withDirectives(createBaseVNode("textarea", {
|
|
5485
5485
|
ref_key: "chatTextArea",
|
|
@@ -5518,7 +5518,7 @@ var openInNew_default = {
|
|
|
5518
5518
|
onRemove: R
|
|
5519
5519
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
|
|
5520
5520
|
}
|
|
5521
|
-
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$
|
|
5521
|
+
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$213 = { class: "chat-layout" }, _hoisted_2$15 = {
|
|
5522
5522
|
key: 0,
|
|
5523
5523
|
class: "chat-header"
|
|
5524
5524
|
}, _hoisted_3$5 = {
|
|
@@ -5536,7 +5536,7 @@ var openInNew_default = {
|
|
|
5536
5536
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
5537
5537
|
}), onBeforeUnmount(() => {
|
|
5538
5538
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
5539
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
5539
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$213, [
|
|
5540
5540
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
5541
5541
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
5542
5542
|
key: 1,
|
|
@@ -5547,13 +5547,13 @@ var openInNew_default = {
|
|
|
5547
5547
|
e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
|
|
5548
5548
|
]));
|
|
5549
5549
|
}
|
|
5550
|
-
}), 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$210 = {
|
|
5550
|
+
}), 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$212 = {
|
|
5551
5551
|
viewBox: "0 0 24 24",
|
|
5552
5552
|
width: "1.2em",
|
|
5553
5553
|
height: "1.2em"
|
|
5554
5554
|
};
|
|
5555
|
-
function render$
|
|
5556
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5555
|
+
function render$192(e, t) {
|
|
5556
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createBaseVNode("path", {
|
|
5557
5557
|
fill: "none",
|
|
5558
5558
|
stroke: "currentColor",
|
|
5559
5559
|
"stroke-linecap": "round",
|
|
@@ -5564,14 +5564,14 @@ function render$190(e, t) {
|
|
|
5564
5564
|
}
|
|
5565
5565
|
var align_right_default = {
|
|
5566
5566
|
name: "lucide-align-right",
|
|
5567
|
-
render: render$
|
|
5568
|
-
}, _hoisted_1$
|
|
5567
|
+
render: render$192
|
|
5568
|
+
}, _hoisted_1$211 = {
|
|
5569
5569
|
viewBox: "0 0 24 24",
|
|
5570
5570
|
width: "1.2em",
|
|
5571
5571
|
height: "1.2em"
|
|
5572
5572
|
};
|
|
5573
|
-
function render$
|
|
5574
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5573
|
+
function render$191(e, t) {
|
|
5574
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createBaseVNode("g", {
|
|
5575
5575
|
fill: "none",
|
|
5576
5576
|
stroke: "currentColor",
|
|
5577
5577
|
"stroke-linecap": "round",
|
|
@@ -5587,14 +5587,14 @@ function render$189(e, t) {
|
|
|
5587
5587
|
}
|
|
5588
5588
|
var archive_default = {
|
|
5589
5589
|
name: "lucide-archive",
|
|
5590
|
-
render: render$
|
|
5591
|
-
}, _hoisted_1$
|
|
5590
|
+
render: render$191
|
|
5591
|
+
}, _hoisted_1$210 = {
|
|
5592
5592
|
viewBox: "0 0 24 24",
|
|
5593
5593
|
width: "1.2em",
|
|
5594
5594
|
height: "1.2em"
|
|
5595
5595
|
};
|
|
5596
|
-
function render$
|
|
5597
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5596
|
+
function render$190(e, t) {
|
|
5597
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createBaseVNode("g", {
|
|
5598
5598
|
fill: "none",
|
|
5599
5599
|
stroke: "currentColor",
|
|
5600
5600
|
"stroke-linecap": "round",
|
|
@@ -5610,14 +5610,14 @@ function render$188(e, t) {
|
|
|
5610
5610
|
}
|
|
5611
5611
|
var archive_restore_default = {
|
|
5612
5612
|
name: "lucide-archive-restore",
|
|
5613
|
-
render: render$
|
|
5614
|
-
}, _hoisted_1$
|
|
5613
|
+
render: render$190
|
|
5614
|
+
}, _hoisted_1$209 = {
|
|
5615
5615
|
viewBox: "0 0 24 24",
|
|
5616
5616
|
width: "1.2em",
|
|
5617
5617
|
height: "1.2em"
|
|
5618
5618
|
};
|
|
5619
|
-
function render$
|
|
5620
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5619
|
+
function render$189(e, t) {
|
|
5620
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createBaseVNode("path", {
|
|
5621
5621
|
fill: "none",
|
|
5622
5622
|
stroke: "currentColor",
|
|
5623
5623
|
"stroke-linecap": "round",
|
|
@@ -5628,14 +5628,14 @@ function render$187(e, t) {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
var arrow_down_default$1 = {
|
|
5630
5630
|
name: "lucide-arrow-down",
|
|
5631
|
-
render: render$
|
|
5632
|
-
}, _hoisted_1$
|
|
5631
|
+
render: render$189
|
|
5632
|
+
}, _hoisted_1$208 = {
|
|
5633
5633
|
viewBox: "0 0 24 24",
|
|
5634
5634
|
width: "1.2em",
|
|
5635
5635
|
height: "1.2em"
|
|
5636
5636
|
};
|
|
5637
|
-
function render$
|
|
5638
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5637
|
+
function render$188(e, t) {
|
|
5638
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("path", {
|
|
5639
5639
|
fill: "none",
|
|
5640
5640
|
stroke: "currentColor",
|
|
5641
5641
|
"stroke-linecap": "round",
|
|
@@ -5646,14 +5646,14 @@ function render$186(e, t) {
|
|
|
5646
5646
|
}
|
|
5647
5647
|
var arrow_left_default$1 = {
|
|
5648
5648
|
name: "lucide-arrow-left",
|
|
5649
|
-
render: render$
|
|
5650
|
-
}, _hoisted_1$
|
|
5649
|
+
render: render$188
|
|
5650
|
+
}, _hoisted_1$207 = {
|
|
5651
5651
|
viewBox: "0 0 24 24",
|
|
5652
5652
|
width: "1.2em",
|
|
5653
5653
|
height: "1.2em"
|
|
5654
5654
|
};
|
|
5655
|
-
function render$
|
|
5656
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5655
|
+
function render$187(e, t) {
|
|
5656
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("path", {
|
|
5657
5657
|
fill: "none",
|
|
5658
5658
|
stroke: "currentColor",
|
|
5659
5659
|
"stroke-linecap": "round",
|
|
@@ -5664,14 +5664,14 @@ function render$185(e, t) {
|
|
|
5664
5664
|
}
|
|
5665
5665
|
var arrow_left_right_default = {
|
|
5666
5666
|
name: "lucide-arrow-left-right",
|
|
5667
|
-
render: render$
|
|
5668
|
-
}, _hoisted_1$
|
|
5667
|
+
render: render$187
|
|
5668
|
+
}, _hoisted_1$206 = {
|
|
5669
5669
|
viewBox: "0 0 24 24",
|
|
5670
5670
|
width: "1.2em",
|
|
5671
5671
|
height: "1.2em"
|
|
5672
5672
|
};
|
|
5673
|
-
function render$
|
|
5674
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5673
|
+
function render$186(e, t) {
|
|
5674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("path", {
|
|
5675
5675
|
fill: "none",
|
|
5676
5676
|
stroke: "currentColor",
|
|
5677
5677
|
"stroke-linecap": "round",
|
|
@@ -5682,14 +5682,14 @@ function render$184(e, t) {
|
|
|
5682
5682
|
}
|
|
5683
5683
|
var arrow_right_default$1 = {
|
|
5684
5684
|
name: "lucide-arrow-right",
|
|
5685
|
-
render: render$
|
|
5686
|
-
}, _hoisted_1$
|
|
5685
|
+
render: render$186
|
|
5686
|
+
}, _hoisted_1$205 = {
|
|
5687
5687
|
viewBox: "0 0 24 24",
|
|
5688
5688
|
width: "1.2em",
|
|
5689
5689
|
height: "1.2em"
|
|
5690
5690
|
};
|
|
5691
|
-
function render$
|
|
5692
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5691
|
+
function render$185(e, t) {
|
|
5692
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("path", {
|
|
5693
5693
|
fill: "none",
|
|
5694
5694
|
stroke: "currentColor",
|
|
5695
5695
|
"stroke-linecap": "round",
|
|
@@ -5700,14 +5700,14 @@ function render$183(e, t) {
|
|
|
5700
5700
|
}
|
|
5701
5701
|
var arrow_right_from_line_default = {
|
|
5702
5702
|
name: "lucide-arrow-right-from-line",
|
|
5703
|
-
render: render$
|
|
5704
|
-
}, _hoisted_1$
|
|
5703
|
+
render: render$185
|
|
5704
|
+
}, _hoisted_1$204 = {
|
|
5705
5705
|
viewBox: "0 0 24 24",
|
|
5706
5706
|
width: "1.2em",
|
|
5707
5707
|
height: "1.2em"
|
|
5708
5708
|
};
|
|
5709
|
-
function render$
|
|
5710
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5709
|
+
function render$184(e, t) {
|
|
5710
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
|
|
5711
5711
|
fill: "none",
|
|
5712
5712
|
stroke: "currentColor",
|
|
5713
5713
|
"stroke-linecap": "round",
|
|
@@ -5718,14 +5718,14 @@ function render$182(e, t) {
|
|
|
5718
5718
|
}
|
|
5719
5719
|
var arrow_right_to_line_default = {
|
|
5720
5720
|
name: "lucide-arrow-right-to-line",
|
|
5721
|
-
render: render$
|
|
5722
|
-
}, _hoisted_1$
|
|
5721
|
+
render: render$184
|
|
5722
|
+
}, _hoisted_1$203 = {
|
|
5723
5723
|
viewBox: "0 0 24 24",
|
|
5724
5724
|
width: "1.2em",
|
|
5725
5725
|
height: "1.2em"
|
|
5726
5726
|
};
|
|
5727
|
-
function render$
|
|
5728
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5727
|
+
function render$183(e, t) {
|
|
5728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
|
|
5729
5729
|
fill: "none",
|
|
5730
5730
|
stroke: "currentColor",
|
|
5731
5731
|
"stroke-linecap": "round",
|
|
@@ -5736,14 +5736,14 @@ function render$181(e, t) {
|
|
|
5736
5736
|
}
|
|
5737
5737
|
var arrow_up_default = {
|
|
5738
5738
|
name: "lucide-arrow-up",
|
|
5739
|
-
render: render$
|
|
5740
|
-
}, _hoisted_1$
|
|
5739
|
+
render: render$183
|
|
5740
|
+
}, _hoisted_1$202 = {
|
|
5741
5741
|
viewBox: "0 0 24 24",
|
|
5742
5742
|
width: "1.2em",
|
|
5743
5743
|
height: "1.2em"
|
|
5744
5744
|
};
|
|
5745
|
-
function render$
|
|
5746
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5745
|
+
function render$182(e, t) {
|
|
5746
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("g", {
|
|
5747
5747
|
fill: "none",
|
|
5748
5748
|
stroke: "currentColor",
|
|
5749
5749
|
"stroke-linecap": "round",
|
|
@@ -5757,14 +5757,14 @@ function render$180(e, t) {
|
|
|
5757
5757
|
}
|
|
5758
5758
|
var at_sign_default = {
|
|
5759
5759
|
name: "lucide-at-sign",
|
|
5760
|
-
render: render$
|
|
5761
|
-
}, _hoisted_1$
|
|
5760
|
+
render: render$182
|
|
5761
|
+
}, _hoisted_1$201 = {
|
|
5762
5762
|
viewBox: "0 0 24 24",
|
|
5763
5763
|
width: "1.2em",
|
|
5764
5764
|
height: "1.2em"
|
|
5765
5765
|
};
|
|
5766
|
-
function render$
|
|
5767
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5766
|
+
function render$181(e, t) {
|
|
5767
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("g", {
|
|
5768
5768
|
fill: "none",
|
|
5769
5769
|
stroke: "currentColor",
|
|
5770
5770
|
"stroke-linecap": "round",
|
|
@@ -5778,14 +5778,14 @@ function render$179(e, t) {
|
|
|
5778
5778
|
}
|
|
5779
5779
|
var ban_default = {
|
|
5780
5780
|
name: "lucide-ban",
|
|
5781
|
-
render: render$
|
|
5782
|
-
}, _hoisted_1$
|
|
5781
|
+
render: render$181
|
|
5782
|
+
}, _hoisted_1$200 = {
|
|
5783
5783
|
viewBox: "0 0 24 24",
|
|
5784
5784
|
width: "1.2em",
|
|
5785
5785
|
height: "1.2em"
|
|
5786
5786
|
};
|
|
5787
|
-
function render$
|
|
5788
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5787
|
+
function render$180(e, t) {
|
|
5788
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("path", {
|
|
5789
5789
|
fill: "none",
|
|
5790
5790
|
stroke: "currentColor",
|
|
5791
5791
|
"stroke-linecap": "round",
|
|
@@ -5796,14 +5796,14 @@ function render$178(e, t) {
|
|
|
5796
5796
|
}
|
|
5797
5797
|
var bell_default = {
|
|
5798
5798
|
name: "lucide-bell",
|
|
5799
|
-
render: render$
|
|
5800
|
-
}, _hoisted_1$
|
|
5799
|
+
render: render$180
|
|
5800
|
+
}, _hoisted_1$199 = {
|
|
5801
5801
|
viewBox: "0 0 24 24",
|
|
5802
5802
|
width: "1.2em",
|
|
5803
5803
|
height: "1.2em"
|
|
5804
5804
|
};
|
|
5805
|
-
function render$
|
|
5806
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5805
|
+
function render$179(e, t) {
|
|
5806
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("path", {
|
|
5807
5807
|
fill: "none",
|
|
5808
5808
|
stroke: "currentColor",
|
|
5809
5809
|
"stroke-linecap": "round",
|
|
@@ -5814,14 +5814,14 @@ function render$177(e, t) {
|
|
|
5814
5814
|
}
|
|
5815
5815
|
var book_default = {
|
|
5816
5816
|
name: "lucide-book",
|
|
5817
|
-
render: render$
|
|
5818
|
-
}, _hoisted_1$
|
|
5817
|
+
render: render$179
|
|
5818
|
+
}, _hoisted_1$198 = {
|
|
5819
5819
|
viewBox: "0 0 24 24",
|
|
5820
5820
|
width: "1.2em",
|
|
5821
5821
|
height: "1.2em"
|
|
5822
5822
|
};
|
|
5823
|
-
function render$
|
|
5824
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5823
|
+
function render$178(e, t) {
|
|
5824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("path", {
|
|
5825
5825
|
fill: "none",
|
|
5826
5826
|
stroke: "currentColor",
|
|
5827
5827
|
"stroke-linecap": "round",
|
|
@@ -5832,14 +5832,14 @@ function render$176(e, t) {
|
|
|
5832
5832
|
}
|
|
5833
5833
|
var book_open_default = {
|
|
5834
5834
|
name: "lucide-book-open",
|
|
5835
|
-
render: render$
|
|
5836
|
-
}, _hoisted_1$
|
|
5835
|
+
render: render$178
|
|
5836
|
+
}, _hoisted_1$197 = {
|
|
5837
5837
|
viewBox: "0 0 24 24",
|
|
5838
5838
|
width: "1.2em",
|
|
5839
5839
|
height: "1.2em"
|
|
5840
5840
|
};
|
|
5841
|
-
function render$
|
|
5842
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5841
|
+
function render$177(e, t) {
|
|
5842
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("g", {
|
|
5843
5843
|
fill: "none",
|
|
5844
5844
|
stroke: "currentColor",
|
|
5845
5845
|
"stroke-linecap": "round",
|
|
@@ -5859,14 +5859,14 @@ function render$175(e, t) {
|
|
|
5859
5859
|
}
|
|
5860
5860
|
var bot_default = {
|
|
5861
5861
|
name: "lucide-bot",
|
|
5862
|
-
render: render$
|
|
5863
|
-
}, _hoisted_1$
|
|
5862
|
+
render: render$177
|
|
5863
|
+
}, _hoisted_1$196 = {
|
|
5864
5864
|
viewBox: "0 0 24 24",
|
|
5865
5865
|
width: "1.2em",
|
|
5866
5866
|
height: "1.2em"
|
|
5867
5867
|
};
|
|
5868
|
-
function render$
|
|
5869
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5868
|
+
function render$176(e, t) {
|
|
5869
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("g", {
|
|
5870
5870
|
fill: "none",
|
|
5871
5871
|
stroke: "currentColor",
|
|
5872
5872
|
"stroke-linecap": "round",
|
|
@@ -5876,14 +5876,14 @@ function render$174(e, t) {
|
|
|
5876
5876
|
}
|
|
5877
5877
|
var box_default = {
|
|
5878
5878
|
name: "lucide-box",
|
|
5879
|
-
render: render$
|
|
5880
|
-
}, _hoisted_1$
|
|
5879
|
+
render: render$176
|
|
5880
|
+
}, _hoisted_1$195 = {
|
|
5881
5881
|
viewBox: "0 0 24 24",
|
|
5882
5882
|
width: "1.2em",
|
|
5883
5883
|
height: "1.2em"
|
|
5884
5884
|
};
|
|
5885
|
-
function render$
|
|
5886
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5885
|
+
function render$175(e, t) {
|
|
5886
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("path", {
|
|
5887
5887
|
fill: "none",
|
|
5888
5888
|
stroke: "currentColor",
|
|
5889
5889
|
"stroke-linecap": "round",
|
|
@@ -5894,14 +5894,14 @@ function render$173(e, t) {
|
|
|
5894
5894
|
}
|
|
5895
5895
|
var braces_default = {
|
|
5896
5896
|
name: "lucide-braces",
|
|
5897
|
-
render: render$
|
|
5898
|
-
}, _hoisted_1$
|
|
5897
|
+
render: render$175
|
|
5898
|
+
}, _hoisted_1$194 = {
|
|
5899
5899
|
viewBox: "0 0 24 24",
|
|
5900
5900
|
width: "1.2em",
|
|
5901
5901
|
height: "1.2em"
|
|
5902
5902
|
};
|
|
5903
|
-
function render$
|
|
5904
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5903
|
+
function render$174(e, t) {
|
|
5904
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("g", {
|
|
5905
5905
|
fill: "none",
|
|
5906
5906
|
stroke: "currentColor",
|
|
5907
5907
|
"stroke-linecap": "round",
|
|
@@ -5915,14 +5915,14 @@ function render$172(e, t) {
|
|
|
5915
5915
|
}
|
|
5916
5916
|
var brain_default = {
|
|
5917
5917
|
name: "lucide-brain",
|
|
5918
|
-
render: render$
|
|
5919
|
-
}, _hoisted_1$
|
|
5918
|
+
render: render$174
|
|
5919
|
+
}, _hoisted_1$193 = {
|
|
5920
5920
|
viewBox: "0 0 24 24",
|
|
5921
5921
|
width: "1.2em",
|
|
5922
5922
|
height: "1.2em"
|
|
5923
5923
|
};
|
|
5924
|
-
function render$
|
|
5925
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5924
|
+
function render$173(e, t) {
|
|
5925
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("g", {
|
|
5926
5926
|
fill: "none",
|
|
5927
5927
|
stroke: "currentColor",
|
|
5928
5928
|
"stroke-linecap": "round",
|
|
@@ -5936,14 +5936,14 @@ function render$171(e, t) {
|
|
|
5936
5936
|
}
|
|
5937
5937
|
var bug_default = {
|
|
5938
5938
|
name: "lucide-bug",
|
|
5939
|
-
render: render$
|
|
5940
|
-
}, _hoisted_1$
|
|
5939
|
+
render: render$173
|
|
5940
|
+
}, _hoisted_1$192 = {
|
|
5941
5941
|
viewBox: "0 0 24 24",
|
|
5942
5942
|
width: "1.2em",
|
|
5943
5943
|
height: "1.2em"
|
|
5944
5944
|
};
|
|
5945
|
-
function render$
|
|
5946
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5945
|
+
function render$172(e, t) {
|
|
5946
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("g", {
|
|
5947
5947
|
fill: "none",
|
|
5948
5948
|
stroke: "currentColor",
|
|
5949
5949
|
"stroke-linecap": "round",
|
|
@@ -5959,14 +5959,14 @@ function render$170(e, t) {
|
|
|
5959
5959
|
}
|
|
5960
5960
|
var calculator_default = {
|
|
5961
5961
|
name: "lucide-calculator",
|
|
5962
|
-
render: render$
|
|
5963
|
-
}, _hoisted_1$
|
|
5962
|
+
render: render$172
|
|
5963
|
+
}, _hoisted_1$191 = {
|
|
5964
5964
|
viewBox: "0 0 24 24",
|
|
5965
5965
|
width: "1.2em",
|
|
5966
5966
|
height: "1.2em"
|
|
5967
5967
|
};
|
|
5968
|
-
function render$
|
|
5969
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5968
|
+
function render$171(e, t) {
|
|
5969
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("g", {
|
|
5970
5970
|
fill: "none",
|
|
5971
5971
|
stroke: "currentColor",
|
|
5972
5972
|
"stroke-linecap": "round",
|
|
@@ -5986,14 +5986,14 @@ function render$169(e, t) {
|
|
|
5986
5986
|
}
|
|
5987
5987
|
var calendar_default = {
|
|
5988
5988
|
name: "lucide-calendar",
|
|
5989
|
-
render: render$
|
|
5990
|
-
}, _hoisted_1$
|
|
5989
|
+
render: render$171
|
|
5990
|
+
}, _hoisted_1$190 = {
|
|
5991
5991
|
viewBox: "0 0 24 24",
|
|
5992
5992
|
width: "1.2em",
|
|
5993
5993
|
height: "1.2em"
|
|
5994
5994
|
};
|
|
5995
|
-
function render$
|
|
5996
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5995
|
+
function render$170(e, t) {
|
|
5996
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("path", {
|
|
5997
5997
|
fill: "none",
|
|
5998
5998
|
stroke: "currentColor",
|
|
5999
5999
|
"stroke-linecap": "round",
|
|
@@ -6004,14 +6004,14 @@ function render$168(e, t) {
|
|
|
6004
6004
|
}
|
|
6005
6005
|
var case_upper_default = {
|
|
6006
6006
|
name: "lucide-case-upper",
|
|
6007
|
-
render: render$
|
|
6008
|
-
}, _hoisted_1$
|
|
6007
|
+
render: render$170
|
|
6008
|
+
}, _hoisted_1$189 = {
|
|
6009
6009
|
viewBox: "0 0 24 24",
|
|
6010
6010
|
width: "1.2em",
|
|
6011
6011
|
height: "1.2em"
|
|
6012
6012
|
};
|
|
6013
|
-
function render$
|
|
6014
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6013
|
+
function render$169(e, t) {
|
|
6014
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("path", {
|
|
6015
6015
|
fill: "none",
|
|
6016
6016
|
stroke: "currentColor",
|
|
6017
6017
|
"stroke-linecap": "round",
|
|
@@ -6022,14 +6022,14 @@ function render$167(e, t) {
|
|
|
6022
6022
|
}
|
|
6023
6023
|
var chart_column_decreasing_default = {
|
|
6024
6024
|
name: "lucide-chart-column-decreasing",
|
|
6025
|
-
render: render$
|
|
6026
|
-
}, _hoisted_1$
|
|
6025
|
+
render: render$169
|
|
6026
|
+
}, _hoisted_1$188 = {
|
|
6027
6027
|
viewBox: "0 0 24 24",
|
|
6028
6028
|
width: "1.2em",
|
|
6029
6029
|
height: "1.2em"
|
|
6030
6030
|
};
|
|
6031
|
-
function render$
|
|
6032
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6031
|
+
function render$168(e, t) {
|
|
6032
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("path", {
|
|
6033
6033
|
fill: "none",
|
|
6034
6034
|
stroke: "currentColor",
|
|
6035
6035
|
"stroke-linecap": "round",
|
|
@@ -6040,14 +6040,14 @@ function render$166(e, t) {
|
|
|
6040
6040
|
}
|
|
6041
6041
|
var check_default = {
|
|
6042
6042
|
name: "lucide-check",
|
|
6043
|
-
render: render$
|
|
6044
|
-
}, _hoisted_1$
|
|
6043
|
+
render: render$168
|
|
6044
|
+
}, _hoisted_1$187 = {
|
|
6045
6045
|
viewBox: "0 0 24 24",
|
|
6046
6046
|
width: "1.2em",
|
|
6047
6047
|
height: "1.2em"
|
|
6048
6048
|
};
|
|
6049
|
-
function render$
|
|
6050
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6049
|
+
function render$167(e, t) {
|
|
6050
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("path", {
|
|
6051
6051
|
fill: "none",
|
|
6052
6052
|
stroke: "currentColor",
|
|
6053
6053
|
"stroke-linecap": "round",
|
|
@@ -6058,14 +6058,14 @@ function render$165(e, t) {
|
|
|
6058
6058
|
}
|
|
6059
6059
|
var check_check_default = {
|
|
6060
6060
|
name: "lucide-check-check",
|
|
6061
|
-
render: render$
|
|
6062
|
-
}, _hoisted_1$
|
|
6061
|
+
render: render$167
|
|
6062
|
+
}, _hoisted_1$186 = {
|
|
6063
6063
|
viewBox: "0 0 24 24",
|
|
6064
6064
|
width: "1.2em",
|
|
6065
6065
|
height: "1.2em"
|
|
6066
6066
|
};
|
|
6067
|
-
function render$
|
|
6068
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6067
|
+
function render$166(e, t) {
|
|
6068
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
|
|
6069
6069
|
fill: "none",
|
|
6070
6070
|
stroke: "currentColor",
|
|
6071
6071
|
"stroke-linecap": "round",
|
|
@@ -6076,14 +6076,14 @@ function render$164(e, t) {
|
|
|
6076
6076
|
}
|
|
6077
6077
|
var chevron_down_default$1 = {
|
|
6078
6078
|
name: "lucide-chevron-down",
|
|
6079
|
-
render: render$
|
|
6080
|
-
}, _hoisted_1$
|
|
6079
|
+
render: render$166
|
|
6080
|
+
}, _hoisted_1$185 = {
|
|
6081
6081
|
viewBox: "0 0 24 24",
|
|
6082
6082
|
width: "1.2em",
|
|
6083
6083
|
height: "1.2em"
|
|
6084
6084
|
};
|
|
6085
|
-
function render$
|
|
6086
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6085
|
+
function render$165(e, t) {
|
|
6086
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createBaseVNode("path", {
|
|
6087
6087
|
fill: "none",
|
|
6088
6088
|
stroke: "currentColor",
|
|
6089
6089
|
"stroke-linecap": "round",
|
|
@@ -6094,14 +6094,14 @@ function render$163(e, t) {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
var chevron_left_default = {
|
|
6096
6096
|
name: "lucide-chevron-left",
|
|
6097
|
-
render: render$
|
|
6098
|
-
}, _hoisted_1$
|
|
6097
|
+
render: render$165
|
|
6098
|
+
}, _hoisted_1$184 = {
|
|
6099
6099
|
viewBox: "0 0 24 24",
|
|
6100
6100
|
width: "1.2em",
|
|
6101
6101
|
height: "1.2em"
|
|
6102
6102
|
};
|
|
6103
|
-
function render$
|
|
6104
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6103
|
+
function render$164(e, t) {
|
|
6104
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createBaseVNode("path", {
|
|
6105
6105
|
fill: "none",
|
|
6106
6106
|
stroke: "currentColor",
|
|
6107
6107
|
"stroke-linecap": "round",
|
|
@@ -6112,14 +6112,14 @@ function render$162(e, t) {
|
|
|
6112
6112
|
}
|
|
6113
6113
|
var chevron_right_default = {
|
|
6114
6114
|
name: "lucide-chevron-right",
|
|
6115
|
-
render: render$
|
|
6116
|
-
}, _hoisted_1$
|
|
6115
|
+
render: render$164
|
|
6116
|
+
}, _hoisted_1$183 = {
|
|
6117
6117
|
viewBox: "0 0 24 24",
|
|
6118
6118
|
width: "1.2em",
|
|
6119
6119
|
height: "1.2em"
|
|
6120
6120
|
};
|
|
6121
|
-
function render$
|
|
6122
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6121
|
+
function render$163(e, t) {
|
|
6122
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createBaseVNode("path", {
|
|
6123
6123
|
fill: "none",
|
|
6124
6124
|
stroke: "currentColor",
|
|
6125
6125
|
"stroke-linecap": "round",
|
|
@@ -6130,14 +6130,14 @@ function render$161(e, t) {
|
|
|
6130
6130
|
}
|
|
6131
6131
|
var chevron_up_default = {
|
|
6132
6132
|
name: "lucide-chevron-up",
|
|
6133
|
-
render: render$
|
|
6134
|
-
}, _hoisted_1$
|
|
6133
|
+
render: render$163
|
|
6134
|
+
}, _hoisted_1$182 = {
|
|
6135
6135
|
viewBox: "0 0 24 24",
|
|
6136
6136
|
width: "1.2em",
|
|
6137
6137
|
height: "1.2em"
|
|
6138
6138
|
};
|
|
6139
|
-
function render$
|
|
6140
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6139
|
+
function render$162(e, t) {
|
|
6140
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createBaseVNode("path", {
|
|
6141
6141
|
fill: "none",
|
|
6142
6142
|
stroke: "currentColor",
|
|
6143
6143
|
"stroke-linecap": "round",
|
|
@@ -6148,14 +6148,14 @@ function render$160(e, t) {
|
|
|
6148
6148
|
}
|
|
6149
6149
|
var chevrons_down_up_default = {
|
|
6150
6150
|
name: "lucide-chevrons-down-up",
|
|
6151
|
-
render: render$
|
|
6152
|
-
}, _hoisted_1$
|
|
6151
|
+
render: render$162
|
|
6152
|
+
}, _hoisted_1$181 = {
|
|
6153
6153
|
viewBox: "0 0 24 24",
|
|
6154
6154
|
width: "1.2em",
|
|
6155
6155
|
height: "1.2em"
|
|
6156
6156
|
};
|
|
6157
|
-
function render$
|
|
6158
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6157
|
+
function render$161(e, t) {
|
|
6158
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createBaseVNode("path", {
|
|
6159
6159
|
fill: "none",
|
|
6160
6160
|
stroke: "currentColor",
|
|
6161
6161
|
"stroke-linecap": "round",
|
|
@@ -6166,14 +6166,14 @@ function render$159(e, t) {
|
|
|
6166
6166
|
}
|
|
6167
6167
|
var chevrons_left_default = {
|
|
6168
6168
|
name: "lucide-chevrons-left",
|
|
6169
|
-
render: render$
|
|
6170
|
-
}, _hoisted_1$
|
|
6169
|
+
render: render$161
|
|
6170
|
+
}, _hoisted_1$180 = {
|
|
6171
6171
|
viewBox: "0 0 24 24",
|
|
6172
6172
|
width: "1.2em",
|
|
6173
6173
|
height: "1.2em"
|
|
6174
6174
|
};
|
|
6175
|
-
function render$
|
|
6176
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6175
|
+
function render$160(e, t) {
|
|
6176
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createBaseVNode("path", {
|
|
6177
6177
|
fill: "none",
|
|
6178
6178
|
stroke: "currentColor",
|
|
6179
6179
|
"stroke-linecap": "round",
|
|
@@ -6184,14 +6184,14 @@ function render$158(e, t) {
|
|
|
6184
6184
|
}
|
|
6185
6185
|
var chevrons_up_down_default = {
|
|
6186
6186
|
name: "lucide-chevrons-up-down",
|
|
6187
|
-
render: render$
|
|
6188
|
-
}, _hoisted_1$
|
|
6187
|
+
render: render$160
|
|
6188
|
+
}, _hoisted_1$179 = {
|
|
6189
6189
|
viewBox: "0 0 24 24",
|
|
6190
6190
|
width: "1.2em",
|
|
6191
6191
|
height: "1.2em"
|
|
6192
6192
|
};
|
|
6193
|
-
function render$
|
|
6194
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6193
|
+
function render$159(e, t) {
|
|
6194
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createBaseVNode("circle", {
|
|
6195
6195
|
cx: "12",
|
|
6196
6196
|
cy: "12",
|
|
6197
6197
|
r: "10",
|
|
@@ -6204,14 +6204,14 @@ function render$157(e, t) {
|
|
|
6204
6204
|
}
|
|
6205
6205
|
var circle_default = {
|
|
6206
6206
|
name: "lucide-circle",
|
|
6207
|
-
render: render$
|
|
6208
|
-
}, _hoisted_1$
|
|
6207
|
+
render: render$159
|
|
6208
|
+
}, _hoisted_1$178 = {
|
|
6209
6209
|
viewBox: "0 0 24 24",
|
|
6210
6210
|
width: "1.2em",
|
|
6211
6211
|
height: "1.2em"
|
|
6212
6212
|
};
|
|
6213
|
-
function render$
|
|
6214
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6213
|
+
function render$158(e, t) {
|
|
6214
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createBaseVNode("g", {
|
|
6215
6215
|
fill: "none",
|
|
6216
6216
|
stroke: "currentColor",
|
|
6217
6217
|
"stroke-linecap": "round",
|
|
@@ -6225,14 +6225,14 @@ function render$156(e, t) {
|
|
|
6225
6225
|
}
|
|
6226
6226
|
var circle_alert_default = {
|
|
6227
6227
|
name: "lucide-circle-alert",
|
|
6228
|
-
render: render$
|
|
6229
|
-
}, _hoisted_1$
|
|
6228
|
+
render: render$158
|
|
6229
|
+
}, _hoisted_1$177 = {
|
|
6230
6230
|
viewBox: "0 0 24 24",
|
|
6231
6231
|
width: "1.2em",
|
|
6232
6232
|
height: "1.2em"
|
|
6233
6233
|
};
|
|
6234
|
-
function render$
|
|
6235
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6234
|
+
function render$157(e, t) {
|
|
6235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createBaseVNode("g", {
|
|
6236
6236
|
fill: "none",
|
|
6237
6237
|
stroke: "currentColor",
|
|
6238
6238
|
"stroke-linecap": "round",
|
|
@@ -6246,14 +6246,14 @@ function render$155(e, t) {
|
|
|
6246
6246
|
}
|
|
6247
6247
|
var circle_check_default$1 = {
|
|
6248
6248
|
name: "lucide-circle-check",
|
|
6249
|
-
render: render$
|
|
6250
|
-
}, _hoisted_1$
|
|
6249
|
+
render: render$157
|
|
6250
|
+
}, _hoisted_1$176 = {
|
|
6251
6251
|
viewBox: "0 0 24 24",
|
|
6252
6252
|
width: "1.2em",
|
|
6253
6253
|
height: "1.2em"
|
|
6254
6254
|
};
|
|
6255
|
-
function render$
|
|
6256
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6255
|
+
function render$156(e, t) {
|
|
6256
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("g", {
|
|
6257
6257
|
fill: "none",
|
|
6258
6258
|
stroke: "currentColor",
|
|
6259
6259
|
"stroke-linecap": "round",
|
|
@@ -6271,14 +6271,14 @@ function render$154(e, t) {
|
|
|
6271
6271
|
}
|
|
6272
6272
|
var circle_dot_default = {
|
|
6273
6273
|
name: "lucide-circle-dot",
|
|
6274
|
-
render: render$
|
|
6275
|
-
}, _hoisted_1$
|
|
6274
|
+
render: render$156
|
|
6275
|
+
}, _hoisted_1$175 = {
|
|
6276
6276
|
viewBox: "0 0 24 24",
|
|
6277
6277
|
width: "1.2em",
|
|
6278
6278
|
height: "1.2em"
|
|
6279
6279
|
};
|
|
6280
|
-
function render$
|
|
6281
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6280
|
+
function render$155(e, t) {
|
|
6281
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("g", {
|
|
6282
6282
|
fill: "none",
|
|
6283
6283
|
stroke: "currentColor",
|
|
6284
6284
|
"stroke-linecap": "round",
|
|
@@ -6292,14 +6292,14 @@ function render$153(e, t) {
|
|
|
6292
6292
|
}
|
|
6293
6293
|
var circle_help_default = {
|
|
6294
6294
|
name: "lucide-circle-help",
|
|
6295
|
-
render: render$
|
|
6296
|
-
}, _hoisted_1$
|
|
6295
|
+
render: render$155
|
|
6296
|
+
}, _hoisted_1$174 = {
|
|
6297
6297
|
viewBox: "0 0 24 24",
|
|
6298
6298
|
width: "1.2em",
|
|
6299
6299
|
height: "1.2em"
|
|
6300
6300
|
};
|
|
6301
|
-
function render$
|
|
6302
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6301
|
+
function render$154(e, t) {
|
|
6302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
|
|
6303
6303
|
fill: "none",
|
|
6304
6304
|
stroke: "currentColor",
|
|
6305
6305
|
"stroke-linecap": "round",
|
|
@@ -6313,14 +6313,14 @@ function render$152(e, t) {
|
|
|
6313
6313
|
}
|
|
6314
6314
|
var circle_minus_default = {
|
|
6315
6315
|
name: "lucide-circle-minus",
|
|
6316
|
-
render: render$
|
|
6317
|
-
}, _hoisted_1$
|
|
6316
|
+
render: render$154
|
|
6317
|
+
}, _hoisted_1$173 = {
|
|
6318
6318
|
viewBox: "0 0 24 24",
|
|
6319
6319
|
width: "1.2em",
|
|
6320
6320
|
height: "1.2em"
|
|
6321
6321
|
};
|
|
6322
|
-
function render$
|
|
6323
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6322
|
+
function render$153(e, t) {
|
|
6323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
|
|
6324
6324
|
fill: "none",
|
|
6325
6325
|
stroke: "currentColor",
|
|
6326
6326
|
"stroke-linecap": "round",
|
|
@@ -6334,14 +6334,14 @@ function render$151(e, t) {
|
|
|
6334
6334
|
}
|
|
6335
6335
|
var circle_pause_default = {
|
|
6336
6336
|
name: "lucide-circle-pause",
|
|
6337
|
-
render: render$
|
|
6338
|
-
}, _hoisted_1$
|
|
6337
|
+
render: render$153
|
|
6338
|
+
}, _hoisted_1$172 = {
|
|
6339
6339
|
viewBox: "0 0 24 24",
|
|
6340
6340
|
width: "1.2em",
|
|
6341
6341
|
height: "1.2em"
|
|
6342
6342
|
};
|
|
6343
|
-
function render$
|
|
6344
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6343
|
+
function render$152(e, t) {
|
|
6344
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
|
|
6345
6345
|
fill: "none",
|
|
6346
6346
|
stroke: "currentColor",
|
|
6347
6347
|
"stroke-linecap": "round",
|
|
@@ -6355,14 +6355,14 @@ function render$150(e, t) {
|
|
|
6355
6355
|
}
|
|
6356
6356
|
var circle_play_default = {
|
|
6357
6357
|
name: "lucide-circle-play",
|
|
6358
|
-
render: render$
|
|
6359
|
-
}, _hoisted_1$
|
|
6358
|
+
render: render$152
|
|
6359
|
+
}, _hoisted_1$171 = {
|
|
6360
6360
|
viewBox: "0 0 24 24",
|
|
6361
6361
|
width: "1.2em",
|
|
6362
6362
|
height: "1.2em"
|
|
6363
6363
|
};
|
|
6364
|
-
function render$
|
|
6365
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6364
|
+
function render$151(e, t) {
|
|
6365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
|
|
6366
6366
|
fill: "none",
|
|
6367
6367
|
stroke: "currentColor",
|
|
6368
6368
|
"stroke-linecap": "round",
|
|
@@ -6376,14 +6376,14 @@ function render$149(e, t) {
|
|
|
6376
6376
|
}
|
|
6377
6377
|
var circle_plus_default = {
|
|
6378
6378
|
name: "lucide-circle-plus",
|
|
6379
|
-
render: render$
|
|
6380
|
-
}, _hoisted_1$
|
|
6379
|
+
render: render$151
|
|
6380
|
+
}, _hoisted_1$170 = {
|
|
6381
6381
|
viewBox: "0 0 24 24",
|
|
6382
6382
|
width: "1.2em",
|
|
6383
6383
|
height: "1.2em"
|
|
6384
6384
|
};
|
|
6385
|
-
function render$
|
|
6386
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6385
|
+
function render$150(e, t) {
|
|
6386
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
|
|
6387
6387
|
fill: "none",
|
|
6388
6388
|
stroke: "currentColor",
|
|
6389
6389
|
"stroke-linecap": "round",
|
|
@@ -6405,14 +6405,14 @@ function render$148(e, t) {
|
|
|
6405
6405
|
}
|
|
6406
6406
|
var circle_user_round_default = {
|
|
6407
6407
|
name: "lucide-circle-user-round",
|
|
6408
|
-
render: render$
|
|
6409
|
-
}, _hoisted_1$
|
|
6408
|
+
render: render$150
|
|
6409
|
+
}, _hoisted_1$169 = {
|
|
6410
6410
|
viewBox: "0 0 24 24",
|
|
6411
6411
|
width: "1.2em",
|
|
6412
6412
|
height: "1.2em"
|
|
6413
6413
|
};
|
|
6414
|
-
function render$
|
|
6415
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6414
|
+
function render$149(e, t) {
|
|
6415
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
|
|
6416
6416
|
fill: "none",
|
|
6417
6417
|
stroke: "currentColor",
|
|
6418
6418
|
"stroke-linecap": "round",
|
|
@@ -6426,14 +6426,14 @@ function render$147(e, t) {
|
|
|
6426
6426
|
}
|
|
6427
6427
|
var circle_x_default = {
|
|
6428
6428
|
name: "lucide-circle-x",
|
|
6429
|
-
render: render$
|
|
6430
|
-
}, _hoisted_1$
|
|
6429
|
+
render: render$149
|
|
6430
|
+
}, _hoisted_1$168 = {
|
|
6431
6431
|
viewBox: "0 0 24 24",
|
|
6432
6432
|
width: "1.2em",
|
|
6433
6433
|
height: "1.2em"
|
|
6434
6434
|
};
|
|
6435
|
-
function render$
|
|
6436
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6435
|
+
function render$148(e, t) {
|
|
6436
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
|
|
6437
6437
|
fill: "none",
|
|
6438
6438
|
stroke: "currentColor",
|
|
6439
6439
|
"stroke-linecap": "round",
|
|
@@ -6450,14 +6450,14 @@ function render$146(e, t) {
|
|
|
6450
6450
|
}
|
|
6451
6451
|
var clipboard_default = {
|
|
6452
6452
|
name: "lucide-clipboard",
|
|
6453
|
-
render: render$
|
|
6454
|
-
}, _hoisted_1$
|
|
6453
|
+
render: render$148
|
|
6454
|
+
}, _hoisted_1$167 = {
|
|
6455
6455
|
viewBox: "0 0 24 24",
|
|
6456
6456
|
width: "1.2em",
|
|
6457
6457
|
height: "1.2em"
|
|
6458
6458
|
};
|
|
6459
|
-
function render$
|
|
6460
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6459
|
+
function render$147(e, t) {
|
|
6460
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("g", {
|
|
6461
6461
|
fill: "none",
|
|
6462
6462
|
stroke: "currentColor",
|
|
6463
6463
|
"stroke-linecap": "round",
|
|
@@ -6478,14 +6478,14 @@ function render$145(e, t) {
|
|
|
6478
6478
|
}
|
|
6479
6479
|
var clipboard_check_default = {
|
|
6480
6480
|
name: "lucide-clipboard-check",
|
|
6481
|
-
render: render$
|
|
6482
|
-
}, _hoisted_1$
|
|
6481
|
+
render: render$147
|
|
6482
|
+
}, _hoisted_1$166 = {
|
|
6483
6483
|
viewBox: "0 0 24 24",
|
|
6484
6484
|
width: "1.2em",
|
|
6485
6485
|
height: "1.2em"
|
|
6486
6486
|
};
|
|
6487
|
-
function render$
|
|
6488
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6487
|
+
function render$146(e, t) {
|
|
6488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
|
|
6489
6489
|
fill: "none",
|
|
6490
6490
|
stroke: "currentColor",
|
|
6491
6491
|
"stroke-linecap": "round",
|
|
@@ -6502,14 +6502,14 @@ function render$144(e, t) {
|
|
|
6502
6502
|
}
|
|
6503
6503
|
var clipboard_list_default = {
|
|
6504
6504
|
name: "lucide-clipboard-list",
|
|
6505
|
-
render: render$
|
|
6506
|
-
}, _hoisted_1$
|
|
6505
|
+
render: render$146
|
|
6506
|
+
}, _hoisted_1$165 = {
|
|
6507
6507
|
viewBox: "0 0 24 24",
|
|
6508
6508
|
width: "1.2em",
|
|
6509
6509
|
height: "1.2em"
|
|
6510
6510
|
};
|
|
6511
|
-
function render$
|
|
6512
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6511
|
+
function render$145(e, t) {
|
|
6512
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("g", {
|
|
6513
6513
|
fill: "none",
|
|
6514
6514
|
stroke: "currentColor",
|
|
6515
6515
|
"stroke-linecap": "round",
|
|
@@ -6523,14 +6523,14 @@ function render$143(e, t) {
|
|
|
6523
6523
|
}
|
|
6524
6524
|
var clock_default = {
|
|
6525
6525
|
name: "lucide-clock",
|
|
6526
|
-
render: render$
|
|
6527
|
-
}, _hoisted_1$
|
|
6526
|
+
render: render$145
|
|
6527
|
+
}, _hoisted_1$164 = {
|
|
6528
6528
|
viewBox: "0 0 24 24",
|
|
6529
6529
|
width: "1.2em",
|
|
6530
6530
|
height: "1.2em"
|
|
6531
6531
|
};
|
|
6532
|
-
function render$
|
|
6533
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6532
|
+
function render$144(e, t) {
|
|
6533
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("path", {
|
|
6534
6534
|
fill: "none",
|
|
6535
6535
|
stroke: "currentColor",
|
|
6536
6536
|
"stroke-linecap": "round",
|
|
@@ -6541,14 +6541,14 @@ function render$142(e, t) {
|
|
|
6541
6541
|
}
|
|
6542
6542
|
var cloud_default = {
|
|
6543
6543
|
name: "lucide-cloud",
|
|
6544
|
-
render: render$
|
|
6545
|
-
}, _hoisted_1$
|
|
6544
|
+
render: render$144
|
|
6545
|
+
}, _hoisted_1$163 = {
|
|
6546
6546
|
viewBox: "0 0 24 24",
|
|
6547
6547
|
width: "1.2em",
|
|
6548
6548
|
height: "1.2em"
|
|
6549
6549
|
};
|
|
6550
|
-
function render$
|
|
6551
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6550
|
+
function render$143(e, t) {
|
|
6551
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
|
|
6552
6552
|
fill: "none",
|
|
6553
6553
|
stroke: "currentColor",
|
|
6554
6554
|
"stroke-linecap": "round",
|
|
@@ -6558,14 +6558,14 @@ function render$141(e, t) {
|
|
|
6558
6558
|
}
|
|
6559
6559
|
var cloud_download_default = {
|
|
6560
6560
|
name: "lucide-cloud-download",
|
|
6561
|
-
render: render$
|
|
6562
|
-
}, _hoisted_1$
|
|
6561
|
+
render: render$143
|
|
6562
|
+
}, _hoisted_1$162 = {
|
|
6563
6563
|
viewBox: "0 0 24 24",
|
|
6564
6564
|
width: "1.2em",
|
|
6565
6565
|
height: "1.2em"
|
|
6566
6566
|
};
|
|
6567
|
-
function render$
|
|
6568
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6567
|
+
function render$142(e, t) {
|
|
6568
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("path", {
|
|
6569
6569
|
fill: "none",
|
|
6570
6570
|
stroke: "currentColor",
|
|
6571
6571
|
"stroke-linecap": "round",
|
|
@@ -6576,14 +6576,14 @@ function render$140(e, t) {
|
|
|
6576
6576
|
}
|
|
6577
6577
|
var code_default = {
|
|
6578
6578
|
name: "lucide-code",
|
|
6579
|
-
render: render$
|
|
6580
|
-
}, _hoisted_1$
|
|
6579
|
+
render: render$142
|
|
6580
|
+
}, _hoisted_1$161 = {
|
|
6581
6581
|
viewBox: "0 0 24 24",
|
|
6582
6582
|
width: "1.2em",
|
|
6583
6583
|
height: "1.2em"
|
|
6584
6584
|
};
|
|
6585
|
-
function render$
|
|
6586
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6585
|
+
function render$141(e, t) {
|
|
6586
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("g", {
|
|
6587
6587
|
fill: "none",
|
|
6588
6588
|
stroke: "currentColor",
|
|
6589
6589
|
"stroke-linecap": "round",
|
|
@@ -6593,14 +6593,14 @@ function render$139(e, t) {
|
|
|
6593
6593
|
}
|
|
6594
6594
|
var cog_default = {
|
|
6595
6595
|
name: "lucide-cog",
|
|
6596
|
-
render: render$
|
|
6597
|
-
}, _hoisted_1$
|
|
6596
|
+
render: render$141
|
|
6597
|
+
}, _hoisted_1$160 = {
|
|
6598
6598
|
viewBox: "0 0 24 24",
|
|
6599
6599
|
width: "1.2em",
|
|
6600
6600
|
height: "1.2em"
|
|
6601
6601
|
};
|
|
6602
|
-
function render$
|
|
6603
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6602
|
+
function render$140(e, t) {
|
|
6603
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("g", {
|
|
6604
6604
|
fill: "none",
|
|
6605
6605
|
stroke: "currentColor",
|
|
6606
6606
|
"stroke-linecap": "round",
|
|
@@ -6614,14 +6614,14 @@ function render$138(e, t) {
|
|
|
6614
6614
|
}
|
|
6615
6615
|
var columns_3_cog_default = {
|
|
6616
6616
|
name: "lucide-columns-3-cog",
|
|
6617
|
-
render: render$
|
|
6618
|
-
}, _hoisted_1$
|
|
6617
|
+
render: render$140
|
|
6618
|
+
}, _hoisted_1$159 = {
|
|
6619
6619
|
viewBox: "0 0 24 24",
|
|
6620
6620
|
width: "1.2em",
|
|
6621
6621
|
height: "1.2em"
|
|
6622
6622
|
};
|
|
6623
|
-
function render$
|
|
6624
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6623
|
+
function render$139(e, t) {
|
|
6624
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("g", {
|
|
6625
6625
|
fill: "none",
|
|
6626
6626
|
stroke: "currentColor",
|
|
6627
6627
|
"stroke-linecap": "round",
|
|
@@ -6635,14 +6635,14 @@ function render$137(e, t) {
|
|
|
6635
6635
|
}
|
|
6636
6636
|
var contrast_default = {
|
|
6637
6637
|
name: "lucide-contrast",
|
|
6638
|
-
render: render$
|
|
6639
|
-
}, _hoisted_1$
|
|
6638
|
+
render: render$139
|
|
6639
|
+
}, _hoisted_1$158 = {
|
|
6640
6640
|
viewBox: "0 0 24 24",
|
|
6641
6641
|
width: "1.2em",
|
|
6642
6642
|
height: "1.2em"
|
|
6643
6643
|
};
|
|
6644
|
-
function render$
|
|
6645
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6644
|
+
function render$138(e, t) {
|
|
6645
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("g", {
|
|
6646
6646
|
fill: "none",
|
|
6647
6647
|
stroke: "currentColor",
|
|
6648
6648
|
"stroke-linecap": "round",
|
|
@@ -6659,14 +6659,14 @@ function render$136(e, t) {
|
|
|
6659
6659
|
}
|
|
6660
6660
|
var copy_default = {
|
|
6661
6661
|
name: "lucide-copy",
|
|
6662
|
-
render: render$
|
|
6663
|
-
}, _hoisted_1$
|
|
6662
|
+
render: render$138
|
|
6663
|
+
}, _hoisted_1$157 = {
|
|
6664
6664
|
viewBox: "0 0 24 24",
|
|
6665
6665
|
width: "1.2em",
|
|
6666
6666
|
height: "1.2em"
|
|
6667
6667
|
};
|
|
6668
|
-
function render$
|
|
6669
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6668
|
+
function render$137(e, t) {
|
|
6669
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("g", {
|
|
6670
6670
|
fill: "none",
|
|
6671
6671
|
stroke: "currentColor",
|
|
6672
6672
|
"stroke-linecap": "round",
|
|
@@ -6680,14 +6680,14 @@ function render$135(e, t) {
|
|
|
6680
6680
|
}
|
|
6681
6681
|
var crosshair_default = {
|
|
6682
6682
|
name: "lucide-crosshair",
|
|
6683
|
-
render: render$
|
|
6684
|
-
}, _hoisted_1$
|
|
6683
|
+
render: render$137
|
|
6684
|
+
}, _hoisted_1$156 = {
|
|
6685
6685
|
viewBox: "0 0 24 24",
|
|
6686
6686
|
width: "1.2em",
|
|
6687
6687
|
height: "1.2em"
|
|
6688
6688
|
};
|
|
6689
|
-
function render$
|
|
6690
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6689
|
+
function render$136(e, t) {
|
|
6690
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
|
|
6691
6691
|
fill: "none",
|
|
6692
6692
|
stroke: "currentColor",
|
|
6693
6693
|
"stroke-linecap": "round",
|
|
@@ -6706,14 +6706,14 @@ function render$134(e, t) {
|
|
|
6706
6706
|
}
|
|
6707
6707
|
var database_default = {
|
|
6708
6708
|
name: "lucide-database",
|
|
6709
|
-
render: render$
|
|
6710
|
-
}, _hoisted_1$
|
|
6709
|
+
render: render$136
|
|
6710
|
+
}, _hoisted_1$155 = {
|
|
6711
6711
|
viewBox: "0 0 24 24",
|
|
6712
6712
|
width: "1.2em",
|
|
6713
6713
|
height: "1.2em"
|
|
6714
6714
|
};
|
|
6715
|
-
function render$
|
|
6716
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6715
|
+
function render$135(e, t) {
|
|
6716
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("path", {
|
|
6717
6717
|
fill: "none",
|
|
6718
6718
|
stroke: "currentColor",
|
|
6719
6719
|
"stroke-linecap": "round",
|
|
@@ -6724,14 +6724,14 @@ function render$133(e, t) {
|
|
|
6724
6724
|
}
|
|
6725
6725
|
var door_open_default = {
|
|
6726
6726
|
name: "lucide-door-open",
|
|
6727
|
-
render: render$
|
|
6728
|
-
}, _hoisted_1$
|
|
6727
|
+
render: render$135
|
|
6728
|
+
}, _hoisted_1$154 = {
|
|
6729
6729
|
viewBox: "0 0 24 24",
|
|
6730
6730
|
width: "1.2em",
|
|
6731
6731
|
height: "1.2em"
|
|
6732
6732
|
};
|
|
6733
|
-
function render$
|
|
6734
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6733
|
+
function render$134(e, t) {
|
|
6734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("circle", {
|
|
6735
6735
|
cx: "12.1",
|
|
6736
6736
|
cy: "12.1",
|
|
6737
6737
|
r: "1",
|
|
@@ -6744,14 +6744,14 @@ function render$132(e, t) {
|
|
|
6744
6744
|
}
|
|
6745
6745
|
var dot_default = {
|
|
6746
6746
|
name: "lucide-dot",
|
|
6747
|
-
render: render$
|
|
6748
|
-
}, _hoisted_1$
|
|
6747
|
+
render: render$134
|
|
6748
|
+
}, _hoisted_1$153 = {
|
|
6749
6749
|
viewBox: "0 0 24 24",
|
|
6750
6750
|
width: "1.2em",
|
|
6751
6751
|
height: "1.2em"
|
|
6752
6752
|
};
|
|
6753
|
-
function render$
|
|
6754
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6753
|
+
function render$133(e, t) {
|
|
6754
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("g", {
|
|
6755
6755
|
fill: "none",
|
|
6756
6756
|
stroke: "currentColor",
|
|
6757
6757
|
"stroke-linecap": "round",
|
|
@@ -6765,14 +6765,14 @@ function render$131(e, t) {
|
|
|
6765
6765
|
}
|
|
6766
6766
|
var earth_default = {
|
|
6767
6767
|
name: "lucide-earth",
|
|
6768
|
-
render: render$
|
|
6769
|
-
}, _hoisted_1$
|
|
6768
|
+
render: render$133
|
|
6769
|
+
}, _hoisted_1$152 = {
|
|
6770
6770
|
viewBox: "0 0 24 24",
|
|
6771
6771
|
width: "1.2em",
|
|
6772
6772
|
height: "1.2em"
|
|
6773
6773
|
};
|
|
6774
|
-
function render$
|
|
6775
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6774
|
+
function render$132(e, t) {
|
|
6775
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("g", {
|
|
6776
6776
|
fill: "none",
|
|
6777
6777
|
stroke: "currentColor",
|
|
6778
6778
|
"stroke-linecap": "round",
|
|
@@ -6798,14 +6798,14 @@ function render$130(e, t) {
|
|
|
6798
6798
|
}
|
|
6799
6799
|
var ellipsis_default = {
|
|
6800
6800
|
name: "lucide-ellipsis",
|
|
6801
|
-
render: render$
|
|
6802
|
-
}, _hoisted_1$
|
|
6801
|
+
render: render$132
|
|
6802
|
+
}, _hoisted_1$151 = {
|
|
6803
6803
|
viewBox: "0 0 24 24",
|
|
6804
6804
|
width: "1.2em",
|
|
6805
6805
|
height: "1.2em"
|
|
6806
6806
|
};
|
|
6807
|
-
function render$
|
|
6808
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6807
|
+
function render$131(e, t) {
|
|
6808
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("g", {
|
|
6809
6809
|
fill: "none",
|
|
6810
6810
|
stroke: "currentColor",
|
|
6811
6811
|
"stroke-linecap": "round",
|
|
@@ -6831,14 +6831,14 @@ function render$129(e, t) {
|
|
|
6831
6831
|
}
|
|
6832
6832
|
var ellipsis_vertical_default = {
|
|
6833
6833
|
name: "lucide-ellipsis-vertical",
|
|
6834
|
-
render: render$
|
|
6835
|
-
}, _hoisted_1$
|
|
6834
|
+
render: render$131
|
|
6835
|
+
}, _hoisted_1$150 = {
|
|
6836
6836
|
viewBox: "0 0 24 24",
|
|
6837
6837
|
width: "1.2em",
|
|
6838
6838
|
height: "1.2em"
|
|
6839
6839
|
};
|
|
6840
|
-
function render$
|
|
6841
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6840
|
+
function render$130(e, t) {
|
|
6841
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("path", {
|
|
6842
6842
|
fill: "none",
|
|
6843
6843
|
stroke: "currentColor",
|
|
6844
6844
|
"stroke-linecap": "round",
|
|
@@ -6849,14 +6849,14 @@ function render$128(e, t) {
|
|
|
6849
6849
|
}
|
|
6850
6850
|
var equal_default = {
|
|
6851
6851
|
name: "lucide-equal",
|
|
6852
|
-
render: render$
|
|
6853
|
-
}, _hoisted_1$
|
|
6852
|
+
render: render$130
|
|
6853
|
+
}, _hoisted_1$149 = {
|
|
6854
6854
|
viewBox: "0 0 24 24",
|
|
6855
6855
|
width: "1.2em",
|
|
6856
6856
|
height: "1.2em"
|
|
6857
6857
|
};
|
|
6858
|
-
function render$
|
|
6859
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6858
|
+
function render$129(e, t) {
|
|
6859
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("path", {
|
|
6860
6860
|
fill: "none",
|
|
6861
6861
|
stroke: "currentColor",
|
|
6862
6862
|
"stroke-linecap": "round",
|
|
@@ -6867,14 +6867,14 @@ function render$127(e, t) {
|
|
|
6867
6867
|
}
|
|
6868
6868
|
var expand_default = {
|
|
6869
6869
|
name: "lucide-expand",
|
|
6870
|
-
render: render$
|
|
6871
|
-
}, _hoisted_1$
|
|
6872
|
-
viewBox: "0 0 24 24",
|
|
6870
|
+
render: render$129
|
|
6871
|
+
}, _hoisted_1$148 = {
|
|
6872
|
+
viewBox: "0 0 24 24",
|
|
6873
6873
|
width: "1.2em",
|
|
6874
6874
|
height: "1.2em"
|
|
6875
6875
|
};
|
|
6876
|
-
function render$
|
|
6877
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6876
|
+
function render$128(e, t) {
|
|
6877
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("path", {
|
|
6878
6878
|
fill: "none",
|
|
6879
6879
|
stroke: "currentColor",
|
|
6880
6880
|
"stroke-linecap": "round",
|
|
@@ -6885,14 +6885,14 @@ function render$126(e, t) {
|
|
|
6885
6885
|
}
|
|
6886
6886
|
var external_link_default = {
|
|
6887
6887
|
name: "lucide-external-link",
|
|
6888
|
-
render: render$
|
|
6889
|
-
}, _hoisted_1$
|
|
6888
|
+
render: render$128
|
|
6889
|
+
}, _hoisted_1$147 = {
|
|
6890
6890
|
viewBox: "0 0 24 24",
|
|
6891
6891
|
width: "1.2em",
|
|
6892
6892
|
height: "1.2em"
|
|
6893
6893
|
};
|
|
6894
|
-
function render$
|
|
6895
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6894
|
+
function render$127(e, t) {
|
|
6895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("g", {
|
|
6896
6896
|
fill: "none",
|
|
6897
6897
|
stroke: "currentColor",
|
|
6898
6898
|
"stroke-linecap": "round",
|
|
@@ -6906,14 +6906,14 @@ function render$125(e, t) {
|
|
|
6906
6906
|
}
|
|
6907
6907
|
var eye_default = {
|
|
6908
6908
|
name: "lucide-eye",
|
|
6909
|
-
render: render$
|
|
6910
|
-
}, _hoisted_1$
|
|
6909
|
+
render: render$127
|
|
6910
|
+
}, _hoisted_1$146 = {
|
|
6911
6911
|
viewBox: "0 0 24 24",
|
|
6912
6912
|
width: "1.2em",
|
|
6913
6913
|
height: "1.2em"
|
|
6914
6914
|
};
|
|
6915
|
-
function render$
|
|
6916
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6915
|
+
function render$126(e, t) {
|
|
6916
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("g", {
|
|
6917
6917
|
fill: "none",
|
|
6918
6918
|
stroke: "currentColor",
|
|
6919
6919
|
"stroke-linecap": "round",
|
|
@@ -6923,14 +6923,14 @@ function render$124(e, t) {
|
|
|
6923
6923
|
}
|
|
6924
6924
|
var eye_off_default = {
|
|
6925
6925
|
name: "lucide-eye-off",
|
|
6926
|
-
render: render$
|
|
6927
|
-
}, _hoisted_1$
|
|
6926
|
+
render: render$126
|
|
6927
|
+
}, _hoisted_1$145 = {
|
|
6928
6928
|
viewBox: "0 0 24 24",
|
|
6929
6929
|
width: "1.2em",
|
|
6930
6930
|
height: "1.2em"
|
|
6931
6931
|
};
|
|
6932
|
-
function render$
|
|
6933
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6932
|
+
function render$125(e, t) {
|
|
6933
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("g", {
|
|
6934
6934
|
fill: "none",
|
|
6935
6935
|
stroke: "currentColor",
|
|
6936
6936
|
"stroke-linecap": "round",
|
|
@@ -6940,14 +6940,14 @@ function render$123(e, t) {
|
|
|
6940
6940
|
}
|
|
6941
6941
|
var file_default = {
|
|
6942
6942
|
name: "lucide-file",
|
|
6943
|
-
render: render$
|
|
6944
|
-
}, _hoisted_1$
|
|
6943
|
+
render: render$125
|
|
6944
|
+
}, _hoisted_1$144 = {
|
|
6945
6945
|
viewBox: "0 0 24 24",
|
|
6946
6946
|
width: "1.2em",
|
|
6947
6947
|
height: "1.2em"
|
|
6948
6948
|
};
|
|
6949
|
-
function render$
|
|
6950
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6949
|
+
function render$124(e, t) {
|
|
6950
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("g", {
|
|
6951
6951
|
fill: "none",
|
|
6952
6952
|
stroke: "currentColor",
|
|
6953
6953
|
"stroke-linecap": "round",
|
|
@@ -6965,14 +6965,14 @@ function render$122(e, t) {
|
|
|
6965
6965
|
}
|
|
6966
6966
|
var file_archive_default = {
|
|
6967
6967
|
name: "lucide-file-archive",
|
|
6968
|
-
render: render$
|
|
6969
|
-
}, _hoisted_1$
|
|
6968
|
+
render: render$124
|
|
6969
|
+
}, _hoisted_1$143 = {
|
|
6970
6970
|
viewBox: "0 0 24 24",
|
|
6971
6971
|
width: "1.2em",
|
|
6972
6972
|
height: "1.2em"
|
|
6973
6973
|
};
|
|
6974
|
-
function render$
|
|
6975
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6974
|
+
function render$123(e, t) {
|
|
6975
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
|
|
6976
6976
|
fill: "none",
|
|
6977
6977
|
stroke: "currentColor",
|
|
6978
6978
|
"stroke-linecap": "round",
|
|
@@ -6982,14 +6982,14 @@ function render$121(e, t) {
|
|
|
6982
6982
|
}
|
|
6983
6983
|
var file_code_default = {
|
|
6984
6984
|
name: "lucide-file-code",
|
|
6985
|
-
render: render$
|
|
6986
|
-
}, _hoisted_1$
|
|
6985
|
+
render: render$123
|
|
6986
|
+
}, _hoisted_1$142 = {
|
|
6987
6987
|
viewBox: "0 0 24 24",
|
|
6988
6988
|
width: "1.2em",
|
|
6989
6989
|
height: "1.2em"
|
|
6990
6990
|
};
|
|
6991
|
-
function render$
|
|
6992
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6991
|
+
function render$122(e, t) {
|
|
6992
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("path", {
|
|
6993
6993
|
fill: "none",
|
|
6994
6994
|
stroke: "currentColor",
|
|
6995
6995
|
"stroke-linecap": "round",
|
|
@@ -7000,14 +7000,14 @@ function render$120(e, t) {
|
|
|
7000
7000
|
}
|
|
7001
7001
|
var file_diff_default = {
|
|
7002
7002
|
name: "lucide-file-diff",
|
|
7003
|
-
render: render$
|
|
7004
|
-
}, _hoisted_1$
|
|
7003
|
+
render: render$122
|
|
7004
|
+
}, _hoisted_1$141 = {
|
|
7005
7005
|
viewBox: "0 0 24 24",
|
|
7006
7006
|
width: "1.2em",
|
|
7007
7007
|
height: "1.2em"
|
|
7008
7008
|
};
|
|
7009
|
-
function render$
|
|
7010
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7009
|
+
function render$121(e, t) {
|
|
7010
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
|
|
7011
7011
|
fill: "none",
|
|
7012
7012
|
stroke: "currentColor",
|
|
7013
7013
|
"stroke-linecap": "round",
|
|
@@ -7017,14 +7017,14 @@ function render$119(e, t) {
|
|
|
7017
7017
|
}
|
|
7018
7018
|
var file_down_default = {
|
|
7019
7019
|
name: "lucide-file-down",
|
|
7020
|
-
render: render$
|
|
7021
|
-
}, _hoisted_1$
|
|
7020
|
+
render: render$121
|
|
7021
|
+
}, _hoisted_1$140 = {
|
|
7022
7022
|
viewBox: "0 0 24 24",
|
|
7023
7023
|
width: "1.2em",
|
|
7024
7024
|
height: "1.2em"
|
|
7025
7025
|
};
|
|
7026
|
-
function render$
|
|
7027
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7026
|
+
function render$120(e, t) {
|
|
7027
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
|
|
7028
7028
|
fill: "none",
|
|
7029
7029
|
stroke: "currentColor",
|
|
7030
7030
|
"stroke-linecap": "round",
|
|
@@ -7034,14 +7034,14 @@ function render$118(e, t) {
|
|
|
7034
7034
|
}
|
|
7035
7035
|
var file_input_default = {
|
|
7036
7036
|
name: "lucide-file-input",
|
|
7037
|
-
render: render$
|
|
7038
|
-
}, _hoisted_1$
|
|
7037
|
+
render: render$120
|
|
7038
|
+
}, _hoisted_1$139 = {
|
|
7039
7039
|
viewBox: "0 0 24 24",
|
|
7040
7040
|
width: "1.2em",
|
|
7041
7041
|
height: "1.2em"
|
|
7042
7042
|
};
|
|
7043
|
-
function render$
|
|
7044
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7043
|
+
function render$119(e, t) {
|
|
7044
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("g", {
|
|
7045
7045
|
fill: "none",
|
|
7046
7046
|
stroke: "currentColor",
|
|
7047
7047
|
"stroke-linecap": "round",
|
|
@@ -7055,14 +7055,14 @@ function render$117(e, t) {
|
|
|
7055
7055
|
}
|
|
7056
7056
|
var file_output_default = {
|
|
7057
7057
|
name: "lucide-file-output",
|
|
7058
|
-
render: render$
|
|
7059
|
-
}, _hoisted_1$
|
|
7058
|
+
render: render$119
|
|
7059
|
+
}, _hoisted_1$138 = {
|
|
7060
7060
|
viewBox: "0 0 24 24",
|
|
7061
7061
|
width: "1.2em",
|
|
7062
7062
|
height: "1.2em"
|
|
7063
7063
|
};
|
|
7064
|
-
function render$
|
|
7065
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7064
|
+
function render$118(e, t) {
|
|
7065
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("g", {
|
|
7066
7066
|
fill: "none",
|
|
7067
7067
|
stroke: "currentColor",
|
|
7068
7068
|
"stroke-linecap": "round",
|
|
@@ -7072,14 +7072,14 @@ function render$116(e, t) {
|
|
|
7072
7072
|
}
|
|
7073
7073
|
var file_text_default = {
|
|
7074
7074
|
name: "lucide-file-text",
|
|
7075
|
-
render: render$
|
|
7076
|
-
}, _hoisted_1$
|
|
7075
|
+
render: render$118
|
|
7076
|
+
}, _hoisted_1$137 = {
|
|
7077
7077
|
viewBox: "0 0 24 24",
|
|
7078
7078
|
width: "1.2em",
|
|
7079
7079
|
height: "1.2em"
|
|
7080
7080
|
};
|
|
7081
|
-
function render$
|
|
7082
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7081
|
+
function render$117(e, t) {
|
|
7082
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("g", {
|
|
7083
7083
|
fill: "none",
|
|
7084
7084
|
stroke: "currentColor",
|
|
7085
7085
|
"stroke-linecap": "round",
|
|
@@ -7093,14 +7093,14 @@ function render$115(e, t) {
|
|
|
7093
7093
|
}
|
|
7094
7094
|
var files_default = {
|
|
7095
7095
|
name: "lucide-files",
|
|
7096
|
-
render: render$
|
|
7097
|
-
}, _hoisted_1$
|
|
7096
|
+
render: render$117
|
|
7097
|
+
}, _hoisted_1$136 = {
|
|
7098
7098
|
viewBox: "0 0 24 24",
|
|
7099
7099
|
width: "1.2em",
|
|
7100
7100
|
height: "1.2em"
|
|
7101
7101
|
};
|
|
7102
|
-
function render$
|
|
7103
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7102
|
+
function render$116(e, t) {
|
|
7103
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("g", {
|
|
7104
7104
|
fill: "none",
|
|
7105
7105
|
stroke: "currentColor",
|
|
7106
7106
|
"stroke-linecap": "round",
|
|
@@ -7110,14 +7110,14 @@ function render$114(e, t) {
|
|
|
7110
7110
|
}
|
|
7111
7111
|
var fingerprint_default = {
|
|
7112
7112
|
name: "lucide-fingerprint",
|
|
7113
|
-
render: render$
|
|
7114
|
-
}, _hoisted_1$
|
|
7113
|
+
render: render$116
|
|
7114
|
+
}, _hoisted_1$135 = {
|
|
7115
7115
|
viewBox: "0 0 24 24",
|
|
7116
7116
|
width: "1.2em",
|
|
7117
7117
|
height: "1.2em"
|
|
7118
7118
|
};
|
|
7119
|
-
function render$
|
|
7120
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7119
|
+
function render$115(e, t) {
|
|
7120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("path", {
|
|
7121
7121
|
fill: "none",
|
|
7122
7122
|
stroke: "currentColor",
|
|
7123
7123
|
"stroke-linecap": "round",
|
|
@@ -7128,14 +7128,14 @@ function render$113(e, t) {
|
|
|
7128
7128
|
}
|
|
7129
7129
|
var flask_conical_default = {
|
|
7130
7130
|
name: "lucide-flask-conical",
|
|
7131
|
-
render: render$
|
|
7132
|
-
}, _hoisted_1$
|
|
7131
|
+
render: render$115
|
|
7132
|
+
}, _hoisted_1$134 = {
|
|
7133
7133
|
viewBox: "0 0 24 24",
|
|
7134
7134
|
width: "1.2em",
|
|
7135
7135
|
height: "1.2em"
|
|
7136
7136
|
};
|
|
7137
|
-
function render$
|
|
7138
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7137
|
+
function render$114(e, t) {
|
|
7138
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("path", {
|
|
7139
7139
|
fill: "none",
|
|
7140
7140
|
stroke: "currentColor",
|
|
7141
7141
|
"stroke-linecap": "round",
|
|
@@ -7146,14 +7146,14 @@ function render$112(e, t) {
|
|
|
7146
7146
|
}
|
|
7147
7147
|
var folder_default = {
|
|
7148
7148
|
name: "lucide-folder",
|
|
7149
|
-
render: render$
|
|
7150
|
-
}, _hoisted_1$
|
|
7149
|
+
render: render$114
|
|
7150
|
+
}, _hoisted_1$133 = {
|
|
7151
7151
|
viewBox: "0 0 24 24",
|
|
7152
7152
|
width: "1.2em",
|
|
7153
7153
|
height: "1.2em"
|
|
7154
7154
|
};
|
|
7155
|
-
function render$
|
|
7156
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7155
|
+
function render$113(e, t) {
|
|
7156
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("path", {
|
|
7157
7157
|
fill: "none",
|
|
7158
7158
|
stroke: "currentColor",
|
|
7159
7159
|
"stroke-linecap": "round",
|
|
@@ -7164,14 +7164,14 @@ function render$111(e, t) {
|
|
|
7164
7164
|
}
|
|
7165
7165
|
var folder_open_default = {
|
|
7166
7166
|
name: "lucide-folder-open",
|
|
7167
|
-
render: render$
|
|
7168
|
-
}, _hoisted_1$
|
|
7167
|
+
render: render$113
|
|
7168
|
+
}, _hoisted_1$132 = {
|
|
7169
7169
|
viewBox: "0 0 24 24",
|
|
7170
7170
|
width: "1.2em",
|
|
7171
7171
|
height: "1.2em"
|
|
7172
7172
|
};
|
|
7173
|
-
function render$
|
|
7174
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7173
|
+
function render$112(e, t) {
|
|
7174
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("path", {
|
|
7175
7175
|
fill: "none",
|
|
7176
7176
|
stroke: "currentColor",
|
|
7177
7177
|
"stroke-linecap": "round",
|
|
@@ -7182,14 +7182,14 @@ function render$110(e, t) {
|
|
|
7182
7182
|
}
|
|
7183
7183
|
var folder_plus_default = {
|
|
7184
7184
|
name: "lucide-folder-plus",
|
|
7185
|
-
render: render$
|
|
7186
|
-
}, _hoisted_1$
|
|
7185
|
+
render: render$112
|
|
7186
|
+
}, _hoisted_1$131 = {
|
|
7187
7187
|
viewBox: "0 0 24 24",
|
|
7188
7188
|
width: "1.2em",
|
|
7189
7189
|
height: "1.2em"
|
|
7190
7190
|
};
|
|
7191
|
-
function render$
|
|
7192
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7191
|
+
function render$111(e, t) {
|
|
7192
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createBaseVNode("path", {
|
|
7193
7193
|
fill: "none",
|
|
7194
7194
|
stroke: "currentColor",
|
|
7195
7195
|
"stroke-linecap": "round",
|
|
@@ -7200,14 +7200,14 @@ function render$109(e, t) {
|
|
|
7200
7200
|
}
|
|
7201
7201
|
var funnel_default = {
|
|
7202
7202
|
name: "lucide-funnel",
|
|
7203
|
-
render: render$
|
|
7204
|
-
}, _hoisted_1$
|
|
7203
|
+
render: render$111
|
|
7204
|
+
}, _hoisted_1$130 = {
|
|
7205
7205
|
viewBox: "0 0 24 24",
|
|
7206
7206
|
width: "1.2em",
|
|
7207
7207
|
height: "1.2em"
|
|
7208
7208
|
};
|
|
7209
|
-
function render$
|
|
7210
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7209
|
+
function render$110(e, t) {
|
|
7210
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("g", {
|
|
7211
7211
|
fill: "none",
|
|
7212
7212
|
stroke: "currentColor",
|
|
7213
7213
|
"stroke-linecap": "round",
|
|
@@ -7217,14 +7217,14 @@ function render$108(e, t) {
|
|
|
7217
7217
|
}
|
|
7218
7218
|
var gem_default = {
|
|
7219
7219
|
name: "lucide-gem",
|
|
7220
|
-
render: render$
|
|
7221
|
-
}, _hoisted_1$
|
|
7220
|
+
render: render$110
|
|
7221
|
+
}, _hoisted_1$129 = {
|
|
7222
7222
|
viewBox: "0 0 24 24",
|
|
7223
7223
|
width: "1.2em",
|
|
7224
7224
|
height: "1.2em"
|
|
7225
7225
|
};
|
|
7226
|
-
function render$
|
|
7227
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7226
|
+
function render$109(e, t) {
|
|
7227
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("g", {
|
|
7228
7228
|
fill: "none",
|
|
7229
7229
|
stroke: "currentColor",
|
|
7230
7230
|
"stroke-linecap": "round",
|
|
@@ -7240,25 +7240,25 @@ function render$107(e, t) {
|
|
|
7240
7240
|
}
|
|
7241
7241
|
var gift_default = {
|
|
7242
7242
|
name: "lucide-gift",
|
|
7243
|
-
render: render$
|
|
7244
|
-
}, _hoisted_1$
|
|
7243
|
+
render: render$109
|
|
7244
|
+
}, _hoisted_1$128 = {
|
|
7245
7245
|
viewBox: "0 0 24 24",
|
|
7246
7246
|
width: "1.2em",
|
|
7247
7247
|
height: "1.2em"
|
|
7248
7248
|
};
|
|
7249
|
-
function render$
|
|
7250
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7249
|
+
function render$108(e, t) {
|
|
7250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$128, 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)]);
|
|
7251
7251
|
}
|
|
7252
7252
|
var git_branch_default = {
|
|
7253
7253
|
name: "lucide-git-branch",
|
|
7254
|
-
render: render$
|
|
7255
|
-
}, _hoisted_1$
|
|
7254
|
+
render: render$108
|
|
7255
|
+
}, _hoisted_1$127 = {
|
|
7256
7256
|
viewBox: "0 0 24 24",
|
|
7257
7257
|
width: "1.2em",
|
|
7258
7258
|
height: "1.2em"
|
|
7259
7259
|
};
|
|
7260
|
-
function render$
|
|
7261
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7260
|
+
function render$107(e, t) {
|
|
7261
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createBaseVNode("g", {
|
|
7262
7262
|
fill: "none",
|
|
7263
7263
|
stroke: "currentColor",
|
|
7264
7264
|
"stroke-linecap": "round",
|
|
@@ -7272,14 +7272,14 @@ function render$105(e, t) {
|
|
|
7272
7272
|
}
|
|
7273
7273
|
var globe_default = {
|
|
7274
7274
|
name: "lucide-globe",
|
|
7275
|
-
render: render$
|
|
7276
|
-
}, _hoisted_1$
|
|
7275
|
+
render: render$107
|
|
7276
|
+
}, _hoisted_1$126 = {
|
|
7277
7277
|
viewBox: "0 0 24 24",
|
|
7278
7278
|
width: "1.2em",
|
|
7279
7279
|
height: "1.2em"
|
|
7280
7280
|
};
|
|
7281
|
-
function render$
|
|
7282
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7281
|
+
function render$106(e, t) {
|
|
7282
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createBaseVNode("g", {
|
|
7283
7283
|
fill: "none",
|
|
7284
7284
|
stroke: "currentColor",
|
|
7285
7285
|
"stroke-linecap": "round",
|
|
@@ -7289,14 +7289,14 @@ function render$104(e, t) {
|
|
|
7289
7289
|
}
|
|
7290
7290
|
var graduation_cap_default = {
|
|
7291
7291
|
name: "lucide-graduation-cap",
|
|
7292
|
-
render: render$
|
|
7293
|
-
}, _hoisted_1$
|
|
7292
|
+
render: render$106
|
|
7293
|
+
}, _hoisted_1$125 = {
|
|
7294
7294
|
viewBox: "0 0 24 24",
|
|
7295
7295
|
width: "1.2em",
|
|
7296
7296
|
height: "1.2em"
|
|
7297
7297
|
};
|
|
7298
|
-
function render$
|
|
7299
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7298
|
+
function render$105(e, t) {
|
|
7299
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createBaseVNode("g", {
|
|
7300
7300
|
fill: "none",
|
|
7301
7301
|
stroke: "currentColor",
|
|
7302
7302
|
"stroke-linecap": "round",
|
|
@@ -7312,36 +7312,36 @@ function render$103(e, t) {
|
|
|
7312
7312
|
}
|
|
7313
7313
|
var grid_2x2_default = {
|
|
7314
7314
|
name: "lucide-grid-2x2",
|
|
7315
|
-
render: render$
|
|
7316
|
-
}, _hoisted_1$
|
|
7315
|
+
render: render$105
|
|
7316
|
+
}, _hoisted_1$124 = {
|
|
7317
7317
|
viewBox: "0 0 24 24",
|
|
7318
7318
|
width: "1.2em",
|
|
7319
7319
|
height: "1.2em"
|
|
7320
7320
|
};
|
|
7321
|
-
function render$
|
|
7322
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7321
|
+
function render$104(e, t) {
|
|
7322
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$124, 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)]);
|
|
7323
7323
|
}
|
|
7324
7324
|
var grip_vertical_default = {
|
|
7325
7325
|
name: "lucide-grip-vertical",
|
|
7326
|
-
render: render$
|
|
7327
|
-
}, _hoisted_1$
|
|
7326
|
+
render: render$104
|
|
7327
|
+
}, _hoisted_1$123 = {
|
|
7328
7328
|
viewBox: "0 0 24 24",
|
|
7329
7329
|
width: "1.2em",
|
|
7330
7330
|
height: "1.2em"
|
|
7331
7331
|
};
|
|
7332
|
-
function render$
|
|
7333
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7332
|
+
function render$103(e, t) {
|
|
7333
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$123, 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)]);
|
|
7334
7334
|
}
|
|
7335
7335
|
var hand_coins_default = {
|
|
7336
7336
|
name: "lucide-hand-coins",
|
|
7337
|
-
render: render$
|
|
7338
|
-
}, _hoisted_1$
|
|
7337
|
+
render: render$103
|
|
7338
|
+
}, _hoisted_1$122 = {
|
|
7339
7339
|
viewBox: "0 0 24 24",
|
|
7340
7340
|
width: "1.2em",
|
|
7341
7341
|
height: "1.2em"
|
|
7342
7342
|
};
|
|
7343
|
-
function render$
|
|
7344
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7343
|
+
function render$102(e, t) {
|
|
7344
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("g", {
|
|
7345
7345
|
fill: "none",
|
|
7346
7346
|
stroke: "currentColor",
|
|
7347
7347
|
"stroke-linecap": "round",
|
|
@@ -7355,14 +7355,14 @@ function render$100(e, t) {
|
|
|
7355
7355
|
}
|
|
7356
7356
|
var handshake_default = {
|
|
7357
7357
|
name: "lucide-handshake",
|
|
7358
|
-
render: render$
|
|
7359
|
-
}, _hoisted_1$
|
|
7358
|
+
render: render$102
|
|
7359
|
+
}, _hoisted_1$121 = {
|
|
7360
7360
|
viewBox: "0 0 24 24",
|
|
7361
7361
|
width: "1.2em",
|
|
7362
7362
|
height: "1.2em"
|
|
7363
7363
|
};
|
|
7364
|
-
function render$
|
|
7365
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7364
|
+
function render$101(e, t) {
|
|
7365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createBaseVNode("path", {
|
|
7366
7366
|
fill: "none",
|
|
7367
7367
|
stroke: "currentColor",
|
|
7368
7368
|
"stroke-linecap": "round",
|
|
@@ -7373,14 +7373,14 @@ function render$99(e, t) {
|
|
|
7373
7373
|
}
|
|
7374
7374
|
var hard_drive_default = {
|
|
7375
7375
|
name: "lucide-hard-drive",
|
|
7376
|
-
render: render$
|
|
7377
|
-
}, _hoisted_1$
|
|
7376
|
+
render: render$101
|
|
7377
|
+
}, _hoisted_1$120 = {
|
|
7378
7378
|
viewBox: "0 0 24 24",
|
|
7379
7379
|
width: "1.2em",
|
|
7380
7380
|
height: "1.2em"
|
|
7381
7381
|
};
|
|
7382
|
-
function render$
|
|
7383
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7382
|
+
function render$100(e, t) {
|
|
7383
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createBaseVNode("g", {
|
|
7384
7384
|
fill: "none",
|
|
7385
7385
|
stroke: "currentColor",
|
|
7386
7386
|
"stroke-linecap": "round",
|
|
@@ -7400,14 +7400,14 @@ function render$98(e, t) {
|
|
|
7400
7400
|
}
|
|
7401
7401
|
var hard_drive_download_default = {
|
|
7402
7402
|
name: "lucide-hard-drive-download",
|
|
7403
|
-
render: render$
|
|
7404
|
-
}, _hoisted_1$
|
|
7403
|
+
render: render$100
|
|
7404
|
+
}, _hoisted_1$119 = {
|
|
7405
7405
|
viewBox: "0 0 24 24",
|
|
7406
7406
|
width: "1.2em",
|
|
7407
7407
|
height: "1.2em"
|
|
7408
7408
|
};
|
|
7409
|
-
function render$
|
|
7410
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7409
|
+
function render$99(e, t) {
|
|
7410
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createBaseVNode("path", {
|
|
7411
7411
|
fill: "none",
|
|
7412
7412
|
stroke: "currentColor",
|
|
7413
7413
|
"stroke-linecap": "round",
|
|
@@ -7418,14 +7418,14 @@ function render$97(e, t) {
|
|
|
7418
7418
|
}
|
|
7419
7419
|
var hash_default = {
|
|
7420
7420
|
name: "lucide-hash",
|
|
7421
|
-
render: render$
|
|
7422
|
-
}, _hoisted_1$
|
|
7421
|
+
render: render$99
|
|
7422
|
+
}, _hoisted_1$118 = {
|
|
7423
7423
|
viewBox: "0 0 24 24",
|
|
7424
7424
|
width: "1.2em",
|
|
7425
7425
|
height: "1.2em"
|
|
7426
7426
|
};
|
|
7427
|
-
function render$
|
|
7428
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7427
|
+
function render$98(e, t) {
|
|
7428
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("g", {
|
|
7429
7429
|
fill: "none",
|
|
7430
7430
|
stroke: "currentColor",
|
|
7431
7431
|
"stroke-linecap": "round",
|
|
@@ -7435,14 +7435,14 @@ function render$96(e, t) {
|
|
|
7435
7435
|
}
|
|
7436
7436
|
var history_default = {
|
|
7437
7437
|
name: "lucide-history",
|
|
7438
|
-
render: render$
|
|
7439
|
-
}, _hoisted_1$
|
|
7438
|
+
render: render$98
|
|
7439
|
+
}, _hoisted_1$117 = {
|
|
7440
7440
|
viewBox: "0 0 24 24",
|
|
7441
7441
|
width: "1.2em",
|
|
7442
7442
|
height: "1.2em"
|
|
7443
7443
|
};
|
|
7444
|
-
function render$
|
|
7445
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7444
|
+
function render$97(e, t) {
|
|
7445
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("path", {
|
|
7446
7446
|
fill: "none",
|
|
7447
7447
|
stroke: "currentColor",
|
|
7448
7448
|
"stroke-linecap": "round",
|
|
@@ -7453,14 +7453,14 @@ function render$95(e, t) {
|
|
|
7453
7453
|
}
|
|
7454
7454
|
var hourglass_default = {
|
|
7455
7455
|
name: "lucide-hourglass",
|
|
7456
|
-
render: render$
|
|
7457
|
-
}, _hoisted_1$
|
|
7456
|
+
render: render$97
|
|
7457
|
+
}, _hoisted_1$116 = {
|
|
7458
7458
|
viewBox: "0 0 24 24",
|
|
7459
7459
|
width: "1.2em",
|
|
7460
7460
|
height: "1.2em"
|
|
7461
7461
|
};
|
|
7462
|
-
function render$
|
|
7463
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7462
|
+
function render$96(e, t) {
|
|
7463
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("g", {
|
|
7464
7464
|
fill: "none",
|
|
7465
7465
|
stroke: "currentColor",
|
|
7466
7466
|
"stroke-linecap": "round",
|
|
@@ -7470,14 +7470,14 @@ function render$94(e, t) {
|
|
|
7470
7470
|
}
|
|
7471
7471
|
var house_default = {
|
|
7472
7472
|
name: "lucide-house",
|
|
7473
|
-
render: render$
|
|
7474
|
-
}, _hoisted_1$
|
|
7473
|
+
render: render$96
|
|
7474
|
+
}, _hoisted_1$115 = {
|
|
7475
7475
|
viewBox: "0 0 24 24",
|
|
7476
7476
|
width: "1.2em",
|
|
7477
7477
|
height: "1.2em"
|
|
7478
7478
|
};
|
|
7479
|
-
function render$
|
|
7480
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7479
|
+
function render$95(e, t) {
|
|
7480
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("g", {
|
|
7481
7481
|
fill: "none",
|
|
7482
7482
|
stroke: "currentColor",
|
|
7483
7483
|
"stroke-linecap": "round",
|
|
@@ -7502,14 +7502,14 @@ function render$93(e, t) {
|
|
|
7502
7502
|
}
|
|
7503
7503
|
var image_default = {
|
|
7504
7504
|
name: "lucide-image",
|
|
7505
|
-
render: render$
|
|
7506
|
-
}, _hoisted_1$
|
|
7505
|
+
render: render$95
|
|
7506
|
+
}, _hoisted_1$114 = {
|
|
7507
7507
|
viewBox: "0 0 24 24",
|
|
7508
7508
|
width: "1.2em",
|
|
7509
7509
|
height: "1.2em"
|
|
7510
7510
|
};
|
|
7511
|
-
function render$
|
|
7512
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7511
|
+
function render$94(e, t) {
|
|
7512
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("g", {
|
|
7513
7513
|
fill: "none",
|
|
7514
7514
|
stroke: "currentColor",
|
|
7515
7515
|
"stroke-linecap": "round",
|
|
@@ -7519,14 +7519,14 @@ function render$92(e, t) {
|
|
|
7519
7519
|
}
|
|
7520
7520
|
var inbox_default = {
|
|
7521
7521
|
name: "lucide-inbox",
|
|
7522
|
-
render: render$
|
|
7523
|
-
}, _hoisted_1$
|
|
7522
|
+
render: render$94
|
|
7523
|
+
}, _hoisted_1$113 = {
|
|
7524
7524
|
viewBox: "0 0 24 24",
|
|
7525
7525
|
width: "1.2em",
|
|
7526
7526
|
height: "1.2em"
|
|
7527
7527
|
};
|
|
7528
|
-
function render$
|
|
7529
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7528
|
+
function render$93(e, t) {
|
|
7529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("g", {
|
|
7530
7530
|
fill: "none",
|
|
7531
7531
|
stroke: "currentColor",
|
|
7532
7532
|
"stroke-linecap": "round",
|
|
@@ -7540,14 +7540,14 @@ function render$91(e, t) {
|
|
|
7540
7540
|
}
|
|
7541
7541
|
var info_default = {
|
|
7542
7542
|
name: "lucide-info",
|
|
7543
|
-
render: render$
|
|
7544
|
-
}, _hoisted_1$
|
|
7543
|
+
render: render$93
|
|
7544
|
+
}, _hoisted_1$112 = {
|
|
7545
7545
|
viewBox: "0 0 24 24",
|
|
7546
7546
|
width: "1.2em",
|
|
7547
7547
|
height: "1.2em"
|
|
7548
7548
|
};
|
|
7549
|
-
function render$
|
|
7550
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7549
|
+
function render$92(e, t) {
|
|
7550
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("g", {
|
|
7551
7551
|
fill: "none",
|
|
7552
7552
|
stroke: "currentColor",
|
|
7553
7553
|
"stroke-linecap": "round",
|
|
@@ -7562,14 +7562,14 @@ function render$90(e, t) {
|
|
|
7562
7562
|
}
|
|
7563
7563
|
var key_round_default = {
|
|
7564
7564
|
name: "lucide-key-round",
|
|
7565
|
-
render: render$
|
|
7566
|
-
}, _hoisted_1$
|
|
7565
|
+
render: render$92
|
|
7566
|
+
}, _hoisted_1$111 = {
|
|
7567
7567
|
viewBox: "0 0 24 24",
|
|
7568
7568
|
width: "1.2em",
|
|
7569
7569
|
height: "1.2em"
|
|
7570
7570
|
};
|
|
7571
|
-
function render$
|
|
7572
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7571
|
+
function render$91(e, t) {
|
|
7572
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("path", {
|
|
7573
7573
|
fill: "none",
|
|
7574
7574
|
stroke: "currentColor",
|
|
7575
7575
|
"stroke-linecap": "round",
|
|
@@ -7580,14 +7580,14 @@ function render$89(e, t) {
|
|
|
7580
7580
|
}
|
|
7581
7581
|
var languages_default = {
|
|
7582
7582
|
name: "lucide-languages",
|
|
7583
|
-
render: render$
|
|
7584
|
-
}, _hoisted_1$
|
|
7583
|
+
render: render$91
|
|
7584
|
+
}, _hoisted_1$110 = {
|
|
7585
7585
|
viewBox: "0 0 24 24",
|
|
7586
7586
|
width: "1.2em",
|
|
7587
7587
|
height: "1.2em"
|
|
7588
7588
|
};
|
|
7589
|
-
function render$
|
|
7590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7589
|
+
function render$90(e, t) {
|
|
7590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("g", {
|
|
7591
7591
|
fill: "none",
|
|
7592
7592
|
stroke: "currentColor",
|
|
7593
7593
|
"stroke-linecap": "round",
|
|
@@ -7601,14 +7601,14 @@ function render$88(e, t) {
|
|
|
7601
7601
|
}
|
|
7602
7602
|
var layers_default = {
|
|
7603
7603
|
name: "lucide-layers",
|
|
7604
|
-
render: render$
|
|
7605
|
-
}, _hoisted_1$
|
|
7604
|
+
render: render$90
|
|
7605
|
+
}, _hoisted_1$109 = {
|
|
7606
7606
|
viewBox: "0 0 24 24",
|
|
7607
7607
|
width: "1.2em",
|
|
7608
7608
|
height: "1.2em"
|
|
7609
7609
|
};
|
|
7610
|
-
function render$
|
|
7611
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7610
|
+
function render$89(e, t) {
|
|
7611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("path", {
|
|
7612
7612
|
fill: "none",
|
|
7613
7613
|
stroke: "currentColor",
|
|
7614
7614
|
"stroke-linecap": "round",
|
|
@@ -7619,14 +7619,14 @@ function render$87(e, t) {
|
|
|
7619
7619
|
}
|
|
7620
7620
|
var lightbulb_default = {
|
|
7621
7621
|
name: "lucide-lightbulb",
|
|
7622
|
-
render: render$
|
|
7623
|
-
}, _hoisted_1$
|
|
7622
|
+
render: render$89
|
|
7623
|
+
}, _hoisted_1$108 = {
|
|
7624
7624
|
viewBox: "0 0 24 24",
|
|
7625
7625
|
width: "1.2em",
|
|
7626
7626
|
height: "1.2em"
|
|
7627
7627
|
};
|
|
7628
|
-
function render$
|
|
7629
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7628
|
+
function render$88(e, t) {
|
|
7629
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("g", {
|
|
7630
7630
|
fill: "none",
|
|
7631
7631
|
stroke: "currentColor",
|
|
7632
7632
|
"stroke-linecap": "round",
|
|
@@ -7636,14 +7636,14 @@ function render$86(e, t) {
|
|
|
7636
7636
|
}
|
|
7637
7637
|
var link_default = {
|
|
7638
7638
|
name: "lucide-link",
|
|
7639
|
-
render: render$
|
|
7640
|
-
}, _hoisted_1$
|
|
7639
|
+
render: render$88
|
|
7640
|
+
}, _hoisted_1$107 = {
|
|
7641
7641
|
viewBox: "0 0 24 24",
|
|
7642
7642
|
width: "1.2em",
|
|
7643
7643
|
height: "1.2em"
|
|
7644
7644
|
};
|
|
7645
|
-
function render$
|
|
7646
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7645
|
+
function render$87(e, t) {
|
|
7646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("path", {
|
|
7647
7647
|
fill: "none",
|
|
7648
7648
|
stroke: "currentColor",
|
|
7649
7649
|
"stroke-linecap": "round",
|
|
@@ -7654,14 +7654,14 @@ function render$85(e, t) {
|
|
|
7654
7654
|
}
|
|
7655
7655
|
var list_default = {
|
|
7656
7656
|
name: "lucide-list",
|
|
7657
|
-
render: render$
|
|
7658
|
-
}, _hoisted_1$
|
|
7657
|
+
render: render$87
|
|
7658
|
+
}, _hoisted_1$106 = {
|
|
7659
7659
|
viewBox: "0 0 24 24",
|
|
7660
7660
|
width: "1.2em",
|
|
7661
7661
|
height: "1.2em"
|
|
7662
7662
|
};
|
|
7663
|
-
function render$
|
|
7664
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7663
|
+
function render$86(e, t) {
|
|
7664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("path", {
|
|
7665
7665
|
fill: "none",
|
|
7666
7666
|
stroke: "currentColor",
|
|
7667
7667
|
"stroke-linecap": "round",
|
|
@@ -7672,14 +7672,14 @@ function render$84(e, t) {
|
|
|
7672
7672
|
}
|
|
7673
7673
|
var list_checks_default = {
|
|
7674
7674
|
name: "lucide-list-checks",
|
|
7675
|
-
render: render$
|
|
7676
|
-
}, _hoisted_1$
|
|
7675
|
+
render: render$86
|
|
7676
|
+
}, _hoisted_1$105 = {
|
|
7677
7677
|
viewBox: "0 0 24 24",
|
|
7678
7678
|
width: "1.2em",
|
|
7679
7679
|
height: "1.2em"
|
|
7680
7680
|
};
|
|
7681
|
-
function render$
|
|
7682
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7681
|
+
function render$85(e, t) {
|
|
7682
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("g", {
|
|
7683
7683
|
fill: "none",
|
|
7684
7684
|
stroke: "currentColor",
|
|
7685
7685
|
"stroke-linecap": "round",
|
|
@@ -7696,14 +7696,14 @@ function render$83(e, t) {
|
|
|
7696
7696
|
}
|
|
7697
7697
|
var lock_default = {
|
|
7698
7698
|
name: "lucide-lock",
|
|
7699
|
-
render: render$
|
|
7700
|
-
}, _hoisted_1$
|
|
7699
|
+
render: render$85
|
|
7700
|
+
}, _hoisted_1$104 = {
|
|
7701
7701
|
viewBox: "0 0 24 24",
|
|
7702
7702
|
width: "1.2em",
|
|
7703
7703
|
height: "1.2em"
|
|
7704
7704
|
};
|
|
7705
|
-
function render$
|
|
7706
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7705
|
+
function render$84(e, t) {
|
|
7706
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("path", {
|
|
7707
7707
|
fill: "none",
|
|
7708
7708
|
stroke: "currentColor",
|
|
7709
7709
|
"stroke-linecap": "round",
|
|
@@ -7714,14 +7714,14 @@ function render$82(e, t) {
|
|
|
7714
7714
|
}
|
|
7715
7715
|
var log_in_default = {
|
|
7716
7716
|
name: "lucide-log-in",
|
|
7717
|
-
render: render$
|
|
7718
|
-
}, _hoisted_1$
|
|
7717
|
+
render: render$84
|
|
7718
|
+
}, _hoisted_1$103 = {
|
|
7719
7719
|
viewBox: "0 0 24 24",
|
|
7720
7720
|
width: "1.2em",
|
|
7721
7721
|
height: "1.2em"
|
|
7722
7722
|
};
|
|
7723
|
-
function render$
|
|
7724
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7723
|
+
function render$83(e, t) {
|
|
7724
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
|
|
7725
7725
|
fill: "none",
|
|
7726
7726
|
stroke: "currentColor",
|
|
7727
7727
|
"stroke-linecap": "round",
|
|
@@ -7732,14 +7732,14 @@ function render$81(e, t) {
|
|
|
7732
7732
|
}
|
|
7733
7733
|
var log_out_default = {
|
|
7734
7734
|
name: "lucide-log-out",
|
|
7735
|
-
render: render$
|
|
7736
|
-
}, _hoisted_1$
|
|
7735
|
+
render: render$83
|
|
7736
|
+
}, _hoisted_1$102 = {
|
|
7737
7737
|
viewBox: "0 0 24 24",
|
|
7738
7738
|
width: "1.2em",
|
|
7739
7739
|
height: "1.2em"
|
|
7740
7740
|
};
|
|
7741
|
-
function render$
|
|
7742
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7741
|
+
function render$82(e, t) {
|
|
7742
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("g", {
|
|
7743
7743
|
fill: "none",
|
|
7744
7744
|
stroke: "currentColor",
|
|
7745
7745
|
"stroke-linecap": "round",
|
|
@@ -7755,14 +7755,14 @@ function render$80(e, t) {
|
|
|
7755
7755
|
}
|
|
7756
7756
|
var mail_default = {
|
|
7757
7757
|
name: "lucide-mail",
|
|
7758
|
-
render: render$
|
|
7759
|
-
}, _hoisted_1$
|
|
7758
|
+
render: render$82
|
|
7759
|
+
}, _hoisted_1$101 = {
|
|
7760
7760
|
viewBox: "0 0 24 24",
|
|
7761
7761
|
width: "1.2em",
|
|
7762
7762
|
height: "1.2em"
|
|
7763
7763
|
};
|
|
7764
|
-
function render$
|
|
7765
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7764
|
+
function render$81(e, t) {
|
|
7765
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("path", {
|
|
7766
7766
|
fill: "none",
|
|
7767
7767
|
stroke: "currentColor",
|
|
7768
7768
|
"stroke-linecap": "round",
|
|
@@ -7773,14 +7773,14 @@ function render$79(e, t) {
|
|
|
7773
7773
|
}
|
|
7774
7774
|
var maximize_default = {
|
|
7775
7775
|
name: "lucide-maximize",
|
|
7776
|
-
render: render$
|
|
7777
|
-
}, _hoisted_1$
|
|
7776
|
+
render: render$81
|
|
7777
|
+
}, _hoisted_1$100 = {
|
|
7778
7778
|
viewBox: "0 0 24 24",
|
|
7779
7779
|
width: "1.2em",
|
|
7780
7780
|
height: "1.2em"
|
|
7781
7781
|
};
|
|
7782
|
-
function render$
|
|
7783
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7782
|
+
function render$80(e, t) {
|
|
7783
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
|
|
7784
7784
|
fill: "none",
|
|
7785
7785
|
stroke: "currentColor",
|
|
7786
7786
|
"stroke-linecap": "round",
|
|
@@ -7791,14 +7791,14 @@ function render$78(e, t) {
|
|
|
7791
7791
|
}
|
|
7792
7792
|
var maximize_2_default = {
|
|
7793
7793
|
name: "lucide-maximize-2",
|
|
7794
|
-
render: render$
|
|
7795
|
-
}, _hoisted_1$
|
|
7794
|
+
render: render$80
|
|
7795
|
+
}, _hoisted_1$99 = {
|
|
7796
7796
|
viewBox: "0 0 24 24",
|
|
7797
7797
|
width: "1.2em",
|
|
7798
7798
|
height: "1.2em"
|
|
7799
7799
|
};
|
|
7800
|
-
function render$
|
|
7801
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7800
|
+
function render$79(e, t) {
|
|
7801
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("path", {
|
|
7802
7802
|
fill: "none",
|
|
7803
7803
|
stroke: "currentColor",
|
|
7804
7804
|
"stroke-linecap": "round",
|
|
@@ -7809,14 +7809,14 @@ function render$77(e, t) {
|
|
|
7809
7809
|
}
|
|
7810
7810
|
var menu_default = {
|
|
7811
7811
|
name: "lucide-menu",
|
|
7812
|
-
render: render$
|
|
7813
|
-
}, _hoisted_1$
|
|
7812
|
+
render: render$79
|
|
7813
|
+
}, _hoisted_1$98 = {
|
|
7814
7814
|
viewBox: "0 0 24 24",
|
|
7815
7815
|
width: "1.2em",
|
|
7816
7816
|
height: "1.2em"
|
|
7817
7817
|
};
|
|
7818
|
-
function render$
|
|
7819
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7818
|
+
function render$78(e, t) {
|
|
7819
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("path", {
|
|
7820
7820
|
fill: "none",
|
|
7821
7821
|
stroke: "currentColor",
|
|
7822
7822
|
"stroke-linecap": "round",
|
|
@@ -7827,14 +7827,14 @@ function render$76(e, t) {
|
|
|
7827
7827
|
}
|
|
7828
7828
|
var message_circle_default = {
|
|
7829
7829
|
name: "lucide-message-circle",
|
|
7830
|
-
render: render$
|
|
7831
|
-
}, _hoisted_1$
|
|
7830
|
+
render: render$78
|
|
7831
|
+
}, _hoisted_1$97 = {
|
|
7832
7832
|
viewBox: "0 0 24 24",
|
|
7833
7833
|
width: "1.2em",
|
|
7834
7834
|
height: "1.2em"
|
|
7835
7835
|
};
|
|
7836
|
-
function render$
|
|
7837
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7836
|
+
function render$77(e, t) {
|
|
7837
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("path", {
|
|
7838
7838
|
fill: "none",
|
|
7839
7839
|
stroke: "currentColor",
|
|
7840
7840
|
"stroke-linecap": "round",
|
|
@@ -7845,14 +7845,14 @@ function render$75(e, t) {
|
|
|
7845
7845
|
}
|
|
7846
7846
|
var messages_square_default = {
|
|
7847
7847
|
name: "lucide-messages-square",
|
|
7848
|
-
render: render$
|
|
7849
|
-
}, _hoisted_1$
|
|
7848
|
+
render: render$77
|
|
7849
|
+
}, _hoisted_1$96 = {
|
|
7850
7850
|
viewBox: "0 0 24 24",
|
|
7851
7851
|
width: "1.2em",
|
|
7852
7852
|
height: "1.2em"
|
|
7853
7853
|
};
|
|
7854
|
-
function render$
|
|
7855
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7854
|
+
function render$76(e, t) {
|
|
7855
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("g", {
|
|
7856
7856
|
fill: "none",
|
|
7857
7857
|
stroke: "currentColor",
|
|
7858
7858
|
"stroke-linecap": "round",
|
|
@@ -7868,14 +7868,14 @@ function render$74(e, t) {
|
|
|
7868
7868
|
}
|
|
7869
7869
|
var mic_default = {
|
|
7870
7870
|
name: "lucide-mic",
|
|
7871
|
-
render: render$
|
|
7872
|
-
}, _hoisted_1$
|
|
7871
|
+
render: render$76
|
|
7872
|
+
}, _hoisted_1$95 = {
|
|
7873
7873
|
viewBox: "0 0 24 24",
|
|
7874
7874
|
width: "1.2em",
|
|
7875
7875
|
height: "1.2em"
|
|
7876
7876
|
};
|
|
7877
|
-
function render$
|
|
7878
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7877
|
+
function render$75(e, t) {
|
|
7878
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
|
|
7879
7879
|
fill: "none",
|
|
7880
7880
|
stroke: "currentColor",
|
|
7881
7881
|
"stroke-linecap": "round",
|
|
@@ -7886,14 +7886,14 @@ function render$73(e, t) {
|
|
|
7886
7886
|
}
|
|
7887
7887
|
var milestone_default = {
|
|
7888
7888
|
name: "lucide-milestone",
|
|
7889
|
-
render: render$
|
|
7890
|
-
}, _hoisted_1$
|
|
7889
|
+
render: render$75
|
|
7890
|
+
}, _hoisted_1$94 = {
|
|
7891
7891
|
viewBox: "0 0 24 24",
|
|
7892
7892
|
width: "1.2em",
|
|
7893
7893
|
height: "1.2em"
|
|
7894
7894
|
};
|
|
7895
|
-
function render$
|
|
7896
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7895
|
+
function render$74(e, t) {
|
|
7896
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
|
|
7897
7897
|
fill: "none",
|
|
7898
7898
|
stroke: "currentColor",
|
|
7899
7899
|
"stroke-linecap": "round",
|
|
@@ -7904,14 +7904,32 @@ function render$72(e, t) {
|
|
|
7904
7904
|
}
|
|
7905
7905
|
var minimize_2_default = {
|
|
7906
7906
|
name: "lucide-minimize-2",
|
|
7907
|
-
render: render$
|
|
7908
|
-
}, _hoisted_1$
|
|
7907
|
+
render: render$74
|
|
7908
|
+
}, _hoisted_1$93 = {
|
|
7909
7909
|
viewBox: "0 0 24 24",
|
|
7910
7910
|
width: "1.2em",
|
|
7911
7911
|
height: "1.2em"
|
|
7912
7912
|
};
|
|
7913
|
-
function render$
|
|
7914
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7913
|
+
function render$73(e, t) {
|
|
7914
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createBaseVNode("path", {
|
|
7915
|
+
fill: "none",
|
|
7916
|
+
stroke: "currentColor",
|
|
7917
|
+
"stroke-linecap": "round",
|
|
7918
|
+
"stroke-linejoin": "round",
|
|
7919
|
+
"stroke-width": "2",
|
|
7920
|
+
d: "M5 12h14"
|
|
7921
|
+
}, null, -1)]);
|
|
7922
|
+
}
|
|
7923
|
+
var minus_default = {
|
|
7924
|
+
name: "lucide-minus",
|
|
7925
|
+
render: render$73
|
|
7926
|
+
}, _hoisted_1$92 = {
|
|
7927
|
+
viewBox: "0 0 24 24",
|
|
7928
|
+
width: "1.2em",
|
|
7929
|
+
height: "1.2em"
|
|
7930
|
+
};
|
|
7931
|
+
function render$72(e, t) {
|
|
7932
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createBaseVNode("path", {
|
|
7915
7933
|
fill: "none",
|
|
7916
7934
|
stroke: "currentColor",
|
|
7917
7935
|
"stroke-linecap": "round",
|
|
@@ -7922,25 +7940,25 @@ function render$71(e, t) {
|
|
|
7922
7940
|
}
|
|
7923
7941
|
var mouse_pointer_default = {
|
|
7924
7942
|
name: "lucide-mouse-pointer",
|
|
7925
|
-
render: render$
|
|
7926
|
-
}, _hoisted_1$
|
|
7943
|
+
render: render$72
|
|
7944
|
+
}, _hoisted_1$91 = {
|
|
7927
7945
|
viewBox: "0 0 24 24",
|
|
7928
7946
|
width: "1.2em",
|
|
7929
7947
|
height: "1.2em"
|
|
7930
7948
|
};
|
|
7931
|
-
function render$
|
|
7932
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7949
|
+
function render$71(e, t) {
|
|
7950
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$91, 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)]);
|
|
7933
7951
|
}
|
|
7934
7952
|
var network_default = {
|
|
7935
7953
|
name: "lucide-network",
|
|
7936
|
-
render: render$
|
|
7937
|
-
}, _hoisted_1$
|
|
7954
|
+
render: render$71
|
|
7955
|
+
}, _hoisted_1$90 = {
|
|
7938
7956
|
viewBox: "0 0 24 24",
|
|
7939
7957
|
width: "1.2em",
|
|
7940
7958
|
height: "1.2em"
|
|
7941
7959
|
};
|
|
7942
|
-
function render$
|
|
7943
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7960
|
+
function render$70(e, t) {
|
|
7961
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("g", {
|
|
7944
7962
|
fill: "none",
|
|
7945
7963
|
stroke: "currentColor",
|
|
7946
7964
|
"stroke-linecap": "round",
|
|
@@ -7950,14 +7968,14 @@ function render$69(e, t) {
|
|
|
7950
7968
|
}
|
|
7951
7969
|
var notebook_pen_default = {
|
|
7952
7970
|
name: "lucide-notebook-pen",
|
|
7953
|
-
render: render$
|
|
7954
|
-
}, _hoisted_1$
|
|
7971
|
+
render: render$70
|
|
7972
|
+
}, _hoisted_1$89 = {
|
|
7955
7973
|
viewBox: "0 0 24 24",
|
|
7956
7974
|
width: "1.2em",
|
|
7957
7975
|
height: "1.2em"
|
|
7958
7976
|
};
|
|
7959
|
-
function render$
|
|
7960
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7977
|
+
function render$69(e, t) {
|
|
7978
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createBaseVNode("g", {
|
|
7961
7979
|
fill: "none",
|
|
7962
7980
|
stroke: "currentColor",
|
|
7963
7981
|
"stroke-linecap": "round",
|
|
@@ -7971,25 +7989,25 @@ function render$68(e, t) {
|
|
|
7971
7989
|
}
|
|
7972
7990
|
var package_open_default = {
|
|
7973
7991
|
name: "lucide-package-open",
|
|
7974
|
-
render: render$
|
|
7975
|
-
}, _hoisted_1$
|
|
7992
|
+
render: render$69
|
|
7993
|
+
}, _hoisted_1$88 = {
|
|
7976
7994
|
viewBox: "0 0 24 24",
|
|
7977
7995
|
width: "1.2em",
|
|
7978
7996
|
height: "1.2em"
|
|
7979
7997
|
};
|
|
7980
|
-
function render$
|
|
7981
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7998
|
+
function render$68(e, t) {
|
|
7999
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
|
|
7982
8000
|
}
|
|
7983
8001
|
var palette_default = {
|
|
7984
8002
|
name: "lucide-palette",
|
|
7985
|
-
render: render$
|
|
7986
|
-
}, _hoisted_1$
|
|
8003
|
+
render: render$68
|
|
8004
|
+
}, _hoisted_1$87 = {
|
|
7987
8005
|
viewBox: "0 0 24 24",
|
|
7988
8006
|
width: "1.2em",
|
|
7989
8007
|
height: "1.2em"
|
|
7990
8008
|
};
|
|
7991
|
-
function render$
|
|
7992
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8009
|
+
function render$67(e, t) {
|
|
8010
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
|
|
7993
8011
|
fill: "none",
|
|
7994
8012
|
stroke: "currentColor",
|
|
7995
8013
|
"stroke-linecap": "round",
|
|
@@ -8005,14 +8023,14 @@ function render$66(e, t) {
|
|
|
8005
8023
|
}
|
|
8006
8024
|
var panel_left_default = {
|
|
8007
8025
|
name: "lucide-panel-left",
|
|
8008
|
-
render: render$
|
|
8009
|
-
}, _hoisted_1$
|
|
8026
|
+
render: render$67
|
|
8027
|
+
}, _hoisted_1$86 = {
|
|
8010
8028
|
viewBox: "0 0 24 24",
|
|
8011
8029
|
width: "1.2em",
|
|
8012
8030
|
height: "1.2em"
|
|
8013
8031
|
};
|
|
8014
|
-
function render$
|
|
8015
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8032
|
+
function render$66(e, t) {
|
|
8033
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createBaseVNode("g", {
|
|
8016
8034
|
fill: "none",
|
|
8017
8035
|
stroke: "currentColor",
|
|
8018
8036
|
"stroke-linecap": "round",
|
|
@@ -8028,14 +8046,14 @@ function render$65(e, t) {
|
|
|
8028
8046
|
}
|
|
8029
8047
|
var panel_right_default = {
|
|
8030
8048
|
name: "lucide-panel-right",
|
|
8031
|
-
render: render$
|
|
8032
|
-
}, _hoisted_1$
|
|
8049
|
+
render: render$66
|
|
8050
|
+
}, _hoisted_1$85 = {
|
|
8033
8051
|
viewBox: "0 0 24 24",
|
|
8034
8052
|
width: "1.2em",
|
|
8035
8053
|
height: "1.2em"
|
|
8036
8054
|
};
|
|
8037
|
-
function render$
|
|
8038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8055
|
+
function render$65(e, t) {
|
|
8056
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createBaseVNode("path", {
|
|
8039
8057
|
fill: "none",
|
|
8040
8058
|
stroke: "currentColor",
|
|
8041
8059
|
"stroke-linecap": "round",
|
|
@@ -8046,14 +8064,14 @@ function render$64(e, t) {
|
|
|
8046
8064
|
}
|
|
8047
8065
|
var paperclip_default = {
|
|
8048
8066
|
name: "lucide-paperclip",
|
|
8049
|
-
render: render$
|
|
8050
|
-
}, _hoisted_1$
|
|
8067
|
+
render: render$65
|
|
8068
|
+
}, _hoisted_1$84 = {
|
|
8051
8069
|
viewBox: "0 0 24 24",
|
|
8052
8070
|
width: "1.2em",
|
|
8053
8071
|
height: "1.2em"
|
|
8054
8072
|
};
|
|
8055
|
-
function render$
|
|
8056
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8073
|
+
function render$64(e, t) {
|
|
8074
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createBaseVNode("g", {
|
|
8057
8075
|
fill: "none",
|
|
8058
8076
|
stroke: "currentColor",
|
|
8059
8077
|
"stroke-linecap": "round",
|
|
@@ -8075,14 +8093,14 @@ function render$63(e, t) {
|
|
|
8075
8093
|
}
|
|
8076
8094
|
var pause_default = {
|
|
8077
8095
|
name: "lucide-pause",
|
|
8078
|
-
render: render$
|
|
8079
|
-
}, _hoisted_1$
|
|
8096
|
+
render: render$64
|
|
8097
|
+
}, _hoisted_1$83 = {
|
|
8080
8098
|
viewBox: "0 0 24 24",
|
|
8081
8099
|
width: "1.2em",
|
|
8082
8100
|
height: "1.2em"
|
|
8083
8101
|
};
|
|
8084
|
-
function render$
|
|
8085
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8102
|
+
function render$63(e, t) {
|
|
8103
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createBaseVNode("path", {
|
|
8086
8104
|
fill: "none",
|
|
8087
8105
|
stroke: "currentColor",
|
|
8088
8106
|
"stroke-linecap": "round",
|
|
@@ -8093,14 +8111,14 @@ function render$62(e, t) {
|
|
|
8093
8111
|
}
|
|
8094
8112
|
var pen_default = {
|
|
8095
8113
|
name: "lucide-pen",
|
|
8096
|
-
render: render$
|
|
8097
|
-
}, _hoisted_1$
|
|
8114
|
+
render: render$63
|
|
8115
|
+
}, _hoisted_1$82 = {
|
|
8098
8116
|
viewBox: "0 0 24 24",
|
|
8099
8117
|
width: "1.2em",
|
|
8100
8118
|
height: "1.2em"
|
|
8101
8119
|
};
|
|
8102
|
-
function render$
|
|
8103
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8120
|
+
function render$62(e, t) {
|
|
8121
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createBaseVNode("path", {
|
|
8104
8122
|
fill: "none",
|
|
8105
8123
|
stroke: "currentColor",
|
|
8106
8124
|
"stroke-linecap": "round",
|
|
@@ -8111,14 +8129,14 @@ function render$61(e, t) {
|
|
|
8111
8129
|
}
|
|
8112
8130
|
var pencil_default = {
|
|
8113
8131
|
name: "lucide-pencil",
|
|
8114
|
-
render: render$
|
|
8115
|
-
}, _hoisted_1$
|
|
8132
|
+
render: render$62
|
|
8133
|
+
}, _hoisted_1$81 = {
|
|
8116
8134
|
viewBox: "0 0 24 24",
|
|
8117
8135
|
width: "1.2em",
|
|
8118
8136
|
height: "1.2em"
|
|
8119
8137
|
};
|
|
8120
|
-
function render$
|
|
8121
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8138
|
+
function render$61(e, t) {
|
|
8139
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createBaseVNode("path", {
|
|
8122
8140
|
fill: "none",
|
|
8123
8141
|
stroke: "currentColor",
|
|
8124
8142
|
"stroke-linecap": "round",
|
|
@@ -8129,14 +8147,14 @@ function render$60(e, t) {
|
|
|
8129
8147
|
}
|
|
8130
8148
|
var pin_default = {
|
|
8131
8149
|
name: "lucide-pin",
|
|
8132
|
-
render: render$
|
|
8133
|
-
}, _hoisted_1$
|
|
8150
|
+
render: render$61
|
|
8151
|
+
}, _hoisted_1$80 = {
|
|
8134
8152
|
viewBox: "0 0 24 24",
|
|
8135
8153
|
width: "1.2em",
|
|
8136
8154
|
height: "1.2em"
|
|
8137
8155
|
};
|
|
8138
|
-
function render$
|
|
8139
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8156
|
+
function render$60(e, t) {
|
|
8157
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createBaseVNode("path", {
|
|
8140
8158
|
fill: "none",
|
|
8141
8159
|
stroke: "currentColor",
|
|
8142
8160
|
"stroke-linecap": "round",
|
|
@@ -8147,14 +8165,14 @@ function render$59(e, t) {
|
|
|
8147
8165
|
}
|
|
8148
8166
|
var play_default = {
|
|
8149
8167
|
name: "lucide-play",
|
|
8150
|
-
render: render$
|
|
8151
|
-
}, _hoisted_1$
|
|
8168
|
+
render: render$60
|
|
8169
|
+
}, _hoisted_1$79 = {
|
|
8152
8170
|
viewBox: "0 0 24 24",
|
|
8153
8171
|
width: "1.2em",
|
|
8154
8172
|
height: "1.2em"
|
|
8155
8173
|
};
|
|
8156
|
-
function render$
|
|
8157
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8174
|
+
function render$59(e, t) {
|
|
8175
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createBaseVNode("path", {
|
|
8158
8176
|
fill: "none",
|
|
8159
8177
|
stroke: "currentColor",
|
|
8160
8178
|
"stroke-linecap": "round",
|
|
@@ -8165,14 +8183,14 @@ function render$58(e, t) {
|
|
|
8165
8183
|
}
|
|
8166
8184
|
var plug_default = {
|
|
8167
8185
|
name: "lucide-plug",
|
|
8168
|
-
render: render$
|
|
8169
|
-
}, _hoisted_1$
|
|
8186
|
+
render: render$59
|
|
8187
|
+
}, _hoisted_1$78 = {
|
|
8170
8188
|
viewBox: "0 0 24 24",
|
|
8171
8189
|
width: "1.2em",
|
|
8172
8190
|
height: "1.2em"
|
|
8173
8191
|
};
|
|
8174
|
-
function render$
|
|
8175
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8192
|
+
function render$58(e, t) {
|
|
8193
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createBaseVNode("path", {
|
|
8176
8194
|
fill: "none",
|
|
8177
8195
|
stroke: "currentColor",
|
|
8178
8196
|
"stroke-linecap": "round",
|
|
@@ -8183,14 +8201,14 @@ function render$57(e, t) {
|
|
|
8183
8201
|
}
|
|
8184
8202
|
var plus_default = {
|
|
8185
8203
|
name: "lucide-plus",
|
|
8186
|
-
render: render$
|
|
8187
|
-
}, _hoisted_1$
|
|
8204
|
+
render: render$58
|
|
8205
|
+
}, _hoisted_1$77 = {
|
|
8188
8206
|
viewBox: "0 0 24 24",
|
|
8189
8207
|
width: "1.2em",
|
|
8190
8208
|
height: "1.2em"
|
|
8191
8209
|
};
|
|
8192
|
-
function render$
|
|
8193
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8210
|
+
function render$57(e, t) {
|
|
8211
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createBaseVNode("g", {
|
|
8194
8212
|
fill: "none",
|
|
8195
8213
|
stroke: "currentColor",
|
|
8196
8214
|
"stroke-linecap": "round",
|
|
@@ -8200,14 +8218,14 @@ function render$56(e, t) {
|
|
|
8200
8218
|
}
|
|
8201
8219
|
var pocket_knife_default = {
|
|
8202
8220
|
name: "lucide-pocket-knife",
|
|
8203
|
-
render: render$
|
|
8204
|
-
}, _hoisted_1$
|
|
8221
|
+
render: render$57
|
|
8222
|
+
}, _hoisted_1$76 = {
|
|
8205
8223
|
viewBox: "0 0 24 24",
|
|
8206
8224
|
width: "1.2em",
|
|
8207
8225
|
height: "1.2em"
|
|
8208
8226
|
};
|
|
8209
|
-
function render$
|
|
8210
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8227
|
+
function render$56(e, t) {
|
|
8228
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createBaseVNode("path", {
|
|
8211
8229
|
fill: "none",
|
|
8212
8230
|
stroke: "currentColor",
|
|
8213
8231
|
"stroke-linecap": "round",
|
|
@@ -8218,14 +8236,14 @@ function render$55(e, t) {
|
|
|
8218
8236
|
}
|
|
8219
8237
|
var power_default = {
|
|
8220
8238
|
name: "lucide-power",
|
|
8221
|
-
render: render$
|
|
8222
|
-
}, _hoisted_1$
|
|
8239
|
+
render: render$56
|
|
8240
|
+
}, _hoisted_1$75 = {
|
|
8223
8241
|
viewBox: "0 0 24 24",
|
|
8224
8242
|
width: "1.2em",
|
|
8225
8243
|
height: "1.2em"
|
|
8226
8244
|
};
|
|
8227
|
-
function render$
|
|
8228
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8245
|
+
function render$55(e, t) {
|
|
8246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createBaseVNode("g", {
|
|
8229
8247
|
fill: "none",
|
|
8230
8248
|
stroke: "currentColor",
|
|
8231
8249
|
"stroke-linecap": "round",
|
|
@@ -8235,14 +8253,14 @@ function render$54(e, t) {
|
|
|
8235
8253
|
}
|
|
8236
8254
|
var redo_2_default = {
|
|
8237
8255
|
name: "lucide-redo-2",
|
|
8238
|
-
render: render$
|
|
8239
|
-
}, _hoisted_1$
|
|
8256
|
+
render: render$55
|
|
8257
|
+
}, _hoisted_1$74 = {
|
|
8240
8258
|
viewBox: "0 0 24 24",
|
|
8241
8259
|
width: "1.2em",
|
|
8242
8260
|
height: "1.2em"
|
|
8243
8261
|
};
|
|
8244
|
-
function render$
|
|
8245
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8262
|
+
function render$54(e, t) {
|
|
8263
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createBaseVNode("g", {
|
|
8246
8264
|
fill: "none",
|
|
8247
8265
|
stroke: "currentColor",
|
|
8248
8266
|
"stroke-linecap": "round",
|
|
@@ -8256,14 +8274,14 @@ function render$53(e, t) {
|
|
|
8256
8274
|
}
|
|
8257
8275
|
var refresh_cw_default = {
|
|
8258
8276
|
name: "lucide-refresh-cw",
|
|
8259
|
-
render: render$
|
|
8260
|
-
}, _hoisted_1$
|
|
8277
|
+
render: render$54
|
|
8278
|
+
}, _hoisted_1$73 = {
|
|
8261
8279
|
viewBox: "0 0 24 24",
|
|
8262
8280
|
width: "1.2em",
|
|
8263
8281
|
height: "1.2em"
|
|
8264
8282
|
};
|
|
8265
|
-
function render$
|
|
8266
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8283
|
+
function render$53(e, t) {
|
|
8284
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createBaseVNode("path", {
|
|
8267
8285
|
fill: "none",
|
|
8268
8286
|
stroke: "currentColor",
|
|
8269
8287
|
"stroke-linecap": "round",
|
|
@@ -8274,14 +8292,14 @@ function render$52(e, t) {
|
|
|
8274
8292
|
}
|
|
8275
8293
|
var remove_formatting_default = {
|
|
8276
8294
|
name: "lucide-remove-formatting",
|
|
8277
|
-
render: render$
|
|
8278
|
-
}, _hoisted_1$
|
|
8295
|
+
render: render$53
|
|
8296
|
+
}, _hoisted_1$72 = {
|
|
8279
8297
|
viewBox: "0 0 24 24",
|
|
8280
8298
|
width: "1.2em",
|
|
8281
8299
|
height: "1.2em"
|
|
8282
8300
|
};
|
|
8283
|
-
function render$
|
|
8284
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8301
|
+
function render$52(e, t) {
|
|
8302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createBaseVNode("g", {
|
|
8285
8303
|
fill: "none",
|
|
8286
8304
|
stroke: "currentColor",
|
|
8287
8305
|
"stroke-linecap": "round",
|
|
@@ -8295,14 +8313,14 @@ function render$51(e, t) {
|
|
|
8295
8313
|
}
|
|
8296
8314
|
var rss_default = {
|
|
8297
8315
|
name: "lucide-rss",
|
|
8298
|
-
render: render$
|
|
8299
|
-
}, _hoisted_1$
|
|
8316
|
+
render: render$52
|
|
8317
|
+
}, _hoisted_1$71 = {
|
|
8300
8318
|
viewBox: "0 0 24 24",
|
|
8301
8319
|
width: "1.2em",
|
|
8302
8320
|
height: "1.2em"
|
|
8303
8321
|
};
|
|
8304
|
-
function render$
|
|
8305
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8322
|
+
function render$51(e, t) {
|
|
8323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createBaseVNode("path", {
|
|
8306
8324
|
fill: "none",
|
|
8307
8325
|
stroke: "currentColor",
|
|
8308
8326
|
"stroke-linecap": "round",
|
|
@@ -8313,14 +8331,14 @@ function render$50(e, t) {
|
|
|
8313
8331
|
}
|
|
8314
8332
|
var satellite_dish_default = {
|
|
8315
8333
|
name: "lucide-satellite-dish",
|
|
8316
|
-
render: render$
|
|
8317
|
-
}, _hoisted_1$
|
|
8334
|
+
render: render$51
|
|
8335
|
+
}, _hoisted_1$70 = {
|
|
8318
8336
|
viewBox: "0 0 24 24",
|
|
8319
8337
|
width: "1.2em",
|
|
8320
8338
|
height: "1.2em"
|
|
8321
8339
|
};
|
|
8322
|
-
function render$
|
|
8323
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8340
|
+
function render$50(e, t) {
|
|
8341
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createBaseVNode("g", {
|
|
8324
8342
|
fill: "none",
|
|
8325
8343
|
stroke: "currentColor",
|
|
8326
8344
|
"stroke-linecap": "round",
|
|
@@ -8330,14 +8348,14 @@ function render$49(e, t) {
|
|
|
8330
8348
|
}
|
|
8331
8349
|
var save_default = {
|
|
8332
8350
|
name: "lucide-save",
|
|
8333
|
-
render: render$
|
|
8334
|
-
}, _hoisted_1$
|
|
8351
|
+
render: render$50
|
|
8352
|
+
}, _hoisted_1$69 = {
|
|
8335
8353
|
viewBox: "0 0 24 24",
|
|
8336
8354
|
width: "1.2em",
|
|
8337
8355
|
height: "1.2em"
|
|
8338
8356
|
};
|
|
8339
|
-
function render$
|
|
8340
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8357
|
+
function render$49(e, t) {
|
|
8358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createBaseVNode("path", {
|
|
8341
8359
|
fill: "none",
|
|
8342
8360
|
stroke: "currentColor",
|
|
8343
8361
|
"stroke-linecap": "round",
|
|
@@ -8348,25 +8366,25 @@ function render$48(e, t) {
|
|
|
8348
8366
|
}
|
|
8349
8367
|
var scale_default = {
|
|
8350
8368
|
name: "lucide-scale",
|
|
8351
|
-
render: render$
|
|
8352
|
-
}, _hoisted_1$
|
|
8369
|
+
render: render$49
|
|
8370
|
+
}, _hoisted_1$68 = {
|
|
8353
8371
|
viewBox: "0 0 24 24",
|
|
8354
8372
|
width: "1.2em",
|
|
8355
8373
|
height: "1.2em"
|
|
8356
8374
|
};
|
|
8357
|
-
function render$
|
|
8358
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8375
|
+
function render$48(e, t) {
|
|
8376
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
|
|
8359
8377
|
}
|
|
8360
8378
|
var scissors_default = {
|
|
8361
8379
|
name: "lucide-scissors",
|
|
8362
|
-
render: render$
|
|
8363
|
-
}, _hoisted_1$
|
|
8380
|
+
render: render$48
|
|
8381
|
+
}, _hoisted_1$67 = {
|
|
8364
8382
|
viewBox: "0 0 24 24",
|
|
8365
8383
|
width: "1.2em",
|
|
8366
8384
|
height: "1.2em"
|
|
8367
8385
|
};
|
|
8368
|
-
function render$
|
|
8369
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8386
|
+
function render$47(e, t) {
|
|
8387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createBaseVNode("g", {
|
|
8370
8388
|
fill: "none",
|
|
8371
8389
|
stroke: "currentColor",
|
|
8372
8390
|
"stroke-linecap": "round",
|
|
@@ -8380,14 +8398,14 @@ function render$46(e, t) {
|
|
|
8380
8398
|
}
|
|
8381
8399
|
var search_default = {
|
|
8382
8400
|
name: "lucide-search",
|
|
8383
|
-
render: render$
|
|
8384
|
-
}, _hoisted_1$
|
|
8401
|
+
render: render$47
|
|
8402
|
+
}, _hoisted_1$66 = {
|
|
8385
8403
|
viewBox: "0 0 24 24",
|
|
8386
8404
|
width: "1.2em",
|
|
8387
8405
|
height: "1.2em"
|
|
8388
8406
|
};
|
|
8389
|
-
function render$
|
|
8390
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8407
|
+
function render$46(e, t) {
|
|
8408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createBaseVNode("path", {
|
|
8391
8409
|
fill: "none",
|
|
8392
8410
|
stroke: "currentColor",
|
|
8393
8411
|
"stroke-linecap": "round",
|
|
@@ -8398,14 +8416,14 @@ function render$45(e, t) {
|
|
|
8398
8416
|
}
|
|
8399
8417
|
var send_default = {
|
|
8400
8418
|
name: "lucide-send",
|
|
8401
|
-
render: render$
|
|
8402
|
-
}, _hoisted_1$
|
|
8419
|
+
render: render$46
|
|
8420
|
+
}, _hoisted_1$65 = {
|
|
8403
8421
|
viewBox: "0 0 24 24",
|
|
8404
8422
|
width: "1.2em",
|
|
8405
8423
|
height: "1.2em"
|
|
8406
8424
|
};
|
|
8407
|
-
function render$
|
|
8408
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8425
|
+
function render$45(e, t) {
|
|
8426
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createBaseVNode("g", {
|
|
8409
8427
|
fill: "none",
|
|
8410
8428
|
stroke: "currentColor",
|
|
8411
8429
|
"stroke-linecap": "round",
|
|
@@ -8433,14 +8451,14 @@ function render$44(e, t) {
|
|
|
8433
8451
|
}
|
|
8434
8452
|
var server_default = {
|
|
8435
8453
|
name: "lucide-server",
|
|
8436
|
-
render: render$
|
|
8437
|
-
}, _hoisted_1$
|
|
8454
|
+
render: render$45
|
|
8455
|
+
}, _hoisted_1$64 = {
|
|
8438
8456
|
viewBox: "0 0 24 24",
|
|
8439
8457
|
width: "1.2em",
|
|
8440
8458
|
height: "1.2em"
|
|
8441
8459
|
};
|
|
8442
|
-
function render$
|
|
8443
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8460
|
+
function render$44(e, t) {
|
|
8461
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createBaseVNode("g", {
|
|
8444
8462
|
fill: "none",
|
|
8445
8463
|
stroke: "currentColor",
|
|
8446
8464
|
"stroke-linecap": "round",
|
|
@@ -8454,14 +8472,14 @@ function render$43(e, t) {
|
|
|
8454
8472
|
}
|
|
8455
8473
|
var settings_default = {
|
|
8456
8474
|
name: "lucide-settings",
|
|
8457
|
-
render: render$
|
|
8458
|
-
}, _hoisted_1$
|
|
8475
|
+
render: render$44
|
|
8476
|
+
}, _hoisted_1$63 = {
|
|
8459
8477
|
viewBox: "0 0 24 24",
|
|
8460
8478
|
width: "1.2em",
|
|
8461
8479
|
height: "1.2em"
|
|
8462
8480
|
};
|
|
8463
|
-
function render$
|
|
8464
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8481
|
+
function render$43(e, t) {
|
|
8482
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createBaseVNode("g", {
|
|
8465
8483
|
fill: "none",
|
|
8466
8484
|
stroke: "currentColor",
|
|
8467
8485
|
"stroke-linecap": "round",
|
|
@@ -8483,14 +8501,14 @@ function render$42(e, t) {
|
|
|
8483
8501
|
}
|
|
8484
8502
|
var settings_2_default = {
|
|
8485
8503
|
name: "lucide-settings-2",
|
|
8486
|
-
render: render$
|
|
8487
|
-
}, _hoisted_1$
|
|
8504
|
+
render: render$43
|
|
8505
|
+
}, _hoisted_1$62 = {
|
|
8488
8506
|
viewBox: "0 0 24 24",
|
|
8489
8507
|
width: "1.2em",
|
|
8490
8508
|
height: "1.2em"
|
|
8491
8509
|
};
|
|
8492
|
-
function render$
|
|
8493
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8510
|
+
function render$42(e, t) {
|
|
8511
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createBaseVNode("path", {
|
|
8494
8512
|
fill: "none",
|
|
8495
8513
|
stroke: "currentColor",
|
|
8496
8514
|
"stroke-linecap": "round",
|
|
@@ -8501,14 +8519,14 @@ function render$41(e, t) {
|
|
|
8501
8519
|
}
|
|
8502
8520
|
var share_default = {
|
|
8503
8521
|
name: "lucide-share",
|
|
8504
|
-
render: render$
|
|
8505
|
-
}, _hoisted_1$
|
|
8522
|
+
render: render$42
|
|
8523
|
+
}, _hoisted_1$61 = {
|
|
8506
8524
|
viewBox: "0 0 24 24",
|
|
8507
8525
|
width: "1.2em",
|
|
8508
8526
|
height: "1.2em"
|
|
8509
8527
|
};
|
|
8510
|
-
function render$
|
|
8511
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8528
|
+
function render$41(e, t) {
|
|
8529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createBaseVNode("path", {
|
|
8512
8530
|
fill: "none",
|
|
8513
8531
|
stroke: "currentColor",
|
|
8514
8532
|
"stroke-linecap": "round",
|
|
@@ -8519,14 +8537,14 @@ function render$40(e, t) {
|
|
|
8519
8537
|
}
|
|
8520
8538
|
var sliders_horizontal_default = {
|
|
8521
8539
|
name: "lucide-sliders-horizontal",
|
|
8522
|
-
render: render$
|
|
8523
|
-
}, _hoisted_1$
|
|
8540
|
+
render: render$41
|
|
8541
|
+
}, _hoisted_1$60 = {
|
|
8524
8542
|
viewBox: "0 0 24 24",
|
|
8525
8543
|
width: "1.2em",
|
|
8526
8544
|
height: "1.2em"
|
|
8527
8545
|
};
|
|
8528
|
-
function render$
|
|
8529
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8546
|
+
function render$40(e, t) {
|
|
8547
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createBaseVNode("g", {
|
|
8530
8548
|
fill: "none",
|
|
8531
8549
|
stroke: "currentColor",
|
|
8532
8550
|
"stroke-linecap": "round",
|
|
@@ -8540,14 +8558,14 @@ function render$39(e, t) {
|
|
|
8540
8558
|
}
|
|
8541
8559
|
var smile_default = {
|
|
8542
8560
|
name: "lucide-smile",
|
|
8543
|
-
render: render$
|
|
8544
|
-
}, _hoisted_1$
|
|
8561
|
+
render: render$40
|
|
8562
|
+
}, _hoisted_1$59 = {
|
|
8545
8563
|
viewBox: "0 0 24 24",
|
|
8546
8564
|
width: "1.2em",
|
|
8547
8565
|
height: "1.2em"
|
|
8548
8566
|
};
|
|
8549
|
-
function render$
|
|
8550
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8567
|
+
function render$39(e, t) {
|
|
8568
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createBaseVNode("path", {
|
|
8551
8569
|
fill: "none",
|
|
8552
8570
|
stroke: "currentColor",
|
|
8553
8571
|
"stroke-linecap": "round",
|
|
@@ -8558,14 +8576,14 @@ function render$38(e, t) {
|
|
|
8558
8576
|
}
|
|
8559
8577
|
var sparkles_default = {
|
|
8560
8578
|
name: "lucide-sparkles",
|
|
8561
|
-
render: render$
|
|
8562
|
-
}, _hoisted_1$
|
|
8579
|
+
render: render$39
|
|
8580
|
+
}, _hoisted_1$58 = {
|
|
8563
8581
|
viewBox: "0 0 24 24",
|
|
8564
8582
|
width: "1.2em",
|
|
8565
8583
|
height: "1.2em"
|
|
8566
8584
|
};
|
|
8567
|
-
function render$
|
|
8568
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8585
|
+
function render$38(e, t) {
|
|
8586
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createBaseVNode("rect", {
|
|
8569
8587
|
width: "18",
|
|
8570
8588
|
height: "18",
|
|
8571
8589
|
x: "3",
|
|
@@ -8580,14 +8598,14 @@ function render$37(e, t) {
|
|
|
8580
8598
|
}
|
|
8581
8599
|
var square_default = {
|
|
8582
8600
|
name: "lucide-square",
|
|
8583
|
-
render: render$
|
|
8584
|
-
}, _hoisted_1$
|
|
8601
|
+
render: render$38
|
|
8602
|
+
}, _hoisted_1$57 = {
|
|
8585
8603
|
viewBox: "0 0 24 24",
|
|
8586
8604
|
width: "1.2em",
|
|
8587
8605
|
height: "1.2em"
|
|
8588
8606
|
};
|
|
8589
|
-
function render$
|
|
8590
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8607
|
+
function render$37(e, t) {
|
|
8608
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createBaseVNode("g", {
|
|
8591
8609
|
fill: "none",
|
|
8592
8610
|
stroke: "currentColor",
|
|
8593
8611
|
"stroke-linecap": "round",
|
|
@@ -8603,14 +8621,14 @@ function render$36(e, t) {
|
|
|
8603
8621
|
}
|
|
8604
8622
|
var square_check_default = {
|
|
8605
8623
|
name: "lucide-square-check",
|
|
8606
|
-
render: render$
|
|
8607
|
-
}, _hoisted_1$
|
|
8624
|
+
render: render$37
|
|
8625
|
+
}, _hoisted_1$56 = {
|
|
8608
8626
|
viewBox: "0 0 24 24",
|
|
8609
8627
|
width: "1.2em",
|
|
8610
8628
|
height: "1.2em"
|
|
8611
8629
|
};
|
|
8612
|
-
function render$
|
|
8613
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8630
|
+
function render$36(e, t) {
|
|
8631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createBaseVNode("g", {
|
|
8614
8632
|
fill: "none",
|
|
8615
8633
|
stroke: "currentColor",
|
|
8616
8634
|
"stroke-linecap": "round",
|
|
@@ -8626,14 +8644,14 @@ function render$35(e, t) {
|
|
|
8626
8644
|
}
|
|
8627
8645
|
var square_minus_default = {
|
|
8628
8646
|
name: "lucide-square-minus",
|
|
8629
|
-
render: render$
|
|
8630
|
-
}, _hoisted_1$
|
|
8647
|
+
render: render$36
|
|
8648
|
+
}, _hoisted_1$55 = {
|
|
8631
8649
|
viewBox: "0 0 24 24",
|
|
8632
8650
|
width: "1.2em",
|
|
8633
8651
|
height: "1.2em"
|
|
8634
8652
|
};
|
|
8635
|
-
function render$
|
|
8636
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8653
|
+
function render$35(e, t) {
|
|
8654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createBaseVNode("g", {
|
|
8637
8655
|
fill: "none",
|
|
8638
8656
|
stroke: "currentColor",
|
|
8639
8657
|
"stroke-linecap": "round",
|
|
@@ -8643,14 +8661,14 @@ function render$34(e, t) {
|
|
|
8643
8661
|
}
|
|
8644
8662
|
var square_pen_default = {
|
|
8645
8663
|
name: "lucide-square-pen",
|
|
8646
|
-
render: render$
|
|
8647
|
-
}, _hoisted_1$
|
|
8664
|
+
render: render$35
|
|
8665
|
+
}, _hoisted_1$54 = {
|
|
8648
8666
|
viewBox: "0 0 24 24",
|
|
8649
8667
|
width: "1.2em",
|
|
8650
8668
|
height: "1.2em"
|
|
8651
8669
|
};
|
|
8652
|
-
function render$
|
|
8653
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8670
|
+
function render$34(e, t) {
|
|
8671
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createBaseVNode("g", {
|
|
8654
8672
|
fill: "none",
|
|
8655
8673
|
stroke: "currentColor",
|
|
8656
8674
|
"stroke-linecap": "round",
|
|
@@ -8666,14 +8684,14 @@ function render$33(e, t) {
|
|
|
8666
8684
|
}
|
|
8667
8685
|
var square_plus_default = {
|
|
8668
8686
|
name: "lucide-square-plus",
|
|
8669
|
-
render: render$
|
|
8670
|
-
}, _hoisted_1$
|
|
8687
|
+
render: render$34
|
|
8688
|
+
}, _hoisted_1$53 = {
|
|
8671
8689
|
viewBox: "0 0 24 24",
|
|
8672
8690
|
width: "1.2em",
|
|
8673
8691
|
height: "1.2em"
|
|
8674
8692
|
};
|
|
8675
|
-
function render$
|
|
8676
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8693
|
+
function render$33(e, t) {
|
|
8694
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createBaseVNode("g", {
|
|
8677
8695
|
fill: "none",
|
|
8678
8696
|
stroke: "currentColor",
|
|
8679
8697
|
"stroke-linecap": "round",
|
|
@@ -8683,14 +8701,14 @@ function render$32(e, t) {
|
|
|
8683
8701
|
}
|
|
8684
8702
|
var sticky_note_default = {
|
|
8685
8703
|
name: "lucide-sticky-note",
|
|
8686
|
-
render: render$
|
|
8687
|
-
}, _hoisted_1$
|
|
8704
|
+
render: render$33
|
|
8705
|
+
}, _hoisted_1$52 = {
|
|
8688
8706
|
viewBox: "0 0 24 24",
|
|
8689
8707
|
width: "1.2em",
|
|
8690
8708
|
height: "1.2em"
|
|
8691
8709
|
};
|
|
8692
|
-
function render$
|
|
8693
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8710
|
+
function render$32(e, t) {
|
|
8711
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createBaseVNode("g", {
|
|
8694
8712
|
fill: "none",
|
|
8695
8713
|
stroke: "currentColor",
|
|
8696
8714
|
"stroke-linecap": "round",
|
|
@@ -8704,14 +8722,14 @@ function render$31(e, t) {
|
|
|
8704
8722
|
}
|
|
8705
8723
|
var sun_default = {
|
|
8706
8724
|
name: "lucide-sun",
|
|
8707
|
-
render: render$
|
|
8708
|
-
}, _hoisted_1$
|
|
8725
|
+
render: render$32
|
|
8726
|
+
}, _hoisted_1$51 = {
|
|
8709
8727
|
viewBox: "0 0 24 24",
|
|
8710
8728
|
width: "1.2em",
|
|
8711
8729
|
height: "1.2em"
|
|
8712
8730
|
};
|
|
8713
|
-
function render$
|
|
8714
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8731
|
+
function render$31(e, t) {
|
|
8732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createBaseVNode("g", {
|
|
8715
8733
|
fill: "none",
|
|
8716
8734
|
stroke: "currentColor",
|
|
8717
8735
|
"stroke-linecap": "round",
|
|
@@ -8731,14 +8749,14 @@ function render$30(e, t) {
|
|
|
8731
8749
|
}
|
|
8732
8750
|
var table_default = {
|
|
8733
8751
|
name: "lucide-table",
|
|
8734
|
-
render: render$
|
|
8735
|
-
}, _hoisted_1$
|
|
8752
|
+
render: render$31
|
|
8753
|
+
}, _hoisted_1$50 = {
|
|
8736
8754
|
viewBox: "0 0 24 24",
|
|
8737
8755
|
width: "1.2em",
|
|
8738
8756
|
height: "1.2em"
|
|
8739
8757
|
};
|
|
8740
|
-
function render$
|
|
8741
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8758
|
+
function render$30(e, t) {
|
|
8759
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createBaseVNode("g", {
|
|
8742
8760
|
fill: "none",
|
|
8743
8761
|
stroke: "currentColor",
|
|
8744
8762
|
"stroke-linecap": "round",
|
|
@@ -8757,14 +8775,14 @@ function render$29(e, t) {
|
|
|
8757
8775
|
}
|
|
8758
8776
|
var tags_default = {
|
|
8759
8777
|
name: "lucide-tags",
|
|
8760
|
-
render: render$
|
|
8761
|
-
}, _hoisted_1$
|
|
8778
|
+
render: render$30
|
|
8779
|
+
}, _hoisted_1$49 = {
|
|
8762
8780
|
viewBox: "0 0 24 24",
|
|
8763
8781
|
width: "1.2em",
|
|
8764
8782
|
height: "1.2em"
|
|
8765
8783
|
};
|
|
8766
|
-
function render$
|
|
8767
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8784
|
+
function render$29(e, t) {
|
|
8785
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createBaseVNode("path", {
|
|
8768
8786
|
fill: "none",
|
|
8769
8787
|
stroke: "currentColor",
|
|
8770
8788
|
"stroke-linecap": "round",
|
|
@@ -8775,14 +8793,14 @@ function render$28(e, t) {
|
|
|
8775
8793
|
}
|
|
8776
8794
|
var terminal_default = {
|
|
8777
8795
|
name: "lucide-terminal",
|
|
8778
|
-
render: render$
|
|
8779
|
-
}, _hoisted_1$
|
|
8796
|
+
render: render$29
|
|
8797
|
+
}, _hoisted_1$48 = {
|
|
8780
8798
|
viewBox: "0 0 24 24",
|
|
8781
8799
|
width: "1.2em",
|
|
8782
8800
|
height: "1.2em"
|
|
8783
8801
|
};
|
|
8784
|
-
function render$
|
|
8785
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8802
|
+
function render$28(e, t) {
|
|
8803
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createBaseVNode("path", {
|
|
8786
8804
|
fill: "none",
|
|
8787
8805
|
stroke: "currentColor",
|
|
8788
8806
|
"stroke-linecap": "round",
|
|
@@ -8793,14 +8811,14 @@ function render$27(e, t) {
|
|
|
8793
8811
|
}
|
|
8794
8812
|
var thumbs_down_default = {
|
|
8795
8813
|
name: "lucide-thumbs-down",
|
|
8796
|
-
render: render$
|
|
8797
|
-
}, _hoisted_1$
|
|
8814
|
+
render: render$28
|
|
8815
|
+
}, _hoisted_1$47 = {
|
|
8798
8816
|
viewBox: "0 0 24 24",
|
|
8799
8817
|
width: "1.2em",
|
|
8800
8818
|
height: "1.2em"
|
|
8801
8819
|
};
|
|
8802
|
-
function render$
|
|
8803
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8820
|
+
function render$27(e, t) {
|
|
8821
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createBaseVNode("path", {
|
|
8804
8822
|
fill: "none",
|
|
8805
8823
|
stroke: "currentColor",
|
|
8806
8824
|
"stroke-linecap": "round",
|
|
@@ -8811,6 +8829,27 @@ function render$26(e, t) {
|
|
|
8811
8829
|
}
|
|
8812
8830
|
var thumbs_up_default = {
|
|
8813
8831
|
name: "lucide-thumbs-up",
|
|
8832
|
+
render: render$27
|
|
8833
|
+
}, _hoisted_1$46 = {
|
|
8834
|
+
viewBox: "0 0 24 24",
|
|
8835
|
+
width: "1.2em",
|
|
8836
|
+
height: "1.2em"
|
|
8837
|
+
};
|
|
8838
|
+
function render$26(e, t) {
|
|
8839
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$46, t[0] ||= [createBaseVNode("g", {
|
|
8840
|
+
fill: "none",
|
|
8841
|
+
stroke: "currentColor",
|
|
8842
|
+
"stroke-linecap": "round",
|
|
8843
|
+
"stroke-linejoin": "round",
|
|
8844
|
+
"stroke-width": "2"
|
|
8845
|
+
}, [createBaseVNode("path", { d: "M10 2h4m-2 12l3-3" }), createBaseVNode("circle", {
|
|
8846
|
+
cx: "12",
|
|
8847
|
+
cy: "14",
|
|
8848
|
+
r: "8"
|
|
8849
|
+
})], -1)]);
|
|
8850
|
+
}
|
|
8851
|
+
var timer_default = {
|
|
8852
|
+
name: "lucide-timer",
|
|
8814
8853
|
render: render$26
|
|
8815
8854
|
}, _hoisted_1$45 = {
|
|
8816
8855
|
viewBox: "0 0 24 24",
|
|
@@ -9453,6 +9492,7 @@ const deprecatedIconSet = {
|
|
|
9453
9492
|
tasks: list_checks_default,
|
|
9454
9493
|
terminal: terminal_default,
|
|
9455
9494
|
"th-large": grid_2x2_default,
|
|
9495
|
+
timer: timer_default,
|
|
9456
9496
|
thumbtack: pin_default,
|
|
9457
9497
|
"thumbs-down": thumbs_down_default,
|
|
9458
9498
|
"thumbs-up": thumbs_up_default,
|
|
@@ -9628,6 +9668,7 @@ const deprecatedIconSet = {
|
|
|
9628
9668
|
"messages-square": messages_square_default,
|
|
9629
9669
|
mic: mic_default,
|
|
9630
9670
|
milestone: milestone_default,
|
|
9671
|
+
minus: minus_default,
|
|
9631
9672
|
"mouse-pointer": mouse_pointer_default,
|
|
9632
9673
|
network: network_default,
|
|
9633
9674
|
"notebook-pen": notebook_pen_default,
|