lucide 0.26.0 → 0.27.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.27.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2739,9 +2739,9 @@ var Divide$1 = Divide;
|
|
|
2739
2739
|
|
|
2740
2740
|
var DollarSign = ['svg', defaultAttributes, [['line', {
|
|
2741
2741
|
x1: '12',
|
|
2742
|
-
y1: '
|
|
2742
|
+
y1: '2',
|
|
2743
2743
|
x2: '12',
|
|
2744
|
-
y2: '
|
|
2744
|
+
y2: '22'
|
|
2745
2745
|
}], ['path', {
|
|
2746
2746
|
d: 'M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6'
|
|
2747
2747
|
}]]];
|