lucide-react 0.77.0 → 0.78.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 +29 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/wand-2.js +27 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +29 -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.
|
|
2
|
+
* lucide-react v0.78.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -13357,6 +13357,33 @@ var Wallet = createReactComponent('Wallet', [['path', {
|
|
|
13357
13357
|
}]]);
|
|
13358
13358
|
var Wallet$1 = Wallet;
|
|
13359
13359
|
|
|
13360
|
+
var Wand2 = createReactComponent('Wand2', [['path', {
|
|
13361
|
+
d: 'm21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z',
|
|
13362
|
+
key: '1bcowg'
|
|
13363
|
+
}], ['path', {
|
|
13364
|
+
d: 'm14 7 3 3',
|
|
13365
|
+
key: '1r5n42'
|
|
13366
|
+
}], ['path', {
|
|
13367
|
+
d: 'M5 6v4',
|
|
13368
|
+
key: 'ilb8ba'
|
|
13369
|
+
}], ['path', {
|
|
13370
|
+
d: 'M19 14v4',
|
|
13371
|
+
key: 'blhpug'
|
|
13372
|
+
}], ['path', {
|
|
13373
|
+
d: 'M10 2v2',
|
|
13374
|
+
key: '7u0qdc'
|
|
13375
|
+
}], ['path', {
|
|
13376
|
+
d: 'M7 8H3',
|
|
13377
|
+
key: 'zfb6yr'
|
|
13378
|
+
}], ['path', {
|
|
13379
|
+
d: 'M21 16h-4',
|
|
13380
|
+
key: '1cnmox'
|
|
13381
|
+
}], ['path', {
|
|
13382
|
+
d: 'M11 3H9',
|
|
13383
|
+
key: '1obp7u'
|
|
13384
|
+
}]]);
|
|
13385
|
+
var Wand2$1 = Wand2;
|
|
13386
|
+
|
|
13360
13387
|
var Wand = createReactComponent('Wand', [['path', {
|
|
13361
13388
|
d: 'M15 4V2',
|
|
13362
13389
|
key: 'z1p9b7'
|
|
@@ -14465,6 +14492,7 @@ exports.Volume2 = Volume2$1;
|
|
|
14465
14492
|
exports.VolumeX = VolumeX$1;
|
|
14466
14493
|
exports.Wallet = Wallet$1;
|
|
14467
14494
|
exports.Wand = Wand$1;
|
|
14495
|
+
exports.Wand2 = Wand2$1;
|
|
14468
14496
|
exports.Watch = Watch$1;
|
|
14469
14497
|
exports.Waves = Waves$1;
|
|
14470
14498
|
exports.Webcam = Webcam$1;
|