@n8n/chat 1.5.1 → 1.6.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@1.5.1 */
1
+ /*! Package version @n8n/chat@1.6.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, t) => {
@@ -19,7 +19,7 @@ var __create = Object.create, __defProp$1 = Object.defineProperty, __getOwnPropD
19
19
  }, __toESM = (e, t, n) => (n = e == null ? {} : __create(__getProtoOf(e)), __copyProps(t || !e || !e.__esModule ? __defProp$1(n, "default", {
20
20
  value: e,
21
21
  enumerable: !0
22
- }) : n, e)), __toCommonJS = (e) => __hasOwnProp$1.call(e, "module.exports") ? e["module.exports"] : __copyProps(__defProp$1({}, "__esModule", { value: !0 }), e), Button_default$1 = /* @__PURE__ */ defineComponent({
22
+ }) : n, e)), __toCommonJS = (e) => __hasOwnProp$1.call(e, "module.exports") ? e["module.exports"] : __copyProps(__defProp$1({}, "__esModule", { value: !0 }), e), Button_default = /* @__PURE__ */ defineComponent({
23
23
  inheritAttrs: !1,
24
24
  __name: "Button",
25
25
  props: {
@@ -8558,7 +8558,7 @@ var require_markdown_it_link_attributes = /* @__PURE__ */ __commonJSMin(((e, t)
8558
8558
  let t = ref(null), r = async (e, n) => {
8559
8559
  t.value === null && (await fetch(e)).ok && (t.value = n);
8560
8560
  };
8561
- return (i, o) => (openBlock(), createElementBlock("div", null, [createVNode(MarkdownRenderer_default, { text: e.text }, null, 8, ["text"]), createElementVNode("div", { class: normalizeClass(i.$style.buttons) }, [(openBlock(!0), createElementBlock(Fragment, null, renderList(e.buttons, (e, i) => (openBlock(), createElementBlock(Fragment, { key: e.text }, [t.value === null || i === t.value ? (openBlock(), createBlock(Button_default$1, {
8561
+ return (i, o) => (openBlock(), createElementBlock("div", null, [createVNode(MarkdownRenderer_default, { text: e.text }, null, 8, ["text"]), createElementVNode("div", { class: normalizeClass(i.$style.buttons) }, [(openBlock(!0), createElementBlock(Fragment, null, renderList(e.buttons, (e, i) => (openBlock(), createElementBlock(Fragment, { key: e.text }, [t.value === null || i === t.value ? (openBlock(), createBlock(Button_default, {
8562
8562
  key: 0,
8563
8563
  element: "button",
8564
8564
  type: e.type,
@@ -9081,20 +9081,20 @@ const ChatPlugin = { install(e, t) {
9081
9081
  };
9082
9082
  e.provide(ChatSymbol, _), e.config.globalProperties.$chat = _;
9083
9083
  } };
9084
- var _hoisted_1$233 = {
9084
+ var _hoisted_1$236 = {
9085
9085
  viewBox: "0 0 24 24",
9086
9086
  width: "1.2em",
9087
9087
  height: "1.2em"
9088
9088
  };
9089
- function render$207(e, t) {
9090
- return openBlock(), createElementBlock("svg", _hoisted_1$233, [...t[0] ||= [createElementVNode("path", {
9089
+ function render$212(e, t) {
9090
+ return openBlock(), createElementBlock("svg", _hoisted_1$236, [...t[0] ||= [createElementVNode("path", {
9091
9091
  fill: "currentColor",
9092
9092
  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"
9093
9093
  }, null, -1)]]);
9094
9094
  }
9095
9095
  var close_default = {
9096
9096
  name: "mdi-close",
9097
- render: render$207
9097
+ render: render$212
9098
9098
  };
9099
9099
  function useChat() {
9100
9100
  return inject(ChatSymbol);
@@ -9116,24 +9116,24 @@ function useI18n() {
9116
9116
  te: r
9117
9117
  };
9118
9118
  }
9119
- var _hoisted_1$232 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
9119
+ var _hoisted_1$235 = { class: "chat-get-started" }, GetStarted_default = /* @__PURE__ */ defineComponent({
9120
9120
  __name: "GetStarted",
9121
9121
  setup(e) {
9122
9122
  let { t } = useI18n();
9123
- return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$232, [createVNode(Button_default$1, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
9123
+ return (e, n) => (openBlock(), createElementBlock("div", _hoisted_1$235, [createVNode(Button_default, { onClick: n[0] ||= (t) => e.$emit("click:button") }, {
9124
9124
  default: withCtx(() => [createTextVNode(toDisplayString(unref(t)("getStarted")), 1)]),
9125
9125
  _: 1
9126
9126
  })]));
9127
9127
  }
9128
- }), _sfc_main$8 = {}, _hoisted_1$231 = { class: "chat-powered-by" };
9128
+ }), _sfc_main$8 = {}, _hoisted_1$234 = { class: "chat-powered-by" };
9129
9129
  function _sfc_render$8(e, t) {
9130
- return openBlock(), createElementBlock("div", _hoisted_1$231, [...t[0] ||= [createTextVNode(" Powered by ", -1), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
9130
+ return openBlock(), createElementBlock("div", _hoisted_1$234, [...t[0] ||= [createTextVNode(" Powered by ", -1), createElementVNode("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1)]]);
9131
9131
  }
9132
- var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$230 = { class: "chat-get-started-footer" }, _hoisted_2$17 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
9132
+ var PoweredBy_default = /* @__PURE__ */ __plugin_vue_export_helper_default(_sfc_main$8, [["render", _sfc_render$8]]), _hoisted_1$233 = { class: "chat-get-started-footer" }, _hoisted_2$16 = { key: 0 }, GetStartedFooter_default = /* @__PURE__ */ defineComponent({
9133
9133
  __name: "GetStartedFooter",
9134
9134
  setup(e) {
9135
9135
  let { t, te: n } = useI18n();
9136
- return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$230, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
9136
+ return (e, r) => (openBlock(), createElementBlock("div", _hoisted_1$233, [unref(n)("footer") ? (openBlock(), createElementBlock("div", _hoisted_2$16, toDisplayString(unref(t)("footer")), 1)) : createCommentVNode("", !0), createVNode(PoweredBy_default)]));
9137
9137
  }
9138
9138
  }), lib_exports = /* @__PURE__ */ __export({
9139
9139
  Vue: () => Vue,
@@ -9207,119 +9207,119 @@ function useFileDialog(e = {}) {
9207
9207
  onChange: r
9208
9208
  };
9209
9209
  }
9210
- var _hoisted_1$229 = {
9210
+ var _hoisted_1$232 = {
9211
9211
  viewBox: "0 0 24 24",
9212
9212
  width: "1.2em",
9213
9213
  height: "1.2em"
9214
9214
  };
9215
- function render$206(e, t) {
9216
- return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createElementVNode("path", {
9215
+ function render$211(e, t) {
9216
+ return openBlock(), createElementBlock("svg", _hoisted_1$232, [...t[0] ||= [createElementVNode("path", {
9217
9217
  fill: "currentColor",
9218
9218
  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"
9219
9219
  }, null, -1)]]);
9220
9220
  }
9221
9221
  var paperclip_default$1 = {
9222
9222
  name: "mdi-paperclip",
9223
- render: render$206
9224
- }, _hoisted_1$228 = {
9223
+ render: render$211
9224
+ }, _hoisted_1$231 = {
9225
9225
  viewBox: "0 0 24 24",
9226
9226
  width: "1.2em",
9227
9227
  height: "1.2em"
9228
9228
  };
9229
- function render$205(e, t) {
9230
- return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
9229
+ function render$210(e, t) {
9230
+ return openBlock(), createElementBlock("svg", _hoisted_1$231, [...t[0] ||= [createElementVNode("path", {
9231
9231
  fill: "currentColor",
9232
9232
  d: "m2 21l21-9L2 3v7l15 2l-15 2z"
9233
9233
  }, null, -1)]]);
9234
9234
  }
9235
9235
  var send_default$1 = {
9236
9236
  name: "mdi-send",
9237
- render: render$205
9238
- }, _hoisted_1$227 = {
9237
+ render: render$210
9238
+ }, _hoisted_1$230 = {
9239
9239
  viewBox: "0 0 24 24",
9240
9240
  width: "1.2em",
9241
9241
  height: "1.2em"
9242
9242
  };
9243
- function render$204(e, t) {
9244
- return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
9243
+ function render$209(e, t) {
9244
+ return openBlock(), createElementBlock("svg", _hoisted_1$230, [...t[0] ||= [createElementVNode("path", {
9245
9245
  fill: "currentColor",
9246
9246
  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"
9247
9247
  }, null, -1)]]);
9248
9248
  }
9249
9249
  var closeThick_default = {
9250
9250
  name: "mdi-closeThick",
9251
- render: render$204
9252
- }, _hoisted_1$226 = {
9251
+ render: render$209
9252
+ }, _hoisted_1$229 = {
9253
9253
  viewBox: "0 0 24 24",
9254
9254
  width: "1.2em",
9255
9255
  height: "1.2em"
9256
9256
  };
9257
- function render$203(e, t) {
9258
- return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("path", {
9257
+ function render$208(e, t) {
9258
+ return openBlock(), createElementBlock("svg", _hoisted_1$229, [...t[0] ||= [createElementVNode("path", {
9259
9259
  fill: "currentColor",
9260
9260
  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"
9261
9261
  }, null, -1)]]);
9262
9262
  }
9263
9263
  var fileImage_default = {
9264
9264
  name: "mdi-fileImage",
9265
- render: render$203
9266
- }, _hoisted_1$225 = {
9265
+ render: render$208
9266
+ }, _hoisted_1$228 = {
9267
9267
  viewBox: "0 0 24 24",
9268
9268
  width: "1.2em",
9269
9269
  height: "1.2em"
9270
9270
  };
9271
- function render$202(e, t) {
9272
- return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
9271
+ function render$207(e, t) {
9272
+ return openBlock(), createElementBlock("svg", _hoisted_1$228, [...t[0] ||= [createElementVNode("path", {
9273
9273
  fill: "currentColor",
9274
9274
  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"
9275
9275
  }, null, -1)]]);
9276
9276
  }
9277
9277
  var fileMusic_default = {
9278
9278
  name: "mdi-fileMusic",
9279
- render: render$202
9280
- }, _hoisted_1$224 = {
9279
+ render: render$207
9280
+ }, _hoisted_1$227 = {
9281
9281
  viewBox: "0 0 24 24",
9282
9282
  width: "1.2em",
9283
9283
  height: "1.2em"
9284
9284
  };
9285
- function render$201(e, t) {
9286
- return openBlock(), createElementBlock("svg", _hoisted_1$224, [...t[0] ||= [createElementVNode("path", {
9285
+ function render$206(e, t) {
9286
+ return openBlock(), createElementBlock("svg", _hoisted_1$227, [...t[0] ||= [createElementVNode("path", {
9287
9287
  fill: "currentColor",
9288
9288
  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"
9289
9289
  }, null, -1)]]);
9290
9290
  }
9291
9291
  var fileText_default = {
9292
9292
  name: "mdi-fileText",
9293
- render: render$201
9294
- }, _hoisted_1$223 = {
9293
+ render: render$206
9294
+ }, _hoisted_1$226 = {
9295
9295
  viewBox: "0 0 24 24",
9296
9296
  width: "1.2em",
9297
9297
  height: "1.2em"
9298
9298
  };
9299
- function render$200(e, t) {
9300
- return openBlock(), createElementBlock("svg", _hoisted_1$223, [...t[0] ||= [createElementVNode("path", {
9299
+ function render$205(e, t) {
9300
+ return openBlock(), createElementBlock("svg", _hoisted_1$226, [...t[0] ||= [createElementVNode("path", {
9301
9301
  fill: "currentColor",
9302
9302
  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"
9303
9303
  }, null, -1)]]);
9304
9304
  }
9305
9305
  var fileVideo_default = {
9306
9306
  name: "mdi-fileVideo",
9307
- render: render$200
9308
- }, _hoisted_1$222 = {
9307
+ render: render$205
9308
+ }, _hoisted_1$225 = {
9309
9309
  viewBox: "0 0 24 24",
9310
9310
  width: "1.2em",
9311
9311
  height: "1.2em"
9312
9312
  };
9313
- function render$199(e, t) {
9314
- return openBlock(), createElementBlock("svg", _hoisted_1$222, [...t[0] ||= [createElementVNode("path", {
9313
+ function render$204(e, t) {
9314
+ return openBlock(), createElementBlock("svg", _hoisted_1$225, [...t[0] ||= [createElementVNode("path", {
9315
9315
  fill: "currentColor",
9316
9316
  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"
9317
9317
  }, null, -1)]]);
9318
9318
  }
9319
9319
  var openInNew_default = {
9320
9320
  name: "mdi-openInNew",
9321
- render: render$199
9322
- }, _hoisted_1$221 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
9321
+ render: render$204
9322
+ }, _hoisted_1$224 = { class: "chat-file-name" }, ChatFile_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
9323
9323
  __name: "ChatFile",
9324
9324
  props: {
9325
9325
  file: {},
@@ -9351,7 +9351,7 @@ var openInNew_default = {
9351
9351
  onClick: s
9352
9352
  }, [
9353
9353
  createVNode(unref(o), { class: "chat-icon" }),
9354
- createElementVNode("p", _hoisted_1$221, toDisplayString(e.file.name), 1),
9354
+ createElementVNode("p", _hoisted_1$224, toDisplayString(e.file.name), 1),
9355
9355
  e.isRemovable ? (openBlock(), createElementBlock("span", {
9356
9356
  key: 0,
9357
9357
  class: "chat-file-delete",
@@ -9363,7 +9363,7 @@ var openInNew_default = {
9363
9363
  })) : createCommentVNode("", !0)
9364
9364
  ]));
9365
9365
  }
9366
- }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$220 = { class: "chat-inputs" }, _hoisted_2$16 = {
9366
+ }), [["__scopeId", "data-v-dc3234f3"]]), _hoisted_1$223 = { class: "chat-inputs" }, _hoisted_2$15 = {
9367
9367
  key: 0,
9368
9368
  class: "chat-input-left-panel"
9369
9369
  }, _hoisted_3$6 = ["disabled", "placeholder"], _hoisted_4$1 = { class: "chat-inputs-controls" }, _hoisted_5$1 = ["disabled"], _hoisted_6$1 = ["disabled"], _hoisted_7 = {
@@ -9499,8 +9499,8 @@ var openInNew_default = {
9499
9499
  class: "chat-input",
9500
9500
  style: normalizeStyle(z7.value),
9501
9501
  onKeydown: withModifiers(o9, ["stop"])
9502
- }, [createElementVNode("div", _hoisted_1$220, [
9503
- e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$16, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
9502
+ }, [createElementVNode("div", _hoisted_1$223, [
9503
+ e.$slots.leftPanel ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "leftPanel", {}, void 0, !0)])) : createCommentVNode("", !0),
9504
9504
  withDirectives(createElementVNode("textarea", {
9505
9505
  ref_key: "chatTextArea",
9506
9506
  ref: k,
@@ -9538,7 +9538,7 @@ var openInNew_default = {
9538
9538
  onRemove: a9
9539
9539
  }, null, 8, ["file"]))), 128))])) : createCommentVNode("", !0)], 36));
9540
9540
  }
9541
- }), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$219 = { class: "chat-layout" }, _hoisted_2$15 = {
9541
+ }), [["__scopeId", "data-v-853f9bec"]]), _hoisted_1$222 = { class: "chat-layout" }, _hoisted_2$14 = {
9542
9542
  key: 0,
9543
9543
  class: "chat-header"
9544
9544
  }, _hoisted_3$5 = {
@@ -9556,8 +9556,8 @@ var openInNew_default = {
9556
9556
  chatEventBus.on("scrollToBottom", n), window.addEventListener("resize", n);
9557
9557
  }), onBeforeUnmount(() => {
9558
9558
  chatEventBus.off("scrollToBottom", n), window.removeEventListener("resize", n);
9559
- }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$219, [
9560
- e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$15, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
9559
+ }), (e, n) => (openBlock(), createElementBlock("main", _hoisted_1$222, [
9560
+ e.$slots.header ? (openBlock(), createElementBlock("div", _hoisted_2$14, [renderSlot(e.$slots, "header")])) : createCommentVNode("", !0),
9561
9561
  e.$slots.default ? (openBlock(), createElementBlock("div", {
9562
9562
  key: 1,
9563
9563
  ref_key: "chatBodyRef",
@@ -9567,13 +9567,13 @@ var openInNew_default = {
9567
9567
  e.$slots.footer ? (openBlock(), createElementBlock("div", _hoisted_3$5, [renderSlot(e.$slots, "footer")])) : createCommentVNode("", !0)
9568
9568
  ]));
9569
9569
  }
9570
- }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$218 = {
9570
+ }), anthropic_default = "data:image/svg+xml,%3csvg%20version='1.1'%20id='Layer_1'%20xmlns:x='ns_extend;'%20xmlns:i='ns_ai;'%20xmlns:graph='ns_graphs;'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2092.2%2065'%20style='enable-background:new%200%200%2092.2%2065;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23181818;}%20%3c/style%3e%3cmetadata%3e%3csfw%20xmlns='ns_sfw;'%3e%3cslices%3e%3c/slices%3e%3csliceSourceBounds%20bottomLeftOrigin='true'%20height='65'%20width='92.2'%20x='-43.7'%20y='-98'%3e%3c/sliceSourceBounds%3e%3c/sfw%3e%3c/metadata%3e%3cpath%20class='st0'%20d='M66.5,0H52.4l25.7,65h14.1L66.5,0z%20M25.7,0L0,65h14.4l5.3-13.6h26.9L51.8,65h14.4L40.5,0C40.5,0,25.7,0,25.7,0z%20M24.3,39.3l8.8-22.8l8.8,22.8H24.3z'%3e%3c/path%3e%3c/svg%3e", binary_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1%200.642857C1%200.287817%201.27473%200%201.61364%200H4.06818C4.40708%200%204.68182%200.287817%204.68182%200.642857V4.5C4.68182%204.85504%204.40708%205.14286%204.06818%205.14286H1.61364C1.27473%205.14286%201%204.85504%201%204.5V0.642857ZM2.22727%201.28571V3.85714H3.45455V1.28571H2.22727ZM6.31818%200.642857C6.31818%200.287817%206.59292%200%206.93182%200H8.15909C8.49799%200%208.77273%200.287817%208.77273%200.642857V3.85714H9.38636C9.72527%203.85714%2010%204.14496%2010%204.5C10%204.85504%209.72527%205.14286%209.38636%205.14286H6.93182C6.59292%205.14286%206.31818%204.85504%206.31818%204.5C6.31818%204.14496%206.59292%203.85714%206.93182%203.85714H7.54545V1.28571H6.93182C6.59292%201.28571%206.31818%200.997897%206.31818%200.642857ZM1%207.5C1%207.14496%201.27473%206.85714%201.61364%206.85714H2.84091C3.17981%206.85714%203.45455%207.14496%203.45455%207.5V10.7143H4.06818C4.40708%2010.7143%204.68182%2011.0021%204.68182%2011.3571C4.68182%2011.7122%204.40708%2012%204.06818%2012H1.61364C1.27473%2012%201%2011.7122%201%2011.3571C1%2011.0021%201.27473%2010.7143%201.61364%2010.7143H2.22727V8.14286H1.61364C1.27473%208.14286%201%207.85504%201%207.5ZM6.31818%207.5C6.31818%207.14496%206.59292%206.85714%206.93182%206.85714H9.38636C9.72527%206.85714%2010%207.14496%2010%207.5V11.3571C10%2011.7122%209.72527%2012%209.38636%2012H6.93182C6.59292%2012%206.31818%2011.7122%206.31818%2011.3571V7.5ZM7.54545%208.14286V10.7143H8.77273V8.14286H7.54545Z'%20/%3e%3c/svg%3e", bolt_filled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2251%201.02271C13.5179%200.968554%2013.8195%201.00233%2014.0913%201.11939L14.2055%201.17506L14.3149%201.23951C14.5275%201.37763%2014.7014%201.56758%2014.8208%201.79127L14.8764%201.90553L14.9214%202.02467C15.0145%202.30522%2015.0227%202.60793%2014.9438%202.89478C14.9403%202.90772%2014.9372%202.92106%2014.9331%202.93385L13.0132%208.95338L12.9965%209.00025H19.9995C20.3769%208.99952%2020.7471%209.10523%2021.0669%209.30592C21.3874%209.50712%2021.6437%209.79562%2021.8071%2010.137C21.9704%2010.4783%2022.0341%2010.8588%2021.9897%2011.2346C21.9453%2011.6105%2021.7946%2011.9661%2021.5561%2012.26C21.5375%2012.2829%2021.5181%2012.3052%2021.4975%2012.3264L11.5971%2022.5266L11.5962%2022.5256C11.3774%2022.7595%2011.0907%2022.9194%2010.7749%2022.9778C10.4403%2023.0397%2010.0944%2022.9859%209.7944%2022.8254C9.4944%2022.665%209.25775%2022.4066%209.1235%2022.094C8.98941%2021.7815%208.96593%2021.4327%209.05612%2021.1047L9.06686%2021.0657L10.9868%2015.0462L11.0034%2015.0003H3.99948C3.62236%2015.0008%203.25253%2014.8941%202.93307%2014.6936C2.61276%2014.4925%202.35617%2014.2047%202.19284%2013.8635C2.02947%2013.5221%201.96581%2013.1408%202.01022%2012.7649C2.05468%2012.3892%202.20544%2012.0333%202.44382%2011.7395C2.46238%2011.7167%202.4819%2011.6942%202.50241%2011.6731L12.4028%201.47389C12.6215%201.23984%2012.9091%201.08117%2013.2251%201.02271Z'%20fill='currentColor'%20fill-opacity='0.9'%20style='fill:currentColor;fill-opacity:0.9;'/%3e%3c/svg%3e", continue_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M224.975%2049.429c17.138-17.139%2044.919-17.139%2062.057%200l175.546%20175.546a43.8%2043.8%200%200%201%209.347%2013.817l.146.349q.125.298.243.598.1.25.197.5l.147.388q.133.356.261.716l.09.257q.141.407.275.818l.044.136a39%2039%200%200%201%20.306.988%2043.9%2043.9%200%200%201%201.802%2012.473c0%2012.497-5.225%2023.774-13.608%2031.767L287.032%20462.578c-17.138%2017.138-44.919%2017.138-62.057%200s-17.139-44.92%200-62.059l100.618-100.618H80.458c-24.238%200-43.887-19.649-43.887-43.886s19.65-43.887%2043.887-43.887h245.158L224.975%20111.486c-17.139-17.138-17.139-44.919%200-62.057'%20fill='currentColor'/%3e%3c/svg%3e", empty_output_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M209.675%20387.718c20.945%2010.711%2030.794%2035.749%2022.073%2058.141-9.306%2023.886-36.221%2035.695-60.107%2026.389-29.106-11.34-56.354-28.746-79.744-52.137-20.47-20.47-36.356-43.894-47.607-68.932l-4.53-10.812-1.517-4.508c-6.284-22.673%205.511-46.874%2027.906-55.599%2022.392-8.721%2047.431%201.129%2058.141%2022.073l1.945%204.338%202.735%206.453c6.714%2014.943%2016.204%2028.982%2028.568%2041.346%2014.132%2014.132%2030.44%2024.54%2047.799%2031.304zM91.897%2091.905c23.39-23.39%2050.638-40.796%2079.744-52.137l4.508-1.517c22.673-6.284%2046.874%205.512%2055.599%2027.906%209.303%2023.885-2.526%2050.781-26.411%2060.086-17.359%206.763-33.667%2017.171-47.799%2031.303-12.364%2012.364-21.854%2026.403-28.568%2041.347l-2.735%206.453-1.945%204.337c-10.71%2020.945-35.75%2030.794-58.141%2022.073-23.886-9.306-35.695-36.221-26.39-60.107%2011.341-29.106%2028.747-56.353%2052.138-79.744M354.462%20354.47c12.364-12.364%2021.854-26.403%2028.568-41.346l2.735-6.453%201.945-4.338c10.71-20.944%2035.749-30.794%2058.141-22.073%2022.394%208.725%2034.19%2032.926%2027.906%2055.599l-1.517%204.508-4.53%2010.812c-11.251%2025.038-27.137%2048.462-47.607%2068.932-23.39%2023.391-50.638%2040.797-79.744%2052.137-23.886%209.306-50.801-2.503-60.107-26.389-9.303-23.885%202.526-50.78%2026.411-60.085l6.453-2.735c14.943-6.715%2028.982-16.205%2041.346-28.569m65.641-262.565c23.391%2023.391%2040.796%2050.638%2052.137%2079.744%209.306%2023.886-2.503%2050.801-26.389%2060.107-22.392%208.721-47.431-1.128-58.141-22.073l-1.945-4.337-2.735-6.453c-6.714-14.944-16.204-28.983-28.568-41.347-14.132-14.132-30.44-24.54-47.799-31.303-23.885-9.305-35.714-36.201-26.411-60.086%209.306-23.886%2036.221-35.694%2060.107-26.389l10.812%204.53c25.038%2011.25%2048.462%2027.137%2068.932%2047.607'%20fill='currentColor'%20/%3e%3c/svg%3e", filled_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2010%2010'%20fill='currentColor'%20overflow='hidden'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0'%20y='0'%20width='10'%20height='10'%20rx='2'%20ry='2'/%3e%3c/svg%3e", form_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2050%2050'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M47.267%2022.554c-.002.31-.126.608-.344.829l-6.805%206.796a1.13%201.13%200%200%201-.828.344%201.15%201.15%200%200%201-.828-.344%201.18%201.18%200%200%201%200-1.656l5.977-5.969-1.313-1.312-1.383%201.414L28.595%2035.78l-4.617.781.781-4.617.336-.336%202.563%202.555c.214.227.515.351.828.343.311.006.611-.119.828-.343a1.18%201.18%200%200%200%200-1.657l-2.563-2.562%208.25-8.273%204.29-4.29%203.757%203.711%201.617-1.617%202.258%202.258c.218.218.342.512.344.82m-17.282%2015.15%203.032-3.032v8.297a1.56%201.56%200%200%201-1.563%201.563H4.298a1.56%201.56%200%200%201-1.563-1.563V14.843c0-.405.157-.794.438-1.086l6.304-6.531v5.344H6.251a1.172%201.172%200%201%200%200%202.344h4.43a1.17%201.17%200%200%200%201.171-1.172V5.468h19.602a1.56%201.56%200%200%201%201.563%201.563v13.281L22.86%2030.468a1.24%201.24%200%200%200-.328.633l-1.102%206.61c-.06.373.062.753.329%201.023.22.22.517.343.828.343h.195l6.602-1.101a1.16%201.16%200%200%200%20.601-.274m-21-16a1.18%201.18%200%200%200%201.172%201.172h15.266a1.172%201.172%200%201%200%200-2.344H10.157a1.17%201.17%200%200%200-1.172%201.172m10.711%2014.766a1.17%201.17%200%200%200-1.172-1.172h-8.367a1.172%201.172%200%201%200%200%202.343h8.367a1.17%201.17%200%200%200%201.172-1.172m.86-7.391a1.17%201.17%200%200%200-1.172-1.172h-9.227a1.172%201.172%200%201%200%200%202.344h9.227a1.164%201.164%200%200%200%201.171-1.172M45.75%2018.617a1.563%201.563%200%200%200%200-2.203l-1.64-1.64a1.563%201.563%200%200%200-2.204%200l-.93.929%203.852%203.828z'/%3e%3c/svg%3e", grip_lines_vertical_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203L9%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%203L15%2021'%20stroke='currentColor'%20style='stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lovable_default = "data:image/svg+xml,%3csvg%20width='121'%20height='122'%20viewBox='0%200%20121%20122'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_572_319'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='121'%20height='122'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M36.0687%200C55.9888%200%2072.1373%2016.1551%2072.1373%2036.0835V49.7975H84.141C104.061%2049.7975%20120.21%2065.9526%20120.21%2085.8809C120.21%20105.809%20104.061%20121.964%2084.141%20121.964H0V36.0835C0%2016.1551%2016.1485%200%2036.0687%200Z'%20fill='url(%23paint0_linear_572_319)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_572_319)'%3e%3cg%20filter='url(%23filter0_f_572_319)'%3e%3cellipse%20cx='52.7381'%20cy='65.1011'%20rx='81.3729'%20ry='81.1923'%20fill='%234B73FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_572_319)'%3e%3cellipse%20cx='61.6734'%20cy='20.547'%20rx='104.216'%20ry='81.1923'%20fill='%23FF66F4'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_572_319)'%3e%3cellipse%20cx='78.6659'%20cy='5.26802'%20rx='81.3729'%20ry='71.3042'%20fill='%23FF0105'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_572_319)'%3e%3cellipse%20cx='63.121'%20cy='20.5275'%20rx='48.9374'%20ry='48.8288'%20fill='%23FE7B02'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_572_319'%20x='-65.0219'%20y='-52.4784'%20width='235.52'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_572_319'%20x='-78.9301'%20y='-97.0324'%20width='281.208'%20height='235.159'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_572_319'%20x='-39.0942'%20y='-102.423'%20width='235.52'%20height='215.383'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_572_319'%20x='-22.2036'%20y='-64.6884'%20width='170.649'%20height='170.432'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='18.1936'%20result='effect1_foregroundBlur_572_319'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_572_319'%20x1='40.4527'%20y1='21.4331'%20x2='76.9327'%20y2='121.971'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.025'%20stop-color='%23FF8E63'/%3e%3cstop%20offset='0.56'%20stop-color='%23FF7EB0'/%3e%3cstop%20offset='0.95'%20stop-color='%234B73FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", mcp_default = "data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eModelContextProtocol%3c/title%3e%3cpath%20d='M15.688%202.343a2.588%202.588%200%2000-3.61%200l-9.626%209.44a.863.863%200%2001-1.203%200%20.823.823%200%20010-1.18l9.626-9.44a4.313%204.313%200%20016.016%200%204.116%204.116%200%20011.204%203.54%204.3%204.3%200%20013.609%201.18l.05.05a4.115%204.115%200%20010%205.9l-8.706%208.537a.274.274%200%20000%20.393l1.788%201.754a.823.823%200%20010%201.18.863.863%200%2001-1.203%200l-1.788-1.753a1.92%201.92%200%20010-2.754l8.706-8.538a2.47%202.47%200%20000-3.54l-.05-.049a2.588%202.588%200%2000-3.607-.003l-7.172%207.034-.002.002-.098.097a.863.863%200%2001-1.204%200%20.823.823%200%20010-1.18l7.273-7.133a2.47%202.47%200%2000-.003-3.537z'%3e%3c/path%3e%3cpath%20d='M14.485%204.703a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a4.115%204.115%200%20000%205.9%204.314%204.314%200%20006.016%200l7.12-6.982a.823.823%200%20000-1.18.863.863%200%2000-1.204%200l-7.119%206.982a2.588%202.588%200%2001-3.61%200%202.47%202.47%200%20010-3.54l7.12-6.982z'%3e%3c/path%3e%3c/svg%3e", node_dirty_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M10.12%203.3c.911-1.395%203.012-1.349%203.844.14l8.222%2014.712c.838%201.5-.246%203.348-1.964%203.348H3.778c-1.718%200-2.802-1.848-1.964-3.348L10.036%203.44zM5.057%2018.5h13.886L12%206.073z'/%3e%3c/svg%3e", node_ellipsis_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M4.5%209.5a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5m7.5%200a2.5%202.5%200%201%201%200%205%202.5%202.5%200%200%201%200-5'/%3e%3c/svg%3e", node_execution_error_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M12%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012%205.925%201%2012%201m5.56%205.44a1.5%201.5%200%200%200-2.12%200L12%209.878l-3.44-3.44A1.5%201.5%200%201%200%206.44%208.56L9.878%2012l-3.44%203.44a1.5%201.5%200%201%200%202.122%202.12L12%2014.122l3.44%203.44.114.103a1.5%201.5%200%200%200%202.11-2.11l-.104-.114L14.122%2012l3.44-3.44a1.5%201.5%200%200%200%200-2.12'%20clip-rule='evenodd'/%3e%3c/svg%3e", node_pin_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.297%202.515A3%203%200%200%201%2016%208.5v2.26l.01.138a1%201%200%200%200%20.545.756l.006.003%201.774.898.184.1A3%203%200%200%201%2020%2015.238V16a2%202%200%200%201-2%202h-4.5v4a1.5%201.5%200%200%201-3%200v-4H6a2%202%200%200%201-1.99-1.803L4%2016v-.76l.008-.209a3%203%200%200%201%201.657-2.476l1.773-.898.007-.003a1%201%200%200%200%20.545-.756L8%2010.76V8.5a3%203%200%200%201%200-6h8z'/%3e%3c/svg%3e", node_play_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20fill='currentColor'%20d='M5.52%202.122c.322-.175.713-.16%201.021.037l14%209a1%201%200%200%201%200%201.682l-14%209A1.001%201.001%200%200%201%205%2021V3a1%201%200%200%201%20.52-.878'/%3e%3c/svg%3e", node_power_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M16.645%205.907a1.5%201.5%200%200%201%202.122.028%209.77%209.77%200%200%201%202.585%204.953%209.9%209.9%200%200%201-.53%205.579%209.66%209.66%200%200%201-3.476%204.357%209.36%209.36%200%200%201-5.28%201.657%209.36%209.36%200%200%201-5.292-1.623%209.66%209.66%200%200%201-3.504-4.335%209.9%209.9%200%200%201-.564-5.576%209.77%209.77%200%200%201%202.556-4.97l.11-.105a1.501%201.501%200%200%201%202.05%202.187l-.166.178a6.8%206.8%200%200%200-1.602%203.266%206.9%206.9%200%200%200%20.393%203.884%206.66%206.66%200%200%200%202.413%202.989%206.36%206.36%200%200%200%203.595%201.105%206.36%206.36%200%200%200%203.59-1.128%206.66%206.66%200%200%200%202.394-3.005%206.9%206.9%200%200%200%20.37-3.887%206.77%206.77%200%200%200-1.79-3.433%201.5%201.5%200%200%201%20.026-2.12'/%3e%3cpath%20fill='currentColor'%20d='M12.035%201.481a1.5%201.5%200%200%201%201.5%201.5v9a1.5%201.5%200%200%201-3%200v-9a1.5%201.5%200%200%201%201.5-1.5'/%3e%3c/svg%3e", node_success_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M19.94%205.502a1.5%201.5%200%201%201%202.12%202.12L9.687%2019.999a1.5%201.5%200%200%201-2.122%200L1.94%2014.373a1.5%201.5%200%200%201%202.007-2.225l.115.104%204.564%204.564z'/%3e%3c/svg%3e", node_trash_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20d='M21%206a1%201%200%201%201%200%202h-1v12.125c0%20.817-.424%201.534-.941%202.019-.522.488-1.256.856-2.059.856H7c-.803%200-1.537-.368-2.059-.856C4.424%2021.659%204%2020.943%204%2020.125V8H3a1%201%200%200%201%200-2zm-7-5a3%203%200%200%201%203%203H7a3%203%200%200%201%203-3z'/%3e%3c/svg%3e", node_validation_error_default = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0506%202.38452C10.9161%200.882058%2013.0845%200.882058%2013.95%202.38452L23.3065%2018.6267C24.1706%2020.1267%2023.0883%2021.9997%2021.3572%2021.9998H2.6424C0.911559%2021.9994%20-0.170877%2020.1266%200.693176%2018.6267L10.0506%202.38452ZM11.9998%2015.9998C11.1715%2015.9999%2010.4999%2016.6715%2010.4998%2017.4998C10.4998%2018.3281%2011.1715%2018.9997%2011.9998%2018.9998C12.8282%2018.9998%2013.4998%2018.3282%2013.4998%2017.4998C13.4997%2016.6714%2012.8282%2015.9998%2011.9998%2015.9998ZM11.9998%207.49976C11.1715%207.49986%2010.4999%208.17148%2010.4998%208.99976V12.4998C10.4998%2013.3281%2011.1715%2013.9997%2011.9998%2013.9998C12.8282%2013.9998%2013.4998%2013.3282%2013.4998%2012.4998V8.99976C13.4997%208.17142%2012.8282%207.49976%2011.9998%207.49976Z'%20fill='currentColor'/%3e%3c/svg%3e", pop_out_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.3333%2012.5525V12.4489C14.2278%2012.0756%2014.8571%2011.1925%2014.8571%2010.1632V3.61924C14.8571%202.96252%2014.5962%202.3327%2014.1318%201.86832C13.6675%201.40395%2013.0376%201.14307%2012.3809%201.14307H5.90473C5.38113%201.14296%204.87098%201.30883%204.44756%201.61684C4.02414%201.92485%203.70926%202.35915%203.54816%202.85734H3.39501C2.70016%202.85734%202.10892%203.10191%201.70206%203.5842C1.30739%204.05124%201.14282%204.67372%201.14282%205.33352V12.0002C1.14282%2012.8078%201.43463%2013.5346%201.98854%2014.0573C2.54168%2014.5777%203.30892%2014.8535%204.19044%2014.8535H7.17711L10.2826%2014.8573H10.2842C11.0278%2014.8611%2011.7645%2014.7049%2012.336%2014.3392C12.9303%2013.9582%2013.3333%2013.3525%2013.3333%2012.5525ZM3.39501%204.0002H3.42854V10.1625C3.42854%2010.8192%203.68942%2011.449%204.1538%2011.9134C4.61817%2012.3777%205.248%2012.6386%205.90473%2012.6386H12.1874C12.163%2012.9571%2012.003%2013.1948%2011.7196%2013.3761C11.3897%2013.588%2010.8891%2013.7175%2010.2887%2013.7144H10.2857L7.17558%2013.7106H4.19044C3.54816%2013.7106%203.07806%2013.5125%202.7733%2013.2253C2.47006%2012.9403%202.28568%2012.5259%202.28568%2012.0002V5.33352C2.28568%204.84971%202.40758%204.52057%202.5752%204.32096C2.73139%204.13658%202.98054%204.0002%203.39501%204.0002ZM8.01673%203.80972H11.619C11.7706%203.80972%2011.9159%203.86992%2012.0231%203.97709C12.1302%204.08425%2012.1904%204.22959%2012.1904%204.38115V7.98418C12.1904%208.13573%2012.1302%208.28107%2012.0231%208.38823C11.9159%208.4954%2011.7706%208.5556%2011.619%208.5556C11.4675%208.5556%2011.3221%208.4954%2011.215%208.38823C11.1078%208.28107%2011.0476%208.13573%2011.0476%207.98418V5.76019L7.07044%209.73731C7.0177%209.79186%206.95463%209.83536%206.8849%209.86528C6.81517%209.89519%206.74018%209.91092%206.6643%209.91154C6.58843%209.91217%206.51319%209.89767%206.44298%209.86891C6.37277%209.84014%206.30899%209.79768%206.25536%209.74401C6.20173%209.69033%206.15933%209.62651%206.13063%209.55627C6.10193%209.48603%206.08751%209.41078%206.0882%209.3349C6.0889%209.25903%206.1047%209.18406%206.13468%209.11435C6.16466%209.04465%206.20822%208.98162%206.26282%208.92893L10.24%204.95257H8.01673C7.86517%204.95257%207.71983%204.89237%207.61267%204.7852C7.5055%204.67804%207.4453%204.5327%207.4453%204.38115C7.4453%204.22959%207.5055%204.08425%207.61267%203.97709C7.71983%203.86992%207.86517%203.80972%208.01673%203.80972Z'%20/%3e%3c/svg%3e", resolver_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3e%3cpath%20d='M23.0877%200H13.9944L16.8048%208.75784H25.8982L18.5411%2013.9805L21.3523%2022.788C26.0879%2019.3383%2027.6352%2014.1173%2025.899%208.75784L23.0877%200ZM2.09058%208.75784H11.1839L13.9944%200H4.90182L2.09058%208.75784C0.353512%2014.1173%201.90165%2019.3383%206.63727%2022.788L9.44769%2013.9805L2.09058%208.75784ZM6.63727%2022.788L13.9944%2028L21.3515%2022.788L13.9944%2017.4896L6.63727%2022.788Z'%20fill='currentColor'/%3e%3c/svg%3e", retry_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M416.648%20227.85c23.324%200%2042.232%2018.908%2042.232%2042.232v84.462c0%2038.872-31.513%2070.384-70.385%2070.385H191.423v36.402c0%2012.541-15.163%2018.822-24.031%209.954l-78.63-78.631c-5.498-5.497-5.498-14.411%200-19.908l78.63-78.631c8.868-8.868%2024.031-2.587%2024.031%209.954v36.398h182.995v-70.385c0-23.324%2018.907-42.231%2042.23-42.232M304.028%2050.669c0-12.541%2015.163-18.822%2024.031-9.954l78.63%2078.631c5.498%205.497%205.498%2014.41%200%2019.908l-78.63%2078.631c-8.868%208.867-24.031%202.587-24.031-9.954v-36.38H121.033v70.385c0%2023.324-18.908%2042.231-42.231%2042.231s-42.23-18.907-42.23-42.231v-84.462c0-38.872%2031.512-70.385%2070.384-70.385h197.072z'%20fill='currentColor'/%3e%3c/svg%3e", run_once_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M275.114%2036.8c22.13%202.247%2039.401%2020.934%2039.401%2043.657v307.204h73.142c24.237%200%2043.886%2019.648%2043.886%2043.885s-19.648%2043.886-43.886%2043.886H153.6c-24.238-.001-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.885h73.143V124.343H153.6c-24.238%200-43.886-19.649-43.886-43.886s19.648-43.885%2043.886-43.886h117.029z'%20fill='currentColor'/%3e%3c/svg%3e", schema_default = "data:image/svg+xml,%3csvg%20viewBox='0%20-1%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.63636%200H8.18182C9.08556%200%209.81818%200.732625%209.81818%201.63636C9.81818%202.5401%209.08556%203.27273%208.18182%203.27273H1.63636C0.732626%203.27273%200%202.5401%200%201.63636C0%200.732625%200.732625%200%201.63636%200ZM1.63636%201.09091C1.33512%201.09091%201.09091%201.33512%201.09091%201.63636C1.09091%201.93761%201.33512%202.18182%201.63636%202.18182H8.18182C8.48306%202.18182%208.72727%201.93761%208.72727%201.63636C8.72727%201.33512%208.48306%201.09091%208.18182%201.09091H1.63636Z%20M7.09091%204.36353H11.4545C12.3583%204.36353%2013.0909%205.09615%2013.0909%205.99989C13.0909%206.90363%2012.3583%207.63625%2011.4545%207.63625H7.09091C6.18717%207.63625%205.45454%206.90363%205.45454%205.99989C5.45454%205.09615%206.18717%204.36353%207.09091%204.36353ZM7.09091%205.45443C6.78966%205.45443%206.54545%205.69864%206.54545%205.99989C6.54545%206.30114%206.78966%206.54534%207.09091%206.54534H11.4545C11.7558%206.54534%2012%206.30114%2012%205.99989C12%205.69864%2011.7558%205.45443%2011.4545%205.45443H7.09091Z%20M7.09091%208.72729H11.4545C12.3583%208.72729%2013.0909%209.45992%2013.0909%2010.3637C13.0909%2011.2674%2012.3583%2012%2011.4545%2012H7.09091C6.18717%2012%205.45454%2011.2674%205.45454%2010.3637C5.45454%209.45992%206.18717%208.72729%207.09091%208.72729ZM7.09091%209.8182C6.78966%209.8182%206.54545%2010.0624%206.54545%2010.3637C6.54545%2010.6649%206.78966%2010.9091%207.09091%2010.9091H11.4545C11.7558%2010.9091%2012%2010.6649%2012%2010.3637C12%2010.0624%2011.7558%209.8182%2011.4545%209.8182H7.09091Z'%20/%3e%3c/svg%3e", spinner_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%202V5'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M12%2019V22'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M22.005%2011.9951L19.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M5.005%2011.9951L2.005%2011.9951'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M19.0796%2019.0676L16.9583%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M7.05884%207.04688L4.93752%204.92555'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M4.9375%2019.0676L7.05882%2016.9463'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M16.9583%207.04688L19.0796%204.92556'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", status_canceled_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%2011.243%206%20L%202.758%206%20L%202.758%208%20L%2011.243%208%20L%2011.243%206%20Z'%20/%3e%3c/svg%3e", status_completed_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%202.575%207.728%20L%205.782%2010.935%20L%2011.489%205.228%20L%2010.075%203.814%20L%205.782%208.107%20L%203.989%206.314%20L%202.575%207.728%20Z'%20/%3e%3c/svg%3e", status_error_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%204.207%202.793%20L%207%205.586%20L%209.793%202.793%20L%2011.207%204.207%20L%208.414%207%20L%2011.207%209.793%20L%209.793%2011.207%20L%207%208.414%20L%204.207%2011.207%20L%202.793%209.793%20L%205.586%207%20L%202.793%204.207%20L%204.207%202.793%20Z%20M%207%200%20C%203.134%200%200%203.134%200%207%20C%200%2010.866%203.134%2014%207%2014%20C%2010.866%2014%2014%2010.866%2014%207%20C%2014%203.134%2010.866%200%207%200%20Z'%20/%3e%3c/svg%3e", status_new_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207.006%20C%2014%208.867%2013.162%2010.744%2011.95%2011.956%20C%2010.738%2013.168%208.861%2014.006%207%2014.006%20C%205.139%2014.006%203.262%2013.168%202.05%2011.956%20C%200.838%2010.744%200%208.867%200%207.006%20C%200%205.145%200.838%203.268%202.05%202.056%20C%203.262%200.844%205.139%200.006%207%200.006%20C%208.861%200.006%2010.738%200.844%2011.95%202.056%20C%2013.162%203.268%2014%205.145%2014%207.006%20Z%20M%2010.536%203.47%20C%209.576%202.511%208.453%202.006%207%202.006%20C%205.547%202.006%204.424%202.511%203.464%203.47%20C%202.505%204.43%202%205.553%202%207.006%20C%202%208.459%202.505%209.582%203.464%2010.542%20C%204.424%2011.501%205.547%2012.006%207%2012.006%20C%208.453%2012.006%209.576%2011.501%2010.536%2010.542%20C%2011.495%209.582%2012%208.459%2012%207.006%20C%2012%205.553%2011.495%204.43%2010.536%203.47%20Z'%20/%3e%3c/svg%3e", status_unknown_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M13.8668%208.36613L11.9048%207.978C11.967%207.66329%2012%207.33649%2012%207C12%206.66351%2011.967%206.3367%2011.9048%206.022L13.8668%205.63387C13.9542%206.07571%2014%206.5325%2014%207C14%207.4675%2013.9542%207.92429%2013.8668%208.36613ZM12.821%203.11069L11.159%204.22333C10.7934%203.67721%2010.3228%203.2066%209.77667%202.84098L10.8893%201.17904C11.6527%201.6901%2012.3099%202.34733%2012.821%203.11069ZM8.36613%200.133238L7.978%202.09521C7.66329%202.03296%207.33649%202%207%202C6.66351%202%206.3367%202.03296%206.022%202.09521L5.63387%200.133238C6.07571%200.0458286%206.5325%200%207%200C7.4675%200%207.92429%200.0458285%208.36613%200.133238ZM3.11069%201.17904L4.22333%202.84098C3.67721%203.2066%203.2066%203.67721%202.84098%204.22333L1.17904%203.11069C1.6901%202.34733%202.34733%201.6901%203.11069%201.17904ZM0.133238%205.63387C0.0458285%206.07571%200%206.5325%200%207C0%207.4675%200.0458286%207.92429%200.133238%208.36613L2.09521%207.978C2.03296%207.6633%202%207.33649%202%207C2%206.66351%202.03296%206.33671%202.09521%206.022L0.133238%205.63387ZM1.17904%2010.8893L2.84098%209.77667C3.2066%2010.3228%203.67721%2010.7934%204.22333%2011.159L3.11069%2012.821C2.34733%2012.3099%201.6901%2011.6527%201.17904%2010.8893ZM5.63387%2013.8668L6.022%2011.9048C6.33671%2011.967%206.66351%2012%207%2012C7.33649%2012%207.6633%2011.967%207.978%2011.9048L8.36613%2013.8668C7.92429%2013.9542%207.4675%2014%207%2014C6.5325%2014%206.07571%2013.9542%205.63387%2013.8668ZM10.8893%2012.821L9.77667%2011.159C10.3228%2010.7934%2010.7934%2010.3228%2011.159%209.77667L12.821%2010.8893C12.3099%2011.6527%2011.6527%2012.3099%2010.8893%2012.821Z'%20/%3e%3c/svg%3e", status_waiting_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M7%2014C10.866%2014%2014%2010.866%2014%207C14%203.13401%2010.866%200%207%200C3.13401%200%200%203.13401%200%207C0%2010.866%203.13401%2014%207%2014ZM7%2012C4.23858%2012%202%209.76142%202%207C2%204.23858%204.23858%202%207%202C9.76142%202%2012%204.23858%2012%207C12%209.76142%209.76142%2012%207%2012ZM6%203V8H11C11%205.23858%208.76142%203%206%203Z'%20/%3e%3c/svg%3e", status_warning_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2014%2014'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M%2014%207%20C%2014%2010.866%2010.866%2014%207%2014%20C%203.134%2014%200%2010.866%200%207%20C%200%203.134%203.134%200%207%200%20C%2010.866%200%2014%203.134%2014%207%20Z%20M%206.5%209%20C%206.224%209%206%209.224%206%209.5%20L%206%2010.5%20C%206%2010.776%206.224%2011%206.5%2011%20L%207.5%2011%20C%207.776%2011%208%2010.776%208%2010.5%20L%208%209.5%20C%208%209.224%207.776%209%207.5%209%20L%206.5%209%20Z%20M%206.5%203%20C%206.224%203%206%203.224%206%203.5%20L%206%207.5%20C%206%207.776%206.224%208%206.5%208%20L%207.5%208%20C%207.776%208%208%207.776%208%207.5%20L%208%203.5%20C%208%203.224%207.776%203%207.5%203%20L%206.5%203%20Z'%20/%3e%3c/svg%3e", text_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2012%2012'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M1.78814e-07%200.666667C1.78814e-07%200.298477%200.298477%200%200.666667%200H11.3333C11.7015%200%2012%200.298477%2012%200.666667C12%201.03486%2011.7015%201.33333%2011.3333%201.33333H0.666667C0.298477%201.33333%201.78814e-07%201.03486%201.78814e-07%200.666667ZM1.78814e-07%203.62963C1.78814e-07%203.26144%200.298477%202.96296%200.666667%202.96296H11.3333C11.7015%202.96296%2012%203.26144%2012%203.62963C12%203.99782%2011.7015%204.2963%2011.3333%204.2963H0.666667C0.298477%204.2963%201.78814e-07%203.99782%201.78814e-07%203.62963ZM0%206.59259C0%206.2244%200.298477%205.92593%200.666667%205.92593H11.3333C11.7015%205.92593%2012%206.2244%2012%206.59259C12%206.96078%2011.7015%207.25926%2011.3333%207.25926H0.666667C0.298477%207.25926%200%206.96078%200%206.59259ZM0%209.55556C0%209.18737%200.298477%208.88889%200.666667%208.88889H8.66667C9.03486%208.88889%209.33333%209.18737%209.33333%209.55556C9.33333%209.92375%209.03486%2010.2222%208.66667%2010.2222H0.666667C0.298477%2010.2222%200%209.92375%200%209.55556Z'%20/%3e%3c/svg%3e", toolbox_default = "data:image/svg+xml,%3csvg%20aria-hidden='true'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20style='stroke:currentColor;stroke-opacity:%201;'%20d='M8%208V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v4m6%2012V10a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2ZM8%2013v4m8-4v4M2%2015h20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e", triangle_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='currentColor'%20d='M214.433%2056C232.908%2023.9999%20279.096%2024.0001%20297.571%2056L477.704%20368C496.18%20400%20473.085%20440%20436.135%20440H75.8685C38.918%20440%2015.8241%20400%2034.2993%20368L214.433%2056ZM256.002%20144L131.294%20360H380.709L256.002%20144Z'%20/%3e%3c/svg%3e", vector_square_default = "data:image/svg+xml,%3csvg%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='2'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='2'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='17'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='2'%20y='17'%20width='5'%20height='5'%20rx='1'%20stroke='currentColor'%20style='stroke:currentColor;stroke-opacity:1;'%20stroke-width='2'/%3e%3crect%20x='7'%20y='3'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='7'%20y='19'%20width='10'%20height='2'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='3'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3crect%20x='19'%20y='7'%20width='2'%20height='10'%20fill='currentColor'%20style='fill:currentColor;fill-opacity:1;'/%3e%3c/svg%3e", webhook_default = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2048%2048'%3e%3cpath%20fill='currentColor'%20d='M35%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M35%2043c-3%200-5.9-1.4-7.8-3.7l3.1-2.5c1.1%201.4%202.9%202.3%204.7%202.3%203.3%200%206-2.7%206-6s-2.7-6-6-6c-1%200-2%20.3-2.9.7l-1.7%201L23.3%2016l3.5-1.9%205.3%209.4c1-.3%202-.5%203-.5%205.5%200%2010%204.5%2010%2010S40.5%2043%2035%2043'/%3e%3cpath%20fill='currentColor'%20d='M14%2043C8.5%2043%204%2038.5%204%2033c0-4.6%203.1-8.5%207.5-9.7l1%203.9C9.9%2027.9%208%2030.3%208%2033c0%203.3%202.7%206%206%206s6-2.7%206-6v-2h15v4H23.8c-.9%204.6-5%208-9.8%208'/%3e%3cpath%20fill='currentColor'%20d='M14%2037c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='M25%2019c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204'/%3e%3cpath%20fill='currentColor'%20d='m15.7%2034-3.4-2%205.9-9.7c-2-1.9-3.2-4.5-3.2-7.3%200-5.5%204.5-10%2010-10s10%204.5%2010%2010c0%20.9-.1%201.7-.3%202.5l-3.9-1c.1-.5.2-1%20.2-1.5%200-3.3-2.7-6-6-6s-6%202.7-6%206c0%202.1%201.1%204%202.9%205.1l1.7%201z'/%3e%3c/svg%3e", _hoisted_1$221 = {
9571
9571
  viewBox: "0 0 24 24",
9572
9572
  width: "1.2em",
9573
9573
  height: "1.2em"
9574
9574
  };
9575
- function render$198(e, t) {
9576
- return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
9575
+ function render$203(e, t) {
9576
+ return openBlock(), createElementBlock("svg", _hoisted_1$221, [...t[0] ||= [createElementVNode("path", {
9577
9577
  fill: "none",
9578
9578
  stroke: "currentColor",
9579
9579
  "stroke-linecap": "round",
@@ -9584,14 +9584,14 @@ function render$198(e, t) {
9584
9584
  }
9585
9585
  var align_right_default = {
9586
9586
  name: "lucide-align-right",
9587
- render: render$198
9588
- }, _hoisted_1$217 = {
9587
+ render: render$203
9588
+ }, _hoisted_1$220 = {
9589
9589
  viewBox: "0 0 24 24",
9590
9590
  width: "1.2em",
9591
9591
  height: "1.2em"
9592
9592
  };
9593
- function render$197(e, t) {
9594
- return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("g", {
9593
+ function render$202(e, t) {
9594
+ return openBlock(), createElementBlock("svg", _hoisted_1$220, [...t[0] ||= [createElementVNode("g", {
9595
9595
  fill: "none",
9596
9596
  stroke: "currentColor",
9597
9597
  "stroke-linecap": "round",
@@ -9607,14 +9607,14 @@ function render$197(e, t) {
9607
9607
  }
9608
9608
  var archive_default = {
9609
9609
  name: "lucide-archive",
9610
- render: render$197
9611
- }, _hoisted_1$216 = {
9610
+ render: render$202
9611
+ }, _hoisted_1$219 = {
9612
9612
  viewBox: "0 0 24 24",
9613
9613
  width: "1.2em",
9614
9614
  height: "1.2em"
9615
9615
  };
9616
- function render$196(e, t) {
9617
- return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("g", {
9616
+ function render$201(e, t) {
9617
+ return openBlock(), createElementBlock("svg", _hoisted_1$219, [...t[0] ||= [createElementVNode("g", {
9618
9618
  fill: "none",
9619
9619
  stroke: "currentColor",
9620
9620
  "stroke-linecap": "round",
@@ -9630,14 +9630,14 @@ function render$196(e, t) {
9630
9630
  }
9631
9631
  var archive_restore_default = {
9632
9632
  name: "lucide-archive-restore",
9633
- render: render$196
9634
- }, _hoisted_1$215 = {
9633
+ render: render$201
9634
+ }, _hoisted_1$218 = {
9635
9635
  viewBox: "0 0 24 24",
9636
9636
  width: "1.2em",
9637
9637
  height: "1.2em"
9638
9638
  };
9639
- function render$195(e, t) {
9640
- return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("path", {
9639
+ function render$200(e, t) {
9640
+ return openBlock(), createElementBlock("svg", _hoisted_1$218, [...t[0] ||= [createElementVNode("path", {
9641
9641
  fill: "none",
9642
9642
  stroke: "currentColor",
9643
9643
  "stroke-linecap": "round",
@@ -9648,14 +9648,14 @@ function render$195(e, t) {
9648
9648
  }
9649
9649
  var arrow_down_default$1 = {
9650
9650
  name: "lucide-arrow-down",
9651
- render: render$195
9652
- }, _hoisted_1$214 = {
9651
+ render: render$200
9652
+ }, _hoisted_1$217 = {
9653
9653
  viewBox: "0 0 24 24",
9654
9654
  width: "1.2em",
9655
9655
  height: "1.2em"
9656
9656
  };
9657
- function render$194(e, t) {
9658
- return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
9657
+ function render$199(e, t) {
9658
+ return openBlock(), createElementBlock("svg", _hoisted_1$217, [...t[0] ||= [createElementVNode("path", {
9659
9659
  fill: "none",
9660
9660
  stroke: "currentColor",
9661
9661
  "stroke-linecap": "round",
@@ -9666,14 +9666,14 @@ function render$194(e, t) {
9666
9666
  }
9667
9667
  var arrow_left_default$1 = {
9668
9668
  name: "lucide-arrow-left",
9669
- render: render$194
9670
- }, _hoisted_1$213 = {
9669
+ render: render$199
9670
+ }, _hoisted_1$216 = {
9671
9671
  viewBox: "0 0 24 24",
9672
9672
  width: "1.2em",
9673
9673
  height: "1.2em"
9674
9674
  };
9675
- function render$193(e, t) {
9676
- return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
9675
+ function render$198(e, t) {
9676
+ return openBlock(), createElementBlock("svg", _hoisted_1$216, [...t[0] ||= [createElementVNode("path", {
9677
9677
  fill: "none",
9678
9678
  stroke: "currentColor",
9679
9679
  "stroke-linecap": "round",
@@ -9684,14 +9684,14 @@ function render$193(e, t) {
9684
9684
  }
9685
9685
  var arrow_left_right_default = {
9686
9686
  name: "lucide-arrow-left-right",
9687
- render: render$193
9688
- }, _hoisted_1$212 = {
9687
+ render: render$198
9688
+ }, _hoisted_1$215 = {
9689
9689
  viewBox: "0 0 24 24",
9690
9690
  width: "1.2em",
9691
9691
  height: "1.2em"
9692
9692
  };
9693
- function render$192(e, t) {
9694
- return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
9693
+ function render$197(e, t) {
9694
+ return openBlock(), createElementBlock("svg", _hoisted_1$215, [...t[0] ||= [createElementVNode("path", {
9695
9695
  fill: "none",
9696
9696
  stroke: "currentColor",
9697
9697
  "stroke-linecap": "round",
@@ -9702,14 +9702,14 @@ function render$192(e, t) {
9702
9702
  }
9703
9703
  var arrow_right_default$1 = {
9704
9704
  name: "lucide-arrow-right",
9705
- render: render$192
9706
- }, _hoisted_1$211 = {
9705
+ render: render$197
9706
+ }, _hoisted_1$214 = {
9707
9707
  viewBox: "0 0 24 24",
9708
9708
  width: "1.2em",
9709
9709
  height: "1.2em"
9710
9710
  };
9711
- function render$191(e, t) {
9712
- return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("path", {
9711
+ function render$196(e, t) {
9712
+ return openBlock(), createElementBlock("svg", _hoisted_1$214, [...t[0] ||= [createElementVNode("path", {
9713
9713
  fill: "none",
9714
9714
  stroke: "currentColor",
9715
9715
  "stroke-linecap": "round",
@@ -9720,14 +9720,14 @@ function render$191(e, t) {
9720
9720
  }
9721
9721
  var arrow_right_from_line_default = {
9722
9722
  name: "lucide-arrow-right-from-line",
9723
- render: render$191
9724
- }, _hoisted_1$210 = {
9723
+ render: render$196
9724
+ }, _hoisted_1$213 = {
9725
9725
  viewBox: "0 0 24 24",
9726
9726
  width: "1.2em",
9727
9727
  height: "1.2em"
9728
9728
  };
9729
- function render$190(e, t) {
9730
- return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("path", {
9729
+ function render$195(e, t) {
9730
+ return openBlock(), createElementBlock("svg", _hoisted_1$213, [...t[0] ||= [createElementVNode("path", {
9731
9731
  fill: "none",
9732
9732
  stroke: "currentColor",
9733
9733
  "stroke-linecap": "round",
@@ -9738,14 +9738,14 @@ function render$190(e, t) {
9738
9738
  }
9739
9739
  var arrow_right_to_line_default = {
9740
9740
  name: "lucide-arrow-right-to-line",
9741
- render: render$190
9742
- }, _hoisted_1$209 = {
9741
+ render: render$195
9742
+ }, _hoisted_1$212 = {
9743
9743
  viewBox: "0 0 24 24",
9744
9744
  width: "1.2em",
9745
9745
  height: "1.2em"
9746
9746
  };
9747
- function render$189(e, t) {
9748
- return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("path", {
9747
+ function render$194(e, t) {
9748
+ return openBlock(), createElementBlock("svg", _hoisted_1$212, [...t[0] ||= [createElementVNode("path", {
9749
9749
  fill: "none",
9750
9750
  stroke: "currentColor",
9751
9751
  "stroke-linecap": "round",
@@ -9756,14 +9756,14 @@ function render$189(e, t) {
9756
9756
  }
9757
9757
  var arrow_up_default = {
9758
9758
  name: "lucide-arrow-up",
9759
- render: render$189
9760
- }, _hoisted_1$208 = {
9759
+ render: render$194
9760
+ }, _hoisted_1$211 = {
9761
9761
  viewBox: "0 0 24 24",
9762
9762
  width: "1.2em",
9763
9763
  height: "1.2em"
9764
9764
  };
9765
- function render$188(e, t) {
9766
- return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("path", {
9765
+ function render$193(e, t) {
9766
+ return openBlock(), createElementBlock("svg", _hoisted_1$211, [...t[0] ||= [createElementVNode("path", {
9767
9767
  fill: "none",
9768
9768
  stroke: "currentColor",
9769
9769
  "stroke-linecap": "round",
@@ -9774,14 +9774,14 @@ function render$188(e, t) {
9774
9774
  }
9775
9775
  var arrow_up_right_default = {
9776
9776
  name: "lucide-arrow-up-right",
9777
- render: render$188
9778
- }, _hoisted_1$207 = {
9777
+ render: render$193
9778
+ }, _hoisted_1$210 = {
9779
9779
  viewBox: "0 0 24 24",
9780
9780
  width: "1.2em",
9781
9781
  height: "1.2em"
9782
9782
  };
9783
- function render$187(e, t) {
9784
- return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("g", {
9783
+ function render$192(e, t) {
9784
+ return openBlock(), createElementBlock("svg", _hoisted_1$210, [...t[0] ||= [createElementVNode("g", {
9785
9785
  fill: "none",
9786
9786
  stroke: "currentColor",
9787
9787
  "stroke-linecap": "round",
@@ -9795,14 +9795,31 @@ function render$187(e, t) {
9795
9795
  }
9796
9796
  var at_sign_default = {
9797
9797
  name: "lucide-at-sign",
9798
- render: render$187
9799
- }, _hoisted_1$206 = {
9798
+ render: render$192
9799
+ }, _hoisted_1$209 = {
9800
9800
  viewBox: "0 0 24 24",
9801
9801
  width: "1.2em",
9802
9802
  height: "1.2em"
9803
9803
  };
9804
- function render$186(e, t) {
9805
- return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("g", {
9804
+ function render$191(e, t) {
9805
+ return openBlock(), createElementBlock("svg", _hoisted_1$209, [...t[0] ||= [createElementVNode("g", {
9806
+ fill: "none",
9807
+ stroke: "currentColor",
9808
+ "stroke-linecap": "round",
9809
+ "stroke-linejoin": "round",
9810
+ "stroke-width": "2"
9811
+ }, [createElementVNode("path", { d: "M3.85 8.62a4 4 0 0 1 4.78-4.77a4 4 0 0 1 6.74 0a4 4 0 0 1 4.78 4.78a4 4 0 0 1 0 6.74a4 4 0 0 1-4.77 4.78a4 4 0 0 1-6.75 0a4 4 0 0 1-4.78-4.77a4 4 0 0 1 0-6.76" }), createElementVNode("path", { d: "m9 12l2 2l4-4" })], -1)]]);
9812
+ }
9813
+ var badge_check_default = {
9814
+ name: "lucide-badge-check",
9815
+ render: render$191
9816
+ }, _hoisted_1$208 = {
9817
+ viewBox: "0 0 24 24",
9818
+ width: "1.2em",
9819
+ height: "1.2em"
9820
+ };
9821
+ function render$190(e, t) {
9822
+ return openBlock(), createElementBlock("svg", _hoisted_1$208, [...t[0] ||= [createElementVNode("g", {
9806
9823
  fill: "none",
9807
9824
  stroke: "currentColor",
9808
9825
  "stroke-linecap": "round",
@@ -9816,14 +9833,14 @@ function render$186(e, t) {
9816
9833
  }
9817
9834
  var ban_default = {
9818
9835
  name: "lucide-ban",
9819
- render: render$186
9820
- }, _hoisted_1$205 = {
9836
+ render: render$190
9837
+ }, _hoisted_1$207 = {
9821
9838
  viewBox: "0 0 24 24",
9822
9839
  width: "1.2em",
9823
9840
  height: "1.2em"
9824
9841
  };
9825
- function render$185(e, t) {
9826
- return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("path", {
9842
+ function render$189(e, t) {
9843
+ return openBlock(), createElementBlock("svg", _hoisted_1$207, [...t[0] ||= [createElementVNode("path", {
9827
9844
  fill: "none",
9828
9845
  stroke: "currentColor",
9829
9846
  "stroke-linecap": "round",
@@ -9834,14 +9851,14 @@ function render$185(e, t) {
9834
9851
  }
9835
9852
  var bell_default = {
9836
9853
  name: "lucide-bell",
9837
- render: render$185
9838
- }, _hoisted_1$204 = {
9854
+ render: render$189
9855
+ }, _hoisted_1$206 = {
9839
9856
  viewBox: "0 0 24 24",
9840
9857
  width: "1.2em",
9841
9858
  height: "1.2em"
9842
9859
  };
9843
- function render$184(e, t) {
9844
- return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("path", {
9860
+ function render$188(e, t) {
9861
+ return openBlock(), createElementBlock("svg", _hoisted_1$206, [...t[0] ||= [createElementVNode("path", {
9845
9862
  fill: "none",
9846
9863
  stroke: "currentColor",
9847
9864
  "stroke-linecap": "round",
@@ -9852,14 +9869,14 @@ function render$184(e, t) {
9852
9869
  }
9853
9870
  var book_default = {
9854
9871
  name: "lucide-book",
9855
- render: render$184
9856
- }, _hoisted_1$203 = {
9872
+ render: render$188
9873
+ }, _hoisted_1$205 = {
9857
9874
  viewBox: "0 0 24 24",
9858
9875
  width: "1.2em",
9859
9876
  height: "1.2em"
9860
9877
  };
9861
- function render$183(e, t) {
9862
- return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("path", {
9878
+ function render$187(e, t) {
9879
+ return openBlock(), createElementBlock("svg", _hoisted_1$205, [...t[0] ||= [createElementVNode("path", {
9863
9880
  fill: "none",
9864
9881
  stroke: "currentColor",
9865
9882
  "stroke-linecap": "round",
@@ -9870,14 +9887,14 @@ function render$183(e, t) {
9870
9887
  }
9871
9888
  var book_open_default = {
9872
9889
  name: "lucide-book-open",
9873
- render: render$183
9874
- }, _hoisted_1$202 = {
9890
+ render: render$187
9891
+ }, _hoisted_1$204 = {
9875
9892
  viewBox: "0 0 24 24",
9876
9893
  width: "1.2em",
9877
9894
  height: "1.2em"
9878
9895
  };
9879
- function render$182(e, t) {
9880
- return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("g", {
9896
+ function render$186(e, t) {
9897
+ return openBlock(), createElementBlock("svg", _hoisted_1$204, [...t[0] ||= [createElementVNode("g", {
9881
9898
  fill: "none",
9882
9899
  stroke: "currentColor",
9883
9900
  "stroke-linecap": "round",
@@ -9897,14 +9914,14 @@ function render$182(e, t) {
9897
9914
  }
9898
9915
  var bot_default = {
9899
9916
  name: "lucide-bot",
9900
- render: render$182
9901
- }, _hoisted_1$201 = {
9917
+ render: render$186
9918
+ }, _hoisted_1$203 = {
9902
9919
  viewBox: "0 0 24 24",
9903
9920
  width: "1.2em",
9904
9921
  height: "1.2em"
9905
9922
  };
9906
- function render$181(e, t) {
9907
- return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("g", {
9923
+ function render$185(e, t) {
9924
+ return openBlock(), createElementBlock("svg", _hoisted_1$203, [...t[0] ||= [createElementVNode("g", {
9908
9925
  fill: "none",
9909
9926
  stroke: "currentColor",
9910
9927
  "stroke-linecap": "round",
@@ -9914,14 +9931,14 @@ function render$181(e, t) {
9914
9931
  }
9915
9932
  var box_default = {
9916
9933
  name: "lucide-box",
9917
- render: render$181
9918
- }, _hoisted_1$200 = {
9934
+ render: render$185
9935
+ }, _hoisted_1$202 = {
9919
9936
  viewBox: "0 0 24 24",
9920
9937
  width: "1.2em",
9921
9938
  height: "1.2em"
9922
9939
  };
9923
- function render$180(e, t) {
9924
- return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("path", {
9940
+ function render$184(e, t) {
9941
+ return openBlock(), createElementBlock("svg", _hoisted_1$202, [...t[0] ||= [createElementVNode("path", {
9925
9942
  fill: "none",
9926
9943
  stroke: "currentColor",
9927
9944
  "stroke-linecap": "round",
@@ -9932,14 +9949,14 @@ function render$180(e, t) {
9932
9949
  }
9933
9950
  var braces_default = {
9934
9951
  name: "lucide-braces",
9935
- render: render$180
9936
- }, _hoisted_1$199 = {
9952
+ render: render$184
9953
+ }, _hoisted_1$201 = {
9937
9954
  viewBox: "0 0 24 24",
9938
9955
  width: "1.2em",
9939
9956
  height: "1.2em"
9940
9957
  };
9941
- function render$179(e, t) {
9942
- return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("g", {
9958
+ function render$183(e, t) {
9959
+ return openBlock(), createElementBlock("svg", _hoisted_1$201, [...t[0] ||= [createElementVNode("g", {
9943
9960
  fill: "none",
9944
9961
  stroke: "currentColor",
9945
9962
  "stroke-linecap": "round",
@@ -9953,14 +9970,14 @@ function render$179(e, t) {
9953
9970
  }
9954
9971
  var brain_default = {
9955
9972
  name: "lucide-brain",
9956
- render: render$179
9957
- }, _hoisted_1$198 = {
9973
+ render: render$183
9974
+ }, _hoisted_1$200 = {
9958
9975
  viewBox: "0 0 24 24",
9959
9976
  width: "1.2em",
9960
9977
  height: "1.2em"
9961
9978
  };
9962
- function render$178(e, t) {
9963
- return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("g", {
9979
+ function render$182(e, t) {
9980
+ return openBlock(), createElementBlock("svg", _hoisted_1$200, [...t[0] ||= [createElementVNode("g", {
9964
9981
  fill: "none",
9965
9982
  stroke: "currentColor",
9966
9983
  "stroke-linecap": "round",
@@ -9974,14 +9991,14 @@ function render$178(e, t) {
9974
9991
  }
9975
9992
  var bug_default = {
9976
9993
  name: "lucide-bug",
9977
- render: render$178
9978
- }, _hoisted_1$197 = {
9994
+ render: render$182
9995
+ }, _hoisted_1$199 = {
9979
9996
  viewBox: "0 0 24 24",
9980
9997
  width: "1.2em",
9981
9998
  height: "1.2em"
9982
9999
  };
9983
- function render$177(e, t) {
9984
- return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("g", {
10000
+ function render$181(e, t) {
10001
+ return openBlock(), createElementBlock("svg", _hoisted_1$199, [...t[0] ||= [createElementVNode("g", {
9985
10002
  fill: "none",
9986
10003
  stroke: "currentColor",
9987
10004
  "stroke-linecap": "round",
@@ -9997,14 +10014,14 @@ function render$177(e, t) {
9997
10014
  }
9998
10015
  var calculator_default = {
9999
10016
  name: "lucide-calculator",
10000
- render: render$177
10001
- }, _hoisted_1$196 = {
10017
+ render: render$181
10018
+ }, _hoisted_1$198 = {
10002
10019
  viewBox: "0 0 24 24",
10003
10020
  width: "1.2em",
10004
10021
  height: "1.2em"
10005
10022
  };
10006
- function render$176(e, t) {
10007
- return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("g", {
10023
+ function render$180(e, t) {
10024
+ return openBlock(), createElementBlock("svg", _hoisted_1$198, [...t[0] ||= [createElementVNode("g", {
10008
10025
  fill: "none",
10009
10026
  stroke: "currentColor",
10010
10027
  "stroke-linecap": "round",
@@ -10024,14 +10041,14 @@ function render$176(e, t) {
10024
10041
  }
10025
10042
  var calendar_default = {
10026
10043
  name: "lucide-calendar",
10027
- render: render$176
10028
- }, _hoisted_1$195 = {
10044
+ render: render$180
10045
+ }, _hoisted_1$197 = {
10029
10046
  viewBox: "0 0 24 24",
10030
10047
  width: "1.2em",
10031
10048
  height: "1.2em"
10032
10049
  };
10033
- function render$175(e, t) {
10034
- return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("path", {
10050
+ function render$179(e, t) {
10051
+ return openBlock(), createElementBlock("svg", _hoisted_1$197, [...t[0] ||= [createElementVNode("path", {
10035
10052
  fill: "none",
10036
10053
  stroke: "currentColor",
10037
10054
  "stroke-linecap": "round",
@@ -10042,14 +10059,14 @@ function render$175(e, t) {
10042
10059
  }
10043
10060
  var case_upper_default = {
10044
10061
  name: "lucide-case-upper",
10045
- render: render$175
10046
- }, _hoisted_1$194 = {
10062
+ render: render$179
10063
+ }, _hoisted_1$196 = {
10047
10064
  viewBox: "0 0 24 24",
10048
10065
  width: "1.2em",
10049
10066
  height: "1.2em"
10050
10067
  };
10051
- function render$174(e, t) {
10052
- return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
10068
+ function render$178(e, t) {
10069
+ return openBlock(), createElementBlock("svg", _hoisted_1$196, [...t[0] ||= [createElementVNode("path", {
10053
10070
  fill: "none",
10054
10071
  stroke: "currentColor",
10055
10072
  "stroke-linecap": "round",
@@ -10060,14 +10077,14 @@ function render$174(e, t) {
10060
10077
  }
10061
10078
  var chart_column_decreasing_default = {
10062
10079
  name: "lucide-chart-column-decreasing",
10063
- render: render$174
10064
- }, _hoisted_1$193 = {
10080
+ render: render$178
10081
+ }, _hoisted_1$195 = {
10065
10082
  viewBox: "0 0 24 24",
10066
10083
  width: "1.2em",
10067
10084
  height: "1.2em"
10068
10085
  };
10069
- function render$173(e, t) {
10070
- return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("path", {
10086
+ function render$177(e, t) {
10087
+ return openBlock(), createElementBlock("svg", _hoisted_1$195, [...t[0] ||= [createElementVNode("path", {
10071
10088
  fill: "none",
10072
10089
  stroke: "currentColor",
10073
10090
  "stroke-linecap": "round",
@@ -10078,14 +10095,14 @@ function render$173(e, t) {
10078
10095
  }
10079
10096
  var check_default = {
10080
10097
  name: "lucide-check",
10081
- render: render$173
10082
- }, _hoisted_1$192 = {
10098
+ render: render$177
10099
+ }, _hoisted_1$194 = {
10083
10100
  viewBox: "0 0 24 24",
10084
10101
  width: "1.2em",
10085
10102
  height: "1.2em"
10086
10103
  };
10087
- function render$172(e, t) {
10088
- return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("path", {
10104
+ function render$176(e, t) {
10105
+ return openBlock(), createElementBlock("svg", _hoisted_1$194, [...t[0] ||= [createElementVNode("path", {
10089
10106
  fill: "none",
10090
10107
  stroke: "currentColor",
10091
10108
  "stroke-linecap": "round",
@@ -10096,14 +10113,14 @@ function render$172(e, t) {
10096
10113
  }
10097
10114
  var check_check_default = {
10098
10115
  name: "lucide-check-check",
10099
- render: render$172
10100
- }, _hoisted_1$191 = {
10116
+ render: render$176
10117
+ }, _hoisted_1$193 = {
10101
10118
  viewBox: "0 0 24 24",
10102
10119
  width: "1.2em",
10103
10120
  height: "1.2em"
10104
10121
  };
10105
- function render$171(e, t) {
10106
- return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("path", {
10122
+ function render$175(e, t) {
10123
+ return openBlock(), createElementBlock("svg", _hoisted_1$193, [...t[0] ||= [createElementVNode("path", {
10107
10124
  fill: "none",
10108
10125
  stroke: "currentColor",
10109
10126
  "stroke-linecap": "round",
@@ -10114,14 +10131,14 @@ function render$171(e, t) {
10114
10131
  }
10115
10132
  var chevron_down_default$1 = {
10116
10133
  name: "lucide-chevron-down",
10117
- render: render$171
10118
- }, _hoisted_1$190 = {
10134
+ render: render$175
10135
+ }, _hoisted_1$192 = {
10119
10136
  viewBox: "0 0 24 24",
10120
10137
  width: "1.2em",
10121
10138
  height: "1.2em"
10122
10139
  };
10123
- function render$170(e, t) {
10124
- return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("path", {
10140
+ function render$174(e, t) {
10141
+ return openBlock(), createElementBlock("svg", _hoisted_1$192, [...t[0] ||= [createElementVNode("path", {
10125
10142
  fill: "none",
10126
10143
  stroke: "currentColor",
10127
10144
  "stroke-linecap": "round",
@@ -10132,14 +10149,14 @@ function render$170(e, t) {
10132
10149
  }
10133
10150
  var chevron_left_default = {
10134
10151
  name: "lucide-chevron-left",
10135
- render: render$170
10136
- }, _hoisted_1$189 = {
10152
+ render: render$174
10153
+ }, _hoisted_1$191 = {
10137
10154
  viewBox: "0 0 24 24",
10138
10155
  width: "1.2em",
10139
10156
  height: "1.2em"
10140
10157
  };
10141
- function render$169(e, t) {
10142
- return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("path", {
10158
+ function render$173(e, t) {
10159
+ return openBlock(), createElementBlock("svg", _hoisted_1$191, [...t[0] ||= [createElementVNode("path", {
10143
10160
  fill: "none",
10144
10161
  stroke: "currentColor",
10145
10162
  "stroke-linecap": "round",
@@ -10150,14 +10167,14 @@ function render$169(e, t) {
10150
10167
  }
10151
10168
  var chevron_right_default = {
10152
10169
  name: "lucide-chevron-right",
10153
- render: render$169
10154
- }, _hoisted_1$188 = {
10170
+ render: render$173
10171
+ }, _hoisted_1$190 = {
10155
10172
  viewBox: "0 0 24 24",
10156
10173
  width: "1.2em",
10157
10174
  height: "1.2em"
10158
10175
  };
10159
- function render$168(e, t) {
10160
- return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("path", {
10176
+ function render$172(e, t) {
10177
+ return openBlock(), createElementBlock("svg", _hoisted_1$190, [...t[0] ||= [createElementVNode("path", {
10161
10178
  fill: "none",
10162
10179
  stroke: "currentColor",
10163
10180
  "stroke-linecap": "round",
@@ -10168,14 +10185,14 @@ function render$168(e, t) {
10168
10185
  }
10169
10186
  var chevron_up_default = {
10170
10187
  name: "lucide-chevron-up",
10171
- render: render$168
10172
- }, _hoisted_1$187 = {
10188
+ render: render$172
10189
+ }, _hoisted_1$189 = {
10173
10190
  viewBox: "0 0 24 24",
10174
10191
  width: "1.2em",
10175
10192
  height: "1.2em"
10176
10193
  };
10177
- function render$167(e, t) {
10178
- return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("path", {
10194
+ function render$171(e, t) {
10195
+ return openBlock(), createElementBlock("svg", _hoisted_1$189, [...t[0] ||= [createElementVNode("path", {
10179
10196
  fill: "none",
10180
10197
  stroke: "currentColor",
10181
10198
  "stroke-linecap": "round",
@@ -10186,14 +10203,14 @@ function render$167(e, t) {
10186
10203
  }
10187
10204
  var chevrons_down_up_default = {
10188
10205
  name: "lucide-chevrons-down-up",
10189
- render: render$167
10190
- }, _hoisted_1$186 = {
10206
+ render: render$171
10207
+ }, _hoisted_1$188 = {
10191
10208
  viewBox: "0 0 24 24",
10192
10209
  width: "1.2em",
10193
10210
  height: "1.2em"
10194
10211
  };
10195
- function render$166(e, t) {
10196
- return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("path", {
10212
+ function render$170(e, t) {
10213
+ return openBlock(), createElementBlock("svg", _hoisted_1$188, [...t[0] ||= [createElementVNode("path", {
10197
10214
  fill: "none",
10198
10215
  stroke: "currentColor",
10199
10216
  "stroke-linecap": "round",
@@ -10204,14 +10221,14 @@ function render$166(e, t) {
10204
10221
  }
10205
10222
  var chevrons_left_default = {
10206
10223
  name: "lucide-chevrons-left",
10207
- render: render$166
10208
- }, _hoisted_1$185 = {
10224
+ render: render$170
10225
+ }, _hoisted_1$187 = {
10209
10226
  viewBox: "0 0 24 24",
10210
10227
  width: "1.2em",
10211
10228
  height: "1.2em"
10212
10229
  };
10213
- function render$165(e, t) {
10214
- return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("path", {
10230
+ function render$169(e, t) {
10231
+ return openBlock(), createElementBlock("svg", _hoisted_1$187, [...t[0] ||= [createElementVNode("path", {
10215
10232
  fill: "none",
10216
10233
  stroke: "currentColor",
10217
10234
  "stroke-linecap": "round",
@@ -10222,14 +10239,14 @@ function render$165(e, t) {
10222
10239
  }
10223
10240
  var chevrons_up_down_default = {
10224
10241
  name: "lucide-chevrons-up-down",
10225
- render: render$165
10226
- }, _hoisted_1$184 = {
10242
+ render: render$169
10243
+ }, _hoisted_1$186 = {
10227
10244
  viewBox: "0 0 24 24",
10228
10245
  width: "1.2em",
10229
10246
  height: "1.2em"
10230
10247
  };
10231
- function render$164(e, t) {
10232
- return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("circle", {
10248
+ function render$168(e, t) {
10249
+ return openBlock(), createElementBlock("svg", _hoisted_1$186, [...t[0] ||= [createElementVNode("circle", {
10233
10250
  cx: "12",
10234
10251
  cy: "12",
10235
10252
  r: "10",
@@ -10242,14 +10259,14 @@ function render$164(e, t) {
10242
10259
  }
10243
10260
  var circle_default = {
10244
10261
  name: "lucide-circle",
10245
- render: render$164
10246
- }, _hoisted_1$183 = {
10262
+ render: render$168
10263
+ }, _hoisted_1$185 = {
10247
10264
  viewBox: "0 0 24 24",
10248
10265
  width: "1.2em",
10249
10266
  height: "1.2em"
10250
10267
  };
10251
- function render$163(e, t) {
10252
- return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("g", {
10268
+ function render$167(e, t) {
10269
+ return openBlock(), createElementBlock("svg", _hoisted_1$185, [...t[0] ||= [createElementVNode("g", {
10253
10270
  fill: "none",
10254
10271
  stroke: "currentColor",
10255
10272
  "stroke-linecap": "round",
@@ -10263,14 +10280,14 @@ function render$163(e, t) {
10263
10280
  }
10264
10281
  var circle_alert_default = {
10265
10282
  name: "lucide-circle-alert",
10266
- render: render$163
10267
- }, _hoisted_1$182 = {
10283
+ render: render$167
10284
+ }, _hoisted_1$184 = {
10268
10285
  viewBox: "0 0 24 24",
10269
10286
  width: "1.2em",
10270
10287
  height: "1.2em"
10271
10288
  };
10272
- function render$162(e, t) {
10273
- return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
10289
+ function render$166(e, t) {
10290
+ return openBlock(), createElementBlock("svg", _hoisted_1$184, [...t[0] ||= [createElementVNode("g", {
10274
10291
  fill: "none",
10275
10292
  stroke: "currentColor",
10276
10293
  "stroke-linecap": "round",
@@ -10284,14 +10301,14 @@ function render$162(e, t) {
10284
10301
  }
10285
10302
  var circle_check_default$1 = {
10286
10303
  name: "lucide-circle-check",
10287
- render: render$162
10288
- }, _hoisted_1$181 = {
10304
+ render: render$166
10305
+ }, _hoisted_1$183 = {
10289
10306
  viewBox: "0 0 24 24",
10290
10307
  width: "1.2em",
10291
10308
  height: "1.2em"
10292
10309
  };
10293
- function render$161(e, t) {
10294
- return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
10310
+ function render$165(e, t) {
10311
+ return openBlock(), createElementBlock("svg", _hoisted_1$183, [...t[0] ||= [createElementVNode("g", {
10295
10312
  fill: "none",
10296
10313
  stroke: "currentColor",
10297
10314
  "stroke-linecap": "round",
@@ -10309,14 +10326,14 @@ function render$161(e, t) {
10309
10326
  }
10310
10327
  var circle_dot_default = {
10311
10328
  name: "lucide-circle-dot",
10312
- render: render$161
10313
- }, _hoisted_1$180 = {
10329
+ render: render$165
10330
+ }, _hoisted_1$182 = {
10314
10331
  viewBox: "0 0 24 24",
10315
10332
  width: "1.2em",
10316
10333
  height: "1.2em"
10317
10334
  };
10318
- function render$160(e, t) {
10319
- return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
10335
+ function render$164(e, t) {
10336
+ return openBlock(), createElementBlock("svg", _hoisted_1$182, [...t[0] ||= [createElementVNode("g", {
10320
10337
  fill: "none",
10321
10338
  stroke: "currentColor",
10322
10339
  "stroke-linecap": "round",
@@ -10330,14 +10347,14 @@ function render$160(e, t) {
10330
10347
  }
10331
10348
  var circle_ellipsis_default = {
10332
10349
  name: "lucide-circle-ellipsis",
10333
- render: render$160
10334
- }, _hoisted_1$179 = {
10350
+ render: render$164
10351
+ }, _hoisted_1$181 = {
10335
10352
  viewBox: "0 0 24 24",
10336
10353
  width: "1.2em",
10337
10354
  height: "1.2em"
10338
10355
  };
10339
- function render$159(e, t) {
10340
- return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
10356
+ function render$163(e, t) {
10357
+ return openBlock(), createElementBlock("svg", _hoisted_1$181, [...t[0] ||= [createElementVNode("g", {
10341
10358
  fill: "none",
10342
10359
  stroke: "currentColor",
10343
10360
  "stroke-linecap": "round",
@@ -10351,14 +10368,14 @@ function render$159(e, t) {
10351
10368
  }
10352
10369
  var circle_help_default = {
10353
10370
  name: "lucide-circle-help",
10354
- render: render$159
10355
- }, _hoisted_1$178 = {
10371
+ render: render$163
10372
+ }, _hoisted_1$180 = {
10356
10373
  viewBox: "0 0 24 24",
10357
10374
  width: "1.2em",
10358
10375
  height: "1.2em"
10359
10376
  };
10360
- function render$158(e, t) {
10361
- return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
10377
+ function render$162(e, t) {
10378
+ return openBlock(), createElementBlock("svg", _hoisted_1$180, [...t[0] ||= [createElementVNode("g", {
10362
10379
  fill: "none",
10363
10380
  stroke: "currentColor",
10364
10381
  "stroke-linecap": "round",
@@ -10372,14 +10389,14 @@ function render$158(e, t) {
10372
10389
  }
10373
10390
  var circle_minus_default = {
10374
10391
  name: "lucide-circle-minus",
10375
- render: render$158
10376
- }, _hoisted_1$177 = {
10392
+ render: render$162
10393
+ }, _hoisted_1$179 = {
10377
10394
  viewBox: "0 0 24 24",
10378
10395
  width: "1.2em",
10379
10396
  height: "1.2em"
10380
10397
  };
10381
- function render$157(e, t) {
10382
- return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
10398
+ function render$161(e, t) {
10399
+ return openBlock(), createElementBlock("svg", _hoisted_1$179, [...t[0] ||= [createElementVNode("g", {
10383
10400
  fill: "none",
10384
10401
  stroke: "currentColor",
10385
10402
  "stroke-linecap": "round",
@@ -10393,14 +10410,14 @@ function render$157(e, t) {
10393
10410
  }
10394
10411
  var circle_pause_default = {
10395
10412
  name: "lucide-circle-pause",
10396
- render: render$157
10397
- }, _hoisted_1$176 = {
10413
+ render: render$161
10414
+ }, _hoisted_1$178 = {
10398
10415
  viewBox: "0 0 24 24",
10399
10416
  width: "1.2em",
10400
10417
  height: "1.2em"
10401
10418
  };
10402
- function render$156(e, t) {
10403
- return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
10419
+ function render$160(e, t) {
10420
+ return openBlock(), createElementBlock("svg", _hoisted_1$178, [...t[0] ||= [createElementVNode("g", {
10404
10421
  fill: "none",
10405
10422
  stroke: "currentColor",
10406
10423
  "stroke-linecap": "round",
@@ -10414,14 +10431,14 @@ function render$156(e, t) {
10414
10431
  }
10415
10432
  var circle_play_default = {
10416
10433
  name: "lucide-circle-play",
10417
- render: render$156
10418
- }, _hoisted_1$175 = {
10434
+ render: render$160
10435
+ }, _hoisted_1$177 = {
10419
10436
  viewBox: "0 0 24 24",
10420
10437
  width: "1.2em",
10421
10438
  height: "1.2em"
10422
10439
  };
10423
- function render$155(e, t) {
10424
- return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
10440
+ function render$159(e, t) {
10441
+ return openBlock(), createElementBlock("svg", _hoisted_1$177, [...t[0] ||= [createElementVNode("g", {
10425
10442
  fill: "none",
10426
10443
  stroke: "currentColor",
10427
10444
  "stroke-linecap": "round",
@@ -10435,14 +10452,14 @@ function render$155(e, t) {
10435
10452
  }
10436
10453
  var circle_plus_default = {
10437
10454
  name: "lucide-circle-plus",
10438
- render: render$155
10439
- }, _hoisted_1$174 = {
10455
+ render: render$159
10456
+ }, _hoisted_1$176 = {
10440
10457
  viewBox: "0 0 24 24",
10441
10458
  width: "1.2em",
10442
10459
  height: "1.2em"
10443
10460
  };
10444
- function render$154(e, t) {
10445
- return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
10461
+ function render$158(e, t) {
10462
+ return openBlock(), createElementBlock("svg", _hoisted_1$176, [...t[0] ||= [createElementVNode("g", {
10446
10463
  fill: "none",
10447
10464
  stroke: "currentColor",
10448
10465
  "stroke-linecap": "round",
@@ -10464,14 +10481,14 @@ function render$154(e, t) {
10464
10481
  }
10465
10482
  var circle_user_round_default = {
10466
10483
  name: "lucide-circle-user-round",
10467
- render: render$154
10468
- }, _hoisted_1$173 = {
10484
+ render: render$158
10485
+ }, _hoisted_1$175 = {
10469
10486
  viewBox: "0 0 24 24",
10470
10487
  width: "1.2em",
10471
10488
  height: "1.2em"
10472
10489
  };
10473
- function render$153(e, t) {
10474
- return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
10490
+ function render$157(e, t) {
10491
+ return openBlock(), createElementBlock("svg", _hoisted_1$175, [...t[0] ||= [createElementVNode("g", {
10475
10492
  fill: "none",
10476
10493
  stroke: "currentColor",
10477
10494
  "stroke-linecap": "round",
@@ -10485,14 +10502,14 @@ function render$153(e, t) {
10485
10502
  }
10486
10503
  var circle_x_default = {
10487
10504
  name: "lucide-circle-x",
10488
- render: render$153
10489
- }, _hoisted_1$172 = {
10505
+ render: render$157
10506
+ }, _hoisted_1$174 = {
10490
10507
  viewBox: "0 0 24 24",
10491
10508
  width: "1.2em",
10492
10509
  height: "1.2em"
10493
10510
  };
10494
- function render$152(e, t) {
10495
- return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
10511
+ function render$156(e, t) {
10512
+ return openBlock(), createElementBlock("svg", _hoisted_1$174, [...t[0] ||= [createElementVNode("g", {
10496
10513
  fill: "none",
10497
10514
  stroke: "currentColor",
10498
10515
  "stroke-linecap": "round",
@@ -10509,14 +10526,14 @@ function render$152(e, t) {
10509
10526
  }
10510
10527
  var clipboard_default = {
10511
10528
  name: "lucide-clipboard",
10512
- render: render$152
10513
- }, _hoisted_1$171 = {
10529
+ render: render$156
10530
+ }, _hoisted_1$173 = {
10514
10531
  viewBox: "0 0 24 24",
10515
10532
  width: "1.2em",
10516
10533
  height: "1.2em"
10517
10534
  };
10518
- function render$151(e, t) {
10519
- return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
10535
+ function render$155(e, t) {
10536
+ return openBlock(), createElementBlock("svg", _hoisted_1$173, [...t[0] ||= [createElementVNode("g", {
10520
10537
  fill: "none",
10521
10538
  stroke: "currentColor",
10522
10539
  "stroke-linecap": "round",
@@ -10537,14 +10554,14 @@ function render$151(e, t) {
10537
10554
  }
10538
10555
  var clipboard_check_default = {
10539
10556
  name: "lucide-clipboard-check",
10540
- render: render$151
10541
- }, _hoisted_1$170 = {
10557
+ render: render$155
10558
+ }, _hoisted_1$172 = {
10542
10559
  viewBox: "0 0 24 24",
10543
10560
  width: "1.2em",
10544
10561
  height: "1.2em"
10545
10562
  };
10546
- function render$150(e, t) {
10547
- return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("g", {
10563
+ function render$154(e, t) {
10564
+ return openBlock(), createElementBlock("svg", _hoisted_1$172, [...t[0] ||= [createElementVNode("g", {
10548
10565
  fill: "none",
10549
10566
  stroke: "currentColor",
10550
10567
  "stroke-linecap": "round",
@@ -10561,14 +10578,14 @@ function render$150(e, t) {
10561
10578
  }
10562
10579
  var clipboard_list_default = {
10563
10580
  name: "lucide-clipboard-list",
10564
- render: render$150
10565
- }, _hoisted_1$169 = {
10581
+ render: render$154
10582
+ }, _hoisted_1$171 = {
10566
10583
  viewBox: "0 0 24 24",
10567
10584
  width: "1.2em",
10568
10585
  height: "1.2em"
10569
10586
  };
10570
- function render$149(e, t) {
10571
- return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
10587
+ function render$153(e, t) {
10588
+ return openBlock(), createElementBlock("svg", _hoisted_1$171, [...t[0] ||= [createElementVNode("g", {
10572
10589
  fill: "none",
10573
10590
  stroke: "currentColor",
10574
10591
  "stroke-linecap": "round",
@@ -10582,14 +10599,14 @@ function render$149(e, t) {
10582
10599
  }
10583
10600
  var clock_default = {
10584
10601
  name: "lucide-clock",
10585
- render: render$149
10586
- }, _hoisted_1$168 = {
10602
+ render: render$153
10603
+ }, _hoisted_1$170 = {
10587
10604
  viewBox: "0 0 24 24",
10588
10605
  width: "1.2em",
10589
10606
  height: "1.2em"
10590
10607
  };
10591
- function render$148(e, t) {
10592
- return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("path", {
10608
+ function render$152(e, t) {
10609
+ return openBlock(), createElementBlock("svg", _hoisted_1$170, [...t[0] ||= [createElementVNode("path", {
10593
10610
  fill: "none",
10594
10611
  stroke: "currentColor",
10595
10612
  "stroke-linecap": "round",
@@ -10600,14 +10617,14 @@ function render$148(e, t) {
10600
10617
  }
10601
10618
  var cloud_default = {
10602
10619
  name: "lucide-cloud",
10603
- render: render$148
10604
- }, _hoisted_1$167 = {
10620
+ render: render$152
10621
+ }, _hoisted_1$169 = {
10605
10622
  viewBox: "0 0 24 24",
10606
10623
  width: "1.2em",
10607
10624
  height: "1.2em"
10608
10625
  };
10609
- function render$147(e, t) {
10610
- return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("g", {
10626
+ function render$151(e, t) {
10627
+ return openBlock(), createElementBlock("svg", _hoisted_1$169, [...t[0] ||= [createElementVNode("g", {
10611
10628
  fill: "none",
10612
10629
  stroke: "currentColor",
10613
10630
  "stroke-linecap": "round",
@@ -10617,14 +10634,14 @@ function render$147(e, t) {
10617
10634
  }
10618
10635
  var cloud_download_default = {
10619
10636
  name: "lucide-cloud-download",
10620
- render: render$147
10621
- }, _hoisted_1$166 = {
10637
+ render: render$151
10638
+ }, _hoisted_1$168 = {
10622
10639
  viewBox: "0 0 24 24",
10623
10640
  width: "1.2em",
10624
10641
  height: "1.2em"
10625
10642
  };
10626
- function render$146(e, t) {
10627
- return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("path", {
10643
+ function render$150(e, t) {
10644
+ return openBlock(), createElementBlock("svg", _hoisted_1$168, [...t[0] ||= [createElementVNode("path", {
10628
10645
  fill: "none",
10629
10646
  stroke: "currentColor",
10630
10647
  "stroke-linecap": "round",
@@ -10635,14 +10652,14 @@ function render$146(e, t) {
10635
10652
  }
10636
10653
  var code_default = {
10637
10654
  name: "lucide-code",
10638
- render: render$146
10639
- }, _hoisted_1$165 = {
10655
+ render: render$150
10656
+ }, _hoisted_1$167 = {
10640
10657
  viewBox: "0 0 24 24",
10641
10658
  width: "1.2em",
10642
10659
  height: "1.2em"
10643
10660
  };
10644
- function render$145(e, t) {
10645
- return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("g", {
10661
+ function render$149(e, t) {
10662
+ return openBlock(), createElementBlock("svg", _hoisted_1$167, [...t[0] ||= [createElementVNode("g", {
10646
10663
  fill: "none",
10647
10664
  stroke: "currentColor",
10648
10665
  "stroke-linecap": "round",
@@ -10652,14 +10669,14 @@ function render$145(e, t) {
10652
10669
  }
10653
10670
  var cog_default = {
10654
10671
  name: "lucide-cog",
10655
- render: render$145
10656
- }, _hoisted_1$164 = {
10672
+ render: render$149
10673
+ }, _hoisted_1$166 = {
10657
10674
  viewBox: "0 0 24 24",
10658
10675
  width: "1.2em",
10659
10676
  height: "1.2em"
10660
10677
  };
10661
- function render$144(e, t) {
10662
- return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
10678
+ function render$148(e, t) {
10679
+ return openBlock(), createElementBlock("svg", _hoisted_1$166, [...t[0] ||= [createElementVNode("g", {
10663
10680
  fill: "none",
10664
10681
  stroke: "currentColor",
10665
10682
  "stroke-linecap": "round",
@@ -10673,14 +10690,14 @@ function render$144(e, t) {
10673
10690
  }
10674
10691
  var columns_3_cog_default = {
10675
10692
  name: "lucide-columns-3-cog",
10676
- render: render$144
10677
- }, _hoisted_1$163 = {
10693
+ render: render$148
10694
+ }, _hoisted_1$165 = {
10678
10695
  viewBox: "0 0 24 24",
10679
10696
  width: "1.2em",
10680
10697
  height: "1.2em"
10681
10698
  };
10682
- function render$143(e, t) {
10683
- return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
10699
+ function render$147(e, t) {
10700
+ return openBlock(), createElementBlock("svg", _hoisted_1$165, [...t[0] ||= [createElementVNode("g", {
10684
10701
  fill: "none",
10685
10702
  stroke: "currentColor",
10686
10703
  "stroke-linecap": "round",
@@ -10694,14 +10711,14 @@ function render$143(e, t) {
10694
10711
  }
10695
10712
  var contrast_default = {
10696
10713
  name: "lucide-contrast",
10697
- render: render$143
10698
- }, _hoisted_1$162 = {
10714
+ render: render$147
10715
+ }, _hoisted_1$164 = {
10699
10716
  viewBox: "0 0 24 24",
10700
10717
  width: "1.2em",
10701
10718
  height: "1.2em"
10702
10719
  };
10703
- function render$142(e, t) {
10704
- return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
10720
+ function render$146(e, t) {
10721
+ return openBlock(), createElementBlock("svg", _hoisted_1$164, [...t[0] ||= [createElementVNode("g", {
10705
10722
  fill: "none",
10706
10723
  stroke: "currentColor",
10707
10724
  "stroke-linecap": "round",
@@ -10718,14 +10735,14 @@ function render$142(e, t) {
10718
10735
  }
10719
10736
  var copy_default = {
10720
10737
  name: "lucide-copy",
10721
- render: render$142
10722
- }, _hoisted_1$161 = {
10738
+ render: render$146
10739
+ }, _hoisted_1$163 = {
10723
10740
  viewBox: "0 0 24 24",
10724
10741
  width: "1.2em",
10725
10742
  height: "1.2em"
10726
10743
  };
10727
- function render$141(e, t) {
10728
- return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("g", {
10744
+ function render$145(e, t) {
10745
+ return openBlock(), createElementBlock("svg", _hoisted_1$163, [...t[0] ||= [createElementVNode("g", {
10729
10746
  fill: "none",
10730
10747
  stroke: "currentColor",
10731
10748
  "stroke-linecap": "round",
@@ -10739,14 +10756,14 @@ function render$141(e, t) {
10739
10756
  }
10740
10757
  var crosshair_default = {
10741
10758
  name: "lucide-crosshair",
10742
- render: render$141
10743
- }, _hoisted_1$160 = {
10759
+ render: render$145
10760
+ }, _hoisted_1$162 = {
10744
10761
  viewBox: "0 0 24 24",
10745
10762
  width: "1.2em",
10746
10763
  height: "1.2em"
10747
10764
  };
10748
- function render$140(e, t) {
10749
- return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("g", {
10765
+ function render$144(e, t) {
10766
+ return openBlock(), createElementBlock("svg", _hoisted_1$162, [...t[0] ||= [createElementVNode("g", {
10750
10767
  fill: "none",
10751
10768
  stroke: "currentColor",
10752
10769
  "stroke-linecap": "round",
@@ -10765,14 +10782,14 @@ function render$140(e, t) {
10765
10782
  }
10766
10783
  var database_default = {
10767
10784
  name: "lucide-database",
10768
- render: render$140
10769
- }, _hoisted_1$159 = {
10785
+ render: render$144
10786
+ }, _hoisted_1$161 = {
10770
10787
  viewBox: "0 0 24 24",
10771
10788
  width: "1.2em",
10772
10789
  height: "1.2em"
10773
10790
  };
10774
- function render$139(e, t) {
10775
- return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("path", {
10791
+ function render$143(e, t) {
10792
+ return openBlock(), createElementBlock("svg", _hoisted_1$161, [...t[0] ||= [createElementVNode("path", {
10776
10793
  fill: "none",
10777
10794
  stroke: "currentColor",
10778
10795
  "stroke-linecap": "round",
@@ -10783,14 +10800,14 @@ function render$139(e, t) {
10783
10800
  }
10784
10801
  var door_open_default = {
10785
10802
  name: "lucide-door-open",
10786
- render: render$139
10787
- }, _hoisted_1$158 = {
10803
+ render: render$143
10804
+ }, _hoisted_1$160 = {
10788
10805
  viewBox: "0 0 24 24",
10789
10806
  width: "1.2em",
10790
10807
  height: "1.2em"
10791
10808
  };
10792
- function render$138(e, t) {
10793
- return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("circle", {
10809
+ function render$142(e, t) {
10810
+ return openBlock(), createElementBlock("svg", _hoisted_1$160, [...t[0] ||= [createElementVNode("circle", {
10794
10811
  cx: "12.1",
10795
10812
  cy: "12.1",
10796
10813
  r: "1",
@@ -10803,14 +10820,14 @@ function render$138(e, t) {
10803
10820
  }
10804
10821
  var dot_default = {
10805
10822
  name: "lucide-dot",
10806
- render: render$138
10807
- }, _hoisted_1$157 = {
10823
+ render: render$142
10824
+ }, _hoisted_1$159 = {
10808
10825
  viewBox: "0 0 24 24",
10809
10826
  width: "1.2em",
10810
10827
  height: "1.2em"
10811
10828
  };
10812
- function render$137(e, t) {
10813
- return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
10829
+ function render$141(e, t) {
10830
+ return openBlock(), createElementBlock("svg", _hoisted_1$159, [...t[0] ||= [createElementVNode("g", {
10814
10831
  fill: "none",
10815
10832
  stroke: "currentColor",
10816
10833
  "stroke-linecap": "round",
@@ -10820,14 +10837,14 @@ function render$137(e, t) {
10820
10837
  }
10821
10838
  var download_default = {
10822
10839
  name: "lucide-download",
10823
- render: render$137
10824
- }, _hoisted_1$156 = {
10840
+ render: render$141
10841
+ }, _hoisted_1$158 = {
10825
10842
  viewBox: "0 0 24 24",
10826
10843
  width: "1.2em",
10827
10844
  height: "1.2em"
10828
10845
  };
10829
- function render$136(e, t) {
10830
- return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
10846
+ function render$140(e, t) {
10847
+ return openBlock(), createElementBlock("svg", _hoisted_1$158, [...t[0] ||= [createElementVNode("g", {
10831
10848
  fill: "none",
10832
10849
  stroke: "currentColor",
10833
10850
  "stroke-linecap": "round",
@@ -10841,14 +10858,14 @@ function render$136(e, t) {
10841
10858
  }
10842
10859
  var earth_default = {
10843
10860
  name: "lucide-earth",
10844
- render: render$136
10845
- }, _hoisted_1$155 = {
10861
+ render: render$140
10862
+ }, _hoisted_1$157 = {
10846
10863
  viewBox: "0 0 24 24",
10847
10864
  width: "1.2em",
10848
10865
  height: "1.2em"
10849
10866
  };
10850
- function render$135(e, t) {
10851
- return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("g", {
10867
+ function render$139(e, t) {
10868
+ return openBlock(), createElementBlock("svg", _hoisted_1$157, [...t[0] ||= [createElementVNode("g", {
10852
10869
  fill: "none",
10853
10870
  stroke: "currentColor",
10854
10871
  "stroke-linecap": "round",
@@ -10874,14 +10891,14 @@ function render$135(e, t) {
10874
10891
  }
10875
10892
  var ellipsis_default = {
10876
10893
  name: "lucide-ellipsis",
10877
- render: render$135
10878
- }, _hoisted_1$154 = {
10894
+ render: render$139
10895
+ }, _hoisted_1$156 = {
10879
10896
  viewBox: "0 0 24 24",
10880
10897
  width: "1.2em",
10881
10898
  height: "1.2em"
10882
10899
  };
10883
- function render$134(e, t) {
10884
- return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("g", {
10900
+ function render$138(e, t) {
10901
+ return openBlock(), createElementBlock("svg", _hoisted_1$156, [...t[0] ||= [createElementVNode("g", {
10885
10902
  fill: "none",
10886
10903
  stroke: "currentColor",
10887
10904
  "stroke-linecap": "round",
@@ -10907,14 +10924,14 @@ function render$134(e, t) {
10907
10924
  }
10908
10925
  var ellipsis_vertical_default = {
10909
10926
  name: "lucide-ellipsis-vertical",
10910
- render: render$134
10911
- }, _hoisted_1$153 = {
10927
+ render: render$138
10928
+ }, _hoisted_1$155 = {
10912
10929
  viewBox: "0 0 24 24",
10913
10930
  width: "1.2em",
10914
10931
  height: "1.2em"
10915
10932
  };
10916
- function render$133(e, t) {
10917
- return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
10933
+ function render$137(e, t) {
10934
+ return openBlock(), createElementBlock("svg", _hoisted_1$155, [...t[0] ||= [createElementVNode("path", {
10918
10935
  fill: "none",
10919
10936
  stroke: "currentColor",
10920
10937
  "stroke-linecap": "round",
@@ -10925,14 +10942,14 @@ function render$133(e, t) {
10925
10942
  }
10926
10943
  var equal_default = {
10927
10944
  name: "lucide-equal",
10928
- render: render$133
10929
- }, _hoisted_1$152 = {
10945
+ render: render$137
10946
+ }, _hoisted_1$154 = {
10930
10947
  viewBox: "0 0 24 24",
10931
10948
  width: "1.2em",
10932
10949
  height: "1.2em"
10933
10950
  };
10934
- function render$132(e, t) {
10935
- return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("path", {
10951
+ function render$136(e, t) {
10952
+ return openBlock(), createElementBlock("svg", _hoisted_1$154, [...t[0] ||= [createElementVNode("path", {
10936
10953
  fill: "none",
10937
10954
  stroke: "currentColor",
10938
10955
  "stroke-linecap": "round",
@@ -10943,14 +10960,14 @@ function render$132(e, t) {
10943
10960
  }
10944
10961
  var expand_default = {
10945
10962
  name: "lucide-expand",
10946
- render: render$132
10947
- }, _hoisted_1$151 = {
10963
+ render: render$136
10964
+ }, _hoisted_1$153 = {
10948
10965
  viewBox: "0 0 24 24",
10949
10966
  width: "1.2em",
10950
10967
  height: "1.2em"
10951
10968
  };
10952
- function render$131(e, t) {
10953
- return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("path", {
10969
+ function render$135(e, t) {
10970
+ return openBlock(), createElementBlock("svg", _hoisted_1$153, [...t[0] ||= [createElementVNode("path", {
10954
10971
  fill: "none",
10955
10972
  stroke: "currentColor",
10956
10973
  "stroke-linecap": "round",
@@ -10961,14 +10978,14 @@ function render$131(e, t) {
10961
10978
  }
10962
10979
  var external_link_default = {
10963
10980
  name: "lucide-external-link",
10964
- render: render$131
10965
- }, _hoisted_1$150 = {
10981
+ render: render$135
10982
+ }, _hoisted_1$152 = {
10966
10983
  viewBox: "0 0 24 24",
10967
10984
  width: "1.2em",
10968
10985
  height: "1.2em"
10969
10986
  };
10970
- function render$130(e, t) {
10971
- return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
10987
+ function render$134(e, t) {
10988
+ return openBlock(), createElementBlock("svg", _hoisted_1$152, [...t[0] ||= [createElementVNode("g", {
10972
10989
  fill: "none",
10973
10990
  stroke: "currentColor",
10974
10991
  "stroke-linecap": "round",
@@ -10982,14 +10999,14 @@ function render$130(e, t) {
10982
10999
  }
10983
11000
  var eye_default = {
10984
11001
  name: "lucide-eye",
10985
- render: render$130
10986
- }, _hoisted_1$149 = {
11002
+ render: render$134
11003
+ }, _hoisted_1$151 = {
10987
11004
  viewBox: "0 0 24 24",
10988
11005
  width: "1.2em",
10989
11006
  height: "1.2em"
10990
11007
  };
10991
- function render$129(e, t) {
10992
- return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
11008
+ function render$133(e, t) {
11009
+ return openBlock(), createElementBlock("svg", _hoisted_1$151, [...t[0] ||= [createElementVNode("g", {
10993
11010
  fill: "none",
10994
11011
  stroke: "currentColor",
10995
11012
  "stroke-linecap": "round",
@@ -10999,14 +11016,14 @@ function render$129(e, t) {
10999
11016
  }
11000
11017
  var eye_off_default = {
11001
11018
  name: "lucide-eye-off",
11002
- render: render$129
11003
- }, _hoisted_1$148 = {
11019
+ render: render$133
11020
+ }, _hoisted_1$150 = {
11004
11021
  viewBox: "0 0 24 24",
11005
11022
  width: "1.2em",
11006
11023
  height: "1.2em"
11007
11024
  };
11008
- function render$128(e, t) {
11009
- return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
11025
+ function render$132(e, t) {
11026
+ return openBlock(), createElementBlock("svg", _hoisted_1$150, [...t[0] ||= [createElementVNode("g", {
11010
11027
  fill: "none",
11011
11028
  stroke: "currentColor",
11012
11029
  "stroke-linecap": "round",
@@ -11016,14 +11033,14 @@ function render$128(e, t) {
11016
11033
  }
11017
11034
  var file_default = {
11018
11035
  name: "lucide-file",
11019
- render: render$128
11020
- }, _hoisted_1$147 = {
11036
+ render: render$132
11037
+ }, _hoisted_1$149 = {
11021
11038
  viewBox: "0 0 24 24",
11022
11039
  width: "1.2em",
11023
11040
  height: "1.2em"
11024
11041
  };
11025
- function render$127(e, t) {
11026
- return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("g", {
11042
+ function render$131(e, t) {
11043
+ return openBlock(), createElementBlock("svg", _hoisted_1$149, [...t[0] ||= [createElementVNode("g", {
11027
11044
  fill: "none",
11028
11045
  stroke: "currentColor",
11029
11046
  "stroke-linecap": "round",
@@ -11041,14 +11058,14 @@ function render$127(e, t) {
11041
11058
  }
11042
11059
  var file_archive_default = {
11043
11060
  name: "lucide-file-archive",
11044
- render: render$127
11045
- }, _hoisted_1$146 = {
11061
+ render: render$131
11062
+ }, _hoisted_1$148 = {
11046
11063
  viewBox: "0 0 24 24",
11047
11064
  width: "1.2em",
11048
11065
  height: "1.2em"
11049
11066
  };
11050
- function render$126(e, t) {
11051
- return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
11067
+ function render$130(e, t) {
11068
+ return openBlock(), createElementBlock("svg", _hoisted_1$148, [...t[0] ||= [createElementVNode("g", {
11052
11069
  fill: "none",
11053
11070
  stroke: "currentColor",
11054
11071
  "stroke-linecap": "round",
@@ -11058,14 +11075,14 @@ function render$126(e, t) {
11058
11075
  }
11059
11076
  var file_code_default = {
11060
11077
  name: "lucide-file-code",
11061
- render: render$126
11062
- }, _hoisted_1$145 = {
11078
+ render: render$130
11079
+ }, _hoisted_1$147 = {
11063
11080
  viewBox: "0 0 24 24",
11064
11081
  width: "1.2em",
11065
11082
  height: "1.2em"
11066
11083
  };
11067
- function render$125(e, t) {
11068
- return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("path", {
11084
+ function render$129(e, t) {
11085
+ return openBlock(), createElementBlock("svg", _hoisted_1$147, [...t[0] ||= [createElementVNode("path", {
11069
11086
  fill: "none",
11070
11087
  stroke: "currentColor",
11071
11088
  "stroke-linecap": "round",
@@ -11076,14 +11093,14 @@ function render$125(e, t) {
11076
11093
  }
11077
11094
  var file_diff_default = {
11078
11095
  name: "lucide-file-diff",
11079
- render: render$125
11080
- }, _hoisted_1$144 = {
11096
+ render: render$129
11097
+ }, _hoisted_1$146 = {
11081
11098
  viewBox: "0 0 24 24",
11082
11099
  width: "1.2em",
11083
11100
  height: "1.2em"
11084
11101
  };
11085
- function render$124(e, t) {
11086
- return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("g", {
11102
+ function render$128(e, t) {
11103
+ return openBlock(), createElementBlock("svg", _hoisted_1$146, [...t[0] ||= [createElementVNode("g", {
11087
11104
  fill: "none",
11088
11105
  stroke: "currentColor",
11089
11106
  "stroke-linecap": "round",
@@ -11093,14 +11110,14 @@ function render$124(e, t) {
11093
11110
  }
11094
11111
  var file_down_default = {
11095
11112
  name: "lucide-file-down",
11096
- render: render$124
11097
- }, _hoisted_1$143 = {
11113
+ render: render$128
11114
+ }, _hoisted_1$145 = {
11098
11115
  viewBox: "0 0 24 24",
11099
11116
  width: "1.2em",
11100
11117
  height: "1.2em"
11101
11118
  };
11102
- function render$123(e, t) {
11103
- return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
11119
+ function render$127(e, t) {
11120
+ return openBlock(), createElementBlock("svg", _hoisted_1$145, [...t[0] ||= [createElementVNode("g", {
11104
11121
  fill: "none",
11105
11122
  stroke: "currentColor",
11106
11123
  "stroke-linecap": "round",
@@ -11110,14 +11127,14 @@ function render$123(e, t) {
11110
11127
  }
11111
11128
  var file_input_default = {
11112
11129
  name: "lucide-file-input",
11113
- render: render$123
11114
- }, _hoisted_1$142 = {
11130
+ render: render$127
11131
+ }, _hoisted_1$144 = {
11115
11132
  viewBox: "0 0 24 24",
11116
11133
  width: "1.2em",
11117
11134
  height: "1.2em"
11118
11135
  };
11119
- function render$122(e, t) {
11120
- return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
11136
+ function render$126(e, t) {
11137
+ return openBlock(), createElementBlock("svg", _hoisted_1$144, [...t[0] ||= [createElementVNode("g", {
11121
11138
  fill: "none",
11122
11139
  stroke: "currentColor",
11123
11140
  "stroke-linecap": "round",
@@ -11131,14 +11148,14 @@ function render$122(e, t) {
11131
11148
  }
11132
11149
  var file_output_default = {
11133
11150
  name: "lucide-file-output",
11134
- render: render$122
11135
- }, _hoisted_1$141 = {
11151
+ render: render$126
11152
+ }, _hoisted_1$143 = {
11136
11153
  viewBox: "0 0 24 24",
11137
11154
  width: "1.2em",
11138
11155
  height: "1.2em"
11139
11156
  };
11140
- function render$121(e, t) {
11141
- return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
11157
+ function render$125(e, t) {
11158
+ return openBlock(), createElementBlock("svg", _hoisted_1$143, [...t[0] ||= [createElementVNode("g", {
11142
11159
  fill: "none",
11143
11160
  stroke: "currentColor",
11144
11161
  "stroke-linecap": "round",
@@ -11148,14 +11165,14 @@ function render$121(e, t) {
11148
11165
  }
11149
11166
  var file_text_default = {
11150
11167
  name: "lucide-file-text",
11151
- render: render$121
11152
- }, _hoisted_1$140 = {
11168
+ render: render$125
11169
+ }, _hoisted_1$142 = {
11153
11170
  viewBox: "0 0 24 24",
11154
11171
  width: "1.2em",
11155
11172
  height: "1.2em"
11156
11173
  };
11157
- function render$120(e, t) {
11158
- return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("g", {
11174
+ function render$124(e, t) {
11175
+ return openBlock(), createElementBlock("svg", _hoisted_1$142, [...t[0] ||= [createElementVNode("g", {
11159
11176
  fill: "none",
11160
11177
  stroke: "currentColor",
11161
11178
  "stroke-linecap": "round",
@@ -11169,14 +11186,14 @@ function render$120(e, t) {
11169
11186
  }
11170
11187
  var files_default = {
11171
11188
  name: "lucide-files",
11172
- render: render$120
11173
- }, _hoisted_1$139 = {
11189
+ render: render$124
11190
+ }, _hoisted_1$141 = {
11174
11191
  viewBox: "0 0 24 24",
11175
11192
  width: "1.2em",
11176
11193
  height: "1.2em"
11177
11194
  };
11178
- function render$119(e, t) {
11179
- return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("g", {
11195
+ function render$123(e, t) {
11196
+ return openBlock(), createElementBlock("svg", _hoisted_1$141, [...t[0] ||= [createElementVNode("g", {
11180
11197
  fill: "none",
11181
11198
  stroke: "currentColor",
11182
11199
  "stroke-linecap": "round",
@@ -11186,14 +11203,14 @@ function render$119(e, t) {
11186
11203
  }
11187
11204
  var fingerprint_default = {
11188
11205
  name: "lucide-fingerprint",
11189
- render: render$119
11190
- }, _hoisted_1$138 = {
11206
+ render: render$123
11207
+ }, _hoisted_1$140 = {
11191
11208
  viewBox: "0 0 24 24",
11192
11209
  width: "1.2em",
11193
11210
  height: "1.2em"
11194
11211
  };
11195
- function render$118(e, t) {
11196
- return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("path", {
11212
+ function render$122(e, t) {
11213
+ return openBlock(), createElementBlock("svg", _hoisted_1$140, [...t[0] ||= [createElementVNode("path", {
11197
11214
  fill: "none",
11198
11215
  stroke: "currentColor",
11199
11216
  "stroke-linecap": "round",
@@ -11204,14 +11221,14 @@ function render$118(e, t) {
11204
11221
  }
11205
11222
  var flask_conical_default = {
11206
11223
  name: "lucide-flask-conical",
11207
- render: render$118
11208
- }, _hoisted_1$137 = {
11224
+ render: render$122
11225
+ }, _hoisted_1$139 = {
11209
11226
  viewBox: "0 0 24 24",
11210
11227
  width: "1.2em",
11211
11228
  height: "1.2em"
11212
11229
  };
11213
- function render$117(e, t) {
11214
- return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("path", {
11230
+ function render$121(e, t) {
11231
+ return openBlock(), createElementBlock("svg", _hoisted_1$139, [...t[0] ||= [createElementVNode("path", {
11215
11232
  fill: "none",
11216
11233
  stroke: "currentColor",
11217
11234
  "stroke-linecap": "round",
@@ -11222,14 +11239,14 @@ function render$117(e, t) {
11222
11239
  }
11223
11240
  var folder_default = {
11224
11241
  name: "lucide-folder",
11225
- render: render$117
11226
- }, _hoisted_1$136 = {
11242
+ render: render$121
11243
+ }, _hoisted_1$138 = {
11227
11244
  viewBox: "0 0 24 24",
11228
11245
  width: "1.2em",
11229
11246
  height: "1.2em"
11230
11247
  };
11231
- function render$116(e, t) {
11232
- return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("path", {
11248
+ function render$120(e, t) {
11249
+ return openBlock(), createElementBlock("svg", _hoisted_1$138, [...t[0] ||= [createElementVNode("path", {
11233
11250
  fill: "none",
11234
11251
  stroke: "currentColor",
11235
11252
  "stroke-linecap": "round",
@@ -11240,14 +11257,14 @@ function render$116(e, t) {
11240
11257
  }
11241
11258
  var folder_open_default = {
11242
11259
  name: "lucide-folder-open",
11243
- render: render$116
11244
- }, _hoisted_1$135 = {
11260
+ render: render$120
11261
+ }, _hoisted_1$137 = {
11245
11262
  viewBox: "0 0 24 24",
11246
11263
  width: "1.2em",
11247
11264
  height: "1.2em"
11248
11265
  };
11249
- function render$115(e, t) {
11250
- return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("path", {
11266
+ function render$119(e, t) {
11267
+ return openBlock(), createElementBlock("svg", _hoisted_1$137, [...t[0] ||= [createElementVNode("path", {
11251
11268
  fill: "none",
11252
11269
  stroke: "currentColor",
11253
11270
  "stroke-linecap": "round",
@@ -11258,14 +11275,14 @@ function render$115(e, t) {
11258
11275
  }
11259
11276
  var folder_plus_default = {
11260
11277
  name: "lucide-folder-plus",
11261
- render: render$115
11262
- }, _hoisted_1$134 = {
11278
+ render: render$119
11279
+ }, _hoisted_1$136 = {
11263
11280
  viewBox: "0 0 24 24",
11264
11281
  width: "1.2em",
11265
11282
  height: "1.2em"
11266
11283
  };
11267
- function render$114(e, t) {
11268
- return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("path", {
11284
+ function render$118(e, t) {
11285
+ return openBlock(), createElementBlock("svg", _hoisted_1$136, [...t[0] ||= [createElementVNode("path", {
11269
11286
  fill: "none",
11270
11287
  stroke: "currentColor",
11271
11288
  "stroke-linecap": "round",
@@ -11276,14 +11293,14 @@ function render$114(e, t) {
11276
11293
  }
11277
11294
  var funnel_default = {
11278
11295
  name: "lucide-funnel",
11279
- render: render$114
11280
- }, _hoisted_1$133 = {
11296
+ render: render$118
11297
+ }, _hoisted_1$135 = {
11281
11298
  viewBox: "0 0 24 24",
11282
11299
  width: "1.2em",
11283
11300
  height: "1.2em"
11284
11301
  };
11285
- function render$113(e, t) {
11286
- return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createElementVNode("g", {
11302
+ function render$117(e, t) {
11303
+ return openBlock(), createElementBlock("svg", _hoisted_1$135, [...t[0] ||= [createElementVNode("g", {
11287
11304
  fill: "none",
11288
11305
  stroke: "currentColor",
11289
11306
  "stroke-linecap": "round",
@@ -11293,14 +11310,14 @@ function render$113(e, t) {
11293
11310
  }
11294
11311
  var gem_default = {
11295
11312
  name: "lucide-gem",
11296
- render: render$113
11297
- }, _hoisted_1$132 = {
11313
+ render: render$117
11314
+ }, _hoisted_1$134 = {
11298
11315
  viewBox: "0 0 24 24",
11299
11316
  width: "1.2em",
11300
11317
  height: "1.2em"
11301
11318
  };
11302
- function render$112(e, t) {
11303
- return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
11319
+ function render$116(e, t) {
11320
+ return openBlock(), createElementBlock("svg", _hoisted_1$134, [...t[0] ||= [createElementVNode("g", {
11304
11321
  fill: "none",
11305
11322
  stroke: "currentColor",
11306
11323
  "stroke-linecap": "round",
@@ -11316,25 +11333,25 @@ function render$112(e, t) {
11316
11333
  }
11317
11334
  var gift_default = {
11318
11335
  name: "lucide-gift",
11319
- render: render$112
11320
- }, _hoisted_1$131 = {
11336
+ render: render$116
11337
+ }, _hoisted_1$133 = {
11321
11338
  viewBox: "0 0 24 24",
11322
11339
  width: "1.2em",
11323
11340
  height: "1.2em"
11324
11341
  };
11325
- function render$111(e, t) {
11326
- return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"></path><circle cx=\"18\" cy=\"6\" r=\"3\"></circle><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M18 9a9 9 0 0 1-9 9\"></path></g>", 1)]]);
11342
+ function render$115(e, t) {
11343
+ return openBlock(), createElementBlock("svg", _hoisted_1$133, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"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)]]);
11327
11344
  }
11328
11345
  var git_branch_default = {
11329
11346
  name: "lucide-git-branch",
11330
- render: render$111
11331
- }, _hoisted_1$130 = {
11347
+ render: render$115
11348
+ }, _hoisted_1$132 = {
11332
11349
  viewBox: "0 0 24 24",
11333
11350
  width: "1.2em",
11334
11351
  height: "1.2em"
11335
11352
  };
11336
- function render$110(e, t) {
11337
- return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
11353
+ function render$114(e, t) {
11354
+ return openBlock(), createElementBlock("svg", _hoisted_1$132, [...t[0] ||= [createElementVNode("g", {
11338
11355
  fill: "none",
11339
11356
  stroke: "currentColor",
11340
11357
  "stroke-linecap": "round",
@@ -11348,14 +11365,14 @@ function render$110(e, t) {
11348
11365
  }
11349
11366
  var globe_default = {
11350
11367
  name: "lucide-globe",
11351
- render: render$110
11352
- }, _hoisted_1$129 = {
11368
+ render: render$114
11369
+ }, _hoisted_1$131 = {
11353
11370
  viewBox: "0 0 24 24",
11354
11371
  width: "1.2em",
11355
11372
  height: "1.2em"
11356
11373
  };
11357
- function render$109(e, t) {
11358
- return openBlock(), createElementBlock("svg", _hoisted_1$129, [...t[0] ||= [createElementVNode("g", {
11374
+ function render$113(e, t) {
11375
+ return openBlock(), createElementBlock("svg", _hoisted_1$131, [...t[0] ||= [createElementVNode("g", {
11359
11376
  fill: "none",
11360
11377
  stroke: "currentColor",
11361
11378
  "stroke-linecap": "round",
@@ -11365,14 +11382,14 @@ function render$109(e, t) {
11365
11382
  }
11366
11383
  var graduation_cap_default = {
11367
11384
  name: "lucide-graduation-cap",
11368
- render: render$109
11369
- }, _hoisted_1$128 = {
11385
+ render: render$113
11386
+ }, _hoisted_1$130 = {
11370
11387
  viewBox: "0 0 24 24",
11371
11388
  width: "1.2em",
11372
11389
  height: "1.2em"
11373
11390
  };
11374
- function render$108(e, t) {
11375
- return openBlock(), createElementBlock("svg", _hoisted_1$128, [...t[0] ||= [createElementVNode("g", {
11391
+ function render$112(e, t) {
11392
+ return openBlock(), createElementBlock("svg", _hoisted_1$130, [...t[0] ||= [createElementVNode("g", {
11376
11393
  fill: "none",
11377
11394
  stroke: "currentColor",
11378
11395
  "stroke-linecap": "round",
@@ -11388,36 +11405,36 @@ function render$108(e, t) {
11388
11405
  }
11389
11406
  var grid_2x2_default = {
11390
11407
  name: "lucide-grid-2x2",
11391
- render: render$108
11392
- }, _hoisted_1$127 = {
11408
+ render: render$112
11409
+ }, _hoisted_1$129 = {
11393
11410
  viewBox: "0 0 24 24",
11394
11411
  width: "1.2em",
11395
11412
  height: "1.2em"
11396
11413
  };
11397
- function render$107(e, t) {
11398
- return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9\" cy=\"12\" r=\"1\"></circle><circle cx=\"9\" cy=\"5\" r=\"1\"></circle><circle cx=\"9\" cy=\"19\" r=\"1\"></circle><circle cx=\"15\" cy=\"12\" r=\"1\"></circle><circle cx=\"15\" cy=\"5\" r=\"1\"></circle><circle cx=\"15\" cy=\"19\" r=\"1\"></circle></g>", 1)]]);
11414
+ function render$111(e, t) {
11415
+ return openBlock(), createElementBlock("svg", _hoisted_1$129, [...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)]]);
11399
11416
  }
11400
11417
  var grip_vertical_default = {
11401
11418
  name: "lucide-grip-vertical",
11402
- render: render$107
11403
- }, _hoisted_1$126 = {
11419
+ render: render$111
11420
+ }, _hoisted_1$128 = {
11404
11421
  viewBox: "0 0 24 24",
11405
11422
  width: "1.2em",
11406
11423
  height: "1.2em"
11407
11424
  };
11408
- function render$106(e, t) {
11409
- return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17\"></path><path d=\"m7 21l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9M2 16l6 6\"></path><circle cx=\"16\" cy=\"9\" r=\"2.9\"></circle><circle cx=\"6\" cy=\"5\" r=\"3\"></circle></g>", 1)]]);
11425
+ function render$110(e, t) {
11426
+ 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=\"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)]]);
11410
11427
  }
11411
11428
  var hand_coins_default = {
11412
11429
  name: "lucide-hand-coins",
11413
- render: render$106
11414
- }, _hoisted_1$125 = {
11430
+ render: render$110
11431
+ }, _hoisted_1$127 = {
11415
11432
  viewBox: "0 0 24 24",
11416
11433
  width: "1.2em",
11417
11434
  height: "1.2em"
11418
11435
  };
11419
- function render$105(e, t) {
11420
- return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
11436
+ function render$109(e, t) {
11437
+ return openBlock(), createElementBlock("svg", _hoisted_1$127, [...t[0] ||= [createElementVNode("g", {
11421
11438
  fill: "none",
11422
11439
  stroke: "currentColor",
11423
11440
  "stroke-linecap": "round",
@@ -11431,14 +11448,14 @@ function render$105(e, t) {
11431
11448
  }
11432
11449
  var handshake_default = {
11433
11450
  name: "lucide-handshake",
11434
- render: render$105
11435
- }, _hoisted_1$124 = {
11451
+ render: render$109
11452
+ }, _hoisted_1$126 = {
11436
11453
  viewBox: "0 0 24 24",
11437
11454
  width: "1.2em",
11438
11455
  height: "1.2em"
11439
11456
  };
11440
- function render$104(e, t) {
11441
- return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("path", {
11457
+ function render$108(e, t) {
11458
+ return openBlock(), createElementBlock("svg", _hoisted_1$126, [...t[0] ||= [createElementVNode("path", {
11442
11459
  fill: "none",
11443
11460
  stroke: "currentColor",
11444
11461
  "stroke-linecap": "round",
@@ -11449,14 +11466,14 @@ function render$104(e, t) {
11449
11466
  }
11450
11467
  var hard_drive_default = {
11451
11468
  name: "lucide-hard-drive",
11452
- render: render$104
11453
- }, _hoisted_1$123 = {
11469
+ render: render$108
11470
+ }, _hoisted_1$125 = {
11454
11471
  viewBox: "0 0 24 24",
11455
11472
  width: "1.2em",
11456
11473
  height: "1.2em"
11457
11474
  };
11458
- function render$103(e, t) {
11459
- return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
11475
+ function render$107(e, t) {
11476
+ return openBlock(), createElementBlock("svg", _hoisted_1$125, [...t[0] ||= [createElementVNode("g", {
11460
11477
  fill: "none",
11461
11478
  stroke: "currentColor",
11462
11479
  "stroke-linecap": "round",
@@ -11476,14 +11493,14 @@ function render$103(e, t) {
11476
11493
  }
11477
11494
  var hard_drive_download_default = {
11478
11495
  name: "lucide-hard-drive-download",
11479
- render: render$103
11480
- }, _hoisted_1$122 = {
11496
+ render: render$107
11497
+ }, _hoisted_1$124 = {
11481
11498
  viewBox: "0 0 24 24",
11482
11499
  width: "1.2em",
11483
11500
  height: "1.2em"
11484
11501
  };
11485
- function render$102(e, t) {
11486
- return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
11502
+ function render$106(e, t) {
11503
+ return openBlock(), createElementBlock("svg", _hoisted_1$124, [...t[0] ||= [createElementVNode("path", {
11487
11504
  fill: "none",
11488
11505
  stroke: "currentColor",
11489
11506
  "stroke-linecap": "round",
@@ -11494,14 +11511,14 @@ function render$102(e, t) {
11494
11511
  }
11495
11512
  var hash_default = {
11496
11513
  name: "lucide-hash",
11497
- render: render$102
11498
- }, _hoisted_1$121 = {
11514
+ render: render$106
11515
+ }, _hoisted_1$123 = {
11499
11516
  viewBox: "0 0 24 24",
11500
11517
  width: "1.2em",
11501
11518
  height: "1.2em"
11502
11519
  };
11503
- function render$101(e, t) {
11504
- return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("g", {
11520
+ function render$105(e, t) {
11521
+ return openBlock(), createElementBlock("svg", _hoisted_1$123, [...t[0] ||= [createElementVNode("g", {
11505
11522
  fill: "none",
11506
11523
  stroke: "currentColor",
11507
11524
  "stroke-linecap": "round",
@@ -11511,14 +11528,14 @@ function render$101(e, t) {
11511
11528
  }
11512
11529
  var history_default = {
11513
11530
  name: "lucide-history",
11514
- render: render$101
11515
- }, _hoisted_1$120 = {
11531
+ render: render$105
11532
+ }, _hoisted_1$122 = {
11516
11533
  viewBox: "0 0 24 24",
11517
11534
  width: "1.2em",
11518
11535
  height: "1.2em"
11519
11536
  };
11520
- function render$100(e, t) {
11521
- return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("path", {
11537
+ function render$104(e, t) {
11538
+ return openBlock(), createElementBlock("svg", _hoisted_1$122, [...t[0] ||= [createElementVNode("path", {
11522
11539
  fill: "none",
11523
11540
  stroke: "currentColor",
11524
11541
  "stroke-linecap": "round",
@@ -11529,14 +11546,14 @@ function render$100(e, t) {
11529
11546
  }
11530
11547
  var hourglass_default = {
11531
11548
  name: "lucide-hourglass",
11532
- render: render$100
11533
- }, _hoisted_1$119 = {
11549
+ render: render$104
11550
+ }, _hoisted_1$121 = {
11534
11551
  viewBox: "0 0 24 24",
11535
11552
  width: "1.2em",
11536
11553
  height: "1.2em"
11537
11554
  };
11538
- function render$99(e, t) {
11539
- return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
11555
+ function render$103(e, t) {
11556
+ return openBlock(), createElementBlock("svg", _hoisted_1$121, [...t[0] ||= [createElementVNode("g", {
11540
11557
  fill: "none",
11541
11558
  stroke: "currentColor",
11542
11559
  "stroke-linecap": "round",
@@ -11546,14 +11563,14 @@ function render$99(e, t) {
11546
11563
  }
11547
11564
  var house_default = {
11548
11565
  name: "lucide-house",
11549
- render: render$99
11550
- }, _hoisted_1$118 = {
11566
+ render: render$103
11567
+ }, _hoisted_1$120 = {
11551
11568
  viewBox: "0 0 24 24",
11552
11569
  width: "1.2em",
11553
11570
  height: "1.2em"
11554
11571
  };
11555
- function render$98(e, t) {
11556
- return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("g", {
11572
+ function render$102(e, t) {
11573
+ return openBlock(), createElementBlock("svg", _hoisted_1$120, [...t[0] ||= [createElementVNode("g", {
11557
11574
  fill: "none",
11558
11575
  stroke: "currentColor",
11559
11576
  "stroke-linecap": "round",
@@ -11578,14 +11595,14 @@ function render$98(e, t) {
11578
11595
  }
11579
11596
  var image_default = {
11580
11597
  name: "lucide-image",
11581
- render: render$98
11582
- }, _hoisted_1$117 = {
11598
+ render: render$102
11599
+ }, _hoisted_1$119 = {
11583
11600
  viewBox: "0 0 24 24",
11584
11601
  width: "1.2em",
11585
11602
  height: "1.2em"
11586
11603
  };
11587
- function render$97(e, t) {
11588
- return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
11604
+ function render$101(e, t) {
11605
+ return openBlock(), createElementBlock("svg", _hoisted_1$119, [...t[0] ||= [createElementVNode("g", {
11589
11606
  fill: "none",
11590
11607
  stroke: "currentColor",
11591
11608
  "stroke-linecap": "round",
@@ -11595,14 +11612,14 @@ function render$97(e, t) {
11595
11612
  }
11596
11613
  var inbox_default = {
11597
11614
  name: "lucide-inbox",
11598
- render: render$97
11599
- }, _hoisted_1$116 = {
11615
+ render: render$101
11616
+ }, _hoisted_1$118 = {
11600
11617
  viewBox: "0 0 24 24",
11601
11618
  width: "1.2em",
11602
11619
  height: "1.2em"
11603
11620
  };
11604
- function render$96(e, t) {
11605
- return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("g", {
11621
+ function render$100(e, t) {
11622
+ return openBlock(), createElementBlock("svg", _hoisted_1$118, [...t[0] ||= [createElementVNode("g", {
11606
11623
  fill: "none",
11607
11624
  stroke: "currentColor",
11608
11625
  "stroke-linecap": "round",
@@ -11616,14 +11633,14 @@ function render$96(e, t) {
11616
11633
  }
11617
11634
  var info_default = {
11618
11635
  name: "lucide-info",
11619
- render: render$96
11620
- }, _hoisted_1$115 = {
11636
+ render: render$100
11637
+ }, _hoisted_1$117 = {
11621
11638
  viewBox: "0 0 24 24",
11622
11639
  width: "1.2em",
11623
11640
  height: "1.2em"
11624
11641
  };
11625
- function render$95(e, t) {
11626
- return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("g", {
11642
+ function render$99(e, t) {
11643
+ return openBlock(), createElementBlock("svg", _hoisted_1$117, [...t[0] ||= [createElementVNode("g", {
11627
11644
  fill: "none",
11628
11645
  stroke: "currentColor",
11629
11646
  "stroke-linecap": "round",
@@ -11638,14 +11655,14 @@ function render$95(e, t) {
11638
11655
  }
11639
11656
  var key_round_default = {
11640
11657
  name: "lucide-key-round",
11641
- render: render$95
11642
- }, _hoisted_1$114 = {
11658
+ render: render$99
11659
+ }, _hoisted_1$116 = {
11643
11660
  viewBox: "0 0 24 24",
11644
11661
  width: "1.2em",
11645
11662
  height: "1.2em"
11646
11663
  };
11647
- function render$94(e, t) {
11648
- return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
11664
+ function render$98(e, t) {
11665
+ return openBlock(), createElementBlock("svg", _hoisted_1$116, [...t[0] ||= [createElementVNode("path", {
11649
11666
  fill: "none",
11650
11667
  stroke: "currentColor",
11651
11668
  "stroke-linecap": "round",
@@ -11656,14 +11673,14 @@ function render$94(e, t) {
11656
11673
  }
11657
11674
  var languages_default = {
11658
11675
  name: "lucide-languages",
11659
- render: render$94
11660
- }, _hoisted_1$113 = {
11676
+ render: render$98
11677
+ }, _hoisted_1$115 = {
11661
11678
  viewBox: "0 0 24 24",
11662
11679
  width: "1.2em",
11663
11680
  height: "1.2em"
11664
11681
  };
11665
- function render$93(e, t) {
11666
- return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("g", {
11682
+ function render$97(e, t) {
11683
+ return openBlock(), createElementBlock("svg", _hoisted_1$115, [...t[0] ||= [createElementVNode("g", {
11667
11684
  fill: "none",
11668
11685
  stroke: "currentColor",
11669
11686
  "stroke-linecap": "round",
@@ -11677,14 +11694,14 @@ function render$93(e, t) {
11677
11694
  }
11678
11695
  var layers_default = {
11679
11696
  name: "lucide-layers",
11680
- render: render$93
11681
- }, _hoisted_1$112 = {
11697
+ render: render$97
11698
+ }, _hoisted_1$114 = {
11682
11699
  viewBox: "0 0 24 24",
11683
11700
  width: "1.2em",
11684
11701
  height: "1.2em"
11685
11702
  };
11686
- function render$92(e, t) {
11687
- return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
11703
+ function render$96(e, t) {
11704
+ return openBlock(), createElementBlock("svg", _hoisted_1$114, [...t[0] ||= [createElementVNode("path", {
11688
11705
  fill: "none",
11689
11706
  stroke: "currentColor",
11690
11707
  "stroke-linecap": "round",
@@ -11695,14 +11712,14 @@ function render$92(e, t) {
11695
11712
  }
11696
11713
  var lightbulb_default = {
11697
11714
  name: "lucide-lightbulb",
11698
- render: render$92
11699
- }, _hoisted_1$111 = {
11715
+ render: render$96
11716
+ }, _hoisted_1$113 = {
11700
11717
  viewBox: "0 0 24 24",
11701
11718
  width: "1.2em",
11702
11719
  height: "1.2em"
11703
11720
  };
11704
- function render$91(e, t) {
11705
- return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("g", {
11721
+ function render$95(e, t) {
11722
+ return openBlock(), createElementBlock("svg", _hoisted_1$113, [...t[0] ||= [createElementVNode("g", {
11706
11723
  fill: "none",
11707
11724
  stroke: "currentColor",
11708
11725
  "stroke-linecap": "round",
@@ -11712,14 +11729,14 @@ function render$91(e, t) {
11712
11729
  }
11713
11730
  var link_default = {
11714
11731
  name: "lucide-link",
11715
- render: render$91
11716
- }, _hoisted_1$110 = {
11732
+ render: render$95
11733
+ }, _hoisted_1$112 = {
11717
11734
  viewBox: "0 0 24 24",
11718
11735
  width: "1.2em",
11719
11736
  height: "1.2em"
11720
11737
  };
11721
- function render$90(e, t) {
11722
- return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
11738
+ function render$94(e, t) {
11739
+ return openBlock(), createElementBlock("svg", _hoisted_1$112, [...t[0] ||= [createElementVNode("path", {
11723
11740
  fill: "none",
11724
11741
  stroke: "currentColor",
11725
11742
  "stroke-linecap": "round",
@@ -11730,14 +11747,14 @@ function render$90(e, t) {
11730
11747
  }
11731
11748
  var list_default = {
11732
11749
  name: "lucide-list",
11733
- render: render$90
11734
- }, _hoisted_1$109 = {
11750
+ render: render$94
11751
+ }, _hoisted_1$111 = {
11735
11752
  viewBox: "0 0 24 24",
11736
11753
  width: "1.2em",
11737
11754
  height: "1.2em"
11738
11755
  };
11739
- function render$89(e, t) {
11740
- return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("path", {
11756
+ function render$93(e, t) {
11757
+ return openBlock(), createElementBlock("svg", _hoisted_1$111, [...t[0] ||= [createElementVNode("path", {
11741
11758
  fill: "none",
11742
11759
  stroke: "currentColor",
11743
11760
  "stroke-linecap": "round",
@@ -11748,14 +11765,32 @@ function render$89(e, t) {
11748
11765
  }
11749
11766
  var list_checks_default = {
11750
11767
  name: "lucide-list-checks",
11751
- render: render$89
11752
- }, _hoisted_1$108 = {
11768
+ render: render$93
11769
+ }, _hoisted_1$110 = {
11753
11770
  viewBox: "0 0 24 24",
11754
11771
  width: "1.2em",
11755
11772
  height: "1.2em"
11756
11773
  };
11757
- function render$88(e, t) {
11758
- return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("g", {
11774
+ function render$92(e, t) {
11775
+ return openBlock(), createElementBlock("svg", _hoisted_1$110, [...t[0] ||= [createElementVNode("path", {
11776
+ fill: "none",
11777
+ stroke: "currentColor",
11778
+ "stroke-linecap": "round",
11779
+ "stroke-linejoin": "round",
11780
+ "stroke-width": "2",
11781
+ d: "M21 12a9 9 0 1 1-6.219-8.56"
11782
+ }, null, -1)]]);
11783
+ }
11784
+ var loader2_default = {
11785
+ name: "lucide-loader2",
11786
+ render: render$92
11787
+ }, _hoisted_1$109 = {
11788
+ viewBox: "0 0 24 24",
11789
+ width: "1.2em",
11790
+ height: "1.2em"
11791
+ };
11792
+ function render$91(e, t) {
11793
+ return openBlock(), createElementBlock("svg", _hoisted_1$109, [...t[0] ||= [createElementVNode("g", {
11759
11794
  fill: "none",
11760
11795
  stroke: "currentColor",
11761
11796
  "stroke-linecap": "round",
@@ -11772,14 +11807,14 @@ function render$88(e, t) {
11772
11807
  }
11773
11808
  var lock_default = {
11774
11809
  name: "lucide-lock",
11775
- render: render$88
11776
- }, _hoisted_1$107 = {
11810
+ render: render$91
11811
+ }, _hoisted_1$108 = {
11777
11812
  viewBox: "0 0 24 24",
11778
11813
  width: "1.2em",
11779
11814
  height: "1.2em"
11780
11815
  };
11781
- function render$87(e, t) {
11782
- return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
11816
+ function render$90(e, t) {
11817
+ return openBlock(), createElementBlock("svg", _hoisted_1$108, [...t[0] ||= [createElementVNode("path", {
11783
11818
  fill: "none",
11784
11819
  stroke: "currentColor",
11785
11820
  "stroke-linecap": "round",
@@ -11790,14 +11825,14 @@ function render$87(e, t) {
11790
11825
  }
11791
11826
  var log_in_default = {
11792
11827
  name: "lucide-log-in",
11793
- render: render$87
11794
- }, _hoisted_1$106 = {
11828
+ render: render$90
11829
+ }, _hoisted_1$107 = {
11795
11830
  viewBox: "0 0 24 24",
11796
11831
  width: "1.2em",
11797
11832
  height: "1.2em"
11798
11833
  };
11799
- function render$86(e, t) {
11800
- return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("path", {
11834
+ function render$89(e, t) {
11835
+ return openBlock(), createElementBlock("svg", _hoisted_1$107, [...t[0] ||= [createElementVNode("path", {
11801
11836
  fill: "none",
11802
11837
  stroke: "currentColor",
11803
11838
  "stroke-linecap": "round",
@@ -11808,14 +11843,14 @@ function render$86(e, t) {
11808
11843
  }
11809
11844
  var log_out_default = {
11810
11845
  name: "lucide-log-out",
11811
- render: render$86
11812
- }, _hoisted_1$105 = {
11846
+ render: render$89
11847
+ }, _hoisted_1$106 = {
11813
11848
  viewBox: "0 0 24 24",
11814
11849
  width: "1.2em",
11815
11850
  height: "1.2em"
11816
11851
  };
11817
- function render$85(e, t) {
11818
- return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("g", {
11852
+ function render$88(e, t) {
11853
+ return openBlock(), createElementBlock("svg", _hoisted_1$106, [...t[0] ||= [createElementVNode("g", {
11819
11854
  fill: "none",
11820
11855
  stroke: "currentColor",
11821
11856
  "stroke-linecap": "round",
@@ -11831,14 +11866,14 @@ function render$85(e, t) {
11831
11866
  }
11832
11867
  var mail_default = {
11833
11868
  name: "lucide-mail",
11834
- render: render$85
11835
- }, _hoisted_1$104 = {
11869
+ render: render$88
11870
+ }, _hoisted_1$105 = {
11836
11871
  viewBox: "0 0 24 24",
11837
11872
  width: "1.2em",
11838
11873
  height: "1.2em"
11839
11874
  };
11840
- function render$84(e, t) {
11841
- return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
11875
+ function render$87(e, t) {
11876
+ return openBlock(), createElementBlock("svg", _hoisted_1$105, [...t[0] ||= [createElementVNode("path", {
11842
11877
  fill: "none",
11843
11878
  stroke: "currentColor",
11844
11879
  "stroke-linecap": "round",
@@ -11849,14 +11884,14 @@ function render$84(e, t) {
11849
11884
  }
11850
11885
  var maximize_default = {
11851
11886
  name: "lucide-maximize",
11852
- render: render$84
11853
- }, _hoisted_1$103 = {
11887
+ render: render$87
11888
+ }, _hoisted_1$104 = {
11854
11889
  viewBox: "0 0 24 24",
11855
11890
  width: "1.2em",
11856
11891
  height: "1.2em"
11857
11892
  };
11858
- function render$83(e, t) {
11859
- return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("path", {
11893
+ function render$86(e, t) {
11894
+ return openBlock(), createElementBlock("svg", _hoisted_1$104, [...t[0] ||= [createElementVNode("path", {
11860
11895
  fill: "none",
11861
11896
  stroke: "currentColor",
11862
11897
  "stroke-linecap": "round",
@@ -11867,14 +11902,14 @@ function render$83(e, t) {
11867
11902
  }
11868
11903
  var maximize_2_default = {
11869
11904
  name: "lucide-maximize-2",
11870
- render: render$83
11871
- }, _hoisted_1$102 = {
11905
+ render: render$86
11906
+ }, _hoisted_1$103 = {
11872
11907
  viewBox: "0 0 24 24",
11873
11908
  width: "1.2em",
11874
11909
  height: "1.2em"
11875
11910
  };
11876
- function render$82(e, t) {
11877
- return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("path", {
11911
+ function render$85(e, t) {
11912
+ return openBlock(), createElementBlock("svg", _hoisted_1$103, [...t[0] ||= [createElementVNode("path", {
11878
11913
  fill: "none",
11879
11914
  stroke: "currentColor",
11880
11915
  "stroke-linecap": "round",
@@ -11885,14 +11920,14 @@ function render$82(e, t) {
11885
11920
  }
11886
11921
  var menu_default = {
11887
11922
  name: "lucide-menu",
11888
- render: render$82
11889
- }, _hoisted_1$101 = {
11923
+ render: render$85
11924
+ }, _hoisted_1$102 = {
11890
11925
  viewBox: "0 0 24 24",
11891
11926
  width: "1.2em",
11892
11927
  height: "1.2em"
11893
11928
  };
11894
- function render$81(e, t) {
11895
- return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
11929
+ function render$84(e, t) {
11930
+ return openBlock(), createElementBlock("svg", _hoisted_1$102, [...t[0] ||= [createElementVNode("path", {
11896
11931
  fill: "none",
11897
11932
  stroke: "currentColor",
11898
11933
  "stroke-linecap": "round",
@@ -11903,14 +11938,14 @@ function render$81(e, t) {
11903
11938
  }
11904
11939
  var message_circle_default = {
11905
11940
  name: "lucide-message-circle",
11906
- render: render$81
11907
- }, _hoisted_1$100 = {
11941
+ render: render$84
11942
+ }, _hoisted_1$101 = {
11908
11943
  viewBox: "0 0 24 24",
11909
11944
  width: "1.2em",
11910
11945
  height: "1.2em"
11911
11946
  };
11912
- function render$80(e, t) {
11913
- return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
11947
+ function render$83(e, t) {
11948
+ return openBlock(), createElementBlock("svg", _hoisted_1$101, [...t[0] ||= [createElementVNode("path", {
11914
11949
  fill: "none",
11915
11950
  stroke: "currentColor",
11916
11951
  "stroke-linecap": "round",
@@ -11921,14 +11956,14 @@ function render$80(e, t) {
11921
11956
  }
11922
11957
  var message_square_default = {
11923
11958
  name: "lucide-message-square",
11924
- render: render$80
11925
- }, _hoisted_1$99 = {
11959
+ render: render$83
11960
+ }, _hoisted_1$100 = {
11926
11961
  viewBox: "0 0 24 24",
11927
11962
  width: "1.2em",
11928
11963
  height: "1.2em"
11929
11964
  };
11930
- function render$79(e, t) {
11931
- return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
11965
+ function render$82(e, t) {
11966
+ return openBlock(), createElementBlock("svg", _hoisted_1$100, [...t[0] ||= [createElementVNode("path", {
11932
11967
  fill: "none",
11933
11968
  stroke: "currentColor",
11934
11969
  "stroke-linecap": "round",
@@ -11939,14 +11974,14 @@ function render$79(e, t) {
11939
11974
  }
11940
11975
  var message_square_plus_default = {
11941
11976
  name: "lucide-message-square-plus",
11942
- render: render$79
11943
- }, _hoisted_1$98 = {
11977
+ render: render$82
11978
+ }, _hoisted_1$99 = {
11944
11979
  viewBox: "0 0 24 24",
11945
11980
  width: "1.2em",
11946
11981
  height: "1.2em"
11947
11982
  };
11948
- function render$78(e, t) {
11949
- return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("path", {
11983
+ function render$81(e, t) {
11984
+ return openBlock(), createElementBlock("svg", _hoisted_1$99, [...t[0] ||= [createElementVNode("path", {
11950
11985
  fill: "none",
11951
11986
  stroke: "currentColor",
11952
11987
  "stroke-linecap": "round",
@@ -11957,14 +11992,14 @@ function render$78(e, t) {
11957
11992
  }
11958
11993
  var messages_square_default = {
11959
11994
  name: "lucide-messages-square",
11960
- render: render$78
11961
- }, _hoisted_1$97 = {
11995
+ render: render$81
11996
+ }, _hoisted_1$98 = {
11962
11997
  viewBox: "0 0 24 24",
11963
11998
  width: "1.2em",
11964
11999
  height: "1.2em"
11965
12000
  };
11966
- function render$77(e, t) {
11967
- return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("g", {
12001
+ function render$80(e, t) {
12002
+ return openBlock(), createElementBlock("svg", _hoisted_1$98, [...t[0] ||= [createElementVNode("g", {
11968
12003
  fill: "none",
11969
12004
  stroke: "currentColor",
11970
12005
  "stroke-linecap": "round",
@@ -11980,14 +12015,14 @@ function render$77(e, t) {
11980
12015
  }
11981
12016
  var mic_default = {
11982
12017
  name: "lucide-mic",
11983
- render: render$77
11984
- }, _hoisted_1$96 = {
12018
+ render: render$80
12019
+ }, _hoisted_1$97 = {
11985
12020
  viewBox: "0 0 24 24",
11986
12021
  width: "1.2em",
11987
12022
  height: "1.2em"
11988
12023
  };
11989
- function render$76(e, t) {
11990
- return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("path", {
12024
+ function render$79(e, t) {
12025
+ return openBlock(), createElementBlock("svg", _hoisted_1$97, [...t[0] ||= [createElementVNode("path", {
11991
12026
  fill: "none",
11992
12027
  stroke: "currentColor",
11993
12028
  "stroke-linecap": "round",
@@ -11998,14 +12033,14 @@ function render$76(e, t) {
11998
12033
  }
11999
12034
  var milestone_default = {
12000
12035
  name: "lucide-milestone",
12001
- render: render$76
12002
- }, _hoisted_1$95 = {
12036
+ render: render$79
12037
+ }, _hoisted_1$96 = {
12003
12038
  viewBox: "0 0 24 24",
12004
12039
  width: "1.2em",
12005
12040
  height: "1.2em"
12006
12041
  };
12007
- function render$75(e, t) {
12008
- return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
12042
+ function render$78(e, t) {
12043
+ return openBlock(), createElementBlock("svg", _hoisted_1$96, [...t[0] ||= [createElementVNode("path", {
12009
12044
  fill: "none",
12010
12045
  stroke: "currentColor",
12011
12046
  "stroke-linecap": "round",
@@ -12016,14 +12051,14 @@ function render$75(e, t) {
12016
12051
  }
12017
12052
  var minimize_2_default = {
12018
12053
  name: "lucide-minimize-2",
12019
- render: render$75
12020
- }, _hoisted_1$94 = {
12054
+ render: render$78
12055
+ }, _hoisted_1$95 = {
12021
12056
  viewBox: "0 0 24 24",
12022
12057
  width: "1.2em",
12023
12058
  height: "1.2em"
12024
12059
  };
12025
- function render$74(e, t) {
12026
- return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
12060
+ function render$77(e, t) {
12061
+ return openBlock(), createElementBlock("svg", _hoisted_1$95, [...t[0] ||= [createElementVNode("path", {
12027
12062
  fill: "none",
12028
12063
  stroke: "currentColor",
12029
12064
  "stroke-linecap": "round",
@@ -12034,14 +12069,14 @@ function render$74(e, t) {
12034
12069
  }
12035
12070
  var minus_default = {
12036
12071
  name: "lucide-minus",
12037
- render: render$74
12038
- }, _hoisted_1$93 = {
12072
+ render: render$77
12073
+ }, _hoisted_1$94 = {
12039
12074
  viewBox: "0 0 24 24",
12040
12075
  width: "1.2em",
12041
12076
  height: "1.2em"
12042
12077
  };
12043
- function render$73(e, t) {
12044
- return openBlock(), createElementBlock("svg", _hoisted_1$93, [...t[0] ||= [createElementVNode("path", {
12078
+ function render$76(e, t) {
12079
+ return openBlock(), createElementBlock("svg", _hoisted_1$94, [...t[0] ||= [createElementVNode("path", {
12045
12080
  fill: "none",
12046
12081
  stroke: "currentColor",
12047
12082
  "stroke-linecap": "round",
@@ -12052,25 +12087,25 @@ function render$73(e, t) {
12052
12087
  }
12053
12088
  var mouse_pointer_default = {
12054
12089
  name: "lucide-mouse-pointer",
12055
- render: render$73
12056
- }, _hoisted_1$92 = {
12090
+ render: render$76
12091
+ }, _hoisted_1$93 = {
12057
12092
  viewBox: "0 0 24 24",
12058
12093
  width: "1.2em",
12059
12094
  height: "1.2em"
12060
12095
  };
12061
- function render$72(e, t) {
12062
- return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"16\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"2\" y=\"16\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"9\" y=\"2\" rx=\"1\"></rect><path d=\"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3m-7-4V8\"></path></g>", 1)]]);
12096
+ function render$75(e, t) {
12097
+ return openBlock(), createElementBlock("svg", _hoisted_1$93, [...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)]]);
12063
12098
  }
12064
12099
  var network_default = {
12065
12100
  name: "lucide-network",
12066
- render: render$72
12067
- }, _hoisted_1$91 = {
12101
+ render: render$75
12102
+ }, _hoisted_1$92 = {
12068
12103
  viewBox: "0 0 24 24",
12069
12104
  width: "1.2em",
12070
12105
  height: "1.2em"
12071
12106
  };
12072
- function render$71(e, t) {
12073
- return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("g", {
12107
+ function render$74(e, t) {
12108
+ return openBlock(), createElementBlock("svg", _hoisted_1$92, [...t[0] ||= [createElementVNode("g", {
12074
12109
  fill: "none",
12075
12110
  stroke: "currentColor",
12076
12111
  "stroke-linecap": "round",
@@ -12080,14 +12115,14 @@ function render$71(e, t) {
12080
12115
  }
12081
12116
  var notebook_pen_default = {
12082
12117
  name: "lucide-notebook-pen",
12083
- render: render$71
12084
- }, _hoisted_1$90 = {
12118
+ render: render$74
12119
+ }, _hoisted_1$91 = {
12085
12120
  viewBox: "0 0 24 24",
12086
12121
  width: "1.2em",
12087
12122
  height: "1.2em"
12088
12123
  };
12089
- function render$70(e, t) {
12090
- return openBlock(), createElementBlock("svg", _hoisted_1$90, [...t[0] ||= [createElementVNode("g", {
12124
+ function render$73(e, t) {
12125
+ return openBlock(), createElementBlock("svg", _hoisted_1$91, [...t[0] ||= [createElementVNode("g", {
12091
12126
  fill: "none",
12092
12127
  stroke: "currentColor",
12093
12128
  "stroke-linecap": "round",
@@ -12101,25 +12136,25 @@ function render$70(e, t) {
12101
12136
  }
12102
12137
  var package_open_default = {
12103
12138
  name: "lucide-package-open",
12104
- render: render$70
12105
- }, _hoisted_1$89 = {
12139
+ render: render$73
12140
+ }, _hoisted_1$90 = {
12106
12141
  viewBox: "0 0 24 24",
12107
12142
  width: "1.2em",
12108
12143
  height: "1.2em"
12109
12144
  };
12110
- function render$69(e, t) {
12111
- return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 22a1 1 0 0 1 0-20a10 9 0 0 1 10 9a5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"></path><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"></circle><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle></g>", 1)]]);
12145
+ function render$72(e, t) {
12146
+ return openBlock(), createElementBlock("svg", _hoisted_1$90, [...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)]]);
12112
12147
  }
12113
12148
  var palette_default = {
12114
12149
  name: "lucide-palette",
12115
- render: render$69
12116
- }, _hoisted_1$88 = {
12150
+ render: render$72
12151
+ }, _hoisted_1$89 = {
12117
12152
  viewBox: "0 0 24 24",
12118
12153
  width: "1.2em",
12119
12154
  height: "1.2em"
12120
12155
  };
12121
- function render$68(e, t) {
12122
- return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("g", {
12156
+ function render$71(e, t) {
12157
+ return openBlock(), createElementBlock("svg", _hoisted_1$89, [...t[0] ||= [createElementVNode("g", {
12123
12158
  fill: "none",
12124
12159
  stroke: "currentColor",
12125
12160
  "stroke-linecap": "round",
@@ -12135,14 +12170,14 @@ function render$68(e, t) {
12135
12170
  }
12136
12171
  var panel_left_default = {
12137
12172
  name: "lucide-panel-left",
12138
- render: render$68
12139
- }, _hoisted_1$87 = {
12173
+ render: render$71
12174
+ }, _hoisted_1$88 = {
12140
12175
  viewBox: "0 0 24 24",
12141
12176
  width: "1.2em",
12142
12177
  height: "1.2em"
12143
12178
  };
12144
- function render$67(e, t) {
12145
- return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("g", {
12179
+ function render$70(e, t) {
12180
+ return openBlock(), createElementBlock("svg", _hoisted_1$88, [...t[0] ||= [createElementVNode("g", {
12146
12181
  fill: "none",
12147
12182
  stroke: "currentColor",
12148
12183
  "stroke-linecap": "round",
@@ -12158,14 +12193,14 @@ function render$67(e, t) {
12158
12193
  }
12159
12194
  var panel_right_default = {
12160
12195
  name: "lucide-panel-right",
12161
- render: render$67
12162
- }, _hoisted_1$86 = {
12196
+ render: render$70
12197
+ }, _hoisted_1$87 = {
12163
12198
  viewBox: "0 0 24 24",
12164
12199
  width: "1.2em",
12165
12200
  height: "1.2em"
12166
12201
  };
12167
- function render$66(e, t) {
12168
- return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("path", {
12202
+ function render$69(e, t) {
12203
+ return openBlock(), createElementBlock("svg", _hoisted_1$87, [...t[0] ||= [createElementVNode("path", {
12169
12204
  fill: "none",
12170
12205
  stroke: "currentColor",
12171
12206
  "stroke-linecap": "round",
@@ -12176,14 +12211,14 @@ function render$66(e, t) {
12176
12211
  }
12177
12212
  var paperclip_default = {
12178
12213
  name: "lucide-paperclip",
12179
- render: render$66
12180
- }, _hoisted_1$85 = {
12214
+ render: render$69
12215
+ }, _hoisted_1$86 = {
12181
12216
  viewBox: "0 0 24 24",
12182
12217
  width: "1.2em",
12183
12218
  height: "1.2em"
12184
12219
  };
12185
- function render$65(e, t) {
12186
- return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("g", {
12220
+ function render$68(e, t) {
12221
+ return openBlock(), createElementBlock("svg", _hoisted_1$86, [...t[0] ||= [createElementVNode("g", {
12187
12222
  fill: "none",
12188
12223
  stroke: "currentColor",
12189
12224
  "stroke-linecap": "round",
@@ -12205,14 +12240,14 @@ function render$65(e, t) {
12205
12240
  }
12206
12241
  var pause_default = {
12207
12242
  name: "lucide-pause",
12208
- render: render$65
12209
- }, _hoisted_1$84 = {
12243
+ render: render$68
12244
+ }, _hoisted_1$85 = {
12210
12245
  viewBox: "0 0 24 24",
12211
12246
  width: "1.2em",
12212
12247
  height: "1.2em"
12213
12248
  };
12214
- function render$64(e, t) {
12215
- return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
12249
+ function render$67(e, t) {
12250
+ return openBlock(), createElementBlock("svg", _hoisted_1$85, [...t[0] ||= [createElementVNode("path", {
12216
12251
  fill: "none",
12217
12252
  stroke: "currentColor",
12218
12253
  "stroke-linecap": "round",
@@ -12223,14 +12258,14 @@ function render$64(e, t) {
12223
12258
  }
12224
12259
  var pen_default = {
12225
12260
  name: "lucide-pen",
12226
- render: render$64
12227
- }, _hoisted_1$83 = {
12261
+ render: render$67
12262
+ }, _hoisted_1$84 = {
12228
12263
  viewBox: "0 0 24 24",
12229
12264
  width: "1.2em",
12230
12265
  height: "1.2em"
12231
12266
  };
12232
- function render$63(e, t) {
12233
- return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
12267
+ function render$66(e, t) {
12268
+ return openBlock(), createElementBlock("svg", _hoisted_1$84, [...t[0] ||= [createElementVNode("path", {
12234
12269
  fill: "none",
12235
12270
  stroke: "currentColor",
12236
12271
  "stroke-linecap": "round",
@@ -12241,14 +12276,14 @@ function render$63(e, t) {
12241
12276
  }
12242
12277
  var pencil_default = {
12243
12278
  name: "lucide-pencil",
12244
- render: render$63
12245
- }, _hoisted_1$82 = {
12279
+ render: render$66
12280
+ }, _hoisted_1$83 = {
12246
12281
  viewBox: "0 0 24 24",
12247
12282
  width: "1.2em",
12248
12283
  height: "1.2em"
12249
12284
  };
12250
- function render$62(e, t) {
12251
- return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
12285
+ function render$65(e, t) {
12286
+ return openBlock(), createElementBlock("svg", _hoisted_1$83, [...t[0] ||= [createElementVNode("path", {
12252
12287
  fill: "none",
12253
12288
  stroke: "currentColor",
12254
12289
  "stroke-linecap": "round",
@@ -12259,14 +12294,14 @@ function render$62(e, t) {
12259
12294
  }
12260
12295
  var pin_default = {
12261
12296
  name: "lucide-pin",
12262
- render: render$62
12263
- }, _hoisted_1$81 = {
12297
+ render: render$65
12298
+ }, _hoisted_1$82 = {
12264
12299
  viewBox: "0 0 24 24",
12265
12300
  width: "1.2em",
12266
12301
  height: "1.2em"
12267
12302
  };
12268
- function render$61(e, t) {
12269
- return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("path", {
12303
+ function render$64(e, t) {
12304
+ return openBlock(), createElementBlock("svg", _hoisted_1$82, [...t[0] ||= [createElementVNode("path", {
12270
12305
  fill: "none",
12271
12306
  stroke: "currentColor",
12272
12307
  "stroke-linecap": "round",
@@ -12277,14 +12312,14 @@ function render$61(e, t) {
12277
12312
  }
12278
12313
  var play_default = {
12279
12314
  name: "lucide-play",
12280
- render: render$61
12281
- }, _hoisted_1$80 = {
12315
+ render: render$64
12316
+ }, _hoisted_1$81 = {
12282
12317
  viewBox: "0 0 24 24",
12283
12318
  width: "1.2em",
12284
12319
  height: "1.2em"
12285
12320
  };
12286
- function render$60(e, t) {
12287
- return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
12321
+ function render$63(e, t) {
12322
+ return openBlock(), createElementBlock("svg", _hoisted_1$81, [...t[0] ||= [createElementVNode("path", {
12288
12323
  fill: "none",
12289
12324
  stroke: "currentColor",
12290
12325
  "stroke-linecap": "round",
@@ -12295,14 +12330,14 @@ function render$60(e, t) {
12295
12330
  }
12296
12331
  var plug_default = {
12297
12332
  name: "lucide-plug",
12298
- render: render$60
12299
- }, _hoisted_1$79 = {
12333
+ render: render$63
12334
+ }, _hoisted_1$80 = {
12300
12335
  viewBox: "0 0 24 24",
12301
12336
  width: "1.2em",
12302
12337
  height: "1.2em"
12303
12338
  };
12304
- function render$59(e, t) {
12305
- return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("path", {
12339
+ function render$62(e, t) {
12340
+ return openBlock(), createElementBlock("svg", _hoisted_1$80, [...t[0] ||= [createElementVNode("path", {
12306
12341
  fill: "none",
12307
12342
  stroke: "currentColor",
12308
12343
  "stroke-linecap": "round",
@@ -12313,14 +12348,14 @@ function render$59(e, t) {
12313
12348
  }
12314
12349
  var plus_default = {
12315
12350
  name: "lucide-plus",
12316
- render: render$59
12317
- }, _hoisted_1$78 = {
12351
+ render: render$62
12352
+ }, _hoisted_1$79 = {
12318
12353
  viewBox: "0 0 24 24",
12319
12354
  width: "1.2em",
12320
12355
  height: "1.2em"
12321
12356
  };
12322
- function render$58(e, t) {
12323
- return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("g", {
12357
+ function render$61(e, t) {
12358
+ return openBlock(), createElementBlock("svg", _hoisted_1$79, [...t[0] ||= [createElementVNode("g", {
12324
12359
  fill: "none",
12325
12360
  stroke: "currentColor",
12326
12361
  "stroke-linecap": "round",
@@ -12330,14 +12365,14 @@ function render$58(e, t) {
12330
12365
  }
12331
12366
  var pocket_knife_default = {
12332
12367
  name: "lucide-pocket-knife",
12333
- render: render$58
12334
- }, _hoisted_1$77 = {
12368
+ render: render$61
12369
+ }, _hoisted_1$78 = {
12335
12370
  viewBox: "0 0 24 24",
12336
12371
  width: "1.2em",
12337
12372
  height: "1.2em"
12338
12373
  };
12339
- function render$57(e, t) {
12340
- return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("path", {
12374
+ function render$60(e, t) {
12375
+ return openBlock(), createElementBlock("svg", _hoisted_1$78, [...t[0] ||= [createElementVNode("path", {
12341
12376
  fill: "none",
12342
12377
  stroke: "currentColor",
12343
12378
  "stroke-linecap": "round",
@@ -12348,14 +12383,14 @@ function render$57(e, t) {
12348
12383
  }
12349
12384
  var power_default = {
12350
12385
  name: "lucide-power",
12351
- render: render$57
12352
- }, _hoisted_1$76 = {
12386
+ render: render$60
12387
+ }, _hoisted_1$77 = {
12353
12388
  viewBox: "0 0 24 24",
12354
12389
  width: "1.2em",
12355
12390
  height: "1.2em"
12356
12391
  };
12357
- function render$56(e, t) {
12358
- return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
12392
+ function render$59(e, t) {
12393
+ return openBlock(), createElementBlock("svg", _hoisted_1$77, [...t[0] ||= [createElementVNode("g", {
12359
12394
  fill: "none",
12360
12395
  stroke: "currentColor",
12361
12396
  "stroke-linecap": "round",
@@ -12365,14 +12400,14 @@ function render$56(e, t) {
12365
12400
  }
12366
12401
  var redo_2_default = {
12367
12402
  name: "lucide-redo-2",
12368
- render: render$56
12369
- }, _hoisted_1$75 = {
12403
+ render: render$59
12404
+ }, _hoisted_1$76 = {
12370
12405
  viewBox: "0 0 24 24",
12371
12406
  width: "1.2em",
12372
12407
  height: "1.2em"
12373
12408
  };
12374
- function render$55(e, t) {
12375
- return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("g", {
12409
+ function render$58(e, t) {
12410
+ return openBlock(), createElementBlock("svg", _hoisted_1$76, [...t[0] ||= [createElementVNode("g", {
12376
12411
  fill: "none",
12377
12412
  stroke: "currentColor",
12378
12413
  "stroke-linecap": "round",
@@ -12386,14 +12421,14 @@ function render$55(e, t) {
12386
12421
  }
12387
12422
  var refresh_cw_default = {
12388
12423
  name: "lucide-refresh-cw",
12389
- render: render$55
12390
- }, _hoisted_1$74 = {
12424
+ render: render$58
12425
+ }, _hoisted_1$75 = {
12391
12426
  viewBox: "0 0 24 24",
12392
12427
  width: "1.2em",
12393
12428
  height: "1.2em"
12394
12429
  };
12395
- function render$54(e, t) {
12396
- return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("path", {
12430
+ function render$57(e, t) {
12431
+ return openBlock(), createElementBlock("svg", _hoisted_1$75, [...t[0] ||= [createElementVNode("path", {
12397
12432
  fill: "none",
12398
12433
  stroke: "currentColor",
12399
12434
  "stroke-linecap": "round",
@@ -12404,14 +12439,14 @@ function render$54(e, t) {
12404
12439
  }
12405
12440
  var remove_formatting_default = {
12406
12441
  name: "lucide-remove-formatting",
12407
- render: render$54
12408
- }, _hoisted_1$73 = {
12442
+ render: render$57
12443
+ }, _hoisted_1$74 = {
12409
12444
  viewBox: "0 0 24 24",
12410
12445
  width: "1.2em",
12411
12446
  height: "1.2em"
12412
12447
  };
12413
- function render$53(e, t) {
12414
- return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("g", {
12448
+ function render$56(e, t) {
12449
+ return openBlock(), createElementBlock("svg", _hoisted_1$74, [...t[0] ||= [createElementVNode("g", {
12415
12450
  fill: "none",
12416
12451
  stroke: "currentColor",
12417
12452
  "stroke-linecap": "round",
@@ -12425,14 +12460,14 @@ function render$53(e, t) {
12425
12460
  }
12426
12461
  var rss_default = {
12427
12462
  name: "lucide-rss",
12428
- render: render$53
12429
- }, _hoisted_1$72 = {
12463
+ render: render$56
12464
+ }, _hoisted_1$73 = {
12430
12465
  viewBox: "0 0 24 24",
12431
12466
  width: "1.2em",
12432
12467
  height: "1.2em"
12433
12468
  };
12434
- function render$52(e, t) {
12435
- return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("path", {
12469
+ function render$55(e, t) {
12470
+ return openBlock(), createElementBlock("svg", _hoisted_1$73, [...t[0] ||= [createElementVNode("path", {
12436
12471
  fill: "none",
12437
12472
  stroke: "currentColor",
12438
12473
  "stroke-linecap": "round",
@@ -12443,14 +12478,14 @@ function render$52(e, t) {
12443
12478
  }
12444
12479
  var satellite_dish_default = {
12445
12480
  name: "lucide-satellite-dish",
12446
- render: render$52
12447
- }, _hoisted_1$71 = {
12481
+ render: render$55
12482
+ }, _hoisted_1$72 = {
12448
12483
  viewBox: "0 0 24 24",
12449
12484
  width: "1.2em",
12450
12485
  height: "1.2em"
12451
12486
  };
12452
- function render$51(e, t) {
12453
- return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("g", {
12487
+ function render$54(e, t) {
12488
+ return openBlock(), createElementBlock("svg", _hoisted_1$72, [...t[0] ||= [createElementVNode("g", {
12454
12489
  fill: "none",
12455
12490
  stroke: "currentColor",
12456
12491
  "stroke-linecap": "round",
@@ -12460,14 +12495,14 @@ function render$51(e, t) {
12460
12495
  }
12461
12496
  var save_default = {
12462
12497
  name: "lucide-save",
12463
- render: render$51
12464
- }, _hoisted_1$70 = {
12498
+ render: render$54
12499
+ }, _hoisted_1$71 = {
12465
12500
  viewBox: "0 0 24 24",
12466
12501
  width: "1.2em",
12467
12502
  height: "1.2em"
12468
12503
  };
12469
- function render$50(e, t) {
12470
- return openBlock(), createElementBlock("svg", _hoisted_1$70, [...t[0] ||= [createElementVNode("path", {
12504
+ function render$53(e, t) {
12505
+ return openBlock(), createElementBlock("svg", _hoisted_1$71, [...t[0] ||= [createElementVNode("path", {
12471
12506
  fill: "none",
12472
12507
  stroke: "currentColor",
12473
12508
  "stroke-linecap": "round",
@@ -12478,25 +12513,25 @@ function render$50(e, t) {
12478
12513
  }
12479
12514
  var scale_default = {
12480
12515
  name: "lucide-scale",
12481
- render: render$50
12482
- }, _hoisted_1$69 = {
12516
+ render: render$53
12517
+ }, _hoisted_1$70 = {
12483
12518
  viewBox: "0 0 24 24",
12484
12519
  width: "1.2em",
12485
12520
  height: "1.2em"
12486
12521
  };
12487
- function render$49(e, t) {
12488
- return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"6\" r=\"3\"></circle><path d=\"M8.12 8.12L12 12m8-8L8.12 15.88\"></path><circle cx=\"6\" cy=\"18\" r=\"3\"></circle><path d=\"M14.8 14.8L20 20\"></path></g>", 1)]]);
12522
+ function render$52(e, t) {
12523
+ return openBlock(), createElementBlock("svg", _hoisted_1$70, [...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)]]);
12489
12524
  }
12490
12525
  var scissors_default = {
12491
12526
  name: "lucide-scissors",
12492
- render: render$49
12493
- }, _hoisted_1$68 = {
12527
+ render: render$52
12528
+ }, _hoisted_1$69 = {
12494
12529
  viewBox: "0 0 24 24",
12495
12530
  width: "1.2em",
12496
12531
  height: "1.2em"
12497
12532
  };
12498
- function render$48(e, t) {
12499
- return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("g", {
12533
+ function render$51(e, t) {
12534
+ return openBlock(), createElementBlock("svg", _hoisted_1$69, [...t[0] ||= [createElementVNode("g", {
12500
12535
  fill: "none",
12501
12536
  stroke: "currentColor",
12502
12537
  "stroke-linecap": "round",
@@ -12510,14 +12545,14 @@ function render$48(e, t) {
12510
12545
  }
12511
12546
  var search_default = {
12512
12547
  name: "lucide-search",
12513
- render: render$48
12514
- }, _hoisted_1$67 = {
12548
+ render: render$51
12549
+ }, _hoisted_1$68 = {
12515
12550
  viewBox: "0 0 24 24",
12516
12551
  width: "1.2em",
12517
12552
  height: "1.2em"
12518
12553
  };
12519
- function render$47(e, t) {
12520
- return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("path", {
12554
+ function render$50(e, t) {
12555
+ return openBlock(), createElementBlock("svg", _hoisted_1$68, [...t[0] ||= [createElementVNode("path", {
12521
12556
  fill: "none",
12522
12557
  stroke: "currentColor",
12523
12558
  "stroke-linecap": "round",
@@ -12528,14 +12563,14 @@ function render$47(e, t) {
12528
12563
  }
12529
12564
  var send_default = {
12530
12565
  name: "lucide-send",
12531
- render: render$47
12532
- }, _hoisted_1$66 = {
12566
+ render: render$50
12567
+ }, _hoisted_1$67 = {
12533
12568
  viewBox: "0 0 24 24",
12534
12569
  width: "1.2em",
12535
12570
  height: "1.2em"
12536
12571
  };
12537
- function render$46(e, t) {
12538
- return openBlock(), createElementBlock("svg", _hoisted_1$66, [...t[0] ||= [createElementVNode("g", {
12572
+ function render$49(e, t) {
12573
+ return openBlock(), createElementBlock("svg", _hoisted_1$67, [...t[0] ||= [createElementVNode("g", {
12539
12574
  fill: "none",
12540
12575
  stroke: "currentColor",
12541
12576
  "stroke-linecap": "round",
@@ -12563,14 +12598,14 @@ function render$46(e, t) {
12563
12598
  }
12564
12599
  var server_default = {
12565
12600
  name: "lucide-server",
12566
- render: render$46
12567
- }, _hoisted_1$65 = {
12601
+ render: render$49
12602
+ }, _hoisted_1$66 = {
12568
12603
  viewBox: "0 0 24 24",
12569
12604
  width: "1.2em",
12570
12605
  height: "1.2em"
12571
12606
  };
12572
- function render$45(e, t) {
12573
- return openBlock(), createElementBlock("svg", _hoisted_1$65, [...t[0] ||= [createElementVNode("g", {
12607
+ function render$48(e, t) {
12608
+ return openBlock(), createElementBlock("svg", _hoisted_1$66, [...t[0] ||= [createElementVNode("g", {
12574
12609
  fill: "none",
12575
12610
  stroke: "currentColor",
12576
12611
  "stroke-linecap": "round",
@@ -12584,14 +12619,14 @@ function render$45(e, t) {
12584
12619
  }
12585
12620
  var settings_default = {
12586
12621
  name: "lucide-settings",
12587
- render: render$45
12588
- }, _hoisted_1$64 = {
12622
+ render: render$48
12623
+ }, _hoisted_1$65 = {
12589
12624
  viewBox: "0 0 24 24",
12590
12625
  width: "1.2em",
12591
12626
  height: "1.2em"
12592
12627
  };
12593
- function render$44(e, t) {
12594
- return openBlock(), createElementBlock("svg", _hoisted_1$64, [...t[0] ||= [createElementVNode("g", {
12628
+ function render$47(e, t) {
12629
+ return openBlock(), createElementBlock("svg", _hoisted_1$65, [...t[0] ||= [createElementVNode("g", {
12595
12630
  fill: "none",
12596
12631
  stroke: "currentColor",
12597
12632
  "stroke-linecap": "round",
@@ -12613,14 +12648,14 @@ function render$44(e, t) {
12613
12648
  }
12614
12649
  var settings_2_default = {
12615
12650
  name: "lucide-settings-2",
12616
- render: render$44
12617
- }, _hoisted_1$63 = {
12651
+ render: render$47
12652
+ }, _hoisted_1$64 = {
12618
12653
  viewBox: "0 0 24 24",
12619
12654
  width: "1.2em",
12620
12655
  height: "1.2em"
12621
12656
  };
12622
- function render$43(e, t) {
12623
- return openBlock(), createElementBlock("svg", _hoisted_1$63, [...t[0] ||= [createElementVNode("path", {
12657
+ function render$46(e, t) {
12658
+ return openBlock(), createElementBlock("svg", _hoisted_1$64, [...t[0] ||= [createElementVNode("path", {
12624
12659
  fill: "none",
12625
12660
  stroke: "currentColor",
12626
12661
  "stroke-linecap": "round",
@@ -12631,13 +12666,31 @@ function render$43(e, t) {
12631
12666
  }
12632
12667
  var share_default = {
12633
12668
  name: "lucide-share",
12634
- render: render$43
12669
+ render: render$46
12670
+ }, _hoisted_1$63 = {
12671
+ viewBox: "0 0 24 24",
12672
+ width: "1.2em",
12673
+ height: "1.2em"
12674
+ };
12675
+ function render$45(e, t) {
12676
+ return openBlock(), createElementBlock("svg", _hoisted_1$63, [...t[0] ||= [createElementVNode("path", {
12677
+ fill: "none",
12678
+ stroke: "currentColor",
12679
+ "stroke-linecap": "round",
12680
+ "stroke-linejoin": "round",
12681
+ "stroke-width": "2",
12682
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1zm-8 9V2"
12683
+ }, null, -1)]]);
12684
+ }
12685
+ var shield_half_default = {
12686
+ name: "lucide-shield-half",
12687
+ render: render$45
12635
12688
  }, _hoisted_1$62 = {
12636
12689
  viewBox: "0 0 24 24",
12637
12690
  width: "1.2em",
12638
12691
  height: "1.2em"
12639
12692
  };
12640
- function render$42(e, t) {
12693
+ function render$44(e, t) {
12641
12694
  return openBlock(), createElementBlock("svg", _hoisted_1$62, [...t[0] ||= [createElementVNode("path", {
12642
12695
  fill: "none",
12643
12696
  stroke: "currentColor",
@@ -12649,13 +12702,13 @@ function render$42(e, t) {
12649
12702
  }
12650
12703
  var sliders_horizontal_default = {
12651
12704
  name: "lucide-sliders-horizontal",
12652
- render: render$42
12705
+ render: render$44
12653
12706
  }, _hoisted_1$61 = {
12654
12707
  viewBox: "0 0 24 24",
12655
12708
  width: "1.2em",
12656
12709
  height: "1.2em"
12657
12710
  };
12658
- function render$41(e, t) {
12711
+ function render$43(e, t) {
12659
12712
  return openBlock(), createElementBlock("svg", _hoisted_1$61, [...t[0] ||= [createElementVNode("g", {
12660
12713
  fill: "none",
12661
12714
  stroke: "currentColor",
@@ -12670,13 +12723,13 @@ function render$41(e, t) {
12670
12723
  }
12671
12724
  var smile_default = {
12672
12725
  name: "lucide-smile",
12673
- render: render$41
12726
+ render: render$43
12674
12727
  }, _hoisted_1$60 = {
12675
12728
  viewBox: "0 0 24 24",
12676
12729
  width: "1.2em",
12677
12730
  height: "1.2em"
12678
12731
  };
12679
- function render$40(e, t) {
12732
+ function render$42(e, t) {
12680
12733
  return openBlock(), createElementBlock("svg", _hoisted_1$60, [...t[0] ||= [createElementVNode("path", {
12681
12734
  fill: "none",
12682
12735
  stroke: "currentColor",
@@ -12688,13 +12741,13 @@ function render$40(e, t) {
12688
12741
  }
12689
12742
  var sparkles_default = {
12690
12743
  name: "lucide-sparkles",
12691
- render: render$40
12744
+ render: render$42
12692
12745
  }, _hoisted_1$59 = {
12693
12746
  viewBox: "0 0 24 24",
12694
12747
  width: "1.2em",
12695
12748
  height: "1.2em"
12696
12749
  };
12697
- function render$39(e, t) {
12750
+ function render$41(e, t) {
12698
12751
  return openBlock(), createElementBlock("svg", _hoisted_1$59, [...t[0] ||= [createElementVNode("g", {
12699
12752
  fill: "none",
12700
12753
  stroke: "currentColor",
@@ -12705,13 +12758,13 @@ function render$39(e, t) {
12705
12758
  }
12706
12759
  var split_default = {
12707
12760
  name: "lucide-split",
12708
- render: render$39
12761
+ render: render$41
12709
12762
  }, _hoisted_1$58 = {
12710
12763
  viewBox: "0 0 24 24",
12711
12764
  width: "1.2em",
12712
12765
  height: "1.2em"
12713
12766
  };
12714
- function render$38(e, t) {
12767
+ function render$40(e, t) {
12715
12768
  return openBlock(), createElementBlock("svg", _hoisted_1$58, [...t[0] ||= [createElementVNode("rect", {
12716
12769
  width: "18",
12717
12770
  height: "18",
@@ -12727,13 +12780,13 @@ function render$38(e, t) {
12727
12780
  }
12728
12781
  var square_default = {
12729
12782
  name: "lucide-square",
12730
- render: render$38
12783
+ render: render$40
12731
12784
  }, _hoisted_1$57 = {
12732
12785
  viewBox: "0 0 24 24",
12733
12786
  width: "1.2em",
12734
12787
  height: "1.2em"
12735
12788
  };
12736
- function render$37(e, t) {
12789
+ function render$39(e, t) {
12737
12790
  return openBlock(), createElementBlock("svg", _hoisted_1$57, [...t[0] ||= [createElementVNode("g", {
12738
12791
  fill: "none",
12739
12792
  stroke: "currentColor",
@@ -12750,13 +12803,13 @@ function render$37(e, t) {
12750
12803
  }
12751
12804
  var square_check_default = {
12752
12805
  name: "lucide-square-check",
12753
- render: render$37
12806
+ render: render$39
12754
12807
  }, _hoisted_1$56 = {
12755
12808
  viewBox: "0 0 24 24",
12756
12809
  width: "1.2em",
12757
12810
  height: "1.2em"
12758
12811
  };
12759
- function render$36(e, t) {
12812
+ function render$38(e, t) {
12760
12813
  return openBlock(), createElementBlock("svg", _hoisted_1$56, [...t[0] ||= [createElementVNode("g", {
12761
12814
  fill: "none",
12762
12815
  stroke: "currentColor",
@@ -12773,13 +12826,13 @@ function render$36(e, t) {
12773
12826
  }
12774
12827
  var square_minus_default = {
12775
12828
  name: "lucide-square-minus",
12776
- render: render$36
12829
+ render: render$38
12777
12830
  }, _hoisted_1$55 = {
12778
12831
  viewBox: "0 0 24 24",
12779
12832
  width: "1.2em",
12780
12833
  height: "1.2em"
12781
12834
  };
12782
- function render$35(e, t) {
12835
+ function render$37(e, t) {
12783
12836
  return openBlock(), createElementBlock("svg", _hoisted_1$55, [...t[0] ||= [createElementVNode("g", {
12784
12837
  fill: "none",
12785
12838
  stroke: "currentColor",
@@ -12790,13 +12843,13 @@ function render$35(e, t) {
12790
12843
  }
12791
12844
  var square_pen_default = {
12792
12845
  name: "lucide-square-pen",
12793
- render: render$35
12846
+ render: render$37
12794
12847
  }, _hoisted_1$54 = {
12795
12848
  viewBox: "0 0 24 24",
12796
12849
  width: "1.2em",
12797
12850
  height: "1.2em"
12798
12851
  };
12799
- function render$34(e, t) {
12852
+ function render$36(e, t) {
12800
12853
  return openBlock(), createElementBlock("svg", _hoisted_1$54, [...t[0] ||= [createElementVNode("g", {
12801
12854
  fill: "none",
12802
12855
  stroke: "currentColor",
@@ -12813,13 +12866,13 @@ function render$34(e, t) {
12813
12866
  }
12814
12867
  var square_plus_default = {
12815
12868
  name: "lucide-square-plus",
12816
- render: render$34
12869
+ render: render$36
12817
12870
  }, _hoisted_1$53 = {
12818
12871
  viewBox: "0 0 24 24",
12819
12872
  width: "1.2em",
12820
12873
  height: "1.2em"
12821
12874
  };
12822
- function render$33(e, t) {
12875
+ function render$35(e, t) {
12823
12876
  return openBlock(), createElementBlock("svg", _hoisted_1$53, [...t[0] ||= [createElementVNode("g", {
12824
12877
  fill: "none",
12825
12878
  stroke: "currentColor",
@@ -12830,13 +12883,13 @@ function render$33(e, t) {
12830
12883
  }
12831
12884
  var sticky_note_default = {
12832
12885
  name: "lucide-sticky-note",
12833
- render: render$33
12886
+ render: render$35
12834
12887
  }, _hoisted_1$52 = {
12835
12888
  viewBox: "0 0 24 24",
12836
12889
  width: "1.2em",
12837
12890
  height: "1.2em"
12838
12891
  };
12839
- function render$32(e, t) {
12892
+ function render$34(e, t) {
12840
12893
  return openBlock(), createElementBlock("svg", _hoisted_1$52, [...t[0] ||= [createElementVNode("g", {
12841
12894
  fill: "none",
12842
12895
  stroke: "currentColor",
@@ -12851,13 +12904,13 @@ function render$32(e, t) {
12851
12904
  }
12852
12905
  var sun_default = {
12853
12906
  name: "lucide-sun",
12854
- render: render$32
12907
+ render: render$34
12855
12908
  }, _hoisted_1$51 = {
12856
12909
  viewBox: "0 0 24 24",
12857
12910
  width: "1.2em",
12858
12911
  height: "1.2em"
12859
12912
  };
12860
- function render$31(e, t) {
12913
+ function render$33(e, t) {
12861
12914
  return openBlock(), createElementBlock("svg", _hoisted_1$51, [...t[0] ||= [createElementVNode("g", {
12862
12915
  fill: "none",
12863
12916
  stroke: "currentColor",
@@ -12878,13 +12931,13 @@ function render$31(e, t) {
12878
12931
  }
12879
12932
  var table_default = {
12880
12933
  name: "lucide-table",
12881
- render: render$31
12934
+ render: render$33
12882
12935
  }, _hoisted_1$50 = {
12883
12936
  viewBox: "0 0 24 24",
12884
12937
  width: "1.2em",
12885
12938
  height: "1.2em"
12886
12939
  };
12887
- function render$30(e, t) {
12940
+ function render$32(e, t) {
12888
12941
  return openBlock(), createElementBlock("svg", _hoisted_1$50, [...t[0] ||= [createElementVNode("g", {
12889
12942
  fill: "none",
12890
12943
  stroke: "currentColor",
@@ -12904,13 +12957,13 @@ function render$30(e, t) {
12904
12957
  }
12905
12958
  var tags_default = {
12906
12959
  name: "lucide-tags",
12907
- render: render$30
12960
+ render: render$32
12908
12961
  }, _hoisted_1$49 = {
12909
12962
  viewBox: "0 0 24 24",
12910
12963
  width: "1.2em",
12911
12964
  height: "1.2em"
12912
12965
  };
12913
- function render$29(e, t) {
12966
+ function render$31(e, t) {
12914
12967
  return openBlock(), createElementBlock("svg", _hoisted_1$49, [...t[0] ||= [createElementVNode("path", {
12915
12968
  fill: "none",
12916
12969
  stroke: "currentColor",
@@ -12922,13 +12975,13 @@ function render$29(e, t) {
12922
12975
  }
12923
12976
  var terminal_default = {
12924
12977
  name: "lucide-terminal",
12925
- render: render$29
12978
+ render: render$31
12926
12979
  }, _hoisted_1$48 = {
12927
12980
  viewBox: "0 0 24 24",
12928
12981
  width: "1.2em",
12929
12982
  height: "1.2em"
12930
12983
  };
12931
- function render$28(e, t) {
12984
+ function render$30(e, t) {
12932
12985
  return openBlock(), createElementBlock("svg", _hoisted_1$48, [...t[0] ||= [createElementVNode("path", {
12933
12986
  fill: "none",
12934
12987
  stroke: "currentColor",
@@ -12940,13 +12993,13 @@ function render$28(e, t) {
12940
12993
  }
12941
12994
  var thumbs_down_default = {
12942
12995
  name: "lucide-thumbs-down",
12943
- render: render$28
12996
+ render: render$30
12944
12997
  }, _hoisted_1$47 = {
12945
12998
  viewBox: "0 0 24 24",
12946
12999
  width: "1.2em",
12947
13000
  height: "1.2em"
12948
13001
  };
12949
- function render$27(e, t) {
13002
+ function render$29(e, t) {
12950
13003
  return openBlock(), createElementBlock("svg", _hoisted_1$47, [...t[0] ||= [createElementVNode("path", {
12951
13004
  fill: "none",
12952
13005
  stroke: "currentColor",
@@ -12958,13 +13011,13 @@ function render$27(e, t) {
12958
13011
  }
12959
13012
  var thumbs_up_default = {
12960
13013
  name: "lucide-thumbs-up",
12961
- render: render$27
13014
+ render: render$29
12962
13015
  }, _hoisted_1$46 = {
12963
13016
  viewBox: "0 0 24 24",
12964
13017
  width: "1.2em",
12965
13018
  height: "1.2em"
12966
13019
  };
12967
- function render$26(e, t) {
13020
+ function render$28(e, t) {
12968
13021
  return openBlock(), createElementBlock("svg", _hoisted_1$46, [...t[0] ||= [createElementVNode("g", {
12969
13022
  fill: "none",
12970
13023
  stroke: "currentColor",
@@ -12979,13 +13032,13 @@ function render$26(e, t) {
12979
13032
  }
12980
13033
  var timer_default = {
12981
13034
  name: "lucide-timer",
12982
- render: render$26
13035
+ render: render$28
12983
13036
  }, _hoisted_1$45 = {
12984
13037
  viewBox: "0 0 24 24",
12985
13038
  width: "1.2em",
12986
13039
  height: "1.2em"
12987
13040
  };
12988
- function render$25(e, t) {
13041
+ function render$27(e, t) {
12989
13042
  return openBlock(), createElementBlock("svg", _hoisted_1$45, [...t[0] ||= [createElementVNode("g", {
12990
13043
  fill: "none",
12991
13044
  stroke: "currentColor",
@@ -13006,13 +13059,13 @@ function render$25(e, t) {
13006
13059
  }
13007
13060
  var toggle_right_default = {
13008
13061
  name: "lucide-toggle-right",
13009
- render: render$25
13062
+ render: render$27
13010
13063
  }, _hoisted_1$44 = {
13011
13064
  viewBox: "0 0 24 24",
13012
13065
  width: "1.2em",
13013
13066
  height: "1.2em"
13014
13067
  };
13015
- function render$24(e, t) {
13068
+ function render$26(e, t) {
13016
13069
  return openBlock(), createElementBlock("svg", _hoisted_1$44, [...t[0] ||= [createElementVNode("path", {
13017
13070
  fill: "none",
13018
13071
  stroke: "currentColor",
@@ -13024,13 +13077,13 @@ function render$24(e, t) {
13024
13077
  }
13025
13078
  var trash_2_default = {
13026
13079
  name: "lucide-trash-2",
13027
- render: render$24
13080
+ render: render$26
13028
13081
  }, _hoisted_1$43 = {
13029
13082
  viewBox: "0 0 24 24",
13030
13083
  width: "1.2em",
13031
13084
  height: "1.2em"
13032
13085
  };
13033
- function render$23(e, t) {
13086
+ function render$25(e, t) {
13034
13087
  return openBlock(), createElementBlock("svg", _hoisted_1$43, [...t[0] ||= [createElementVNode("path", {
13035
13088
  fill: "none",
13036
13089
  stroke: "currentColor",
@@ -13042,13 +13095,13 @@ function render$23(e, t) {
13042
13095
  }
13043
13096
  var tree_pine_default = {
13044
13097
  name: "lucide-tree-pine",
13045
- render: render$23
13098
+ render: render$25
13046
13099
  }, _hoisted_1$42 = {
13047
13100
  viewBox: "0 0 24 24",
13048
13101
  width: "1.2em",
13049
13102
  height: "1.2em"
13050
13103
  };
13051
- function render$22(e, t) {
13104
+ function render$24(e, t) {
13052
13105
  return openBlock(), createElementBlock("svg", _hoisted_1$42, [...t[0] ||= [createElementVNode("path", {
13053
13106
  fill: "none",
13054
13107
  stroke: "currentColor",
@@ -13060,13 +13113,13 @@ function render$22(e, t) {
13060
13113
  }
13061
13114
  var triangle_alert_default = {
13062
13115
  name: "lucide-triangle-alert",
13063
- render: render$22
13116
+ render: render$24
13064
13117
  }, _hoisted_1$41 = {
13065
13118
  viewBox: "0 0 24 24",
13066
13119
  width: "1.2em",
13067
13120
  height: "1.2em"
13068
13121
  };
13069
- function render$21(e, t) {
13122
+ function render$23(e, t) {
13070
13123
  return openBlock(), createElementBlock("svg", _hoisted_1$41, [...t[0] ||= [createElementVNode("path", {
13071
13124
  fill: "none",
13072
13125
  stroke: "currentColor",
@@ -13078,13 +13131,13 @@ function render$21(e, t) {
13078
13131
  }
13079
13132
  var type_default = {
13080
13133
  name: "lucide-type",
13081
- render: render$21
13134
+ render: render$23
13082
13135
  }, _hoisted_1$40 = {
13083
13136
  viewBox: "0 0 24 24",
13084
13137
  width: "1.2em",
13085
13138
  height: "1.2em"
13086
13139
  };
13087
- function render$20(e, t) {
13140
+ function render$22(e, t) {
13088
13141
  return openBlock(), createElementBlock("svg", _hoisted_1$40, [...t[0] ||= [createElementVNode("g", {
13089
13142
  fill: "none",
13090
13143
  stroke: "currentColor",
@@ -13095,13 +13148,13 @@ function render$20(e, t) {
13095
13148
  }
13096
13149
  var undo_2_default = {
13097
13150
  name: "lucide-undo-2",
13098
- render: render$20
13151
+ render: render$22
13099
13152
  }, _hoisted_1$39 = {
13100
13153
  viewBox: "0 0 24 24",
13101
13154
  width: "1.2em",
13102
13155
  height: "1.2em"
13103
13156
  };
13104
- function render$19(e, t) {
13157
+ function render$21(e, t) {
13105
13158
  return openBlock(), createElementBlock("svg", _hoisted_1$39, [...t[0] ||= [createElementVNode("path", {
13106
13159
  fill: "none",
13107
13160
  stroke: "currentColor",
@@ -13113,13 +13166,13 @@ function render$19(e, t) {
13113
13166
  }
13114
13167
  var unlink_default = {
13115
13168
  name: "lucide-unlink",
13116
- render: render$19
13169
+ render: render$21
13117
13170
  }, _hoisted_1$38 = {
13118
13171
  viewBox: "0 0 24 24",
13119
13172
  width: "1.2em",
13120
13173
  height: "1.2em"
13121
13174
  };
13122
- function render$18(e, t) {
13175
+ function render$20(e, t) {
13123
13176
  return openBlock(), createElementBlock("svg", _hoisted_1$38, [...t[0] ||= [createElementVNode("g", {
13124
13177
  fill: "none",
13125
13178
  stroke: "currentColor",
@@ -13134,13 +13187,13 @@ function render$18(e, t) {
13134
13187
  }
13135
13188
  var user_default = {
13136
13189
  name: "lucide-user",
13137
- render: render$18
13190
+ render: render$20
13138
13191
  }, _hoisted_1$37 = {
13139
13192
  viewBox: "0 0 24 24",
13140
13193
  width: "1.2em",
13141
13194
  height: "1.2em"
13142
13195
  };
13143
- function render$17(e, t) {
13196
+ function render$19(e, t) {
13144
13197
  return openBlock(), createElementBlock("svg", _hoisted_1$37, [...t[0] ||= [createElementVNode("g", {
13145
13198
  fill: "none",
13146
13199
  stroke: "currentColor",
@@ -13155,13 +13208,13 @@ function render$17(e, t) {
13155
13208
  }
13156
13209
  var user_check_default = {
13157
13210
  name: "lucide-user-check",
13158
- render: render$17
13211
+ render: render$19
13159
13212
  }, _hoisted_1$36 = {
13160
13213
  viewBox: "0 0 24 24",
13161
13214
  width: "1.2em",
13162
13215
  height: "1.2em"
13163
13216
  };
13164
- function render$16(e, t) {
13217
+ function render$18(e, t) {
13165
13218
  return openBlock(), createElementBlock("svg", _hoisted_1$36, [...t[0] ||= [createElementVNode("g", {
13166
13219
  fill: "none",
13167
13220
  stroke: "currentColor",
@@ -13186,13 +13239,13 @@ function render$16(e, t) {
13186
13239
  }
13187
13240
  var user_lock_default = {
13188
13241
  name: "lucide-user-lock",
13189
- render: render$16
13242
+ render: render$18
13190
13243
  }, _hoisted_1$35 = {
13191
13244
  viewBox: "0 0 24 24",
13192
13245
  width: "1.2em",
13193
13246
  height: "1.2em"
13194
13247
  };
13195
- function render$15(e, t) {
13248
+ function render$17(e, t) {
13196
13249
  return openBlock(), createElementBlock("svg", _hoisted_1$35, [...t[0] ||= [createElementVNode("g", {
13197
13250
  fill: "none",
13198
13251
  stroke: "currentColor",
@@ -13207,13 +13260,13 @@ function render$15(e, t) {
13207
13260
  }
13208
13261
  var user_round_default = {
13209
13262
  name: "lucide-user-round",
13210
- render: render$15
13263
+ render: render$17
13211
13264
  }, _hoisted_1$34 = {
13212
13265
  viewBox: "0 0 24 24",
13213
13266
  width: "1.2em",
13214
13267
  height: "1.2em"
13215
13268
  };
13216
- function render$14(e, t) {
13269
+ function render$16(e, t) {
13217
13270
  return openBlock(), createElementBlock("svg", _hoisted_1$34, [...t[0] ||= [createElementVNode("g", {
13218
13271
  fill: "none",
13219
13272
  stroke: "currentColor",
@@ -13228,13 +13281,13 @@ function render$14(e, t) {
13228
13281
  }
13229
13282
  var users_default = {
13230
13283
  name: "lucide-users",
13231
- render: render$14
13284
+ render: render$16
13232
13285
  }, _hoisted_1$33 = {
13233
13286
  viewBox: "0 0 24 24",
13234
13287
  width: "1.2em",
13235
13288
  height: "1.2em"
13236
13289
  };
13237
- function render$13(e, t) {
13290
+ function render$15(e, t) {
13238
13291
  return openBlock(), createElementBlock("svg", _hoisted_1$33, [...t[0] ||= [createElementVNode("path", {
13239
13292
  fill: "none",
13240
13293
  stroke: "currentColor",
@@ -13246,24 +13299,24 @@ function render$13(e, t) {
13246
13299
  }
13247
13300
  var variable_default = {
13248
13301
  name: "lucide-variable",
13249
- render: render$13
13302
+ render: render$15
13250
13303
  }, _hoisted_1$32 = {
13251
13304
  viewBox: "0 0 24 24",
13252
13305
  width: "1.2em",
13253
13306
  height: "1.2em"
13254
13307
  };
13255
- function render$12(e, t) {
13308
+ function render$14(e, t) {
13256
13309
  return openBlock(), createElementBlock("svg", _hoisted_1$32, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"></rect><circle cx=\"7.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 7.9l2.7 2.7\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 10.6l2.7-2.7\"></path><circle cx=\"7.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m7.9 16.1l2.7-2.7\"></path><circle cx=\"16.5\" cy=\"16.5\" r=\".5\" fill=\"currentColor\"></circle><path d=\"m13.4 13.4l2.7 2.7\"></path><circle cx=\"12\" cy=\"12\" r=\"2\"></circle></g>", 1)]]);
13257
13310
  }
13258
13311
  var vault_default = {
13259
13312
  name: "lucide-vault",
13260
- render: render$12
13313
+ render: render$14
13261
13314
  }, _hoisted_1$31 = {
13262
13315
  viewBox: "0 0 24 24",
13263
13316
  width: "1.2em",
13264
13317
  height: "1.2em"
13265
13318
  };
13266
- function render$11(e, t) {
13319
+ function render$13(e, t) {
13267
13320
  return openBlock(), createElementBlock("svg", _hoisted_1$31, [...t[0] ||= [createElementVNode("g", {
13268
13321
  fill: "none",
13269
13322
  stroke: "currentColor",
@@ -13280,13 +13333,13 @@ function render$11(e, t) {
13280
13333
  }
13281
13334
  var video_default = {
13282
13335
  name: "lucide-video",
13283
- render: render$11
13336
+ render: render$13
13284
13337
  }, _hoisted_1$30 = {
13285
13338
  viewBox: "0 0 24 24",
13286
13339
  width: "1.2em",
13287
13340
  height: "1.2em"
13288
13341
  };
13289
- function render$10(e, t) {
13342
+ function render$12(e, t) {
13290
13343
  return openBlock(), createElementBlock("svg", _hoisted_1$30, [...t[0] ||= [createElementVNode("path", {
13291
13344
  fill: "none",
13292
13345
  stroke: "currentColor",
@@ -13298,13 +13351,13 @@ function render$10(e, t) {
13298
13351
  }
13299
13352
  var volume_2_default = {
13300
13353
  name: "lucide-volume-2",
13301
- render: render$10
13354
+ render: render$12
13302
13355
  }, _hoisted_1$29 = {
13303
13356
  viewBox: "0 0 24 24",
13304
13357
  width: "1.2em",
13305
13358
  height: "1.2em"
13306
13359
  };
13307
- function render$9(e, t) {
13360
+ function render$11(e, t) {
13308
13361
  return openBlock(), createElementBlock("svg", _hoisted_1$29, [...t[0] ||= [createElementVNode("path", {
13309
13362
  fill: "none",
13310
13363
  stroke: "currentColor",
@@ -13316,13 +13369,13 @@ function render$9(e, t) {
13316
13369
  }
13317
13370
  var volume_x_default = {
13318
13371
  name: "lucide-volume-x",
13319
- render: render$9
13372
+ render: render$11
13320
13373
  }, _hoisted_1$28 = {
13321
13374
  viewBox: "0 0 24 24",
13322
13375
  width: "1.2em",
13323
13376
  height: "1.2em"
13324
13377
  };
13325
- function render$8(e, t) {
13378
+ function render$10(e, t) {
13326
13379
  return openBlock(), createElementBlock("svg", _hoisted_1$28, [...t[0] ||= [createElementVNode("path", {
13327
13380
  fill: "none",
13328
13381
  stroke: "currentColor",
@@ -13334,25 +13387,58 @@ function render$8(e, t) {
13334
13387
  }
13335
13388
  var wand_sparkles_default = {
13336
13389
  name: "lucide-wand-sparkles",
13337
- render: render$8
13390
+ render: render$10
13338
13391
  }, _hoisted_1$27 = {
13339
13392
  viewBox: "0 0 24 24",
13340
13393
  width: "1.2em",
13341
13394
  height: "1.2em"
13342
13395
  };
13343
- function render$7(e, t) {
13396
+ function render$9(e, t) {
13344
13397
  return openBlock(), createElementBlock("svg", _hoisted_1$27, [...t[0] ||= [createStaticVNode("<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"4.5\" r=\"2.5\"></circle><path d=\"m10.2 6.3l-3.9 3.9\"></path><circle cx=\"4.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"M7 12h10\"></path><circle cx=\"19.5\" cy=\"12\" r=\"2.5\"></circle><path d=\"m13.8 17.7l3.9-3.9\"></path><circle cx=\"12\" cy=\"19.5\" r=\"2.5\"></circle></g>", 1)]]);
13345
13398
  }
13346
13399
  var waypoints_default = {
13347
13400
  name: "lucide-waypoints",
13348
- render: render$7
13401
+ render: render$9
13349
13402
  }, _hoisted_1$26 = {
13350
13403
  viewBox: "0 0 24 24",
13351
13404
  width: "1.2em",
13352
13405
  height: "1.2em"
13353
13406
  };
13354
- function render$6(e, t) {
13355
- return openBlock(), createElementBlock("svg", _hoisted_1$26, [...t[0] ||= [createElementVNode("path", {
13407
+ function render$8(e, t) {
13408
+ return openBlock(), createElementBlock("svg", _hoisted_1$26, [...t[0] ||= [createElementVNode("g", {
13409
+ fill: "none",
13410
+ stroke: "currentColor",
13411
+ "stroke-linecap": "round",
13412
+ "stroke-linejoin": "round",
13413
+ "stroke-width": "2"
13414
+ }, [
13415
+ createElementVNode("rect", {
13416
+ width: "8",
13417
+ height: "8",
13418
+ x: "3",
13419
+ y: "3",
13420
+ rx: "2"
13421
+ }),
13422
+ createElementVNode("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
13423
+ createElementVNode("rect", {
13424
+ width: "8",
13425
+ height: "8",
13426
+ x: "13",
13427
+ y: "13",
13428
+ rx: "2"
13429
+ })
13430
+ ], -1)]]);
13431
+ }
13432
+ var workflow_default = {
13433
+ name: "lucide-workflow",
13434
+ render: render$8
13435
+ }, _hoisted_1$25 = {
13436
+ viewBox: "0 0 24 24",
13437
+ width: "1.2em",
13438
+ height: "1.2em"
13439
+ };
13440
+ function render$7(e, t) {
13441
+ return openBlock(), createElementBlock("svg", _hoisted_1$25, [...t[0] ||= [createElementVNode("path", {
13356
13442
  fill: "none",
13357
13443
  stroke: "currentColor",
13358
13444
  "stroke-linecap": "round",
@@ -13363,14 +13449,14 @@ function render$6(e, t) {
13363
13449
  }
13364
13450
  var wrench_default = {
13365
13451
  name: "lucide-wrench",
13366
- render: render$6
13367
- }, _hoisted_1$25 = {
13452
+ render: render$7
13453
+ }, _hoisted_1$24 = {
13368
13454
  viewBox: "0 0 24 24",
13369
13455
  width: "1.2em",
13370
13456
  height: "1.2em"
13371
13457
  };
13372
- function render$5(e, t) {
13373
- return openBlock(), createElementBlock("svg", _hoisted_1$25, [...t[0] ||= [createElementVNode("path", {
13458
+ function render$6(e, t) {
13459
+ return openBlock(), createElementBlock("svg", _hoisted_1$24, [...t[0] ||= [createElementVNode("path", {
13374
13460
  fill: "none",
13375
13461
  stroke: "currentColor",
13376
13462
  "stroke-linecap": "round",
@@ -13381,14 +13467,31 @@ function render$5(e, t) {
13381
13467
  }
13382
13468
  var x_default = {
13383
13469
  name: "lucide-x",
13470
+ render: render$6
13471
+ }, _hoisted_1$23 = {
13472
+ viewBox: "0 0 24 24",
13473
+ width: "1.2em",
13474
+ height: "1.2em"
13475
+ };
13476
+ function render$5(e, t) {
13477
+ return openBlock(), createElementBlock("svg", _hoisted_1$23, [...t[0] ||= [createElementVNode("g", {
13478
+ fill: "none",
13479
+ stroke: "currentColor",
13480
+ "stroke-linecap": "round",
13481
+ "stroke-linejoin": "round",
13482
+ "stroke-width": "2"
13483
+ }, [createElementVNode("path", { d: "M2.5 17a24.1 24.1 0 0 1 0-10a2 2 0 0 1 1.4-1.4a49.6 49.6 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.1 24.1 0 0 1 0 10a2 2 0 0 1-1.4 1.4a49.6 49.6 0 0 1-16.2 0A2 2 0 0 1 2.5 17" }), createElementVNode("path", { d: "m10 15l5-3l-5-3z" })], -1)]]);
13484
+ }
13485
+ var youtube_default = {
13486
+ name: "lucide-youtube",
13384
13487
  render: render$5
13385
- }, _hoisted_1$24 = {
13488
+ }, _hoisted_1$22 = {
13386
13489
  viewBox: "0 0 24 24",
13387
13490
  width: "1.2em",
13388
13491
  height: "1.2em"
13389
13492
  };
13390
13493
  function render$4(e, t) {
13391
- return openBlock(), createElementBlock("svg", _hoisted_1$24, [...t[0] ||= [createElementVNode("path", {
13494
+ return openBlock(), createElementBlock("svg", _hoisted_1$22, [...t[0] ||= [createElementVNode("path", {
13392
13495
  fill: "none",
13393
13496
  stroke: "currentColor",
13394
13497
  "stroke-linecap": "round",
@@ -13400,13 +13503,13 @@ function render$4(e, t) {
13400
13503
  var zap_default = {
13401
13504
  name: "lucide-zap",
13402
13505
  render: render$4
13403
- }, _hoisted_1$23 = {
13506
+ }, _hoisted_1$21 = {
13404
13507
  viewBox: "0 0 24 24",
13405
13508
  width: "1.2em",
13406
13509
  height: "1.2em"
13407
13510
  };
13408
13511
  function render$3(e, t) {
13409
- return openBlock(), createElementBlock("svg", _hoisted_1$23, [...t[0] ||= [createElementVNode("g", {
13512
+ return openBlock(), createElementBlock("svg", _hoisted_1$21, [...t[0] ||= [createElementVNode("g", {
13410
13513
  fill: "none",
13411
13514
  stroke: "currentColor",
13412
13515
  "stroke-linecap": "round",
@@ -13421,13 +13524,13 @@ function render$3(e, t) {
13421
13524
  var zoom_in_default = {
13422
13525
  name: "lucide-zoom-in",
13423
13526
  render: render$3
13424
- }, _hoisted_1$22 = {
13527
+ }, _hoisted_1$20 = {
13425
13528
  viewBox: "0 0 24 24",
13426
13529
  width: "1.2em",
13427
13530
  height: "1.2em"
13428
13531
  };
13429
13532
  function render$2(e, t) {
13430
- return openBlock(), createElementBlock("svg", _hoisted_1$22, [...t[0] ||= [createElementVNode("g", {
13533
+ return openBlock(), createElementBlock("svg", _hoisted_1$20, [...t[0] ||= [createElementVNode("g", {
13431
13534
  fill: "none",
13432
13535
  stroke: "currentColor",
13433
13536
  "stroke-linecap": "round",
@@ -13696,6 +13799,7 @@ const deprecatedIconSet = {
13696
13799
  "arrow-up-right": arrow_up_right_default,
13697
13800
  "at-sign": at_sign_default,
13698
13801
  ban: ban_default,
13802
+ "badge-check": badge_check_default,
13699
13803
  bell: bell_default,
13700
13804
  book: book_default,
13701
13805
  "book-open": book_open_default,
@@ -13839,6 +13943,7 @@ const deprecatedIconSet = {
13839
13943
  server: server_default,
13840
13944
  share: share_default,
13841
13945
  "sliders-horizontal": sliders_horizontal_default,
13946
+ "shield-half": shield_half_default,
13842
13947
  smile: smile_default,
13843
13948
  sparkles: sparkles_default,
13844
13949
  split: split_default,
@@ -13872,11 +13977,14 @@ const deprecatedIconSet = {
13872
13977
  "volume-x": volume_x_default,
13873
13978
  "wand-sparkles": wand_sparkles_default,
13874
13979
  waypoints: waypoints_default,
13980
+ workflow: workflow_default,
13875
13981
  wrench: wrench_default,
13876
13982
  x: x_default,
13983
+ youtube: youtube_default,
13877
13984
  zap: zap_default,
13878
13985
  "zoom-in": zoom_in_default,
13879
- "zoom-out": zoom_out_default
13986
+ "zoom-out": zoom_out_default,
13987
+ loader: loader2_default
13880
13988
  };
13881
13989
  var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
13882
13990
  name: "N8nIcon",
@@ -13945,9 +14053,7 @@ var N8nIcon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__P
13945
14053
  }), [["__cssModules", { $style: {
13946
14054
  strokeWidth: "_strokeWidth_amcx4_1",
13947
14055
  spin: "_spin_amcx4_6"
13948
- } }]]);
13949
- Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean;
13950
- var N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
14056
+ } }]]), N8nText_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
13951
14057
  name: "N8nText",
13952
14058
  __name: "Text",
13953
14059
  props: {
@@ -21697,7 +21803,7 @@ withInstall(/* @__PURE__ */ _export_sfc(/* @__PURE__ */ defineComponent({
21697
21803
  variant: "p"
21698
21804
  }, null, 8, ["class"]))), 128))]) : createCommentVNode("v-if", !0)], 64))), 128))], 16)) : renderSlot(e.$slots, "default", normalizeProps(mergeProps({ key: 1 }, e.$attrs)));
21699
21805
  }
21700
- }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/skeleton/src/skeleton.vue"]]), { SkeletonItem }), withNoopInstall(SkeletonItem), { ...ElTooltip.props }, String, String, Array;
21806
+ }), [["__file", "/home/runner/work/element-plus/element-plus/packages/components/skeleton/src/skeleton.vue"]]), { SkeletonItem }), withNoopInstall(SkeletonItem);
21701
21807
  var require_default$1 = /* @__PURE__ */ __commonJSMin(((e) => {
21702
21808
  function t() {
21703
21809
  var e = {};