@lucide/astro 0.492.0 → 0.494.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 +35 -35
- package/src/aliases/prefixed.ts +322 -316
- package/src/aliases/suffixed.ts +629 -623
- package/src/icons/brick-wall-fire.ts +18 -0
- package/src/icons/bubbles.ts +18 -0
- package/src/icons/cpu.ts +2 -2
- package/src/icons/index.ts +147 -144
- package/src/icons/location-edit.ts +18 -0
- 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
|
|
|
@@ -179,12 +179,12 @@ export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
|
179
179
|
// CircleDivide aliases
|
|
180
180
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
181
181
|
|
|
182
|
-
// CircleGauge aliases
|
|
183
|
-
export { default as GaugeCircle } from '../icons/circle-gauge';
|
|
184
|
-
|
|
185
182
|
// CircleHelp aliases
|
|
186
183
|
export { default as HelpCircle } from '../icons/circle-help';
|
|
187
184
|
|
|
185
|
+
// CircleGauge aliases
|
|
186
|
+
export { default as GaugeCircle } from '../icons/circle-gauge';
|
|
187
|
+
|
|
188
188
|
// CircleMinus aliases
|
|
189
189
|
export { default as MinusCircle } from '../icons/circle-minus';
|
|
190
190
|
|
|
@@ -293,18 +293,18 @@ export {
|
|
|
293
293
|
default as FileLineChart
|
|
294
294
|
} from '../icons/file-chart-line';
|
|
295
295
|
|
|
296
|
-
// FileChartPie aliases
|
|
297
|
-
export {
|
|
298
|
-
/** @deprecated */
|
|
299
|
-
default as FilePieChart
|
|
300
|
-
} from '../icons/file-chart-pie';
|
|
301
|
-
|
|
302
296
|
// FileCog aliases
|
|
303
297
|
export {
|
|
304
298
|
/** @deprecated */
|
|
305
299
|
default as FileCog2
|
|
306
300
|
} from '../icons/file-cog';
|
|
307
301
|
|
|
302
|
+
// FileChartPie aliases
|
|
303
|
+
export {
|
|
304
|
+
/** @deprecated */
|
|
305
|
+
default as FilePieChart
|
|
306
|
+
} from '../icons/file-chart-pie';
|
|
307
|
+
|
|
308
308
|
// FilePenLine aliases
|
|
309
309
|
export { default as FileSignature } from '../icons/file-pen-line';
|
|
310
310
|
|
|
@@ -332,12 +332,12 @@ export {
|
|
|
332
332
|
default as Filter
|
|
333
333
|
} from '../icons/funnel';
|
|
334
334
|
|
|
335
|
-
// GitCommitHorizontal aliases
|
|
336
|
-
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
337
|
-
|
|
338
335
|
// Grid2x2Check aliases
|
|
339
336
|
export { default as Grid2X2Check } from '../icons/grid-2x2-check';
|
|
340
337
|
|
|
338
|
+
// GitCommitHorizontal aliases
|
|
339
|
+
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
340
|
+
|
|
341
341
|
// Grid2x2Plus aliases
|
|
342
342
|
export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
|
|
343
343
|
|
|
@@ -416,12 +416,12 @@ 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
|
|
|
@@ -473,12 +473,12 @@ export {
|
|
|
473
473
|
default as SendHorizonal
|
|
474
474
|
} from '../icons/send-horizontal';
|
|
475
475
|
|
|
476
|
-
// ShieldX aliases
|
|
477
|
-
export { default as ShieldClose } from '../icons/shield-x';
|
|
478
|
-
|
|
479
476
|
// SlidersVertical aliases
|
|
480
477
|
export { default as Sliders } from '../icons/sliders-vertical';
|
|
481
478
|
|
|
479
|
+
// ShieldX aliases
|
|
480
|
+
export { default as ShieldClose } from '../icons/shield-x';
|
|
481
|
+
|
|
482
482
|
// Sparkles aliases
|
|
483
483
|
export { default as Stars } from '../icons/sparkles';
|
|
484
484
|
|
|
@@ -626,18 +626,18 @@ export { default as PlusSquare } from '../icons/square-plus';
|
|
|
626
626
|
// SquarePower aliases
|
|
627
627
|
export { default as PowerSquare } from '../icons/square-power';
|
|
628
628
|
|
|
629
|
-
// SquareScissors aliases
|
|
630
|
-
export { default as ScissorsSquare } from '../icons/square-scissors';
|
|
631
|
-
|
|
632
629
|
// SquareSigma aliases
|
|
633
630
|
export { default as SigmaSquare } from '../icons/square-sigma';
|
|
634
631
|
|
|
635
|
-
//
|
|
636
|
-
export { default as
|
|
632
|
+
// SquareScissors aliases
|
|
633
|
+
export { default as ScissorsSquare } from '../icons/square-scissors';
|
|
637
634
|
|
|
638
635
|
// SquareSplitHorizontal aliases
|
|
639
636
|
export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
|
|
640
637
|
|
|
638
|
+
// SquareSlash aliases
|
|
639
|
+
export { default as SlashSquare } from '../icons/square-slash';
|
|
640
|
+
|
|
641
641
|
// SquareSplitVertical aliases
|
|
642
642
|
export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
643
643
|
|
|
@@ -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 */
|