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.
@@ -6861,7 +6861,7 @@ const ThermometerSnowflake = [
6861
6861
  ['path', { d: 'm3 9 3 3-3 3' }],
6862
6862
  ['path', { d: 'M12 6 9 9 6 6' }],
6863
6863
  ['path', { d: 'm6 18 3-3 1.5 1.5' }],
6864
- ['path', { d: 'M18 2a2 2 0 0 0-2 2v10.5a4 4 0 1 0 4 0V4a2 2 0 0 0-2-2z' }],
6864
+ ['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
6865
6865
  ],
6866
6866
  ];
6867
6867
 
@@ -6872,7 +6872,7 @@ const ThermometerSun = [
6872
6872
  ['path', { d: 'M12 9a4 4 0 0 0-2 7.5' }],
6873
6873
  ['path', { d: 'M12 3v2' }],
6874
6874
  ['path', { d: 'm6.6 18.4-1.4 1.4' }],
6875
- ['path', { d: 'M18 2a2 2 0 0 1 2 2v10.5a4 4 0 1 1-4 0V4c0-1.1.9-2 2-2z' }],
6875
+ ['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
6876
6876
  ['path', { d: 'M4 13H2' }],
6877
6877
  ['path', { d: 'M6.6 7.6 5.2 6.2' }],
6878
6878
  ],
@@ -6881,7 +6881,7 @@ const ThermometerSun = [
6881
6881
  const Thermometer = [
6882
6882
  'svg',
6883
6883
  defaultAttributes,
6884
- [['path', { d: 'M12 2a2 2 0 0 0-2 2v10.5a4 4 0 1 0 4 0V4a2 2 0 0 0-2-2z' }]],
6884
+ [['path', { d: 'M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }]],
6885
6885
  ];
6886
6886
 
6887
6887
  const ThumbsDown = [