lucide-angular 0.77.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.
@@ -9624,6 +9624,26 @@
9624
9624
  ],
9625
9625
  ];
9626
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
+
9627
9647
  var Wand = [
9628
9648
  'svg',
9629
9649
  defaultAttributes,
@@ -10643,6 +10663,7 @@
10643
10663
  exports.VolumeX = VolumeX;
10644
10664
  exports.Wallet = Wallet;
10645
10665
  exports.Wand = Wand;
10666
+ exports.Wand2 = Wand2;
10646
10667
  exports.Watch = Watch;
10647
10668
  exports.Waves = Waves;
10648
10669
  exports.Webcam = Webcam;