@n8n/chat 1.0.0 → 1.2.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.
@@ -1,4 +1,4 @@
1
- /*! Package version @n8n/chat@1.0.0 */
1
+ /*! Package version @n8n/chat@1.2.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, {
@@ -3346,12 +3346,13 @@ async function sendWithFiles(e, t, n, r) {
3346
3346
  let i = new FormData();
3347
3347
  i.append("action", "sendMessage"), i.append(r.chatSessionKey, n), i.append(r.chatInputKey, e), r.metadata && i.append("metadata", JSON.stringify(r.metadata));
3348
3348
  for (let e of t) i.append("files", e);
3349
- return await fetch(r.webhookUrl, {
3349
+ let o = {
3350
+ Accept: "text/plain",
3351
+ ...r.webhookConfig?.headers
3352
+ };
3353
+ return delete o["Content-Type"], await fetch(r.webhookUrl, {
3350
3354
  method: "POST",
3351
- headers: {
3352
- Accept: "text/plain",
3353
- ...r.webhookConfig?.headers
3354
- },
3355
+ headers: o,
3355
3356
  body: i
3356
3357
  });
3357
3358
  }
@@ -5072,29 +5073,29 @@ function xml(e) {
5072
5073
  ]
5073
5074
  };
5074
5075
  }
5075
- var _hoisted_1$228 = {
5076
+ var _hoisted_1$233 = {
5076
5077
  viewBox: "0 0 24 24",
5077
5078
  width: "1.2em",
5078
5079
  height: "1.2em"
5079
5080
  };
5080
- function render$201(e, t) {
5081
- return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createBaseVNode("path", {
5081
+ function render$206(e, t) {
5082
+ return openBlock(), createElementBlock("svg", _hoisted_1$233, t[0] ||= [createBaseVNode("path", {
5082
5083
  fill: "currentColor",
5083
5084
  d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z"
5084
5085
  }, null, -1)]);
5085
5086
  }
5086
5087
  var close_default = {
5087
5088
  name: "mdi-close",
5088
- render: render$201
5089
+ render: render$206
5089
5090
  }, __plugin_vue_export_helper_default = (e, t) => {
5090
5091
  let n = e.__vccOpts || e;
5091
5092
  for (let [e, r] of t) n[e] = r;
5092
5093
  return n;
5093
- }, _sfc_main$11 = {}, _hoisted_1$227 = { class: "chat-button" };
5094
- function _sfc_render$11(e, t) {
5095
- return openBlock(), createElementBlock("button", _hoisted_1$227, [renderSlot(e.$slots, "default")]);
5094
+ }, _sfc_main$9 = {}, _hoisted_1$232 = { class: "chat-button" };
5095
+ function _sfc_render$9(e, t) {
5096
+ return openBlock(), createElementBlock("button", _hoisted_1$232, [renderSlot(e.$slots, "default")]);
5096
5097
  }
5097
- var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
5098
+ var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$9, [["render", _sfc_render$9]]);
5098
5099
  function useChat() {
5099
5100
  return inject(ChatSymbol);
5100
5101
  }
@@ -5115,24 +5116,24 @@ function useI18n() {
5115
5116
  te: r
5116
5117
  };
5117
5118
  }
5118
- var _hoisted_1$226 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
5119
+ var _hoisted_1$231 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
5119
5120
  __name: "GetStarted",
5120
5121
  setup(e) {
5121
5122
  let { t } = useI18n();
5122
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$226, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
5123
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$231, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
5123
5124
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
5124
5125
  _: 1
5125
5126
  })]));
5126
5127
  }
5127
- }), _sfc_main$10 = {}, _hoisted_1$225 = { class: "chat-powered-by" };
5128
- function _sfc_render$10(e, t) {
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)]);
5128
+ }), _sfc_main$8 = {}, _hoisted_1$230 = { class: "chat-powered-by" };
5129
+ function _sfc_render$8(e, t) {
5130
+ return openBlock(), createElementBlock("div", _hoisted_1$230, t[0] ||= [createTextVNode(" Powered by "), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
5130
5131
  }
5131
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$224 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
5132
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$229 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
5132
5133
  __name: "GetStartedFooter",
5133
5134
  setup(e) {
5134
5135
  let { t, te: n } = useI18n();
5135
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$224, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
5136
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$229, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
5136
5137
  }
5137
5138
  });
5138
5139
  function tryOnScopeDispose$1(e) {
@@ -5185,119 +5186,119 @@ function useFileDialog(e = {}) {
5185
5186
  onChange: r
5186
5187
  };
5187
5188
  }
5188
- var _hoisted_1$223 = {
5189
+ var _hoisted_1$228 = {
5189
5190
  viewBox: "0 0 24 24",
5190
5191
  width: "1.2em",
5191
5192
  height: "1.2em"
5192
5193
  };
5193
- function render$200(e, t) {
5194
- return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createBaseVNode("path", {
5194
+ function render$205(e, t) {
5195
+ return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createBaseVNode("path", {
5195
5196
  fill: "currentColor",
5196
5197
  d: "M16.5 6v11.5a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5A2.5 2.5 0 0 1 11 2.5A2.5 2.5 0 0 1 13.5 5v10.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1V6H10v9.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5V5a4 4 0 0 0-4-4a4 4 0 0 0-4 4v12.5a5.5 5.5 0 0 0 5.5 5.5a5.5 5.5 0 0 0 5.5-5.5V6z"
5197
5198
  }, null, -1)]);
5198
5199
  }
5199
5200
  var paperclip_default$1 = {
5200
5201
  name: "mdi-paperclip",
5201
- render: render$200
5202
- }, _hoisted_1$222 = {
5202
+ render: render$205
5203
+ }, _hoisted_1$227 = {
5203
5204
  viewBox: "0 0 24 24",
5204
5205
  width: "1.2em",
5205
5206
  height: "1.2em"
5206
5207
  };
5207
- function render$199(e, t) {
5208
- return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createBaseVNode("path", {
5208
+ function render$204(e, t) {
5209
+ return openBlock(), createElementBlock("svg", _hoisted_1$227, t[0] ||= [createBaseVNode("path", {
5209
5210
  fill: "currentColor",
5210
5211
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
5211
5212
  }, null, -1)]);
5212
5213
  }
5213
5214
  var send_default$1 = {
5214
5215
  name: "mdi-send",
5215
- render: render$199
5216
- }, _hoisted_1$221 = {
5216
+ render: render$204
5217
+ }, _hoisted_1$226 = {
5217
5218
  viewBox: "0 0 24 24",
5218
5219
  width: "1.2em",
5219
5220
  height: "1.2em"
5220
5221
  };
5221
- function render$198(e, t) {
5222
- return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createBaseVNode("path", {
5222
+ function render$203(e, t) {
5223
+ return openBlock(), createElementBlock("svg", _hoisted_1$226, t[0] ||= [createBaseVNode("path", {
5223
5224
  fill: "currentColor",
5224
5225
  d: "M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12z"
5225
5226
  }, null, -1)]);
5226
5227
  }
5227
5228
  var closeThick_default = {
5228
5229
  name: "mdi-closeThick",
5229
- render: render$198
5230
- }, _hoisted_1$220 = {
5230
+ render: render$203
5231
+ }, _hoisted_1$225 = {
5231
5232
  viewBox: "0 0 24 24",
5232
5233
  width: "1.2em",
5233
5234
  height: "1.2em"
5234
5235
  };
5235
- function render$197(e, t) {
5236
- return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createBaseVNode("path", {
5236
+ function render$202(e, t) {
5237
+ return openBlock(), createElementBlock("svg", _hoisted_1$225, t[0] ||= [createBaseVNode("path", {
5237
5238
  fill: "currentColor",
5238
5239
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"
5239
5240
  }, null, -1)]);
5240
5241
  }
5241
5242
  var fileImage_default = {
5242
5243
  name: "mdi-fileImage",
5243
- render: render$197
5244
- }, _hoisted_1$219 = {
5244
+ render: render$202
5245
+ }, _hoisted_1$224 = {
5245
5246
  viewBox: "0 0 24 24",
5246
5247
  width: "1.2em",
5247
5248
  height: "1.2em"
5248
5249
  };
5249
- function render$196(e, t) {
5250
- return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createBaseVNode("path", {
5250
+ function render$201(e, t) {
5251
+ return openBlock(), createElementBlock("svg", _hoisted_1$224, t[0] ||= [createBaseVNode("path", {
5251
5252
  fill: "currentColor",
5252
5253
  d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z"
5253
5254
  }, null, -1)]);
5254
5255
  }
5255
5256
  var fileMusic_default = {
5256
5257
  name: "mdi-fileMusic",
5257
- render: render$196
5258
- }, _hoisted_1$218 = {
5258
+ render: render$201
5259
+ }, _hoisted_1$223 = {
5259
5260
  viewBox: "0 0 24 24",
5260
5261
  width: "1.2em",
5261
5262
  height: "1.2em"
5262
5263
  };
5263
- function render$195(e, t) {
5264
- return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createBaseVNode("path", {
5264
+ function render$200(e, t) {
5265
+ return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createBaseVNode("path", {
5265
5266
  fill: "currentColor",
5266
5267
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z"
5267
5268
  }, null, -1)]);
5268
5269
  }
5269
5270
  var fileText_default = {
5270
5271
  name: "mdi-fileText",
5271
- render: render$195
5272
- }, _hoisted_1$217 = {
5272
+ render: render$200
5273
+ }, _hoisted_1$222 = {
5273
5274
  viewBox: "0 0 24 24",
5274
5275
  width: "1.2em",
5275
5276
  height: "1.2em"
5276
5277
  };
5277
- function render$194(e, t) {
5278
- return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
5278
+ function render$199(e, t) {
5279
+ return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createBaseVNode("path", {
5279
5280
  fill: "currentColor",
5280
5281
  d: "M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z"
5281
5282
  }, null, -1)]);
5282
5283
  }
5283
5284
  var fileVideo_default = {
5284
5285
  name: "mdi-fileVideo",
5285
- render: render$194
5286
- }, _hoisted_1$216 = {
5286
+ render: render$199
5287
+ }, _hoisted_1$221 = {
5287
5288
  viewBox: "0 0 24 24",
5288
5289
  width: "1.2em",
5289
5290
  height: "1.2em"
5290
5291
  };
5291
- function render$193(e, t) {
5292
- return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("path", {
5292
+ function render$198(e, t) {
5293
+ return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createBaseVNode("path", {
5293
5294
  fill: "currentColor",
5294
5295
  d: "M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z"
5295
5296
  }, null, -1)]);
5296
5297
  }
5297
5298
  var openInNew_default = {
5298
5299
  name: "mdi-openInNew",
5299
- render: render$193
5300
- }, _hoisted_1$215 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
5300
+ render: render$198
5301
+ }, _hoisted_1$220 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
5301
5302
  __name: "ChatFile",
5302
5303
  props: {
5303
5304
  file: {},
@@ -5328,7 +5329,7 @@ var openInNew_default = {
5328
5329
  onClick: s
5329
5330
  }, [
5330
5331
  createVNode(unref(o), { class: "chat-icon" }),
5331
- createBaseVNode("p", _hoisted_1$215, toDisplayString(e.file.name), 1),
5332
+ createBaseVNode("p", _hoisted_1$220, toDisplayString(e.file.name), 1),
5332
5333
  e.isRemovable ? (openBlock(), createElementBlock("span", {
5333
5334
  key: 0,
5334
5335
  class: "chat-file-delete",
@@ -5339,7 +5340,7 @@ var openInNew_default = {
5339
5340
  })) : createCommentVNode("", !0)
5340
5341
  ]));
5341
5342
  }
5342
- }), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$214 = { class: "chat-inputs" }, _hoisted_2$16 = {
5343
+ }), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$219 = { class: "chat-inputs" }, _hoisted_2$16 = {
5343
5344
  key: 0,
5344
5345
  class: "chat-input-left-panel"
5345
5346
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -5479,7 +5480,7 @@ var openInNew_default = {
5479
5480
  class: "chat-input",
5480
5481
  style: normalizeStyle(T.value),
5481
5482
  onKeydown: withModifiers(z, ["stop"])
5482
- }, [createBaseVNode("div", _hoisted_1$214, [
5483
+ }, [createBaseVNode("div", _hoisted_1$219, [
5483
5484
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
5484
5485
  withDirectives(createBaseVNode("textarea", {
5485
5486
  ref_key: "chatTextArea",
@@ -5518,7 +5519,7 @@ var openInNew_default = {
5518
5519
  onRemove: R
5519
5520
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
5520
5521
  }
5521
- }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$213 = { class: "chat-layout" }, _hoisted_2$15 = {
5522
+ }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$218 = { class: "chat-layout" }, _hoisted_2$15 = {
5522
5523
  key: 0,
5523
5524
  class: "chat-header"
5524
5525
  }, _hoisted_3$5 = {
@@ -5536,7 +5537,7 @@ var openInNew_default = {
5536
5537
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
5537
5538
  }), onBeforeUnmount(() => {
5538
5539
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
5539
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$213, [
5540
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$218, [
5540
5541
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
5541
5542
  e.$slots.default ? (openBlock(), createElementBlock("div", {
5542
5543
  key: 1,
@@ -5547,13 +5548,13 @@ var openInNew_default = {
5547
5548
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
5548
5549
  ]));
5549
5550
  }
5550
- }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$212 = {
5551
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$217 = {
5551
5552
  viewBox: "0 0 24 24",
5552
5553
  width: "1.2em",
5553
5554
  height: "1.2em"
5554
5555
  };
5555
- function render$192(e, t) {
5556
- return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createBaseVNode("path", {
5556
+ function render$197(e, t) {
5557
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createBaseVNode("path", {
5557
5558
  fill: "none",
5558
5559
  stroke: "currentColor",
5559
5560
  "stroke-linecap": "round",
@@ -5564,14 +5565,14 @@ function render$192(e, t) {
5564
5565
  }
5565
5566
  var align_right_default = {
5566
5567
  name: "lucide-align-right",
5567
- render: render$192
5568
- }, _hoisted_1$211 = {
5568
+ render: render$197
5569
+ }, _hoisted_1$216 = {
5569
5570
  viewBox: "0 0 24 24",
5570
5571
  width: "1.2em",
5571
5572
  height: "1.2em"
5572
5573
  };
5573
- function render$191(e, t) {
5574
- return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createBaseVNode("g", {
5574
+ function render$196(e, t) {
5575
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createBaseVNode("g", {
5575
5576
  fill: "none",
5576
5577
  stroke: "currentColor",
5577
5578
  "stroke-linecap": "round",
@@ -5587,14 +5588,14 @@ function render$191(e, t) {
5587
5588
  }
5588
5589
  var archive_default = {
5589
5590
  name: "lucide-archive",
5590
- render: render$191
5591
- }, _hoisted_1$210 = {
5591
+ render: render$196
5592
+ }, _hoisted_1$215 = {
5592
5593
  viewBox: "0 0 24 24",
5593
5594
  width: "1.2em",
5594
5595
  height: "1.2em"
5595
5596
  };
5596
- function render$190(e, t) {
5597
- return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createBaseVNode("g", {
5597
+ function render$195(e, t) {
5598
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createBaseVNode("g", {
5598
5599
  fill: "none",
5599
5600
  stroke: "currentColor",
5600
5601
  "stroke-linecap": "round",
@@ -5610,14 +5611,14 @@ function render$190(e, t) {
5610
5611
  }
5611
5612
  var archive_restore_default = {
5612
5613
  name: "lucide-archive-restore",
5613
- render: render$190
5614
- }, _hoisted_1$209 = {
5614
+ render: render$195
5615
+ }, _hoisted_1$214 = {
5615
5616
  viewBox: "0 0 24 24",
5616
5617
  width: "1.2em",
5617
5618
  height: "1.2em"
5618
5619
  };
5619
- function render$189(e, t) {
5620
- return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createBaseVNode("path", {
5620
+ function render$194(e, t) {
5621
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createBaseVNode("path", {
5621
5622
  fill: "none",
5622
5623
  stroke: "currentColor",
5623
5624
  "stroke-linecap": "round",
@@ -5628,14 +5629,14 @@ function render$189(e, t) {
5628
5629
  }
5629
5630
  var arrow_down_default$1 = {
5630
5631
  name: "lucide-arrow-down",
5631
- render: render$189
5632
- }, _hoisted_1$208 = {
5632
+ render: render$194
5633
+ }, _hoisted_1$213 = {
5633
5634
  viewBox: "0 0 24 24",
5634
5635
  width: "1.2em",
5635
5636
  height: "1.2em"
5636
5637
  };
5637
- function render$188(e, t) {
5638
- return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("path", {
5638
+ function render$193(e, t) {
5639
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createBaseVNode("path", {
5639
5640
  fill: "none",
5640
5641
  stroke: "currentColor",
5641
5642
  "stroke-linecap": "round",
@@ -5646,14 +5647,14 @@ function render$188(e, t) {
5646
5647
  }
5647
5648
  var arrow_left_default$1 = {
5648
5649
  name: "lucide-arrow-left",
5649
- render: render$188
5650
- }, _hoisted_1$207 = {
5650
+ render: render$193
5651
+ }, _hoisted_1$212 = {
5651
5652
  viewBox: "0 0 24 24",
5652
5653
  width: "1.2em",
5653
5654
  height: "1.2em"
5654
5655
  };
5655
- function render$187(e, t) {
5656
- return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("path", {
5656
+ function render$192(e, t) {
5657
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createBaseVNode("path", {
5657
5658
  fill: "none",
5658
5659
  stroke: "currentColor",
5659
5660
  "stroke-linecap": "round",
@@ -5664,14 +5665,14 @@ function render$187(e, t) {
5664
5665
  }
5665
5666
  var arrow_left_right_default = {
5666
5667
  name: "lucide-arrow-left-right",
5667
- render: render$187
5668
- }, _hoisted_1$206 = {
5668
+ render: render$192
5669
+ }, _hoisted_1$211 = {
5669
5670
  viewBox: "0 0 24 24",
5670
5671
  width: "1.2em",
5671
5672
  height: "1.2em"
5672
5673
  };
5673
- function render$186(e, t) {
5674
- return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("path", {
5674
+ function render$191(e, t) {
5675
+ return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createBaseVNode("path", {
5675
5676
  fill: "none",
5676
5677
  stroke: "currentColor",
5677
5678
  "stroke-linecap": "round",
@@ -5682,14 +5683,14 @@ function render$186(e, t) {
5682
5683
  }
5683
5684
  var arrow_right_default$1 = {
5684
5685
  name: "lucide-arrow-right",
5685
- render: render$186
5686
- }, _hoisted_1$205 = {
5686
+ render: render$191
5687
+ }, _hoisted_1$210 = {
5687
5688
  viewBox: "0 0 24 24",
5688
5689
  width: "1.2em",
5689
5690
  height: "1.2em"
5690
5691
  };
5691
- function render$185(e, t) {
5692
- return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("path", {
5692
+ function render$190(e, t) {
5693
+ return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createBaseVNode("path", {
5693
5694
  fill: "none",
5694
5695
  stroke: "currentColor",
5695
5696
  "stroke-linecap": "round",
@@ -5700,14 +5701,14 @@ function render$185(e, t) {
5700
5701
  }
5701
5702
  var arrow_right_from_line_default = {
5702
5703
  name: "lucide-arrow-right-from-line",
5703
- render: render$185
5704
- }, _hoisted_1$204 = {
5704
+ render: render$190
5705
+ }, _hoisted_1$209 = {
5705
5706
  viewBox: "0 0 24 24",
5706
5707
  width: "1.2em",
5707
5708
  height: "1.2em"
5708
5709
  };
5709
- function render$184(e, t) {
5710
- return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
5710
+ function render$189(e, t) {
5711
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createBaseVNode("path", {
5711
5712
  fill: "none",
5712
5713
  stroke: "currentColor",
5713
5714
  "stroke-linecap": "round",
@@ -5718,14 +5719,14 @@ function render$184(e, t) {
5718
5719
  }
5719
5720
  var arrow_right_to_line_default = {
5720
5721
  name: "lucide-arrow-right-to-line",
5721
- render: render$184
5722
- }, _hoisted_1$203 = {
5722
+ render: render$189
5723
+ }, _hoisted_1$208 = {
5723
5724
  viewBox: "0 0 24 24",
5724
5725
  width: "1.2em",
5725
5726
  height: "1.2em"
5726
5727
  };
5727
- function render$183(e, t) {
5728
- return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
5728
+ function render$188(e, t) {
5729
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createBaseVNode("path", {
5729
5730
  fill: "none",
5730
5731
  stroke: "currentColor",
5731
5732
  "stroke-linecap": "round",
@@ -5736,14 +5737,32 @@ function render$183(e, t) {
5736
5737
  }
5737
5738
  var arrow_up_default = {
5738
5739
  name: "lucide-arrow-up",
5739
- render: render$183
5740
- }, _hoisted_1$202 = {
5740
+ render: render$188
5741
+ }, _hoisted_1$207 = {
5741
5742
  viewBox: "0 0 24 24",
5742
5743
  width: "1.2em",
5743
5744
  height: "1.2em"
5744
5745
  };
5745
- function render$182(e, t) {
5746
- return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("g", {
5746
+ function render$187(e, t) {
5747
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createBaseVNode("path", {
5748
+ fill: "none",
5749
+ stroke: "currentColor",
5750
+ "stroke-linecap": "round",
5751
+ "stroke-linejoin": "round",
5752
+ "stroke-width": "2",
5753
+ d: "M7 7h10v10M7 17L17 7"
5754
+ }, null, -1)]);
5755
+ }
5756
+ var arrow_up_right_default = {
5757
+ name: "lucide-arrow-up-right",
5758
+ render: render$187
5759
+ }, _hoisted_1$206 = {
5760
+ viewBox: "0 0 24 24",
5761
+ width: "1.2em",
5762
+ height: "1.2em"
5763
+ };
5764
+ function render$186(e, t) {
5765
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createBaseVNode("g", {
5747
5766
  fill: "none",
5748
5767
  stroke: "currentColor",
5749
5768
  "stroke-linecap": "round",
@@ -5757,14 +5776,14 @@ function render$182(e, t) {
5757
5776
  }
5758
5777
  var at_sign_default = {
5759
5778
  name: "lucide-at-sign",
5760
- render: render$182
5761
- }, _hoisted_1$201 = {
5779
+ render: render$186
5780
+ }, _hoisted_1$205 = {
5762
5781
  viewBox: "0 0 24 24",
5763
5782
  width: "1.2em",
5764
5783
  height: "1.2em"
5765
5784
  };
5766
- function render$181(e, t) {
5767
- return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("g", {
5785
+ function render$185(e, t) {
5786
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createBaseVNode("g", {
5768
5787
  fill: "none",
5769
5788
  stroke: "currentColor",
5770
5789
  "stroke-linecap": "round",
@@ -5778,14 +5797,14 @@ function render$181(e, t) {
5778
5797
  }
5779
5798
  var ban_default = {
5780
5799
  name: "lucide-ban",
5781
- render: render$181
5782
- }, _hoisted_1$200 = {
5800
+ render: render$185
5801
+ }, _hoisted_1$204 = {
5783
5802
  viewBox: "0 0 24 24",
5784
5803
  width: "1.2em",
5785
5804
  height: "1.2em"
5786
5805
  };
5787
- function render$180(e, t) {
5788
- return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("path", {
5806
+ function render$184(e, t) {
5807
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createBaseVNode("path", {
5789
5808
  fill: "none",
5790
5809
  stroke: "currentColor",
5791
5810
  "stroke-linecap": "round",
@@ -5796,14 +5815,14 @@ function render$180(e, t) {
5796
5815
  }
5797
5816
  var bell_default = {
5798
5817
  name: "lucide-bell",
5799
- render: render$180
5800
- }, _hoisted_1$199 = {
5818
+ render: render$184
5819
+ }, _hoisted_1$203 = {
5801
5820
  viewBox: "0 0 24 24",
5802
5821
  width: "1.2em",
5803
5822
  height: "1.2em"
5804
5823
  };
5805
- function render$179(e, t) {
5806
- return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("path", {
5824
+ function render$183(e, t) {
5825
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createBaseVNode("path", {
5807
5826
  fill: "none",
5808
5827
  stroke: "currentColor",
5809
5828
  "stroke-linecap": "round",
@@ -5814,14 +5833,14 @@ function render$179(e, t) {
5814
5833
  }
5815
5834
  var book_default = {
5816
5835
  name: "lucide-book",
5817
- render: render$179
5818
- }, _hoisted_1$198 = {
5836
+ render: render$183
5837
+ }, _hoisted_1$202 = {
5819
5838
  viewBox: "0 0 24 24",
5820
5839
  width: "1.2em",
5821
5840
  height: "1.2em"
5822
5841
  };
5823
- function render$178(e, t) {
5824
- return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("path", {
5842
+ function render$182(e, t) {
5843
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createBaseVNode("path", {
5825
5844
  fill: "none",
5826
5845
  stroke: "currentColor",
5827
5846
  "stroke-linecap": "round",
@@ -5832,14 +5851,14 @@ function render$178(e, t) {
5832
5851
  }
5833
5852
  var book_open_default = {
5834
5853
  name: "lucide-book-open",
5835
- render: render$178
5836
- }, _hoisted_1$197 = {
5854
+ render: render$182
5855
+ }, _hoisted_1$201 = {
5837
5856
  viewBox: "0 0 24 24",
5838
5857
  width: "1.2em",
5839
5858
  height: "1.2em"
5840
5859
  };
5841
- function render$177(e, t) {
5842
- return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("g", {
5860
+ function render$181(e, t) {
5861
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createBaseVNode("g", {
5843
5862
  fill: "none",
5844
5863
  stroke: "currentColor",
5845
5864
  "stroke-linecap": "round",
@@ -5859,14 +5878,14 @@ function render$177(e, t) {
5859
5878
  }
5860
5879
  var bot_default = {
5861
5880
  name: "lucide-bot",
5862
- render: render$177
5863
- }, _hoisted_1$196 = {
5881
+ render: render$181
5882
+ }, _hoisted_1$200 = {
5864
5883
  viewBox: "0 0 24 24",
5865
5884
  width: "1.2em",
5866
5885
  height: "1.2em"
5867
5886
  };
5868
- function render$176(e, t) {
5869
- return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("g", {
5887
+ function render$180(e, t) {
5888
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createBaseVNode("g", {
5870
5889
  fill: "none",
5871
5890
  stroke: "currentColor",
5872
5891
  "stroke-linecap": "round",
@@ -5876,14 +5895,14 @@ function render$176(e, t) {
5876
5895
  }
5877
5896
  var box_default = {
5878
5897
  name: "lucide-box",
5879
- render: render$176
5880
- }, _hoisted_1$195 = {
5898
+ render: render$180
5899
+ }, _hoisted_1$199 = {
5881
5900
  viewBox: "0 0 24 24",
5882
5901
  width: "1.2em",
5883
5902
  height: "1.2em"
5884
5903
  };
5885
- function render$175(e, t) {
5886
- return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("path", {
5904
+ function render$179(e, t) {
5905
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createBaseVNode("path", {
5887
5906
  fill: "none",
5888
5907
  stroke: "currentColor",
5889
5908
  "stroke-linecap": "round",
@@ -5894,14 +5913,14 @@ function render$175(e, t) {
5894
5913
  }
5895
5914
  var braces_default = {
5896
5915
  name: "lucide-braces",
5897
- render: render$175
5898
- }, _hoisted_1$194 = {
5916
+ render: render$179
5917
+ }, _hoisted_1$198 = {
5899
5918
  viewBox: "0 0 24 24",
5900
5919
  width: "1.2em",
5901
5920
  height: "1.2em"
5902
5921
  };
5903
- function render$174(e, t) {
5904
- return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("g", {
5922
+ function render$178(e, t) {
5923
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createBaseVNode("g", {
5905
5924
  fill: "none",
5906
5925
  stroke: "currentColor",
5907
5926
  "stroke-linecap": "round",
@@ -5915,14 +5934,14 @@ function render$174(e, t) {
5915
5934
  }
5916
5935
  var brain_default = {
5917
5936
  name: "lucide-brain",
5918
- render: render$174
5919
- }, _hoisted_1$193 = {
5937
+ render: render$178
5938
+ }, _hoisted_1$197 = {
5920
5939
  viewBox: "0 0 24 24",
5921
5940
  width: "1.2em",
5922
5941
  height: "1.2em"
5923
5942
  };
5924
- function render$173(e, t) {
5925
- return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("g", {
5943
+ function render$177(e, t) {
5944
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createBaseVNode("g", {
5926
5945
  fill: "none",
5927
5946
  stroke: "currentColor",
5928
5947
  "stroke-linecap": "round",
@@ -5936,14 +5955,14 @@ function render$173(e, t) {
5936
5955
  }
5937
5956
  var bug_default = {
5938
5957
  name: "lucide-bug",
5939
- render: render$173
5940
- }, _hoisted_1$192 = {
5958
+ render: render$177
5959
+ }, _hoisted_1$196 = {
5941
5960
  viewBox: "0 0 24 24",
5942
5961
  width: "1.2em",
5943
5962
  height: "1.2em"
5944
5963
  };
5945
- function render$172(e, t) {
5946
- return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("g", {
5964
+ function render$176(e, t) {
5965
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createBaseVNode("g", {
5947
5966
  fill: "none",
5948
5967
  stroke: "currentColor",
5949
5968
  "stroke-linecap": "round",
@@ -5959,14 +5978,14 @@ function render$172(e, t) {
5959
5978
  }
5960
5979
  var calculator_default = {
5961
5980
  name: "lucide-calculator",
5962
- render: render$172
5963
- }, _hoisted_1$191 = {
5981
+ render: render$176
5982
+ }, _hoisted_1$195 = {
5964
5983
  viewBox: "0 0 24 24",
5965
5984
  width: "1.2em",
5966
5985
  height: "1.2em"
5967
5986
  };
5968
- function render$171(e, t) {
5969
- return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("g", {
5987
+ function render$175(e, t) {
5988
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createBaseVNode("g", {
5970
5989
  fill: "none",
5971
5990
  stroke: "currentColor",
5972
5991
  "stroke-linecap": "round",
@@ -5986,14 +6005,14 @@ function render$171(e, t) {
5986
6005
  }
5987
6006
  var calendar_default = {
5988
6007
  name: "lucide-calendar",
5989
- render: render$171
5990
- }, _hoisted_1$190 = {
6008
+ render: render$175
6009
+ }, _hoisted_1$194 = {
5991
6010
  viewBox: "0 0 24 24",
5992
6011
  width: "1.2em",
5993
6012
  height: "1.2em"
5994
6013
  };
5995
- function render$170(e, t) {
5996
- return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("path", {
6014
+ function render$174(e, t) {
6015
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createBaseVNode("path", {
5997
6016
  fill: "none",
5998
6017
  stroke: "currentColor",
5999
6018
  "stroke-linecap": "round",
@@ -6004,14 +6023,14 @@ function render$170(e, t) {
6004
6023
  }
6005
6024
  var case_upper_default = {
6006
6025
  name: "lucide-case-upper",
6007
- render: render$170
6008
- }, _hoisted_1$189 = {
6026
+ render: render$174
6027
+ }, _hoisted_1$193 = {
6009
6028
  viewBox: "0 0 24 24",
6010
6029
  width: "1.2em",
6011
6030
  height: "1.2em"
6012
6031
  };
6013
- function render$169(e, t) {
6014
- return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("path", {
6032
+ function render$173(e, t) {
6033
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createBaseVNode("path", {
6015
6034
  fill: "none",
6016
6035
  stroke: "currentColor",
6017
6036
  "stroke-linecap": "round",
@@ -6022,14 +6041,14 @@ function render$169(e, t) {
6022
6041
  }
6023
6042
  var chart_column_decreasing_default = {
6024
6043
  name: "lucide-chart-column-decreasing",
6025
- render: render$169
6026
- }, _hoisted_1$188 = {
6044
+ render: render$173
6045
+ }, _hoisted_1$192 = {
6027
6046
  viewBox: "0 0 24 24",
6028
6047
  width: "1.2em",
6029
6048
  height: "1.2em"
6030
6049
  };
6031
- function render$168(e, t) {
6032
- return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("path", {
6050
+ function render$172(e, t) {
6051
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createBaseVNode("path", {
6033
6052
  fill: "none",
6034
6053
  stroke: "currentColor",
6035
6054
  "stroke-linecap": "round",
@@ -6040,14 +6059,14 @@ function render$168(e, t) {
6040
6059
  }
6041
6060
  var check_default = {
6042
6061
  name: "lucide-check",
6043
- render: render$168
6044
- }, _hoisted_1$187 = {
6062
+ render: render$172
6063
+ }, _hoisted_1$191 = {
6045
6064
  viewBox: "0 0 24 24",
6046
6065
  width: "1.2em",
6047
6066
  height: "1.2em"
6048
6067
  };
6049
- function render$167(e, t) {
6050
- return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("path", {
6068
+ function render$171(e, t) {
6069
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createBaseVNode("path", {
6051
6070
  fill: "none",
6052
6071
  stroke: "currentColor",
6053
6072
  "stroke-linecap": "round",
@@ -6058,14 +6077,14 @@ function render$167(e, t) {
6058
6077
  }
6059
6078
  var check_check_default = {
6060
6079
  name: "lucide-check-check",
6061
- render: render$167
6062
- }, _hoisted_1$186 = {
6080
+ render: render$171
6081
+ }, _hoisted_1$190 = {
6063
6082
  viewBox: "0 0 24 24",
6064
6083
  width: "1.2em",
6065
6084
  height: "1.2em"
6066
6085
  };
6067
- function render$166(e, t) {
6068
- return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
6086
+ function render$170(e, t) {
6087
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createBaseVNode("path", {
6069
6088
  fill: "none",
6070
6089
  stroke: "currentColor",
6071
6090
  "stroke-linecap": "round",
@@ -6076,14 +6095,14 @@ function render$166(e, t) {
6076
6095
  }
6077
6096
  var chevron_down_default$1 = {
6078
6097
  name: "lucide-chevron-down",
6079
- render: render$166
6080
- }, _hoisted_1$185 = {
6098
+ render: render$170
6099
+ }, _hoisted_1$189 = {
6081
6100
  viewBox: "0 0 24 24",
6082
6101
  width: "1.2em",
6083
6102
  height: "1.2em"
6084
6103
  };
6085
- function render$165(e, t) {
6086
- return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createBaseVNode("path", {
6104
+ function render$169(e, t) {
6105
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createBaseVNode("path", {
6087
6106
  fill: "none",
6088
6107
  stroke: "currentColor",
6089
6108
  "stroke-linecap": "round",
@@ -6094,15 +6113,15 @@ function render$165(e, t) {
6094
6113
  }
6095
6114
  var chevron_left_default = {
6096
6115
  name: "lucide-chevron-left",
6097
- render: render$165
6098
- }, _hoisted_1$184 = {
6116
+ render: render$169
6117
+ }, _hoisted_1$188 = {
6099
6118
  viewBox: "0 0 24 24",
6100
6119
  width: "1.2em",
6101
6120
  height: "1.2em"
6102
6121
  };
6103
- function render$164(e, t) {
6104
- return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createBaseVNode("path", {
6105
- fill: "none",
6122
+ function render$168(e, t) {
6123
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createBaseVNode("path", {
6124
+ fill: "none",
6106
6125
  stroke: "currentColor",
6107
6126
  "stroke-linecap": "round",
6108
6127
  "stroke-linejoin": "round",
@@ -6112,14 +6131,14 @@ function render$164(e, t) {
6112
6131
  }
6113
6132
  var chevron_right_default = {
6114
6133
  name: "lucide-chevron-right",
6115
- render: render$164
6116
- }, _hoisted_1$183 = {
6134
+ render: render$168
6135
+ }, _hoisted_1$187 = {
6117
6136
  viewBox: "0 0 24 24",
6118
6137
  width: "1.2em",
6119
6138
  height: "1.2em"
6120
6139
  };
6121
- function render$163(e, t) {
6122
- return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createBaseVNode("path", {
6140
+ function render$167(e, t) {
6141
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createBaseVNode("path", {
6123
6142
  fill: "none",
6124
6143
  stroke: "currentColor",
6125
6144
  "stroke-linecap": "round",
@@ -6130,14 +6149,14 @@ function render$163(e, t) {
6130
6149
  }
6131
6150
  var chevron_up_default = {
6132
6151
  name: "lucide-chevron-up",
6133
- render: render$163
6134
- }, _hoisted_1$182 = {
6152
+ render: render$167
6153
+ }, _hoisted_1$186 = {
6135
6154
  viewBox: "0 0 24 24",
6136
6155
  width: "1.2em",
6137
6156
  height: "1.2em"
6138
6157
  };
6139
- function render$162(e, t) {
6140
- return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createBaseVNode("path", {
6158
+ function render$166(e, t) {
6159
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createBaseVNode("path", {
6141
6160
  fill: "none",
6142
6161
  stroke: "currentColor",
6143
6162
  "stroke-linecap": "round",
@@ -6148,14 +6167,14 @@ function render$162(e, t) {
6148
6167
  }
6149
6168
  var chevrons_down_up_default = {
6150
6169
  name: "lucide-chevrons-down-up",
6151
- render: render$162
6152
- }, _hoisted_1$181 = {
6170
+ render: render$166
6171
+ }, _hoisted_1$185 = {
6153
6172
  viewBox: "0 0 24 24",
6154
6173
  width: "1.2em",
6155
6174
  height: "1.2em"
6156
6175
  };
6157
- function render$161(e, t) {
6158
- return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createBaseVNode("path", {
6176
+ function render$165(e, t) {
6177
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createBaseVNode("path", {
6159
6178
  fill: "none",
6160
6179
  stroke: "currentColor",
6161
6180
  "stroke-linecap": "round",
@@ -6166,14 +6185,14 @@ function render$161(e, t) {
6166
6185
  }
6167
6186
  var chevrons_left_default = {
6168
6187
  name: "lucide-chevrons-left",
6169
- render: render$161
6170
- }, _hoisted_1$180 = {
6188
+ render: render$165
6189
+ }, _hoisted_1$184 = {
6171
6190
  viewBox: "0 0 24 24",
6172
6191
  width: "1.2em",
6173
6192
  height: "1.2em"
6174
6193
  };
6175
- function render$160(e, t) {
6176
- return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createBaseVNode("path", {
6194
+ function render$164(e, t) {
6195
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createBaseVNode("path", {
6177
6196
  fill: "none",
6178
6197
  stroke: "currentColor",
6179
6198
  "stroke-linecap": "round",
@@ -6184,14 +6203,14 @@ function render$160(e, t) {
6184
6203
  }
6185
6204
  var chevrons_up_down_default = {
6186
6205
  name: "lucide-chevrons-up-down",
6187
- render: render$160
6188
- }, _hoisted_1$179 = {
6206
+ render: render$164
6207
+ }, _hoisted_1$183 = {
6189
6208
  viewBox: "0 0 24 24",
6190
6209
  width: "1.2em",
6191
6210
  height: "1.2em"
6192
6211
  };
6193
- function render$159(e, t) {
6194
- return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createBaseVNode("circle", {
6212
+ function render$163(e, t) {
6213
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createBaseVNode("circle", {
6195
6214
  cx: "12",
6196
6215
  cy: "12",
6197
6216
  r: "10",
@@ -6204,14 +6223,14 @@ function render$159(e, t) {
6204
6223
  }
6205
6224
  var circle_default = {
6206
6225
  name: "lucide-circle",
6207
- render: render$159
6208
- }, _hoisted_1$178 = {
6226
+ render: render$163
6227
+ }, _hoisted_1$182 = {
6209
6228
  viewBox: "0 0 24 24",
6210
6229
  width: "1.2em",
6211
6230
  height: "1.2em"
6212
6231
  };
6213
- function render$158(e, t) {
6214
- return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createBaseVNode("g", {
6232
+ function render$162(e, t) {
6233
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createBaseVNode("g", {
6215
6234
  fill: "none",
6216
6235
  stroke: "currentColor",
6217
6236
  "stroke-linecap": "round",
@@ -6225,14 +6244,14 @@ function render$158(e, t) {
6225
6244
  }
6226
6245
  var circle_alert_default = {
6227
6246
  name: "lucide-circle-alert",
6228
- render: render$158
6229
- }, _hoisted_1$177 = {
6247
+ render: render$162
6248
+ }, _hoisted_1$181 = {
6230
6249
  viewBox: "0 0 24 24",
6231
6250
  width: "1.2em",
6232
6251
  height: "1.2em"
6233
6252
  };
6234
- function render$157(e, t) {
6235
- return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createBaseVNode("g", {
6253
+ function render$161(e, t) {
6254
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createBaseVNode("g", {
6236
6255
  fill: "none",
6237
6256
  stroke: "currentColor",
6238
6257
  "stroke-linecap": "round",
@@ -6246,14 +6265,14 @@ function render$157(e, t) {
6246
6265
  }
6247
6266
  var circle_check_default$1 = {
6248
6267
  name: "lucide-circle-check",
6249
- render: render$157
6250
- }, _hoisted_1$176 = {
6268
+ render: render$161
6269
+ }, _hoisted_1$180 = {
6251
6270
  viewBox: "0 0 24 24",
6252
6271
  width: "1.2em",
6253
6272
  height: "1.2em"
6254
6273
  };
6255
- function render$156(e, t) {
6256
- return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("g", {
6274
+ function render$160(e, t) {
6275
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createBaseVNode("g", {
6257
6276
  fill: "none",
6258
6277
  stroke: "currentColor",
6259
6278
  "stroke-linecap": "round",
@@ -6271,14 +6290,35 @@ function render$156(e, t) {
6271
6290
  }
6272
6291
  var circle_dot_default = {
6273
6292
  name: "lucide-circle-dot",
6274
- render: render$156
6275
- }, _hoisted_1$175 = {
6293
+ render: render$160
6294
+ }, _hoisted_1$179 = {
6276
6295
  viewBox: "0 0 24 24",
6277
6296
  width: "1.2em",
6278
6297
  height: "1.2em"
6279
6298
  };
6280
- function render$155(e, t) {
6281
- return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("g", {
6299
+ function render$159(e, t) {
6300
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createBaseVNode("g", {
6301
+ fill: "none",
6302
+ stroke: "currentColor",
6303
+ "stroke-linecap": "round",
6304
+ "stroke-linejoin": "round",
6305
+ "stroke-width": "2"
6306
+ }, [createBaseVNode("circle", {
6307
+ cx: "12",
6308
+ cy: "12",
6309
+ r: "10"
6310
+ }), createBaseVNode("path", { d: "M17 12h.01M12 12h.01M7 12h.01" })], -1)]);
6311
+ }
6312
+ var circle_ellipsis_default = {
6313
+ name: "lucide-circle-ellipsis",
6314
+ render: render$159
6315
+ }, _hoisted_1$178 = {
6316
+ viewBox: "0 0 24 24",
6317
+ width: "1.2em",
6318
+ height: "1.2em"
6319
+ };
6320
+ function render$158(e, t) {
6321
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createBaseVNode("g", {
6282
6322
  fill: "none",
6283
6323
  stroke: "currentColor",
6284
6324
  "stroke-linecap": "round",
@@ -6292,14 +6332,14 @@ function render$155(e, t) {
6292
6332
  }
6293
6333
  var circle_help_default = {
6294
6334
  name: "lucide-circle-help",
6295
- render: render$155
6296
- }, _hoisted_1$174 = {
6335
+ render: render$158
6336
+ }, _hoisted_1$177 = {
6297
6337
  viewBox: "0 0 24 24",
6298
6338
  width: "1.2em",
6299
6339
  height: "1.2em"
6300
6340
  };
6301
- function render$154(e, t) {
6302
- return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
6341
+ function render$157(e, t) {
6342
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createBaseVNode("g", {
6303
6343
  fill: "none",
6304
6344
  stroke: "currentColor",
6305
6345
  "stroke-linecap": "round",
@@ -6313,14 +6353,14 @@ function render$154(e, t) {
6313
6353
  }
6314
6354
  var circle_minus_default = {
6315
6355
  name: "lucide-circle-minus",
6316
- render: render$154
6317
- }, _hoisted_1$173 = {
6356
+ render: render$157
6357
+ }, _hoisted_1$176 = {
6318
6358
  viewBox: "0 0 24 24",
6319
6359
  width: "1.2em",
6320
6360
  height: "1.2em"
6321
6361
  };
6322
- function render$153(e, t) {
6323
- return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
6362
+ function render$156(e, t) {
6363
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createBaseVNode("g", {
6324
6364
  fill: "none",
6325
6365
  stroke: "currentColor",
6326
6366
  "stroke-linecap": "round",
@@ -6334,14 +6374,14 @@ function render$153(e, t) {
6334
6374
  }
6335
6375
  var circle_pause_default = {
6336
6376
  name: "lucide-circle-pause",
6337
- render: render$153
6338
- }, _hoisted_1$172 = {
6377
+ render: render$156
6378
+ }, _hoisted_1$175 = {
6339
6379
  viewBox: "0 0 24 24",
6340
6380
  width: "1.2em",
6341
6381
  height: "1.2em"
6342
6382
  };
6343
- function render$152(e, t) {
6344
- return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
6383
+ function render$155(e, t) {
6384
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createBaseVNode("g", {
6345
6385
  fill: "none",
6346
6386
  stroke: "currentColor",
6347
6387
  "stroke-linecap": "round",
@@ -6355,14 +6395,14 @@ function render$152(e, t) {
6355
6395
  }
6356
6396
  var circle_play_default = {
6357
6397
  name: "lucide-circle-play",
6358
- render: render$152
6359
- }, _hoisted_1$171 = {
6398
+ render: render$155
6399
+ }, _hoisted_1$174 = {
6360
6400
  viewBox: "0 0 24 24",
6361
6401
  width: "1.2em",
6362
6402
  height: "1.2em"
6363
6403
  };
6364
- function render$151(e, t) {
6365
- return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
6404
+ function render$154(e, t) {
6405
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createBaseVNode("g", {
6366
6406
  fill: "none",
6367
6407
  stroke: "currentColor",
6368
6408
  "stroke-linecap": "round",
@@ -6376,14 +6416,14 @@ function render$151(e, t) {
6376
6416
  }
6377
6417
  var circle_plus_default = {
6378
6418
  name: "lucide-circle-plus",
6379
- render: render$151
6380
- }, _hoisted_1$170 = {
6419
+ render: render$154
6420
+ }, _hoisted_1$173 = {
6381
6421
  viewBox: "0 0 24 24",
6382
6422
  width: "1.2em",
6383
6423
  height: "1.2em"
6384
6424
  };
6385
- function render$150(e, t) {
6386
- return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
6425
+ function render$153(e, t) {
6426
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createBaseVNode("g", {
6387
6427
  fill: "none",
6388
6428
  stroke: "currentColor",
6389
6429
  "stroke-linecap": "round",
@@ -6405,14 +6445,14 @@ function render$150(e, t) {
6405
6445
  }
6406
6446
  var circle_user_round_default = {
6407
6447
  name: "lucide-circle-user-round",
6408
- render: render$150
6409
- }, _hoisted_1$169 = {
6448
+ render: render$153
6449
+ }, _hoisted_1$172 = {
6410
6450
  viewBox: "0 0 24 24",
6411
6451
  width: "1.2em",
6412
6452
  height: "1.2em"
6413
6453
  };
6414
- function render$149(e, t) {
6415
- return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
6454
+ function render$152(e, t) {
6455
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createBaseVNode("g", {
6416
6456
  fill: "none",
6417
6457
  stroke: "currentColor",
6418
6458
  "stroke-linecap": "round",
@@ -6426,14 +6466,14 @@ function render$149(e, t) {
6426
6466
  }
6427
6467
  var circle_x_default = {
6428
6468
  name: "lucide-circle-x",
6429
- render: render$149
6430
- }, _hoisted_1$168 = {
6469
+ render: render$152
6470
+ }, _hoisted_1$171 = {
6431
6471
  viewBox: "0 0 24 24",
6432
6472
  width: "1.2em",
6433
6473
  height: "1.2em"
6434
6474
  };
6435
- function render$148(e, t) {
6436
- return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
6475
+ function render$151(e, t) {
6476
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createBaseVNode("g", {
6437
6477
  fill: "none",
6438
6478
  stroke: "currentColor",
6439
6479
  "stroke-linecap": "round",
@@ -6450,14 +6490,14 @@ function render$148(e, t) {
6450
6490
  }
6451
6491
  var clipboard_default = {
6452
6492
  name: "lucide-clipboard",
6453
- render: render$148
6454
- }, _hoisted_1$167 = {
6493
+ render: render$151
6494
+ }, _hoisted_1$170 = {
6455
6495
  viewBox: "0 0 24 24",
6456
6496
  width: "1.2em",
6457
6497
  height: "1.2em"
6458
6498
  };
6459
- function render$147(e, t) {
6460
- return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("g", {
6499
+ function render$150(e, t) {
6500
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createBaseVNode("g", {
6461
6501
  fill: "none",
6462
6502
  stroke: "currentColor",
6463
6503
  "stroke-linecap": "round",
@@ -6478,14 +6518,14 @@ function render$147(e, t) {
6478
6518
  }
6479
6519
  var clipboard_check_default = {
6480
6520
  name: "lucide-clipboard-check",
6481
- render: render$147
6482
- }, _hoisted_1$166 = {
6521
+ render: render$150
6522
+ }, _hoisted_1$169 = {
6483
6523
  viewBox: "0 0 24 24",
6484
6524
  width: "1.2em",
6485
6525
  height: "1.2em"
6486
6526
  };
6487
- function render$146(e, t) {
6488
- return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
6527
+ function render$149(e, t) {
6528
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createBaseVNode("g", {
6489
6529
  fill: "none",
6490
6530
  stroke: "currentColor",
6491
6531
  "stroke-linecap": "round",
@@ -6502,14 +6542,14 @@ function render$146(e, t) {
6502
6542
  }
6503
6543
  var clipboard_list_default = {
6504
6544
  name: "lucide-clipboard-list",
6505
- render: render$146
6506
- }, _hoisted_1$165 = {
6545
+ render: render$149
6546
+ }, _hoisted_1$168 = {
6507
6547
  viewBox: "0 0 24 24",
6508
6548
  width: "1.2em",
6509
6549
  height: "1.2em"
6510
6550
  };
6511
- function render$145(e, t) {
6512
- return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("g", {
6551
+ function render$148(e, t) {
6552
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createBaseVNode("g", {
6513
6553
  fill: "none",
6514
6554
  stroke: "currentColor",
6515
6555
  "stroke-linecap": "round",
@@ -6523,14 +6563,14 @@ function render$145(e, t) {
6523
6563
  }
6524
6564
  var clock_default = {
6525
6565
  name: "lucide-clock",
6526
- render: render$145
6527
- }, _hoisted_1$164 = {
6566
+ render: render$148
6567
+ }, _hoisted_1$167 = {
6528
6568
  viewBox: "0 0 24 24",
6529
6569
  width: "1.2em",
6530
6570
  height: "1.2em"
6531
6571
  };
6532
- function render$144(e, t) {
6533
- return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("path", {
6572
+ function render$147(e, t) {
6573
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createBaseVNode("path", {
6534
6574
  fill: "none",
6535
6575
  stroke: "currentColor",
6536
6576
  "stroke-linecap": "round",
@@ -6541,14 +6581,14 @@ function render$144(e, t) {
6541
6581
  }
6542
6582
  var cloud_default = {
6543
6583
  name: "lucide-cloud",
6544
- render: render$144
6545
- }, _hoisted_1$163 = {
6584
+ render: render$147
6585
+ }, _hoisted_1$166 = {
6546
6586
  viewBox: "0 0 24 24",
6547
6587
  width: "1.2em",
6548
6588
  height: "1.2em"
6549
6589
  };
6550
- function render$143(e, t) {
6551
- return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
6590
+ function render$146(e, t) {
6591
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createBaseVNode("g", {
6552
6592
  fill: "none",
6553
6593
  stroke: "currentColor",
6554
6594
  "stroke-linecap": "round",
@@ -6558,14 +6598,14 @@ function render$143(e, t) {
6558
6598
  }
6559
6599
  var cloud_download_default = {
6560
6600
  name: "lucide-cloud-download",
6561
- render: render$143
6562
- }, _hoisted_1$162 = {
6601
+ render: render$146
6602
+ }, _hoisted_1$165 = {
6563
6603
  viewBox: "0 0 24 24",
6564
6604
  width: "1.2em",
6565
6605
  height: "1.2em"
6566
6606
  };
6567
- function render$142(e, t) {
6568
- return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("path", {
6607
+ function render$145(e, t) {
6608
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createBaseVNode("path", {
6569
6609
  fill: "none",
6570
6610
  stroke: "currentColor",
6571
6611
  "stroke-linecap": "round",
@@ -6576,14 +6616,14 @@ function render$142(e, t) {
6576
6616
  }
6577
6617
  var code_default = {
6578
6618
  name: "lucide-code",
6579
- render: render$142
6580
- }, _hoisted_1$161 = {
6619
+ render: render$145
6620
+ }, _hoisted_1$164 = {
6581
6621
  viewBox: "0 0 24 24",
6582
6622
  width: "1.2em",
6583
6623
  height: "1.2em"
6584
6624
  };
6585
- function render$141(e, t) {
6586
- return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("g", {
6625
+ function render$144(e, t) {
6626
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createBaseVNode("g", {
6587
6627
  fill: "none",
6588
6628
  stroke: "currentColor",
6589
6629
  "stroke-linecap": "round",
@@ -6593,14 +6633,14 @@ function render$141(e, t) {
6593
6633
  }
6594
6634
  var cog_default = {
6595
6635
  name: "lucide-cog",
6596
- render: render$141
6597
- }, _hoisted_1$160 = {
6636
+ render: render$144
6637
+ }, _hoisted_1$163 = {
6598
6638
  viewBox: "0 0 24 24",
6599
6639
  width: "1.2em",
6600
6640
  height: "1.2em"
6601
6641
  };
6602
- function render$140(e, t) {
6603
- return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("g", {
6642
+ function render$143(e, t) {
6643
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createBaseVNode("g", {
6604
6644
  fill: "none",
6605
6645
  stroke: "currentColor",
6606
6646
  "stroke-linecap": "round",
@@ -6614,14 +6654,14 @@ function render$140(e, t) {
6614
6654
  }
6615
6655
  var columns_3_cog_default = {
6616
6656
  name: "lucide-columns-3-cog",
6617
- render: render$140
6618
- }, _hoisted_1$159 = {
6657
+ render: render$143
6658
+ }, _hoisted_1$162 = {
6619
6659
  viewBox: "0 0 24 24",
6620
6660
  width: "1.2em",
6621
6661
  height: "1.2em"
6622
6662
  };
6623
- function render$139(e, t) {
6624
- return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("g", {
6663
+ function render$142(e, t) {
6664
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createBaseVNode("g", {
6625
6665
  fill: "none",
6626
6666
  stroke: "currentColor",
6627
6667
  "stroke-linecap": "round",
@@ -6635,14 +6675,14 @@ function render$139(e, t) {
6635
6675
  }
6636
6676
  var contrast_default = {
6637
6677
  name: "lucide-contrast",
6638
- render: render$139
6639
- }, _hoisted_1$158 = {
6678
+ render: render$142
6679
+ }, _hoisted_1$161 = {
6640
6680
  viewBox: "0 0 24 24",
6641
6681
  width: "1.2em",
6642
6682
  height: "1.2em"
6643
6683
  };
6644
- function render$138(e, t) {
6645
- return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("g", {
6684
+ function render$141(e, t) {
6685
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createBaseVNode("g", {
6646
6686
  fill: "none",
6647
6687
  stroke: "currentColor",
6648
6688
  "stroke-linecap": "round",
@@ -6659,14 +6699,14 @@ function render$138(e, t) {
6659
6699
  }
6660
6700
  var copy_default = {
6661
6701
  name: "lucide-copy",
6662
- render: render$138
6663
- }, _hoisted_1$157 = {
6702
+ render: render$141
6703
+ }, _hoisted_1$160 = {
6664
6704
  viewBox: "0 0 24 24",
6665
6705
  width: "1.2em",
6666
6706
  height: "1.2em"
6667
6707
  };
6668
- function render$137(e, t) {
6669
- return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("g", {
6708
+ function render$140(e, t) {
6709
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createBaseVNode("g", {
6670
6710
  fill: "none",
6671
6711
  stroke: "currentColor",
6672
6712
  "stroke-linecap": "round",
@@ -6680,14 +6720,14 @@ function render$137(e, t) {
6680
6720
  }
6681
6721
  var crosshair_default = {
6682
6722
  name: "lucide-crosshair",
6683
- render: render$137
6684
- }, _hoisted_1$156 = {
6723
+ render: render$140
6724
+ }, _hoisted_1$159 = {
6685
6725
  viewBox: "0 0 24 24",
6686
6726
  width: "1.2em",
6687
6727
  height: "1.2em"
6688
6728
  };
6689
- function render$136(e, t) {
6690
- return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
6729
+ function render$139(e, t) {
6730
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createBaseVNode("g", {
6691
6731
  fill: "none",
6692
6732
  stroke: "currentColor",
6693
6733
  "stroke-linecap": "round",
@@ -6706,14 +6746,14 @@ function render$136(e, t) {
6706
6746
  }
6707
6747
  var database_default = {
6708
6748
  name: "lucide-database",
6709
- render: render$136
6710
- }, _hoisted_1$155 = {
6749
+ render: render$139
6750
+ }, _hoisted_1$158 = {
6711
6751
  viewBox: "0 0 24 24",
6712
6752
  width: "1.2em",
6713
6753
  height: "1.2em"
6714
6754
  };
6715
- function render$135(e, t) {
6716
- return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("path", {
6755
+ function render$138(e, t) {
6756
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createBaseVNode("path", {
6717
6757
  fill: "none",
6718
6758
  stroke: "currentColor",
6719
6759
  "stroke-linecap": "round",
@@ -6724,14 +6764,14 @@ function render$135(e, t) {
6724
6764
  }
6725
6765
  var door_open_default = {
6726
6766
  name: "lucide-door-open",
6727
- render: render$135
6728
- }, _hoisted_1$154 = {
6767
+ render: render$138
6768
+ }, _hoisted_1$157 = {
6729
6769
  viewBox: "0 0 24 24",
6730
6770
  width: "1.2em",
6731
6771
  height: "1.2em"
6732
6772
  };
6733
- function render$134(e, t) {
6734
- return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("circle", {
6773
+ function render$137(e, t) {
6774
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createBaseVNode("circle", {
6735
6775
  cx: "12.1",
6736
6776
  cy: "12.1",
6737
6777
  r: "1",
@@ -6744,14 +6784,14 @@ function render$134(e, t) {
6744
6784
  }
6745
6785
  var dot_default = {
6746
6786
  name: "lucide-dot",
6747
- render: render$134
6748
- }, _hoisted_1$153 = {
6787
+ render: render$137
6788
+ }, _hoisted_1$156 = {
6749
6789
  viewBox: "0 0 24 24",
6750
6790
  width: "1.2em",
6751
6791
  height: "1.2em"
6752
6792
  };
6753
- function render$133(e, t) {
6754
- return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("g", {
6793
+ function render$136(e, t) {
6794
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createBaseVNode("g", {
6755
6795
  fill: "none",
6756
6796
  stroke: "currentColor",
6757
6797
  "stroke-linecap": "round",
@@ -6765,14 +6805,14 @@ function render$133(e, t) {
6765
6805
  }
6766
6806
  var earth_default = {
6767
6807
  name: "lucide-earth",
6768
- render: render$133
6769
- }, _hoisted_1$152 = {
6808
+ render: render$136
6809
+ }, _hoisted_1$155 = {
6770
6810
  viewBox: "0 0 24 24",
6771
6811
  width: "1.2em",
6772
6812
  height: "1.2em"
6773
6813
  };
6774
- function render$132(e, t) {
6775
- return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("g", {
6814
+ function render$135(e, t) {
6815
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createBaseVNode("g", {
6776
6816
  fill: "none",
6777
6817
  stroke: "currentColor",
6778
6818
  "stroke-linecap": "round",
@@ -6798,14 +6838,14 @@ function render$132(e, t) {
6798
6838
  }
6799
6839
  var ellipsis_default = {
6800
6840
  name: "lucide-ellipsis",
6801
- render: render$132
6802
- }, _hoisted_1$151 = {
6841
+ render: render$135
6842
+ }, _hoisted_1$154 = {
6803
6843
  viewBox: "0 0 24 24",
6804
6844
  width: "1.2em",
6805
6845
  height: "1.2em"
6806
6846
  };
6807
- function render$131(e, t) {
6808
- return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("g", {
6847
+ function render$134(e, t) {
6848
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createBaseVNode("g", {
6809
6849
  fill: "none",
6810
6850
  stroke: "currentColor",
6811
6851
  "stroke-linecap": "round",
@@ -6831,14 +6871,14 @@ function render$131(e, t) {
6831
6871
  }
6832
6872
  var ellipsis_vertical_default = {
6833
6873
  name: "lucide-ellipsis-vertical",
6834
- render: render$131
6835
- }, _hoisted_1$150 = {
6874
+ render: render$134
6875
+ }, _hoisted_1$153 = {
6836
6876
  viewBox: "0 0 24 24",
6837
6877
  width: "1.2em",
6838
6878
  height: "1.2em"
6839
6879
  };
6840
- function render$130(e, t) {
6841
- return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("path", {
6880
+ function render$133(e, t) {
6881
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createBaseVNode("path", {
6842
6882
  fill: "none",
6843
6883
  stroke: "currentColor",
6844
6884
  "stroke-linecap": "round",
@@ -6849,14 +6889,14 @@ function render$130(e, t) {
6849
6889
  }
6850
6890
  var equal_default = {
6851
6891
  name: "lucide-equal",
6852
- render: render$130
6853
- }, _hoisted_1$149 = {
6892
+ render: render$133
6893
+ }, _hoisted_1$152 = {
6854
6894
  viewBox: "0 0 24 24",
6855
6895
  width: "1.2em",
6856
6896
  height: "1.2em"
6857
6897
  };
6858
- function render$129(e, t) {
6859
- return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("path", {
6898
+ function render$132(e, t) {
6899
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createBaseVNode("path", {
6860
6900
  fill: "none",
6861
6901
  stroke: "currentColor",
6862
6902
  "stroke-linecap": "round",
@@ -6867,14 +6907,14 @@ function render$129(e, t) {
6867
6907
  }
6868
6908
  var expand_default = {
6869
6909
  name: "lucide-expand",
6870
- render: render$129
6871
- }, _hoisted_1$148 = {
6910
+ render: render$132
6911
+ }, _hoisted_1$151 = {
6872
6912
  viewBox: "0 0 24 24",
6873
6913
  width: "1.2em",
6874
6914
  height: "1.2em"
6875
6915
  };
6876
- function render$128(e, t) {
6877
- return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("path", {
6916
+ function render$131(e, t) {
6917
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createBaseVNode("path", {
6878
6918
  fill: "none",
6879
6919
  stroke: "currentColor",
6880
6920
  "stroke-linecap": "round",
@@ -6885,14 +6925,14 @@ function render$128(e, t) {
6885
6925
  }
6886
6926
  var external_link_default = {
6887
6927
  name: "lucide-external-link",
6888
- render: render$128
6889
- }, _hoisted_1$147 = {
6928
+ render: render$131
6929
+ }, _hoisted_1$150 = {
6890
6930
  viewBox: "0 0 24 24",
6891
6931
  width: "1.2em",
6892
6932
  height: "1.2em"
6893
6933
  };
6894
- function render$127(e, t) {
6895
- return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("g", {
6934
+ function render$130(e, t) {
6935
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createBaseVNode("g", {
6896
6936
  fill: "none",
6897
6937
  stroke: "currentColor",
6898
6938
  "stroke-linecap": "round",
@@ -6906,14 +6946,14 @@ function render$127(e, t) {
6906
6946
  }
6907
6947
  var eye_default = {
6908
6948
  name: "lucide-eye",
6909
- render: render$127
6910
- }, _hoisted_1$146 = {
6949
+ render: render$130
6950
+ }, _hoisted_1$149 = {
6911
6951
  viewBox: "0 0 24 24",
6912
6952
  width: "1.2em",
6913
6953
  height: "1.2em"
6914
6954
  };
6915
- function render$126(e, t) {
6916
- return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("g", {
6955
+ function render$129(e, t) {
6956
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createBaseVNode("g", {
6917
6957
  fill: "none",
6918
6958
  stroke: "currentColor",
6919
6959
  "stroke-linecap": "round",
@@ -6923,14 +6963,14 @@ function render$126(e, t) {
6923
6963
  }
6924
6964
  var eye_off_default = {
6925
6965
  name: "lucide-eye-off",
6926
- render: render$126
6927
- }, _hoisted_1$145 = {
6966
+ render: render$129
6967
+ }, _hoisted_1$148 = {
6928
6968
  viewBox: "0 0 24 24",
6929
6969
  width: "1.2em",
6930
6970
  height: "1.2em"
6931
6971
  };
6932
- function render$125(e, t) {
6933
- return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("g", {
6972
+ function render$128(e, t) {
6973
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createBaseVNode("g", {
6934
6974
  fill: "none",
6935
6975
  stroke: "currentColor",
6936
6976
  "stroke-linecap": "round",
@@ -6940,14 +6980,14 @@ function render$125(e, t) {
6940
6980
  }
6941
6981
  var file_default = {
6942
6982
  name: "lucide-file",
6943
- render: render$125
6944
- }, _hoisted_1$144 = {
6983
+ render: render$128
6984
+ }, _hoisted_1$147 = {
6945
6985
  viewBox: "0 0 24 24",
6946
6986
  width: "1.2em",
6947
6987
  height: "1.2em"
6948
6988
  };
6949
- function render$124(e, t) {
6950
- return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("g", {
6989
+ function render$127(e, t) {
6990
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createBaseVNode("g", {
6951
6991
  fill: "none",
6952
6992
  stroke: "currentColor",
6953
6993
  "stroke-linecap": "round",
@@ -6965,14 +7005,14 @@ function render$124(e, t) {
6965
7005
  }
6966
7006
  var file_archive_default = {
6967
7007
  name: "lucide-file-archive",
6968
- render: render$124
6969
- }, _hoisted_1$143 = {
7008
+ render: render$127
7009
+ }, _hoisted_1$146 = {
6970
7010
  viewBox: "0 0 24 24",
6971
7011
  width: "1.2em",
6972
7012
  height: "1.2em"
6973
7013
  };
6974
- function render$123(e, t) {
6975
- return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
7014
+ function render$126(e, t) {
7015
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createBaseVNode("g", {
6976
7016
  fill: "none",
6977
7017
  stroke: "currentColor",
6978
7018
  "stroke-linecap": "round",
@@ -6982,14 +7022,14 @@ function render$123(e, t) {
6982
7022
  }
6983
7023
  var file_code_default = {
6984
7024
  name: "lucide-file-code",
6985
- render: render$123
6986
- }, _hoisted_1$142 = {
7025
+ render: render$126
7026
+ }, _hoisted_1$145 = {
6987
7027
  viewBox: "0 0 24 24",
6988
7028
  width: "1.2em",
6989
7029
  height: "1.2em"
6990
7030
  };
6991
- function render$122(e, t) {
6992
- return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("path", {
7031
+ function render$125(e, t) {
7032
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createBaseVNode("path", {
6993
7033
  fill: "none",
6994
7034
  stroke: "currentColor",
6995
7035
  "stroke-linecap": "round",
@@ -7000,14 +7040,14 @@ function render$122(e, t) {
7000
7040
  }
7001
7041
  var file_diff_default = {
7002
7042
  name: "lucide-file-diff",
7003
- render: render$122
7004
- }, _hoisted_1$141 = {
7043
+ render: render$125
7044
+ }, _hoisted_1$144 = {
7005
7045
  viewBox: "0 0 24 24",
7006
7046
  width: "1.2em",
7007
7047
  height: "1.2em"
7008
7048
  };
7009
- function render$121(e, t) {
7010
- return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
7049
+ function render$124(e, t) {
7050
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createBaseVNode("g", {
7011
7051
  fill: "none",
7012
7052
  stroke: "currentColor",
7013
7053
  "stroke-linecap": "round",
@@ -7017,14 +7057,14 @@ function render$121(e, t) {
7017
7057
  }
7018
7058
  var file_down_default = {
7019
7059
  name: "lucide-file-down",
7020
- render: render$121
7021
- }, _hoisted_1$140 = {
7060
+ render: render$124
7061
+ }, _hoisted_1$143 = {
7022
7062
  viewBox: "0 0 24 24",
7023
7063
  width: "1.2em",
7024
7064
  height: "1.2em"
7025
7065
  };
7026
- function render$120(e, t) {
7027
- return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
7066
+ function render$123(e, t) {
7067
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createBaseVNode("g", {
7028
7068
  fill: "none",
7029
7069
  stroke: "currentColor",
7030
7070
  "stroke-linecap": "round",
@@ -7034,14 +7074,14 @@ function render$120(e, t) {
7034
7074
  }
7035
7075
  var file_input_default = {
7036
7076
  name: "lucide-file-input",
7037
- render: render$120
7038
- }, _hoisted_1$139 = {
7077
+ render: render$123
7078
+ }, _hoisted_1$142 = {
7039
7079
  viewBox: "0 0 24 24",
7040
7080
  width: "1.2em",
7041
7081
  height: "1.2em"
7042
7082
  };
7043
- function render$119(e, t) {
7044
- return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("g", {
7083
+ function render$122(e, t) {
7084
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createBaseVNode("g", {
7045
7085
  fill: "none",
7046
7086
  stroke: "currentColor",
7047
7087
  "stroke-linecap": "round",
@@ -7055,14 +7095,14 @@ function render$119(e, t) {
7055
7095
  }
7056
7096
  var file_output_default = {
7057
7097
  name: "lucide-file-output",
7058
- render: render$119
7059
- }, _hoisted_1$138 = {
7098
+ render: render$122
7099
+ }, _hoisted_1$141 = {
7060
7100
  viewBox: "0 0 24 24",
7061
7101
  width: "1.2em",
7062
7102
  height: "1.2em"
7063
7103
  };
7064
- function render$118(e, t) {
7065
- return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("g", {
7104
+ function render$121(e, t) {
7105
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createBaseVNode("g", {
7066
7106
  fill: "none",
7067
7107
  stroke: "currentColor",
7068
7108
  "stroke-linecap": "round",
@@ -7072,14 +7112,14 @@ function render$118(e, t) {
7072
7112
  }
7073
7113
  var file_text_default = {
7074
7114
  name: "lucide-file-text",
7075
- render: render$118
7076
- }, _hoisted_1$137 = {
7115
+ render: render$121
7116
+ }, _hoisted_1$140 = {
7077
7117
  viewBox: "0 0 24 24",
7078
7118
  width: "1.2em",
7079
7119
  height: "1.2em"
7080
7120
  };
7081
- function render$117(e, t) {
7082
- return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("g", {
7121
+ function render$120(e, t) {
7122
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createBaseVNode("g", {
7083
7123
  fill: "none",
7084
7124
  stroke: "currentColor",
7085
7125
  "stroke-linecap": "round",
@@ -7093,14 +7133,14 @@ function render$117(e, t) {
7093
7133
  }
7094
7134
  var files_default = {
7095
7135
  name: "lucide-files",
7096
- render: render$117
7097
- }, _hoisted_1$136 = {
7136
+ render: render$120
7137
+ }, _hoisted_1$139 = {
7098
7138
  viewBox: "0 0 24 24",
7099
7139
  width: "1.2em",
7100
7140
  height: "1.2em"
7101
7141
  };
7102
- function render$116(e, t) {
7103
- return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("g", {
7142
+ function render$119(e, t) {
7143
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createBaseVNode("g", {
7104
7144
  fill: "none",
7105
7145
  stroke: "currentColor",
7106
7146
  "stroke-linecap": "round",
@@ -7110,14 +7150,14 @@ function render$116(e, t) {
7110
7150
  }
7111
7151
  var fingerprint_default = {
7112
7152
  name: "lucide-fingerprint",
7113
- render: render$116
7114
- }, _hoisted_1$135 = {
7153
+ render: render$119
7154
+ }, _hoisted_1$138 = {
7115
7155
  viewBox: "0 0 24 24",
7116
7156
  width: "1.2em",
7117
7157
  height: "1.2em"
7118
7158
  };
7119
- function render$115(e, t) {
7120
- return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("path", {
7159
+ function render$118(e, t) {
7160
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createBaseVNode("path", {
7121
7161
  fill: "none",
7122
7162
  stroke: "currentColor",
7123
7163
  "stroke-linecap": "round",
@@ -7128,14 +7168,14 @@ function render$115(e, t) {
7128
7168
  }
7129
7169
  var flask_conical_default = {
7130
7170
  name: "lucide-flask-conical",
7131
- render: render$115
7132
- }, _hoisted_1$134 = {
7171
+ render: render$118
7172
+ }, _hoisted_1$137 = {
7133
7173
  viewBox: "0 0 24 24",
7134
7174
  width: "1.2em",
7135
7175
  height: "1.2em"
7136
7176
  };
7137
- function render$114(e, t) {
7138
- return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("path", {
7177
+ function render$117(e, t) {
7178
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createBaseVNode("path", {
7139
7179
  fill: "none",
7140
7180
  stroke: "currentColor",
7141
7181
  "stroke-linecap": "round",
@@ -7146,14 +7186,14 @@ function render$114(e, t) {
7146
7186
  }
7147
7187
  var folder_default = {
7148
7188
  name: "lucide-folder",
7149
- render: render$114
7150
- }, _hoisted_1$133 = {
7189
+ render: render$117
7190
+ }, _hoisted_1$136 = {
7151
7191
  viewBox: "0 0 24 24",
7152
7192
  width: "1.2em",
7153
7193
  height: "1.2em"
7154
7194
  };
7155
- function render$113(e, t) {
7156
- return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("path", {
7195
+ function render$116(e, t) {
7196
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createBaseVNode("path", {
7157
7197
  fill: "none",
7158
7198
  stroke: "currentColor",
7159
7199
  "stroke-linecap": "round",
@@ -7164,14 +7204,14 @@ function render$113(e, t) {
7164
7204
  }
7165
7205
  var folder_open_default = {
7166
7206
  name: "lucide-folder-open",
7167
- render: render$113
7168
- }, _hoisted_1$132 = {
7207
+ render: render$116
7208
+ }, _hoisted_1$135 = {
7169
7209
  viewBox: "0 0 24 24",
7170
7210
  width: "1.2em",
7171
7211
  height: "1.2em"
7172
7212
  };
7173
- function render$112(e, t) {
7174
- return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("path", {
7213
+ function render$115(e, t) {
7214
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createBaseVNode("path", {
7175
7215
  fill: "none",
7176
7216
  stroke: "currentColor",
7177
7217
  "stroke-linecap": "round",
@@ -7182,14 +7222,14 @@ function render$112(e, t) {
7182
7222
  }
7183
7223
  var folder_plus_default = {
7184
7224
  name: "lucide-folder-plus",
7185
- render: render$112
7186
- }, _hoisted_1$131 = {
7225
+ render: render$115
7226
+ }, _hoisted_1$134 = {
7187
7227
  viewBox: "0 0 24 24",
7188
7228
  width: "1.2em",
7189
7229
  height: "1.2em"
7190
7230
  };
7191
- function render$111(e, t) {
7192
- return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createBaseVNode("path", {
7231
+ function render$114(e, t) {
7232
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createBaseVNode("path", {
7193
7233
  fill: "none",
7194
7234
  stroke: "currentColor",
7195
7235
  "stroke-linecap": "round",
@@ -7200,14 +7240,14 @@ function render$111(e, t) {
7200
7240
  }
7201
7241
  var funnel_default = {
7202
7242
  name: "lucide-funnel",
7203
- render: render$111
7204
- }, _hoisted_1$130 = {
7243
+ render: render$114
7244
+ }, _hoisted_1$133 = {
7205
7245
  viewBox: "0 0 24 24",
7206
7246
  width: "1.2em",
7207
7247
  height: "1.2em"
7208
7248
  };
7209
- function render$110(e, t) {
7210
- return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("g", {
7249
+ function render$113(e, t) {
7250
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createBaseVNode("g", {
7211
7251
  fill: "none",
7212
7252
  stroke: "currentColor",
7213
7253
  "stroke-linecap": "round",
@@ -7217,14 +7257,14 @@ function render$110(e, t) {
7217
7257
  }
7218
7258
  var gem_default = {
7219
7259
  name: "lucide-gem",
7220
- render: render$110
7221
- }, _hoisted_1$129 = {
7260
+ render: render$113
7261
+ }, _hoisted_1$132 = {
7222
7262
  viewBox: "0 0 24 24",
7223
7263
  width: "1.2em",
7224
7264
  height: "1.2em"
7225
7265
  };
7226
- function render$109(e, t) {
7227
- return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("g", {
7266
+ function render$112(e, t) {
7267
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createBaseVNode("g", {
7228
7268
  fill: "none",
7229
7269
  stroke: "currentColor",
7230
7270
  "stroke-linecap": "round",
@@ -7240,25 +7280,25 @@ function render$109(e, t) {
7240
7280
  }
7241
7281
  var gift_default = {
7242
7282
  name: "lucide-gift",
7243
- render: render$109
7244
- }, _hoisted_1$128 = {
7283
+ render: render$112
7284
+ }, _hoisted_1$131 = {
7245
7285
  viewBox: "0 0 24 24",
7246
7286
  width: "1.2em",
7247
7287
  height: "1.2em"
7248
7288
  };
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)]);
7289
+ function render$111(e, t) {
7290
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
7251
7291
  }
7252
7292
  var git_branch_default = {
7253
7293
  name: "lucide-git-branch",
7254
- render: render$108
7255
- }, _hoisted_1$127 = {
7294
+ render: render$111
7295
+ }, _hoisted_1$130 = {
7256
7296
  viewBox: "0 0 24 24",
7257
7297
  width: "1.2em",
7258
7298
  height: "1.2em"
7259
7299
  };
7260
- function render$107(e, t) {
7261
- return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createBaseVNode("g", {
7300
+ function render$110(e, t) {
7301
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createBaseVNode("g", {
7262
7302
  fill: "none",
7263
7303
  stroke: "currentColor",
7264
7304
  "stroke-linecap": "round",
@@ -7272,14 +7312,14 @@ function render$107(e, t) {
7272
7312
  }
7273
7313
  var globe_default = {
7274
7314
  name: "lucide-globe",
7275
- render: render$107
7276
- }, _hoisted_1$126 = {
7315
+ render: render$110
7316
+ }, _hoisted_1$129 = {
7277
7317
  viewBox: "0 0 24 24",
7278
7318
  width: "1.2em",
7279
7319
  height: "1.2em"
7280
7320
  };
7281
- function render$106(e, t) {
7282
- return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createBaseVNode("g", {
7321
+ function render$109(e, t) {
7322
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createBaseVNode("g", {
7283
7323
  fill: "none",
7284
7324
  stroke: "currentColor",
7285
7325
  "stroke-linecap": "round",
@@ -7289,14 +7329,14 @@ function render$106(e, t) {
7289
7329
  }
7290
7330
  var graduation_cap_default = {
7291
7331
  name: "lucide-graduation-cap",
7292
- render: render$106
7293
- }, _hoisted_1$125 = {
7332
+ render: render$109
7333
+ }, _hoisted_1$128 = {
7294
7334
  viewBox: "0 0 24 24",
7295
7335
  width: "1.2em",
7296
7336
  height: "1.2em"
7297
7337
  };
7298
- function render$105(e, t) {
7299
- return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createBaseVNode("g", {
7338
+ function render$108(e, t) {
7339
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createBaseVNode("g", {
7300
7340
  fill: "none",
7301
7341
  stroke: "currentColor",
7302
7342
  "stroke-linecap": "round",
@@ -7312,36 +7352,36 @@ function render$105(e, t) {
7312
7352
  }
7313
7353
  var grid_2x2_default = {
7314
7354
  name: "lucide-grid-2x2",
7315
- render: render$105
7316
- }, _hoisted_1$124 = {
7355
+ render: render$108
7356
+ }, _hoisted_1$127 = {
7317
7357
  viewBox: "0 0 24 24",
7318
7358
  width: "1.2em",
7319
7359
  height: "1.2em"
7320
7360
  };
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)]);
7361
+ function render$107(e, t) {
7362
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
7323
7363
  }
7324
7364
  var grip_vertical_default = {
7325
7365
  name: "lucide-grip-vertical",
7326
- render: render$104
7327
- }, _hoisted_1$123 = {
7366
+ render: render$107
7367
+ }, _hoisted_1$126 = {
7328
7368
  viewBox: "0 0 24 24",
7329
7369
  width: "1.2em",
7330
7370
  height: "1.2em"
7331
7371
  };
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)]);
7372
+ function render$106(e, t) {
7373
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
7334
7374
  }
7335
7375
  var hand_coins_default = {
7336
7376
  name: "lucide-hand-coins",
7337
- render: render$103
7338
- }, _hoisted_1$122 = {
7377
+ render: render$106
7378
+ }, _hoisted_1$125 = {
7339
7379
  viewBox: "0 0 24 24",
7340
7380
  width: "1.2em",
7341
7381
  height: "1.2em"
7342
7382
  };
7343
- function render$102(e, t) {
7344
- return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("g", {
7383
+ function render$105(e, t) {
7384
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createBaseVNode("g", {
7345
7385
  fill: "none",
7346
7386
  stroke: "currentColor",
7347
7387
  "stroke-linecap": "round",
@@ -7355,14 +7395,14 @@ function render$102(e, t) {
7355
7395
  }
7356
7396
  var handshake_default = {
7357
7397
  name: "lucide-handshake",
7358
- render: render$102
7359
- }, _hoisted_1$121 = {
7398
+ render: render$105
7399
+ }, _hoisted_1$124 = {
7360
7400
  viewBox: "0 0 24 24",
7361
7401
  width: "1.2em",
7362
7402
  height: "1.2em"
7363
7403
  };
7364
- function render$101(e, t) {
7365
- return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createBaseVNode("path", {
7404
+ function render$104(e, t) {
7405
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createBaseVNode("path", {
7366
7406
  fill: "none",
7367
7407
  stroke: "currentColor",
7368
7408
  "stroke-linecap": "round",
@@ -7373,14 +7413,14 @@ function render$101(e, t) {
7373
7413
  }
7374
7414
  var hard_drive_default = {
7375
7415
  name: "lucide-hard-drive",
7376
- render: render$101
7377
- }, _hoisted_1$120 = {
7416
+ render: render$104
7417
+ }, _hoisted_1$123 = {
7378
7418
  viewBox: "0 0 24 24",
7379
7419
  width: "1.2em",
7380
7420
  height: "1.2em"
7381
7421
  };
7382
- function render$100(e, t) {
7383
- return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createBaseVNode("g", {
7422
+ function render$103(e, t) {
7423
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createBaseVNode("g", {
7384
7424
  fill: "none",
7385
7425
  stroke: "currentColor",
7386
7426
  "stroke-linecap": "round",
@@ -7400,14 +7440,14 @@ function render$100(e, t) {
7400
7440
  }
7401
7441
  var hard_drive_download_default = {
7402
7442
  name: "lucide-hard-drive-download",
7403
- render: render$100
7404
- }, _hoisted_1$119 = {
7443
+ render: render$103
7444
+ }, _hoisted_1$122 = {
7405
7445
  viewBox: "0 0 24 24",
7406
7446
  width: "1.2em",
7407
7447
  height: "1.2em"
7408
7448
  };
7409
- function render$99(e, t) {
7410
- return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createBaseVNode("path", {
7449
+ function render$102(e, t) {
7450
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createBaseVNode("path", {
7411
7451
  fill: "none",
7412
7452
  stroke: "currentColor",
7413
7453
  "stroke-linecap": "round",
@@ -7418,14 +7458,14 @@ function render$99(e, t) {
7418
7458
  }
7419
7459
  var hash_default = {
7420
7460
  name: "lucide-hash",
7421
- render: render$99
7422
- }, _hoisted_1$118 = {
7461
+ render: render$102
7462
+ }, _hoisted_1$121 = {
7423
7463
  viewBox: "0 0 24 24",
7424
7464
  width: "1.2em",
7425
7465
  height: "1.2em"
7426
7466
  };
7427
- function render$98(e, t) {
7428
- return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("g", {
7467
+ function render$101(e, t) {
7468
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createBaseVNode("g", {
7429
7469
  fill: "none",
7430
7470
  stroke: "currentColor",
7431
7471
  "stroke-linecap": "round",
@@ -7435,14 +7475,14 @@ function render$98(e, t) {
7435
7475
  }
7436
7476
  var history_default = {
7437
7477
  name: "lucide-history",
7438
- render: render$98
7439
- }, _hoisted_1$117 = {
7478
+ render: render$101
7479
+ }, _hoisted_1$120 = {
7440
7480
  viewBox: "0 0 24 24",
7441
7481
  width: "1.2em",
7442
7482
  height: "1.2em"
7443
7483
  };
7444
- function render$97(e, t) {
7445
- return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("path", {
7484
+ function render$100(e, t) {
7485
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createBaseVNode("path", {
7446
7486
  fill: "none",
7447
7487
  stroke: "currentColor",
7448
7488
  "stroke-linecap": "round",
@@ -7453,14 +7493,14 @@ function render$97(e, t) {
7453
7493
  }
7454
7494
  var hourglass_default = {
7455
7495
  name: "lucide-hourglass",
7456
- render: render$97
7457
- }, _hoisted_1$116 = {
7496
+ render: render$100
7497
+ }, _hoisted_1$119 = {
7458
7498
  viewBox: "0 0 24 24",
7459
7499
  width: "1.2em",
7460
7500
  height: "1.2em"
7461
7501
  };
7462
- function render$96(e, t) {
7463
- return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("g", {
7502
+ function render$99(e, t) {
7503
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createBaseVNode("g", {
7464
7504
  fill: "none",
7465
7505
  stroke: "currentColor",
7466
7506
  "stroke-linecap": "round",
@@ -7470,14 +7510,14 @@ function render$96(e, t) {
7470
7510
  }
7471
7511
  var house_default = {
7472
7512
  name: "lucide-house",
7473
- render: render$96
7474
- }, _hoisted_1$115 = {
7513
+ render: render$99
7514
+ }, _hoisted_1$118 = {
7475
7515
  viewBox: "0 0 24 24",
7476
7516
  width: "1.2em",
7477
7517
  height: "1.2em"
7478
7518
  };
7479
- function render$95(e, t) {
7480
- return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("g", {
7519
+ function render$98(e, t) {
7520
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createBaseVNode("g", {
7481
7521
  fill: "none",
7482
7522
  stroke: "currentColor",
7483
7523
  "stroke-linecap": "round",
@@ -7502,14 +7542,14 @@ function render$95(e, t) {
7502
7542
  }
7503
7543
  var image_default = {
7504
7544
  name: "lucide-image",
7505
- render: render$95
7506
- }, _hoisted_1$114 = {
7545
+ render: render$98
7546
+ }, _hoisted_1$117 = {
7507
7547
  viewBox: "0 0 24 24",
7508
7548
  width: "1.2em",
7509
7549
  height: "1.2em"
7510
7550
  };
7511
- function render$94(e, t) {
7512
- return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("g", {
7551
+ function render$97(e, t) {
7552
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createBaseVNode("g", {
7513
7553
  fill: "none",
7514
7554
  stroke: "currentColor",
7515
7555
  "stroke-linecap": "round",
@@ -7519,14 +7559,14 @@ function render$94(e, t) {
7519
7559
  }
7520
7560
  var inbox_default = {
7521
7561
  name: "lucide-inbox",
7522
- render: render$94
7523
- }, _hoisted_1$113 = {
7562
+ render: render$97
7563
+ }, _hoisted_1$116 = {
7524
7564
  viewBox: "0 0 24 24",
7525
7565
  width: "1.2em",
7526
7566
  height: "1.2em"
7527
7567
  };
7528
- function render$93(e, t) {
7529
- return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("g", {
7568
+ function render$96(e, t) {
7569
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createBaseVNode("g", {
7530
7570
  fill: "none",
7531
7571
  stroke: "currentColor",
7532
7572
  "stroke-linecap": "round",
@@ -7540,14 +7580,14 @@ function render$93(e, t) {
7540
7580
  }
7541
7581
  var info_default = {
7542
7582
  name: "lucide-info",
7543
- render: render$93
7544
- }, _hoisted_1$112 = {
7583
+ render: render$96
7584
+ }, _hoisted_1$115 = {
7545
7585
  viewBox: "0 0 24 24",
7546
7586
  width: "1.2em",
7547
7587
  height: "1.2em"
7548
7588
  };
7549
- function render$92(e, t) {
7550
- return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("g", {
7589
+ function render$95(e, t) {
7590
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createBaseVNode("g", {
7551
7591
  fill: "none",
7552
7592
  stroke: "currentColor",
7553
7593
  "stroke-linecap": "round",
@@ -7562,14 +7602,14 @@ function render$92(e, t) {
7562
7602
  }
7563
7603
  var key_round_default = {
7564
7604
  name: "lucide-key-round",
7565
- render: render$92
7566
- }, _hoisted_1$111 = {
7605
+ render: render$95
7606
+ }, _hoisted_1$114 = {
7567
7607
  viewBox: "0 0 24 24",
7568
7608
  width: "1.2em",
7569
7609
  height: "1.2em"
7570
7610
  };
7571
- function render$91(e, t) {
7572
- return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("path", {
7611
+ function render$94(e, t) {
7612
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createBaseVNode("path", {
7573
7613
  fill: "none",
7574
7614
  stroke: "currentColor",
7575
7615
  "stroke-linecap": "round",
@@ -7580,14 +7620,14 @@ function render$91(e, t) {
7580
7620
  }
7581
7621
  var languages_default = {
7582
7622
  name: "lucide-languages",
7583
- render: render$91
7584
- }, _hoisted_1$110 = {
7623
+ render: render$94
7624
+ }, _hoisted_1$113 = {
7585
7625
  viewBox: "0 0 24 24",
7586
7626
  width: "1.2em",
7587
7627
  height: "1.2em"
7588
7628
  };
7589
- function render$90(e, t) {
7590
- return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("g", {
7629
+ function render$93(e, t) {
7630
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createBaseVNode("g", {
7591
7631
  fill: "none",
7592
7632
  stroke: "currentColor",
7593
7633
  "stroke-linecap": "round",
@@ -7601,14 +7641,14 @@ function render$90(e, t) {
7601
7641
  }
7602
7642
  var layers_default = {
7603
7643
  name: "lucide-layers",
7604
- render: render$90
7605
- }, _hoisted_1$109 = {
7644
+ render: render$93
7645
+ }, _hoisted_1$112 = {
7606
7646
  viewBox: "0 0 24 24",
7607
7647
  width: "1.2em",
7608
7648
  height: "1.2em"
7609
7649
  };
7610
- function render$89(e, t) {
7611
- return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("path", {
7650
+ function render$92(e, t) {
7651
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createBaseVNode("path", {
7612
7652
  fill: "none",
7613
7653
  stroke: "currentColor",
7614
7654
  "stroke-linecap": "round",
@@ -7619,14 +7659,14 @@ function render$89(e, t) {
7619
7659
  }
7620
7660
  var lightbulb_default = {
7621
7661
  name: "lucide-lightbulb",
7622
- render: render$89
7623
- }, _hoisted_1$108 = {
7662
+ render: render$92
7663
+ }, _hoisted_1$111 = {
7624
7664
  viewBox: "0 0 24 24",
7625
7665
  width: "1.2em",
7626
7666
  height: "1.2em"
7627
7667
  };
7628
- function render$88(e, t) {
7629
- return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("g", {
7668
+ function render$91(e, t) {
7669
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createBaseVNode("g", {
7630
7670
  fill: "none",
7631
7671
  stroke: "currentColor",
7632
7672
  "stroke-linecap": "round",
@@ -7636,14 +7676,14 @@ function render$88(e, t) {
7636
7676
  }
7637
7677
  var link_default = {
7638
7678
  name: "lucide-link",
7639
- render: render$88
7640
- }, _hoisted_1$107 = {
7679
+ render: render$91
7680
+ }, _hoisted_1$110 = {
7641
7681
  viewBox: "0 0 24 24",
7642
7682
  width: "1.2em",
7643
7683
  height: "1.2em"
7644
7684
  };
7645
- function render$87(e, t) {
7646
- return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("path", {
7685
+ function render$90(e, t) {
7686
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createBaseVNode("path", {
7647
7687
  fill: "none",
7648
7688
  stroke: "currentColor",
7649
7689
  "stroke-linecap": "round",
@@ -7654,14 +7694,14 @@ function render$87(e, t) {
7654
7694
  }
7655
7695
  var list_default = {
7656
7696
  name: "lucide-list",
7657
- render: render$87
7658
- }, _hoisted_1$106 = {
7697
+ render: render$90
7698
+ }, _hoisted_1$109 = {
7659
7699
  viewBox: "0 0 24 24",
7660
7700
  width: "1.2em",
7661
7701
  height: "1.2em"
7662
7702
  };
7663
- function render$86(e, t) {
7664
- return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("path", {
7703
+ function render$89(e, t) {
7704
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createBaseVNode("path", {
7665
7705
  fill: "none",
7666
7706
  stroke: "currentColor",
7667
7707
  "stroke-linecap": "round",
@@ -7672,14 +7712,14 @@ function render$86(e, t) {
7672
7712
  }
7673
7713
  var list_checks_default = {
7674
7714
  name: "lucide-list-checks",
7675
- render: render$86
7676
- }, _hoisted_1$105 = {
7715
+ render: render$89
7716
+ }, _hoisted_1$108 = {
7677
7717
  viewBox: "0 0 24 24",
7678
7718
  width: "1.2em",
7679
7719
  height: "1.2em"
7680
7720
  };
7681
- function render$85(e, t) {
7682
- return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("g", {
7721
+ function render$88(e, t) {
7722
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createBaseVNode("g", {
7683
7723
  fill: "none",
7684
7724
  stroke: "currentColor",
7685
7725
  "stroke-linecap": "round",
@@ -7696,14 +7736,14 @@ function render$85(e, t) {
7696
7736
  }
7697
7737
  var lock_default = {
7698
7738
  name: "lucide-lock",
7699
- render: render$85
7700
- }, _hoisted_1$104 = {
7739
+ render: render$88
7740
+ }, _hoisted_1$107 = {
7701
7741
  viewBox: "0 0 24 24",
7702
7742
  width: "1.2em",
7703
7743
  height: "1.2em"
7704
7744
  };
7705
- function render$84(e, t) {
7706
- return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("path", {
7745
+ function render$87(e, t) {
7746
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createBaseVNode("path", {
7707
7747
  fill: "none",
7708
7748
  stroke: "currentColor",
7709
7749
  "stroke-linecap": "round",
@@ -7714,14 +7754,14 @@ function render$84(e, t) {
7714
7754
  }
7715
7755
  var log_in_default = {
7716
7756
  name: "lucide-log-in",
7717
- render: render$84
7718
- }, _hoisted_1$103 = {
7757
+ render: render$87
7758
+ }, _hoisted_1$106 = {
7719
7759
  viewBox: "0 0 24 24",
7720
7760
  width: "1.2em",
7721
7761
  height: "1.2em"
7722
7762
  };
7723
- function render$83(e, t) {
7724
- return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
7763
+ function render$86(e, t) {
7764
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createBaseVNode("path", {
7725
7765
  fill: "none",
7726
7766
  stroke: "currentColor",
7727
7767
  "stroke-linecap": "round",
@@ -7732,14 +7772,14 @@ function render$83(e, t) {
7732
7772
  }
7733
7773
  var log_out_default = {
7734
7774
  name: "lucide-log-out",
7735
- render: render$83
7736
- }, _hoisted_1$102 = {
7775
+ render: render$86
7776
+ }, _hoisted_1$105 = {
7737
7777
  viewBox: "0 0 24 24",
7738
7778
  width: "1.2em",
7739
7779
  height: "1.2em"
7740
7780
  };
7741
- function render$82(e, t) {
7742
- return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("g", {
7781
+ function render$85(e, t) {
7782
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createBaseVNode("g", {
7743
7783
  fill: "none",
7744
7784
  stroke: "currentColor",
7745
7785
  "stroke-linecap": "round",
@@ -7755,14 +7795,14 @@ function render$82(e, t) {
7755
7795
  }
7756
7796
  var mail_default = {
7757
7797
  name: "lucide-mail",
7758
- render: render$82
7759
- }, _hoisted_1$101 = {
7798
+ render: render$85
7799
+ }, _hoisted_1$104 = {
7760
7800
  viewBox: "0 0 24 24",
7761
7801
  width: "1.2em",
7762
7802
  height: "1.2em"
7763
7803
  };
7764
- function render$81(e, t) {
7765
- return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("path", {
7804
+ function render$84(e, t) {
7805
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createBaseVNode("path", {
7766
7806
  fill: "none",
7767
7807
  stroke: "currentColor",
7768
7808
  "stroke-linecap": "round",
@@ -7773,14 +7813,14 @@ function render$81(e, t) {
7773
7813
  }
7774
7814
  var maximize_default = {
7775
7815
  name: "lucide-maximize",
7776
- render: render$81
7777
- }, _hoisted_1$100 = {
7816
+ render: render$84
7817
+ }, _hoisted_1$103 = {
7778
7818
  viewBox: "0 0 24 24",
7779
7819
  width: "1.2em",
7780
7820
  height: "1.2em"
7781
7821
  };
7782
- function render$80(e, t) {
7783
- return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
7822
+ function render$83(e, t) {
7823
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createBaseVNode("path", {
7784
7824
  fill: "none",
7785
7825
  stroke: "currentColor",
7786
7826
  "stroke-linecap": "round",
@@ -7791,14 +7831,14 @@ function render$80(e, t) {
7791
7831
  }
7792
7832
  var maximize_2_default = {
7793
7833
  name: "lucide-maximize-2",
7794
- render: render$80
7795
- }, _hoisted_1$99 = {
7834
+ render: render$83
7835
+ }, _hoisted_1$102 = {
7796
7836
  viewBox: "0 0 24 24",
7797
7837
  width: "1.2em",
7798
7838
  height: "1.2em"
7799
7839
  };
7800
- function render$79(e, t) {
7801
- return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("path", {
7840
+ function render$82(e, t) {
7841
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createBaseVNode("path", {
7802
7842
  fill: "none",
7803
7843
  stroke: "currentColor",
7804
7844
  "stroke-linecap": "round",
@@ -7809,14 +7849,14 @@ function render$79(e, t) {
7809
7849
  }
7810
7850
  var menu_default = {
7811
7851
  name: "lucide-menu",
7812
- render: render$79
7813
- }, _hoisted_1$98 = {
7852
+ render: render$82
7853
+ }, _hoisted_1$101 = {
7814
7854
  viewBox: "0 0 24 24",
7815
7855
  width: "1.2em",
7816
7856
  height: "1.2em"
7817
7857
  };
7818
- function render$78(e, t) {
7819
- return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("path", {
7858
+ function render$81(e, t) {
7859
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createBaseVNode("path", {
7820
7860
  fill: "none",
7821
7861
  stroke: "currentColor",
7822
7862
  "stroke-linecap": "round",
@@ -7827,14 +7867,50 @@ function render$78(e, t) {
7827
7867
  }
7828
7868
  var message_circle_default = {
7829
7869
  name: "lucide-message-circle",
7830
- render: render$78
7831
- }, _hoisted_1$97 = {
7870
+ render: render$81
7871
+ }, _hoisted_1$100 = {
7832
7872
  viewBox: "0 0 24 24",
7833
7873
  width: "1.2em",
7834
7874
  height: "1.2em"
7835
7875
  };
7836
- function render$77(e, t) {
7837
- return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("path", {
7876
+ function render$80(e, t) {
7877
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createBaseVNode("path", {
7878
+ fill: "none",
7879
+ stroke: "currentColor",
7880
+ "stroke-linecap": "round",
7881
+ "stroke-linejoin": "round",
7882
+ "stroke-width": "2",
7883
+ d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
7884
+ }, null, -1)]);
7885
+ }
7886
+ var message_square_default = {
7887
+ name: "lucide-message-square",
7888
+ render: render$80
7889
+ }, _hoisted_1$99 = {
7890
+ viewBox: "0 0 24 24",
7891
+ width: "1.2em",
7892
+ height: "1.2em"
7893
+ };
7894
+ function render$79(e, t) {
7895
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createBaseVNode("path", {
7896
+ fill: "none",
7897
+ stroke: "currentColor",
7898
+ "stroke-linecap": "round",
7899
+ "stroke-linejoin": "round",
7900
+ "stroke-width": "2",
7901
+ d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm-9-8v6m-3-3h6"
7902
+ }, null, -1)]);
7903
+ }
7904
+ var message_square_plus_default = {
7905
+ name: "lucide-message-square-plus",
7906
+ render: render$79
7907
+ }, _hoisted_1$98 = {
7908
+ viewBox: "0 0 24 24",
7909
+ width: "1.2em",
7910
+ height: "1.2em"
7911
+ };
7912
+ function render$78(e, t) {
7913
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createBaseVNode("path", {
7838
7914
  fill: "none",
7839
7915
  stroke: "currentColor",
7840
7916
  "stroke-linecap": "round",
@@ -7845,14 +7921,14 @@ function render$77(e, t) {
7845
7921
  }
7846
7922
  var messages_square_default = {
7847
7923
  name: "lucide-messages-square",
7848
- render: render$77
7849
- }, _hoisted_1$96 = {
7924
+ render: render$78
7925
+ }, _hoisted_1$97 = {
7850
7926
  viewBox: "0 0 24 24",
7851
7927
  width: "1.2em",
7852
7928
  height: "1.2em"
7853
7929
  };
7854
- function render$76(e, t) {
7855
- return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("g", {
7930
+ function render$77(e, t) {
7931
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createBaseVNode("g", {
7856
7932
  fill: "none",
7857
7933
  stroke: "currentColor",
7858
7934
  "stroke-linecap": "round",
@@ -7868,14 +7944,14 @@ function render$76(e, t) {
7868
7944
  }
7869
7945
  var mic_default = {
7870
7946
  name: "lucide-mic",
7871
- render: render$76
7872
- }, _hoisted_1$95 = {
7947
+ render: render$77
7948
+ }, _hoisted_1$96 = {
7873
7949
  viewBox: "0 0 24 24",
7874
7950
  width: "1.2em",
7875
7951
  height: "1.2em"
7876
7952
  };
7877
- function render$75(e, t) {
7878
- return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
7953
+ function render$76(e, t) {
7954
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createBaseVNode("path", {
7879
7955
  fill: "none",
7880
7956
  stroke: "currentColor",
7881
7957
  "stroke-linecap": "round",
@@ -7886,14 +7962,14 @@ function render$75(e, t) {
7886
7962
  }
7887
7963
  var milestone_default = {
7888
7964
  name: "lucide-milestone",
7889
- render: render$75
7890
- }, _hoisted_1$94 = {
7965
+ render: render$76
7966
+ }, _hoisted_1$95 = {
7891
7967
  viewBox: "0 0 24 24",
7892
7968
  width: "1.2em",
7893
7969
  height: "1.2em"
7894
7970
  };
7895
- function render$74(e, t) {
7896
- return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
7971
+ function render$75(e, t) {
7972
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createBaseVNode("path", {
7897
7973
  fill: "none",
7898
7974
  stroke: "currentColor",
7899
7975
  "stroke-linecap": "round",
@@ -7904,14 +7980,14 @@ function render$74(e, t) {
7904
7980
  }
7905
7981
  var minimize_2_default = {
7906
7982
  name: "lucide-minimize-2",
7907
- render: render$74
7908
- }, _hoisted_1$93 = {
7983
+ render: render$75
7984
+ }, _hoisted_1$94 = {
7909
7985
  viewBox: "0 0 24 24",
7910
7986
  width: "1.2em",
7911
7987
  height: "1.2em"
7912
7988
  };
7913
- function render$73(e, t) {
7914
- return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createBaseVNode("path", {
7989
+ function render$74(e, t) {
7990
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createBaseVNode("path", {
7915
7991
  fill: "none",
7916
7992
  stroke: "currentColor",
7917
7993
  "stroke-linecap": "round",
@@ -7922,14 +7998,14 @@ function render$73(e, t) {
7922
7998
  }
7923
7999
  var minus_default = {
7924
8000
  name: "lucide-minus",
7925
- render: render$73
7926
- }, _hoisted_1$92 = {
8001
+ render: render$74
8002
+ }, _hoisted_1$93 = {
7927
8003
  viewBox: "0 0 24 24",
7928
8004
  width: "1.2em",
7929
8005
  height: "1.2em"
7930
8006
  };
7931
- function render$72(e, t) {
7932
- return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createBaseVNode("path", {
8007
+ function render$73(e, t) {
8008
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createBaseVNode("path", {
7933
8009
  fill: "none",
7934
8010
  stroke: "currentColor",
7935
8011
  "stroke-linecap": "round",
@@ -7940,25 +8016,25 @@ function render$72(e, t) {
7940
8016
  }
7941
8017
  var mouse_pointer_default = {
7942
8018
  name: "lucide-mouse-pointer",
7943
- render: render$72
7944
- }, _hoisted_1$91 = {
8019
+ render: render$73
8020
+ }, _hoisted_1$92 = {
7945
8021
  viewBox: "0 0 24 24",
7946
8022
  width: "1.2em",
7947
8023
  height: "1.2em"
7948
8024
  };
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)]);
8025
+ function render$72(e, t) {
8026
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, 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)]);
7951
8027
  }
7952
8028
  var network_default = {
7953
8029
  name: "lucide-network",
7954
- render: render$71
7955
- }, _hoisted_1$90 = {
8030
+ render: render$72
8031
+ }, _hoisted_1$91 = {
7956
8032
  viewBox: "0 0 24 24",
7957
8033
  width: "1.2em",
7958
8034
  height: "1.2em"
7959
8035
  };
7960
- function render$70(e, t) {
7961
- return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("g", {
8036
+ function render$71(e, t) {
8037
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createBaseVNode("g", {
7962
8038
  fill: "none",
7963
8039
  stroke: "currentColor",
7964
8040
  "stroke-linecap": "round",
@@ -7968,14 +8044,14 @@ function render$70(e, t) {
7968
8044
  }
7969
8045
  var notebook_pen_default = {
7970
8046
  name: "lucide-notebook-pen",
7971
- render: render$70
7972
- }, _hoisted_1$89 = {
8047
+ render: render$71
8048
+ }, _hoisted_1$90 = {
7973
8049
  viewBox: "0 0 24 24",
7974
8050
  width: "1.2em",
7975
8051
  height: "1.2em"
7976
8052
  };
7977
- function render$69(e, t) {
7978
- return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createBaseVNode("g", {
8053
+ function render$70(e, t) {
8054
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createBaseVNode("g", {
7979
8055
  fill: "none",
7980
8056
  stroke: "currentColor",
7981
8057
  "stroke-linecap": "round",
@@ -7989,25 +8065,25 @@ function render$69(e, t) {
7989
8065
  }
7990
8066
  var package_open_default = {
7991
8067
  name: "lucide-package-open",
7992
- render: render$69
7993
- }, _hoisted_1$88 = {
8068
+ render: render$70
8069
+ }, _hoisted_1$89 = {
7994
8070
  viewBox: "0 0 24 24",
7995
8071
  width: "1.2em",
7996
8072
  height: "1.2em"
7997
8073
  };
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)]);
8074
+ function render$69(e, t) {
8075
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, 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)]);
8000
8076
  }
8001
8077
  var palette_default = {
8002
8078
  name: "lucide-palette",
8003
- render: render$68
8004
- }, _hoisted_1$87 = {
8079
+ render: render$69
8080
+ }, _hoisted_1$88 = {
8005
8081
  viewBox: "0 0 24 24",
8006
8082
  width: "1.2em",
8007
8083
  height: "1.2em"
8008
8084
  };
8009
- function render$67(e, t) {
8010
- return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
8085
+ function render$68(e, t) {
8086
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createBaseVNode("g", {
8011
8087
  fill: "none",
8012
8088
  stroke: "currentColor",
8013
8089
  "stroke-linecap": "round",
@@ -8023,14 +8099,14 @@ function render$67(e, t) {
8023
8099
  }
8024
8100
  var panel_left_default = {
8025
8101
  name: "lucide-panel-left",
8026
- render: render$67
8027
- }, _hoisted_1$86 = {
8102
+ render: render$68
8103
+ }, _hoisted_1$87 = {
8028
8104
  viewBox: "0 0 24 24",
8029
8105
  width: "1.2em",
8030
8106
  height: "1.2em"
8031
8107
  };
8032
- function render$66(e, t) {
8033
- return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createBaseVNode("g", {
8108
+ function render$67(e, t) {
8109
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createBaseVNode("g", {
8034
8110
  fill: "none",
8035
8111
  stroke: "currentColor",
8036
8112
  "stroke-linecap": "round",
@@ -8046,14 +8122,14 @@ function render$66(e, t) {
8046
8122
  }
8047
8123
  var panel_right_default = {
8048
8124
  name: "lucide-panel-right",
8049
- render: render$66
8050
- }, _hoisted_1$85 = {
8125
+ render: render$67
8126
+ }, _hoisted_1$86 = {
8051
8127
  viewBox: "0 0 24 24",
8052
8128
  width: "1.2em",
8053
8129
  height: "1.2em"
8054
8130
  };
8055
- function render$65(e, t) {
8056
- return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createBaseVNode("path", {
8131
+ function render$66(e, t) {
8132
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createBaseVNode("path", {
8057
8133
  fill: "none",
8058
8134
  stroke: "currentColor",
8059
8135
  "stroke-linecap": "round",
@@ -8064,14 +8140,14 @@ function render$65(e, t) {
8064
8140
  }
8065
8141
  var paperclip_default = {
8066
8142
  name: "lucide-paperclip",
8067
- render: render$65
8068
- }, _hoisted_1$84 = {
8143
+ render: render$66
8144
+ }, _hoisted_1$85 = {
8069
8145
  viewBox: "0 0 24 24",
8070
8146
  width: "1.2em",
8071
8147
  height: "1.2em"
8072
8148
  };
8073
- function render$64(e, t) {
8074
- return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createBaseVNode("g", {
8149
+ function render$65(e, t) {
8150
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createBaseVNode("g", {
8075
8151
  fill: "none",
8076
8152
  stroke: "currentColor",
8077
8153
  "stroke-linecap": "round",
@@ -8093,14 +8169,14 @@ function render$64(e, t) {
8093
8169
  }
8094
8170
  var pause_default = {
8095
8171
  name: "lucide-pause",
8096
- render: render$64
8097
- }, _hoisted_1$83 = {
8172
+ render: render$65
8173
+ }, _hoisted_1$84 = {
8098
8174
  viewBox: "0 0 24 24",
8099
8175
  width: "1.2em",
8100
8176
  height: "1.2em"
8101
8177
  };
8102
- function render$63(e, t) {
8103
- return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createBaseVNode("path", {
8178
+ function render$64(e, t) {
8179
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createBaseVNode("path", {
8104
8180
  fill: "none",
8105
8181
  stroke: "currentColor",
8106
8182
  "stroke-linecap": "round",
@@ -8111,14 +8187,14 @@ function render$63(e, t) {
8111
8187
  }
8112
8188
  var pen_default = {
8113
8189
  name: "lucide-pen",
8114
- render: render$63
8115
- }, _hoisted_1$82 = {
8190
+ render: render$64
8191
+ }, _hoisted_1$83 = {
8116
8192
  viewBox: "0 0 24 24",
8117
8193
  width: "1.2em",
8118
8194
  height: "1.2em"
8119
8195
  };
8120
- function render$62(e, t) {
8121
- return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createBaseVNode("path", {
8196
+ function render$63(e, t) {
8197
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createBaseVNode("path", {
8122
8198
  fill: "none",
8123
8199
  stroke: "currentColor",
8124
8200
  "stroke-linecap": "round",
@@ -8129,14 +8205,14 @@ function render$62(e, t) {
8129
8205
  }
8130
8206
  var pencil_default = {
8131
8207
  name: "lucide-pencil",
8132
- render: render$62
8133
- }, _hoisted_1$81 = {
8208
+ render: render$63
8209
+ }, _hoisted_1$82 = {
8134
8210
  viewBox: "0 0 24 24",
8135
8211
  width: "1.2em",
8136
8212
  height: "1.2em"
8137
8213
  };
8138
- function render$61(e, t) {
8139
- return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createBaseVNode("path", {
8214
+ function render$62(e, t) {
8215
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createBaseVNode("path", {
8140
8216
  fill: "none",
8141
8217
  stroke: "currentColor",
8142
8218
  "stroke-linecap": "round",
@@ -8147,14 +8223,14 @@ function render$61(e, t) {
8147
8223
  }
8148
8224
  var pin_default = {
8149
8225
  name: "lucide-pin",
8150
- render: render$61
8151
- }, _hoisted_1$80 = {
8226
+ render: render$62
8227
+ }, _hoisted_1$81 = {
8152
8228
  viewBox: "0 0 24 24",
8153
8229
  width: "1.2em",
8154
8230
  height: "1.2em"
8155
8231
  };
8156
- function render$60(e, t) {
8157
- return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createBaseVNode("path", {
8232
+ function render$61(e, t) {
8233
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createBaseVNode("path", {
8158
8234
  fill: "none",
8159
8235
  stroke: "currentColor",
8160
8236
  "stroke-linecap": "round",
@@ -8165,14 +8241,14 @@ function render$60(e, t) {
8165
8241
  }
8166
8242
  var play_default = {
8167
8243
  name: "lucide-play",
8168
- render: render$60
8169
- }, _hoisted_1$79 = {
8244
+ render: render$61
8245
+ }, _hoisted_1$80 = {
8170
8246
  viewBox: "0 0 24 24",
8171
8247
  width: "1.2em",
8172
8248
  height: "1.2em"
8173
8249
  };
8174
- function render$59(e, t) {
8175
- return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createBaseVNode("path", {
8250
+ function render$60(e, t) {
8251
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createBaseVNode("path", {
8176
8252
  fill: "none",
8177
8253
  stroke: "currentColor",
8178
8254
  "stroke-linecap": "round",
@@ -8183,14 +8259,14 @@ function render$59(e, t) {
8183
8259
  }
8184
8260
  var plug_default = {
8185
8261
  name: "lucide-plug",
8186
- render: render$59
8187
- }, _hoisted_1$78 = {
8262
+ render: render$60
8263
+ }, _hoisted_1$79 = {
8188
8264
  viewBox: "0 0 24 24",
8189
8265
  width: "1.2em",
8190
8266
  height: "1.2em"
8191
8267
  };
8192
- function render$58(e, t) {
8193
- return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createBaseVNode("path", {
8268
+ function render$59(e, t) {
8269
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createBaseVNode("path", {
8194
8270
  fill: "none",
8195
8271
  stroke: "currentColor",
8196
8272
  "stroke-linecap": "round",
@@ -8201,14 +8277,14 @@ function render$58(e, t) {
8201
8277
  }
8202
8278
  var plus_default = {
8203
8279
  name: "lucide-plus",
8204
- render: render$58
8205
- }, _hoisted_1$77 = {
8280
+ render: render$59
8281
+ }, _hoisted_1$78 = {
8206
8282
  viewBox: "0 0 24 24",
8207
8283
  width: "1.2em",
8208
8284
  height: "1.2em"
8209
8285
  };
8210
- function render$57(e, t) {
8211
- return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createBaseVNode("g", {
8286
+ function render$58(e, t) {
8287
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createBaseVNode("g", {
8212
8288
  fill: "none",
8213
8289
  stroke: "currentColor",
8214
8290
  "stroke-linecap": "round",
@@ -8218,14 +8294,14 @@ function render$57(e, t) {
8218
8294
  }
8219
8295
  var pocket_knife_default = {
8220
8296
  name: "lucide-pocket-knife",
8221
- render: render$57
8222
- }, _hoisted_1$76 = {
8297
+ render: render$58
8298
+ }, _hoisted_1$77 = {
8223
8299
  viewBox: "0 0 24 24",
8224
8300
  width: "1.2em",
8225
8301
  height: "1.2em"
8226
8302
  };
8227
- function render$56(e, t) {
8228
- return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createBaseVNode("path", {
8303
+ function render$57(e, t) {
8304
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createBaseVNode("path", {
8229
8305
  fill: "none",
8230
8306
  stroke: "currentColor",
8231
8307
  "stroke-linecap": "round",
@@ -8236,14 +8312,14 @@ function render$56(e, t) {
8236
8312
  }
8237
8313
  var power_default = {
8238
8314
  name: "lucide-power",
8239
- render: render$56
8240
- }, _hoisted_1$75 = {
8315
+ render: render$57
8316
+ }, _hoisted_1$76 = {
8241
8317
  viewBox: "0 0 24 24",
8242
8318
  width: "1.2em",
8243
8319
  height: "1.2em"
8244
8320
  };
8245
- function render$55(e, t) {
8246
- return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createBaseVNode("g", {
8321
+ function render$56(e, t) {
8322
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createBaseVNode("g", {
8247
8323
  fill: "none",
8248
8324
  stroke: "currentColor",
8249
8325
  "stroke-linecap": "round",
@@ -8253,14 +8329,14 @@ function render$55(e, t) {
8253
8329
  }
8254
8330
  var redo_2_default = {
8255
8331
  name: "lucide-redo-2",
8256
- render: render$55
8257
- }, _hoisted_1$74 = {
8332
+ render: render$56
8333
+ }, _hoisted_1$75 = {
8258
8334
  viewBox: "0 0 24 24",
8259
8335
  width: "1.2em",
8260
8336
  height: "1.2em"
8261
8337
  };
8262
- function render$54(e, t) {
8263
- return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createBaseVNode("g", {
8338
+ function render$55(e, t) {
8339
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createBaseVNode("g", {
8264
8340
  fill: "none",
8265
8341
  stroke: "currentColor",
8266
8342
  "stroke-linecap": "round",
@@ -8274,14 +8350,14 @@ function render$54(e, t) {
8274
8350
  }
8275
8351
  var refresh_cw_default = {
8276
8352
  name: "lucide-refresh-cw",
8277
- render: render$54
8278
- }, _hoisted_1$73 = {
8353
+ render: render$55
8354
+ }, _hoisted_1$74 = {
8279
8355
  viewBox: "0 0 24 24",
8280
8356
  width: "1.2em",
8281
8357
  height: "1.2em"
8282
8358
  };
8283
- function render$53(e, t) {
8284
- return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createBaseVNode("path", {
8359
+ function render$54(e, t) {
8360
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createBaseVNode("path", {
8285
8361
  fill: "none",
8286
8362
  stroke: "currentColor",
8287
8363
  "stroke-linecap": "round",
@@ -8292,14 +8368,14 @@ function render$53(e, t) {
8292
8368
  }
8293
8369
  var remove_formatting_default = {
8294
8370
  name: "lucide-remove-formatting",
8295
- render: render$53
8296
- }, _hoisted_1$72 = {
8371
+ render: render$54
8372
+ }, _hoisted_1$73 = {
8297
8373
  viewBox: "0 0 24 24",
8298
8374
  width: "1.2em",
8299
8375
  height: "1.2em"
8300
8376
  };
8301
- function render$52(e, t) {
8302
- return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createBaseVNode("g", {
8377
+ function render$53(e, t) {
8378
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createBaseVNode("g", {
8303
8379
  fill: "none",
8304
8380
  stroke: "currentColor",
8305
8381
  "stroke-linecap": "round",
@@ -8313,14 +8389,14 @@ function render$52(e, t) {
8313
8389
  }
8314
8390
  var rss_default = {
8315
8391
  name: "lucide-rss",
8316
- render: render$52
8317
- }, _hoisted_1$71 = {
8392
+ render: render$53
8393
+ }, _hoisted_1$72 = {
8318
8394
  viewBox: "0 0 24 24",
8319
8395
  width: "1.2em",
8320
8396
  height: "1.2em"
8321
8397
  };
8322
- function render$51(e, t) {
8323
- return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createBaseVNode("path", {
8398
+ function render$52(e, t) {
8399
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createBaseVNode("path", {
8324
8400
  fill: "none",
8325
8401
  stroke: "currentColor",
8326
8402
  "stroke-linecap": "round",
@@ -8331,14 +8407,14 @@ function render$51(e, t) {
8331
8407
  }
8332
8408
  var satellite_dish_default = {
8333
8409
  name: "lucide-satellite-dish",
8334
- render: render$51
8335
- }, _hoisted_1$70 = {
8410
+ render: render$52
8411
+ }, _hoisted_1$71 = {
8336
8412
  viewBox: "0 0 24 24",
8337
8413
  width: "1.2em",
8338
8414
  height: "1.2em"
8339
8415
  };
8340
- function render$50(e, t) {
8341
- return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createBaseVNode("g", {
8416
+ function render$51(e, t) {
8417
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createBaseVNode("g", {
8342
8418
  fill: "none",
8343
8419
  stroke: "currentColor",
8344
8420
  "stroke-linecap": "round",
@@ -8348,14 +8424,14 @@ function render$50(e, t) {
8348
8424
  }
8349
8425
  var save_default = {
8350
8426
  name: "lucide-save",
8351
- render: render$50
8352
- }, _hoisted_1$69 = {
8427
+ render: render$51
8428
+ }, _hoisted_1$70 = {
8353
8429
  viewBox: "0 0 24 24",
8354
8430
  width: "1.2em",
8355
8431
  height: "1.2em"
8356
8432
  };
8357
- function render$49(e, t) {
8358
- return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createBaseVNode("path", {
8433
+ function render$50(e, t) {
8434
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createBaseVNode("path", {
8359
8435
  fill: "none",
8360
8436
  stroke: "currentColor",
8361
8437
  "stroke-linecap": "round",
@@ -8366,25 +8442,25 @@ function render$49(e, t) {
8366
8442
  }
8367
8443
  var scale_default = {
8368
8444
  name: "lucide-scale",
8369
- render: render$49
8370
- }, _hoisted_1$68 = {
8445
+ render: render$50
8446
+ }, _hoisted_1$69 = {
8371
8447
  viewBox: "0 0 24 24",
8372
8448
  width: "1.2em",
8373
8449
  height: "1.2em"
8374
8450
  };
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)]);
8451
+ function render$49(e, t) {
8452
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, 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)]);
8377
8453
  }
8378
8454
  var scissors_default = {
8379
8455
  name: "lucide-scissors",
8380
- render: render$48
8381
- }, _hoisted_1$67 = {
8456
+ render: render$49
8457
+ }, _hoisted_1$68 = {
8382
8458
  viewBox: "0 0 24 24",
8383
8459
  width: "1.2em",
8384
8460
  height: "1.2em"
8385
8461
  };
8386
- function render$47(e, t) {
8387
- return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createBaseVNode("g", {
8462
+ function render$48(e, t) {
8463
+ return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createBaseVNode("g", {
8388
8464
  fill: "none",
8389
8465
  stroke: "currentColor",
8390
8466
  "stroke-linecap": "round",
@@ -8398,14 +8474,14 @@ function render$47(e, t) {
8398
8474
  }
8399
8475
  var search_default = {
8400
8476
  name: "lucide-search",
8401
- render: render$47
8402
- }, _hoisted_1$66 = {
8477
+ render: render$48
8478
+ }, _hoisted_1$67 = {
8403
8479
  viewBox: "0 0 24 24",
8404
8480
  width: "1.2em",
8405
8481
  height: "1.2em"
8406
8482
  };
8407
- function render$46(e, t) {
8408
- return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createBaseVNode("path", {
8483
+ function render$47(e, t) {
8484
+ return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createBaseVNode("path", {
8409
8485
  fill: "none",
8410
8486
  stroke: "currentColor",
8411
8487
  "stroke-linecap": "round",
@@ -8416,14 +8492,14 @@ function render$46(e, t) {
8416
8492
  }
8417
8493
  var send_default = {
8418
8494
  name: "lucide-send",
8419
- render: render$46
8420
- }, _hoisted_1$65 = {
8495
+ render: render$47
8496
+ }, _hoisted_1$66 = {
8421
8497
  viewBox: "0 0 24 24",
8422
8498
  width: "1.2em",
8423
8499
  height: "1.2em"
8424
8500
  };
8425
- function render$45(e, t) {
8426
- return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createBaseVNode("g", {
8501
+ function render$46(e, t) {
8502
+ return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createBaseVNode("g", {
8427
8503
  fill: "none",
8428
8504
  stroke: "currentColor",
8429
8505
  "stroke-linecap": "round",
@@ -8451,14 +8527,14 @@ function render$45(e, t) {
8451
8527
  }
8452
8528
  var server_default = {
8453
8529
  name: "lucide-server",
8454
- render: render$45
8455
- }, _hoisted_1$64 = {
8530
+ render: render$46
8531
+ }, _hoisted_1$65 = {
8456
8532
  viewBox: "0 0 24 24",
8457
8533
  width: "1.2em",
8458
8534
  height: "1.2em"
8459
8535
  };
8460
- function render$44(e, t) {
8461
- return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createBaseVNode("g", {
8536
+ function render$45(e, t) {
8537
+ return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createBaseVNode("g", {
8462
8538
  fill: "none",
8463
8539
  stroke: "currentColor",
8464
8540
  "stroke-linecap": "round",
@@ -8472,14 +8548,14 @@ function render$44(e, t) {
8472
8548
  }
8473
8549
  var settings_default = {
8474
8550
  name: "lucide-settings",
8475
- render: render$44
8476
- }, _hoisted_1$63 = {
8551
+ render: render$45
8552
+ }, _hoisted_1$64 = {
8477
8553
  viewBox: "0 0 24 24",
8478
8554
  width: "1.2em",
8479
8555
  height: "1.2em"
8480
8556
  };
8481
- function render$43(e, t) {
8482
- return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createBaseVNode("g", {
8557
+ function render$44(e, t) {
8558
+ return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createBaseVNode("g", {
8483
8559
  fill: "none",
8484
8560
  stroke: "currentColor",
8485
8561
  "stroke-linecap": "round",
@@ -8501,14 +8577,14 @@ function render$43(e, t) {
8501
8577
  }
8502
8578
  var settings_2_default = {
8503
8579
  name: "lucide-settings-2",
8504
- render: render$43
8505
- }, _hoisted_1$62 = {
8580
+ render: render$44
8581
+ }, _hoisted_1$63 = {
8506
8582
  viewBox: "0 0 24 24",
8507
8583
  width: "1.2em",
8508
8584
  height: "1.2em"
8509
8585
  };
8510
- function render$42(e, t) {
8511
- return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createBaseVNode("path", {
8586
+ function render$43(e, t) {
8587
+ return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createBaseVNode("path", {
8512
8588
  fill: "none",
8513
8589
  stroke: "currentColor",
8514
8590
  "stroke-linecap": "round",
@@ -8519,14 +8595,14 @@ function render$42(e, t) {
8519
8595
  }
8520
8596
  var share_default = {
8521
8597
  name: "lucide-share",
8522
- render: render$42
8523
- }, _hoisted_1$61 = {
8598
+ render: render$43
8599
+ }, _hoisted_1$62 = {
8524
8600
  viewBox: "0 0 24 24",
8525
8601
  width: "1.2em",
8526
8602
  height: "1.2em"
8527
8603
  };
8528
- function render$41(e, t) {
8529
- return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createBaseVNode("path", {
8604
+ function render$42(e, t) {
8605
+ return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createBaseVNode("path", {
8530
8606
  fill: "none",
8531
8607
  stroke: "currentColor",
8532
8608
  "stroke-linecap": "round",
@@ -8537,14 +8613,14 @@ function render$41(e, t) {
8537
8613
  }
8538
8614
  var sliders_horizontal_default = {
8539
8615
  name: "lucide-sliders-horizontal",
8540
- render: render$41
8541
- }, _hoisted_1$60 = {
8616
+ render: render$42
8617
+ }, _hoisted_1$61 = {
8542
8618
  viewBox: "0 0 24 24",
8543
8619
  width: "1.2em",
8544
8620
  height: "1.2em"
8545
8621
  };
8546
- function render$40(e, t) {
8547
- return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createBaseVNode("g", {
8622
+ function render$41(e, t) {
8623
+ return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createBaseVNode("g", {
8548
8624
  fill: "none",
8549
8625
  stroke: "currentColor",
8550
8626
  "stroke-linecap": "round",
@@ -8558,14 +8634,14 @@ function render$40(e, t) {
8558
8634
  }
8559
8635
  var smile_default = {
8560
8636
  name: "lucide-smile",
8561
- render: render$40
8562
- }, _hoisted_1$59 = {
8637
+ render: render$41
8638
+ }, _hoisted_1$60 = {
8563
8639
  viewBox: "0 0 24 24",
8564
8640
  width: "1.2em",
8565
8641
  height: "1.2em"
8566
8642
  };
8567
- function render$39(e, t) {
8568
- return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createBaseVNode("path", {
8643
+ function render$40(e, t) {
8644
+ return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createBaseVNode("path", {
8569
8645
  fill: "none",
8570
8646
  stroke: "currentColor",
8571
8647
  "stroke-linecap": "round",
@@ -8576,6 +8652,23 @@ function render$39(e, t) {
8576
8652
  }
8577
8653
  var sparkles_default = {
8578
8654
  name: "lucide-sparkles",
8655
+ render: render$40
8656
+ }, _hoisted_1$59 = {
8657
+ viewBox: "0 0 24 24",
8658
+ width: "1.2em",
8659
+ height: "1.2em"
8660
+ };
8661
+ function render$39(e, t) {
8662
+ return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createBaseVNode("g", {
8663
+ fill: "none",
8664
+ stroke: "currentColor",
8665
+ "stroke-linecap": "round",
8666
+ "stroke-linejoin": "round",
8667
+ "stroke-width": "2"
8668
+ }, [createBaseVNode("path", { d: "M16 3h5v5M8 3H3v5" }), createBaseVNode("path", { d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6" })], -1)]);
8669
+ }
8670
+ var split_default = {
8671
+ name: "lucide-split",
8579
8672
  render: render$39
8580
8673
  }, _hoisted_1$58 = {
8581
8674
  viewBox: "0 0 24 24",
@@ -9551,6 +9644,9 @@ const deprecatedIconSet = {
9551
9644
  "node-trash": node_trash_default,
9552
9645
  mcp: mcp_default,
9553
9646
  lovable: lovable_default,
9647
+ resolver: resolver_default,
9648
+ form: form_default,
9649
+ webhook: webhook_default,
9554
9650
  "align-right": align_right_default,
9555
9651
  archive: archive_default,
9556
9652
  "archive-restore": archive_restore_default,
@@ -9561,6 +9657,7 @@ const deprecatedIconSet = {
9561
9657
  "arrow-right-from-line": arrow_right_from_line_default,
9562
9658
  "arrow-right-to-line": arrow_right_to_line_default,
9563
9659
  "arrow-up": arrow_up_default,
9660
+ "arrow-up-right": arrow_up_right_default,
9564
9661
  "at-sign": at_sign_default,
9565
9662
  ban: ban_default,
9566
9663
  bell: bell_default,
@@ -9587,6 +9684,7 @@ const deprecatedIconSet = {
9587
9684
  "circle-alert": circle_alert_default,
9588
9685
  "circle-check": circle_check_default$1,
9589
9686
  "circle-dot": circle_dot_default,
9687
+ "circle-ellipsis": circle_ellipsis_default,
9590
9688
  "circle-help": circle_help_default,
9591
9689
  "circle-minus": circle_minus_default,
9592
9690
  "circle-pause": circle_pause_default,
@@ -9665,6 +9763,8 @@ const deprecatedIconSet = {
9665
9763
  "maximize-2": maximize_2_default,
9666
9764
  menu: menu_default,
9667
9765
  "message-circle": message_circle_default,
9766
+ "message-square": message_square_default,
9767
+ "message-square-plus": message_square_plus_default,
9668
9768
  "messages-square": messages_square_default,
9669
9769
  mic: mic_default,
9670
9770
  milestone: milestone_default,
@@ -9704,6 +9804,7 @@ const deprecatedIconSet = {
9704
9804
  "sliders-horizontal": sliders_horizontal_default,
9705
9805
  smile: smile_default,
9706
9806
  sparkles: sparkles_default,
9807
+ split: split_default,
9707
9808
  square: square_default,
9708
9809
  "square-check": square_check_default,
9709
9810
  "square-minus": square_minus_default,
@@ -9776,7 +9877,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
9776
9877
  "text-dark": "--color--text--shade-1",
9777
9878
  "text-base": "--color--text",
9778
9879
  "text-light": "--color--text--tint-1",
9779
- "text-xlight": "--color--text--tint-3",
9880
+ "text-xlight": "--color--text--tint-2",
9780
9881
  danger: "--color--danger",
9781
9882
  success: "--color--success",
9782
9883
  warning: "--color--warning",
@@ -11103,9 +11204,7 @@ var arrow_down_default = /* @__PURE__ */ defineComponent({
11103
11204
  for (let r of [e, ...Object.values(t ?? {})]) n.component(r.name, r);
11104
11205
  }, t) for (let [n, r] of Object.entries(t)) e[n] = r;
