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