lucide-angular 0.36.0 → 0.37.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.
@@ -5806,6 +5806,22 @@
5806
5806
  ],
5807
5807
  ];
5808
5808
 
5809
+ var SlidersHorizontal = [
5810
+ 'svg',
5811
+ defaultAttributes,
5812
+ [
5813
+ ['line', { x1: '21', y1: '4', x2: '14', y2: '4' }],
5814
+ ['line', { x1: '10', y1: '4', x2: '3', y2: '4' }],
5815
+ ['line', { x1: '21', y1: '12', x2: '12', y2: '12' }],
5816
+ ['line', { x1: '8', y1: '12', x2: '3', y2: '12' }],
5817
+ ['line', { x1: '21', y1: '20', x2: '16', y2: '20' }],
5818
+ ['line', { x1: '12', y1: '20', x2: '3', y2: '20' }],
5819
+ ['line', { x1: '14', y1: '2', x2: '14', y2: '6' }],
5820
+ ['line', { x1: '8', y1: '10', x2: '8', y2: '14' }],
5821
+ ['line', { x1: '16', y1: '18', x2: '16', y2: '22' }],
5822
+ ],
5823
+ ];
5824
+
5809
5825
  var Sliders = [
5810
5826
  'svg',
5811
5827
  defaultAttributes,
@@ -7464,6 +7480,7 @@
7464
7480
  exports.Slack = Slack;
7465
7481
  exports.Slash = Slash;
7466
7482
  exports.Sliders = Sliders;
7483
+ exports.SlidersHorizontal = SlidersHorizontal;
7467
7484
  exports.Smartphone = Smartphone;
7468
7485
  exports.SmartphoneCharging = SmartphoneCharging;
7469
7486
  exports.Smile = Smile;