lucide-react 0.75.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.
@@ -434,6 +434,7 @@ export { default as Inspect } from './inspect';
434
434
  export { default as Instagram } from './instagram';
435
435
  export { default as Italic } from './italic';
436
436
  export { default as JapaneseYen } from './japanese-yen';
437
+ export { default as Joystick } from './joystick';
437
438
  export { default as Key } from './key';
438
439
  export { default as Keyboard } from './keyboard';
439
440
  export { default as LampCeiling } from './lamp-ceiling';
@@ -746,6 +747,7 @@ export { default as Unlink } from './unlink';
746
747
  export { default as Unlock } from './unlock';
747
748
  export { default as UploadCloud } from './upload-cloud';
748
749
  export { default as Upload } from './upload';
750
+ export { default as Usb } from './usb';
749
751
  export { default as UserCheck } from './user-check';
750
752
  export { default as UserCog } from './user-cog';
751
753
  export { default as UserMinus } from './user-minus';
@@ -768,6 +770,7 @@ export { default as Volume2 } from './volume-2';
768
770
  export { default as VolumeX } from './volume-x';
769
771
  export { default as Volume } from './volume';
770
772
  export { default as Wallet } from './wallet';
773
+ export { default as Wand2 } from './wand-2';
771
774
  export { default as Wand } from './wand';
772
775
  export { default as Watch } from './watch';
773
776
  export { default as Waves } from './waves';
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Joystick = createReactComponent('Joystick', [['path', {
3
+ d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
4
+ key: 'jg2n2t'
5
+ }], ['path', {
6
+ d: 'M6 15v-2',
7
+ key: 'gd6mvg'
8
+ }], ['path', {
9
+ d: 'M12 15V9',
10
+ key: '8c7uyn'
11
+ }], ['circle', {
12
+ cx: '12',
13
+ cy: '6',
14
+ r: '3',
15
+ key: '1gm2ql'
16
+ }]]);
17
+ export default Joystick;
@@ -0,0 +1,28 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Usb = createReactComponent('Usb', [['circle', {
3
+ cx: '4',
4
+ cy: '20',
5
+ r: '1',
6
+ key: '22iqad'
7
+ }], ['circle', {
8
+ cx: '10',
9
+ cy: '7',
10
+ r: '1',
11
+ key: 'dypaad'
12
+ }], ['path', {
13
+ d: 'M4 20 19 5',
14
+ key: '15hogs'
15
+ }], ['path', {
16
+ d: 'm21 3-3 1 2 2 1-3Z',
17
+ key: 'ew8vct'
18
+ }], ['path', {
19
+ d: 'm10 7-5 5 2 5',
20
+ key: '148pqf'
21
+ }], ['path', {
22
+ d: 'm10 14 5 2 4-4',
23
+ key: '1ivjwr'
24
+ }], ['path', {
25
+ d: 'm18 12 1-1 1 1-1 1-1-1Z',
26
+ key: 'tus6kn'
27
+ }]]);
28
+ export default Usb;
@@ -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;
@@ -449,6 +449,7 @@ export declare const Inspect: (props: LucideProps) => JSX.Element;
449
449
  export declare const Instagram: (props: LucideProps) => JSX.Element;
450
450
  export declare const Italic: (props: LucideProps) => JSX.Element;
451
451
  export declare const JapaneseYen: (props: LucideProps) => JSX.Element;
452
+ export declare const Joystick: (props: LucideProps) => JSX.Element;
452
453
  export declare const Key: (props: LucideProps) => JSX.Element;
453
454
  export declare const Keyboard: (props: LucideProps) => JSX.Element;
454
455
  export declare const LampCeiling: (props: LucideProps) => JSX.Element;
@@ -761,6 +762,7 @@ export declare const Unlink: (props: LucideProps) => JSX.Element;
761
762
  export declare const Unlock: (props: LucideProps) => JSX.Element;
762
763
  export declare const UploadCloud: (props: LucideProps) => JSX.Element;
763
764
  export declare const Upload: (props: LucideProps) => JSX.Element;
765
+ export declare const Usb: (props: LucideProps) => JSX.Element;
764
766
  export declare const UserCheck: (props: LucideProps) => JSX.Element;
765
767
  export declare const UserCog: (props: LucideProps) => JSX.Element;
766
768
  export declare const UserMinus: (props: LucideProps) => JSX.Element;
@@ -783,6 +785,7 @@ export declare const Volume2: (props: LucideProps) => JSX.Element;
783
785
  export declare const VolumeX: (props: LucideProps) => JSX.Element;