11105
11206
  return e;
11106
- }, withInstallDirective = (e, t) => (e.install = (n) => {
11107
- n.directive(t, e);
11108
- }, e), withNoopInstall = (e) => (e.install = NOOP, e), EVENT_CODE = {
11207
+ }, withNoopInstall = (e) => (e.install = NOOP, e), EVENT_CODE = {
11109
11208
  tab: "Tab",
11110
11209
  enter: "Enter",
11111
11210
  space: "Space",
@@ -13450,7 +13549,7 @@ var createFocusableStack = () => {
13450
13549
  }), createFocusOutPreventedEvent = (e) => new CustomEvent(FOCUSOUT_PREVENTED, {
13451
13550
  ...FOCUSOUT_PREVENTED_OPTS,
13452
13551
  detail: e
13453
- }), _sfc_main$9 = /* @__PURE__ */ defineComponent({
13552
+ }), _sfc_main$7 = /* @__PURE__ */ defineComponent({
13454
13553
  name: "ElFocusTrap",
13455
13554
  inheritAttrs: !1,
13456
13555
  props: {
@@ -13567,10 +13666,10 @@ var createFocusableStack = () => {
13567
13666
  }), { onKeydown: c };
13568
13667
  }
13569
13668
  });
13570
- function _sfc_render$9(e, t, n, r, i, o) {
13669
+ function _sfc_render$7(e, t, n, r, i, o) {
13571
13670
  return renderSlot(e.$slots, "default", { handleKeydown: e.onKeydown });
13572
13671
  }
13573
- var ElFocusTrap = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]), popperContentProps = buildProps({
13672
+ var ElFocusTrap = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/focus-trap/src/focus-trap.vue"]]), popperContentProps = buildProps({
13574
13673
  ...buildProps({
13575
13674
  boundariesPadding: {
13576
13675
  type: Number,
@@ -15225,7 +15324,7 @@ var useAlphaSlider = (e) => {
15225
15324
  style: normalizeStyle(unref(f))
15226
15325
  }, null, 6)], 2));
15227
15326
  }
