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,
@@ -10276,6 +10292,7 @@
10276
10292
  exports.Instagram = Instagram;
10277
10293
  exports.Italic = Italic;
10278
10294
  exports.JapaneseYen = JapaneseYen;
10295
+ exports.Joystick = Joystick;
10279
10296
  exports.Key = Key;
10280
10297
  exports.Keyboard = Keyboard;
10281
10298
  exports.Lamp = Lamp;