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.
- package/bundles/lucide-angular-src-icons.umd.js +17 -0
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +18 -0
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/index.js +2 -1
- package/esm2015/icons/sliders-horizontal.js +18 -0
- package/esm2015/src/icons/index.js +2 -1
- package/esm2015/src/icons/sliders-horizontal.js +18 -0
- package/fesm2015/lucide-angular-src-icons.js +17 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +18 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/index.d.ts +1 -0
- package/icons/sliders-horizontal.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/sliders-horizontal.d.ts +3 -0
|
@@ -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;
|