@windrun-huaiin/base-ui 29.0.0 → 29.0.2
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/components/global-icon.d.ts +59 -23
- package/dist/components/limited-lucide-icons.d.ts +1 -1
- package/dist/components/limited-lucide-icons.js +144 -0
- package/dist/components/limited-lucide-icons.mjs +1 -1
- package/dist/components/server.d.ts +0 -3
- package/dist/components/server.js +0 -206
- package/dist/components/server.mjs +0 -4
- package/dist/components/shared.d.ts +3 -0
- package/dist/components/shared.js +247 -0
- package/dist/components/shared.mjs +4 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +72 -0
- package/dist/icons/index.mjs +38 -2
- package/package.json +6 -1
- package/src/components/limited-lucide-icons.ts +59 -23
- package/src/components/server.ts +2 -8
- package/src/components/shared.ts +4 -0
- package/src/icons/index.ts +72 -0
|
@@ -41,18 +41,16 @@ export declare const globalLucideIcons: {
|
|
|
41
41
|
ArrowRight: StyledLucideIconComponent;
|
|
42
42
|
ArrowUp: StyledLucideIconComponent;
|
|
43
43
|
Baby: StyledLucideIconComponent;
|
|
44
|
-
BadgeInfo: StyledLucideIconComponent;
|
|
45
44
|
BadgeAlert: StyledLucideIconComponent;
|
|
46
45
|
BadgeCheck: StyledLucideIconComponent;
|
|
47
|
-
|
|
46
|
+
BadgeInfo: StyledLucideIconComponent;
|
|
48
47
|
BadgeQuestionMark: StyledLucideIconComponent;
|
|
48
|
+
BadgeX: StyledLucideIconComponent;
|
|
49
49
|
Bell: StyledLucideIconComponent;
|
|
50
50
|
Binary: StyledLucideIconComponent;
|
|
51
51
|
Blocks: StyledLucideIconComponent;
|
|
52
|
-
BookX: StyledLucideIconComponent;
|
|
53
|
-
BookOpen: StyledLucideIconComponent;
|
|
54
|
-
BookAudio: StyledLucideIconComponent;
|
|
55
52
|
BookA: StyledLucideIconComponent;
|
|
53
|
+
BookAudio: StyledLucideIconComponent;
|
|
56
54
|
BookCheck: StyledLucideIconComponent;
|
|
57
55
|
BookDown: StyledLucideIconComponent;
|
|
58
56
|
BookHeadphones: StyledLucideIconComponent;
|
|
@@ -61,48 +59,76 @@ export declare const globalLucideIcons: {
|
|
|
61
59
|
BookmarkMinus: StyledLucideIconComponent;
|
|
62
60
|
BookmarkPlus: StyledLucideIconComponent;
|
|
63
61
|
BookmarkX: StyledLucideIconComponent;
|
|
62
|
+
BookOpen: StyledLucideIconComponent;
|
|
63
|
+
BookX: StyledLucideIconComponent;
|
|
64
64
|
BotMessageSquare: StyledLucideIconComponent;
|
|
65
65
|
Brain: StyledLucideIconComponent;
|
|
66
66
|
BrainCircuit: StyledLucideIconComponent;
|
|
67
67
|
Briefcase: StyledLucideIconComponent;
|
|
68
68
|
BringToFront: StyledLucideIconComponent;
|
|
69
69
|
BrushCleaning: StyledLucideIconComponent;
|
|
70
|
-
|
|
70
|
+
CalendarClock: StyledLucideIconComponent;
|
|
71
|
+
CalendarDays: StyledLucideIconComponent;
|
|
72
|
+
CalendarHeart: StyledLucideIconComponent;
|
|
71
73
|
Bug: StyledLucideIconComponent;
|
|
72
74
|
BugOff: StyledLucideIconComponent;
|
|
75
|
+
Building2: StyledLucideIconComponent;
|
|
73
76
|
Car: StyledLucideIconComponent;
|
|
74
77
|
ChartColumnStacked: StyledLucideIconComponent;
|
|
75
|
-
Circle: StyledLucideIconComponent;
|
|
76
|
-
CircleAlert: StyledLucideIconComponent;
|
|
77
|
-
CircleQuestionMark: StyledLucideIconComponent;
|
|
78
|
-
CircleSmall: StyledLucideIconComponent;
|
|
79
|
-
CircleStop: StyledLucideIconComponent;
|
|
80
78
|
Check: StyledLucideIconComponent;
|
|
81
|
-
CircleArrowDown: StyledLucideIconComponent;
|
|
82
|
-
CircleArrowUp: StyledLucideIconComponent;
|
|
83
79
|
CheckCheck: StyledLucideIconComponent;
|
|
84
80
|
CheckLine: StyledLucideIconComponent;
|
|
85
81
|
ChevronDown: StyledLucideIconComponent;
|
|
82
|
+
ChevronsLeft: StyledLucideIconComponent;
|
|
83
|
+
ChevronsRight: StyledLucideIconComponent;
|
|
86
84
|
ChevronLeft: StyledLucideIconComponent;
|
|
87
85
|
ChevronRight: StyledLucideIconComponent;
|
|
88
86
|
ChevronUp: StyledLucideIconComponent;
|
|
87
|
+
Circle: StyledLucideIconComponent;
|
|
88
|
+
CircleAlert: StyledLucideIconComponent;
|
|
89
|
+
CircleArrowDown: StyledLucideIconComponent;
|
|
90
|
+
CircleArrowUp: StyledLucideIconComponent;
|
|
91
|
+
CircleQuestionMark: StyledLucideIconComponent;
|
|
92
|
+
CircleSmall: StyledLucideIconComponent;
|
|
93
|
+
CircleStop: StyledLucideIconComponent;
|
|
94
|
+
ClipboardType: StyledLucideIconComponent;
|
|
89
95
|
Coffee: StyledLucideIconComponent;
|
|
90
96
|
Coins: StyledLucideIconComponent;
|
|
97
|
+
Command: StyledLucideIconComponent;
|
|
91
98
|
Component: StyledLucideIconComponent;
|
|
92
99
|
Copy: StyledLucideIconComponent;
|
|
93
100
|
CopyCheck: StyledLucideIconComponent;
|
|
101
|
+
Copyright: StyledLucideIconComponent;
|
|
102
|
+
CornerDownLeft: StyledLucideIconComponent;
|
|
103
|
+
CornerDownRight: StyledLucideIconComponent;
|
|
104
|
+
CornerLeftDown: StyledLucideIconComponent;
|
|
105
|
+
CornerLeftUp: StyledLucideIconComponent;
|
|
106
|
+
CornerRightDown: StyledLucideIconComponent;
|
|
107
|
+
CornerRightUp: StyledLucideIconComponent;
|
|
108
|
+
CornerUpLeft: StyledLucideIconComponent;
|
|
109
|
+
CornerUpRight: StyledLucideIconComponent;
|
|
94
110
|
Cpu: StyledLucideIconComponent;
|
|
111
|
+
CreativeCommons: StyledLucideIconComponent;
|
|
112
|
+
Crop: StyledLucideIconComponent;
|
|
113
|
+
Cross: StyledLucideIconComponent;
|
|
95
114
|
Database: StyledLucideIconComponent;
|
|
96
115
|
DatabaseZap: StyledLucideIconComponent;
|
|
116
|
+
Dna: StyledLucideIconComponent;
|
|
97
117
|
Dot: StyledLucideIconComponent;
|
|
98
118
|
Download: StyledLucideIconComponent;
|
|
119
|
+
Droplet: StyledLucideIconComponent;
|
|
120
|
+
DropletOff: StyledLucideIconComponent;
|
|
121
|
+
Droplets: StyledLucideIconComponent;
|
|
122
|
+
Egg: StyledLucideIconComponent;
|
|
123
|
+
EggFried: StyledLucideIconComponent;
|
|
124
|
+
EggOff: StyledLucideIconComponent;
|
|
99
125
|
Ellipsis: StyledLucideIconComponent;
|
|
100
126
|
EllipsisVertical: StyledLucideIconComponent;
|
|
127
|
+
ExternalLink: StyledLucideIconComponent;
|
|
101
128
|
Eye: StyledLucideIconComponent;
|
|
129
|
+
EyeClosed: StyledLucideIconComponent;
|
|
102
130
|
EyeOff: StyledLucideIconComponent;
|
|
103
|
-
ExternalLink: StyledLucideIconComponent;
|
|
104
131
|
Facebook: StyledLucideIconComponent;
|
|
105
|
-
Shield: StyledLucideIconComponent;
|
|
106
132
|
File: StyledLucideIconComponent;
|
|
107
133
|
FileDown: StyledLucideIconComponent;
|
|
108
134
|
FileInput: StyledLucideIconComponent;
|
|
@@ -111,6 +137,7 @@ export declare const globalLucideIcons: {
|
|
|
111
137
|
Fingerprint: StyledLucideIconComponent;
|
|
112
138
|
Folder: StyledLucideIconComponent;
|
|
113
139
|
FolderOpen: StyledLucideIconComponent;
|
|
140
|
+
Frown: StyledLucideIconComponent;
|
|
114
141
|
Gem: StyledLucideIconComponent;
|
|
115
142
|
Gift: StyledLucideIconComponent;
|
|
116
143
|
GitMerge: StyledLucideIconComponent;
|
|
@@ -124,12 +151,14 @@ export declare const globalLucideIcons: {
|
|
|
124
151
|
Highlighter: StyledLucideIconComponent;
|
|
125
152
|
History: StyledLucideIconComponent;
|
|
126
153
|
HousePlus: StyledLucideIconComponent;
|
|
127
|
-
Infinity: StyledLucideIconComponent;
|
|
128
|
-
Info: StyledLucideIconComponent;
|
|
129
154
|
ImageDown: StyledLucideIconComponent;
|
|
130
155
|
ImageOff: StyledLucideIconComponent;
|
|
131
156
|
ImageUp: StyledLucideIconComponent;
|
|
157
|
+
Infinity: StyledLucideIconComponent;
|
|
158
|
+
Info: StyledLucideIconComponent;
|
|
159
|
+
Key: StyledLucideIconComponent;
|
|
132
160
|
Keyboard: StyledLucideIconComponent;
|
|
161
|
+
KeyRound: StyledLucideIconComponent;
|
|
133
162
|
LandPlot: StyledLucideIconComponent;
|
|
134
163
|
Languages: StyledLucideIconComponent;
|
|
135
164
|
Layout: StyledLucideIconComponent;
|
|
@@ -139,16 +168,17 @@ export declare const globalLucideIcons: {
|
|
|
139
168
|
Link: StyledLucideIconComponent;
|
|
140
169
|
ListTodo: StyledLucideIconComponent;
|
|
141
170
|
Loader2: StyledLucideIconComponent;
|
|
171
|
+
Locate: StyledLucideIconComponent;
|
|
142
172
|
LogIn: StyledLucideIconComponent;
|
|
143
173
|
LogOut: StyledLucideIconComponent;
|
|
144
174
|
Mail: StyledLucideIconComponent;
|
|
145
|
-
MessageCircleMore: StyledLucideIconComponent;
|
|
146
175
|
MessageCircleCode: StyledLucideIconComponent;
|
|
176
|
+
MessageCircleMore: StyledLucideIconComponent;
|
|
147
177
|
MessageSquareDiff: StyledLucideIconComponent;
|
|
148
|
-
Music4: StyledLucideIconComponent;
|
|
149
178
|
Moon: StyledLucideIconComponent;
|
|
150
179
|
MoreHorizontal: StyledLucideIconComponent;
|
|
151
180
|
MousePointerClick: StyledLucideIconComponent;
|
|
181
|
+
Music4: StyledLucideIconComponent;
|
|
152
182
|
NotepadText: StyledLucideIconComponent;
|
|
153
183
|
Palette: StyledLucideIconComponent;
|
|
154
184
|
PanelLeft: StyledLucideIconComponent;
|
|
@@ -161,6 +191,7 @@ export declare const globalLucideIcons: {
|
|
|
161
191
|
Plus: StyledLucideIconComponent;
|
|
162
192
|
QrCode: StyledLucideIconComponent;
|
|
163
193
|
ReceiptText: StyledLucideIconComponent;
|
|
194
|
+
Redo2: StyledLucideIconComponent;
|
|
164
195
|
RefreshCcw: StyledLucideIconComponent;
|
|
165
196
|
Regex: StyledLucideIconComponent;
|
|
166
197
|
Replace: StyledLucideIconComponent;
|
|
@@ -172,24 +203,29 @@ export declare const globalLucideIcons: {
|
|
|
172
203
|
Search: StyledLucideIconComponent;
|
|
173
204
|
Send: StyledLucideIconComponent;
|
|
174
205
|
SendHorizontal: StyledLucideIconComponent;
|
|
206
|
+
Server: StyledLucideIconComponent;
|
|
175
207
|
Settings: StyledLucideIconComponent;
|
|
176
208
|
Settings2: StyledLucideIconComponent;
|
|
177
209
|
Share: StyledLucideIconComponent;
|
|
178
|
-
|
|
210
|
+
Shield: StyledLucideIconComponent;
|
|
179
211
|
ShieldUser: StyledLucideIconComponent;
|
|
180
212
|
ShoppingCart: StyledLucideIconComponent;
|
|
213
|
+
Sigma: StyledLucideIconComponent;
|
|
214
|
+
Smile: StyledLucideIconComponent;
|
|
215
|
+
SmilePlus: StyledLucideIconComponent;
|
|
216
|
+
Sparkles: StyledLucideIconComponent;
|
|
217
|
+
SplinePointer: StyledLucideIconComponent;
|
|
181
218
|
Sprout: StyledLucideIconComponent;
|
|
182
219
|
SquareDashedBottomCode: StyledLucideIconComponent;
|
|
220
|
+
SquaresExclude: StyledLucideIconComponent;
|
|
183
221
|
SquareTerminal: StyledLucideIconComponent;
|
|
184
|
-
Server: StyledLucideIconComponent;
|
|
185
|
-
SplinePointer: StyledLucideIconComponent;
|
|
186
|
-
Sparkles: StyledLucideIconComponent;
|
|
187
222
|
Star: StyledLucideIconComponent;
|
|
188
223
|
Sun: StyledLucideIconComponent;
|
|
189
224
|
Tablets: StyledLucideIconComponent;
|
|
190
225
|
Terminal: StyledLucideIconComponent;
|
|
191
226
|
Trash2: StyledLucideIconComponent;
|
|
192
227
|
Twitter: StyledLucideIconComponent;
|
|
228
|
+
Undo2: StyledLucideIconComponent;
|
|
193
229
|
Usb: StyledLucideIconComponent;
|
|
194
230
|
UserRoundCheck: StyledLucideIconComponent;
|
|
195
231
|
Wand2: StyledLucideIconComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby,
|
|
1
|
+
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeAlert, BadgeCheck, BadgeInfo, BadgeQuestionMark, BadgeX, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BookOpen, BookX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, CalendarClock, CalendarDays, CalendarHeart, Bug, BugOff, Building2, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, ChevronsLeft, ChevronsRight, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, ClipboardType, Coffee, Coins, Command, Component, Copy, CopyCheck, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreativeCommons, Crop, Cross, Database, DatabaseZap, Dna, Dot, Download, Droplet, DropletOff, Droplets, Egg, EggFried, EggOff, Ellipsis, EllipsisVertical, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Frown, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Key, Keyboard, KeyRound, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, Loader2, Locate, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MessageSquareDiff, Moon, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, Redo2, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Smile, SmilePlus, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquaresExclude, SquareTerminal, Star, Sun, Tablets, Terminal, Trash2, Twitter, Undo2, Usb, UserRoundCheck, Wand2, Workflow, X, Zap, } from "lucide-react";
|
|
@@ -153,6 +153,18 @@ Object.defineProperty(exports, "Building2", {
|
|
|
153
153
|
enumerable: true,
|
|
154
154
|
get: function () { return lucideReact.Building2; }
|
|
155
155
|
});
|
|
156
|
+
Object.defineProperty(exports, "CalendarClock", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function () { return lucideReact.CalendarClock; }
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(exports, "CalendarDays", {
|
|
161
|
+
enumerable: true,
|
|
162
|
+
get: function () { return lucideReact.CalendarDays; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "CalendarHeart", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return lucideReact.CalendarHeart; }
|
|
167
|
+
});
|
|
156
168
|
Object.defineProperty(exports, "Car", {
|
|
157
169
|
enumerable: true,
|
|
158
170
|
get: function () { return lucideReact.Car; }
|
|
@@ -189,6 +201,14 @@ Object.defineProperty(exports, "ChevronUp", {
|
|
|
189
201
|
enumerable: true,
|
|
190
202
|
get: function () { return lucideReact.ChevronUp; }
|
|
191
203
|
});
|
|
204
|
+
Object.defineProperty(exports, "ChevronsLeft", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function () { return lucideReact.ChevronsLeft; }
|
|
207
|
+
});
|
|
208
|
+
Object.defineProperty(exports, "ChevronsRight", {
|
|
209
|
+
enumerable: true,
|
|
210
|
+
get: function () { return lucideReact.ChevronsRight; }
|
|
211
|
+
});
|
|
192
212
|
Object.defineProperty(exports, "Circle", {
|
|
193
213
|
enumerable: true,
|
|
194
214
|
get: function () { return lucideReact.Circle; }
|
|
@@ -217,6 +237,10 @@ Object.defineProperty(exports, "CircleStop", {
|
|
|
217
237
|
enumerable: true,
|
|
218
238
|
get: function () { return lucideReact.CircleStop; }
|
|
219
239
|
});
|
|
240
|
+
Object.defineProperty(exports, "ClipboardType", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function () { return lucideReact.ClipboardType; }
|
|
243
|
+
});
|
|
220
244
|
Object.defineProperty(exports, "Coffee", {
|
|
221
245
|
enumerable: true,
|
|
222
246
|
get: function () { return lucideReact.Coffee; }
|
|
@@ -225,6 +249,10 @@ Object.defineProperty(exports, "Coins", {
|
|
|
225
249
|
enumerable: true,
|
|
226
250
|
get: function () { return lucideReact.Coins; }
|
|
227
251
|
});
|
|
252
|
+
Object.defineProperty(exports, "Command", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () { return lucideReact.Command; }
|
|
255
|
+
});
|
|
228
256
|
Object.defineProperty(exports, "Component", {
|
|
229
257
|
enumerable: true,
|
|
230
258
|
get: function () { return lucideReact.Component; }
|
|
@@ -237,10 +265,58 @@ Object.defineProperty(exports, "CopyCheck", {
|
|
|
237
265
|
enumerable: true,
|
|
238
266
|
get: function () { return lucideReact.CopyCheck; }
|
|
239
267
|
});
|
|
268
|
+
Object.defineProperty(exports, "Copyright", {
|
|
269
|
+
enumerable: true,
|
|
270
|
+
get: function () { return lucideReact.Copyright; }
|
|
271
|
+
});
|
|
272
|
+
Object.defineProperty(exports, "CornerDownLeft", {
|
|
273
|
+
enumerable: true,
|
|
274
|
+
get: function () { return lucideReact.CornerDownLeft; }
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "CornerDownRight", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () { return lucideReact.CornerDownRight; }
|
|
279
|
+
});
|
|
280
|
+
Object.defineProperty(exports, "CornerLeftDown", {
|
|
281
|
+
enumerable: true,
|
|
282
|
+
get: function () { return lucideReact.CornerLeftDown; }
|
|
283
|
+
});
|
|
284
|
+
Object.defineProperty(exports, "CornerLeftUp", {
|
|
285
|
+
enumerable: true,
|
|
286
|
+
get: function () { return lucideReact.CornerLeftUp; }
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, "CornerRightDown", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () { return lucideReact.CornerRightDown; }
|
|
291
|
+
});
|
|
292
|
+
Object.defineProperty(exports, "CornerRightUp", {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () { return lucideReact.CornerRightUp; }
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(exports, "CornerUpLeft", {
|
|
297
|
+
enumerable: true,
|
|
298
|
+
get: function () { return lucideReact.CornerUpLeft; }
|
|
299
|
+
});
|
|
300
|
+
Object.defineProperty(exports, "CornerUpRight", {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function () { return lucideReact.CornerUpRight; }
|
|
303
|
+
});
|
|
240
304
|
Object.defineProperty(exports, "Cpu", {
|
|
241
305
|
enumerable: true,
|
|
242
306
|
get: function () { return lucideReact.Cpu; }
|
|
243
307
|
});
|
|
308
|
+
Object.defineProperty(exports, "CreativeCommons", {
|
|
309
|
+
enumerable: true,
|
|
310
|
+
get: function () { return lucideReact.CreativeCommons; }
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(exports, "Crop", {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () { return lucideReact.Crop; }
|
|
315
|
+
});
|
|
316
|
+
Object.defineProperty(exports, "Cross", {
|
|
317
|
+
enumerable: true,
|
|
318
|
+
get: function () { return lucideReact.Cross; }
|
|
319
|
+
});
|
|
244
320
|
Object.defineProperty(exports, "Database", {
|
|
245
321
|
enumerable: true,
|
|
246
322
|
get: function () { return lucideReact.Database; }
|
|
@@ -249,6 +325,10 @@ Object.defineProperty(exports, "DatabaseZap", {
|
|
|
249
325
|
enumerable: true,
|
|
250
326
|
get: function () { return lucideReact.DatabaseZap; }
|
|
251
327
|
});
|
|
328
|
+
Object.defineProperty(exports, "Dna", {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function () { return lucideReact.Dna; }
|
|
331
|
+
});
|
|
252
332
|
Object.defineProperty(exports, "Dot", {
|
|
253
333
|
enumerable: true,
|
|
254
334
|
get: function () { return lucideReact.Dot; }
|
|
@@ -257,6 +337,30 @@ Object.defineProperty(exports, "Download", {
|
|
|
257
337
|
enumerable: true,
|
|
258
338
|
get: function () { return lucideReact.Download; }
|
|
259
339
|
});
|
|
340
|
+
Object.defineProperty(exports, "Droplet", {
|
|
341
|
+
enumerable: true,
|
|
342
|
+
get: function () { return lucideReact.Droplet; }
|
|
343
|
+
});
|
|
344
|
+
Object.defineProperty(exports, "DropletOff", {
|
|
345
|
+
enumerable: true,
|
|
346
|
+
get: function () { return lucideReact.DropletOff; }
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, "Droplets", {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () { return lucideReact.Droplets; }
|
|
351
|
+
});
|
|
352
|
+
Object.defineProperty(exports, "Egg", {
|
|
353
|
+
enumerable: true,
|
|
354
|
+
get: function () { return lucideReact.Egg; }
|
|
355
|
+
});
|
|
356
|
+
Object.defineProperty(exports, "EggFried", {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () { return lucideReact.EggFried; }
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, "EggOff", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () { return lucideReact.EggOff; }
|
|
363
|
+
});
|
|
260
364
|
Object.defineProperty(exports, "Ellipsis", {
|
|
261
365
|
enumerable: true,
|
|
262
366
|
get: function () { return lucideReact.Ellipsis; }
|
|
@@ -273,6 +377,10 @@ Object.defineProperty(exports, "Eye", {
|
|
|
273
377
|
enumerable: true,
|
|
274
378
|
get: function () { return lucideReact.Eye; }
|
|
275
379
|
});
|
|
380
|
+
Object.defineProperty(exports, "EyeClosed", {
|
|
381
|
+
enumerable: true,
|
|
382
|
+
get: function () { return lucideReact.EyeClosed; }
|
|
383
|
+
});
|
|
276
384
|
Object.defineProperty(exports, "EyeOff", {
|
|
277
385
|
enumerable: true,
|
|
278
386
|
get: function () { return lucideReact.EyeOff; }
|
|
@@ -313,6 +421,10 @@ Object.defineProperty(exports, "FolderOpen", {
|
|
|
313
421
|
enumerable: true,
|
|
314
422
|
get: function () { return lucideReact.FolderOpen; }
|
|
315
423
|
});
|
|
424
|
+
Object.defineProperty(exports, "Frown", {
|
|
425
|
+
enumerable: true,
|
|
426
|
+
get: function () { return lucideReact.Frown; }
|
|
427
|
+
});
|
|
316
428
|
Object.defineProperty(exports, "Gem", {
|
|
317
429
|
enumerable: true,
|
|
318
430
|
get: function () { return lucideReact.Gem; }
|
|
@@ -385,6 +497,14 @@ Object.defineProperty(exports, "Info", {
|
|
|
385
497
|
enumerable: true,
|
|
386
498
|
get: function () { return lucideReact.Info; }
|
|
387
499
|
});
|
|
500
|
+
Object.defineProperty(exports, "Key", {
|
|
501
|
+
enumerable: true,
|
|
502
|
+
get: function () { return lucideReact.Key; }
|
|
503
|
+
});
|
|
504
|
+
Object.defineProperty(exports, "KeyRound", {
|
|
505
|
+
enumerable: true,
|
|
506
|
+
get: function () { return lucideReact.KeyRound; }
|
|
507
|
+
});
|
|
388
508
|
Object.defineProperty(exports, "Keyboard", {
|
|
389
509
|
enumerable: true,
|
|
390
510
|
get: function () { return lucideReact.Keyboard; }
|
|
@@ -425,6 +545,10 @@ Object.defineProperty(exports, "Loader2", {
|
|
|
425
545
|
enumerable: true,
|
|
426
546
|
get: function () { return lucideReact.Loader2; }
|
|
427
547
|
});
|
|
548
|
+
Object.defineProperty(exports, "Locate", {
|
|
549
|
+
enumerable: true,
|
|
550
|
+
get: function () { return lucideReact.Locate; }
|
|
551
|
+
});
|
|
428
552
|
Object.defineProperty(exports, "LogIn", {
|
|
429
553
|
enumerable: true,
|
|
430
554
|
get: function () { return lucideReact.LogIn; }
|
|
@@ -513,6 +637,10 @@ Object.defineProperty(exports, "ReceiptText", {
|
|
|
513
637
|
enumerable: true,
|
|
514
638
|
get: function () { return lucideReact.ReceiptText; }
|
|
515
639
|
});
|
|
640
|
+
Object.defineProperty(exports, "Redo2", {
|
|
641
|
+
enumerable: true,
|
|
642
|
+
get: function () { return lucideReact.Redo2; }
|
|
643
|
+
});
|
|
516
644
|
Object.defineProperty(exports, "RefreshCcw", {
|
|
517
645
|
enumerable: true,
|
|
518
646
|
get: function () { return lucideReact.RefreshCcw; }
|
|
@@ -589,6 +717,14 @@ Object.defineProperty(exports, "Sigma", {
|
|
|
589
717
|
enumerable: true,
|
|
590
718
|
get: function () { return lucideReact.Sigma; }
|
|
591
719
|
});
|
|
720
|
+
Object.defineProperty(exports, "Smile", {
|
|
721
|
+
enumerable: true,
|
|
722
|
+
get: function () { return lucideReact.Smile; }
|
|
723
|
+
});
|
|
724
|
+
Object.defineProperty(exports, "SmilePlus", {
|
|
725
|
+
enumerable: true,
|
|
726
|
+
get: function () { return lucideReact.SmilePlus; }
|
|
727
|
+
});
|
|
592
728
|
Object.defineProperty(exports, "Sparkles", {
|
|
593
729
|
enumerable: true,
|
|
594
730
|
get: function () { return lucideReact.Sparkles; }
|
|
@@ -609,6 +745,10 @@ Object.defineProperty(exports, "SquareTerminal", {
|
|
|
609
745
|
enumerable: true,
|
|
610
746
|
get: function () { return lucideReact.SquareTerminal; }
|
|
611
747
|
});
|
|
748
|
+
Object.defineProperty(exports, "SquaresExclude", {
|
|
749
|
+
enumerable: true,
|
|
750
|
+
get: function () { return lucideReact.SquaresExclude; }
|
|
751
|
+
});
|
|
612
752
|
Object.defineProperty(exports, "Star", {
|
|
613
753
|
enumerable: true,
|
|
614
754
|
get: function () { return lucideReact.Star; }
|
|
@@ -633,6 +773,10 @@ Object.defineProperty(exports, "Twitter", {
|
|
|
633
773
|
enumerable: true,
|
|
634
774
|
get: function () { return lucideReact.Twitter; }
|
|
635
775
|
});
|
|
776
|
+
Object.defineProperty(exports, "Undo2", {
|
|
777
|
+
enumerable: true,
|
|
778
|
+
get: function () { return lucideReact.Undo2; }
|
|
779
|
+
});
|
|
636
780
|
Object.defineProperty(exports, "Usb", {
|
|
637
781
|
enumerable: true,
|
|
638
782
|
get: function () { return lucideReact.Usb; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeAlert, BadgeCheck, BadgeInfo, BadgeQuestionMark, BadgeX, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Bug, BugOff, Building2, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, Coffee, Coins, Component, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Ellipsis, EllipsisVertical, ExternalLink, Eye, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MessageSquareDiff, Moon, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Sun, Tablets, Terminal, Trash2, Twitter, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
1
|
+
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeAlert, BadgeCheck, BadgeInfo, BadgeQuestionMark, BadgeX, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Bug, BugOff, Building2, CalendarClock, CalendarDays, CalendarHeart, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronsLeft, ChevronsRight, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, ClipboardType, Coffee, Coins, Command, Component, Copy, CopyCheck, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreativeCommons, Crop, Cross, Database, DatabaseZap, Dna, Dot, Download, Droplet, DropletOff, Droplets, Egg, EggFried, EggOff, Ellipsis, EllipsisVertical, ExternalLink, Eye, EyeClosed, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Frown, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Key, KeyRound, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, Loader2, Locate, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MessageSquareDiff, Moon, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, Redo2, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Smile, SmilePlus, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, SquaresExclude, Star, Sun, Tablets, Terminal, Trash2, Twitter, Undo2, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* This file re-exports selected icons from 'lucide-react'.
|