lucide-angular 0.272.0 → 0.274.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/aliases.d.ts +21 -2
- package/esm2020/aliases.mjs +31 -4
- package/esm2020/icons/lucide-icons.mjs +10 -2
- package/esm2020/icons/percent-circle.mjs +14 -0
- package/esm2020/icons/percent-diamond.mjs +20 -0
- package/esm2020/icons/percent-square.mjs +17 -0
- package/esm2020/icons/shield-alert.mjs +2 -2
- package/esm2020/icons/shield-ban.mjs +15 -0
- package/esm2020/icons/shield-check.mjs +2 -2
- package/esm2020/icons/shield-ellipsis.mjs +17 -0
- package/esm2020/icons/shield-half.mjs +15 -0
- package/esm2020/icons/shield-minus.mjs +15 -0
- package/esm2020/icons/shield-off.mjs +5 -5
- package/esm2020/icons/shield-plus.mjs +16 -0
- package/esm2020/icons/shield-question.mjs +2 -2
- package/esm2020/icons/shield-x.mjs +16 -0
- package/esm2020/icons/shield.mjs +2 -2
- package/esm2020/src/icons/aliases.mjs +31 -4
- package/esm2020/src/icons/icons/lucide-icons.mjs +10 -2
- package/esm2020/src/icons/icons/percent-circle.mjs +14 -0
- package/esm2020/src/icons/icons/percent-diamond.mjs +20 -0
- package/esm2020/src/icons/icons/percent-square.mjs +17 -0
- package/esm2020/src/icons/icons/shield-alert.mjs +2 -2
- package/esm2020/src/icons/icons/shield-ban.mjs +15 -0
- package/esm2020/src/icons/icons/shield-check.mjs +2 -2
- package/esm2020/src/icons/icons/shield-ellipsis.mjs +17 -0
- package/esm2020/src/icons/icons/shield-half.mjs +15 -0
- package/esm2020/src/icons/icons/shield-minus.mjs +15 -0
- package/esm2020/src/icons/icons/shield-off.mjs +5 -5
- package/esm2020/src/icons/icons/shield-plus.mjs +16 -0
- package/esm2020/src/icons/icons/shield-question.mjs +2 -2
- package/esm2020/src/icons/icons/shield-x.mjs +16 -0
- package/esm2020/src/icons/icons/shield.mjs +2 -2
- package/fesm2015/lucide-angular-src-icons.mjs +135 -14
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +135 -14
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +135 -14
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +135 -14
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +9 -1
- package/icons/percent-circle.d.ts +3 -0
- package/icons/percent-diamond.d.ts +3 -0
- package/icons/percent-square.d.ts +3 -0
- package/icons/shield-ban.d.ts +3 -0
- package/icons/shield-ellipsis.d.ts +3 -0
- package/icons/shield-half.d.ts +3 -0
- package/icons/shield-minus.d.ts +3 -0
- package/icons/shield-plus.d.ts +3 -0
- package/icons/shield-x.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +21 -2
- package/src/icons/icons/lucide-icons.d.ts +9 -1
- package/src/icons/icons/percent-circle.d.ts +3 -0
- package/src/icons/icons/percent-diamond.d.ts +3 -0
- package/src/icons/icons/percent-square.d.ts +3 -0
- package/src/icons/icons/shield-ban.d.ts +3 -0
- package/src/icons/icons/shield-ellipsis.d.ts +3 -0
- package/src/icons/icons/shield-half.d.ts +3 -0
- package/src/icons/icons/shield-minus.d.ts +3 -0
- package/src/icons/icons/shield-plus.d.ts +3 -0
- package/src/icons/icons/shield-x.d.ts +3 -0
- package/esm2020/icons/shield-close.mjs +0 -16
- package/esm2020/src/icons/icons/shield-close.mjs +0 -16
- package/icons/shield-close.d.ts +0 -3
- package/src/icons/icons/shield-close.d.ts +0 -3
package/aliases.d.ts
CHANGED
|
@@ -1698,6 +1698,12 @@ export { default as PencilRulerIcon } from './icons/pencil-ruler';
|
|
|
1698
1698
|
export { default as LucidePencilRuler } from './icons/pencil-ruler';
|
|
1699
1699
|
export { default as PencilIcon } from './icons/pencil';
|
|
1700
1700
|
export { default as LucidePencil } from './icons/pencil';
|
|
1701
|
+
export { default as PercentCircleIcon } from './icons/percent-circle';
|
|
1702
|
+
export { default as LucidePercentCircle } from './icons/percent-circle';
|
|
1703
|
+
export { default as PercentDiamondIcon } from './icons/percent-diamond';
|
|
1704
|
+
export { default as LucidePercentDiamond } from './icons/percent-diamond';
|
|
1705
|
+
export { default as PercentSquareIcon } from './icons/percent-square';
|
|
1706
|
+
export { default as LucidePercentSquare } from './icons/percent-square';
|
|
1701
1707
|
export { default as PercentIcon } from './icons/percent';
|
|
1702
1708
|
export { default as LucidePercent } from './icons/percent';
|
|
1703
1709
|
export { default as PersonStandingIcon } from './icons/person-standing';
|
|
@@ -1974,12 +1980,20 @@ export { default as ShellIcon } from './icons/shell';
|
|
|
1974
1980
|
export { default as LucideShell } from './icons/shell';
|
|
1975
1981
|
export { default as ShieldAlertIcon } from './icons/shield-alert';
|
|
1976
1982
|
export { default as LucideShieldAlert } from './icons/shield-alert';
|
|
1983
|
+
export { default as ShieldBanIcon } from './icons/shield-ban';
|
|
1984
|
+
export { default as LucideShieldBan } from './icons/shield-ban';
|
|
1977
1985
|
export { default as ShieldCheckIcon } from './icons/shield-check';
|
|
1978
1986
|
export { default as LucideShieldCheck } from './icons/shield-check';
|
|
1979
|
-
export { default as
|
|
1980
|
-
export { default as
|
|
1987
|
+
export { default as ShieldEllipsisIcon } from './icons/shield-ellipsis';
|
|
1988
|
+
export { default as LucideShieldEllipsis } from './icons/shield-ellipsis';
|
|
1989
|
+
export { default as ShieldHalfIcon } from './icons/shield-half';
|
|
1990
|
+
export { default as LucideShieldHalf } from './icons/shield-half';
|
|
1991
|
+
export { default as ShieldMinusIcon } from './icons/shield-minus';
|
|
1992
|
+
export { default as LucideShieldMinus } from './icons/shield-minus';
|
|
1981
1993
|
export { default as ShieldOffIcon } from './icons/shield-off';
|
|
1982
1994
|
export { default as LucideShieldOff } from './icons/shield-off';
|
|
1995
|
+
export { default as ShieldPlusIcon } from './icons/shield-plus';
|
|
1996
|
+
export { default as LucideShieldPlus } from './icons/shield-plus';
|
|
1983
1997
|
export { default as ShieldQuestionIcon } from './icons/shield-question';
|
|
1984
1998
|
export { default as LucideShieldQuestion } from './icons/shield-question';
|
|
1985
1999
|
export { default as ShieldIcon } from './icons/shield';
|
|
@@ -2549,6 +2563,11 @@ export { default as LucideSendHorizontal } from './icons/send-horizontal';
|
|
|
2549
2563
|
export { default as SendHorizonal } from './icons/send-horizontal';
|
|
2550
2564
|
export { default as SendHorizonalIcon } from './icons/send-horizontal';
|
|
2551
2565
|
export { default as LucideSendHorizonal } from './icons/send-horizontal';
|
|
2566
|
+
export { default as ShieldXIcon } from './icons/shield-x';
|
|
2567
|
+
export { default as LucideShieldX } from './icons/shield-x';
|
|
2568
|
+
export { default as ShieldClose } from './icons/shield-x';
|
|
2569
|
+
export { default as ShieldCloseIcon } from './icons/shield-x';
|
|
2570
|
+
export { default as LucideShieldClose } from './icons/shield-x';
|
|
2552
2571
|
export { default as SparklesIcon } from './icons/sparkles';
|
|
2553
2572
|
export { default as LucideSparkles } from './icons/sparkles';
|
|
2554
2573
|
export { default as Stars } from './icons/sparkles';
|