lucide 0.60.0 → 0.61.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.61.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -3415,9 +3415,9 @@ var Equal = ['svg', defaultAttributes, [['line', {
|
|
|
3415
3415
|
var Equal$1 = Equal;
|
|
3416
3416
|
|
|
3417
3417
|
var Eraser = ['svg', defaultAttributes, [['path', {
|
|
3418
|
-
d: '
|
|
3418
|
+
d: 'M22,20H7l-4-4 c-0.5-0.5-0.5-1.5,0-2l9.47-9.47c0.5-0.5,1.5-0.5,2,0L20.512,11c0.5,0.5,0.5,1.5,0,2L13.5,20'
|
|
3419
3419
|
}], ['path', {
|
|
3420
|
-
d: 'M6
|
|
3420
|
+
d: 'M6,11l8,8'
|
|
3421
3421
|
}]]];
|
|
3422
3422
|
var Eraser$1 = Eraser;
|
|
3423
3423
|
|