@lucide/astro 0.492.0 → 0.493.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/aliases/aliases.ts +44 -44
- package/src/aliases/prefixed.ts +382 -378
- package/src/aliases/suffixed.ts +725 -721
- package/src/icons/brick-wall-fire.ts +18 -0
- package/src/icons/bubbles.ts +18 -0
- package/src/icons/index.ts +146 -144
- package/src/icons/palette.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -17,12 +17,12 @@ export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
|
|
|
17
17
|
// ArrowDownZA aliases
|
|
18
18
|
export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
|
|
19
19
|
|
|
20
|
-
// ArrowUpNarrowWide aliases
|
|
21
|
-
export { default as SortAsc } from '../icons/arrow-up-narrow-wide';
|
|
22
|
-
|
|
23
20
|
// ArrowUpAZ aliases
|
|
24
21
|
export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
|
|
25
22
|
|
|
23
|
+
// ArrowUpNarrowWide aliases
|
|
24
|
+
export { default as SortAsc } from '../icons/arrow-up-narrow-wide';
|
|
25
|
+
|
|
26
26
|
// ArrowUpZA aliases
|
|
27
27
|
export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
|
|
28
28
|
|
|
@@ -140,18 +140,18 @@ export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
|
|
|
140
140
|
// CircleArrowLeft aliases
|
|
141
141
|
export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
|
|
142
142
|
|
|
143
|
-
// CircleArrowOutDownLeft aliases
|
|
144
|
-
export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
|
|
145
|
-
|
|
146
143
|
// CircleArrowOutDownRight aliases
|
|
147
144
|
export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-down-right';
|
|
148
145
|
|
|
149
|
-
//
|
|
150
|
-
export { default as
|
|
146
|
+
// CircleArrowOutDownLeft aliases
|
|
147
|
+
export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
|
|
151
148
|
|
|
152
149
|
// CircleArrowOutUpRight aliases
|
|
153
150
|
export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
|
|
154
151
|
|
|
152
|
+
// CircleArrowOutUpLeft aliases
|
|
153
|
+
export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
|
|
154
|
+
|
|
155
155
|
// CircleArrowRight aliases
|
|
156
156
|
export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
|
|
157
157
|
|
|
@@ -230,24 +230,24 @@ export { default as XCircle } from '../icons/circle-x';
|
|
|
230
230
|
// ClipboardPenLine aliases
|
|
231
231
|
export { default as ClipboardSignature } from '../icons/clipboard-pen-line';
|
|
232
232
|
|
|
233
|
-
// ClipboardPen aliases
|
|
234
|
-
export { default as ClipboardEdit } from '../icons/clipboard-pen';
|
|
235
|
-
|
|
236
233
|
// CloudDownload aliases
|
|
237
234
|
export { default as DownloadCloud } from '../icons/cloud-download';
|
|
238
235
|
|
|
236
|
+
// ClipboardPen aliases
|
|
237
|
+
export { default as ClipboardEdit } from '../icons/clipboard-pen';
|
|
238
|
+
|
|
239
239
|
// CloudUpload aliases
|
|
240
240
|
export { default as UploadCloud } from '../icons/cloud-upload';
|
|
241
241
|
|
|
242
|
+
// Columns2 aliases
|
|
243
|
+
export { default as Columns } from '../icons/columns-2';
|
|
244
|
+
|
|
242
245
|
// CodeXml aliases
|
|
243
246
|
export {
|
|
244
247
|
/** @deprecated */
|
|
245
248
|
default as Code2
|
|
246
249
|
} from '../icons/code-xml';
|
|
247
250
|
|
|
248
|
-
// Columns2 aliases
|
|
249
|
-
export { default as Columns } from '../icons/columns-2';
|
|
250
|
-
|
|
251
251
|
// Columns3 aliases
|
|
252
252
|
export { default as PanelsLeftRight } from '../icons/columns-3';
|
|
253
253
|
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as FileBarChart2
|
|
288
288
|
} from '../icons/file-chart-column';
|
|
289
289
|
|
|
290
|
-
// FileChartLine aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @deprecated */
|
|
293
|
-
default as FileLineChart
|
|
294
|
-
} from '../icons/file-chart-line';
|
|
295
|
-
|
|
296
290
|
// FileChartPie aliases
|
|
297
291
|
export {
|
|
298
292
|
/** @deprecated */
|
|
299
293
|
default as FilePieChart
|
|
300
294
|
} from '../icons/file-chart-pie';
|
|
301
295
|
|
|
296
|
+
// FileChartLine aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated */
|
|
299
|
+
default as FileLineChart
|
|
300
|
+
} from '../icons/file-chart-line';
|
|
301
|
+
|
|
302
302
|
// FileCog aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @deprecated */
|
|
@@ -416,21 +416,21 @@ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
|
416
416
|
// PanelBottomDashed aliases
|
|
417
417
|
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
418
418
|
|
|
419
|
-
// PanelLeftDashed aliases
|
|
420
|
-
export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
421
|
-
|
|
422
419
|
// PanelLeftClose aliases
|
|
423
420
|
export { default as SidebarClose } from '../icons/panel-left-close';
|
|
424
421
|
|
|
422
|
+
// PanelLeftDashed aliases
|
|
423
|
+
export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
424
|
+
|
|
425
425
|
// PanelLeftOpen aliases
|
|
426
426
|
export { default as SidebarOpen } from '../icons/panel-left-open';
|
|
427
427
|
|
|
428
|
-
// PanelLeft aliases
|
|
429
|
-
export { default as Sidebar } from '../icons/panel-left';
|
|
430
|
-
|
|
431
428
|
// PanelRightDashed aliases
|
|
432
429
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
433
430
|
|
|
431
|
+
// PanelLeft aliases
|
|
432
|
+
export { default as Sidebar } from '../icons/panel-left';
|
|
433
|
+
|
|
434
434
|
// PanelTopDashed aliases
|
|
435
435
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
436
436
|
|
|
@@ -449,12 +449,12 @@ export {
|
|
|
449
449
|
default as Edit2
|
|
450
450
|
} from '../icons/pen';
|
|
451
451
|
|
|
452
|
-
// PlugZap aliases
|
|
453
|
-
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
454
|
-
|
|
455
452
|
// RectangleEllipsis aliases
|
|
456
453
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
457
454
|
|
|
455
|
+
// PlugZap aliases
|
|
456
|
+
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
457
|
+
|
|
458
458
|
// Rotate3d aliases
|
|
459
459
|
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
460
460
|
|
|
@@ -581,12 +581,12 @@ export { default as KanbanSquare } from '../icons/square-kanban';
|
|
|
581
581
|
// SquareLibrary aliases
|
|
582
582
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
583
583
|
|
|
584
|
-
// SquareM aliases
|
|
585
|
-
export { default as MSquare } from '../icons/square-m';
|
|
586
|
-
|
|
587
584
|
// SquareMenu aliases
|
|
588
585
|
export { default as MenuSquare } from '../icons/square-menu';
|
|
589
586
|
|
|
587
|
+
// SquareM aliases
|
|
588
|
+
export { default as MSquare } from '../icons/square-m';
|
|
589
|
+
|
|
590
590
|
// SquareMinus aliases
|
|
591
591
|
export { default as MinusSquare } from '../icons/square-minus';
|
|
592
592
|
|
|
@@ -638,12 +638,12 @@ export { default as SlashSquare } from '../icons/square-slash';
|
|
|
638
638
|
// SquareSplitHorizontal aliases
|
|
639
639
|
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
640
640
|
|
|
641
|
-
// SquareSplitVertical aliases
|
|
642
|
-
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
643
|
-
|
|
644
641
|
// SquareTerminal aliases
|
|
645
642
|
export { default as TerminalSquare } from '../icons/square-terminal';
|
|
646
643
|
|
|
644
|
+
// SquareSplitVertical aliases
|
|
645
|
+
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
646
|
+
|
|
647
647
|
// SquareUserRound aliases
|
|
648
648
|
export {
|
|
649
649
|
/** @deprecated */
|
|
@@ -683,18 +683,18 @@ export {
|
|
|
683
683
|
default as School2
|
|
684
684
|
} from '../icons/university';
|
|
685
685
|
|
|
686
|
-
// UserRoundCog aliases
|
|
687
|
-
export {
|
|
688
|
-
/** @deprecated */
|
|
689
|
-
default as UserCog2
|
|
690
|
-
} from '../icons/user-round-cog';
|
|
691
|
-
|
|
692
686
|
// UserRoundCheck aliases
|
|
693
687
|
export {
|
|
694
688
|
/** @deprecated */
|
|
695
689
|
default as UserCheck2
|
|
696
690
|
} from '../icons/user-round-check';
|
|
697
691
|
|
|
692
|
+
// UserRoundCog aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @deprecated */
|
|
695
|
+
default as UserCog2
|
|
696
|
+
} from '../icons/user-round-cog';
|
|
697
|
+
|
|
698
698
|
// UserRoundMinus aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated */
|
|
@@ -728,15 +728,15 @@ export {
|
|
|
728
728
|
// UtensilsCrossed aliases
|
|
729
729
|
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
730
730
|
|
|
731
|
+
// Utensils aliases
|
|
732
|
+
export { default as ForkKnife } from '../icons/utensils';
|
|
733
|
+
|
|
731
734
|
// WalletMinimal aliases
|
|
732
735
|
export {
|
|
733
736
|
/** @deprecated */
|
|
734
737
|
default as Wallet2
|
|
735
738
|
} from '../icons/wallet-minimal';
|
|
736
739
|
|
|
737
|
-
// Utensils aliases
|
|
738
|
-
export { default as ForkKnife } from '../icons/utensils';
|
|
739
|
-
|
|
740
740
|
// WandSparkles aliases
|
|
741
741
|
export {
|
|
742
742
|
/** @deprecated */
|