784
786
  export declare const Volume: (props: LucideProps) => JSX.Element;
785
787
  export declare const Wallet: (props: LucideProps) => JSX.Element;
788
+ export declare const Wand2: (props: LucideProps) => JSX.Element;
786
789
  export declare const Wand: (props: LucideProps) => JSX.Element;
787
790
  export declare const Watch: (props: LucideProps) => JSX.Element;
788
791
  export declare const Waves: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.75.0 - ISC
2
+ * lucide-react v0.78.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -7658,6 +7658,23 @@
7658
7658
  }]]);
7659
7659
  var JapaneseYen$1 = JapaneseYen;
7660
7660
 
7661
+ var Joystick = createReactComponent('Joystick', [['path', {
7662
+ d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
7663
+ key: 'jg2n2t'
7664
+ }], ['path', {
7665
+ d: 'M6 15v-2',
7666
+ key: 'gd6mvg'
7667
+ }], ['path', {
7668
+ d: 'M12 15V9',
7669
+ key: '8c7uyn'
7670
+ }], ['circle', {
7671
+ cx: '12',
7672
+ cy: '6',
7673
+ r: '3',
7674
+ key: '1gm2ql'
7675
+ }]]);
7676
+ var Joystick$1 = Joystick;
7677
+
7661
7678
  var Key = createReactComponent('Key', [['path', {
7662
7679
  d: 'm21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4',
7663
7680
  key: '1b7wfm'
@@ -12967,6 +12984,34 @@
12967
12984
  }]]);
12968
12985
  var Upload$1 = Upload;
12969
12986
 
12987
+ var Usb = createReactComponent('Usb', [['circle', {
12988
+ cx: '4',
12989
+ cy: '20',
12990
+ r: '1',
12991
+ key: '22iqad'
12992
+ }], ['circle', {
12993
+ cx: '10',
12994
+ cy: '7',
12995
+ r: '1',
12996
+ key: 'dypaad'
12997
+ }], ['path', {
12998
+ d: 'M4 20 19 5',
12999
+ key: '15hogs'
13000
+ }], ['path', {
13001
+ d: 'm21 3-3 1 2 2 1-3Z',
13002
+ key: 'ew8vct'
13003
+ }], ['path', {
13004
+ d: 'm10 7-5 5 2 5',
13005
+ key: '148pqf'
13006
+ }], ['path', {
13007
+ d: 'm10 14 5 2 4-4',
13008
+ key: '1ivjwr'
13009
+ }], ['path', {
13010
+ d: 'm18 12 1-1 1 1-1 1-1-1Z',
13011
+ key: 'tus6kn'
13012
+ }]]);
13013
+ var Usb$1 = Usb;
13014
+
12970
13015
  var UserCheck = createReactComponent('UserCheck', [['path', {
12971
13016
  d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
12972
13017
  key: '1yyitq'
@@ -13311,6 +13356,33 @@
13311
13356
  }]]);
13312
13357
  var Wallet$1 = Wallet;
13313
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
+
13314
13386
  var Wand = createReactComponent('Wand', [['path', {
13315
13387
  d: 'M15 4V2',
13316
13388
  key: 'z1p9b7'
@@ -14082,6 +14154,7 @@
14082
14154
  exports.Instagram = Instagram$1;
14083
14155
  exports.Italic = Italic$1;
14084
14156
  exports.JapaneseYen = JapaneseYen$1;
14157
+ exports.Joystick = Joystick$1;
14085
14158
  exports.Key = Key$1;
14086
14159
  exports.Keyboard = Keyboard$1;
14087
14160
  exports.Lamp = Lamp$1;
@@ -14394,6 +14467,7 @@
14394
14467
  exports.Unlock = Unlock$1;
14395
14468
  exports.Upload = Upload$1;
14396
14469
  exports.UploadCloud = UploadCloud$1;
14470
+ exports.Usb = Usb$1;
14397
14471
  exports.User = User$1;
14398
14472
  exports.UserCheck = UserCheck$1;
14399
14473
  exports.UserCog = UserCog$1;
@@ -14417,6 +14491,7 @@
14417
14491
  exports.VolumeX = VolumeX$1;
14418
14492
  exports.Wallet = Wallet$1;
14419
14493
  exports.Wand = Wand$1;
14494
+ exports.Wand2 = Wand2$1;
14420
14495
  exports.Watch = Watch$1;
14421
14496
  exports.Waves = Waves$1;
14422
14497
  exports.Webcam = Webcam$1;