lucide-react 0.76.0 → 0.79.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.
@@ -0,0 +1,6 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Bone = createReactComponent('Bone', [['path', {
3
+ d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
4
+ key: '134x1i'
5
+ }]]);
6
+ export default Bone;
@@ -0,0 +1,19 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var GitCompare = createReactComponent('GitCompare', [['circle', {
3
+ cx: '18',
4
+ cy: '18',
5
+ r: '3',
6
+ key: '1xkwt0'
7
+ }], ['circle', {
8
+ cx: '6',
9
+ cy: '6',
10
+ r: '3',
11
+ key: '1lh9wr'
12
+ }], ['path', {
13
+ d: 'M13 6h3a2 2 0 0 1 2 2v7',
14
+ key: '1yeb86'
15
+ }], ['path', {
16
+ d: 'M11 18H8a2 2 0 0 1-2-2V9',
17
+ key: '19pyzm'
18
+ }]]);
19
+ export default GitCompare;
@@ -0,0 +1,28 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
3
+ cx: '18',
4
+ cy: '18',
5
+ r: '3',
6
+ key: '1xkwt0'
7
+ }], ['circle', {
8
+ cx: '6',
9
+ cy: '6',
10
+ r: '3',
11
+ key: '1lh9wr'
12
+ }], ['path', {
13
+ d: 'M18 11.5V15',
14
+ key: '65xf6f'
15
+ }], ['path', {
16
+ d: 'm21 3-6 6',
17
+ key: '16nqsk'
18
+ }], ['path', {
19
+ d: 'm21 9-6-6',
20
+ key: '9j17rh'
21
+ }], ['line', {
22
+ x1: '6',
23
+ y1: '9',
24
+ x2: '6',
25
+ y2: '21',
26
+ key: '79th4h'
27
+ }]]);
28
+ export default GitPullRequestClosed;
@@ -0,0 +1,25 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
3
+ cx: '18',
4
+ cy: '18',
5
+ r: '3',
6
+ key: '1xkwt0'
7
+ }], ['circle', {
8
+ cx: '6',
9
+ cy: '6',
10
+ r: '3',
11
+ key: '1lh9wr'
12
+ }], ['path', {
13
+ d: 'M18 6V5',
14
+ key: '1oao2s'
15
+ }], ['path', {
16
+ d: 'M18 11v-1',
17
+ key: '11c8tz'
18
+ }], ['line', {
19
+ x1: '6',
20
+ y1: '9',
21
+ x2: '6',
22
+ y2: '21',
23
+ key: '79th4h'
24
+ }]]);
25
+ export default GitPullRequestDraft;
@@ -103,6 +103,7 @@ export { default as BluetoothSearching } from './bluetooth-searching';
103
103
  export { default as Bluetooth } from './bluetooth';
104
104
  export { default as Bold } from './bold';
105
105
  export { default as Bomb } from './bomb';
106
+ export { default as Bone } from './bone';
106
107
  export { default as BookOpen } from './book-open';
107
108
  export { default as Book } from './book';
108
109
  export { default as BookmarkMinus } from './bookmark-minus';
@@ -386,8 +387,11 @@ export { default as Gift } from './gift';
386
387
  export { default as GitBranchPlus } from './git-branch-plus';
387
388
  export { default as GitBranch } from './git-branch';
388
389
  export { default as GitCommit } from './git-commit';
390
+ export { default as GitCompare } from './git-compare';
389
391
  export { default as GitFork } from './git-fork';
390
392
  export { default as GitMerge } from './git-merge';
393
+ export { default as GitPullRequestClosed } from './git-pull-request-closed';
394
+ export { default as GitPullRequestDraft } from './git-pull-request-draft';
391
395
  export { default as GitPullRequest } from './git-pull-request';
392
396
  export { default as Github } from './github';
393
397
  export { default as Gitlab } from './gitlab';
@@ -703,6 +707,7 @@ export { default as Table2 } from './table-2';
703
707
  export { default as Table } from './table';
704
708
  export { default as Tablet } from './tablet';
