@windrun-huaiin/lib 3.3.0 → 3.4.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/common-app-config.js +7 -29
- package/dist/common-app-config.js.map +1 -1
- package/dist/common-app-config.mjs +3 -5
- package/dist/common-app-config.mjs.map +1 -1
- package/dist/index.js +342 -222
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -180
- package/dist/index.mjs.map +1 -1
- package/dist/limited-lucide-icons.js +317 -182
- package/dist/limited-lucide-icons.js.map +1 -1
- package/dist/limited-lucide-icons.mjs +2 -161
- package/dist/limited-lucide-icons.mjs.map +1 -1
- package/dist/llm-utils.js +19 -46
- package/dist/llm-utils.js.map +1 -1
- package/dist/llm-utils.mjs +9 -10
- package/dist/llm-utils.mjs.map +1 -1
- package/dist/utils.js +12 -35
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +7 -7
- package/dist/utils.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -1,185 +1,320 @@
|
|
|
1
|
-
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
1
|
+
'use strict';
|
|
19
2
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
3
|
+
var lucideReact = require('lucide-react');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "AlbumIcon", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return lucideReact.AlbumIcon; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "AlignHorizontalJustifyEnd", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return lucideReact.AlignHorizontalJustifyEnd; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "ArrowLeft", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return lucideReact.ArrowLeft; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "ArrowRight", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return lucideReact.ArrowRight; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "ArrowUp", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return lucideReact.ArrowUp; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "Binary", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return lucideReact.Binary; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "Blocks", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return lucideReact.Blocks; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "BookX", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return lucideReact.BookX; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "BringToFront", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return lucideReact.BringToFront; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "Bug", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return lucideReact.Bug; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "Building2", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return lucideReact.Building2; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "Car", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return lucideReact.Car; }
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "Check", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return lucideReact.Check; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "ChevronDown", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return lucideReact.ChevronDown; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "ChevronLeft", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return lucideReact.ChevronLeft; }
|
|
66
|
+
});
|
|
67
|
+
Object.defineProperty(exports, "ChevronRight", {
|
|
68
|
+
enumerable: true,
|
|
69
|
+
get: function () { return lucideReact.ChevronRight; }
|
|
70
|
+
});
|
|
71
|
+
Object.defineProperty(exports, "ChevronUp", {
|
|
72
|
+
enumerable: true,
|
|
73
|
+
get: function () { return lucideReact.ChevronUp; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "Circle", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return lucideReact.Circle; }
|
|
78
|
+
});
|
|
79
|
+
Object.defineProperty(exports, "CircleAlert", {
|
|
80
|
+
enumerable: true,
|
|
81
|
+
get: function () { return lucideReact.CircleAlert; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "CircleSmall", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return lucideReact.CircleSmall; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "ComponentIcon", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return lucideReact.ComponentIcon; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "Cpu", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return lucideReact.Cpu; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "DatabaseZap", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return lucideReact.DatabaseZap; }
|
|
98
|
+
});
|
|
99
|
+
Object.defineProperty(exports, "Dot", {
|
|
100
|
+
enumerable: true,
|
|
101
|
+
get: function () { return lucideReact.Dot; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "Download", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return lucideReact.Download; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "ExternalLink", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return lucideReact.ExternalLink; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "Eye", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return lucideReact.Eye; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "Facebook", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return lucideReact.Facebook; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "FileLock2", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return lucideReact.FileLock2; }
|
|
122
|
+
});
|
|
123
|
+
Object.defineProperty(exports, "Fingerprint", {
|
|
124
|
+
enumerable: true,
|
|
125
|
+
get: function () { return lucideReact.Fingerprint; }
|
|
126
|
+
});
|
|
127
|
+
Object.defineProperty(exports, "Gift", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return lucideReact.Gift; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "GitPullRequestArrow", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return lucideReact.GitPullRequestArrow; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "Globe", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return lucideReact.Globe; }
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(exports, "GlobeLock", {
|
|
140
|
+
enumerable: true,
|
|
141
|
+
get: function () { return lucideReact.GlobeLock; }
|
|
142
|
+
});
|
|
143
|
+
Object.defineProperty(exports, "GripVertical", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return lucideReact.GripVertical; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "HandHeart", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return lucideReact.HandHeart; }
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "Handshake", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return lucideReact.Handshake; }
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(exports, "Highlighter", {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () { return lucideReact.Highlighter; }
|
|
158
|
+
});
|
|
159
|
+
Object.defineProperty(exports, "HousePlus", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return lucideReact.HousePlus; }
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(exports, "ImageDown", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
get: function () { return lucideReact.ImageDown; }
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(exports, "ImageOff", {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () { return lucideReact.ImageOff; }
|
|
170
|
+
});
|
|
171
|
+
Object.defineProperty(exports, "ImageUp", {
|
|
172
|
+
enumerable: true,
|
|
173
|
+
get: function () { return lucideReact.ImageUp; }
|
|
174
|
+
});
|
|
175
|
+
Object.defineProperty(exports, "Info", {
|
|
176
|
+
enumerable: true,
|
|
177
|
+
get: function () { return lucideReact.Info; }
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(exports, "Keyboard", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () { return lucideReact.Keyboard; }
|
|
182
|
+
});
|
|
183
|
+
Object.defineProperty(exports, "LandPlot", {
|
|
184
|
+
enumerable: true,
|
|
185
|
+
get: function () { return lucideReact.LandPlot; }
|
|
186
|
+
});
|
|
187
|
+
Object.defineProperty(exports, "Layout", {
|
|
188
|
+
enumerable: true,
|
|
189
|
+
get: function () { return lucideReact.Layout; }
|
|
190
|
+
});
|
|
191
|
+
Object.defineProperty(exports, "LayoutTemplate", {
|
|
192
|
+
enumerable: true,
|
|
193
|
+
get: function () { return lucideReact.LayoutTemplate; }
|
|
194
|
+
});
|
|
195
|
+
Object.defineProperty(exports, "LibraryIcon", {
|
|
196
|
+
enumerable: true,
|
|
197
|
+
get: function () { return lucideReact.LibraryIcon; }
|
|
198
|
+
});
|
|
199
|
+
Object.defineProperty(exports, "Link", {
|
|
200
|
+
enumerable: true,
|
|
201
|
+
get: function () { return lucideReact.Link; }
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(exports, "Loader2", {
|
|
204
|
+
enumerable: true,
|
|
205
|
+
get: function () { return lucideReact.Loader2; }
|
|
206
|
+
});
|
|
207
|
+
Object.defineProperty(exports, "LogIn", {
|
|
208
|
+
enumerable: true,
|
|
209
|
+
get: function () { return lucideReact.LogIn; }
|
|
210
|
+
});
|
|
211
|
+
Object.defineProperty(exports, "LogOut", {
|
|
212
|
+
enumerable: true,
|
|
213
|
+
get: function () { return lucideReact.LogOut; }
|
|
214
|
+
});
|
|
215
|
+
Object.defineProperty(exports, "MoreHorizontal", {
|
|
216
|
+
enumerable: true,
|
|
217
|
+
get: function () { return lucideReact.MoreHorizontal; }
|
|
218
|
+
});
|
|
219
|
+
Object.defineProperty(exports, "MousePointerClick", {
|
|
220
|
+
enumerable: true,
|
|
221
|
+
get: function () { return lucideReact.MousePointerClick; }
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "Palette", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () { return lucideReact.Palette; }
|
|
226
|
+
});
|
|
227
|
+
Object.defineProperty(exports, "PanelLeft", {
|
|
228
|
+
enumerable: true,
|
|
229
|
+
get: function () { return lucideReact.PanelLeft; }
|
|
230
|
+
});
|
|
231
|
+
Object.defineProperty(exports, "PanelsTopLeft", {
|
|
232
|
+
enumerable: true,
|
|
233
|
+
get: function () { return lucideReact.PanelsTopLeft; }
|
|
234
|
+
});
|
|
235
|
+
Object.defineProperty(exports, "Pencil", {
|
|
236
|
+
enumerable: true,
|
|
237
|
+
get: function () { return lucideReact.Pencil; }
|
|
238
|
+
});
|
|
239
|
+
Object.defineProperty(exports, "Pi", {
|
|
240
|
+
enumerable: true,
|
|
241
|
+
get: function () { return lucideReact.Pi; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "ReceiptText", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return lucideReact.ReceiptText; }
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(exports, "Regex", {
|
|
248
|
+
enumerable: true,
|
|
249
|
+
get: function () { return lucideReact.Regex; }
|
|
250
|
+
});
|
|
251
|
+
Object.defineProperty(exports, "Replace", {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () { return lucideReact.Replace; }
|
|
254
|
+
});
|
|
255
|
+
Object.defineProperty(exports, "Rss", {
|
|
256
|
+
enumerable: true,
|
|
257
|
+
get: function () { return lucideReact.Rss; }
|
|
258
|
+
});
|
|
259
|
+
Object.defineProperty(exports, "Scale", {
|
|
260
|
+
enumerable: true,
|
|
261
|
+
get: function () { return lucideReact.Scale; }
|
|
262
|
+
});
|
|
263
|
+
Object.defineProperty(exports, "Search", {
|
|
264
|
+
enumerable: true,
|
|
265
|
+
get: function () { return lucideReact.Search; }
|
|
266
|
+
});
|
|
267
|
+
Object.defineProperty(exports, "Server", {
|
|
268
|
+
enumerable: true,
|
|
269
|
+
get: function () { return lucideReact.Server; }
|
|
270
|
+
});
|
|
271
|
+
Object.defineProperty(exports, "Share", {
|
|
272
|
+
enumerable: true,
|
|
273
|
+
get: function () { return lucideReact.Share; }
|
|
274
|
+
});
|
|
275
|
+
Object.defineProperty(exports, "ShieldUser", {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
get: function () { return lucideReact.ShieldUser; }
|
|
278
|
+
});
|
|
279
|
+
Object.defineProperty(exports, "Sparkles", {
|
|
280
|
+
enumerable: true,
|
|
281
|
+
get: function () { return lucideReact.Sparkles; }
|
|
282
|
+
});
|
|
283
|
+
Object.defineProperty(exports, "SplinePointer", {
|
|
284
|
+
enumerable: true,
|
|
285
|
+
get: function () { return lucideReact.SplinePointer; }
|
|
286
|
+
});
|
|
287
|
+
Object.defineProperty(exports, "SquareDashedBottomCode", {
|
|
288
|
+
enumerable: true,
|
|
289
|
+
get: function () { return lucideReact.SquareDashedBottomCode; }
|
|
290
|
+
});
|
|
291
|
+
Object.defineProperty(exports, "SquareTerminal", {
|
|
292
|
+
enumerable: true,
|
|
293
|
+
get: function () { return lucideReact.SquareTerminal; }
|
|
294
|
+
});
|
|
295
|
+
Object.defineProperty(exports, "Star", {
|
|
296
|
+
enumerable: true,
|
|
297
|
+
get: function () { return lucideReact.Star; }
|
|
298
|
+
});
|
|
299
|
+
Object.defineProperty(exports, "Tablets", {
|
|
300
|
+
enumerable: true,
|
|
301
|
+
get: function () { return lucideReact.Tablets; }
|
|
302
|
+
});
|
|
303
|
+
Object.defineProperty(exports, "Terminal", {
|
|
304
|
+
enumerable: true,
|
|
305
|
+
get: function () { return lucideReact.Terminal; }
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(exports, "Twitter", {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () { return lucideReact.Twitter; }
|
|
310
|
+
});
|
|
311
|
+
Object.defineProperty(exports, "X", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () { return lucideReact.X; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "Zap", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return lucideReact.Zap; }
|
|
184
318
|
});
|
|
319
|
+
//# sourceMappingURL=limited-lucide-icons.js.map
|
|
185
320
|
//# sourceMappingURL=limited-lucide-icons.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"limited-lucide-icons.js","sourcesContent":[]}
|
|
@@ -1,162 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
AlbumIcon,
|
|
4
|
-
AlignHorizontalJustifyEnd,
|
|
5
|
-
ArrowLeft,
|
|
6
|
-
ArrowRight,
|
|
7
|
-
ArrowUp,
|
|
8
|
-
Binary,
|
|
9
|
-
Blocks,
|
|
10
|
-
BookX,
|
|
11
|
-
BringToFront,
|
|
12
|
-
Building2,
|
|
13
|
-
Bug,
|
|
14
|
-
Car,
|
|
15
|
-
Circle,
|
|
16
|
-
CircleAlert,
|
|
17
|
-
CircleSmall,
|
|
18
|
-
Check,
|
|
19
|
-
ChevronDown,
|
|
20
|
-
ChevronLeft,
|
|
21
|
-
ChevronRight,
|
|
22
|
-
ChevronUp,
|
|
23
|
-
Cpu,
|
|
24
|
-
ComponentIcon,
|
|
25
|
-
DatabaseZap,
|
|
26
|
-
Dot,
|
|
27
|
-
Download,
|
|
28
|
-
Eye,
|
|
29
|
-
ExternalLink,
|
|
30
|
-
Facebook,
|
|
31
|
-
FileLock2,
|
|
32
|
-
Fingerprint,
|
|
33
|
-
Gift,
|
|
34
|
-
GitPullRequestArrow,
|
|
35
|
-
Globe,
|
|
36
|
-
GlobeLock,
|
|
37
|
-
GripVertical,
|
|
38
|
-
HandHeart,
|
|
39
|
-
Handshake,
|
|
40
|
-
Highlighter,
|
|
41
|
-
HousePlus,
|
|
42
|
-
Info,
|
|
43
|
-
ImageDown,
|
|
44
|
-
ImageOff,
|
|
45
|
-
ImageUp,
|
|
46
|
-
Keyboard,
|
|
47
|
-
LandPlot,
|
|
48
|
-
Layout,
|
|
49
|
-
LayoutTemplate,
|
|
50
|
-
LibraryIcon,
|
|
51
|
-
Link,
|
|
52
|
-
Loader2,
|
|
53
|
-
LogIn,
|
|
54
|
-
LogOut,
|
|
55
|
-
MoreHorizontal,
|
|
56
|
-
MousePointerClick,
|
|
57
|
-
PanelLeft,
|
|
58
|
-
PanelsTopLeft,
|
|
59
|
-
Pencil,
|
|
60
|
-
Pi,
|
|
61
|
-
Palette,
|
|
62
|
-
ReceiptText,
|
|
63
|
-
Regex,
|
|
64
|
-
Replace,
|
|
65
|
-
Rss,
|
|
66
|
-
Scale,
|
|
67
|
-
Search,
|
|
68
|
-
Share,
|
|
69
|
-
ShieldUser,
|
|
70
|
-
SquareDashedBottomCode,
|
|
71
|
-
SquareTerminal,
|
|
72
|
-
Server,
|
|
73
|
-
SplinePointer,
|
|
74
|
-
Sparkles,
|
|
75
|
-
Star,
|
|
76
|
-
Tablets,
|
|
77
|
-
Terminal,
|
|
78
|
-
Twitter,
|
|
79
|
-
X,
|
|
80
|
-
Zap
|
|
81
|
-
} from "lucide-react";
|
|
82
|
-
export {
|
|
83
|
-
AlbumIcon,
|
|
84
|
-
AlignHorizontalJustifyEnd,
|
|
85
|
-
ArrowLeft,
|
|
86
|
-
ArrowRight,
|
|
87
|
-
ArrowUp,
|
|
88
|
-
Binary,
|
|
89
|
-
Blocks,
|
|
90
|
-
BookX,
|
|
91
|
-
BringToFront,
|
|
92
|
-
Bug,
|
|
93
|
-
Building2,
|
|
94
|
-
Car,
|
|
95
|
-
Check,
|
|
96
|
-
ChevronDown,
|
|
97
|
-
ChevronLeft,
|
|
98
|
-
ChevronRight,
|
|
99
|
-
ChevronUp,
|
|
100
|
-
Circle,
|
|
101
|
-
CircleAlert,
|
|
102
|
-
CircleSmall,
|
|
103
|
-
ComponentIcon,
|
|
104
|
-
Cpu,
|
|
105
|
-
DatabaseZap,
|
|
106
|
-
Dot,
|
|
107
|
-
Download,
|
|
108
|
-
ExternalLink,
|
|
109
|
-
Eye,
|
|
110
|
-
Facebook,
|
|
111
|
-
FileLock2,
|
|
112
|
-
Fingerprint,
|
|
113
|
-
Gift,
|
|
114
|
-
GitPullRequestArrow,
|
|
115
|
-
Globe,
|
|
116
|
-
GlobeLock,
|
|
117
|
-
GripVertical,
|
|
118
|
-
HandHeart,
|
|
119
|
-
Handshake,
|
|
120
|
-
Highlighter,
|
|
121
|
-
HousePlus,
|
|
122
|
-
ImageDown,
|
|
123
|
-
ImageOff,
|
|
124
|
-
ImageUp,
|
|
125
|
-
Info,
|
|
126
|
-
Keyboard,
|
|
127
|
-
LandPlot,
|
|
128
|
-
Layout,
|
|
129
|
-
LayoutTemplate,
|
|
130
|
-
LibraryIcon,
|
|
131
|
-
Link,
|
|
132
|
-
Loader2,
|
|
133
|
-
LogIn,
|
|
134
|
-
LogOut,
|
|
135
|
-
MoreHorizontal,
|
|
136
|
-
MousePointerClick,
|
|
137
|
-
Palette,
|
|
138
|
-
PanelLeft,
|
|
139
|
-
PanelsTopLeft,
|
|
140
|
-
Pencil,
|
|
141
|
-
Pi,
|
|
142
|
-
ReceiptText,
|
|
143
|
-
Regex,
|
|
144
|
-
Replace,
|
|
145
|
-
Rss,
|
|
146
|
-
Scale,
|
|
147
|
-
Search,
|
|
148
|
-
Server,
|
|
149
|
-
Share,
|
|
150
|
-
ShieldUser,
|
|
151
|
-
Sparkles,
|
|
152
|
-
SplinePointer,
|
|
153
|
-
SquareDashedBottomCode,
|
|
154
|
-
SquareTerminal,
|
|
155
|
-
Star,
|
|
156
|
-
Tablets,
|
|
157
|
-
Terminal,
|
|
158
|
-
Twitter,
|
|
159
|
-
X,
|
|
160
|
-
Zap
|
|
161
|
-
};
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
2
|
+
//# sourceMappingURL=limited-lucide-icons.mjs.map
|
|
162
3
|
//# sourceMappingURL=limited-lucide-icons.mjs.map
|