@lucide/astro 0.544.0 → 0.545.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 +12 -12
- package/src/aliases/prefixed.ts +196 -194
- package/src/aliases/suffixed.ts +306 -304
- package/src/icons/building-2.ts +2 -2
- package/src/icons/combine.ts +2 -2
- package/src/icons/flame.ts +2 -2
- package/src/icons/index.ts +136 -135
- package/src/icons/motorbike.ts +18 -0
- package/src/icons/replace-all.ts +2 -2
- package/src/icons/replace.ts +2 -2
- package/src/icons/square-m.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -557,18 +557,18 @@ export {
|
|
|
557
557
|
default as GitCommit
|
|
558
558
|
} from '../icons/git-commit-horizontal';
|
|
559
559
|
|
|
560
|
-
// Grid2x2Check aliases
|
|
561
|
-
export {
|
|
562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
563
|
-
default as Grid2X2Check
|
|
564
|
-
} from '../icons/grid-2x2-check';
|
|
565
|
-
|
|
566
560
|
// Grid2x2Plus aliases
|
|
567
561
|
export {
|
|
568
562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
569
563
|
default as Grid2X2Plus
|
|
570
564
|
} from '../icons/grid-2x2-plus';
|
|
571
565
|
|
|
566
|
+
// Grid2x2Check aliases
|
|
567
|
+
export {
|
|
568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
569
|
+
default as Grid2X2Check
|
|
570
|
+
} from '../icons/grid-2x2-check';
|
|
571
|
+
|
|
572
572
|
// Grid2x2X aliases
|
|
573
573
|
export {
|
|
574
574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
@@ -695,18 +695,18 @@ export {
|
|
|
695
695
|
default as MessageCircleQuestion
|
|
696
696
|
} from '../icons/message-circle-question-mark';
|
|
697
697
|
|
|
698
|
-
// MicVocal aliases
|
|
699
|
-
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
701
|
-
default as Mic2
|
|
702
|
-
} from '../icons/mic-vocal';
|
|
703
|
-
|
|
704
698
|
// Move3d aliases
|
|
705
699
|
export {
|
|
706
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
707
701
|
default as Move3D
|
|
708
702
|
} from '../icons/move-3d';
|
|
709
703
|
|
|
704
|
+
// MicVocal aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
707
|
+
default as Mic2
|
|
708
|
+
} from '../icons/mic-vocal';
|
|
709
|
+
|
|
710
710
|
// OctagonAlert aliases
|
|
711
711
|
export {
|
|
712
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|