705
709
  export { default as Tag } from './tag';
710
+ export { default as Tags } from './tags';
706
711
  export { default as Target } from './target';
707
712
  export { default as Tent } from './tent';
708
713
  export { default as TerminalSquare } from './terminal-square';
@@ -747,6 +752,7 @@ export { default as Unlink } from './unlink';
747
752
  export { default as Unlock } from './unlock';
748
753
  export { default as UploadCloud } from './upload-cloud';
749
754
  export { default as Upload } from './upload';
755
+ export { default as Usb } from './usb';
750
756
  export { default as UserCheck } from './user-check';
751
757
  export { default as UserCog } from './user-cog';
752
758
  export { default as UserMinus } from './user-minus';
@@ -769,6 +775,7 @@ export { default as Volume2 } from './volume-2';
769
775
  export { default as VolumeX } from './volume-x';
770
776
  export { default as Volume } from './volume';
771
777
  export { default as Wallet } from './wallet';
778
+ export { default as Wand2 } from './wand-2';
772
779
  export { default as Wand } from './wand';
773
780
  export { default as Watch } from './watch';
774
781
  export { default as Waves } from './waves';
@@ -1,7 +1,7 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Tag = createReactComponent('Tag', [['path', {
3
- d: 'M2 12V2h10l9.44 9.44a2 2 0 0 1 0 2.82l-7.18 7.18a2 2 0 0 1-2.82 0L2 12Z',
4
- key: 'zh3b2k'
3
+ d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
4
+ key: '14b2ls'
5
5
  }], ['path', {
6
6
  d: 'M7 7h.01',
7
7
  key: '7u93v4'
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Tags = createReactComponent('Tags', [['path', {
3
+ d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
4
+ key: 'gt587u'
5
+ }], ['path', {
6
+ d: 'M6 9.01V9',
7
+ key: '1flxpt'
8
+ }], ['path', {
9
+ d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
10
+ key: '1cbfv1'
11
+ }]]);
12
+ export default Tags;
@@ -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;
@@ -118,6 +118,7 @@ export declare const BluetoothSearching: (props: LucideProps) => JSX.Element;
118
118
  export declare const Bluetooth: (props: LucideProps) => JSX.Element;
119
119
  export declare const Bold: (props: LucideProps) => JSX.Element;
120
120
  export declare const Bomb: (props: LucideProps) => JSX.Element;
121
+ export declare const Bone: (props: LucideProps) => JSX.Element;
121
122
  export declare const BookOpen: (props: LucideProps) => JSX.Element;
122
123
  export declare const Book: (props: LucideProps) => JSX.Element;
123
124
  export declare const BookmarkMinus: (props: LucideProps) => JSX.Element;
@@ -401,8 +402,11 @@ export declare const Gift: (props: LucideProps) => JSX.Element;
401
402
  export declare const GitBranchPlus: (props: LucideProps) => JSX.Element;
402
403
  export declare const GitBranch: (props: LucideProps) => JSX.Element;
403
404
  export declare const GitCommit: (props: LucideProps) => JSX.Element;
405
+ export declare const GitCompare: (props: LucideProps) => JSX.Element;
404
406
  export declare const GitFork: (props: LucideProps) => JSX.Element;
405
407
  export declare const GitMerge: (props: LucideProps) => JSX.Element;
408
+ export declare const GitPullRequestClosed: (props: LucideProps) => JSX.Element;
409
+ export declare const GitPullRequestDraft: (props: LucideProps) => JSX.Element;
406
410
  export declare const GitPullRequest: (props: LucideProps) => JSX.Element;
407
411
  export declare const Github: (props: LucideProps) => JSX.Element;
408
412
  export declare const Gitlab: (props: LucideProps) => JSX.Element;
@@ -718,6 +722,7 @@ export declare const Table2: (props: LucideProps) => JSX.Element;
718
722
  export declare const Table: (props: LucideProps) => JSX.Element;
719
723
  export declare const Tablet: (props: LucideProps) => JSX.Element;
720
724
  export declare const Tag: (props: LucideProps) => JSX.Element;
725
+ export declare const Tags: (props: LucideProps) => JSX.Element;
721
726
  export declare const Target: (props: LucideProps) => JSX.Element;
722
727
  export declare const Tent: (props: LucideProps) => JSX.Element;
723
728
  export declare const TerminalSquare: (props: LucideProps) => JSX.Element;
@@ -762,6 +767,7 @@ export declare const Unlink: (props: LucideProps) => JSX.Element;
762
767
  export declare const Unlock: (props: LucideProps) => JSX.Element;
763
768
  export declare const UploadCloud: (props: LucideProps) => JSX.Element;
764
769
  export declare const Upload: (props: LucideProps) => JSX.Element;
770
+ export declare const Usb: (props: LucideProps) => JSX.Element;
765
771
  export declare const UserCheck: (props: LucideProps) => JSX.Element;
766
772
  export declare const UserCog: (props: LucideProps) => JSX.Element;
767
773
  export declare const UserMinus: (props: LucideProps) => JSX.Element;
@@ -784,6 +790,7 @@ export declare const Volume2: (props: LucideProps) => JSX.Element;
784
790
  export declare const VolumeX: (props: LucideProps) => JSX.Element;
785
791
  export declare const Volume: (props: LucideProps) => JSX.Element;
786
792
  export declare const Wallet: (props: LucideProps) => JSX.Element;
793
+ export declare const Wand2: (props: LucideProps) => JSX.Element;
787
794
  export declare const Wand: (props: LucideProps) => JSX.Element;
788
795
  export declare const Watch: (props: LucideProps) => JSX.Element;
789
796
  export declare const Waves: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.76.0 - ISC
2
+ * lucide-react v0.79.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -2037,6 +2037,12 @@
2037
2037
  }]]);
