lucide-angular 0.47.0 → 0.48.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.
@@ -4275,6 +4275,21 @@
4275
4275
  ],
4276
4276
  ];
4277
4277
 
4278
+ var Magnet = [
4279
+ 'svg',
4280
+ defaultAttributes,
4281
+ [
4282
+ [
4283
+ 'path',
4284
+ {
4285
+ d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
4286
+ },
4287
+ ],
4288
+ ['path', { d: 'm5 8 4 4' }],
4289
+ ['path', { d: 'm12 15 4 4' }],
4290
+ ],
4291
+ ];
4292
+
4278
4293
  var Mail = [
4279
4294
  'svg',
4280
4295
  defaultAttributes,
@@ -7704,6 +7719,7 @@
7704
7719
  Lock: Lock,
7705
7720
  LogIn: LogIn,
7706
7721
  LogOut: LogOut,
7722
+ Magnet: Magnet,
7707
7723
  Mail: Mail,
7708
7724
  MapPinOff: MapPinOff,
7709
7725
  MapPin: MapPin,
@@ -8768,6 +8784,7 @@
8768
8784
  exports.LogOut = LogOut;
8769
8785
  exports.LucideAngularComponent = LucideAngularComponent;
8770
8786
  exports.LucideAngularModule = LucideAngularModule;
8787
+ exports.Magnet = Magnet;
8771
8788
  exports.Mail = Mail;
8772
8789
  exports.Map = Map;
8773
8790
  exports.MapPin = MapPin;