15228
- }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/alpha-slider.vue"]]), _sfc_main$8 = /* @__PURE__ */ defineComponent({
15327
+ }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/alpha-slider.vue"]]), _sfc_main$6 = /* @__PURE__ */ defineComponent({
15229
15328
  name: "ElColorHueSlider",
15230
15329
  props: {
15231
15330
  color: {
@@ -15294,7 +15393,7 @@ var useAlphaSlider = (e) => {
15294
15393
  };
15295
15394
  }
15296
15395
  });
15297
- function _sfc_render$8(e, t, n, r, i, o) {
15396
+ function _sfc_render$6(e, t, n, r, i, o) {
15298
15397
  return openBlock(), createElementBlock("div", { class: normalizeClass([e.ns.b(), e.ns.is("vertical", e.vertical)]) }, [createBaseVNode("div", {
15299
15398
  ref: "bar",
15300
15399
  class: normalizeClass(e.ns.e("bar")),
@@ -15308,7 +15407,7 @@ function _sfc_render$8(e, t, n, r, i, o) {
15308
15407
  })
15309
15408
  }, null, 6)], 2);
15310
15409
  }
15311
- var HueSlider = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/hue-slider.vue"]]), colorPickerProps = buildProps({
15410
+ var HueSlider = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/hue-slider.vue"]]), colorPickerProps = buildProps({
15312
15411
  modelValue: String,
