lucide-react 0.17.10 → 0.17.11
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 +14 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/baseline.js +12 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +14 -1
- 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
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.17.
|
|
2
|
+
* lucide-react v0.17.11 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1357,6 +1357,18 @@ var BarChart = createReactComponent('BarChart', [['line', {
|
|
|
1357
1357
|
}]]);
|
|
1358
1358
|
var BarChart$1 = BarChart;
|
|
1359
1359
|
|
|
1360
|
+
var Baseline = createReactComponent('Baseline', [['path', {
|
|
1361
|
+
d: 'M4 20h16',
|
|
1362
|
+
key: '14thso'
|
|
1363
|
+
}], ['path', {
|
|
1364
|
+
d: 'M6 16l6-12 6 12',
|
|
1365
|
+
key: '192m56'
|
|
1366
|
+
}], ['path', {
|
|
1367
|
+
d: 'M8 12h8',
|
|
1368
|
+
key: '1wcyev'
|
|
1369
|
+
}]]);
|
|
1370
|
+
var Baseline$1 = Baseline;
|
|
1371
|
+
|
|
1360
1372
|
var BatteryCharging = createReactComponent('BatteryCharging', [['path', {
|
|
1361
1373
|
d: 'M14 7h2a2 2 0 012 2v6a2 2 0 01-2 2h-3',
|
|
1362
1374
|
key: 'me2ew4'
|
|
@@ -9573,6 +9585,7 @@ exports.Axe = Axe$1;
|
|
|
9573
9585
|
exports.Banknote = Banknote$1;
|
|
9574
9586
|
exports.BarChart = BarChart$1;
|
|
9575
9587
|
exports.BarChart2 = BarChart2$1;
|
|
9588
|
+
exports.Baseline = Baseline$1;
|
|
9576
9589
|
exports.Battery = Battery$1;
|
|
9577
9590
|
exports.BatteryCharging = BatteryCharging$1;
|
|
9578
9591
|
exports.BatteryFull = BatteryFull$1;
|