2038
2038
  var Bomb$1 = Bomb;
2039
2039
 
2040
+ var Bone = createReactComponent('Bone', [['path', {
2041
+ d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
2042
+ key: '134x1i'
2043
+ }]]);
2044
+ var Bone$1 = Bone;
2045
+
2040
2046
  var BookOpen = createReactComponent('BookOpen', [['path', {
2041
2047
  d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
2042
2048
  key: 'vv98re'
@@ -6827,6 +6833,25 @@
6827
6833
  }]]);
6828
6834
  var GitCommit$1 = GitCommit;
6829
6835
 
6836
+ var GitCompare = createReactComponent('GitCompare', [['circle', {
6837
+ cx: '18',
6838
+ cy: '18',
6839
+ r: '3',
6840
+ key: '1xkwt0'
6841
+ }], ['circle', {
6842
+ cx: '6',
6843
+ cy: '6',
6844
+ r: '3',
6845
+ key: '1lh9wr'
6846
+ }], ['path', {
6847
+ d: 'M13 6h3a2 2 0 0 1 2 2v7',
6848
+ key: '1yeb86'
6849
+ }], ['path', {
6850
+ d: 'M11 18H8a2 2 0 0 1-2-2V9',
6851
+ key: '19pyzm'
6852
+ }]]);
6853
+ var GitCompare$1 = GitCompare;
6854
+
6830
6855
  var GitFork = createReactComponent('GitFork', [['circle', {
6831
6856
  cx: '12',
6832
6857
  cy: '18',
@@ -6867,6 +6892,59 @@
6867
6892
  }]]);
6868
6893
  var GitMerge$1 = GitMerge;
6869
6894
 
