lucide-react 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-react.js +4 -4
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/dollar-sign.js +3 -3
- package/dist/umd/lucide-react.js +4 -4
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var DollarSign = createReactComponent('DollarSign', [['line', {
|
|
3
3
|
x1: '12',
|
|
4
|
-
y1: '
|
|
4
|
+
y1: '2',
|
|
5
5
|
x2: '12',
|
|
6
|
-
y2: '
|
|
7
|
-
key: '
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: '1k6o5o'
|
|
8
8
|
}], ['path', {
|
|
9
9
|
d: 'M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6',
|
|
10
10
|
key: '1b0p4s'
|
package/dist/umd/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.27.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -3435,10 +3435,10 @@
|
|
|
3435
3435
|
|
|
3436
3436
|
var DollarSign = createReactComponent('DollarSign', [['line', {
|
|
3437
3437
|
x1: '12',
|
|
3438
|
-
y1: '
|
|
3438
|
+
y1: '2',
|
|
3439
3439
|
x2: '12',
|
|
3440
|
-
y2: '
|
|
3441
|
-
key: '
|
|
3440
|
+
y2: '22',
|
|
3441
|
+
key: '1k6o5o'
|
|
3442
3442
|
}], ['path', {
|
|
3443
3443
|
d: 'M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6',
|
|
3444
3444
|
key: '1b0p4s'
|