lucide-angular 0.75.0 → 0.78.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,
@@ -9345,6 +9361,20 @@
9345
9361
  ],
9346
9362
  ];
9347
9363
 
9364
+ var Usb = [
9365
+ 'svg',
9366
+ defaultAttributes,
9367
+ [
9368
+ ['circle', { cx: '4', cy: '20', r: '1' }],
9369
+ ['circle', { cx: '10', cy: '7', r: '1' }],
9370
+ ['path', { d: 'M4 20 19 5' }],
9371
+ ['path', { d: 'm21 3-3 1 2 2 1-3Z' }],
9372
+ ['path', { d: 'm10 7-5 5 2 5' }],
9373
+ ['path', { d: 'm10 14 5 2 4-4' }],
9374
+ ['path', { d: 'm18 12 1-1 1 1-1 1-1-1Z' }],
9375
+ ],
9376
+ ];
9377
+
9348
9378
  var UserCheck = [
9349
9379
  'svg',
9350
9380
  defaultAttributes,
@@ -9594,6 +9624,26 @@
9594
9624
  ],
9595
9625
  ];
9596
9626
 
9627
+ var Wand2 = [
9628
+ 'svg',
9629
+ defaultAttributes,
9630
+ [
9631
+ [
9632
+ 'path',
9633
+ {
9634
+ d: 'm21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z',
9635
+ },
9636
+ ],
9637
+ ['path', { d: 'm14 7 3 3' }],
9638
+ ['path', { d: 'M5 6v4' }],
9639
+ ['path', { d: 'M19 14v4' }],
9640
+ ['path', { d: 'M10 2v2' }],
9641
+ ['path', { d: 'M7 8H3' }],
9642
+ ['path', { d: 'M21 16h-4' }],
9643
+ ['path', { d: 'M11 3H9' }],
9644
+ ],
9645
+ ];
9646
+
9597
9647
  var Wand = [
9598
9648
  'svg',
9599
9649
  defaultAttributes,
@@ -10276,6 +10326,7 @@
10276
10326
  exports.Instagram = Instagram;
10277
10327
  exports.Italic = Italic;
10278
10328
  exports.JapaneseYen = JapaneseYen;
10329
+ exports.Joystick = Joystick;
10279
10330
  exports.Key = Key;
10280
10331
  exports.Keyboard = Keyboard;
10281
10332
  exports.Lamp = Lamp;
@@ -10588,6 +10639,7 @@
10588
10639
  exports.Unlock = Unlock;
10589
10640
  exports.Upload = Upload;
10590
10641
  exports.UploadCloud = UploadCloud;
10642
+ exports.Usb = Usb;
10591
10643
  exports.User = User;
10592
10644
  exports.UserCheck = UserCheck;
10593
10645
  exports.UserCog = UserCog;
@@ -10611,6 +10663,7 @@
10611
10663
  exports.VolumeX = VolumeX;
10612
10664
  exports.Wallet = Wallet;
10613
10665
  exports.Wand = Wand;
10666
+ exports.Wand2 = Wand2;
10614
10667
  exports.Watch = Watch;
10615
10668
  exports.Waves = Waves;
10616
10669
  exports.Webcam = Webcam;