@n8n/chat 0.63.0 → 0.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/chat.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Package version @n8n/chat@0.63.0 */
1
+ /*! Package version @n8n/chat@0.65.0 */
2
2
  import * as Vue from "vue";
3
3
  import { Comment, Fragment, Teleport, Text, Transition, cloneVNode, computed, createApp, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createStaticVNode, createTextVNode, createVNode, defineComponent, getCurrentInstance, guardReactiveProps, h, inject, isRef, mergeDefaults, mergeProps, nextTick, normalizeClass, normalizeProps, normalizeStyle, onBeforeMount, onBeforeUnmount, onDeactivated, onMounted, onUnmounted, onUpdated, openBlock, popScopeId, provide, pushScopeId, reactive, readonly, ref, renderList, renderSlot, resolveComponent, resolveDirective, resolveDynamicComponent, shallowRef, toDisplayString, toRaw, toRef, toRefs, triggerRef, unref, useAttrs, useCssModule, useSlots, vModelText, vShow, warn, watch, watchEffect, withCtx, withDirectives, withKeys, withModifiers } from "vue";
4
4
  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) => {
@@ -1925,27 +1925,27 @@ function xml(e) {
1925
1925
  ]
1926
1926
  };
1927
1927
  }
1928
- var _hoisted_1$223 = {
1928
+ var _hoisted_1$224 = {
1929
1929
  viewBox: "0 0 24 24",
1930
1930
  width: "1.2em",
1931
1931
  height: "1.2em"
1932
1932
  };
1933
- function render$196(e, t) {
1934
- return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createElementVNode("path", {
1933
+ function render$197(e, t) {
1934
+ return openBlock(), createElementBlock("svg", _hoisted_1$224, t[0] ||= [createElementVNode("path", {
1935
1935
  fill: "currentColor",
1936
1936
  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"
1937
1937
  }, null, -1)]);
1938
1938
  }
1939
1939
  var close_default = {
1940
1940
  name: "mdi-close",
1941
- render: render$196
1941
+ render: render$197
1942
1942
  }, __plugin_vue_export_helper_default = (e, t) => {
1943
1943
  let n = e.__vccOpts || e;
1944
1944
  for (let [e, r] of t) n[e] = r;
1945
1945
  return n;
1946
- }, _sfc_main$11 = {}, _hoisted_1$222 = { class: "chat-button" };
1946
+ }, _sfc_main$11 = {}, _hoisted_1$223 = { class: "chat-button" };
1947
1947
  function _sfc_render$11(e, t) {
1948
- return openBlock(), createElementBlock("button", _hoisted_1$222, [renderSlot(e.$slots, "default")]);
1948
+ return openBlock(), createElementBlock("button", _hoisted_1$223, [renderSlot(e.$slots, "default")]);
1949
1949
  }
1950
1950
  var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
1951
1951
  function useChat() {
@@ -1968,24 +1968,24 @@ function useI18n() {
1968
1968
  te: r
1969
1969
  };
1970
1970
  }
1971
- var _hoisted_1$221 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1971
+ var _hoisted_1$222 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1972
1972
  __name: "GetStarted",
1973
1973
  setup(e) {
1974
1974
  let { t } = useI18n();
1975
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$221, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1975
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$222, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1976
1976
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
1977
1977
  _: 1
1978
1978
  })]));
1979
1979
  }
1980
- }), _sfc_main$10 = {}, _hoisted_1$220 = { class: "chat-powered-by" };
1980
+ }), _sfc_main$10 = {}, _hoisted_1$221 = { class: "chat-powered-by" };
1981
1981
  function _sfc_render$10(e, t) {
1982
- return openBlock(), createElementBlock("div", _hoisted_1$220, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1982
+ return openBlock(), createElementBlock("div", _hoisted_1$221, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1983
1983
  }
1984
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$219 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1984
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$220 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1985
1985
  __name: "GetStartedFooter",
1986
1986
  setup(e) {
1987
1987
  let { t, te: n } = useI18n();
1988
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$219, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1988
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$220, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1989
1989
  }
1990
1990
  }), lib_exports = /* @__PURE__ */ __export({
1991
1991
  Vue: () => Vue,
@@ -2059,119 +2059,119 @@ function useFileDialog(e = {}) {
2059
2059
  onChange: r
2060
2060
  };
2061
2061
  }
2062
- var _hoisted_1$218 = {
2062
+ var _hoisted_1$219 = {
2063
2063
  viewBox: "0 0 24 24",
2064
2064
  width: "1.2em",
2065
2065
  height: "1.2em"
2066
2066
  };
2067
- function render$195(e, t) {
2068
- return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2067
+ function render$196(e, t) {
2068
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createElementVNode("path", {
2069
2069
  fill: "currentColor",
2070
2070
  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"
2071
2071
  }, null, -1)]);
2072
2072
  }
2073
2073
  var paperclip_default$1 = {
2074
2074
  name: "mdi-paperclip",
2075
- render: render$195
2076
- }, _hoisted_1$217 = {
2075
+ render: render$196
2076
+ }, _hoisted_1$218 = {
2077
2077
  viewBox: "0 0 24 24",
2078
2078
  width: "1.2em",
2079
2079
  height: "1.2em"
2080
2080
  };
2081
- function render$194(e, t) {
2082
- return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2081
+ function render$195(e, t) {
2082
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2083
2083
  fill: "currentColor",
2084
2084
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
2085
2085
  }, null, -1)]);
2086
2086
  }
2087
2087
  var send_default$1 = {
2088
2088
  name: "mdi-send",
2089
- render: render$194
2090
- }, _hoisted_1$216 = {
2089
+ render: render$195
2090
+ }, _hoisted_1$217 = {
2091
2091
  viewBox: "0 0 24 24",
2092
2092
  width: "1.2em",
2093
2093
  height: "1.2em"
2094
2094
  };
2095
- function render$193(e, t) {
2096
- return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2095
+ function render$194(e, t) {
2096
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2097
2097
  fill: "currentColor",
2098
2098
  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"
2099
2099
  }, null, -1)]);
2100
2100
  }
2101
2101
  var closeThick_default = {
2102
2102
  name: "mdi-closeThick",
2103
- render: render$193
2104
- }, _hoisted_1$215 = {
2103
+ render: render$194
2104
+ }, _hoisted_1$216 = {
2105
2105
  viewBox: "0 0 24 24",
2106
2106
  width: "1.2em",
2107
2107
  height: "1.2em"
2108
2108
  };
2109
- function render$192(e, t) {
2110
- return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("path", {
2109
+ function render$193(e, t) {
2110
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2111
2111
  fill: "currentColor",
2112
2112
  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"
2113
2113
  }, null, -1)]);
2114
2114
  }
2115
2115
  var fileImage_default = {
2116
2116
  name: "mdi-fileImage",
2117
- render: render$192
2118
- }, _hoisted_1$214 = {
2117
+ render: render$193
2118
+ }, _hoisted_1$215 = {
2119
2119
  viewBox: "0 0 24 24",
2120
2120
  width: "1.2em",
2121
2121
  height: "1.2em"
2122
2122
  };
2123
- function render$191(e, t) {
2124
- return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
2123
+ function render$192(e, t) {
2124
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("path", {
2125
2125
  fill: "currentColor",
2126
2126
  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"
2127
2127
  }, null, -1)]);
2128
2128
  }
2129
2129
  var fileMusic_default = {
2130
2130
  name: "mdi-fileMusic",
2131
- render: render$191
2132
- }, _hoisted_1$213 = {
2131
+ render: render$192
2132
+ }, _hoisted_1$214 = {
2133
2133
  viewBox: "0 0 24 24",
2134
2134
  width: "1.2em",
2135
2135
  height: "1.2em"
2136
2136
  };
2137
- function render$190(e, t) {
2138
- return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
2137
+ function render$191(e, t) {
2138
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
2139
2139
  fill: "currentColor",
2140
2140
  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"
2141
2141
  }, null, -1)]);
2142
2142
  }
2143
2143
  var fileText_default = {
2144
2144
  name: "mdi-fileText",
2145
- render: render$190
2146
- }, _hoisted_1$212 = {
2145
+ render: render$191
2146
+ }, _hoisted_1$213 = {
2147
2147
  viewBox: "0 0 24 24",
2148
2148
  width: "1.2em",
2149
2149
  height: "1.2em"
2150
2150
  };
2151
- function render$189(e, t) {
2152
- return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
2151
+ function render$190(e, t) {
2152
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
2153
2153
  fill: "currentColor",
2154
2154
  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"
2155
2155
  }, null, -1)]);
2156
2156
  }
2157
2157
  var fileVideo_default = {
2158
2158
  name: "mdi-fileVideo",
2159
- render: render$189
2160
- }, _hoisted_1$211 = {
2159
+ render: render$190
2160
+ }, _hoisted_1$212 = {
2161
2161
  viewBox: "0 0 24 24",
2162
2162
  width: "1.2em",
2163
2163
  height: "1.2em"
2164
2164
  };
2165
- function render$188(e, t) {
2166
- return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createElementVNode("path", {
2165
+ function render$189(e, t) {
2166
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
2167
2167
  fill: "currentColor",
2168
2168
  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"
2169
2169
  }, null, -1)]);
2170
2170
  }
2171
2171
  var openInNew_default = {
2172
2172
  name: "mdi-openInNew",
2173
- render: render$188
2174
- }, _hoisted_1$210 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2173
+ render: render$189
2174
+ }, _hoisted_1$211 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2175
2175
  __name: "ChatFile",
2176
2176
  props: {
2177
2177
  file: {},
@@ -2197,7 +2197,7 @@ var openInNew_default = {
2197
2197
  onClick: s
2198
2198
  }, [
2199
2199
  createVNode(unref(o)),
2200
- createElementVNode("p", _hoisted_1$210, toDisplayString(e.file.name), 1),
2200
+ createElementVNode("p", _hoisted_1$211, toDisplayString(e.file.name), 1),
2201
2201
  e.isRemovable ? (openBlock(), createElementBlock("span", {
2202
2202
  key: 0,
2203
2203
  class: "chat-file-delete",
@@ -2208,7 +2208,7 @@ var openInNew_default = {
2208
2208
  })) : createCommentVNode("", !0)
2209
2209
  ]));
2210
2210
  }
