@n8n/chat 0.66.1 → 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 +784 -713
- package/dist/chat.bundle.umd.js +15 -15
- package/dist/chat.es.js +784 -713
- package/dist/chat.umd.js +13 -13
- package/dist/components/ChatFile.vue.d.ts +1 -0
- 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, {
|
|
@@ -3615,15 +3615,16 @@ const ChatPlugin = { install(e, t) {
|
|
|
3615
3615
|
}
|
|
3616
3616
|
async function c() {
|
|
3617
3617
|
if (!t.loadPreviousSession) return;
|
|
3618
|
-
let e = localStorage.getItem(localStorageSessionIdKey) ?? v4_default();
|
|
3619
|
-
return n.value = ((await loadPreviousSession(
|
|
3618
|
+
let e = localStorage.getItem(localStorageSessionIdKey), i = e ?? v4_default();
|
|
3619
|
+
return e || localStorage.setItem(localStorageSessionIdKey, i), n.value = ((await loadPreviousSession(i, t))?.data || []).map((e, t) => ({
|
|
3620
3620
|
id: `${t}`,
|
|
3621
3621
|
text: e.kwargs.content,
|
|
3622
3622
|
sender: e.id.includes("HumanMessage") ? "user" : "bot"
|
|
3623
|
-
})),
|
|
3623
|
+
})), r.value = i, i;
|
|
3624
3624
|
}
|
|
3625
3625
|
async function l() {
|
|
3626
|
-
|
|
3626
|
+
let e = localStorage.getItem(localStorageSessionIdKey);
|
|
3627
|
+
e && t.loadPreviousSession ? r.value = e : (r.value = v4_default(), localStorage.setItem(localStorageSessionIdKey, r.value));
|
|
3627
3628
|
}
|
|
3628
3629
|
let u = {
|
|
3629
3630
|
initialMessages: o,
|
|
@@ -5071,27 +5072,27 @@ function xml(e) {
|
|
|
5071
5072
|
]
|
|
5072
5073
|
};
|
|
5073
5074
|
}
|
|
5074
|
-
var _hoisted_1$
|
|
5075
|
+
var _hoisted_1$228 = {
|
|
5075
5076
|
viewBox: "0 0 24 24",
|
|
5076
5077
|
width: "1.2em",
|
|
5077
5078
|
height: "1.2em"
|
|
5078
5079
|
};
|
|
5079
|
-
function render$
|
|
5080
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5080
|
+
function render$201(e, t) {
|
|
5081
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createBaseVNode("path", {
|
|
5081
5082
|
fill: "currentColor",
|
|
5082
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"
|
|
5083
5084
|
}, null, -1)]);
|
|
5084
5085
|
}
|
|
5085
5086
|
var close_default = {
|
|
5086
5087
|
name: "mdi-close",
|
|
5087
|
-
render: render$
|
|
5088
|
+
render: render$201
|
|
5088
5089
|
}, __plugin_vue_export_helper_default = (e, t) => {
|
|
5089
5090
|
let n = e.__vccOpts || e;
|
|
5090
5091
|
for (let [e, r] of t) n[e] = r;
|
|
5091
5092
|
return n;
|
|
5092
|
-
}, _sfc_main$11 = {}, _hoisted_1$
|
|
5093
|
+
}, _sfc_main$11 = {}, _hoisted_1$227 = { class: "chat-button" };
|
|
5093
5094
|
function _sfc_render$11(e, t) {
|
|
5094
|
-
return openBlock(), createElementBlock("button", _hoisted_1$
|
|
5095
|
+
return openBlock(), createElementBlock("button", _hoisted_1$227, [renderSlot(e.$slots, "default")]);
|
|
5095
5096
|
}
|
|
5096
5097
|
var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
|
|
5097
5098
|
function useChat() {
|
|
@@ -5114,24 +5115,24 @@ function useI18n() {
|
|
|
5114
5115
|
te: r
|
|
5115
5116
|
};
|
|
5116
5117
|
}
|
|
5117
|
-
var _hoisted_1$
|
|
5118
|
+
var _hoisted_1$226 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
|
|
5118
5119
|
__name: "GetStarted",
|
|
5119
5120
|
setup(e) {
|
|
5120
5121
|
let { t } = useI18n();
|
|
5121
|
-
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") }, {
|
|
5122
5123
|
default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
|
|
5123
5124
|
_: 1
|
|
5124
5125
|
})]));
|
|
5125
5126
|
}
|
|
5126
|
-
}), _sfc_main$10 = {}, _hoisted_1$
|
|
5127
|
+
}), _sfc_main$10 = {}, _hoisted_1$225 = { class: "chat-powered-by" };
|
|
5127
5128
|
function _sfc_render$10(e, t) {
|
|
5128
|
-
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)]);
|
|
5129
5130
|
}
|
|
5130
|
-
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({
|
|
5131
5132
|
__name: "GetStartedFooter",
|
|
5132
5133
|
setup(e) {
|
|
5133
5134
|
let { t, te: n } = useI18n();
|
|
5134
|
-
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)]));
|
|
5135
5136
|
}
|
|
5136
5137
|
});
|
|
5137
5138
|
function tryOnScopeDispose$1(e) {
|
|
@@ -5184,124 +5185,125 @@ function useFileDialog(e = {}) {
|
|
|
5184
5185
|
onChange: r
|
|
5185
5186
|
};
|
|
5186
5187
|
}
|
|
5187
|
-
var _hoisted_1$
|
|
5188
|
+
var _hoisted_1$223 = {
|
|
5188
5189
|
viewBox: "0 0 24 24",
|
|
5189
5190
|
width: "1.2em",
|
|
5190
5191
|
height: "1.2em"
|
|
5191
5192
|
};
|
|
5192
|
-
function render$
|
|
5193
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5193
|
+
function render$200(e, t) {
|
|
5194
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createBaseVNode("path", {
|
|
5194
5195
|
fill: "currentColor",
|
|
5195
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"
|
|
5196
5197
|
}, null, -1)]);
|
|
5197
5198
|
}
|
|
5198
5199
|
var paperclip_default$1 = {
|
|
5199
5200
|
name: "mdi-paperclip",
|
|
5200
|
-
render: render$
|
|
5201
|
-
}, _hoisted_1$
|
|
5201
|
+
render: render$200
|
|
5202
|
+
}, _hoisted_1$222 = {
|
|
5202
5203
|
viewBox: "0 0 24 24",
|
|
5203
5204
|
width: "1.2em",
|
|
5204
5205
|
height: "1.2em"
|
|
5205
5206
|
};
|
|
5206
|
-
function render$
|
|
5207
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5207
|
+
function render$199(e, t) {
|
|
5208
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createBaseVNode("path", {
|
|
5208
5209
|
fill: "currentColor",
|
|
5209
5210
|
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
5210
5211
|
}, null, -1)]);
|
|
5211
5212
|
}
|
|
5212
5213
|
var send_default$1 = {
|
|
5213
5214
|
name: "mdi-send",
|
|
5214
|
-
render: render$
|
|
5215
|
-
}, _hoisted_1$
|
|
5215
|
+
render: render$199
|
|
5216
|
+
}, _hoisted_1$221 = {
|
|
5216
5217
|
viewBox: "0 0 24 24",
|
|
5217
5218
|
width: "1.2em",
|
|
5218
5219
|
height: "1.2em"
|
|
5219
5220
|
};
|
|
5220
|
-
function render$
|
|
5221
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5221
|
+
function render$198(e, t) {
|
|
5222
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createBaseVNode("path", {
|
|
5222
5223
|
fill: "currentColor",
|
|
5223
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"
|
|
5224
5225
|
}, null, -1)]);
|
|
5225
5226
|
}
|
|
5226
5227
|
var closeThick_default = {
|
|
5227
5228
|
name: "mdi-closeThick",
|
|
5228
|
-
render: render$
|
|
5229
|
-
}, _hoisted_1$
|
|
5229
|
+
render: render$198
|
|
5230
|
+
}, _hoisted_1$220 = {
|
|
5230
5231
|
viewBox: "0 0 24 24",
|
|
5231
5232
|
width: "1.2em",
|
|
5232
5233
|
height: "1.2em"
|
|
5233
5234
|
};
|
|
5234
|
-
function render$
|
|
5235
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5235
|
+
function render$197(e, t) {
|
|
5236
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createBaseVNode("path", {
|
|
5236
5237
|
fill: "currentColor",
|
|
5237
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"
|
|
5238
5239
|
}, null, -1)]);
|
|
5239
5240
|
}
|
|
5240
5241
|
var fileImage_default = {
|
|
5241
5242
|
name: "mdi-fileImage",
|
|
5242
|
-
render: render$
|
|
5243
|
-
}, _hoisted_1$
|
|
5243
|
+
render: render$197
|
|
5244
|
+
}, _hoisted_1$219 = {
|
|
5244
5245
|
viewBox: "0 0 24 24",
|
|
5245
5246
|
width: "1.2em",
|
|
5246
5247
|
height: "1.2em"
|
|
5247
5248
|
};
|
|
5248
|
-
function render$
|
|
5249
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5249
|
+
function render$196(e, t) {
|
|
5250
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createBaseVNode("path", {
|
|
5250
5251
|
fill: "currentColor",
|
|
5251
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"
|
|
5252
5253
|
}, null, -1)]);
|
|
5253
5254
|
}
|
|
5254
5255
|
var fileMusic_default = {
|
|
5255
5256
|
name: "mdi-fileMusic",
|
|
5256
|
-
render: render$
|
|
5257
|
-
}, _hoisted_1$
|
|
5257
|
+
render: render$196
|
|
5258
|
+
}, _hoisted_1$218 = {
|
|
5258
5259
|
viewBox: "0 0 24 24",
|
|
5259
5260
|
width: "1.2em",
|
|
5260
5261
|
height: "1.2em"
|
|
5261
5262
|
};
|
|
5262
|
-
function render$
|
|
5263
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5263
|
+
function render$195(e, t) {
|
|
5264
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createBaseVNode("path", {
|
|
5264
5265
|
fill: "currentColor",
|
|
5265
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"
|
|
5266
5267
|
}, null, -1)]);
|
|
5267
5268
|
}
|
|
5268
5269
|
var fileText_default = {
|
|
5269
5270
|
name: "mdi-fileText",
|
|
5270
|
-
render: render$
|
|
5271
|
-
}, _hoisted_1$
|
|
5271
|
+
render: render$195
|
|
5272
|
+
}, _hoisted_1$217 = {
|
|
5272
5273
|
viewBox: "0 0 24 24",
|
|
5273
5274
|
width: "1.2em",
|
|
5274
5275
|
height: "1.2em"
|
|
5275
5276
|
};
|
|
5276
|
-
function render$
|
|
5277
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5277
|
+
function render$194(e, t) {
|
|
5278
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
|
|
5278
5279
|
fill: "currentColor",
|
|
5279
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"
|
|
5280
5281
|
}, null, -1)]);
|
|
5281
5282
|
}
|
|
5282
5283
|
var fileVideo_default = {
|
|
5283
5284
|
name: "mdi-fileVideo",
|
|
5284
|
-
render: render$
|
|
5285
|
-
}, _hoisted_1$
|
|
5285
|
+
render: render$194
|
|
5286
|
+
}, _hoisted_1$216 = {
|
|
5286
5287
|
viewBox: "0 0 24 24",
|
|
5287
5288
|
width: "1.2em",
|
|
5288
5289
|
height: "1.2em"
|
|
5289
5290
|
};
|
|
5290
|
-
function render$
|
|
5291
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5291
|
+
function render$193(e, t) {
|
|
5292
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("path", {
|
|
5292
5293
|
fill: "currentColor",
|
|
5293
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"
|
|
5294
5295
|
}, null, -1)]);
|
|
5295
5296
|
}
|
|
5296
5297
|
var openInNew_default = {
|
|
5297
5298
|
name: "mdi-openInNew",
|
|
5298
|
-
render: render$
|
|
5299
|
-
}, _hoisted_1$
|
|
5299
|
+
render: render$193
|
|
5300
|
+
}, _hoisted_1$215 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
5300
5301
|
__name: "ChatFile",
|
|
5301
5302
|
props: {
|
|
5302
5303
|
file: {},
|
|
5303
5304
|
isRemovable: { type: Boolean },
|
|
5304
|
-
isPreviewable: { type: Boolean }
|
|
5305
|
+
isPreviewable: { type: Boolean },
|
|
5306
|
+
href: {}
|
|
5305
5307
|
},
|
|
5306
5308
|
emits: ["remove"],
|
|
5307
5309
|
setup(e, { emit: t }) {
|
|
@@ -5312,6 +5314,10 @@ var openInNew_default = {
|
|
|
5312
5314
|
video: fileVideo_default
|
|
5313
5315
|
}, o = computed(() => i[n.file?.type.split("/")[0]] || fileText_default);
|
|
5314
5316
|
function s() {
|
|
5317
|
+
if (n.href) {
|
|
5318
|
+
window.open(n.href, "_blank", "noopener noreferrer");
|
|
5319
|
+
return;
|
|
5320
|
+
}
|
|
5315
5321
|
n.isPreviewable && window.open(URL.createObjectURL(n.file));
|
|
5316
5322
|
}
|
|
5317
5323
|
function c() {
|
|
@@ -5321,19 +5327,19 @@ var openInNew_default = {
|
|
|
5321
5327
|
class: "chat-file",
|
|
5322
5328
|
onClick: s
|
|
5323
5329
|
}, [
|
|
5324
|
-
createVNode(unref(o)),
|
|
5325
|
-
createBaseVNode("p", _hoisted_1$
|
|
5330
|
+
createVNode(unref(o), { class: "chat-icon" }),
|
|
5331
|
+
createBaseVNode("p", _hoisted_1$215, toDisplayString(e.file.name), 1),
|
|
5326
5332
|
e.isRemovable ? (openBlock(), createElementBlock("span", {
|
|
5327
5333
|
key: 0,
|
|
5328
5334
|
class: "chat-file-delete",
|
|
5329
5335
|
onClick: withModifiers(c, ["stop"])
|
|
5330
|
-
}, [createVNode(unref(closeThick_default))])) : e.isPreviewable ? (openBlock(), createBlock(unref(openInNew_default), {
|
|
5336
|
+
}, [createVNode(unref(closeThick_default))])) : e.isPreviewable || e.href ? (openBlock(), createBlock(unref(openInNew_default), {
|
|
5331
5337
|
key: 1,
|
|
5332
5338
|
class: "chat-file-preview"
|
|
5333
5339
|
})) : createCommentVNode("", !0)
|
|
5334
5340
|
]));
|
|
5335
5341
|
}
|
|
5336
|
-
}), [["__scopeId", "data-v-
|
|
5342
|
+
}), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$214 = { class: "chat-inputs" }, _hoisted_2$16 = {
|
|
5337
5343
|
key: 0,
|
|
5338
5344
|
class: "chat-input-left-panel"
|
|
5339
5345
|
}, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
|
|
@@ -5473,7 +5479,7 @@ var openInNew_default = {
|
|
|
5473
5479
|
class: "chat-input",
|
|
5474
5480
|
style: normalizeStyle(T.value),
|
|
5475
5481
|
onKeydown: withModifiers(z, ["stop"])
|
|
5476
|
-
}, [createBaseVNode("div", _hoisted_1$
|
|
5482
|
+
}, [createBaseVNode("div", _hoisted_1$214, [
|
|
5477
5483
|
e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
|
|
5478
5484
|
withDirectives(createBaseVNode("textarea", {
|
|
5479
5485
|
ref_key: "chatTextArea",
|
|
@@ -5512,7 +5518,7 @@ var openInNew_default = {
|
|
|
5512
5518
|
onRemove: R
|
|
5513
5519
|
}, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
|
|
5514
5520
|
}
|
|
5515
|
-
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$
|
|
5521
|
+
}), [["__scopeId", "data-v-66014261"]]), _hoisted_1$213 = { class: "chat-layout" }, _hoisted_2$15 = {
|
|
5516
5522
|
key: 0,
|
|
5517
5523
|
class: "chat-header"
|
|
5518
5524
|
}, _hoisted_3$5 = {
|
|
@@ -5530,7 +5536,7 @@ var openInNew_default = {
|
|
|
5530
5536
|
chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
|
|
5531
5537
|
}), onBeforeUnmount(() => {
|
|
5532
5538
|
chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
5533
|
-
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$
|
|
5539
|
+
}), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$213, [
|
|
5534
5540
|
e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
|
|
5535
5541
|
e.$slots.default ? (openBlock(), createElementBlock("div", {
|
|
5536
5542
|
key: 1,
|
|
@@ -5541,13 +5547,13 @@ var openInNew_default = {
|
|
|
5541
5547
|
e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
|
|
5542
5548
|
]));
|
|
5543
5549
|
}
|
|
5544
|
-
}), 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$209 = {
|
|
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 = {
|
|
5545
5551
|
viewBox: "0 0 24 24",
|
|
5546
5552
|
width: "1.2em",
|
|
5547
5553
|
height: "1.2em"
|
|
5548
5554
|
};
|
|
5549
|
-
function render$
|
|
5550
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5555
|
+
function render$192(e, t) {
|
|
5556
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createBaseVNode("path", {
|
|
5551
5557
|
fill: "none",
|
|
5552
5558
|
stroke: "currentColor",
|
|
5553
5559
|
"stroke-linecap": "round",
|
|
@@ -5558,14 +5564,14 @@ function render$189(e, t) {
|
|
|
5558
5564
|
}
|
|
5559
5565
|
var align_right_default = {
|
|
5560
5566
|
name: "lucide-align-right",
|
|
5561
|
-
render: render$
|
|
5562
|
-
}, _hoisted_1$
|
|
5567
|
+
render: render$192
|
|
5568
|
+
}, _hoisted_1$211 = {
|
|
5563
5569
|
viewBox: "0 0 24 24",
|
|
5564
5570
|
width: "1.2em",
|
|
5565
5571
|
height: "1.2em"
|
|
5566
5572
|
};
|
|
5567
|
-
function render$
|
|
5568
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5573
|
+
function render$191(e, t) {
|
|
5574
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createBaseVNode("g", {
|
|
5569
5575
|
fill: "none",
|
|
5570
5576
|
stroke: "currentColor",
|
|
5571
5577
|
"stroke-linecap": "round",
|
|
@@ -5581,14 +5587,14 @@ function render$188(e, t) {
|
|
|
5581
5587
|
}
|
|
5582
5588
|
var archive_default = {
|
|
5583
5589
|
name: "lucide-archive",
|
|
5584
|
-
render: render$
|
|
5585
|
-
}, _hoisted_1$
|
|
5590
|
+
render: render$191
|
|
5591
|
+
}, _hoisted_1$210 = {
|
|
5586
5592
|
viewBox: "0 0 24 24",
|
|
5587
5593
|
width: "1.2em",
|
|
5588
5594
|
height: "1.2em"
|
|
5589
5595
|
};
|
|
5590
|
-
function render$
|
|
5591
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5596
|
+
function render$190(e, t) {
|
|
5597
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createBaseVNode("g", {
|
|
5592
5598
|
fill: "none",
|
|
5593
5599
|
stroke: "currentColor",
|
|
5594
5600
|
"stroke-linecap": "round",
|
|
@@ -5604,14 +5610,14 @@ function render$187(e, t) {
|
|
|
5604
5610
|
}
|
|
5605
5611
|
var archive_restore_default = {
|
|
5606
5612
|
name: "lucide-archive-restore",
|
|
5607
|
-
render: render$
|
|
5608
|
-
}, _hoisted_1$
|
|
5613
|
+
render: render$190
|
|
5614
|
+
}, _hoisted_1$209 = {
|
|
5609
5615
|
viewBox: "0 0 24 24",
|
|
5610
5616
|
width: "1.2em",
|
|
5611
5617
|
height: "1.2em"
|
|
5612
5618
|
};
|
|
5613
|
-
function render$
|
|
5614
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5619
|
+
function render$189(e, t) {
|
|
5620
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createBaseVNode("path", {
|
|
5615
5621
|
fill: "none",
|
|
5616
5622
|
stroke: "currentColor",
|
|
5617
5623
|
"stroke-linecap": "round",
|
|
@@ -5622,14 +5628,14 @@ function render$186(e, t) {
|
|
|
5622
5628
|
}
|
|
5623
5629
|
var arrow_down_default$1 = {
|
|
5624
5630
|
name: "lucide-arrow-down",
|
|
5625
|
-
render: render$
|
|
5626
|
-
}, _hoisted_1$
|
|
5631
|
+
render: render$189
|
|
5632
|
+
}, _hoisted_1$208 = {
|
|
5627
5633
|
viewBox: "0 0 24 24",
|
|
5628
5634
|
width: "1.2em",
|
|
5629
5635
|
height: "1.2em"
|
|
5630
5636
|
};
|
|
5631
|
-
function render$
|
|
5632
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5637
|
+
function render$188(e, t) {
|
|
5638
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("path", {
|
|
5633
5639
|
fill: "none",
|
|
5634
5640
|
stroke: "currentColor",
|
|
5635
5641
|
"stroke-linecap": "round",
|
|
@@ -5640,14 +5646,14 @@ function render$185(e, t) {
|
|
|
5640
5646
|
}
|
|
5641
5647
|
var arrow_left_default$1 = {
|
|
5642
5648
|
name: "lucide-arrow-left",
|
|
5643
|
-
render: render$
|
|
5644
|
-
}, _hoisted_1$
|
|
5649
|
+
render: render$188
|
|
5650
|
+
}, _hoisted_1$207 = {
|
|
5645
5651
|
viewBox: "0 0 24 24",
|
|
5646
5652
|
width: "1.2em",
|
|
5647
5653
|
height: "1.2em"
|
|
5648
5654
|
};
|
|
5649
|
-
function render$
|
|
5650
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5655
|
+
function render$187(e, t) {
|
|
5656
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("path", {
|
|
5651
5657
|
fill: "none",
|
|
5652
5658
|
stroke: "currentColor",
|
|
5653
5659
|
"stroke-linecap": "round",
|
|
@@ -5658,14 +5664,14 @@ function render$184(e, t) {
|
|
|
5658
5664
|
}
|
|
5659
5665
|
var arrow_left_right_default = {
|
|
5660
5666
|
name: "lucide-arrow-left-right",
|
|
5661
|
-
render: render$
|
|
5662
|
-
}, _hoisted_1$
|
|
5667
|
+
render: render$187
|
|
5668
|
+
}, _hoisted_1$206 = {
|
|
5663
5669
|
viewBox: "0 0 24 24",
|
|
5664
5670
|
width: "1.2em",
|
|
5665
5671
|
height: "1.2em"
|
|
5666
5672
|
};
|
|
5667
|
-
function render$
|
|
5668
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5673
|
+
function render$186(e, t) {
|
|
5674
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("path", {
|
|
5669
5675
|
fill: "none",
|
|
5670
5676
|
stroke: "currentColor",
|
|
5671
5677
|
"stroke-linecap": "round",
|
|
@@ -5676,14 +5682,14 @@ function render$183(e, t) {
|
|
|
5676
5682
|
}
|
|
5677
5683
|
var arrow_right_default$1 = {
|
|
5678
5684
|
name: "lucide-arrow-right",
|
|
5679
|
-
render: render$
|
|
5680
|
-
}, _hoisted_1$
|
|
5685
|
+
render: render$186
|
|
5686
|
+
}, _hoisted_1$205 = {
|
|
5681
5687
|
viewBox: "0 0 24 24",
|
|
5682
5688
|
width: "1.2em",
|
|
5683
5689
|
height: "1.2em"
|
|
5684
5690
|
};
|
|
5685
|
-
function render$
|
|
5686
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5691
|
+
function render$185(e, t) {
|
|
5692
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("path", {
|
|
5687
5693
|
fill: "none",
|
|
5688
5694
|
stroke: "currentColor",
|
|
5689
5695
|
"stroke-linecap": "round",
|
|
@@ -5694,14 +5700,14 @@ function render$182(e, t) {
|
|
|
5694
5700
|
}
|
|
5695
5701
|
var arrow_right_from_line_default = {
|
|
5696
5702
|
name: "lucide-arrow-right-from-line",
|
|
5697
|
-
render: render$
|
|
5698
|
-
}, _hoisted_1$
|
|
5703
|
+
render: render$185
|
|
5704
|
+
}, _hoisted_1$204 = {
|
|
5699
5705
|
viewBox: "0 0 24 24",
|
|
5700
5706
|
width: "1.2em",
|
|
5701
5707
|
height: "1.2em"
|
|
5702
5708
|
};
|
|
5703
|
-
function render$
|
|
5704
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5709
|
+
function render$184(e, t) {
|
|
5710
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
|
|
5705
5711
|
fill: "none",
|
|
5706
5712
|
stroke: "currentColor",
|
|
5707
5713
|
"stroke-linecap": "round",
|
|
@@ -5712,14 +5718,14 @@ function render$181(e, t) {
|
|
|
5712
5718
|
}
|
|
5713
5719
|
var arrow_right_to_line_default = {
|
|
5714
5720
|
name: "lucide-arrow-right-to-line",
|
|
5715
|
-
render: render$
|
|
5716
|
-
}, _hoisted_1$
|
|
5721
|
+
render: render$184
|
|
5722
|
+
}, _hoisted_1$203 = {
|
|
5717
5723
|
viewBox: "0 0 24 24",
|
|
5718
5724
|
width: "1.2em",
|
|
5719
5725
|
height: "1.2em"
|
|
5720
5726
|
};
|
|
5721
|
-
function render$
|
|
5722
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5727
|
+
function render$183(e, t) {
|
|
5728
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
|
|
5723
5729
|
fill: "none",
|
|
5724
5730
|
stroke: "currentColor",
|
|
5725
5731
|
"stroke-linecap": "round",
|
|
@@ -5730,14 +5736,14 @@ function render$180(e, t) {
|
|
|
5730
5736
|
}
|
|
5731
5737
|
var arrow_up_default = {
|
|
5732
5738
|
name: "lucide-arrow-up",
|
|
5733
|
-
render: render$
|
|
5734
|
-
}, _hoisted_1$
|
|
5739
|
+
render: render$183
|
|
5740
|
+
}, _hoisted_1$202 = {
|
|
5735
5741
|
viewBox: "0 0 24 24",
|
|
5736
5742
|
width: "1.2em",
|
|
5737
5743
|
height: "1.2em"
|
|
5738
5744
|
};
|
|
5739
|
-
function render$
|
|
5740
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5745
|
+
function render$182(e, t) {
|
|
5746
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("g", {
|
|
5741
5747
|
fill: "none",
|
|
5742
5748
|
stroke: "currentColor",
|
|
5743
5749
|
"stroke-linecap": "round",
|
|
@@ -5751,14 +5757,14 @@ function render$179(e, t) {
|
|
|
5751
5757
|
}
|
|
5752
5758
|
var at_sign_default = {
|
|
5753
5759
|
name: "lucide-at-sign",
|
|
5754
|
-
render: render$
|
|
5755
|
-
}, _hoisted_1$
|
|
5760
|
+
render: render$182
|
|
5761
|
+
}, _hoisted_1$201 = {
|
|
5756
5762
|
viewBox: "0 0 24 24",
|
|
5757
5763
|
width: "1.2em",
|
|
5758
5764
|
height: "1.2em"
|
|
5759
5765
|
};
|
|
5760
|
-
function render$
|
|
5761
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5766
|
+
function render$181(e, t) {
|
|
5767
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("g", {
|
|
5762
5768
|
fill: "none",
|
|
5763
5769
|
stroke: "currentColor",
|
|
5764
5770
|
"stroke-linecap": "round",
|
|
@@ -5772,14 +5778,14 @@ function render$178(e, t) {
|
|
|
5772
5778
|
}
|
|
5773
5779
|
var ban_default = {
|
|
5774
5780
|
name: "lucide-ban",
|
|
5775
|
-
render: render$
|
|
5776
|
-
}, _hoisted_1$
|
|
5781
|
+
render: render$181
|
|
5782
|
+
}, _hoisted_1$200 = {
|
|
5777
5783
|
viewBox: "0 0 24 24",
|
|
5778
5784
|
width: "1.2em",
|
|
5779
5785
|
height: "1.2em"
|
|
5780
5786
|
};
|
|
5781
|
-
function render$
|
|
5782
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5787
|
+
function render$180(e, t) {
|
|
5788
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("path", {
|
|
5783
5789
|
fill: "none",
|
|
5784
5790
|
stroke: "currentColor",
|
|
5785
5791
|
"stroke-linecap": "round",
|
|
@@ -5790,14 +5796,14 @@ function render$177(e, t) {
|
|
|
5790
5796
|
}
|
|
5791
5797
|
var bell_default = {
|
|
5792
5798
|
name: "lucide-bell",
|
|
5793
|
-
render: render$
|
|
5794
|
-
}, _hoisted_1$
|
|
5799
|
+
render: render$180
|
|
5800
|
+
}, _hoisted_1$199 = {
|
|
5795
5801
|
viewBox: "0 0 24 24",
|
|
5796
5802
|
width: "1.2em",
|
|
5797
5803
|
height: "1.2em"
|
|
5798
5804
|
};
|
|
5799
|
-
function render$
|
|
5800
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5805
|
+
function render$179(e, t) {
|
|
5806
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("path", {
|
|
5801
5807
|
fill: "none",
|
|
5802
5808
|
stroke: "currentColor",
|
|
5803
5809
|
"stroke-linecap": "round",
|
|
@@ -5808,14 +5814,14 @@ function render$176(e, t) {
|
|
|
5808
5814
|
}
|
|
5809
5815
|
var book_default = {
|
|
5810
5816
|
name: "lucide-book",
|
|
5811
|
-
render: render$
|
|
5812
|
-
}, _hoisted_1$
|
|
5817
|
+
render: render$179
|
|
5818
|
+
}, _hoisted_1$198 = {
|
|
5813
5819
|
viewBox: "0 0 24 24",
|
|
5814
5820
|
width: "1.2em",
|
|
5815
5821
|
height: "1.2em"
|
|
5816
5822
|
};
|
|
5817
|
-
function render$
|
|
5818
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5823
|
+
function render$178(e, t) {
|
|
5824
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("path", {
|
|
5819
5825
|
fill: "none",
|
|
5820
5826
|
stroke: "currentColor",
|
|
5821
5827
|
"stroke-linecap": "round",
|
|
@@ -5826,14 +5832,14 @@ function render$175(e, t) {
|
|
|
5826
5832
|
}
|
|
5827
5833
|
var book_open_default = {
|
|
5828
5834
|
name: "lucide-book-open",
|
|
5829
|
-
render: render$
|
|
5830
|
-
}, _hoisted_1$
|
|
5835
|
+
render: render$178
|
|
5836
|
+
}, _hoisted_1$197 = {
|
|
5831
5837
|
viewBox: "0 0 24 24",
|
|
5832
5838
|
width: "1.2em",
|
|
5833
5839
|
height: "1.2em"
|
|
5834
5840
|
};
|
|
5835
|
-
function render$
|
|
5836
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5841
|
+
function render$177(e, t) {
|
|
5842
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("g", {
|
|
5837
5843
|
fill: "none",
|
|
5838
5844
|
stroke: "currentColor",
|
|
5839
5845
|
"stroke-linecap": "round",
|
|
@@ -5853,14 +5859,14 @@ function render$174(e, t) {
|
|
|
5853
5859
|
}
|
|
5854
5860
|
var bot_default = {
|
|
5855
5861
|
name: "lucide-bot",
|
|
5856
|
-
render: render$
|
|
5857
|
-
}, _hoisted_1$
|
|
5862
|
+
render: render$177
|
|
5863
|
+
}, _hoisted_1$196 = {
|
|
5858
5864
|
viewBox: "0 0 24 24",
|
|
5859
5865
|
width: "1.2em",
|
|
5860
5866
|
height: "1.2em"
|
|
5861
5867
|
};
|
|
5862
|
-
function render$
|
|
5863
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5868
|
+
function render$176(e, t) {
|
|
5869
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("g", {
|
|
5864
5870
|
fill: "none",
|
|
5865
5871
|
stroke: "currentColor",
|
|
5866
5872
|
"stroke-linecap": "round",
|
|
@@ -5870,14 +5876,14 @@ function render$173(e, t) {
|
|
|
5870
5876
|
}
|
|
5871
5877
|
var box_default = {
|
|
5872
5878
|
name: "lucide-box",
|
|
5873
|
-
render: render$
|
|
5874
|
-
}, _hoisted_1$
|
|
5879
|
+
render: render$176
|
|
5880
|
+
}, _hoisted_1$195 = {
|
|
5875
5881
|
viewBox: "0 0 24 24",
|
|
5876
5882
|
width: "1.2em",
|
|
5877
5883
|
height: "1.2em"
|
|
5878
5884
|
};
|
|
5879
|
-
function render$
|
|
5880
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5885
|
+
function render$175(e, t) {
|
|
5886
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("path", {
|
|
5881
5887
|
fill: "none",
|
|
5882
5888
|
stroke: "currentColor",
|
|
5883
5889
|
"stroke-linecap": "round",
|
|
@@ -5888,14 +5894,14 @@ function render$172(e, t) {
|
|
|
5888
5894
|
}
|
|
5889
5895
|
var braces_default = {
|
|
5890
5896
|
name: "lucide-braces",
|
|
5891
|
-
render: render$
|
|
5892
|
-
}, _hoisted_1$
|
|
5897
|
+
render: render$175
|
|
5898
|
+
}, _hoisted_1$194 = {
|
|
5893
5899
|
viewBox: "0 0 24 24",
|
|
5894
5900
|
width: "1.2em",
|
|
5895
5901
|
height: "1.2em"
|
|
5896
5902
|
};
|
|
5897
|
-
function render$
|
|
5898
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5903
|
+
function render$174(e, t) {
|
|
5904
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("g", {
|
|
5899
5905
|
fill: "none",
|
|
5900
5906
|
stroke: "currentColor",
|
|
5901
5907
|
"stroke-linecap": "round",
|
|
@@ -5909,14 +5915,14 @@ function render$171(e, t) {
|
|
|
5909
5915
|
}
|
|
5910
5916
|
var brain_default = {
|
|
5911
5917
|
name: "lucide-brain",
|
|
5912
|
-
render: render$
|
|
5913
|
-
}, _hoisted_1$
|
|
5918
|
+
render: render$174
|
|
5919
|
+
}, _hoisted_1$193 = {
|
|
5914
5920
|
viewBox: "0 0 24 24",
|
|
5915
5921
|
width: "1.2em",
|
|
5916
5922
|
height: "1.2em"
|
|
5917
5923
|
};
|
|
5918
|
-
function render$
|
|
5919
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5924
|
+
function render$173(e, t) {
|
|
5925
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("g", {
|
|
5920
5926
|
fill: "none",
|
|
5921
5927
|
stroke: "currentColor",
|
|
5922
5928
|
"stroke-linecap": "round",
|
|
@@ -5930,14 +5936,14 @@ function render$170(e, t) {
|
|
|
5930
5936
|
}
|
|
5931
5937
|
var bug_default = {
|
|
5932
5938
|
name: "lucide-bug",
|
|
5933
|
-
render: render$
|
|
5934
|
-
}, _hoisted_1$
|
|
5939
|
+
render: render$173
|
|
5940
|
+
}, _hoisted_1$192 = {
|
|
5935
5941
|
viewBox: "0 0 24 24",
|
|
5936
5942
|
width: "1.2em",
|
|
5937
5943
|
height: "1.2em"
|
|
5938
5944
|
};
|
|
5939
|
-
function render$
|
|
5940
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5945
|
+
function render$172(e, t) {
|
|
5946
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("g", {
|
|
5941
5947
|
fill: "none",
|
|
5942
5948
|
stroke: "currentColor",
|
|
5943
5949
|
"stroke-linecap": "round",
|
|
@@ -5953,14 +5959,14 @@ function render$169(e, t) {
|
|
|
5953
5959
|
}
|
|
5954
5960
|
var calculator_default = {
|
|
5955
5961
|
name: "lucide-calculator",
|
|
5956
|
-
render: render$
|
|
5957
|
-
}, _hoisted_1$
|
|
5962
|
+
render: render$172
|
|
5963
|
+
}, _hoisted_1$191 = {
|
|
5958
5964
|
viewBox: "0 0 24 24",
|
|
5959
5965
|
width: "1.2em",
|
|
5960
5966
|
height: "1.2em"
|
|
5961
5967
|
};
|
|
5962
|
-
function render$
|
|
5963
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5968
|
+
function render$171(e, t) {
|
|
5969
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("g", {
|
|
5964
5970
|
fill: "none",
|
|
5965
5971
|
stroke: "currentColor",
|
|
5966
5972
|
"stroke-linecap": "round",
|
|
@@ -5980,14 +5986,14 @@ function render$168(e, t) {
|
|
|
5980
5986
|
}
|
|
5981
5987
|
var calendar_default = {
|
|
5982
5988
|
name: "lucide-calendar",
|
|
5983
|
-
render: render$
|
|
5984
|
-
}, _hoisted_1$
|
|
5989
|
+
render: render$171
|
|
5990
|
+
}, _hoisted_1$190 = {
|
|
5985
5991
|
viewBox: "0 0 24 24",
|
|
5986
5992
|
width: "1.2em",
|
|
5987
5993
|
height: "1.2em"
|
|
5988
5994
|
};
|
|
5989
|
-
function render$
|
|
5990
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
5995
|
+
function render$170(e, t) {
|
|
5996
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("path", {
|
|
5991
5997
|
fill: "none",
|
|
5992
5998
|
stroke: "currentColor",
|
|
5993
5999
|
"stroke-linecap": "round",
|
|
@@ -5998,14 +6004,14 @@ function render$167(e, t) {
|
|
|
5998
6004
|
}
|
|
5999
6005
|
var case_upper_default = {
|
|
6000
6006
|
name: "lucide-case-upper",
|
|
6001
|
-
render: render$
|
|
6002
|
-
}, _hoisted_1$
|
|
6007
|
+
render: render$170
|
|
6008
|
+
}, _hoisted_1$189 = {
|
|
6003
6009
|
viewBox: "0 0 24 24",
|
|
6004
6010
|
width: "1.2em",
|
|
6005
6011
|
height: "1.2em"
|
|
6006
6012
|
};
|
|
6007
|
-
function render$
|
|
6008
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6013
|
+
function render$169(e, t) {
|
|
6014
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("path", {
|
|
6009
6015
|
fill: "none",
|
|
6010
6016
|
stroke: "currentColor",
|
|
6011
6017
|
"stroke-linecap": "round",
|
|
@@ -6016,14 +6022,14 @@ function render$166(e, t) {
|
|
|
6016
6022
|
}
|
|
6017
6023
|
var chart_column_decreasing_default = {
|
|
6018
6024
|
name: "lucide-chart-column-decreasing",
|
|
6019
|
-
render: render$
|
|
6020
|
-
}, _hoisted_1$
|
|
6025
|
+
render: render$169
|
|
6026
|
+
}, _hoisted_1$188 = {
|
|
6021
6027
|
viewBox: "0 0 24 24",
|
|
6022
6028
|
width: "1.2em",
|
|
6023
6029
|
height: "1.2em"
|
|
6024
6030
|
};
|
|
6025
|
-
function render$
|
|
6026
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6031
|
+
function render$168(e, t) {
|
|
6032
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("path", {
|
|
6027
6033
|
fill: "none",
|
|
6028
6034
|
stroke: "currentColor",
|
|
6029
6035
|
"stroke-linecap": "round",
|
|
@@ -6034,14 +6040,14 @@ function render$165(e, t) {
|
|
|
6034
6040
|
}
|
|
6035
6041
|
var check_default = {
|
|
6036
6042
|
name: "lucide-check",
|
|
6037
|
-
render: render$
|
|
6038
|
-
}, _hoisted_1$
|
|
6043
|
+
render: render$168
|
|
6044
|
+
}, _hoisted_1$187 = {
|
|
6039
6045
|
viewBox: "0 0 24 24",
|
|
6040
6046
|
width: "1.2em",
|
|
6041
6047
|
height: "1.2em"
|
|
6042
6048
|
};
|
|
6043
|
-
function render$
|
|
6044
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6049
|
+
function render$167(e, t) {
|
|
6050
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("path", {
|
|
6045
6051
|
fill: "none",
|
|
6046
6052
|
stroke: "currentColor",
|
|
6047
6053
|
"stroke-linecap": "round",
|
|
@@ -6052,14 +6058,14 @@ function render$164(e, t) {
|
|
|
6052
6058
|
}
|
|
6053
6059
|
var check_check_default = {
|
|
6054
6060
|
name: "lucide-check-check",
|
|
6055
|
-
render: render$
|
|
6056
|
-
}, _hoisted_1$
|
|
6061
|
+
render: render$167
|
|
6062
|
+
}, _hoisted_1$186 = {
|
|
6057
6063
|
viewBox: "0 0 24 24",
|
|
6058
6064
|
width: "1.2em",
|
|
6059
6065
|
height: "1.2em"
|
|
6060
6066
|
};
|
|
6061
|
-
function render$
|
|
6062
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6067
|
+
function render$166(e, t) {
|
|
6068
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
|
|
6063
6069
|
fill: "none",
|
|
6064
6070
|
stroke: "currentColor",
|
|
6065
6071
|
"stroke-linecap": "round",
|
|
@@ -6070,14 +6076,14 @@ function render$163(e, t) {
|
|
|
6070
6076
|
}
|
|
6071
6077
|
var chevron_down_default$1 = {
|
|
6072
6078
|
name: "lucide-chevron-down",
|
|
6073
|
-
render: render$
|
|
6074
|
-
}, _hoisted_1$
|
|
6079
|
+
render: render$166
|
|
6080
|
+
}, _hoisted_1$185 = {
|
|
6075
6081
|
viewBox: "0 0 24 24",
|
|
6076
6082
|
width: "1.2em",
|
|
6077
6083
|
height: "1.2em"
|
|
6078
6084
|
};
|
|
6079
|
-
function render$
|
|
6080
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6085
|
+
function render$165(e, t) {
|
|
6086
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createBaseVNode("path", {
|
|
6081
6087
|
fill: "none",
|
|
6082
6088
|
stroke: "currentColor",
|
|
6083
6089
|
"stroke-linecap": "round",
|
|
@@ -6088,14 +6094,14 @@ function render$162(e, t) {
|
|
|
6088
6094
|
}
|
|
6089
6095
|
var chevron_left_default = {
|
|
6090
6096
|
name: "lucide-chevron-left",
|
|
6091
|
-
render: render$
|
|
6092
|
-
}, _hoisted_1$
|
|
6097
|
+
render: render$165
|
|
6098
|
+
}, _hoisted_1$184 = {
|
|
6093
6099
|
viewBox: "0 0 24 24",
|
|
6094
6100
|
width: "1.2em",
|
|
6095
6101
|
height: "1.2em"
|
|
6096
6102
|
};
|
|
6097
|
-
function render$
|
|
6098
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6103
|
+
function render$164(e, t) {
|
|
6104
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createBaseVNode("path", {
|
|
6099
6105
|
fill: "none",
|
|
6100
6106
|
stroke: "currentColor",
|
|
6101
6107
|
"stroke-linecap": "round",
|
|
@@ -6106,14 +6112,14 @@ function render$161(e, t) {
|
|
|
6106
6112
|
}
|
|
6107
6113
|
var chevron_right_default = {
|
|
6108
6114
|
name: "lucide-chevron-right",
|
|
6109
|
-
render: render$
|
|
6110
|
-
}, _hoisted_1$
|
|
6115
|
+
render: render$164
|
|
6116
|
+
}, _hoisted_1$183 = {
|
|
6111
6117
|
viewBox: "0 0 24 24",
|
|
6112
6118
|
width: "1.2em",
|
|
6113
6119
|
height: "1.2em"
|
|
6114
6120
|
};
|
|
6115
|
-
function render$
|
|
6116
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6121
|
+
function render$163(e, t) {
|
|
6122
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createBaseVNode("path", {
|
|
6117
6123
|
fill: "none",
|
|
6118
6124
|
stroke: "currentColor",
|
|
6119
6125
|
"stroke-linecap": "round",
|
|
@@ -6124,14 +6130,14 @@ function render$160(e, t) {
|
|
|
6124
6130
|
}
|
|
6125
6131
|
var chevron_up_default = {
|
|
6126
6132
|
name: "lucide-chevron-up",
|
|
6127
|
-
render: render$
|
|
6128
|
-
}, _hoisted_1$
|
|
6133
|
+
render: render$163
|
|
6134
|
+
}, _hoisted_1$182 = {
|
|
6129
6135
|
viewBox: "0 0 24 24",
|
|
6130
6136
|
width: "1.2em",
|
|
6131
6137
|
height: "1.2em"
|
|
6132
6138
|
};
|
|
6133
|
-
function render$
|
|
6134
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6139
|
+
function render$162(e, t) {
|
|
6140
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createBaseVNode("path", {
|
|
6135
6141
|
fill: "none",
|
|
6136
6142
|
stroke: "currentColor",
|
|
6137
6143
|
"stroke-linecap": "round",
|
|
@@ -6142,14 +6148,14 @@ function render$159(e, t) {
|
|
|
6142
6148
|
}
|
|
6143
6149
|
var chevrons_down_up_default = {
|
|
6144
6150
|
name: "lucide-chevrons-down-up",
|
|
6145
|
-
render: render$
|
|
6146
|
-
}, _hoisted_1$
|
|
6151
|
+
render: render$162
|
|
6152
|
+
}, _hoisted_1$181 = {
|
|
6147
6153
|
viewBox: "0 0 24 24",
|
|
6148
6154
|
width: "1.2em",
|
|
6149
6155
|
height: "1.2em"
|
|
6150
6156
|
};
|
|
6151
|
-
function render$
|
|
6152
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6157
|
+
function render$161(e, t) {
|
|
6158
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createBaseVNode("path", {
|
|
6153
6159
|
fill: "none",
|
|
6154
6160
|
stroke: "currentColor",
|
|
6155
6161
|
"stroke-linecap": "round",
|
|
@@ -6160,14 +6166,14 @@ function render$158(e, t) {
|
|
|
6160
6166
|
}
|
|
6161
6167
|
var chevrons_left_default = {
|
|
6162
6168
|
name: "lucide-chevrons-left",
|
|
6163
|
-
render: render$
|
|
6164
|
-
}, _hoisted_1$
|
|
6169
|
+
render: render$161
|
|
6170
|
+
}, _hoisted_1$180 = {
|
|
6165
6171
|
viewBox: "0 0 24 24",
|
|
6166
6172
|
width: "1.2em",
|
|
6167
6173
|
height: "1.2em"
|
|
6168
6174
|
};
|
|
6169
|
-
function render$
|
|
6170
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6175
|
+
function render$160(e, t) {
|
|
6176
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createBaseVNode("path", {
|
|
6171
6177
|
fill: "none",
|
|
6172
6178
|
stroke: "currentColor",
|
|
6173
6179
|
"stroke-linecap": "round",
|
|
@@ -6178,14 +6184,14 @@ function render$157(e, t) {
|
|
|
6178
6184
|
}
|
|
6179
6185
|
var chevrons_up_down_default = {
|
|
6180
6186
|
name: "lucide-chevrons-up-down",
|
|
6181
|
-
render: render$
|
|
6182
|
-
}, _hoisted_1$
|
|
6187
|
+
render: render$160
|
|
6188
|
+
}, _hoisted_1$179 = {
|
|
6183
6189
|
viewBox: "0 0 24 24",
|
|
6184
6190
|
width: "1.2em",
|
|
6185
6191
|
height: "1.2em"
|
|
6186
6192
|
};
|
|
6187
|
-
function render$
|
|
6188
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6193
|
+
function render$159(e, t) {
|
|
6194
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createBaseVNode("circle", {
|
|
6189
6195
|
cx: "12",
|
|
6190
6196
|
cy: "12",
|
|
6191
6197
|
r: "10",
|
|
@@ -6198,14 +6204,14 @@ function render$156(e, t) {
|
|
|
6198
6204
|
}
|
|
6199
6205
|
var circle_default = {
|
|
6200
6206
|
name: "lucide-circle",
|
|
6201
|
-
render: render$
|
|
6202
|
-
}, _hoisted_1$
|
|
6207
|
+
render: render$159
|
|
6208
|
+
}, _hoisted_1$178 = {
|
|
6203
6209
|
viewBox: "0 0 24 24",
|
|
6204
6210
|
width: "1.2em",
|
|
6205
6211
|
height: "1.2em"
|
|
6206
6212
|
};
|
|
6207
|
-
function render$
|
|
6208
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6213
|
+
function render$158(e, t) {
|
|
6214
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createBaseVNode("g", {
|
|
6209
6215
|
fill: "none",
|
|
6210
6216
|
stroke: "currentColor",
|
|
6211
6217
|
"stroke-linecap": "round",
|
|
@@ -6219,14 +6225,14 @@ function render$155(e, t) {
|
|
|
6219
6225
|
}
|
|
6220
6226
|
var circle_alert_default = {
|
|
6221
6227
|
name: "lucide-circle-alert",
|
|
6222
|
-
render: render$
|
|
6223
|
-
}, _hoisted_1$
|
|
6228
|
+
render: render$158
|
|
6229
|
+
}, _hoisted_1$177 = {
|
|
6224
6230
|
viewBox: "0 0 24 24",
|
|
6225
6231
|
width: "1.2em",
|
|
6226
6232
|
height: "1.2em"
|
|
6227
6233
|
};
|
|
6228
|
-
function render$
|
|
6229
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6234
|
+
function render$157(e, t) {
|
|
6235
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createBaseVNode("g", {
|
|
6230
6236
|
fill: "none",
|
|
6231
6237
|
stroke: "currentColor",
|
|
6232
6238
|
"stroke-linecap": "round",
|
|
@@ -6240,14 +6246,14 @@ function render$154(e, t) {
|
|
|
6240
6246
|
}
|
|
6241
6247
|
var circle_check_default$1 = {
|
|
6242
6248
|
name: "lucide-circle-check",
|
|
6243
|
-
render: render$
|
|
6244
|
-
}, _hoisted_1$
|
|
6249
|
+
render: render$157
|
|
6250
|
+
}, _hoisted_1$176 = {
|
|
6245
6251
|
viewBox: "0 0 24 24",
|
|
6246
6252
|
width: "1.2em",
|
|
6247
6253
|
height: "1.2em"
|
|
6248
6254
|
};
|
|
6249
|
-
function render$
|
|
6250
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6255
|
+
function render$156(e, t) {
|
|
6256
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("g", {
|
|
6251
6257
|
fill: "none",
|
|
6252
6258
|
stroke: "currentColor",
|
|
6253
6259
|
"stroke-linecap": "round",
|
|
@@ -6265,14 +6271,14 @@ function render$153(e, t) {
|
|
|
6265
6271
|
}
|
|
6266
6272
|
var circle_dot_default = {
|
|
6267
6273
|
name: "lucide-circle-dot",
|
|
6268
|
-
render: render$
|
|
6269
|
-
}, _hoisted_1$
|
|
6274
|
+
render: render$156
|
|
6275
|
+
}, _hoisted_1$175 = {
|
|
6270
6276
|
viewBox: "0 0 24 24",
|
|
6271
6277
|
width: "1.2em",
|
|
6272
6278
|
height: "1.2em"
|
|
6273
6279
|
};
|
|
6274
|
-
function render$
|
|
6275
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6280
|
+
function render$155(e, t) {
|
|
6281
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("g", {
|
|
6276
6282
|
fill: "none",
|
|
6277
6283
|
stroke: "currentColor",
|
|
6278
6284
|
"stroke-linecap": "round",
|
|
@@ -6286,14 +6292,14 @@ function render$152(e, t) {
|
|
|
6286
6292
|
}
|
|
6287
6293
|
var circle_help_default = {
|
|
6288
6294
|
name: "lucide-circle-help",
|
|
6289
|
-
render: render$
|
|
6290
|
-
}, _hoisted_1$
|
|
6295
|
+
render: render$155
|
|
6296
|
+
}, _hoisted_1$174 = {
|
|
6291
6297
|
viewBox: "0 0 24 24",
|
|
6292
6298
|
width: "1.2em",
|
|
6293
6299
|
height: "1.2em"
|
|
6294
6300
|
};
|
|
6295
|
-
function render$
|
|
6296
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6301
|
+
function render$154(e, t) {
|
|
6302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
|
|
6297
6303
|
fill: "none",
|
|
6298
6304
|
stroke: "currentColor",
|
|
6299
6305
|
"stroke-linecap": "round",
|
|
@@ -6307,14 +6313,14 @@ function render$151(e, t) {
|
|
|
6307
6313
|
}
|
|
6308
6314
|
var circle_minus_default = {
|
|
6309
6315
|
name: "lucide-circle-minus",
|
|
6310
|
-
render: render$
|
|
6311
|
-
}, _hoisted_1$
|
|
6316
|
+
render: render$154
|
|
6317
|
+
}, _hoisted_1$173 = {
|
|
6312
6318
|
viewBox: "0 0 24 24",
|
|
6313
6319
|
width: "1.2em",
|
|
6314
6320
|
height: "1.2em"
|
|
6315
6321
|
};
|
|
6316
|
-
function render$
|
|
6317
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6322
|
+
function render$153(e, t) {
|
|
6323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
|
|
6318
6324
|
fill: "none",
|
|
6319
6325
|
stroke: "currentColor",
|
|
6320
6326
|
"stroke-linecap": "round",
|
|
@@ -6328,14 +6334,14 @@ function render$150(e, t) {
|
|
|
6328
6334
|
}
|
|
6329
6335
|
var circle_pause_default = {
|
|
6330
6336
|
name: "lucide-circle-pause",
|
|
6331
|
-
render: render$
|
|
6332
|
-
}, _hoisted_1$
|
|
6337
|
+
render: render$153
|
|
6338
|
+
}, _hoisted_1$172 = {
|
|
6333
6339
|
viewBox: "0 0 24 24",
|
|
6334
6340
|
width: "1.2em",
|
|
6335
6341
|
height: "1.2em"
|
|
6336
6342
|
};
|
|
6337
|
-
function render$
|
|
6338
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6343
|
+
function render$152(e, t) {
|
|
6344
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
|
|
6339
6345
|
fill: "none",
|
|
6340
6346
|
stroke: "currentColor",
|
|
6341
6347
|
"stroke-linecap": "round",
|
|
@@ -6349,14 +6355,14 @@ function render$149(e, t) {
|
|
|
6349
6355
|
}
|
|
6350
6356
|
var circle_play_default = {
|
|
6351
6357
|
name: "lucide-circle-play",
|
|
6352
|
-
render: render$
|
|
6353
|
-
}, _hoisted_1$
|
|
6358
|
+
render: render$152
|
|
6359
|
+
}, _hoisted_1$171 = {
|
|
6354
6360
|
viewBox: "0 0 24 24",
|
|
6355
6361
|
width: "1.2em",
|
|
6356
6362
|
height: "1.2em"
|
|
6357
6363
|
};
|
|
6358
|
-
function render$
|
|
6359
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6364
|
+
function render$151(e, t) {
|
|
6365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
|
|
6360
6366
|
fill: "none",
|
|
6361
6367
|
stroke: "currentColor",
|
|
6362
6368
|
"stroke-linecap": "round",
|
|
@@ -6370,14 +6376,14 @@ function render$148(e, t) {
|
|
|
6370
6376
|
}
|
|
6371
6377
|
var circle_plus_default = {
|
|
6372
6378
|
name: "lucide-circle-plus",
|
|
6373
|
-
render: render$
|
|
6374
|
-
}, _hoisted_1$
|
|
6379
|
+
render: render$151
|
|
6380
|
+
}, _hoisted_1$170 = {
|
|
6375
6381
|
viewBox: "0 0 24 24",
|
|
6376
6382
|
width: "1.2em",
|
|
6377
6383
|
height: "1.2em"
|
|
6378
6384
|
};
|
|
6379
|
-
function render$
|
|
6380
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6385
|
+
function render$150(e, t) {
|
|
6386
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
|
|
6381
6387
|
fill: "none",
|
|
6382
6388
|
stroke: "currentColor",
|
|
6383
6389
|
"stroke-linecap": "round",
|
|
@@ -6399,14 +6405,14 @@ function render$147(e, t) {
|
|
|
6399
6405
|
}
|
|
6400
6406
|
var circle_user_round_default = {
|
|
6401
6407
|
name: "lucide-circle-user-round",
|
|
6402
|
-
render: render$
|
|
6403
|
-
}, _hoisted_1$
|
|
6408
|
+
render: render$150
|
|
6409
|
+
}, _hoisted_1$169 = {
|
|
6404
6410
|
viewBox: "0 0 24 24",
|
|
6405
6411
|
width: "1.2em",
|
|
6406
6412
|
height: "1.2em"
|
|
6407
6413
|
};
|
|
6408
|
-
function render$
|
|
6409
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6414
|
+
function render$149(e, t) {
|
|
6415
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
|
|
6410
6416
|
fill: "none",
|
|
6411
6417
|
stroke: "currentColor",
|
|
6412
6418
|
"stroke-linecap": "round",
|
|
@@ -6420,14 +6426,14 @@ function render$146(e, t) {
|
|
|
6420
6426
|
}
|
|
6421
6427
|
var circle_x_default = {
|
|
6422
6428
|
name: "lucide-circle-x",
|
|
6423
|
-
render: render$
|
|
6424
|
-
}, _hoisted_1$
|
|
6429
|
+
render: render$149
|
|
6430
|
+
}, _hoisted_1$168 = {
|
|
6425
6431
|
viewBox: "0 0 24 24",
|
|
6426
6432
|
width: "1.2em",
|
|
6427
6433
|
height: "1.2em"
|
|
6428
6434
|
};
|
|
6429
|
-
function render$
|
|
6430
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6435
|
+
function render$148(e, t) {
|
|
6436
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
|
|
6431
6437
|
fill: "none",
|
|
6432
6438
|
stroke: "currentColor",
|
|
6433
6439
|
"stroke-linecap": "round",
|
|
@@ -6444,14 +6450,14 @@ function render$145(e, t) {
|
|
|
6444
6450
|
}
|
|
6445
6451
|
var clipboard_default = {
|
|
6446
6452
|
name: "lucide-clipboard",
|
|
6447
|
-
render: render$
|
|
6448
|
-
}, _hoisted_1$
|
|
6453
|
+
render: render$148
|
|
6454
|
+
}, _hoisted_1$167 = {
|
|
6449
6455
|
viewBox: "0 0 24 24",
|
|
6450
6456
|
width: "1.2em",
|
|
6451
6457
|
height: "1.2em"
|
|
6452
6458
|
};
|
|
6453
|
-
function render$
|
|
6454
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6459
|
+
function render$147(e, t) {
|
|
6460
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("g", {
|
|
6455
6461
|
fill: "none",
|
|
6456
6462
|
stroke: "currentColor",
|
|
6457
6463
|
"stroke-linecap": "round",
|
|
@@ -6472,14 +6478,14 @@ function render$144(e, t) {
|
|
|
6472
6478
|
}
|
|
6473
6479
|
var clipboard_check_default = {
|
|
6474
6480
|
name: "lucide-clipboard-check",
|
|
6475
|
-
render: render$
|
|
6476
|
-
}, _hoisted_1$
|
|
6481
|
+
render: render$147
|
|
6482
|
+
}, _hoisted_1$166 = {
|
|
6477
6483
|
viewBox: "0 0 24 24",
|
|
6478
6484
|
width: "1.2em",
|
|
6479
6485
|
height: "1.2em"
|
|
6480
6486
|
};
|
|
6481
|
-
function render$
|
|
6482
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6487
|
+
function render$146(e, t) {
|
|
6488
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
|
|
6483
6489
|
fill: "none",
|
|
6484
6490
|
stroke: "currentColor",
|
|
6485
6491
|
"stroke-linecap": "round",
|
|
@@ -6496,14 +6502,14 @@ function render$143(e, t) {
|
|
|
6496
6502
|
}
|
|
6497
6503
|
var clipboard_list_default = {
|
|
6498
6504
|
name: "lucide-clipboard-list",
|
|
6499
|
-
render: render$
|
|
6500
|
-
}, _hoisted_1$
|
|
6505
|
+
render: render$146
|
|
6506
|
+
}, _hoisted_1$165 = {
|
|
6501
6507
|
viewBox: "0 0 24 24",
|
|
6502
6508
|
width: "1.2em",
|
|
6503
6509
|
height: "1.2em"
|
|
6504
6510
|
};
|
|
6505
|
-
function render$
|
|
6506
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6511
|
+
function render$145(e, t) {
|
|
6512
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("g", {
|
|
6507
6513
|
fill: "none",
|
|
6508
6514
|
stroke: "currentColor",
|
|
6509
6515
|
"stroke-linecap": "round",
|
|
@@ -6517,14 +6523,14 @@ function render$142(e, t) {
|
|
|
6517
6523
|
}
|
|
6518
6524
|
var clock_default = {
|
|
6519
6525
|
name: "lucide-clock",
|
|
6520
|
-
render: render$
|
|
6521
|
-
}, _hoisted_1$
|
|
6526
|
+
render: render$145
|
|
6527
|
+
}, _hoisted_1$164 = {
|
|
6522
6528
|
viewBox: "0 0 24 24",
|
|
6523
6529
|
width: "1.2em",
|
|
6524
6530
|
height: "1.2em"
|
|
6525
6531
|
};
|
|
6526
|
-
function render$
|
|
6527
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6532
|
+
function render$144(e, t) {
|
|
6533
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("path", {
|
|
6528
6534
|
fill: "none",
|
|
6529
6535
|
stroke: "currentColor",
|
|
6530
6536
|
"stroke-linecap": "round",
|
|
@@ -6535,14 +6541,14 @@ function render$141(e, t) {
|
|
|
6535
6541
|
}
|
|
6536
6542
|
var cloud_default = {
|
|
6537
6543
|
name: "lucide-cloud",
|
|
6538
|
-
render: render$
|
|
6539
|
-
}, _hoisted_1$
|
|
6544
|
+
render: render$144
|
|
6545
|
+
}, _hoisted_1$163 = {
|
|
6540
6546
|
viewBox: "0 0 24 24",
|
|
6541
6547
|
width: "1.2em",
|
|
6542
6548
|
height: "1.2em"
|
|
6543
6549
|
};
|
|
6544
|
-
function render$
|
|
6545
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6550
|
+
function render$143(e, t) {
|
|
6551
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
|
|
6546
6552
|
fill: "none",
|
|
6547
6553
|
stroke: "currentColor",
|
|
6548
6554
|
"stroke-linecap": "round",
|
|
@@ -6552,14 +6558,14 @@ function render$140(e, t) {
|
|
|
6552
6558
|
}
|
|
6553
6559
|
var cloud_download_default = {
|
|
6554
6560
|
name: "lucide-cloud-download",
|
|
6555
|
-
render: render$
|
|
6556
|
-
}, _hoisted_1$
|
|
6561
|
+
render: render$143
|
|
6562
|
+
}, _hoisted_1$162 = {
|
|
6557
6563
|
viewBox: "0 0 24 24",
|
|
6558
6564
|
width: "1.2em",
|
|
6559
6565
|
height: "1.2em"
|
|
6560
6566
|
};
|
|
6561
|
-
function render$
|
|
6562
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6567
|
+
function render$142(e, t) {
|
|
6568
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("path", {
|
|
6563
6569
|
fill: "none",
|
|
6564
6570
|
stroke: "currentColor",
|
|
6565
6571
|
"stroke-linecap": "round",
|
|
@@ -6570,14 +6576,14 @@ function render$139(e, t) {
|
|
|
6570
6576
|
}
|
|
6571
6577
|
var code_default = {
|
|
6572
6578
|
name: "lucide-code",
|
|
6573
|
-
render: render$
|
|
6574
|
-
}, _hoisted_1$
|
|
6579
|
+
render: render$142
|
|
6580
|
+
}, _hoisted_1$161 = {
|
|
6575
6581
|
viewBox: "0 0 24 24",
|
|
6576
6582
|
width: "1.2em",
|
|
6577
6583
|
height: "1.2em"
|
|
6578
6584
|
};
|
|
6579
|
-
function render$
|
|
6580
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6585
|
+
function render$141(e, t) {
|
|
6586
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("g", {
|
|
6581
6587
|
fill: "none",
|
|
6582
6588
|
stroke: "currentColor",
|
|
6583
6589
|
"stroke-linecap": "round",
|
|
@@ -6587,14 +6593,14 @@ function render$138(e, t) {
|
|
|
6587
6593
|
}
|
|
6588
6594
|
var cog_default = {
|
|
6589
6595
|
name: "lucide-cog",
|
|
6590
|
-
render: render$
|
|
6591
|
-
}, _hoisted_1$
|
|
6596
|
+
render: render$141
|
|
6597
|
+
}, _hoisted_1$160 = {
|
|
6592
6598
|
viewBox: "0 0 24 24",
|
|
6593
6599
|
width: "1.2em",
|
|
6594
6600
|
height: "1.2em"
|
|
6595
6601
|
};
|
|
6596
|
-
function render$
|
|
6597
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6602
|
+
function render$140(e, t) {
|
|
6603
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("g", {
|
|
6598
6604
|
fill: "none",
|
|
6599
6605
|
stroke: "currentColor",
|
|
6600
6606
|
"stroke-linecap": "round",
|
|
@@ -6608,14 +6614,14 @@ function render$137(e, t) {
|
|
|
6608
6614
|
}
|
|
6609
6615
|
var columns_3_cog_default = {
|
|
6610
6616
|
name: "lucide-columns-3-cog",
|
|
6611
|
-
render: render$
|
|
6612
|
-
}, _hoisted_1$
|
|
6617
|
+
render: render$140
|
|
6618
|
+
}, _hoisted_1$159 = {
|
|
6613
6619
|
viewBox: "0 0 24 24",
|
|
6614
6620
|
width: "1.2em",
|
|
6615
6621
|
height: "1.2em"
|
|
6616
6622
|
};
|
|
6617
|
-
function render$
|
|
6618
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6623
|
+
function render$139(e, t) {
|
|
6624
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("g", {
|
|
6619
6625
|
fill: "none",
|
|
6620
6626
|
stroke: "currentColor",
|
|
6621
6627
|
"stroke-linecap": "round",
|
|
@@ -6629,14 +6635,14 @@ function render$136(e, t) {
|
|
|
6629
6635
|
}
|
|
6630
6636
|
var contrast_default = {
|
|
6631
6637
|
name: "lucide-contrast",
|
|
6632
|
-
render: render$
|
|
6633
|
-
}, _hoisted_1$
|
|
6638
|
+
render: render$139
|
|
6639
|
+
}, _hoisted_1$158 = {
|
|
6634
6640
|
viewBox: "0 0 24 24",
|
|
6635
6641
|
width: "1.2em",
|
|
6636
6642
|
height: "1.2em"
|
|
6637
6643
|
};
|
|
6638
|
-
function render$
|
|
6639
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6644
|
+
function render$138(e, t) {
|
|
6645
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("g", {
|
|
6640
6646
|
fill: "none",
|
|
6641
6647
|
stroke: "currentColor",
|
|
6642
6648
|
"stroke-linecap": "round",
|
|
@@ -6653,14 +6659,14 @@ function render$135(e, t) {
|
|
|
6653
6659
|
}
|
|
6654
6660
|
var copy_default = {
|
|
6655
6661
|
name: "lucide-copy",
|
|
6656
|
-
render: render$
|
|
6657
|
-
}, _hoisted_1$
|
|
6662
|
+
render: render$138
|
|
6663
|
+
}, _hoisted_1$157 = {
|
|
6658
6664
|
viewBox: "0 0 24 24",
|
|
6659
6665
|
width: "1.2em",
|
|
6660
6666
|
height: "1.2em"
|
|
6661
6667
|
};
|
|
6662
|
-
function render$
|
|
6663
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6668
|
+
function render$137(e, t) {
|
|
6669
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("g", {
|
|
6664
6670
|
fill: "none",
|
|
6665
6671
|
stroke: "currentColor",
|
|
6666
6672
|
"stroke-linecap": "round",
|
|
@@ -6674,14 +6680,14 @@ function render$134(e, t) {
|
|
|
6674
6680
|
}
|
|
6675
6681
|
var crosshair_default = {
|
|
6676
6682
|
name: "lucide-crosshair",
|
|
6677
|
-
render: render$
|
|
6678
|
-
}, _hoisted_1$
|
|
6683
|
+
render: render$137
|
|
6684
|
+
}, _hoisted_1$156 = {
|
|
6679
6685
|
viewBox: "0 0 24 24",
|
|
6680
6686
|
width: "1.2em",
|
|
6681
6687
|
height: "1.2em"
|
|
6682
6688
|
};
|
|
6683
|
-
function render$
|
|
6684
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6689
|
+
function render$136(e, t) {
|
|
6690
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
|
|
6685
6691
|
fill: "none",
|
|
6686
6692
|
stroke: "currentColor",
|
|
6687
6693
|
"stroke-linecap": "round",
|
|
@@ -6700,14 +6706,14 @@ function render$133(e, t) {
|
|
|
6700
6706
|
}
|
|
6701
6707
|
var database_default = {
|
|
6702
6708
|
name: "lucide-database",
|
|
6703
|
-
render: render$
|
|
6704
|
-
}, _hoisted_1$
|
|
6709
|
+
render: render$136
|
|
6710
|
+
}, _hoisted_1$155 = {
|
|
6705
6711
|
viewBox: "0 0 24 24",
|
|
6706
6712
|
width: "1.2em",
|
|
6707
6713
|
height: "1.2em"
|
|
6708
6714
|
};
|
|
6709
|
-
function render$
|
|
6710
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6715
|
+
function render$135(e, t) {
|
|
6716
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("path", {
|
|
6711
6717
|
fill: "none",
|
|
6712
6718
|
stroke: "currentColor",
|
|
6713
6719
|
"stroke-linecap": "round",
|
|
@@ -6718,14 +6724,14 @@ function render$132(e, t) {
|
|
|
6718
6724
|
}
|
|
6719
6725
|
var door_open_default = {
|
|
6720
6726
|
name: "lucide-door-open",
|
|
6721
|
-
render: render$
|
|
6722
|
-
}, _hoisted_1$
|
|
6727
|
+
render: render$135
|
|
6728
|
+
}, _hoisted_1$154 = {
|
|
6723
6729
|
viewBox: "0 0 24 24",
|
|
6724
6730
|
width: "1.2em",
|
|
6725
6731
|
height: "1.2em"
|
|
6726
6732
|
};
|
|
6727
|
-
function render$
|
|
6728
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6733
|
+
function render$134(e, t) {
|
|
6734
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("circle", {
|
|
6729
6735
|
cx: "12.1",
|
|
6730
6736
|
cy: "12.1",
|
|
6731
6737
|
r: "1",
|
|
@@ -6738,14 +6744,14 @@ function render$131(e, t) {
|
|
|
6738
6744
|
}
|
|
6739
6745
|
var dot_default = {
|
|
6740
6746
|
name: "lucide-dot",
|
|
6741
|
-
render: render$
|
|
6742
|
-
}, _hoisted_1$
|
|
6747
|
+
render: render$134
|
|
6748
|
+
}, _hoisted_1$153 = {
|
|
6743
6749
|
viewBox: "0 0 24 24",
|
|
6744
6750
|
width: "1.2em",
|
|
6745
6751
|
height: "1.2em"
|
|
6746
6752
|
};
|
|
6747
|
-
function render$
|
|
6748
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6753
|
+
function render$133(e, t) {
|
|
6754
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("g", {
|
|
6749
6755
|
fill: "none",
|
|
6750
6756
|
stroke: "currentColor",
|
|
6751
6757
|
"stroke-linecap": "round",
|
|
@@ -6759,14 +6765,14 @@ function render$130(e, t) {
|
|
|
6759
6765
|
}
|
|
6760
6766
|
var earth_default = {
|
|
6761
6767
|
name: "lucide-earth",
|
|
6762
|
-
render: render$
|
|
6763
|
-
}, _hoisted_1$
|
|
6768
|
+
render: render$133
|
|
6769
|
+
}, _hoisted_1$152 = {
|
|
6764
6770
|
viewBox: "0 0 24 24",
|
|
6765
6771
|
width: "1.2em",
|
|
6766
6772
|
height: "1.2em"
|
|
6767
6773
|
};
|
|
6768
|
-
function render$
|
|
6769
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6774
|
+
function render$132(e, t) {
|
|
6775
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("g", {
|
|
6770
6776
|
fill: "none",
|
|
6771
6777
|
stroke: "currentColor",
|
|
6772
6778
|
"stroke-linecap": "round",
|
|
@@ -6792,14 +6798,14 @@ function render$129(e, t) {
|
|
|
6792
6798
|
}
|
|
6793
6799
|
var ellipsis_default = {
|
|
6794
6800
|
name: "lucide-ellipsis",
|
|
6795
|
-
render: render$
|
|
6796
|
-
}, _hoisted_1$
|
|
6801
|
+
render: render$132
|
|
6802
|
+
}, _hoisted_1$151 = {
|
|
6797
6803
|
viewBox: "0 0 24 24",
|
|
6798
6804
|
width: "1.2em",
|
|
6799
6805
|
height: "1.2em"
|
|
6800
6806
|
};
|
|
6801
|
-
function render$
|
|
6802
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6807
|
+
function render$131(e, t) {
|
|
6808
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("g", {
|
|
6803
6809
|
fill: "none",
|
|
6804
6810
|
stroke: "currentColor",
|
|
6805
6811
|
"stroke-linecap": "round",
|
|
@@ -6825,14 +6831,14 @@ function render$128(e, t) {
|
|
|
6825
6831
|
}
|
|
6826
6832
|
var ellipsis_vertical_default = {
|
|
6827
6833
|
name: "lucide-ellipsis-vertical",
|
|
6828
|
-
render: render$
|
|
6829
|
-
}, _hoisted_1$
|
|
6834
|
+
render: render$131
|
|
6835
|
+
}, _hoisted_1$150 = {
|
|
6830
6836
|
viewBox: "0 0 24 24",
|
|
6831
6837
|
width: "1.2em",
|
|
6832
6838
|
height: "1.2em"
|
|
6833
6839
|
};
|
|
6834
|
-
function render$
|
|
6835
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6840
|
+
function render$130(e, t) {
|
|
6841
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("path", {
|
|
6836
6842
|
fill: "none",
|
|
6837
6843
|
stroke: "currentColor",
|
|
6838
6844
|
"stroke-linecap": "round",
|
|
@@ -6843,14 +6849,14 @@ function render$127(e, t) {
|
|
|
6843
6849
|
}
|
|
6844
6850
|
var equal_default = {
|
|
6845
6851
|
name: "lucide-equal",
|
|
6846
|
-
render: render$
|
|
6847
|
-
}, _hoisted_1$
|
|
6852
|
+
render: render$130
|
|
6853
|
+
}, _hoisted_1$149 = {
|
|
6848
6854
|
viewBox: "0 0 24 24",
|
|
6849
6855
|
width: "1.2em",
|
|
6850
6856
|
height: "1.2em"
|
|
6851
6857
|
};
|
|
6852
|
-
function render$
|
|
6853
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6858
|
+
function render$129(e, t) {
|
|
6859
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("path", {
|
|
6854
6860
|
fill: "none",
|
|
6855
6861
|
stroke: "currentColor",
|
|
6856
6862
|
"stroke-linecap": "round",
|
|
@@ -6861,14 +6867,14 @@ function render$126(e, t) {
|
|
|
6861
6867
|
}
|
|
6862
6868
|
var expand_default = {
|
|
6863
6869
|
name: "lucide-expand",
|
|
6864
|
-
render: render$
|
|
6865
|
-
}, _hoisted_1$
|
|
6870
|
+
render: render$129
|
|
6871
|
+
}, _hoisted_1$148 = {
|
|
6866
6872
|
viewBox: "0 0 24 24",
|
|
6867
6873
|
width: "1.2em",
|
|
6868
6874
|
height: "1.2em"
|
|
6869
6875
|
};
|
|
6870
|
-
function render$
|
|
6871
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6876
|
+
function render$128(e, t) {
|
|
6877
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("path", {
|
|
6872
6878
|
fill: "none",
|
|
6873
6879
|
stroke: "currentColor",
|
|
6874
6880
|
"stroke-linecap": "round",
|
|
@@ -6879,14 +6885,14 @@ function render$125(e, t) {
|
|
|
6879
6885
|
}
|
|
6880
6886
|
var external_link_default = {
|
|
6881
6887
|
name: "lucide-external-link",
|
|
6882
|
-
render: render$
|
|
6883
|
-
}, _hoisted_1$
|
|
6888
|
+
render: render$128
|
|
6889
|
+
}, _hoisted_1$147 = {
|
|
6884
6890
|
viewBox: "0 0 24 24",
|
|
6885
6891
|
width: "1.2em",
|
|
6886
6892
|
height: "1.2em"
|
|
6887
6893
|
};
|
|
6888
|
-
function render$
|
|
6889
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6894
|
+
function render$127(e, t) {
|
|
6895
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("g", {
|
|
6890
6896
|
fill: "none",
|
|
6891
6897
|
stroke: "currentColor",
|
|
6892
6898
|
"stroke-linecap": "round",
|
|
@@ -6900,14 +6906,14 @@ function render$124(e, t) {
|
|
|
6900
6906
|
}
|
|
6901
6907
|
var eye_default = {
|
|
6902
6908
|
name: "lucide-eye",
|
|
6903
|
-
render: render$
|
|
6904
|
-
}, _hoisted_1$
|
|
6909
|
+
render: render$127
|
|
6910
|
+
}, _hoisted_1$146 = {
|
|
6905
6911
|
viewBox: "0 0 24 24",
|
|
6906
6912
|
width: "1.2em",
|
|
6907
6913
|
height: "1.2em"
|
|
6908
6914
|
};
|
|
6909
|
-
function render$
|
|
6910
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6915
|
+
function render$126(e, t) {
|
|
6916
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("g", {
|
|
6911
6917
|
fill: "none",
|
|
6912
6918
|
stroke: "currentColor",
|
|
6913
6919
|
"stroke-linecap": "round",
|
|
@@ -6917,14 +6923,14 @@ function render$123(e, t) {
|
|
|
6917
6923
|
}
|
|
6918
6924
|
var eye_off_default = {
|
|
6919
6925
|
name: "lucide-eye-off",
|
|
6920
|
-
render: render$
|
|
6921
|
-
}, _hoisted_1$
|
|
6926
|
+
render: render$126
|
|
6927
|
+
}, _hoisted_1$145 = {
|
|
6922
6928
|
viewBox: "0 0 24 24",
|
|
6923
6929
|
width: "1.2em",
|
|
6924
6930
|
height: "1.2em"
|
|
6925
6931
|
};
|
|
6926
|
-
function render$
|
|
6927
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6932
|
+
function render$125(e, t) {
|
|
6933
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("g", {
|
|
6928
6934
|
fill: "none",
|
|
6929
6935
|
stroke: "currentColor",
|
|
6930
6936
|
"stroke-linecap": "round",
|
|
@@ -6934,14 +6940,14 @@ function render$122(e, t) {
|
|
|
6934
6940
|
}
|
|
6935
6941
|
var file_default = {
|
|
6936
6942
|
name: "lucide-file",
|
|
6937
|
-
render: render$
|
|
6938
|
-
}, _hoisted_1$
|
|
6943
|
+
render: render$125
|
|
6944
|
+
}, _hoisted_1$144 = {
|
|
6939
6945
|
viewBox: "0 0 24 24",
|
|
6940
6946
|
width: "1.2em",
|
|
6941
6947
|
height: "1.2em"
|
|
6942
6948
|
};
|
|
6943
|
-
function render$
|
|
6944
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6949
|
+
function render$124(e, t) {
|
|
6950
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("g", {
|
|
6945
6951
|
fill: "none",
|
|
6946
6952
|
stroke: "currentColor",
|
|
6947
6953
|
"stroke-linecap": "round",
|
|
@@ -6959,14 +6965,14 @@ function render$121(e, t) {
|
|
|
6959
6965
|
}
|
|
6960
6966
|
var file_archive_default = {
|
|
6961
6967
|
name: "lucide-file-archive",
|
|
6962
|
-
render: render$
|
|
6963
|
-
}, _hoisted_1$
|
|
6968
|
+
render: render$124
|
|
6969
|
+
}, _hoisted_1$143 = {
|
|
6964
6970
|
viewBox: "0 0 24 24",
|
|
6965
6971
|
width: "1.2em",
|
|
6966
6972
|
height: "1.2em"
|
|
6967
6973
|
};
|
|
6968
|
-
function render$
|
|
6969
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6974
|
+
function render$123(e, t) {
|
|
6975
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
|
|
6970
6976
|
fill: "none",
|
|
6971
6977
|
stroke: "currentColor",
|
|
6972
6978
|
"stroke-linecap": "round",
|
|
@@ -6976,14 +6982,14 @@ function render$120(e, t) {
|
|
|
6976
6982
|
}
|
|
6977
6983
|
var file_code_default = {
|
|
6978
6984
|
name: "lucide-file-code",
|
|
6979
|
-
render: render$
|
|
6980
|
-
}, _hoisted_1$
|
|
6985
|
+
render: render$123
|
|
6986
|
+
}, _hoisted_1$142 = {
|
|
6981
6987
|
viewBox: "0 0 24 24",
|
|
6982
6988
|
width: "1.2em",
|
|
6983
6989
|
height: "1.2em"
|
|
6984
6990
|
};
|
|
6985
|
-
function render$
|
|
6986
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
6991
|
+
function render$122(e, t) {
|
|
6992
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("path", {
|
|
6987
6993
|
fill: "none",
|
|
6988
6994
|
stroke: "currentColor",
|
|
6989
6995
|
"stroke-linecap": "round",
|
|
@@ -6994,14 +7000,14 @@ function render$119(e, t) {
|
|
|
6994
7000
|
}
|
|
6995
7001
|
var file_diff_default = {
|
|
6996
7002
|
name: "lucide-file-diff",
|
|
6997
|
-
render: render$
|
|
6998
|
-
}, _hoisted_1$
|
|
7003
|
+
render: render$122
|
|
7004
|
+
}, _hoisted_1$141 = {
|
|
6999
7005
|
viewBox: "0 0 24 24",
|
|
7000
7006
|
width: "1.2em",
|
|
7001
7007
|
height: "1.2em"
|
|
7002
7008
|
};
|
|
7003
|
-
function render$
|
|
7004
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7009
|
+
function render$121(e, t) {
|
|
7010
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
|
|
7005
7011
|
fill: "none",
|
|
7006
7012
|
stroke: "currentColor",
|
|
7007
7013
|
"stroke-linecap": "round",
|
|
@@ -7011,14 +7017,14 @@ function render$118(e, t) {
|
|
|
7011
7017
|
}
|
|
7012
7018
|
var file_down_default = {
|
|
7013
7019
|
name: "lucide-file-down",
|
|
7014
|
-
render: render$
|
|
7015
|
-
}, _hoisted_1$
|
|
7020
|
+
render: render$121
|
|
7021
|
+
}, _hoisted_1$140 = {
|
|
7016
7022
|
viewBox: "0 0 24 24",
|
|
7017
7023
|
width: "1.2em",
|
|
7018
7024
|
height: "1.2em"
|
|
7019
7025
|
};
|
|
7020
|
-
function render$
|
|
7021
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7026
|
+
function render$120(e, t) {
|
|
7027
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
|
|
7022
7028
|
fill: "none",
|
|
7023
7029
|
stroke: "currentColor",
|
|
7024
7030
|
"stroke-linecap": "round",
|
|
@@ -7028,14 +7034,14 @@ function render$117(e, t) {
|
|
|
7028
7034
|
}
|
|
7029
7035
|
var file_input_default = {
|
|
7030
7036
|
name: "lucide-file-input",
|
|
7031
|
-
render: render$
|
|
7032
|
-
}, _hoisted_1$
|
|
7037
|
+
render: render$120
|
|
7038
|
+
}, _hoisted_1$139 = {
|
|
7033
7039
|
viewBox: "0 0 24 24",
|
|
7034
7040
|
width: "1.2em",
|
|
7035
7041
|
height: "1.2em"
|
|
7036
7042
|
};
|
|
7037
|
-
function render$
|
|
7038
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7043
|
+
function render$119(e, t) {
|
|
7044
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("g", {
|
|
7039
7045
|
fill: "none",
|
|
7040
7046
|
stroke: "currentColor",
|
|
7041
7047
|
"stroke-linecap": "round",
|
|
@@ -7049,14 +7055,14 @@ function render$116(e, t) {
|
|
|
7049
7055
|
}
|
|
7050
7056
|
var file_output_default = {
|
|
7051
7057
|
name: "lucide-file-output",
|
|
7052
|
-
render: render$
|
|
7053
|
-
}, _hoisted_1$
|
|
7058
|
+
render: render$119
|
|
7059
|
+
}, _hoisted_1$138 = {
|
|
7054
7060
|
viewBox: "0 0 24 24",
|
|
7055
7061
|
width: "1.2em",
|
|
7056
7062
|
height: "1.2em"
|
|
7057
7063
|
};
|
|
7058
|
-
function render$
|
|
7059
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7064
|
+
function render$118(e, t) {
|
|
7065
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("g", {
|
|
7060
7066
|
fill: "none",
|
|
7061
7067
|
stroke: "currentColor",
|
|
7062
7068
|
"stroke-linecap": "round",
|
|
@@ -7066,14 +7072,14 @@ function render$115(e, t) {
|
|
|
7066
7072
|
}
|
|
7067
7073
|
var file_text_default = {
|
|
7068
7074
|
name: "lucide-file-text",
|
|
7069
|
-
render: render$
|
|
7070
|
-
}, _hoisted_1$
|
|
7075
|
+
render: render$118
|
|
7076
|
+
}, _hoisted_1$137 = {
|
|
7071
7077
|
viewBox: "0 0 24 24",
|
|
7072
7078
|
width: "1.2em",
|
|
7073
7079
|
height: "1.2em"
|
|
7074
7080
|
};
|
|
7075
|
-
function render$
|
|
7076
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7081
|
+
function render$117(e, t) {
|
|
7082
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("g", {
|
|
7077
7083
|
fill: "none",
|
|
7078
7084
|
stroke: "currentColor",
|
|
7079
7085
|
"stroke-linecap": "round",
|
|
@@ -7087,14 +7093,14 @@ function render$114(e, t) {
|
|
|
7087
7093
|
}
|
|
7088
7094
|
var files_default = {
|
|
7089
7095
|
name: "lucide-files",
|
|
7090
|
-
render: render$
|
|
7091
|
-
}, _hoisted_1$
|
|
7096
|
+
render: render$117
|
|
7097
|
+
}, _hoisted_1$136 = {
|
|
7092
7098
|
viewBox: "0 0 24 24",
|
|
7093
7099
|
width: "1.2em",
|
|
7094
7100
|
height: "1.2em"
|
|
7095
7101
|
};
|
|
7096
|
-
function render$
|
|
7097
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7102
|
+
function render$116(e, t) {
|
|
7103
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("g", {
|
|
7098
7104
|
fill: "none",
|
|
7099
7105
|
stroke: "currentColor",
|
|
7100
7106
|
"stroke-linecap": "round",
|
|
@@ -7104,14 +7110,14 @@ function render$113(e, t) {
|
|
|
7104
7110
|
}
|
|
7105
7111
|
var fingerprint_default = {
|
|
7106
7112
|
name: "lucide-fingerprint",
|
|
7107
|
-
render: render$
|
|
7108
|
-
}, _hoisted_1$
|
|
7113
|
+
render: render$116
|
|
7114
|
+
}, _hoisted_1$135 = {
|
|
7109
7115
|
viewBox: "0 0 24 24",
|
|
7110
7116
|
width: "1.2em",
|
|
7111
7117
|
height: "1.2em"
|
|
7112
7118
|
};
|
|
7113
|
-
function render$
|
|
7114
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7119
|
+
function render$115(e, t) {
|
|
7120
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("path", {
|
|
7115
7121
|
fill: "none",
|
|
7116
7122
|
stroke: "currentColor",
|
|
7117
7123
|
"stroke-linecap": "round",
|
|
@@ -7122,14 +7128,14 @@ function render$112(e, t) {
|
|
|
7122
7128
|
}
|
|
7123
7129
|
var flask_conical_default = {
|
|
7124
7130
|
name: "lucide-flask-conical",
|
|
7125
|
-
render: render$
|
|
7126
|
-
}, _hoisted_1$
|
|
7131
|
+
render: render$115
|
|
7132
|
+
}, _hoisted_1$134 = {
|
|
7127
7133
|
viewBox: "0 0 24 24",
|
|
7128
7134
|
width: "1.2em",
|
|
7129
7135
|
height: "1.2em"
|
|
7130
7136
|
};
|
|
7131
|
-
function render$
|
|
7132
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7137
|
+
function render$114(e, t) {
|
|
7138
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("path", {
|
|
7133
7139
|
fill: "none",
|
|
7134
7140
|
stroke: "currentColor",
|
|
7135
7141
|
"stroke-linecap": "round",
|
|
@@ -7140,14 +7146,14 @@ function render$111(e, t) {
|
|
|
7140
7146
|
}
|
|
7141
7147
|
var folder_default = {
|
|
7142
7148
|
name: "lucide-folder",
|
|
7143
|
-
render: render$
|
|
7144
|
-
}, _hoisted_1$
|
|
7149
|
+
render: render$114
|
|
7150
|
+
}, _hoisted_1$133 = {
|
|
7145
7151
|
viewBox: "0 0 24 24",
|
|
7146
7152
|
width: "1.2em",
|
|
7147
7153
|
height: "1.2em"
|
|
7148
7154
|
};
|
|
7149
|
-
function render$
|
|
7150
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7155
|
+
function render$113(e, t) {
|
|
7156
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("path", {
|
|
7151
7157
|
fill: "none",
|
|
7152
7158
|
stroke: "currentColor",
|
|
7153
7159
|
"stroke-linecap": "round",
|
|
@@ -7158,14 +7164,14 @@ function render$110(e, t) {
|
|
|
7158
7164
|
}
|
|
7159
7165
|
var folder_open_default = {
|
|
7160
7166
|
name: "lucide-folder-open",
|
|
7161
|
-
render: render$
|
|
7162
|
-
}, _hoisted_1$
|
|
7167
|
+
render: render$113
|
|
7168
|
+
}, _hoisted_1$132 = {
|
|
7163
7169
|
viewBox: "0 0 24 24",
|
|
7164
7170
|
width: "1.2em",
|
|
7165
7171
|
height: "1.2em"
|
|
7166
7172
|
};
|
|
7167
|
-
function render$
|
|
7168
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7173
|
+
function render$112(e, t) {
|
|
7174
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("path", {
|
|
7169
7175
|
fill: "none",
|
|
7170
7176
|
stroke: "currentColor",
|
|
7171
7177
|
"stroke-linecap": "round",
|
|
@@ -7176,14 +7182,14 @@ function render$109(e, t) {
|
|
|
7176
7182
|
}
|
|
7177
7183
|
var folder_plus_default = {
|
|
7178
7184
|
name: "lucide-folder-plus",
|
|
7179
|
-
render: render$
|
|
7180
|
-
}, _hoisted_1$
|
|
7185
|
+
render: render$112
|
|
7186
|
+
}, _hoisted_1$131 = {
|
|
7181
7187
|
viewBox: "0 0 24 24",
|
|
7182
7188
|
width: "1.2em",
|
|
7183
7189
|
height: "1.2em"
|
|
7184
7190
|
};
|
|
7185
|
-
function render$
|
|
7186
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7191
|
+
function render$111(e, t) {
|
|
7192
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createBaseVNode("path", {
|
|
7187
7193
|
fill: "none",
|
|
7188
7194
|
stroke: "currentColor",
|
|
7189
7195
|
"stroke-linecap": "round",
|
|
@@ -7194,14 +7200,14 @@ function render$108(e, t) {
|
|
|
7194
7200
|
}
|
|
7195
7201
|
var funnel_default = {
|
|
7196
7202
|
name: "lucide-funnel",
|
|
7197
|
-
render: render$
|
|
7198
|
-
}, _hoisted_1$
|
|
7203
|
+
render: render$111
|
|
7204
|
+
}, _hoisted_1$130 = {
|
|
7199
7205
|
viewBox: "0 0 24 24",
|
|
7200
7206
|
width: "1.2em",
|
|
7201
7207
|
height: "1.2em"
|
|
7202
7208
|
};
|
|
7203
|
-
function render$
|
|
7204
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7209
|
+
function render$110(e, t) {
|
|
7210
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("g", {
|
|
7205
7211
|
fill: "none",
|
|
7206
7212
|
stroke: "currentColor",
|
|
7207
7213
|
"stroke-linecap": "round",
|
|
@@ -7211,14 +7217,14 @@ function render$107(e, t) {
|
|
|
7211
7217
|
}
|
|
7212
7218
|
var gem_default = {
|
|
7213
7219
|
name: "lucide-gem",
|
|
7214
|
-
render: render$
|
|
7215
|
-
}, _hoisted_1$
|
|
7220
|
+
render: render$110
|
|
7221
|
+
}, _hoisted_1$129 = {
|
|
7216
7222
|
viewBox: "0 0 24 24",
|
|
7217
7223
|
width: "1.2em",
|
|
7218
7224
|
height: "1.2em"
|
|
7219
7225
|
};
|
|
7220
|
-
function render$
|
|
7221
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7226
|
+
function render$109(e, t) {
|
|
7227
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("g", {
|
|
7222
7228
|
fill: "none",
|
|
7223
7229
|
stroke: "currentColor",
|
|
7224
7230
|
"stroke-linecap": "round",
|
|
@@ -7234,25 +7240,25 @@ function render$106(e, t) {
|
|
|
7234
7240
|
}
|
|
7235
7241
|
var gift_default = {
|
|
7236
7242
|
name: "lucide-gift",
|
|
7237
|
-
render: render$
|
|
7238
|
-
}, _hoisted_1$
|
|
7243
|
+
render: render$109
|
|
7244
|
+
}, _hoisted_1$128 = {
|
|
7239
7245
|
viewBox: "0 0 24 24",
|
|
7240
7246
|
width: "1.2em",
|
|
7241
7247
|
height: "1.2em"
|
|
7242
7248
|
};
|
|
7243
|
-
function render$
|
|
7244
|
-
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)]);
|
|
7245
7251
|
}
|
|
7246
7252
|
var git_branch_default = {
|
|
7247
7253
|
name: "lucide-git-branch",
|
|
7248
|
-
render: render$
|
|
7249
|
-
}, _hoisted_1$
|
|
7254
|
+
render: render$108
|
|
7255
|
+
}, _hoisted_1$127 = {
|
|
7250
7256
|
viewBox: "0 0 24 24",
|
|
7251
7257
|
width: "1.2em",
|
|
7252
7258
|
height: "1.2em"
|
|
7253
7259
|
};
|
|
7254
|
-
function render$
|
|
7255
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7260
|
+
function render$107(e, t) {
|
|
7261
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createBaseVNode("g", {
|
|
7256
7262
|
fill: "none",
|
|
7257
7263
|
stroke: "currentColor",
|
|
7258
7264
|
"stroke-linecap": "round",
|
|
@@ -7266,14 +7272,14 @@ function render$104(e, t) {
|
|
|
7266
7272
|
}
|
|
7267
7273
|
var globe_default = {
|
|
7268
7274
|
name: "lucide-globe",
|
|
7269
|
-
render: render$
|
|
7270
|
-
}, _hoisted_1$
|
|
7275
|
+
render: render$107
|
|
7276
|
+
}, _hoisted_1$126 = {
|
|
7271
7277
|
viewBox: "0 0 24 24",
|
|
7272
7278
|
width: "1.2em",
|
|
7273
7279
|
height: "1.2em"
|
|
7274
7280
|
};
|
|
7275
|
-
function render$
|
|
7276
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7281
|
+
function render$106(e, t) {
|
|
7282
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createBaseVNode("g", {
|
|
7277
7283
|
fill: "none",
|
|
7278
7284
|
stroke: "currentColor",
|
|
7279
7285
|
"stroke-linecap": "round",
|
|
@@ -7283,14 +7289,14 @@ function render$103(e, t) {
|
|
|
7283
7289
|
}
|
|
7284
7290
|
var graduation_cap_default = {
|
|
7285
7291
|
name: "lucide-graduation-cap",
|
|
7286
|
-
render: render$
|
|
7287
|
-
}, _hoisted_1$
|
|
7292
|
+
render: render$106
|
|
7293
|
+
}, _hoisted_1$125 = {
|
|
7288
7294
|
viewBox: "0 0 24 24",
|
|
7289
7295
|
width: "1.2em",
|
|
7290
7296
|
height: "1.2em"
|
|
7291
7297
|
};
|
|
7292
|
-
function render$
|
|
7293
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7298
|
+
function render$105(e, t) {
|
|
7299
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createBaseVNode("g", {
|
|
7294
7300
|
fill: "none",
|
|
7295
7301
|
stroke: "currentColor",
|
|
7296
7302
|
"stroke-linecap": "round",
|
|
@@ -7306,36 +7312,36 @@ function render$102(e, t) {
|
|
|
7306
7312
|
}
|
|
7307
7313
|
var grid_2x2_default = {
|
|
7308
7314
|
name: "lucide-grid-2x2",
|
|
7309
|
-
render: render$
|
|
7310
|
-
}, _hoisted_1$
|
|
7315
|
+
render: render$105
|
|
7316
|
+
}, _hoisted_1$124 = {
|
|
7311
7317
|
viewBox: "0 0 24 24",
|
|
7312
7318
|
width: "1.2em",
|
|
7313
7319
|
height: "1.2em"
|
|
7314
7320
|
};
|
|
7315
|
-
function render$
|
|
7316
|
-
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)]);
|
|
7317
7323
|
}
|
|
7318
7324
|
var grip_vertical_default = {
|
|
7319
7325
|
name: "lucide-grip-vertical",
|
|
7320
|
-
render: render$
|
|
7321
|
-
}, _hoisted_1$
|
|
7326
|
+
render: render$104
|
|
7327
|
+
}, _hoisted_1$123 = {
|
|
7322
7328
|
viewBox: "0 0 24 24",
|
|
7323
7329
|
width: "1.2em",
|
|
7324
7330
|
height: "1.2em"
|
|
7325
7331
|
};
|
|
7326
|
-
function render$
|
|
7327
|
-
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)]);
|
|
7328
7334
|
}
|
|
7329
7335
|
var hand_coins_default = {
|
|
7330
7336
|
name: "lucide-hand-coins",
|
|
7331
|
-
render: render$
|
|
7332
|
-
}, _hoisted_1$
|
|
7337
|
+
render: render$103
|
|
7338
|
+
}, _hoisted_1$122 = {
|
|
7333
7339
|
viewBox: "0 0 24 24",
|
|
7334
7340
|
width: "1.2em",
|
|
7335
7341
|
height: "1.2em"
|
|
7336
7342
|
};
|
|
7337
|
-
function render$
|
|
7338
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7343
|
+
function render$102(e, t) {
|
|
7344
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("g", {
|
|
7339
7345
|
fill: "none",
|
|
7340
7346
|
stroke: "currentColor",
|
|
7341
7347
|
"stroke-linecap": "round",
|
|
@@ -7349,14 +7355,14 @@ function render$99(e, t) {
|
|
|
7349
7355
|
}
|
|
7350
7356
|
var handshake_default = {
|
|
7351
7357
|
name: "lucide-handshake",
|
|
7352
|
-
render: render$
|
|
7353
|
-
}, _hoisted_1$
|
|
7358
|
+
render: render$102
|
|
7359
|
+
}, _hoisted_1$121 = {
|
|
7354
7360
|
viewBox: "0 0 24 24",
|
|
7355
7361
|
width: "1.2em",
|
|
7356
7362
|
height: "1.2em"
|
|
7357
7363
|
};
|
|
7358
|
-
function render$
|
|
7359
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7364
|
+
function render$101(e, t) {
|
|
7365
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createBaseVNode("path", {
|
|
7360
7366
|
fill: "none",
|
|
7361
7367
|
stroke: "currentColor",
|
|
7362
7368
|
"stroke-linecap": "round",
|
|
@@ -7367,14 +7373,14 @@ function render$98(e, t) {
|
|
|
7367
7373
|
}
|
|
7368
7374
|
var hard_drive_default = {
|
|
7369
7375
|
name: "lucide-hard-drive",
|
|
7370
|
-
render: render$
|
|
7371
|
-
}, _hoisted_1$
|
|
7376
|
+
render: render$101
|
|
7377
|
+
}, _hoisted_1$120 = {
|
|
7372
7378
|
viewBox: "0 0 24 24",
|
|
7373
7379
|
width: "1.2em",
|
|
7374
7380
|
height: "1.2em"
|
|
7375
7381
|
};
|
|
7376
|
-
function render$
|
|
7377
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7382
|
+
function render$100(e, t) {
|
|
7383
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createBaseVNode("g", {
|
|
7378
7384
|
fill: "none",
|
|
7379
7385
|
stroke: "currentColor",
|
|
7380
7386
|
"stroke-linecap": "round",
|
|
@@ -7394,14 +7400,14 @@ function render$97(e, t) {
|
|
|
7394
7400
|
}
|
|
7395
7401
|
var hard_drive_download_default = {
|
|
7396
7402
|
name: "lucide-hard-drive-download",
|
|
7397
|
-
render: render$
|
|
7398
|
-
}, _hoisted_1$
|
|
7403
|
+
render: render$100
|
|
7404
|
+
}, _hoisted_1$119 = {
|
|
7399
7405
|
viewBox: "0 0 24 24",
|
|
7400
7406
|
width: "1.2em",
|
|
7401
7407
|
height: "1.2em"
|
|
7402
7408
|
};
|
|
7403
|
-
function render$
|
|
7404
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7409
|
+
function render$99(e, t) {
|
|
7410
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createBaseVNode("path", {
|
|
7405
7411
|
fill: "none",
|
|
7406
7412
|
stroke: "currentColor",
|
|
7407
7413
|
"stroke-linecap": "round",
|
|
@@ -7412,14 +7418,14 @@ function render$96(e, t) {
|
|
|
7412
7418
|
}
|
|
7413
7419
|
var hash_default = {
|
|
7414
7420
|
name: "lucide-hash",
|
|
7415
|
-
render: render$
|
|
7416
|
-
}, _hoisted_1$
|
|
7421
|
+
render: render$99
|
|
7422
|
+
}, _hoisted_1$118 = {
|
|
7417
7423
|
viewBox: "0 0 24 24",
|
|
7418
7424
|
width: "1.2em",
|
|
7419
7425
|
height: "1.2em"
|
|
7420
7426
|
};
|
|
7421
|
-
function render$
|
|
7422
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7427
|
+
function render$98(e, t) {
|
|
7428
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("g", {
|
|
7423
7429
|
fill: "none",
|
|
7424
7430
|
stroke: "currentColor",
|
|
7425
7431
|
"stroke-linecap": "round",
|
|
@@ -7429,14 +7435,14 @@ function render$95(e, t) {
|
|
|
7429
7435
|
}
|
|
7430
7436
|
var history_default = {
|
|
7431
7437
|
name: "lucide-history",
|
|
7432
|
-
render: render$
|
|
7433
|
-
}, _hoisted_1$
|
|
7438
|
+
render: render$98
|
|
7439
|
+
}, _hoisted_1$117 = {
|
|
7434
7440
|
viewBox: "0 0 24 24",
|
|
7435
7441
|
width: "1.2em",
|
|
7436
7442
|
height: "1.2em"
|
|
7437
7443
|
};
|
|
7438
|
-
function render$
|
|
7439
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7444
|
+
function render$97(e, t) {
|
|
7445
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("path", {
|
|
7440
7446
|
fill: "none",
|
|
7441
7447
|
stroke: "currentColor",
|
|
7442
7448
|
"stroke-linecap": "round",
|
|
@@ -7447,14 +7453,14 @@ function render$94(e, t) {
|
|
|
7447
7453
|
}
|
|
7448
7454
|
var hourglass_default = {
|
|
7449
7455
|
name: "lucide-hourglass",
|
|
7450
|
-
render: render$
|
|
7451
|
-
}, _hoisted_1$
|
|
7456
|
+
render: render$97
|
|
7457
|
+
}, _hoisted_1$116 = {
|
|
7452
7458
|
viewBox: "0 0 24 24",
|
|
7453
7459
|
width: "1.2em",
|
|
7454
7460
|
height: "1.2em"
|
|
7455
7461
|
};
|
|
7456
|
-
function render$
|
|
7457
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7462
|
+
function render$96(e, t) {
|
|
7463
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("g", {
|
|
7458
7464
|
fill: "none",
|
|
7459
7465
|
stroke: "currentColor",
|
|
7460
7466
|
"stroke-linecap": "round",
|
|
@@ -7464,14 +7470,14 @@ function render$93(e, t) {
|
|
|
7464
7470
|
}
|
|
7465
7471
|
var house_default = {
|
|
7466
7472
|
name: "lucide-house",
|
|
7467
|
-
render: render$
|
|
7468
|
-
}, _hoisted_1$
|
|
7473
|
+
render: render$96
|
|
7474
|
+
}, _hoisted_1$115 = {
|
|
7469
7475
|
viewBox: "0 0 24 24",
|
|
7470
7476
|
width: "1.2em",
|
|
7471
7477
|
height: "1.2em"
|
|
7472
7478
|
};
|
|
7473
|
-
function render$
|
|
7474
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7479
|
+
function render$95(e, t) {
|
|
7480
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("g", {
|
|
7475
7481
|
fill: "none",
|
|
7476
7482
|
stroke: "currentColor",
|
|
7477
7483
|
"stroke-linecap": "round",
|
|
@@ -7496,14 +7502,14 @@ function render$92(e, t) {
|
|
|
7496
7502
|
}
|
|
7497
7503
|
var image_default = {
|
|
7498
7504
|
name: "lucide-image",
|
|
7499
|
-
render: render$
|
|
7500
|
-
}, _hoisted_1$
|
|
7505
|
+
render: render$95
|
|
7506
|
+
}, _hoisted_1$114 = {
|
|
7501
7507
|
viewBox: "0 0 24 24",
|
|
7502
7508
|
width: "1.2em",
|
|
7503
7509
|
height: "1.2em"
|
|
7504
7510
|
};
|
|
7505
|
-
function render$
|
|
7506
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7511
|
+
function render$94(e, t) {
|
|
7512
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("g", {
|
|
7507
7513
|
fill: "none",
|
|
7508
7514
|
stroke: "currentColor",
|
|
7509
7515
|
"stroke-linecap": "round",
|
|
@@ -7513,14 +7519,14 @@ function render$91(e, t) {
|
|
|
7513
7519
|
}
|
|
7514
7520
|
var inbox_default = {
|
|
7515
7521
|
name: "lucide-inbox",
|
|
7516
|
-
render: render$
|
|
7517
|
-
}, _hoisted_1$
|
|
7522
|
+
render: render$94
|
|
7523
|
+
}, _hoisted_1$113 = {
|
|
7518
7524
|
viewBox: "0 0 24 24",
|
|
7519
7525
|
width: "1.2em",
|
|
7520
7526
|
height: "1.2em"
|
|
7521
7527
|
};
|
|
7522
|
-
function render$
|
|
7523
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7528
|
+
function render$93(e, t) {
|
|
7529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("g", {
|
|
7524
7530
|
fill: "none",
|
|
7525
7531
|
stroke: "currentColor",
|
|
7526
7532
|
"stroke-linecap": "round",
|
|
@@ -7534,14 +7540,14 @@ function render$90(e, t) {
|
|
|
7534
7540
|
}
|
|
7535
7541
|
var info_default = {
|
|
7536
7542
|
name: "lucide-info",
|
|
7537
|
-
render: render$
|
|
7538
|
-
}, _hoisted_1$
|
|
7543
|
+
render: render$93
|
|
7544
|
+
}, _hoisted_1$112 = {
|
|
7539
7545
|
viewBox: "0 0 24 24",
|
|
7540
7546
|
width: "1.2em",
|
|
7541
7547
|
height: "1.2em"
|
|
7542
7548
|
};
|
|
7543
|
-
function render$
|
|
7544
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7549
|
+
function render$92(e, t) {
|
|
7550
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("g", {
|
|
7545
7551
|
fill: "none",
|
|
7546
7552
|
stroke: "currentColor",
|
|
7547
7553
|
"stroke-linecap": "round",
|
|
@@ -7556,14 +7562,14 @@ function render$89(e, t) {
|
|
|
7556
7562
|
}
|
|
7557
7563
|
var key_round_default = {
|
|
7558
7564
|
name: "lucide-key-round",
|
|
7559
|
-
render: render$
|
|
7560
|
-
}, _hoisted_1$
|
|
7565
|
+
render: render$92
|
|
7566
|
+
}, _hoisted_1$111 = {
|
|
7561
7567
|
viewBox: "0 0 24 24",
|
|
7562
7568
|
width: "1.2em",
|
|
7563
7569
|
height: "1.2em"
|
|
7564
7570
|
};
|
|
7565
|
-
function render$
|
|
7566
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7571
|
+
function render$91(e, t) {
|
|
7572
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("path", {
|
|
7567
7573
|
fill: "none",
|
|
7568
7574
|
stroke: "currentColor",
|
|
7569
7575
|
"stroke-linecap": "round",
|
|
@@ -7574,14 +7580,14 @@ function render$88(e, t) {
|
|
|
7574
7580
|
}
|
|
7575
7581
|
var languages_default = {
|
|
7576
7582
|
name: "lucide-languages",
|
|
7577
|
-
render: render$
|
|
7578
|
-
}, _hoisted_1$
|
|
7583
|
+
render: render$91
|
|
7584
|
+
}, _hoisted_1$110 = {
|
|
7579
7585
|
viewBox: "0 0 24 24",
|
|
7580
7586
|
width: "1.2em",
|
|
7581
7587
|
height: "1.2em"
|
|
7582
7588
|
};
|
|
7583
|
-
function render$
|
|
7584
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7589
|
+
function render$90(e, t) {
|
|
7590
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("g", {
|
|
7585
7591
|
fill: "none",
|
|
7586
7592
|
stroke: "currentColor",
|
|
7587
7593
|
"stroke-linecap": "round",
|
|
@@ -7595,14 +7601,14 @@ function render$87(e, t) {
|
|
|
7595
7601
|
}
|
|
7596
7602
|
var layers_default = {
|
|
7597
7603
|
name: "lucide-layers",
|
|
7598
|
-
render: render$
|
|
7599
|
-
}, _hoisted_1$
|
|
7604
|
+
render: render$90
|
|
7605
|
+
}, _hoisted_1$109 = {
|
|
7600
7606
|
viewBox: "0 0 24 24",
|
|
7601
7607
|
width: "1.2em",
|
|
7602
7608
|
height: "1.2em"
|
|
7603
7609
|
};
|
|
7604
|
-
function render$
|
|
7605
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7610
|
+
function render$89(e, t) {
|
|
7611
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("path", {
|
|
7606
7612
|
fill: "none",
|
|
7607
7613
|
stroke: "currentColor",
|
|
7608
7614
|
"stroke-linecap": "round",
|
|
@@ -7613,14 +7619,14 @@ function render$86(e, t) {
|
|
|
7613
7619
|
}
|
|
7614
7620
|
var lightbulb_default = {
|
|
7615
7621
|
name: "lucide-lightbulb",
|
|
7616
|
-
render: render$
|
|
7617
|
-
}, _hoisted_1$
|
|
7622
|
+
render: render$89
|
|
7623
|
+
}, _hoisted_1$108 = {
|
|
7618
7624
|
viewBox: "0 0 24 24",
|
|
7619
7625
|
width: "1.2em",
|
|
7620
7626
|
height: "1.2em"
|
|
7621
7627
|
};
|
|
7622
|
-
function render$
|
|
7623
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7628
|
+
function render$88(e, t) {
|
|
7629
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("g", {
|
|
7624
7630
|
fill: "none",
|
|
7625
7631
|
stroke: "currentColor",
|
|
7626
7632
|
"stroke-linecap": "round",
|
|
@@ -7630,14 +7636,14 @@ function render$85(e, t) {
|
|
|
7630
7636
|
}
|
|
7631
7637
|
var link_default = {
|
|
7632
7638
|
name: "lucide-link",
|
|
7633
|
-
render: render$
|
|
7634
|
-
}, _hoisted_1$
|
|
7639
|
+
render: render$88
|
|
7640
|
+
}, _hoisted_1$107 = {
|
|
7635
7641
|
viewBox: "0 0 24 24",
|
|
7636
7642
|
width: "1.2em",
|
|
7637
7643
|
height: "1.2em"
|
|
7638
7644
|
};
|
|
7639
|
-
function render$
|
|
7640
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7645
|
+
function render$87(e, t) {
|
|
7646
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("path", {
|
|
7641
7647
|
fill: "none",
|
|
7642
7648
|
stroke: "currentColor",
|
|
7643
7649
|
"stroke-linecap": "round",
|
|
@@ -7648,14 +7654,14 @@ function render$84(e, t) {
|
|
|
7648
7654
|
}
|
|
7649
7655
|
var list_default = {
|
|
7650
7656
|
name: "lucide-list",
|
|
7651
|
-
render: render$
|
|
7652
|
-
}, _hoisted_1$
|
|
7657
|
+
render: render$87
|
|
7658
|
+
}, _hoisted_1$106 = {
|
|
7653
7659
|
viewBox: "0 0 24 24",
|
|
7654
7660
|
width: "1.2em",
|
|
7655
7661
|
height: "1.2em"
|
|
7656
7662
|
};
|
|
7657
|
-
function render$
|
|
7658
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7663
|
+
function render$86(e, t) {
|
|
7664
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("path", {
|
|
7659
7665
|
fill: "none",
|
|
7660
7666
|
stroke: "currentColor",
|
|
7661
7667
|
"stroke-linecap": "round",
|
|
@@ -7666,14 +7672,14 @@ function render$83(e, t) {
|
|
|
7666
7672
|
}
|
|
7667
7673
|
var list_checks_default = {
|
|
7668
7674
|
name: "lucide-list-checks",
|
|
7669
|
-
render: render$
|
|
7670
|
-
}, _hoisted_1$
|
|
7675
|
+
render: render$86
|
|
7676
|
+
}, _hoisted_1$105 = {
|
|
7671
7677
|
viewBox: "0 0 24 24",
|
|
7672
7678
|
width: "1.2em",
|
|
7673
7679
|
height: "1.2em"
|
|
7674
7680
|
};
|
|
7675
|
-
function render$
|
|
7676
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7681
|
+
function render$85(e, t) {
|
|
7682
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("g", {
|
|
7677
7683
|
fill: "none",
|
|
7678
7684
|
stroke: "currentColor",
|
|
7679
7685
|
"stroke-linecap": "round",
|
|
@@ -7690,14 +7696,14 @@ function render$82(e, t) {
|
|
|
7690
7696
|
}
|
|
7691
7697
|
var lock_default = {
|
|
7692
7698
|
name: "lucide-lock",
|
|
7693
|
-
render: render$
|
|
7694
|
-
}, _hoisted_1$
|
|
7699
|
+
render: render$85
|
|
7700
|
+
}, _hoisted_1$104 = {
|
|
7695
7701
|
viewBox: "0 0 24 24",
|
|
7696
7702
|
width: "1.2em",
|
|
7697
7703
|
height: "1.2em"
|
|
7698
7704
|
};
|
|
7699
|
-
function render$
|
|
7700
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7705
|
+
function render$84(e, t) {
|
|
7706
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("path", {
|
|
7701
7707
|
fill: "none",
|
|
7702
7708
|
stroke: "currentColor",
|
|
7703
7709
|
"stroke-linecap": "round",
|
|
@@ -7708,14 +7714,14 @@ function render$81(e, t) {
|
|
|
7708
7714
|
}
|
|
7709
7715
|
var log_in_default = {
|
|
7710
7716
|
name: "lucide-log-in",
|
|
7711
|
-
render: render$
|
|
7712
|
-
}, _hoisted_1$
|
|
7717
|
+
render: render$84
|
|
7718
|
+
}, _hoisted_1$103 = {
|
|
7713
7719
|
viewBox: "0 0 24 24",
|
|
7714
7720
|
width: "1.2em",
|
|
7715
7721
|
height: "1.2em"
|
|
7716
7722
|
};
|
|
7717
|
-
function render$
|
|
7718
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7723
|
+
function render$83(e, t) {
|
|
7724
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
|
|
7719
7725
|
fill: "none",
|
|
7720
7726
|
stroke: "currentColor",
|
|
7721
7727
|
"stroke-linecap": "round",
|
|
@@ -7726,14 +7732,14 @@ function render$80(e, t) {
|
|
|
7726
7732
|
}
|
|
7727
7733
|
var log_out_default = {
|
|
7728
7734
|
name: "lucide-log-out",
|
|
7729
|
-
render: render$
|
|
7730
|
-
}, _hoisted_1$
|
|
7735
|
+
render: render$83
|
|
7736
|
+
}, _hoisted_1$102 = {
|
|
7731
7737
|
viewBox: "0 0 24 24",
|
|
7732
7738
|
width: "1.2em",
|
|
7733
7739
|
height: "1.2em"
|
|
7734
7740
|
};
|
|
7735
|
-
function render$
|
|
7736
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7741
|
+
function render$82(e, t) {
|
|
7742
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("g", {
|
|
7737
7743
|
fill: "none",
|
|
7738
7744
|
stroke: "currentColor",
|
|
7739
7745
|
"stroke-linecap": "round",
|
|
@@ -7749,14 +7755,14 @@ function render$79(e, t) {
|
|
|
7749
7755
|
}
|
|
7750
7756
|
var mail_default = {
|
|
7751
7757
|
name: "lucide-mail",
|
|
7752
|
-
render: render$
|
|
7753
|
-
}, _hoisted_1$
|
|
7758
|
+
render: render$82
|
|
7759
|
+
}, _hoisted_1$101 = {
|
|
7754
7760
|
viewBox: "0 0 24 24",
|
|
7755
7761
|
width: "1.2em",
|
|
7756
7762
|
height: "1.2em"
|
|
7757
7763
|
};
|
|
7758
|
-
function render$
|
|
7759
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7764
|
+
function render$81(e, t) {
|
|
7765
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("path", {
|
|
7760
7766
|
fill: "none",
|
|
7761
7767
|
stroke: "currentColor",
|
|
7762
7768
|
"stroke-linecap": "round",
|
|
@@ -7767,14 +7773,14 @@ function render$78(e, t) {
|
|
|
7767
7773
|
}
|
|
7768
7774
|
var maximize_default = {
|
|
7769
7775
|
name: "lucide-maximize",
|
|
7770
|
-
render: render$
|
|
7771
|
-
}, _hoisted_1$
|
|
7776
|
+
render: render$81
|
|
7777
|
+
}, _hoisted_1$100 = {
|
|
7772
7778
|
viewBox: "0 0 24 24",
|
|
7773
7779
|
width: "1.2em",
|
|
7774
7780
|
height: "1.2em"
|
|
7775
7781
|
};
|
|
7776
|
-
function render$
|
|
7777
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7782
|
+
function render$80(e, t) {
|
|
7783
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
|
|
7778
7784
|
fill: "none",
|
|
7779
7785
|
stroke: "currentColor",
|
|
7780
7786
|
"stroke-linecap": "round",
|
|
@@ -7785,14 +7791,14 @@ function render$77(e, t) {
|
|
|
7785
7791
|
}
|
|
7786
7792
|
var maximize_2_default = {
|
|
7787
7793
|
name: "lucide-maximize-2",
|
|
7788
|
-
render: render$
|
|
7789
|
-
}, _hoisted_1$
|
|
7794
|
+
render: render$80
|
|
7795
|
+
}, _hoisted_1$99 = {
|
|
7790
7796
|
viewBox: "0 0 24 24",
|
|
7791
7797
|
width: "1.2em",
|
|
7792
7798
|
height: "1.2em"
|
|
7793
7799
|
};
|
|
7794
|
-
function render$
|
|
7795
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7800
|
+
function render$79(e, t) {
|
|
7801
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("path", {
|
|
7796
7802
|
fill: "none",
|
|
7797
7803
|
stroke: "currentColor",
|
|
7798
7804
|
"stroke-linecap": "round",
|
|
@@ -7803,14 +7809,14 @@ function render$76(e, t) {
|
|
|
7803
7809
|
}
|
|
7804
7810
|
var menu_default = {
|
|
7805
7811
|
name: "lucide-menu",
|
|
7806
|
-
render: render$
|
|
7807
|
-
}, _hoisted_1$
|
|
7812
|
+
render: render$79
|
|
7813
|
+
}, _hoisted_1$98 = {
|
|
7808
7814
|
viewBox: "0 0 24 24",
|
|
7809
7815
|
width: "1.2em",
|
|
7810
7816
|
height: "1.2em"
|
|
7811
7817
|
};
|
|
7812
|
-
function render$
|
|
7813
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7818
|
+
function render$78(e, t) {
|
|
7819
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("path", {
|
|
7814
7820
|
fill: "none",
|
|
7815
7821
|
stroke: "currentColor",
|
|
7816
7822
|
"stroke-linecap": "round",
|
|
@@ -7821,14 +7827,14 @@ function render$75(e, t) {
|
|
|
7821
7827
|
}
|
|
7822
7828
|
var message_circle_default = {
|
|
7823
7829
|
name: "lucide-message-circle",
|
|
7824
|
-
render: render$
|
|
7825
|
-
}, _hoisted_1$
|
|
7830
|
+
render: render$78
|
|
7831
|
+
}, _hoisted_1$97 = {
|
|
7826
7832
|
viewBox: "0 0 24 24",
|
|
7827
7833
|
width: "1.2em",
|
|
7828
7834
|
height: "1.2em"
|
|
7829
7835
|
};
|
|
7830
|
-
function render$
|
|
7831
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7836
|
+
function render$77(e, t) {
|
|
7837
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("path", {
|
|
7832
7838
|
fill: "none",
|
|
7833
7839
|
stroke: "currentColor",
|
|
7834
7840
|
"stroke-linecap": "round",
|
|
@@ -7839,14 +7845,14 @@ function render$74(e, t) {
|
|
|
7839
7845
|
}
|
|
7840
7846
|
var messages_square_default = {
|
|
7841
7847
|
name: "lucide-messages-square",
|
|
7842
|
-
render: render$
|
|
7843
|
-
}, _hoisted_1$
|
|
7848
|
+
render: render$77
|
|
7849
|
+
}, _hoisted_1$96 = {
|
|
7844
7850
|
viewBox: "0 0 24 24",
|
|
7845
7851
|
width: "1.2em",
|
|
7846
7852
|
height: "1.2em"
|
|
7847
7853
|
};
|
|
7848
|
-
function render$
|
|
7849
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7854
|
+
function render$76(e, t) {
|
|
7855
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("g", {
|
|
7850
7856
|
fill: "none",
|
|
7851
7857
|
stroke: "currentColor",
|
|
7852
7858
|
"stroke-linecap": "round",
|
|
@@ -7862,14 +7868,14 @@ function render$73(e, t) {
|
|
|
7862
7868
|
}
|
|
7863
7869
|
var mic_default = {
|
|
7864
7870
|
name: "lucide-mic",
|
|
7865
|
-
render: render$
|
|
7866
|
-
}, _hoisted_1$
|
|
7871
|
+
render: render$76
|
|
7872
|
+
}, _hoisted_1$95 = {
|
|
7867
7873
|
viewBox: "0 0 24 24",
|
|
7868
7874
|
width: "1.2em",
|
|
7869
7875
|
height: "1.2em"
|
|
7870
7876
|
};
|
|
7871
|
-
function render$
|
|
7872
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7877
|
+
function render$75(e, t) {
|
|
7878
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
|
|
7873
7879
|
fill: "none",
|
|
7874
7880
|
stroke: "currentColor",
|
|
7875
7881
|
"stroke-linecap": "round",
|
|
@@ -7880,14 +7886,14 @@ function render$72(e, t) {
|
|
|
7880
7886
|
}
|
|
7881
7887
|
var milestone_default = {
|
|
7882
7888
|
name: "lucide-milestone",
|
|
7883
|
-
render: render$
|
|
7884
|
-
}, _hoisted_1$
|
|
7889
|
+
render: render$75
|
|
7890
|
+
}, _hoisted_1$94 = {
|
|
7885
7891
|
viewBox: "0 0 24 24",
|
|
7886
7892
|
width: "1.2em",
|
|
7887
7893
|
height: "1.2em"
|
|
7888
7894
|
};
|
|
7889
|
-
function render$
|
|
7890
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7895
|
+
function render$74(e, t) {
|
|
7896
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
|
|
7891
7897
|
fill: "none",
|
|
7892
7898
|
stroke: "currentColor",
|
|
7893
7899
|
"stroke-linecap": "round",
|
|
@@ -7898,14 +7904,32 @@ function render$71(e, t) {
|
|
|
7898
7904
|
}
|
|
7899
7905
|
var minimize_2_default = {
|
|
7900
7906
|
name: "lucide-minimize-2",
|
|
7901
|
-
render: render$
|
|
7902
|
-
}, _hoisted_1$
|
|
7907
|
+
render: render$74
|
|
7908
|
+
}, _hoisted_1$93 = {
|
|
7903
7909
|
viewBox: "0 0 24 24",
|
|
7904
7910
|
width: "1.2em",
|
|
7905
7911
|
height: "1.2em"
|
|
7906
7912
|
};
|
|
7907
|
-
function render$
|
|
7908
|
-
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", {
|
|
7909
7933
|
fill: "none",
|
|
7910
7934
|
stroke: "currentColor",
|
|
7911
7935
|
"stroke-linecap": "round",
|
|
@@ -7916,25 +7940,25 @@ function render$70(e, t) {
|
|
|
7916
7940
|
}
|
|
7917
7941
|
var mouse_pointer_default = {
|
|
7918
7942
|
name: "lucide-mouse-pointer",
|
|
7919
|
-
render: render$
|
|
7920
|
-
}, _hoisted_1$
|
|
7943
|
+
render: render$72
|
|
7944
|
+
}, _hoisted_1$91 = {
|
|
7921
7945
|
viewBox: "0 0 24 24",
|
|
7922
7946
|
width: "1.2em",
|
|
7923
7947
|
height: "1.2em"
|
|
7924
7948
|
};
|
|
7925
|
-
function render$
|
|
7926
|
-
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)]);
|
|
7927
7951
|
}
|
|
7928
7952
|
var network_default = {
|
|
7929
7953
|
name: "lucide-network",
|
|
7930
|
-
render: render$
|
|
7931
|
-
}, _hoisted_1$
|
|
7954
|
+
render: render$71
|
|
7955
|
+
}, _hoisted_1$90 = {
|
|
7932
7956
|
viewBox: "0 0 24 24",
|
|
7933
7957
|
width: "1.2em",
|
|
7934
7958
|
height: "1.2em"
|
|
7935
7959
|
};
|
|
7936
|
-
function render$
|
|
7937
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7960
|
+
function render$70(e, t) {
|
|
7961
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("g", {
|
|
7938
7962
|
fill: "none",
|
|
7939
7963
|
stroke: "currentColor",
|
|
7940
7964
|
"stroke-linecap": "round",
|
|
@@ -7944,14 +7968,14 @@ function render$68(e, t) {
|
|
|
7944
7968
|
}
|
|
7945
7969
|
var notebook_pen_default = {
|
|
7946
7970
|
name: "lucide-notebook-pen",
|
|
7947
|
-
render: render$
|
|
7948
|
-
}, _hoisted_1$
|
|
7971
|
+
render: render$70
|
|
7972
|
+
}, _hoisted_1$89 = {
|
|
7949
7973
|
viewBox: "0 0 24 24",
|
|
7950
7974
|
width: "1.2em",
|
|
7951
7975
|
height: "1.2em"
|
|
7952
7976
|
};
|
|
7953
|
-
function render$
|
|
7954
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
7977
|
+
function render$69(e, t) {
|
|
7978
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createBaseVNode("g", {
|
|
7955
7979
|
fill: "none",
|
|
7956
7980
|
stroke: "currentColor",
|
|
7957
7981
|
"stroke-linecap": "round",
|
|
@@ -7965,25 +7989,25 @@ function render$67(e, t) {
|
|
|
7965
7989
|
}
|
|
7966
7990
|
var package_open_default = {
|
|
7967
7991
|
name: "lucide-package-open",
|
|
7968
|
-
render: render$
|
|
7969
|
-
}, _hoisted_1$
|
|
7992
|
+
render: render$69
|
|
7993
|
+
}, _hoisted_1$88 = {
|
|
7970
7994
|
viewBox: "0 0 24 24",
|
|
7971
7995
|
width: "1.2em",
|
|
7972
7996
|
height: "1.2em"
|
|
7973
7997
|
};
|
|
7974
|
-
function render$
|
|
7975
|
-
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)]);
|
|
7976
8000
|
}
|
|
7977
8001
|
var palette_default = {
|
|
7978
8002
|
name: "lucide-palette",
|
|
7979
|
-
render: render$
|
|
7980
|
-
}, _hoisted_1$
|
|
8003
|
+
render: render$68
|
|
8004
|
+
}, _hoisted_1$87 = {
|
|
7981
8005
|
viewBox: "0 0 24 24",
|
|
7982
8006
|
width: "1.2em",
|
|
7983
8007
|
height: "1.2em"
|
|
7984
8008
|
};
|
|
7985
|
-
function render$
|
|
7986
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8009
|
+
function render$67(e, t) {
|
|
8010
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
|
|
7987
8011
|
fill: "none",
|
|
7988
8012
|
stroke: "currentColor",
|
|
7989
8013
|
"stroke-linecap": "round",
|
|
@@ -7999,14 +8023,14 @@ function render$65(e, t) {
|
|
|
7999
8023
|
}
|
|
8000
8024
|
var panel_left_default = {
|
|
8001
8025
|
name: "lucide-panel-left",
|
|
8002
|
-
render: render$
|
|
8003
|
-
}, _hoisted_1$
|
|
8026
|
+
render: render$67
|
|
8027
|
+
}, _hoisted_1$86 = {
|
|
8004
8028
|
viewBox: "0 0 24 24",
|
|
8005
8029
|
width: "1.2em",
|
|
8006
8030
|
height: "1.2em"
|
|
8007
8031
|
};
|
|
8008
|
-
function render$
|
|
8009
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8032
|
+
function render$66(e, t) {
|
|
8033
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createBaseVNode("g", {
|
|
8010
8034
|
fill: "none",
|
|
8011
8035
|
stroke: "currentColor",
|
|
8012
8036
|
"stroke-linecap": "round",
|
|
@@ -8022,14 +8046,14 @@ function render$64(e, t) {
|
|
|
8022
8046
|
}
|
|
8023
8047
|
var panel_right_default = {
|
|
8024
8048
|
name: "lucide-panel-right",
|
|
8025
|
-
render: render$
|
|
8026
|
-
}, _hoisted_1$
|
|
8049
|
+
render: render$66
|
|
8050
|
+
}, _hoisted_1$85 = {
|
|
8027
8051
|
viewBox: "0 0 24 24",
|
|
8028
8052
|
width: "1.2em",
|
|
8029
8053
|
height: "1.2em"
|
|
8030
8054
|
};
|
|
8031
|
-
function render$
|
|
8032
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8055
|
+
function render$65(e, t) {
|
|
8056
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createBaseVNode("path", {
|
|
8033
8057
|
fill: "none",
|
|
8034
8058
|
stroke: "currentColor",
|
|
8035
8059
|
"stroke-linecap": "round",
|
|
@@ -8040,14 +8064,14 @@ function render$63(e, t) {
|
|
|
8040
8064
|
}
|
|
8041
8065
|
var paperclip_default = {
|
|
8042
8066
|
name: "lucide-paperclip",
|
|
8043
|
-
render: render$
|
|
8044
|
-
}, _hoisted_1$
|
|
8067
|
+
render: render$65
|
|
8068
|
+
}, _hoisted_1$84 = {
|
|
8045
8069
|
viewBox: "0 0 24 24",
|
|
8046
8070
|
width: "1.2em",
|
|
8047
8071
|
height: "1.2em"
|
|
8048
8072
|
};
|
|
8049
|
-
function render$
|
|
8050
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8073
|
+
function render$64(e, t) {
|
|
8074
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createBaseVNode("g", {
|
|
8051
8075
|
fill: "none",
|
|
8052
8076
|
stroke: "currentColor",
|
|
8053
8077
|
"stroke-linecap": "round",
|
|
@@ -8069,14 +8093,14 @@ function render$62(e, t) {
|
|
|
8069
8093
|
}
|
|
8070
8094
|
var pause_default = {
|
|
8071
8095
|
name: "lucide-pause",
|
|
8072
|
-
render: render$
|
|
8073
|
-
}, _hoisted_1$
|
|
8096
|
+
render: render$64
|
|
8097
|
+
}, _hoisted_1$83 = {
|
|
8074
8098
|
viewBox: "0 0 24 24",
|
|
8075
8099
|
width: "1.2em",
|
|
8076
8100
|
height: "1.2em"
|
|
8077
8101
|
};
|
|
8078
|
-
function render$
|
|
8079
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8102
|
+
function render$63(e, t) {
|
|
8103
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createBaseVNode("path", {
|
|
8080
8104
|
fill: "none",
|
|
8081
8105
|
stroke: "currentColor",
|
|
8082
8106
|
"stroke-linecap": "round",
|
|
@@ -8087,14 +8111,14 @@ function render$61(e, t) {
|
|
|
8087
8111
|
}
|
|
8088
8112
|
var pen_default = {
|
|
8089
8113
|
name: "lucide-pen",
|
|
8090
|
-
render: render$
|
|
8091
|
-
}, _hoisted_1$
|
|
8114
|
+
render: render$63
|
|
8115
|
+
}, _hoisted_1$82 = {
|
|
8092
8116
|
viewBox: "0 0 24 24",
|
|
8093
8117
|
width: "1.2em",
|
|
8094
8118
|
height: "1.2em"
|
|
8095
8119
|
};
|
|
8096
|
-
function render$
|
|
8097
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8120
|
+
function render$62(e, t) {
|
|
8121
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createBaseVNode("path", {
|
|
8098
8122
|
fill: "none",
|
|
8099
8123
|
stroke: "currentColor",
|
|
8100
8124
|
"stroke-linecap": "round",
|
|
@@ -8105,14 +8129,14 @@ function render$60(e, t) {
|
|
|
8105
8129
|
}
|
|
8106
8130
|
var pencil_default = {
|
|
8107
8131
|
name: "lucide-pencil",
|
|
8108
|
-
render: render$
|
|
8109
|
-
}, _hoisted_1$
|
|
8132
|
+
render: render$62
|
|
8133
|
+
}, _hoisted_1$81 = {
|
|
8110
8134
|
viewBox: "0 0 24 24",
|
|
8111
8135
|
width: "1.2em",
|
|
8112
8136
|
height: "1.2em"
|
|
8113
8137
|
};
|
|
8114
|
-
function render$
|
|
8115
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8138
|
+
function render$61(e, t) {
|
|
8139
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createBaseVNode("path", {
|
|
8116
8140
|
fill: "none",
|
|
8117
8141
|
stroke: "currentColor",
|
|
8118
8142
|
"stroke-linecap": "round",
|
|
@@ -8123,14 +8147,14 @@ function render$59(e, t) {
|
|
|
8123
8147
|
}
|
|
8124
8148
|
var pin_default = {
|
|
8125
8149
|
name: "lucide-pin",
|
|
8126
|
-
render: render$
|
|
8127
|
-
}, _hoisted_1$
|
|
8150
|
+
render: render$61
|
|
8151
|
+
}, _hoisted_1$80 = {
|
|
8128
8152
|
viewBox: "0 0 24 24",
|
|
8129
8153
|
width: "1.2em",
|
|
8130
8154
|
height: "1.2em"
|
|
8131
8155
|
};
|
|
8132
|
-
function render$
|
|
8133
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8156
|
+
function render$60(e, t) {
|
|
8157
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createBaseVNode("path", {
|
|
8134
8158
|
fill: "none",
|
|
8135
8159
|
stroke: "currentColor",
|
|
8136
8160
|
"stroke-linecap": "round",
|
|
@@ -8141,14 +8165,14 @@ function render$58(e, t) {
|
|
|
8141
8165
|
}
|
|
8142
8166
|
var play_default = {
|
|
8143
8167
|
name: "lucide-play",
|
|
8144
|
-
render: render$
|
|
8145
|
-
}, _hoisted_1$
|
|
8168
|
+
render: render$60
|
|
8169
|
+
}, _hoisted_1$79 = {
|
|
8146
8170
|
viewBox: "0 0 24 24",
|
|
8147
8171
|
width: "1.2em",
|
|
8148
8172
|
height: "1.2em"
|
|
8149
8173
|
};
|
|
8150
|
-
function render$
|
|
8151
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8174
|
+
function render$59(e, t) {
|
|
8175
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createBaseVNode("path", {
|
|
8152
8176
|
fill: "none",
|
|
8153
8177
|
stroke: "currentColor",
|
|
8154
8178
|
"stroke-linecap": "round",
|
|
@@ -8159,14 +8183,14 @@ function render$57(e, t) {
|
|
|
8159
8183
|
}
|
|
8160
8184
|
var plug_default = {
|
|
8161
8185
|
name: "lucide-plug",
|
|
8162
|
-
render: render$
|
|
8163
|
-
}, _hoisted_1$
|
|
8186
|
+
render: render$59
|
|
8187
|
+
}, _hoisted_1$78 = {
|
|
8164
8188
|
viewBox: "0 0 24 24",
|
|
8165
8189
|
width: "1.2em",
|
|
8166
8190
|
height: "1.2em"
|
|
8167
8191
|
};
|
|
8168
|
-
function render$
|
|
8169
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8192
|
+
function render$58(e, t) {
|
|
8193
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createBaseVNode("path", {
|
|
8170
8194
|
fill: "none",
|
|
8171
8195
|
stroke: "currentColor",
|
|
8172
8196
|
"stroke-linecap": "round",
|
|
@@ -8177,14 +8201,14 @@ function render$56(e, t) {
|
|
|
8177
8201
|
}
|
|
8178
8202
|
var plus_default = {
|
|
8179
8203
|
name: "lucide-plus",
|
|
8180
|
-
render: render$
|
|
8181
|
-
}, _hoisted_1$
|
|
8204
|
+
render: render$58
|
|
8205
|
+
}, _hoisted_1$77 = {
|
|
8182
8206
|
viewBox: "0 0 24 24",
|
|
8183
8207
|
width: "1.2em",
|
|
8184
8208
|
height: "1.2em"
|
|
8185
8209
|
};
|
|
8186
|
-
function render$
|
|
8187
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8210
|
+
function render$57(e, t) {
|
|
8211
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createBaseVNode("g", {
|
|
8188
8212
|
fill: "none",
|
|
8189
8213
|
stroke: "currentColor",
|
|
8190
8214
|
"stroke-linecap": "round",
|
|
@@ -8194,14 +8218,14 @@ function render$55(e, t) {
|
|
|
8194
8218
|
}
|
|
8195
8219
|
var pocket_knife_default = {
|
|
8196
8220
|
name: "lucide-pocket-knife",
|
|
8197
|
-
render: render$
|
|
8198
|
-
}, _hoisted_1$
|
|
8221
|
+
render: render$57
|
|
8222
|
+
}, _hoisted_1$76 = {
|
|
8199
8223
|
viewBox: "0 0 24 24",
|
|
8200
8224
|
width: "1.2em",
|
|
8201
8225
|
height: "1.2em"
|
|
8202
8226
|
};
|
|
8203
|
-
function render$
|
|
8204
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8227
|
+
function render$56(e, t) {
|
|
8228
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createBaseVNode("path", {
|
|
8205
8229
|
fill: "none",
|
|
8206
8230
|
stroke: "currentColor",
|
|
8207
8231
|
"stroke-linecap": "round",
|
|
@@ -8212,14 +8236,14 @@ function render$54(e, t) {
|
|
|
8212
8236
|
}
|
|
8213
8237
|
var power_default = {
|
|
8214
8238
|
name: "lucide-power",
|
|
8215
|
-
render: render$
|
|
8216
|
-
}, _hoisted_1$
|
|
8239
|
+
render: render$56
|
|
8240
|
+
}, _hoisted_1$75 = {
|
|
8217
8241
|
viewBox: "0 0 24 24",
|
|
8218
8242
|
width: "1.2em",
|
|
8219
8243
|
height: "1.2em"
|
|
8220
8244
|
};
|
|
8221
|
-
function render$
|
|
8222
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8245
|
+
function render$55(e, t) {
|
|
8246
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createBaseVNode("g", {
|
|
8223
8247
|
fill: "none",
|
|
8224
8248
|
stroke: "currentColor",
|
|
8225
8249
|
"stroke-linecap": "round",
|
|
@@ -8229,14 +8253,14 @@ function render$53(e, t) {
|
|
|
8229
8253
|
}
|
|
8230
8254
|
var redo_2_default = {
|
|
8231
8255
|
name: "lucide-redo-2",
|
|
8232
|
-
render: render$
|
|
8233
|
-
}, _hoisted_1$
|
|
8256
|
+
render: render$55
|
|
8257
|
+
}, _hoisted_1$74 = {
|
|
8234
8258
|
viewBox: "0 0 24 24",
|
|
8235
8259
|
width: "1.2em",
|
|
8236
8260
|
height: "1.2em"
|
|
8237
8261
|
};
|
|
8238
|
-
function render$
|
|
8239
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8262
|
+
function render$54(e, t) {
|
|
8263
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createBaseVNode("g", {
|
|
8240
8264
|
fill: "none",
|
|
8241
8265
|
stroke: "currentColor",
|
|
8242
8266
|
"stroke-linecap": "round",
|
|
@@ -8250,14 +8274,14 @@ function render$52(e, t) {
|
|
|
8250
8274
|
}
|
|
8251
8275
|
var refresh_cw_default = {
|
|
8252
8276
|
name: "lucide-refresh-cw",
|
|
8253
|
-
render: render$
|
|
8254
|
-
}, _hoisted_1$
|
|
8277
|
+
render: render$54
|
|
8278
|
+
}, _hoisted_1$73 = {
|
|
8255
8279
|
viewBox: "0 0 24 24",
|
|
8256
8280
|
width: "1.2em",
|
|
8257
8281
|
height: "1.2em"
|
|
8258
8282
|
};
|
|
8259
|
-
function render$
|
|
8260
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8283
|
+
function render$53(e, t) {
|
|
8284
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createBaseVNode("path", {
|
|
8261
8285
|
fill: "none",
|
|
8262
8286
|
stroke: "currentColor",
|
|
8263
8287
|
"stroke-linecap": "round",
|
|
@@ -8268,14 +8292,14 @@ function render$51(e, t) {
|
|
|
8268
8292
|
}
|
|
8269
8293
|
var remove_formatting_default = {
|
|
8270
8294
|
name: "lucide-remove-formatting",
|
|
8271
|
-
render: render$
|
|
8272
|
-
}, _hoisted_1$
|
|
8295
|
+
render: render$53
|
|
8296
|
+
}, _hoisted_1$72 = {
|
|
8273
8297
|
viewBox: "0 0 24 24",
|
|
8274
8298
|
width: "1.2em",
|
|
8275
8299
|
height: "1.2em"
|
|
8276
8300
|
};
|
|
8277
|
-
function render$
|
|
8278
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8301
|
+
function render$52(e, t) {
|
|
8302
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createBaseVNode("g", {
|
|
8279
8303
|
fill: "none",
|
|
8280
8304
|
stroke: "currentColor",
|
|
8281
8305
|
"stroke-linecap": "round",
|
|
@@ -8289,14 +8313,14 @@ function render$50(e, t) {
|
|
|
8289
8313
|
}
|
|
8290
8314
|
var rss_default = {
|
|
8291
8315
|
name: "lucide-rss",
|
|
8292
|
-
render: render$
|
|
8293
|
-
}, _hoisted_1$
|
|
8316
|
+
render: render$52
|
|
8317
|
+
}, _hoisted_1$71 = {
|
|
8294
8318
|
viewBox: "0 0 24 24",
|
|
8295
8319
|
width: "1.2em",
|
|
8296
8320
|
height: "1.2em"
|
|
8297
8321
|
};
|
|
8298
|
-
function render$
|
|
8299
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8322
|
+
function render$51(e, t) {
|
|
8323
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createBaseVNode("path", {
|
|
8300
8324
|
fill: "none",
|
|
8301
8325
|
stroke: "currentColor",
|
|
8302
8326
|
"stroke-linecap": "round",
|
|
@@ -8307,14 +8331,14 @@ function render$49(e, t) {
|
|
|
8307
8331
|
}
|
|
8308
8332
|
var satellite_dish_default = {
|
|
8309
8333
|
name: "lucide-satellite-dish",
|
|
8310
|
-
render: render$
|
|
8311
|
-
}, _hoisted_1$
|
|
8334
|
+
render: render$51
|
|
8335
|
+
}, _hoisted_1$70 = {
|
|
8312
8336
|
viewBox: "0 0 24 24",
|
|
8313
8337
|
width: "1.2em",
|
|
8314
8338
|
height: "1.2em"
|
|
8315
8339
|
};
|
|
8316
|
-
function render$
|
|
8317
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8340
|
+
function render$50(e, t) {
|
|
8341
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createBaseVNode("g", {
|
|
8318
8342
|
fill: "none",
|
|
8319
8343
|
stroke: "currentColor",
|
|
8320
8344
|
"stroke-linecap": "round",
|
|
@@ -8324,14 +8348,14 @@ function render$48(e, t) {
|
|
|
8324
8348
|
}
|
|
8325
8349
|
var save_default = {
|
|
8326
8350
|
name: "lucide-save",
|
|
8327
|
-
render: render$
|
|
8328
|
-
}, _hoisted_1$
|
|
8351
|
+
render: render$50
|
|
8352
|
+
}, _hoisted_1$69 = {
|
|
8329
8353
|
viewBox: "0 0 24 24",
|
|
8330
8354
|
width: "1.2em",
|
|
8331
8355
|
height: "1.2em"
|
|
8332
8356
|
};
|
|
8333
|
-
function render$
|
|
8334
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8357
|
+
function render$49(e, t) {
|
|
8358
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createBaseVNode("path", {
|
|
8335
8359
|
fill: "none",
|
|
8336
8360
|
stroke: "currentColor",
|
|
8337
8361
|
"stroke-linecap": "round",
|
|
@@ -8342,25 +8366,25 @@ function render$47(e, t) {
|
|
|
8342
8366
|
}
|
|
8343
8367
|
var scale_default = {
|
|
8344
8368
|
name: "lucide-scale",
|
|
8345
|
-
render: render$
|
|
8346
|
-
}, _hoisted_1$
|
|
8369
|
+
render: render$49
|
|
8370
|
+
}, _hoisted_1$68 = {
|
|
8347
8371
|
viewBox: "0 0 24 24",
|
|
8348
8372
|
width: "1.2em",
|
|
8349
8373
|
height: "1.2em"
|
|
8350
8374
|
};
|
|
8351
|
-
function render$
|
|
8352
|
-
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)]);
|
|
8353
8377
|
}
|
|
8354
8378
|
var scissors_default = {
|
|
8355
8379
|
name: "lucide-scissors",
|
|
8356
|
-
render: render$
|
|
8357
|
-
}, _hoisted_1$
|
|
8380
|
+
render: render$48
|
|
8381
|
+
}, _hoisted_1$67 = {
|
|
8358
8382
|
viewBox: "0 0 24 24",
|
|
8359
8383
|
width: "1.2em",
|
|
8360
8384
|
height: "1.2em"
|
|
8361
8385
|
};
|
|
8362
|
-
function render$
|
|
8363
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8386
|
+
function render$47(e, t) {
|
|
8387
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createBaseVNode("g", {
|
|
8364
8388
|
fill: "none",
|
|
8365
8389
|
stroke: "currentColor",
|
|
8366
8390
|
"stroke-linecap": "round",
|
|
@@ -8374,14 +8398,14 @@ function render$45(e, t) {
|
|
|
8374
8398
|
}
|
|
8375
8399
|
var search_default = {
|
|
8376
8400
|
name: "lucide-search",
|
|
8377
|
-
render: render$
|
|
8378
|
-
}, _hoisted_1$
|
|
8401
|
+
render: render$47
|
|
8402
|
+
}, _hoisted_1$66 = {
|
|
8379
8403
|
viewBox: "0 0 24 24",
|
|
8380
8404
|
width: "1.2em",
|
|
8381
8405
|
height: "1.2em"
|
|
8382
8406
|
};
|
|
8383
|
-
function render$
|
|
8384
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8407
|
+
function render$46(e, t) {
|
|
8408
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createBaseVNode("path", {
|
|
8385
8409
|
fill: "none",
|
|
8386
8410
|
stroke: "currentColor",
|
|
8387
8411
|
"stroke-linecap": "round",
|
|
@@ -8392,14 +8416,14 @@ function render$44(e, t) {
|
|
|
8392
8416
|
}
|
|
8393
8417
|
var send_default = {
|
|
8394
8418
|
name: "lucide-send",
|
|
8395
|
-
render: render$
|
|
8396
|
-
}, _hoisted_1$
|
|
8419
|
+
render: render$46
|
|
8420
|
+
}, _hoisted_1$65 = {
|
|
8397
8421
|
viewBox: "0 0 24 24",
|
|
8398
8422
|
width: "1.2em",
|
|
8399
8423
|
height: "1.2em"
|
|
8400
8424
|
};
|
|
8401
|
-
function render$
|
|
8402
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8425
|
+
function render$45(e, t) {
|
|
8426
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createBaseVNode("g", {
|
|
8403
8427
|
fill: "none",
|
|
8404
8428
|
stroke: "currentColor",
|
|
8405
8429
|
"stroke-linecap": "round",
|
|
@@ -8427,14 +8451,14 @@ function render$43(e, t) {
|
|
|
8427
8451
|
}
|
|
8428
8452
|
var server_default = {
|
|
8429
8453
|
name: "lucide-server",
|
|
8430
|
-
render: render$
|
|
8431
|
-
}, _hoisted_1$
|
|
8454
|
+
render: render$45
|
|
8455
|
+
}, _hoisted_1$64 = {
|
|
8432
8456
|
viewBox: "0 0 24 24",
|
|
8433
8457
|
width: "1.2em",
|
|
8434
8458
|
height: "1.2em"
|
|
8435
8459
|
};
|
|
8436
|
-
function render$
|
|
8437
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8460
|
+
function render$44(e, t) {
|
|
8461
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createBaseVNode("g", {
|
|
8438
8462
|
fill: "none",
|
|
8439
8463
|
stroke: "currentColor",
|
|
8440
8464
|
"stroke-linecap": "round",
|
|
@@ -8448,14 +8472,14 @@ function render$42(e, t) {
|
|
|
8448
8472
|
}
|
|
8449
8473
|
var settings_default = {
|
|
8450
8474
|
name: "lucide-settings",
|
|
8451
|
-
render: render$
|
|
8452
|
-
}, _hoisted_1$
|
|
8475
|
+
render: render$44
|
|
8476
|
+
}, _hoisted_1$63 = {
|
|
8453
8477
|
viewBox: "0 0 24 24",
|
|
8454
8478
|
width: "1.2em",
|
|
8455
8479
|
height: "1.2em"
|
|
8456
8480
|
};
|
|
8457
|
-
function render$
|
|
8458
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8481
|
+
function render$43(e, t) {
|
|
8482
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createBaseVNode("g", {
|
|
8459
8483
|
fill: "none",
|
|
8460
8484
|
stroke: "currentColor",
|
|
8461
8485
|
"stroke-linecap": "round",
|
|
@@ -8477,14 +8501,14 @@ function render$41(e, t) {
|
|
|
8477
8501
|
}
|
|
8478
8502
|
var settings_2_default = {
|
|
8479
8503
|
name: "lucide-settings-2",
|
|
8480
|
-
render: render$
|
|
8481
|
-
}, _hoisted_1$
|
|
8504
|
+
render: render$43
|
|
8505
|
+
}, _hoisted_1$62 = {
|
|
8482
8506
|
viewBox: "0 0 24 24",
|
|
8483
8507
|
width: "1.2em",
|
|
8484
8508
|
height: "1.2em"
|
|
8485
8509
|
};
|
|
8486
|
-
function render$
|
|
8487
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8510
|
+
function render$42(e, t) {
|
|
8511
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createBaseVNode("path", {
|
|
8488
8512
|
fill: "none",
|
|
8489
8513
|
stroke: "currentColor",
|
|
8490
8514
|
"stroke-linecap": "round",
|
|
@@ -8495,14 +8519,14 @@ function render$40(e, t) {
|
|
|
8495
8519
|
}
|
|
8496
8520
|
var share_default = {
|
|
8497
8521
|
name: "lucide-share",
|
|
8498
|
-
render: render$
|
|
8499
|
-
}, _hoisted_1$
|
|
8522
|
+
render: render$42
|
|
8523
|
+
}, _hoisted_1$61 = {
|
|
8500
8524
|
viewBox: "0 0 24 24",
|
|
8501
8525
|
width: "1.2em",
|
|
8502
8526
|
height: "1.2em"
|
|
8503
8527
|
};
|
|
8504
|
-
function render$
|
|
8505
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8528
|
+
function render$41(e, t) {
|
|
8529
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createBaseVNode("path", {
|
|
8506
8530
|
fill: "none",
|
|
8507
8531
|
stroke: "currentColor",
|
|
8508
8532
|
"stroke-linecap": "round",
|
|
@@ -8513,14 +8537,14 @@ function render$39(e, t) {
|
|
|
8513
8537
|
}
|
|
8514
8538
|
var sliders_horizontal_default = {
|
|
8515
8539
|
name: "lucide-sliders-horizontal",
|
|
8516
|
-
render: render$
|
|
8517
|
-
}, _hoisted_1$
|
|
8540
|
+
render: render$41
|
|
8541
|
+
}, _hoisted_1$60 = {
|
|
8518
8542
|
viewBox: "0 0 24 24",
|
|
8519
8543
|
width: "1.2em",
|
|
8520
8544
|
height: "1.2em"
|
|
8521
8545
|
};
|
|
8522
|
-
function render$
|
|
8523
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8546
|
+
function render$40(e, t) {
|
|
8547
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createBaseVNode("g", {
|
|
8524
8548
|
fill: "none",
|
|
8525
8549
|
stroke: "currentColor",
|
|
8526
8550
|
"stroke-linecap": "round",
|
|
@@ -8534,14 +8558,14 @@ function render$38(e, t) {
|
|
|
8534
8558
|
}
|
|
8535
8559
|
var smile_default = {
|
|
8536
8560
|
name: "lucide-smile",
|
|
8537
|
-
render: render$
|
|
8538
|
-
}, _hoisted_1$
|
|
8561
|
+
render: render$40
|
|
8562
|
+
}, _hoisted_1$59 = {
|
|
8539
8563
|
viewBox: "0 0 24 24",
|
|
8540
8564
|
width: "1.2em",
|
|
8541
8565
|
height: "1.2em"
|
|
8542
8566
|
};
|
|
8543
|
-
function render$
|
|
8544
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8567
|
+
function render$39(e, t) {
|
|
8568
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createBaseVNode("path", {
|
|
8545
8569
|
fill: "none",
|
|
8546
8570
|
stroke: "currentColor",
|
|
8547
8571
|
"stroke-linecap": "round",
|
|
@@ -8552,14 +8576,14 @@ function render$37(e, t) {
|
|
|
8552
8576
|
}
|
|
8553
8577
|
var sparkles_default = {
|
|
8554
8578
|
name: "lucide-sparkles",
|
|
8555
|
-
render: render$
|
|
8556
|
-
}, _hoisted_1$
|
|
8579
|
+
render: render$39
|
|
8580
|
+
}, _hoisted_1$58 = {
|
|
8557
8581
|
viewBox: "0 0 24 24",
|
|
8558
8582
|
width: "1.2em",
|
|
8559
8583
|
height: "1.2em"
|
|
8560
8584
|
};
|
|
8561
|
-
function render$
|
|
8562
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8585
|
+
function render$38(e, t) {
|
|
8586
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createBaseVNode("rect", {
|
|
8563
8587
|
width: "18",
|
|
8564
8588
|
height: "18",
|
|
8565
8589
|
x: "3",
|
|
@@ -8574,14 +8598,14 @@ function render$36(e, t) {
|
|
|
8574
8598
|
}
|
|
8575
8599
|
var square_default = {
|
|
8576
8600
|
name: "lucide-square",
|
|
8577
|
-
render: render$
|
|
8578
|
-
}, _hoisted_1$
|
|
8601
|
+
render: render$38
|
|
8602
|
+
}, _hoisted_1$57 = {
|
|
8579
8603
|
viewBox: "0 0 24 24",
|
|
8580
8604
|
width: "1.2em",
|
|
8581
8605
|
height: "1.2em"
|
|
8582
8606
|
};
|
|
8583
|
-
function render$
|
|
8584
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8607
|
+
function render$37(e, t) {
|
|
8608
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createBaseVNode("g", {
|
|
8585
8609
|
fill: "none",
|
|
8586
8610
|
stroke: "currentColor",
|
|
8587
8611
|
"stroke-linecap": "round",
|
|
@@ -8597,14 +8621,37 @@ function render$35(e, t) {
|
|
|
8597
8621
|
}
|
|
8598
8622
|
var square_check_default = {
|
|
8599
8623
|
name: "lucide-square-check",
|
|
8600
|
-
render: render$
|
|
8601
|
-
}, _hoisted_1$
|
|
8624
|
+
render: render$37
|
|
8625
|
+
}, _hoisted_1$56 = {
|
|
8602
8626
|
viewBox: "0 0 24 24",
|
|
8603
8627
|
width: "1.2em",
|
|
8604
8628
|
height: "1.2em"
|
|
8605
8629
|
};
|
|
8606
|
-
function render$
|
|
8607
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8630
|
+
function render$36(e, t) {
|
|
8631
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createBaseVNode("g", {
|
|
8632
|
+
fill: "none",
|
|
8633
|
+
stroke: "currentColor",
|
|
8634
|
+
"stroke-linecap": "round",
|
|
8635
|
+
"stroke-linejoin": "round",
|
|
8636
|
+
"stroke-width": "2"
|
|
8637
|
+
}, [createBaseVNode("rect", {
|
|
8638
|
+
width: "18",
|
|
8639
|
+
height: "18",
|
|
8640
|
+
x: "3",
|
|
8641
|
+
y: "3",
|
|
8642
|
+
rx: "2"
|
|
8643
|
+
}), createBaseVNode("path", { d: "M8 12h8" })], -1)]);
|
|
8644
|
+
}
|
|
8645
|
+
var square_minus_default = {
|
|
8646
|
+
name: "lucide-square-minus",
|
|
8647
|
+
render: render$36
|
|
8648
|
+
}, _hoisted_1$55 = {
|
|
8649
|
+
viewBox: "0 0 24 24",
|
|
8650
|
+
width: "1.2em",
|
|
8651
|
+
height: "1.2em"
|
|
8652
|
+
};
|
|
8653
|
+
function render$35(e, t) {
|
|
8654
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createBaseVNode("g", {
|
|
8608
8655
|
fill: "none",
|
|
8609
8656
|
stroke: "currentColor",
|
|
8610
8657
|
"stroke-linecap": "round",
|
|
@@ -8614,14 +8661,14 @@ function render$34(e, t) {
|
|
|
8614
8661
|
}
|
|
8615
8662
|
var square_pen_default = {
|
|
8616
8663
|
name: "lucide-square-pen",
|
|
8617
|
-
render: render$
|
|
8618
|
-
}, _hoisted_1$
|
|
8664
|
+
render: render$35
|
|
8665
|
+
}, _hoisted_1$54 = {
|
|
8619
8666
|
viewBox: "0 0 24 24",
|
|
8620
8667
|
width: "1.2em",
|
|
8621
8668
|
height: "1.2em"
|
|
8622
8669
|
};
|
|
8623
|
-
function render$
|
|
8624
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8670
|
+
function render$34(e, t) {
|
|
8671
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createBaseVNode("g", {
|
|
8625
8672
|
fill: "none",
|
|
8626
8673
|
stroke: "currentColor",
|
|
8627
8674
|
"stroke-linecap": "round",
|
|
@@ -8637,14 +8684,14 @@ function render$33(e, t) {
|
|
|
8637
8684
|
}
|
|
8638
8685
|
var square_plus_default = {
|
|
8639
8686
|
name: "lucide-square-plus",
|
|
8640
|
-
render: render$
|
|
8641
|
-
}, _hoisted_1$
|
|
8687
|
+
render: render$34
|
|
8688
|
+
}, _hoisted_1$53 = {
|
|
8642
8689
|
viewBox: "0 0 24 24",
|
|
8643
8690
|
width: "1.2em",
|
|
8644
8691
|
height: "1.2em"
|
|
8645
8692
|
};
|
|
8646
|
-
function render$
|
|
8647
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8693
|
+
function render$33(e, t) {
|
|
8694
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createBaseVNode("g", {
|
|
8648
8695
|
fill: "none",
|
|
8649
8696
|
stroke: "currentColor",
|
|
8650
8697
|
"stroke-linecap": "round",
|
|
@@ -8654,14 +8701,14 @@ function render$32(e, t) {
|
|
|
8654
8701
|
}
|
|
8655
8702
|
var sticky_note_default = {
|
|
8656
8703
|
name: "lucide-sticky-note",
|
|
8657
|
-
render: render$
|
|
8658
|
-
}, _hoisted_1$
|
|
8704
|
+
render: render$33
|
|
8705
|
+
}, _hoisted_1$52 = {
|
|
8659
8706
|
viewBox: "0 0 24 24",
|
|
8660
8707
|
width: "1.2em",
|
|
8661
8708
|
height: "1.2em"
|
|
8662
8709
|
};
|
|
8663
|
-
function render$
|
|
8664
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8710
|
+
function render$32(e, t) {
|
|
8711
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createBaseVNode("g", {
|
|
8665
8712
|
fill: "none",
|
|
8666
8713
|
stroke: "currentColor",
|
|
8667
8714
|
"stroke-linecap": "round",
|
|
@@ -8675,14 +8722,14 @@ function render$31(e, t) {
|
|
|
8675
8722
|
}
|
|
8676
8723
|
var sun_default = {
|
|
8677
8724
|
name: "lucide-sun",
|
|
8678
|
-
render: render$
|
|
8679
|
-
}, _hoisted_1$
|
|
8725
|
+
render: render$32
|
|
8726
|
+
}, _hoisted_1$51 = {
|
|
8680
8727
|
viewBox: "0 0 24 24",
|
|
8681
8728
|
width: "1.2em",
|
|
8682
8729
|
height: "1.2em"
|
|
8683
8730
|
};
|
|
8684
|
-
function render$
|
|
8685
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8731
|
+
function render$31(e, t) {
|
|
8732
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createBaseVNode("g", {
|
|
8686
8733
|
fill: "none",
|
|
8687
8734
|
stroke: "currentColor",
|
|
8688
8735
|
"stroke-linecap": "round",
|
|
@@ -8702,14 +8749,14 @@ function render$30(e, t) {
|
|
|
8702
8749
|
}
|
|
8703
8750
|
var table_default = {
|
|
8704
8751
|
name: "lucide-table",
|
|
8705
|
-
render: render$
|
|
8706
|
-
}, _hoisted_1$
|
|
8752
|
+
render: render$31
|
|
8753
|
+
}, _hoisted_1$50 = {
|
|
8707
8754
|
viewBox: "0 0 24 24",
|
|
8708
8755
|
width: "1.2em",
|
|
8709
8756
|
height: "1.2em"
|
|
8710
8757
|
};
|
|
8711
|
-
function render$
|
|
8712
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8758
|
+
function render$30(e, t) {
|
|
8759
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createBaseVNode("g", {
|
|
8713
8760
|
fill: "none",
|
|
8714
8761
|
stroke: "currentColor",
|
|
8715
8762
|
"stroke-linecap": "round",
|
|
@@ -8728,14 +8775,14 @@ function render$29(e, t) {
|
|
|
8728
8775
|
}
|
|
8729
8776
|
var tags_default = {
|
|
8730
8777
|
name: "lucide-tags",
|
|
8731
|
-
render: render$
|
|
8732
|
-
}, _hoisted_1$
|
|
8778
|
+
render: render$30
|
|
8779
|
+
}, _hoisted_1$49 = {
|
|
8733
8780
|
viewBox: "0 0 24 24",
|
|
8734
8781
|
width: "1.2em",
|
|
8735
8782
|
height: "1.2em"
|
|
8736
8783
|
};
|
|
8737
|
-
function render$
|
|
8738
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8784
|
+
function render$29(e, t) {
|
|
8785
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createBaseVNode("path", {
|
|
8739
8786
|
fill: "none",
|
|
8740
8787
|
stroke: "currentColor",
|
|
8741
8788
|
"stroke-linecap": "round",
|
|
@@ -8746,14 +8793,14 @@ function render$28(e, t) {
|
|
|
8746
8793
|
}
|
|
8747
8794
|
var terminal_default = {
|
|
8748
8795
|
name: "lucide-terminal",
|
|
8749
|
-
render: render$
|
|
8750
|
-
}, _hoisted_1$
|
|
8796
|
+
render: render$29
|
|
8797
|
+
}, _hoisted_1$48 = {
|
|
8751
8798
|
viewBox: "0 0 24 24",
|
|
8752
8799
|
width: "1.2em",
|
|
8753
8800
|
height: "1.2em"
|
|
8754
8801
|
};
|
|
8755
|
-
function render$
|
|
8756
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8802
|
+
function render$28(e, t) {
|
|
8803
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createBaseVNode("path", {
|
|
8757
8804
|
fill: "none",
|
|
8758
8805
|
stroke: "currentColor",
|
|
8759
8806
|
"stroke-linecap": "round",
|
|
@@ -8764,14 +8811,14 @@ function render$27(e, t) {
|
|
|
8764
8811
|
}
|
|
8765
8812
|
var thumbs_down_default = {
|
|
8766
8813
|
name: "lucide-thumbs-down",
|
|
8767
|
-
render: render$
|
|
8768
|
-
}, _hoisted_1$
|
|
8814
|
+
render: render$28
|
|
8815
|
+
}, _hoisted_1$47 = {
|
|
8769
8816
|
viewBox: "0 0 24 24",
|
|
8770
8817
|
width: "1.2em",
|
|
8771
8818
|
height: "1.2em"
|
|
8772
8819
|
};
|
|
8773
|
-
function render$
|
|
8774
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
8820
|
+
function render$27(e, t) {
|
|
8821
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createBaseVNode("path", {
|
|
8775
8822
|
fill: "none",
|
|
8776
8823
|
stroke: "currentColor",
|
|
8777
8824
|
"stroke-linecap": "round",
|
|
@@ -8782,6 +8829,27 @@ function render$26(e, t) {
|
|
|
8782
8829
|
}
|
|
8783
8830
|
var thumbs_up_default = {
|
|
8784
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",
|
|
8785
8853
|
render: render$26
|
|
8786
8854
|
}, _hoisted_1$45 = {
|
|
8787
8855
|
viewBox: "0 0 24 24",
|
|
@@ -9424,6 +9492,7 @@ const deprecatedIconSet = {
|
|
|
9424
9492
|
tasks: list_checks_default,
|
|
9425
9493
|
terminal: terminal_default,
|
|
9426
9494
|
"th-large": grid_2x2_default,
|
|
9495
|
+
timer: timer_default,
|
|
9427
9496
|
thumbtack: pin_default,
|
|
9428
9497
|
"thumbs-down": thumbs_down_default,
|
|
9429
9498
|
"thumbs-up": thumbs_up_default,
|
|
@@ -9599,6 +9668,7 @@ const deprecatedIconSet = {
|
|
|
9599
9668
|
"messages-square": messages_square_default,
|
|
9600
9669
|
mic: mic_default,
|
|
9601
9670
|
milestone: milestone_default,
|
|
9671
|
+
minus: minus_default,
|
|
9602
9672
|
"mouse-pointer": mouse_pointer_default,
|
|
9603
9673
|
network: network_default,
|
|
9604
9674
|
"notebook-pen": notebook_pen_default,
|
|
@@ -9636,6 +9706,7 @@ const deprecatedIconSet = {
|
|
|
9636
9706
|
sparkles: sparkles_default,
|
|
9637
9707
|
square: square_default,
|
|
9638
9708
|
"square-check": square_check_default,
|
|
9709
|
+
"square-minus": square_minus_default,
|
|
9639
9710
|
"square-pen": square_pen_default,
|
|
9640
9711
|
"square-plus": square_plus_default,
|
|
9641
9712
|
"sticky-note": sticky_note_default,
|