@n8n/chat 0.66.1 → 0.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/chat.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Package version @n8n/chat@0.66.1 */
1
+ /*! Package version @n8n/chat@0.68.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) => {
@@ -470,15 +470,16 @@ const ChatPlugin = { install(e, t) {
470
470
  }
471
471
  async function d() {
472
472
  if (!t.loadPreviousSession) return;
473
- let e = localStorage.getItem(localStorageSessionIdKey) ?? v4_default();
474
- return n.value = ((await loadPreviousSession(e, t))?.data || []).map((e, t) => ({
473
+ let e = localStorage.getItem(localStorageSessionIdKey), i = e ?? v4_default();
474
+ return e || localStorage.setItem(localStorageSessionIdKey, i), n.value = ((await loadPreviousSession(i, t))?.data || []).map((e, t) => ({
475
475
  id: `${t}`,
476
476
  text: e.kwargs.content,
477
477
  sender: e.id.includes("HumanMessage") ? "user" : "bot"
478
- })), n.value.length && (r.value = e), e;
478
+ })), r.value = i, i;
479
479
  }
480
480
  async function f() {
481
- r.value = v4_default(), localStorage.setItem(localStorageSessionIdKey, r.value);
481
+ let e = localStorage.getItem(localStorageSessionIdKey);
482
+ e && t.loadPreviousSession ? r.value = e : (r.value = v4_default(), localStorage.setItem(localStorageSessionIdKey, r.value));
482
483
  }
483
484
  let p = {
484
485
  initialMessages: o,
@@ -1926,27 +1927,27 @@ function xml(e) {
1926
1927
  ]
1927
1928
  };
1928
1929
  }
1929
- var _hoisted_1$225 = {
1930
+ var _hoisted_1$228 = {
1930
1931
  viewBox: "0 0 24 24",
1931
1932
  width: "1.2em",
1932
1933
  height: "1.2em"
1933
1934
  };
1934
- function render$198(e, t) {
1935
- return openBlock(), createElementBlock("svg", _hoisted_1$225, t[0] ||= [createElementVNode("path", {
1935
+ function render$201(e, t) {
1936
+ return openBlock(), createElementBlock("svg", _hoisted_1$228, t[0] ||= [createElementVNode("path", {
1936
1937
  fill: "currentColor",
1937
1938
  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"
1938
1939
  }, null, -1)]);
1939
1940
  }
1940
1941
  var close_default = {
1941
1942
  name: "mdi-close",
1942
- render: render$198
1943
+ render: render$201
1943
1944
  }, __plugin_vue_export_helper_default = (e, t) => {
1944
1945
  let n = e.__vccOpts || e;
1945
1946
  for (let [e, r] of t) n[e] = r;
1946
1947
  return n;
1947
- }, _sfc_main$11 = {}, _hoisted_1$224 = { class: "chat-button" };
1948
+ }, _sfc_main$11 = {}, _hoisted_1$227 = { class: "chat-button" };
1948
1949
  function _sfc_render$11(e, t) {
1949
- return openBlock(), createElementBlock("button", _hoisted_1$224, [renderSlot(e.$slots, "default")]);
1950
+ return openBlock(), createElementBlock("button", _hoisted_1$227, [renderSlot(e.$slots, "default")]);
1950
1951
  }
1951
1952
  var Button_default$1 = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$11, [["render", _sfc_render$11]]);
1952
1953
  function useChat() {
@@ -1969,24 +1970,24 @@ function useI18n() {
1969
1970
  te: r
1970
1971
  };
1971
1972
  }
1972
- var _hoisted_1$223 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1973
+ var _hoisted_1$226 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
1973
1974
  __name: "GetStarted",
1974
1975
  setup(e) {
1975
1976
  let { t } = useI18n();
1976
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$223, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1977
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$226, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
1977
1978
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
1978
1979
  _: 1
1979
1980
  })]));
1980
1981
  }
1981
- }), _sfc_main$10 = {}, _hoisted_1$222 = { class: "chat-powered-by" };
1982
+ }), _sfc_main$10 = {}, _hoisted_1$225 = { class: "chat-powered-by" };
1982
1983
  function _sfc_render$10(e, t) {
1983
- return openBlock(), createElementBlock("div", _hoisted_1$222, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1984
+ return openBlock(), createElementBlock("div", _hoisted_1$225, t[0] ||= [createTextVNode(" Powered by "), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]);
1984
1985
  }
1985
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$221 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1986
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$10, [["render", _sfc_render$10]]), _hoisted_1$224 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
1986
1987
  __name: "GetStartedFooter",
1987
1988
  setup(e) {
1988
1989
  let { t, te: n } = useI18n();
1989
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$221, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1990
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$224, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
1990
1991
  }
1991
1992
  }), lib_exports = /* @__PURE__ */ __export({
1992
1993
  Vue: () => Vue,
@@ -2060,124 +2061,125 @@ function useFileDialog(e = {}) {
2060
2061
  onChange: r
2061
2062
  };
2062
2063
  }
2063
- var _hoisted_1$220 = {
2064
+ var _hoisted_1$223 = {
2064
2065
  viewBox: "0 0 24 24",
2065
2066
  width: "1.2em",
2066
2067
  height: "1.2em"
2067
2068
  };
2068
- function render$197(e, t) {
2069
- return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createElementVNode("path", {
2069
+ function render$200(e, t) {
2070
+ return openBlock(), createElementBlock("svg", _hoisted_1$223, t[0] ||= [createElementVNode("path", {
2070
2071
  fill: "currentColor",
2071
2072
  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"
2072
2073
  }, null, -1)]);
2073
2074
  }
2074
2075
  var paperclip_default$1 = {
2075
2076
  name: "mdi-paperclip",
2076
- render: render$197
2077
- }, _hoisted_1$219 = {
2077
+ render: render$200
2078
+ }, _hoisted_1$222 = {
2078
2079
  viewBox: "0 0 24 24",
2079
2080
  width: "1.2em",
2080
2081
  height: "1.2em"
2081
2082
  };
2082
- function render$196(e, t) {
2083
- return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createElementVNode("path", {
2083
+ function render$199(e, t) {
2084
+ return openBlock(), createElementBlock("svg", _hoisted_1$222, t[0] ||= [createElementVNode("path", {
2084
2085
  fill: "currentColor",
2085
2086
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
2086
2087
  }, null, -1)]);
2087
2088
  }
2088
2089
  var send_default$1 = {
2089
2090
  name: "mdi-send",
2090
- render: render$196
2091
- }, _hoisted_1$218 = {
2091
+ render: render$199
2092
+ }, _hoisted_1$221 = {
2092
2093
  viewBox: "0 0 24 24",
2093
2094
  width: "1.2em",
2094
2095
  height: "1.2em"
2095
2096
  };
2096
- function render$195(e, t) {
2097
- return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2097
+ function render$198(e, t) {
2098
+ return openBlock(), createElementBlock("svg", _hoisted_1$221, t[0] ||= [createElementVNode("path", {
2098
2099
  fill: "currentColor",
2099
2100
  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"
2100
2101
  }, null, -1)]);
2101
2102
  }
2102
2103
  var closeThick_default = {
2103
2104
  name: "mdi-closeThick",
2104
- render: render$195
2105
- }, _hoisted_1$217 = {
2105
+ render: render$198
2106
+ }, _hoisted_1$220 = {
2106
2107
  viewBox: "0 0 24 24",
2107
2108
  width: "1.2em",
2108
2109
  height: "1.2em"
2109
2110
  };
2110
- function render$194(e, t) {
2111
- return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2111
+ function render$197(e, t) {
2112
+ return openBlock(), createElementBlock("svg", _hoisted_1$220, t[0] ||= [createElementVNode("path", {
2112
2113
  fill: "currentColor",
2113
2114
  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"
2114
2115
  }, null, -1)]);
2115
2116
  }
2116
2117
  var fileImage_default = {
2117
2118
  name: "mdi-fileImage",
2118
- render: render$194
2119
- }, _hoisted_1$216 = {
2119
+ render: render$197
2120
+ }, _hoisted_1$219 = {
2120
2121
  viewBox: "0 0 24 24",
2121
2122
  width: "1.2em",
2122
2123
  height: "1.2em"
2123
2124
  };
2124
- function render$193(e, t) {
2125
- return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2125
+ function render$196(e, t) {
2126
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, t[0] ||= [createElementVNode("path", {
2126
2127
  fill: "currentColor",
2127
2128
  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"
2128
2129
  }, null, -1)]);
2129
2130
  }
2130
2131
  var fileMusic_default = {
2131
2132
  name: "mdi-fileMusic",
2132
- render: render$193
2133
- }, _hoisted_1$215 = {
2133
+ render: render$196
2134
+ }, _hoisted_1$218 = {
2134
2135
  viewBox: "0 0 24 24",
2135
2136
  width: "1.2em",
2136
2137
  height: "1.2em"
2137
2138
  };
2138
- function render$192(e, t) {
2139
- return openBlock(), createElementBlock("svg", _hoisted_1$215, t[0] ||= [createElementVNode("path", {
2139
+ function render$195(e, t) {
2140
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, t[0] ||= [createElementVNode("path", {
2140
2141
  fill: "currentColor",
2141
2142
  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"
2142
2143
  }, null, -1)]);
2143
2144
  }
2144
2145
  var fileText_default = {
2145
2146
  name: "mdi-fileText",
2146
- render: render$192
2147
- }, _hoisted_1$214 = {
2147
+ render: render$195
2148
+ }, _hoisted_1$217 = {
2148
2149
  viewBox: "0 0 24 24",
2149
2150
  width: "1.2em",
2150
2151
  height: "1.2em"
2151
2152
  };
2152
- function render$191(e, t) {
2153
- return openBlock(), createElementBlock("svg", _hoisted_1$214, t[0] ||= [createElementVNode("path", {
2153
+ function render$194(e, t) {
2154
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, t[0] ||= [createElementVNode("path", {
2154
2155
  fill: "currentColor",
2155
2156
  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"
2156
2157
  }, null, -1)]);
2157
2158
  }
2158
2159
  var fileVideo_default = {
2159
2160
  name: "mdi-fileVideo",
2160
- render: render$191
2161
- }, _hoisted_1$213 = {
2161
+ render: render$194
2162
+ }, _hoisted_1$216 = {
2162
2163
  viewBox: "0 0 24 24",
2163
2164
  width: "1.2em",
2164
2165
  height: "1.2em"
2165
2166
  };
2166
- function render$190(e, t) {
2167
- return openBlock(), createElementBlock("svg", _hoisted_1$213, t[0] ||= [createElementVNode("path", {
2167
+ function render$193(e, t) {
2168
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, t[0] ||= [createElementVNode("path", {
2168
2169
  fill: "currentColor",
2169
2170
  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"
2170
2171
  }, null, -1)]);
2171
2172
  }
2172
2173
  var openInNew_default = {
2173
2174
  name: "mdi-openInNew",
2174
- render: render$190
2175
- }, _hoisted_1$212 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2175
+ render: render$193
2176
+ }, _hoisted_1$215 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
2176
2177
  __name: "ChatFile",
2177
2178
  props: {
2178
2179
  file: {},
2179
2180
  isRemovable: { type: Boolean },
2180
- isPreviewable: { type: Boolean }
2181
+ isPreviewable: { type: Boolean },
2182
+ href: {}
2181
2183
  },
2182
2184
  emits: ["remove"],
2183
2185
  setup(e, { emit: t }) {
@@ -2188,6 +2190,10 @@ var openInNew_default = {
2188
2190
  video: fileVideo_default
2189
2191
  }, o = computed(() => i[n.file?.type.split("/")[0]] || fileText_default);
2190
2192
  function s() {
2193
+ if (n.href) {
2194
+ window.open(n.href, "_blank", "noopener noreferrer");
2195
+ return;
2196
+ }
2191
2197
  n.isPreviewable && window.open(URL.createObjectURL(n.file));
2192
2198
  }
2193
2199
  function d() {
@@ -2197,19 +2203,19 @@ var openInNew_default = {
2197
2203
  class: "chat-file",
2198
2204
  onClick: s
2199
2205
  }, [
2200
- createVNode(unref(o)),
2201
- createElementVNode("p", _hoisted_1$212, toDisplayString(e.file.name), 1),
2206
+ createVNode(unref(o), { class: "chat-icon" }),
2207
+ createElementVNode("p", _hoisted_1$215, toDisplayString(e.file.name), 1),
2202
2208
  e.isRemovable ? (openBlock(), createElementBlock("span", {
2203
2209
  key: 0,
2204
2210
  class: "chat-file-delete",
2205
2211
  onClick: withModifiers(d, ["stop"])
2206
- }, [createVNode(unref(closeThick_default))])) : e.isPreviewable ? (openBlock(), createBlock(unref(openInNew_default), {
2212
+ }, [createVNode(unref(closeThick_default))])) : e.isPreviewable || e.href ? (openBlock(), createBlock(unref(openInNew_default), {
2207
2213
  key: 1,
2208
2214
  class: "chat-file-preview"
2209
2215
  })) : createCommentVNode("", !0)
2210
2216
  ]));
2211
2217
  }
2212
- }), [["__scopeId", "data-v-e0d57af7"]]), _hoisted_1$211 = { class: "chat-inputs" }, _hoisted_2$16 = {
2218
+ }), [["__scopeId", "data-v-562a0e08"]]), _hoisted_1$214 = { class: "chat-inputs" }, _hoisted_2$16 = {
2213
2219
  key: 0,
2214
2220
  class: "chat-input-left-panel"
2215
2221
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -2349,7 +2355,7 @@ var openInNew_default = {
2349
2355
  class: "chat-input",
2350
2356
  style: normalizeStyle(z7.value),
2351
2357
  onKeydown: withModifiers(o9, ["stop"])
2352
- }, [createElementVNode("div", _hoisted_1$211, [
2358
+ }, [createElementVNode("div", _hoisted_1$214, [
2353
2359
  e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
2354
2360
  withDirectives(createElementVNode("textarea", {
2355
2361
  ref_key: "chatTextArea",
@@ -2388,7 +2394,7 @@ var openInNew_default = {
2388
2394
  onRemove: a9
2389
2395
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
2390
2396
  }
2391
- }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$210 = { class: "chat-layout" }, _hoisted_2$15 = {
2397
+ }), [["__scopeId", "data-v-66014261"]]), _hoisted_1$213 = { class: "chat-layout" }, _hoisted_2$15 = {
2392
2398
  key: 0,
2393
2399
  class: "chat-header"
2394
2400
  }, _hoisted_3$5 = {
@@ -2406,7 +2412,7 @@ var openInNew_default = {
2406
2412
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
2407
2413
  }), onBeforeUnmount(() => {
2408
2414
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
2409
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$210, [
2415
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$213, [
2410
2416
  e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
2411
2417
  e.$slots.default ? (openBlock(), createElementBlock("div", {
2412
2418
  key: 1,
@@ -2417,13 +2423,13 @@ var openInNew_default = {
2417
2423
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
2418
2424
  ]));
2419
2425
  }
2420
- }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$209 = {
2426
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", _hoisted_1$212 = {
2421
2427
  viewBox: "0 0 24 24",
2422
2428
  width: "1.2em",
2423
2429
  height: "1.2em"
2424
2430
  };
2425
- function render$189(e, t) {
2426
- return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createElementVNode("path", {
2431
+ function render$192(e, t) {
2432
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, t[0] ||= [createElementVNode("path", {
2427
2433
  fill: "none",
2428
2434
  stroke: "currentColor",
2429
2435
  "stroke-linecap": "round",
@@ -2434,14 +2440,14 @@ function render$189(e, t) {
2434
2440
  }
2435
2441
  var align_right_default = {
2436
2442
  name: "lucide-align-right",
2437
- render: render$189
2438
- }, _hoisted_1$208 = {
2443
+ render: render$192
2444
+ }, _hoisted_1$211 = {
2439
2445
  viewBox: "0 0 24 24",
2440
2446
  width: "1.2em",
2441
2447
  height: "1.2em"
2442
2448
  };
2443
- function render$188(e, t) {
2444
- return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("g", {
2449
+ function render$191(e, t) {
2450
+ return openBlock(), createElementBlock("svg", _hoisted_1$211, t[0] ||= [createElementVNode("g", {
2445
2451
  fill: "none",
2446
2452
  stroke: "currentColor",
2447
2453
  "stroke-linecap": "round",
@@ -2457,14 +2463,14 @@ function render$188(e, t) {
2457
2463
  }
2458
2464
  var archive_default = {
2459
2465
  name: "lucide-archive",
2460
- render: render$188
2461
- }, _hoisted_1$207 = {
2466
+ render: render$191
2467
+ }, _hoisted_1$210 = {
2462
2468
  viewBox: "0 0 24 24",
2463
2469
  width: "1.2em",
2464
2470
  height: "1.2em"
2465
2471
  };
2466
- function render$187(e, t) {
2467
- return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("g", {
2472
+ function render$190(e, t) {
2473
+ return openBlock(), createElementBlock("svg", _hoisted_1$210, t[0] ||= [createElementVNode("g", {
2468
2474
  fill: "none",
2469
2475
  stroke: "currentColor",
2470
2476
  "stroke-linecap": "round",
@@ -2480,14 +2486,14 @@ function render$187(e, t) {
2480
2486
  }
2481
2487
  var archive_restore_default = {
2482
2488
  name: "lucide-archive-restore",
2483
- render: render$187
2484
- }, _hoisted_1$206 = {
2489
+ render: render$190
2490
+ }, _hoisted_1$209 = {
2485
2491
  viewBox: "0 0 24 24",
2486
2492
  width: "1.2em",
2487
2493
  height: "1.2em"
2488
2494
  };
2489
- function render$186(e, t) {
2490
- return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("path", {
2495
+ function render$189(e, t) {
2496
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, t[0] ||= [createElementVNode("path", {
2491
2497
  fill: "none",
2492
2498
  stroke: "currentColor",
2493
2499
  "stroke-linecap": "round",
@@ -2498,14 +2504,14 @@ function render$186(e, t) {
2498
2504
  }
2499
2505
  var arrow_down_default$1 = {
2500
2506
  name: "lucide-arrow-down",
2501
- render: render$186
2502
- }, _hoisted_1$205 = {
2507
+ render: render$189
2508
+ }, _hoisted_1$208 = {
2503
2509
  viewBox: "0 0 24 24",
2504
2510
  width: "1.2em",
2505
2511
  height: "1.2em"
2506
2512
  };
2507
- function render$185(e, t) {
2508
- return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("path", {
2513
+ function render$188(e, t) {
2514
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, t[0] ||= [createElementVNode("path", {
2509
2515
  fill: "none",
2510
2516
  stroke: "currentColor",
2511
2517
  "stroke-linecap": "round",
@@ -2516,14 +2522,14 @@ function render$185(e, t) {
2516
2522
  }
2517
2523
  var arrow_left_default$1 = {
2518
2524
  name: "lucide-arrow-left",
2519
- render: render$185
2520
- }, _hoisted_1$204 = {
2525
+ render: render$188
2526
+ }, _hoisted_1$207 = {
2521
2527
  viewBox: "0 0 24 24",
2522
2528
  width: "1.2em",
2523
2529
  height: "1.2em"
2524
2530
  };
2525
- function render$184(e, t) {
2526
- return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2531
+ function render$187(e, t) {
2532
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, t[0] ||= [createElementVNode("path", {
2527
2533
  fill: "none",
2528
2534
  stroke: "currentColor",
2529
2535
  "stroke-linecap": "round",
@@ -2534,14 +2540,14 @@ function render$184(e, t) {
2534
2540
  }
2535
2541
  var arrow_left_right_default = {
2536
2542
  name: "lucide-arrow-left-right",
2537
- render: render$184
2538
- }, _hoisted_1$203 = {
2543
+ render: render$187
2544
+ }, _hoisted_1$206 = {
2539
2545
  viewBox: "0 0 24 24",
2540
2546
  width: "1.2em",
2541
2547
  height: "1.2em"
2542
2548
  };
2543
- function render$183(e, t) {
2544
- return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2549
+ function render$186(e, t) {
2550
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, t[0] ||= [createElementVNode("path", {
2545
2551
  fill: "none",
2546
2552
  stroke: "currentColor",
2547
2553
  "stroke-linecap": "round",
@@ -2552,14 +2558,14 @@ function render$183(e, t) {
2552
2558
  }
2553
2559
  var arrow_right_default$1 = {
2554
2560
  name: "lucide-arrow-right",
2555
- render: render$183
2556
- }, _hoisted_1$202 = {
2561
+ render: render$186
2562
+ }, _hoisted_1$205 = {
2557
2563
  viewBox: "0 0 24 24",
2558
2564
  width: "1.2em",
2559
2565
  height: "1.2em"
2560
2566
  };
2561
- function render$182(e, t) {
2562
- return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("path", {
2567
+ function render$185(e, t) {
2568
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, t[0] ||= [createElementVNode("path", {
2563
2569
  fill: "none",
2564
2570
  stroke: "currentColor",
2565
2571
  "stroke-linecap": "round",
@@ -2570,14 +2576,14 @@ function render$182(e, t) {
2570
2576
  }
2571
2577
  var arrow_right_from_line_default = {
2572
2578
  name: "lucide-arrow-right-from-line",
2573
- render: render$182
2574
- }, _hoisted_1$201 = {
2579
+ render: render$185
2580
+ }, _hoisted_1$204 = {
2575
2581
  viewBox: "0 0 24 24",
2576
2582
  width: "1.2em",
2577
2583
  height: "1.2em"
2578
2584
  };
2579
- function render$181(e, t) {
2580
- return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("path", {
2585
+ function render$184(e, t) {
2586
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, t[0] ||= [createElementVNode("path", {
2581
2587
  fill: "none",
2582
2588
  stroke: "currentColor",
2583
2589
  "stroke-linecap": "round",
@@ -2588,14 +2594,14 @@ function render$181(e, t) {
2588
2594
  }
2589
2595
  var arrow_right_to_line_default = {
2590
2596
  name: "lucide-arrow-right-to-line",
2591
- render: render$181
2592
- }, _hoisted_1$200 = {
2597
+ render: render$184
2598
+ }, _hoisted_1$203 = {
2593
2599
  viewBox: "0 0 24 24",
2594
2600
  width: "1.2em",
2595
2601
  height: "1.2em"
2596
2602
  };
2597
- function render$180(e, t) {
2598
- return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2603
+ function render$183(e, t) {
2604
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, t[0] ||= [createElementVNode("path", {
2599
2605
  fill: "none",
2600
2606
  stroke: "currentColor",
2601
2607
  "stroke-linecap": "round",
@@ -2606,14 +2612,14 @@ function render$180(e, t) {
2606
2612
  }
2607
2613
  var arrow_up_default = {
2608
2614
  name: "lucide-arrow-up",
2609
- render: render$180
2610
- }, _hoisted_1$199 = {
2615
+ render: render$183
2616
+ }, _hoisted_1$202 = {
2611
2617
  viewBox: "0 0 24 24",
2612
2618
  width: "1.2em",
2613
2619
  height: "1.2em"
2614
2620
  };
2615
- function render$179(e, t) {
2616
- return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("g", {
2621
+ function render$182(e, t) {
2622
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, t[0] ||= [createElementVNode("g", {
2617
2623
  fill: "none",
2618
2624
  stroke: "currentColor",
2619
2625
  "stroke-linecap": "round",
@@ -2627,14 +2633,14 @@ function render$179(e, t) {
2627
2633
  }
2628
2634
  var at_sign_default = {
2629
2635
  name: "lucide-at-sign",
2630
- render: render$179
2631
- }, _hoisted_1$198 = {
2636
+ render: render$182
2637
+ }, _hoisted_1$201 = {
2632
2638
  viewBox: "0 0 24 24",
2633
2639
  width: "1.2em",
2634
2640
  height: "1.2em"
2635
2641
  };
2636
- function render$178(e, t) {
2637
- return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("g", {
2642
+ function render$181(e, t) {
2643
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, t[0] ||= [createElementVNode("g", {
2638
2644
  fill: "none",
2639
2645
  stroke: "currentColor",
2640
2646
  "stroke-linecap": "round",
@@ -2648,14 +2654,14 @@ function render$178(e, t) {
2648
2654
  }
2649
2655
  var ban_default = {
2650
2656
  name: "lucide-ban",
2651
- render: render$178
2652
- }, _hoisted_1$197 = {
2657
+ render: render$181
2658
+ }, _hoisted_1$200 = {
2653
2659
  viewBox: "0 0 24 24",
2654
2660
  width: "1.2em",
2655
2661
  height: "1.2em"
2656
2662
  };
2657
- function render$177(e, t) {
2658
- return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("path", {
2663
+ function render$180(e, t) {
2664
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, t[0] ||= [createElementVNode("path", {
2659
2665
  fill: "none",
2660
2666
  stroke: "currentColor",
2661
2667
  "stroke-linecap": "round",
@@ -2666,14 +2672,14 @@ function render$177(e, t) {
2666
2672
  }
2667
2673
  var bell_default = {
2668
2674
  name: "lucide-bell",
2669
- render: render$177
2670
- }, _hoisted_1$196 = {
2675
+ render: render$180
2676
+ }, _hoisted_1$199 = {
2671
2677
  viewBox: "0 0 24 24",
2672
2678
  width: "1.2em",
2673
2679
  height: "1.2em"
2674
2680
  };
2675
- function render$176(e, t) {
2676
- return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("path", {
2681
+ function render$179(e, t) {
2682
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, t[0] ||= [createElementVNode("path", {
2677
2683
  fill: "none",
2678
2684
  stroke: "currentColor",
2679
2685
  "stroke-linecap": "round",
@@ -2684,14 +2690,14 @@ function render$176(e, t) {
2684
2690
  }
2685
2691
  var book_default = {
2686
2692
  name: "lucide-book",
2687
- render: render$176
2688
- }, _hoisted_1$195 = {
2693
+ render: render$179
2694
+ }, _hoisted_1$198 = {
2689
2695
  viewBox: "0 0 24 24",
2690
2696
  width: "1.2em",
2691
2697
  height: "1.2em"
2692
2698
  };
2693
- function render$175(e, t) {
2694
- return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2699
+ function render$178(e, t) {
2700
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, t[0] ||= [createElementVNode("path", {
2695
2701
  fill: "none",
2696
2702
  stroke: "currentColor",
2697
2703
  "stroke-linecap": "round",
@@ -2702,14 +2708,14 @@ function render$175(e, t) {
2702
2708
  }
2703
2709
  var book_open_default = {
2704
2710
  name: "lucide-book-open",
2705
- render: render$175
2706
- }, _hoisted_1$194 = {
2711
+ render: render$178
2712
+ }, _hoisted_1$197 = {
2707
2713
  viewBox: "0 0 24 24",
2708
2714
  width: "1.2em",
2709
2715
  height: "1.2em"
2710
2716
  };
2711
- function render$174(e, t) {
2712
- return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("g", {
2717
+ function render$177(e, t) {
2718
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, t[0] ||= [createElementVNode("g", {
2713
2719
  fill: "none",
2714
2720
  stroke: "currentColor",
2715
2721
  "stroke-linecap": "round",
@@ -2729,14 +2735,14 @@ function render$174(e, t) {
2729
2735
  }
2730
2736
  var bot_default = {
2731
2737
  name: "lucide-bot",
2732
- render: render$174
2733
- }, _hoisted_1$193 = {
2738
+ render: render$177
2739
+ }, _hoisted_1$196 = {
2734
2740
  viewBox: "0 0 24 24",
2735
2741
  width: "1.2em",
2736
2742
  height: "1.2em"
2737
2743
  };
2738
- function render$173(e, t) {
2739
- return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("g", {
2744
+ function render$176(e, t) {
2745
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, t[0] ||= [createElementVNode("g", {
2740
2746
  fill: "none",
2741
2747
  stroke: "currentColor",
2742
2748
  "stroke-linecap": "round",
@@ -2746,14 +2752,14 @@ function render$173(e, t) {
2746
2752
  }
2747
2753
  var box_default = {
2748
2754
  name: "lucide-box",
2749
- render: render$173
2750
- }, _hoisted_1$192 = {
2755
+ render: render$176
2756
+ }, _hoisted_1$195 = {
2751
2757
  viewBox: "0 0 24 24",
2752
2758
  width: "1.2em",
2753
2759
  height: "1.2em"
2754
2760
  };
2755
- function render$172(e, t) {
2756
- return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("path", {
2761
+ function render$175(e, t) {
2762
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, t[0] ||= [createElementVNode("path", {
2757
2763
  fill: "none",
2758
2764
  stroke: "currentColor",
2759
2765
  "stroke-linecap": "round",
@@ -2764,14 +2770,14 @@ function render$172(e, t) {
2764
2770
  }
2765
2771
  var braces_default = {
2766
2772
  name: "lucide-braces",
2767
- render: render$172
2768
- }, _hoisted_1$191 = {
2773
+ render: render$175
2774
+ }, _hoisted_1$194 = {
2769
2775
  viewBox: "0 0 24 24",
2770
2776
  width: "1.2em",
2771
2777
  height: "1.2em"
2772
2778
  };
2773
- function render$171(e, t) {
2774
- return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("g", {
2779
+ function render$174(e, t) {
2780
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, t[0] ||= [createElementVNode("g", {
2775
2781
  fill: "none",
2776
2782
  stroke: "currentColor",
2777
2783
  "stroke-linecap": "round",
@@ -2785,14 +2791,14 @@ function render$171(e, t) {
2785
2791
  }
2786
2792
  var brain_default = {
2787
2793
  name: "lucide-brain",
2788
- render: render$171
2789
- }, _hoisted_1$190 = {
2794
+ render: render$174
2795
+ }, _hoisted_1$193 = {
2790
2796
  viewBox: "0 0 24 24",
2791
2797
  width: "1.2em",
2792
2798
  height: "1.2em"
2793
2799
  };
2794
- function render$170(e, t) {
2795
- return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("g", {
2800
+ function render$173(e, t) {
2801
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, t[0] ||= [createElementVNode("g", {
2796
2802
  fill: "none",
2797
2803
  stroke: "currentColor",
2798
2804
  "stroke-linecap": "round",
@@ -2806,14 +2812,14 @@ function render$170(e, t) {
2806
2812
  }
2807
2813
  var bug_default = {
2808
2814
  name: "lucide-bug",
2809
- render: render$170
2810
- }, _hoisted_1$189 = {
2815
+ render: render$173
2816
+ }, _hoisted_1$192 = {
2811
2817
  viewBox: "0 0 24 24",
2812
2818
  width: "1.2em",
2813
2819
  height: "1.2em"
2814
2820
  };
2815
- function render$169(e, t) {
2816
- return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("g", {
2821
+ function render$172(e, t) {
2822
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, t[0] ||= [createElementVNode("g", {
2817
2823
  fill: "none",
2818
2824
  stroke: "currentColor",
2819
2825
  "stroke-linecap": "round",
@@ -2829,14 +2835,14 @@ function render$169(e, t) {
2829
2835
  }
2830
2836
  var calculator_default = {
2831
2837
  name: "lucide-calculator",
2832
- render: render$169
2833
- }, _hoisted_1$188 = {
2838
+ render: render$172
2839
+ }, _hoisted_1$191 = {
2834
2840
  viewBox: "0 0 24 24",
2835
2841
  width: "1.2em",
2836
2842
  height: "1.2em"
2837
2843
  };
2838
- function render$168(e, t) {
2839
- return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("g", {
2844
+ function render$171(e, t) {
2845
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, t[0] ||= [createElementVNode("g", {
2840
2846
  fill: "none",
2841
2847
  stroke: "currentColor",
2842
2848
  "stroke-linecap": "round",
@@ -2856,14 +2862,14 @@ function render$168(e, t) {
2856
2862
  }
2857
2863
  var calendar_default = {
2858
2864
  name: "lucide-calendar",
2859
- render: render$168
2860
- }, _hoisted_1$187 = {
2865
+ render: render$171
2866
+ }, _hoisted_1$190 = {
2861
2867
  viewBox: "0 0 24 24",
2862
2868
  width: "1.2em",
2863
2869
  height: "1.2em"
2864
2870
  };
2865
- function render$167(e, t) {
2866
- return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("path", {
2871
+ function render$170(e, t) {
2872
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, t[0] ||= [createElementVNode("path", {
2867
2873
  fill: "none",
2868
2874
  stroke: "currentColor",
2869
2875
  "stroke-linecap": "round",
@@ -2874,14 +2880,14 @@ function render$167(e, t) {
2874
2880
  }
2875
2881
  var case_upper_default = {
2876
2882
  name: "lucide-case-upper",
2877
- render: render$167
2878
- }, _hoisted_1$186 = {
2883
+ render: render$170
2884
+ }, _hoisted_1$189 = {
2879
2885
  viewBox: "0 0 24 24",
2880
2886
  width: "1.2em",
2881
2887
  height: "1.2em"
2882
2888
  };
2883
- function render$166(e, t) {
2884
- return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
2889
+ function render$169(e, t) {
2890
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, t[0] ||= [createElementVNode("path", {
2885
2891
  fill: "none",
2886
2892
  stroke: "currentColor",
2887
2893
  "stroke-linecap": "round",
@@ -2892,14 +2898,14 @@ function render$166(e, t) {
2892
2898
  }
2893
2899
  var chart_column_decreasing_default = {
2894
2900
  name: "lucide-chart-column-decreasing",
2895
- render: render$166
2896
- }, _hoisted_1$185 = {
2901
+ render: render$169
2902
+ }, _hoisted_1$188 = {
2897
2903
  viewBox: "0 0 24 24",
2898
2904
  width: "1.2em",
2899
2905
  height: "1.2em"
2900
2906
  };
2901
- function render$165(e, t) {
2902
- return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
2907
+ function render$168(e, t) {
2908
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, t[0] ||= [createElementVNode("path", {
2903
2909
  fill: "none",
2904
2910
  stroke: "currentColor",
2905
2911
  "stroke-linecap": "round",
@@ -2910,14 +2916,14 @@ function render$165(e, t) {
2910
2916
  }
2911
2917
  var check_default = {
2912
2918
  name: "lucide-check",
2913
- render: render$165
2914
- }, _hoisted_1$184 = {
2919
+ render: render$168
2920
+ }, _hoisted_1$187 = {
2915
2921
  viewBox: "0 0 24 24",
2916
2922
  width: "1.2em",
2917
2923
  height: "1.2em"
2918
2924
  };
2919
- function render$164(e, t) {
2920
- return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
2925
+ function render$167(e, t) {
2926
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, t[0] ||= [createElementVNode("path", {
2921
2927
  fill: "none",
2922
2928
  stroke: "currentColor",
2923
2929
  "stroke-linecap": "round",
@@ -2928,14 +2934,14 @@ function render$164(e, t) {
2928
2934
  }
2929
2935
  var check_check_default = {
2930
2936
  name: "lucide-check-check",
2931
- render: render$164
2932
- }, _hoisted_1$183 = {
2937
+ render: render$167
2938
+ }, _hoisted_1$186 = {
2933
2939
  viewBox: "0 0 24 24",
2934
2940
  width: "1.2em",
2935
2941
  height: "1.2em"
2936
2942
  };
2937
- function render$163(e, t) {
2938
- return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("path", {
2943
+ function render$166(e, t) {
2944
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, t[0] ||= [createElementVNode("path", {
2939
2945
  fill: "none",
2940
2946
  stroke: "currentColor",
2941
2947
  "stroke-linecap": "round",
@@ -2946,14 +2952,14 @@ function render$163(e, t) {
2946
2952
  }
2947
2953
  var chevron_down_default$1 = {
2948
2954
  name: "lucide-chevron-down",
2949
- render: render$163
2950
- }, _hoisted_1$182 = {
2955
+ render: render$166
2956
+ }, _hoisted_1$185 = {
2951
2957
  viewBox: "0 0 24 24",
2952
2958
  width: "1.2em",
2953
2959
  height: "1.2em"
2954
2960
  };
2955
- function render$162(e, t) {
2956
- return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("path", {
2961
+ function render$165(e, t) {
2962
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, t[0] ||= [createElementVNode("path", {
2957
2963
  fill: "none",
2958
2964
  stroke: "currentColor",
2959
2965
  "stroke-linecap": "round",
@@ -2964,14 +2970,14 @@ function render$162(e, t) {
2964
2970
  }
2965
2971
  var chevron_left_default = {
2966
2972
  name: "lucide-chevron-left",
2967
- render: render$162
2968
- }, _hoisted_1$181 = {
2973
+ render: render$165
2974
+ }, _hoisted_1$184 = {
2969
2975
  viewBox: "0 0 24 24",
2970
2976
  width: "1.2em",
2971
2977
  height: "1.2em"
2972
2978
  };
2973
- function render$161(e, t) {
2974
- return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("path", {
2979
+ function render$164(e, t) {
2980
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, t[0] ||= [createElementVNode("path", {
2975
2981
  fill: "none",
2976
2982
  stroke: "currentColor",
2977
2983
  "stroke-linecap": "round",
@@ -2982,14 +2988,14 @@ function render$161(e, t) {
2982
2988
  }
2983
2989
  var chevron_right_default = {
2984
2990
  name: "lucide-chevron-right",
2985
- render: render$161
2986
- }, _hoisted_1$180 = {
2991
+ render: render$164
2992
+ }, _hoisted_1$183 = {
2987
2993
  viewBox: "0 0 24 24",
2988
2994
  width: "1.2em",
2989
2995
  height: "1.2em"
2990
2996
  };
2991
- function render$160(e, t) {
2992
- return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("path", {
2997
+ function render$163(e, t) {
2998
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, t[0] ||= [createElementVNode("path", {
2993
2999
  fill: "none",
2994
3000
  stroke: "currentColor",
2995
3001
  "stroke-linecap": "round",
@@ -3000,14 +3006,14 @@ function render$160(e, t) {
3000
3006
  }
3001
3007
  var chevron_up_default = {
3002
3008
  name: "lucide-chevron-up",
3003
- render: render$160
3004
- }, _hoisted_1$179 = {
3009
+ render: render$163
3010
+ }, _hoisted_1$182 = {
3005
3011
  viewBox: "0 0 24 24",
3006
3012
  width: "1.2em",
3007
3013
  height: "1.2em"
3008
3014
  };
3009
- function render$159(e, t) {
3010
- return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("path", {
3015
+ function render$162(e, t) {
3016
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, t[0] ||= [createElementVNode("path", {
3011
3017
  fill: "none",
3012
3018
  stroke: "currentColor",
3013
3019
  "stroke-linecap": "round",
@@ -3018,14 +3024,14 @@ function render$159(e, t) {
3018
3024
  }
3019
3025
  var chevrons_down_up_default = {
3020
3026
  name: "lucide-chevrons-down-up",
3021
- render: render$159
3022
- }, _hoisted_1$178 = {
3027
+ render: render$162
3028
+ }, _hoisted_1$181 = {
3023
3029
  viewBox: "0 0 24 24",
3024
3030
  width: "1.2em",
3025
3031
  height: "1.2em"
3026
3032
  };
3027
- function render$158(e, t) {
3028
- return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("path", {
3033
+ function render$161(e, t) {
3034
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, t[0] ||= [createElementVNode("path", {
3029
3035
  fill: "none",
3030
3036
  stroke: "currentColor",
3031
3037
  "stroke-linecap": "round",
@@ -3036,14 +3042,14 @@ function render$158(e, t) {
3036
3042
  }
3037
3043
  var chevrons_left_default = {
3038
3044
  name: "lucide-chevrons-left",
3039
- render: render$158
3040
- }, _hoisted_1$177 = {
3045
+ render: render$161
3046
+ }, _hoisted_1$180 = {
3041
3047
  viewBox: "0 0 24 24",
3042
3048
  width: "1.2em",
3043
3049
  height: "1.2em"
3044
3050
  };
3045
- function render$157(e, t) {
3046
- return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("path", {
3051
+ function render$160(e, t) {
3052
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, t[0] ||= [createElementVNode("path", {
3047
3053
  fill: "none",
3048
3054
  stroke: "currentColor",
3049
3055
  "stroke-linecap": "round",
@@ -3054,14 +3060,14 @@ function render$157(e, t) {
3054
3060
  }
3055
3061
  var chevrons_up_down_default = {
3056
3062
  name: "lucide-chevrons-up-down",
3057
- render: render$157
3058
- }, _hoisted_1$176 = {
3063
+ render: render$160
3064
+ }, _hoisted_1$179 = {
3059
3065
  viewBox: "0 0 24 24",
3060
3066
  width: "1.2em",
3061
3067
  height: "1.2em"
3062
3068
  };
3063
- function render$156(e, t) {
3064
- return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("circle", {
3069
+ function render$159(e, t) {
3070
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, t[0] ||= [createElementVNode("circle", {
3065
3071
  cx: "12",
3066
3072
  cy: "12",
3067
3073
  r: "10",
@@ -3074,14 +3080,14 @@ function render$156(e, t) {
3074
3080
  }
3075
3081
  var circle_default = {
3076
3082
  name: "lucide-circle",
3077
- render: render$156
3078
- }, _hoisted_1$175 = {
3083
+ render: render$159
3084
+ }, _hoisted_1$178 = {
3079
3085
  viewBox: "0 0 24 24",
3080
3086
  width: "1.2em",
3081
3087
  height: "1.2em"
3082
3088
  };
3083
- function render$155(e, t) {
3084
- return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("g", {
3089
+ function render$158(e, t) {
3090
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, t[0] ||= [createElementVNode("g", {
3085
3091
  fill: "none",
3086
3092
  stroke: "currentColor",
3087
3093
  "stroke-linecap": "round",
@@ -3095,14 +3101,14 @@ function render$155(e, t) {
3095
3101
  }
3096
3102
  var circle_alert_default = {
3097
3103
  name: "lucide-circle-alert",
3098
- render: render$155
3099
- }, _hoisted_1$174 = {
3104
+ render: render$158
3105
+ }, _hoisted_1$177 = {
3100
3106
  viewBox: "0 0 24 24",
3101
3107
  width: "1.2em",
3102
3108
  height: "1.2em"
3103
3109
  };
3104
- function render$154(e, t) {
3105
- return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
3110
+ function render$157(e, t) {
3111
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, t[0] ||= [createElementVNode("g", {
3106
3112
  fill: "none",
3107
3113
  stroke: "currentColor",
3108
3114
  "stroke-linecap": "round",
@@ -3116,14 +3122,14 @@ function render$154(e, t) {
3116
3122
  }
3117
3123
  var circle_check_default$1 = {
3118
3124
  name: "lucide-circle-check",
3119
- render: render$154
3120
- }, _hoisted_1$173 = {
3125
+ render: render$157
3126
+ }, _hoisted_1$176 = {
3121
3127
  viewBox: "0 0 24 24",
3122
3128
  width: "1.2em",
3123
3129
  height: "1.2em"
3124
3130
  };
3125
- function render$153(e, t) {
3126
- return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3131
+ function render$156(e, t) {
3132
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, t[0] ||= [createElementVNode("g", {
3127
3133
  fill: "none",
3128
3134
  stroke: "currentColor",
3129
3135
  "stroke-linecap": "round",
@@ -3141,14 +3147,14 @@ function render$153(e, t) {
3141
3147
  }
3142
3148
  var circle_dot_default = {
3143
3149
  name: "lucide-circle-dot",
3144
- render: render$153
3145
- }, _hoisted_1$172 = {
3150
+ render: render$156
3151
+ }, _hoisted_1$175 = {
3146
3152
  viewBox: "0 0 24 24",
3147
3153
  width: "1.2em",
3148
3154
  height: "1.2em"
3149
3155
  };
3150
- function render$152(e, t) {
3151
- return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3156
+ function render$155(e, t) {
3157
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, t[0] ||= [createElementVNode("g", {
3152
3158
  fill: "none",
3153
3159
  stroke: "currentColor",
3154
3160
  "stroke-linecap": "round",
@@ -3162,14 +3168,14 @@ function render$152(e, t) {
3162
3168
  }
3163
3169
  var circle_help_default = {
3164
3170
  name: "lucide-circle-help",
3165
- render: render$152
3166
- }, _hoisted_1$171 = {
3171
+ render: render$155
3172
+ }, _hoisted_1$174 = {
3167
3173
  viewBox: "0 0 24 24",
3168
3174
  width: "1.2em",
3169
3175
  height: "1.2em"
3170
3176
  };
3171
- function render$151(e, t) {
3172
- return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3177
+ function render$154(e, t) {
3178
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, t[0] ||= [createElementVNode("g", {
3173
3179
  fill: "none",
3174
3180
  stroke: "currentColor",
3175
3181
  "stroke-linecap": "round",
@@ -3183,14 +3189,14 @@ function render$151(e, t) {
3183
3189
  }
3184
3190
  var circle_minus_default = {
3185
3191
  name: "lucide-circle-minus",
3186
- render: render$151
3187
- }, _hoisted_1$170 = {
3192
+ render: render$154
3193
+ }, _hoisted_1$173 = {
3188
3194
  viewBox: "0 0 24 24",
3189
3195
  width: "1.2em",
3190
3196
  height: "1.2em"
3191
3197
  };
3192
- function render$150(e, t) {
3193
- return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3198
+ function render$153(e, t) {
3199
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, t[0] ||= [createElementVNode("g", {
3194
3200
  fill: "none",
3195
3201
  stroke: "currentColor",
3196
3202
  "stroke-linecap": "round",
@@ -3204,14 +3210,14 @@ function render$150(e, t) {
3204
3210
  }
3205
3211
  var circle_pause_default = {
3206
3212
  name: "lucide-circle-pause",
3207
- render: render$150
3208
- }, _hoisted_1$169 = {
3213
+ render: render$153
3214
+ }, _hoisted_1$172 = {
3209
3215
  viewBox: "0 0 24 24",
3210
3216
  width: "1.2em",
3211
3217
  height: "1.2em"
3212
3218
  };
3213
- function render$149(e, t) {
3214
- return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3219
+ function render$152(e, t) {
3220
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, t[0] ||= [createElementVNode("g", {
3215
3221
  fill: "none",
3216
3222
  stroke: "currentColor",
3217
3223
  "stroke-linecap": "round",
@@ -3225,14 +3231,14 @@ function render$149(e, t) {
3225
3231
  }
3226
3232
  var circle_play_default = {
3227
3233
  name: "lucide-circle-play",
3228
- render: render$149
3229
- }, _hoisted_1$168 = {
3234
+ render: render$152
3235
+ }, _hoisted_1$171 = {
3230
3236
  viewBox: "0 0 24 24",
3231
3237
  width: "1.2em",
3232
3238
  height: "1.2em"
3233
3239
  };
3234
- function render$148(e, t) {
3235
- return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3240
+ function render$151(e, t) {
3241
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, t[0] ||= [createElementVNode("g", {
3236
3242
  fill: "none",
3237
3243
  stroke: "currentColor",
3238
3244
  "stroke-linecap": "round",
@@ -3246,14 +3252,14 @@ function render$148(e, t) {
3246
3252
  }
3247
3253
  var circle_plus_default = {
3248
3254
  name: "lucide-circle-plus",
3249
- render: render$148
3250
- }, _hoisted_1$167 = {
3255
+ render: render$151
3256
+ }, _hoisted_1$170 = {
3251
3257
  viewBox: "0 0 24 24",
3252
3258
  width: "1.2em",
3253
3259
  height: "1.2em"
3254
3260
  };
3255
- function render$147(e, t) {
3256
- return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3261
+ function render$150(e, t) {
3262
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, t[0] ||= [createElementVNode("g", {
3257
3263
  fill: "none",
3258
3264
  stroke: "currentColor",
3259
3265
  "stroke-linecap": "round",
@@ -3275,14 +3281,14 @@ function render$147(e, t) {
3275
3281
  }
3276
3282
  var circle_user_round_default = {
3277
3283
  name: "lucide-circle-user-round",
3278
- render: render$147
3279
- }, _hoisted_1$166 = {
3284
+ render: render$150
3285
+ }, _hoisted_1$169 = {
3280
3286
  viewBox: "0 0 24 24",
3281
3287
  width: "1.2em",
3282
3288
  height: "1.2em"
3283
3289
  };
3284
- function render$146(e, t) {
3285
- return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3290
+ function render$149(e, t) {
3291
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, t[0] ||= [createElementVNode("g", {
3286
3292
  fill: "none",
3287
3293
  stroke: "currentColor",
3288
3294
  "stroke-linecap": "round",
@@ -3296,14 +3302,14 @@ function render$146(e, t) {
3296
3302
  }
3297
3303
  var circle_x_default = {
3298
3304
  name: "lucide-circle-x",
3299
- render: render$146
3300
- }, _hoisted_1$165 = {
3305
+ render: render$149
3306
+ }, _hoisted_1$168 = {
3301
3307
  viewBox: "0 0 24 24",
3302
3308
  width: "1.2em",
3303
3309
  height: "1.2em"
3304
3310
  };
3305
- function render$145(e, t) {
3306
- return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3311
+ function render$148(e, t) {
3312
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, t[0] ||= [createElementVNode("g", {
3307
3313
  fill: "none",
3308
3314
  stroke: "currentColor",
3309
3315
  "stroke-linecap": "round",
@@ -3320,14 +3326,14 @@ function render$145(e, t) {
3320
3326
  }
3321
3327
  var clipboard_default = {
3322
3328
  name: "lucide-clipboard",
3323
- render: render$145
3324
- }, _hoisted_1$164 = {
3329
+ render: render$148
3330
+ }, _hoisted_1$167 = {
3325
3331
  viewBox: "0 0 24 24",
3326
3332
  width: "1.2em",
3327
3333
  height: "1.2em"
3328
3334
  };
3329
- function render$144(e, t) {
3330
- return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("g", {
3335
+ function render$147(e, t) {
3336
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, t[0] ||= [createElementVNode("g", {
3331
3337
  fill: "none",
3332
3338
  stroke: "currentColor",
3333
3339
  "stroke-linecap": "round",
@@ -3348,14 +3354,14 @@ function render$144(e, t) {
3348
3354
  }
3349
3355
  var clipboard_check_default = {
3350
3356
  name: "lucide-clipboard-check",
3351
- render: render$144
3352
- }, _hoisted_1$163 = {
3357
+ render: render$147
3358
+ }, _hoisted_1$166 = {
3353
3359
  viewBox: "0 0 24 24",
3354
3360
  width: "1.2em",
3355
3361
  height: "1.2em"
3356
3362
  };
3357
- function render$143(e, t) {
3358
- return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3363
+ function render$146(e, t) {
3364
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, t[0] ||= [createElementVNode("g", {
3359
3365
  fill: "none",
3360
3366
  stroke: "currentColor",
3361
3367
  "stroke-linecap": "round",
@@ -3372,14 +3378,14 @@ function render$143(e, t) {
3372
3378
  }
3373
3379
  var clipboard_list_default = {
3374
3380
  name: "lucide-clipboard-list",
3375
- render: render$143
3376
- }, _hoisted_1$162 = {
3381
+ render: render$146
3382
+ }, _hoisted_1$165 = {
3377
3383
  viewBox: "0 0 24 24",
3378
3384
  width: "1.2em",
3379
3385
  height: "1.2em"
3380
3386
  };
3381
- function render$142(e, t) {
3382
- return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("g", {
3387
+ function render$145(e, t) {
3388
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, t[0] ||= [createElementVNode("g", {
3383
3389
  fill: "none",
3384
3390
  stroke: "currentColor",
3385
3391
  "stroke-linecap": "round",
@@ -3393,14 +3399,14 @@ function render$142(e, t) {
3393
3399
  }
3394
3400
  var clock_default = {
3395
3401
  name: "lucide-clock",
3396
- render: render$142
3397
- }, _hoisted_1$161 = {
3402
+ render: render$145
3403
+ }, _hoisted_1$164 = {
3398
3404
  viewBox: "0 0 24 24",
3399
3405
  width: "1.2em",
3400
3406
  height: "1.2em"
3401
3407
  };
3402
- function render$141(e, t) {
3403
- return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("path", {
3408
+ function render$144(e, t) {
3409
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, t[0] ||= [createElementVNode("path", {
3404
3410
  fill: "none",
3405
3411
  stroke: "currentColor",
3406
3412
  "stroke-linecap": "round",
@@ -3411,14 +3417,14 @@ function render$141(e, t) {
3411
3417
  }
3412
3418
  var cloud_default = {
3413
3419
  name: "lucide-cloud",
3414
- render: render$141
3415
- }, _hoisted_1$160 = {
3420
+ render: render$144
3421
+ }, _hoisted_1$163 = {
3416
3422
  viewBox: "0 0 24 24",
3417
3423
  width: "1.2em",
3418
3424
  height: "1.2em"
3419
3425
  };
3420
- function render$140(e, t) {
3421
- return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
3426
+ function render$143(e, t) {
3427
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, t[0] ||= [createElementVNode("g", {
3422
3428
  fill: "none",
3423
3429
  stroke: "currentColor",
3424
3430
  "stroke-linecap": "round",
@@ -3428,14 +3434,14 @@ function render$140(e, t) {
3428
3434
  }
3429
3435
  var cloud_download_default = {
3430
3436
  name: "lucide-cloud-download",
3431
- render: render$140
3432
- }, _hoisted_1$159 = {
3437
+ render: render$143
3438
+ }, _hoisted_1$162 = {
3433
3439
  viewBox: "0 0 24 24",
3434
3440
  width: "1.2em",
3435
3441
  height: "1.2em"
3436
3442
  };
3437
- function render$139(e, t) {
3438
- return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("path", {
3443
+ function render$142(e, t) {
3444
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, t[0] ||= [createElementVNode("path", {
3439
3445
  fill: "none",
3440
3446
  stroke: "currentColor",
3441
3447
  "stroke-linecap": "round",
@@ -3446,14 +3452,14 @@ function render$139(e, t) {
3446
3452
  }
3447
3453
  var code_default = {
3448
3454
  name: "lucide-code",
3449
- render: render$139
3450
- }, _hoisted_1$158 = {
3455
+ render: render$142
3456
+ }, _hoisted_1$161 = {
3451
3457
  viewBox: "0 0 24 24",
3452
3458
  width: "1.2em",
3453
3459
  height: "1.2em"
3454
3460
  };
3455
- function render$138(e, t) {
3456
- return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("g", {
3461
+ function render$141(e, t) {
3462
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, t[0] ||= [createElementVNode("g", {
3457
3463
  fill: "none",
3458
3464
  stroke: "currentColor",
3459
3465
  "stroke-linecap": "round",
@@ -3463,14 +3469,14 @@ function render$138(e, t) {
3463
3469
  }
3464
3470
  var cog_default = {
3465
3471
  name: "lucide-cog",
3466
- render: render$138
3467
- }, _hoisted_1$157 = {
3472
+ render: render$141
3473
+ }, _hoisted_1$160 = {
3468
3474
  viewBox: "0 0 24 24",
3469
3475
  width: "1.2em",
3470
3476
  height: "1.2em"
3471
3477
  };
3472
- function render$137(e, t) {
3473
- return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("g", {
3478
+ function render$140(e, t) {
3479
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, t[0] ||= [createElementVNode("g", {
3474
3480
  fill: "none",
3475
3481
  stroke: "currentColor",
3476
3482
  "stroke-linecap": "round",
@@ -3484,14 +3490,14 @@ function render$137(e, t) {
3484
3490
  }
3485
3491
  var columns_3_cog_default = {
3486
3492
  name: "lucide-columns-3-cog",
3487
- render: render$137
3488
- }, _hoisted_1$156 = {
3493
+ render: render$140
3494
+ }, _hoisted_1$159 = {
3489
3495
  viewBox: "0 0 24 24",
3490
3496
  width: "1.2em",
3491
3497
  height: "1.2em"
3492
3498
  };
3493
- function render$136(e, t) {
3494
- return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3499
+ function render$139(e, t) {
3500
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, t[0] ||= [createElementVNode("g", {
3495
3501
  fill: "none",
3496
3502
  stroke: "currentColor",
3497
3503
  "stroke-linecap": "round",
@@ -3505,14 +3511,14 @@ function render$136(e, t) {
3505
3511
  }
3506
3512
  var contrast_default = {
3507
3513
  name: "lucide-contrast",
3508
- render: render$136
3509
- }, _hoisted_1$155 = {
3514
+ render: render$139
3515
+ }, _hoisted_1$158 = {
3510
3516
  viewBox: "0 0 24 24",
3511
3517
  width: "1.2em",
3512
3518
  height: "1.2em"
3513
3519
  };
3514
- function render$135(e, t) {
3515
- return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("g", {
3520
+ function render$138(e, t) {
3521
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, t[0] ||= [createElementVNode("g", {
3516
3522
  fill: "none",
3517
3523
  stroke: "currentColor",
3518
3524
  "stroke-linecap": "round",
@@ -3529,14 +3535,14 @@ function render$135(e, t) {
3529
3535
  }
3530
3536
  var copy_default = {
3531
3537
  name: "lucide-copy",
3532
- render: render$135
3533
- }, _hoisted_1$154 = {
3538
+ render: render$138
3539
+ }, _hoisted_1$157 = {
3534
3540
  viewBox: "0 0 24 24",
3535
3541
  width: "1.2em",
3536
3542
  height: "1.2em"
3537
3543
  };
3538
- function render$134(e, t) {
3539
- return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("g", {
3544
+ function render$137(e, t) {
3545
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, t[0] ||= [createElementVNode("g", {
3540
3546
  fill: "none",
3541
3547
  stroke: "currentColor",
3542
3548
  "stroke-linecap": "round",
@@ -3550,14 +3556,14 @@ function render$134(e, t) {
3550
3556
  }
3551
3557
  var crosshair_default = {
3552
3558
  name: "lucide-crosshair",
3553
- render: render$134
3554
- }, _hoisted_1$153 = {
3559
+ render: render$137
3560
+ }, _hoisted_1$156 = {
3555
3561
  viewBox: "0 0 24 24",
3556
3562
  width: "1.2em",
3557
3563
  height: "1.2em"
3558
3564
  };
3559
- function render$133(e, t) {
3560
- return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3565
+ function render$136(e, t) {
3566
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, t[0] ||= [createElementVNode("g", {
3561
3567
  fill: "none",
3562
3568
  stroke: "currentColor",
3563
3569
  "stroke-linecap": "round",
@@ -3576,14 +3582,14 @@ function render$133(e, t) {
3576
3582
  }
3577
3583
  var database_default = {
3578
3584
  name: "lucide-database",
3579
- render: render$133
3580
- }, _hoisted_1$152 = {
3585
+ render: render$136
3586
+ }, _hoisted_1$155 = {
3581
3587
  viewBox: "0 0 24 24",
3582
3588
  width: "1.2em",
3583
3589
  height: "1.2em"
3584
3590
  };
3585
- function render$132(e, t) {
3586
- return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("path", {
3591
+ function render$135(e, t) {
3592
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, t[0] ||= [createElementVNode("path", {
3587
3593
  fill: "none",
3588
3594
  stroke: "currentColor",
3589
3595
  "stroke-linecap": "round",
@@ -3594,14 +3600,14 @@ function render$132(e, t) {
3594
3600
  }
3595
3601
  var door_open_default = {
3596
3602
  name: "lucide-door-open",
3597
- render: render$132
3598
- }, _hoisted_1$151 = {
3603
+ render: render$135
3604
+ }, _hoisted_1$154 = {
3599
3605
  viewBox: "0 0 24 24",
3600
3606
  width: "1.2em",
3601
3607
  height: "1.2em"
3602
3608
  };
3603
- function render$131(e, t) {
3604
- return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("circle", {
3609
+ function render$134(e, t) {
3610
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, t[0] ||= [createElementVNode("circle", {
3605
3611
  cx: "12.1",
3606
3612
  cy: "12.1",
3607
3613
  r: "1",
@@ -3614,14 +3620,14 @@ function render$131(e, t) {
3614
3620
  }
3615
3621
  var dot_default = {
3616
3622
  name: "lucide-dot",
3617
- render: render$131
3618
- }, _hoisted_1$150 = {
3623
+ render: render$134
3624
+ }, _hoisted_1$153 = {
3619
3625
  viewBox: "0 0 24 24",
3620
3626
  width: "1.2em",
3621
3627
  height: "1.2em"
3622
3628
  };
3623
- function render$130(e, t) {
3624
- return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("g", {
3629
+ function render$133(e, t) {
3630
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, t[0] ||= [createElementVNode("g", {
3625
3631
  fill: "none",
3626
3632
  stroke: "currentColor",
3627
3633
  "stroke-linecap": "round",
@@ -3635,14 +3641,14 @@ function render$130(e, t) {
3635
3641
  }
3636
3642
  var earth_default = {
3637
3643
  name: "lucide-earth",
3638
- render: render$130
3639
- }, _hoisted_1$149 = {
3644
+ render: render$133
3645
+ }, _hoisted_1$152 = {
3640
3646
  viewBox: "0 0 24 24",
3641
3647
  width: "1.2em",
3642
3648
  height: "1.2em"
3643
3649
  };
3644
- function render$129(e, t) {
3645
- return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("g", {
3650
+ function render$132(e, t) {
3651
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, t[0] ||= [createElementVNode("g", {
3646
3652
  fill: "none",
3647
3653
  stroke: "currentColor",
3648
3654
  "stroke-linecap": "round",
@@ -3668,14 +3674,14 @@ function render$129(e, t) {
3668
3674
  }
3669
3675
  var ellipsis_default = {
3670
3676
  name: "lucide-ellipsis",
3671
- render: render$129
3672
- }, _hoisted_1$148 = {
3677
+ render: render$132
3678
+ }, _hoisted_1$151 = {
3673
3679
  viewBox: "0 0 24 24",
3674
3680
  width: "1.2em",
3675
3681
  height: "1.2em"
3676
3682
  };
3677
- function render$128(e, t) {
3678
- return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("g", {
3683
+ function render$131(e, t) {
3684
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, t[0] ||= [createElementVNode("g", {
3679
3685
  fill: "none",
3680
3686
  stroke: "currentColor",
3681
3687
  "stroke-linecap": "round",
@@ -3701,14 +3707,14 @@ function render$128(e, t) {
3701
3707
  }
3702
3708
  var ellipsis_vertical_default = {
3703
3709
  name: "lucide-ellipsis-vertical",
3704
- render: render$128
3705
- }, _hoisted_1$147 = {
3710
+ render: render$131
3711
+ }, _hoisted_1$150 = {
3706
3712
  viewBox: "0 0 24 24",
3707
3713
  width: "1.2em",
3708
3714
  height: "1.2em"
3709
3715
  };
3710
- function render$127(e, t) {
3711
- return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("path", {
3716
+ function render$130(e, t) {
3717
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, t[0] ||= [createElementVNode("path", {
3712
3718
  fill: "none",
3713
3719
  stroke: "currentColor",
3714
3720
  "stroke-linecap": "round",
@@ -3719,14 +3725,14 @@ function render$127(e, t) {
3719
3725
  }
3720
3726
  var equal_default = {
3721
3727
  name: "lucide-equal",
3722
- render: render$127
3723
- }, _hoisted_1$146 = {
3728
+ render: render$130
3729
+ }, _hoisted_1$149 = {
3724
3730
  viewBox: "0 0 24 24",
3725
3731
  width: "1.2em",
3726
3732
  height: "1.2em"
3727
3733
  };
3728
- function render$126(e, t) {
3729
- return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("path", {
3734
+ function render$129(e, t) {
3735
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, t[0] ||= [createElementVNode("path", {
3730
3736
  fill: "none",
3731
3737
  stroke: "currentColor",
3732
3738
  "stroke-linecap": "round",
@@ -3737,14 +3743,14 @@ function render$126(e, t) {
3737
3743
  }
3738
3744
  var expand_default = {
3739
3745
  name: "lucide-expand",
3740
- render: render$126
3741
- }, _hoisted_1$145 = {
3746
+ render: render$129
3747
+ }, _hoisted_1$148 = {
3742
3748
  viewBox: "0 0 24 24",
3743
3749
  width: "1.2em",
3744
3750
  height: "1.2em"
3745
3751
  };
3746
- function render$125(e, t) {
3747
- return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("path", {
3752
+ function render$128(e, t) {
3753
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, t[0] ||= [createElementVNode("path", {
3748
3754
  fill: "none",
3749
3755
  stroke: "currentColor",
3750
3756
  "stroke-linecap": "round",
@@ -3755,14 +3761,14 @@ function render$125(e, t) {
3755
3761
  }
3756
3762
  var external_link_default = {
3757
3763
  name: "lucide-external-link",
3758
- render: render$125
3759
- }, _hoisted_1$144 = {
3764
+ render: render$128
3765
+ }, _hoisted_1$147 = {
3760
3766
  viewBox: "0 0 24 24",
3761
3767
  width: "1.2em",
3762
3768
  height: "1.2em"
3763
3769
  };
3764
- function render$124(e, t) {
3765
- return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("g", {
3770
+ function render$127(e, t) {
3771
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, t[0] ||= [createElementVNode("g", {
3766
3772
  fill: "none",
3767
3773
  stroke: "currentColor",
3768
3774
  "stroke-linecap": "round",
@@ -3776,14 +3782,14 @@ function render$124(e, t) {
3776
3782
  }
3777
3783
  var eye_default = {
3778
3784
  name: "lucide-eye",
3779
- render: render$124
3780
- }, _hoisted_1$143 = {
3785
+ render: render$127
3786
+ }, _hoisted_1$146 = {
3781
3787
  viewBox: "0 0 24 24",
3782
3788
  width: "1.2em",
3783
3789
  height: "1.2em"
3784
3790
  };
3785
- function render$123(e, t) {
3786
- return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
3791
+ function render$126(e, t) {
3792
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, t[0] ||= [createElementVNode("g", {
3787
3793
  fill: "none",
3788
3794
  stroke: "currentColor",
3789
3795
  "stroke-linecap": "round",
@@ -3793,14 +3799,14 @@ function render$123(e, t) {
3793
3799
  }
3794
3800
  var eye_off_default = {
3795
3801
  name: "lucide-eye-off",
3796
- render: render$123
3797
- }, _hoisted_1$142 = {
3802
+ render: render$126
3803
+ }, _hoisted_1$145 = {
3798
3804
  viewBox: "0 0 24 24",
3799
3805
  width: "1.2em",
3800
3806
  height: "1.2em"
3801
3807
  };
3802
- function render$122(e, t) {
3803
- return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("g", {
3808
+ function render$125(e, t) {
3809
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, t[0] ||= [createElementVNode("g", {
3804
3810
  fill: "none",
3805
3811
  stroke: "currentColor",
3806
3812
  "stroke-linecap": "round",
@@ -3810,14 +3816,14 @@ function render$122(e, t) {
3810
3816
  }
3811
3817
  var file_default = {
3812
3818
  name: "lucide-file",
3813
- render: render$122
3814
- }, _hoisted_1$141 = {
3819
+ render: render$125
3820
+ }, _hoisted_1$144 = {
3815
3821
  viewBox: "0 0 24 24",
3816
3822
  width: "1.2em",
3817
3823
  height: "1.2em"
3818
3824
  };
3819
- function render$121(e, t) {
3820
- return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3825
+ function render$124(e, t) {
3826
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, t[0] ||= [createElementVNode("g", {
3821
3827
  fill: "none",
3822
3828
  stroke: "currentColor",
3823
3829
  "stroke-linecap": "round",
@@ -3835,14 +3841,14 @@ function render$121(e, t) {
3835
3841
  }
3836
3842
  var file_archive_default = {
3837
3843
  name: "lucide-file-archive",
3838
- render: render$121
3839
- }, _hoisted_1$140 = {
3844
+ render: render$124
3845
+ }, _hoisted_1$143 = {
3840
3846
  viewBox: "0 0 24 24",
3841
3847
  width: "1.2em",
3842
3848
  height: "1.2em"
3843
3849
  };
3844
- function render$120(e, t) {
3845
- return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3850
+ function render$123(e, t) {
3851
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, t[0] ||= [createElementVNode("g", {
3846
3852
  fill: "none",
3847
3853
  stroke: "currentColor",
3848
3854
  "stroke-linecap": "round",
@@ -3852,14 +3858,14 @@ function render$120(e, t) {
3852
3858
  }
3853
3859
  var file_code_default = {
3854
3860
  name: "lucide-file-code",
3855
- render: render$120
3856
- }, _hoisted_1$139 = {
3861
+ render: render$123
3862
+ }, _hoisted_1$142 = {
3857
3863
  viewBox: "0 0 24 24",
3858
3864
  width: "1.2em",
3859
3865
  height: "1.2em"
3860
3866
  };
3861
- function render$119(e, t) {
3862
- return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("path", {
3867
+ function render$122(e, t) {
3868
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, t[0] ||= [createElementVNode("path", {
3863
3869
  fill: "none",
3864
3870
  stroke: "currentColor",
3865
3871
  "stroke-linecap": "round",
@@ -3870,14 +3876,14 @@ function render$119(e, t) {
3870
3876
  }
3871
3877
  var file_diff_default = {
3872
3878
  name: "lucide-file-diff",
3873
- render: render$119
3874
- }, _hoisted_1$138 = {
3879
+ render: render$122
3880
+ }, _hoisted_1$141 = {
3875
3881
  viewBox: "0 0 24 24",
3876
3882
  width: "1.2em",
3877
3883
  height: "1.2em"
3878
3884
  };
3879
- function render$118(e, t) {
3880
- return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("g", {
3885
+ function render$121(e, t) {
3886
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, t[0] ||= [createElementVNode("g", {
3881
3887
  fill: "none",
3882
3888
  stroke: "currentColor",
3883
3889
  "stroke-linecap": "round",
@@ -3887,14 +3893,14 @@ function render$118(e, t) {
3887
3893
  }
3888
3894
  var file_down_default = {
3889
3895
  name: "lucide-file-down",
3890
- render: render$118
3891
- }, _hoisted_1$137 = {
3896
+ render: render$121
3897
+ }, _hoisted_1$140 = {
3892
3898
  viewBox: "0 0 24 24",
3893
3899
  width: "1.2em",
3894
3900
  height: "1.2em"
3895
3901
  };
3896
- function render$117(e, t) {
3897
- return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("g", {
3902
+ function render$120(e, t) {
3903
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, t[0] ||= [createElementVNode("g", {
3898
3904
  fill: "none",
3899
3905
  stroke: "currentColor",
3900
3906
  "stroke-linecap": "round",
@@ -3904,14 +3910,14 @@ function render$117(e, t) {
3904
3910
  }
3905
3911
  var file_input_default = {
3906
3912
  name: "lucide-file-input",
3907
- render: render$117
3908
- }, _hoisted_1$136 = {
3913
+ render: render$120
3914
+ }, _hoisted_1$139 = {
3909
3915
  viewBox: "0 0 24 24",
3910
3916
  width: "1.2em",
3911
3917
  height: "1.2em"
3912
3918
  };
3913
- function render$116(e, t) {
3914
- return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3919
+ function render$119(e, t) {
3920
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, t[0] ||= [createElementVNode("g", {
3915
3921
  fill: "none",
3916
3922
  stroke: "currentColor",
3917
3923
  "stroke-linecap": "round",
@@ -3925,14 +3931,14 @@ function render$116(e, t) {
3925
3931
  }
3926
3932
  var file_output_default = {
3927
3933
  name: "lucide-file-output",
3928
- render: render$116
3929
- }, _hoisted_1$135 = {
3934
+ render: render$119
3935
+ }, _hoisted_1$138 = {
3930
3936
  viewBox: "0 0 24 24",
3931
3937
  width: "1.2em",
3932
3938
  height: "1.2em"
3933
3939
  };
3934
- function render$115(e, t) {
3935
- return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("g", {
3940
+ function render$118(e, t) {
3941
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, t[0] ||= [createElementVNode("g", {
3936
3942
  fill: "none",
3937
3943
  stroke: "currentColor",
3938
3944
  "stroke-linecap": "round",
@@ -3942,14 +3948,14 @@ function render$115(e, t) {
3942
3948
  }
3943
3949
  var file_text_default = {
3944
3950
  name: "lucide-file-text",
3945
- render: render$115
3946
- }, _hoisted_1$134 = {
3951
+ render: render$118
3952
+ }, _hoisted_1$137 = {
3947
3953
  viewBox: "0 0 24 24",
3948
3954
  width: "1.2em",
3949
3955
  height: "1.2em"
3950
3956
  };
3951
- function render$114(e, t) {
3952
- return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("g", {
3957
+ function render$117(e, t) {
3958
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, t[0] ||= [createElementVNode("g", {
3953
3959
  fill: "none",
3954
3960
  stroke: "currentColor",
3955
3961
  "stroke-linecap": "round",
@@ -3963,14 +3969,14 @@ function render$114(e, t) {
3963
3969
  }
3964
3970
  var files_default = {
3965
3971
  name: "lucide-files",
3966
- render: render$114
3967
- }, _hoisted_1$133 = {
3972
+ render: render$117
3973
+ }, _hoisted_1$136 = {
3968
3974
  viewBox: "0 0 24 24",
3969
3975
  width: "1.2em",
3970
3976
  height: "1.2em"
3971
3977
  };
3972
- function render$113(e, t) {
3973
- return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("g", {
3978
+ function render$116(e, t) {
3979
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, t[0] ||= [createElementVNode("g", {
3974
3980
  fill: "none",
3975
3981
  stroke: "currentColor",
3976
3982
  "stroke-linecap": "round",
@@ -3980,14 +3986,14 @@ function render$113(e, t) {
3980
3986
  }
3981
3987
  var fingerprint_default = {
3982
3988
  name: "lucide-fingerprint",
3983
- render: render$113
3984
- }, _hoisted_1$132 = {
3989
+ render: render$116
3990
+ }, _hoisted_1$135 = {
3985
3991
  viewBox: "0 0 24 24",
3986
3992
  width: "1.2em",
3987
3993
  height: "1.2em"
3988
3994
  };
3989
- function render$112(e, t) {
3990
- return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("path", {
3995
+ function render$115(e, t) {
3996
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, t[0] ||= [createElementVNode("path", {
3991
3997
  fill: "none",
3992
3998
  stroke: "currentColor",
3993
3999
  "stroke-linecap": "round",
@@ -3998,14 +4004,14 @@ function render$112(e, t) {
3998
4004
  }
3999
4005
  var flask_conical_default = {
4000
4006
  name: "lucide-flask-conical",
4001
- render: render$112
4002
- }, _hoisted_1$131 = {
4007
+ render: render$115
4008
+ }, _hoisted_1$134 = {
4003
4009
  viewBox: "0 0 24 24",
4004
4010
  width: "1.2em",
4005
4011
  height: "1.2em"
4006
4012
  };
4007
- function render$111(e, t) {
4008
- return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("path", {
4013
+ function render$114(e, t) {
4014
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, t[0] ||= [createElementVNode("path", {
4009
4015
  fill: "none",
4010
4016
  stroke: "currentColor",
4011
4017
  "stroke-linecap": "round",
@@ -4016,14 +4022,14 @@ function render$111(e, t) {
4016
4022
  }
4017
4023
  var folder_default = {
4018
4024
  name: "lucide-folder",
4019
- render: render$111
4020
- }, _hoisted_1$130 = {
4025
+ render: render$114
4026
+ }, _hoisted_1$133 = {
4021
4027
  viewBox: "0 0 24 24",
4022
4028
  width: "1.2em",
4023
4029
  height: "1.2em"
4024
4030
  };
4025
- function render$110(e, t) {
4026
- return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("path", {
4031
+ function render$113(e, t) {
4032
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, t[0] ||= [createElementVNode("path", {
4027
4033
  fill: "none",
4028
4034
  stroke: "currentColor",
4029
4035
  "stroke-linecap": "round",
@@ -4034,14 +4040,14 @@ function render$110(e, t) {
4034
4040
  }
4035
4041
  var folder_open_default = {
4036
4042
  name: "lucide-folder-open",
4037
- render: render$110
4038
- }, _hoisted_1$129 = {
4043
+ render: render$113
4044
+ }, _hoisted_1$132 = {
4039
4045
  viewBox: "0 0 24 24",
4040
4046
  width: "1.2em",
4041
4047
  height: "1.2em"
4042
4048
  };
4043
- function render$109(e, t) {
4044
- return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("path", {
4049
+ function render$112(e, t) {
4050
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, t[0] ||= [createElementVNode("path", {
4045
4051
  fill: "none",
4046
4052
  stroke: "currentColor",
4047
4053
  "stroke-linecap": "round",
@@ -4052,14 +4058,14 @@ function render$109(e, t) {
4052
4058
  }
4053
4059
  var folder_plus_default = {
4054
4060
  name: "lucide-folder-plus",
4055
- render: render$109
4056
- }, _hoisted_1$128 = {
4061
+ render: render$112
4062
+ }, _hoisted_1$131 = {
4057
4063
  viewBox: "0 0 24 24",
4058
4064
  width: "1.2em",
4059
4065
  height: "1.2em"
4060
4066
  };
4061
- function render$108(e, t) {
4062
- return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createElementVNode("path", {
4067
+ function render$111(e, t) {
4068
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, t[0] ||= [createElementVNode("path", {
4063
4069
  fill: "none",
4064
4070
  stroke: "currentColor",
4065
4071
  "stroke-linecap": "round",
@@ -4070,14 +4076,14 @@ function render$108(e, t) {
4070
4076
  }
4071
4077
  var funnel_default = {
4072
4078
  name: "lucide-funnel",
4073
- render: render$108
4074
- }, _hoisted_1$127 = {
4079
+ render: render$111
4080
+ }, _hoisted_1$130 = {
4075
4081
  viewBox: "0 0 24 24",
4076
4082
  width: "1.2em",
4077
4083
  height: "1.2em"
4078
4084
  };
4079
- function render$107(e, t) {
4080
- return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("g", {
4085
+ function render$110(e, t) {
4086
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, t[0] ||= [createElementVNode("g", {
4081
4087
  fill: "none",
4082
4088
  stroke: "currentColor",
4083
4089
  "stroke-linecap": "round",
@@ -4087,14 +4093,14 @@ function render$107(e, t) {
4087
4093
  }
4088
4094
  var gem_default = {
4089
4095
  name: "lucide-gem",
4090
- render: render$107
4091
- }, _hoisted_1$126 = {
4096
+ render: render$110
4097
+ }, _hoisted_1$129 = {
4092
4098
  viewBox: "0 0 24 24",
4093
4099
  width: "1.2em",
4094
4100
  height: "1.2em"
4095
4101
  };
4096
- function render$106(e, t) {
4097
- return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("g", {
4102
+ function render$109(e, t) {
4103
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, t[0] ||= [createElementVNode("g", {
4098
4104
  fill: "none",
4099
4105
  stroke: "currentColor",
4100
4106
  "stroke-linecap": "round",
@@ -4110,25 +4116,25 @@ function render$106(e, t) {
4110
4116
  }
4111
4117
  var gift_default = {
4112
4118
  name: "lucide-gift",
4113
- render: render$106
4114
- }, _hoisted_1$125 = {
4119
+ render: render$109
4120
+ }, _hoisted_1$128 = {
4115
4121
  viewBox: "0 0 24 24",
4116
4122
  width: "1.2em",
4117
4123
  height: "1.2em"
4118
4124
  };
4119
- function render$105(e, t) {
4120
- return openBlock(), createElementBlock("svg", _hoisted_1$125, 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)]);
4125
+ function render$108(e, t) {
4126
+ return openBlock(), createElementBlock("svg", _hoisted_1$128, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]);
4121
4127
  }
4122
4128
  var git_branch_default = {
4123
4129
  name: "lucide-git-branch",
4124
- render: render$105
4125
- }, _hoisted_1$124 = {
4130
+ render: render$108
4131
+ }, _hoisted_1$127 = {
4126
4132
  viewBox: "0 0 24 24",
4127
4133
  width: "1.2em",
4128
4134
  height: "1.2em"
4129
4135
  };
4130
- function render$104(e, t) {
4131
- return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createElementVNode("g", {
4136
+ function render$107(e, t) {
4137
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, t[0] ||= [createElementVNode("g", {
4132
4138
  fill: "none",
4133
4139
  stroke: "currentColor",
4134
4140
  "stroke-linecap": "round",
@@ -4142,14 +4148,14 @@ function render$104(e, t) {
4142
4148
  }
4143
4149
  var globe_default = {
4144
4150
  name: "lucide-globe",
4145
- render: render$104
4146
- }, _hoisted_1$123 = {
4151
+ render: render$107
4152
+ }, _hoisted_1$126 = {
4147
4153
  viewBox: "0 0 24 24",
4148
4154
  width: "1.2em",
4149
4155
  height: "1.2em"
4150
4156
  };
4151
- function render$103(e, t) {
4152
- return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createElementVNode("g", {
4157
+ function render$106(e, t) {
4158
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, t[0] ||= [createElementVNode("g", {
4153
4159
  fill: "none",
4154
4160
  stroke: "currentColor",
4155
4161
  "stroke-linecap": "round",
@@ -4159,14 +4165,14 @@ function render$103(e, t) {
4159
4165
  }
4160
4166
  var graduation_cap_default = {
4161
4167
  name: "lucide-graduation-cap",
4162
- render: render$103
4163
- }, _hoisted_1$122 = {
4168
+ render: render$106
4169
+ }, _hoisted_1$125 = {
4164
4170
  viewBox: "0 0 24 24",
4165
4171
  width: "1.2em",
4166
4172
  height: "1.2em"
4167
4173
  };
4168
- function render$102(e, t) {
4169
- return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4174
+ function render$105(e, t) {
4175
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, t[0] ||= [createElementVNode("g", {
4170
4176
  fill: "none",
4171
4177
  stroke: "currentColor",
4172
4178
  "stroke-linecap": "round",
@@ -4182,36 +4188,36 @@ function render$102(e, t) {
4182
4188
  }
4183
4189
  var grid_2x2_default = {
4184
4190
  name: "lucide-grid-2x2",
4185
- render: render$102
4186
- }, _hoisted_1$121 = {
4191
+ render: render$105
4192
+ }, _hoisted_1$124 = {
4187
4193
  viewBox: "0 0 24 24",
4188
4194
  width: "1.2em",
4189
4195
  height: "1.2em"
4190
4196
  };
4191
- function render$101(e, t) {
4192
- return openBlock(), createElementBlock("svg", _hoisted_1$121, 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)]);
4197
+ function render$104(e, t) {
4198
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]);
4193
4199
  }
4194
4200
  var grip_vertical_default = {
4195
4201
  name: "lucide-grip-vertical",
4196
- render: render$101
4197
- }, _hoisted_1$120 = {
4202
+ render: render$104
4203
+ }, _hoisted_1$123 = {
4198
4204
  viewBox: "0 0 24 24",
4199
4205
  width: "1.2em",
4200
4206
  height: "1.2em"
4201
4207
  };
4202
- function render$100(e, t) {
4203
- return openBlock(), createElementBlock("svg", _hoisted_1$120, 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)]);
4208
+ function render$103(e, t) {
4209
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]);
4204
4210
  }
4205
4211
  var hand_coins_default = {
4206
4212
  name: "lucide-hand-coins",
4207
- render: render$100
4208
- }, _hoisted_1$119 = {
4213
+ render: render$103
4214
+ }, _hoisted_1$122 = {
4209
4215
  viewBox: "0 0 24 24",
4210
4216
  width: "1.2em",
4211
4217
  height: "1.2em"
4212
4218
  };
4213
- function render$99(e, t) {
4214
- return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createElementVNode("g", {
4219
+ function render$102(e, t) {
4220
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, t[0] ||= [createElementVNode("g", {
4215
4221
  fill: "none",
4216
4222
  stroke: "currentColor",
4217
4223
  "stroke-linecap": "round",
@@ -4225,14 +4231,14 @@ function render$99(e, t) {
4225
4231
  }
4226
4232
  var handshake_default = {
4227
4233
  name: "lucide-handshake",
4228
- render: render$99
4229
- }, _hoisted_1$118 = {
4234
+ render: render$102
4235
+ }, _hoisted_1$121 = {
4230
4236
  viewBox: "0 0 24 24",
4231
4237
  width: "1.2em",
4232
4238
  height: "1.2em"
4233
4239
  };
4234
- function render$98(e, t) {
4235
- return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("path", {
4240
+ function render$101(e, t) {
4241
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, t[0] ||= [createElementVNode("path", {
4236
4242
  fill: "none",
4237
4243
  stroke: "currentColor",
4238
4244
  "stroke-linecap": "round",
@@ -4243,14 +4249,14 @@ function render$98(e, t) {
4243
4249
  }
4244
4250
  var hard_drive_default = {
4245
4251
  name: "lucide-hard-drive",
4246
- render: render$98
4247
- }, _hoisted_1$117 = {
4252
+ render: render$101
4253
+ }, _hoisted_1$120 = {
4248
4254
  viewBox: "0 0 24 24",
4249
4255
  width: "1.2em",
4250
4256
  height: "1.2em"
4251
4257
  };
4252
- function render$97(e, t) {
4253
- return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("g", {
4258
+ function render$100(e, t) {
4259
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, t[0] ||= [createElementVNode("g", {
4254
4260
  fill: "none",
4255
4261
  stroke: "currentColor",
4256
4262
  "stroke-linecap": "round",
@@ -4270,14 +4276,14 @@ function render$97(e, t) {
4270
4276
  }
4271
4277
  var hard_drive_download_default = {
4272
4278
  name: "lucide-hard-drive-download",
4273
- render: render$97
4274
- }, _hoisted_1$116 = {
4279
+ render: render$100
4280
+ }, _hoisted_1$119 = {
4275
4281
  viewBox: "0 0 24 24",
4276
4282
  width: "1.2em",
4277
4283
  height: "1.2em"
4278
4284
  };
4279
- function render$96(e, t) {
4280
- return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("path", {
4285
+ function render$99(e, t) {
4286
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, t[0] ||= [createElementVNode("path", {
4281
4287
  fill: "none",
4282
4288
  stroke: "currentColor",
4283
4289
  "stroke-linecap": "round",
@@ -4288,14 +4294,14 @@ function render$96(e, t) {
4288
4294
  }
4289
4295
  var hash_default = {
4290
4296
  name: "lucide-hash",
4291
- render: render$96
4292
- }, _hoisted_1$115 = {
4297
+ render: render$99
4298
+ }, _hoisted_1$118 = {
4293
4299
  viewBox: "0 0 24 24",
4294
4300
  width: "1.2em",
4295
4301
  height: "1.2em"
4296
4302
  };
4297
- function render$95(e, t) {
4298
- return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
4303
+ function render$98(e, t) {
4304
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, t[0] ||= [createElementVNode("g", {
4299
4305
  fill: "none",
4300
4306
  stroke: "currentColor",
4301
4307
  "stroke-linecap": "round",
@@ -4305,14 +4311,14 @@ function render$95(e, t) {
4305
4311
  }
4306
4312
  var history_default = {
4307
4313
  name: "lucide-history",
4308
- render: render$95
4309
- }, _hoisted_1$114 = {
4314
+ render: render$98
4315
+ }, _hoisted_1$117 = {
4310
4316
  viewBox: "0 0 24 24",
4311
4317
  width: "1.2em",
4312
4318
  height: "1.2em"
4313
4319
  };
4314
- function render$94(e, t) {
4315
- return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("path", {
4320
+ function render$97(e, t) {
4321
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, t[0] ||= [createElementVNode("path", {
4316
4322
  fill: "none",
4317
4323
  stroke: "currentColor",
4318
4324
  "stroke-linecap": "round",
@@ -4323,14 +4329,14 @@ function render$94(e, t) {
4323
4329
  }
4324
4330
  var hourglass_default = {
4325
4331
  name: "lucide-hourglass",
4326
- render: render$94
4327
- }, _hoisted_1$113 = {
4332
+ render: render$97
4333
+ }, _hoisted_1$116 = {
4328
4334
  viewBox: "0 0 24 24",
4329
4335
  width: "1.2em",
4330
4336
  height: "1.2em"
4331
4337
  };
4332
- function render$93(e, t) {
4333
- return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
4338
+ function render$96(e, t) {
4339
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, t[0] ||= [createElementVNode("g", {
4334
4340
  fill: "none",
4335
4341
  stroke: "currentColor",
4336
4342
  "stroke-linecap": "round",
@@ -4340,14 +4346,14 @@ function render$93(e, t) {
4340
4346
  }
4341
4347
  var house_default = {
4342
4348
  name: "lucide-house",
4343
- render: render$93
4344
- }, _hoisted_1$112 = {
4349
+ render: render$96
4350
+ }, _hoisted_1$115 = {
4345
4351
  viewBox: "0 0 24 24",
4346
4352
  width: "1.2em",
4347
4353
  height: "1.2em"
4348
4354
  };
4349
- function render$92(e, t) {
4350
- return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("g", {
4355
+ function render$95(e, t) {
4356
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, t[0] ||= [createElementVNode("g", {
4351
4357
  fill: "none",
4352
4358
  stroke: "currentColor",
4353
4359
  "stroke-linecap": "round",
@@ -4372,14 +4378,14 @@ function render$92(e, t) {
4372
4378
  }
4373
4379
  var image_default = {
4374
4380
  name: "lucide-image",
4375
- render: render$92
4376
- }, _hoisted_1$111 = {
4381
+ render: render$95
4382
+ }, _hoisted_1$114 = {
4377
4383
  viewBox: "0 0 24 24",
4378
4384
  width: "1.2em",
4379
4385
  height: "1.2em"
4380
4386
  };
4381
- function render$91(e, t) {
4382
- return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("g", {
4387
+ function render$94(e, t) {
4388
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, t[0] ||= [createElementVNode("g", {
4383
4389
  fill: "none",
4384
4390
  stroke: "currentColor",
4385
4391
  "stroke-linecap": "round",
@@ -4389,14 +4395,14 @@ function render$91(e, t) {
4389
4395
  }
4390
4396
  var inbox_default = {
4391
4397
  name: "lucide-inbox",
4392
- render: render$91
4393
- }, _hoisted_1$110 = {
4398
+ render: render$94
4399
+ }, _hoisted_1$113 = {
4394
4400
  viewBox: "0 0 24 24",
4395
4401
  width: "1.2em",
4396
4402
  height: "1.2em"
4397
4403
  };
4398
- function render$90(e, t) {
4399
- return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4404
+ function render$93(e, t) {
4405
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, t[0] ||= [createElementVNode("g", {
4400
4406
  fill: "none",
4401
4407
  stroke: "currentColor",
4402
4408
  "stroke-linecap": "round",
@@ -4410,14 +4416,14 @@ function render$90(e, t) {
4410
4416
  }
4411
4417
  var info_default = {
4412
4418
  name: "lucide-info",
4413
- render: render$90
4414
- }, _hoisted_1$109 = {
4419
+ render: render$93
4420
+ }, _hoisted_1$112 = {
4415
4421
  viewBox: "0 0 24 24",
4416
4422
  width: "1.2em",
4417
4423
  height: "1.2em"
4418
4424
  };
4419
- function render$89(e, t) {
4420
- return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("g", {
4425
+ function render$92(e, t) {
4426
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, t[0] ||= [createElementVNode("g", {
4421
4427
  fill: "none",
4422
4428
  stroke: "currentColor",
4423
4429
  "stroke-linecap": "round",
@@ -4432,14 +4438,14 @@ function render$89(e, t) {
4432
4438
  }
4433
4439
  var key_round_default = {
4434
4440
  name: "lucide-key-round",
4435
- render: render$89
4436
- }, _hoisted_1$108 = {
4441
+ render: render$92
4442
+ }, _hoisted_1$111 = {
4437
4443
  viewBox: "0 0 24 24",
4438
4444
  width: "1.2em",
4439
4445
  height: "1.2em"
4440
4446
  };
4441
- function render$88(e, t) {
4442
- return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("path", {
4447
+ function render$91(e, t) {
4448
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, t[0] ||= [createElementVNode("path", {
4443
4449
  fill: "none",
4444
4450
  stroke: "currentColor",
4445
4451
  "stroke-linecap": "round",
@@ -4450,14 +4456,14 @@ function render$88(e, t) {
4450
4456
  }
4451
4457
  var languages_default = {
4452
4458
  name: "lucide-languages",
4453
- render: render$88
4454
- }, _hoisted_1$107 = {
4459
+ render: render$91
4460
+ }, _hoisted_1$110 = {
4455
4461
  viewBox: "0 0 24 24",
4456
4462
  width: "1.2em",
4457
4463
  height: "1.2em"
4458
4464
  };
4459
- function render$87(e, t) {
4460
- return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("g", {
4465
+ function render$90(e, t) {
4466
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, t[0] ||= [createElementVNode("g", {
4461
4467
  fill: "none",
4462
4468
  stroke: "currentColor",
4463
4469
  "stroke-linecap": "round",
@@ -4471,14 +4477,14 @@ function render$87(e, t) {
4471
4477
  }
4472
4478
  var layers_default = {
4473
4479
  name: "lucide-layers",
4474
- render: render$87
4475
- }, _hoisted_1$106 = {
4480
+ render: render$90
4481
+ }, _hoisted_1$109 = {
4476
4482
  viewBox: "0 0 24 24",
4477
4483
  width: "1.2em",
4478
4484
  height: "1.2em"
4479
4485
  };
4480
- function render$86(e, t) {
4481
- return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
4486
+ function render$89(e, t) {
4487
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, t[0] ||= [createElementVNode("path", {
4482
4488
  fill: "none",
4483
4489
  stroke: "currentColor",
4484
4490
  "stroke-linecap": "round",
@@ -4489,14 +4495,14 @@ function render$86(e, t) {
4489
4495
  }
4490
4496
  var lightbulb_default = {
4491
4497
  name: "lucide-lightbulb",
4492
- render: render$86
4493
- }, _hoisted_1$105 = {
4498
+ render: render$89
4499
+ }, _hoisted_1$108 = {
4494
4500
  viewBox: "0 0 24 24",
4495
4501
  width: "1.2em",
4496
4502
  height: "1.2em"
4497
4503
  };
4498
- function render$85(e, t) {
4499
- return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
4504
+ function render$88(e, t) {
4505
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, t[0] ||= [createElementVNode("g", {
4500
4506
  fill: "none",
4501
4507
  stroke: "currentColor",
4502
4508
  "stroke-linecap": "round",
@@ -4506,14 +4512,14 @@ function render$85(e, t) {
4506
4512
  }
4507
4513
  var link_default = {
4508
4514
  name: "lucide-link",
4509
- render: render$85
4510
- }, _hoisted_1$104 = {
4515
+ render: render$88
4516
+ }, _hoisted_1$107 = {
4511
4517
  viewBox: "0 0 24 24",
4512
4518
  width: "1.2em",
4513
4519
  height: "1.2em"
4514
4520
  };
4515
- function render$84(e, t) {
4516
- return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
4521
+ function render$87(e, t) {
4522
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, t[0] ||= [createElementVNode("path", {
4517
4523
  fill: "none",
4518
4524
  stroke: "currentColor",
4519
4525
  "stroke-linecap": "round",
@@ -4524,14 +4530,14 @@ function render$84(e, t) {
4524
4530
  }
4525
4531
  var list_default = {
4526
4532
  name: "lucide-list",
4527
- render: render$84
4528
- }, _hoisted_1$103 = {
4533
+ render: render$87
4534
+ }, _hoisted_1$106 = {
4529
4535
  viewBox: "0 0 24 24",
4530
4536
  width: "1.2em",
4531
4537
  height: "1.2em"
4532
4538
  };
4533
- function render$83(e, t) {
4534
- return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
4539
+ function render$86(e, t) {
4540
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, t[0] ||= [createElementVNode("path", {
4535
4541
  fill: "none",
4536
4542
  stroke: "currentColor",
4537
4543
  "stroke-linecap": "round",
@@ -4542,14 +4548,14 @@ function render$83(e, t) {
4542
4548
  }
4543
4549
  var list_checks_default = {
4544
4550
  name: "lucide-list-checks",
4545
- render: render$83
4546
- }, _hoisted_1$102 = {
4551
+ render: render$86
4552
+ }, _hoisted_1$105 = {
4547
4553
  viewBox: "0 0 24 24",
4548
4554
  width: "1.2em",
4549
4555
  height: "1.2em"
4550
4556
  };
4551
- function render$82(e, t) {
4552
- return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("g", {
4557
+ function render$85(e, t) {
4558
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, t[0] ||= [createElementVNode("g", {
4553
4559
  fill: "none",
4554
4560
  stroke: "currentColor",
4555
4561
  "stroke-linecap": "round",
@@ -4566,14 +4572,14 @@ function render$82(e, t) {
4566
4572
  }
4567
4573
  var lock_default = {
4568
4574
  name: "lucide-lock",
4569
- render: render$82
4570
- }, _hoisted_1$101 = {
4575
+ render: render$85
4576
+ }, _hoisted_1$104 = {
4571
4577
  viewBox: "0 0 24 24",
4572
4578
  width: "1.2em",
4573
4579
  height: "1.2em"
4574
4580
  };
4575
- function render$81(e, t) {
4576
- return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
4581
+ function render$84(e, t) {
4582
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, t[0] ||= [createElementVNode("path", {
4577
4583
  fill: "none",
4578
4584
  stroke: "currentColor",
4579
4585
  "stroke-linecap": "round",
@@ -4584,14 +4590,14 @@ function render$81(e, t) {
4584
4590
  }
4585
4591
  var log_in_default = {
4586
4592
  name: "lucide-log-in",
4587
- render: render$81
4588
- }, _hoisted_1$100 = {
4593
+ render: render$84
4594
+ }, _hoisted_1$103 = {
4589
4595
  viewBox: "0 0 24 24",
4590
4596
  width: "1.2em",
4591
4597
  height: "1.2em"
4592
4598
  };
4593
- function render$80(e, t) {
4594
- return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
4599
+ function render$83(e, t) {
4600
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, t[0] ||= [createElementVNode("path", {
4595
4601
  fill: "none",
4596
4602
  stroke: "currentColor",
4597
4603
  "stroke-linecap": "round",
@@ -4602,14 +4608,14 @@ function render$80(e, t) {
4602
4608
  }
4603
4609
  var log_out_default = {
4604
4610
  name: "lucide-log-out",
4605
- render: render$80
4606
- }, _hoisted_1$99 = {
4611
+ render: render$83
4612
+ }, _hoisted_1$102 = {
4607
4613
  viewBox: "0 0 24 24",
4608
4614
  width: "1.2em",
4609
4615
  height: "1.2em"
4610
4616
  };
4611
- function render$79(e, t) {
4612
- return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("g", {
4617
+ function render$82(e, t) {
4618
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, t[0] ||= [createElementVNode("g", {
4613
4619
  fill: "none",
4614
4620
  stroke: "currentColor",
4615
4621
  "stroke-linecap": "round",
@@ -4625,14 +4631,14 @@ function render$79(e, t) {
4625
4631
  }
4626
4632
  var mail_default = {
4627
4633
  name: "lucide-mail",
4628
- render: render$79
4629
- }, _hoisted_1$98 = {
4634
+ render: render$82
4635
+ }, _hoisted_1$101 = {
4630
4636
  viewBox: "0 0 24 24",
4631
4637
  width: "1.2em",
4632
4638
  height: "1.2em"
4633
4639
  };
4634
- function render$78(e, t) {
4635
- return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
4640
+ function render$81(e, t) {
4641
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, t[0] ||= [createElementVNode("path", {
4636
4642
  fill: "none",
4637
4643
  stroke: "currentColor",
4638
4644
  "stroke-linecap": "round",
@@ -4643,14 +4649,14 @@ function render$78(e, t) {
4643
4649
  }
4644
4650
  var maximize_default = {
4645
4651
  name: "lucide-maximize",
4646
- render: render$78
4647
- }, _hoisted_1$97 = {
4652
+ render: render$81
4653
+ }, _hoisted_1$100 = {
4648
4654
  viewBox: "0 0 24 24",
4649
4655
  width: "1.2em",
4650
4656
  height: "1.2em"
4651
4657
  };
4652
- function render$77(e, t) {
4653
- return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("path", {
4658
+ function render$80(e, t) {
4659
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, t[0] ||= [createElementVNode("path", {
4654
4660
  fill: "none",
4655
4661
  stroke: "currentColor",
4656
4662
  "stroke-linecap": "round",
@@ -4661,14 +4667,14 @@ function render$77(e, t) {
4661
4667
  }
4662
4668
  var maximize_2_default = {
4663
4669
  name: "lucide-maximize-2",
4664
- render: render$77
4665
- }, _hoisted_1$96 = {
4670
+ render: render$80
4671
+ }, _hoisted_1$99 = {
4666
4672
  viewBox: "0 0 24 24",
4667
4673
  width: "1.2em",
4668
4674
  height: "1.2em"
4669
4675
  };
4670
- function render$76(e, t) {
4671
- return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("path", {
4676
+ function render$79(e, t) {
4677
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, t[0] ||= [createElementVNode("path", {
4672
4678
  fill: "none",
4673
4679
  stroke: "currentColor",
4674
4680
  "stroke-linecap": "round",
@@ -4679,14 +4685,14 @@ function render$76(e, t) {
4679
4685
  }
4680
4686
  var menu_default = {
4681
4687
  name: "lucide-menu",
4682
- render: render$76
4683
- }, _hoisted_1$95 = {
4688
+ render: render$79
4689
+ }, _hoisted_1$98 = {
4684
4690
  viewBox: "0 0 24 24",
4685
4691
  width: "1.2em",
4686
4692
  height: "1.2em"
4687
4693
  };
4688
- function render$75(e, t) {
4689
- return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4694
+ function render$78(e, t) {
4695
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, t[0] ||= [createElementVNode("path", {
4690
4696
  fill: "none",
4691
4697
  stroke: "currentColor",
4692
4698
  "stroke-linecap": "round",
@@ -4697,14 +4703,14 @@ function render$75(e, t) {
4697
4703
  }
4698
4704
  var message_circle_default = {
4699
4705
  name: "lucide-message-circle",
4700
- render: render$75
4701
- }, _hoisted_1$94 = {
4706
+ render: render$78
4707
+ }, _hoisted_1$97 = {
4702
4708
  viewBox: "0 0 24 24",
4703
4709
  width: "1.2em",
4704
4710
  height: "1.2em"
4705
4711
  };
4706
- function render$74(e, t) {
4707
- return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4712
+ function render$77(e, t) {
4713
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, t[0] ||= [createElementVNode("path", {
4708
4714
  fill: "none",
4709
4715
  stroke: "currentColor",
4710
4716
  "stroke-linecap": "round",
@@ -4715,14 +4721,14 @@ function render$74(e, t) {
4715
4721
  }
4716
4722
  var messages_square_default = {
4717
4723
  name: "lucide-messages-square",
4718
- render: render$74
4719
- }, _hoisted_1$93 = {
4724
+ render: render$77
4725
+ }, _hoisted_1$96 = {
4720
4726
  viewBox: "0 0 24 24",
4721
4727
  width: "1.2em",
4722
4728
  height: "1.2em"
4723
4729
  };
4724
- function render$73(e, t) {
4725
- return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("g", {
4730
+ function render$76(e, t) {
4731
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, t[0] ||= [createElementVNode("g", {
4726
4732
  fill: "none",
4727
4733
  stroke: "currentColor",
4728
4734
  "stroke-linecap": "round",
@@ -4738,14 +4744,14 @@ function render$73(e, t) {
4738
4744
  }
4739
4745
  var mic_default = {
4740
4746
  name: "lucide-mic",
4741
- render: render$73
4742
- }, _hoisted_1$92 = {
4747
+ render: render$76
4748
+ }, _hoisted_1$95 = {
4743
4749
  viewBox: "0 0 24 24",
4744
4750
  width: "1.2em",
4745
4751
  height: "1.2em"
4746
4752
  };
4747
- function render$72(e, t) {
4748
- return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("path", {
4753
+ function render$75(e, t) {
4754
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, t[0] ||= [createElementVNode("path", {
4749
4755
  fill: "none",
4750
4756
  stroke: "currentColor",
4751
4757
  "stroke-linecap": "round",
@@ -4756,14 +4762,14 @@ function render$72(e, t) {
4756
4762
  }
4757
4763
  var milestone_default = {
4758
4764
  name: "lucide-milestone",
4759
- render: render$72
4760
- }, _hoisted_1$91 = {
4765
+ render: render$75
4766
+ }, _hoisted_1$94 = {
4761
4767
  viewBox: "0 0 24 24",
4762
4768
  width: "1.2em",
4763
4769
  height: "1.2em"
4764
4770
  };
4765
- function render$71(e, t) {
4766
- return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createElementVNode("path", {
4771
+ function render$74(e, t) {
4772
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, t[0] ||= [createElementVNode("path", {
4767
4773
  fill: "none",
4768
4774
  stroke: "currentColor",
4769
4775
  "stroke-linecap": "round",
@@ -4774,14 +4780,32 @@ function render$71(e, t) {
4774
4780
  }
4775
4781
  var minimize_2_default = {
4776
4782
  name: "lucide-minimize-2",
4777
- render: render$71
4778
- }, _hoisted_1$90 = {
4783
+ render: render$74
4784
+ }, _hoisted_1$93 = {
4779
4785
  viewBox: "0 0 24 24",
4780
4786
  width: "1.2em",
4781
4787
  height: "1.2em"
4782
4788
  };
4783
- function render$70(e, t) {
4784
- return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("path", {
4789
+ function render$73(e, t) {
4790
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, t[0] ||= [createElementVNode("path", {
4791
+ fill: "none",
4792
+ stroke: "currentColor",
4793
+ "stroke-linecap": "round",
4794
+ "stroke-linejoin": "round",
4795
+ "stroke-width": "2",
4796
+ d: "M5 12h14"
4797
+ }, null, -1)]);
4798
+ }
4799
+ var minus_default = {
4800
+ name: "lucide-minus",
4801
+ render: render$73
4802
+ }, _hoisted_1$92 = {
4803
+ viewBox: "0 0 24 24",
4804
+ width: "1.2em",
4805
+ height: "1.2em"
4806
+ };
4807
+ function render$72(e, t) {
4808
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, t[0] ||= [createElementVNode("path", {
4785
4809
  fill: "none",
4786
4810
  stroke: "currentColor",
4787
4811
  "stroke-linecap": "round",
@@ -4792,25 +4816,25 @@ function render$70(e, t) {
4792
4816
  }
4793
4817
  var mouse_pointer_default = {
4794
4818
  name: "lucide-mouse-pointer",
4795
- render: render$70
4796
- }, _hoisted_1$89 = {
4819
+ render: render$72
4820
+ }, _hoisted_1$91 = {
4797
4821
  viewBox: "0 0 24 24",
4798
4822
  width: "1.2em",
4799
4823
  height: "1.2em"
4800
4824
  };
4801
- function render$69(e, t) {
4802
- return openBlock(), createElementBlock("svg", _hoisted_1$89, 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)]);
4825
+ function render$71(e, t) {
4826
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]);
4803
4827
  }
4804
4828
  var network_default = {
4805
4829
  name: "lucide-network",
4806
- render: render$69
4807
- }, _hoisted_1$88 = {
4830
+ render: render$71
4831
+ }, _hoisted_1$90 = {
4808
4832
  viewBox: "0 0 24 24",
4809
4833
  width: "1.2em",
4810
4834
  height: "1.2em"
4811
4835
  };
4812
- function render$68(e, t) {
4813
- return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createElementVNode("g", {
4836
+ function render$70(e, t) {
4837
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, t[0] ||= [createElementVNode("g", {
4814
4838
  fill: "none",
4815
4839
  stroke: "currentColor",
4816
4840
  "stroke-linecap": "round",
@@ -4820,14 +4844,14 @@ function render$68(e, t) {
4820
4844
  }
4821
4845
  var notebook_pen_default = {
4822
4846
  name: "lucide-notebook-pen",
4823
- render: render$68
4824
- }, _hoisted_1$87 = {
4847
+ render: render$70
4848
+ }, _hoisted_1$89 = {
4825
4849
  viewBox: "0 0 24 24",
4826
4850
  width: "1.2em",
4827
4851
  height: "1.2em"
4828
4852
  };
4829
- function render$67(e, t) {
4830
- return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
4853
+ function render$69(e, t) {
4854
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, t[0] ||= [createElementVNode("g", {
4831
4855
  fill: "none",
4832
4856
  stroke: "currentColor",
4833
4857
  "stroke-linecap": "round",
@@ -4841,25 +4865,25 @@ function render$67(e, t) {
4841
4865
  }
4842
4866
  var package_open_default = {
4843
4867
  name: "lucide-package-open",
4844
- render: render$67
4845
- }, _hoisted_1$86 = {
4868
+ render: render$69
4869
+ }, _hoisted_1$88 = {
4846
4870
  viewBox: "0 0 24 24",
4847
4871
  width: "1.2em",
4848
4872
  height: "1.2em"
4849
4873
  };
4850
- function render$66(e, t) {
4851
- return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
4874
+ function render$68(e, t) {
4875
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]);
4852
4876
  }
4853
4877
  var palette_default = {
4854
4878
  name: "lucide-palette",
4855
- render: render$66
4856
- }, _hoisted_1$85 = {
4879
+ render: render$68
4880
+ }, _hoisted_1$87 = {
4857
4881
  viewBox: "0 0 24 24",
4858
4882
  width: "1.2em",
4859
4883
  height: "1.2em"
4860
4884
  };
4861
- function render$65(e, t) {
4862
- return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createElementVNode("g", {
4885
+ function render$67(e, t) {
4886
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, t[0] ||= [createElementVNode("g", {
4863
4887
  fill: "none",
4864
4888
  stroke: "currentColor",
4865
4889
  "stroke-linecap": "round",
@@ -4875,14 +4899,14 @@ function render$65(e, t) {
4875
4899
  }
4876
4900
  var panel_left_default = {
4877
4901
  name: "lucide-panel-left",
4878
- render: render$65
4879
- }, _hoisted_1$84 = {
4902
+ render: render$67
4903
+ }, _hoisted_1$86 = {
4880
4904
  viewBox: "0 0 24 24",
4881
4905
  width: "1.2em",
4882
4906
  height: "1.2em"
4883
4907
  };
4884
- function render$64(e, t) {
4885
- return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("g", {
4908
+ function render$66(e, t) {
4909
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, t[0] ||= [createElementVNode("g", {
4886
4910
  fill: "none",
4887
4911
  stroke: "currentColor",
4888
4912
  "stroke-linecap": "round",
@@ -4898,14 +4922,14 @@ function render$64(e, t) {
4898
4922
  }
4899
4923
  var panel_right_default = {
4900
4924
  name: "lucide-panel-right",
4901
- render: render$64
4902
- }, _hoisted_1$83 = {
4925
+ render: render$66
4926
+ }, _hoisted_1$85 = {
4903
4927
  viewBox: "0 0 24 24",
4904
4928
  width: "1.2em",
4905
4929
  height: "1.2em"
4906
4930
  };
4907
- function render$63(e, t) {
4908
- return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("path", {
4931
+ function render$65(e, t) {
4932
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, t[0] ||= [createElementVNode("path", {
4909
4933
  fill: "none",
4910
4934
  stroke: "currentColor",
4911
4935
  "stroke-linecap": "round",
@@ -4916,14 +4940,14 @@ function render$63(e, t) {
4916
4940
  }
4917
4941
  var paperclip_default = {
4918
4942
  name: "lucide-paperclip",
4919
- render: render$63
4920
- }, _hoisted_1$82 = {
4943
+ render: render$65
4944
+ }, _hoisted_1$84 = {
4921
4945
  viewBox: "0 0 24 24",
4922
4946
  width: "1.2em",
4923
4947
  height: "1.2em"
4924
4948
  };
4925
- function render$62(e, t) {
4926
- return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("g", {
4949
+ function render$64(e, t) {
4950
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, t[0] ||= [createElementVNode("g", {
4927
4951
  fill: "none",
4928
4952
  stroke: "currentColor",
4929
4953
  "stroke-linecap": "round",
@@ -4945,14 +4969,14 @@ function render$62(e, t) {
4945
4969
  }
4946
4970
  var pause_default = {
4947
4971
  name: "lucide-pause",
4948
- render: render$62
4949
- }, _hoisted_1$81 = {
4972
+ render: render$64
4973
+ }, _hoisted_1$83 = {
4950
4974
  viewBox: "0 0 24 24",
4951
4975
  width: "1.2em",
4952
4976
  height: "1.2em"
4953
4977
  };
4954
- function render$61(e, t) {
4955
- return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("path", {
4978
+ function render$63(e, t) {
4979
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, t[0] ||= [createElementVNode("path", {
4956
4980
  fill: "none",
4957
4981
  stroke: "currentColor",
4958
4982
  "stroke-linecap": "round",
@@ -4963,14 +4987,14 @@ function render$61(e, t) {
4963
4987
  }
4964
4988
  var pen_default = {
4965
4989
  name: "lucide-pen",
4966
- render: render$61
4967
- }, _hoisted_1$80 = {
4990
+ render: render$63
4991
+ }, _hoisted_1$82 = {
4968
4992
  viewBox: "0 0 24 24",
4969
4993
  width: "1.2em",
4970
4994
  height: "1.2em"
4971
4995
  };
4972
- function render$60(e, t) {
4973
- return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
4996
+ function render$62(e, t) {
4997
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, t[0] ||= [createElementVNode("path", {
4974
4998
  fill: "none",
4975
4999
  stroke: "currentColor",
4976
5000
  "stroke-linecap": "round",
@@ -4981,14 +5005,14 @@ function render$60(e, t) {
4981
5005
  }
4982
5006
  var pencil_default = {
4983
5007
  name: "lucide-pencil",
4984
- render: render$60
4985
- }, _hoisted_1$79 = {
5008
+ render: render$62
5009
+ }, _hoisted_1$81 = {
4986
5010
  viewBox: "0 0 24 24",
4987
5011
  width: "1.2em",
4988
5012
  height: "1.2em"
4989
5013
  };
4990
- function render$59(e, t) {
4991
- return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
5014
+ function render$61(e, t) {
5015
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, t[0] ||= [createElementVNode("path", {
4992
5016
  fill: "none",
4993
5017
  stroke: "currentColor",
4994
5018
  "stroke-linecap": "round",
@@ -4999,14 +5023,14 @@ function render$59(e, t) {
4999
5023
  }
5000
5024
  var pin_default = {
5001
5025
  name: "lucide-pin",
5002
- render: render$59
5003
- }, _hoisted_1$78 = {
5026
+ render: render$61
5027
+ }, _hoisted_1$80 = {
5004
5028
  viewBox: "0 0 24 24",
5005
5029
  width: "1.2em",
5006
5030
  height: "1.2em"
5007
5031
  };
5008
- function render$58(e, t) {
5009
- return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("path", {
5032
+ function render$60(e, t) {
5033
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, t[0] ||= [createElementVNode("path", {
5010
5034
  fill: "none",
5011
5035
  stroke: "currentColor",
5012
5036
  "stroke-linecap": "round",
@@ -5017,14 +5041,14 @@ function render$58(e, t) {
5017
5041
  }
5018
5042
  var play_default = {
5019
5043
  name: "lucide-play",
5020
- render: render$58
5021
- }, _hoisted_1$77 = {
5044
+ render: render$60
5045
+ }, _hoisted_1$79 = {
5022
5046
  viewBox: "0 0 24 24",
5023
5047
  width: "1.2em",
5024
5048
  height: "1.2em"
5025
5049
  };
5026
- function render$57(e, t) {
5027
- return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("path", {
5050
+ function render$59(e, t) {
5051
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, t[0] ||= [createElementVNode("path", {
5028
5052
  fill: "none",
5029
5053
  stroke: "currentColor",
5030
5054
  "stroke-linecap": "round",
@@ -5035,14 +5059,14 @@ function render$57(e, t) {
5035
5059
  }
5036
5060
  var plug_default = {
5037
5061
  name: "lucide-plug",
5038
- render: render$57
5039
- }, _hoisted_1$76 = {
5062
+ render: render$59
5063
+ }, _hoisted_1$78 = {
5040
5064
  viewBox: "0 0 24 24",
5041
5065
  width: "1.2em",
5042
5066
  height: "1.2em"
5043
5067
  };
5044
- function render$56(e, t) {
5045
- return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("path", {
5068
+ function render$58(e, t) {
5069
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, t[0] ||= [createElementVNode("path", {
5046
5070
  fill: "none",
5047
5071
  stroke: "currentColor",
5048
5072
  "stroke-linecap": "round",
@@ -5053,14 +5077,14 @@ function render$56(e, t) {
5053
5077
  }
5054
5078
  var plus_default = {
5055
5079
  name: "lucide-plus",
5056
- render: render$56
5057
- }, _hoisted_1$75 = {
5080
+ render: render$58
5081
+ }, _hoisted_1$77 = {
5058
5082
  viewBox: "0 0 24 24",
5059
5083
  width: "1.2em",
5060
5084
  height: "1.2em"
5061
5085
  };
5062
- function render$55(e, t) {
5063
- return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("g", {
5086
+ function render$57(e, t) {
5087
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, t[0] ||= [createElementVNode("g", {
5064
5088
  fill: "none",
5065
5089
  stroke: "currentColor",
5066
5090
  "stroke-linecap": "round",
@@ -5070,14 +5094,14 @@ function render$55(e, t) {
5070
5094
  }
5071
5095
  var pocket_knife_default = {
5072
5096
  name: "lucide-pocket-knife",
5073
- render: render$55
5074
- }, _hoisted_1$74 = {
5097
+ render: render$57
5098
+ }, _hoisted_1$76 = {
5075
5099
  viewBox: "0 0 24 24",
5076
5100
  width: "1.2em",
5077
5101
  height: "1.2em"
5078
5102
  };
5079
- function render$54(e, t) {
5080
- return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("path", {
5103
+ function render$56(e, t) {
5104
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, t[0] ||= [createElementVNode("path", {
5081
5105
  fill: "none",
5082
5106
  stroke: "currentColor",
5083
5107
  "stroke-linecap": "round",
@@ -5088,14 +5112,14 @@ function render$54(e, t) {
5088
5112
  }
5089
5113
  var power_default = {
5090
5114
  name: "lucide-power",
5091
- render: render$54
5092
- }, _hoisted_1$73 = {
5115
+ render: render$56
5116
+ }, _hoisted_1$75 = {
5093
5117
  viewBox: "0 0 24 24",
5094
5118
  width: "1.2em",
5095
5119
  height: "1.2em"
5096
5120
  };
5097
- function render$53(e, t) {
5098
- return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("g", {
5121
+ function render$55(e, t) {
5122
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, t[0] ||= [createElementVNode("g", {
5099
5123
  fill: "none",
5100
5124
  stroke: "currentColor",
5101
5125
  "stroke-linecap": "round",
@@ -5105,14 +5129,14 @@ function render$53(e, t) {
5105
5129
  }
5106
5130
  var redo_2_default = {
5107
5131
  name: "lucide-redo-2",
5108
- render: render$53
5109
- }, _hoisted_1$72 = {
5132
+ render: render$55
5133
+ }, _hoisted_1$74 = {
5110
5134
  viewBox: "0 0 24 24",
5111
5135
  width: "1.2em",
5112
5136
  height: "1.2em"
5113
5137
  };
5114
- function render$52(e, t) {
5115
- return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("g", {
5138
+ function render$54(e, t) {
5139
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, t[0] ||= [createElementVNode("g", {
5116
5140
  fill: "none",
5117
5141
  stroke: "currentColor",
5118
5142
  "stroke-linecap": "round",
@@ -5126,14 +5150,14 @@ function render$52(e, t) {
5126
5150
  }
5127
5151
  var refresh_cw_default = {
5128
5152
  name: "lucide-refresh-cw",
5129
- render: render$52
5130
- }, _hoisted_1$71 = {
5153
+ render: render$54
5154
+ }, _hoisted_1$73 = {
5131
5155
  viewBox: "0 0 24 24",
5132
5156
  width: "1.2em",
5133
5157
  height: "1.2em"
5134
5158
  };
5135
- function render$51(e, t) {
5136
- return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("path", {
5159
+ function render$53(e, t) {
5160
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, t[0] ||= [createElementVNode("path", {
5137
5161
  fill: "none",
5138
5162
  stroke: "currentColor",
5139
5163
  "stroke-linecap": "round",
@@ -5144,14 +5168,14 @@ function render$51(e, t) {
5144
5168
  }
5145
5169
  var remove_formatting_default = {
5146
5170
  name: "lucide-remove-formatting",
5147
- render: render$51
5148
- }, _hoisted_1$70 = {
5171
+ render: render$53
5172
+ }, _hoisted_1$72 = {
5149
5173
  viewBox: "0 0 24 24",
5150
5174
  width: "1.2em",
5151
5175
  height: "1.2em"
5152
5176
  };
5153
- function render$50(e, t) {
5154
- return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("g", {
5177
+ function render$52(e, t) {
5178
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, t[0] ||= [createElementVNode("g", {
5155
5179
  fill: "none",
5156
5180
  stroke: "currentColor",
5157
5181
  "stroke-linecap": "round",
@@ -5165,14 +5189,14 @@ function render$50(e, t) {
5165
5189
  }
5166
5190
  var rss_default = {
5167
5191
  name: "lucide-rss",
5168
- render: render$50
5169
- }, _hoisted_1$69 = {
5192
+ render: render$52
5193
+ }, _hoisted_1$71 = {
5170
5194
  viewBox: "0 0 24 24",
5171
5195
  width: "1.2em",
5172
5196
  height: "1.2em"
5173
5197
  };
5174
- function render$49(e, t) {
5175
- return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createElementVNode("path", {
5198
+ function render$51(e, t) {
5199
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, t[0] ||= [createElementVNode("path", {
5176
5200
  fill: "none",
5177
5201
  stroke: "currentColor",
5178
5202
  "stroke-linecap": "round",
@@ -5183,14 +5207,14 @@ function render$49(e, t) {
5183
5207
  }
5184
5208
  var satellite_dish_default = {
5185
5209
  name: "lucide-satellite-dish",
5186
- render: render$49
5187
- }, _hoisted_1$68 = {
5210
+ render: render$51
5211
+ }, _hoisted_1$70 = {
5188
5212
  viewBox: "0 0 24 24",
5189
5213
  width: "1.2em",
5190
5214
  height: "1.2em"
5191
5215
  };
5192
- function render$48(e, t) {
5193
- return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createElementVNode("g", {
5216
+ function render$50(e, t) {
5217
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, t[0] ||= [createElementVNode("g", {
5194
5218
  fill: "none",
5195
5219
  stroke: "currentColor",
5196
5220
  "stroke-linecap": "round",
@@ -5200,14 +5224,14 @@ function render$48(e, t) {
5200
5224
  }
5201
5225
  var save_default = {
5202
5226
  name: "lucide-save",
5203
- render: render$48
5204
- }, _hoisted_1$67 = {
5227
+ render: render$50
5228
+ }, _hoisted_1$69 = {
5205
5229
  viewBox: "0 0 24 24",
5206
5230
  width: "1.2em",
5207
5231
  height: "1.2em"
5208
5232
  };
5209
- function render$47(e, t) {
5210
- return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("path", {
5233
+ function render$49(e, t) {
5234
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, t[0] ||= [createElementVNode("path", {
5211
5235
  fill: "none",
5212
5236
  stroke: "currentColor",
5213
5237
  "stroke-linecap": "round",
@@ -5218,25 +5242,25 @@ function render$47(e, t) {
5218
5242
  }
5219
5243
  var scale_default = {
5220
5244
  name: "lucide-scale",
5221
- render: render$47
5222
- }, _hoisted_1$66 = {
5245
+ render: render$49
5246
+ }, _hoisted_1$68 = {
5223
5247
  viewBox: "0 0 24 24",
5224
5248
  width: "1.2em",
5225
5249
  height: "1.2em"
5226
5250
  };
5227
- function render$46(e, t) {
5228
- return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
5251
+ function render$48(e, t) {
5252
+ return openBlock(), createElementBlock("svg", _hoisted_1$68, t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]);
5229
5253
  }
5230
5254
  var scissors_default = {
5231
5255
  name: "lucide-scissors",
5232
- render: render$46
5233
- }, _hoisted_1$65 = {
5256
+ render: render$48
5257
+ }, _hoisted_1$67 = {
5234
5258
  viewBox: "0 0 24 24",
5235
5259
  width: "1.2em",
5236
5260
  height: "1.2em"
5237
5261
  };
5238
- function render$45(e, t) {
5239
- return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createElementVNode("g", {
5262
+ function render$47(e, t) {
5263
+ return openBlock(), createElementBlock("svg", _hoisted_1$67, t[0] ||= [createElementVNode("g", {
5240
5264
  fill: "none",
5241
5265
  stroke: "currentColor",
5242
5266
  "stroke-linecap": "round",
@@ -5250,14 +5274,14 @@ function render$45(e, t) {
5250
5274
  }
5251
5275
  var search_default = {
5252
5276
  name: "lucide-search",
5253
- render: render$45
5254
- }, _hoisted_1$64 = {
5277
+ render: render$47
5278
+ }, _hoisted_1$66 = {
5255
5279
  viewBox: "0 0 24 24",
5256
5280
  width: "1.2em",
5257
5281
  height: "1.2em"
5258
5282
  };
5259
- function render$44(e, t) {
5260
- return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("path", {
5283
+ function render$46(e, t) {
5284
+ return openBlock(), createElementBlock("svg", _hoisted_1$66, t[0] ||= [createElementVNode("path", {
5261
5285
  fill: "none",
5262
5286
  stroke: "currentColor",
5263
5287
  "stroke-linecap": "round",
@@ -5268,14 +5292,14 @@ function render$44(e, t) {
5268
5292
  }
5269
5293
  var send_default = {
5270
5294
  name: "lucide-send",
5271
- render: render$44
5272
- }, _hoisted_1$63 = {
5295
+ render: render$46
5296
+ }, _hoisted_1$65 = {
5273
5297
  viewBox: "0 0 24 24",
5274
5298
  width: "1.2em",
5275
5299
  height: "1.2em"
5276
5300
  };
5277
- function render$43(e, t) {
5278
- return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("g", {
5301
+ function render$45(e, t) {
5302
+ return openBlock(), createElementBlock("svg", _hoisted_1$65, t[0] ||= [createElementVNode("g", {
5279
5303
  fill: "none",
5280
5304
  stroke: "currentColor",
5281
5305
  "stroke-linecap": "round",
@@ -5303,14 +5327,14 @@ function render$43(e, t) {
5303
5327
  }
5304
5328
  var server_default = {
5305
5329
  name: "lucide-server",
5306
- render: render$43
5307
- }, _hoisted_1$62 = {
5330
+ render: render$45
5331
+ }, _hoisted_1$64 = {
5308
5332
  viewBox: "0 0 24 24",
5309
5333
  width: "1.2em",
5310
5334
  height: "1.2em"
5311
5335
  };
5312
- function render$42(e, t) {
5313
- return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("g", {
5336
+ function render$44(e, t) {
5337
+ return openBlock(), createElementBlock("svg", _hoisted_1$64, t[0] ||= [createElementVNode("g", {
5314
5338
  fill: "none",
5315
5339
  stroke: "currentColor",
5316
5340
  "stroke-linecap": "round",
@@ -5324,14 +5348,14 @@ function render$42(e, t) {
5324
5348
  }
5325
5349
  var settings_default = {
5326
5350
  name: "lucide-settings",
5327
- render: render$42
5328
- }, _hoisted_1$61 = {
5351
+ render: render$44
5352
+ }, _hoisted_1$63 = {
5329
5353
  viewBox: "0 0 24 24",
5330
5354
  width: "1.2em",
5331
5355
  height: "1.2em"
5332
5356
  };
5333
- function render$41(e, t) {
5334
- return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("g", {
5357
+ function render$43(e, t) {
5358
+ return openBlock(), createElementBlock("svg", _hoisted_1$63, t[0] ||= [createElementVNode("g", {
5335
5359
  fill: "none",
5336
5360
  stroke: "currentColor",
5337
5361
  "stroke-linecap": "round",
@@ -5353,14 +5377,14 @@ function render$41(e, t) {
5353
5377
  }
5354
5378
  var settings_2_default = {
5355
5379
  name: "lucide-settings-2",
5356
- render: render$41
5357
- }, _hoisted_1$60 = {
5380
+ render: render$43
5381
+ }, _hoisted_1$62 = {
5358
5382
  viewBox: "0 0 24 24",
5359
5383
  width: "1.2em",
5360
5384
  height: "1.2em"
5361
5385
  };
5362
- function render$40(e, t) {
5363
- return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createElementVNode("path", {
5386
+ function render$42(e, t) {
5387
+ return openBlock(), createElementBlock("svg", _hoisted_1$62, t[0] ||= [createElementVNode("path", {
5364
5388
  fill: "none",
5365
5389
  stroke: "currentColor",
5366
5390
  "stroke-linecap": "round",
@@ -5371,14 +5395,14 @@ function render$40(e, t) {
5371
5395
  }
5372
5396
  var share_default = {
5373
5397
  name: "lucide-share",
5374
- render: render$40
5375
- }, _hoisted_1$59 = {
5398
+ render: render$42
5399
+ }, _hoisted_1$61 = {
5376
5400
  viewBox: "0 0 24 24",
5377
5401
  width: "1.2em",
5378
5402
  height: "1.2em"
5379
5403
  };
5380
- function render$39(e, t) {
5381
- return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createElementVNode("path", {
5404
+ function render$41(e, t) {
5405
+ return openBlock(), createElementBlock("svg", _hoisted_1$61, t[0] ||= [createElementVNode("path", {
5382
5406
  fill: "none",
5383
5407
  stroke: "currentColor",
5384
5408
  "stroke-linecap": "round",
@@ -5389,14 +5413,14 @@ function render$39(e, t) {
5389
5413
  }
5390
5414
  var sliders_horizontal_default = {
5391
5415
  name: "lucide-sliders-horizontal",
5392
- render: render$39
5393
- }, _hoisted_1$58 = {
5416
+ render: render$41
5417
+ }, _hoisted_1$60 = {
5394
5418
  viewBox: "0 0 24 24",
5395
5419
  width: "1.2em",
5396
5420
  height: "1.2em"
5397
5421
  };
5398
- function render$38(e, t) {
5399
- return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createElementVNode("g", {
5422
+ function render$40(e, t) {
5423
+ return openBlock(), createElementBlock("svg", _hoisted_1$60, t[0] ||= [createElementVNode("g", {
5400
5424
  fill: "none",
5401
5425
  stroke: "currentColor",
5402
5426
  "stroke-linecap": "round",
@@ -5410,14 +5434,14 @@ function render$38(e, t) {
5410
5434
  }
5411
5435
  var smile_default = {
5412
5436
  name: "lucide-smile",
5413
- render: render$38
5414
- }, _hoisted_1$57 = {
5437
+ render: render$40
5438
+ }, _hoisted_1$59 = {
5415
5439
  viewBox: "0 0 24 24",
5416
5440
  width: "1.2em",
5417
5441
  height: "1.2em"
5418
5442
  };
5419
- function render$37(e, t) {
5420
- return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createElementVNode("path", {
5443
+ function render$39(e, t) {
5444
+ return openBlock(), createElementBlock("svg", _hoisted_1$59, t[0] ||= [createElementVNode("path", {
5421
5445
  fill: "none",
5422
5446
  stroke: "currentColor",
5423
5447
  "stroke-linecap": "round",
@@ -5428,14 +5452,14 @@ function render$37(e, t) {
5428
5452
  }
5429
5453
  var sparkles_default = {
5430
5454
  name: "lucide-sparkles",
5431
- render: render$37
5432
- }, _hoisted_1$56 = {
5455
+ render: render$39
5456
+ }, _hoisted_1$58 = {
5433
5457
  viewBox: "0 0 24 24",
5434
5458
  width: "1.2em",
5435
5459
  height: "1.2em"
5436
5460
  };
5437
- function render$36(e, t) {
5438
- return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createElementVNode("rect", {
5461
+ function render$38(e, t) {
5462
+ return openBlock(), createElementBlock("svg", _hoisted_1$58, t[0] ||= [createElementVNode("rect", {
5439
5463
  width: "18",
5440
5464
  height: "18",
5441
5465
  x: "3",
@@ -5450,14 +5474,14 @@ function render$36(e, t) {
5450
5474
  }
5451
5475
  var square_default = {
5452
5476
  name: "lucide-square",
5453
- render: render$36
5454
- }, _hoisted_1$55 = {
5477
+ render: render$38
5478
+ }, _hoisted_1$57 = {
5455
5479
  viewBox: "0 0 24 24",
5456
5480
  width: "1.2em",
5457
5481
  height: "1.2em"
5458
5482
  };
5459
- function render$35(e, t) {
5460
- return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createElementVNode("g", {
5483
+ function render$37(e, t) {
5484
+ return openBlock(), createElementBlock("svg", _hoisted_1$57, t[0] ||= [createElementVNode("g", {
5461
5485
  fill: "none",
5462
5486
  stroke: "currentColor",
5463
5487
  "stroke-linecap": "round",
@@ -5473,14 +5497,37 @@ function render$35(e, t) {
5473
5497
  }
5474
5498
  var square_check_default = {
5475
5499
  name: "lucide-square-check",
5476
- render: render$35
5477
- }, _hoisted_1$54 = {
5500
+ render: render$37
5501
+ }, _hoisted_1$56 = {
5478
5502
  viewBox: "0 0 24 24",
5479
5503
  width: "1.2em",
5480
5504
  height: "1.2em"
5481
5505
  };
5482
- function render$34(e, t) {
5483
- return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createElementVNode("g", {
5506
+ function render$36(e, t) {
5507
+ return openBlock(), createElementBlock("svg", _hoisted_1$56, t[0] ||= [createElementVNode("g", {
5508
+ fill: "none",
5509
+ stroke: "currentColor",
5510
+ "stroke-linecap": "round",
5511
+ "stroke-linejoin": "round",
5512
+ "stroke-width": "2"
5513
+ }, [createElementVNode("rect", {
5514
+ width: "18",
5515
+ height: "18",
5516
+ x: "3",
5517
+ y: "3",
5518
+ rx: "2"
5519
+ }), createElementVNode("path", { d: "M8 12h8" })], -1)]);
5520
+ }
5521
+ var square_minus_default = {
5522
+ name: "lucide-square-minus",
5523
+ render: render$36
5524
+ }, _hoisted_1$55 = {
5525
+ viewBox: "0 0 24 24",
5526
+ width: "1.2em",
5527
+ height: "1.2em"
5528
+ };
5529
+ function render$35(e, t) {
5530
+ return openBlock(), createElementBlock("svg", _hoisted_1$55, t[0] ||= [createElementVNode("g", {
5484
5531
  fill: "none",
5485
5532
  stroke: "currentColor",
5486
5533
  "stroke-linecap": "round",
@@ -5490,14 +5537,14 @@ function render$34(e, t) {
5490
5537
  }
5491
5538
  var square_pen_default = {
5492
5539
  name: "lucide-square-pen",
5493
- render: render$34
5494
- }, _hoisted_1$53 = {
5540
+ render: render$35
5541
+ }, _hoisted_1$54 = {
5495
5542
  viewBox: "0 0 24 24",
5496
5543
  width: "1.2em",
5497
5544
  height: "1.2em"
5498
5545
  };
5499
- function render$33(e, t) {
5500
- return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createElementVNode("g", {
5546
+ function render$34(e, t) {
5547
+ return openBlock(), createElementBlock("svg", _hoisted_1$54, t[0] ||= [createElementVNode("g", {
5501
5548
  fill: "none",
5502
5549
  stroke: "currentColor",
5503
5550
  "stroke-linecap": "round",
@@ -5513,14 +5560,14 @@ function render$33(e, t) {
5513
5560
  }
5514
5561
  var square_plus_default = {
5515
5562
  name: "lucide-square-plus",
5516
- render: render$33
5517
- }, _hoisted_1$52 = {
5563
+ render: render$34
5564
+ }, _hoisted_1$53 = {
5518
5565
  viewBox: "0 0 24 24",
5519
5566
  width: "1.2em",
5520
5567
  height: "1.2em"
5521
5568
  };
5522
- function render$32(e, t) {
5523
- return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createElementVNode("g", {
5569
+ function render$33(e, t) {
5570
+ return openBlock(), createElementBlock("svg", _hoisted_1$53, t[0] ||= [createElementVNode("g", {
5524
5571
  fill: "none",
5525
5572
  stroke: "currentColor",
5526
5573
  "stroke-linecap": "round",
@@ -5530,14 +5577,14 @@ function render$32(e, t) {
5530
5577
  }
5531
5578
  var sticky_note_default = {
5532
5579
  name: "lucide-sticky-note",
5533
- render: render$32
5534
- }, _hoisted_1$51 = {
5580
+ render: render$33
5581
+ }, _hoisted_1$52 = {
5535
5582
  viewBox: "0 0 24 24",
5536
5583
  width: "1.2em",
5537
5584
  height: "1.2em"
5538
5585
  };
5539
- function render$31(e, t) {
5540
- return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createElementVNode("g", {
5586
+ function render$32(e, t) {
5587
+ return openBlock(), createElementBlock("svg", _hoisted_1$52, t[0] ||= [createElementVNode("g", {
5541
5588
  fill: "none",
5542
5589
  stroke: "currentColor",
5543
5590
  "stroke-linecap": "round",
@@ -5551,14 +5598,14 @@ function render$31(e, t) {
5551
5598
  }
5552
5599
  var sun_default = {
5553
5600
  name: "lucide-sun",
5554
- render: render$31
5555
- }, _hoisted_1$50 = {
5601
+ render: render$32
5602
+ }, _hoisted_1$51 = {
5556
5603
  viewBox: "0 0 24 24",
5557
5604
  width: "1.2em",
5558
5605
  height: "1.2em"
5559
5606
  };
5560
- function render$30(e, t) {
5561
- return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createElementVNode("g", {
5607
+ function render$31(e, t) {
5608
+ return openBlock(), createElementBlock("svg", _hoisted_1$51, t[0] ||= [createElementVNode("g", {
5562
5609
  fill: "none",
5563
5610
  stroke: "currentColor",
5564
5611
  "stroke-linecap": "round",
@@ -5578,14 +5625,14 @@ function render$30(e, t) {
5578
5625
  }
5579
5626
  var table_default = {
5580
5627
  name: "lucide-table",
5581
- render: render$30
5582
- }, _hoisted_1$49 = {
5628
+ render: render$31
5629
+ }, _hoisted_1$50 = {
5583
5630
  viewBox: "0 0 24 24",
5584
5631
  width: "1.2em",
5585
5632
  height: "1.2em"
5586
5633
  };
5587
- function render$29(e, t) {
5588
- return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createElementVNode("g", {
5634
+ function render$30(e, t) {
5635
+ return openBlock(), createElementBlock("svg", _hoisted_1$50, t[0] ||= [createElementVNode("g", {
5589
5636
  fill: "none",
5590
5637
  stroke: "currentColor",
5591
5638
  "stroke-linecap": "round",
@@ -5604,14 +5651,14 @@ function render$29(e, t) {
5604
5651
  }
5605
5652
  var tags_default = {
5606
5653
  name: "lucide-tags",
5607
- render: render$29
5608
- }, _hoisted_1$48 = {
5654
+ render: render$30
5655
+ }, _hoisted_1$49 = {
5609
5656
  viewBox: "0 0 24 24",
5610
5657
  width: "1.2em",
5611
5658
  height: "1.2em"
5612
5659
  };
5613
- function render$28(e, t) {
5614
- return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createElementVNode("path", {
5660
+ function render$29(e, t) {
5661
+ return openBlock(), createElementBlock("svg", _hoisted_1$49, t[0] ||= [createElementVNode("path", {
5615
5662
  fill: "none",
5616
5663
  stroke: "currentColor",
5617
5664
  "stroke-linecap": "round",
@@ -5622,14 +5669,14 @@ function render$28(e, t) {
5622
5669
  }
5623
5670
  var terminal_default = {
5624
5671
  name: "lucide-terminal",
5625
- render: render$28
5626
- }, _hoisted_1$47 = {
5672
+ render: render$29
5673
+ }, _hoisted_1$48 = {
5627
5674
  viewBox: "0 0 24 24",
5628
5675
  width: "1.2em",
5629
5676
  height: "1.2em"
5630
5677
  };
5631
- function render$27(e, t) {
5632
- return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createElementVNode("path", {
5678
+ function render$28(e, t) {
5679
+ return openBlock(), createElementBlock("svg", _hoisted_1$48, t[0] ||= [createElementVNode("path", {
5633
5680
  fill: "none",
5634
5681
  stroke: "currentColor",
5635
5682
  "stroke-linecap": "round",
@@ -5640,14 +5687,14 @@ function render$27(e, t) {
5640
5687
  }
5641
5688
  var thumbs_down_default = {
5642
5689
  name: "lucide-thumbs-down",
5643
- render: render$27
5644
- }, _hoisted_1$46 = {
5690
+ render: render$28
5691
+ }, _hoisted_1$47 = {
5645
5692
  viewBox: "0 0 24 24",
5646
5693
  width: "1.2em",
5647
5694
  height: "1.2em"
5648
5695
  };
5649
- function render$26(e, t) {
5650
- return openBlock(), createElementBlock("svg", _hoisted_1$46, t[0] ||= [createElementVNode("path", {
5696
+ function render$27(e, t) {
5697
+ return openBlock(), createElementBlock("svg", _hoisted_1$47, t[0] ||= [createElementVNode("path", {
5651
5698
  fill: "none",
5652
5699
  stroke: "currentColor",
5653
5700
  "stroke-linecap": "round",
@@ -5658,6 +5705,27 @@ function render$26(e, t) {
5658
5705
  }
5659
5706
  var thumbs_up_default = {
5660
5707
  name: "lucide-thumbs-up",
5708
+ render: render$27
5709
+ }, _hoisted_1$46 = {
5710
+ viewBox: "0 0 24 24",
5711
+ width: "1.2em",
5712
+ height: "1.2em"
5713
+ };
5714
+ function render$26(e, t) {
5715
+ return openBlock(), createElementBlock("svg", _hoisted_1$46, t[0] ||= [createElementVNode("g", {
5716
+ fill: "none",
5717
+ stroke: "currentColor",
5718
+ "stroke-linecap": "round",
5719
+ "stroke-linejoin": "round",
5720
+ "stroke-width": "2"
5721
+ }, [createElementVNode("path", { d: "M10 2h4m-2 12l3-3" }), createElementVNode("circle", {
5722
+ cx: "12",
5723
+ cy: "14",
5724
+ r: "8"
5725
+ })], -1)]);
5726
+ }
5727
+ var timer_default = {
5728
+ name: "lucide-timer",
5661
5729
  render: render$26
5662
5730
  }, _hoisted_1$45 = {
5663
5731
  viewBox: "0 0 24 24",
@@ -6300,6 +6368,7 @@ const deprecatedIconSet = {
6300
6368
  tasks: list_checks_default,
6301
6369
  terminal: terminal_default,
6302
6370
  "th-large": grid_2x2_default,
6371
+ timer: timer_default,
6303
6372
  thumbtack: pin_default,
6304
6373
  "thumbs-down": thumbs_down_default,
6305
6374
  "thumbs-up": thumbs_up_default,
@@ -6475,6 +6544,7 @@ const deprecatedIconSet = {
6475
6544
  "messages-square": messages_square_default,
6476
6545
  mic: mic_default,
6477
6546
  milestone: milestone_default,
6547
+ minus: minus_default,
6478
6548
  "mouse-pointer": mouse_pointer_default,
6479
6549
  network: network_default,
6480
6550
  "notebook-pen": notebook_pen_default,
@@ -6512,6 +6582,7 @@ const deprecatedIconSet = {
6512
6582
  sparkles: sparkles_default,
6513
6583
  square: square_default,
6514
6584
  "square-check": square_check_default,
6585
+ "square-minus": square_minus_default,
6515
6586
  "square-pen": square_pen_default,
6516
6587
  "square-plus": square_plus_default,
6517
6588
  "sticky-note": sticky_note_default,