2211
- }), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$209 = { class: "chat-inputs" }, _hoisted_2$16 = {
2211
+ }), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$210 = { class: "chat-inputs" }, _hoisted_2$16 = {
2212
2212
  key: 0,
2213
2213
  class: "chat-input-left-panel"
2214
2214
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -2348,7 +2348,7 @@ var openInNew_default = {
2348
2348
  class: "chat-input",
2349
2349
  style: normalizeStyle(z7.value),
2350
2350
  onKeydown: withModifiers(o9, ["stop"])
2351
- }, [createElementVNode("div", _hoisted_1$209, [
2351
+ }, [createElementVNode("div", _hoisted_1$210, [
2352
2352
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
2353
2353
  withDirectives(createElementVNode("textarea", {
2354
2354
  ref_key: "chatTextArea",
@@ -2387,7 +2387,7 @@ var openInNew_default = {
2387
2387
  onRemove: a9
2388
2388
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
2389
2389
  }
2390
- }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$208 = { class: "chat-layout" }, _hoisted_2$15 = {
2390
+ }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$209 = { class: "chat-layout" }, _hoisted_2$15 = {
2391
2391
  key: 0,
2392
2392
  class: "chat-header"
2393
2393
  }, _hoisted_3$5 = {
@@ -2405,7 +2405,7 @@ var openInNew_default = {
2405
2405
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
2406
2406
  }), onBeforeUnmount(() => {
2407
2407
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
2408
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$208, [
2408
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$209, [
2409
2409
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
2410
2410
  e.$slots.default ? (openBlock(), createElementBlock("div", {
2411
2411
  key: 1,
@@ -2416,13 +2416,13 @@ var openInNew_default = {
2416
2416
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
2417
2417
  ]));
2418
2418
  }
2419
- }), binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$207 = {
2419
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$208 = {
2420
2420
  viewBox: "0 0 24 24",
2421
2421
  width: "1.2em",
2422
2422
  height: "1.2em"
2423
2423
  };
2424
- function render$187(e, t) {
2425
- return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("path", {
2424
+ function render$188(e, t) {
2425
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("path", {
2426
2426
  fill: "none",
2427
2427
  stroke: "currentColor",
2428
2428
  "stroke-linecap": "round",
@@ -2433,14 +2433,14 @@ function render$187(e, t) {
2433
2433
  }
2434
2434
  var align_right_default = {
2435
2435
  name: "lucide-align-right",
2436
- render: render$187
2437
- }, _hoisted_1$206 = {
2436
+ render: render$188
2437
+ }, _hoisted_1$207 = {
2438
2438
  viewBox: "0 0 24 24",
2439
2439
  width: "1.2em",
2440
2440
  height: "1.2em"
2441
2441
  };
2442
- function render$186(e, t) {
2443
- return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("g", {
2442
+ function render$187(e, t) {
2443
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("g", {
2444
2444
  fill: "none",
2445
2445
  stroke: "currentColor",
2446
2446
  "stroke-linecap": "round",
@@ -2456,14 +2456,14 @@ function render$186(e, t) {
2456
2456
  }
2457
2457
  var archive_default = {
2458
2458
  name: "lucide-archive",
2459
- render: render$186
2460
- }, _hoisted_1$205 = {
2459
+ render: render$187
2460
+ }, _hoisted_1$206 = {
2461
2461
  viewBox: "0 0 24 24",
2462
2462
  width: "1.2em",
2463
2463
  height: "1.2em"
2464
2464
  };
2465
- function render$185(e, t) {
2466
- return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("g", {
2465
+ function render$186(e, t) {
2466
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("g", {
2467
2467
  fill: "none",
2468
2468
  stroke: "currentColor",
2469
2469
  "stroke-linecap": "round",
@@ -2479,14 +2479,14 @@ function render$185(e, t) {
2479
2479
  }
2480
2480
  var archive_restore_default = {
2481
2481
  name: "lucide-archive-restore",
2482
- render: render$185
2483
- }, _hoisted_1$204 = {
2482
+ render: render$186
2483
+ }, _hoisted_1$205 = {
2484
2484
  viewBox: "0 0 24 24",
2485
2485
  width: "1.2em",
2486
2486
  height: "1.2em"
2487
2487
  };
2488
- function render$184(e, t) {
2489
- return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2488
+ function render$185(e, t) {
2489
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("path", {
2490
2490
  fill: "none",
2491
2491
  stroke: "currentColor",
2492
2492
  "stroke-linecap": "round",
@@ -2497,14 +2497,14 @@ function render$184(e, t) {
2497
2497
  }
2498
2498
  var arrow_down_default$1 = {
2499
2499
  name: "lucide-arrow-down",
2500
- render: render$184
2501
- }, _hoisted_1$203 = {
2500
+ render: render$185
2501
+ }, _hoisted_1$204 = {
2502
2502
  viewBox: "0 0 24 24",
2503
2503
  width: "1.2em",
2504
2504
  height: "1.2em"
2505
2505
  };
2506
- function render$183(e, t) {
2507
- return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2506
+ function render$184(e, t) {
2507
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2508
2508
  fill: "none",
2509
2509
  stroke: "currentColor",
2510
2510
  "stroke-linecap": "round",
@@ -2515,14 +2515,14 @@ function render$183(e, t) {
2515
2515
  }
2516
2516
  var arrow_left_default$1 = {
2517
2517
  name: "lucide-arrow-left",
2518
- render: render$183
2519
- }, _hoisted_1$202 = {
2518
+ render: render$184
2519
+ }, _hoisted_1$203 = {
2520
2520
  viewBox: "0 0 24 24",
2521
2521
  width: "1.2em",
2522
2522
  height: "1.2em"
2523
2523
  };
2524
- function render$182(e, t) {
2525
- return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
2524
+ function render$183(e, t) {
2525
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2526
2526
  fill: "none",
2527
2527
  stroke: "currentColor",
2528
2528
  "stroke-linecap": "round",
@@ -2533,14 +2533,14 @@ function render$182(e, t) {
2533
2533
  }
2534
2534
  var arrow_left_right_default = {
2535
2535
  name: "lucide-arrow-left-right",
2536
- render: render$182
2537
- }, _hoisted_1$201 = {
2536
+ render: render$183
2537
+ }, _hoisted_1$202 = {
2538
2538
  viewBox: "0 0 24 24",
2539
2539
  width: "1.2em",
2540
2540
  height: "1.2em"
2541
2541
  };
2542
- function render$181(e, t) {
2543
- return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("path", {
2542
+ function render$182(e, t) {
2543
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
2544
2544
  fill: "none",
2545
2545
  stroke: "currentColor",
2546
2546
  "stroke-linecap": "round",
@@ -2551,14 +2551,14 @@ function render$181(e, t) {
2551
2551
  }
2552
2552
  var arrow_right_default$1 = {
2553
2553
  name: "lucide-arrow-right",
2554
- render: render$181
2555
- }, _hoisted_1$200 = {
2554
+ render: render$182
2555
+ }, _hoisted_1$201 = {
2556
2556
  viewBox: "0 0 24 24",
2557
2557
  width: "1.2em",
2558
2558
  height: "1.2em"
2559
2559
  };
2560
- function render$180(e, t) {
2561
- return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2560
+ function render$181(e, t) {
2561
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("path", {
2562
2562
  fill: "none",
2563
2563
  stroke: "currentColor",
2564
2564
  "stroke-linecap": "round",
@@ -2569,14 +2569,14 @@ function render$180(e, t) {
2569
2569
  }
2570
2570
  var arrow_right_from_line_default = {
2571
2571
  name: "lucide-arrow-right-from-line",
2572
- render: render$180
2573
- }, _hoisted_1$199 = {
2572
+ render: render$181
2573
+ }, _hoisted_1$200 = {
2574
2574
  viewBox: "0 0 24 24",
2575
2575
  width: "1.2em",
2576
2576
  height: "1.2em"
2577
2577
  };
2578
- function render$179(e, t) {
2579
- return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
2578
+ function render$180(e, t) {
2579
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2580
2580
  fill: "none",
2581
2581
  stroke: "currentColor",
2582
2582
  "stroke-linecap": "round",
@@ -2587,14 +2587,14 @@ function render$179(e, t) {
2587
2587
  }
2588
2588
  var arrow_right_to_line_default = {
2589
2589
  name: "lucide-arrow-right-to-line",
2590
- render: render$179
2591
- }, _hoisted_1$198 = {
2590
+ render: render$180
2591
+ }, _hoisted_1$199 = {
2592
2592
  viewBox: "0 0 24 24",
2593
2593
  width: "1.2em",
2594
2594
  height: "1.2em"
2595
2595
  };
2596
- function render$178(e, t) {
2597
- return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("path", {
2596
+ function render$179(e, t) {
2597
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
2598
2598
  fill: "none",
2599
2599
  stroke: "currentColor",
2600
2600
  "stroke-linecap": "round",
@@ -2605,14 +2605,14 @@ function render$178(e, t) {
2605
2605
  }
2606
2606
  var arrow_up_default = {
2607
2607
  name: "lucide-arrow-up",
2608
- render: render$178
2609
- }, _hoisted_1$197 = {
2608
+ render: render$179
2609
+ }, _hoisted_1$198 = {
2610
2610
  viewBox: "0 0 24 24",
2611
2611
  width: "1.2em",
2612
2612
  height: "1.2em"
2613
2613
  };
2614
- function render$177(e, t) {
2615
- return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
2614
+ function render$178(e, t) {
2615
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
2616
2616
  fill: "none",
2617
2617
  stroke: "currentColor",
2618
2618
  "stroke-linecap": "round",
@@ -2626,14 +2626,14 @@ function render$177(e, t) {
2626
2626
  }
2627
2627
  var at_sign_default = {
2628
2628
  name: "lucide-at-sign",
2629
- render: render$177
2630
- }, _hoisted_1$196 = {
2629
+ render: render$178
2630
+ }, _hoisted_1$197 = {
2631
2631
  viewBox: "0 0 24 24",
2632
2632
  width: "1.2em",
2633
2633
  height: "1.2em"
2634
2634
  };
2635
- function render$176(e, t) {
2636
- return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("g", {
2635
+ function render$177(e, t) {
2636
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
2637
2637
  fill: "none",
2638
2638
  stroke: "currentColor",
2639
2639
  "stroke-linecap": "round",
@@ -2647,14 +2647,14 @@ function render$176(e, t) {
2647
2647
  }
2648
2648
  var ban_default = {
2649
2649
  name: "lucide-ban",
2650
- render: render$176
2651
- }, _hoisted_1$195 = {
2650
+ render: render$177
2651
+ }, _hoisted_1$196 = {
2652
2652
  viewBox: "0 0 24 24",
2653
2653
  width: "1.2em",
2654
2654
  height: "1.2em"
2655
2655
  };
2656
- function render$175(e, t) {
2657
- return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2656
+ function render$176(e, t) {
2657
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("path", {
2658
2658
  fill: "none",
2659
2659
  stroke: "currentColor",
2660
2660
  "stroke-linecap": "round",
@@ -2665,14 +2665,14 @@ function render$175(e, t) {
2665
2665
  }
2666
2666
  var bell_default = {
2667
2667
  name: "lucide-bell",
2668
- render: render$175
2669
- }, _hoisted_1$194 = {
2668
+ render: render$176
2669
+ }, _hoisted_1$195 = {
2670
2670
  viewBox: "0 0 24 24",
2671
2671
  width: "1.2em",
2672
2672
  height: "1.2em"
2673
2673
  };
2674
- function render$174(e, t) {
2675
- return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("path", {
2674
+ function render$175(e, t) {
2675
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2676
2676
  fill: "none",
2677
2677
  stroke: "currentColor",
2678
2678
  "stroke-linecap": "round",
@@ -2683,14 +2683,14 @@ function render$174(e, t) {
2683
2683
  }
2684
2684
  var book_default = {
2685
2685
  name: "lucide-book",
2686
- render: render$174
2687
- }, _hoisted_1$193 = {
2686
+ render: render$175
2687
+ }, _hoisted_1$194 = {
2688
2688
  viewBox: "0 0 24 24",
2689
2689
  width: "1.2em",
2690
2690
  height: "1.2em"
2691
2691
  };
2692
- function render$173(e, t) {
2693
- return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("path", {
2692
+ function render$174(e, t) {
2693
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("path", {
2694
2694
  fill: "none",
2695
2695
  stroke: "currentColor",
2696
2696
  "stroke-linecap": "round",
@@ -2701,14 +2701,14 @@ function render$173(e, t) {
2701
2701
  }
2702
2702
  var book_open_default = {
2703
2703
  name: "lucide-book-open",
2704
- render: render$173
2705
- }, _hoisted_1$192 = {
2704
+ render: render$174
2705
+ }, _hoisted_1$193 = {
2706
2706
  viewBox: "0 0 24 24",
2707
2707
  width: "1.2em",
2708
2708
  height: "1.2em"
2709
2709
  };
2710
- function render$172(e, t) {
2711
- return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("g", {
2710
+ function render$173(e, t) {
2711
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("g", {
2712
2712
  fill: "none",
2713
2713
  stroke: "currentColor",
2714
2714
  "stroke-linecap": "round",
@@ -2728,14 +2728,14 @@ function render$172(e, t) {
2728
2728
  }
2729
2729
  var bot_default = {
2730
2730
  name: "lucide-bot",
2731
- render: render$172
2732
- }, _hoisted_1$191 = {
2731
+ render: render$173
2732
+ }, _hoisted_1$192 = {
2733
2733
  viewBox: "0 0 24 24",
2734
2734
  width: "1.2em",
2735
2735
  height: "1.2em"
2736
2736
  };
2737
- function render$171(e, t) {
2738
- return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("g", {
2737
+ function render$172(e, t) {
2738
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("g", {
2739
2739
  fill: "none",
2740
2740
  stroke: "currentColor",
2741
2741
  "stroke-linecap": "round",
@@ -2745,14 +2745,14 @@ function render$171(e, t) {
2745
2745
  }
2746
2746
  var box_default = {
2747
2747
  name: "lucide-box",
2748
- render: render$171
2749
- }, _hoisted_1$190 = {
2748
+ render: render$172
2749
+ }, _hoisted_1$191 = {
2750
2750
  viewBox: "0 0 24 24",
2751
2751
  width: "1.2em",
2752
2752
  height: "1.2em"
2753
2753
  };
2754
- function render$170(e, t) {
2755
- return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("path", {
2754
+ function render$171(e, t) {
2755
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("path", {
2756
2756
  fill: "none",
2757
2757
  stroke: "currentColor",
2758
2758
  "stroke-linecap": "round",
@@ -2763,14 +2763,14 @@ function render$170(e, t) {
2763
2763
  }
2764
2764
  var braces_default = {
2765
2765
  name: "lucide-braces",
2766
- render: render$170
2767
- }, _hoisted_1$189 = {
2766
+ render: render$171
2767
+ }, _hoisted_1$190 = {
2768
2768
  viewBox: "0 0 24 24",
2769
2769
  width: "1.2em",
2770
2770
  height: "1.2em"
2771
2771
  };
2772
- function render$169(e, t) {
2773
- return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("g", {
2772
+ function render$170(e, t) {
2773
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("g", {
2774
2774
  fill: "none",
2775
2775
  stroke: "currentColor",
2776
2776
  "stroke-linecap": "round",
@@ -2784,14 +2784,14 @@ function render$169(e, t) {
2784
2784
  }
2785
2785
  var brain_default = {
2786
2786
  name: "lucide-brain",
2787
- render: render$169
2788
- }, _hoisted_1$188 = {
2787
+ render: render$170
2788
+ }, _hoisted_1$189 = {
2789
2789
  viewBox: "0 0 24 24",
2790
2790
  width: "1.2em",
2791
2791
  height: "1.2em"
2792
2792
  };
2793
- function render$168(e, t) {
2794
- return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("g", {
2793
+ function render$169(e, t) {
2794
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("g", {
2795
2795
  fill: "none",
2796
2796
  stroke: "currentColor",
2797
2797
  "stroke-linecap": "round",
@@ -2805,14 +2805,14 @@ function render$168(e, t) {
2805
2805
  }
2806
2806
  var bug_default = {
2807
2807
  name: "lucide-bug",
2808
- render: render$168
2809
- }, _hoisted_1$187 = {
2808
+ render: render$169
2809
+ }, _hoisted_1$188 = {
2810
2810
  viewBox: "0 0 24 24",
2811
2811
  width: "1.2em",
2812
2812
  height: "1.2em"
2813
2813
  };
2814
- function render$167(e, t) {
2815
- return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("g", {
2814
+ function render$168(e, t) {
2815
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("g", {
2816
2816
  fill: "none",
2817
2817
  stroke: "currentColor",
2818
2818
  "stroke-linecap": "round",
@@ -2828,14 +2828,14 @@ function render$167(e, t) {
2828
2828
  }
2829
2829
  var calculator_default = {
2830
2830
  name: "lucide-calculator",
2831
- render: render$167
2832
- }, _hoisted_1$186 = {
2831
+ render: render$168
2832
+ }, _hoisted_1$187 = {
2833
2833
  viewBox: "0 0 24 24",
2834
2834
  width: "1.2em",
2835
2835
  height: "1.2em"
2836
2836
  };
2837
- function render$166(e, t) {
2838
- return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("g", {
2837
+ function render$167(e, t) {
2838
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("g", {
2839
2839
  fill: "none",
2840
2840
  stroke: "currentColor",
2841
2841
  "stroke-linecap": "round",
@@ -2855,6 +2855,24 @@ function render$166(e, t) {
2855
2855
  }
2856
2856
  var calendar_default = {
2857
2857
  name: "lucide-calendar",
2858
+ render: render$167
2859
+ }, _hoisted_1$186 = {
2860
+ viewBox: "0 0 24 24",
2861
+ width: "1.2em",
2862
+ height: "1.2em"
2863
+ };
2864
+ function render$166(e, t) {
2865
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
2866
+ fill: "none",
2867
+ stroke: "currentColor",
2868
+ "stroke-linecap": "round",
2869
+ "stroke-linejoin": "round",
2870
+ "stroke-width": "2",
2871
+ d: "m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"
2872
+ }, null, -1)]);
2873
+ }
2874
+ var case_upper_default = {
2875
+ name: "lucide-case-upper",
2858
2876
  render: render$166
2859
2877
  }, _hoisted_1$185 = {
2860
2878
  viewBox: "0 0 24 24",
@@ -2868,11 +2886,11 @@ function render$165(e, t) {
2868
2886
  "stroke-linecap": "round",
2869
2887
  "stroke-linejoin": "round",
2870
2888
  "stroke-width": "2",
2871
- d: "m3 15l4-8l4 8m-7-2h6m5-2h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4"
2889
+ d: "M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"
2872
2890
  }, null, -1)]);
2873
2891
  }
2874
- var case_upper_default = {
2875
- name: "lucide-case-upper",
2892
+ var chart_column_decreasing_default = {
2893
+ name: "lucide-chart-column-decreasing",
2876
2894
  render: render$165
2877
2895
  }, _hoisted_1$184 = {
2878
2896
  viewBox: "0 0 24 24",
@@ -2886,11 +2904,11 @@ function render$164(e, t) {
2886
2904
  "stroke-linecap": "round",
2887
2905
  "stroke-linejoin": "round",
2888
2906
  "stroke-width": "2",
2889
- d: "M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5"
2907
+ d: "M20 6L9 17l-5-5"
2890
2908
  }, null, -1)]);
2891
2909
  }
2892
- var chart_column_decreasing_default = {
2893
- name: "lucide-chart-column-decreasing",
2910
+ var check_default = {
2911
+ name: "lucide-check",
2894
2912
  render: render$164
2895
2913
  }, _hoisted_1$183 = {
2896
2914
  viewBox: "0 0 24 24",
@@ -2904,11 +2922,11 @@ function render$163(e, t) {
2904
2922
  "stroke-linecap": "round",
2905
2923
  "stroke-linejoin": "round",
2906
2924
  "stroke-width": "2",
2907
- d: "M20 6L9 17l-5-5"
2925
+ d: "M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"
2908
2926
  }, null, -1)]);
2909
2927
  }
2910
- var check_default = {
2911
- name: "lucide-check",
2928
+ var check_check_default = {
2929
+ name: "lucide-check-check",
2912
2930
  render: render$163
2913
2931
  }, _hoisted_1$182 = {
2914
2932
  viewBox: "0 0 24 24",
@@ -2922,11 +2940,11 @@ function render$162(e, t) {
2922
2940
  "stroke-linecap": "round",
2923
2941
  "stroke-linejoin": "round",
2924
2942
  "stroke-width": "2",
2925
- d: "M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16"
2943
+ d: "m6 9l6 6l6-6"
2926
2944
  }, null, -1)]);
2927
2945
  }
2928
- var check_check_default = {
2929
- name: "lucide-check-check",
2946
+ var chevron_down_default$1 = {
2947
+ name: "lucide-chevron-down",
2930
2948
  render: render$162
2931
2949
  }, _hoisted_1$181 = {
2932
2950
  viewBox: "0 0 24 24",
@@ -2940,11 +2958,11 @@ function render$161(e, t) {
2940
2958
  "stroke-linecap": "round",
2941
2959
  "stroke-linejoin": "round",
2942
2960
  "stroke-width": "2",
2943
- d: "m6 9l6 6l6-6"
2961
+ d: "m15 18l-6-6l6-6"
2944
2962
  }, null, -1)]);
2945
2963
  }
2946
- var chevron_down_default$1 = {
2947
- name: "lucide-chevron-down",
2964
+ var chevron_left_default = {
2965
+ name: "lucide-chevron-left",
2948
2966
  render: render$161
2949
2967
  }, _hoisted_1$180 = {
2950
2968
  viewBox: "0 0 24 24",
@@ -2958,11 +2976,11 @@ function render$160(e, t) {
2958
2976
  "stroke-linecap": "round",
2959
2977
  "stroke-linejoin": "round",
2960
2978
  "stroke-width": "2",
2961
- d: "m15 18l-6-6l6-6"
2979
+ d: "m9 18l6-6l-6-6"
2962
2980
  }, null, -1)]);
2963
2981
  }
2964
- var chevron_left_default = {
2965
- name: "lucide-chevron-left",
2982
+ var chevron_right_default = {
2983
+ name: "lucide-chevron-right",
2966
2984
  render: render$160
2967
2985
  }, _hoisted_1$179 = {
2968
2986
  viewBox: "0 0 24 24",
@@ -2976,11 +2994,11 @@ function render$159(e, t) {
2976
2994
  "stroke-linecap": "round",
2977
2995
  "stroke-linejoin": "round",
2978
2996
  "stroke-width": "2",
2979
- d: "m9 18l6-6l-6-6"
2997
+ d: "m18 15l-6-6l-6 6"
2980
2998
  }, null, -1)]);
2981
2999
  }
2982
- var chevron_right_default = {
2983
- name: "lucide-chevron-right",
3000
+ var chevron_up_default = {
3001
+ name: "lucide-chevron-up",
2984
3002
  render: render$159
2985
3003
  }, _hoisted_1$178 = {
2986
3004
  viewBox: "0 0 24 24",
@@ -2994,11 +3012,11 @@ function render$158(e, t) {
2994
3012
  "stroke-linecap": "round",
2995
3013
  "stroke-linejoin": "round",
2996
3014
  "stroke-width": "2",
2997
- d: "m18 15l-6-6l-6 6"
3015
+ d: "m7 20l5-5l5 5M7 4l5 5l5-5"
2998
3016
  }, null, -1)]);
2999
3017
  }
3000
- var chevron_up_default = {
3001
- name: "lucide-chevron-up",
3018
+ var chevrons_down_up_default = {
3019
+ name: "lucide-chevrons-down-up",
3002
3020
  render: render$158
3003
3021
  }, _hoisted_1$177 = {
3004
3022
  viewBox: "0 0 24 24",
@@ -3012,11 +3030,11 @@ function render$157(e, t) {
3012
3030
  "stroke-linecap": "round",
3013
3031
  "stroke-linejoin": "round",
3014
3032
  "stroke-width": "2",
3015
- d: "m7 20l5-5l5 5M7 4l5 5l5-5"
3033
+ d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
3016
3034
  }, null, -1)]);
3017
3035
  }
3018
- var chevrons_down_up_default = {
3019
- name: "lucide-chevrons-down-up",
3036
+ var chevrons_left_default = {
3037
+ name: "lucide-chevrons-left",
3020
3038
  render: render$157
3021
3039
  }, _hoisted_1$176 = {
3022
3040
  viewBox: "0 0 24 24",
@@ -3025,24 +3043,6 @@ var chevrons_down_up_default = {
3025
3043
  };
3026
3044
  function render$156(e, t) {
3027
3045
  return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("path", {
3028
- fill: "none",
3029
- stroke: "currentColor",
3030
- "stroke-linecap": "round",
3031
- "stroke-linejoin": "round",
3032
- "stroke-width": "2",
3033
- d: "m11 17l-5-5l5-5m7 10l-5-5l5-5"
3034
- }, null, -1)]);
3035
- }
3036
- var chevrons_left_default = {
3037
- name: "lucide-chevrons-left",
3038
- render: render$156
3039
- }, _hoisted_1$175 = {
3040
- viewBox: "0 0 24 24",
3041
- width: "1.2em",
3042
- height: "1.2em"
3043
- };
3044
- function render$155(e, t) {
3045
- return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("path", {
3046
3046
  fill: "none",
3047
3047
  stroke: "currentColor",
3048
3048
  "stroke-linecap": "round",
@@ -3053,14 +3053,14 @@ function render$155(e, t) {
3053
3053
  }
3054
3054
  var chevrons_up_down_default = {
3055
3055
  name: "lucide-chevrons-up-down",
3056
- render: render$155
3057
- }, _hoisted_1$174 = {
3056
+ render: render$156
3057
+ }, _hoisted_1$175 = {
3058
3058
  viewBox: "0 0 24 24",
3059
3059
  width: "1.2em",
3060
3060
  height: "1.2em"
3061
3061
  };
3062
- function render$154(e, t) {
3063
- return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("circle", {
3062
+ function render$155(e, t) {
3063
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("circle", {
3064
3064
  cx: "12",
3065
3065
  cy: "12",
3066
3066
  r: "10",
@@ -3073,14 +3073,14 @@ function render$154(e, t) {
3073
3073
  }
3074
3074
  var circle_default = {
3075
3075
  name: "lucide-circle",
3076
- render: render$154
3077
- }, _hoisted_1$173 = {
3076
+ render: render$155
3077
+ }, _hoisted_1$174 = {
3078
3078
  viewBox: "0 0 24 24",
3079
3079
  width: "1.2em",
3080
3080
  height: "1.2em"
3081
3081
  };
3082
- function render$153(e, t) {
3083
- return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3082
+ function render$154(e, t) {
3083
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
3084
3084
  fill: "none",
3085
3085
  stroke: "currentColor",
3086
3086
  "stroke-linecap": "round",
@@ -3094,14 +3094,14 @@ function render$153(e, t) {
3094
3094
  }
3095
3095
  var circle_alert_default = {
3096
3096
  name: "lucide-circle-alert",
3097
- render: render$153
3098
- }, _hoisted_1$172 = {
3097
+ render: render$154
3098
+ }, _hoisted_1$173 = {
3099
3099
  viewBox: "0 0 24 24",
3100
3100
  width: "1.2em",
3101
3101
  height: "1.2em"
3102
3102
  };
3103
- function render$152(e, t) {
3104
- return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3103
+ function render$153(e, t) {
3104
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3105
3105
  fill: "none",
3106
3106
  stroke: "currentColor",
3107
3107
  "stroke-linecap": "round",
@@ -3115,14 +3115,14 @@ function render$152(e, t) {
3115
3115
  }
3116
3116
  var circle_check_default$1 = {
3117
3117
  name: "lucide-circle-check",
3118
- render: render$152
3119
- }, _hoisted_1$171 = {
3118
+ render: render$153
3119
+ }, _hoisted_1$172 = {
3120
3120
  viewBox: "0 0 24 24",
3121
3121
  width: "1.2em",
3122
3122
  height: "1.2em"
3123
3123
  };
3124
- function render$151(e, t) {
3125
- return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3124
+ function render$152(e, t) {
3125
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3126
3126
  fill: "none",
3127
3127
  stroke: "currentColor",
3128
3128
  "stroke-linecap": "round",
@@ -3140,14 +3140,14 @@ function render$151(e, t) {
3140
3140
  }
3141
3141
  var circle_dot_default = {
3142
3142
  name: "lucide-circle-dot",
3143
- render: render$151
3144
- }, _hoisted_1$170 = {
3143
+ render: render$152
3144
+ }, _hoisted_1$171 = {
3145
3145
  viewBox: "0 0 24 24",
3146
3146
  width: "1.2em",
3147
3147
  height: "1.2em"
3148
3148
  };
3149
- function render$150(e, t) {
3150
- return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3149
+ function render$151(e, t) {
3150
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3151
3151
  fill: "none",
3152
3152
  stroke: "currentColor",
3153
3153
  "stroke-linecap": "round",
@@ -3161,14 +3161,14 @@ function render$150(e, t) {
3161
3161
  }
3162
3162
  var circle_help_default = {
3163
3163
  name: "lucide-circle-help",
3164
- render: render$150
3165
- }, _hoisted_1$169 = {
3164
+ render: render$151
3165
+ }, _hoisted_1$170 = {
3166
3166
  viewBox: "0 0 24 24",
3167
3167
  width: "1.2em",
3168
3168
  height: "1.2em"
3169
3169
  };
3170
- function render$149(e, t) {
3171
- return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3170
+ function render$150(e, t) {
3171
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3172
3172
  fill: "none",
3173
3173
  stroke: "currentColor",
3174
3174
  "stroke-linecap": "round",
@@ -3182,14 +3182,14 @@ function render$149(e, t) {
3182
3182
  }
3183
3183
  var circle_minus_default = {
3184
3184
  name: "lucide-circle-minus",
3185
- render: render$149
3186
- }, _hoisted_1$168 = {
3185
+ render: render$150
3186
+ }, _hoisted_1$169 = {
3187
3187
  viewBox: "0 0 24 24",
3188
3188
  width: "1.2em",
3189
3189
  height: "1.2em"
3190
3190
  };
3191
- function render$148(e, t) {
3192
- return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3191
+ function render$149(e, t) {
3192
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3193
3193
  fill: "none",
3194
3194
  stroke: "currentColor",
3195
3195
  "stroke-linecap": "round",
@@ -3203,14 +3203,14 @@ function render$148(e, t) {
3203
3203
  }
3204
3204
  var circle_pause_default = {
3205
3205
  name: "lucide-circle-pause",
3206
- render: render$148
3207
- }, _hoisted_1$167 = {
3206
+ render: render$149
3207
+ }, _hoisted_1$168 = {
3208
3208
  viewBox: "0 0 24 24",
3209
3209
  width: "1.2em",
3210
3210
  height: "1.2em"
3211
3211
  };
3212
- function render$147(e, t) {
3213
- return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3212
+ function render$148(e, t) {
3213
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3214
3214
  fill: "none",
3215
3215
  stroke: "currentColor",
3216
3216
  "stroke-linecap": "round",
@@ -3224,14 +3224,14 @@ function render$147(e, t) {
3224
3224
  }
3225
3225
  var circle_play_default = {
3226
3226
  name: "lucide-circle-play",
3227
- render: render$147
3228
- }, _hoisted_1$166 = {
3227
+ render: render$148
3228
+ }, _hoisted_1$167 = {
3229
3229
  viewBox: "0 0 24 24",
3230
3230
  width: "1.2em",
3231
3231
  height: "1.2em"
3232
3232
  };
3233
- function render$146(e, t) {
3234
- return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3233
+ function render$147(e, t) {
3234
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3235
3235
  fill: "none",
3236
3236
  stroke: "currentColor",
3237
3237
  "stroke-linecap": "round",
@@ -3245,14 +3245,14 @@ function render$146(e, t) {
3245
3245
  }
3246
3246
  var circle_plus_default = {
3247
3247
  name: "lucide-circle-plus",
3248
- render: render$146
3249
- }, _hoisted_1$165 = {
3248
+ render: render$147
3249
+ }, _hoisted_1$166 = {
3250
3250
  viewBox: "0 0 24 24",
3251
3251
  width: "1.2em",
3252
3252
  height: "1.2em"
3253
3253
  };
3254
- function render$145(e, t) {
3255
- return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3254
+ function render$146(e, t) {
3255
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3256
3256
  fill: "none",
3257
3257
  stroke: "currentColor",
3258
3258
  "stroke-linecap": "round",
@@ -3274,14 +3274,14 @@ function render$145(e, t) {
3274
3274
  }
3275
3275
  var circle_user_round_default = {
3276
3276
  name: "lucide-circle-user-round",
3277
- render: render$145
3278
- }, _hoisted_1$164 = {
3277
+ render: render$146
3278
+ }, _hoisted_1$165 = {
3279
3279
  viewBox: "0 0 24 24",
3280
3280
  width: "1.2em",
3281
3281
  height: "1.2em"
3282
3282
  };
3283
- function render$144(e, t) {
3284
- return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
3283
+ function render$145(e, t) {
3284
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3285
3285
  fill: "none",
3286
3286
  stroke: "currentColor",
3287
3287
  "stroke-linecap": "round",
@@ -3295,14 +3295,14 @@ function render$144(e, t) {
3295
3295
  }
3296
3296
  var circle_x_default = {
3297
3297
  name: "lucide-circle-x",
3298
- render: render$144
3299
- }, _hoisted_1$163 = {
3298
+ render: render$145
3299
+ }, _hoisted_1$164 = {
3300
3300
  viewBox: "0 0 24 24",
3301
3301
  width: "1.2em",
3302
3302
  height: "1.2em"
3303
3303
  };
3304
- function render$143(e, t) {
3305
- return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3304
+ function render$144(e, t) {
3305
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
3306
3306
  fill: "none",
3307
3307
  stroke: "currentColor",
3308
3308
  "stroke-linecap": "round",
@@ -3319,14 +3319,14 @@ function render$143(e, t) {
3319
3319
  }
3320
3320
  var clipboard_default = {
3321
3321
  name: "lucide-clipboard",
3322
- render: render$143
3323
- }, _hoisted_1$162 = {
3322
+ render: render$144
3323
+ }, _hoisted_1$163 = {
3324
3324
  viewBox: "0 0 24 24",
3325
3325
  width: "1.2em",
3326
3326
  height: "1.2em"
3327
3327
  };
3328
- function render$142(e, t) {
3329
- return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
3328
+ function render$143(e, t) {
3329
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3330
3330
  fill: "none",
3331
3331
  stroke: "currentColor",
3332
3332
  "stroke-linecap": "round",
@@ -3347,14 +3347,14 @@ function render$142(e, t) {
3347
3347
  }
3348
3348
  var clipboard_check_default = {
3349
3349
  name: "lucide-clipboard-check",
3350
- render: render$142
3351
- }, _hoisted_1$161 = {
3350
+ render: render$143
3351
+ }, _hoisted_1$162 = {
3352
3352
  viewBox: "0 0 24 24",
3353
3353
  width: "1.2em",
3354
3354
  height: "1.2em"
3355
3355
  };
3356
- function render$141(e, t) {
3357
- return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
3356
+ function render$142(e, t) {
3357
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
3358
3358
  fill: "none",
3359
3359
  stroke: "currentColor",
3360
3360
  "stroke-linecap": "round",
@@ -3371,14 +3371,14 @@ function render$141(e, t) {
3371
3371
  }
3372
3372
  var clipboard_list_default = {
3373
3373
  name: "lucide-clipboard-list",
3374
- render: render$141
3375
- }, _hoisted_1$160 = {
3374
+ render: render$142
3375
+ }, _hoisted_1$161 = {
3376
3376
  viewBox: "0 0 24 24",
3377
3377
  width: "1.2em",
3378
3378
  height: "1.2em"
3379
3379
  };
3380
- function render$140(e, t) {
3381
- return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
3380
+ function render$141(e, t) {
3381
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
3382
3382
  fill: "none",
3383
3383
  stroke: "currentColor",
3384
3384
  "stroke-linecap": "round",
@@ -3392,14 +3392,14 @@ function render$140(e, t) {
3392
3392
  }
3393
3393
  var clock_default = {
3394
3394
  name: "lucide-clock",
3395
- render: render$140
3396
- }, _hoisted_1$159 = {
3395
+ render: render$141
3396
+ }, _hoisted_1$160 = {
3397
3397
  viewBox: "0 0 24 24",
3398
3398
  width: "1.2em",
3399
3399
  height: "1.2em"
3400
3400
  };
3401
- function render$139(e, t) {
3402
- return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("path", {
3401
+ function render$140(e, t) {
3402
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("path", {
3403
3403
  fill: "none",
3404
3404
  stroke: "currentColor",
3405
3405
  "stroke-linecap": "round",
@@ -3410,14 +3410,14 @@ function render$139(e, t) {
3410
3410
  }
3411
3411
  var cloud_default = {
3412
3412
  name: "lucide-cloud",
3413
- render: render$139
3414
- }, _hoisted_1$158 = {
3413
+ render: render$140
3414
+ }, _hoisted_1$159 = {
3415
3415
  viewBox: "0 0 24 24",
3416
3416
  width: "1.2em",
3417
3417
  height: "1.2em"
3418
3418
  };
3419
- function render$138(e, t) {
3420
- return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("g", {
3419
+ function render$139(e, t) {
3420
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("g", {
3421
3421
  fill: "none",
3422
3422
  stroke: "currentColor",
3423
3423
  "stroke-linecap": "round",
@@ -3427,14 +3427,14 @@ function render$138(e, t) {
3427
3427
  }
3428
3428
  var cloud_download_default = {
3429
3429
  name: "lucide-cloud-download",
3430
- render: render$138
3431
- }, _hoisted_1$157 = {
3430
+ render: render$139
3431
+ }, _hoisted_1$158 = {
3432
3432
  viewBox: "0 0 24 24",
3433
3433
  width: "1.2em",
3434
3434
  height: "1.2em"
3435
3435
  };
3436
- function render$137(e, t) {
3437
- return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("path", {
3436
+ function render$138(e, t) {
3437
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("path", {
3438
3438
  fill: "none",
3439
3439
  stroke: "currentColor",
3440
3440
  "stroke-linecap": "round",
@@ -3445,14 +3445,14 @@ function render$137(e, t) {
3445
3445
  }
3446
3446
  var code_default = {
3447
3447
  name: "lucide-code",
3448
- render: render$137
3449
- }, _hoisted_1$156 = {
3448
+ render: render$138
3449
+ }, _hoisted_1$157 = {
3450
3450
  viewBox: "0 0 24 24",
3451
3451
  width: "1.2em",
3452
3452
  height: "1.2em"
3453
3453
  };
3454
- function render$136(e, t) {
3455
- return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3454
+ function render$137(e, t) {
3455
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("g", {
3456
3456
  fill: "none",
3457
3457
  stroke: "currentColor",
3458
3458
  "stroke-linecap": "round",
@@ -3462,14 +3462,14 @@ function render$136(e, t) {
3462
3462
  }
3463
3463
  var cog_default = {
3464
3464
  name: "lucide-cog",
3465
- render: render$136
3466
- }, _hoisted_1$155 = {
3465
+ render: render$137
3466
+ }, _hoisted_1$156 = {
3467
3467
  viewBox: "0 0 24 24",
3468
3468
  width: "1.2em",
3469
3469
  height: "1.2em"
3470
3470
  };
3471
- function render$135(e, t) {
3472
- return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
3471
+ function render$136(e, t) {
3472
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3473
3473
  fill: "none",
3474
3474
  stroke: "currentColor",
3475
3475
  "stroke-linecap": "round",
@@ -3483,14 +3483,14 @@ function render$135(e, t) {
3483
3483
  }
3484
3484
  var columns_3_cog_default = {
3485
3485
  name: "lucide-columns-3-cog",
3486
- render: render$135
3487
- }, _hoisted_1$154 = {
3486
+ render: render$136
3487
+ }, _hoisted_1$155 = {
3488
3488
  viewBox: "0 0 24 24",
3489
3489
  width: "1.2em",
3490
3490
  height: "1.2em"
3491
3491
  };
3492
- function render$134(e, t) {
3493
- return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
3492
+ function render$135(e, t) {
3493
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
3494
3494
  fill: "none",
3495
3495
  stroke: "currentColor",
3496
3496
  "stroke-linecap": "round",
@@ -3504,14 +3504,14 @@ function render$134(e, t) {
3504
3504
  }
3505
3505
  var contrast_default = {
3506
3506
  name: "lucide-contrast",
3507
- render: render$134
3508
- }, _hoisted_1$153 = {
3507
+ render: render$135
3508
+ }, _hoisted_1$154 = {
3509
3509
  viewBox: "0 0 24 24",
3510
3510
  width: "1.2em",
3511
3511
  height: "1.2em"
3512
3512
  };
3513
- function render$133(e, t) {
3514
- return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3513
+ function render$134(e, t) {
3514
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
3515
3515
  fill: "none",
3516
3516
  stroke: "currentColor",
3517
3517
  "stroke-linecap": "round",
@@ -3528,14 +3528,14 @@ function render$133(e, t) {
3528
3528
  }
3529
3529
  var copy_default = {
3530
3530
  name: "lucide-copy",
3531
- render: render$133
3532
- }, _hoisted_1$152 = {
3531
+ render: render$134
3532
+ }, _hoisted_1$153 = {
3533
3533
  viewBox: "0 0 24 24",
3534
3534
  width: "1.2em",
3535
3535
  height: "1.2em"
3536
3536
  };
3537
- function render$132(e, t) {
3538
- return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("g", {
3537
+ function render$133(e, t) {
3538
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3539
3539
  fill: "none",
3540
3540
  stroke: "currentColor",
3541
3541
  "stroke-linecap": "round",
@@ -3549,14 +3549,14 @@ function render$132(e, t) {
3549
3549
  }
3550
3550
  var crosshair_default = {
3551
3551
  name: "lucide-crosshair",
3552
- render: render$132
3553
- }, _hoisted_1$151 = {
3552
+ render: render$133
3553
+ }, _hoisted_1$152 = {
3554
3554
  viewBox: "0 0 24 24",
3555
3555
  width: "1.2em",
3556
3556
  height: "1.2em"
3557
3557
  };
3558
- function render$131(e, t) {
3559
- return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("g", {
3558
+ function render$132(e, t) {
3559
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("g", {
3560
3560
  fill: "none",
3561
3561
  stroke: "currentColor",
3562
3562
  "stroke-linecap": "round",
@@ -3575,14 +3575,14 @@ function render$131(e, t) {
3575
3575
  }
3576
3576
  var database_default = {
3577
3577
  name: "lucide-database",
3578
- render: render$131
3579
- }, _hoisted_1$150 = {
3578
+ render: render$132
3579
+ }, _hoisted_1$151 = {
3580
3580
  viewBox: "0 0 24 24",
3581
3581
  width: "1.2em",
3582
3582
  height: "1.2em"
3583
3583
  };
3584
- function render$130(e, t) {
3585
- return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("path", {
3584
+ function render$131(e, t) {
3585
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("path", {
3586
3586
  fill: "none",
3587
3587
  stroke: "currentColor",
3588
3588
  "stroke-linecap": "round",
@@ -3593,14 +3593,14 @@ function render$130(e, t) {
3593
3593
  }
3594
3594
  var door_open_default = {
3595
3595
  name: "lucide-door-open",
3596
- render: render$130
3597
- }, _hoisted_1$149 = {
3596
+ render: render$131
3597
+ }, _hoisted_1$150 = {
3598
3598
  viewBox: "0 0 24 24",
3599
3599
  width: "1.2em",
3600
3600
  height: "1.2em"
3601
3601
  };
3602
- function render$129(e, t) {
3603
- return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("circle", {
3602
+ function render$130(e, t) {
3603
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("circle", {
3604
3604
  cx: "12.1",
3605
3605
  cy: "12.1",
3606
3606
  r: "1",
@@ -3613,14 +3613,14 @@ function render$129(e, t) {
3613
3613
  }
3614
3614
  var dot_default = {
3615
3615
  name: "lucide-dot",
3616
- render: render$129
3617
- }, _hoisted_1$148 = {
3616
+ render: render$130
3617
+ }, _hoisted_1$149 = {
3618
3618
  viewBox: "0 0 24 24",
3619
3619
  width: "1.2em",
3620
3620
  height: "1.2em"
3621
3621
  };
3622
- function render$128(e, t) {
3623
- return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
3622
+ function render$129(e, t) {
3623
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
3624
3624
  fill: "none",
3625
3625
  stroke: "currentColor",
3626
3626
  "stroke-linecap": "round",
@@ -3634,14 +3634,14 @@ function render$128(e, t) {
3634
3634
  }
3635
3635
  var earth_default = {
3636
3636
  name: "lucide-earth",
3637
- render: render$128
3638
- }, _hoisted_1$147 = {
3637
+ render: render$129
3638
+ }, _hoisted_1$148 = {
3639
3639
  viewBox: "0 0 24 24",
3640
3640
  width: "1.2em",
3641
3641
  height: "1.2em"
3642
3642
  };
3643
- function render$127(e, t) {
3644
- return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
3643
+ function render$128(e, t) {
3644
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
3645
3645
  fill: "none",
3646
3646
  stroke: "currentColor",
3647
3647
  "stroke-linecap": "round",
@@ -3667,14 +3667,14 @@ function render$127(e, t) {
3667
3667
  }
3668
3668
  var ellipsis_default = {
3669
3669
  name: "lucide-ellipsis",
3670
- render: render$127
3671
- }, _hoisted_1$146 = {
3670
+ render: render$128
3671
+ }, _hoisted_1$147 = {
3672
3672
  viewBox: "0 0 24 24",
3673
3673
  width: "1.2em",
3674
3674
  height: "1.2em"
3675
3675
  };
3676
- function render$126(e, t) {
3677
- return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("g", {
3676
+ function render$127(e, t) {
3677
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
3678
3678
  fill: "none",
3679
3679
  stroke: "currentColor",
3680
3680
  "stroke-linecap": "round",
@@ -3700,14 +3700,14 @@ function render$126(e, t) {
3700
3700
  }
3701
3701
  var ellipsis_vertical_default = {
3702
3702
  name: "lucide-ellipsis-vertical",
3703
- render: render$126
3704
- }, _hoisted_1$145 = {
3703
+ render: render$127
3704
+ }, _hoisted_1$146 = {
3705
3705
  viewBox: "0 0 24 24",
3706
3706
  width: "1.2em",
3707
3707
  height: "1.2em"
3708
3708
  };
3709
- function render$125(e, t) {
3710
- return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
3709
+ function render$126(e, t) {
3710
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("path", {
3711
3711
  fill: "none",
3712
3712
  stroke: "currentColor",
3713
3713
  "stroke-linecap": "round",
@@ -3718,14 +3718,14 @@ function render$125(e, t) {
3718
3718
  }
3719
3719
  var equal_default = {
3720
3720
  name: "lucide-equal",
3721
- render: render$125
3722
- }, _hoisted_1$144 = {
3721
+ render: render$126
3722
+ }, _hoisted_1$145 = {
3723
3723
  viewBox: "0 0 24 24",
3724
3724
  width: "1.2em",
3725
3725
  height: "1.2em"
3726
3726
  };
3727
- function render$124(e, t) {
3728
- return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("path", {
3727
+ function render$125(e, t) {
3728
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
3729
3729
  fill: "none",
3730
3730
  stroke: "currentColor",
3731
3731
  "stroke-linecap": "round",
@@ -3736,14 +3736,14 @@ function render$124(e, t) {
3736
3736
  }
3737
3737
  var expand_default = {
3738
3738
  name: "lucide-expand",
3739
- render: render$124
3740
- }, _hoisted_1$143 = {
3739
+ render: render$125
3740
+ }, _hoisted_1$144 = {
3741
3741
  viewBox: "0 0 24 24",
3742
3742
  width: "1.2em",
3743
3743
  height: "1.2em"
3744
3744
  };
3745
- function render$123(e, t) {
3746
- return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("path", {
3745
+ function render$124(e, t) {
3746
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("path", {
3747
3747
  fill: "none",
3748
3748
  stroke: "currentColor",
3749
3749
  "stroke-linecap": "round",
@@ -3754,14 +3754,14 @@ function render$123(e, t) {
3754
3754
  }
3755
3755
  var external_link_default = {
3756
3756
  name: "lucide-external-link",
3757
- render: render$123
3758
- }, _hoisted_1$142 = {
3757
+ render: render$124
3758
+ }, _hoisted_1$143 = {
3759
3759
  viewBox: "0 0 24 24",
3760
3760
  width: "1.2em",
3761
3761
  height: "1.2em"
3762
3762
  };
3763
- function render$122(e, t) {
3764
- return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
3763
+ function render$123(e, t) {
3764
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
3765
3765
  fill: "none",
3766
3766
  stroke: "currentColor",
3767
3767
  "stroke-linecap": "round",
@@ -3775,14 +3775,14 @@ function render$122(e, t) {
3775
3775
  }
3776
3776
  var eye_default = {
3777
3777
  name: "lucide-eye",
3778
- render: render$122
3779
- }, _hoisted_1$141 = {
3778
+ render: render$123
3779
+ }, _hoisted_1$142 = {
3780
3780
  viewBox: "0 0 24 24",
3781
3781
  width: "1.2em",
3782
3782
  height: "1.2em"
3783
3783
  };
3784
- function render$121(e, t) {
3785
- return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3784
+ function render$122(e, t) {
3785
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
3786
3786
  fill: "none",
3787
3787
  stroke: "currentColor",
3788
3788
  "stroke-linecap": "round",
@@ -3792,14 +3792,14 @@ function render$121(e, t) {
3792
3792
  }
3793
3793
  var eye_off_default = {
3794
3794
  name: "lucide-eye-off",
3795
- render: render$121
3796
- }, _hoisted_1$140 = {
3795
+ render: render$122
3796
+ }, _hoisted_1$141 = {
3797
3797
  viewBox: "0 0 24 24",
3798
3798
  width: "1.2em",
3799
3799
  height: "1.2em"
3800
3800
  };
3801
- function render$120(e, t) {
3802
- return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3801
+ function render$121(e, t) {
3802
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3803
3803
  fill: "none",
3804
3804
  stroke: "currentColor",
3805
3805
  "stroke-linecap": "round",
@@ -3809,14 +3809,14 @@ function render$120(e, t) {
3809
3809
  }
3810
3810
  var file_default = {
3811
3811
  name: "lucide-file",
3812
- render: render$120
3813
- }, _hoisted_1$139 = {
3812
+ render: render$121
3813
+ }, _hoisted_1$140 = {
3814
3814
  viewBox: "0 0 24 24",
3815
3815
  width: "1.2em",
3816
3816
  height: "1.2em"
3817
3817
  };
3818
- function render$119(e, t) {
3819
- return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
3818
+ function render$120(e, t) {
3819
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3820
3820
  fill: "none",
3821
3821
  stroke: "currentColor",
3822
3822
  "stroke-linecap": "round",
@@ -3834,14 +3834,14 @@ function render$119(e, t) {
3834
3834
  }
3835
3835
  var file_archive_default = {
3836
3836
  name: "lucide-file-archive",
3837
- render: render$119
3838
- }, _hoisted_1$138 = {
3837
+ render: render$120
3838
+ }, _hoisted_1$139 = {
3839
3839
  viewBox: "0 0 24 24",
3840
3840
  width: "1.2em",
3841
3841
  height: "1.2em"
3842
3842
  };
3843
- function render$118(e, t) {
3844
- return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("g", {
3843
+ function render$119(e, t) {
3844
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
3845
3845
  fill: "none",
3846
3846
  stroke: "currentColor",
3847
3847
  "stroke-linecap": "round",
@@ -3851,14 +3851,14 @@ function render$118(e, t) {
3851
3851
  }
3852
3852
  var file_code_default = {
3853
3853
  name: "lucide-file-code",
3854
- render: render$118
3855
- }, _hoisted_1$137 = {
3854
+ render: render$119
3855
+ }, _hoisted_1$138 = {
3856
3856
  viewBox: "0 0 24 24",
3857
3857
  width: "1.2em",
3858
3858
  height: "1.2em"
3859
3859
  };
3860
- function render$117(e, t) {
3861
- return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("path", {
3860
+ function render$118(e, t) {
3861
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("path", {
3862
3862
  fill: "none",
3863
3863
  stroke: "currentColor",
3864
3864
  "stroke-linecap": "round",
@@ -3869,14 +3869,14 @@ function render$117(e, t) {
3869
3869
  }
3870
3870
  var file_diff_default = {
3871
3871
  name: "lucide-file-diff",
3872
- render: render$117
3873
- }, _hoisted_1$136 = {
3872
+ render: render$118
3873
+ }, _hoisted_1$137 = {
3874
3874
  viewBox: "0 0 24 24",
3875
3875
  width: "1.2em",
3876
3876
  height: "1.2em"
3877
3877
  };
3878
- function render$116(e, t) {
3879
- return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3878
+ function render$117(e, t) {
3879
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("g", {
3880
3880
  fill: "none",
3881
3881
  stroke: "currentColor",
3882
3882
  "stroke-linecap": "round",
@@ -3886,14 +3886,14 @@ function render$116(e, t) {
3886
3886
  }
3887
3887
  var file_down_default = {
3888
3888
  name: "lucide-file-down",
3889
- render: render$116
3890
- }, _hoisted_1$135 = {
3889
+ render: render$117
3890
+ }, _hoisted_1$136 = {
3891
3891
  viewBox: "0 0 24 24",
3892
3892
  width: "1.2em",
3893
3893
  height: "1.2em"
3894
3894
  };
3895
- function render$115(e, t) {
3896
- return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("g", {
3895
+ function render$116(e, t) {
3896
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3897
3897
  fill: "none",
3898
3898
  stroke: "currentColor",
3899
3899
  "stroke-linecap": "round",
@@ -3903,14 +3903,14 @@ function render$115(e, t) {
3903
3903
  }
3904
3904
  var file_input_default = {
3905
3905
  name: "lucide-file-input",
3906
- render: render$115
3907
- }, _hoisted_1$134 = {
3906
+ render: render$116
3907
+ }, _hoisted_1$135 = {
3908
3908
  viewBox: "0 0 24 24",
3909
3909
  width: "1.2em",
3910
3910
  height: "1.2em"
3911
3911
  };
3912
- function render$114(e, t) {
3913
- return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("g", {
3912
+ function render$115(e, t) {
3913
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("g", {
3914
3914
  fill: "none",
3915
3915
  stroke: "currentColor",
3916
3916
  "stroke-linecap": "round",
@@ -3924,14 +3924,14 @@ function render$114(e, t) {
3924
3924
  }
3925
3925
  var file_output_default = {
3926
3926
  name: "lucide-file-output",
3927
- render: render$114
3928
- }, _hoisted_1$133 = {
3927
+ render: render$115
3928
+ }, _hoisted_1$134 = {
3929
3929
  viewBox: "0 0 24 24",
3930
3930
  width: "1.2em",
3931
3931
  height: "1.2em"
3932
3932
  };
3933
- function render$113(e, t) {
3934
- return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
3933
+ function render$114(e, t) {
3934
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("g", {
3935
3935
  fill: "none",
3936
3936
  stroke: "currentColor",
3937
3937
  "stroke-linecap": "round",
@@ -3941,14 +3941,14 @@ function render$113(e, t) {
3941
3941
  }
3942
3942
  var file_text_default = {
3943
3943
  name: "lucide-file-text",
3944
- render: render$113
3945
- }, _hoisted_1$132 = {
3944
+ render: render$114
3945
+ }, _hoisted_1$133 = {
3946
3946
  viewBox: "0 0 24 24",
3947
3947
  width: "1.2em",
3948
3948
  height: "1.2em"
3949
3949
  };
3950
- function render$112(e, t) {
3951
- return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("g", {
3950
+ function render$113(e, t) {
3951
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
3952
3952
  fill: "none",
3953
3953
  stroke: "currentColor",
3954
3954
  "stroke-linecap": "round",
@@ -3962,14 +3962,14 @@ function render$112(e, t) {
3962
3962
  }
3963
3963
  var files_default = {
3964
3964
  name: "lucide-files",
3965
- render: render$112
3966
- }, _hoisted_1$131 = {
3965
+ render: render$113
3966
+ }, _hoisted_1$132 = {
3967
3967
  viewBox: "0 0 24 24",
3968
3968
  width: "1.2em",
3969
3969
  height: "1.2em"
3970
3970
  };
3971
- function render$111(e, t) {
3972
- return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("g", {
3971
+ function render$112(e, t) {
3972
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("g", {
3973
3973
  fill: "none",
3974
3974
  stroke: "currentColor",
3975
3975
  "stroke-linecap": "round",
@@ -3979,14 +3979,14 @@ function render$111(e, t) {
3979
3979
  }
3980
3980
  var fingerprint_default = {
3981
3981
  name: "lucide-fingerprint",
3982
- render: render$111
3983
- }, _hoisted_1$130 = {
3982
+ render: render$112
3983
+ }, _hoisted_1$131 = {
3984
3984
  viewBox: "0 0 24 24",
3985
3985
  width: "1.2em",
3986
3986
  height: "1.2em"
3987
3987
  };
3988
- function render$110(e, t) {
3989
- return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("path", {
3988
+ function render$111(e, t) {
3989
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("path", {
3990
3990
  fill: "none",
3991
3991
  stroke: "currentColor",
3992
3992
  "stroke-linecap": "round",
@@ -3997,14 +3997,14 @@ function render$110(e, t) {
3997
3997
  }
3998
3998
  var flask_conical_default = {
3999
3999
  name: "lucide-flask-conical",
4000
- render: render$110
4001
- }, _hoisted_1$129 = {
4000
+ render: render$111
4001
+ }, _hoisted_1$130 = {
4002
4002
  viewBox: "0 0 24 24",
4003
4003
  width: "1.2em",
4004
4004
  height: "1.2em"
4005
4005
  };
4006
- function render$109(e, t) {
4007
- return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("path", {
4006
+ function render$110(e, t) {
4007
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("path", {
4008
4008
  fill: "none",
4009
4009
  stroke: "currentColor",
4010
4010
  "stroke-linecap": "round",
@@ -4015,14 +4015,14 @@ function render$109(e, t) {
4015
4015
  }
4016
4016
  var folder_default = {
4017
4017
  name: "lucide-folder",
4018
- render: render$109
4019
- }, _hoisted_1$128 = {
4018
+ render: render$110
4019
+ }, _hoisted_1$129 = {
4020
4020
  viewBox: "0 0 24 24",
4021
4021
  width: "1.2em",
4022
4022
  height: "1.2em"
4023
4023
  };
4024
- function render$108(e, t) {
4025
- return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("path", {
4024
+ function render$109(e, t) {
4025
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("path", {
4026
4026
  fill: "none",
4027
4027
  stroke: "currentColor",
4028
4028
  "stroke-linecap": "round",
@@ -4033,14 +4033,14 @@ function render$108(e, t) {
4033
4033
  }
4034
4034
  var folder_open_default = {
4035
4035
  name: "lucide-folder-open",
4036
- render: render$108
4037
- }, _hoisted_1$127 = {
4036
+ render: render$109
4037
+ }, _hoisted_1$128 = {
4038
4038
  viewBox: "0 0 24 24",
4039
4039
  width: "1.2em",
4040
4040
  height: "1.2em"
4041
4041
  };
4042
- function render$107(e, t) {
4043
- return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("path", {
4042
+ function render$108(e, t) {
4043
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("path", {
4044
4044
  fill: "none",
4045
4045
  stroke: "currentColor",
4046
4046
  "stroke-linecap": "round",
@@ -4051,14 +4051,14 @@ function render$107(e, t) {
4051
4051
  }
4052
4052
  var folder_plus_default = {
4053
4053
  name: "lucide-folder-plus",
4054
- render: render$107
4055
- }, _hoisted_1$126 = {
4054
+ render: render$108
4055
+ }, _hoisted_1$127 = {
4056
4056
  viewBox: "0 0 24 24",
4057
4057
  width: "1.2em",
4058
4058
  height: "1.2em"
4059
4059
  };
4060
- function render$106(e, t) {
4061
- return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("path", {
4060
+ function render$107(e, t) {
4061
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("path", {
4062
4062
  fill: "none",
4063
4063
  stroke: "currentColor",
4064
4064
  "stroke-linecap": "round",
@@ -4069,14 +4069,14 @@ function render$106(e, t) {
4069
4069
  }
4070
4070
  var funnel_default = {
4071
4071
  name: "lucide-funnel",
4072
- render: render$106
4073
- }, _hoisted_1$125 = {
4072
+ render: render$107
4073
+ }, _hoisted_1$126 = {
4074
4074
  viewBox: "0 0 24 24",
4075
4075
  width: "1.2em",
4076
4076
  height: "1.2em"
4077
4077
  };
4078
- function render$105(e, t) {
4079
- return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
4078
+ function render$106(e, t) {
4079
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("g", {
4080
4080
  fill: "none",
4081
4081
  stroke: "currentColor",
4082
4082
  "stroke-linecap": "round",
@@ -4086,14 +4086,14 @@ function render$105(e, t) {
4086
4086
  }
4087
4087
  var gem_default = {
4088
4088
  name: "lucide-gem",
4089
- render: render$105
4090
- }, _hoisted_1$124 = {
4089
+ render: render$106
4090
+ }, _hoisted_1$125 = {
4091
4091
  viewBox: "0 0 24 24",
4092
4092
  width: "1.2em",
4093
4093
  height: "1.2em"
4094
4094
  };
4095
- function render$104(e, t) {
4096
- return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createElementVNode("g", {
4095
+ function render$105(e, t) {
4096
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
4097
4097
  fill: "none",
4098
4098
  stroke: "currentColor",
4099
4099
  "stroke-linecap": "round",
@@ -4109,25 +4109,25 @@ function render$104(e, t) {
4109
4109
  }
4110
4110
  var gift_default = {
4111
4111
  name: "lucide-gift",
4112
- render: render$104
4113
- }, _hoisted_1$123 = {
4112
+ render: render$105
4113
+ }, _hoisted_1$124 = {
4114
4114
  viewBox: "0 0 24 24",
4115
4115
  width: "1.2em",
4116
4116
  height: "1.2em"
4117
4117
  };
4118
- function render$103(e, t) {
4119
- return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"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)]);
4118
+ function render$104(e, t) {
4119
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, 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)]);
4120
4120
  }
4121
4121
  var git_branch_default = {
4122
4122
  name: "lucide-git-branch",
4123
- render: render$103
4124
- }, _hoisted_1$122 = {
4123
+ render: render$104
4124
+ }, _hoisted_1$123 = {
4125
4125
  viewBox: "0 0 24 24",
4126
4126
  width: "1.2em",
4127
4127
  height: "1.2em"
4128
4128
  };
4129
- function render$102(e, t) {
4130
- return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4129
+ function render$103(e, t) {
4130
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
4131
4131
  fill: "none",
4132
4132
  stroke: "currentColor",
4133
4133
  "stroke-linecap": "round",
@@ -4141,14 +4141,14 @@ function render$102(e, t) {
4141
4141
  }
4142
4142
  var globe_default = {
4143
4143
  name: "lucide-globe",
4144
- render: render$102
4145
- }, _hoisted_1$121 = {
4144
+ render: render$103
4145
+ }, _hoisted_1$122 = {
4146
4146
  viewBox: "0 0 24 24",
4147
4147
  width: "1.2em",
4148
4148
  height: "1.2em"
4149
4149
  };
4150
- function render$101(e, t) {
4151
- return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("g", {
4150
+ function render$102(e, t) {
4151
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4152
4152
  fill: "none",
4153
4153
  stroke: "currentColor",
4154
4154
  "stroke-linecap": "round",
@@ -4158,14 +4158,14 @@ function render$101(e, t) {
4158
4158
  }
4159
4159
  var graduation_cap_default = {
4160
4160
  name: "lucide-graduation-cap",
4161
- render: render$101
4162
- }, _hoisted_1$120 = {
4161
+ render: render$102
4162
+ }, _hoisted_1$121 = {
4163
4163
  viewBox: "0 0 24 24",
4164
4164
  width: "1.2em",
4165
4165
  height: "1.2em"
4166
4166
  };
4167
- function render$100(e, t) {
4168
- return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createElementVNode("g", {
4167
+ function render$101(e, t) {
4168
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("g", {
4169
4169
  fill: "none",
4170
4170
  stroke: "currentColor",
4171
4171
  "stroke-linecap": "round",
@@ -4181,36 +4181,36 @@ function render$100(e, t) {
4181
4181
  }
4182
4182
  var grid_2x2_default = {
4183
4183
  name: "lucide-grid-2x2",
4184
- render: render$100
4185
- }, _hoisted_1$119 = {
4184
+ render: render$101
4185
+ }, _hoisted_1$120 = {
4186
4186
  viewBox: "0 0 24 24",
4187
4187
  width: "1.2em",
4188
4188
  height: "1.2em"
4189
4189
  };
4190
- function render$99(e, t) {
4191
- return openBlock(), createElementBlock("svg", _hoisted_1$119, 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)]);
4190
+ function render$100(e, t) {
4191
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, 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)]);
4192
4192
  }
4193
4193
  var grip_vertical_default = {
4194
4194
  name: "lucide-grip-vertical",
4195
- render: render$99
4196
- }, _hoisted_1$118 = {
4195
+ render: render$100
4196
+ }, _hoisted_1$119 = {
4197
4197
  viewBox: "0 0 24 24",
4198
4198
  width: "1.2em",
4199
4199
  height: "1.2em"
4200
4200
  };
4201
- function render$98(e, t) {
4202
- return openBlock(), createElementBlock("svg", _hoisted_1$118, 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)]);
4201
+ function render$99(e, t) {
4202
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, 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)]);
4203
4203
  }
4204
4204
  var hand_coins_default = {
4205
4205
  name: "lucide-hand-coins",
4206
- render: render$98
4207
- }, _hoisted_1$117 = {
4206
+ render: render$99
4207
+ }, _hoisted_1$118 = {
4208
4208
  viewBox: "0 0 24 24",
4209
4209
  width: "1.2em",
4210
4210
  height: "1.2em"
4211
4211
  };
4212
- function render$97(e, t) {
4213
- return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("g", {
4212
+ function render$98(e, t) {
4213
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("g", {
4214
4214
  fill: "none",
4215
4215
  stroke: "currentColor",
4216
4216
  "stroke-linecap": "round",
@@ -4224,14 +4224,14 @@ function render$97(e, t) {
4224
4224
  }
4225
4225
  var handshake_default = {
4226
4226
  name: "lucide-handshake",
4227
- render: render$97
4228
- }, _hoisted_1$116 = {
4227
+ render: render$98
4228
+ }, _hoisted_1$117 = {
4229
4229
  viewBox: "0 0 24 24",
4230
4230
  width: "1.2em",
4231
4231
  height: "1.2em"
4232
4232
  };
4233
- function render$96(e, t) {
4234
- return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("path", {
4233
+ function render$97(e, t) {
4234
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("path", {
4235
4235
  fill: "none",
4236
4236
  stroke: "currentColor",
4237
4237
  "stroke-linecap": "round",
@@ -4242,14 +4242,14 @@ function render$96(e, t) {
4242
4242
  }
4243
4243
  var hard_drive_default = {
4244
4244
  name: "lucide-hard-drive",
4245
- render: render$96
4246
- }, _hoisted_1$115 = {
4245
+ render: render$97
4246
+ }, _hoisted_1$116 = {
4247
4247
  viewBox: "0 0 24 24",
4248
4248
  width: "1.2em",
4249
4249
  height: "1.2em"
4250
4250
  };
4251
- function render$95(e, t) {
4252
- return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
4251
+ function render$96(e, t) {
4252
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("g", {
4253
4253
  fill: "none",
4254
4254
  stroke: "currentColor",
4255
4255
  "stroke-linecap": "round",
@@ -4269,14 +4269,14 @@ function render$95(e, t) {
4269
4269
  }
4270
4270
  var hard_drive_download_default = {
4271
4271
  name: "lucide-hard-drive-download",
4272
- render: render$95
4273
- }, _hoisted_1$114 = {
4272
+ render: render$96
4273
+ }, _hoisted_1$115 = {
4274
4274
  viewBox: "0 0 24 24",
4275
4275
  width: "1.2em",
4276
4276
  height: "1.2em"
4277
4277
  };
4278
- function render$94(e, t) {
4279
- return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("path", {
4278
+ function render$95(e, t) {
4279
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("path", {
4280
4280
  fill: "none",
4281
4281
  stroke: "currentColor",
4282
4282
  "stroke-linecap": "round",
@@ -4287,14 +4287,14 @@ function render$94(e, t) {
4287
4287
  }
4288
4288
  var hash_default = {
4289
4289
  name: "lucide-hash",
4290
- render: render$94
4291
- }, _hoisted_1$113 = {
4290
+ render: render$95
4291
+ }, _hoisted_1$114 = {
4292
4292
  viewBox: "0 0 24 24",
4293
4293
  width: "1.2em",
4294
4294
  height: "1.2em"
4295
4295
  };
4296
- function render$93(e, t) {
4297
- return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
4296
+ function render$94(e, t) {
4297
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("g", {
4298
4298
  fill: "none",
4299
4299
  stroke: "currentColor",
4300
4300
  "stroke-linecap": "round",
@@ -4304,14 +4304,14 @@ function render$93(e, t) {
4304
4304
  }
4305
4305
  var history_default = {
4306
4306
  name: "lucide-history",
4307
- render: render$93
4308
- }, _hoisted_1$112 = {
4307
+ render: render$94
4308
+ }, _hoisted_1$113 = {
4309
4309
  viewBox: "0 0 24 24",
4310
4310
  width: "1.2em",
4311
4311
  height: "1.2em"
4312
4312
  };
4313
- function render$92(e, t) {
4314
- return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("path", {
4313
+ function render$93(e, t) {
4314
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("path", {
4315
4315
  fill: "none",
4316
4316
  stroke: "currentColor",
4317
4317
  "stroke-linecap": "round",
@@ -4322,14 +4322,14 @@ function render$92(e, t) {
4322
4322
  }
4323
4323
  var hourglass_default = {
4324
4324
  name: "lucide-hourglass",
4325
- render: render$92
4326
- }, _hoisted_1$111 = {
4325
+ render: render$93
4326
+ }, _hoisted_1$112 = {
4327
4327
  viewBox: "0 0 24 24",
4328
4328
  width: "1.2em",
4329
4329
  height: "1.2em"
4330
4330
  };
4331
- function render$91(e, t) {
4332
- return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
4331
+ function render$92(e, t) {
4332
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("g", {
4333
4333
  fill: "none",
4334
4334
  stroke: "currentColor",
4335
4335
  "stroke-linecap": "round",
@@ -4339,14 +4339,14 @@ function render$91(e, t) {
4339
4339
  }
4340
4340
  var house_default = {
4341
4341
  name: "lucide-house",
4342
- render: render$91
4343
- }, _hoisted_1$110 = {
4342
+ render: render$92
4343
+ }, _hoisted_1$111 = {
4344
4344
  viewBox: "0 0 24 24",
4345
4345
  width: "1.2em",
4346
4346
  height: "1.2em"
4347
4347
  };
4348
- function render$90(e, t) {
4349
- return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4348
+ function render$91(e, t) {
4349
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
4350
4350
  fill: "none",
4351
4351
  stroke: "currentColor",
4352
4352
  "stroke-linecap": "round",
@@ -4371,14 +4371,14 @@ function render$90(e, t) {
4371
4371
  }
4372
4372
  var image_default = {
4373
4373
  name: "lucide-image",
4374
- render: render$90
4375
- }, _hoisted_1$109 = {
4374
+ render: render$91
4375
+ }, _hoisted_1$110 = {
4376
4376
  viewBox: "0 0 24 24",
4377
4377
  width: "1.2em",
4378
4378
  height: "1.2em"
4379
4379
  };
4380
- function render$89(e, t) {
4381
- return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("g", {
4380
+ function render$90(e, t) {
4381
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4382
4382
  fill: "none",
4383
4383
  stroke: "currentColor",
4384
4384
  "stroke-linecap": "round",
@@ -4388,14 +4388,14 @@ function render$89(e, t) {
4388
4388
  }
4389
4389
  var inbox_default = {
4390
4390
  name: "lucide-inbox",
4391
- render: render$89
4392
- }, _hoisted_1$108 = {
4391
+ render: render$90
4392
+ }, _hoisted_1$109 = {
4393
4393
  viewBox: "0 0 24 24",
4394
4394
  width: "1.2em",
4395
4395
  height: "1.2em"
4396
4396
  };
4397
- function render$88(e, t) {
4398
- return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
4397
+ function render$89(e, t) {
4398
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("g", {
4399
4399
  fill: "none",
4400
4400
  stroke: "currentColor",
4401
4401
  "stroke-linecap": "round",
@@ -4409,14 +4409,14 @@ function render$88(e, t) {
4409
4409
  }
4410
4410
  var info_default = {
4411
4411
  name: "lucide-info",
4412
- render: render$88
4413
- }, _hoisted_1$107 = {
4412
+ render: render$89
4413
+ }, _hoisted_1$108 = {
4414
4414
  viewBox: "0 0 24 24",
4415
4415
  width: "1.2em",
4416
4416
  height: "1.2em"
4417
4417
  };
4418
- function render$87(e, t) {
4419
- return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("g", {
4418
+ function render$88(e, t) {
4419
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
4420
4420
  fill: "none",
4421
4421
  stroke: "currentColor",
4422
4422
  "stroke-linecap": "round",
@@ -4431,14 +4431,14 @@ function render$87(e, t) {
4431
4431
  }
4432
4432
  var key_round_default = {
4433
4433
  name: "lucide-key-round",
4434
- render: render$87
4435
- }, _hoisted_1$106 = {
4434
+ render: render$88
4435
+ }, _hoisted_1$107 = {
4436
4436
  viewBox: "0 0 24 24",
4437
4437
  width: "1.2em",
4438
4438
  height: "1.2em"
4439
4439
  };
4440
- function render$86(e, t) {
4441
- return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
4440
+ function render$87(e, t) {
4441
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("path", {
4442
4442
  fill: "none",
4443
4443
  stroke: "currentColor",
4444
4444
  "stroke-linecap": "round",
@@ -4449,14 +4449,14 @@ function render$86(e, t) {
4449
4449
  }
4450
4450
  var languages_default = {
4451
4451
  name: "lucide-languages",
4452
- render: render$86
4453
- }, _hoisted_1$105 = {
4452
+ render: render$87
4453
+ }, _hoisted_1$106 = {
4454
4454
  viewBox: "0 0 24 24",
4455
4455
  width: "1.2em",
4456
4456
  height: "1.2em"
4457
4457
  };
4458
- function render$85(e, t) {
4459
- return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
4458
+ function render$86(e, t) {
4459
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("g", {
4460
4460
  fill: "none",
4461
4461
  stroke: "currentColor",
4462
4462
  "stroke-linecap": "round",
@@ -4470,14 +4470,14 @@ function render$85(e, t) {
4470
4470
  }
4471
4471
  var layers_default = {
4472
4472
  name: "lucide-layers",
4473
- render: render$85
4474
- }, _hoisted_1$104 = {
4473
+ render: render$86
4474
+ }, _hoisted_1$105 = {
4475
4475
  viewBox: "0 0 24 24",
4476
4476
  width: "1.2em",
4477
4477
  height: "1.2em"
4478
4478
  };
4479
- function render$84(e, t) {
4480
- return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
4479
+ function render$85(e, t) {
4480
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("path", {
4481
4481
  fill: "none",
4482
4482
  stroke: "currentColor",
4483
4483
  "stroke-linecap": "round",
@@ -4488,14 +4488,14 @@ function render$84(e, t) {
4488
4488
  }
4489
4489
  var lightbulb_default = {
4490
4490
  name: "lucide-lightbulb",
4491
- render: render$84
4492
- }, _hoisted_1$103 = {
4491
+ render: render$85
4492
+ }, _hoisted_1$104 = {
4493
4493
  viewBox: "0 0 24 24",
4494
4494
  width: "1.2em",
4495
4495
  height: "1.2em"
4496
4496
  };
4497
- function render$83(e, t) {
4498
- return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("g", {
4497
+ function render$84(e, t) {
4498
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("g", {
4499
4499
  fill: "none",
4500
4500
  stroke: "currentColor",
4501
4501
  "stroke-linecap": "round",
@@ -4505,14 +4505,14 @@ function render$83(e, t) {
4505
4505
  }
4506
4506
  var link_default = {
4507
4507
  name: "lucide-link",
4508
- render: render$83
4509
- }, _hoisted_1$102 = {
4508
+ render: render$84
4509
+ }, _hoisted_1$103 = {
4510
4510
  viewBox: "0 0 24 24",
4511
4511
  width: "1.2em",
4512
4512
  height: "1.2em"
4513
4513
  };
4514
- function render$82(e, t) {
4515
- return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("path", {
4514
+ function render$83(e, t) {
4515
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
4516
4516
  fill: "none",
4517
4517
  stroke: "currentColor",
4518
4518
  "stroke-linecap": "round",
@@ -4523,14 +4523,14 @@ function render$82(e, t) {
4523
4523
  }
4524
4524
  var list_default = {
4525
4525
  name: "lucide-list",
4526
- render: render$82
4527
- }, _hoisted_1$101 = {
4526
+ render: render$83
4527
+ }, _hoisted_1$102 = {
4528
4528
  viewBox: "0 0 24 24",
4529
4529
  width: "1.2em",
4530
4530
  height: "1.2em"
4531
4531
  };
4532
- function render$81(e, t) {
4533
- return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
4532
+ function render$82(e, t) {
4533
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("path", {
4534
4534
  fill: "none",
4535
4535
  stroke: "currentColor",
4536
4536
  "stroke-linecap": "round",
@@ -4541,14 +4541,14 @@ function render$81(e, t) {
4541
4541
  }
4542
4542
  var list_checks_default = {
4543
4543
  name: "lucide-list-checks",
4544
- render: render$81
4545
- }, _hoisted_1$100 = {
4544
+ render: render$82
4545
+ }, _hoisted_1$101 = {
4546
4546
  viewBox: "0 0 24 24",
4547
4547
  width: "1.2em",
4548
4548
  height: "1.2em"
4549
4549
  };
4550
- function render$80(e, t) {
4551
- return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("g", {
4550
+ function render$81(e, t) {
4551
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("g", {
4552
4552
  fill: "none",
4553
4553
  stroke: "currentColor",
4554
4554
  "stroke-linecap": "round",
@@ -4565,14 +4565,14 @@ function render$80(e, t) {
4565
4565
  }
4566
4566
  var lock_default = {
4567
4567
  name: "lucide-lock",
4568
- render: render$80
4569
- }, _hoisted_1$99 = {
4568
+ render: render$81
4569
+ }, _hoisted_1$100 = {
4570
4570
  viewBox: "0 0 24 24",
4571
4571
  width: "1.2em",
4572
4572
  height: "1.2em"
4573
4573
  };
4574
- function render$79(e, t) {
4575
- return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
4574
+ function render$80(e, t) {
4575
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
4576
4576
  fill: "none",
4577
4577
  stroke: "currentColor",
4578
4578
  "stroke-linecap": "round",
@@ -4583,14 +4583,14 @@ function render$79(e, t) {
4583
4583
  }
4584
4584
  var log_in_default = {
4585
4585
  name: "lucide-log-in",
4586
- render: render$79
4587
- }, _hoisted_1$98 = {
4586
+ render: render$80
4587
+ }, _hoisted_1$99 = {
4588
4588
  viewBox: "0 0 24 24",
4589
4589
  width: "1.2em",
4590
4590
  height: "1.2em"
4591
4591
  };
4592
- function render$78(e, t) {
4593
- return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
4592
+ function render$79(e, t) {
4593
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
4594
4594
  fill: "none",
4595
4595
  stroke: "currentColor",
4596
4596
  "stroke-linecap": "round",
@@ -4601,14 +4601,14 @@ function render$78(e, t) {
4601
4601
  }
4602
4602
  var log_out_default = {
4603
4603
  name: "lucide-log-out",
4604
- render: render$78
4605
- }, _hoisted_1$97 = {
4604
+ render: render$79
4605
+ }, _hoisted_1$98 = {
4606
4606
  viewBox: "0 0 24 24",
4607
4607
  width: "1.2em",
4608
4608
  height: "1.2em"
4609
4609
  };
4610
- function render$77(e, t) {
4611
- return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("g", {
4610
+ function render$78(e, t) {
4611
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("g", {
4612
4612
  fill: "none",
4613
4613
  stroke: "currentColor",
4614
4614
  "stroke-linecap": "round",
@@ -4624,14 +4624,14 @@ function render$77(e, t) {
4624
4624
  }
4625
4625
  var mail_default = {
4626
4626
  name: "lucide-mail",
4627
- render: render$77
4628
- }, _hoisted_1$96 = {
4627
+ render: render$78
4628
+ }, _hoisted_1$97 = {
4629
4629
  viewBox: "0 0 24 24",
4630
4630
  width: "1.2em",
4631
4631
  height: "1.2em"
4632
4632
  };
4633
- function render$76(e, t) {
4634
- return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
4633
+ function render$77(e, t) {
4634
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("path", {
4635
4635
  fill: "none",
4636
4636
  stroke: "currentColor",
4637
4637
  "stroke-linecap": "round",
@@ -4642,14 +4642,14 @@ function render$76(e, t) {
4642
4642
  }
4643
4643
  var maximize_default = {
4644
4644
  name: "lucide-maximize",
4645
- render: render$76
4646
- }, _hoisted_1$95 = {
4645
+ render: render$77
4646
+ }, _hoisted_1$96 = {
4647
4647
  viewBox: "0 0 24 24",
4648
4648
  width: "1.2em",
4649
4649
  height: "1.2em"
4650
4650
  };
4651
- function render$75(e, t) {
4652
- return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4651
+ function render$76(e, t) {
4652
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
4653
4653
  fill: "none",
4654
4654
  stroke: "currentColor",
4655
4655
  "stroke-linecap": "round",
@@ -4660,14 +4660,14 @@ function render$75(e, t) {
4660
4660
  }
4661
4661
  var maximize_2_default = {
4662
4662
  name: "lucide-maximize-2",
4663
- render: render$75
4664
- }, _hoisted_1$94 = {
4663
+ render: render$76
4664
+ }, _hoisted_1$95 = {
4665
4665
  viewBox: "0 0 24 24",
4666
4666
  width: "1.2em",
4667
4667
  height: "1.2em"
4668
4668
  };
4669
- function render$74(e, t) {
4670
- return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4669
+ function render$75(e, t) {
4670
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4671
4671
  fill: "none",
4672
4672
  stroke: "currentColor",
4673
4673
  "stroke-linecap": "round",
@@ -4678,14 +4678,14 @@ function render$74(e, t) {
4678
4678
  }
4679
4679
  var menu_default = {
4680
4680
  name: "lucide-menu",
4681
- render: render$74
4682
- }, _hoisted_1$93 = {
4681
+ render: render$75
4682
+ }, _hoisted_1$94 = {
4683
4683
  viewBox: "0 0 24 24",
4684
4684
  width: "1.2em",
4685
4685
  height: "1.2em"
4686
4686
  };
4687
- function render$73(e, t) {
4688
- return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
4687
+ function render$74(e, t) {
4688
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4689
4689
  fill: "none",
4690
4690
  stroke: "currentColor",
4691
4691
  "stroke-linecap": "round",
@@ -4696,14 +4696,14 @@ function render$73(e, t) {
4696
4696
  }
4697
4697
  var message_circle_default = {
4698
4698
  name: "lucide-message-circle",
4699
- render: render$73
4700
- }, _hoisted_1$92 = {
4699
+ render: render$74
4700
+ }, _hoisted_1$93 = {
4701
4701
  viewBox: "0 0 24 24",
4702
4702
  width: "1.2em",
4703
4703
  height: "1.2em"
4704
4704
  };
4705
- function render$72(e, t) {
4706
- return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("path", {
4705
+ function render$73(e, t) {
4706
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
4707
4707
  fill: "none",
4708
4708
  stroke: "currentColor",
4709
4709
  "stroke-linecap": "round",
@@ -4714,14 +4714,14 @@ function render$72(e, t) {
4714
4714
  }
4715
4715
  var messages_square_default = {
4716
4716
  name: "lucide-messages-square",
4717
- render: render$72
4718
- }, _hoisted_1$91 = {
4717
+ render: render$73
4718
+ }, _hoisted_1$92 = {
4719
4719
  viewBox: "0 0 24 24",
4720
4720
  width: "1.2em",
4721
4721
  height: "1.2em"
4722
4722
  };
4723
- function render$71(e, t) {
4724
- return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("g", {
4723
+ function render$72(e, t) {
4724
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("g", {
4725
4725
  fill: "none",
4726
4726
  stroke: "currentColor",
4727
4727
  "stroke-linecap": "round",
@@ -4737,14 +4737,14 @@ function render$71(e, t) {
4737
4737
  }
4738
4738
  var mic_default = {
4739
4739
  name: "lucide-mic",
4740
- render: render$71
4741
- }, _hoisted_1$90 = {
4740
+ render: render$72
4741
+ }, _hoisted_1$91 = {
4742
4742
  viewBox: "0 0 24 24",
4743
4743
  width: "1.2em",
4744
4744
  height: "1.2em"
4745
4745
  };
4746
- function render$70(e, t) {
4747
- return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("path", {
4746
+ function render$71(e, t) {
4747
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("path", {
4748
4748
  fill: "none",
4749
4749
  stroke: "currentColor",
4750
4750
  "stroke-linecap": "round",
@@ -4755,14 +4755,14 @@ function render$70(e, t) {
4755
4755
  }
4756
4756
  var milestone_default = {
4757
4757
  name: "lucide-milestone",
4758
- render: render$70
4759
- }, _hoisted_1$89 = {
4758
+ render: render$71
4759
+ }, _hoisted_1$90 = {
4760
4760
  viewBox: "0 0 24 24",
4761
4761
  width: "1.2em",
4762
4762
  height: "1.2em"
4763
4763
  };
4764
- function render$69(e, t) {
4765
- return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createElementVNode("path", {
4764
+ function render$70(e, t) {
4765
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("path", {
4766
4766
  fill: "none",
4767
4767
  stroke: "currentColor",
4768
4768
  "stroke-linecap": "round",
@@ -4773,14 +4773,14 @@ function render$69(e, t) {
4773
4773
  }
4774
4774
  var minimize_2_default = {
4775
4775
  name: "lucide-minimize-2",
4776
- render: render$69
4777
- }, _hoisted_1$88 = {
4776
+ render: render$70
4777
+ }, _hoisted_1$89 = {
4778
4778
  viewBox: "0 0 24 24",
4779
4779
  width: "1.2em",
4780
4780
  height: "1.2em"
4781
4781
  };
4782
- function render$68(e, t) {
4783
- return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createElementVNode("path", {
4782
+ function render$69(e, t) {
4783
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createElementVNode("path", {
4784
4784
  fill: "none",
4785
4785
  stroke: "currentColor",
4786
4786
  "stroke-linecap": "round",
@@ -4791,6 +4791,17 @@ function render$68(e, t) {
4791
4791
  }
4792
4792
  var mouse_pointer_default = {
4793
4793
  name: "lucide-mouse-pointer",
4794
+ render: render$69
4795
+ }, _hoisted_1$88 = {
4796
+ viewBox: "0 0 24 24",
4797
+ width: "1.2em",
4798
+ height: "1.2em"
4799
+ };
4800
+ function render$68(e, t) {
4801
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, 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)]);
4802
+ }
4803
+ var network_default = {
4804
+ name: "lucide-network",
4794
4805
  render: render$68
4795
4806
  }, _hoisted_1$87 = {
4796
4807
  viewBox: "0 0 24 24",
@@ -4798,10 +4809,16 @@ var mouse_pointer_default = {
4798
4809
  height: "1.2em"
4799
4810
  };
4800
4811
  function render$67(e, t) {
4801
- return openBlock(), createElementBlock("svg", _hoisted_1$87, 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)]);
4812
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
4813
+ fill: "none",
4814
+ stroke: "currentColor",
4815
+ "stroke-linecap": "round",
4816
+ "stroke-linejoin": "round",
4817
+ "stroke-width": "2"
4818
+ }, [createElementVNode("path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4M2 6h4m-4 4h4m-4 4h4m-4 4h4" }), createElementVNode("path", { d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" })], -1)]);
4802
4819
  }
4803
- var network_default = {
4804
- name: "lucide-network",
4820
+ var notebook_pen_default = {
4821
+ name: "lucide-notebook-pen",
4805
4822
  render: render$67
4806
4823
  }, _hoisted_1$86 = {
4807
4824
  viewBox: "0 0 24 24",
@@ -6275,6 +6292,7 @@ const deprecatedIconSet = {
6275
6292
  "paper-plane": send_default,
6276
6293
  bell: bell_default
6277
6294
  }, updatedIconSet = {
6295
+ anthropic: anthropic_default,
6278
6296
  "bolt-filled": bolt_filled_default,
6279
6297
  "filled-square": filled_square_default,
6280
6298
  "grip-lines-vertical": grip_lines_vertical_default,
@@ -6309,6 +6327,7 @@ const deprecatedIconSet = {
6309
6327
  "node-success": node_success_default,
6310
6328
  "node-trash": node_trash_default,
6311
6329
  mcp: mcp_default,
6330
+ lovable: lovable_default,
6312
6331
  "align-right": align_right_default,
6313
6332
  archive: archive_default,
6314
6333
  "archive-restore": archive_restore_default,
@@ -6428,6 +6447,7 @@ const deprecatedIconSet = {
6428
6447
  milestone: milestone_default,
6429
6448
  "mouse-pointer": mouse_pointer_default,
6430
6449
  network: network_default,
6450
+ "notebook-pen": notebook_pen_default,
6431
6451
  "package-open": package_open_default,
6432
6452
  palette: palette_default,
6433
6453
  "panel-left": panel_left_default,
@@ -6516,7 +6536,8 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
6516
6536
  small: 12,
6517
6537
  medium: 14,
6518
6538
  large: 16,
6519
- xlarge: 20
6539
+ xlarge: 20,
6540
+ xxlarge: 40
6520
6541
  }, o = computed(() => {
6521
6542
  let e = "1em";
6522
6543
  return t.size && (e = `${typeof t.size == "number" ? t.size : i[t.size]}px`), {