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,
@@ -7706,6 +7721,7 @@
7706
7721
  exports.Lock = Lock;
7707
7722
  exports.LogIn = LogIn;
7708
7723
  exports.LogOut = LogOut;
7724
+ exports.Magnet = Magnet;
7709
7725
  exports.Mail = Mail;
7710
7726
  exports.Map = Map;
7711
7727
  exports.MapPin = MapPin;