lucide 0.31.0 → 0.32.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide v0.31.0 - ISC
2
+ * lucide v0.32.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -7604,11 +7604,13 @@ var Wand$1 = Wand;
7604
7604
  var Watch = ['svg', defaultAttributes, [['circle', {
7605
7605
  cx: '12',
7606
7606
  cy: '12',
7607
- r: '7'
7607
+ r: '6'
7608
7608
  }], ['polyline', {
7609
- points: '12 9 12 12 13.5 13.5'
7609
+ points: '12 10 12 12 13 13'
7610
+ }], ['path', {
7611
+ d: 'M16.13 7.66l-.81-4.05a2 2 0 0 0-2-1.61H10.64a2 2 0 0 0-2 1.61L7.86 7.66'
7610
7612
  }], ['path', {
7611
- d: 'm16.51 17.35-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83'
7613
+ d: 'M7.88 16.36l.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05'
7612
7614
  }]]];
7613
7615
  var Watch$1 = Watch;
7614
7616