lucide-angular 0.340.0 → 0.342.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.
Files changed (39) hide show
  1. package/aliases.d.ts +11 -2
  2. package/esm2020/aliases.mjs +16 -4
  3. package/esm2020/icons/bot-message-square.mjs +21 -0
  4. package/esm2020/icons/earth-lock.mjs +21 -0
  5. package/esm2020/icons/earth.mjs +28 -0
  6. package/esm2020/icons/globe-lock.mjs +25 -0
  7. package/esm2020/icons/goal.mjs +4 -4
  8. package/esm2020/icons/lucide-icons.mjs +5 -2
  9. package/esm2020/src/icons/aliases.mjs +16 -4
  10. package/esm2020/src/icons/icons/bot-message-square.mjs +21 -0
  11. package/esm2020/src/icons/icons/earth-lock.mjs +21 -0
  12. package/esm2020/src/icons/icons/earth.mjs +28 -0
  13. package/esm2020/src/icons/icons/globe-lock.mjs +25 -0
  14. package/esm2020/src/icons/icons/goal.mjs +4 -4
  15. package/esm2020/src/icons/icons/lucide-icons.mjs +5 -2
  16. package/fesm2015/lucide-angular-src-icons.mjs +83 -16
  17. package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
  18. package/fesm2015/lucide-angular.mjs +83 -16
  19. package/fesm2015/lucide-angular.mjs.map +1 -1
  20. package/fesm2020/lucide-angular-src-icons.mjs +83 -16
  21. package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
  22. package/fesm2020/lucide-angular.mjs +83 -16
  23. package/fesm2020/lucide-angular.mjs.map +1 -1
  24. package/icons/bot-message-square.d.ts +14 -0
  25. package/icons/earth-lock.d.ts +14 -0
  26. package/icons/{globe-2.d.ts → earth.d.ts} +4 -4
  27. package/icons/globe-lock.d.ts +14 -0
  28. package/icons/goal.d.ts +1 -1
  29. package/icons/lucide-icons.d.ts +4 -1
  30. package/package.json +1 -1
  31. package/src/icons/aliases.d.ts +11 -2
  32. package/src/icons/icons/bot-message-square.d.ts +14 -0
  33. package/src/icons/icons/earth-lock.d.ts +14 -0
  34. package/src/icons/icons/{globe-2.d.ts → earth.d.ts} +4 -4
  35. package/src/icons/icons/globe-lock.d.ts +14 -0
  36. package/src/icons/icons/goal.d.ts +1 -1
  37. package/src/icons/icons/lucide-icons.d.ts +4 -1
  38. package/esm2020/icons/globe-2.mjs +0 -28
  39. package/esm2020/src/icons/icons/globe-2.mjs +0 -28
package/aliases.d.ts CHANGED
@@ -432,6 +432,8 @@ export { default as BookmarkIcon } from './icons/bookmark';
432
432
  export { default as LucideBookmark } from './icons/bookmark';
433
433
  export { default as BoomBoxIcon } from './icons/boom-box';
434
434
  export { default as LucideBoomBox } from './icons/boom-box';
435
+ export { default as BotMessageSquareIcon } from './icons/bot-message-square';
436
+ export { default as LucideBotMessageSquare } from './icons/bot-message-square';
435
437
  export { default as BotIcon } from './icons/bot';
436
438
  export { default as LucideBot } from './icons/bot';
437
439
  export { default as BoxSelectIcon } from './icons/box-select';
@@ -910,6 +912,8 @@ export { default as EarOffIcon } from './icons/ear-off';
910
912
  export { default as LucideEarOff } from './icons/ear-off';
911
913
  export { default as EarIcon } from './icons/ear';
912
914
  export { default as LucideEar } from './icons/ear';
915
+ export { default as EarthLockIcon } from './icons/earth-lock';
916
+ export { default as LucideEarthLock } from './icons/earth-lock';
913
917
  export { default as EclipseIcon } from './icons/eclipse';
914
918
  export { default as LucideEclipse } from './icons/eclipse';
915
919
  export { default as EggFriedIcon } from './icons/egg-fried';
@@ -1256,8 +1260,8 @@ export { default as GlassWaterIcon } from './icons/glass-water';
1256
1260
  export { default as LucideGlassWater } from './icons/glass-water';
1257
1261
  export { default as GlassesIcon } from './icons/glasses';
1258
1262
  export { default as LucideGlasses } from './icons/glasses';
1259
- export { default as Globe2Icon } from './icons/globe-2';
1260
- export { default as LucideGlobe2 } from './icons/globe-2';
1263
+ export { default as GlobeLockIcon } from './icons/globe-lock';
1264
+ export { default as LucideGlobeLock } from './icons/globe-lock';
1261
1265
  export { default as GlobeIcon } from './icons/globe';
1262
1266
  export { default as LucideGlobe } from './icons/globe';
1263
1267
  export { default as GoalIcon } from './icons/goal';
@@ -2848,6 +2852,11 @@ export { default as LucideDotSquare } from './icons/dot-square';
2848
2852
  export { default as SquareDot } from './icons/dot-square';
2849
2853
  export { default as SquareDotIcon } from './icons/dot-square';
2850
2854
  export { default as LucideSquareDot } from './icons/dot-square';
2855
+ export { default as EarthIcon } from './icons/earth';
2856
+ export { default as LucideEarth } from './icons/earth';
2857
+ export { default as Globe2 } from './icons/earth';
2858
+ export { default as Globe2Icon } from './icons/earth';
2859
+ export { default as LucideGlobe2 } from './icons/earth';
2851
2860
  export { default as EqualSquareIcon } from './icons/equal-square';
2852
2861
  export { default as LucideEqualSquare } from './icons/equal-square';
2853
2862
  export { default as SquareEqual } from './icons/equal-square';