@n8n/chat 1.11.0 → 1.12.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.11.0 */
1
+ /*! Package version @n8n/chat@1.12.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 i = {};
4
4
  for (var o in e) __defProp$1(i, o, {
@@ -4098,7 +4098,7 @@ var defineSSRCustomElement = ((e, t) => /* @__PURE__ */ defineCustomElement(e, t
4098
4098
  }
4099
4099
  _update() {
4100
4100
  let e = this._createVNode();
4101
- this._app && (e.appContext = this._app._context), render$220(e, this._root);
4101
+ this._app && (e.appContext = this._app._context), render$222(e, this._root);
4102
4102
  }
4103
4103
  _createVNode() {
4104
4104
  let e = {};
@@ -4470,7 +4470,7 @@ function ensureRenderer() {
4470
4470
  function ensureHydrationRenderer() {
4471
4471
  return renderer = enabledHydration ? renderer : createHydrationRenderer(rendererOptions), enabledHydration = !0, renderer;
4472
4472
  }
4473
- var render$220 = ((...e) => {
4473
+ var render$222 = ((...e) => {
4474
4474
  ensureRenderer().render(...e);
4475
4475
  }), hydrate = ((...e) => {
4476
4476
  ensureHydrationRenderer().hydrate(...e);
@@ -4614,7 +4614,7 @@ var ssrDirectiveInitialized = !1, initDirectivesForSSR = () => {
4614
4614
  readonly: () => readonly,
4615
4615
  ref: () => ref,
4616
4616
  registerRuntimeCompiler: () => registerRuntimeCompiler,
4617
- render: () => render$220,
4617
+ render: () => render$222,
4618
4618
  renderList: () => renderList,
4619
4619
  renderSlot: () => renderSlot,
4620
4620
  resolveComponent: () => resolveComponent,
@@ -13787,38 +13787,38 @@ const ChatPlugin = { install(e, t) {
13787
13787
  };
13788
13788
  e.provide(ChatSymbol, f), e.config.globalProperties.$chat = f;
13789
13789
  } };
13790
- var _hoisted_1$246 = {
13790
+ var _hoisted_1$248 = {
13791
13791
  viewBox: "0 0 24 24",
13792
13792
  width: "1.2em",
13793
13793
  height: "1.2em"
13794
13794
  };
13795
- function render$219(e, t) {
13796
- return openBlock(), createElementBlock("svg", _hoisted_1$246, [...t[0] ||= [createBaseVNode("path", {
13795
+ function render$221(e, t) {
13796
+ return openBlock(), createElementBlock("svg", _hoisted_1$248, [...t[0] ||= [createBaseVNode("path", {
13797
13797
  fill: "currentColor",
13798
13798
  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"
13799
13799
  }, null, -1)]]);
13800
13800
  }
13801
13801
  var close_default = {
13802
13802
  name: "mdi-close",
13803
- render: render$219
13804
- }, _hoisted_1$245 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
13803
+ render: render$221
13804
+ }, _hoisted_1$247 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
13805
13805
  __name: "GetStarted",
13806
13806
  setup(e) {
13807
13807
  let { t } = useI18n();
13808
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$245, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
13808
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$247, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
13809
13809
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
13810
13810
  _: 1
13811
13811
  })]));
13812
13812
  }
13813
- }), _sfc_main$8 = {}, _hoisted_1$244 = { class: "chat-powered-by" };
13813
+ }), _sfc_main$8 = {}, _hoisted_1$246 = { class: "chat-powered-by" };
13814
13814
  function _sfc_render$8(e, t) {
13815
- return openBlock(), createElementBlock("div", _hoisted_1$244, [...t[0] ||= [createTextVNode(" Powered by ", -1), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
13815
+ return openBlock(), createElementBlock("div", _hoisted_1$246, [...t[0] ||= [createTextVNode(" Powered by ", -1), createBaseVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
13816
13816
  }
13817
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$243 = { class: "chat-get-started-footer" }, _hoisted_2$18 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
13817
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$245 = { class: "chat-get-started-footer" }, _hoisted_2$18 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
13818
13818
  __name: "GetStartedFooter",
13819
13819
  setup(e) {
13820
13820
  let { t, te: n } = useI18n();
13821
- return (e, i) => (openBlock(), createElementBlock("div", _hoisted_1$243, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$18, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
13821
+ return (e, i) => (openBlock(), createElementBlock("div", _hoisted_1$245, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$18, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
13822
13822
  }
13823
13823
  });
13824
13824
  function tryOnScopeDispose$2(e) {
@@ -13873,119 +13873,119 @@ function useFileDialog(e = {}) {
13873
13873
  onChange: i
13874
13874
  };
13875
13875
  }
13876
- var _hoisted_1$242 = {
13876
+ var _hoisted_1$244 = {
13877
13877
  viewBox: "0 0 24 24",
13878
13878
  width: "1.2em",
13879
13879
  height: "1.2em"
13880
13880
  };
13881
- function render$218(e, t) {
13882
- return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createBaseVNode("path", {
13881
+ function render$220(e, t) {
13882
+ return openBlock(), createElementBlock("svg", _hoisted_1$244, [...t[0] ||= [createBaseVNode("path", {
13883
13883
  fill: "currentColor",
13884
13884
  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"
13885
13885
  }, null, -1)]]);
13886
13886
  }
13887
13887
  var paperclip_default$1 = {
13888
13888
  name: "mdi-paperclip",
13889
- render: render$218
13890
- }, _hoisted_1$241 = {
13889
+ render: render$220
13890
+ }, _hoisted_1$243 = {
13891
13891
  viewBox: "0 0 24 24",
13892
13892
  width: "1.2em",
13893
13893
  height: "1.2em"
13894
13894
  };
13895
- function render$217(e, t) {
13896
- return openBlock(), createElementBlock("svg", _hoisted_1$241, [...t[0] ||= [createBaseVNode("path", {
13895
+ function render$219(e, t) {
13896
+ return openBlock(), createElementBlock("svg", _hoisted_1$243, [...t[0] ||= [createBaseVNode("path", {
13897
13897
  fill: "currentColor",
13898
13898
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
13899
13899
  }, null, -1)]]);
13900
13900
  }
13901
13901
  var send_default$1 = {
13902
13902
  name: "mdi-send",
13903
- render: render$217
13904
- }, _hoisted_1$240 = {
13903
+ render: render$219
13904
+ }, _hoisted_1$242 = {
13905
13905
  viewBox: "0 0 24 24",
13906
13906
  width: "1.2em",
13907
13907
  height: "1.2em"
13908
13908
  };
13909
- function render$216(e, t) {
13910
- return openBlock(), createElementBlock("svg", _hoisted_1$240, [...t[0] ||= [createBaseVNode("path", {
13909
+ function render$218(e, t) {
13910
+ return openBlock(), createElementBlock("svg", _hoisted_1$242, [...t[0] ||= [createBaseVNode("path", {
13911
13911
  fill: "currentColor",
13912
13912
  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"
13913
13913
  }, null, -1)]]);
13914
13914
  }
13915
13915
  var closeThick_default = {
13916
13916
  name: "mdi-closeThick",
13917
- render: render$216
13918
- }, _hoisted_1$239 = {
13917
+ render: render$218
13918
+ }, _hoisted_1$241 = {
13919
13919
  viewBox: "0 0 24 24",
13920
13920
  width: "1.2em",
13921
13921
  height: "1.2em"
13922
13922
  };
13923
- function render$215(e, t) {
13924
- return openBlock(), createElementBlock("svg", _hoisted_1$239, [...t[0] ||= [createBaseVNode("path", {
13923
+ function render$217(e, t) {
13924
+ return openBlock(), createElementBlock("svg", _hoisted_1$241, [...t[0] ||= [createBaseVNode("path", {
13925
13925
  fill: "currentColor",
13926
13926
  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"
13927
13927
  }, null, -1)]]);
13928
13928
  }
13929
13929
  var fileImage_default = {
13930
13930
  name: "mdi-fileImage",
13931
- render: render$215
13932
- }, _hoisted_1$238 = {
13931
+ render: render$217
13932
+ }, _hoisted_1$240 = {
13933
13933
  viewBox: "0 0 24 24",
13934
13934
  width: "1.2em",
13935
13935
  height: "1.2em"
13936
13936
  };
13937
- function render$214(e, t) {
13938
- return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createBaseVNode("path", {
13937
+ function render$216(e, t) {
13938
+ return openBlock(), createElementBlock("svg", _hoisted_1$240, [...t[0] ||= [createBaseVNode("path", {
13939
13939
  fill: "currentColor",
13940
13940
  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"
13941
13941
  }, null, -1)]]);
13942
13942
  }
13943
13943
  var fileMusic_default = {
13944
13944
  name: "mdi-fileMusic",
13945
- render: render$214
13946
- }, _hoisted_1$237 = {
13945
+ render: render$216
13946
+ }, _hoisted_1$239 = {
13947
13947
  viewBox: "0 0 24 24",
13948
13948
  width: "1.2em",
13949
13949
  height: "1.2em"
13950
13950
  };
13951
- function render$213(e, t) {
13952
- return openBlock(), createElementBlock("svg", _hoisted_1$237, [...t[0] ||= [createBaseVNode("path", {
13951
+ function render$215(e, t) {
13952
+ return openBlock(), createElementBlock("svg", _hoisted_1$239, [...t[0] ||= [createBaseVNode("path", {
13953
13953
  fill: "currentColor",
13954
13954
  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"
13955
13955
  }, null, -1)]]);
13956
13956
  }
13957
13957
  var fileText_default = {
13958
13958
  name: "mdi-fileText",
13959
- render: render$213
13960
- }, _hoisted_1$236 = {
13959
+ render: render$215
13960
+ }, _hoisted_1$238 = {
13961
13961
  viewBox: "0 0 24 24",
13962
13962
  width: "1.2em",
13963
13963
  height: "1.2em"
13964
13964
  };
13965
- function render$212(e, t) {
13966
- return openBlock(), createElementBlock("svg", _hoisted_1$236, [...t[0] ||= [createBaseVNode("path", {
13965
+ function render$214(e, t) {
13966
+ return openBlock(), createElementBlock("svg", _hoisted_1$238, [...t[0] ||= [createBaseVNode("path", {
13967
13967
  fill: "currentColor",
13968
13968
  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"
13969
13969
  }, null, -1)]]);
13970
13970
  }
13971
13971
  var fileVideo_default = {
13972
13972
  name: "mdi-fileVideo",
13973
- render: render$212
13974
- }, _hoisted_1$235 = {
13973
+ render: render$214
13974
+ }, _hoisted_1$237 = {
13975
13975
  viewBox: "0 0 24 24",
13976
13976
  width: "1.2em",
13977
13977
  height: "1.2em"
13978
13978
  };
13979
- function render$211(e, t) {
13980
- return openBlock(), createElementBlock("svg", _hoisted_1$235, [...t[0] ||= [createBaseVNode("path", {
13979
+ function render$213(e, t) {
13980
+ return openBlock(), createElementBlock("svg", _hoisted_1$237, [...t[0] ||= [createBaseVNode("path", {
13981
13981
  fill: "currentColor",
13982
13982
  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"
13983
13983
  }, null, -1)]]);
13984
13984
  }
13985
13985
  var openInNew_default = {
13986
13986
  name: "mdi-openInNew",
13987
- render: render$211
13988
- }, _hoisted_1$234 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
13987
+ render: render$213
13988
+ }, _hoisted_1$236 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
13989
13989
  __name: "ChatFile",
13990
13990
  props: {
13991
13991
  file: {},
@@ -14017,7 +14017,7 @@ var openInNew_default = {
14017
14017
  onClick: c
14018
14018
  }, [
14019
14019
  createVNode(unref(s), { class: "chat-icon" }),
14020
- createBaseVNode("p", _hoisted_1$234, toDisplayString(e.file.name), 1),
14020
+ createBaseVNode("p", _hoisted_1$236, toDisplayString(e.file.name), 1),
14021
14021
  e.isRemovable ? (openBlock(), createElementBlock("span", {
14022
14022
  key: 0,
14023
14023
  class: "chat-file-delete",
@@ -14029,7 +14029,7 @@ var openInNew_default = {
14029
14029
  })) : createCommentVNode("", !0)
14030
14030
  ]));
14031
14031
  }
14032
- }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$233 = { class: "chat-inputs" }, _hoisted_2$17 = {
14032
+ }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$235 = { class: "chat-inputs" }, _hoisted_2$17 = {
14033
14033
  key: 0,
14034
14034
  class: "chat-input-left-panel"
14035
14035
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -14164,7 +14164,7 @@ var openInNew_default = {
14164
14164
  return (e, t) => (openBlock(), createElementBlock("div", {
14165
14165
  class: "chat-input",
14166
14166
  style: normalizeStyle(T.value)
14167
- }, [createBaseVNode("div", _hoisted_1$233, [
14167
+ }, [createBaseVNode("div", _hoisted_1$235, [
14168
14168
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$17, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
14169
14169
  withDirectives(createBaseVNode("textarea", {
14170
14170
  ref_key: "chatTextArea",
@@ -14203,7 +14203,7 @@ var openInNew_default = {
14203
14203
  onRemove: R
14204
14204
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 4));
14205
14205
  }
14206
- }), [["__scopeId", "data-v-b72880b9"]]), _hoisted_1$232 = { class: "chat-layout" }, _hoisted_2$16 = {
14206
+ }), [["__scopeId", "data-v-b72880b9"]]), _hoisted_1$234 = { class: "chat-layout" }, _hoisted_2$16 = {
14207
14207
  key: 0,
14208
14208
  class: "chat-header"
14209
14209
  }, _hoisted_3$5 = {
@@ -14221,7 +14221,7 @@ var openInNew_default = {
14221
14221
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
14222
14222
  }), onBeforeUnmount(() => {
14223
14223
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
14224
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$232, [
14224
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$234, [
14225
14225
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
14226
14226
  e.$slots.default ? (openBlock(), createElementBlock("div", {
14227
14227
  key: 1,
@@ -14250,13 +14250,13 @@ var clsx_default = clsx;
14250
14250
  function cn$2(...e) {
14251
14251
  return clsx_default(e);
14252
14252
  }
14253
- var 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$231 = {
14253
+ var 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$233 = {
14254
14254
  viewBox: "0 0 24 24",
14255
14255
  width: "1.2em",
14256
14256
  height: "1.2em"
14257
14257
  };
14258
- function render$210(e, t) {
14259
- return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createBaseVNode("path", {
14258
+ function render$212(e, t) {
14259
+ return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createBaseVNode("path", {
14260
14260
  fill: "none",
14261
14261
  stroke: "currentColor",
14262
14262
  "stroke-linecap": "round",
@@ -14267,14 +14267,14 @@ function render$210(e, t) {
14267
14267
  }
14268
14268
  var align_right_default = {
14269
14269
  name: "lucide-align-right",
14270
- render: render$210
14271
- }, _hoisted_1$230 = {
14270
+ render: render$212
14271
+ }, _hoisted_1$232 = {
14272
14272
  viewBox: "0 0 24 24",
14273
14273
  width: "1.2em",
14274
14274
  height: "1.2em"
14275
14275
  };
14276
- function render$209(e, t) {
14277
- return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createBaseVNode("g", {
14276
+ function render$211(e, t) {
14277
+ return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createBaseVNode("g", {
14278
14278
  fill: "none",
14279
14279
  stroke: "currentColor",
14280
14280
  "stroke-linecap": "round",
@@ -14290,14 +14290,14 @@ function render$209(e, t) {
14290
14290
  }
14291
14291
  var archive_default = {
14292
14292
  name: "lucide-archive",
14293
- render: render$209
14294
- }, _hoisted_1$229 = {
14293
+ render: render$211
14294
+ }, _hoisted_1$231 = {
14295
14295
  viewBox: "0 0 24 24",
14296
14296
  width: "1.2em",
14297
14297
  height: "1.2em"
14298
14298
  };
14299
- function render$208(e, t) {
14300
- return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createBaseVNode("g", {
14299
+ function render$210(e, t) {
14300
+ return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createBaseVNode("g", {
14301
14301
  fill: "none",
14302
14302
  stroke: "currentColor",
14303
14303
  "stroke-linecap": "round",
@@ -14313,14 +14313,14 @@ function render$208(e, t) {
14313
14313
  }
14314
14314
  var archive_restore_default = {
14315
14315
  name: "lucide-archive-restore",
14316
- render: render$208
14317
- }, _hoisted_1$228 = {
14316
+ render: render$210
14317
+ }, _hoisted_1$230 = {
14318
14318
  viewBox: "0 0 24 24",
14319
14319
  width: "1.2em",
14320
14320
  height: "1.2em"
14321
14321
  };
14322
- function render$207(e, t) {
14323
- return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createBaseVNode("path", {
14322
+ function render$209(e, t) {
14323
+ return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createBaseVNode("path", {
14324
14324
  fill: "none",
14325
14325
  stroke: "currentColor",
14326
14326
  "stroke-linecap": "round",
@@ -14331,14 +14331,14 @@ function render$207(e, t) {
14331
14331
  }
14332
14332
  var arrow_down_default$1 = {
14333
14333
  name: "lucide-arrow-down",
14334
- render: render$207
14335
- }, _hoisted_1$227 = {
14334
+ render: render$209
14335
+ }, _hoisted_1$229 = {
14336
14336
  viewBox: "0 0 24 24",
14337
14337
  width: "1.2em",
14338
14338
  height: "1.2em"
14339
14339
  };
14340
- function render$206(e, t) {
14341
- return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createBaseVNode("path", {
14340
+ function render$208(e, t) {
14341
+ return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createBaseVNode("path", {
14342
14342
  fill: "none",
14343
14343
  stroke: "currentColor",
14344
14344
  "stroke-linecap": "round",
@@ -14349,14 +14349,14 @@ function render$206(e, t) {
14349
14349
  }
14350
14350
  var arrow_left_default$1 = {
14351
14351
  name: "lucide-arrow-left",
14352
- render: render$206
14353
- }, _hoisted_1$226 = {
14352
+ render: render$208
14353
+ }, _hoisted_1$228 = {
14354
14354
  viewBox: "0 0 24 24",
14355
14355
  width: "1.2em",
14356
14356
  height: "1.2em"
14357
14357
  };
14358
- function render$205(e, t) {
14359
- return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createBaseVNode("path", {
14358
+ function render$207(e, t) {
14359
+ return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createBaseVNode("path", {
14360
14360
  fill: "none",
14361
14361
  stroke: "currentColor",
14362
14362
  "stroke-linecap": "round",
@@ -14367,14 +14367,14 @@ function render$205(e, t) {
14367
14367
  }
14368
14368
  var arrow_left_right_default = {
14369
14369
  name: "lucide-arrow-left-right",
14370
- render: render$205
14371
- }, _hoisted_1$225 = {
14370
+ render: render$207
14371
+ }, _hoisted_1$227 = {
14372
14372
  viewBox: "0 0 24 24",
14373
14373
  width: "1.2em",
14374
14374
  height: "1.2em"
14375
14375
  };
14376
- function render$204(e, t) {
14377
- return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createBaseVNode("path", {
14376
+ function render$206(e, t) {
14377
+ return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createBaseVNode("path", {
14378
14378
  fill: "none",
14379
14379
  stroke: "currentColor",
14380
14380
  "stroke-linecap": "round",
@@ -14385,14 +14385,14 @@ function render$204(e, t) {
14385
14385
  }
14386
14386
  var arrow_right_default$1 = {
14387
14387
  name: "lucide-arrow-right",
14388
- render: render$204
14389
- }, _hoisted_1$224 = {
14388
+ render: render$206
14389
+ }, _hoisted_1$226 = {
14390
14390
  viewBox: "0 0 24 24",
14391
14391
  width: "1.2em",
14392
14392
  height: "1.2em"
14393
14393
  };
14394
- function render$203(e, t) {
14395
- return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createBaseVNode("path", {
14394
+ function render$205(e, t) {
14395
+ return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createBaseVNode("path", {
14396
14396
  fill: "none",
14397
14397
  stroke: "currentColor",
14398
14398
  "stroke-linecap": "round",
@@ -14403,14 +14403,14 @@ function render$203(e, t) {
14403
14403
  }
14404
14404
  var arrow_right_from_line_default = {
14405
14405
  name: "lucide-arrow-right-from-line",
14406
- render: render$203
14407
- }, _hoisted_1$223 = {
14406
+ render: render$205
14407
+ }, _hoisted_1$225 = {
14408
14408
  viewBox: "0 0 24 24",
14409
14409
  width: "1.2em",
14410
14410
  height: "1.2em"
14411
14411
  };
14412
- function render$202(e, t) {
14413
- return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createBaseVNode("path", {
14412
+ function render$204(e, t) {
14413
+ return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createBaseVNode("path", {
14414
14414
  fill: "none",
14415
14415
  stroke: "currentColor",
14416
14416
  "stroke-linecap": "round",
@@ -14421,14 +14421,14 @@ function render$202(e, t) {
14421
14421
  }
14422
14422
  var arrow_right_to_line_default = {
14423
14423
  name: "lucide-arrow-right-to-line",
14424
- render: render$202
14425
- }, _hoisted_1$222 = {
14424
+ render: render$204
14425
+ }, _hoisted_1$224 = {
14426
14426
  viewBox: "0 0 24 24",
14427
14427
  width: "1.2em",
14428
14428
  height: "1.2em"
14429
14429
  };
14430
- function render$201(e, t) {
14431
- return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createBaseVNode("path", {
14430
+ function render$203(e, t) {
14431
+ return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createBaseVNode("path", {
14432
14432
  fill: "none",
14433
14433
  stroke: "currentColor",
14434
14434
  "stroke-linecap": "round",
@@ -14439,14 +14439,14 @@ function render$201(e, t) {
14439
14439
  }
14440
14440
  var arrow_up_default = {
14441
14441
  name: "lucide-arrow-up",
14442
- render: render$201
14443
- }, _hoisted_1$221 = {
14442
+ render: render$203
14443
+ }, _hoisted_1$223 = {
14444
14444
  viewBox: "0 0 24 24",
14445
14445
  width: "1.2em",
14446
14446
  height: "1.2em"
14447
14447
  };
14448
- function render$200(e, t) {
14449
- return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createBaseVNode("path", {
14448
+ function render$202(e, t) {
14449
+ return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createBaseVNode("path", {
14450
14450
  fill: "none",
14451
14451
  stroke: "currentColor",
14452
14452
  "stroke-linecap": "round",
@@ -14457,14 +14457,14 @@ function render$200(e, t) {
14457
14457
  }
14458
14458
  var arrow_up_right_default = {
14459
14459
  name: "lucide-arrow-up-right",
14460
- render: render$200
14461
- }, _hoisted_1$220 = {
14460
+ render: render$202
14461
+ }, _hoisted_1$222 = {
14462
14462
  viewBox: "0 0 24 24",
14463
14463
  width: "1.2em",
14464
14464
  height: "1.2em"
14465
14465
  };
14466
- function render$199(e, t) {
14467
- return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createBaseVNode("g", {
14466
+ function render$201(e, t) {
14467
+ return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createBaseVNode("g", {
14468
14468
  fill: "none",
14469
14469
  stroke: "currentColor",
14470
14470
  "stroke-linecap": "round",
@@ -14478,14 +14478,14 @@ function render$199(e, t) {
14478
14478
  }
14479
14479
  var at_sign_default = {
14480
14480
  name: "lucide-at-sign",
14481
- render: render$199
14482
- }, _hoisted_1$219 = {
14481
+ render: render$201
14482
+ }, _hoisted_1$221 = {
14483
14483
  viewBox: "0 0 24 24",
14484
14484
  width: "1.2em",
14485
14485
  height: "1.2em"
14486
14486
  };
14487
- function render$198(e, t) {
14488
- return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createBaseVNode("g", {
14487
+ function render$200(e, t) {
14488
+ return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createBaseVNode("g", {
14489
14489
  fill: "none",
14490
14490
  stroke: "currentColor",
14491
14491
  "stroke-linecap": "round",
@@ -14495,14 +14495,14 @@ function render$198(e, t) {
14495
14495
  }
14496
14496
  var badge_check_default = {
14497
14497
  name: "lucide-badge-check",
14498
- render: render$198
14499
- }, _hoisted_1$218 = {
14498
+ render: render$200
14499
+ }, _hoisted_1$220 = {
14500
14500
  viewBox: "0 0 24 24",
14501
14501
  width: "1.2em",
14502
14502
  height: "1.2em"
14503
14503
  };
14504
- function render$197(e, t) {
14505
- return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createBaseVNode("g", {
14504
+ function render$199(e, t) {
14505
+ return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createBaseVNode("g", {
14506
14506
  fill: "none",
14507
14507
  stroke: "currentColor",
14508
14508
  "stroke-linecap": "round",
@@ -14516,14 +14516,14 @@ function render$197(e, t) {
14516
14516
  }
14517
14517
  var ban_default = {
14518
14518
  name: "lucide-ban",
14519
- render: render$197
14520
- }, _hoisted_1$217 = {
14519
+ render: render$199
14520
+ }, _hoisted_1$219 = {
14521
14521
  viewBox: "0 0 24 24",
14522
14522
  width: "1.2em",
14523
14523
  height: "1.2em"
14524
14524
  };
14525
- function render$196(e, t) {
14526
- return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createBaseVNode("path", {
14525
+ function render$198(e, t) {
14526
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createBaseVNode("path", {
14527
14527
  fill: "none",
14528
14528
  stroke: "currentColor",
14529
14529
  "stroke-linecap": "round",
@@ -14534,14 +14534,14 @@ function render$196(e, t) {
14534
14534
  }
14535
14535
  var bell_default = {
14536
14536
  name: "lucide-bell",
14537
- render: render$196
14538
- }, _hoisted_1$216 = {
14537
+ render: render$198
14538
+ }, _hoisted_1$218 = {
14539
14539
  viewBox: "0 0 24 24",
14540
14540
  width: "1.2em",
14541
14541
  height: "1.2em"
14542
14542
  };
14543
- function render$195(e, t) {
14544
- return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createBaseVNode("path", {
14543
+ function render$197(e, t) {
14544
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createBaseVNode("path", {
14545
14545
  fill: "none",
14546
14546
  stroke: "currentColor",
14547
14547
  "stroke-linecap": "round",
@@ -14552,14 +14552,14 @@ function render$195(e, t) {
14552
14552
  }
14553
14553
  var book_default = {
14554
14554
  name: "lucide-book",
14555
- render: render$195
14556
- }, _hoisted_1$215 = {
14555
+ render: render$197
14556
+ }, _hoisted_1$217 = {
14557
14557
  viewBox: "0 0 24 24",
14558
14558
  width: "1.2em",
14559
14559
  height: "1.2em"
14560
14560
  };
14561
- function render$194(e, t) {
14562
- return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createBaseVNode("path", {
14561
+ function render$196(e, t) {
14562
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createBaseVNode("path", {
14563
14563
  fill: "none",
14564
14564
  stroke: "currentColor",
14565
14565
  "stroke-linecap": "round",
@@ -14570,14 +14570,14 @@ function render$194(e, t) {
14570
14570
  }
14571
14571
  var book_open_default = {
14572
14572
  name: "lucide-book-open",
14573
- render: render$194
14574
- }, _hoisted_1$214 = {
14573
+ render: render$196
14574
+ }, _hoisted_1$216 = {
14575
14575
  viewBox: "0 0 24 24",
14576
14576
  width: "1.2em",
14577
14577
  height: "1.2em"
14578
14578
  };
14579
- function render$193(e, t) {
14580
- return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createBaseVNode("g", {
14579
+ function render$195(e, t) {
14580
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createBaseVNode("g", {
14581
14581
  fill: "none",
14582
14582
  stroke: "currentColor",
14583
14583
  "stroke-linecap": "round",
@@ -14597,14 +14597,14 @@ function render$193(e, t) {
14597
14597
  }
14598
14598
  var bot_default = {
14599
14599
  name: "lucide-bot",
14600
- render: render$193
14601
- }, _hoisted_1$213 = {
14600
+ render: render$195
14601
+ }, _hoisted_1$215 = {
14602
14602
  viewBox: "0 0 24 24",
14603
14603
  width: "1.2em",
14604
14604
  height: "1.2em"
14605
14605
  };
14606
- function render$192(e, t) {
14607
- return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createBaseVNode("g", {
14606
+ function render$194(e, t) {
14607
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createBaseVNode("g", {
14608
14608
  fill: "none",
14609
14609
  stroke: "currentColor",
14610
14610
  "stroke-linecap": "round",
@@ -14614,14 +14614,14 @@ function render$192(e, t) {
14614
14614
  }
14615
14615
  var box_default = {
14616
14616
  name: "lucide-box",
14617
- render: render$192
14618
- }, _hoisted_1$212 = {
14617
+ render: render$194
14618
+ }, _hoisted_1$214 = {
14619
14619
  viewBox: "0 0 24 24",
14620
14620
  width: "1.2em",
14621
14621
  height: "1.2em"
14622
14622
  };
14623
- function render$191(e, t) {
14624
- return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createBaseVNode("path", {
14623
+ function render$193(e, t) {
14624
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createBaseVNode("path", {
14625
14625
  fill: "none",
14626
14626
  stroke: "currentColor",
14627
14627
  "stroke-linecap": "round",
@@ -14632,14 +14632,14 @@ function render$191(e, t) {
14632
14632
  }
14633
14633
  var braces_default = {
14634
14634
  name: "lucide-braces",
14635
- render: render$191
14636
- }, _hoisted_1$211 = {
14635
+ render: render$193
14636
+ }, _hoisted_1$213 = {
14637
14637
  viewBox: "0 0 24 24",
14638
14638
  width: "1.2em",
14639
14639
  height: "1.2em"
14640
14640
  };
14641
- function render$190(e, t) {
14642
- return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createBaseVNode("g", {
14641
+ function render$192(e, t) {
14642
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createBaseVNode("g", {
14643
14643
  fill: "none",
14644
14644
  stroke: "currentColor",
14645
14645
  "stroke-linecap": "round",
@@ -14653,14 +14653,14 @@ function render$190(e, t) {
14653
14653
  }
14654
14654
  var brain_default = {
14655
14655
  name: "lucide-brain",
14656
- render: render$190
14657
- }, _hoisted_1$210 = {
14656
+ render: render$192
14657
+ }, _hoisted_1$212 = {
14658
14658
  viewBox: "0 0 24 24",
14659
14659
  width: "1.2em",
14660
14660
  height: "1.2em"
14661
14661
  };
14662
- function render$189(e, t) {
14663
- return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createBaseVNode("g", {
14662
+ function render$191(e, t) {
14663
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createBaseVNode("g", {
14664
14664
  fill: "none",
14665
14665
  stroke: "currentColor",
14666
14666
  "stroke-linecap": "round",
@@ -14674,14 +14674,14 @@ function render$189(e, t) {
14674
14674
  }
14675
14675
  var bug_default = {
14676
14676
  name: "lucide-bug",
14677
- render: render$189
14678
- }, _hoisted_1$209 = {
14677
+ render: render$191
14678
+ }, _hoisted_1$211 = {
14679
14679
  viewBox: "0 0 24 24",
14680
14680
  width: "1.2em",
14681
14681
  height: "1.2em"
14682
14682
  };
14683
- function render$188(e, t) {
14684
- return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createBaseVNode("g", {
14683
+ function render$190(e, t) {
14684
+ return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createBaseVNode("g", {
14685
14685
  fill: "none",
14686
14686
  stroke: "currentColor",
14687
14687
  "stroke-linecap": "round",
@@ -14697,14 +14697,14 @@ function render$188(e, t) {
14697
14697
  }
14698
14698
  var calculator_default = {
14699
14699
  name: "lucide-calculator",
14700
- render: render$188
14701
- }, _hoisted_1$208 = {
14700
+ render: render$190
14701
+ }, _hoisted_1$210 = {
14702
14702
  viewBox: "0 0 24 24",
14703
14703
  width: "1.2em",
14704
14704
  height: "1.2em"
14705
14705
  };
14706
- function render$187(e, t) {
14707
- return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createBaseVNode("g", {
14706
+ function render$189(e, t) {
14707
+ return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createBaseVNode("g", {
14708
14708
  fill: "none",
14709
14709
  stroke: "currentColor",
14710
14710
  "stroke-linecap": "round",
@@ -14724,14 +14724,14 @@ function render$187(e, t) {
14724
14724
  }
14725
14725
  var calendar_default = {
14726
14726
  name: "lucide-calendar",
14727
- render: render$187
14728
- }, _hoisted_1$207 = {
14727
+ render: render$189
14728
+ }, _hoisted_1$209 = {
14729
14729
  viewBox: "0 0 24 24",
14730
14730
  width: "1.2em",
14731
14731
  height: "1.2em"
14732
14732
  };
14733
- function render$186(e, t) {
14734
- return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createBaseVNode("path", {
14733
+ function render$188(e, t) {
14734
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createBaseVNode("path", {
14735
14735
  fill: "none",
14736
14736
  stroke: "currentColor",
14737
14737
  "stroke-linecap": "round",
@@ -14742,14 +14742,14 @@ function render$186(e, t) {
14742
14742
  }
14743
14743
  var case_upper_default = {
14744
14744
  name: "lucide-case-upper",
14745
- render: render$186
14746
- }, _hoisted_1$206 = {
14745
+ render: render$188
14746
+ }, _hoisted_1$208 = {
14747
14747
  viewBox: "0 0 24 24",
14748
14748
  width: "1.2em",
14749
14749
  height: "1.2em"
14750
14750
  };
14751
- function render$185(e, t) {
14752
- return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createBaseVNode("path", {
14751
+ function render$187(e, t) {
14752
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createBaseVNode("path", {
14753
14753
  fill: "none",
14754
14754
  stroke: "currentColor",
14755
14755
  "stroke-linecap": "round",
@@ -14760,14 +14760,14 @@ function render$185(e, t) {
14760
14760
  }
14761
14761
  var chart_column_decreasing_default = {
14762
14762
  name: "lucide-chart-column-decreasing",
14763
- render: render$185
14764
- }, _hoisted_1$205 = {
14763
+ render: render$187
14764
+ }, _hoisted_1$207 = {
14765
14765
  viewBox: "0 0 24 24",
14766
14766
  width: "1.2em",
14767
14767
  height: "1.2em"
14768
14768
  };
14769
- function render$184(e, t) {
14770
- return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createBaseVNode("path", {
14769
+ function render$186(e, t) {
14770
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createBaseVNode("path", {
14771
14771
  fill: "none",
14772
14772
  stroke: "currentColor",
14773
14773
  "stroke-linecap": "round",
@@ -14778,14 +14778,14 @@ function render$184(e, t) {
14778
14778
  }
14779
14779
  var check_default = {
14780
14780
  name: "lucide-check",
14781
- render: render$184
14782
- }, _hoisted_1$204 = {
14781
+ render: render$186
14782
+ }, _hoisted_1$206 = {
14783
14783
  viewBox: "0 0 24 24",
14784
14784
  width: "1.2em",
14785
14785
  height: "1.2em"
14786
14786
  };
14787
- function render$183(e, t) {
14788
- return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createBaseVNode("path", {
14787
+ function render$185(e, t) {
14788
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createBaseVNode("path", {
14789
14789
  fill: "none",
14790
14790
  stroke: "currentColor",
14791
14791
  "stroke-linecap": "round",
@@ -14796,14 +14796,14 @@ function render$183(e, t) {
14796
14796
  }
14797
14797
  var check_check_default = {
14798
14798
  name: "lucide-check-check",
14799
- render: render$183
14800
- }, _hoisted_1$203 = {
14799
+ render: render$185
14800
+ }, _hoisted_1$205 = {
14801
14801
  viewBox: "0 0 24 24",
14802
14802
  width: "1.2em",
14803
14803
  height: "1.2em"
14804
14804
  };
14805
- function render$182(e, t) {
14806
- return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createBaseVNode("path", {
14805
+ function render$184(e, t) {
14806
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createBaseVNode("path", {
14807
14807
  fill: "none",
14808
14808
  stroke: "currentColor",
14809
14809
  "stroke-linecap": "round",
@@ -14814,14 +14814,14 @@ function render$182(e, t) {
14814
14814
  }
14815
14815
  var chevron_down_default$1 = {
14816
14816
  name: "lucide-chevron-down",
14817
- render: render$182
14818
- }, _hoisted_1$202 = {
14817
+ render: render$184
14818
+ }, _hoisted_1$204 = {
14819
14819
  viewBox: "0 0 24 24",
14820
14820
  width: "1.2em",
14821
14821
  height: "1.2em"
14822
14822
  };
14823
- function render$181(e, t) {
14824
- return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createBaseVNode("path", {
14823
+ function render$183(e, t) {
14824
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createBaseVNode("path", {
14825
14825
  fill: "none",
14826
14826
  stroke: "currentColor",
14827
14827
  "stroke-linecap": "round",
@@ -14832,14 +14832,14 @@ function render$181(e, t) {
14832
14832
  }
14833
14833
  var chevron_left_default = {
14834
14834
  name: "lucide-chevron-left",
14835
- render: render$181
14836
- }, _hoisted_1$201 = {
14835
+ render: render$183
14836
+ }, _hoisted_1$203 = {
14837
14837
  viewBox: "0 0 24 24",
14838
14838
  width: "1.2em",
14839
14839
  height: "1.2em"
14840
14840
  };
14841
- function render$180(e, t) {
14842
- return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createBaseVNode("path", {
14841
+ function render$182(e, t) {
14842
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createBaseVNode("path", {
14843
14843
  fill: "none",
14844
14844
  stroke: "currentColor",
14845
14845
  "stroke-linecap": "round",
@@ -14850,14 +14850,14 @@ function render$180(e, t) {
14850
14850
  }
14851
14851
  var chevron_right_default = {
14852
14852
  name: "lucide-chevron-right",
14853
- render: render$180
14854
- }, _hoisted_1$200 = {
14853
+ render: render$182
14854
+ }, _hoisted_1$202 = {
14855
14855
  viewBox: "0 0 24 24",
14856
14856
  width: "1.2em",
14857
14857
  height: "1.2em"
14858
14858
  };
14859
- function render$179(e, t) {
14860
- return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createBaseVNode("path", {
14859
+ function render$181(e, t) {
14860
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createBaseVNode("path", {
14861
14861
  fill: "none",
14862
14862
  stroke: "currentColor",
14863
14863
  "stroke-linecap": "round",
@@ -14868,14 +14868,14 @@ function render$179(e, t) {
14868
14868
  }
14869
14869
  var chevron_up_default = {
14870
14870
  name: "lucide-chevron-up",
14871
- render: render$179
14872
- }, _hoisted_1$199 = {
14871
+ render: render$181
14872
+ }, _hoisted_1$201 = {
14873
14873
  viewBox: "0 0 24 24",
14874
14874
  width: "1.2em",
14875
14875
  height: "1.2em"
14876
14876
  };
14877
- function render$178(e, t) {
14878
- return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createBaseVNode("path", {
14877
+ function render$180(e, t) {
14878
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createBaseVNode("path", {
14879
14879
  fill: "none",
14880
14880
  stroke: "currentColor",
14881
14881
  "stroke-linecap": "round",
@@ -14886,14 +14886,14 @@ function render$178(e, t) {
14886
14886
  }
14887
14887
  var chevrons_down_up_default = {
14888
14888
  name: "lucide-chevrons-down-up",
14889
- render: render$178
14890
- }, _hoisted_1$198 = {
14889
+ render: render$180
14890
+ }, _hoisted_1$200 = {
14891
14891
  viewBox: "0 0 24 24",
14892
14892
  width: "1.2em",
14893
14893
  height: "1.2em"
14894
14894
  };
14895
- function render$177(e, t) {
14896
- return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createBaseVNode("path", {
14895
+ function render$179(e, t) {
14896
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createBaseVNode("path", {
14897
14897
  fill: "none",
14898
14898
  stroke: "currentColor",
14899
14899
  "stroke-linecap": "round",
@@ -14904,14 +14904,14 @@ function render$177(e, t) {
14904
14904
  }
14905
14905
  var chevrons_left_default = {
14906
14906
  name: "lucide-chevrons-left",
14907
- render: render$177
14908
- }, _hoisted_1$197 = {
14907
+ render: render$179
14908
+ }, _hoisted_1$199 = {
14909
14909
  viewBox: "0 0 24 24",
14910
14910
  width: "1.2em",
14911
14911
  height: "1.2em"
14912
14912
  };
14913
- function render$176(e, t) {
14914
- return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createBaseVNode("path", {
14913
+ function render$178(e, t) {
14914
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createBaseVNode("path", {
14915
14915
  fill: "none",
14916
14916
  stroke: "currentColor",
14917
14917
  "stroke-linecap": "round",
@@ -14922,14 +14922,14 @@ function render$176(e, t) {
14922
14922
  }
14923
14923
  var chevrons_up_down_default = {
14924
14924
  name: "lucide-chevrons-up-down",
14925
- render: render$176
14926
- }, _hoisted_1$196 = {
14925
+ render: render$178
14926
+ }, _hoisted_1$198 = {
14927
14927
  viewBox: "0 0 24 24",
14928
14928
  width: "1.2em",
14929
14929
  height: "1.2em"
14930
14930
  };
14931
- function render$175(e, t) {
14932
- return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createBaseVNode("circle", {
14931
+ function render$177(e, t) {
14932
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createBaseVNode("circle", {
14933
14933
  cx: "12",
14934
14934
  cy: "12",
14935
14935
  r: "10",
@@ -14942,14 +14942,14 @@ function render$175(e, t) {
14942
14942
  }
14943
14943
  var circle_default = {
14944
14944
  name: "lucide-circle",
14945
- render: render$175
14946
- }, _hoisted_1$195 = {
14945
+ render: render$177
14946
+ }, _hoisted_1$197 = {
14947
14947
  viewBox: "0 0 24 24",
14948
14948
  width: "1.2em",
14949
14949
  height: "1.2em"
14950
14950
  };
14951
- function render$174(e, t) {
14952
- return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createBaseVNode("g", {
14951
+ function render$176(e, t) {
14952
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createBaseVNode("g", {
14953
14953
  fill: "none",
14954
14954
  stroke: "currentColor",
14955
14955
  "stroke-linecap": "round",
@@ -14963,14 +14963,14 @@ function render$174(e, t) {
14963
14963
  }
14964
14964
  var circle_alert_default = {
14965
14965
  name: "lucide-circle-alert",
14966
- render: render$174
14967
- }, _hoisted_1$194 = {
14966
+ render: render$176
14967
+ }, _hoisted_1$196 = {
14968
14968
  viewBox: "0 0 24 24",
14969
14969
  width: "1.2em",
14970
14970
  height: "1.2em"
14971
14971
  };
14972
- function render$173(e, t) {
14973
- return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createBaseVNode("g", {
14972
+ function render$175(e, t) {
14973
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createBaseVNode("g", {
14974
14974
  fill: "none",
14975
14975
  stroke: "currentColor",
14976
14976
  "stroke-linecap": "round",
@@ -14984,14 +14984,14 @@ function render$173(e, t) {
14984
14984
  }
14985
14985
  var circle_check_default$1 = {
14986
14986
  name: "lucide-circle-check",
14987
- render: render$173
14988
- }, _hoisted_1$193 = {
14987
+ render: render$175
14988
+ }, _hoisted_1$195 = {
14989
14989
  viewBox: "0 0 24 24",
14990
14990
  width: "1.2em",
14991
14991
  height: "1.2em"
14992
14992
  };
14993
- function render$172(e, t) {
14994
- return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createBaseVNode("g", {
14993
+ function render$174(e, t) {
14994
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createBaseVNode("g", {
14995
14995
  fill: "none",
14996
14996
  stroke: "currentColor",
14997
14997
  "stroke-linecap": "round",
@@ -15009,14 +15009,14 @@ function render$172(e, t) {
15009
15009
  }
15010
15010
  var circle_dot_default = {
15011
15011
  name: "lucide-circle-dot",
15012
- render: render$172
15013
- }, _hoisted_1$192 = {
15012
+ render: render$174
15013
+ }, _hoisted_1$194 = {
15014
15014
  viewBox: "0 0 24 24",
15015
15015
  width: "1.2em",
15016
15016
  height: "1.2em"
15017
15017
  };
15018
- function render$171(e, t) {
15019
- return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createBaseVNode("g", {
15018
+ function render$173(e, t) {
15019
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createBaseVNode("g", {
15020
15020
  fill: "none",
15021
15021
  stroke: "currentColor",
15022
15022
  "stroke-linecap": "round",
@@ -15030,14 +15030,14 @@ function render$171(e, t) {
15030
15030
  }
15031
15031
  var circle_ellipsis_default = {
15032
15032
  name: "lucide-circle-ellipsis",
15033
- render: render$171
15034
- }, _hoisted_1$191 = {
15033
+ render: render$173
15034
+ }, _hoisted_1$193 = {
15035
15035
  viewBox: "0 0 24 24",
15036
15036
  width: "1.2em",
15037
15037
  height: "1.2em"
15038
15038
  };
15039
- function render$170(e, t) {
15040
- return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createBaseVNode("g", {
15039
+ function render$172(e, t) {
15040
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createBaseVNode("g", {
15041
15041
  fill: "none",
15042
15042
  stroke: "currentColor",
15043
15043
  "stroke-linecap": "round",
@@ -15051,14 +15051,14 @@ function render$170(e, t) {
15051
15051
  }
15052
15052
  var circle_help_default = {
15053
15053
  name: "lucide-circle-help",
15054
- render: render$170
15055
- }, _hoisted_1$190 = {
15054
+ render: render$172
15055
+ }, _hoisted_1$192 = {
15056
15056
  viewBox: "0 0 24 24",
15057
15057
  width: "1.2em",
15058
15058
  height: "1.2em"
15059
15059
  };
15060
- function render$169(e, t) {
15061
- return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createBaseVNode("g", {
15060
+ function render$171(e, t) {
15061
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createBaseVNode("g", {
15062
15062
  fill: "none",
15063
15063
  stroke: "currentColor",
15064
15064
  "stroke-linecap": "round",
@@ -15072,14 +15072,14 @@ function render$169(e, t) {
15072
15072
  }
15073
15073
  var circle_minus_default = {
15074
15074
  name: "lucide-circle-minus",
15075
- render: render$169
15076
- }, _hoisted_1$189 = {
15075
+ render: render$171
15076
+ }, _hoisted_1$191 = {
15077
15077
  viewBox: "0 0 24 24",
15078
15078
  width: "1.2em",
15079
15079
  height: "1.2em"
15080
15080
  };
15081
- function render$168(e, t) {
15082
- return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createBaseVNode("g", {
15081
+ function render$170(e, t) {
15082
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createBaseVNode("g", {
15083
15083
  fill: "none",
15084
15084
  stroke: "currentColor",
15085
15085
  "stroke-linecap": "round",
@@ -15093,14 +15093,14 @@ function render$168(e, t) {
15093
15093
  }
15094
15094
  var circle_pause_default = {
15095
15095
  name: "lucide-circle-pause",
15096
- render: render$168
15097
- }, _hoisted_1$188 = {
15096
+ render: render$170
15097
+ }, _hoisted_1$190 = {
15098
15098
  viewBox: "0 0 24 24",
15099
15099
  width: "1.2em",
15100
15100
  height: "1.2em"
15101
15101
  };
15102
- function render$167(e, t) {
15103
- return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createBaseVNode("g", {
15102
+ function render$169(e, t) {
15103
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createBaseVNode("g", {
15104
15104
  fill: "none",
15105
15105
  stroke: "currentColor",
15106
15106
  "stroke-linecap": "round",
@@ -15114,14 +15114,14 @@ function render$167(e, t) {
15114
15114
  }
15115
15115
  var circle_play_default = {
15116
15116
  name: "lucide-circle-play",
15117
- render: render$167
15118
- }, _hoisted_1$187 = {
15117
+ render: render$169
15118
+ }, _hoisted_1$189 = {
15119
15119
  viewBox: "0 0 24 24",
15120
15120
  width: "1.2em",
15121
15121
  height: "1.2em"
15122
15122
  };
15123
- function render$166(e, t) {
15124
- return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createBaseVNode("g", {
15123
+ function render$168(e, t) {
15124
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createBaseVNode("g", {
15125
15125
  fill: "none",
15126
15126
  stroke: "currentColor",
15127
15127
  "stroke-linecap": "round",
@@ -15135,14 +15135,14 @@ function render$166(e, t) {
15135
15135
  }
15136
15136
  var circle_plus_default = {
15137
15137
  name: "lucide-circle-plus",
15138
- render: render$166
15139
- }, _hoisted_1$186 = {
15138
+ render: render$168
15139
+ }, _hoisted_1$188 = {
15140
15140
  viewBox: "0 0 24 24",
15141
15141
  width: "1.2em",
15142
15142
  height: "1.2em"
15143
15143
  };
15144
- function render$165(e, t) {
15145
- return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createBaseVNode("g", {
15144
+ function render$167(e, t) {
15145
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createBaseVNode("g", {
15146
15146
  fill: "none",
15147
15147
  stroke: "currentColor",
15148
15148
  "stroke-linecap": "round",
@@ -15164,14 +15164,14 @@ function render$165(e, t) {
15164
15164
  }
15165
15165
  var circle_user_round_default = {
15166
15166
  name: "lucide-circle-user-round",
15167
- render: render$165
15168
- }, _hoisted_1$185 = {
15167
+ render: render$167
15168
+ }, _hoisted_1$187 = {
15169
15169
  viewBox: "0 0 24 24",
15170
15170
  width: "1.2em",
15171
15171
  height: "1.2em"
15172
15172
  };
15173
- function render$164(e, t) {
15174
- return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createBaseVNode("g", {
15173
+ function render$166(e, t) {
15174
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createBaseVNode("g", {
15175
15175
  fill: "none",
15176
15176
  stroke: "currentColor",
15177
15177
  "stroke-linecap": "round",
@@ -15185,14 +15185,14 @@ function render$164(e, t) {
15185
15185
  }
15186
15186
  var circle_x_default = {
15187
15187
  name: "lucide-circle-x",
15188
- render: render$164
15189
- }, _hoisted_1$184 = {
15188
+ render: render$166
15189
+ }, _hoisted_1$186 = {
15190
15190
  viewBox: "0 0 24 24",
15191
15191
  width: "1.2em",
15192
15192
  height: "1.2em"
15193
15193
  };
15194
- function render$163(e, t) {
15195
- return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createBaseVNode("g", {
15194
+ function render$165(e, t) {
15195
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createBaseVNode("g", {
15196
15196
  fill: "none",
15197
15197
  stroke: "currentColor",
15198
15198
  "stroke-linecap": "round",
@@ -15209,14 +15209,14 @@ function render$163(e, t) {
15209
15209
  }
15210
15210
  var clipboard_default = {
15211
15211
  name: "lucide-clipboard",
15212
- render: render$163
15213
- }, _hoisted_1$183 = {
15212
+ render: render$165
15213
+ }, _hoisted_1$185 = {
15214
15214
  viewBox: "0 0 24 24",
15215
15215
  width: "1.2em",
15216
15216
  height: "1.2em"
15217
15217
  };
15218
- function render$162(e, t) {
15219
- return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createBaseVNode("g", {
15218
+ function render$164(e, t) {
15219
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createBaseVNode("g", {
15220
15220
  fill: "none",
15221
15221
  stroke: "currentColor",
15222
15222
  "stroke-linecap": "round",
@@ -15237,14 +15237,14 @@ function render$162(e, t) {
15237
15237
  }
15238
15238
  var clipboard_check_default = {
15239
15239
  name: "lucide-clipboard-check",
15240
- render: render$162
15241
- }, _hoisted_1$182 = {
15240
+ render: render$164
15241
+ }, _hoisted_1$184 = {
15242
15242
  viewBox: "0 0 24 24",
15243
15243
  width: "1.2em",
15244
15244
  height: "1.2em"
15245
15245
  };
15246
- function render$161(e, t) {
15247
- return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createBaseVNode("g", {
15246
+ function render$163(e, t) {
15247
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createBaseVNode("g", {
15248
15248
  fill: "none",
15249
15249
  stroke: "currentColor",
15250
15250
  "stroke-linecap": "round",
@@ -15261,14 +15261,14 @@ function render$161(e, t) {
15261
15261
  }
15262
15262
  var clipboard_list_default = {
15263
15263
  name: "lucide-clipboard-list",
15264
- render: render$161
15265
- }, _hoisted_1$181 = {
15264
+ render: render$163
15265
+ }, _hoisted_1$183 = {
15266
15266
  viewBox: "0 0 24 24",
15267
15267
  width: "1.2em",
15268
15268
  height: "1.2em"
15269
15269
  };
15270
- function render$160(e, t) {
15271
- return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createBaseVNode("g", {
15270
+ function render$162(e, t) {
15271
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createBaseVNode("g", {
15272
15272
  fill: "none",
15273
15273
  stroke: "currentColor",
15274
15274
  "stroke-linecap": "round",
@@ -15282,14 +15282,14 @@ function render$160(e, t) {
15282
15282
  }
15283
15283
  var clock_default = {
15284
15284
  name: "lucide-clock",
15285
- render: render$160
15286
- }, _hoisted_1$180 = {
15285
+ render: render$162
15286
+ }, _hoisted_1$182 = {
15287
15287
  viewBox: "0 0 24 24",
15288
15288
  width: "1.2em",
15289
15289
  height: "1.2em"
15290
15290
  };
15291
- function render$159(e, t) {
15292
- return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createBaseVNode("path", {
15291
+ function render$161(e, t) {
15292
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createBaseVNode("path", {
15293
15293
  fill: "none",
15294
15294
  stroke: "currentColor",
15295
15295
  "stroke-linecap": "round",
@@ -15300,14 +15300,14 @@ function render$159(e, t) {
15300
15300
  }
15301
15301
  var cloud_default = {
15302
15302
  name: "lucide-cloud",
15303
- render: render$159
15304
- }, _hoisted_1$179 = {
15303
+ render: render$161
15304
+ }, _hoisted_1$181 = {
15305
15305
  viewBox: "0 0 24 24",
15306
15306
  width: "1.2em",
15307
15307
  height: "1.2em"
15308
15308
  };
15309
- function render$158(e, t) {
15310
- return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createBaseVNode("g", {
15309
+ function render$160(e, t) {
15310
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createBaseVNode("g", {
15311
15311
  fill: "none",
15312
15312
  stroke: "currentColor",
15313
15313
  "stroke-linecap": "round",
@@ -15317,14 +15317,14 @@ function render$158(e, t) {
15317
15317
  }
15318
15318
  var cloud_download_default = {
15319
15319
  name: "lucide-cloud-download",
15320
- render: render$158
15321
- }, _hoisted_1$178 = {
15320
+ render: render$160
15321
+ }, _hoisted_1$180 = {
15322
15322
  viewBox: "0 0 24 24",
15323
15323
  width: "1.2em",
15324
15324
  height: "1.2em"
15325
15325
  };
15326
- function render$157(e, t) {
15327
- return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createBaseVNode("path", {
15326
+ function render$159(e, t) {
15327
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createBaseVNode("path", {
15328
15328
  fill: "none",
15329
15329
  stroke: "currentColor",
15330
15330
  "stroke-linecap": "round",
@@ -15335,14 +15335,14 @@ function render$157(e, t) {
15335
15335
  }
15336
15336
  var code_default = {
15337
15337
  name: "lucide-code",
15338
- render: render$157
15339
- }, _hoisted_1$177 = {
15338
+ render: render$159
15339
+ }, _hoisted_1$179 = {
15340
15340
  viewBox: "0 0 24 24",
15341
15341
  width: "1.2em",
15342
15342
  height: "1.2em"
15343
15343
  };
15344
- function render$156(e, t) {
15345
- return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createBaseVNode("g", {
15344
+ function render$158(e, t) {
15345
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createBaseVNode("g", {
15346
15346
  fill: "none",
15347
15347
  stroke: "currentColor",
15348
15348
  "stroke-linecap": "round",
@@ -15352,14 +15352,14 @@ function render$156(e, t) {
15352
15352
  }
15353
15353
  var cog_default = {
15354
15354
  name: "lucide-cog",
15355
- render: render$156
15356
- }, _hoisted_1$176 = {
15355
+ render: render$158
15356
+ }, _hoisted_1$178 = {
15357
15357
  viewBox: "0 0 24 24",
15358
15358
  width: "1.2em",
15359
15359
  height: "1.2em"
15360
15360
  };
15361
- function render$155(e, t) {
15362
- return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createBaseVNode("g", {
15361
+ function render$157(e, t) {
15362
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createBaseVNode("g", {
15363
15363
  fill: "none",
15364
15364
  stroke: "currentColor",
15365
15365
  "stroke-linecap": "round",
@@ -15373,14 +15373,14 @@ function render$155(e, t) {
15373
15373
  }
15374
15374
  var columns_3_cog_default = {
15375
15375
  name: "lucide-columns-3-cog",
15376
- render: render$155
15377
- }, _hoisted_1$175 = {
15376
+ render: render$157
15377
+ }, _hoisted_1$177 = {
15378
15378
  viewBox: "0 0 24 24",
15379
15379
  width: "1.2em",
15380
15380
  height: "1.2em"
15381
15381
  };
15382
- function render$154(e, t) {
15383
- return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createBaseVNode("g", {
15382
+ function render$156(e, t) {
15383
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createBaseVNode("g", {
15384
15384
  fill: "none",
15385
15385
  stroke: "currentColor",
15386
15386
  "stroke-linecap": "round",
@@ -15394,14 +15394,14 @@ function render$154(e, t) {
15394
15394
  }
15395
15395
  var contrast_default = {
15396
15396
  name: "lucide-contrast",
15397
- render: render$154
15398
- }, _hoisted_1$174 = {
15397
+ render: render$156
15398
+ }, _hoisted_1$176 = {
15399
15399
  viewBox: "0 0 24 24",
15400
15400
  width: "1.2em",
15401
15401
  height: "1.2em"
15402
15402
  };
15403
- function render$153(e, t) {
15404
- return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createBaseVNode("g", {
15403
+ function render$155(e, t) {
15404
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createBaseVNode("g", {
15405
15405
  fill: "none",
15406
15406
  stroke: "currentColor",
15407
15407
  "stroke-linecap": "round",
@@ -15418,14 +15418,14 @@ function render$153(e, t) {
15418
15418
  }
15419
15419
  var copy_default = {
15420
15420
  name: "lucide-copy",
15421
- render: render$153
15422
- }, _hoisted_1$173 = {
15421
+ render: render$155
15422
+ }, _hoisted_1$175 = {
15423
15423
  viewBox: "0 0 24 24",
15424
15424
  width: "1.2em",
15425
15425
  height: "1.2em"
15426
15426
  };
15427
- function render$152(e, t) {
15428
- return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createBaseVNode("g", {
15427
+ function render$154(e, t) {
15428
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createBaseVNode("g", {
15429
15429
  fill: "none",
15430
15430
  stroke: "currentColor",
15431
15431
  "stroke-linecap": "round",
@@ -15439,14 +15439,14 @@ function render$152(e, t) {
15439
15439
  }
15440
15440
  var crosshair_default = {
15441
15441
  name: "lucide-crosshair",
15442
- render: render$152
15443
- }, _hoisted_1$172 = {
15442
+ render: render$154
15443
+ }, _hoisted_1$174 = {
15444
15444
  viewBox: "0 0 24 24",
15445
15445
  width: "1.2em",
15446
15446
  height: "1.2em"
15447
15447
  };
15448
- function render$151(e, t) {
15449
- return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createBaseVNode("g", {
15448
+ function render$153(e, t) {
15449
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createBaseVNode("g", {
15450
15450
  fill: "none",
15451
15451
  stroke: "currentColor",
15452
15452
  "stroke-linecap": "round",
@@ -15465,14 +15465,14 @@ function render$151(e, t) {
15465
15465
  }
15466
15466
  var database_default = {
15467
15467
  name: "lucide-database",
15468
- render: render$151
15469
- }, _hoisted_1$171 = {
15468
+ render: render$153
15469
+ }, _hoisted_1$173 = {
15470
15470
  viewBox: "0 0 24 24",
15471
15471
  width: "1.2em",
15472
15472
  height: "1.2em"
15473
15473
  };
15474
- function render$150(e, t) {
15475
- return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createBaseVNode("path", {
15474
+ function render$152(e, t) {
15475
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createBaseVNode("path", {
15476
15476
  fill: "none",
15477
15477
  stroke: "currentColor",
15478
15478
  "stroke-linecap": "round",
@@ -15483,14 +15483,14 @@ function render$150(e, t) {
15483
15483
  }
15484
15484
  var door_open_default = {
15485
15485
  name: "lucide-door-open",
15486
- render: render$150
15487
- }, _hoisted_1$170 = {
15486
+ render: render$152
15487
+ }, _hoisted_1$172 = {
15488
15488
  viewBox: "0 0 24 24",
15489
15489
  width: "1.2em",
15490
15490
  height: "1.2em"
15491
15491
  };
15492
- function render$149(e, t) {
15493
- return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createBaseVNode("circle", {
15492
+ function render$151(e, t) {
15493
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createBaseVNode("circle", {
15494
15494
  cx: "12.1",
15495
15495
  cy: "12.1",
15496
15496
  r: "1",
@@ -15503,14 +15503,14 @@ function render$149(e, t) {
15503
15503
  }
15504
15504
  var dot_default = {
15505
15505
  name: "lucide-dot",
15506
- render: render$149
15507
- }, _hoisted_1$169 = {
15506
+ render: render$151
15507
+ }, _hoisted_1$171 = {
15508
15508
  viewBox: "0 0 24 24",
15509
15509
  width: "1.2em",
15510
15510
  height: "1.2em"
15511
15511
  };
15512
- function render$148(e, t) {
15513
- return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createBaseVNode("g", {
15512
+ function render$150(e, t) {
15513
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createBaseVNode("g", {
15514
15514
  fill: "none",
15515
15515
  stroke: "currentColor",
15516
15516
  "stroke-linecap": "round",
@@ -15520,14 +15520,14 @@ function render$148(e, t) {
15520
15520
  }
15521
15521
  var download_default = {
15522
15522
  name: "lucide-download",
15523
- render: render$148
15524
- }, _hoisted_1$168 = {
15523
+ render: render$150
15524
+ }, _hoisted_1$170 = {
15525
15525
  viewBox: "0 0 24 24",
15526
15526
  width: "1.2em",
15527
15527
  height: "1.2em"
15528
15528
  };
15529
- function render$147(e, t) {
15530
- return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createBaseVNode("g", {
15529
+ function render$149(e, t) {
15530
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createBaseVNode("g", {
15531
15531
  fill: "none",
15532
15532
  stroke: "currentColor",
15533
15533
  "stroke-linecap": "round",
@@ -15541,14 +15541,14 @@ function render$147(e, t) {
15541
15541
  }
15542
15542
  var earth_default = {
15543
15543
  name: "lucide-earth",
15544
- render: render$147
15545
- }, _hoisted_1$167 = {
15544
+ render: render$149
15545
+ }, _hoisted_1$169 = {
15546
15546
  viewBox: "0 0 24 24",
15547
15547
  width: "1.2em",
15548
15548
  height: "1.2em"
15549
15549
  };
15550
- function render$146(e, t) {
15551
- return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createBaseVNode("g", {
15550
+ function render$148(e, t) {
15551
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createBaseVNode("g", {
15552
15552
  fill: "none",
15553
15553
  stroke: "currentColor",
15554
15554
  "stroke-linecap": "round",
@@ -15574,14 +15574,14 @@ function render$146(e, t) {
15574
15574
  }
15575
15575
  var ellipsis_default = {
15576
15576
  name: "lucide-ellipsis",
15577
- render: render$146
15578
- }, _hoisted_1$166 = {
15577
+ render: render$148
15578
+ }, _hoisted_1$168 = {
15579
15579
  viewBox: "0 0 24 24",
15580
15580
  width: "1.2em",
15581
15581
  height: "1.2em"
15582
15582
  };
15583
- function render$145(e, t) {
15584
- return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createBaseVNode("g", {
15583
+ function render$147(e, t) {
15584
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createBaseVNode("g", {
15585
15585
  fill: "none",
15586
15586
  stroke: "currentColor",
15587
15587
  "stroke-linecap": "round",
@@ -15607,14 +15607,14 @@ function render$145(e, t) {
15607
15607
  }
15608
15608
  var ellipsis_vertical_default = {
15609
15609
  name: "lucide-ellipsis-vertical",
15610
- render: render$145
15611
- }, _hoisted_1$165 = {
15610
+ render: render$147
15611
+ }, _hoisted_1$167 = {
15612
15612
  viewBox: "0 0 24 24",
15613
15613
  width: "1.2em",
15614
15614
  height: "1.2em"
15615
15615
  };
15616
- function render$144(e, t) {
15617
- return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createBaseVNode("path", {
15616
+ function render$146(e, t) {
15617
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createBaseVNode("path", {
15618
15618
  fill: "none",
15619
15619
  stroke: "currentColor",
15620
15620
  "stroke-linecap": "round",
@@ -15625,14 +15625,14 @@ function render$144(e, t) {
15625
15625
  }
15626
15626
  var equal_default = {
15627
15627
  name: "lucide-equal",
15628
- render: render$144
15629
- }, _hoisted_1$164 = {
15628
+ render: render$146
15629
+ }, _hoisted_1$166 = {
15630
15630
  viewBox: "0 0 24 24",
15631
15631
  width: "1.2em",
15632
15632
  height: "1.2em"
15633
15633
  };
15634
- function render$143(e, t) {
15635
- return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createBaseVNode("path", {
15634
+ function render$145(e, t) {
15635
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createBaseVNode("path", {
15636
15636
  fill: "none",
15637
15637
  stroke: "currentColor",
15638
15638
  "stroke-linecap": "round",
@@ -15643,14 +15643,14 @@ function render$143(e, t) {
15643
15643
  }
15644
15644
  var expand_default = {
15645
15645
  name: "lucide-expand",
15646
- render: render$143
15647
- }, _hoisted_1$163 = {
15646
+ render: render$145
15647
+ }, _hoisted_1$165 = {
15648
15648
  viewBox: "0 0 24 24",
15649
15649
  width: "1.2em",
15650
15650
  height: "1.2em"
15651
15651
  };
15652
- function render$142(e, t) {
15653
- return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createBaseVNode("path", {
15652
+ function render$144(e, t) {
15653
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createBaseVNode("path", {
15654
15654
  fill: "none",
15655
15655
  stroke: "currentColor",
15656
15656
  "stroke-linecap": "round",
@@ -15661,14 +15661,14 @@ function render$142(e, t) {
15661
15661
  }
15662
15662
  var external_link_default = {
15663
15663
  name: "lucide-external-link",
15664
- render: render$142
15665
- }, _hoisted_1$162 = {
15664
+ render: render$144
15665
+ }, _hoisted_1$164 = {
15666
15666
  viewBox: "0 0 24 24",
15667
15667
  width: "1.2em",
15668
15668
  height: "1.2em"
15669
15669
  };
15670
- function render$141(e, t) {
15671
- return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createBaseVNode("g", {
15670
+ function render$143(e, t) {
15671
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createBaseVNode("g", {
15672
15672
  fill: "none",
15673
15673
  stroke: "currentColor",
15674
15674
  "stroke-linecap": "round",
@@ -15682,14 +15682,14 @@ function render$141(e, t) {
15682
15682
  }
15683
15683
  var eye_default = {
15684
15684
  name: "lucide-eye",
15685
- render: render$141
15686
- }, _hoisted_1$161 = {
15685
+ render: render$143
15686
+ }, _hoisted_1$163 = {
15687
15687
  viewBox: "0 0 24 24",
15688
15688
  width: "1.2em",
15689
15689
  height: "1.2em"
15690
15690
  };
15691
- function render$140(e, t) {
15692
- return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createBaseVNode("g", {
15691
+ function render$142(e, t) {
15692
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createBaseVNode("g", {
15693
15693
  fill: "none",
15694
15694
  stroke: "currentColor",
15695
15695
  "stroke-linecap": "round",
@@ -15699,14 +15699,14 @@ function render$140(e, t) {
15699
15699
  }
15700
15700
  var eye_off_default = {
15701
15701
  name: "lucide-eye-off",
15702
- render: render$140
15703
- }, _hoisted_1$160 = {
15702
+ render: render$142
15703
+ }, _hoisted_1$162 = {
15704
15704
  viewBox: "0 0 24 24",
15705
15705
  width: "1.2em",
15706
15706
  height: "1.2em"
15707
15707
  };
15708
- function render$139(e, t) {
15709
- return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createBaseVNode("g", {
15708
+ function render$141(e, t) {
15709
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createBaseVNode("g", {
15710
15710
  fill: "none",
15711
15711
  stroke: "currentColor",
15712
15712
  "stroke-linecap": "round",
@@ -15716,14 +15716,14 @@ function render$139(e, t) {
15716
15716
  }
15717
15717
  var file_default = {
15718
15718
  name: "lucide-file",
15719
- render: render$139
15720
- }, _hoisted_1$159 = {
15719
+ render: render$141
15720
+ }, _hoisted_1$161 = {
15721
15721
  viewBox: "0 0 24 24",
15722
15722
  width: "1.2em",
15723
15723
  height: "1.2em"
15724
15724
  };
15725
- function render$138(e, t) {
15726
- return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createBaseVNode("g", {
15725
+ function render$140(e, t) {
15726
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createBaseVNode("g", {
15727
15727
  fill: "none",
15728
15728
  stroke: "currentColor",
15729
15729
  "stroke-linecap": "round",
@@ -15741,14 +15741,14 @@ function render$138(e, t) {
15741
15741
  }
15742
15742
  var file_archive_default = {
15743
15743
  name: "lucide-file-archive",
15744
- render: render$138
15745
- }, _hoisted_1$158 = {
15744
+ render: render$140
15745
+ }, _hoisted_1$160 = {
15746
15746
  viewBox: "0 0 24 24",
15747
15747
  width: "1.2em",
15748
15748
  height: "1.2em"
15749
15749
  };
15750
- function render$137(e, t) {
15751
- return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createBaseVNode("g", {
15750
+ function render$139(e, t) {
15751
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createBaseVNode("g", {
15752
15752
  fill: "none",
15753
15753
  stroke: "currentColor",
15754
15754
  "stroke-linecap": "round",
@@ -15758,14 +15758,14 @@ function render$137(e, t) {
15758
15758
  }
15759
15759
  var file_code_default = {
15760
15760
  name: "lucide-file-code",
15761
- render: render$137
15762
- }, _hoisted_1$157 = {
15761
+ render: render$139
15762
+ }, _hoisted_1$159 = {
15763
15763
  viewBox: "0 0 24 24",
15764
15764
  width: "1.2em",
15765
15765
  height: "1.2em"
15766
15766
  };
15767
- function render$136(e, t) {
15768
- return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createBaseVNode("path", {
15767
+ function render$138(e, t) {
15768
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createBaseVNode("path", {
15769
15769
  fill: "none",
15770
15770
  stroke: "currentColor",
15771
15771
  "stroke-linecap": "round",
@@ -15776,14 +15776,14 @@ function render$136(e, t) {
15776
15776
  }
15777
15777
  var file_diff_default = {
15778
15778
  name: "lucide-file-diff",
15779
- render: render$136
15780
- }, _hoisted_1$156 = {
15779
+ render: render$138
15780
+ }, _hoisted_1$158 = {
15781
15781
  viewBox: "0 0 24 24",
15782
15782
  width: "1.2em",
15783
15783
  height: "1.2em"
15784
15784
  };
15785
- function render$135(e, t) {
15786
- return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createBaseVNode("g", {
15785
+ function render$137(e, t) {
15786
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createBaseVNode("g", {
15787
15787
  fill: "none",
15788
15788
  stroke: "currentColor",
15789
15789
  "stroke-linecap": "round",
@@ -15793,14 +15793,14 @@ function render$135(e, t) {
15793
15793
  }
15794
15794
  var file_down_default = {
15795
15795
  name: "lucide-file-down",
15796
- render: render$135
15797
- }, _hoisted_1$155 = {
15796
+ render: render$137
15797
+ }, _hoisted_1$157 = {
15798
15798
  viewBox: "0 0 24 24",
15799
15799
  width: "1.2em",
15800
15800
  height: "1.2em"
15801
15801
  };
15802
- function render$134(e, t) {
15803
- return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createBaseVNode("g", {
15802
+ function render$136(e, t) {
15803
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createBaseVNode("g", {
15804
15804
  fill: "none",
15805
15805
  stroke: "currentColor",
15806
15806
  "stroke-linecap": "round",
@@ -15810,14 +15810,14 @@ function render$134(e, t) {
15810
15810
  }
15811
15811
  var file_input_default = {
15812
15812
  name: "lucide-file-input",
15813
- render: render$134
15814
- }, _hoisted_1$154 = {
15813
+ render: render$136
15814
+ }, _hoisted_1$156 = {
15815
15815
  viewBox: "0 0 24 24",
15816
15816
  width: "1.2em",
15817
15817
  height: "1.2em"
15818
15818
  };
15819
- function render$133(e, t) {
15820
- return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createBaseVNode("g", {
15819
+ function render$135(e, t) {
15820
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createBaseVNode("g", {
15821
15821
  fill: "none",
15822
15822
  stroke: "currentColor",
15823
15823
  "stroke-linecap": "round",
@@ -15831,14 +15831,14 @@ function render$133(e, t) {
15831
15831
  }
15832
15832
  var file_output_default = {
15833
15833
  name: "lucide-file-output",
15834
- render: render$133
15835
- }, _hoisted_1$153 = {
15834
+ render: render$135
15835
+ }, _hoisted_1$155 = {
15836
15836
  viewBox: "0 0 24 24",
15837
15837
  width: "1.2em",
15838
15838
  height: "1.2em"
15839
15839
  };
15840
- function render$132(e, t) {
15841
- return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createBaseVNode("g", {
15840
+ function render$134(e, t) {
15841
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createBaseVNode("g", {
15842
15842
  fill: "none",
15843
15843
  stroke: "currentColor",
15844
15844
  "stroke-linecap": "round",
@@ -15848,14 +15848,14 @@ function render$132(e, t) {
15848
15848
  }
15849
15849
  var file_text_default = {
15850
15850
  name: "lucide-file-text",
15851
- render: render$132
15852
- }, _hoisted_1$152 = {
15851
+ render: render$134
15852
+ }, _hoisted_1$154 = {
15853
15853
  viewBox: "0 0 24 24",
15854
15854
  width: "1.2em",
15855
15855
  height: "1.2em"
15856
15856
  };
15857
- function render$131(e, t) {
15858
- return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createBaseVNode("g", {
15857
+ function render$133(e, t) {
15858
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createBaseVNode("g", {
15859
15859
  fill: "none",
15860
15860
  stroke: "currentColor",
15861
15861
  "stroke-linecap": "round",
@@ -15869,14 +15869,14 @@ function render$131(e, t) {
15869
15869
  }
15870
15870
  var files_default = {
15871
15871
  name: "lucide-files",
15872
- render: render$131
15873
- }, _hoisted_1$151 = {
15872
+ render: render$133
15873
+ }, _hoisted_1$153 = {
15874
15874
  viewBox: "0 0 24 24",
15875
15875
  width: "1.2em",
15876
15876
  height: "1.2em"
15877
15877
  };
15878
- function render$130(e, t) {
15879
- return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createBaseVNode("g", {
15878
+ function render$132(e, t) {
15879
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createBaseVNode("g", {
15880
15880
  fill: "none",
15881
15881
  stroke: "currentColor",
15882
15882
  "stroke-linecap": "round",
@@ -15886,14 +15886,14 @@ function render$130(e, t) {
15886
15886
  }
15887
15887
  var fingerprint_default = {
15888
15888
  name: "lucide-fingerprint",
15889
- render: render$130
15890
- }, _hoisted_1$150 = {
15889
+ render: render$132
15890
+ }, _hoisted_1$152 = {
15891
15891
  viewBox: "0 0 24 24",
15892
15892
  width: "1.2em",
15893
15893
  height: "1.2em"
15894
15894
  };
15895
- function render$129(e, t) {
15896
- return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createBaseVNode("path", {
15895
+ function render$131(e, t) {
15896
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createBaseVNode("path", {
15897
15897
  fill: "none",
15898
15898
  stroke: "currentColor",
15899
15899
  "stroke-linecap": "round",
@@ -15904,14 +15904,14 @@ function render$129(e, t) {
15904
15904
  }
15905
15905
  var flame_default = {
15906
15906
  name: "lucide-flame",
15907
- render: render$129
15908
- }, _hoisted_1$149 = {
15907
+ render: render$131
15908
+ }, _hoisted_1$151 = {
15909
15909
  viewBox: "0 0 24 24",
15910
15910
  width: "1.2em",
15911
15911
  height: "1.2em"
15912
15912
  };
15913
- function render$128(e, t) {
15914
- return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createBaseVNode("path", {
15913
+ function render$130(e, t) {
15914
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createBaseVNode("path", {
15915
15915
  fill: "none",
15916
15916
  stroke: "currentColor",
15917
15917
  "stroke-linecap": "round",
@@ -15922,14 +15922,14 @@ function render$128(e, t) {
15922
15922
  }
15923
15923
  var flask_conical_default = {
15924
15924
  name: "lucide-flask-conical",
15925
- render: render$128
15926
- }, _hoisted_1$148 = {
15925
+ render: render$130
15926
+ }, _hoisted_1$150 = {
15927
15927
  viewBox: "0 0 24 24",
15928
15928
  width: "1.2em",
15929
15929
  height: "1.2em"
15930
15930
  };
15931
- function render$127(e, t) {
15932
- return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createBaseVNode("path", {
15931
+ function render$129(e, t) {
15932
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createBaseVNode("path", {
15933
15933
  fill: "none",
15934
15934
  stroke: "currentColor",
15935
15935
  "stroke-linecap": "round",
@@ -15940,14 +15940,14 @@ function render$127(e, t) {
15940
15940
  }
15941
15941
  var folder_default = {
15942
15942
  name: "lucide-folder",
15943
- render: render$127
15944
- }, _hoisted_1$147 = {
15943
+ render: render$129
15944
+ }, _hoisted_1$149 = {
15945
15945
  viewBox: "0 0 24 24",
15946
15946
  width: "1.2em",
15947
15947
  height: "1.2em"
15948
15948
  };
15949
- function render$126(e, t) {
15950
- return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createBaseVNode("path", {
15949
+ function render$128(e, t) {
15950
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createBaseVNode("path", {
15951
15951
  fill: "none",
15952
15952
  stroke: "currentColor",
15953
15953
  "stroke-linecap": "round",
@@ -15958,14 +15958,14 @@ function render$126(e, t) {
15958
15958
  }
15959
15959
  var folder_open_default = {
15960
15960
  name: "lucide-folder-open",
15961
- render: render$126
15962
- }, _hoisted_1$146 = {
15961
+ render: render$128
15962
+ }, _hoisted_1$148 = {
15963
15963
  viewBox: "0 0 24 24",
15964
15964
  width: "1.2em",
15965
15965
  height: "1.2em"
15966
15966
  };
15967
- function render$125(e, t) {
15968
- return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createBaseVNode("path", {
15967
+ function render$127(e, t) {
15968
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createBaseVNode("path", {
15969
15969
  fill: "none",
15970
15970
  stroke: "currentColor",
15971
15971
  "stroke-linecap": "round",
@@ -15976,14 +15976,14 @@ function render$125(e, t) {
15976
15976
  }
15977
15977
  var folder_plus_default = {
15978
15978
  name: "lucide-folder-plus",
15979
- render: render$125
15980
- }, _hoisted_1$145 = {
15979
+ render: render$127
15980
+ }, _hoisted_1$147 = {
15981
15981
  viewBox: "0 0 24 24",
15982
15982
  width: "1.2em",
15983
15983
  height: "1.2em"
15984
15984
  };
15985
- function render$124(e, t) {
15986
- return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createBaseVNode("path", {
15985
+ function render$126(e, t) {
15986
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createBaseVNode("path", {
15987
15987
  fill: "none",
15988
15988
  stroke: "currentColor",
15989
15989
  "stroke-linecap": "round",
@@ -15994,14 +15994,14 @@ function render$124(e, t) {
15994
15994
  }
15995
15995
  var funnel_default = {
15996
15996
  name: "lucide-funnel",
15997
- render: render$124
15998
- }, _hoisted_1$144 = {
15997
+ render: render$126
15998
+ }, _hoisted_1$146 = {
15999
15999
  viewBox: "0 0 24 24",
16000
16000
  width: "1.2em",
16001
16001
  height: "1.2em"
16002
16002
  };
16003
- function render$123(e, t) {
16004
- return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createBaseVNode("g", {
16003
+ function render$125(e, t) {
16004
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createBaseVNode("g", {
16005
16005
  fill: "none",
16006
16006
  stroke: "currentColor",
16007
16007
  "stroke-linecap": "round",
@@ -16011,14 +16011,14 @@ function render$123(e, t) {
16011
16011
  }
16012
16012
  var gem_default = {
16013
16013
  name: "lucide-gem",
16014
- render: render$123
16015
- }, _hoisted_1$143 = {
16014
+ render: render$125
16015
+ }, _hoisted_1$145 = {
16016
16016
  viewBox: "0 0 24 24",
16017
16017
  width: "1.2em",
16018
16018
  height: "1.2em"
16019
16019
  };
16020
- function render$122(e, t) {
16021
- return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createBaseVNode("g", {
16020
+ function render$124(e, t) {
16021
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createBaseVNode("g", {
16022
16022
  fill: "none",
16023
16023
  stroke: "currentColor",
16024
16024
  "stroke-linecap": "round",
@@ -16034,25 +16034,25 @@ function render$122(e, t) {
16034
16034
  }
16035
16035
  var gift_default = {
16036
16036
  name: "lucide-gift",
16037
- render: render$122
16038
- }, _hoisted_1$142 = {
16037
+ render: render$124
16038
+ }, _hoisted_1$144 = {
16039
16039
  viewBox: "0 0 24 24",
16040
16040
  width: "1.2em",
16041
16041
  height: "1.2em"
16042
16042
  };
16043
- function render$121(e, t) {
16044
- return openBlock(), createElementBlock("svg", _hoisted_1$142, [...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)]]);
16043
+ function render$123(e, t) {
16044
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, [...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)]]);
16045
16045
  }
16046
16046
  var git_branch_default = {
16047
16047
  name: "lucide-git-branch",
16048
- render: render$121
16049
- }, _hoisted_1$141 = {
16048
+ render: render$123
16049
+ }, _hoisted_1$143 = {
16050
16050
  viewBox: "0 0 24 24",
16051
16051
  width: "1.2em",
16052
16052
  height: "1.2em"
16053
16053
  };
16054
- function render$120(e, t) {
16055
- return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createBaseVNode("g", {
16054
+ function render$122(e, t) {
16055
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createBaseVNode("g", {
16056
16056
  fill: "none",
16057
16057
  stroke: "currentColor",
16058
16058
  "stroke-linecap": "round",
@@ -16066,14 +16066,14 @@ function render$120(e, t) {
16066
16066
  }
16067
16067
  var globe_default = {
16068
16068
  name: "lucide-globe",
16069
- render: render$120
16070
- }, _hoisted_1$140 = {
16069
+ render: render$122
16070
+ }, _hoisted_1$142 = {
16071
16071
  viewBox: "0 0 24 24",
16072
16072
  width: "1.2em",
16073
16073
  height: "1.2em"
16074
16074
  };
16075
- function render$119(e, t) {
16076
- return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createBaseVNode("g", {
16075
+ function render$121(e, t) {
16076
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createBaseVNode("g", {
16077
16077
  fill: "none",
16078
16078
  stroke: "currentColor",
16079
16079
  "stroke-linecap": "round",
@@ -16083,14 +16083,14 @@ function render$119(e, t) {
16083
16083
  }
16084
16084
  var graduation_cap_default = {
16085
16085
  name: "lucide-graduation-cap",
16086
- render: render$119
16087
- }, _hoisted_1$139 = {
16086
+ render: render$121
16087
+ }, _hoisted_1$141 = {
16088
16088
  viewBox: "0 0 24 24",
16089
16089
  width: "1.2em",
16090
16090
  height: "1.2em"
16091
16091
  };
16092
- function render$118(e, t) {
16093
- return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createBaseVNode("g", {
16092
+ function render$120(e, t) {
16093
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createBaseVNode("g", {
16094
16094
  fill: "none",
16095
16095
  stroke: "currentColor",
16096
16096
  "stroke-linecap": "round",
@@ -16106,36 +16106,36 @@ function render$118(e, t) {
16106
16106
  }
16107
16107
  var grid_2x2_default = {
16108
16108
  name: "lucide-grid-2x2",
16109
- render: render$118
16110
- }, _hoisted_1$138 = {
16109
+ render: render$120
16110
+ }, _hoisted_1$140 = {
16111
16111
  viewBox: "0 0 24 24",
16112
16112
  width: "1.2em",
16113
16113
  height: "1.2em"
16114
16114
  };
16115
- function render$117(e, t) {
16116
- return openBlock(), createElementBlock("svg", _hoisted_1$138, [...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)]]);
16115
+ function render$119(e, t) {
16116
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, [...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)]]);
16117
16117
  }
16118
16118
  var grip_vertical_default = {
16119
16119
  name: "lucide-grip-vertical",
16120
- render: render$117
16121
- }, _hoisted_1$137 = {
16120
+ render: render$119
16121
+ }, _hoisted_1$139 = {
16122
16122
  viewBox: "0 0 24 24",
16123
16123
  width: "1.2em",
16124
16124
  height: "1.2em"
16125
16125
  };
16126
- function render$116(e, t) {
16127
- return openBlock(), createElementBlock("svg", _hoisted_1$137, [...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)]]);
16126
+ function render$118(e, t) {
16127
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, [...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)]]);
16128
16128
  }
16129
16129
  var hand_coins_default = {
16130
16130
  name: "lucide-hand-coins",
16131
- render: render$116
16132
- }, _hoisted_1$136 = {
16131
+ render: render$118
16132
+ }, _hoisted_1$138 = {
16133
16133
  viewBox: "0 0 24 24",
16134
16134
  width: "1.2em",
16135
16135
  height: "1.2em"
16136
16136
  };
16137
- function render$115(e, t) {
16138
- return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createBaseVNode("g", {
16137
+ function render$117(e, t) {
16138
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createBaseVNode("g", {
16139
16139
  fill: "none",
16140
16140
  stroke: "currentColor",
16141
16141
  "stroke-linecap": "round",
@@ -16149,14 +16149,14 @@ function render$115(e, t) {
16149
16149
  }
16150
16150
  var handshake_default = {
16151
16151
  name: "lucide-handshake",
16152
- render: render$115
16153
- }, _hoisted_1$135 = {
16152
+ render: render$117
16153
+ }, _hoisted_1$137 = {
16154
16154
  viewBox: "0 0 24 24",
16155
16155
  width: "1.2em",
16156
16156
  height: "1.2em"
16157
16157
  };
16158
- function render$114(e, t) {
16159
- return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createBaseVNode("path", {
16158
+ function render$116(e, t) {
16159
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createBaseVNode("path", {
16160
16160
  fill: "none",
16161
16161
  stroke: "currentColor",
16162
16162
  "stroke-linecap": "round",
@@ -16167,14 +16167,14 @@ function render$114(e, t) {
16167
16167
  }
16168
16168
  var hard_drive_default = {
16169
16169
  name: "lucide-hard-drive",
16170
- render: render$114
16171
- }, _hoisted_1$134 = {
16170
+ render: render$116
16171
+ }, _hoisted_1$136 = {
16172
16172
  viewBox: "0 0 24 24",
16173
16173
  width: "1.2em",
16174
16174
  height: "1.2em"
16175
16175
  };
16176
- function render$113(e, t) {
16177
- return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createBaseVNode("g", {
16176
+ function render$115(e, t) {
16177
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createBaseVNode("g", {
16178
16178
  fill: "none",
16179
16179
  stroke: "currentColor",
16180
16180
  "stroke-linecap": "round",
@@ -16194,14 +16194,14 @@ function render$113(e, t) {
16194
16194
  }
16195
16195
  var hard_drive_download_default = {
16196
16196
  name: "lucide-hard-drive-download",
16197
- render: render$113
16198
- }, _hoisted_1$133 = {
16197
+ render: render$115
16198
+ }, _hoisted_1$135 = {
16199
16199
  viewBox: "0 0 24 24",
16200
16200
  width: "1.2em",
16201
16201
  height: "1.2em"
16202
16202
  };
16203
- function render$112(e, t) {
16204
- return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createBaseVNode("path", {
16203
+ function render$114(e, t) {
16204
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createBaseVNode("path", {
16205
16205
  fill: "none",
16206
16206
  stroke: "currentColor",
16207
16207
  "stroke-linecap": "round",
@@ -16212,14 +16212,14 @@ function render$112(e, t) {
16212
16212
  }
16213
16213
  var hash_default = {
16214
16214
  name: "lucide-hash",
16215
- render: render$112
16216
- }, _hoisted_1$132 = {
16215
+ render: render$114
16216
+ }, _hoisted_1$134 = {
16217
16217
  viewBox: "0 0 24 24",
16218
16218
  width: "1.2em",
16219
16219
  height: "1.2em"
16220
16220
  };
16221
- function render$111(e, t) {
16222
- return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createBaseVNode("g", {
16221
+ function render$113(e, t) {
16222
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createBaseVNode("g", {
16223
16223
  fill: "none",
16224
16224
  stroke: "currentColor",
16225
16225
  "stroke-linecap": "round",
@@ -16229,14 +16229,14 @@ function render$111(e, t) {
16229
16229
  }
16230
16230
  var history_default = {
16231
16231
  name: "lucide-history",
16232
- render: render$111
16233
- }, _hoisted_1$131 = {
16232
+ render: render$113
16233
+ }, _hoisted_1$133 = {
16234
16234
  viewBox: "0 0 24 24",
16235
16235
  width: "1.2em",
16236
16236
  height: "1.2em"
16237
16237
  };
16238
- function render$110(e, t) {
16239
- return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createBaseVNode("path", {
16238
+ function render$112(e, t) {
16239
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createBaseVNode("path", {
16240
16240
  fill: "none",
16241
16241
  stroke: "currentColor",
16242
16242
  "stroke-linecap": "round",
@@ -16247,14 +16247,14 @@ function render$110(e, t) {
16247
16247
  }
16248
16248
  var hourglass_default = {
16249
16249
  name: "lucide-hourglass",
16250
- render: render$110
16251
- }, _hoisted_1$130 = {
16250
+ render: render$112
16251
+ }, _hoisted_1$132 = {
16252
16252
  viewBox: "0 0 24 24",
16253
16253
  width: "1.2em",
16254
16254
  height: "1.2em"
16255
16255
  };
16256
- function render$109(e, t) {
16257
- return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createBaseVNode("g", {
16256
+ function render$111(e, t) {
16257
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createBaseVNode("g", {
16258
16258
  fill: "none",
16259
16259
  stroke: "currentColor",
16260
16260
  "stroke-linecap": "round",
@@ -16264,14 +16264,14 @@ function render$109(e, t) {
16264
16264
  }
16265
16265
  var house_default = {
16266
16266
  name: "lucide-house",
16267
- render: render$109
16268
- }, _hoisted_1$129 = {
16267
+ render: render$111
16268
+ }, _hoisted_1$131 = {
16269
16269
  viewBox: "0 0 24 24",
16270
16270
  width: "1.2em",
16271
16271
  height: "1.2em"
16272
16272
  };
16273
- function render$108(e, t) {
16274
- return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createBaseVNode("g", {
16273
+ function render$110(e, t) {
16274
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createBaseVNode("g", {
16275
16275
  fill: "none",
16276
16276
  stroke: "currentColor",
16277
16277
  "stroke-linecap": "round",
@@ -16296,14 +16296,14 @@ function render$108(e, t) {
16296
16296
  }
16297
16297
  var image_default = {
16298
16298
  name: "lucide-image",
16299
- render: render$108
16300
- }, _hoisted_1$128 = {
16299
+ render: render$110
16300
+ }, _hoisted_1$130 = {
16301
16301
  viewBox: "0 0 24 24",
16302
16302
  width: "1.2em",
16303
16303
  height: "1.2em"
16304
16304
  };
16305
- function render$107(e, t) {
16306
- return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createBaseVNode("g", {
16305
+ function render$109(e, t) {
16306
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createBaseVNode("g", {
16307
16307
  fill: "none",
16308
16308
  stroke: "currentColor",
16309
16309
  "stroke-linecap": "round",
@@ -16313,14 +16313,14 @@ function render$107(e, t) {
16313
16313
  }
16314
16314
  var inbox_default = {
16315
16315
  name: "lucide-inbox",
16316
- render: render$107
16317
- }, _hoisted_1$127 = {
16316
+ render: render$109
16317
+ }, _hoisted_1$129 = {
16318
16318
  viewBox: "0 0 24 24",
16319
16319
  width: "1.2em",
16320
16320
  height: "1.2em"
16321
16321
  };
16322
- function render$106(e, t) {
16323
- return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createBaseVNode("g", {
16322
+ function render$108(e, t) {
16323
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createBaseVNode("g", {
16324
16324
  fill: "none",
16325
16325
  stroke: "currentColor",
16326
16326
  "stroke-linecap": "round",
@@ -16334,14 +16334,14 @@ function render$106(e, t) {
16334
16334
  }
16335
16335
  var info_default = {
16336
16336
  name: "lucide-info",
16337
- render: render$106
16338
- }, _hoisted_1$126 = {
16337
+ render: render$108
16338
+ }, _hoisted_1$128 = {
16339
16339
  viewBox: "0 0 24 24",
16340
16340
  width: "1.2em",
16341
16341
  height: "1.2em"
16342
16342
  };
16343
- function render$105(e, t) {
16344
- return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createBaseVNode("g", {
16343
+ function render$107(e, t) {
16344
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createBaseVNode("g", {
16345
16345
  fill: "none",
16346
16346
  stroke: "currentColor",
16347
16347
  "stroke-linecap": "round",
@@ -16356,14 +16356,14 @@ function render$105(e, t) {
16356
16356
  }
16357
16357
  var key_round_default = {
16358
16358
  name: "lucide-key-round",
16359
- render: render$105
16360
- }, _hoisted_1$125 = {
16359
+ render: render$107
16360
+ }, _hoisted_1$127 = {
16361
16361
  viewBox: "0 0 24 24",
16362
16362
  width: "1.2em",
16363
16363
  height: "1.2em"
16364
16364
  };
16365
- function render$104(e, t) {
16366
- return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createBaseVNode("path", {
16365
+ function render$106(e, t) {
16366
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createBaseVNode("path", {
16367
16367
  fill: "none",
16368
16368
  stroke: "currentColor",
16369
16369
  "stroke-linecap": "round",
@@ -16374,14 +16374,14 @@ function render$104(e, t) {
16374
16374
  }
16375
16375
  var languages_default = {
16376
16376
  name: "lucide-languages",
16377
- render: render$104
16378
- }, _hoisted_1$124 = {
16377
+ render: render$106
16378
+ }, _hoisted_1$126 = {
16379
16379
  viewBox: "0 0 24 24",
16380
16380
  width: "1.2em",
16381
16381
  height: "1.2em"
16382
16382
  };
16383
- function render$103(e, t) {
16384
- return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createBaseVNode("g", {
16383
+ function render$105(e, t) {
16384
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createBaseVNode("g", {
16385
16385
  fill: "none",
16386
16386
  stroke: "currentColor",
16387
16387
  "stroke-linecap": "round",
@@ -16395,14 +16395,14 @@ function render$103(e, t) {
16395
16395
  }
16396
16396
  var layers_default = {
16397
16397
  name: "lucide-layers",
16398
- render: render$103
16399
- }, _hoisted_1$123 = {
16398
+ render: render$105
16399
+ }, _hoisted_1$125 = {
16400
16400
  viewBox: "0 0 24 24",
16401
16401
  width: "1.2em",
16402
16402
  height: "1.2em"
16403
16403
  };
16404
- function render$102(e, t) {
16405
- return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createBaseVNode("g", {
16404
+ function render$104(e, t) {
16405
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createBaseVNode("g", {
16406
16406
  fill: "none",
16407
16407
  stroke: "currentColor",
16408
16408
  "stroke-linecap": "round",
@@ -16434,14 +16434,14 @@ function render$102(e, t) {
16434
16434
  }
16435
16435
  var layout_template_default = {
16436
16436
  name: "lucide-layout-template",
16437
- render: render$102
16438
- }, _hoisted_1$122 = {
16437
+ render: render$104
16438
+ }, _hoisted_1$124 = {
16439
16439
  viewBox: "0 0 24 24",
16440
16440
  width: "1.2em",
16441
16441
  height: "1.2em"
16442
16442
  };
16443
- function render$101(e, t) {
16444
- return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createBaseVNode("path", {
16443
+ function render$103(e, t) {
16444
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createBaseVNode("path", {
16445
16445
  fill: "none",
16446
16446
  stroke: "currentColor",
16447
16447
  "stroke-linecap": "round",
@@ -16452,14 +16452,14 @@ function render$101(e, t) {
16452
16452
  }
16453
16453
  var lightbulb_default = {
16454
16454
  name: "lucide-lightbulb",
16455
- render: render$101
16456
- }, _hoisted_1$121 = {
16455
+ render: render$103
16456
+ }, _hoisted_1$123 = {
16457
16457
  viewBox: "0 0 24 24",
16458
16458
  width: "1.2em",
16459
16459
  height: "1.2em"
16460
16460
  };
16461
- function render$100(e, t) {
16462
- return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createBaseVNode("g", {
16461
+ function render$102(e, t) {
16462
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createBaseVNode("g", {
16463
16463
  fill: "none",
16464
16464
  stroke: "currentColor",
16465
16465
  "stroke-linecap": "round",
@@ -16469,14 +16469,14 @@ function render$100(e, t) {
16469
16469
  }
16470
16470
  var link_default = {
16471
16471
  name: "lucide-link",
16472
- render: render$100
16473
- }, _hoisted_1$120 = {
16472
+ render: render$102
16473
+ }, _hoisted_1$122 = {
16474
16474
  viewBox: "0 0 24 24",
16475
16475
  width: "1.2em",
16476
16476
  height: "1.2em"
16477
16477
  };
16478
- function render$99(e, t) {
16479
- return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createBaseVNode("path", {
16478
+ function render$101(e, t) {
16479
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createBaseVNode("path", {
16480
16480
  fill: "none",
16481
16481
  stroke: "currentColor",
16482
16482
  "stroke-linecap": "round",
@@ -16487,14 +16487,14 @@ function render$99(e, t) {
16487
16487
  }
16488
16488
  var list_default = {
16489
16489
  name: "lucide-list",
16490
- render: render$99
16491
- }, _hoisted_1$119 = {
16490
+ render: render$101
16491
+ }, _hoisted_1$121 = {
16492
16492
  viewBox: "0 0 24 24",
16493
16493
  width: "1.2em",
16494
16494
  height: "1.2em"
16495
16495
  };
16496
- function render$98(e, t) {
16497
- return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createBaseVNode("path", {
16496
+ function render$100(e, t) {
16497
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createBaseVNode("path", {
16498
16498
  fill: "none",
16499
16499
  stroke: "currentColor",
16500
16500
  "stroke-linecap": "round",
@@ -16505,14 +16505,14 @@ function render$98(e, t) {
16505
16505
  }
16506
16506
  var list_checks_default = {
16507
16507
  name: "lucide-list-checks",
16508
- render: render$98
16509
- }, _hoisted_1$118 = {
16508
+ render: render$100
16509
+ }, _hoisted_1$120 = {
16510
16510
  viewBox: "0 0 24 24",
16511
16511
  width: "1.2em",
16512
16512
  height: "1.2em"
16513
16513
  };
16514
- function render$97(e, t) {
16515
- return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createBaseVNode("path", {
16514
+ function render$99(e, t) {
16515
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createBaseVNode("path", {
16516
16516
  fill: "none",
16517
16517
  stroke: "currentColor",
16518
16518
  "stroke-linecap": "round",
@@ -16523,14 +16523,14 @@ function render$97(e, t) {
16523
16523
  }
16524
16524
  var loader2_default = {
16525
16525
  name: "lucide-loader2",
16526
- render: render$97
16527
- }, _hoisted_1$117 = {
16526
+ render: render$99
16527
+ }, _hoisted_1$119 = {
16528
16528
  viewBox: "0 0 24 24",
16529
16529
  width: "1.2em",
16530
16530
  height: "1.2em"
16531
16531
  };
16532
- function render$96(e, t) {
16533
- return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createBaseVNode("g", {
16532
+ function render$98(e, t) {
16533
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createBaseVNode("g", {
16534
16534
  fill: "none",
16535
16535
  stroke: "currentColor",
16536
16536
  "stroke-linecap": "round",
@@ -16547,14 +16547,14 @@ function render$96(e, t) {
16547
16547
  }
16548
16548
  var lock_default = {
16549
16549
  name: "lucide-lock",
16550
- render: render$96
16551
- }, _hoisted_1$116 = {
16550
+ render: render$98
16551
+ }, _hoisted_1$118 = {
16552
16552
  viewBox: "0 0 24 24",
16553
16553
  width: "1.2em",
16554
16554
  height: "1.2em"
16555
16555
  };
16556
- function render$95(e, t) {
16557
- return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createBaseVNode("path", {
16556
+ function render$97(e, t) {
16557
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createBaseVNode("path", {
16558
16558
  fill: "none",
16559
16559
  stroke: "currentColor",
16560
16560
  "stroke-linecap": "round",
@@ -16565,14 +16565,14 @@ function render$95(e, t) {
16565
16565
  }
16566
16566
  var log_in_default = {
16567
16567
  name: "lucide-log-in",
16568
- render: render$95
16569
- }, _hoisted_1$115 = {
16568
+ render: render$97
16569
+ }, _hoisted_1$117 = {
16570
16570
  viewBox: "0 0 24 24",
16571
16571
  width: "1.2em",
16572
16572
  height: "1.2em"
16573
16573
  };
16574
- function render$94(e, t) {
16575
- return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createBaseVNode("path", {
16574
+ function render$96(e, t) {
16575
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createBaseVNode("path", {
16576
16576
  fill: "none",
16577
16577
  stroke: "currentColor",
16578
16578
  "stroke-linecap": "round",
@@ -16583,14 +16583,14 @@ function render$94(e, t) {
16583
16583
  }
16584
16584
  var log_out_default = {
16585
16585
  name: "lucide-log-out",
16586
- render: render$94
16587
- }, _hoisted_1$114 = {
16586
+ render: render$96
16587
+ }, _hoisted_1$116 = {
16588
16588
  viewBox: "0 0 24 24",
16589
16589
  width: "1.2em",
16590
16590
  height: "1.2em"
16591
16591
  };
16592
- function render$93(e, t) {
16593
- return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createBaseVNode("g", {
16592
+ function render$95(e, t) {
16593
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createBaseVNode("g", {
16594
16594
  fill: "none",
16595
16595
  stroke: "currentColor",
16596
16596
  "stroke-linecap": "round",
@@ -16606,14 +16606,14 @@ function render$93(e, t) {
16606
16606
  }
16607
16607
  var mail_default = {
16608
16608
  name: "lucide-mail",
16609
- render: render$93
16610
- }, _hoisted_1$113 = {
16609
+ render: render$95
16610
+ }, _hoisted_1$115 = {
16611
16611
  viewBox: "0 0 24 24",
16612
16612
  width: "1.2em",
16613
16613
  height: "1.2em"
16614
16614
  };
16615
- function render$92(e, t) {
16616
- return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createBaseVNode("path", {
16615
+ function render$94(e, t) {
16616
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createBaseVNode("path", {
16617
16617
  fill: "none",
16618
16618
  stroke: "currentColor",
16619
16619
  "stroke-linecap": "round",
@@ -16624,14 +16624,14 @@ function render$92(e, t) {
16624
16624
  }
16625
16625
  var maximize_default = {
16626
16626
  name: "lucide-maximize",
16627
- render: render$92
16628
- }, _hoisted_1$112 = {
16627
+ render: render$94
16628
+ }, _hoisted_1$114 = {
16629
16629
  viewBox: "0 0 24 24",
16630
16630
  width: "1.2em",
16631
16631
  height: "1.2em"
16632
16632
  };
16633
- function render$91(e, t) {
16634
- return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createBaseVNode("path", {
16633
+ function render$93(e, t) {
16634
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createBaseVNode("path", {
16635
16635
  fill: "none",
16636
16636
  stroke: "currentColor",
16637
16637
  "stroke-linecap": "round",
@@ -16642,14 +16642,14 @@ function render$91(e, t) {
16642
16642
  }
16643
16643
  var maximize_2_default = {
16644
16644
  name: "lucide-maximize-2",
16645
- render: render$91
16646
- }, _hoisted_1$111 = {
16645
+ render: render$93
16646
+ }, _hoisted_1$113 = {
16647
16647
  viewBox: "0 0 24 24",
16648
16648
  width: "1.2em",
16649
16649
  height: "1.2em"
16650
16650
  };
16651
- function render$90(e, t) {
16652
- return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createBaseVNode("path", {
16651
+ function render$92(e, t) {
16652
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createBaseVNode("path", {
16653
16653
  fill: "none",
16654
16654
  stroke: "currentColor",
16655
16655
  "stroke-linecap": "round",
@@ -16660,14 +16660,14 @@ function render$90(e, t) {
16660
16660
  }
16661
16661
  var menu_default = {
16662
16662
  name: "lucide-menu",
16663
- render: render$90
16664
- }, _hoisted_1$110 = {
16663
+ render: render$92
16664
+ }, _hoisted_1$112 = {
16665
16665
  viewBox: "0 0 24 24",
16666
16666
  width: "1.2em",
16667
16667
  height: "1.2em"
16668
16668
  };
16669
- function render$89(e, t) {
16670
- return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createBaseVNode("path", {
16669
+ function render$91(e, t) {
16670
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createBaseVNode("path", {
16671
16671
  fill: "none",
16672
16672
  stroke: "currentColor",
16673
16673
  "stroke-linecap": "round",
@@ -16678,14 +16678,14 @@ function render$89(e, t) {
16678
16678
  }
16679
16679
  var message_circle_default = {
16680
16680
  name: "lucide-message-circle",
16681
- render: render$89
16682
- }, _hoisted_1$109 = {
16681
+ render: render$91
16682
+ }, _hoisted_1$111 = {
16683
16683
  viewBox: "0 0 24 24",
16684
16684
  width: "1.2em",
16685
16685
  height: "1.2em"
16686
16686
  };
16687
- function render$88(e, t) {
16688
- return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createBaseVNode("path", {
16687
+ function render$90(e, t) {
16688
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createBaseVNode("path", {
16689
16689
  fill: "none",
16690
16690
  stroke: "currentColor",
16691
16691
  "stroke-linecap": "round",
@@ -16696,14 +16696,14 @@ function render$88(e, t) {
16696
16696
  }
16697
16697
  var message_square_default = {
16698
16698
  name: "lucide-message-square",
16699
- render: render$88
16700
- }, _hoisted_1$108 = {
16699
+ render: render$90
16700
+ }, _hoisted_1$110 = {
16701
16701
  viewBox: "0 0 24 24",
16702
16702
  width: "1.2em",
16703
16703
  height: "1.2em"
16704
16704
  };
16705
- function render$87(e, t) {
16706
- return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createBaseVNode("path", {
16705
+ function render$89(e, t) {
16706
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createBaseVNode("path", {
16707
16707
  fill: "none",
16708
16708
  stroke: "currentColor",
16709
16709
  "stroke-linecap": "round",
@@ -16714,14 +16714,14 @@ function render$87(e, t) {
16714
16714
  }
16715
16715
  var message_square_plus_default = {
16716
16716
  name: "lucide-message-square-plus",
16717
- render: render$87
16718
- }, _hoisted_1$107 = {
16717
+ render: render$89
16718
+ }, _hoisted_1$109 = {
16719
16719
  viewBox: "0 0 24 24",
16720
16720
  width: "1.2em",
16721
16721
  height: "1.2em"
16722
16722
  };
16723
- function render$86(e, t) {
16724
- return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createBaseVNode("path", {
16723
+ function render$88(e, t) {
16724
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createBaseVNode("path", {
16725
16725
  fill: "none",
16726
16726
  stroke: "currentColor",
16727
16727
  "stroke-linecap": "round",
@@ -16732,14 +16732,14 @@ function render$86(e, t) {
16732
16732
  }
16733
16733
  var messages_square_default = {
16734
16734
  name: "lucide-messages-square",
16735
- render: render$86
16736
- }, _hoisted_1$106 = {
16735
+ render: render$88
16736
+ }, _hoisted_1$108 = {
16737
16737
  viewBox: "0 0 24 24",
16738
16738
  width: "1.2em",
16739
16739
  height: "1.2em"
16740
16740
  };
16741
- function render$85(e, t) {
16742
- return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createBaseVNode("g", {
16741
+ function render$87(e, t) {
16742
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createBaseVNode("g", {
16743
16743
  fill: "none",
16744
16744
  stroke: "currentColor",
16745
16745
  "stroke-linecap": "round",
@@ -16755,14 +16755,14 @@ function render$85(e, t) {
16755
16755
  }
16756
16756
  var mic_default = {
16757
16757
  name: "lucide-mic",
16758
- render: render$85
16759
- }, _hoisted_1$105 = {
16758
+ render: render$87
16759
+ }, _hoisted_1$107 = {
16760
16760
  viewBox: "0 0 24 24",
16761
16761
  width: "1.2em",
16762
16762
  height: "1.2em"
16763
16763
  };
16764
- function render$84(e, t) {
16765
- return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createBaseVNode("path", {
16764
+ function render$86(e, t) {
16765
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createBaseVNode("path", {
16766
16766
  fill: "none",
16767
16767
  stroke: "currentColor",
16768
16768
  "stroke-linecap": "round",
@@ -16773,14 +16773,14 @@ function render$84(e, t) {
16773
16773
  }
16774
16774
  var milestone_default = {
16775
16775
  name: "lucide-milestone",
16776
- render: render$84
16777
- }, _hoisted_1$104 = {
16776
+ render: render$86
16777
+ }, _hoisted_1$106 = {
16778
16778
  viewBox: "0 0 24 24",
16779
16779
  width: "1.2em",
16780
16780
  height: "1.2em"
16781
16781
  };
16782
- function render$83(e, t) {
16783
- return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createBaseVNode("path", {
16782
+ function render$85(e, t) {
16783
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createBaseVNode("path", {
16784
16784
  fill: "none",
16785
16785
  stroke: "currentColor",
16786
16786
  "stroke-linecap": "round",
@@ -16791,14 +16791,14 @@ function render$83(e, t) {
16791
16791
  }
16792
16792
  var minimize_2_default = {
16793
16793
  name: "lucide-minimize-2",
16794
- render: render$83
16795
- }, _hoisted_1$103 = {
16794
+ render: render$85
16795
+ }, _hoisted_1$105 = {
16796
16796
  viewBox: "0 0 24 24",
16797
16797
  width: "1.2em",
16798
16798
  height: "1.2em"
16799
16799
  };
16800
- function render$82(e, t) {
16801
- return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createBaseVNode("path", {
16800
+ function render$84(e, t) {
16801
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createBaseVNode("path", {
16802
16802
  fill: "none",
16803
16803
  stroke: "currentColor",
16804
16804
  "stroke-linecap": "round",
@@ -16809,14 +16809,14 @@ function render$82(e, t) {
16809
16809
  }
16810
16810
  var minus_default = {
16811
16811
  name: "lucide-minus",
16812
- render: render$82
16813
- }, _hoisted_1$102 = {
16812
+ render: render$84
16813
+ }, _hoisted_1$104 = {
16814
16814
  viewBox: "0 0 24 24",
16815
16815
  width: "1.2em",
16816
16816
  height: "1.2em"
16817
16817
  };
16818
- function render$81(e, t) {
16819
- return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createBaseVNode("path", {
16818
+ function render$83(e, t) {
16819
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createBaseVNode("path", {
16820
16820
  fill: "none",
16821
16821
  stroke: "currentColor",
16822
16822
  "stroke-linecap": "round",
@@ -16827,25 +16827,25 @@ function render$81(e, t) {
16827
16827
  }
16828
16828
  var mouse_pointer_default = {
16829
16829
  name: "lucide-mouse-pointer",
16830
- render: render$81
16831
- }, _hoisted_1$101 = {
16830
+ render: render$83
16831
+ }, _hoisted_1$103 = {
16832
16832
  viewBox: "0 0 24 24",
16833
16833
  width: "1.2em",
16834
16834
  height: "1.2em"
16835
16835
  };
16836
- function render$80(e, t) {
16837
- return openBlock(), createElementBlock("svg", _hoisted_1$101, [...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)]]);
16836
+ function render$82(e, t) {
16837
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, [...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)]]);
16838
16838
  }
16839
16839
  var network_default = {
16840
16840
  name: "lucide-network",
16841
- render: render$80
16842
- }, _hoisted_1$100 = {
16841
+ render: render$82
16842
+ }, _hoisted_1$102 = {
16843
16843
  viewBox: "0 0 24 24",
16844
16844
  width: "1.2em",
16845
16845
  height: "1.2em"
16846
16846
  };
16847
- function render$79(e, t) {
16848
- return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createBaseVNode("g", {
16847
+ function render$81(e, t) {
16848
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createBaseVNode("g", {
16849
16849
  fill: "none",
16850
16850
  stroke: "currentColor",
16851
16851
  "stroke-linecap": "round",
@@ -16855,14 +16855,14 @@ function render$79(e, t) {
16855
16855
  }
16856
16856
  var notebook_pen_default = {
16857
16857
  name: "lucide-notebook-pen",
16858
- render: render$79
16859
- }, _hoisted_1$99 = {
16858
+ render: render$81
16859
+ }, _hoisted_1$101 = {
16860
16860
  viewBox: "0 0 24 24",
16861
16861
  width: "1.2em",
16862
16862
  height: "1.2em"
16863
16863
  };
16864
- function render$78(e, t) {
16865
- return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createBaseVNode("g", {
16864
+ function render$80(e, t) {
16865
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createBaseVNode("g", {
16866
16866
  fill: "none",
16867
16867
  stroke: "currentColor",
16868
16868
  "stroke-linecap": "round",
@@ -16876,25 +16876,25 @@ function render$78(e, t) {
16876
16876
  }
16877
16877
  var package_open_default = {
16878
16878
  name: "lucide-package-open",
16879
- render: render$78
16880
- }, _hoisted_1$98 = {
16879
+ render: render$80
16880
+ }, _hoisted_1$100 = {
16881
16881
  viewBox: "0 0 24 24",
16882
16882
  width: "1.2em",
16883
16883
  height: "1.2em"
16884
16884
  };
16885
- function render$77(e, t) {
16886
- return openBlock(), createElementBlock("svg", _hoisted_1$98, [...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)]]);
16885
+ function render$79(e, t) {
16886
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, [...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)]]);
16887
16887
  }
16888
16888
  var palette_default = {
16889
16889
  name: "lucide-palette",
16890
- render: render$77
16891
- }, _hoisted_1$97 = {
16890
+ render: render$79
16891
+ }, _hoisted_1$99 = {
16892
16892
  viewBox: "0 0 24 24",
16893
16893
  width: "1.2em",
16894
16894
  height: "1.2em"
16895
16895
  };
16896
- function render$76(e, t) {
16897
- return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createBaseVNode("g", {
16896
+ function render$78(e, t) {
16897
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createBaseVNode("g", {
16898
16898
  fill: "none",
16899
16899
  stroke: "currentColor",
16900
16900
  "stroke-linecap": "round",
@@ -16910,14 +16910,14 @@ function render$76(e, t) {
16910
16910
  }
16911
16911
  var panel_left_default = {
16912
16912
  name: "lucide-panel-left",
16913
- render: render$76
16914
- }, _hoisted_1$96 = {
16913
+ render: render$78
16914
+ }, _hoisted_1$98 = {
16915
16915
  viewBox: "0 0 24 24",
16916
16916
  width: "1.2em",
16917
16917
  height: "1.2em"
16918
16918
  };
16919
- function render$75(e, t) {
16920
- return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createBaseVNode("g", {
16919
+ function render$77(e, t) {
16920
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createBaseVNode("g", {
16921
16921
  fill: "none",
16922
16922
  stroke: "currentColor",
16923
16923
  "stroke-linecap": "round",
@@ -16933,14 +16933,14 @@ function render$75(e, t) {
16933
16933
  }
16934
16934
  var panel_right_default = {
16935
16935
  name: "lucide-panel-right",
16936
- render: render$75
16937
- }, _hoisted_1$95 = {
16936
+ render: render$77
16937
+ }, _hoisted_1$97 = {
16938
16938
  viewBox: "0 0 24 24",
16939
16939
  width: "1.2em",
16940
16940
  height: "1.2em"
16941
16941
  };
16942
- function render$74(e, t) {
16943
- return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createBaseVNode("path", {
16942
+ function render$76(e, t) {
16943
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createBaseVNode("path", {
16944
16944
  fill: "none",
16945
16945
  stroke: "currentColor",
16946
16946
  "stroke-linecap": "round",
@@ -16951,14 +16951,14 @@ function render$74(e, t) {
16951
16951
  }
16952
16952
  var paperclip_default = {
16953
16953
  name: "lucide-paperclip",
16954
- render: render$74
16955
- }, _hoisted_1$94 = {
16954
+ render: render$76
16955
+ }, _hoisted_1$96 = {
16956
16956
  viewBox: "0 0 24 24",
16957
16957
  width: "1.2em",
16958
16958
  height: "1.2em"
16959
16959
  };
16960
- function render$73(e, t) {
16961
- return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createBaseVNode("g", {
16960
+ function render$75(e, t) {
16961
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createBaseVNode("g", {
16962
16962
  fill: "none",
16963
16963
  stroke: "currentColor",
16964
16964
  "stroke-linecap": "round",
@@ -16980,14 +16980,14 @@ function render$73(e, t) {
16980
16980
  }
16981
16981
  var pause_default = {
16982
16982
  name: "lucide-pause",
16983
- render: render$73
16984
- }, _hoisted_1$93 = {
16983
+ render: render$75
16984
+ }, _hoisted_1$95 = {
16985
16985
  viewBox: "0 0 24 24",
16986
16986
  width: "1.2em",
16987
16987
  height: "1.2em"
16988
16988
  };
16989
- function render$72(e, t) {
16990
- return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createBaseVNode("path", {
16989
+ function render$74(e, t) {
16990
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createBaseVNode("path", {
16991
16991
  fill: "none",
16992
16992
  stroke: "currentColor",
16993
16993
  "stroke-linecap": "round",
@@ -16998,14 +16998,14 @@ function render$72(e, t) {
16998
16998
  }
16999
16999
  var pen_default = {
17000
17000
  name: "lucide-pen",
17001
- render: render$72
17002
- }, _hoisted_1$92 = {
17001
+ render: render$74
17002
+ }, _hoisted_1$94 = {
17003
17003
  viewBox: "0 0 24 24",
17004
17004
  width: "1.2em",
17005
17005
  height: "1.2em"
17006
17006
  };
17007
- function render$71(e, t) {
17008
- return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createBaseVNode("path", {
17007
+ function render$73(e, t) {
17008
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createBaseVNode("path", {
17009
17009
  fill: "none",
17010
17010
  stroke: "currentColor",
17011
17011
  "stroke-linecap": "round",
@@ -17016,14 +17016,32 @@ function render$71(e, t) {
17016
17016
  }
17017
17017
  var pencil_default = {
17018
17018
  name: "lucide-pencil",
17019
- render: render$71
17020
- }, _hoisted_1$91 = {
17019
+ render: render$73
17020
+ }, _hoisted_1$93 = {
17021
17021
  viewBox: "0 0 24 24",
17022
17022
  width: "1.2em",
17023
17023
  height: "1.2em"
17024
17024
  };
17025
- function render$70(e, t) {
17026
- return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createBaseVNode("path", {
17025
+ function render$72(e, t) {
17026
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createBaseVNode("path", {
17027
+ fill: "none",
17028
+ stroke: "currentColor",
17029
+ "stroke-linecap": "round",
17030
+ "stroke-linejoin": "round",
17031
+ "stroke-width": "2",
17032
+ d: "m10 10l-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982m-1.171-6.81l4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353M15 5l4 4M2 2l20 20"
17033
+ }, null, -1)]]);
17034
+ }
17035
+ var pencil_off_default = {
17036
+ name: "lucide-pencil-off",
17037
+ render: render$72
17038
+ }, _hoisted_1$92 = {
17039
+ viewBox: "0 0 24 24",
17040
+ width: "1.2em",
17041
+ height: "1.2em"
17042
+ };
17043
+ function render$71(e, t) {
17044
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createBaseVNode("path", {
17027
17045
  fill: "none",
17028
17046
  stroke: "currentColor",
17029
17047
  "stroke-linecap": "round",
@@ -17034,14 +17052,14 @@ function render$70(e, t) {
17034
17052
  }
17035
17053
  var pin_default = {
17036
17054
  name: "lucide-pin",
17037
- render: render$70
17038
- }, _hoisted_1$90 = {
17055
+ render: render$71
17056
+ }, _hoisted_1$91 = {
17039
17057
  viewBox: "0 0 24 24",
17040
17058
  width: "1.2em",
17041
17059
  height: "1.2em"
17042
17060
  };
17043
- function render$69(e, t) {
17044
- return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createBaseVNode("path", {
17061
+ function render$70(e, t) {
17062
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createBaseVNode("path", {
17045
17063
  fill: "none",
17046
17064
  stroke: "currentColor",
17047
17065
  "stroke-linecap": "round",
@@ -17052,14 +17070,14 @@ function render$69(e, t) {
17052
17070
  }
17053
17071
  var play_default = {
17054
17072
  name: "lucide-play",
17055
- render: render$69
17056
- }, _hoisted_1$89 = {
17073
+ render: render$70
17074
+ }, _hoisted_1$90 = {
17057
17075
  viewBox: "0 0 24 24",
17058
17076
  width: "1.2em",
17059
17077
  height: "1.2em"
17060
17078
  };
17061
- function render$68(e, t) {
17062
- return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createBaseVNode("path", {
17079
+ function render$69(e, t) {
17080
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createBaseVNode("path", {
17063
17081
  fill: "none",
17064
17082
  stroke: "currentColor",
17065
17083
  "stroke-linecap": "round",
@@ -17070,14 +17088,14 @@ function render$68(e, t) {
17070
17088
  }
17071
17089
  var plug_default = {
17072
17090
  name: "lucide-plug",
17073
- render: render$68
17074
- }, _hoisted_1$88 = {
17091
+ render: render$69
17092
+ }, _hoisted_1$89 = {
17075
17093
  viewBox: "0 0 24 24",
17076
17094
  width: "1.2em",
17077
17095
  height: "1.2em"
17078
17096
  };
17079
- function render$67(e, t) {
17080
- return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createBaseVNode("path", {
17097
+ function render$68(e, t) {
17098
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createBaseVNode("path", {
17081
17099
  fill: "none",
17082
17100
  stroke: "currentColor",
17083
17101
  "stroke-linecap": "round",
@@ -17088,14 +17106,14 @@ function render$67(e, t) {
17088
17106
  }
17089
17107
  var plus_default = {
17090
17108
  name: "lucide-plus",
17091
- render: render$67
17092
- }, _hoisted_1$87 = {
17109
+ render: render$68
17110
+ }, _hoisted_1$88 = {
17093
17111
  viewBox: "0 0 24 24",
17094
17112
  width: "1.2em",
17095
17113
  height: "1.2em"
17096
17114
  };
17097
- function render$66(e, t) {
17098
- return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createBaseVNode("g", {
17115
+ function render$67(e, t) {
17116
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createBaseVNode("g", {
17099
17117
  fill: "none",
17100
17118
  stroke: "currentColor",
17101
17119
  "stroke-linecap": "round",
@@ -17105,14 +17123,14 @@ function render$66(e, t) {
17105
17123
  }
17106
17124
  var pocket_knife_default = {
17107
17125
  name: "lucide-pocket-knife",
17108
- render: render$66
17109
- }, _hoisted_1$86 = {
17126
+ render: render$67
17127
+ }, _hoisted_1$87 = {
17110
17128
  viewBox: "0 0 24 24",
17111
17129
  width: "1.2em",
17112
17130
  height: "1.2em"
17113
17131
  };
17114
- function render$65(e, t) {
17115
- return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createBaseVNode("path", {
17132
+ function render$66(e, t) {
17133
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createBaseVNode("path", {
17116
17134
  fill: "none",
17117
17135
  stroke: "currentColor",
17118
17136
  "stroke-linecap": "round",
@@ -17123,14 +17141,14 @@ function render$65(e, t) {
17123
17141
  }
17124
17142
  var power_default = {
17125
17143
  name: "lucide-power",
17126
- render: render$65
17127
- }, _hoisted_1$85 = {
17144
+ render: render$66
17145
+ }, _hoisted_1$86 = {
17128
17146
  viewBox: "0 0 24 24",
17129
17147
  width: "1.2em",
17130
17148
  height: "1.2em"
17131
17149
  };
17132
- function render$64(e, t) {
17133
- return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createBaseVNode("g", {
17150
+ function render$65(e, t) {
17151
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createBaseVNode("g", {
17134
17152
  fill: "none",
17135
17153
  stroke: "currentColor",
17136
17154
  "stroke-linecap": "round",
@@ -17140,14 +17158,14 @@ function render$64(e, t) {
17140
17158
  }
17141
17159
  var redo_2_default = {
17142
17160
  name: "lucide-redo-2",
17143
- render: render$64
17144
- }, _hoisted_1$84 = {
17161
+ render: render$65
17162
+ }, _hoisted_1$85 = {
17145
17163
  viewBox: "0 0 24 24",
17146
17164
  width: "1.2em",
17147
17165
  height: "1.2em"
17148
17166
  };
17149
- function render$63(e, t) {
17150
- return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createBaseVNode("g", {
17167
+ function render$64(e, t) {
17168
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createBaseVNode("g", {
17151
17169
  fill: "none",
17152
17170
  stroke: "currentColor",
17153
17171
  "stroke-linecap": "round",
@@ -17161,14 +17179,14 @@ function render$63(e, t) {
17161
17179
  }
17162
17180
  var refresh_cw_default = {
17163
17181
  name: "lucide-refresh-cw",
17164
- render: render$63
17165
- }, _hoisted_1$83 = {
17182
+ render: render$64
17183
+ }, _hoisted_1$84 = {
17166
17184
  viewBox: "0 0 24 24",
17167
17185
  width: "1.2em",
17168
17186
  height: "1.2em"
17169
17187
  };
17170
- function render$62(e, t) {
17171
- return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createBaseVNode("path", {
17188
+ function render$63(e, t) {
17189
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createBaseVNode("path", {
17172
17190
  fill: "none",
17173
17191
  stroke: "currentColor",
17174
17192
  "stroke-linecap": "round",
@@ -17179,14 +17197,14 @@ function render$62(e, t) {
17179
17197
  }
17180
17198
  var remove_formatting_default = {
17181
17199
  name: "lucide-remove-formatting",
17182
- render: render$62
17183
- }, _hoisted_1$82 = {
17200
+ render: render$63
17201
+ }, _hoisted_1$83 = {
17184
17202
  viewBox: "0 0 24 24",
17185
17203
  width: "1.2em",
17186
17204
  height: "1.2em"
17187
17205
  };
17188
- function render$61(e, t) {
17189
- return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createBaseVNode("g", {
17206
+ function render$62(e, t) {
17207
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createBaseVNode("g", {
17190
17208
  fill: "none",
17191
17209
  stroke: "currentColor",
17192
17210
  "stroke-linecap": "round",
@@ -17200,14 +17218,14 @@ function render$61(e, t) {
17200
17218
  }
17201
17219
  var rss_default = {
17202
17220
  name: "lucide-rss",
17203
- render: render$61
17204
- }, _hoisted_1$81 = {
17221
+ render: render$62
17222
+ }, _hoisted_1$82 = {
17205
17223
  viewBox: "0 0 24 24",
17206
17224
  width: "1.2em",
17207
17225
  height: "1.2em"
17208
17226
  };
17209
- function render$60(e, t) {
17210
- return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createBaseVNode("path", {
17227
+ function render$61(e, t) {
17228
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createBaseVNode("path", {
17211
17229
  fill: "none",
17212
17230
  stroke: "currentColor",
17213
17231
  "stroke-linecap": "round",
@@ -17218,14 +17236,14 @@ function render$60(e, t) {
17218
17236
  }
17219
17237
  var satellite_dish_default = {
17220
17238
  name: "lucide-satellite-dish",
17221
- render: render$60
17222
- }, _hoisted_1$80 = {
17239
+ render: render$61
17240
+ }, _hoisted_1$81 = {
17223
17241
  viewBox: "0 0 24 24",
17224
17242
  width: "1.2em",
17225
17243
  height: "1.2em"
17226
17244
  };
17227
- function render$59(e, t) {
17228
- return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createBaseVNode("g", {
17245
+ function render$60(e, t) {
17246
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createBaseVNode("g", {
17229
17247
  fill: "none",
17230
17248
  stroke: "currentColor",
17231
17249
  "stroke-linecap": "round",
@@ -17235,14 +17253,14 @@ function render$59(e, t) {
17235
17253
  }
17236
17254
  var save_default = {
17237
17255
  name: "lucide-save",
17238
- render: render$59
17239
- }, _hoisted_1$79 = {
17256
+ render: render$60
17257
+ }, _hoisted_1$80 = {
17240
17258
  viewBox: "0 0 24 24",
17241
17259
  width: "1.2em",
17242
17260
  height: "1.2em"
17243
17261
  };
17244
- function render$58(e, t) {
17245
- return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createBaseVNode("path", {
17262
+ function render$59(e, t) {
17263
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createBaseVNode("path", {
17246
17264
  fill: "none",
17247
17265
  stroke: "currentColor",
17248
17266
  "stroke-linecap": "round",
@@ -17253,25 +17271,25 @@ function render$58(e, t) {
17253
17271
  }
17254
17272
  var scale_default = {
17255
17273
  name: "lucide-scale",
17256
- render: render$58
17257
- }, _hoisted_1$78 = {
17274
+ render: render$59
17275
+ }, _hoisted_1$79 = {
17258
17276
  viewBox: "0 0 24 24",
17259
17277
  width: "1.2em",
17260
17278
  height: "1.2em"
17261
17279
  };
17262
- function render$57(e, t) {
17263
- return openBlock(), createElementBlock("svg", _hoisted_1$78, [...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)]]);
17280
+ function render$58(e, t) {
17281
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, [...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)]]);
17264
17282
  }
17265
17283
  var scissors_default = {
17266
17284
  name: "lucide-scissors",
17267
- render: render$57
17268
- }, _hoisted_1$77 = {
17285
+ render: render$58
17286
+ }, _hoisted_1$78 = {
17269
17287
  viewBox: "0 0 24 24",
17270
17288
  width: "1.2em",
17271
17289
  height: "1.2em"
17272
17290
  };
17273
- function render$56(e, t) {
17274
- return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createBaseVNode("g", {
17291
+ function render$57(e, t) {
17292
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createBaseVNode("g", {
17275
17293
  fill: "none",
17276
17294
  stroke: "currentColor",
17277
17295
  "stroke-linecap": "round",
@@ -17281,14 +17299,14 @@ function render$56(e, t) {
17281
17299
  }
17282
17300
  var scroll_text_default = {
17283
17301
  name: "lucide-scroll-text",
17284
- render: render$56
17285
- }, _hoisted_1$76 = {
17302
+ render: render$57
17303
+ }, _hoisted_1$77 = {
17286
17304
  viewBox: "0 0 24 24",
17287
17305
  width: "1.2em",
17288
17306
  height: "1.2em"
17289
17307
  };
17290
- function render$55(e, t) {
17291
- return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createBaseVNode("g", {
17308
+ function render$56(e, t) {
17309
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createBaseVNode("g", {
17292
17310
  fill: "none",
17293
17311
  stroke: "currentColor",
17294
17312
  "stroke-linecap": "round",
@@ -17302,14 +17320,14 @@ function render$55(e, t) {
17302
17320
  }
17303
17321
  var search_default = {
17304
17322
  name: "lucide-search",
17305
- render: render$55
17306
- }, _hoisted_1$75 = {
17323
+ render: render$56
17324
+ }, _hoisted_1$76 = {
17307
17325
  viewBox: "0 0 24 24",
17308
17326
  width: "1.2em",
17309
17327
  height: "1.2em"
17310
17328
  };
17311
- function render$54(e, t) {
17312
- return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createBaseVNode("path", {
17329
+ function render$55(e, t) {
17330
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createBaseVNode("path", {
17313
17331
  fill: "none",
17314
17332
  stroke: "currentColor",
17315
17333
  "stroke-linecap": "round",
@@ -17320,14 +17338,14 @@ function render$54(e, t) {
17320
17338
  }
17321
17339
  var send_default = {
17322
17340
  name: "lucide-send",
17323
- render: render$54
17324
- }, _hoisted_1$74 = {
17341
+ render: render$55
17342
+ }, _hoisted_1$75 = {
17325
17343
  viewBox: "0 0 24 24",
17326
17344
  width: "1.2em",
17327
17345
  height: "1.2em"
17328
17346
  };
17329
- function render$53(e, t) {
17330
- return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createBaseVNode("g", {
17347
+ function render$54(e, t) {
17348
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createBaseVNode("g", {
17331
17349
  fill: "none",
17332
17350
  stroke: "currentColor",
17333
17351
  "stroke-linecap": "round",
@@ -17355,14 +17373,14 @@ function render$53(e, t) {
17355
17373
  }
17356
17374
  var server_default = {
17357
17375
  name: "lucide-server",
17358
- render: render$53
17359
- }, _hoisted_1$73 = {
17376
+ render: render$54
17377
+ }, _hoisted_1$74 = {
17360
17378
  viewBox: "0 0 24 24",
17361
17379
  width: "1.2em",
17362
17380
  height: "1.2em"
17363
17381
  };
17364
- function render$52(e, t) {
17365
- return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createBaseVNode("g", {
17382
+ function render$53(e, t) {
17383
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createBaseVNode("g", {
17366
17384
  fill: "none",
17367
17385
  stroke: "currentColor",
17368
17386
  "stroke-linecap": "round",
@@ -17376,14 +17394,14 @@ function render$52(e, t) {
17376
17394
  }
17377
17395
  var settings_default = {
17378
17396
  name: "lucide-settings",
17379
- render: render$52
17380
- }, _hoisted_1$72 = {
17397
+ render: render$53
17398
+ }, _hoisted_1$73 = {
17381
17399
  viewBox: "0 0 24 24",
17382
17400
  width: "1.2em",
17383
17401
  height: "1.2em"
17384
17402
  };
17385
- function render$51(e, t) {
17386
- return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createBaseVNode("g", {
17403
+ function render$52(e, t) {
17404
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createBaseVNode("g", {
17387
17405
  fill: "none",
17388
17406
  stroke: "currentColor",
17389
17407
  "stroke-linecap": "round",
@@ -17405,14 +17423,14 @@ function render$51(e, t) {
17405
17423
  }
17406
17424
  var settings_2_default = {
17407
17425
  name: "lucide-settings-2",
17408
- render: render$51
17409
- }, _hoisted_1$71 = {
17426
+ render: render$52
17427
+ }, _hoisted_1$72 = {
17410
17428
  viewBox: "0 0 24 24",
17411
17429
  width: "1.2em",
17412
17430
  height: "1.2em"
17413
17431
  };
17414
- function render$50(e, t) {
17415
- return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createBaseVNode("path", {
17432
+ function render$51(e, t) {
17433
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createBaseVNode("path", {
17416
17434
  fill: "none",
17417
17435
  stroke: "currentColor",
17418
17436
  "stroke-linecap": "round",
@@ -17423,14 +17441,14 @@ function render$50(e, t) {
17423
17441
  }
17424
17442
  var share_default = {
17425
17443
  name: "lucide-share",
17426
- render: render$50
17427
- }, _hoisted_1$70 = {
17444
+ render: render$51
17445
+ }, _hoisted_1$71 = {
17428
17446
  viewBox: "0 0 24 24",
17429
17447
  width: "1.2em",
17430
17448
  height: "1.2em"
17431
17449
  };
17432
- function render$49(e, t) {
17433
- return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createBaseVNode("path", {
17450
+ function render$50(e, t) {
17451
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createBaseVNode("path", {
17434
17452
  fill: "none",
17435
17453
  stroke: "currentColor",
17436
17454
  "stroke-linecap": "round",
@@ -17441,14 +17459,14 @@ function render$49(e, t) {
17441
17459
  }
17442
17460
  var shield_default = {
17443
17461
  name: "lucide-shield",
17444
- render: render$49
17445
- }, _hoisted_1$69 = {
17462
+ render: render$50
17463
+ }, _hoisted_1$70 = {
17446
17464
  viewBox: "0 0 24 24",
17447
17465
  width: "1.2em",
17448
17466
  height: "1.2em"
17449
17467
  };
17450
- function render$48(e, t) {
17451
- return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createBaseVNode("path", {
17468
+ function render$49(e, t) {
17469
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createBaseVNode("path", {
17452
17470
  fill: "none",
17453
17471
  stroke: "currentColor",
17454
17472
  "stroke-linecap": "round",
@@ -17459,6 +17477,31 @@ function render$48(e, t) {
17459
17477
  }
17460
17478
  var shield_half_default = {
17461
17479
  name: "lucide-shield-half",
17480
+ render: render$49
17481
+ }, _hoisted_1$69 = {
17482
+ viewBox: "0 0 24 24",
17483
+ width: "1.2em",
17484
+ height: "1.2em"
17485
+ };
17486
+ function render$48(e, t) {
17487
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createBaseVNode("g", {
17488
+ fill: "none",
17489
+ stroke: "currentColor",
17490
+ "stroke-linecap": "round",
17491
+ "stroke-linejoin": "round",
17492
+ "stroke-width": "2"
17493
+ }, [
17494
+ createBaseVNode("path", { 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" }),
17495
+ createBaseVNode("path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003" }),
17496
+ createBaseVNode("circle", {
17497
+ cx: "12",
17498
+ cy: "11",
17499
+ r: "4"
17500
+ })
17501
+ ], -1)]]);
17502
+ }
17503
+ var shield_user_default = {
17504
+ name: "lucide-shield-user",
17462
17505
  render: render$48
17463
17506
  }, _hoisted_1$68 = {
17464
17507
  viewBox: "0 0 24 24",
@@ -18736,6 +18779,7 @@ const deprecatedIconSet = {
18736
18779
  pause: pause_default,
18737
18780
  pen: pen_default,
18738
18781
  pencil: pencil_default,
18782
+ "pencil-off": pencil_off_default,
18739
18783
  pin: pin_default,
18740
18784
  play: play_default,
18741
18785
  plug: plug_default,
@@ -18761,6 +18805,7 @@ const deprecatedIconSet = {
18761
18805
  shield: shield_default,
18762
18806
  "sliders-horizontal": sliders_horizontal_default,
18763
18807
  "shield-half": shield_half_default,
18808
+ "shield-user": shield_user_default,
18764
18809
  smile: smile_default,
18765
18810
  sparkles: sparkles_default,
18766
18811
  split: split_default,
@@ -18948,25 +18993,25 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
18948
18993
  ]));
18949
18994
  }
18950
18995
  }), [["__cssModules", { $style: {
18951
- button: "_button_7el1t_3",
18952
- xsmall: "_xsmall_7el1t_56",
18953
- small: "_small_7el1t_62",
18954
- medium: "_medium_7el1t_68",
18955
- large: "_large_7el1t_74",
18956
- xlarge: "_xlarge_7el1t_80",
18957
- solid: "_solid_7el1t_86",
18958
- subtle: "_subtle_7el1t_104",
18959
- outline: "_outline_7el1t_139",
18960
- ghost: "_ghost_7el1t_165",
18961
- destructive: "_destructive_7el1t_180",
18962
- success: "_success_7el1t_204",
18963
- disabled: "_disabled_7el1t_231",
18964
- loading: "_loading_7el1t_235",
18965
- iconOnly: "_iconOnly_7el1t_238",
18966
- "loading-container": "_loading-container_7el1t_246",
18967
- "button-inner": "_button-inner_7el1t_253",
18968
- "loading-spinner": "_loading-spinner_7el1t_270",
18969
- spin: "_spin_7el1t_1"
18996
+ button: "_button_1y45g_3",
18997
+ xsmall: "_xsmall_1y45g_56",
18998
+ small: "_small_1y45g_62",
18999
+ medium: "_medium_1y45g_68",
19000
+ large: "_large_1y45g_74",
19001
+ xlarge: "_xlarge_1y45g_80",
19002
+ solid: "_solid_1y45g_86",
19003
+ subtle: "_subtle_1y45g_104",
19004
+ outline: "_outline_1y45g_139",
19005
+ ghost: "_ghost_1y45g_165",
19006
+ destructive: "_destructive_1y45g_180",
19007
+ success: "_success_1y45g_204",
19008
+ disabled: "_disabled_1y45g_231",
19009
+ loading: "_loading_1y45g_235",
19010
+ iconOnly: "_iconOnly_1y45g_238",
19011
+ "loading-container": "_loading-container_1y45g_246",
19012
+ "button-inner": "_button-inner_1y45g_253",
19013
+ "loading-spinner": "_loading-spinner_1y45g_270",
19014
+ spin: "_spin_1y45g_1"
18970
19015
  } }]]), N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
18971
19016
  name: "N8nText",
18972
19017
  __name: "Text",