lucide-angular 0.235.0 → 0.236.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 CHANGED
@@ -1223,6 +1223,10 @@ export { default as JapaneseYenIcon } from './icons/japanese-yen';
1223
1223
  export { default as LucideJapaneseYen } from './icons/japanese-yen';
1224
1224
  export { default as JoystickIcon } from './icons/joystick';
1225
1225
  export { default as LucideJoystick } from './icons/joystick';
1226
+ export { default as KeyRoundIcon } from './icons/key-round';
1227
+ export { default as LucideKeyRound } from './icons/key-round';
1228
+ export { default as KeySquareIcon } from './icons/key-square';
1229
+ export { default as LucideKeySquare } from './icons/key-square';
1226
1230
  export { default as KeyIcon } from './icons/key';
1227
1231
  export { default as LucideKey } from './icons/key';
1228
1232
  export { default as KeyboardIcon } from './icons/keyboard';