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.
package/dist/cjs/lucide.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide v0.
|
|
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: '
|
|
7607
|
+
r: '6'
|
|
7608
7608
|
}], ['polyline', {
|
|
7609
|
-
points: '12
|
|
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: '
|
|
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
|
|