@n8n/chat 1.7.1 → 1.8.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.7.1 */
1
+ /*! Package version @n8n/chat@1.8.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, n) => {
3
3
  let r = {};
4
4
  for (var i in e) __defProp$1(r, i, {
@@ -12304,20 +12304,20 @@ const ChatPlugin = { install(e, t) {
12304
12304
  };
12305
12305
  e.provide(ChatSymbol, d), e.config.globalProperties.$chat = d;
12306
12306
  } };
12307
- var _hoisted_1$239 = {
12307
+ var _hoisted_1$242 = {
12308
12308
  viewBox: "0 0 24 24",
12309
12309
  width: "1.2em",
12310
12310
  height: "1.2em"
12311
12311
  };
12312
- function render$214(e, t) {
12313
- return openBlock(), createElementBlock("svg", _hoisted_1$239, [...t[0] ||= [createBaseVNode("path", {
12312
+ function render$217(e, t) {
12313
+ return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createBaseVNode("path", {
12314
12314
  fill: "currentColor",
12315
12315
  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"
12316
12316
  }, null, -1)]]);
12317
12317
  }
12318
12318
  var close_default = {
12319
12319
  name: "mdi-close",
12320
- render: render$214
12320
+ render: render$217
12321
12321
  };
12322
12322
  function useChat() {
12323
12323
  return inject(ChatSymbol);
@@ -12339,24 +12339,24 @@ function useI18n() {
12339
12339
  te: r
12340
12340
  };
12341
12341
  }
12342
- var _hoisted_1$238 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
12342
+ var _hoisted_1$241 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
12343
12343
  __name: "GetStarted",
12344
12344
  setup(e) {
12345
12345
  let { t } = useI18n();
12346
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$238, [createVNode(Button_default, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
12346
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$241, [createVNode(Button_default, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
12347
12347
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
12348
12348
  _: 1
12349
12349
  })]));
12350
12350
  }
12351
- }), _sfc_main$8 = {}, _hoisted_1$237 = { class: "chat-powered-by" };
12351
+ }), _sfc_main$8 = {}, _hoisted_1$240 = { class: "chat-powered-by" };
12352
12352
  function _sfc_render$8(e, t) {
12353
- return openBlock(), createElementBlock("div", _hoisted_1$237, [...t[0] ||= [createTextVNode(" Powered by ", -1), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
12353
+ return openBlock(), createElementBlock("div", _hoisted_1$240, [...t[0] ||= [createTextVNode(" Powered by ", -1), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
12354
12354
  }
12355
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$236 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
12355
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$239 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
12356
12356
  __name: "GetStartedFooter",
12357
12357
  setup(e) {
12358
12358
  let { t, te: n } = useI18n();
12359
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$236, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
12359
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$239, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
12360
12360
  }
12361
12361
  });
12362
12362
  function tryOnScopeDispose$1(e) {
@@ -12411,119 +12411,119 @@ function useFileDialog(e = {}) {
12411
12411
  onChange: r
12412
12412
  };
12413
12413
  }
12414
- var _hoisted_1$235 = {
12414
+ var _hoisted_1$238 = {
12415
12415
  viewBox: "0 0 24 24",
12416
12416
  width: "1.2em",
12417
12417
  height: "1.2em"
12418
12418
  };
12419
- function render$213(e, t) {
12420
- return openBlock(), createElementBlock("svg", _hoisted_1$235, [...t[0] ||= [createBaseVNode("path", {
12419
+ function render$216(e, t) {
12420
+ return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createBaseVNode("path", {
12421
12421
  fill: "currentColor",
12422
12422
  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"
12423
12423
  }, null, -1)]]);
12424
12424
  }
12425
12425
  var paperclip_default$1 = {
12426
12426
  name: "mdi-paperclip",
12427
- render: render$213
12428
- }, _hoisted_1$234 = {
12427
+ render: render$216
12428
+ }, _hoisted_1$237 = {
12429
12429
  viewBox: "0 0 24 24",
12430
12430
  width: "1.2em",
12431
12431
  height: "1.2em"
12432
12432
  };
12433
- function render$212(e, t) {
12434
- return openBlock(), createElementBlock("svg", _hoisted_1$234, [...t[0] ||= [createBaseVNode("path", {
12433
+ function render$215(e, t) {
12434
+ return openBlock(), createElementBlock("svg", _hoisted_1$237, [...t[0] ||= [createBaseVNode("path", {
12435
12435
  fill: "currentColor",
12436
12436
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
12437
12437
  }, null, -1)]]);
12438
12438
  }
12439
12439
  var send_default$1 = {
12440
12440
  name: "mdi-send",
12441
- render: render$212
12442
- }, _hoisted_1$233 = {
12441
+ render: render$215
12442
+ }, _hoisted_1$236 = {
12443
12443
  viewBox: "0 0 24 24",
12444
12444
  width: "1.2em",
12445
12445
  height: "1.2em"
12446
12446
  };
12447
- function render$211(e, t) {
12448
- return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createBaseVNode("path", {
12447
+ function render$214(e, t) {
12448
+ return openBlock(), createElementBlock("svg", _hoisted_1$236, [...t[0] ||= [createBaseVNode("path", {
12449
12449
  fill: "currentColor",
12450
12450
  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"
12451
12451
  }, null, -1)]]);
12452
12452
  }
12453
12453
  var closeThick_default = {
12454
12454
  name: "mdi-closeThick",
12455
- render: render$211
12456
- }, _hoisted_1$232 = {
12455
+ render: render$214
12456
+ }, _hoisted_1$235 = {
12457
12457
  viewBox: "0 0 24 24",
12458
12458
  width: "1.2em",
12459
12459
  height: "1.2em"
12460
12460
  };
12461
- function render$210(e, t) {
12462
- return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createBaseVNode("path", {
12461
+ function render$213(e, t) {
12462
+ return openBlock(), createElementBlock("svg", _hoisted_1$235, [...t[0] ||= [createBaseVNode("path", {
12463
12463
  fill: "currentColor",
12464
12464
  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"
12465
12465
  }, null, -1)]]);
12466
12466
  }
12467
12467
  var fileImage_default = {
12468
12468
  name: "mdi-fileImage",
12469
- render: render$210
12470
- }, _hoisted_1$231 = {
12469
+ render: render$213
12470
+ }, _hoisted_1$234 = {
12471
12471
  viewBox: "0 0 24 24",
12472
12472
  width: "1.2em",
12473
12473
  height: "1.2em"
12474
12474
  };
12475
- function render$209(e, t) {
12476
- return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createBaseVNode("path", {
12475
+ function render$212(e, t) {
12476
+ return openBlock(), createElementBlock("svg", _hoisted_1$234, [...t[0] ||= [createBaseVNode("path", {
12477
12477
  fill: "currentColor",
12478
12478
  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"
12479
12479
  }, null, -1)]]);
12480
12480
  }
12481
12481
  var fileMusic_default = {
12482
12482
  name: "mdi-fileMusic",
12483
- render: render$209
12484
- }, _hoisted_1$230 = {
12483
+ render: render$212
12484
+ }, _hoisted_1$233 = {
12485
12485
  viewBox: "0 0 24 24",
12486
12486
  width: "1.2em",
12487
12487
  height: "1.2em"
12488
12488
  };
12489
- function render$208(e, t) {
12490
- return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createBaseVNode("path", {
12489
+ function render$211(e, t) {
12490
+ return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createBaseVNode("path", {
12491
12491
  fill: "currentColor",
12492
12492
  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"
12493
12493
  }, null, -1)]]);
12494
12494
  }
12495
12495
  var fileText_default = {
12496
12496
  name: "mdi-fileText",
12497
- render: render$208
12498
- }, _hoisted_1$229 = {
12497
+ render: render$211
12498
+ }, _hoisted_1$232 = {
12499
12499
  viewBox: "0 0 24 24",
12500
12500
  width: "1.2em",
12501
12501
  height: "1.2em"
12502
12502
  };
12503
- function render$207(e, t) {
12504
- return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createBaseVNode("path", {
12503
+ function render$210(e, t) {
12504
+ return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createBaseVNode("path", {
12505
12505
  fill: "currentColor",
12506
12506
  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"
12507
12507
  }, null, -1)]]);
12508
12508
  }
12509
12509
  var fileVideo_default = {
12510
12510
  name: "mdi-fileVideo",
12511
- render: render$207
12512
- }, _hoisted_1$228 = {
12511
+ render: render$210
12512
+ }, _hoisted_1$231 = {
12513
12513
  viewBox: "0 0 24 24",
12514
12514
  width: "1.2em",
12515
12515
  height: "1.2em"
12516
12516
  };
12517
- function render$206(e, t) {
12518
- return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createBaseVNode("path", {
12517
+ function render$209(e, t) {
12518
+ return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createBaseVNode("path", {
12519
12519
  fill: "currentColor",
12520
12520
  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"
12521
12521
  }, null, -1)]]);
12522
12522
  }
12523
12523
  var openInNew_default = {
12524
12524
  name: "mdi-openInNew",
12525
- render: render$206
12526
- }, _hoisted_1$227 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
12525
+ render: render$209
12526
+ }, _hoisted_1$230 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
12527
12527
  __name: "ChatFile",
12528
12528
  props: {
12529
12529
  file: {},
@@ -12555,7 +12555,7 @@ var openInNew_default = {
12555
12555
  onClick: s
12556
12556
  }, [
12557
12557
  createVNode(unref(o), { class: "chat-icon" }),
12558
- createBaseVNode("p", _hoisted_1$227, toDisplayString(e.file.name), 1),
12558
+ createBaseVNode("p", _hoisted_1$230, toDisplayString(e.file.name), 1),
12559
12559
  e.isRemovable ? (openBlock(), createElementBlock("span", {
12560
12560
  key: 0,
12561
12561
  class: "chat-file-delete",
@@ -12567,7 +12567,7 @@ var openInNew_default = {
12567
12567
  })) : createCommentVNode("", !0)
12568
12568
  ]));
12569
12569
  }
12570
- }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$226 = { class: "chat-inputs" }, _hoisted_2$16 = {
12570
+ }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$229 = { class: "chat-inputs" }, _hoisted_2$16 = {
12571
12571
  key: 0,
12572
12572
  class: "chat-input-left-panel"
12573
12573
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -12703,7 +12703,7 @@ var openInNew_default = {
12703
12703
  class: "chat-input",
12704
12704
  style: normalizeStyle(w.value),
12705
12705
  onKeydown: withModifiers(R, ["stop"])
12706
- }, [createBaseVNode("div", _hoisted_1$226, [
12706
+ }, [createBaseVNode("div", _hoisted_1$229, [
12707
12707
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
12708
12708
  withDirectives(createBaseVNode("textarea", {
12709
12709
  ref_key: "chatTextArea",
@@ -12742,7 +12742,7 @@ var openInNew_default = {
12742
12742
  onRemove: L
12743
12743
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
12744
12744
  }
12745
- }), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$225 = { class: "chat-layout" }, _hoisted_2$15 = {
12745
+ }), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$228 = { class: "chat-layout" }, _hoisted_2$15 = {
12746
12746
  key: 0,
12747
12747
  class: "chat-header"
12748
12748
  }, _hoisted_3$5 = {
@@ -12760,7 +12760,7 @@ var openInNew_default = {
12760
12760
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
12761
12761
  }), onBeforeUnmount(() => {
12762
12762
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
12763
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$225, [
12763
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$228, [
12764
12764
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
12765
12765
  e.$slots.default ? (openBlock(), createElementBlock("div", {
12766
12766
  key: 1,
@@ -12771,13 +12771,13 @@ var openInNew_default = {
12771
12771
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
12772
12772
  ]));
12773
12773
  }
12774
- }), 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$224 = {
12774
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$227 = {
12775
12775
  viewBox: "0 0 24 24",
12776
12776
  width: "1.2em",
12777
12777
  height: "1.2em"
12778
12778
  };
12779
- function render$205(e, t) {
12780
- return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createBaseVNode("path", {
12779
+ function render$208(e, t) {
12780
+ return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createBaseVNode("path", {
12781
12781
  fill: "none",
12782
12782
  stroke: "currentColor",
12783
12783
  "stroke-linecap": "round",
@@ -12788,14 +12788,14 @@ function render$205(e, t) {
12788
12788
  }
12789
12789
  var align_right_default = {
12790
12790
  name: "lucide-align-right",
12791
- render: render$205
12792
- }, _hoisted_1$223 = {
12791
+ render: render$208
12792
+ }, _hoisted_1$226 = {
12793
12793
  viewBox: "0 0 24 24",
12794
12794
  width: "1.2em",
12795
12795
  height: "1.2em"
12796
12796
  };
12797
- function render$204(e, t) {
12798
- return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createBaseVNode("g", {
12797
+ function render$207(e, t) {
12798
+ return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createBaseVNode("g", {
12799
12799
  fill: "none",
12800
12800
  stroke: "currentColor",
12801
12801
  "stroke-linecap": "round",
@@ -12811,14 +12811,14 @@ function render$204(e, t) {
12811
12811
  }
12812
12812
  var archive_default = {
12813
12813
  name: "lucide-archive",
12814
- render: render$204
12815
- }, _hoisted_1$222 = {
12814
+ render: render$207
12815
+ }, _hoisted_1$225 = {
12816
12816
  viewBox: "0 0 24 24",
12817
12817
  width: "1.2em",
12818
12818
  height: "1.2em"
12819
12819
  };
12820
- function render$203(e, t) {
12821
- return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createBaseVNode("g", {
12820
+ function render$206(e, t) {
12821
+ return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createBaseVNode("g", {
12822
12822
  fill: "none",
12823
12823
  stroke: "currentColor",
12824
12824
  "stroke-linecap": "round",
@@ -12834,14 +12834,14 @@ function render$203(e, t) {
12834
12834
  }
12835
12835
  var archive_restore_default = {
12836
12836
  name: "lucide-archive-restore",
12837
- render: render$203
12838
- }, _hoisted_1$221 = {
12837
+ render: render$206
12838
+ }, _hoisted_1$224 = {
12839
12839
  viewBox: "0 0 24 24",
12840
12840
  width: "1.2em",
12841
12841
  height: "1.2em"
12842
12842
  };
12843
- function render$202(e, t) {
12844
- return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createBaseVNode("path", {
12843
+ function render$205(e, t) {
12844
+ return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createBaseVNode("path", {
12845
12845
  fill: "none",
12846
12846
  stroke: "currentColor",
12847
12847
  "stroke-linecap": "round",
@@ -12852,14 +12852,14 @@ function render$202(e, t) {
12852
12852
  }
12853
12853
  var arrow_down_default$1 = {
12854
12854
  name: "lucide-arrow-down",
12855
- render: render$202
12856
- }, _hoisted_1$220 = {
12855
+ render: render$205
12856
+ }, _hoisted_1$223 = {
12857
12857
  viewBox: "0 0 24 24",
12858
12858
  width: "1.2em",
12859
12859
  height: "1.2em"
12860
12860
  };
12861
- function render$201(e, t) {
12862
- return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createBaseVNode("path", {
12861
+ function render$204(e, t) {
12862
+ return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createBaseVNode("path", {
12863
12863
  fill: "none",
12864
12864
  stroke: "currentColor",
12865
12865
  "stroke-linecap": "round",
@@ -12870,14 +12870,14 @@ function render$201(e, t) {
12870
12870
  }
12871
12871
  var arrow_left_default$1 = {
12872
12872
  name: "lucide-arrow-left",
12873
- render: render$201
12874
- }, _hoisted_1$219 = {
12873
+ render: render$204
12874
+ }, _hoisted_1$222 = {
12875
12875
  viewBox: "0 0 24 24",
12876
12876
  width: "1.2em",
12877
12877
  height: "1.2em"
12878
12878
  };
12879
- function render$200(e, t) {
12880
- return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createBaseVNode("path", {
12879
+ function render$203(e, t) {
12880
+ return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createBaseVNode("path", {
12881
12881
  fill: "none",
12882
12882
  stroke: "currentColor",
12883
12883
  "stroke-linecap": "round",
@@ -12888,14 +12888,14 @@ function render$200(e, t) {
12888
12888
  }
12889
12889
  var arrow_left_right_default = {
12890
12890
  name: "lucide-arrow-left-right",
12891
- render: render$200
12892
- }, _hoisted_1$218 = {
12891
+ render: render$203
12892
+ }, _hoisted_1$221 = {
12893
12893
  viewBox: "0 0 24 24",
12894
12894
  width: "1.2em",
12895
12895
  height: "1.2em"
12896
12896
  };
12897
- function render$199(e, t) {
12898
- return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createBaseVNode("path", {
12897
+ function render$202(e, t) {
12898
+ return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createBaseVNode("path", {
12899
12899
  fill: "none",
12900
12900
  stroke: "currentColor",
12901
12901
  "stroke-linecap": "round",
@@ -12906,14 +12906,14 @@ function render$199(e, t) {
12906
12906
  }
12907
12907
  var arrow_right_default$1 = {
12908
12908
  name: "lucide-arrow-right",
12909
- render: render$199
12910
- }, _hoisted_1$217 = {
12909
+ render: render$202
12910
+ }, _hoisted_1$220 = {
12911
12911
  viewBox: "0 0 24 24",
12912
12912
  width: "1.2em",
12913
12913
  height: "1.2em"
12914
12914
  };
12915
- function render$198(e, t) {
12916
- return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createBaseVNode("path", {
12915
+ function render$201(e, t) {
12916
+ return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createBaseVNode("path", {
12917
12917
  fill: "none",
12918
12918
  stroke: "currentColor",
12919
12919
  "stroke-linecap": "round",
@@ -12924,14 +12924,14 @@ function render$198(e, t) {
12924
12924
  }
12925
12925
  var arrow_right_from_line_default = {
12926
12926
  name: "lucide-arrow-right-from-line",
12927
- render: render$198
12928
- }, _hoisted_1$216 = {
12927
+ render: render$201
12928
+ }, _hoisted_1$219 = {
12929
12929
  viewBox: "0 0 24 24",
12930
12930
  width: "1.2em",
12931
12931
  height: "1.2em"
12932
12932
  };
12933
- function render$197(e, t) {
12934
- return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createBaseVNode("path", {
12933
+ function render$200(e, t) {
12934
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createBaseVNode("path", {
12935
12935
  fill: "none",
12936
12936
  stroke: "currentColor",
12937
12937
  "stroke-linecap": "round",
@@ -12942,14 +12942,14 @@ function render$197(e, t) {
12942
12942
  }
12943
12943
  var arrow_right_to_line_default = {
12944
12944
  name: "lucide-arrow-right-to-line",
12945
- render: render$197
12946
- }, _hoisted_1$215 = {
12945
+ render: render$200
12946
+ }, _hoisted_1$218 = {
12947
12947
  viewBox: "0 0 24 24",
12948
12948
  width: "1.2em",
12949
12949
  height: "1.2em"
12950
12950
  };
12951
- function render$196(e, t) {
12952
- return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createBaseVNode("path", {
12951
+ function render$199(e, t) {
12952
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createBaseVNode("path", {
12953
12953
  fill: "none",
12954
12954
  stroke: "currentColor",
12955
12955
  "stroke-linecap": "round",
@@ -12960,14 +12960,14 @@ function render$196(e, t) {
12960
12960
  }
12961
12961
  var arrow_up_default = {
12962
12962
  name: "lucide-arrow-up",
12963
- render: render$196
12964
- }, _hoisted_1$214 = {
12963
+ render: render$199
12964
+ }, _hoisted_1$217 = {
12965
12965
  viewBox: "0 0 24 24",
12966
12966
  width: "1.2em",
12967
12967
  height: "1.2em"
12968
12968
  };
12969
- function render$195(e, t) {
12970
- return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createBaseVNode("path", {
12969
+ function render$198(e, t) {
12970
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createBaseVNode("path", {
12971
12971
  fill: "none",
12972
12972
  stroke: "currentColor",
12973
12973
  "stroke-linecap": "round",
@@ -12978,14 +12978,14 @@ function render$195(e, t) {
12978
12978
  }
12979
12979
  var arrow_up_right_default = {
12980
12980
  name: "lucide-arrow-up-right",
12981
- render: render$195
12982
- }, _hoisted_1$213 = {
12981
+ render: render$198
12982
+ }, _hoisted_1$216 = {
12983
12983
  viewBox: "0 0 24 24",
12984
12984
  width: "1.2em",
12985
12985
  height: "1.2em"
12986
12986
  };
12987
- function render$194(e, t) {
12988
- return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createBaseVNode("g", {
12987
+ function render$197(e, t) {
12988
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createBaseVNode("g", {
12989
12989
  fill: "none",
12990
12990
  stroke: "currentColor",
12991
12991
  "stroke-linecap": "round",
@@ -12999,14 +12999,14 @@ function render$194(e, t) {
12999
12999
  }
13000
13000
  var at_sign_default = {
13001
13001
  name: "lucide-at-sign",
13002
- render: render$194
13003
- }, _hoisted_1$212 = {
13002
+ render: render$197
13003
+ }, _hoisted_1$215 = {
13004
13004
  viewBox: "0 0 24 24",
13005
13005
  width: "1.2em",
13006
13006
  height: "1.2em"
13007
13007
  };
13008
- function render$193(e, t) {
13009
- return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createBaseVNode("g", {
13008
+ function render$196(e, t) {
13009
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createBaseVNode("g", {
13010
13010
  fill: "none",
13011
13011
  stroke: "currentColor",
13012
13012
  "stroke-linecap": "round",
@@ -13016,14 +13016,14 @@ function render$193(e, t) {
13016
13016
  }
13017
13017
  var badge_check_default = {
13018
13018
  name: "lucide-badge-check",
13019
- render: render$193
13020
- }, _hoisted_1$211 = {
13019
+ render: render$196
13020
+ }, _hoisted_1$214 = {
13021
13021
  viewBox: "0 0 24 24",
13022
13022
  width: "1.2em",
13023
13023
  height: "1.2em"
13024
13024
  };
13025
- function render$192(e, t) {
13026
- return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createBaseVNode("g", {
13025
+ function render$195(e, t) {
13026
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createBaseVNode("g", {
13027
13027
  fill: "none",
13028
13028
  stroke: "currentColor",
13029
13029
  "stroke-linecap": "round",
@@ -13037,14 +13037,14 @@ function render$192(e, t) {
13037
13037
  }
13038
13038
  var ban_default = {
13039
13039
  name: "lucide-ban",
13040
- render: render$192
13041
- }, _hoisted_1$210 = {
13040
+ render: render$195
13041
+ }, _hoisted_1$213 = {
13042
13042
  viewBox: "0 0 24 24",
13043
13043
  width: "1.2em",
13044
13044
  height: "1.2em"
13045
13045
  };
13046
- function render$191(e, t) {
13047
- return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createBaseVNode("path", {
13046
+ function render$194(e, t) {
13047
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createBaseVNode("path", {
13048
13048
  fill: "none",
13049
13049
  stroke: "currentColor",
13050
13050
  "stroke-linecap": "round",
@@ -13055,14 +13055,14 @@ function render$191(e, t) {
13055
13055
  }
13056
13056
  var bell_default = {
13057
13057
  name: "lucide-bell",
13058
- render: render$191
13059
- }, _hoisted_1$209 = {
13058
+ render: render$194
13059
+ }, _hoisted_1$212 = {
13060
13060
  viewBox: "0 0 24 24",
13061
13061
  width: "1.2em",
13062
13062
  height: "1.2em"
13063
13063
  };
13064
- function render$190(e, t) {
13065
- return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createBaseVNode("path", {
13064
+ function render$193(e, t) {
13065
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createBaseVNode("path", {
13066
13066
  fill: "none",
13067
13067
  stroke: "currentColor",
13068
13068
  "stroke-linecap": "round",
@@ -13073,14 +13073,14 @@ function render$190(e, t) {
13073
13073
  }
13074
13074
  var book_default = {
13075
13075
  name: "lucide-book",
13076
- render: render$190
13077
- }, _hoisted_1$208 = {
13076
+ render: render$193
13077
+ }, _hoisted_1$211 = {
13078
13078
  viewBox: "0 0 24 24",
13079
13079
  width: "1.2em",
13080
13080
  height: "1.2em"
13081
13081
  };
13082
- function render$189(e, t) {
13083
- return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createBaseVNode("path", {
13082
+ function render$192(e, t) {
13083
+ return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createBaseVNode("path", {
13084
13084
  fill: "none",
13085
13085
  stroke: "currentColor",
13086
13086
  "stroke-linecap": "round",
@@ -13091,14 +13091,14 @@ function render$189(e, t) {
13091
13091
  }
13092
13092
  var book_open_default = {
13093
13093
  name: "lucide-book-open",
13094
- render: render$189
13095
- }, _hoisted_1$207 = {
13094
+ render: render$192
13095
+ }, _hoisted_1$210 = {
13096
13096
  viewBox: "0 0 24 24",
13097
13097
  width: "1.2em",
13098
13098
  height: "1.2em"
13099
13099
  };
13100
- function render$188(e, t) {
13101
- return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createBaseVNode("g", {
13100
+ function render$191(e, t) {
13101
+ return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createBaseVNode("g", {
13102
13102
  fill: "none",
13103
13103
  stroke: "currentColor",
13104
13104
  "stroke-linecap": "round",
@@ -13118,14 +13118,14 @@ function render$188(e, t) {
13118
13118
  }
13119
13119
  var bot_default = {
13120
13120
  name: "lucide-bot",
13121
- render: render$188
13122
- }, _hoisted_1$206 = {
13121
+ render: render$191
13122
+ }, _hoisted_1$209 = {
13123
13123
  viewBox: "0 0 24 24",
13124
13124
  width: "1.2em",
13125
13125
  height: "1.2em"
13126
13126
  };
13127
- function render$187(e, t) {
13128
- return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createBaseVNode("g", {
13127
+ function render$190(e, t) {
13128
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createBaseVNode("g", {
13129
13129
  fill: "none",
13130
13130
  stroke: "currentColor",
13131
13131
  "stroke-linecap": "round",
@@ -13135,14 +13135,14 @@ function render$187(e, t) {
13135
13135
  }
13136
13136
  var box_default = {
13137
13137
  name: "lucide-box",
13138
- render: render$187
13139
- }, _hoisted_1$205 = {
13138
+ render: render$190
13139
+ }, _hoisted_1$208 = {
13140
13140
  viewBox: "0 0 24 24",
13141
13141
  width: "1.2em",
13142
13142
  height: "1.2em"
13143
13143
  };
13144
- function render$186(e, t) {
13145
- return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createBaseVNode("path", {
13144
+ function render$189(e, t) {
13145
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createBaseVNode("path", {
13146
13146
  fill: "none",
13147
13147
  stroke: "currentColor",
13148
13148
  "stroke-linecap": "round",
@@ -13153,14 +13153,14 @@ function render$186(e, t) {
13153
13153
  }
13154
13154
  var braces_default = {
13155
13155
  name: "lucide-braces",
13156
- render: render$186
13157
- }, _hoisted_1$204 = {
13156
+ render: render$189
13157
+ }, _hoisted_1$207 = {
13158
13158
  viewBox: "0 0 24 24",
13159
13159
  width: "1.2em",
13160
13160
  height: "1.2em"
13161
13161
  };
13162
- function render$185(e, t) {
13163
- return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createBaseVNode("g", {
13162
+ function render$188(e, t) {
13163
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createBaseVNode("g", {
13164
13164
  fill: "none",
13165
13165
  stroke: "currentColor",
13166
13166
  "stroke-linecap": "round",
@@ -13174,14 +13174,14 @@ function render$185(e, t) {
13174
13174
  }
13175
13175
  var brain_default = {
13176
13176
  name: "lucide-brain",
13177
- render: render$185
13178
- }, _hoisted_1$203 = {
13177
+ render: render$188
13178
+ }, _hoisted_1$206 = {
13179
13179
  viewBox: "0 0 24 24",
13180
13180
  width: "1.2em",
13181
13181
  height: "1.2em"
13182
13182
  };
13183
- function render$184(e, t) {
13184
- return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createBaseVNode("g", {
13183
+ function render$187(e, t) {
13184
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createBaseVNode("g", {
13185
13185
  fill: "none",
13186
13186
  stroke: "currentColor",
13187
13187
  "stroke-linecap": "round",
@@ -13195,14 +13195,14 @@ function render$184(e, t) {
13195
13195
  }
13196
13196
  var bug_default = {
13197
13197
  name: "lucide-bug",
13198
- render: render$184
13199
- }, _hoisted_1$202 = {
13198
+ render: render$187
13199
+ }, _hoisted_1$205 = {
13200
13200
  viewBox: "0 0 24 24",
13201
13201
  width: "1.2em",
13202
13202
  height: "1.2em"
13203
13203
  };
13204
- function render$183(e, t) {
13205
- return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createBaseVNode("g", {
13204
+ function render$186(e, t) {
13205
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createBaseVNode("g", {
13206
13206
  fill: "none",
13207
13207
  stroke: "currentColor",
13208
13208
  "stroke-linecap": "round",
@@ -13218,14 +13218,14 @@ function render$183(e, t) {
13218
13218
  }
13219
13219
  var calculator_default = {
13220
13220
  name: "lucide-calculator",
13221
- render: render$183
13222
- }, _hoisted_1$201 = {
13221
+ render: render$186
13222
+ }, _hoisted_1$204 = {
13223
13223
  viewBox: "0 0 24 24",
13224
13224
  width: "1.2em",
13225
13225
  height: "1.2em"
13226
13226
  };
13227
- function render$182(e, t) {
13228
- return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createBaseVNode("g", {
13227
+ function render$185(e, t) {
13228
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createBaseVNode("g", {
13229
13229
  fill: "none",
13230
13230
  stroke: "currentColor",
13231
13231
  "stroke-linecap": "round",
@@ -13245,14 +13245,14 @@ function render$182(e, t) {
13245
13245
  }
13246
13246
  var calendar_default = {
13247
13247
  name: "lucide-calendar",
13248
- render: render$182
13249
- }, _hoisted_1$200 = {
13248
+ render: render$185
13249
+ }, _hoisted_1$203 = {
13250
13250
  viewBox: "0 0 24 24",
13251
13251
  width: "1.2em",
13252
13252
  height: "1.2em"
13253
13253
  };
13254
- function render$181(e, t) {
13255
- return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createBaseVNode("path", {
13254
+ function render$184(e, t) {
13255
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createBaseVNode("path", {
13256
13256
  fill: "none",
13257
13257
  stroke: "currentColor",
13258
13258
  "stroke-linecap": "round",
@@ -13263,14 +13263,14 @@ function render$181(e, t) {
13263
13263
  }
13264
13264
  var case_upper_default = {
13265
13265
  name: "lucide-case-upper",
13266
- render: render$181
13267
- }, _hoisted_1$199 = {
13266
+ render: render$184
13267
+ }, _hoisted_1$202 = {
13268
13268
  viewBox: "0 0 24 24",
13269
13269
  width: "1.2em",
13270
13270
  height: "1.2em"
13271
13271
  };
13272
- function render$180(e, t) {
13273
- return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createBaseVNode("path", {
13272
+ function render$183(e, t) {
13273
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createBaseVNode("path", {
13274
13274
  fill: "none",
13275
13275
  stroke: "currentColor",
13276
13276
  "stroke-linecap": "round",
@@ -13281,14 +13281,14 @@ function render$180(e, t) {
13281
13281
  }
13282
13282
  var chart_column_decreasing_default = {
13283
13283
  name: "lucide-chart-column-decreasing",
13284
- render: render$180
13285
- }, _hoisted_1$198 = {
13284
+ render: render$183
13285
+ }, _hoisted_1$201 = {
13286
13286
  viewBox: "0 0 24 24",
13287
13287
  width: "1.2em",
13288
13288
  height: "1.2em"
13289
13289
  };
13290
- function render$179(e, t) {
13291
- return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createBaseVNode("path", {
13290
+ function render$182(e, t) {
13291
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createBaseVNode("path", {
13292
13292
  fill: "none",
13293
13293
  stroke: "currentColor",
13294
13294
  "stroke-linecap": "round",
@@ -13299,14 +13299,14 @@ function render$179(e, t) {
13299
13299
  }
13300
13300
  var check_default = {
13301
13301
  name: "lucide-check",
13302
- render: render$179
13303
- }, _hoisted_1$197 = {
13302
+ render: render$182
13303
+ }, _hoisted_1$200 = {
13304
13304
  viewBox: "0 0 24 24",
13305
13305
  width: "1.2em",
13306
13306
  height: "1.2em"
13307
13307
  };
13308
- function render$178(e, t) {
13309
- return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createBaseVNode("path", {
13308
+ function render$181(e, t) {
13309
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createBaseVNode("path", {
13310
13310
  fill: "none",
13311
13311
  stroke: "currentColor",
13312
13312
  "stroke-linecap": "round",
@@ -13317,14 +13317,14 @@ function render$178(e, t) {
13317
13317
  }
13318
13318
  var check_check_default = {
13319
13319
  name: "lucide-check-check",
13320
- render: render$178
13321
- }, _hoisted_1$196 = {
13320
+ render: render$181
13321
+ }, _hoisted_1$199 = {
13322
13322
  viewBox: "0 0 24 24",
13323
13323
  width: "1.2em",
13324
13324
  height: "1.2em"
13325
13325
  };
13326
- function render$177(e, t) {
13327
- return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createBaseVNode("path", {
13326
+ function render$180(e, t) {
13327
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createBaseVNode("path", {
13328
13328
  fill: "none",
13329
13329
  stroke: "currentColor",
13330
13330
  "stroke-linecap": "round",
@@ -13335,14 +13335,14 @@ function render$177(e, t) {
13335
13335
  }
13336
13336
  var chevron_down_default$1 = {
13337
13337
  name: "lucide-chevron-down",
13338
- render: render$177
13339
- }, _hoisted_1$195 = {
13338
+ render: render$180
13339
+ }, _hoisted_1$198 = {
13340
13340
  viewBox: "0 0 24 24",
13341
13341
  width: "1.2em",
13342
13342
  height: "1.2em"
13343
13343
  };
13344
- function render$176(e, t) {
13345
- return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createBaseVNode("path", {
13344
+ function render$179(e, t) {
13345
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createBaseVNode("path", {
13346
13346
  fill: "none",
13347
13347
  stroke: "currentColor",
13348
13348
  "stroke-linecap": "round",
@@ -13353,14 +13353,14 @@ function render$176(e, t) {
13353
13353
  }
13354
13354
  var chevron_left_default = {
13355
13355
  name: "lucide-chevron-left",
13356
- render: render$176
13357
- }, _hoisted_1$194 = {
13356
+ render: render$179
13357
+ }, _hoisted_1$197 = {
13358
13358
  viewBox: "0 0 24 24",
13359
13359
  width: "1.2em",
13360
13360
  height: "1.2em"
13361
13361
  };
13362
- function render$175(e, t) {
13363
- return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createBaseVNode("path", {
13362
+ function render$178(e, t) {
13363
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createBaseVNode("path", {
13364
13364
  fill: "none",
13365
13365
  stroke: "currentColor",
13366
13366
  "stroke-linecap": "round",
@@ -13371,14 +13371,14 @@ function render$175(e, t) {
13371
13371
  }
13372
13372
  var chevron_right_default = {
13373
13373
  name: "lucide-chevron-right",
13374
- render: render$175
13375
- }, _hoisted_1$193 = {
13374
+ render: render$178
13375
+ }, _hoisted_1$196 = {
13376
13376
  viewBox: "0 0 24 24",
13377
13377
  width: "1.2em",
13378
13378
  height: "1.2em"
13379
13379
  };
13380
- function render$174(e, t) {
13381
- return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createBaseVNode("path", {
13380
+ function render$177(e, t) {
13381
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createBaseVNode("path", {
13382
13382
  fill: "none",
13383
13383
  stroke: "currentColor",
13384
13384
  "stroke-linecap": "round",
@@ -13389,14 +13389,14 @@ function render$174(e, t) {
13389
13389
  }
13390
13390
  var chevron_up_default = {
13391
13391
  name: "lucide-chevron-up",
13392
- render: render$174
13393
- }, _hoisted_1$192 = {
13392
+ render: render$177
13393
+ }, _hoisted_1$195 = {
13394
13394
  viewBox: "0 0 24 24",
13395
13395
  width: "1.2em",
13396
13396
  height: "1.2em"
13397
13397
  };
13398
- function render$173(e, t) {
13399
- return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createBaseVNode("path", {
13398
+ function render$176(e, t) {
13399
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createBaseVNode("path", {
13400
13400
  fill: "none",
13401
13401
  stroke: "currentColor",
13402
13402
  "stroke-linecap": "round",
@@ -13407,14 +13407,14 @@ function render$173(e, t) {
13407
13407
  }
13408
13408
  var chevrons_down_up_default = {
13409
13409
  name: "lucide-chevrons-down-up",
13410
- render: render$173
13411
- }, _hoisted_1$191 = {
13410
+ render: render$176
13411
+ }, _hoisted_1$194 = {
13412
13412
  viewBox: "0 0 24 24",
13413
13413
  width: "1.2em",
13414
13414
  height: "1.2em"
13415
13415
  };
13416
- function render$172(e, t) {
13417
- return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createBaseVNode("path", {
13416
+ function render$175(e, t) {
13417
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createBaseVNode("path", {
13418
13418
  fill: "none",
13419
13419
  stroke: "currentColor",
13420
13420
  "stroke-linecap": "round",
@@ -13425,14 +13425,14 @@ function render$172(e, t) {
13425
13425
  }
13426
13426
  var chevrons_left_default = {
13427
13427
  name: "lucide-chevrons-left",
13428
- render: render$172
13429
- }, _hoisted_1$190 = {
13428
+ render: render$175
13429
+ }, _hoisted_1$193 = {
13430
13430
  viewBox: "0 0 24 24",
13431
13431
  width: "1.2em",
13432
13432
  height: "1.2em"
13433
13433
  };
13434
- function render$171(e, t) {
13435
- return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createBaseVNode("path", {
13434
+ function render$174(e, t) {
13435
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createBaseVNode("path", {
13436
13436
  fill: "none",
13437
13437
  stroke: "currentColor",
13438
13438
  "stroke-linecap": "round",
@@ -13443,14 +13443,14 @@ function render$171(e, t) {
13443
13443
  }
13444
13444
  var chevrons_up_down_default = {
13445
13445
  name: "lucide-chevrons-up-down",
13446
- render: render$171
13447
- }, _hoisted_1$189 = {
13446
+ render: render$174
13447
+ }, _hoisted_1$192 = {
13448
13448
  viewBox: "0 0 24 24",
13449
13449
  width: "1.2em",
13450
13450
  height: "1.2em"
13451
13451
  };
13452
- function render$170(e, t) {
13453
- return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createBaseVNode("circle", {
13452
+ function render$173(e, t) {
13453
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createBaseVNode("circle", {
13454
13454
  cx: "12",
13455
13455
  cy: "12",
13456
13456
  r: "10",
@@ -13463,14 +13463,14 @@ function render$170(e, t) {
13463
13463
  }
13464
13464
  var circle_default = {
13465
13465
  name: "lucide-circle",
13466
- render: render$170
13467
- }, _hoisted_1$188 = {
13466
+ render: render$173
13467
+ }, _hoisted_1$191 = {
13468
13468
  viewBox: "0 0 24 24",
13469
13469
  width: "1.2em",
13470
13470
  height: "1.2em"
13471
13471
  };
13472
- function render$169(e, t) {
13473
- return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createBaseVNode("g", {
13472
+ function render$172(e, t) {
13473
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createBaseVNode("g", {
13474
13474
  fill: "none",
13475
13475
  stroke: "currentColor",
13476
13476
  "stroke-linecap": "round",
@@ -13484,14 +13484,14 @@ function render$169(e, t) {
13484
13484
  }
13485
13485
  var circle_alert_default = {
13486
13486
  name: "lucide-circle-alert",
13487
- render: render$169
13488
- }, _hoisted_1$187 = {
13487
+ render: render$172
13488
+ }, _hoisted_1$190 = {
13489
13489
  viewBox: "0 0 24 24",
13490
13490
  width: "1.2em",
13491
13491
  height: "1.2em"
13492
13492
  };
13493
- function render$168(e, t) {
13494
- return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createBaseVNode("g", {
13493
+ function render$171(e, t) {
13494
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createBaseVNode("g", {
13495
13495
  fill: "none",
13496
13496
  stroke: "currentColor",
13497
13497
  "stroke-linecap": "round",
@@ -13505,14 +13505,14 @@ function render$168(e, t) {
13505
13505
  }
13506
13506
  var circle_check_default$1 = {
13507
13507
  name: "lucide-circle-check",
13508
- render: render$168
13509
- }, _hoisted_1$186 = {
13508
+ render: render$171
13509
+ }, _hoisted_1$189 = {
13510
13510
  viewBox: "0 0 24 24",
13511
13511
  width: "1.2em",
13512
13512
  height: "1.2em"
13513
13513
  };
13514
- function render$167(e, t) {
13515
- return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createBaseVNode("g", {
13514
+ function render$170(e, t) {
13515
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createBaseVNode("g", {
13516
13516
  fill: "none",
13517
13517
  stroke: "currentColor",
13518
13518
  "stroke-linecap": "round",
@@ -13530,14 +13530,14 @@ function render$167(e, t) {
13530
13530
  }
13531
13531
  var circle_dot_default = {
13532
13532
  name: "lucide-circle-dot",
13533
- render: render$167
13534
- }, _hoisted_1$185 = {
13533
+ render: render$170
13534
+ }, _hoisted_1$188 = {
13535
13535
  viewBox: "0 0 24 24",
13536
13536
  width: "1.2em",
13537
13537
  height: "1.2em"
13538
13538
  };
13539
- function render$166(e, t) {
13540
- return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createBaseVNode("g", {
13539
+ function render$169(e, t) {
13540
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createBaseVNode("g", {
13541
13541
  fill: "none",
13542
13542
  stroke: "currentColor",
13543
13543
  "stroke-linecap": "round",
@@ -13551,14 +13551,14 @@ function render$166(e, t) {
13551
13551
  }
13552
13552
  var circle_ellipsis_default = {
13553
13553
  name: "lucide-circle-ellipsis",
13554
- render: render$166
13555
- }, _hoisted_1$184 = {
13554
+ render: render$169
13555
+ }, _hoisted_1$187 = {
13556
13556
  viewBox: "0 0 24 24",
13557
13557
  width: "1.2em",
13558
13558
  height: "1.2em"
13559
13559
  };
13560
- function render$165(e, t) {
13561
- return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createBaseVNode("g", {
13560
+ function render$168(e, t) {
13561
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createBaseVNode("g", {
13562
13562
  fill: "none",
13563
13563
  stroke: "currentColor",
13564
13564
  "stroke-linecap": "round",
@@ -13572,14 +13572,14 @@ function render$165(e, t) {
13572
13572
  }
13573
13573
  var circle_help_default = {
13574
13574
  name: "lucide-circle-help",
13575
- render: render$165
13576
- }, _hoisted_1$183 = {
13575
+ render: render$168
13576
+ }, _hoisted_1$186 = {
13577
13577
  viewBox: "0 0 24 24",
13578
13578
  width: "1.2em",
13579
13579
  height: "1.2em"
13580
13580
  };
13581
- function render$164(e, t) {
13582
- return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createBaseVNode("g", {
13581
+ function render$167(e, t) {
13582
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createBaseVNode("g", {
13583
13583
  fill: "none",
13584
13584
  stroke: "currentColor",
13585
13585
  "stroke-linecap": "round",
@@ -13593,14 +13593,14 @@ function render$164(e, t) {
13593
13593
  }
13594
13594
  var circle_minus_default = {
13595
13595
  name: "lucide-circle-minus",
13596
- render: render$164
13597
- }, _hoisted_1$182 = {
13596
+ render: render$167
13597
+ }, _hoisted_1$185 = {
13598
13598
  viewBox: "0 0 24 24",
13599
13599
  width: "1.2em",
13600
13600
  height: "1.2em"
13601
13601
  };
13602
- function render$163(e, t) {
13603
- return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createBaseVNode("g", {
13602
+ function render$166(e, t) {
13603
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createBaseVNode("g", {
13604
13604
  fill: "none",
13605
13605
  stroke: "currentColor",
13606
13606
  "stroke-linecap": "round",
@@ -13614,14 +13614,14 @@ function render$163(e, t) {
13614
13614
  }
13615
13615
  var circle_pause_default = {
13616
13616
  name: "lucide-circle-pause",
13617
- render: render$163
13618
- }, _hoisted_1$181 = {
13617
+ render: render$166
13618
+ }, _hoisted_1$184 = {
13619
13619
  viewBox: "0 0 24 24",
13620
13620
  width: "1.2em",
13621
13621
  height: "1.2em"
13622
13622
  };
13623
- function render$162(e, t) {
13624
- return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createBaseVNode("g", {
13623
+ function render$165(e, t) {
13624
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createBaseVNode("g", {
13625
13625
  fill: "none",
13626
13626
  stroke: "currentColor",
13627
13627
  "stroke-linecap": "round",
@@ -13635,14 +13635,14 @@ function render$162(e, t) {
13635
13635
  }
13636
13636
  var circle_play_default = {
13637
13637
  name: "lucide-circle-play",
13638
- render: render$162
13639
- }, _hoisted_1$180 = {
13638
+ render: render$165
13639
+ }, _hoisted_1$183 = {
13640
13640
  viewBox: "0 0 24 24",
13641
13641
  width: "1.2em",
13642
13642
  height: "1.2em"
13643
13643
  };
13644
- function render$161(e, t) {
13645
- return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createBaseVNode("g", {
13644
+ function render$164(e, t) {
13645
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createBaseVNode("g", {
13646
13646
  fill: "none",
13647
13647
  stroke: "currentColor",
13648
13648
  "stroke-linecap": "round",
@@ -13656,14 +13656,14 @@ function render$161(e, t) {
13656
13656
  }
13657
13657
  var circle_plus_default = {
13658
13658
  name: "lucide-circle-plus",
13659
- render: render$161
13660
- }, _hoisted_1$179 = {
13659
+ render: render$164
13660
+ }, _hoisted_1$182 = {
13661
13661
  viewBox: "0 0 24 24",
13662
13662
  width: "1.2em",
13663
13663
  height: "1.2em"
13664
13664
  };
13665
- function render$160(e, t) {
13666
- return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createBaseVNode("g", {
13665
+ function render$163(e, t) {
13666
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createBaseVNode("g", {
13667
13667
  fill: "none",
13668
13668
  stroke: "currentColor",
13669
13669
  "stroke-linecap": "round",
@@ -13685,14 +13685,14 @@ function render$160(e, t) {
13685
13685
  }
13686
13686
  var circle_user_round_default = {
13687
13687
  name: "lucide-circle-user-round",
13688
- render: render$160
13689
- }, _hoisted_1$178 = {
13688
+ render: render$163
13689
+ }, _hoisted_1$181 = {
13690
13690
  viewBox: "0 0 24 24",
13691
13691
  width: "1.2em",
13692
13692
  height: "1.2em"
13693
13693
  };
13694
- function render$159(e, t) {
13695
- return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createBaseVNode("g", {
13694
+ function render$162(e, t) {
13695
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createBaseVNode("g", {
13696
13696
  fill: "none",
13697
13697
  stroke: "currentColor",
13698
13698
  "stroke-linecap": "round",
@@ -13706,14 +13706,14 @@ function render$159(e, t) {
13706
13706
  }
13707
13707
  var circle_x_default = {
13708
13708
  name: "lucide-circle-x",
13709
- render: render$159
13710
- }, _hoisted_1$177 = {
13709
+ render: render$162
13710
+ }, _hoisted_1$180 = {
13711
13711
  viewBox: "0 0 24 24",
13712
13712
  width: "1.2em",
13713
13713
  height: "1.2em"
13714
13714
  };
13715
- function render$158(e, t) {
13716
- return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createBaseVNode("g", {
13715
+ function render$161(e, t) {
13716
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createBaseVNode("g", {
13717
13717
  fill: "none",
13718
13718
  stroke: "currentColor",
13719
13719
  "stroke-linecap": "round",
@@ -13730,14 +13730,14 @@ function render$158(e, t) {
13730
13730
  }
13731
13731
  var clipboard_default = {
13732
13732
  name: "lucide-clipboard",
13733
- render: render$158
13734
- }, _hoisted_1$176 = {
13733
+ render: render$161
13734
+ }, _hoisted_1$179 = {
13735
13735
  viewBox: "0 0 24 24",
13736
13736
  width: "1.2em",
13737
13737
  height: "1.2em"
13738
13738
  };
13739
- function render$157(e, t) {
13740
- return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createBaseVNode("g", {
13739
+ function render$160(e, t) {
13740
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createBaseVNode("g", {
13741
13741
  fill: "none",
13742
13742
  stroke: "currentColor",
13743
13743
  "stroke-linecap": "round",
@@ -13758,14 +13758,14 @@ function render$157(e, t) {
13758
13758
  }
13759
13759
  var clipboard_check_default = {
13760
13760
  name: "lucide-clipboard-check",
13761
- render: render$157
13762
- }, _hoisted_1$175 = {
13761
+ render: render$160
13762
+ }, _hoisted_1$178 = {
13763
13763
  viewBox: "0 0 24 24",
13764
13764
  width: "1.2em",
13765
13765
  height: "1.2em"
13766
13766
  };
13767
- function render$156(e, t) {
13768
- return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createBaseVNode("g", {
13767
+ function render$159(e, t) {
13768
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createBaseVNode("g", {
13769
13769
  fill: "none",
13770
13770
  stroke: "currentColor",
13771
13771
  "stroke-linecap": "round",
@@ -13782,14 +13782,14 @@ function render$156(e, t) {
13782
13782
  }
13783
13783
  var clipboard_list_default = {
13784
13784
  name: "lucide-clipboard-list",
13785
- render: render$156
13786
- }, _hoisted_1$174 = {
13785
+ render: render$159
13786
+ }, _hoisted_1$177 = {
13787
13787
  viewBox: "0 0 24 24",
13788
13788
  width: "1.2em",
13789
13789
  height: "1.2em"
13790
13790
  };
13791
- function render$155(e, t) {
13792
- return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createBaseVNode("g", {
13791
+ function render$158(e, t) {
13792
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createBaseVNode("g", {
13793
13793
  fill: "none",
13794
13794
  stroke: "currentColor",
13795
13795
  "stroke-linecap": "round",
@@ -13803,14 +13803,14 @@ function render$155(e, t) {
13803
13803
  }
13804
13804
  var clock_default = {
13805
13805
  name: "lucide-clock",
13806
- render: render$155
13807
- }, _hoisted_1$173 = {
13806
+ render: render$158
13807
+ }, _hoisted_1$176 = {
13808
13808
  viewBox: "0 0 24 24",
13809
13809
  width: "1.2em",
13810
13810
  height: "1.2em"
13811
13811
  };
13812
- function render$154(e, t) {
13813
- return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createBaseVNode("path", {
13812
+ function render$157(e, t) {
13813
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createBaseVNode("path", {
13814
13814
  fill: "none",
13815
13815
  stroke: "currentColor",
13816
13816
  "stroke-linecap": "round",
@@ -13821,14 +13821,14 @@ function render$154(e, t) {
13821
13821
  }
13822
13822
  var cloud_default = {
13823
13823
  name: "lucide-cloud",
13824
- render: render$154
13825
- }, _hoisted_1$172 = {
13824
+ render: render$157
13825
+ }, _hoisted_1$175 = {
13826
13826
  viewBox: "0 0 24 24",
13827
13827
  width: "1.2em",
13828
13828
  height: "1.2em"
13829
13829
  };
13830
- function render$153(e, t) {
13831
- return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createBaseVNode("g", {
13830
+ function render$156(e, t) {
13831
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createBaseVNode("g", {
13832
13832
  fill: "none",
13833
13833
  stroke: "currentColor",
13834
13834
  "stroke-linecap": "round",
@@ -13838,14 +13838,14 @@ function render$153(e, t) {
13838
13838
  }
13839
13839
  var cloud_download_default = {
13840
13840
  name: "lucide-cloud-download",
13841
- render: render$153
13842
- }, _hoisted_1$171 = {
13841
+ render: render$156
13842
+ }, _hoisted_1$174 = {
13843
13843
  viewBox: "0 0 24 24",
13844
13844
  width: "1.2em",
13845
13845
  height: "1.2em"
13846
13846
  };
13847
- function render$152(e, t) {
13848
- return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createBaseVNode("path", {
13847
+ function render$155(e, t) {
13848
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createBaseVNode("path", {
13849
13849
  fill: "none",
13850
13850
  stroke: "currentColor",
13851
13851
  "stroke-linecap": "round",
@@ -13856,14 +13856,14 @@ function render$152(e, t) {
13856
13856
  }
13857
13857
  var code_default = {
13858
13858
  name: "lucide-code",
13859
- render: render$152
13860
- }, _hoisted_1$170 = {
13859
+ render: render$155
13860
+ }, _hoisted_1$173 = {
13861
13861
  viewBox: "0 0 24 24",
13862
13862
  width: "1.2em",
13863
13863
  height: "1.2em"
13864
13864
  };
13865
- function render$151(e, t) {
13866
- return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createBaseVNode("g", {
13865
+ function render$154(e, t) {
13866
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createBaseVNode("g", {
13867
13867
  fill: "none",
13868
13868
  stroke: "currentColor",
13869
13869
  "stroke-linecap": "round",
@@ -13873,14 +13873,14 @@ function render$151(e, t) {
13873
13873
  }
13874
13874
  var cog_default = {
13875
13875
  name: "lucide-cog",
13876
- render: render$151
13877
- }, _hoisted_1$169 = {
13876
+ render: render$154
13877
+ }, _hoisted_1$172 = {
13878
13878
  viewBox: "0 0 24 24",
13879
13879
  width: "1.2em",
13880
13880
  height: "1.2em"
13881
13881
  };
13882
- function render$150(e, t) {
13883
- return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createBaseVNode("g", {
13882
+ function render$153(e, t) {
13883
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createBaseVNode("g", {
13884
13884
  fill: "none",
13885
13885
  stroke: "currentColor",
13886
13886
  "stroke-linecap": "round",
@@ -13894,14 +13894,14 @@ function render$150(e, t) {
13894
13894
  }
13895
13895
  var columns_3_cog_default = {
13896
13896
  name: "lucide-columns-3-cog",
13897
- render: render$150
13898
- }, _hoisted_1$168 = {
13897
+ render: render$153
13898
+ }, _hoisted_1$171 = {
13899
13899
  viewBox: "0 0 24 24",
13900
13900
  width: "1.2em",
13901
13901
  height: "1.2em"
13902
13902
  };
13903
- function render$149(e, t) {
13904
- return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createBaseVNode("g", {
13903
+ function render$152(e, t) {
13904
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createBaseVNode("g", {
13905
13905
  fill: "none",
13906
13906
  stroke: "currentColor",
13907
13907
  "stroke-linecap": "round",
@@ -13915,14 +13915,14 @@ function render$149(e, t) {
13915
13915
  }
13916
13916
  var contrast_default = {
13917
13917
  name: "lucide-contrast",
13918
- render: render$149
13919
- }, _hoisted_1$167 = {
13918
+ render: render$152
13919
+ }, _hoisted_1$170 = {
13920
13920
  viewBox: "0 0 24 24",
13921
13921
  width: "1.2em",
13922
13922
  height: "1.2em"
13923
13923
  };
13924
- function render$148(e, t) {
13925
- return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createBaseVNode("g", {
13924
+ function render$151(e, t) {
13925
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createBaseVNode("g", {
13926
13926
  fill: "none",
13927
13927
  stroke: "currentColor",
13928
13928
  "stroke-linecap": "round",
@@ -13939,14 +13939,14 @@ function render$148(e, t) {
13939
13939
  }
13940
13940
  var copy_default = {
13941
13941
  name: "lucide-copy",
13942
- render: render$148
13943
- }, _hoisted_1$166 = {
13942
+ render: render$151
13943
+ }, _hoisted_1$169 = {
13944
13944
  viewBox: "0 0 24 24",
13945
13945
  width: "1.2em",
13946
13946
  height: "1.2em"
13947
13947
  };
13948
- function render$147(e, t) {
13949
- return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createBaseVNode("g", {
13948
+ function render$150(e, t) {
13949
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createBaseVNode("g", {
13950
13950
  fill: "none",
13951
13951
  stroke: "currentColor",
13952
13952
  "stroke-linecap": "round",
@@ -13960,14 +13960,14 @@ function render$147(e, t) {
13960
13960
  }
13961
13961
  var crosshair_default = {
13962
13962
  name: "lucide-crosshair",
13963
- render: render$147
13964
- }, _hoisted_1$165 = {
13963
+ render: render$150
13964
+ }, _hoisted_1$168 = {
13965
13965
  viewBox: "0 0 24 24",
13966
13966
  width: "1.2em",
13967
13967
  height: "1.2em"
13968
13968
  };
13969
- function render$146(e, t) {
13970
- return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createBaseVNode("g", {
13969
+ function render$149(e, t) {
13970
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createBaseVNode("g", {
13971
13971
  fill: "none",
13972
13972
  stroke: "currentColor",
13973
13973
  "stroke-linecap": "round",
@@ -13986,14 +13986,14 @@ function render$146(e, t) {
13986
13986
  }
13987
13987
  var database_default = {
13988
13988
  name: "lucide-database",
13989
- render: render$146
13990
- }, _hoisted_1$164 = {
13989
+ render: render$149
13990
+ }, _hoisted_1$167 = {
13991
13991
  viewBox: "0 0 24 24",
13992
13992
  width: "1.2em",
13993
13993
  height: "1.2em"
13994
13994
  };
13995
- function render$145(e, t) {
13996
- return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createBaseVNode("path", {
13995
+ function render$148(e, t) {
13996
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createBaseVNode("path", {
13997
13997
  fill: "none",
13998
13998
  stroke: "currentColor",
13999
13999
  "stroke-linecap": "round",
@@ -14004,14 +14004,14 @@ function render$145(e, t) {
14004
14004
  }
14005
14005
  var door_open_default = {
14006
14006
  name: "lucide-door-open",
14007
- render: render$145
14008
- }, _hoisted_1$163 = {
14007
+ render: render$148
14008
+ }, _hoisted_1$166 = {
14009
14009
  viewBox: "0 0 24 24",
14010
14010
  width: "1.2em",
14011
14011
  height: "1.2em"
14012
14012
  };
14013
- function render$144(e, t) {
14014
- return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createBaseVNode("circle", {
14013
+ function render$147(e, t) {
14014
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createBaseVNode("circle", {
14015
14015
  cx: "12.1",
14016
14016
  cy: "12.1",
14017
14017
  r: "1",
@@ -14024,14 +14024,14 @@ function render$144(e, t) {
14024
14024
  }
14025
14025
  var dot_default = {
14026
14026
  name: "lucide-dot",
14027
- render: render$144
14028
- }, _hoisted_1$162 = {
14027
+ render: render$147
14028
+ }, _hoisted_1$165 = {
14029
14029
  viewBox: "0 0 24 24",
14030
14030
  width: "1.2em",
14031
14031
  height: "1.2em"
14032
14032
  };
14033
- function render$143(e, t) {
14034
- return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createBaseVNode("g", {
14033
+ function render$146(e, t) {
14034
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createBaseVNode("g", {
14035
14035
  fill: "none",
14036
14036
  stroke: "currentColor",
14037
14037
  "stroke-linecap": "round",
@@ -14041,14 +14041,14 @@ function render$143(e, t) {
14041
14041
  }
14042
14042
  var download_default = {
14043
14043
  name: "lucide-download",
14044
- render: render$143
14045
- }, _hoisted_1$161 = {
14044
+ render: render$146
14045
+ }, _hoisted_1$164 = {
14046
14046
  viewBox: "0 0 24 24",
14047
14047
  width: "1.2em",
14048
14048
  height: "1.2em"
14049
14049
  };
14050
- function render$142(e, t) {
14051
- return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createBaseVNode("g", {
14050
+ function render$145(e, t) {
14051
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createBaseVNode("g", {
14052
14052
  fill: "none",
14053
14053
  stroke: "currentColor",
14054
14054
  "stroke-linecap": "round",
@@ -14062,14 +14062,14 @@ function render$142(e, t) {
14062
14062
  }
14063
14063
  var earth_default = {
14064
14064
  name: "lucide-earth",
14065
- render: render$142
14066
- }, _hoisted_1$160 = {
14065
+ render: render$145
14066
+ }, _hoisted_1$163 = {
14067
14067
  viewBox: "0 0 24 24",
14068
14068
  width: "1.2em",
14069
14069
  height: "1.2em"
14070
14070
  };
14071
- function render$141(e, t) {
14072
- return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createBaseVNode("g", {
14071
+ function render$144(e, t) {
14072
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createBaseVNode("g", {
14073
14073
  fill: "none",
14074
14074
  stroke: "currentColor",
14075
14075
  "stroke-linecap": "round",
@@ -14095,14 +14095,14 @@ function render$141(e, t) {
14095
14095
  }
14096
14096
  var ellipsis_default = {
14097
14097
  name: "lucide-ellipsis",
14098
- render: render$141
14099
- }, _hoisted_1$159 = {
14098
+ render: render$144
14099
+ }, _hoisted_1$162 = {
14100
14100
  viewBox: "0 0 24 24",
14101
14101
  width: "1.2em",
14102
14102
  height: "1.2em"
14103
14103
  };
14104
- function render$140(e, t) {
14105
- return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createBaseVNode("g", {
14104
+ function render$143(e, t) {
14105
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createBaseVNode("g", {
14106
14106
  fill: "none",
14107
14107
  stroke: "currentColor",
14108
14108
  "stroke-linecap": "round",
@@ -14128,14 +14128,14 @@ function render$140(e, t) {
14128
14128
  }
14129
14129
  var ellipsis_vertical_default = {
14130
14130
  name: "lucide-ellipsis-vertical",
14131
- render: render$140
14132
- }, _hoisted_1$158 = {
14131
+ render: render$143
14132
+ }, _hoisted_1$161 = {
14133
14133
  viewBox: "0 0 24 24",
14134
14134
  width: "1.2em",
14135
14135
  height: "1.2em"
14136
14136
  };
14137
- function render$139(e, t) {
14138
- return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createBaseVNode("path", {
14137
+ function render$142(e, t) {
14138
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createBaseVNode("path", {
14139
14139
  fill: "none",
14140
14140
  stroke: "currentColor",
14141
14141
  "stroke-linecap": "round",
@@ -14146,14 +14146,14 @@ function render$139(e, t) {
14146
14146
  }
14147
14147
  var equal_default = {
14148
14148
  name: "lucide-equal",
14149
- render: render$139
14150
- }, _hoisted_1$157 = {
14149
+ render: render$142
14150
+ }, _hoisted_1$160 = {
14151
14151
  viewBox: "0 0 24 24",
14152
14152
  width: "1.2em",
14153
14153
  height: "1.2em"
14154
14154
  };
14155
- function render$138(e, t) {
14156
- return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createBaseVNode("path", {
14155
+ function render$141(e, t) {
14156
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createBaseVNode("path", {
14157
14157
  fill: "none",
14158
14158
  stroke: "currentColor",
14159
14159
  "stroke-linecap": "round",
@@ -14164,14 +14164,14 @@ function render$138(e, t) {
14164
14164
  }
14165
14165
  var expand_default = {
14166
14166
  name: "lucide-expand",
14167
- render: render$138
14168
- }, _hoisted_1$156 = {
14167
+ render: render$141
14168
+ }, _hoisted_1$159 = {
14169
14169
  viewBox: "0 0 24 24",
14170
14170
  width: "1.2em",
14171
14171
  height: "1.2em"
14172
14172
  };
14173
- function render$137(e, t) {
14174
- return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createBaseVNode("path", {
14173
+ function render$140(e, t) {
14174
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createBaseVNode("path", {
14175
14175
  fill: "none",
14176
14176
  stroke: "currentColor",
14177
14177
  "stroke-linecap": "round",
@@ -14182,14 +14182,14 @@ function render$137(e, t) {
14182
14182
  }
14183
14183
  var external_link_default = {
14184
14184
  name: "lucide-external-link",
14185
- render: render$137
14186
- }, _hoisted_1$155 = {
14185
+ render: render$140
14186
+ }, _hoisted_1$158 = {
14187
14187
  viewBox: "0 0 24 24",
14188
14188
  width: "1.2em",
14189
14189
  height: "1.2em"
14190
14190
  };
14191
- function render$136(e, t) {
14192
- return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createBaseVNode("g", {
14191
+ function render$139(e, t) {
14192
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createBaseVNode("g", {
14193
14193
  fill: "none",
14194
14194
  stroke: "currentColor",
14195
14195
  "stroke-linecap": "round",
@@ -14203,14 +14203,14 @@ function render$136(e, t) {
14203
14203
  }
14204
14204
  var eye_default = {
14205
14205
  name: "lucide-eye",
14206
- render: render$136
14207
- }, _hoisted_1$154 = {
14206
+ render: render$139
14207
+ }, _hoisted_1$157 = {
14208
14208
  viewBox: "0 0 24 24",
14209
14209
  width: "1.2em",
14210
14210
  height: "1.2em"
14211
14211
  };
14212
- function render$135(e, t) {
14213
- return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createBaseVNode("g", {
14212
+ function render$138(e, t) {
14213
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createBaseVNode("g", {
14214
14214
  fill: "none",
14215
14215
  stroke: "currentColor",
14216
14216
  "stroke-linecap": "round",
@@ -14220,14 +14220,14 @@ function render$135(e, t) {
14220
14220
  }
14221
14221
  var eye_off_default = {
14222
14222
  name: "lucide-eye-off",
14223
- render: render$135
14224
- }, _hoisted_1$153 = {
14223
+ render: render$138
14224
+ }, _hoisted_1$156 = {
14225
14225
  viewBox: "0 0 24 24",
14226
14226
  width: "1.2em",
14227
14227
  height: "1.2em"
14228
14228
  };
14229
- function render$134(e, t) {
14230
- return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createBaseVNode("g", {
14229
+ function render$137(e, t) {
14230
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createBaseVNode("g", {
14231
14231
  fill: "none",
14232
14232
  stroke: "currentColor",
14233
14233
  "stroke-linecap": "round",
@@ -14237,14 +14237,14 @@ function render$134(e, t) {
14237
14237
  }
14238
14238
  var file_default = {
14239
14239
  name: "lucide-file",
14240
- render: render$134
14241
- }, _hoisted_1$152 = {
14240
+ render: render$137
14241
+ }, _hoisted_1$155 = {
14242
14242
  viewBox: "0 0 24 24",
14243
14243
  width: "1.2em",
14244
14244
  height: "1.2em"
14245
14245
  };
14246
- function render$133(e, t) {
14247
- return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createBaseVNode("g", {
14246
+ function render$136(e, t) {
14247
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createBaseVNode("g", {
14248
14248
  fill: "none",
14249
14249
  stroke: "currentColor",
14250
14250
  "stroke-linecap": "round",
@@ -14262,14 +14262,14 @@ function render$133(e, t) {
14262
14262
  }
14263
14263
  var file_archive_default = {
14264
14264
  name: "lucide-file-archive",
14265
- render: render$133
14266
- }, _hoisted_1$151 = {
14265
+ render: render$136
14266
+ }, _hoisted_1$154 = {
14267
14267
  viewBox: "0 0 24 24",
14268
14268
  width: "1.2em",
14269
14269
  height: "1.2em"
14270
14270
  };
14271
- function render$132(e, t) {
14272
- return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createBaseVNode("g", {
14271
+ function render$135(e, t) {
14272
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createBaseVNode("g", {
14273
14273
  fill: "none",
14274
14274
  stroke: "currentColor",
14275
14275
  "stroke-linecap": "round",
@@ -14279,14 +14279,14 @@ function render$132(e, t) {
14279
14279
  }
14280
14280
  var file_code_default = {
14281
14281
  name: "lucide-file-code",
14282
- render: render$132
14283
- }, _hoisted_1$150 = {
14282
+ render: render$135
14283
+ }, _hoisted_1$153 = {
14284
14284
  viewBox: "0 0 24 24",
14285
14285
  width: "1.2em",
14286
14286
  height: "1.2em"
14287
14287
  };
14288
- function render$131(e, t) {
14289
- return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createBaseVNode("path", {
14288
+ function render$134(e, t) {
14289
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createBaseVNode("path", {
14290
14290
  fill: "none",
14291
14291
  stroke: "currentColor",
14292
14292
  "stroke-linecap": "round",
@@ -14297,14 +14297,14 @@ function render$131(e, t) {
14297
14297
  }
14298
14298
  var file_diff_default = {
14299
14299
  name: "lucide-file-diff",
14300
- render: render$131
14301
- }, _hoisted_1$149 = {
14300
+ render: render$134
14301
+ }, _hoisted_1$152 = {
14302
14302
  viewBox: "0 0 24 24",
14303
14303
  width: "1.2em",
14304
14304
  height: "1.2em"
14305
14305
  };
14306
- function render$130(e, t) {
14307
- return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createBaseVNode("g", {
14306
+ function render$133(e, t) {
14307
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createBaseVNode("g", {
14308
14308
  fill: "none",
14309
14309
  stroke: "currentColor",
14310
14310
  "stroke-linecap": "round",
@@ -14314,14 +14314,14 @@ function render$130(e, t) {
14314
14314
  }
14315
14315
  var file_down_default = {
14316
14316
  name: "lucide-file-down",
14317
- render: render$130
14318
- }, _hoisted_1$148 = {
14317
+ render: render$133
14318
+ }, _hoisted_1$151 = {
14319
14319
  viewBox: "0 0 24 24",
14320
14320
  width: "1.2em",
14321
14321
  height: "1.2em"
14322
14322
  };
14323
- function render$129(e, t) {
14324
- return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createBaseVNode("g", {
14323
+ function render$132(e, t) {
14324
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createBaseVNode("g", {
14325
14325
  fill: "none",
14326
14326
  stroke: "currentColor",
14327
14327
  "stroke-linecap": "round",
@@ -14331,14 +14331,14 @@ function render$129(e, t) {
14331
14331
  }
14332
14332
  var file_input_default = {
14333
14333
  name: "lucide-file-input",
14334
- render: render$129
14335
- }, _hoisted_1$147 = {
14334
+ render: render$132
14335
+ }, _hoisted_1$150 = {
14336
14336
  viewBox: "0 0 24 24",
14337
14337
  width: "1.2em",
14338
14338
  height: "1.2em"
14339
14339
  };
14340
- function render$128(e, t) {
14341
- return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createBaseVNode("g", {
14340
+ function render$131(e, t) {
14341
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createBaseVNode("g", {
14342
14342
  fill: "none",
14343
14343
  stroke: "currentColor",
14344
14344
  "stroke-linecap": "round",
@@ -14352,14 +14352,14 @@ function render$128(e, t) {
14352
14352
  }
14353
14353
  var file_output_default = {
14354
14354
  name: "lucide-file-output",
14355
- render: render$128
14356
- }, _hoisted_1$146 = {
14355
+ render: render$131
14356
+ }, _hoisted_1$149 = {
14357
14357
  viewBox: "0 0 24 24",
14358
14358
  width: "1.2em",
14359
14359
  height: "1.2em"
14360
14360
  };
14361
- function render$127(e, t) {
14362
- return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createBaseVNode("g", {
14361
+ function render$130(e, t) {
14362
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createBaseVNode("g", {
14363
14363
  fill: "none",
14364
14364
  stroke: "currentColor",
14365
14365
  "stroke-linecap": "round",
@@ -14369,14 +14369,14 @@ function render$127(e, t) {
14369
14369
  }
14370
14370
  var file_text_default = {
14371
14371
  name: "lucide-file-text",
14372
- render: render$127
14373
- }, _hoisted_1$145 = {
14372
+ render: render$130
14373
+ }, _hoisted_1$148 = {
14374
14374
  viewBox: "0 0 24 24",
14375
14375
  width: "1.2em",
14376
14376
  height: "1.2em"
14377
14377
  };
14378
- function render$126(e, t) {
14379
- return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createBaseVNode("g", {
14378
+ function render$129(e, t) {
14379
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createBaseVNode("g", {
14380
14380
  fill: "none",
14381
14381
  stroke: "currentColor",
14382
14382
  "stroke-linecap": "round",
@@ -14390,14 +14390,14 @@ function render$126(e, t) {
14390
14390
  }
14391
14391
  var files_default = {
14392
14392
  name: "lucide-files",
14393
- render: render$126
14394
- }, _hoisted_1$144 = {
14393
+ render: render$129
14394
+ }, _hoisted_1$147 = {
14395
14395
  viewBox: "0 0 24 24",
14396
14396
  width: "1.2em",
14397
14397
  height: "1.2em"
14398
14398
  };
14399
- function render$125(e, t) {
14400
- return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createBaseVNode("g", {
14399
+ function render$128(e, t) {
14400
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createBaseVNode("g", {
14401
14401
  fill: "none",
14402
14402
  stroke: "currentColor",
14403
14403
  "stroke-linecap": "round",
@@ -14407,14 +14407,32 @@ function render$125(e, t) {
14407
14407
  }
14408
14408
  var fingerprint_default = {
14409
14409
  name: "lucide-fingerprint",
14410
- render: render$125
14411
- }, _hoisted_1$143 = {
14410
+ render: render$128
14411
+ }, _hoisted_1$146 = {
14412
14412
  viewBox: "0 0 24 24",
14413
14413
  width: "1.2em",
14414
14414
  height: "1.2em"
14415
14415
  };
14416
- function render$124(e, t) {
14417
- return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createBaseVNode("path", {
14416
+ function render$127(e, t) {
14417
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createBaseVNode("path", {
14418
+ fill: "none",
14419
+ stroke: "currentColor",
14420
+ "stroke-linecap": "round",
14421
+ "stroke-linejoin": "round",
14422
+ "stroke-width": "2",
14423
+ d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3c-1.072-2.143-.224-4.054 2-6c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5"
14424
+ }, null, -1)]]);
14425
+ }
14426
+ var flame_default = {
14427
+ name: "lucide-flame",
14428
+ render: render$127
14429
+ }, _hoisted_1$145 = {
14430
+ viewBox: "0 0 24 24",
14431
+ width: "1.2em",
14432
+ height: "1.2em"
14433
+ };
14434
+ function render$126(e, t) {
14435
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createBaseVNode("path", {
14418
14436
  fill: "none",
14419
14437
  stroke: "currentColor",
14420
14438
  "stroke-linecap": "round",
@@ -14425,14 +14443,14 @@ function render$124(e, t) {
14425
14443
  }
14426
14444
  var flask_conical_default = {
14427
14445
  name: "lucide-flask-conical",
14428
- render: render$124
14429
- }, _hoisted_1$142 = {
14446
+ render: render$126
14447
+ }, _hoisted_1$144 = {
14430
14448
  viewBox: "0 0 24 24",
14431
14449
  width: "1.2em",
14432
14450
  height: "1.2em"
14433
14451
  };
14434
- function render$123(e, t) {
14435
- return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createBaseVNode("path", {
14452
+ function render$125(e, t) {
14453
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createBaseVNode("path", {
14436
14454
  fill: "none",
14437
14455
  stroke: "currentColor",
14438
14456
  "stroke-linecap": "round",
@@ -14443,14 +14461,14 @@ function render$123(e, t) {
14443
14461
  }
14444
14462
  var folder_default = {
14445
14463
  name: "lucide-folder",
14446
- render: render$123
14447
- }, _hoisted_1$141 = {
14464
+ render: render$125
14465
+ }, _hoisted_1$143 = {
14448
14466
  viewBox: "0 0 24 24",
14449
14467
  width: "1.2em",
14450
14468
  height: "1.2em"
14451
14469
  };
14452
- function render$122(e, t) {
14453
- return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createBaseVNode("path", {
14470
+ function render$124(e, t) {
14471
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createBaseVNode("path", {
14454
14472
  fill: "none",
14455
14473
  stroke: "currentColor",
14456
14474
  "stroke-linecap": "round",
@@ -14461,14 +14479,14 @@ function render$122(e, t) {
14461
14479
  }
14462
14480
  var folder_open_default = {
14463
14481
  name: "lucide-folder-open",
14464
- render: render$122
14465
- }, _hoisted_1$140 = {
14482
+ render: render$124
14483
+ }, _hoisted_1$142 = {
14466
14484
  viewBox: "0 0 24 24",
14467
14485
  width: "1.2em",
14468
14486
  height: "1.2em"
14469
14487
  };
14470
- function render$121(e, t) {
14471
- return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createBaseVNode("path", {
14488
+ function render$123(e, t) {
14489
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createBaseVNode("path", {
14472
14490
  fill: "none",
14473
14491
  stroke: "currentColor",
14474
14492
  "stroke-linecap": "round",
@@ -14479,14 +14497,14 @@ function render$121(e, t) {
14479
14497
  }
14480
14498
  var folder_plus_default = {
14481
14499
  name: "lucide-folder-plus",
14482
- render: render$121
14483
- }, _hoisted_1$139 = {
14500
+ render: render$123
14501
+ }, _hoisted_1$141 = {
14484
14502
  viewBox: "0 0 24 24",
14485
14503
  width: "1.2em",
14486
14504
  height: "1.2em"
14487
14505
  };
14488
- function render$120(e, t) {
14489
- return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createBaseVNode("path", {
14506
+ function render$122(e, t) {
14507
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createBaseVNode("path", {
14490
14508
  fill: "none",
14491
14509
  stroke: "currentColor",
14492
14510
  "stroke-linecap": "round",
@@ -14497,14 +14515,14 @@ function render$120(e, t) {
14497
14515
  }
14498
14516
  var funnel_default = {
14499
14517
  name: "lucide-funnel",
14500
- render: render$120
14501
- }, _hoisted_1$138 = {
14518
+ render: render$122
14519
+ }, _hoisted_1$140 = {
14502
14520
  viewBox: "0 0 24 24",
14503
14521
  width: "1.2em",
14504
14522
  height: "1.2em"
14505
14523
  };
14506
- function render$119(e, t) {
14507
- return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createBaseVNode("g", {
14524
+ function render$121(e, t) {
14525
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createBaseVNode("g", {
14508
14526
  fill: "none",
14509
14527
  stroke: "currentColor",
14510
14528
  "stroke-linecap": "round",
@@ -14514,14 +14532,14 @@ function render$119(e, t) {
14514
14532
  }
14515
14533
  var gem_default = {
14516
14534
  name: "lucide-gem",
14517
- render: render$119
14518
- }, _hoisted_1$137 = {
14535
+ render: render$121
14536
+ }, _hoisted_1$139 = {
14519
14537
  viewBox: "0 0 24 24",
14520
14538
  width: "1.2em",
14521
14539
  height: "1.2em"
14522
14540
  };
14523
- function render$118(e, t) {
14524
- return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createBaseVNode("g", {
14541
+ function render$120(e, t) {
14542
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createBaseVNode("g", {
14525
14543
  fill: "none",
14526
14544
  stroke: "currentColor",
14527
14545
  "stroke-linecap": "round",
@@ -14537,25 +14555,25 @@ function render$118(e, t) {
14537
14555
  }
14538
14556
  var gift_default = {
14539
14557
  name: "lucide-gift",
14540
- render: render$118
14541
- }, _hoisted_1$136 = {
14558
+ render: render$120
14559
+ }, _hoisted_1$138 = {
14542
14560
  viewBox: "0 0 24 24",
14543
14561
  width: "1.2em",
14544
14562
  height: "1.2em"
14545
14563
  };
14546
- function render$117(e, t) {
14547
- return openBlock(), createElementBlock("svg", _hoisted_1$136, [...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)]]);
14564
+ function render$119(e, t) {
14565
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, [...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)]]);
14548
14566
  }
14549
14567
  var git_branch_default = {
14550
14568
  name: "lucide-git-branch",
14551
- render: render$117
14552
- }, _hoisted_1$135 = {
14569
+ render: render$119
14570
+ }, _hoisted_1$137 = {
14553
14571
  viewBox: "0 0 24 24",
14554
14572
  width: "1.2em",
14555
14573
  height: "1.2em"
14556
14574
  };
14557
- function render$116(e, t) {
14558
- return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createBaseVNode("g", {
14575
+ function render$118(e, t) {
14576
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createBaseVNode("g", {
14559
14577
  fill: "none",
14560
14578
  stroke: "currentColor",
14561
14579
  "stroke-linecap": "round",
@@ -14569,14 +14587,14 @@ function render$116(e, t) {
14569
14587
  }
14570
14588
  var globe_default = {
14571
14589
  name: "lucide-globe",
14572
- render: render$116
14573
- }, _hoisted_1$134 = {
14590
+ render: render$118
14591
+ }, _hoisted_1$136 = {
14574
14592
  viewBox: "0 0 24 24",
14575
14593
  width: "1.2em",
14576
14594
  height: "1.2em"
14577
14595
  };
14578
- function render$115(e, t) {
14579
- return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createBaseVNode("g", {
14596
+ function render$117(e, t) {
14597
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createBaseVNode("g", {
14580
14598
  fill: "none",
14581
14599
  stroke: "currentColor",
14582
14600
  "stroke-linecap": "round",
@@ -14586,14 +14604,14 @@ function render$115(e, t) {
14586
14604
  }
14587
14605
  var graduation_cap_default = {
14588
14606
  name: "lucide-graduation-cap",
14589
- render: render$115
14590
- }, _hoisted_1$133 = {
14607
+ render: render$117
14608
+ }, _hoisted_1$135 = {
14591
14609
  viewBox: "0 0 24 24",
14592
14610
  width: "1.2em",
14593
14611
  height: "1.2em"
14594
14612
  };
14595
- function render$114(e, t) {
14596
- return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createBaseVNode("g", {
14613
+ function render$116(e, t) {
14614
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createBaseVNode("g", {
14597
14615
  fill: "none",
14598
14616
  stroke: "currentColor",
14599
14617
  "stroke-linecap": "round",
@@ -14609,36 +14627,36 @@ function render$114(e, t) {
14609
14627
  }
14610
14628
  var grid_2x2_default = {
14611
14629
  name: "lucide-grid-2x2",
14612
- render: render$114
14613
- }, _hoisted_1$132 = {
14630
+ render: render$116
14631
+ }, _hoisted_1$134 = {
14614
14632
  viewBox: "0 0 24 24",
14615
14633
  width: "1.2em",
14616
14634
  height: "1.2em"
14617
14635
  };
14618
- function render$113(e, t) {
14619
- return openBlock(), createElementBlock("svg", _hoisted_1$132, [...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)]]);
14636
+ function render$115(e, t) {
14637
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, [...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)]]);
14620
14638
  }
14621
14639
  var grip_vertical_default = {
14622
14640
  name: "lucide-grip-vertical",
14623
- render: render$113
14624
- }, _hoisted_1$131 = {
14641
+ render: render$115
14642
+ }, _hoisted_1$133 = {
14625
14643
  viewBox: "0 0 24 24",
14626
14644
  width: "1.2em",
14627
14645
  height: "1.2em"
14628
14646
  };
14629
- function render$112(e, t) {
14630
- 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=\"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)]]);
14647
+ function render$114(e, t) {
14648
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, [...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)]]);
14631
14649
  }
14632
14650
  var hand_coins_default = {
14633
14651
  name: "lucide-hand-coins",
14634
- render: render$112
14635
- }, _hoisted_1$130 = {
14652
+ render: render$114
14653
+ }, _hoisted_1$132 = {
14636
14654
  viewBox: "0 0 24 24",
14637
14655
  width: "1.2em",
14638
14656
  height: "1.2em"
14639
14657
  };
14640
- function render$111(e, t) {
14641
- return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createBaseVNode("g", {
14658
+ function render$113(e, t) {
14659
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createBaseVNode("g", {
14642
14660
  fill: "none",
14643
14661
  stroke: "currentColor",
14644
14662
  "stroke-linecap": "round",
@@ -14652,14 +14670,14 @@ function render$111(e, t) {
14652
14670
  }
14653
14671
  var handshake_default = {
14654
14672
  name: "lucide-handshake",
14655
- render: render$111
14656
- }, _hoisted_1$129 = {
14673
+ render: render$113
14674
+ }, _hoisted_1$131 = {
14657
14675
  viewBox: "0 0 24 24",
14658
14676
  width: "1.2em",
14659
14677
  height: "1.2em"
14660
14678
  };
14661
- function render$110(e, t) {
14662
- return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createBaseVNode("path", {
14679
+ function render$112(e, t) {
14680
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createBaseVNode("path", {
14663
14681
  fill: "none",
14664
14682
  stroke: "currentColor",
14665
14683
  "stroke-linecap": "round",
@@ -14670,14 +14688,14 @@ function render$110(e, t) {
14670
14688
  }
14671
14689
  var hard_drive_default = {
14672
14690
  name: "lucide-hard-drive",
14673
- render: render$110
14674
- }, _hoisted_1$128 = {
14691
+ render: render$112
14692
+ }, _hoisted_1$130 = {
14675
14693
  viewBox: "0 0 24 24",
14676
14694
  width: "1.2em",
14677
14695
  height: "1.2em"
14678
14696
  };
14679
- function render$109(e, t) {
14680
- return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createBaseVNode("g", {
14697
+ function render$111(e, t) {
14698
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createBaseVNode("g", {
14681
14699
  fill: "none",
14682
14700
  stroke: "currentColor",
14683
14701
  "stroke-linecap": "round",
@@ -14697,14 +14715,14 @@ function render$109(e, t) {
14697
14715
  }
14698
14716
  var hard_drive_download_default = {
14699
14717
  name: "lucide-hard-drive-download",
14700
- render: render$109
14701
- }, _hoisted_1$127 = {
14718
+ render: render$111
14719
+ }, _hoisted_1$129 = {
14702
14720
  viewBox: "0 0 24 24",
14703
14721
  width: "1.2em",
14704
14722
  height: "1.2em"
14705
14723
  };
14706
- function render$108(e, t) {
14707
- return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createBaseVNode("path", {
14724
+ function render$110(e, t) {
14725
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createBaseVNode("path", {
14708
14726
  fill: "none",
14709
14727
  stroke: "currentColor",
14710
14728
  "stroke-linecap": "round",
@@ -14715,14 +14733,14 @@ function render$108(e, t) {
14715
14733
  }
14716
14734
  var hash_default = {
14717
14735
  name: "lucide-hash",
14718
- render: render$108
14719
- }, _hoisted_1$126 = {
14736
+ render: render$110
14737
+ }, _hoisted_1$128 = {
14720
14738
  viewBox: "0 0 24 24",
14721
14739
  width: "1.2em",
14722
14740
  height: "1.2em"
14723
14741
  };
14724
- function render$107(e, t) {
14725
- return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createBaseVNode("g", {
14742
+ function render$109(e, t) {
14743
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createBaseVNode("g", {
14726
14744
  fill: "none",
14727
14745
  stroke: "currentColor",
14728
14746
  "stroke-linecap": "round",
@@ -14732,14 +14750,14 @@ function render$107(e, t) {
14732
14750
  }
14733
14751
  var history_default = {
14734
14752
  name: "lucide-history",
14735
- render: render$107
14736
- }, _hoisted_1$125 = {
14753
+ render: render$109
14754
+ }, _hoisted_1$127 = {
14737
14755
  viewBox: "0 0 24 24",
14738
14756
  width: "1.2em",
14739
14757
  height: "1.2em"
14740
14758
  };
14741
- function render$106(e, t) {
14742
- return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createBaseVNode("path", {
14759
+ function render$108(e, t) {
14760
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createBaseVNode("path", {
14743
14761
  fill: "none",
14744
14762
  stroke: "currentColor",
14745
14763
  "stroke-linecap": "round",
@@ -14750,14 +14768,14 @@ function render$106(e, t) {
14750
14768
  }
14751
14769
  var hourglass_default = {
14752
14770
  name: "lucide-hourglass",
14753
- render: render$106
14754
- }, _hoisted_1$124 = {
14771
+ render: render$108
14772
+ }, _hoisted_1$126 = {
14755
14773
  viewBox: "0 0 24 24",
14756
14774
  width: "1.2em",
14757
14775
  height: "1.2em"
14758
14776
  };
14759
- function render$105(e, t) {
14760
- return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createBaseVNode("g", {
14777
+ function render$107(e, t) {
14778
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createBaseVNode("g", {
14761
14779
  fill: "none",
14762
14780
  stroke: "currentColor",
14763
14781
  "stroke-linecap": "round",
@@ -14767,14 +14785,14 @@ function render$105(e, t) {
14767
14785
  }
14768
14786
  var house_default = {
14769
14787
  name: "lucide-house",
14770
- render: render$105
14771
- }, _hoisted_1$123 = {
14788
+ render: render$107
14789
+ }, _hoisted_1$125 = {
14772
14790
  viewBox: "0 0 24 24",
14773
14791
  width: "1.2em",
14774
14792
  height: "1.2em"
14775
14793
  };
14776
- function render$104(e, t) {
14777
- return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createBaseVNode("g", {
14794
+ function render$106(e, t) {
14795
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createBaseVNode("g", {
14778
14796
  fill: "none",
14779
14797
  stroke: "currentColor",
14780
14798
  "stroke-linecap": "round",
@@ -14799,14 +14817,14 @@ function render$104(e, t) {
14799
14817
  }
14800
14818
  var image_default = {
14801
14819
  name: "lucide-image",
14802
- render: render$104
14803
- }, _hoisted_1$122 = {
14820
+ render: render$106
14821
+ }, _hoisted_1$124 = {
14804
14822
  viewBox: "0 0 24 24",
14805
14823
  width: "1.2em",
14806
14824
  height: "1.2em"
14807
14825
  };
14808
- function render$103(e, t) {
14809
- return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createBaseVNode("g", {
14826
+ function render$105(e, t) {
14827
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createBaseVNode("g", {
14810
14828
  fill: "none",
14811
14829
  stroke: "currentColor",
14812
14830
  "stroke-linecap": "round",
@@ -14816,14 +14834,14 @@ function render$103(e, t) {
14816
14834
  }
14817
14835
  var inbox_default = {
14818
14836
  name: "lucide-inbox",
14819
- render: render$103
14820
- }, _hoisted_1$121 = {
14837
+ render: render$105
14838
+ }, _hoisted_1$123 = {
14821
14839
  viewBox: "0 0 24 24",
14822
14840
  width: "1.2em",
14823
14841
  height: "1.2em"
14824
14842
  };
14825
- function render$102(e, t) {
14826
- return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createBaseVNode("g", {
14843
+ function render$104(e, t) {
14844
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createBaseVNode("g", {
14827
14845
  fill: "none",
14828
14846
  stroke: "currentColor",
14829
14847
  "stroke-linecap": "round",
@@ -14837,14 +14855,14 @@ function render$102(e, t) {
14837
14855
  }
14838
14856
  var info_default = {
14839
14857
  name: "lucide-info",
14840
- render: render$102
14841
- }, _hoisted_1$120 = {
14858
+ render: render$104
14859
+ }, _hoisted_1$122 = {
14842
14860
  viewBox: "0 0 24 24",
14843
14861
  width: "1.2em",
14844
14862
  height: "1.2em"
14845
14863
  };
14846
- function render$101(e, t) {
14847
- return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createBaseVNode("g", {
14864
+ function render$103(e, t) {
14865
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createBaseVNode("g", {
14848
14866
  fill: "none",
14849
14867
  stroke: "currentColor",
14850
14868
  "stroke-linecap": "round",
@@ -14859,14 +14877,14 @@ function render$101(e, t) {
14859
14877
  }
14860
14878
  var key_round_default = {
14861
14879
  name: "lucide-key-round",
14862
- render: render$101
14863
- }, _hoisted_1$119 = {
14880
+ render: render$103
14881
+ }, _hoisted_1$121 = {
14864
14882
  viewBox: "0 0 24 24",
14865
14883
  width: "1.2em",
14866
14884
  height: "1.2em"
14867
14885
  };
14868
- function render$100(e, t) {
14869
- return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createBaseVNode("path", {
14886
+ function render$102(e, t) {
14887
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createBaseVNode("path", {
14870
14888
  fill: "none",
14871
14889
  stroke: "currentColor",
14872
14890
  "stroke-linecap": "round",
@@ -14877,14 +14895,14 @@ function render$100(e, t) {
14877
14895
  }
14878
14896
  var languages_default = {
14879
14897
  name: "lucide-languages",
14880
- render: render$100
14881
- }, _hoisted_1$118 = {
14898
+ render: render$102
14899
+ }, _hoisted_1$120 = {
14882
14900
  viewBox: "0 0 24 24",
14883
14901
  width: "1.2em",
14884
14902
  height: "1.2em"
14885
14903
  };
14886
- function render$99(e, t) {
14887
- return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createBaseVNode("g", {
14904
+ function render$101(e, t) {
14905
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createBaseVNode("g", {
14888
14906
  fill: "none",
14889
14907
  stroke: "currentColor",
14890
14908
  "stroke-linecap": "round",
@@ -14898,14 +14916,14 @@ function render$99(e, t) {
14898
14916
  }
14899
14917
  var layers_default = {
14900
14918
  name: "lucide-layers",
14901
- render: render$99
14902
- }, _hoisted_1$117 = {
14919
+ render: render$101
14920
+ }, _hoisted_1$119 = {
14903
14921
  viewBox: "0 0 24 24",
14904
14922
  width: "1.2em",
14905
14923
  height: "1.2em"
14906
14924
  };
14907
- function render$98(e, t) {
14908
- return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createBaseVNode("g", {
14925
+ function render$100(e, t) {
14926
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createBaseVNode("g", {
14909
14927
  fill: "none",
14910
14928
  stroke: "currentColor",
14911
14929
  "stroke-linecap": "round",
@@ -14937,14 +14955,14 @@ function render$98(e, t) {
14937
14955
  }
14938
14956
  var layout_template_default = {
14939
14957
  name: "lucide-layout-template",
14940
- render: render$98
14941
- }, _hoisted_1$116 = {
14958
+ render: render$100
14959
+ }, _hoisted_1$118 = {
14942
14960
  viewBox: "0 0 24 24",
14943
14961
  width: "1.2em",
14944
14962
  height: "1.2em"
14945
14963
  };
14946
- function render$97(e, t) {
14947
- return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createBaseVNode("path", {
14964
+ function render$99(e, t) {
14965
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createBaseVNode("path", {
14948
14966
  fill: "none",
14949
14967
  stroke: "currentColor",
14950
14968
  "stroke-linecap": "round",
@@ -14955,14 +14973,14 @@ function render$97(e, t) {
14955
14973
  }
14956
14974
  var lightbulb_default = {
14957
14975
  name: "lucide-lightbulb",
14958
- render: render$97
14959
- }, _hoisted_1$115 = {
14976
+ render: render$99
14977
+ }, _hoisted_1$117 = {
14960
14978
  viewBox: "0 0 24 24",
14961
14979
  width: "1.2em",
14962
14980
  height: "1.2em"
14963
14981
  };
14964
- function render$96(e, t) {
14965
- return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createBaseVNode("g", {
14982
+ function render$98(e, t) {
14983
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createBaseVNode("g", {
14966
14984
  fill: "none",
14967
14985
  stroke: "currentColor",
14968
14986
  "stroke-linecap": "round",
@@ -14972,14 +14990,14 @@ function render$96(e, t) {
14972
14990
  }
14973
14991
  var link_default = {
14974
14992
  name: "lucide-link",
14975
- render: render$96
14976
- }, _hoisted_1$114 = {
14993
+ render: render$98
14994
+ }, _hoisted_1$116 = {
14977
14995
  viewBox: "0 0 24 24",
14978
14996
  width: "1.2em",
14979
14997
  height: "1.2em"
14980
14998
  };
14981
- function render$95(e, t) {
14982
- return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createBaseVNode("path", {
14999
+ function render$97(e, t) {
15000
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createBaseVNode("path", {
14983
15001
  fill: "none",
14984
15002
  stroke: "currentColor",
14985
15003
  "stroke-linecap": "round",
@@ -14990,14 +15008,14 @@ function render$95(e, t) {
14990
15008
  }
14991
15009
  var list_default = {
14992
15010
  name: "lucide-list",
14993
- render: render$95
14994
- }, _hoisted_1$113 = {
15011
+ render: render$97
15012
+ }, _hoisted_1$115 = {
14995
15013
  viewBox: "0 0 24 24",
14996
15014
  width: "1.2em",
14997
15015
  height: "1.2em"
14998
15016
  };
14999
- function render$94(e, t) {
15000
- return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createBaseVNode("path", {
15017
+ function render$96(e, t) {
15018
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createBaseVNode("path", {
15001
15019
  fill: "none",
15002
15020
  stroke: "currentColor",
15003
15021
  "stroke-linecap": "round",
@@ -15008,14 +15026,14 @@ function render$94(e, t) {
15008
15026
  }
15009
15027
  var list_checks_default = {
15010
15028
  name: "lucide-list-checks",
15011
- render: render$94
15012
- }, _hoisted_1$112 = {
15029
+ render: render$96
15030
+ }, _hoisted_1$114 = {
15013
15031
  viewBox: "0 0 24 24",
15014
15032
  width: "1.2em",
15015
15033
  height: "1.2em"
15016
15034
  };
15017
- function render$93(e, t) {
15018
- return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createBaseVNode("path", {
15035
+ function render$95(e, t) {
15036
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createBaseVNode("path", {
15019
15037
  fill: "none",
15020
15038
  stroke: "currentColor",
15021
15039
  "stroke-linecap": "round",
@@ -15026,14 +15044,14 @@ function render$93(e, t) {
15026
15044
  }
15027
15045
  var loader2_default = {
15028
15046
  name: "lucide-loader2",
15029
- render: render$93
15030
- }, _hoisted_1$111 = {
15047
+ render: render$95
15048
+ }, _hoisted_1$113 = {
15031
15049
  viewBox: "0 0 24 24",
15032
15050
  width: "1.2em",
15033
15051
  height: "1.2em"
15034
15052
  };
15035
- function render$92(e, t) {
15036
- return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createBaseVNode("g", {
15053
+ function render$94(e, t) {
15054
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createBaseVNode("g", {
15037
15055
  fill: "none",
15038
15056
  stroke: "currentColor",
15039
15057
  "stroke-linecap": "round",
@@ -15050,14 +15068,14 @@ function render$92(e, t) {
15050
15068
  }
15051
15069
  var lock_default = {
15052
15070
  name: "lucide-lock",
15053
- render: render$92
15054
- }, _hoisted_1$110 = {
15071
+ render: render$94
15072
+ }, _hoisted_1$112 = {
15055
15073
  viewBox: "0 0 24 24",
15056
15074
  width: "1.2em",
15057
15075
  height: "1.2em"
15058
15076
  };
15059
- function render$91(e, t) {
15060
- return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createBaseVNode("path", {
15077
+ function render$93(e, t) {
15078
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createBaseVNode("path", {
15061
15079
  fill: "none",
15062
15080
  stroke: "currentColor",
15063
15081
  "stroke-linecap": "round",
@@ -15068,14 +15086,14 @@ function render$91(e, t) {
15068
15086
  }
15069
15087
  var log_in_default = {
15070
15088
  name: "lucide-log-in",
15071
- render: render$91
15072
- }, _hoisted_1$109 = {
15089
+ render: render$93
15090
+ }, _hoisted_1$111 = {
15073
15091
  viewBox: "0 0 24 24",
15074
15092
  width: "1.2em",
15075
15093
  height: "1.2em"
15076
15094
  };
15077
- function render$90(e, t) {
15078
- return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createBaseVNode("path", {
15095
+ function render$92(e, t) {
15096
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createBaseVNode("path", {
15079
15097
  fill: "none",
15080
15098
  stroke: "currentColor",
15081
15099
  "stroke-linecap": "round",
@@ -15086,14 +15104,14 @@ function render$90(e, t) {
15086
15104
  }
15087
15105
  var log_out_default = {
15088
15106
  name: "lucide-log-out",
15089
- render: render$90
15090
- }, _hoisted_1$108 = {
15107
+ render: render$92
15108
+ }, _hoisted_1$110 = {
15091
15109
  viewBox: "0 0 24 24",
15092
15110
  width: "1.2em",
15093
15111
  height: "1.2em"
15094
15112
  };
15095
- function render$89(e, t) {
15096
- return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createBaseVNode("g", {
15113
+ function render$91(e, t) {
15114
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createBaseVNode("g", {
15097
15115
  fill: "none",
15098
15116
  stroke: "currentColor",
15099
15117
  "stroke-linecap": "round",
@@ -15109,14 +15127,14 @@ function render$89(e, t) {
15109
15127
  }
15110
15128
  var mail_default = {
15111
15129
  name: "lucide-mail",
15112
- render: render$89
15113
- }, _hoisted_1$107 = {
15130
+ render: render$91
15131
+ }, _hoisted_1$109 = {
15114
15132
  viewBox: "0 0 24 24",
15115
15133
  width: "1.2em",
15116
15134
  height: "1.2em"
15117
15135
  };
15118
- function render$88(e, t) {
15119
- return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createBaseVNode("path", {
15136
+ function render$90(e, t) {
15137
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createBaseVNode("path", {
15120
15138
  fill: "none",
15121
15139
  stroke: "currentColor",
15122
15140
  "stroke-linecap": "round",
@@ -15127,14 +15145,14 @@ function render$88(e, t) {
15127
15145
  }
15128
15146
  var maximize_default = {
15129
15147
  name: "lucide-maximize",
15130
- render: render$88
15131
- }, _hoisted_1$106 = {
15148
+ render: render$90
15149
+ }, _hoisted_1$108 = {
15132
15150
  viewBox: "0 0 24 24",
15133
15151
  width: "1.2em",
15134
15152
  height: "1.2em"
15135
15153
  };
15136
- function render$87(e, t) {
15137
- return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createBaseVNode("path", {
15154
+ function render$89(e, t) {
15155
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createBaseVNode("path", {
15138
15156
  fill: "none",
15139
15157
  stroke: "currentColor",
15140
15158
  "stroke-linecap": "round",
@@ -15145,14 +15163,14 @@ function render$87(e, t) {
15145
15163
  }
15146
15164
  var maximize_2_default = {
15147
15165
  name: "lucide-maximize-2",
15148
- render: render$87
15149
- }, _hoisted_1$105 = {
15166
+ render: render$89
15167
+ }, _hoisted_1$107 = {
15150
15168
  viewBox: "0 0 24 24",
15151
15169
  width: "1.2em",
15152
15170
  height: "1.2em"
15153
15171
  };
15154
- function render$86(e, t) {
15155
- return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createBaseVNode("path", {
15172
+ function render$88(e, t) {
15173
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createBaseVNode("path", {
15156
15174
  fill: "none",
15157
15175
  stroke: "currentColor",
15158
15176
  "stroke-linecap": "round",
@@ -15163,14 +15181,14 @@ function render$86(e, t) {
15163
15181
  }
15164
15182
  var menu_default = {
15165
15183
  name: "lucide-menu",
15166
- render: render$86
15167
- }, _hoisted_1$104 = {
15184
+ render: render$88
15185
+ }, _hoisted_1$106 = {
15168
15186
  viewBox: "0 0 24 24",
15169
15187
  width: "1.2em",
15170
15188
  height: "1.2em"
15171
15189
  };
15172
- function render$85(e, t) {
15173
- return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createBaseVNode("path", {
15190
+ function render$87(e, t) {
15191
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createBaseVNode("path", {
15174
15192
  fill: "none",
15175
15193
  stroke: "currentColor",
15176
15194
  "stroke-linecap": "round",
@@ -15181,14 +15199,14 @@ function render$85(e, t) {
15181
15199
  }
15182
15200
  var message_circle_default = {
15183
15201
  name: "lucide-message-circle",
15184
- render: render$85
15185
- }, _hoisted_1$103 = {
15202
+ render: render$87
15203
+ }, _hoisted_1$105 = {
15186
15204
  viewBox: "0 0 24 24",
15187
15205
  width: "1.2em",
15188
15206
  height: "1.2em"
15189
15207
  };
15190
- function render$84(e, t) {
15191
- return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createBaseVNode("path", {
15208
+ function render$86(e, t) {
15209
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createBaseVNode("path", {
15192
15210
  fill: "none",
15193
15211
  stroke: "currentColor",
15194
15212
  "stroke-linecap": "round",
@@ -15199,14 +15217,14 @@ function render$84(e, t) {
15199
15217
  }
15200
15218
  var message_square_default = {
15201
15219
  name: "lucide-message-square",
15202
- render: render$84
15203
- }, _hoisted_1$102 = {
15220
+ render: render$86
15221
+ }, _hoisted_1$104 = {
15204
15222
  viewBox: "0 0 24 24",
15205
15223
  width: "1.2em",
15206
15224
  height: "1.2em"
15207
15225
  };
15208
- function render$83(e, t) {
15209
- return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createBaseVNode("path", {
15226
+ function render$85(e, t) {
15227
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createBaseVNode("path", {
15210
15228
  fill: "none",
15211
15229
  stroke: "currentColor",
15212
15230
  "stroke-linecap": "round",
@@ -15217,14 +15235,14 @@ function render$83(e, t) {
15217
15235
  }
15218
15236
  var message_square_plus_default = {
15219
15237
  name: "lucide-message-square-plus",
15220
- render: render$83
15221
- }, _hoisted_1$101 = {
15238
+ render: render$85
15239
+ }, _hoisted_1$103 = {
15222
15240
  viewBox: "0 0 24 24",
15223
15241
  width: "1.2em",
15224
15242
  height: "1.2em"
15225
15243
  };
15226
- function render$82(e, t) {
15227
- return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createBaseVNode("path", {
15244
+ function render$84(e, t) {
15245
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createBaseVNode("path", {
15228
15246
  fill: "none",
15229
15247
  stroke: "currentColor",
15230
15248
  "stroke-linecap": "round",
@@ -15235,14 +15253,14 @@ function render$82(e, t) {
15235
15253
  }
15236
15254
  var messages_square_default = {
15237
15255
  name: "lucide-messages-square",
15238
- render: render$82
15239
- }, _hoisted_1$100 = {
15256
+ render: render$84
15257
+ }, _hoisted_1$102 = {
15240
15258
  viewBox: "0 0 24 24",
15241
15259
  width: "1.2em",
15242
15260
  height: "1.2em"
15243
15261
  };
15244
- function render$81(e, t) {
15245
- return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createBaseVNode("g", {
15262
+ function render$83(e, t) {
15263
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createBaseVNode("g", {
15246
15264
  fill: "none",
15247
15265
  stroke: "currentColor",
15248
15266
  "stroke-linecap": "round",
@@ -15258,14 +15276,14 @@ function render$81(e, t) {
15258
15276
  }
15259
15277
  var mic_default = {
15260
15278
  name: "lucide-mic",
15261
- render: render$81
15262
- }, _hoisted_1$99 = {
15279
+ render: render$83
15280
+ }, _hoisted_1$101 = {
15263
15281
  viewBox: "0 0 24 24",
15264
15282
  width: "1.2em",
15265
15283
  height: "1.2em"
15266
15284
  };
15267
- function render$80(e, t) {
15268
- return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createBaseVNode("path", {
15285
+ function render$82(e, t) {
15286
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createBaseVNode("path", {
15269
15287
  fill: "none",
15270
15288
  stroke: "currentColor",
15271
15289
  "stroke-linecap": "round",
@@ -15276,14 +15294,14 @@ function render$80(e, t) {
15276
15294
  }
15277
15295
  var milestone_default = {
15278
15296
  name: "lucide-milestone",
15279
- render: render$80
15280
- }, _hoisted_1$98 = {
15297
+ render: render$82
15298
+ }, _hoisted_1$100 = {
15281
15299
  viewBox: "0 0 24 24",
15282
15300
  width: "1.2em",
15283
15301
  height: "1.2em"
15284
15302
  };
15285
- function render$79(e, t) {
15286
- return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createBaseVNode("path", {
15303
+ function render$81(e, t) {
15304
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createBaseVNode("path", {
15287
15305
  fill: "none",
15288
15306
  stroke: "currentColor",
15289
15307
  "stroke-linecap": "round",
@@ -15294,14 +15312,14 @@ function render$79(e, t) {
15294
15312
  }
15295
15313
  var minimize_2_default = {
15296
15314
  name: "lucide-minimize-2",
15297
- render: render$79
15298
- }, _hoisted_1$97 = {
15315
+ render: render$81
15316
+ }, _hoisted_1$99 = {
15299
15317
  viewBox: "0 0 24 24",
15300
15318
  width: "1.2em",
15301
15319
  height: "1.2em"
15302
15320
  };
15303
- function render$78(e, t) {
15304
- return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createBaseVNode("path", {
15321
+ function render$80(e, t) {
15322
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createBaseVNode("path", {
15305
15323
  fill: "none",
15306
15324
  stroke: "currentColor",
15307
15325
  "stroke-linecap": "round",
@@ -15312,14 +15330,14 @@ function render$78(e, t) {
15312
15330
  }
15313
15331
  var minus_default = {
15314
15332
  name: "lucide-minus",
15315
- render: render$78
15316
- }, _hoisted_1$96 = {
15333
+ render: render$80
15334
+ }, _hoisted_1$98 = {
15317
15335
  viewBox: "0 0 24 24",
15318
15336
  width: "1.2em",
15319
15337
  height: "1.2em"
15320
15338
  };
15321
- function render$77(e, t) {
15322
- return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createBaseVNode("path", {
15339
+ function render$79(e, t) {
15340
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createBaseVNode("path", {
15323
15341
  fill: "none",
15324
15342
  stroke: "currentColor",
15325
15343
  "stroke-linecap": "round",
@@ -15330,25 +15348,25 @@ function render$77(e, t) {
15330
15348
  }
15331
15349
  var mouse_pointer_default = {
15332
15350
  name: "lucide-mouse-pointer",
15333
- render: render$77
15334
- }, _hoisted_1$95 = {
15351
+ render: render$79
15352
+ }, _hoisted_1$97 = {
15335
15353
  viewBox: "0 0 24 24",
15336
15354
  width: "1.2em",
15337
15355
  height: "1.2em"
15338
15356
  };
15339
- function render$76(e, t) {
15340
- return openBlock(), createElementBlock("svg", _hoisted_1$95, [...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)]]);
15357
+ function render$78(e, t) {
15358
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, [...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)]]);
15341
15359
  }
15342
15360
  var network_default = {
15343
15361
  name: "lucide-network",
15344
- render: render$76
15345
- }, _hoisted_1$94 = {
15362
+ render: render$78
15363
+ }, _hoisted_1$96 = {
15346
15364
  viewBox: "0 0 24 24",
15347
15365
  width: "1.2em",
15348
15366
  height: "1.2em"
15349
15367
  };
15350
- function render$75(e, t) {
15351
- return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createBaseVNode("g", {
15368
+ function render$77(e, t) {
15369
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createBaseVNode("g", {
15352
15370
  fill: "none",
15353
15371
  stroke: "currentColor",
15354
15372
  "stroke-linecap": "round",
@@ -15358,14 +15376,14 @@ function render$75(e, t) {
15358
15376
  }
15359
15377
  var notebook_pen_default = {
15360
15378
  name: "lucide-notebook-pen",
15361
- render: render$75
15362
- }, _hoisted_1$93 = {
15379
+ render: render$77
15380
+ }, _hoisted_1$95 = {
15363
15381
  viewBox: "0 0 24 24",
15364
15382
  width: "1.2em",
15365
15383
  height: "1.2em"
15366
15384
  };
15367
- function render$74(e, t) {
15368
- return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createBaseVNode("g", {
15385
+ function render$76(e, t) {
15386
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createBaseVNode("g", {
15369
15387
  fill: "none",
15370
15388
  stroke: "currentColor",
15371
15389
  "stroke-linecap": "round",
@@ -15379,25 +15397,25 @@ function render$74(e, t) {
15379
15397
  }
15380
15398
  var package_open_default = {
15381
15399
  name: "lucide-package-open",
15382
- render: render$74
15383
- }, _hoisted_1$92 = {
15400
+ render: render$76
15401
+ }, _hoisted_1$94 = {
15384
15402
  viewBox: "0 0 24 24",
15385
15403
  width: "1.2em",
15386
15404
  height: "1.2em"
15387
15405
  };
15388
- function render$73(e, t) {
15389
- return openBlock(), createElementBlock("svg", _hoisted_1$92, [...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)]]);
15406
+ function render$75(e, t) {
15407
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, [...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)]]);
15390
15408
  }
15391
15409
  var palette_default = {
15392
15410
  name: "lucide-palette",
15393
- render: render$73
15394
- }, _hoisted_1$91 = {
15411
+ render: render$75
15412
+ }, _hoisted_1$93 = {
15395
15413
  viewBox: "0 0 24 24",
15396
15414
  width: "1.2em",
15397
15415
  height: "1.2em"
15398
15416
  };
15399
- function render$72(e, t) {
15400
- return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createBaseVNode("g", {
15417
+ function render$74(e, t) {
15418
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createBaseVNode("g", {
15401
15419
  fill: "none",
15402
15420
  stroke: "currentColor",
15403
15421
  "stroke-linecap": "round",
@@ -15413,14 +15431,14 @@ function render$72(e, t) {
15413
15431
  }
15414
15432
  var panel_left_default = {
15415
15433
  name: "lucide-panel-left",
15416
- render: render$72
15417
- }, _hoisted_1$90 = {
15434
+ render: render$74
15435
+ }, _hoisted_1$92 = {
15418
15436
  viewBox: "0 0 24 24",
15419
15437
  width: "1.2em",
15420
15438
  height: "1.2em"
15421
15439
  };
15422
- function render$71(e, t) {
15423
- return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createBaseVNode("g", {
15440
+ function render$73(e, t) {
15441
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createBaseVNode("g", {
15424
15442
  fill: "none",
15425
15443
  stroke: "currentColor",
15426
15444
  "stroke-linecap": "round",
@@ -15436,14 +15454,14 @@ function render$71(e, t) {
15436
15454
  }
15437
15455
  var panel_right_default = {
15438
15456
  name: "lucide-panel-right",
15439
- render: render$71
15440
- }, _hoisted_1$89 = {
15457
+ render: render$73
15458
+ }, _hoisted_1$91 = {
15441
15459
  viewBox: "0 0 24 24",
15442
15460
  width: "1.2em",
15443
15461
  height: "1.2em"
15444
15462
  };
15445
- function render$70(e, t) {
15446
- return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createBaseVNode("path", {
15463
+ function render$72(e, t) {
15464
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createBaseVNode("path", {
15447
15465
  fill: "none",
15448
15466
  stroke: "currentColor",
15449
15467
  "stroke-linecap": "round",
@@ -15454,14 +15472,14 @@ function render$70(e, t) {
15454
15472
  }
15455
15473
  var paperclip_default = {
15456
15474
  name: "lucide-paperclip",
15457
- render: render$70
15458
- }, _hoisted_1$88 = {
15475
+ render: render$72
15476
+ }, _hoisted_1$90 = {
15459
15477
  viewBox: "0 0 24 24",
15460
15478
  width: "1.2em",
15461
15479
  height: "1.2em"
15462
15480
  };
15463
- function render$69(e, t) {
15464
- return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createBaseVNode("g", {
15481
+ function render$71(e, t) {
15482
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createBaseVNode("g", {
15465
15483
  fill: "none",
15466
15484
  stroke: "currentColor",
15467
15485
  "stroke-linecap": "round",
@@ -15483,14 +15501,14 @@ function render$69(e, t) {
15483
15501
  }
15484
15502
  var pause_default = {
15485
15503
  name: "lucide-pause",
15486
- render: render$69
15487
- }, _hoisted_1$87 = {
15504
+ render: render$71
15505
+ }, _hoisted_1$89 = {
15488
15506
  viewBox: "0 0 24 24",
15489
15507
  width: "1.2em",
15490
15508
  height: "1.2em"
15491
15509
  };
15492
- function render$68(e, t) {
15493
- return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createBaseVNode("path", {
15510
+ function render$70(e, t) {
15511
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createBaseVNode("path", {
15494
15512
  fill: "none",
15495
15513
  stroke: "currentColor",
15496
15514
  "stroke-linecap": "round",
@@ -15501,14 +15519,14 @@ function render$68(e, t) {
15501
15519
  }
15502
15520
  var pen_default = {
15503
15521
  name: "lucide-pen",
15504
- render: render$68
15505
- }, _hoisted_1$86 = {
15522
+ render: render$70
15523
+ }, _hoisted_1$88 = {
15506
15524
  viewBox: "0 0 24 24",
15507
15525
  width: "1.2em",
15508
15526
  height: "1.2em"
15509
15527
  };
15510
- function render$67(e, t) {
15511
- return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createBaseVNode("path", {
15528
+ function render$69(e, t) {
15529
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createBaseVNode("path", {
15512
15530
  fill: "none",
15513
15531
  stroke: "currentColor",
15514
15532
  "stroke-linecap": "round",
@@ -15519,14 +15537,14 @@ function render$67(e, t) {
15519
15537
  }
15520
15538
  var pencil_default = {
15521
15539
  name: "lucide-pencil",
15522
- render: render$67
15523
- }, _hoisted_1$85 = {
15540
+ render: render$69
15541
+ }, _hoisted_1$87 = {
15524
15542
  viewBox: "0 0 24 24",
15525
15543
  width: "1.2em",
15526
15544
  height: "1.2em"
15527
15545
  };
15528
- function render$66(e, t) {
15529
- return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createBaseVNode("path", {
15546
+ function render$68(e, t) {
15547
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createBaseVNode("path", {
15530
15548
  fill: "none",
15531
15549
  stroke: "currentColor",
15532
15550
  "stroke-linecap": "round",
@@ -15537,14 +15555,14 @@ function render$66(e, t) {
15537
15555
  }
15538
15556
  var pin_default = {
15539
15557
  name: "lucide-pin",
15540
- render: render$66
15541
- }, _hoisted_1$84 = {
15558
+ render: render$68
15559
+ }, _hoisted_1$86 = {
15542
15560
  viewBox: "0 0 24 24",
15543
15561
  width: "1.2em",
15544
15562
  height: "1.2em"
15545
15563
  };
15546
- function render$65(e, t) {
15547
- return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createBaseVNode("path", {
15564
+ function render$67(e, t) {
15565
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createBaseVNode("path", {
15548
15566
  fill: "none",
15549
15567
  stroke: "currentColor",
15550
15568
  "stroke-linecap": "round",
@@ -15555,14 +15573,14 @@ function render$65(e, t) {
15555
15573
  }
15556
15574
  var play_default = {
15557
15575
  name: "lucide-play",
15558
- render: render$65
15559
- }, _hoisted_1$83 = {
15576
+ render: render$67
15577
+ }, _hoisted_1$85 = {
15560
15578
  viewBox: "0 0 24 24",
15561
15579
  width: "1.2em",
15562
15580
  height: "1.2em"
15563
15581
  };
15564
- function render$64(e, t) {
15565
- return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createBaseVNode("path", {
15582
+ function render$66(e, t) {
15583
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createBaseVNode("path", {
15566
15584
  fill: "none",
15567
15585
  stroke: "currentColor",
15568
15586
  "stroke-linecap": "round",
@@ -15573,14 +15591,14 @@ function render$64(e, t) {
15573
15591
  }
15574
15592
  var plug_default = {
15575
15593
  name: "lucide-plug",
15576
- render: render$64
15577
- }, _hoisted_1$82 = {
15594
+ render: render$66
15595
+ }, _hoisted_1$84 = {
15578
15596
  viewBox: "0 0 24 24",
15579
15597
  width: "1.2em",
15580
15598
  height: "1.2em"
15581
15599
  };
15582
- function render$63(e, t) {
15583
- return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createBaseVNode("path", {
15600
+ function render$65(e, t) {
15601
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createBaseVNode("path", {
15584
15602
  fill: "none",
15585
15603
  stroke: "currentColor",
15586
15604
  "stroke-linecap": "round",
@@ -15591,14 +15609,14 @@ function render$63(e, t) {
15591
15609
  }
15592
15610
  var plus_default = {
15593
15611
  name: "lucide-plus",
15594
- render: render$63
15595
- }, _hoisted_1$81 = {
15612
+ render: render$65
15613
+ }, _hoisted_1$83 = {
15596
15614
  viewBox: "0 0 24 24",
15597
15615
  width: "1.2em",
15598
15616
  height: "1.2em"
15599
15617
  };
15600
- function render$62(e, t) {
15601
- return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createBaseVNode("g", {
15618
+ function render$64(e, t) {
15619
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createBaseVNode("g", {
15602
15620
  fill: "none",
15603
15621
  stroke: "currentColor",
15604
15622
  "stroke-linecap": "round",
@@ -15608,14 +15626,14 @@ function render$62(e, t) {
15608
15626
  }
15609
15627
  var pocket_knife_default = {
15610
15628
  name: "lucide-pocket-knife",
15611
- render: render$62
15612
- }, _hoisted_1$80 = {
15629
+ render: render$64
15630
+ }, _hoisted_1$82 = {
15613
15631
  viewBox: "0 0 24 24",
15614
15632
  width: "1.2em",
15615
15633
  height: "1.2em"
15616
15634
  };
15617
- function render$61(e, t) {
15618
- return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createBaseVNode("path", {
15635
+ function render$63(e, t) {
15636
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createBaseVNode("path", {
15619
15637
  fill: "none",
15620
15638
  stroke: "currentColor",
15621
15639
  "stroke-linecap": "round",
@@ -15626,14 +15644,14 @@ function render$61(e, t) {
15626
15644
  }
15627
15645
  var power_default = {
15628
15646
  name: "lucide-power",
15629
- render: render$61
15630
- }, _hoisted_1$79 = {
15647
+ render: render$63
15648
+ }, _hoisted_1$81 = {
15631
15649
  viewBox: "0 0 24 24",
15632
15650
  width: "1.2em",
15633
15651
  height: "1.2em"
15634
15652
  };
15635
- function render$60(e, t) {
15636
- return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createBaseVNode("g", {
15653
+ function render$62(e, t) {
15654
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createBaseVNode("g", {
15637
15655
  fill: "none",
15638
15656
  stroke: "currentColor",
15639
15657
  "stroke-linecap": "round",
@@ -15643,14 +15661,14 @@ function render$60(e, t) {
15643
15661
  }
15644
15662
  var redo_2_default = {
15645
15663
  name: "lucide-redo-2",
15646
- render: render$60
15647
- }, _hoisted_1$78 = {
15664
+ render: render$62
15665
+ }, _hoisted_1$80 = {
15648
15666
  viewBox: "0 0 24 24",
15649
15667
  width: "1.2em",
15650
15668
  height: "1.2em"
15651
15669
  };
15652
- function render$59(e, t) {
15653
- return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createBaseVNode("g", {
15670
+ function render$61(e, t) {
15671
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createBaseVNode("g", {
15654
15672
  fill: "none",
15655
15673
  stroke: "currentColor",
15656
15674
  "stroke-linecap": "round",
@@ -15664,14 +15682,14 @@ function render$59(e, t) {
15664
15682
  }
15665
15683
  var refresh_cw_default = {
15666
15684
  name: "lucide-refresh-cw",
15667
- render: render$59
15668
- }, _hoisted_1$77 = {
15685
+ render: render$61
15686
+ }, _hoisted_1$79 = {
15669
15687
  viewBox: "0 0 24 24",
15670
15688
  width: "1.2em",
15671
15689
  height: "1.2em"
15672
15690
  };
15673
- function render$58(e, t) {
15674
- return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createBaseVNode("path", {
15691
+ function render$60(e, t) {
15692
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createBaseVNode("path", {
15675
15693
  fill: "none",
15676
15694
  stroke: "currentColor",
15677
15695
  "stroke-linecap": "round",
@@ -15682,14 +15700,14 @@ function render$58(e, t) {
15682
15700
  }
15683
15701
  var remove_formatting_default = {
15684
15702
  name: "lucide-remove-formatting",
15685
- render: render$58
15686
- }, _hoisted_1$76 = {
15703
+ render: render$60
15704
+ }, _hoisted_1$78 = {
15687
15705
  viewBox: "0 0 24 24",
15688
15706
  width: "1.2em",
15689
15707
  height: "1.2em"
15690
15708
  };
15691
- function render$57(e, t) {
15692
- return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createBaseVNode("g", {
15709
+ function render$59(e, t) {
15710
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createBaseVNode("g", {
15693
15711
  fill: "none",
15694
15712
  stroke: "currentColor",
15695
15713
  "stroke-linecap": "round",
@@ -15703,14 +15721,14 @@ function render$57(e, t) {
15703
15721
  }
15704
15722
  var rss_default = {
15705
15723
  name: "lucide-rss",
15706
- render: render$57
15707
- }, _hoisted_1$75 = {
15724
+ render: render$59
15725
+ }, _hoisted_1$77 = {
15708
15726
  viewBox: "0 0 24 24",
15709
15727
  width: "1.2em",
15710
15728
  height: "1.2em"
15711
15729
  };
15712
- function render$56(e, t) {
15713
- return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createBaseVNode("path", {
15730
+ function render$58(e, t) {
15731
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createBaseVNode("path", {
15714
15732
  fill: "none",
15715
15733
  stroke: "currentColor",
15716
15734
  "stroke-linecap": "round",
@@ -15721,14 +15739,14 @@ function render$56(e, t) {
15721
15739
  }
15722
15740
  var satellite_dish_default = {
15723
15741
  name: "lucide-satellite-dish",
15724
- render: render$56
15725
- }, _hoisted_1$74 = {
15742
+ render: render$58
15743
+ }, _hoisted_1$76 = {
15726
15744
  viewBox: "0 0 24 24",
15727
15745
  width: "1.2em",
15728
15746
  height: "1.2em"
15729
15747
  };
15730
- function render$55(e, t) {
15731
- return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createBaseVNode("g", {
15748
+ function render$57(e, t) {
15749
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createBaseVNode("g", {
15732
15750
  fill: "none",
15733
15751
  stroke: "currentColor",
15734
15752
  "stroke-linecap": "round",
@@ -15738,14 +15756,14 @@ function render$55(e, t) {
15738
15756
  }
15739
15757
  var save_default = {
15740
15758
  name: "lucide-save",
15741
- render: render$55
15742
- }, _hoisted_1$73 = {
15759
+ render: render$57
15760
+ }, _hoisted_1$75 = {
15743
15761
  viewBox: "0 0 24 24",
15744
15762
  width: "1.2em",
15745
15763
  height: "1.2em"
15746
15764
  };
15747
- function render$54(e, t) {
15748
- return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createBaseVNode("path", {
15765
+ function render$56(e, t) {
15766
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createBaseVNode("path", {
15749
15767
  fill: "none",
15750
15768
  stroke: "currentColor",
15751
15769
  "stroke-linecap": "round",
@@ -15756,25 +15774,42 @@ function render$54(e, t) {
15756
15774
  }
15757
15775
  var scale_default = {
15758
15776
  name: "lucide-scale",
15759
- render: render$54
15760
- }, _hoisted_1$72 = {
15777
+ render: render$56
15778
+ }, _hoisted_1$74 = {
15761
15779
  viewBox: "0 0 24 24",
15762
15780
  width: "1.2em",
15763
15781
  height: "1.2em"
15764
15782
  };
15765
- function render$53(e, t) {
15766
- return openBlock(), createElementBlock("svg", _hoisted_1$72, [...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)]]);
15783
+ function render$55(e, t) {
15784
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, [...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)]]);
15767
15785
  }
15768
15786
  var scissors_default = {
15769
15787
  name: "lucide-scissors",
15770
- render: render$53
15771
- }, _hoisted_1$71 = {
15788
+ render: render$55
15789
+ }, _hoisted_1$73 = {
15772
15790
  viewBox: "0 0 24 24",
15773
15791
  width: "1.2em",
15774
15792
  height: "1.2em"
15775
15793
  };
15776
- function render$52(e, t) {
15777
- return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createBaseVNode("g", {
15794
+ function render$54(e, t) {
15795
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createBaseVNode("g", {
15796
+ fill: "none",
15797
+ stroke: "currentColor",
15798
+ "stroke-linecap": "round",
15799
+ "stroke-linejoin": "round",
15800
+ "stroke-width": "2"
15801
+ }, [createBaseVNode("path", { d: "M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4" }), createBaseVNode("path", { d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" })], -1)]]);
15802
+ }
15803
+ var scroll_text_default = {
15804
+ name: "lucide-scroll-text",
15805
+ render: render$54
15806
+ }, _hoisted_1$72 = {
15807
+ viewBox: "0 0 24 24",
15808
+ width: "1.2em",
15809
+ height: "1.2em"
15810
+ };
15811
+ function render$53(e, t) {
15812
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createBaseVNode("g", {
15778
15813
  fill: "none",
15779
15814
  stroke: "currentColor",
15780
15815
  "stroke-linecap": "round",
@@ -15788,14 +15823,14 @@ function render$52(e, t) {
15788
15823
  }
15789
15824
  var search_default = {
15790
15825
  name: "lucide-search",
15791
- render: render$52
15792
- }, _hoisted_1$70 = {
15826
+ render: render$53
15827
+ }, _hoisted_1$71 = {
15793
15828
  viewBox: "0 0 24 24",
15794
15829
  width: "1.2em",
15795
15830
  height: "1.2em"
15796
15831
  };
15797
- function render$51(e, t) {
15798
- return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createBaseVNode("path", {
15832
+ function render$52(e, t) {
15833
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createBaseVNode("path", {
15799
15834
  fill: "none",
15800
15835
  stroke: "currentColor",
15801
15836
  "stroke-linecap": "round",
@@ -15806,14 +15841,14 @@ function render$51(e, t) {
15806
15841
  }
15807
15842
  var send_default = {
15808
15843
  name: "lucide-send",
15809
- render: render$51
15810
- }, _hoisted_1$69 = {
15844
+ render: render$52
15845
+ }, _hoisted_1$70 = {
15811
15846
  viewBox: "0 0 24 24",
15812
15847
  width: "1.2em",
15813
15848
  height: "1.2em"
15814
15849
  };
15815
- function render$50(e, t) {
15816
- return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createBaseVNode("g", {
15850
+ function render$51(e, t) {
15851
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createBaseVNode("g", {
15817
15852
  fill: "none",
15818
15853
  stroke: "currentColor",
15819
15854
  "stroke-linecap": "round",
@@ -15841,14 +15876,14 @@ function render$50(e, t) {
15841
15876
  }
15842
15877
  var server_default = {
15843
15878
  name: "lucide-server",
15844
- render: render$50
15845
- }, _hoisted_1$68 = {
15879
+ render: render$51
15880
+ }, _hoisted_1$69 = {
15846
15881
  viewBox: "0 0 24 24",
15847
15882
  width: "1.2em",
15848
15883
  height: "1.2em"
15849
15884
  };
15850
- function render$49(e, t) {
15851
- return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createBaseVNode("g", {
15885
+ function render$50(e, t) {
15886
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createBaseVNode("g", {
15852
15887
  fill: "none",
15853
15888
  stroke: "currentColor",
15854
15889
  "stroke-linecap": "round",
@@ -15862,14 +15897,14 @@ function render$49(e, t) {
15862
15897
  }
15863
15898
  var settings_default = {
15864
15899
  name: "lucide-settings",
15865
- render: render$49
15866
- }, _hoisted_1$67 = {
15900
+ render: render$50
15901
+ }, _hoisted_1$68 = {
15867
15902
  viewBox: "0 0 24 24",
15868
15903
  width: "1.2em",
15869
15904
  height: "1.2em"
15870
15905
  };
15871
- function render$48(e, t) {
15872
- return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createBaseVNode("g", {
15906
+ function render$49(e, t) {
15907
+ return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createBaseVNode("g", {
15873
15908
  fill: "none",
15874
15909
  stroke: "currentColor",
15875
15910
  "stroke-linecap": "round",
@@ -15891,6 +15926,24 @@ function render$48(e, t) {
15891
15926
  }
15892
15927
  var settings_2_default = {
15893
15928
  name: "lucide-settings-2",
15929
+ render: render$49
15930
+ }, _hoisted_1$67 = {
15931
+ viewBox: "0 0 24 24",
15932
+ width: "1.2em",
15933
+ height: "1.2em"
15934
+ };
15935
+ function render$48(e, t) {
15936
+ return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createBaseVNode("path", {
15937
+ fill: "none",
15938
+ stroke: "currentColor",
15939
+ "stroke-linecap": "round",
15940
+ "stroke-linejoin": "round",
15941
+ "stroke-width": "2",
15942
+ d: "M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"
15943
+ }, null, -1)]]);
15944
+ }
15945
+ var share_default = {
15946
+ name: "lucide-share",
15894
15947
  render: render$48
15895
15948
  }, _hoisted_1$66 = {
15896
15949
  viewBox: "0 0 24 24",
@@ -15904,11 +15957,11 @@ function render$47(e, t) {
15904
15957
  "stroke-linecap": "round",
15905
15958
  "stroke-linejoin": "round",
15906
15959
  "stroke-width": "2",
15907
- d: "M12 2v13m4-9l-4-4l-4 4m-4 6v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"
15960
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
15908
15961
  }, null, -1)]]);
15909
15962
  }
15910
- var share_default = {
15911
- name: "lucide-share",
15963
+ var shield_default = {
15964
+ name: "lucide-shield",
15912
15965
  render: render$47
15913
15966
  }, _hoisted_1$65 = {
15914
15967
  viewBox: "0 0 24 24",
@@ -17198,12 +17251,14 @@ const deprecatedIconSet = {
17198
17251
  save: save_default,
17199
17252
  scale: scale_default,
17200
17253
  scissors: scissors_default,
17254
+ "scroll-text": scroll_text_default,
17201
17255
  search: search_default,
17202
17256
  settings: settings_default,
17203
17257
  settings2: settings_2_default,
17204
17258
  send: send_default,
17205
17259
  server: server_default,
17206
17260
  share: share_default,
17261
+ shield: shield_default,
17207
17262
  "sliders-horizontal": sliders_horizontal_default,
17208
17263
  "shield-half": shield_half_default,
17209
17264
  smile: smile_default,
@@ -17247,7 +17302,8 @@ const deprecatedIconSet = {
17247
17302
  zap: zap_default,
17248
17303
  "zoom-in": zoom_in_default,
17249
17304
  "zoom-out": zoom_out_default,
17250
- loader: loader2_default
17305
+ loader: loader2_default,
17306
+ "quick-connect": flame_default
17251
17307
  };
17252
17308
  var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
17253
17309
  name: "N8nIcon",