6895
+ var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
6896
+ cx: '18',
6897
+ cy: '18',
6898
+ r: '3',
6899
+ key: '1xkwt0'
6900
+ }], ['circle', {
6901
+ cx: '6',
6902
+ cy: '6',
6903
+ r: '3',
6904
+ key: '1lh9wr'
6905
+ }], ['path', {
6906
+ d: 'M18 11.5V15',
6907
+ key: '65xf6f'
6908
+ }], ['path', {
6909
+ d: 'm21 3-6 6',
6910
+ key: '16nqsk'
6911
+ }], ['path', {
6912
+ d: 'm21 9-6-6',
6913
+ key: '9j17rh'
6914
+ }], ['line', {
6915
+ x1: '6',
6916
+ y1: '9',
6917
+ x2: '6',
6918
+ y2: '21',
6919
+ key: '79th4h'
6920
+ }]]);
6921
+ var GitPullRequestClosed$1 = GitPullRequestClosed;
6922
+
6923
+ var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
6924
+ cx: '18',
6925
+ cy: '18',
6926
+ r: '3',
6927
+ key: '1xkwt0'
6928
+ }], ['circle', {
6929
+ cx: '6',
6930
+ cy: '6',
6931
+ r: '3',
6932
+ key: '1lh9wr'
6933
+ }], ['path', {
6934
+ d: 'M18 6V5',
6935
+ key: '1oao2s'
6936
+ }], ['path', {
6937
+ d: 'M18 11v-1',
6938
+ key: '11c8tz'
6939
+ }], ['line', {
6940
+ x1: '6',
6941
+ y1: '9',
6942
+ x2: '6',
6943
+ y2: '21',
6944
+ key: '79th4h'
6945
+ }]]);
6946
+ var GitPullRequestDraft$1 = GitPullRequestDraft;
6947
+
6870
6948
  var GitPullRequest = createReactComponent('GitPullRequest', [['circle', {
6871
6949
  cx: '18',
6872
6950
  cy: '18',
@@ -12336,14 +12414,26 @@
12336
12414
  var Tablet$1 = Tablet;
12337
12415
 
12338
12416
  var Tag = createReactComponent('Tag', [['path', {
12339
- d: 'M2 12V2h10l9.44 9.44a2 2 0 0 1 0 2.82l-7.18 7.18a2 2 0 0 1-2.82 0L2 12Z',
12340
- key: 'zh3b2k'
12417
+ d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
12418
+ key: '14b2ls'
12341
12419
  }], ['path', {
12342
12420
  d: 'M7 7h.01',
12343
12421
  key: '7u93v4'
12344
12422
  }]]);
12345
12423
  var Tag$1 = Tag;
12346
12424
 
12425
+ var Tags = createReactComponent('Tags', [['path', {
12426
+ d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
12427
+ key: 'gt587u'
12428
+ }], ['path', {
12429
+ d: 'M6 9.01V9',
12430
+ key: '1flxpt'
12431
+ }], ['path', {
12432
+ d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
12433
+ key: '1cbfv1'
12434
+ }]]);
12435
+ var Tags$1 = Tags;
12436
+
12347
12437
  var Target = createReactComponent('Target', [['circle', {
12348
12438
  cx: '12',
12349
12439
  cy: '12',
@@ -12984,6 +13074,34 @@
12984
13074
  }]]);
12985
13075
  var Upload$1 = Upload;
12986
13076
 
13077
+ var Usb = createReactComponent('Usb', [['circle', {
13078
+ cx: '4',
13079
+ cy: '20',
13080
+ r: '1',
13081
+ key: '22iqad'
13082
+ }], ['circle', {
13083
+ cx: '10',
13084
+ cy: '7',
13085
+ r: '1',
13086
+ key: 'dypaad'
13087
+ }], ['path', {
13088
+ d: 'M4 20 19 5',
13089
+ key: '15hogs'
13090
+ }], ['path', {
13091
+ d: 'm21 3-3 1 2 2 1-3Z',
13092
+ key: 'ew8vct'
13093
+ }], ['path', {
13094
+ d: 'm10 7-5 5 2 5',
13095
+ key: '148pqf'
13096
+ }], ['path', {
13097
+ d: 'm10 14 5 2 4-4',
13098
+ key: '1ivjwr'
13099
+ }], ['path', {
13100
+ d: 'm18 12 1-1 1 1-1 1-1-1Z',
13101
+ key: 'tus6kn'
13102
+ }]]);
13103
+ var Usb$1 = Usb;
13104
+
12987
13105
  var UserCheck = createReactComponent('UserCheck', [['path', {
12988
13106
  d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
12989
13107
  key: '1yyitq'
@@ -13328,6 +13446,33 @@
13328
13446
  }]]);
13329
13447
  var Wallet$1 = Wallet;
13330
13448
 
13449
+ var Wand2 = createReactComponent('Wand2', [['path', {
13450
+ 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',
13451
+ key: '1bcowg'
13452
+ }], ['path', {
13453
+ d: 'm14 7 3 3',
13454
+ key: '1r5n42'
13455
+ }], ['path', {
13456
+ d: 'M5 6v4',
13457
+ key: 'ilb8ba'
13458
+ }], ['path', {
13459
+ d: 'M19 14v4',
13460
+ key: 'blhpug'
13461
+ }], ['path', {
13462
+ d: 'M10 2v2',
13463
+ key: '7u0qdc'
13464
+ }], ['path', {
13465
+ d: 'M7 8H3',
13466
+ key: 'zfb6yr'
13467
+ }], ['path', {
13468
+ d: 'M21 16h-4',
13469
+ key: '1cnmox'
13470
+ }], ['path', {
13471
+ d: 'M11 3H9',
13472
+ key: '1obp7u'
13473
+ }]]);
13474
+ var Wand2$1 = Wand2;
13475
+
13331
13476
  var Wand = createReactComponent('Wand', [['path', {
13332
13477
  d: 'M15 4V2',
13333
13478
  key: 'z1p9b7'
@@ -13768,6 +13913,7 @@
13768
13913
  exports.BluetoothSearching = BluetoothSearching$1;
13769
13914
  exports.Bold = Bold$1;
13770
13915
  exports.Bomb = Bomb$1;
13916
+ exports.Bone = Bone$1;
13771
13917
  exports.Book = Book$1;
13772
13918
  exports.BookOpen = BookOpen$1;
13773
13919
  exports.Bookmark = Bookmark$1;
@@ -14051,9 +14197,12 @@
14051
14197
  exports.GitBranch = GitBranch$1;
14052
14198
  exports.GitBranchPlus = GitBranchPlus$1;
14053
14199
  exports.GitCommit = GitCommit$1;
14200
+ exports.GitCompare = GitCompare$1;
14054
14201
  exports.GitFork = GitFork$1;
14055
14202
  exports.GitMerge = GitMerge$1;
14056
14203
  exports.GitPullRequest = GitPullRequest$1;
14204
+ exports.GitPullRequestClosed = GitPullRequestClosed$1;
14205
+ exports.GitPullRequestDraft = GitPullRequestDraft$1;
14057
14206
  exports.Github = Github$1;
14058
14207
  exports.Gitlab = Gitlab$1;
14059
14208
  exports.GlassWater = GlassWater$1;
@@ -14368,6 +14517,7 @@
14368
14517
  exports.Table2 = Table2$1;
14369
14518
  exports.Tablet = Tablet$1;
14370
14519
  exports.Tag = Tag$1;
14520
+ exports.Tags = Tags$1;
14371
14521
  exports.Target = Target$1;
14372
14522
  exports.Tent = Tent$1;
14373
14523
  exports.Terminal = Terminal$1;
@@ -14412,6 +14562,7 @@
14412
14562
  exports.Unlock = Unlock$1;
14413
14563
  exports.Upload = Upload$1;
14414
14564
  exports.UploadCloud = UploadCloud$1;
14565
+ exports.Usb = Usb$1;
14415
14566
  exports.User = User$1;
14416
14567
  exports.UserCheck = UserCheck$1;
14417
14568
  exports.UserCog = UserCog$1;
@@ -14435,6 +14586,7 @@
14435
14586
  exports.VolumeX = VolumeX$1;
14436
14587
  exports.Wallet = Wallet$1;
14437
14588
  exports.Wand = Wand$1;
14589
+ exports.Wand2 = Wand2$1;
14438
14590
  exports.Watch = Watch$1;
14439
14591
  exports.Waves = Waves$1;
14440
14592
  exports.Webcam = Webcam$1;