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/esm/icons/index.js
CHANGED
|
@@ -770,6 +770,7 @@ export { default as Volume2 } from './volume-2';
|
|
|
770
770
|
export { default as VolumeX } from './volume-x';
|
|
771
771
|
export { default as Volume } from './volume';
|
|
772
772
|
export { default as Wallet } from './wallet';
|
|
773
|
+
export { default as Wand2 } from './wand-2';
|
|
773
774
|
export { default as Wand } from './wand';
|
|
774
775
|
export { default as Watch } from './watch';
|
|
775
776
|
export { default as Waves } from './waves';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Wand2 = createReactComponent('Wand2', [['path', {
|
|
3
|
+
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',
|
|
4
|
+
key: '1bcowg'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm14 7 3 3',
|
|
7
|
+
key: '1r5n42'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M5 6v4',
|
|
10
|
+
key: 'ilb8ba'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M19 14v4',
|
|
13
|
+
key: 'blhpug'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M10 2v2',
|
|
16
|
+
key: '7u0qdc'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M7 8H3',
|
|
19
|
+
key: 'zfb6yr'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M21 16h-4',
|
|
22
|
+
key: '1cnmox'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M11 3H9',
|
|
25
|
+
key: '1obp7u'
|
|
26
|
+
}]]);
|
|
27
|
+
export default Wand2;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -785,6 +785,7 @@ export declare const Volume2: (props: LucideProps) => JSX.Element;
|
|
|
785
785
|
export declare const VolumeX: (props: LucideProps) => JSX.Element;
|
|
786
786
|
export declare const Volume: (props: LucideProps) => JSX.Element;
|
|
787
787
|
export declare const Wallet: (props: LucideProps) => JSX.Element;
|
|
788
|
+
export declare const Wand2: (props: LucideProps) => JSX.Element;
|
|
788
789
|
export declare const Wand: (props: LucideProps) => JSX.Element;
|
|
789
790
|
export declare const Watch: (props: LucideProps) => JSX.Element;
|
|
790
791
|
export declare const Waves: (props: LucideProps) => JSX.Element;
|
package/dist/umd/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
|
(function (global, factory) {
|
|
@@ -13356,6 +13356,33 @@
|
|
|
13356
13356
|
}]]);
|
|
13357
13357
|
var Wallet$1 = Wallet;
|
|
13358
13358
|
|
|
13359
|
+
var Wand2 = createReactComponent('Wand2', [['path', {
|
|
13360
|
+
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',
|
|
13361
|
+
key: '1bcowg'
|
|
13362
|
+
}], ['path', {
|
|
13363
|
+
d: 'm14 7 3 3',
|
|
13364
|
+
key: '1r5n42'
|
|
13365
|
+
}], ['path', {
|
|
13366
|
+
d: 'M5 6v4',
|
|
13367
|
+
key: 'ilb8ba'
|
|
13368
|
+
}], ['path', {
|
|
13369
|
+
d: 'M19 14v4',
|
|
13370
|
+
key: 'blhpug'
|
|
13371
|
+
}], ['path', {
|
|
13372
|
+
d: 'M10 2v2',
|
|
13373
|
+
key: '7u0qdc'
|
|
13374
|
+
}], ['path', {
|
|
13375
|
+
d: 'M7 8H3',
|
|
13376
|
+
key: 'zfb6yr'
|
|
13377
|
+
}], ['path', {
|
|
13378
|
+
d: 'M21 16h-4',
|
|
13379
|
+
key: '1cnmox'
|
|
13380
|
+
}], ['path', {
|
|
13381
|
+
d: 'M11 3H9',
|
|
13382
|
+
key: '1obp7u'
|
|
13383
|
+
}]]);
|
|
13384
|
+
var Wand2$1 = Wand2;
|
|
13385
|
+
|
|
13359
13386
|
var Wand = createReactComponent('Wand', [['path', {
|
|
13360
13387
|
d: 'M15 4V2',
|
|
13361
13388
|
key: 'z1p9b7'
|
|
@@ -14464,6 +14491,7 @@
|
|
|
14464
14491
|
exports.VolumeX = VolumeX$1;
|
|
14465
14492
|
exports.Wallet = Wallet$1;
|
|
14466
14493
|
exports.Wand = Wand$1;
|
|
14494
|
+
exports.Wand2 = Wand2$1;
|
|
14467
14495
|
exports.Watch = Watch$1;
|
|
14468
14496
|
exports.Waves = Waves$1;
|
|
14469
14497
|
exports.Webcam = Webcam$1;
|