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,
@@ -10274,6 +10324,7 @@
10274
10324
  Instagram: Instagram,
10275
10325
  Italic: Italic,
10276
10326
  JapaneseYen: JapaneseYen,
10327
+ Joystick: Joystick,
10277
10328
  Key: Key,
10278
10329
  Keyboard: Keyboard,
10279
10330
  LampCeiling: LampCeiling,
@@ -10586,6 +10637,7 @@
10586
10637
  Unlock: Unlock,
10587
10638
  UploadCloud: UploadCloud,
10588
10639
  Upload: Upload,
10640
+ Usb: Usb,
10589
10641
  UserCheck: UserCheck,
10590
10642
  UserCog: UserCog,
10591
10643
  UserMinus: UserMinus,
@@ -10608,6 +10660,7 @@
10608
10660
  VolumeX: VolumeX,
10609
10661
  Volume: Volume,
10610
10662
  Wallet: Wallet,
10663
+ Wand2: Wand2,
10611
10664
  Wand: Wand,
10612
10665
  Watch: Watch,
10613
10666
  Waves: Waves,
@@ -11502,6 +11555,7 @@
11502
11555
  exports.Instagram = Instagram;
11503
11556
  exports.Italic = Italic;
11504
11557
  exports.JapaneseYen = JapaneseYen;
11558
+ exports.Joystick = Joystick;
11505
11559
  exports.Key = Key;
11506
11560
  exports.Keyboard = Keyboard;
11507
11561
  exports.Lamp = Lamp;
@@ -11816,6 +11870,7 @@
11816
11870
  exports.Unlock = Unlock;
11817
11871
  exports.Upload = Upload;
11818
11872
  exports.UploadCloud = UploadCloud;
11873
+ exports.Usb = Usb;
11819
11874
  exports.User = User;
11820
11875
  exports.UserCheck = UserCheck;
11821
11876
  exports.UserCog = UserCog;
@@ -11839,6 +11894,7 @@
11839
11894
  exports.VolumeX = VolumeX;
11840
11895
  exports.Wallet = Wallet;
11841
11896
  exports.Wand = Wand;
11897
+ exports.Wand2 = Wand2;
11842
11898
  exports.Watch = Watch;
11843
11899
  exports.Waves = Waves;
11844
11900
  exports.Webcam = Webcam;