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,
@@ -10605,6 +10619,7 @@
10605
10619
  exports.Unlock = Unlock;
10606
10620
  exports.Upload = Upload;
10607
10621
  exports.UploadCloud = UploadCloud;
10622
+ exports.Usb = Usb;
10608
10623
  exports.User = User;
10609
10624
  exports.UserCheck = UserCheck;
10610
10625
  exports.UserCog = UserCog;