@windrun-huaiin/base-ui 29.0.0 → 29.0.1
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 +53 -23
- package/dist/components/limited-lucide-icons.d.ts +1 -1
- package/dist/components/limited-lucide-icons.js +120 -0
- package/dist/components/limited-lucide-icons.mjs +1 -1
- package/dist/components/server.js +30 -0
- package/dist/components/server.mjs +1 -1
- package/dist/icons/index.d.ts +30 -0
- package/dist/icons/index.js +60 -0
- package/dist/icons/index.mjs +32 -2
- package/package.json +1 -1
- package/src/components/limited-lucide-icons.ts +53 -23
- package/src/icons/index.ts +60 -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,71 @@ 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
|
-
Building2: StyledLucideIconComponent;
|
|
71
70
|
Bug: StyledLucideIconComponent;
|
|
72
71
|
BugOff: StyledLucideIconComponent;
|
|
72
|
+
Building2: StyledLucideIconComponent;
|
|
73
73
|
Car: StyledLucideIconComponent;
|
|
74
74
|
ChartColumnStacked: StyledLucideIconComponent;
|
|
75
|
-
Circle: StyledLucideIconComponent;
|
|
76
|
-
CircleAlert: StyledLucideIconComponent;
|
|
77
|
-
CircleQuestionMark: StyledLucideIconComponent;
|
|
78
|
-
CircleSmall: StyledLucideIconComponent;
|
|
79
|
-
CircleStop: StyledLucideIconComponent;
|
|
80
75
|
Check: StyledLucideIconComponent;
|
|
81
|
-
CircleArrowDown: StyledLucideIconComponent;
|
|
82
|
-
CircleArrowUp: StyledLucideIconComponent;
|
|
83
76
|
CheckCheck: StyledLucideIconComponent;
|
|
84
77
|
CheckLine: StyledLucideIconComponent;
|
|
85
78
|
ChevronDown: StyledLucideIconComponent;
|
|
86
79
|
ChevronLeft: StyledLucideIconComponent;
|
|
87
80
|
ChevronRight: StyledLucideIconComponent;
|
|
88
81
|
ChevronUp: StyledLucideIconComponent;
|
|
82
|
+
Circle: StyledLucideIconComponent;
|
|
83
|
+
CircleAlert: StyledLucideIconComponent;
|
|
84
|
+
CircleArrowDown: StyledLucideIconComponent;
|
|
85
|
+
CircleArrowUp: StyledLucideIconComponent;
|
|
86
|
+
CircleQuestionMark: StyledLucideIconComponent;
|
|
87
|
+
CircleSmall: StyledLucideIconComponent;
|
|
88
|
+
CircleStop: StyledLucideIconComponent;
|
|
89
|
+
ClipboardType: StyledLucideIconComponent;
|
|
89
90
|
Coffee: StyledLucideIconComponent;
|
|
90
91
|
Coins: StyledLucideIconComponent;
|
|
92
|
+
Command: StyledLucideIconComponent;
|
|
91
93
|
Component: StyledLucideIconComponent;
|
|
92
94
|
Copy: StyledLucideIconComponent;
|
|
93
95
|
CopyCheck: StyledLucideIconComponent;
|
|
96
|
+
Copyright: StyledLucideIconComponent;
|
|
97
|
+
CornerDownLeft: StyledLucideIconComponent;
|
|
98
|
+
CornerDownRight: StyledLucideIconComponent;
|
|
99
|
+
CornerLeftDown: StyledLucideIconComponent;
|
|
100
|
+
CornerLeftUp: StyledLucideIconComponent;
|
|
101
|
+
CornerRightDown: StyledLucideIconComponent;
|
|
102
|
+
CornerRightUp: StyledLucideIconComponent;
|
|
103
|
+
CornerUpLeft: StyledLucideIconComponent;
|
|
104
|
+
CornerUpRight: StyledLucideIconComponent;
|
|
94
105
|
Cpu: StyledLucideIconComponent;
|
|
106
|
+
CreativeCommons: StyledLucideIconComponent;
|
|
107
|
+
Crop: StyledLucideIconComponent;
|
|
108
|
+
Cross: StyledLucideIconComponent;
|
|
95
109
|
Database: StyledLucideIconComponent;
|
|
96
110
|
DatabaseZap: StyledLucideIconComponent;
|
|
111
|
+
Dna: StyledLucideIconComponent;
|
|
97
112
|
Dot: StyledLucideIconComponent;
|
|
98
113
|
Download: StyledLucideIconComponent;
|
|
114
|
+
Droplet: StyledLucideIconComponent;
|
|
115
|
+
DropletOff: StyledLucideIconComponent;
|
|
116
|
+
Droplets: StyledLucideIconComponent;
|
|
117
|
+
Egg: StyledLucideIconComponent;
|
|
118
|
+
EggFried: StyledLucideIconComponent;
|
|
119
|
+
EggOff: StyledLucideIconComponent;
|
|
99
120
|
Ellipsis: StyledLucideIconComponent;
|
|
100
121
|
EllipsisVertical: StyledLucideIconComponent;
|
|
122
|
+
ExternalLink: StyledLucideIconComponent;
|
|
101
123
|
Eye: StyledLucideIconComponent;
|
|
124
|
+
EyeClosed: StyledLucideIconComponent;
|
|
102
125
|
EyeOff: StyledLucideIconComponent;
|
|
103
|
-
ExternalLink: StyledLucideIconComponent;
|
|
104
126
|
Facebook: StyledLucideIconComponent;
|
|
105
|
-
Shield: StyledLucideIconComponent;
|
|
106
127
|
File: StyledLucideIconComponent;
|
|
107
128
|
FileDown: StyledLucideIconComponent;
|
|
108
129
|
FileInput: StyledLucideIconComponent;
|
|
@@ -111,6 +132,7 @@ export declare const globalLucideIcons: {
|
|
|
111
132
|
Fingerprint: StyledLucideIconComponent;
|
|
112
133
|
Folder: StyledLucideIconComponent;
|
|
113
134
|
FolderOpen: StyledLucideIconComponent;
|
|
135
|
+
Frown: StyledLucideIconComponent;
|
|
114
136
|
Gem: StyledLucideIconComponent;
|
|
115
137
|
Gift: StyledLucideIconComponent;
|
|
116
138
|
GitMerge: StyledLucideIconComponent;
|
|
@@ -124,12 +146,14 @@ export declare const globalLucideIcons: {
|
|
|
124
146
|
Highlighter: StyledLucideIconComponent;
|
|
125
147
|
History: StyledLucideIconComponent;
|
|
126
148
|
HousePlus: StyledLucideIconComponent;
|
|
127
|
-
Infinity: StyledLucideIconComponent;
|
|
128
|
-
Info: StyledLucideIconComponent;
|
|
129
149
|
ImageDown: StyledLucideIconComponent;
|
|
130
150
|
ImageOff: StyledLucideIconComponent;
|
|
131
151
|
ImageUp: StyledLucideIconComponent;
|
|
152
|
+
Infinity: StyledLucideIconComponent;
|
|
153
|
+
Info: StyledLucideIconComponent;
|
|
154
|
+
Key: StyledLucideIconComponent;
|
|
132
155
|
Keyboard: StyledLucideIconComponent;
|
|
156
|
+
KeyRound: StyledLucideIconComponent;
|
|
133
157
|
LandPlot: StyledLucideIconComponent;
|
|
134
158
|
Languages: StyledLucideIconComponent;
|
|
135
159
|
Layout: StyledLucideIconComponent;
|
|
@@ -142,13 +166,13 @@ export declare const globalLucideIcons: {
|
|
|
142
166
|
LogIn: StyledLucideIconComponent;
|
|
143
167
|
LogOut: StyledLucideIconComponent;
|
|
144
168
|
Mail: StyledLucideIconComponent;
|
|
145
|
-
MessageCircleMore: StyledLucideIconComponent;
|
|
146
169
|
MessageCircleCode: StyledLucideIconComponent;
|
|
170
|
+
MessageCircleMore: StyledLucideIconComponent;
|
|
147
171
|
MessageSquareDiff: StyledLucideIconComponent;
|
|
148
|
-
Music4: StyledLucideIconComponent;
|
|
149
172
|
Moon: StyledLucideIconComponent;
|
|
150
173
|
MoreHorizontal: StyledLucideIconComponent;
|
|
151
174
|
MousePointerClick: StyledLucideIconComponent;
|
|
175
|
+
Music4: StyledLucideIconComponent;
|
|
152
176
|
NotepadText: StyledLucideIconComponent;
|
|
153
177
|
Palette: StyledLucideIconComponent;
|
|
154
178
|
PanelLeft: StyledLucideIconComponent;
|
|
@@ -161,6 +185,7 @@ export declare const globalLucideIcons: {
|
|
|
161
185
|
Plus: StyledLucideIconComponent;
|
|
162
186
|
QrCode: StyledLucideIconComponent;
|
|
163
187
|
ReceiptText: StyledLucideIconComponent;
|
|
188
|
+
Redo2: StyledLucideIconComponent;
|
|
164
189
|
RefreshCcw: StyledLucideIconComponent;
|
|
165
190
|
Regex: StyledLucideIconComponent;
|
|
166
191
|
Replace: StyledLucideIconComponent;
|
|
@@ -172,24 +197,29 @@ export declare const globalLucideIcons: {
|
|
|
172
197
|
Search: StyledLucideIconComponent;
|
|
173
198
|
Send: StyledLucideIconComponent;
|
|
174
199
|
SendHorizontal: StyledLucideIconComponent;
|
|
200
|
+
Server: StyledLucideIconComponent;
|
|
175
201
|
Settings: StyledLucideIconComponent;
|
|
176
202
|
Settings2: StyledLucideIconComponent;
|
|
177
203
|
Share: StyledLucideIconComponent;
|
|
178
|
-
|
|
204
|
+
Shield: StyledLucideIconComponent;
|
|
179
205
|
ShieldUser: StyledLucideIconComponent;
|
|
180
206
|
ShoppingCart: StyledLucideIconComponent;
|
|
207
|
+
Sigma: StyledLucideIconComponent;
|
|
208
|
+
Smile: StyledLucideIconComponent;
|
|
209
|
+
SmilePlus: StyledLucideIconComponent;
|
|
210
|
+
Sparkles: StyledLucideIconComponent;
|
|
211
|
+
SplinePointer: StyledLucideIconComponent;
|
|
181
212
|
Sprout: StyledLucideIconComponent;
|
|
182
213
|
SquareDashedBottomCode: StyledLucideIconComponent;
|
|
214
|
+
SquaresExclude: StyledLucideIconComponent;
|
|
183
215
|
SquareTerminal: StyledLucideIconComponent;
|
|
184
|
-
Server: StyledLucideIconComponent;
|
|
185
|
-
SplinePointer: StyledLucideIconComponent;
|
|
186
|
-
Sparkles: StyledLucideIconComponent;
|
|
187
216
|
Star: StyledLucideIconComponent;
|
|
188
217
|
Sun: StyledLucideIconComponent;
|
|
189
218
|
Tablets: StyledLucideIconComponent;
|
|
190
219
|
Terminal: StyledLucideIconComponent;
|
|
191
220
|
Trash2: StyledLucideIconComponent;
|
|
192
221
|
Twitter: StyledLucideIconComponent;
|
|
222
|
+
Undo2: StyledLucideIconComponent;
|
|
193
223
|
Usb: StyledLucideIconComponent;
|
|
194
224
|
UserRoundCheck: StyledLucideIconComponent;
|
|
195
225
|
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, Bug, BugOff, Building2, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, 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, 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";
|
|
@@ -217,6 +217,10 @@ Object.defineProperty(exports, "CircleStop", {
|
|
|
217
217
|
enumerable: true,
|
|
218
218
|
get: function () { return lucideReact.CircleStop; }
|
|
219
219
|
});
|
|
220
|
+
Object.defineProperty(exports, "ClipboardType", {
|
|
221
|
+
enumerable: true,
|
|
222
|
+
get: function () { return lucideReact.ClipboardType; }
|
|
223
|
+
});
|
|
220
224
|
Object.defineProperty(exports, "Coffee", {
|
|
221
225
|
enumerable: true,
|
|
222
226
|
get: function () { return lucideReact.Coffee; }
|
|
@@ -225,6 +229,10 @@ Object.defineProperty(exports, "Coins", {
|
|
|
225
229
|
enumerable: true,
|
|
226
230
|
get: function () { return lucideReact.Coins; }
|
|
227
231
|
});
|
|
232
|
+
Object.defineProperty(exports, "Command", {
|
|
233
|
+
enumerable: true,
|
|
234
|
+
get: function () { return lucideReact.Command; }
|
|
235
|
+
});
|
|
228
236
|
Object.defineProperty(exports, "Component", {
|
|
229
237
|
enumerable: true,
|
|
230
238
|
get: function () { return lucideReact.Component; }
|
|
@@ -237,10 +245,58 @@ Object.defineProperty(exports, "CopyCheck", {
|
|
|
237
245
|
enumerable: true,
|
|
238
246
|
get: function () { return lucideReact.CopyCheck; }
|
|
239
247
|
});
|
|
248
|
+
Object.defineProperty(exports, "Copyright", {
|
|
249
|
+
enumerable: true,
|
|
250
|
+
get: function () { return lucideReact.Copyright; }
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "CornerDownLeft", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () { return lucideReact.CornerDownLeft; }
|
|
255
|
+
});
|
|
256
|
+
Object.defineProperty(exports, "CornerDownRight", {
|
|
257
|
+
enumerable: true,
|
|
258
|
+
get: function () { return lucideReact.CornerDownRight; }
|
|
259
|
+
});
|
|
260
|
+
Object.defineProperty(exports, "CornerLeftDown", {
|
|
261
|
+
enumerable: true,
|
|
262
|
+
get: function () { return lucideReact.CornerLeftDown; }
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "CornerLeftUp", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () { return lucideReact.CornerLeftUp; }
|
|
267
|
+
});
|
|
268
|
+
Object.defineProperty(exports, "CornerRightDown", {
|
|
269
|
+
enumerable: true,
|
|
270
|
+
get: function () { return lucideReact.CornerRightDown; }
|
|
271
|
+
});
|
|
272
|
+
Object.defineProperty(exports, "CornerRightUp", {
|
|
273
|
+
enumerable: true,
|
|
274
|
+
get: function () { return lucideReact.CornerRightUp; }
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "CornerUpLeft", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () { return lucideReact.CornerUpLeft; }
|
|
279
|
+
});
|
|
280
|
+
Object.defineProperty(exports, "CornerUpRight", {
|
|
281
|
+
enumerable: true,
|
|
282
|
+
get: function () { return lucideReact.CornerUpRight; }
|
|
283
|
+
});
|
|
240
284
|
Object.defineProperty(exports, "Cpu", {
|
|
241
285
|
enumerable: true,
|
|
242
286
|
get: function () { return lucideReact.Cpu; }
|
|
243
287
|
});
|
|
288
|
+
Object.defineProperty(exports, "CreativeCommons", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () { return lucideReact.CreativeCommons; }
|
|
291
|
+
});
|
|
292
|
+
Object.defineProperty(exports, "Crop", {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () { return lucideReact.Crop; }
|
|
295
|
+
});
|
|
296
|
+
Object.defineProperty(exports, "Cross", {
|
|
297
|
+
enumerable: true,
|
|
298
|
+
get: function () { return lucideReact.Cross; }
|
|
299
|
+
});
|
|
244
300
|
Object.defineProperty(exports, "Database", {
|
|
245
301
|
enumerable: true,
|
|
246
302
|
get: function () { return lucideReact.Database; }
|
|
@@ -249,6 +305,10 @@ Object.defineProperty(exports, "DatabaseZap", {
|
|
|
249
305
|
enumerable: true,
|
|
250
306
|
get: function () { return lucideReact.DatabaseZap; }
|
|
251
307
|
});
|
|
308
|
+
Object.defineProperty(exports, "Dna", {
|
|
309
|
+
enumerable: true,
|
|
310
|
+
get: function () { return lucideReact.Dna; }
|
|
311
|
+
});
|
|
252
312
|
Object.defineProperty(exports, "Dot", {
|
|
253
313
|
enumerable: true,
|
|
254
314
|
get: function () { return lucideReact.Dot; }
|
|
@@ -257,6 +317,30 @@ Object.defineProperty(exports, "Download", {
|
|
|
257
317
|
enumerable: true,
|
|
258
318
|
get: function () { return lucideReact.Download; }
|
|
259
319
|
});
|
|
320
|
+
Object.defineProperty(exports, "Droplet", {
|
|
321
|
+
enumerable: true,
|
|
322
|
+
get: function () { return lucideReact.Droplet; }
|
|
323
|
+
});
|
|
324
|
+
Object.defineProperty(exports, "DropletOff", {
|
|
325
|
+
enumerable: true,
|
|
326
|
+
get: function () { return lucideReact.DropletOff; }
|
|
327
|
+
});
|
|
328
|
+
Object.defineProperty(exports, "Droplets", {
|
|
329
|
+
enumerable: true,
|
|
330
|
+
get: function () { return lucideReact.Droplets; }
|
|
331
|
+
});
|
|
332
|
+
Object.defineProperty(exports, "Egg", {
|
|
333
|
+
enumerable: true,
|
|
334
|
+
get: function () { return lucideReact.Egg; }
|
|
335
|
+
});
|
|
336
|
+
Object.defineProperty(exports, "EggFried", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function () { return lucideReact.EggFried; }
|
|
339
|
+
});
|
|
340
|
+
Object.defineProperty(exports, "EggOff", {
|
|
341
|
+
enumerable: true,
|
|
342
|
+
get: function () { return lucideReact.EggOff; }
|
|
343
|
+
});
|
|
260
344
|
Object.defineProperty(exports, "Ellipsis", {
|
|
261
345
|
enumerable: true,
|
|
262
346
|
get: function () { return lucideReact.Ellipsis; }
|
|
@@ -273,6 +357,10 @@ Object.defineProperty(exports, "Eye", {
|
|
|
273
357
|
enumerable: true,
|
|
274
358
|
get: function () { return lucideReact.Eye; }
|
|
275
359
|
});
|
|
360
|
+
Object.defineProperty(exports, "EyeClosed", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () { return lucideReact.EyeClosed; }
|
|
363
|
+
});
|
|
276
364
|
Object.defineProperty(exports, "EyeOff", {
|
|
277
365
|
enumerable: true,
|
|
278
366
|
get: function () { return lucideReact.EyeOff; }
|
|
@@ -313,6 +401,10 @@ Object.defineProperty(exports, "FolderOpen", {
|
|
|
313
401
|
enumerable: true,
|
|
314
402
|
get: function () { return lucideReact.FolderOpen; }
|
|
315
403
|
});
|
|
404
|
+
Object.defineProperty(exports, "Frown", {
|
|
405
|
+
enumerable: true,
|
|
406
|
+
get: function () { return lucideReact.Frown; }
|
|
407
|
+
});
|
|
316
408
|
Object.defineProperty(exports, "Gem", {
|
|
317
409
|
enumerable: true,
|
|
318
410
|
get: function () { return lucideReact.Gem; }
|
|
@@ -385,6 +477,14 @@ Object.defineProperty(exports, "Info", {
|
|
|
385
477
|
enumerable: true,
|
|
386
478
|
get: function () { return lucideReact.Info; }
|
|
387
479
|
});
|
|
480
|
+
Object.defineProperty(exports, "Key", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function () { return lucideReact.Key; }
|
|
483
|
+
});
|
|
484
|
+
Object.defineProperty(exports, "KeyRound", {
|
|
485
|
+
enumerable: true,
|
|
486
|
+
get: function () { return lucideReact.KeyRound; }
|
|
487
|
+
});
|
|
388
488
|
Object.defineProperty(exports, "Keyboard", {
|
|
389
489
|
enumerable: true,
|
|
390
490
|
get: function () { return lucideReact.Keyboard; }
|
|
@@ -513,6 +613,10 @@ Object.defineProperty(exports, "ReceiptText", {
|
|
|
513
613
|
enumerable: true,
|
|
514
614
|
get: function () { return lucideReact.ReceiptText; }
|
|
515
615
|
});
|
|
616
|
+
Object.defineProperty(exports, "Redo2", {
|
|
617
|
+
enumerable: true,
|
|
618
|
+
get: function () { return lucideReact.Redo2; }
|
|
619
|
+
});
|
|
516
620
|
Object.defineProperty(exports, "RefreshCcw", {
|
|
517
621
|
enumerable: true,
|
|
518
622
|
get: function () { return lucideReact.RefreshCcw; }
|
|
@@ -589,6 +693,14 @@ Object.defineProperty(exports, "Sigma", {
|
|
|
589
693
|
enumerable: true,
|
|
590
694
|
get: function () { return lucideReact.Sigma; }
|
|
591
695
|
});
|
|
696
|
+
Object.defineProperty(exports, "Smile", {
|
|
697
|
+
enumerable: true,
|
|
698
|
+
get: function () { return lucideReact.Smile; }
|
|
699
|
+
});
|
|
700
|
+
Object.defineProperty(exports, "SmilePlus", {
|
|
701
|
+
enumerable: true,
|
|
702
|
+
get: function () { return lucideReact.SmilePlus; }
|
|
703
|
+
});
|
|
592
704
|
Object.defineProperty(exports, "Sparkles", {
|
|
593
705
|
enumerable: true,
|
|
594
706
|
get: function () { return lucideReact.Sparkles; }
|
|
@@ -609,6 +721,10 @@ Object.defineProperty(exports, "SquareTerminal", {
|
|
|
609
721
|
enumerable: true,
|
|
610
722
|
get: function () { return lucideReact.SquareTerminal; }
|
|
611
723
|
});
|
|
724
|
+
Object.defineProperty(exports, "SquaresExclude", {
|
|
725
|
+
enumerable: true,
|
|
726
|
+
get: function () { return lucideReact.SquaresExclude; }
|
|
727
|
+
});
|
|
612
728
|
Object.defineProperty(exports, "Star", {
|
|
613
729
|
enumerable: true,
|
|
614
730
|
get: function () { return lucideReact.Star; }
|
|
@@ -633,6 +749,10 @@ Object.defineProperty(exports, "Twitter", {
|
|
|
633
749
|
enumerable: true,
|
|
634
750
|
get: function () { return lucideReact.Twitter; }
|
|
635
751
|
});
|
|
752
|
+
Object.defineProperty(exports, "Undo2", {
|
|
753
|
+
enumerable: true,
|
|
754
|
+
get: function () { return lucideReact.Undo2; }
|
|
755
|
+
});
|
|
636
756
|
Object.defineProperty(exports, "Usb", {
|
|
637
757
|
enumerable: true,
|
|
638
758
|
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, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, 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, KeyRound, 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, 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'.
|
|
@@ -71,22 +71,44 @@ exports.CircleQuestionMarkIcon = index.CircleQuestionMarkIcon;
|
|
|
71
71
|
exports.CircleSmallIcon = index.CircleSmallIcon;
|
|
72
72
|
exports.CircleStopIcon = index.CircleStopIcon;
|
|
73
73
|
exports.ClerkIcon = index.ClerkIcon;
|
|
74
|
+
exports.ClipboardTypeIcon = index.ClipboardTypeIcon;
|
|
74
75
|
exports.CoffeeIcon = index.CoffeeIcon;
|
|
75
76
|
exports.CoinsIcon = index.CoinsIcon;
|
|
77
|
+
exports.CommandIcon = index.CommandIcon;
|
|
76
78
|
exports.ComponentIcon = index.ComponentIcon;
|
|
77
79
|
exports.CopyCheckIcon = index.CopyCheckIcon;
|
|
78
80
|
exports.CopyIcon = index.CopyIcon;
|
|
81
|
+
exports.CopyrightIcon = index.CopyrightIcon;
|
|
82
|
+
exports.CornerDownLeftIcon = index.CornerDownLeftIcon;
|
|
83
|
+
exports.CornerDownRightIcon = index.CornerDownRightIcon;
|
|
84
|
+
exports.CornerLeftDownIcon = index.CornerLeftDownIcon;
|
|
85
|
+
exports.CornerLeftUpIcon = index.CornerLeftUpIcon;
|
|
86
|
+
exports.CornerRightDownIcon = index.CornerRightDownIcon;
|
|
87
|
+
exports.CornerRightUpIcon = index.CornerRightUpIcon;
|
|
88
|
+
exports.CornerUpLeftIcon = index.CornerUpLeftIcon;
|
|
89
|
+
exports.CornerUpRightIcon = index.CornerUpRightIcon;
|
|
79
90
|
exports.CpuIcon = index.CpuIcon;
|
|
91
|
+
exports.CreativeCommonsIcon = index.CreativeCommonsIcon;
|
|
92
|
+
exports.CropIcon = index.CropIcon;
|
|
93
|
+
exports.CrossIcon = index.CrossIcon;
|
|
80
94
|
exports.D8Icon = index.D8Icon;
|
|
81
95
|
exports.DPAIcon = index.DPAIcon;
|
|
82
96
|
exports.DatabaseIcon = index.DatabaseIcon;
|
|
83
97
|
exports.DatabaseZapIcon = index.DatabaseZapIcon;
|
|
84
98
|
exports.DiffIcon = index.DiffIcon;
|
|
99
|
+
exports.DnaIcon = index.DnaIcon;
|
|
85
100
|
exports.DotIcon = index.DotIcon;
|
|
86
101
|
exports.DownloadIcon = index.DownloadIcon;
|
|
102
|
+
exports.DropletIcon = index.DropletIcon;
|
|
103
|
+
exports.DropletOffIcon = index.DropletOffIcon;
|
|
104
|
+
exports.DropletsIcon = index.DropletsIcon;
|
|
105
|
+
exports.EggFriedIcon = index.EggFriedIcon;
|
|
106
|
+
exports.EggIcon = index.EggIcon;
|
|
107
|
+
exports.EggOffIcon = index.EggOffIcon;
|
|
87
108
|
exports.EllipsisIcon = index.EllipsisIcon;
|
|
88
109
|
exports.EllipsisVerticalIcon = index.EllipsisVerticalIcon;
|
|
89
110
|
exports.ExternalLinkIcon = index.ExternalLinkIcon;
|
|
111
|
+
exports.EyeClosedIcon = index.EyeClosedIcon;
|
|
90
112
|
exports.EyeIcon = index.EyeIcon;
|
|
91
113
|
exports.EyeOffIcon = index.EyeOffIcon;
|
|
92
114
|
exports.FAQBIcon = index.FAQBIcon;
|
|
@@ -101,6 +123,7 @@ exports.FileUpIcon = index.FileUpIcon;
|
|
|
101
123
|
exports.FingerprintIcon = index.FingerprintIcon;
|
|
102
124
|
exports.FolderIcon = index.FolderIcon;
|
|
103
125
|
exports.FolderOpenIcon = index.FolderOpenIcon;
|
|
126
|
+
exports.FrownIcon = index.FrownIcon;
|
|
104
127
|
exports.GemIcon = index.GemIcon;
|
|
105
128
|
exports.GiftIcon = index.GiftIcon;
|
|
106
129
|
exports.GitHubIcon = index.GitHubIcon;
|
|
@@ -125,6 +148,8 @@ exports.InfoIcon = index.InfoIcon;
|
|
|
125
148
|
exports.ItermIcon = index.ItermIcon;
|
|
126
149
|
exports.JavaIcon = index.JavaIcon;
|
|
127
150
|
exports.JsonIcon = index.JsonIcon;
|
|
151
|
+
exports.KeyIcon = index.KeyIcon;
|
|
152
|
+
exports.KeyRoundIcon = index.KeyRoundIcon;
|
|
128
153
|
exports.KeyboardIcon = index.KeyboardIcon;
|
|
129
154
|
exports.LandPlotIcon = index.LandPlotIcon;
|
|
130
155
|
exports.LanguagesIcon = index.LanguagesIcon;
|
|
@@ -163,6 +188,7 @@ exports.PinOffIcon = index.PinOffIcon;
|
|
|
163
188
|
exports.PlusIcon = index.PlusIcon;
|
|
164
189
|
exports.QrCodeIcon = index.QrCodeIcon;
|
|
165
190
|
exports.ReceiptTextIcon = index.ReceiptTextIcon;
|
|
191
|
+
exports.Redo2Icon = index.Redo2Icon;
|
|
166
192
|
exports.RefreshCcwIcon = index.RefreshCcwIcon;
|
|
167
193
|
exports.RegexIcon = index.RegexIcon;
|
|
168
194
|
exports.ReplaceIcon = index.ReplaceIcon;
|
|
@@ -184,12 +210,15 @@ exports.ShieldIcon = index.ShieldIcon;
|
|
|
184
210
|
exports.ShieldUserIcon = index.ShieldUserIcon;
|
|
185
211
|
exports.ShoppingCartIcon = index.ShoppingCartIcon;
|
|
186
212
|
exports.SigmaIcon = index.SigmaIcon;
|
|
213
|
+
exports.SmileIcon = index.SmileIcon;
|
|
214
|
+
exports.SmilePlusIcon = index.SmilePlusIcon;
|
|
187
215
|
exports.SnippetsIcon = index.SnippetsIcon;
|
|
188
216
|
exports.SparklesIcon = index.SparklesIcon;
|
|
189
217
|
exports.SplinePointerIcon = index.SplinePointerIcon;
|
|
190
218
|
exports.SproutIcon = index.SproutIcon;
|
|
191
219
|
exports.SquareDashedBottomCodeIcon = index.SquareDashedBottomCodeIcon;
|
|
192
220
|
exports.SquareTerminalIcon = index.SquareTerminalIcon;
|
|
221
|
+
exports.SquaresExcludeIcon = index.SquaresExcludeIcon;
|
|
193
222
|
exports.StarIcon = index.StarIcon;
|
|
194
223
|
exports.SubPIcon = index.SubPIcon;
|
|
195
224
|
exports.SunIcon = index.SunIcon;
|
|
@@ -200,6 +229,7 @@ exports.TestIcon = index.TestIcon;
|
|
|
200
229
|
exports.Trash2Icon = index.Trash2Icon;
|
|
201
230
|
exports.TwitterIcon = index.TwitterIcon;
|
|
202
231
|
exports.TxtIcon = index.TxtIcon;
|
|
232
|
+
exports.Undo2Icon = index.Undo2Icon;
|
|
203
233
|
exports.UsbIcon = index.UsbIcon;
|
|
204
234
|
exports.UserRoundCheckIcon = index.UserRoundCheckIcon;
|
|
205
235
|
exports.Wand2Icon = index.Wand2Icon;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { DefaultSiteIcon, NotFoundIcon, getGlobalIcon, getIconElement, globalLucideIcons } from './global-icon.mjs';
|
|
2
|
-
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, CoffeeIcon, CoinsIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CpuIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DotIcon, DownloadIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon } from '../icons/index.mjs';
|
|
2
|
+
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, ClipboardTypeIcon, CoffeeIcon, CoinsIcon, CommandIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreativeCommonsIcon, CropIcon, CrossIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DnaIcon, DotIcon, DownloadIcon, DropletIcon, DropletOffIcon, DropletsIcon, EggFriedIcon, EggIcon, EggOffIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeClosedIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, FrownIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyIcon, KeyRoundIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, Redo2Icon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SmileIcon, SmilePlusIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, SquaresExcludeIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, Undo2Icon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon } from '../icons/index.mjs';
|
|
3
3
|
export { createSiteIcon } from './site-icon.mjs';
|
|
4
4
|
export { GoogleAnalyticsScript } from './script/google-analytics-script.mjs';
|
|
5
5
|
export { MicrosoftClarityScript } from './script/microsoft-clarity-script.mjs';
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -53,19 +53,41 @@ export declare const ChevronDownIcon: import("@base-ui/components/icon-factory")
|
|
|
53
53
|
export declare const ChevronLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
54
54
|
export declare const ChevronRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
55
55
|
export declare const ChevronUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
56
|
+
export declare const ClipboardTypeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
56
57
|
export declare const CoffeeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
57
58
|
export declare const CoinsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
58
59
|
export declare const ComponentIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
60
|
+
export declare const CommandIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
59
61
|
export declare const CopyIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
60
62
|
export declare const CopyCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
63
|
+
export declare const CopyrightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
64
|
+
export declare const CornerDownLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
65
|
+
export declare const CornerDownRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
66
|
+
export declare const CornerLeftDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
67
|
+
export declare const CornerLeftUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
68
|
+
export declare const CornerRightDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
69
|
+
export declare const CornerRightUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
70
|
+
export declare const CornerUpLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
71
|
+
export declare const CornerUpRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
72
|
+
export declare const CreativeCommonsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
73
|
+
export declare const CropIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
74
|
+
export declare const CrossIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
61
75
|
export declare const CpuIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
62
76
|
export declare const DatabaseIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
63
77
|
export declare const DatabaseZapIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
78
|
+
export declare const DnaIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
64
79
|
export declare const DotIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
65
80
|
export declare const DownloadIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
81
|
+
export declare const DropletIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
82
|
+
export declare const DropletOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
83
|
+
export declare const DropletsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
84
|
+
export declare const EggIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
85
|
+
export declare const EggFriedIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
86
|
+
export declare const EggOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
66
87
|
export declare const EllipsisIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
67
88
|
export declare const EllipsisVerticalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
68
89
|
export declare const EyeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
90
|
+
export declare const EyeClosedIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
69
91
|
export declare const EyeOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
70
92
|
export declare const ExternalLinkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
71
93
|
export declare const FacebookIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -78,6 +100,7 @@ export declare const FileUpIcon: import("@base-ui/components/icon-factory").Styl
|
|
|
78
100
|
export declare const FingerprintIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
79
101
|
export declare const FolderIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
80
102
|
export declare const FolderOpenIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
103
|
+
export declare const FrownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
81
104
|
export declare const GemIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
82
105
|
export declare const GiftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
83
106
|
export declare const GitMergeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -96,6 +119,8 @@ export declare const InfoIcon: import("@base-ui/components/icon-factory").Styled
|
|
|
96
119
|
export declare const ImageDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
97
120
|
export declare const ImageOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
98
121
|
export declare const ImageUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
122
|
+
export declare const KeyIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
123
|
+
export declare const KeyRoundIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
99
124
|
export declare const KeyboardIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
100
125
|
export declare const LandPlotIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
101
126
|
export declare const LanguagesIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -128,6 +153,7 @@ export declare const PinOffIcon: import("@base-ui/components/icon-factory").Styl
|
|
|
128
153
|
export declare const PlusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
129
154
|
export declare const QrCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
130
155
|
export declare const ReceiptTextIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
156
|
+
export declare const Redo2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
131
157
|
export declare const RefreshCcwIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
132
158
|
export declare const RegexIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
133
159
|
export declare const ReplaceIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -145,8 +171,11 @@ export declare const ShareIcon: import("@base-ui/components/icon-factory").Style
|
|
|
145
171
|
export declare const SigmaIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
146
172
|
export declare const ShieldUserIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
147
173
|
export declare const ShoppingCartIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
174
|
+
export declare const SmileIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
175
|
+
export declare const SmilePlusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
148
176
|
export declare const SproutIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
149
177
|
export declare const SquareDashedBottomCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
178
|
+
export declare const SquaresExcludeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
150
179
|
export declare const SquareTerminalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
151
180
|
export declare const ServerIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
152
181
|
export declare const SplinePointerIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -157,6 +186,7 @@ export declare const TabletsIcon: import("@base-ui/components/icon-factory").Sty
|
|
|
157
186
|
export declare const TerminalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
158
187
|
export declare const Trash2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
159
188
|
export declare const TwitterIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
189
|
+
export declare const Undo2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
160
190
|
export declare const UsbIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
161
191
|
export declare const UserRoundCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
162
192
|
export declare const Wand2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
package/dist/icons/index.js
CHANGED
|
@@ -88,19 +88,41 @@ const ChevronDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronDo
|
|
|
88
88
|
const ChevronLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronLeft, 'ChevronLeftIcon');
|
|
89
89
|
const ChevronRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronRight, 'ChevronRightIcon');
|
|
90
90
|
const ChevronUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronUp, 'ChevronUpIcon');
|
|
91
|
+
const ClipboardTypeIcon = iconFactory.createGlobalLucideIcon(lucideReact.ClipboardType, 'ClipboardTypeIcon');
|
|
91
92
|
const CoffeeIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coffee, 'CoffeeIcon');
|
|
92
93
|
const CoinsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coins, 'CoinsIcon');
|
|
93
94
|
const ComponentIcon = iconFactory.createGlobalLucideIcon(lucideReact.Component, 'ComponentIcon');
|
|
95
|
+
const CommandIcon = iconFactory.createGlobalLucideIcon(lucideReact.Command, 'CommandIcon');
|
|
94
96
|
const CopyIcon = iconFactory.createGlobalLucideIcon(lucideReact.Copy, 'CopyIcon');
|
|
95
97
|
const CopyCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.CopyCheck, 'CopyCheckIcon');
|
|
98
|
+
const CopyrightIcon = iconFactory.createGlobalLucideIcon(lucideReact.Copyright, 'CopyrightIcon');
|
|
99
|
+
const CornerDownLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerDownLeft, 'CornerDownLeftIcon');
|
|
100
|
+
const CornerDownRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerDownRight, 'CornerDownRightIcon');
|
|
101
|
+
const CornerLeftDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerLeftDown, 'CornerLeftDownIcon');
|
|
102
|
+
const CornerLeftUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerLeftUp, 'CornerLeftUpIcon');
|
|
103
|
+
const CornerRightDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerRightDown, 'CornerRightDownIcon');
|
|
104
|
+
const CornerRightUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerRightUp, 'CornerRightUpIcon');
|
|
105
|
+
const CornerUpLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerUpLeft, 'CornerUpLeftIcon');
|
|
106
|
+
const CornerUpRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerUpRight, 'CornerUpRightIcon');
|
|
107
|
+
const CreativeCommonsIcon = iconFactory.createGlobalLucideIcon(lucideReact.CreativeCommons, 'CreativeCommonsIcon');
|
|
108
|
+
const CropIcon = iconFactory.createGlobalLucideIcon(lucideReact.Crop, 'CropIcon');
|
|
109
|
+
const CrossIcon = iconFactory.createGlobalLucideIcon(lucideReact.Cross, 'CrossIcon');
|
|
96
110
|
const CpuIcon = iconFactory.createGlobalLucideIcon(lucideReact.Cpu, 'CpuIcon');
|
|
97
111
|
const DatabaseIcon = iconFactory.createGlobalLucideIcon(lucideReact.Database, 'DatabaseIcon');
|
|
98
112
|
const DatabaseZapIcon = iconFactory.createGlobalLucideIcon(lucideReact.DatabaseZap, 'DatabaseZapIcon');
|
|
113
|
+
const DnaIcon = iconFactory.createGlobalLucideIcon(lucideReact.Dna, 'DnaIcon');
|
|
99
114
|
const DotIcon = iconFactory.createGlobalLucideIcon(lucideReact.Dot, 'DotIcon');
|
|
100
115
|
const DownloadIcon = iconFactory.createGlobalLucideIcon(lucideReact.Download, 'DownloadIcon');
|
|
116
|
+
const DropletIcon = iconFactory.createGlobalLucideIcon(lucideReact.Droplet, 'DropletIcon');
|
|
117
|
+
const DropletOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.DropletOff, 'DropletOffIcon');
|
|
118
|
+
const DropletsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Droplets, 'DropletsIcon');
|
|
119
|
+
const EggIcon = iconFactory.createGlobalLucideIcon(lucideReact.Egg, 'EggIcon');
|
|
120
|
+
const EggFriedIcon = iconFactory.createGlobalLucideIcon(lucideReact.EggFried, 'EggFriedIcon');
|
|
121
|
+
const EggOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.EggOff, 'EggOffIcon');
|
|
101
122
|
const EllipsisIcon = iconFactory.createGlobalLucideIcon(lucideReact.Ellipsis, 'EllipsisIcon');
|
|
102
123
|
const EllipsisVerticalIcon = iconFactory.createGlobalLucideIcon(lucideReact.EllipsisVertical, 'EllipsisVerticalIcon');
|
|
103
124
|
const EyeIcon = iconFactory.createGlobalLucideIcon(lucideReact.Eye, 'EyeIcon');
|
|
125
|
+
const EyeClosedIcon = iconFactory.createGlobalLucideIcon(lucideReact.EyeClosed, 'EyeClosedIcon');
|
|
104
126
|
const EyeOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.EyeOff, 'EyeOffIcon');
|
|
105
127
|
const ExternalLinkIcon = iconFactory.createGlobalLucideIcon(lucideReact.ExternalLink, 'ExternalLinkIcon');
|
|
106
128
|
const FacebookIcon = iconFactory.createGlobalLucideIcon(lucideReact.Facebook, 'FacebookIcon');
|
|
@@ -113,6 +135,7 @@ const FileUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.FileUp, 'FileU
|
|
|
113
135
|
const FingerprintIcon = iconFactory.createGlobalLucideIcon(lucideReact.Fingerprint, 'FingerprintIcon');
|
|
114
136
|
const FolderIcon = iconFactory.createGlobalLucideIcon(lucideReact.Folder, 'FolderIcon');
|
|
115
137
|
const FolderOpenIcon = iconFactory.createGlobalLucideIcon(lucideReact.FolderOpen, 'FolderOpenIcon');
|
|
138
|
+
const FrownIcon = iconFactory.createGlobalLucideIcon(lucideReact.Frown, 'FrownIcon');
|
|
116
139
|
const GemIcon = iconFactory.createGlobalLucideIcon(lucideReact.Gem, 'GemIcon');
|
|
117
140
|
const GiftIcon = iconFactory.createGlobalLucideIcon(lucideReact.Gift, 'GiftIcon');
|
|
118
141
|
const GitMergeIcon = iconFactory.createGlobalLucideIcon(lucideReact.GitMerge, 'GitMergeIcon');
|
|
@@ -131,6 +154,8 @@ const InfoIcon = iconFactory.createGlobalLucideIcon(lucideReact.Info, 'InfoIcon'
|
|
|
131
154
|
const ImageDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageDown, 'ImageDownIcon');
|
|
132
155
|
const ImageOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageOff, 'ImageOffIcon');
|
|
133
156
|
const ImageUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageUp, 'ImageUpIcon');
|
|
157
|
+
const KeyIcon = iconFactory.createGlobalLucideIcon(lucideReact.Key, 'KeyIcon');
|
|
158
|
+
const KeyRoundIcon = iconFactory.createGlobalLucideIcon(lucideReact.KeyRound, 'KeyRoundIcon');
|
|
134
159
|
const KeyboardIcon = iconFactory.createGlobalLucideIcon(lucideReact.Keyboard, 'KeyboardIcon');
|
|
135
160
|
const LandPlotIcon = iconFactory.createGlobalLucideIcon(lucideReact.LandPlot, 'LandPlotIcon');
|
|
136
161
|
const LanguagesIcon = iconFactory.createGlobalLucideIcon(lucideReact.Languages, 'LanguagesIcon');
|
|
@@ -163,6 +188,7 @@ const PinOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.PinOff, 'PinOf
|
|
|
163
188
|
const PlusIcon = iconFactory.createGlobalLucideIcon(lucideReact.Plus, 'PlusIcon');
|
|
164
189
|
const QrCodeIcon = iconFactory.createGlobalLucideIcon(lucideReact.QrCode, 'QrCodeIcon');
|
|
165
190
|
const ReceiptTextIcon = iconFactory.createGlobalLucideIcon(lucideReact.ReceiptText, 'ReceiptTextIcon');
|
|
191
|
+
const Redo2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Redo2, 'Redo2Icon');
|
|
166
192
|
const RefreshCcwIcon = iconFactory.createGlobalLucideIcon(lucideReact.RefreshCcw, 'RefreshCcwIcon');
|
|
167
193
|
const RegexIcon = iconFactory.createGlobalLucideIcon(lucideReact.Regex, 'RegexIcon');
|
|
168
194
|
const ReplaceIcon = iconFactory.createGlobalLucideIcon(lucideReact.Replace, 'ReplaceIcon');
|
|
@@ -180,8 +206,11 @@ const ShareIcon = iconFactory.createGlobalLucideIcon(lucideReact.Share, 'ShareIc
|
|
|
180
206
|
const SigmaIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sigma, 'SigmaIcon');
|
|
181
207
|
const ShieldUserIcon = iconFactory.createGlobalLucideIcon(lucideReact.ShieldUser, 'ShieldUserIcon');
|
|
182
208
|
const ShoppingCartIcon = iconFactory.createGlobalLucideIcon(lucideReact.ShoppingCart, 'ShoppingCartIcon');
|
|
209
|
+
const SmileIcon = iconFactory.createGlobalLucideIcon(lucideReact.Smile, 'SmileIcon');
|
|
210
|
+
const SmilePlusIcon = iconFactory.createGlobalLucideIcon(lucideReact.SmilePlus, 'SmilePlusIcon');
|
|
183
211
|
const SproutIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sprout, 'SproutIcon');
|
|
184
212
|
const SquareDashedBottomCodeIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
213
|
+
const SquaresExcludeIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquaresExclude, 'SquaresExcludeIcon');
|
|
185
214
|
const SquareTerminalIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquareTerminal, 'SquareTerminalIcon');
|
|
186
215
|
const ServerIcon = iconFactory.createGlobalLucideIcon(lucideReact.Server, 'ServerIcon');
|
|
187
216
|
const SplinePointerIcon = iconFactory.createGlobalLucideIcon(lucideReact.SplinePointer, 'SplinePointerIcon');
|
|
@@ -192,6 +221,7 @@ const TabletsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Tablets, 'Tab
|
|
|
192
221
|
const TerminalIcon = iconFactory.createGlobalLucideIcon(lucideReact.Terminal, 'TerminalIcon');
|
|
193
222
|
const Trash2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Trash2, 'Trash2Icon');
|
|
194
223
|
const TwitterIcon = iconFactory.createGlobalLucideIcon(lucideReact.Twitter, 'TwitterIcon');
|
|
224
|
+
const Undo2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Undo2, 'Undo2Icon');
|
|
195
225
|
const UsbIcon = iconFactory.createGlobalLucideIcon(lucideReact.Usb, 'UsbIcon');
|
|
196
226
|
const UserRoundCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.UserRoundCheck, 'UserRoundCheckIcon');
|
|
197
227
|
const Wand2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Wand2, 'Wand2Icon');
|
|
@@ -293,22 +323,44 @@ exports.CircleQuestionMarkIcon = CircleQuestionMarkIcon;
|
|
|
293
323
|
exports.CircleSmallIcon = CircleSmallIcon;
|
|
294
324
|
exports.CircleStopIcon = CircleStopIcon;
|
|
295
325
|
exports.ClerkIcon = ClerkIcon;
|
|
326
|
+
exports.ClipboardTypeIcon = ClipboardTypeIcon;
|
|
296
327
|
exports.CoffeeIcon = CoffeeIcon;
|
|
297
328
|
exports.CoinsIcon = CoinsIcon;
|
|
329
|
+
exports.CommandIcon = CommandIcon;
|
|
298
330
|
exports.ComponentIcon = ComponentIcon;
|
|
299
331
|
exports.CopyCheckIcon = CopyCheckIcon;
|
|
300
332
|
exports.CopyIcon = CopyIcon;
|
|
333
|
+
exports.CopyrightIcon = CopyrightIcon;
|
|
334
|
+
exports.CornerDownLeftIcon = CornerDownLeftIcon;
|
|
335
|
+
exports.CornerDownRightIcon = CornerDownRightIcon;
|
|
336
|
+
exports.CornerLeftDownIcon = CornerLeftDownIcon;
|
|
337
|
+
exports.CornerLeftUpIcon = CornerLeftUpIcon;
|
|
338
|
+
exports.CornerRightDownIcon = CornerRightDownIcon;
|
|
339
|
+
exports.CornerRightUpIcon = CornerRightUpIcon;
|
|
340
|
+
exports.CornerUpLeftIcon = CornerUpLeftIcon;
|
|
341
|
+
exports.CornerUpRightIcon = CornerUpRightIcon;
|
|
301
342
|
exports.CpuIcon = CpuIcon;
|
|
343
|
+
exports.CreativeCommonsIcon = CreativeCommonsIcon;
|
|
344
|
+
exports.CropIcon = CropIcon;
|
|
345
|
+
exports.CrossIcon = CrossIcon;
|
|
302
346
|
exports.D8Icon = D8Icon;
|
|
303
347
|
exports.DPAIcon = DPAIcon;
|
|
304
348
|
exports.DatabaseIcon = DatabaseIcon;
|
|
305
349
|
exports.DatabaseZapIcon = DatabaseZapIcon;
|
|
306
350
|
exports.DiffIcon = DiffIcon;
|
|
351
|
+
exports.DnaIcon = DnaIcon;
|
|
307
352
|
exports.DotIcon = DotIcon;
|
|
308
353
|
exports.DownloadIcon = DownloadIcon;
|
|
354
|
+
exports.DropletIcon = DropletIcon;
|
|
355
|
+
exports.DropletOffIcon = DropletOffIcon;
|
|
356
|
+
exports.DropletsIcon = DropletsIcon;
|
|
357
|
+
exports.EggFriedIcon = EggFriedIcon;
|
|
358
|
+
exports.EggIcon = EggIcon;
|
|
359
|
+
exports.EggOffIcon = EggOffIcon;
|
|
309
360
|
exports.EllipsisIcon = EllipsisIcon;
|
|
310
361
|
exports.EllipsisVerticalIcon = EllipsisVerticalIcon;
|
|
311
362
|
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
363
|
+
exports.EyeClosedIcon = EyeClosedIcon;
|
|
312
364
|
exports.EyeIcon = EyeIcon;
|
|
313
365
|
exports.EyeOffIcon = EyeOffIcon;
|
|
314
366
|
exports.FAQBIcon = FAQBIcon;
|
|
@@ -323,6 +375,7 @@ exports.FileUpIcon = FileUpIcon;
|
|
|
323
375
|
exports.FingerprintIcon = FingerprintIcon;
|
|
324
376
|
exports.FolderIcon = FolderIcon;
|
|
325
377
|
exports.FolderOpenIcon = FolderOpenIcon;
|
|
378
|
+
exports.FrownIcon = FrownIcon;
|
|
326
379
|
exports.GemIcon = GemIcon;
|
|
327
380
|
exports.GiftIcon = GiftIcon;
|
|
328
381
|
exports.GitHubIcon = GitHubIcon;
|
|
@@ -347,6 +400,8 @@ exports.InfoIcon = InfoIcon;
|
|
|
347
400
|
exports.ItermIcon = ItermIcon;
|
|
348
401
|
exports.JavaIcon = JavaIcon;
|
|
349
402
|
exports.JsonIcon = JsonIcon;
|
|
403
|
+
exports.KeyIcon = KeyIcon;
|
|
404
|
+
exports.KeyRoundIcon = KeyRoundIcon;
|
|
350
405
|
exports.KeyboardIcon = KeyboardIcon;
|
|
351
406
|
exports.LandPlotIcon = LandPlotIcon;
|
|
352
407
|
exports.LanguagesIcon = LanguagesIcon;
|
|
@@ -385,6 +440,7 @@ exports.PinOffIcon = PinOffIcon;
|
|
|
385
440
|
exports.PlusIcon = PlusIcon;
|
|
386
441
|
exports.QrCodeIcon = QrCodeIcon;
|
|
387
442
|
exports.ReceiptTextIcon = ReceiptTextIcon;
|
|
443
|
+
exports.Redo2Icon = Redo2Icon;
|
|
388
444
|
exports.RefreshCcwIcon = RefreshCcwIcon;
|
|
389
445
|
exports.RegexIcon = RegexIcon;
|
|
390
446
|
exports.ReplaceIcon = ReplaceIcon;
|
|
@@ -406,12 +462,15 @@ exports.ShieldIcon = ShieldIcon;
|
|
|
406
462
|
exports.ShieldUserIcon = ShieldUserIcon;
|
|
407
463
|
exports.ShoppingCartIcon = ShoppingCartIcon;
|
|
408
464
|
exports.SigmaIcon = SigmaIcon;
|
|
465
|
+
exports.SmileIcon = SmileIcon;
|
|
466
|
+
exports.SmilePlusIcon = SmilePlusIcon;
|
|
409
467
|
exports.SnippetsIcon = SnippetsIcon;
|
|
410
468
|
exports.SparklesIcon = SparklesIcon;
|
|
411
469
|
exports.SplinePointerIcon = SplinePointerIcon;
|
|
412
470
|
exports.SproutIcon = SproutIcon;
|
|
413
471
|
exports.SquareDashedBottomCodeIcon = SquareDashedBottomCodeIcon;
|
|
414
472
|
exports.SquareTerminalIcon = SquareTerminalIcon;
|
|
473
|
+
exports.SquaresExcludeIcon = SquaresExcludeIcon;
|
|
415
474
|
exports.StarIcon = StarIcon;
|
|
416
475
|
exports.SubPIcon = SubPIcon;
|
|
417
476
|
exports.SunIcon = SunIcon;
|
|
@@ -422,6 +481,7 @@ exports.TestIcon = TestIcon;
|
|
|
422
481
|
exports.Trash2Icon = Trash2Icon;
|
|
423
482
|
exports.TwitterIcon = TwitterIcon;
|
|
424
483
|
exports.TxtIcon = TxtIcon;
|
|
484
|
+
exports.Undo2Icon = Undo2Icon;
|
|
425
485
|
exports.UsbIcon = UsbIcon;
|
|
426
486
|
exports.UserRoundCheckIcon = UserRoundCheckIcon;
|
|
427
487
|
exports.Wand2Icon = Wand2Icon;
|
package/dist/icons/index.mjs
CHANGED
|
@@ -31,7 +31,7 @@ import XMLIcon$1 from '../assets/xml.mjs';
|
|
|
31
31
|
import YamlIcon$1 from '../assets/yaml.mjs';
|
|
32
32
|
import { createGlobalLucideIcon, createGlobalIcon } from '../components/icon-factory.mjs';
|
|
33
33
|
export { GlobalAccentIcon } from '../components/icon-factory.mjs';
|
|
34
|
-
import { Loader2, ChevronRight, Check, Circle, Album, Airplay, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeInfo, BadgeAlert, BadgeCheck, BadgeX, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Building2, Bug, BugOff, BadgeQuestionMark, Car, ChartColumnStacked, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronUp, Coffee, Coins, Component, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Ellipsis, EllipsisVertical, Eye, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, MessageSquareDiff, Music4, Moon, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Sun, Tablets, Terminal, Trash2, Twitter, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
34
|
+
import { Loader2, ChevronRight, Check, Circle, Album, Airplay, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeInfo, BadgeAlert, BadgeCheck, BadgeX, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Building2, Bug, BugOff, BadgeQuestionMark, Car, ChartColumnStacked, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronUp, ClipboardType, Coffee, Coins, Component, Command, Copy, CopyCheck, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, CreativeCommons, Crop, Cross, Cpu, Database, DatabaseZap, Dna, Dot, Download, Droplet, DropletOff, Droplets, Egg, EggFried, EggOff, Ellipsis, EllipsisVertical, Eye, EyeClosed, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Frown, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Key, KeyRound, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, MessageSquareDiff, Music4, Moon, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, Redo2, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Smile, SmilePlus, Sprout, SquareDashedBottomCode, SquaresExclude, SquareTerminal, Server, SplinePointer, Sparkles, Star, Sun, Tablets, Terminal, Trash2, Twitter, Undo2, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
35
35
|
export { getGlobalIcon, getIconElement, globalLucideIcons } from '../components/global-icon.mjs';
|
|
36
36
|
export { createSiteIcon } from '../components/site-icon.mjs';
|
|
37
37
|
|
|
@@ -87,19 +87,41 @@ const ChevronDownIcon = createGlobalLucideIcon(ChevronDown, 'ChevronDownIcon');
|
|
|
87
87
|
const ChevronLeftIcon = createGlobalLucideIcon(ChevronLeft, 'ChevronLeftIcon');
|
|
88
88
|
const ChevronRightIcon = createGlobalLucideIcon(ChevronRight, 'ChevronRightIcon');
|
|
89
89
|
const ChevronUpIcon = createGlobalLucideIcon(ChevronUp, 'ChevronUpIcon');
|
|
90
|
+
const ClipboardTypeIcon = createGlobalLucideIcon(ClipboardType, 'ClipboardTypeIcon');
|
|
90
91
|
const CoffeeIcon = createGlobalLucideIcon(Coffee, 'CoffeeIcon');
|
|
91
92
|
const CoinsIcon = createGlobalLucideIcon(Coins, 'CoinsIcon');
|
|
92
93
|
const ComponentIcon = createGlobalLucideIcon(Component, 'ComponentIcon');
|
|
94
|
+
const CommandIcon = createGlobalLucideIcon(Command, 'CommandIcon');
|
|
93
95
|
const CopyIcon = createGlobalLucideIcon(Copy, 'CopyIcon');
|
|
94
96
|
const CopyCheckIcon = createGlobalLucideIcon(CopyCheck, 'CopyCheckIcon');
|
|
97
|
+
const CopyrightIcon = createGlobalLucideIcon(Copyright, 'CopyrightIcon');
|
|
98
|
+
const CornerDownLeftIcon = createGlobalLucideIcon(CornerDownLeft, 'CornerDownLeftIcon');
|
|
99
|
+
const CornerDownRightIcon = createGlobalLucideIcon(CornerDownRight, 'CornerDownRightIcon');
|
|
100
|
+
const CornerLeftDownIcon = createGlobalLucideIcon(CornerLeftDown, 'CornerLeftDownIcon');
|
|
101
|
+
const CornerLeftUpIcon = createGlobalLucideIcon(CornerLeftUp, 'CornerLeftUpIcon');
|
|
102
|
+
const CornerRightDownIcon = createGlobalLucideIcon(CornerRightDown, 'CornerRightDownIcon');
|
|
103
|
+
const CornerRightUpIcon = createGlobalLucideIcon(CornerRightUp, 'CornerRightUpIcon');
|
|
104
|
+
const CornerUpLeftIcon = createGlobalLucideIcon(CornerUpLeft, 'CornerUpLeftIcon');
|
|
105
|
+
const CornerUpRightIcon = createGlobalLucideIcon(CornerUpRight, 'CornerUpRightIcon');
|
|
106
|
+
const CreativeCommonsIcon = createGlobalLucideIcon(CreativeCommons, 'CreativeCommonsIcon');
|
|
107
|
+
const CropIcon = createGlobalLucideIcon(Crop, 'CropIcon');
|
|
108
|
+
const CrossIcon = createGlobalLucideIcon(Cross, 'CrossIcon');
|
|
95
109
|
const CpuIcon = createGlobalLucideIcon(Cpu, 'CpuIcon');
|
|
96
110
|
const DatabaseIcon = createGlobalLucideIcon(Database, 'DatabaseIcon');
|
|
97
111
|
const DatabaseZapIcon = createGlobalLucideIcon(DatabaseZap, 'DatabaseZapIcon');
|
|
112
|
+
const DnaIcon = createGlobalLucideIcon(Dna, 'DnaIcon');
|
|
98
113
|
const DotIcon = createGlobalLucideIcon(Dot, 'DotIcon');
|
|
99
114
|
const DownloadIcon = createGlobalLucideIcon(Download, 'DownloadIcon');
|
|
115
|
+
const DropletIcon = createGlobalLucideIcon(Droplet, 'DropletIcon');
|
|
116
|
+
const DropletOffIcon = createGlobalLucideIcon(DropletOff, 'DropletOffIcon');
|
|
117
|
+
const DropletsIcon = createGlobalLucideIcon(Droplets, 'DropletsIcon');
|
|
118
|
+
const EggIcon = createGlobalLucideIcon(Egg, 'EggIcon');
|
|
119
|
+
const EggFriedIcon = createGlobalLucideIcon(EggFried, 'EggFriedIcon');
|
|
120
|
+
const EggOffIcon = createGlobalLucideIcon(EggOff, 'EggOffIcon');
|
|
100
121
|
const EllipsisIcon = createGlobalLucideIcon(Ellipsis, 'EllipsisIcon');
|
|
101
122
|
const EllipsisVerticalIcon = createGlobalLucideIcon(EllipsisVertical, 'EllipsisVerticalIcon');
|
|
102
123
|
const EyeIcon = createGlobalLucideIcon(Eye, 'EyeIcon');
|
|
124
|
+
const EyeClosedIcon = createGlobalLucideIcon(EyeClosed, 'EyeClosedIcon');
|
|
103
125
|
const EyeOffIcon = createGlobalLucideIcon(EyeOff, 'EyeOffIcon');
|
|
104
126
|
const ExternalLinkIcon = createGlobalLucideIcon(ExternalLink, 'ExternalLinkIcon');
|
|
105
127
|
const FacebookIcon = createGlobalLucideIcon(Facebook, 'FacebookIcon');
|
|
@@ -112,6 +134,7 @@ const FileUpIcon = createGlobalLucideIcon(FileUp, 'FileUpIcon');
|
|
|
112
134
|
const FingerprintIcon = createGlobalLucideIcon(Fingerprint, 'FingerprintIcon');
|
|
113
135
|
const FolderIcon = createGlobalLucideIcon(Folder, 'FolderIcon');
|
|
114
136
|
const FolderOpenIcon = createGlobalLucideIcon(FolderOpen, 'FolderOpenIcon');
|
|
137
|
+
const FrownIcon = createGlobalLucideIcon(Frown, 'FrownIcon');
|
|
115
138
|
const GemIcon = createGlobalLucideIcon(Gem, 'GemIcon');
|
|
116
139
|
const GiftIcon = createGlobalLucideIcon(Gift, 'GiftIcon');
|
|
117
140
|
const GitMergeIcon = createGlobalLucideIcon(GitMerge, 'GitMergeIcon');
|
|
@@ -130,6 +153,8 @@ const InfoIcon = createGlobalLucideIcon(Info, 'InfoIcon');
|
|
|
130
153
|
const ImageDownIcon = createGlobalLucideIcon(ImageDown, 'ImageDownIcon');
|
|
131
154
|
const ImageOffIcon = createGlobalLucideIcon(ImageOff, 'ImageOffIcon');
|
|
132
155
|
const ImageUpIcon = createGlobalLucideIcon(ImageUp, 'ImageUpIcon');
|
|
156
|
+
const KeyIcon = createGlobalLucideIcon(Key, 'KeyIcon');
|
|
157
|
+
const KeyRoundIcon = createGlobalLucideIcon(KeyRound, 'KeyRoundIcon');
|
|
133
158
|
const KeyboardIcon = createGlobalLucideIcon(Keyboard, 'KeyboardIcon');
|
|
134
159
|
const LandPlotIcon = createGlobalLucideIcon(LandPlot, 'LandPlotIcon');
|
|
135
160
|
const LanguagesIcon = createGlobalLucideIcon(Languages, 'LanguagesIcon');
|
|
@@ -162,6 +187,7 @@ const PinOffIcon = createGlobalLucideIcon(PinOff, 'PinOffIcon');
|
|
|
162
187
|
const PlusIcon = createGlobalLucideIcon(Plus, 'PlusIcon');
|
|
163
188
|
const QrCodeIcon = createGlobalLucideIcon(QrCode, 'QrCodeIcon');
|
|
164
189
|
const ReceiptTextIcon = createGlobalLucideIcon(ReceiptText, 'ReceiptTextIcon');
|
|
190
|
+
const Redo2Icon = createGlobalLucideIcon(Redo2, 'Redo2Icon');
|
|
165
191
|
const RefreshCcwIcon = createGlobalLucideIcon(RefreshCcw, 'RefreshCcwIcon');
|
|
166
192
|
const RegexIcon = createGlobalLucideIcon(Regex, 'RegexIcon');
|
|
167
193
|
const ReplaceIcon = createGlobalLucideIcon(Replace, 'ReplaceIcon');
|
|
@@ -179,8 +205,11 @@ const ShareIcon = createGlobalLucideIcon(Share, 'ShareIcon');
|
|
|
179
205
|
const SigmaIcon = createGlobalLucideIcon(Sigma, 'SigmaIcon');
|
|
180
206
|
const ShieldUserIcon = createGlobalLucideIcon(ShieldUser, 'ShieldUserIcon');
|
|
181
207
|
const ShoppingCartIcon = createGlobalLucideIcon(ShoppingCart, 'ShoppingCartIcon');
|
|
208
|
+
const SmileIcon = createGlobalLucideIcon(Smile, 'SmileIcon');
|
|
209
|
+
const SmilePlusIcon = createGlobalLucideIcon(SmilePlus, 'SmilePlusIcon');
|
|
182
210
|
const SproutIcon = createGlobalLucideIcon(Sprout, 'SproutIcon');
|
|
183
211
|
const SquareDashedBottomCodeIcon = createGlobalLucideIcon(SquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
212
|
+
const SquaresExcludeIcon = createGlobalLucideIcon(SquaresExclude, 'SquaresExcludeIcon');
|
|
184
213
|
const SquareTerminalIcon = createGlobalLucideIcon(SquareTerminal, 'SquareTerminalIcon');
|
|
185
214
|
const ServerIcon = createGlobalLucideIcon(Server, 'ServerIcon');
|
|
186
215
|
const SplinePointerIcon = createGlobalLucideIcon(SplinePointer, 'SplinePointerIcon');
|
|
@@ -191,6 +220,7 @@ const TabletsIcon = createGlobalLucideIcon(Tablets, 'TabletsIcon');
|
|
|
191
220
|
const TerminalIcon = createGlobalLucideIcon(Terminal, 'TerminalIcon');
|
|
192
221
|
const Trash2Icon = createGlobalLucideIcon(Trash2, 'Trash2Icon');
|
|
193
222
|
const TwitterIcon = createGlobalLucideIcon(Twitter, 'TwitterIcon');
|
|
223
|
+
const Undo2Icon = createGlobalLucideIcon(Undo2, 'Undo2Icon');
|
|
194
224
|
const UsbIcon = createGlobalLucideIcon(Usb, 'UsbIcon');
|
|
195
225
|
const UserRoundCheckIcon = createGlobalLucideIcon(UserRoundCheck, 'UserRoundCheckIcon');
|
|
196
226
|
const Wand2Icon = createGlobalLucideIcon(Wand2, 'Wand2Icon');
|
|
@@ -229,4 +259,4 @@ const FAQIcon = createGlobalIcon(FAQIcon$1, 'FAQIcon');
|
|
|
229
259
|
const FAQBIcon = createGlobalIcon(FAQBIcon$1, 'FAQBIcon');
|
|
230
260
|
const FAQSIcon = createGlobalIcon(FAQSIcon$1, 'FAQSIcon');
|
|
231
261
|
|
|
232
|
-
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, CoffeeIcon, CoinsIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CpuIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DotIcon, DownloadIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon, createGlobalIcon, createGlobalLucideIcon };
|
|
262
|
+
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, ClipboardTypeIcon, CoffeeIcon, CoinsIcon, CommandIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreativeCommonsIcon, CropIcon, CrossIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DnaIcon, DotIcon, DownloadIcon, DropletIcon, DropletOffIcon, DropletsIcon, EggFriedIcon, EggIcon, EggOffIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeClosedIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, FrownIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyIcon, KeyRoundIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, Redo2Icon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SmileIcon, SmilePlusIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, SquaresExcludeIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, Undo2Icon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon, createGlobalIcon, createGlobalLucideIcon };
|
package/package.json
CHANGED
|
@@ -12,18 +12,16 @@ export {
|
|
|
12
12
|
ArrowRight,
|
|
13
13
|
ArrowUp,
|
|
14
14
|
Baby,
|
|
15
|
-
BadgeInfo,
|
|
16
15
|
BadgeAlert,
|
|
17
16
|
BadgeCheck,
|
|
18
|
-
|
|
17
|
+
BadgeInfo,
|
|
19
18
|
BadgeQuestionMark,
|
|
19
|
+
BadgeX,
|
|
20
20
|
Bell,
|
|
21
21
|
Binary,
|
|
22
22
|
Blocks,
|
|
23
|
-
BookX,
|
|
24
|
-
BookOpen,
|
|
25
|
-
BookAudio,
|
|
26
23
|
BookA,
|
|
24
|
+
BookAudio,
|
|
27
25
|
BookCheck,
|
|
28
26
|
BookDown,
|
|
29
27
|
BookHeadphones,
|
|
@@ -32,48 +30,71 @@ export {
|
|
|
32
30
|
BookmarkMinus,
|
|
33
31
|
BookmarkPlus,
|
|
34
32
|
BookmarkX,
|
|
33
|
+
BookOpen,
|
|
34
|
+
BookX,
|
|
35
35
|
BotMessageSquare,
|
|
36
36
|
Brain,
|
|
37
37
|
BrainCircuit,
|
|
38
38
|
Briefcase,
|
|
39
39
|
BringToFront,
|
|
40
40
|
BrushCleaning,
|
|
41
|
-
Building2,
|
|
42
41
|
Bug,
|
|
43
42
|
BugOff,
|
|
43
|
+
Building2,
|
|
44
44
|
Car,
|
|
45
45
|
ChartColumnStacked,
|
|
46
|
-
Circle,
|
|
47
|
-
CircleAlert,
|
|
48
|
-
CircleQuestionMark,
|
|
49
|
-
CircleSmall,
|
|
50
|
-
CircleStop,
|
|
51
46
|
Check,
|
|
52
|
-
CircleArrowDown,
|
|
53
|
-
CircleArrowUp,
|
|
54
47
|
CheckCheck,
|
|
55
48
|
CheckLine,
|
|
56
49
|
ChevronDown,
|
|
57
50
|
ChevronLeft,
|
|
58
51
|
ChevronRight,
|
|
59
52
|
ChevronUp,
|
|
53
|
+
Circle,
|
|
54
|
+
CircleAlert,
|
|
55
|
+
CircleArrowDown,
|
|
56
|
+
CircleArrowUp,
|
|
57
|
+
CircleQuestionMark,
|
|
58
|
+
CircleSmall,
|
|
59
|
+
CircleStop,
|
|
60
|
+
ClipboardType,
|
|
60
61
|
Coffee,
|
|
61
62
|
Coins,
|
|
63
|
+
Command,
|
|
62
64
|
Component,
|
|
63
65
|
Copy,
|
|
64
66
|
CopyCheck,
|
|
67
|
+
Copyright,
|
|
68
|
+
CornerDownLeft,
|
|
69
|
+
CornerDownRight,
|
|
70
|
+
CornerLeftDown,
|
|
71
|
+
CornerLeftUp,
|
|
72
|
+
CornerRightDown,
|
|
73
|
+
CornerRightUp,
|
|
74
|
+
CornerUpLeft,
|
|
75
|
+
CornerUpRight,
|
|
65
76
|
Cpu,
|
|
77
|
+
CreativeCommons,
|
|
78
|
+
Crop,
|
|
79
|
+
Cross,
|
|
66
80
|
Database,
|
|
67
81
|
DatabaseZap,
|
|
82
|
+
Dna,
|
|
68
83
|
Dot,
|
|
69
84
|
Download,
|
|
85
|
+
Droplet,
|
|
86
|
+
DropletOff,
|
|
87
|
+
Droplets,
|
|
88
|
+
Egg,
|
|
89
|
+
EggFried,
|
|
90
|
+
EggOff,
|
|
70
91
|
Ellipsis,
|
|
71
92
|
EllipsisVertical,
|
|
93
|
+
ExternalLink,
|
|
72
94
|
Eye,
|
|
95
|
+
EyeClosed,
|
|
73
96
|
EyeOff,
|
|
74
|
-
ExternalLink,
|
|
75
97
|
Facebook,
|
|
76
|
-
Shield,
|
|
77
98
|
File,
|
|
78
99
|
FileDown,
|
|
79
100
|
FileInput,
|
|
@@ -82,6 +103,7 @@ export {
|
|
|
82
103
|
Fingerprint,
|
|
83
104
|
Folder,
|
|
84
105
|
FolderOpen,
|
|
106
|
+
Frown,
|
|
85
107
|
Gem,
|
|
86
108
|
Gift,
|
|
87
109
|
GitMerge,
|
|
@@ -95,12 +117,14 @@ export {
|
|
|
95
117
|
Highlighter,
|
|
96
118
|
History,
|
|
97
119
|
HousePlus,
|
|
98
|
-
Infinity,
|
|
99
|
-
Info,
|
|
100
120
|
ImageDown,
|
|
101
121
|
ImageOff,
|
|
102
122
|
ImageUp,
|
|
123
|
+
Infinity,
|
|
124
|
+
Info,
|
|
125
|
+
Key,
|
|
103
126
|
Keyboard,
|
|
127
|
+
KeyRound,
|
|
104
128
|
LandPlot,
|
|
105
129
|
Languages,
|
|
106
130
|
Layout,
|
|
@@ -113,13 +137,13 @@ export {
|
|
|
113
137
|
LogIn,
|
|
114
138
|
LogOut,
|
|
115
139
|
Mail,
|
|
116
|
-
MessageCircleMore,
|
|
117
140
|
MessageCircleCode,
|
|
141
|
+
MessageCircleMore,
|
|
118
142
|
MessageSquareDiff,
|
|
119
|
-
Music4,
|
|
120
143
|
Moon,
|
|
121
144
|
MoreHorizontal,
|
|
122
145
|
MousePointerClick,
|
|
146
|
+
Music4,
|
|
123
147
|
NotepadText,
|
|
124
148
|
Palette,
|
|
125
149
|
PanelLeft,
|
|
@@ -132,6 +156,7 @@ export {
|
|
|
132
156
|
Plus,
|
|
133
157
|
QrCode,
|
|
134
158
|
ReceiptText,
|
|
159
|
+
Redo2,
|
|
135
160
|
RefreshCcw,
|
|
136
161
|
Regex,
|
|
137
162
|
Replace,
|
|
@@ -143,24 +168,29 @@ export {
|
|
|
143
168
|
Search,
|
|
144
169
|
Send,
|
|
145
170
|
SendHorizontal,
|
|
171
|
+
Server,
|
|
146
172
|
Settings,
|
|
147
173
|
Settings2,
|
|
148
174
|
Share,
|
|
149
|
-
|
|
175
|
+
Shield,
|
|
150
176
|
ShieldUser,
|
|
151
177
|
ShoppingCart,
|
|
178
|
+
Sigma,
|
|
179
|
+
Smile,
|
|
180
|
+
SmilePlus,
|
|
181
|
+
Sparkles,
|
|
182
|
+
SplinePointer,
|
|
152
183
|
Sprout,
|
|
153
184
|
SquareDashedBottomCode,
|
|
185
|
+
SquaresExclude,
|
|
154
186
|
SquareTerminal,
|
|
155
|
-
Server,
|
|
156
|
-
SplinePointer,
|
|
157
|
-
Sparkles,
|
|
158
187
|
Star,
|
|
159
188
|
Sun,
|
|
160
189
|
Tablets,
|
|
161
190
|
Terminal,
|
|
162
191
|
Trash2,
|
|
163
192
|
Twitter,
|
|
193
|
+
Undo2,
|
|
164
194
|
Usb,
|
|
165
195
|
UserRoundCheck,
|
|
166
196
|
Wand2,
|
package/src/icons/index.ts
CHANGED
|
@@ -83,19 +83,41 @@ import {
|
|
|
83
83
|
CircleQuestionMark as RawCircleQuestionMark,
|
|
84
84
|
CircleSmall as RawCircleSmall,
|
|
85
85
|
CircleStop as RawCircleStop,
|
|
86
|
+
ClipboardType as RawClipboardType,
|
|
86
87
|
Coffee as RawCoffee,
|
|
87
88
|
Coins as RawCoins,
|
|
88
89
|
Component as RawComponentIcon,
|
|
90
|
+
Command as RawCommand,
|
|
89
91
|
Copy as RawCopy,
|
|
90
92
|
CopyCheck as RawCopyCheck,
|
|
93
|
+
Copyright as RawCopyright,
|
|
94
|
+
CornerDownLeft as RawCornerDownLeft,
|
|
95
|
+
CornerDownRight as RawCornerDownRight,
|
|
96
|
+
CornerLeftDown as RawCornerLeftDown,
|
|
97
|
+
CornerLeftUp as RawCornerLeftUp,
|
|
98
|
+
CornerRightDown as RawCornerRightDown,
|
|
99
|
+
CornerRightUp as RawCornerRightUp,
|
|
100
|
+
CornerUpLeft as RawCornerUpLeft,
|
|
101
|
+
CornerUpRight as RawCornerUpRight,
|
|
102
|
+
CreativeCommons as RawCreativeCommons,
|
|
103
|
+
Crop as RawCrop,
|
|
104
|
+
Cross as RawCross,
|
|
91
105
|
Cpu as RawCpu,
|
|
92
106
|
Database as RawDatabase,
|
|
93
107
|
DatabaseZap as RawDatabaseZap,
|
|
108
|
+
Dna as RawDna,
|
|
94
109
|
Dot as RawDot,
|
|
95
110
|
Download as RawDownload,
|
|
111
|
+
Droplet as RawDroplet,
|
|
112
|
+
DropletOff as RawDropletOff,
|
|
113
|
+
Droplets as RawDroplets,
|
|
114
|
+
Egg as RawEgg,
|
|
115
|
+
EggFried as RawEggFried,
|
|
116
|
+
EggOff as RawEggOff,
|
|
96
117
|
Ellipsis as RawEllipsis,
|
|
97
118
|
EllipsisVertical as RawEllipsisVertical,
|
|
98
119
|
Eye as RawEye,
|
|
120
|
+
EyeClosed as RawEyeClosed,
|
|
99
121
|
EyeOff as RawEyeOff,
|
|
100
122
|
ExternalLink as RawExternalLink,
|
|
101
123
|
Facebook as RawFacebook,
|
|
@@ -107,6 +129,7 @@ import {
|
|
|
107
129
|
Fingerprint as RawFingerprint,
|
|
108
130
|
Folder as RawFolder,
|
|
109
131
|
FolderOpen as RawFolderOpen,
|
|
132
|
+
Frown as RawFrown,
|
|
110
133
|
Gem as RawGem,
|
|
111
134
|
Gift as RawGift,
|
|
112
135
|
GitMerge as RawGitMerge,
|
|
@@ -125,6 +148,8 @@ import {
|
|
|
125
148
|
ImageUp as RawImageUp,
|
|
126
149
|
Infinity as RawInfinity,
|
|
127
150
|
Info as RawInfo,
|
|
151
|
+
Key as RawKey,
|
|
152
|
+
KeyRound as RawKeyRound,
|
|
128
153
|
Keyboard as RawKeyboard,
|
|
129
154
|
LandPlot as RawLandPlot,
|
|
130
155
|
Languages as RawLanguages,
|
|
@@ -157,6 +182,7 @@ import {
|
|
|
157
182
|
Plus as RawPlus,
|
|
158
183
|
QrCode as RawQrCode,
|
|
159
184
|
ReceiptText as RawReceiptText,
|
|
185
|
+
Redo2 as RawRedo2,
|
|
160
186
|
RefreshCcw as RawRefreshCcw,
|
|
161
187
|
Regex as RawRegex,
|
|
162
188
|
Replace as RawReplace,
|
|
@@ -176,10 +202,13 @@ import {
|
|
|
176
202
|
ShieldUser as RawShieldUser,
|
|
177
203
|
ShoppingCart as RawShoppingCart,
|
|
178
204
|
Sigma as RawSigma,
|
|
205
|
+
Smile as RawSmile,
|
|
206
|
+
SmilePlus as RawSmilePlus,
|
|
179
207
|
SplinePointer as RawSplinePointer,
|
|
180
208
|
Sparkles as RawSparkles,
|
|
181
209
|
Sprout as RawSprout,
|
|
182
210
|
SquareDashedBottomCode as RawSquareDashedBottomCode,
|
|
211
|
+
SquaresExclude as RawSquaresExclude,
|
|
183
212
|
SquareTerminal as RawSquareTerminal,
|
|
184
213
|
Star as RawStar,
|
|
185
214
|
Sun as RawSun,
|
|
@@ -187,6 +216,7 @@ import {
|
|
|
187
216
|
Terminal as RawTerminal,
|
|
188
217
|
Trash2 as RawTrash2,
|
|
189
218
|
Twitter as RawTwitter,
|
|
219
|
+
Undo2 as RawUndo2,
|
|
190
220
|
Usb as RawUsb,
|
|
191
221
|
UserRoundCheck as RawUserRoundCheck,
|
|
192
222
|
Wand2 as RawWand2,
|
|
@@ -251,19 +281,41 @@ export const ChevronDownIcon = createGlobalLucideIcon(RawChevronDown, 'ChevronDo
|
|
|
251
281
|
export const ChevronLeftIcon = createGlobalLucideIcon(RawChevronLeft, 'ChevronLeftIcon');
|
|
252
282
|
export const ChevronRightIcon = createGlobalLucideIcon(RawChevronRight, 'ChevronRightIcon');
|
|
253
283
|
export const ChevronUpIcon = createGlobalLucideIcon(RawChevronUp, 'ChevronUpIcon');
|
|
284
|
+
export const ClipboardTypeIcon = createGlobalLucideIcon(RawClipboardType, 'ClipboardTypeIcon');
|
|
254
285
|
export const CoffeeIcon = createGlobalLucideIcon(RawCoffee, 'CoffeeIcon');
|
|
255
286
|
export const CoinsIcon = createGlobalLucideIcon(RawCoins, 'CoinsIcon');
|
|
256
287
|
export const ComponentIcon = createGlobalLucideIcon(RawComponentIcon, 'ComponentIcon');
|
|
288
|
+
export const CommandIcon = createGlobalLucideIcon(RawCommand, 'CommandIcon');
|
|
257
289
|
export const CopyIcon = createGlobalLucideIcon(RawCopy, 'CopyIcon');
|
|
258
290
|
export const CopyCheckIcon = createGlobalLucideIcon(RawCopyCheck, 'CopyCheckIcon');
|
|
291
|
+
export const CopyrightIcon = createGlobalLucideIcon(RawCopyright, 'CopyrightIcon');
|
|
292
|
+
export const CornerDownLeftIcon = createGlobalLucideIcon(RawCornerDownLeft, 'CornerDownLeftIcon');
|
|
293
|
+
export const CornerDownRightIcon = createGlobalLucideIcon(RawCornerDownRight, 'CornerDownRightIcon');
|
|
294
|
+
export const CornerLeftDownIcon = createGlobalLucideIcon(RawCornerLeftDown, 'CornerLeftDownIcon');
|
|
295
|
+
export const CornerLeftUpIcon = createGlobalLucideIcon(RawCornerLeftUp, 'CornerLeftUpIcon');
|
|
296
|
+
export const CornerRightDownIcon = createGlobalLucideIcon(RawCornerRightDown, 'CornerRightDownIcon');
|
|
297
|
+
export const CornerRightUpIcon = createGlobalLucideIcon(RawCornerRightUp, 'CornerRightUpIcon');
|
|
298
|
+
export const CornerUpLeftIcon = createGlobalLucideIcon(RawCornerUpLeft, 'CornerUpLeftIcon');
|
|
299
|
+
export const CornerUpRightIcon = createGlobalLucideIcon(RawCornerUpRight, 'CornerUpRightIcon');
|
|
300
|
+
export const CreativeCommonsIcon = createGlobalLucideIcon(RawCreativeCommons, 'CreativeCommonsIcon');
|
|
301
|
+
export const CropIcon = createGlobalLucideIcon(RawCrop, 'CropIcon');
|
|
302
|
+
export const CrossIcon = createGlobalLucideIcon(RawCross, 'CrossIcon');
|
|
259
303
|
export const CpuIcon = createGlobalLucideIcon(RawCpu, 'CpuIcon');
|
|
260
304
|
export const DatabaseIcon = createGlobalLucideIcon(RawDatabase, 'DatabaseIcon');
|
|
261
305
|
export const DatabaseZapIcon = createGlobalLucideIcon(RawDatabaseZap, 'DatabaseZapIcon');
|
|
306
|
+
export const DnaIcon = createGlobalLucideIcon(RawDna, 'DnaIcon');
|
|
262
307
|
export const DotIcon = createGlobalLucideIcon(RawDot, 'DotIcon');
|
|
263
308
|
export const DownloadIcon = createGlobalLucideIcon(RawDownload, 'DownloadIcon');
|
|
309
|
+
export const DropletIcon = createGlobalLucideIcon(RawDroplet, 'DropletIcon');
|
|
310
|
+
export const DropletOffIcon = createGlobalLucideIcon(RawDropletOff, 'DropletOffIcon');
|
|
311
|
+
export const DropletsIcon = createGlobalLucideIcon(RawDroplets, 'DropletsIcon');
|
|
312
|
+
export const EggIcon = createGlobalLucideIcon(RawEgg, 'EggIcon');
|
|
313
|
+
export const EggFriedIcon = createGlobalLucideIcon(RawEggFried, 'EggFriedIcon');
|
|
314
|
+
export const EggOffIcon = createGlobalLucideIcon(RawEggOff, 'EggOffIcon');
|
|
264
315
|
export const EllipsisIcon = createGlobalLucideIcon(RawEllipsis, 'EllipsisIcon');
|
|
265
316
|
export const EllipsisVerticalIcon = createGlobalLucideIcon(RawEllipsisVertical, 'EllipsisVerticalIcon');
|
|
266
317
|
export const EyeIcon = createGlobalLucideIcon(RawEye, 'EyeIcon');
|
|
318
|
+
export const EyeClosedIcon = createGlobalLucideIcon(RawEyeClosed, 'EyeClosedIcon');
|
|
267
319
|
export const EyeOffIcon = createGlobalLucideIcon(RawEyeOff, 'EyeOffIcon');
|
|
268
320
|
export const ExternalLinkIcon = createGlobalLucideIcon(RawExternalLink, 'ExternalLinkIcon');
|
|
269
321
|
export const FacebookIcon = createGlobalLucideIcon(RawFacebook, 'FacebookIcon');
|
|
@@ -276,6 +328,7 @@ export const FileUpIcon = createGlobalLucideIcon(RawFileUp, 'FileUpIcon');
|
|
|
276
328
|
export const FingerprintIcon = createGlobalLucideIcon(RawFingerprint, 'FingerprintIcon');
|
|
277
329
|
export const FolderIcon = createGlobalLucideIcon(RawFolder, 'FolderIcon');
|
|
278
330
|
export const FolderOpenIcon = createGlobalLucideIcon(RawFolderOpen, 'FolderOpenIcon');
|
|
331
|
+
export const FrownIcon = createGlobalLucideIcon(RawFrown, 'FrownIcon');
|
|
279
332
|
export const GemIcon = createGlobalLucideIcon(RawGem, 'GemIcon');
|
|
280
333
|
export const GiftIcon = createGlobalLucideIcon(RawGift, 'GiftIcon');
|
|
281
334
|
export const GitMergeIcon = createGlobalLucideIcon(RawGitMerge, 'GitMergeIcon');
|
|
@@ -294,6 +347,8 @@ export const InfoIcon = createGlobalLucideIcon(RawInfo, 'InfoIcon');
|
|
|
294
347
|
export const ImageDownIcon = createGlobalLucideIcon(RawImageDown, 'ImageDownIcon');
|
|
295
348
|
export const ImageOffIcon = createGlobalLucideIcon(RawImageOff, 'ImageOffIcon');
|
|
296
349
|
export const ImageUpIcon = createGlobalLucideIcon(RawImageUp, 'ImageUpIcon');
|
|
350
|
+
export const KeyIcon = createGlobalLucideIcon(RawKey, 'KeyIcon');
|
|
351
|
+
export const KeyRoundIcon = createGlobalLucideIcon(RawKeyRound, 'KeyRoundIcon');
|
|
297
352
|
export const KeyboardIcon = createGlobalLucideIcon(RawKeyboard, 'KeyboardIcon');
|
|
298
353
|
export const LandPlotIcon = createGlobalLucideIcon(RawLandPlot, 'LandPlotIcon');
|
|
299
354
|
export const LanguagesIcon = createGlobalLucideIcon(RawLanguages, 'LanguagesIcon');
|
|
@@ -326,6 +381,7 @@ export const PinOffIcon = createGlobalLucideIcon(RawPinOff, 'PinOffIcon');
|
|
|
326
381
|
export const PlusIcon = createGlobalLucideIcon(RawPlus, 'PlusIcon');
|
|
327
382
|
export const QrCodeIcon = createGlobalLucideIcon(RawQrCode, 'QrCodeIcon');
|
|
328
383
|
export const ReceiptTextIcon = createGlobalLucideIcon(RawReceiptText, 'ReceiptTextIcon');
|
|
384
|
+
export const Redo2Icon = createGlobalLucideIcon(RawRedo2, 'Redo2Icon');
|
|
329
385
|
export const RefreshCcwIcon = createGlobalLucideIcon(RawRefreshCcw, 'RefreshCcwIcon');
|
|
330
386
|
export const RegexIcon = createGlobalLucideIcon(RawRegex, 'RegexIcon');
|
|
331
387
|
export const ReplaceIcon = createGlobalLucideIcon(RawReplace, 'ReplaceIcon');
|
|
@@ -343,8 +399,11 @@ export const ShareIcon = createGlobalLucideIcon(RawShare, 'ShareIcon');
|
|
|
343
399
|
export const SigmaIcon = createGlobalLucideIcon(RawSigma, 'SigmaIcon');
|
|
344
400
|
export const ShieldUserIcon = createGlobalLucideIcon(RawShieldUser, 'ShieldUserIcon');
|
|
345
401
|
export const ShoppingCartIcon = createGlobalLucideIcon(RawShoppingCart, 'ShoppingCartIcon');
|
|
402
|
+
export const SmileIcon = createGlobalLucideIcon(RawSmile, 'SmileIcon');
|
|
403
|
+
export const SmilePlusIcon = createGlobalLucideIcon(RawSmilePlus, 'SmilePlusIcon');
|
|
346
404
|
export const SproutIcon = createGlobalLucideIcon(RawSprout, 'SproutIcon');
|
|
347
405
|
export const SquareDashedBottomCodeIcon = createGlobalLucideIcon(RawSquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
406
|
+
export const SquaresExcludeIcon = createGlobalLucideIcon(RawSquaresExclude, 'SquaresExcludeIcon');
|
|
348
407
|
export const SquareTerminalIcon = createGlobalLucideIcon(RawSquareTerminal, 'SquareTerminalIcon');
|
|
349
408
|
export const ServerIcon = createGlobalLucideIcon(RawServer, 'ServerIcon');
|
|
350
409
|
export const SplinePointerIcon = createGlobalLucideIcon(RawSplinePointer, 'SplinePointerIcon');
|
|
@@ -355,6 +414,7 @@ export const TabletsIcon = createGlobalLucideIcon(RawTablets, 'TabletsIcon');
|
|
|
355
414
|
export const TerminalIcon = createGlobalLucideIcon(RawTerminal, 'TerminalIcon');
|
|
356
415
|
export const Trash2Icon = createGlobalLucideIcon(RawTrash2, 'Trash2Icon');
|
|
357
416
|
export const TwitterIcon = createGlobalLucideIcon(RawTwitter, 'TwitterIcon');
|
|
417
|
+
export const Undo2Icon = createGlobalLucideIcon(RawUndo2, 'Undo2Icon');
|
|
358
418
|
export const UsbIcon = createGlobalLucideIcon(RawUsb, 'UsbIcon');
|
|
359
419
|
export const UserRoundCheckIcon = createGlobalLucideIcon(RawUserRoundCheck, 'UserRoundCheckIcon');
|
|
360
420
|
export const Wand2Icon = createGlobalLucideIcon(RawWand2, 'Wand2Icon');
|