@tonyclaw/agent-inspector 2.1.15 → 2.1.17
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/.output/cli.js +57 -13
- package/.output/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-BcEd6V-V.js → CompareDrawer-B9sLBHw5.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-DbWjc_BE.js +106 -0
- package/.output/public/assets/{ReplayDialog-BNpC0548.js → ReplayDialog-D9I9W9n3.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-Ds1uRLVB.js → RequestAnatomy-DGXK_Rii.js} +1 -1
- package/.output/public/assets/{ResponseView-7KPVqKl5.js → ResponseView-df_JzwsS.js} +2 -2
- package/.output/public/assets/{StreamingChunkSequence-BHQT261s.js → StreamingChunkSequence-i3DM5IKL.js} +1 -1
- package/.output/public/assets/_sessionId-CTpCHdFh.js +1 -0
- package/.output/public/assets/index-Blqvndcn.js +1 -0
- package/.output/public/assets/index-Cs79WRQj.css +1 -0
- package/.output/public/assets/{index-DjKt8XKe.js → index-Dqc2r1ea.js} +1 -1
- package/.output/public/assets/{json-viewer-CkCu-rka.js → json-viewer-D3QWQlSB.js} +1 -1
- package/.output/public/assets/{main-DpD1N0S8.js → main-ZhxhOCmF.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +255 -201
- package/.output/server/{_sessionId-DF9Sy8cP.mjs → _sessionId-YFrP0lZP.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-BoxztaO7.mjs → CompareDrawer-qC3adEeq.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-CRBkqFlJ.mjs → ProxyViewerContainer-DCZIJC2b.mjs} +2732 -1849
- package/.output/server/_ssr/{ReplayDialog-Cc1dyDuK.mjs → ReplayDialog-CvX4XYCi.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-CMGSsz5Z.mjs → RequestAnatomy-HQfrxjO1.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-Cp10DM1D.mjs → ResponseView-QSlSD11e.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-B1VGxy3A.mjs → StreamingChunkSequence-DTAiwlnI.mjs} +3 -3
- package/.output/server/_ssr/{index-47XVPghS.mjs → index-D_EzfXaN.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-zDE2rrmJ.mjs → json-viewer-CrIX0e0Q.mjs} +3 -3
- package/.output/server/_ssr/{router-DVeuZFqI.mjs → router-__o2wrfO.mjs} +505 -136
- package/.output/server/{_tanstack-start-manifest_v-Bp8JxtPW.mjs → _tanstack-start-manifest_v-DbqyLpsI.mjs} +1 -1
- package/.output/server/index.mjs +63 -63
- package/README.md +57 -2
- package/package.json +1 -1
- package/src/cli/startupOutput.ts +16 -0
- package/src/cli.ts +61 -15
- package/src/components/ProxyViewer.tsx +535 -163
- package/src/components/ProxyViewerContainer.tsx +77 -67
- package/src/components/alerts/AlertsDialog.tsx +2 -1
- package/src/components/clients/ClientLogo.tsx +1 -1
- package/src/components/groups/GroupsDialog.tsx +19 -1
- package/src/components/providers/ProviderCard.tsx +133 -32
- package/src/components/providers/ProviderForm.tsx +61 -29
- package/src/components/providers/ProviderLogo.tsx +6 -1
- package/src/components/providers/ProvidersPanel.tsx +7 -7
- package/src/components/providers/SettingsDialog.tsx +13 -6
- package/src/components/proxy-viewer/AgentTraceSummary.tsx +6 -6
- package/src/components/proxy-viewer/ConversationGroup.tsx +43 -32
- package/src/components/proxy-viewer/ConversationGroupList.tsx +452 -89
- package/src/components/proxy-viewer/ConversationHeader.tsx +153 -120
- package/src/components/proxy-viewer/LogEntry.tsx +130 -43
- package/src/components/proxy-viewer/LogEntryHeader.tsx +357 -354
- package/src/components/proxy-viewer/ProviderLogoStack.tsx +2 -2
- package/src/components/proxy-viewer/RequestToolsPanel.tsx +9 -9
- package/src/components/proxy-viewer/ThreadConnector.tsx +102 -83
- package/src/components/proxy-viewer/TurnGroup.tsx +33 -69
- package/src/components/proxy-viewer/TurnGroupList.tsx +3 -0
- package/src/components/proxy-viewer/bodyHydration.ts +56 -0
- package/src/components/proxy-viewer/viewerState.ts +0 -4
- package/src/components/ui/icon-trigger.ts +2 -0
- package/src/components/ui/transient-toast.tsx +104 -0
- package/src/lib/providerTestContract.ts +56 -10
- package/src/lib/providerTestPrompt.ts +23 -1
- package/src/lib/sessionInfoContract.ts +4 -0
- package/src/lib/upstreamUrl.ts +105 -1
- package/src/mcp/server.ts +71 -27
- package/src/mcp/toolHandlers.ts +24 -5
- package/src/proxy/formats/openai/alibabaProvider.ts +0 -4
- package/src/proxy/sessionInfo.ts +31 -2
- package/src/proxy/sessionSupervisor.ts +20 -1
- package/src/proxy/store.ts +1 -1
- package/src/routes/api/providers.$providerId.test.log.ts +93 -14
- package/styles/globals.css +180 -180
- package/.output/public/assets/ProxyViewerContainer-h851qWNp.js +0 -106
- package/.output/public/assets/_sessionId-DWePGjnS.js +0 -1
- package/.output/public/assets/index-CI1-G8ua.js +0 -1
- package/.output/public/assets/index-DdhFqPsI.css +0 -1
|
@@ -75,32 +75,32 @@ const createLucideIcon = (iconName, iconNode) => {
|
|
|
75
75
|
Component.displayName = toPascalCase(iconName);
|
|
76
76
|
return Component;
|
|
77
77
|
};
|
|
78
|
-
const __iconNode$
|
|
78
|
+
const __iconNode$1j = [
|
|
79
79
|
["path", { d: "m7 7 10 10", key: "1fmybs" }],
|
|
80
80
|
["path", { d: "M17 7v10H7", key: "6fjiku" }]
|
|
81
81
|
];
|
|
82
|
-
const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$
|
|
83
|
-
const __iconNode$
|
|
82
|
+
const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$1j);
|
|
83
|
+
const __iconNode$1i = [
|
|
84
84
|
["path", { d: "M12 5v14", key: "s699le" }],
|
|
85
85
|
["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
|
|
86
86
|
];
|
|
87
|
-
const ArrowDown = createLucideIcon("arrow-down", __iconNode$
|
|
88
|
-
const __iconNode$
|
|
87
|
+
const ArrowDown = createLucideIcon("arrow-down", __iconNode$1i);
|
|
88
|
+
const __iconNode$1h = [
|
|
89
89
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
90
90
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
91
91
|
];
|
|
92
|
-
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$
|
|
93
|
-
const __iconNode$
|
|
92
|
+
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1h);
|
|
93
|
+
const __iconNode$1g = [
|
|
94
94
|
["path", { d: "M7 7h10v10", key: "1tivn9" }],
|
|
95
95
|
["path", { d: "M7 17 17 7", key: "1vkiza" }]
|
|
96
96
|
];
|
|
97
|
-
const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$
|
|
98
|
-
const __iconNode$
|
|
97
|
+
const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$1g);
|
|
98
|
+
const __iconNode$1f = [
|
|
99
99
|
["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
|
|
100
100
|
["path", { d: "M12 19V5", key: "x0mq9r" }]
|
|
101
101
|
];
|
|
102
|
-
const ArrowUp = createLucideIcon("arrow-up", __iconNode$
|
|
103
|
-
const __iconNode$
|
|
102
|
+
const ArrowUp = createLucideIcon("arrow-up", __iconNode$1f);
|
|
103
|
+
const __iconNode$1e = [
|
|
104
104
|
["path", { d: "M10.268 21a2 2 0 0 0 3.464 0", key: "vwvbt9" }],
|
|
105
105
|
[
|
|
106
106
|
"path",
|
|
@@ -110,8 +110,8 @@ const __iconNode$19 = [
|
|
|
110
110
|
}
|
|
111
111
|
]
|
|
112
112
|
];
|
|
113
|
-
const Bell = createLucideIcon("bell", __iconNode$
|
|
114
|
-
const __iconNode$
|
|
113
|
+
const Bell = createLucideIcon("bell", __iconNode$1e);
|
|
114
|
+
const __iconNode$1d = [
|
|
115
115
|
[
|
|
116
116
|
"path",
|
|
117
117
|
{
|
|
@@ -121,8 +121,8 @@ const __iconNode$18 = [
|
|
|
121
121
|
],
|
|
122
122
|
["rect", { x: "14", y: "2", width: "8", height: "8", rx: "1", key: "88lufb" }]
|
|
123
123
|
];
|
|
124
|
-
const Blocks = createLucideIcon("blocks", __iconNode$
|
|
125
|
-
const __iconNode$
|
|
124
|
+
const Blocks = createLucideIcon("blocks", __iconNode$1d);
|
|
125
|
+
const __iconNode$1c = [
|
|
126
126
|
[
|
|
127
127
|
"path",
|
|
128
128
|
{ d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1", key: "ezmyqa" }
|
|
@@ -135,8 +135,8 @@ const __iconNode$17 = [
|
|
|
135
135
|
}
|
|
136
136
|
]
|
|
137
137
|
];
|
|
138
|
-
const Braces = createLucideIcon("braces", __iconNode$
|
|
139
|
-
const __iconNode$
|
|
138
|
+
const Braces = createLucideIcon("braces", __iconNode$1c);
|
|
139
|
+
const __iconNode$1b = [
|
|
140
140
|
["path", { d: "M12 18V5", key: "adv99a" }],
|
|
141
141
|
["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4", key: "1e3is1" }],
|
|
142
142
|
["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5", key: "1gqd8o" }],
|
|
@@ -146,71 +146,71 @@ const __iconNode$16 = [
|
|
|
146
146
|
["path", { d: "M6 18a4 4 0 0 1-2-7.464", key: "k1g0md" }],
|
|
147
147
|
["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77", key: "q97ue3" }]
|
|
148
148
|
];
|
|
149
|
-
const Brain = createLucideIcon("brain", __iconNode$
|
|
150
|
-
const __iconNode$
|
|
151
|
-
const Check = createLucideIcon("check", __iconNode$
|
|
152
|
-
const __iconNode$
|
|
153
|
-
const ChevronDown = createLucideIcon("chevron-down", __iconNode$
|
|
154
|
-
const __iconNode$
|
|
155
|
-
const ChevronLeft = createLucideIcon("chevron-left", __iconNode$
|
|
156
|
-
const __iconNode$
|
|
157
|
-
const ChevronRight = createLucideIcon("chevron-right", __iconNode$
|
|
158
|
-
const __iconNode$
|
|
159
|
-
const ChevronUp = createLucideIcon("chevron-up", __iconNode$
|
|
160
|
-
const __iconNode$
|
|
149
|
+
const Brain = createLucideIcon("brain", __iconNode$1b);
|
|
150
|
+
const __iconNode$1a = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
151
|
+
const Check = createLucideIcon("check", __iconNode$1a);
|
|
152
|
+
const __iconNode$19 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
153
|
+
const ChevronDown = createLucideIcon("chevron-down", __iconNode$19);
|
|
154
|
+
const __iconNode$18 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
155
|
+
const ChevronLeft = createLucideIcon("chevron-left", __iconNode$18);
|
|
156
|
+
const __iconNode$17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
157
|
+
const ChevronRight = createLucideIcon("chevron-right", __iconNode$17);
|
|
158
|
+
const __iconNode$16 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
159
|
+
const ChevronUp = createLucideIcon("chevron-up", __iconNode$16);
|
|
160
|
+
const __iconNode$15 = [
|
|
161
161
|
["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
|
|
162
162
|
["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
|
|
163
163
|
];
|
|
164
|
-
const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$
|
|
165
|
-
const __iconNode
|
|
164
|
+
const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$15);
|
|
165
|
+
const __iconNode$14 = [
|
|
166
166
|
["path", { d: "m11 17-5-5 5-5", key: "13zhaf" }],
|
|
167
167
|
["path", { d: "m18 17-5-5 5-5", key: "h8a8et" }]
|
|
168
168
|
];
|
|
169
|
-
const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode
|
|
170
|
-
const __iconNode$
|
|
169
|
+
const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$14);
|
|
170
|
+
const __iconNode$13 = [
|
|
171
171
|
["path", { d: "m6 17 5-5-5-5", key: "xnjwq" }],
|
|
172
172
|
["path", { d: "m13 17 5-5-5-5", key: "17xmmf" }]
|
|
173
173
|
];
|
|
174
|
-
const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$
|
|
175
|
-
const __iconNode$
|
|
174
|
+
const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$13);
|
|
175
|
+
const __iconNode$12 = [
|
|
176
176
|
["path", { d: "m17 11-5-5-5 5", key: "e8nh98" }],
|
|
177
177
|
["path", { d: "m17 18-5-5-5 5", key: "2avn1x" }]
|
|
178
178
|
];
|
|
179
|
-
const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$
|
|
180
|
-
const __iconNode$
|
|
179
|
+
const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$12);
|
|
180
|
+
const __iconNode$11 = [
|
|
181
181
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
182
182
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
183
183
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
184
184
|
];
|
|
185
|
-
const CircleAlert = createLucideIcon("circle-alert", __iconNode$
|
|
186
|
-
const __iconNode$
|
|
185
|
+
const CircleAlert = createLucideIcon("circle-alert", __iconNode$11);
|
|
186
|
+
const __iconNode$10 = [
|
|
187
187
|
["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
|
|
188
188
|
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
189
189
|
];
|
|
190
|
-
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$
|
|
191
|
-
const __iconNode
|
|
190
|
+
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$10);
|
|
191
|
+
const __iconNode$$ = [
|
|
192
192
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
193
193
|
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
|
|
194
194
|
];
|
|
195
|
-
const CircleCheck = createLucideIcon("circle-check", __iconNode
|
|
196
|
-
const __iconNode$
|
|
195
|
+
const CircleCheck = createLucideIcon("circle-check", __iconNode$$);
|
|
196
|
+
const __iconNode$_ = [
|
|
197
197
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
198
198
|
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
|
|
199
199
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
200
200
|
];
|
|
201
|
-
const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$
|
|
202
|
-
const __iconNode$
|
|
201
|
+
const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$_);
|
|
202
|
+
const __iconNode$Z = [
|
|
203
203
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
204
204
|
["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
|
|
205
205
|
];
|
|
206
|
-
const CircleStop = createLucideIcon("circle-stop", __iconNode$
|
|
207
|
-
const __iconNode$
|
|
206
|
+
const CircleStop = createLucideIcon("circle-stop", __iconNode$Z);
|
|
207
|
+
const __iconNode$Y = [
|
|
208
208
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
209
209
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
210
210
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
211
211
|
];
|
|
212
|
-
const CircleX = createLucideIcon("circle-x", __iconNode$
|
|
213
|
-
const __iconNode$
|
|
212
|
+
const CircleX = createLucideIcon("circle-x", __iconNode$Y);
|
|
213
|
+
const __iconNode$X = [
|
|
214
214
|
[
|
|
215
215
|
"path",
|
|
216
216
|
{ d: "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z", key: "1tn4o7" }
|
|
@@ -219,63 +219,80 @@ const __iconNode$S = [
|
|
|
219
219
|
["path", { d: "m12.4 3.4 3.1 4", key: "6hsd6n" }],
|
|
220
220
|
["path", { d: "M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z", key: "ltgou9" }]
|
|
221
221
|
];
|
|
222
|
-
const Clapperboard = createLucideIcon("clapperboard", __iconNode$
|
|
223
|
-
const __iconNode$
|
|
222
|
+
const Clapperboard = createLucideIcon("clapperboard", __iconNode$X);
|
|
223
|
+
const __iconNode$W = [
|
|
224
224
|
["path", { d: "M12 6v6h4", key: "135r8i" }],
|
|
225
225
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
226
226
|
];
|
|
227
|
-
const Clock3 = createLucideIcon("clock-3", __iconNode$
|
|
228
|
-
const __iconNode$
|
|
227
|
+
const Clock3 = createLucideIcon("clock-3", __iconNode$W);
|
|
228
|
+
const __iconNode$V = [
|
|
229
229
|
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
|
|
230
230
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
231
231
|
];
|
|
232
|
-
const Clock = createLucideIcon("clock", __iconNode$
|
|
233
|
-
const __iconNode$
|
|
232
|
+
const Clock = createLucideIcon("clock", __iconNode$V);
|
|
233
|
+
const __iconNode$U = [
|
|
234
234
|
["path", { d: "M12 13v8", key: "1l5pq0" }],
|
|
235
235
|
["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242", key: "1pljnt" }],
|
|
236
236
|
["path", { d: "m8 17 4-4 4 4", key: "1quai1" }]
|
|
237
237
|
];
|
|
238
|
-
const CloudUpload = createLucideIcon("cloud-upload", __iconNode$
|
|
239
|
-
const __iconNode$
|
|
238
|
+
const CloudUpload = createLucideIcon("cloud-upload", __iconNode$U);
|
|
239
|
+
const __iconNode$T = [
|
|
240
240
|
["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
|
|
241
241
|
["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
|
|
242
242
|
["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
|
|
243
243
|
];
|
|
244
|
-
const CodeXml = createLucideIcon("code-xml", __iconNode$
|
|
245
|
-
const __iconNode$
|
|
244
|
+
const CodeXml = createLucideIcon("code-xml", __iconNode$T);
|
|
245
|
+
const __iconNode$S = [
|
|
246
246
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
247
247
|
["path", { d: "M12 3v18", key: "108xh3" }]
|
|
248
248
|
];
|
|
249
|
-
const Columns2 = createLucideIcon("columns-2", __iconNode$
|
|
250
|
-
const __iconNode$
|
|
249
|
+
const Columns2 = createLucideIcon("columns-2", __iconNode$S);
|
|
250
|
+
const __iconNode$R = [
|
|
251
251
|
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
252
252
|
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
253
253
|
];
|
|
254
|
-
const Copy = createLucideIcon("copy", __iconNode$
|
|
255
|
-
const __iconNode$
|
|
254
|
+
const Copy = createLucideIcon("copy", __iconNode$R);
|
|
255
|
+
const __iconNode$Q = [
|
|
256
|
+
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
257
|
+
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
258
|
+
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
259
|
+
["path", { d: "M17 2v2", key: "11trls" }],
|
|
260
|
+
["path", { d: "M2 12h2", key: "1t8f8n" }],
|
|
261
|
+
["path", { d: "M2 17h2", key: "7oei6x" }],
|
|
262
|
+
["path", { d: "M2 7h2", key: "asdhe0" }],
|
|
263
|
+
["path", { d: "M20 12h2", key: "1q8mjw" }],
|
|
264
|
+
["path", { d: "M20 17h2", key: "1fpfkl" }],
|
|
265
|
+
["path", { d: "M20 7h2", key: "1o8tra" }],
|
|
266
|
+
["path", { d: "M7 20v2", key: "4gnj0m" }],
|
|
267
|
+
["path", { d: "M7 2v2", key: "1i4yhu" }],
|
|
268
|
+
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
269
|
+
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
270
|
+
];
|
|
271
|
+
const Cpu = createLucideIcon("cpu", __iconNode$Q);
|
|
272
|
+
const __iconNode$P = [
|
|
256
273
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
257
274
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
258
275
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
259
276
|
];
|
|
260
|
-
const Download = createLucideIcon("download", __iconNode$
|
|
261
|
-
const __iconNode$
|
|
277
|
+
const Download = createLucideIcon("download", __iconNode$P);
|
|
278
|
+
const __iconNode$O = [
|
|
262
279
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
263
280
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
264
281
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
265
282
|
];
|
|
266
|
-
const Ellipsis = createLucideIcon("ellipsis", __iconNode$
|
|
267
|
-
const __iconNode$
|
|
283
|
+
const Ellipsis = createLucideIcon("ellipsis", __iconNode$O);
|
|
284
|
+
const __iconNode$N = [
|
|
268
285
|
["line", { x1: "5", x2: "19", y1: "9", y2: "9", key: "1nwqeh" }],
|
|
269
286
|
["line", { x1: "5", x2: "19", y1: "15", y2: "15", key: "g8yjpy" }]
|
|
270
287
|
];
|
|
271
|
-
const Equal = createLucideIcon("equal", __iconNode$
|
|
272
|
-
const __iconNode$
|
|
288
|
+
const Equal = createLucideIcon("equal", __iconNode$N);
|
|
289
|
+
const __iconNode$M = [
|
|
273
290
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
274
291
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
275
292
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
276
293
|
];
|
|
277
|
-
const ExternalLink = createLucideIcon("external-link", __iconNode$
|
|
278
|
-
const __iconNode$
|
|
294
|
+
const ExternalLink = createLucideIcon("external-link", __iconNode$M);
|
|
295
|
+
const __iconNode$L = [
|
|
279
296
|
[
|
|
280
297
|
"path",
|
|
281
298
|
{
|
|
@@ -293,8 +310,8 @@ const __iconNode$H = [
|
|
|
293
310
|
],
|
|
294
311
|
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
295
312
|
];
|
|
296
|
-
const EyeOff = createLucideIcon("eye-off", __iconNode$
|
|
297
|
-
const __iconNode$
|
|
313
|
+
const EyeOff = createLucideIcon("eye-off", __iconNode$L);
|
|
314
|
+
const __iconNode$K = [
|
|
298
315
|
[
|
|
299
316
|
"path",
|
|
300
317
|
{
|
|
@@ -304,8 +321,8 @@ const __iconNode$G = [
|
|
|
304
321
|
],
|
|
305
322
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
306
323
|
];
|
|
307
|
-
const Eye = createLucideIcon("eye", __iconNode$
|
|
308
|
-
const __iconNode$
|
|
324
|
+
const Eye = createLucideIcon("eye", __iconNode$K);
|
|
325
|
+
const __iconNode$J = [
|
|
309
326
|
[
|
|
310
327
|
"path",
|
|
311
328
|
{
|
|
@@ -323,8 +340,8 @@ const __iconNode$F = [
|
|
|
323
340
|
{ d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1", key: "mpwhp6" }
|
|
324
341
|
]
|
|
325
342
|
];
|
|
326
|
-
const FileBraces = createLucideIcon("file-braces", __iconNode$
|
|
327
|
-
const __iconNode$
|
|
343
|
+
const FileBraces = createLucideIcon("file-braces", __iconNode$J);
|
|
344
|
+
const __iconNode$I = [
|
|
328
345
|
[
|
|
329
346
|
"path",
|
|
330
347
|
{
|
|
@@ -336,8 +353,8 @@ const __iconNode$E = [
|
|
|
336
353
|
["path", { d: "M12 13V7", key: "h0r20n" }],
|
|
337
354
|
["path", { d: "M9 17h6", key: "r8uit2" }]
|
|
338
355
|
];
|
|
339
|
-
const FileDiff = createLucideIcon("file-diff", __iconNode$
|
|
340
|
-
const __iconNode$
|
|
356
|
+
const FileDiff = createLucideIcon("file-diff", __iconNode$I);
|
|
357
|
+
const __iconNode$H = [
|
|
341
358
|
[
|
|
342
359
|
"path",
|
|
343
360
|
{
|
|
@@ -349,8 +366,8 @@ const __iconNode$D = [
|
|
|
349
366
|
["circle", { cx: "11.5", cy: "14.5", r: "2.5", key: "1bq0ko" }],
|
|
350
367
|
["path", { d: "M13.3 16.3 15 18", key: "2quom7" }]
|
|
351
368
|
];
|
|
352
|
-
const FileSearch = createLucideIcon("file-search", __iconNode$
|
|
353
|
-
const __iconNode$
|
|
369
|
+
const FileSearch = createLucideIcon("file-search", __iconNode$H);
|
|
370
|
+
const __iconNode$G = [
|
|
354
371
|
[
|
|
355
372
|
"path",
|
|
356
373
|
{
|
|
@@ -362,8 +379,8 @@ const __iconNode$C = [
|
|
|
362
379
|
["path", { d: "m8 16 2-2-2-2", key: "10vzyd" }],
|
|
363
380
|
["path", { d: "M12 18h4", key: "1wd2n7" }]
|
|
364
381
|
];
|
|
365
|
-
const FileTerminal = createLucideIcon("file-terminal", __iconNode$
|
|
366
|
-
const __iconNode$
|
|
382
|
+
const FileTerminal = createLucideIcon("file-terminal", __iconNode$G);
|
|
383
|
+
const __iconNode$F = [
|
|
367
384
|
[
|
|
368
385
|
"path",
|
|
369
386
|
{
|
|
@@ -376,13 +393,33 @@ const __iconNode$B = [
|
|
|
376
393
|
["path", { d: "M16 13H8", key: "t4e002" }],
|
|
377
394
|
["path", { d: "M16 17H8", key: "z1uh3a" }]
|
|
378
395
|
];
|
|
379
|
-
const FileText = createLucideIcon("file-text", __iconNode$
|
|
380
|
-
const __iconNode$
|
|
396
|
+
const FileText = createLucideIcon("file-text", __iconNode$F);
|
|
397
|
+
const __iconNode$E = [
|
|
398
|
+
[
|
|
399
|
+
"path",
|
|
400
|
+
{
|
|
401
|
+
d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",
|
|
402
|
+
key: "1jaruq"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
];
|
|
406
|
+
const Flag = createLucideIcon("flag", __iconNode$E);
|
|
407
|
+
const __iconNode$D = [
|
|
408
|
+
[
|
|
409
|
+
"path",
|
|
410
|
+
{
|
|
411
|
+
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
|
|
412
|
+
key: "usdka0"
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
];
|
|
416
|
+
const FolderOpen = createLucideIcon("folder-open", __iconNode$D);
|
|
417
|
+
const __iconNode$C = [
|
|
381
418
|
["path", { d: "m12 14 4-4", key: "9kzdfg" }],
|
|
382
419
|
["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
|
|
383
420
|
];
|
|
384
|
-
const Gauge = createLucideIcon("gauge", __iconNode$
|
|
385
|
-
const __iconNode$
|
|
421
|
+
const Gauge = createLucideIcon("gauge", __iconNode$C);
|
|
422
|
+
const __iconNode$B = [
|
|
386
423
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
387
424
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }],
|
|
388
425
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
@@ -390,26 +427,26 @@ const __iconNode$z = [
|
|
|
390
427
|
["path", { d: "M12 18H7a2 2 0 0 1-2-2V9", key: "16sdep" }],
|
|
391
428
|
["path", { d: "m9 15 3 3-3 3", key: "1m3kbl" }]
|
|
392
429
|
];
|
|
393
|
-
const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$
|
|
394
|
-
const __iconNode$
|
|
430
|
+
const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$B);
|
|
431
|
+
const __iconNode$A = [
|
|
395
432
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
396
433
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
397
434
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
398
435
|
];
|
|
399
|
-
const Globe = createLucideIcon("globe", __iconNode$
|
|
400
|
-
const __iconNode$
|
|
436
|
+
const Globe = createLucideIcon("globe", __iconNode$A);
|
|
437
|
+
const __iconNode$z = [
|
|
401
438
|
["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
|
|
402
439
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
403
440
|
["path", { d: "M12 7v5l4 2", key: "1fdv2h" }]
|
|
404
441
|
];
|
|
405
|
-
const History = createLucideIcon("history", __iconNode$
|
|
406
|
-
const __iconNode$
|
|
442
|
+
const History = createLucideIcon("history", __iconNode$z);
|
|
443
|
+
const __iconNode$y = [
|
|
407
444
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
408
445
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
409
446
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
410
447
|
];
|
|
411
|
-
const Info = createLucideIcon("info", __iconNode$
|
|
412
|
-
const __iconNode$
|
|
448
|
+
const Info = createLucideIcon("info", __iconNode$y);
|
|
449
|
+
const __iconNode$x = [
|
|
413
450
|
[
|
|
414
451
|
"path",
|
|
415
452
|
{
|
|
@@ -432,15 +469,15 @@ const __iconNode$v = [
|
|
|
432
469
|
}
|
|
433
470
|
]
|
|
434
471
|
];
|
|
435
|
-
const Layers = createLucideIcon("layers", __iconNode$
|
|
436
|
-
const __iconNode$
|
|
437
|
-
const LoaderCircle = createLucideIcon("loader-circle", __iconNode$
|
|
438
|
-
const __iconNode$
|
|
472
|
+
const Layers = createLucideIcon("layers", __iconNode$x);
|
|
473
|
+
const __iconNode$w = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
474
|
+
const LoaderCircle = createLucideIcon("loader-circle", __iconNode$w);
|
|
475
|
+
const __iconNode$v = [
|
|
439
476
|
["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
|
|
440
477
|
["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
|
|
441
478
|
];
|
|
442
|
-
const Lock = createLucideIcon("lock", __iconNode$
|
|
443
|
-
const __iconNode$
|
|
479
|
+
const Lock = createLucideIcon("lock", __iconNode$v);
|
|
480
|
+
const __iconNode$u = [
|
|
444
481
|
[
|
|
445
482
|
"path",
|
|
446
483
|
{
|
|
@@ -449,17 +486,23 @@ const __iconNode$s = [
|
|
|
449
486
|
}
|
|
450
487
|
]
|
|
451
488
|
];
|
|
452
|
-
const MessageSquare = createLucideIcon("message-square", __iconNode$
|
|
453
|
-
const __iconNode$
|
|
489
|
+
const MessageSquare = createLucideIcon("message-square", __iconNode$u);
|
|
490
|
+
const __iconNode$t = [
|
|
454
491
|
["path", { d: "m14 10 7-7", key: "oa77jy" }],
|
|
455
492
|
["path", { d: "M20 10h-6V4", key: "mjg0md" }],
|
|
456
493
|
["path", { d: "m3 21 7-7", key: "tjx5ai" }],
|
|
457
494
|
["path", { d: "M4 14h6v6", key: "rmj7iw" }]
|
|
458
495
|
];
|
|
459
|
-
const Minimize2 = createLucideIcon("minimize-2", __iconNode$
|
|
460
|
-
const __iconNode$
|
|
461
|
-
const Minus = createLucideIcon("minus", __iconNode$
|
|
462
|
-
const __iconNode$
|
|
496
|
+
const Minimize2 = createLucideIcon("minimize-2", __iconNode$t);
|
|
497
|
+
const __iconNode$s = [["path", { d: "M5 12h14", key: "1ays0h" }]];
|
|
498
|
+
const Minus = createLucideIcon("minus", __iconNode$s);
|
|
499
|
+
const __iconNode$r = [
|
|
500
|
+
["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }],
|
|
501
|
+
["line", { x1: "8", x2: "16", y1: "21", y2: "21", key: "1svkeh" }],
|
|
502
|
+
["line", { x1: "12", x2: "12", y1: "17", y2: "21", key: "vw1qmm" }]
|
|
503
|
+
];
|
|
504
|
+
const Monitor = createLucideIcon("monitor", __iconNode$r);
|
|
505
|
+
const __iconNode$q = [
|
|
463
506
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
464
507
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
465
508
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -472,8 +515,8 @@ const __iconNode$p = [
|
|
|
472
515
|
}
|
|
473
516
|
]
|
|
474
517
|
];
|
|
475
|
-
const MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode$
|
|
476
|
-
const __iconNode$
|
|
518
|
+
const MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode$q);
|
|
519
|
+
const __iconNode$p = [
|
|
477
520
|
["path", { d: "M12 16h.01", key: "1drbdi" }],
|
|
478
521
|
["path", { d: "M12 8v4", key: "1got3b" }],
|
|
479
522
|
[
|
|
@@ -484,8 +527,8 @@ const __iconNode$o = [
|
|
|
484
527
|
}
|
|
485
528
|
]
|
|
486
529
|
];
|
|
487
|
-
const OctagonAlert = createLucideIcon("octagon-alert", __iconNode$
|
|
488
|
-
const __iconNode$
|
|
530
|
+
const OctagonAlert = createLucideIcon("octagon-alert", __iconNode$p);
|
|
531
|
+
const __iconNode$o = [
|
|
489
532
|
[
|
|
490
533
|
"path",
|
|
491
534
|
{
|
|
@@ -495,44 +538,44 @@ const __iconNode$n = [
|
|
|
495
538
|
],
|
|
496
539
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
497
540
|
];
|
|
498
|
-
const Pencil = createLucideIcon("pencil", __iconNode$
|
|
499
|
-
const __iconNode$
|
|
541
|
+
const Pencil = createLucideIcon("pencil", __iconNode$o);
|
|
542
|
+
const __iconNode$n = [
|
|
500
543
|
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
501
544
|
["path", { d: "M12 5v14", key: "s699le" }]
|
|
502
545
|
];
|
|
503
|
-
const Plus = createLucideIcon("plus", __iconNode$
|
|
504
|
-
const __iconNode$
|
|
546
|
+
const Plus = createLucideIcon("plus", __iconNode$n);
|
|
547
|
+
const __iconNode$m = [
|
|
505
548
|
["path", { d: "M16.247 7.761a6 6 0 0 1 0 8.478", key: "1fwjs5" }],
|
|
506
549
|
["path", { d: "M19.075 4.933a10 10 0 0 1 0 14.134", key: "ehdyv1" }],
|
|
507
550
|
["path", { d: "M4.925 19.067a10 10 0 0 1 0-14.134", key: "1q22gi" }],
|
|
508
551
|
["path", { d: "M7.753 16.239a6 6 0 0 1 0-8.478", key: "r2q7qm" }],
|
|
509
552
|
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
|
|
510
553
|
];
|
|
511
|
-
const Radio = createLucideIcon("radio", __iconNode$
|
|
512
|
-
const __iconNode$
|
|
554
|
+
const Radio = createLucideIcon("radio", __iconNode$m);
|
|
555
|
+
const __iconNode$l = [
|
|
513
556
|
["path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8", key: "v9h5vc" }],
|
|
514
557
|
["path", { d: "M21 3v5h-5", key: "1q7to0" }],
|
|
515
558
|
["path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16", key: "3uifl3" }],
|
|
516
559
|
["path", { d: "M8 16H3v5", key: "1cv678" }]
|
|
517
560
|
];
|
|
518
|
-
const RefreshCw = createLucideIcon("refresh-cw", __iconNode$
|
|
519
|
-
const __iconNode$
|
|
561
|
+
const RefreshCw = createLucideIcon("refresh-cw", __iconNode$l);
|
|
562
|
+
const __iconNode$k = [
|
|
520
563
|
["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
|
|
521
564
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }]
|
|
522
565
|
];
|
|
523
|
-
const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$
|
|
524
|
-
const __iconNode$
|
|
566
|
+
const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$k);
|
|
567
|
+
const __iconNode$j = [
|
|
525
568
|
["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8", key: "1p45f6" }],
|
|
526
569
|
["path", { d: "M21 3v5h-5", key: "1q7to0" }]
|
|
527
570
|
];
|
|
528
|
-
const RotateCw = createLucideIcon("rotate-cw", __iconNode$
|
|
529
|
-
const __iconNode$
|
|
571
|
+
const RotateCw = createLucideIcon("rotate-cw", __iconNode$j);
|
|
572
|
+
const __iconNode$i = [
|
|
530
573
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
531
574
|
["path", { d: "M21 9H3", key: "1338ky" }],
|
|
532
575
|
["path", { d: "M21 15H3", key: "9uk58r" }]
|
|
533
576
|
];
|
|
534
|
-
const Rows3 = createLucideIcon("rows-3", __iconNode$
|
|
535
|
-
const __iconNode$
|
|
577
|
+
const Rows3 = createLucideIcon("rows-3", __iconNode$i);
|
|
578
|
+
const __iconNode$h = [
|
|
536
579
|
[
|
|
537
580
|
"path",
|
|
538
581
|
{
|
|
@@ -543,27 +586,27 @@ const __iconNode$g = [
|
|
|
543
586
|
["path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7", key: "1ydtos" }],
|
|
544
587
|
["path", { d: "M7 3v4a1 1 0 0 0 1 1h7", key: "t51u73" }]
|
|
545
588
|
];
|
|
546
|
-
const Save = createLucideIcon("save", __iconNode$
|
|
547
|
-
const __iconNode$
|
|
589
|
+
const Save = createLucideIcon("save", __iconNode$h);
|
|
590
|
+
const __iconNode$g = [
|
|
548
591
|
["path", { d: "M3 7V5a2 2 0 0 1 2-2h2", key: "aa7l1z" }],
|
|
549
592
|
["path", { d: "M17 3h2a2 2 0 0 1 2 2v2", key: "4qcy5o" }],
|
|
550
593
|
["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2", key: "6vwrx8" }],
|
|
551
594
|
["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2", key: "ioqczr" }]
|
|
552
595
|
];
|
|
553
|
-
const Scan = createLucideIcon("scan", __iconNode$
|
|
554
|
-
const __iconNode$
|
|
596
|
+
const Scan = createLucideIcon("scan", __iconNode$g);
|
|
597
|
+
const __iconNode$f = [
|
|
555
598
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
556
599
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
557
600
|
];
|
|
558
|
-
const Search = createLucideIcon("search", __iconNode$
|
|
559
|
-
const __iconNode$
|
|
601
|
+
const Search = createLucideIcon("search", __iconNode$f);
|
|
602
|
+
const __iconNode$e = [
|
|
560
603
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
561
604
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
562
605
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
563
606
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
564
607
|
];
|
|
565
|
-
const Server = createLucideIcon("server", __iconNode$
|
|
566
|
-
const __iconNode$
|
|
608
|
+
const Server = createLucideIcon("server", __iconNode$e);
|
|
609
|
+
const __iconNode$d = [
|
|
567
610
|
[
|
|
568
611
|
"path",
|
|
569
612
|
{
|
|
@@ -573,8 +616,8 @@ const __iconNode$c = [
|
|
|
573
616
|
],
|
|
574
617
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
575
618
|
];
|
|
576
|
-
const Settings = createLucideIcon("settings", __iconNode$
|
|
577
|
-
const __iconNode$
|
|
619
|
+
const Settings = createLucideIcon("settings", __iconNode$d);
|
|
620
|
+
const __iconNode$c = [
|
|
578
621
|
[
|
|
579
622
|
"path",
|
|
580
623
|
{
|
|
@@ -585,8 +628,8 @@ const __iconNode$b = [
|
|
|
585
628
|
["path", { d: "M12 8v4", key: "1got3b" }],
|
|
586
629
|
["path", { d: "M12 16h.01", key: "1drbdi" }]
|
|
587
630
|
];
|
|
588
|
-
const ShieldAlert = createLucideIcon("shield-alert", __iconNode$
|
|
589
|
-
const __iconNode$
|
|
631
|
+
const ShieldAlert = createLucideIcon("shield-alert", __iconNode$c);
|
|
632
|
+
const __iconNode$b = [
|
|
590
633
|
[
|
|
591
634
|
"path",
|
|
592
635
|
{
|
|
@@ -596,8 +639,8 @@ const __iconNode$a = [
|
|
|
596
639
|
],
|
|
597
640
|
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
|
|
598
641
|
];
|
|
599
|
-
const ShieldCheck = createLucideIcon("shield-check", __iconNode$
|
|
600
|
-
const __iconNode$
|
|
642
|
+
const ShieldCheck = createLucideIcon("shield-check", __iconNode$b);
|
|
643
|
+
const __iconNode$a = [
|
|
601
644
|
["path", { d: "M7 18v-6a5 5 0 1 1 10 0v6", key: "pcx96s" }],
|
|
602
645
|
[
|
|
603
646
|
"path",
|
|
@@ -610,12 +653,18 @@ const __iconNode$9 = [
|
|
|
610
653
|
["path", { d: "m4.929 4.929.707.707", key: "1i51kw" }],
|
|
611
654
|
["path", { d: "M12 12v6", key: "3ahymv" }]
|
|
612
655
|
];
|
|
613
|
-
const Siren = createLucideIcon("siren", __iconNode$
|
|
614
|
-
const __iconNode$
|
|
656
|
+
const Siren = createLucideIcon("siren", __iconNode$a);
|
|
657
|
+
const __iconNode$9 = [
|
|
615
658
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
616
659
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
617
660
|
];
|
|
618
|
-
const Terminal = createLucideIcon("terminal", __iconNode$
|
|
661
|
+
const Terminal = createLucideIcon("terminal", __iconNode$9);
|
|
662
|
+
const __iconNode$8 = [
|
|
663
|
+
["line", { x1: "10", x2: "14", y1: "2", y2: "2", key: "14vaq8" }],
|
|
664
|
+
["line", { x1: "12", x2: "15", y1: "14", y2: "11", key: "17fdiu" }],
|
|
665
|
+
["circle", { cx: "12", cy: "14", r: "8", key: "1e1u0o" }]
|
|
666
|
+
];
|
|
667
|
+
const Timer = createLucideIcon("timer", __iconNode$8);
|
|
619
668
|
const __iconNode$7 = [
|
|
620
669
|
["path", { d: "M10 11v6", key: "nco0om" }],
|
|
621
670
|
["path", { d: "M14 11v6", key: "outv1u" }],
|
|
@@ -687,25 +736,25 @@ const Zap = createLucideIcon("zap", __iconNode);
|
|
|
687
736
|
export {
|
|
688
737
|
Wifi as $,
|
|
689
738
|
ArrowLeft as A,
|
|
690
|
-
|
|
691
|
-
|
|
739
|
+
Bell as B,
|
|
740
|
+
CircleCheck as C,
|
|
692
741
|
Download as D,
|
|
693
|
-
|
|
742
|
+
EyeOff as E,
|
|
694
743
|
FileBraces as F,
|
|
695
744
|
Gauge as G,
|
|
696
|
-
|
|
745
|
+
Clock as H,
|
|
697
746
|
Info as I,
|
|
698
|
-
|
|
699
|
-
|
|
747
|
+
Pencil as J,
|
|
748
|
+
MessageSquare as K,
|
|
700
749
|
LoaderCircle as L,
|
|
701
|
-
|
|
702
|
-
|
|
750
|
+
Monitor as M,
|
|
751
|
+
Brain as N,
|
|
703
752
|
Minus as O,
|
|
704
753
|
Plus as P,
|
|
705
754
|
CircleCheckBig as Q,
|
|
706
755
|
RefreshCw as R,
|
|
707
756
|
Siren as S,
|
|
708
|
-
|
|
757
|
+
TriangleAlert as T,
|
|
709
758
|
Upload as U,
|
|
710
759
|
CircleQuestionMark as V,
|
|
711
760
|
Wrench as W,
|
|
@@ -713,55 +762,60 @@ export {
|
|
|
713
762
|
Server as Y,
|
|
714
763
|
Zap as Z,
|
|
715
764
|
Lock as _,
|
|
716
|
-
|
|
765
|
+
ChevronDown as a,
|
|
717
766
|
WifiOff as a0,
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
+
CircleX as a1,
|
|
768
|
+
ShieldCheck as a2,
|
|
769
|
+
Save as a3,
|
|
770
|
+
FileSearch as a4,
|
|
771
|
+
CloudUpload as a5,
|
|
772
|
+
OctagonAlert as a6,
|
|
773
|
+
Radio as a7,
|
|
774
|
+
Globe as a8,
|
|
775
|
+
FileTerminal as a9,
|
|
776
|
+
ChevronsUp as aa,
|
|
777
|
+
ChevronsDown as ab,
|
|
778
|
+
FileDiff as ac,
|
|
779
|
+
History as ad,
|
|
780
|
+
RotateCcw as ae,
|
|
781
|
+
Search as af,
|
|
782
|
+
GitCompareArrows as ag,
|
|
783
|
+
ArrowUp as ah,
|
|
784
|
+
ArrowDown as ai,
|
|
785
|
+
Ellipsis as aj,
|
|
786
|
+
CodeXml as ak,
|
|
787
|
+
Blocks as al,
|
|
788
|
+
MousePointerClick as am,
|
|
789
|
+
FileText as an,
|
|
790
|
+
Rows3 as ao,
|
|
791
|
+
Columns2 as ap,
|
|
792
|
+
Equal as aq,
|
|
793
|
+
Braces as ar,
|
|
794
|
+
Minimize2 as as,
|
|
795
|
+
CircleStop as at,
|
|
796
|
+
Check as b,
|
|
797
|
+
Trash2 as c,
|
|
798
|
+
ChevronUp as d,
|
|
799
|
+
Copy as e,
|
|
800
|
+
ChevronsLeft as f,
|
|
801
|
+
ChevronLeft as g,
|
|
802
|
+
ChevronRight as h,
|
|
803
|
+
ChevronsRight as i,
|
|
804
|
+
Clapperboard as j,
|
|
805
|
+
Flag as k,
|
|
806
|
+
Timer as l,
|
|
807
|
+
Layers as m,
|
|
808
|
+
Settings as n,
|
|
809
|
+
Scan as o,
|
|
810
|
+
CircleAlert as p,
|
|
811
|
+
Terminal as q,
|
|
812
|
+
ArrowUpRight as r,
|
|
813
|
+
ArrowDownRight as s,
|
|
814
|
+
Cpu as t,
|
|
815
|
+
FolderOpen as u,
|
|
816
|
+
Clock3 as v,
|
|
817
|
+
ShieldAlert as w,
|
|
818
|
+
Eye as x,
|
|
819
|
+
ExternalLink as y,
|
|
820
|
+
RotateCw as z
|
|
767
821
|
};
|