lucide-angular 0.75.0 → 0.76.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.
@@ -5509,6 +5509,22 @@
5509
5509
  ],
5510
5510
  ];
5511
5511
 
5512
+ var Joystick = [
5513
+ 'svg',
5514
+ defaultAttributes,
5515
+ [
5516
+ [
5517
+ 'path',
5518
+ {
5519
+ d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
5520
+ },
5521
+ ],
5522
+ ['path', { d: 'M6 15v-2' }],
5523
+ ['path', { d: 'M12 15V9' }],
5524
+ ['circle', { cx: '12', cy: '6', r: '3' }],
5525
+ ],
5526
+ ];
5527
+
5512
5528
  var Key = [
5513
5529
  'svg',
5514
5530
  defaultAttributes,
@@ -10274,6 +10290,7 @@
10274
10290
  Instagram: Instagram,
10275
10291
  Italic: Italic,
10276
10292
  JapaneseYen: JapaneseYen,
10293
+ Joystick: Joystick,
10277
10294
  Key: Key,
10278
10295
  Keyboard: Keyboard,
10279
10296
  LampCeiling: LampCeiling,
@@ -11502,6 +11519,7 @@
11502
11519
  exports.Instagram = Instagram;
11503
11520
  exports.Italic = Italic;
11504
11521
  exports.JapaneseYen = JapaneseYen;
11522
+ exports.Joystick = Joystick;
11505
11523
  exports.Key = Key;
11506
11524
  exports.Keyboard = Keyboard;
11507
11525
  exports.Lamp = Lamp;