lucide-preact 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-preact.js +29 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/wand-2.js +27 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +29 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.78.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -13346,6 +13346,33 @@ var Wallet = createPreactComponent('Wallet', [['path', {
|
|
|
13346
13346
|
}]]);
|
|
13347
13347
|
var Wallet$1 = Wallet;
|
|
13348
13348
|
|
|
13349
|
+
var Wand2 = createPreactComponent('Wand2', [['path', {
|
|
13350
|
+
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',
|
|
13351
|
+
key: '1bcowg'
|
|
13352
|
+
}], ['path', {
|
|
13353
|
+
d: 'm14 7 3 3',
|
|
13354
|
+
key: '1r5n42'
|
|
13355
|
+
}], ['path', {
|
|
13356
|
+
d: 'M5 6v4',
|
|
13357
|
+
key: 'ilb8ba'
|
|
13358
|
+
}], ['path', {
|
|
13359
|
+
d: 'M19 14v4',
|
|
13360
|
+
key: 'blhpug'
|
|
13361
|
+
}], ['path', {
|
|
13362
|
+
d: 'M10 2v2',
|
|
13363
|
+
key: '7u0qdc'
|
|
13364
|
+
}], ['path', {
|
|
13365
|
+
d: 'M7 8H3',
|
|
13366
|
+
key: 'zfb6yr'
|
|
13367
|
+
}], ['path', {
|
|
13368
|
+
d: 'M21 16h-4',
|
|
13369
|
+
key: '1cnmox'
|
|
13370
|
+
}], ['path', {
|
|
13371
|
+
d: 'M11 3H9',
|
|
13372
|
+
key: '1obp7u'
|
|
13373
|
+
}]]);
|
|
13374
|
+
var Wand2$1 = Wand2;
|
|
13375
|
+
|
|
13349
13376
|
var Wand = createPreactComponent('Wand', [['path', {
|
|
13350
13377
|
d: 'M15 4V2',
|
|
13351
13378
|
key: 'z1p9b7'
|
|
@@ -14454,6 +14481,7 @@ exports.Volume2 = Volume2$1;
|
|
|
14454
14481
|
exports.VolumeX = VolumeX$1;
|
|
14455
14482
|
exports.Wallet = Wallet$1;
|
|
14456
14483
|
exports.Wand = Wand$1;
|
|
14484
|
+
exports.Wand2 = Wand2$1;
|
|
14457
14485
|
exports.Watch = Watch$1;
|
|
14458
14486
|
exports.Waves = Waves$1;
|
|
14459
14487
|
exports.Webcam = Webcam$1;
|