lucide-angular 0.58.0 → 0.59.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 +3 -3
- 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 +3 -3
- 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/thermometer-snowflake.js +2 -2
- package/esm2015/icons/thermometer-sun.js +2 -2
- package/esm2015/icons/thermometer.js +2 -2
- package/esm2015/src/icons/thermometer-snowflake.js +2 -2
- package/esm2015/src/icons/thermometer-sun.js +2 -2
- package/esm2015/src/icons/thermometer.js +2 -2
- package/fesm2015/lucide-angular-src-icons.js +3 -3
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +3 -3
- package/fesm2015/lucide-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -6865,7 +6865,7 @@
|
|
|
6865
6865
|
['path', { d: 'm3 9 3 3-3 3' }],
|
|
6866
6866
|
['path', { d: 'M12 6 9 9 6 6' }],
|
|
6867
6867
|
['path', { d: 'm6 18 3-3 1.5 1.5' }],
|
|
6868
|
-
['path', { d: '
|
|
6868
|
+
['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
|
|
6869
6869
|
],
|
|
6870
6870
|
];
|
|
6871
6871
|
|
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
['path', { d: 'M12 9a4 4 0 0 0-2 7.5' }],
|
|
6877
6877
|
['path', { d: 'M12 3v2' }],
|
|
6878
6878
|
['path', { d: 'm6.6 18.4-1.4 1.4' }],
|
|
6879
|
-
['path', { d: '
|
|
6879
|
+
['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
|
|
6880
6880
|
['path', { d: 'M4 13H2' }],
|
|
6881
6881
|
['path', { d: 'M6.6 7.6 5.2 6.2' }],
|
|
6882
6882
|
],
|
|
@@ -6885,7 +6885,7 @@
|
|
|
6885
6885
|
var Thermometer = [
|
|
6886
6886
|
'svg',
|
|
6887
6887
|
defaultAttributes,
|
|
6888
|
-
[['path', { d: '
|
|
6888
|
+
[['path', { d: 'M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }]],
|
|
6889
6889
|
];
|
|
6890
6890
|
|
|
6891
6891
|
var ThumbsDown = [
|