lucide-angular 0.38.0 → 0.39.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.
@@ -5087,6 +5087,19 @@
5087
5087
  ],
5088
5088
  ];
5089
5089
 
5090
+ var Puzzle = [
5091
+ 'svg',
5092
+ defaultAttributes,
5093
+ [
5094
+ [
5095
+ 'path',
5096
+ {
5097
+ d: 'm12 2 3.6 3.6c2.4-6.3 9.1.4 2.8 2.8L22 12l-3.6 3.6c-2.4-6.3-9.1.4-2.8 2.8L12 22l-3.6-3.6C6 24.7-.7 18 5.6 15.6L2 12l3.6-3.6C8 14.7 14.7 8 8.4 5.6L12 2z',
5098
+ },
5099
+ ],
5100
+ ],
5101
+ ];
5102
+
5090
5103
  var QrCode = [
5091
5104
  'svg',
5092
5105
  defaultAttributes,
@@ -6673,6 +6686,18 @@
6673
6686
  ],
6674
6687
  ];
6675
6688
 
6689
+ var VibrateOff = [
6690
+ 'svg',
6691
+ defaultAttributes,
6692
+ [
6693
+ ['path', { d: 'm2 8 2 2-2 2 2 2-2 2' }],
6694
+ ['path', { d: 'm22 8-2 2 2 2-2 2 2 2' }],
6695
+ ['path', { d: 'M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2' }],
6696
+ ['path', { d: 'M16 10.34V6c0-.55-.45-1-1-1h-4.34' }],
6697
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6698
+ ],
6699
+ ];
6700
+
6676
6701
  var Vibrate = [
6677
6702
  'svg',
6678
6703
  defaultAttributes,
@@ -7432,6 +7457,7 @@
7432
7457
  exports.Power = Power;
7433
7458
  exports.PowerOff = PowerOff;
7434
7459
  exports.Printer = Printer;
7460
+ exports.Puzzle = Puzzle;
7435
7461
  exports.QrCode = QrCode;
7436
7462
  exports.Quote = Quote;
7437
7463
  exports.Radio = Radio;
@@ -7570,6 +7596,7 @@
7570
7596
  exports.Users = Users;
7571
7597
  exports.Verified = Verified;
7572
7598
  exports.Vibrate = Vibrate;
7599
+ exports.VibrateOff = VibrateOff;
7573
7600
  exports.Video = Video;
7574
7601
  exports.VideoOff = VideoOff;
7575
7602
  exports.View = View;