lucide-angular 0.76.0 → 0.77.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.
@@ -9361,6 +9361,20 @@
9361
9361
  ],
9362
9362
  ];
9363
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
+
9364
9378
  var UserCheck = [
9365
9379
  'svg',
9366
9380
  defaultAttributes,
@@ -10603,6 +10617,7 @@
10603
10617
  Unlock: Unlock,
10604
10618
  UploadCloud: UploadCloud,
10605
10619
  Upload: Upload,
10620
+ Usb: Usb,
10606
10621
  UserCheck: UserCheck,
10607
10622
  UserCog: UserCog,
10608
10623
  UserMinus: UserMinus,
@@ -11834,6 +11849,7 @@
11834
11849
  exports.Unlock = Unlock;
11835
11850
  exports.Upload = Upload;
11836
11851
  exports.UploadCloud = UploadCloud;
11852
+ exports.Usb = Usb;
11837
11853
  exports.User = User;
11838
11854
  exports.UserCheck = UserCheck;
11839
11855
  exports.UserCog = UserCog;