15313
15412
  id: String,
15314
15413
  showAlpha: Boolean,
@@ -15525,7 +15624,7 @@ var HueSlider = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render
15525
15624
  default: this.value = toHex(hsv2rgb(e, t, n));
15526
15625
  }
15527
15626
  }
15528
- }, _sfc_main$7 = /* @__PURE__ */ defineComponent({
15627
+ }, _sfc_main$5 = /* @__PURE__ */ defineComponent({
15529
15628
  props: {
15530
15629
  colors: {
15531
15630
  type: Array,
@@ -15562,7 +15661,7 @@ var HueSlider = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render
15562
15661
  };
15563
15662
  }
15564
15663
  }), _hoisted_1$17 = ["onClick"];
15565
- function _sfc_render$7(e, t, n, r, i, o) {
15664
+ function _sfc_render$5(e, t, n, r, i, o) {
15566
15665
  return openBlock(), createElementBlock("div", { class: normalizeClass(e.ns.b()) }, [createBaseVNode("div", { class: normalizeClass(e.ns.e("colors")) }, [(openBlock(!0), createElementBlock(Fragment, null, renderList(e.rgbaColors, (t, n) => (openBlock(), createElementBlock("div", {
15567
15666
  key: e.colors[n],
15568
15667
  class: normalizeClass([
@@ -15573,7 +15672,7 @@ function _sfc_render$7(e, t, n, r, i, o) {
15573
15672
  onClick: (t) => e.handleSelect(n)
15574
15673
  }, [createBaseVNode("div", { style: normalizeStyle({ backgroundColor: t.value }) }, null, 4)], 10, _hoisted_1$17))), 128))], 2)], 2);
15575
15674
  }
15576
- var Predefine = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/predefine.vue"]]), _sfc_main$6 = /* @__PURE__ */ defineComponent({
15675
+ var Predefine = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/predefine.vue"]]), _sfc_main$4 = /* @__PURE__ */ defineComponent({
15577
15676
  name: "ElSlPanel",
15578
15677
  props: { color: {
15579
15678
  type: Object,
@@ -15617,7 +15716,7 @@ var Predefine = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render
15617
15716
  };
15618
15717
  }
15619
15718
  }), _hoisted_2$11 = [/* @__PURE__ */ createBaseVNode("div", null, null, -1)];
15620
- function _sfc_render$6(e, t, n, r, i, o) {
15719
+ function _sfc_render$4(e, t, n, r, i, o) {
15621
15720
  return openBlock(), createElementBlock("div", {
15622
15721
  class: normalizeClass(e.ns.b()),
15623
15722
  style: normalizeStyle({ backgroundColor: e.background })
@@ -15633,7 +15732,7 @@ function _sfc_render$6(e, t, n, r, i, o) {
15633
15732
  }, _hoisted_2$11, 6)
15634
15733
  ], 6);
15635
15734
  }
15636
- var SvPanel = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/sv-panel.vue"]]), _hoisted_1$16 = ["onKeydown"], _hoisted_2$10 = [
15735
+ var SvPanel = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/components/sv-panel.vue"]]), _hoisted_1$16 = ["onKeydown"], _hoisted_2$10 = [
15637
15736
  "id",
15638
15737
  "aria-label",
15639
15738
  "aria-labelledby",
@@ -15868,142 +15967,7 @@ withInstall(/* @__PURE__ */ _export_sfc(/* @__PURE__ */ defineComponent({
15868
15967
  ]));
15869
15968
  }
15870
15969
  }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/color-picker/src/color-picker.vue"]]));
15871
- var _sfc_main$5 = /* @__PURE__ */ defineComponent({ inheritAttrs: !1 });
15872
- function _sfc_render$5(e, t, n, r, i, o) {
15873
- return renderSlot(e.$slots, "default");
15874
- }
15875
- var Collection = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection.vue"]]), _sfc_main$4 = /* @__PURE__ */ defineComponent({
15876
- name: "ElCollectionItem",
15877
- inheritAttrs: !1
15878
- });
15879
- function _sfc_render$4(e, t, n, r, i, o) {
15880
- return renderSlot(e.$slots, "default");
15881
- }
15882
- var CollectionItem = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__file", "/home/runner/work/element-plus/element-plus/packages/components/collection/src/collection-item.vue"]]), COLLECTION_ITEM_SIGN = "data-el-collection-item", createCollectionWithScope = (e) => {
15883
- let t = `El${e}Collection`, n = `${t}Item`, r = Symbol(t), i = Symbol(n);
15884
- return {
15885
- COLLECTION_INJECTION_KEY: r,
15886
- COLLECTION_ITEM_INJECTION_KEY: i,
15887
- ElCollection: {
15888
- ...Collection,
15889
- name: t,
15890
- setup() {
15891
- let e = ref(null), t = /* @__PURE__ */ new Map();
15892
- provide(r, {
15893
- itemMap: t,
15894
- getItems: () => {
15895
- let n = unref(e);
15896
- if (!n) return [];
15897
- let r = Array.from(n.querySelectorAll(`[${COLLECTION_ITEM_SIGN}]`));
15898
- return [...t.values()].sort((e, t) => r.indexOf(e.ref) - r.indexOf(t.ref));
15899
- },
15900
- collectionRef: e
15901
- });
15902
- }
15903
- },
15904
- ElCollectionItem: {
15905
- ...CollectionItem,
15906
- name: n,
15907
- setup(e, { attrs: t }) {
15908
- let n = ref(null), o = inject(r, void 0);
15909
- provide(i, { collectionItemRef: n }), onMounted(() => {
15910
- let e = unref(n);
15911
- e && o.itemMap.set(e, {
15912
- ref: e,
15913
- ...t
15914
- });
15915
- }), onBeforeUnmount(() => {
15916
- let e = unref(n);
15917
- o.itemMap.delete(e);
15918
- });
15919
- }
15920
- }
15921
- };
15922
- }, dropdownProps = buildProps({
15923
- trigger: useTooltipTriggerProps.trigger,
15924
- effect: {
15925
- ...useTooltipContentProps.effect,
15926
- default: "light"
15927
- },
15928
- type: { type: definePropType(String) },
15929
- placement: {
15930
- type: definePropType(String),
15931
- default: "bottom"
15932
- },
15933
- popperOptions: {
15934
- type: definePropType(Object),
15935
- default: () => ({})
15936
- },
15937
- id: String,
15938
- size: {
15939
- type: String,
15940
- default: ""
15941
- },
15942
- splitButton: Boolean,
15943
- hideOnClick: {
15944
- type: Boolean,
15945
- default: !0
15946
- },
15947
- loop: {
15948
- type: Boolean,
15949
- default: !0
15950
- },
15951
- showTimeout: {
15952
- type: Number,
15953
- default: 150
15954
- },
15955
- hideTimeout: {
15956
- type: Number,
15957
- default: 150
15958
- },
15959
- tabindex: {
15960
- type: definePropType([Number, String]),
15961
- default: 0
15962
- },
15963
- maxHeight: {
15964
- type: definePropType([Number, String]),
15965
- default: ""
15966
- },
15967
- popperClass: {
15968
- type: String,
15969
- default: ""
15970
- },
15971
- disabled: {
15972
- type: Boolean,
15973
- default: !1
15974
- },
15975
- role: {
15976
- type: String,
15977
- default: "menu"
15978
- },
15979
- buttonProps: { type: definePropType(Object) },
15980
- teleported: useTooltipContentProps.teleported
15981
- });
15982
- buildProps({
15983
- command: {
15984
- type: [
15985
- Object,
15986
- String,
15987
- Number
15988
- ],
15989
- default: () => ({})
15990
- },
15991
- disabled: Boolean,
15992
- divided: Boolean,
15993
- textValue: String,
15994
- icon: { type: iconPropType }
15995
- }), buildProps({ onKeydown: { type: definePropType(Function) } });
15996
- var FIRST_KEYS = [
15997
- EVENT_CODE.down,
15998
- EVENT_CODE.pageDown,
15999
- EVENT_CODE.home
16000
- ], LAST_KEYS = [
16001
- EVENT_CODE.up,
16002
- EVENT_CODE.pageUp,
16003
- EVENT_CODE.end
16004
- ];
16005
- [...FIRST_KEYS, ...LAST_KEYS];
16006
- var { ElCollection, ElCollectionItem, COLLECTION_INJECTION_KEY, COLLECTION_ITEM_INJECTION_KEY } = createCollectionWithScope("Dropdown"), elPaginationKey = Symbol("elPaginationKey"), paginationPrevProps = buildProps({
15970
+ var elPaginationKey = Symbol("elPaginationKey"), paginationPrevProps = buildProps({
16007
15971
  disabled: Boolean,
16008
15972
  currentPage: {
16009
15973
  type: Number,
@@ -17637,161 +17601,6 @@ withInstall(/* @__PURE__ */ defineComponent({
17637
17601
  };
17638
17602
  }
17639
17603
  }));
17640
- var popoverProps = buildProps({
17641
- trigger: useTooltipTriggerProps.trigger,
17642
- placement: dropdownProps.placement,
17643
- disabled: useTooltipTriggerProps.disabled,
17644
- visible: useTooltipContentProps.visible,
17645
- transition: useTooltipContentProps.transition,
17646
- popperOptions: dropdownProps.popperOptions,
17647
- tabindex: dropdownProps.tabindex,
17648
- content: useTooltipContentProps.content,
17649
- popperStyle: useTooltipContentProps.popperStyle,
17650
- popperClass: useTooltipContentProps.popperClass,
17651
- enterable: {
17652
- ...useTooltipContentProps.enterable,
17653
- default: !0
17654
- },
17655
- effect: {
17656
- ...useTooltipContentProps.effect,
17657
- default: "light"
17658
- },
17659
- teleported: useTooltipContentProps.teleported,
17660
- title: String,
17661
- width: {
17662
- type: [String, Number],
17663
- default: 150
17664
- },
17665
- offset: {
17666
- type: Number,
17667
- default: void 0
17668
- },
17669
- showAfter: {
17670
- type: Number,
17671
- default: 0
17672
- },
17673
- hideAfter: {
17674
- type: Number,
17675
- default: 200
17676
- },
17677
- autoClose: {
17678
- type: Number,
17679
- default: 0
17680
- },
17681
- showArrow: {
17682
- type: Boolean,
17683
- default: !0
17684
- },
17685
- persistent: {
17686
- type: Boolean,
17687
- default: !0
17688
- },
17689
- "onUpdate:visible": { type: Function }
17690
- }), popoverEmits = {
17691
- "update:visible": (e) => isBoolean(e),
17692
- "before-enter": () => !0,
17693
- "before-leave": () => !0,
17694
- "after-enter": () => !0,
17695
- "after-leave": () => !0
17696
- }, updateEventKeyRaw = "onUpdate:visible", Popover = /* @__PURE__ */ _export_sfc(/* @__PURE__ */ defineComponent({
17697
- .../* @__PURE__ */ defineComponent({ name: "ElPopover" }),
17698
- props: popoverProps,
17699
- emits: popoverEmits,
17700
- setup(e, { expose: t, emit: n }) {
17701
- let r = e, i = computed(() => r[updateEventKeyRaw]), o = useNamespace("popover"), s = ref(), c = computed(() => unref(s)?.popperRef), l = computed(() => [{ width: addUnit(r.width) }, r.popperStyle]), u = computed(() => [
17702
- o.b(),
17703
- r.popperClass,
17704
- { [o.m("plain")]: !!r.content }
17705
- ]), d = computed(() => r.transition === `${o.namespace.value}-fade-in-linear`), f = () => {
17706
- var e;
17707
- (e = s.value) == null || e.hide();
17708
- }, g = () => {
17709
- n("before-enter");
17710
- }, _ = () => {
17711
- n("before-leave");
17712
- }, y = () => {
17713
- n("after-enter");
17714
- }, x = () => {
17715
- n("update:visible", !1), n("after-leave");
17716
- };
17717
- return t({
17718
- popperRef: c,
17719
- hide: f
17720
- }), (e, t) => (openBlock(), createBlock(unref(ElTooltip), mergeProps({
17721
- ref_key: "tooltipRef",
17722
- ref: s
17723
- }, e.$attrs, {
17724
- trigger: e.trigger,
17725
- placement: e.placement,
17726
- disabled: e.disabled,
17727
- visible: e.visible,
17728
- transition: e.transition,
17729
- "popper-options": e.popperOptions,
17730
- tabindex: e.tabindex,
17731
- content: e.content,
17732
- offset: e.offset,
17733
- "show-after": e.showAfter,
17734
- "hide-after": e.hideAfter,
17735
- "auto-close": e.autoClose,
17736
- "show-arrow": e.showArrow,
17737
- "aria-label": e.title,
17738
- effect: e.effect,
17739
- enterable: e.enterable,
17740
- "popper-class": unref(u),
17741
- "popper-style": unref(l),
17742
- teleported: e.teleported,
17743
- persistent: e.persistent,
17744
- "gpu-acceleration": unref(d),
17745
- "onUpdate:visible": unref(i),
17746
- onBeforeShow: g,
17747
- onBeforeHide: _,
17748
- onShow: y,
17749
- onHide: x
17750
- }), {
17751
- content: withCtx(() => [e.title ? (openBlock(), createElementBlock("div", {
17752
- key: 0,
17753
- class: normalizeClass(unref(o).e("title")),
17754
- role: "title"
17755
- }, toDisplayString(e.title), 3)) : createCommentVNode("v-if", !0), renderSlot(e.$slots, "default", {}, () => [createTextVNode(toDisplayString(e.content), 1)])]),
17756
- default: withCtx(() => [e.$slots.reference ? renderSlot(e.$slots, "reference", { key: 0 }) : createCommentVNode("v-if", !0)]),
17757
- _: 3
17758
- }, 16, [
17759
- "trigger",
17760
- "placement",
17761
- "disabled",
17762
- "visible",
17763
- "transition",
17764
- "popper-options",
17765
- "tabindex",
17766
- "content",
17767
- "offset",
17768
- "show-after",
17769
- "hide-after",
17770
- "auto-close",
17771
- "show-arrow",
17772
- "aria-label",
17773
- "effect",
17774
- "enterable",
17775
- "popper-class",
17776
- "popper-style",
17777
- "teleported",
17778
- "persistent",
17779
- "gpu-acceleration",
17780
- "onUpdate:visible"
17781
- ]));
17782
- }
17783
- }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/popover/src/popover.vue"]]), attachEvents = (e, t) => {
17784
- let n = (t.arg || t.value)?.popperRef;
17785
- n && (n.triggerRef = e);
17786
- };
17787
- withInstall(Popover, { directive: withInstallDirective({
17788
- mounted(e, t) {
17789
- attachEvents(e, t);
17790
- },
17791
- updated(e, t) {
17792
- attachEvents(e, t);
17793
- }
17794
- }, "popover") });
17795
17604
  var skeletonProps = buildProps({
17796
17605
  animated: {
17797
17606
  type: Boolean,
@@ -17853,7 +17662,7 @@ withInstall(/* @__PURE__ */ _export_sfc(/* @__PURE__ */ defineComponent({
17853
17662
  function uid(e) {
17854
17663
  return `${e ? `${e}-` : ""}${Math.random().toString(36).substring(2, 11)}`;
17855
17664
  }
17856
- Boolean, Boolean, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, String, Array, String, Boolean, Number, Boolean;
17665
+ Boolean, Boolean, Boolean;
17857
17666
  var entities_exports = /* @__PURE__ */ __export({
17858
17667
  AElig: () => "Æ",
17859
17668
  AMP: () => "&",
@@ -24362,7 +24171,7 @@ function getOriginalPath(e) {
24362
24171
  return e ? e.aliasOf ? e.aliasOf.path : e.path : "";
24363
24172
  }
24364
24173
  var getLinkClass = (e, t, n) => e ?? t ?? n;
24365
- Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, uid("color-picker"), { ...paginationProps }, { ...ElSelect.props }, String, String, Boolean, Boolean, Boolean, Boolean, Number, Function, Boolean, String, String, Boolean, Boolean, String;
24174
+ Boolean, Boolean, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, Array, String, Boolean, Number, Boolean, String, Array, String, Boolean, Number, Boolean, Boolean, Boolean, Boolean, uid("color-picker"), { ...paginationProps }, { ...ElSelect.props }, String, String, Boolean, Boolean, Boolean, Boolean, Number, Function, Boolean, String, String, Boolean, Boolean, String;
24366
24175
  var full_exports = /* @__PURE__ */ __export({
24367
24176
  a: () => a,
24368
24177
  ab: () => ab,
@@ -28756,7 +28565,7 @@ var full_exports = /* @__PURE__ */ __export({
28756
28565
  return typeof self < "u" && typeof DedicatedWorkerGlobalScope < "u" && self instanceof DedicatedWorkerGlobalScope;
28757
28566
  }
28758
28567
  s() && (self.filterXSS = t.exports);
28759
- })))(), require_markdown_it_task_lists(), require_markdown_it_emoji(), require_markdown_it(), require_markdown_it_link_attributes(), Boolean, Boolean, { ...RouterLink.props }, String, Object, { ...popoverProps }, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean;
28568
+ })))(), require_markdown_it_task_lists(), require_markdown_it_emoji(), require_markdown_it(), require_markdown_it_link_attributes(), Boolean, Boolean, { ...RouterLink.props }, String, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean;
28760
28569
  var require_isArray = /* @__PURE__ */ __commonJSMin(((e, t) => {
28761
28570
  t.exports = Array.isArray;
28762
28571
  })), require__freeGlobal = /* @__PURE__ */ __commonJSMin(((e, t) => {