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.
- package/dist/cjs/lucide-react.js +155 -3
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/bone.js +6 -0
- package/dist/esm/icons/git-compare.js +19 -0
- package/dist/esm/icons/git-pull-request-closed.js +28 -0
- package/dist/esm/icons/git-pull-request-draft.js +25 -0
- package/dist/esm/icons/index.js +7 -0
- package/dist/esm/icons/tag.js +2 -2
- package/dist/esm/icons/tags.js +12 -0
- package/dist/esm/icons/usb.js +28 -0
- package/dist/esm/icons/wand-2.js +27 -0
- package/dist/lucide-react.d.ts +7 -0
- package/dist/umd/lucide-react.js +155 -3
- 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.79.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2038,6 +2038,12 @@ var Bomb = createReactComponent('Bomb', [['circle', {
|
|
|
2038
2038
|
}]]);
|
|
2039
2039
|
var Bomb$1 = Bomb;
|
|
2040
2040
|
|
|
2041
|
+
var Bone = createReactComponent('Bone', [['path', {
|
|
2042
|
+
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',
|
|
2043
|
+
key: '134x1i'
|
|
2044
|
+
}]]);
|
|
2045
|
+
var Bone$1 = Bone;
|
|
2046
|
+
|
|
2041
2047
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
2042
2048
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
2043
2049
|
key: 'vv98re'
|
|
@@ -6828,6 +6834,25 @@ var GitCommit = createReactComponent('GitCommit', [['circle', {
|
|
|
6828
6834
|
}]]);
|
|
6829
6835
|
var GitCommit$1 = GitCommit;
|
|
6830
6836
|
|
|
6837
|
+
var GitCompare = createReactComponent('GitCompare', [['circle', {
|
|
6838
|
+
cx: '18',
|
|
6839
|
+
cy: '18',
|
|
6840
|
+
r: '3',
|
|
6841
|
+
key: '1xkwt0'
|
|
6842
|
+
}], ['circle', {
|
|
6843
|
+
cx: '6',
|
|
6844
|
+
cy: '6',
|
|
6845
|
+
r: '3',
|
|
6846
|
+
key: '1lh9wr'
|
|
6847
|
+
}], ['path', {
|
|
6848
|
+
d: 'M13 6h3a2 2 0 0 1 2 2v7',
|
|
6849
|
+
key: '1yeb86'
|
|
6850
|
+
}], ['path', {
|
|
6851
|
+
d: 'M11 18H8a2 2 0 0 1-2-2V9',
|
|
6852
|
+
key: '19pyzm'
|
|
6853
|
+
}]]);
|
|
6854
|
+
var GitCompare$1 = GitCompare;
|
|
6855
|
+
|
|
6831
6856
|
var GitFork = createReactComponent('GitFork', [['circle', {
|
|
6832
6857
|
cx: '12',
|
|
6833
6858
|
cy: '18',
|
|
@@ -6868,6 +6893,59 @@ var GitMerge = createReactComponent('GitMerge', [['circle', {
|
|
|
6868
6893
|
}]]);
|
|
6869
6894
|
var GitMerge$1 = GitMerge;
|
|
6870
6895
|
|
|
6896
|
+
var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
|
|
6897
|
+
cx: '18',
|
|
6898
|
+
cy: '18',
|
|
6899
|
+
r: '3',
|
|
6900
|
+
key: '1xkwt0'
|
|
6901
|
+
}], ['circle', {
|
|
6902
|
+
cx: '6',
|
|
6903
|
+
cy: '6',
|
|
6904
|
+
r: '3',
|
|
6905
|
+
key: '1lh9wr'
|
|
6906
|
+
}], ['path', {
|
|
6907
|
+
d: 'M18 11.5V15',
|
|
6908
|
+
key: '65xf6f'
|
|
6909
|
+
}], ['path', {
|
|
6910
|
+
d: 'm21 3-6 6',
|
|
6911
|
+
key: '16nqsk'
|
|
6912
|
+
}], ['path', {
|
|
6913
|
+
d: 'm21 9-6-6',
|
|
6914
|
+
key: '9j17rh'
|
|
6915
|
+
}], ['line', {
|
|
6916
|
+
x1: '6',
|
|
6917
|
+
y1: '9',
|
|
6918
|
+
x2: '6',
|
|
6919
|
+
y2: '21',
|
|
6920
|
+
key: '79th4h'
|
|
6921
|
+
}]]);
|
|
6922
|
+
var GitPullRequestClosed$1 = GitPullRequestClosed;
|
|
6923
|
+
|
|
6924
|
+
var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
|
|
6925
|
+
cx: '18',
|
|
6926
|
+
cy: '18',
|
|
6927
|
+
r: '3',
|
|
6928
|
+
key: '1xkwt0'
|
|
6929
|
+
}], ['circle', {
|
|
6930
|
+
cx: '6',
|
|
6931
|
+
cy: '6',
|
|
6932
|
+
r: '3',
|
|
6933
|
+
key: '1lh9wr'
|
|
6934
|
+
}], ['path', {
|
|
6935
|
+
d: 'M18 6V5',
|
|
6936
|
+
key: '1oao2s'
|
|
6937
|
+
}], ['path', {
|
|
6938
|
+
d: 'M18 11v-1',
|
|
6939
|
+
key: '11c8tz'
|
|
6940
|
+
}], ['line', {
|
|
6941
|
+
x1: '6',
|
|
6942
|
+
y1: '9',
|
|
6943
|
+
x2: '6',
|
|
6944
|
+
y2: '21',
|
|
6945
|
+
key: '79th4h'
|
|
6946
|
+
}]]);
|
|
6947
|
+
var GitPullRequestDraft$1 = GitPullRequestDraft;
|
|
6948
|
+
|
|
6871
6949
|
var GitPullRequest = createReactComponent('GitPullRequest', [['circle', {
|
|
6872
6950
|
cx: '18',
|
|
6873
6951
|
cy: '18',
|
|
@@ -12337,14 +12415,26 @@ var Tablet = createReactComponent('Tablet', [['rect', {
|
|
|
12337
12415
|
var Tablet$1 = Tablet;
|
|
12338
12416
|
|
|
12339
12417
|
var Tag = createReactComponent('Tag', [['path', {
|
|
12340
|
-
d: '
|
|
12341
|
-
key: '
|
|
12418
|
+
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',
|
|
12419
|
+
key: '14b2ls'
|
|
12342
12420
|
}], ['path', {
|
|
12343
12421
|
d: 'M7 7h.01',
|
|
12344
12422
|
key: '7u93v4'
|
|
12345
12423
|
}]]);
|
|
12346
12424
|
var Tag$1 = Tag;
|
|
12347
12425
|
|
|
12426
|
+
var Tags = createReactComponent('Tags', [['path', {
|
|
12427
|
+
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',
|
|
12428
|
+
key: 'gt587u'
|
|
12429
|
+
}], ['path', {
|
|
12430
|
+
d: 'M6 9.01V9',
|
|
12431
|
+
key: '1flxpt'
|
|
12432
|
+
}], ['path', {
|
|
12433
|
+
d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
|
|
12434
|
+
key: '1cbfv1'
|
|
12435
|
+
}]]);
|
|
12436
|
+
var Tags$1 = Tags;
|
|
12437
|
+
|
|
12348
12438
|
var Target = createReactComponent('Target', [['circle', {
|
|
12349
12439
|
cx: '12',
|
|
12350
12440
|
cy: '12',
|
|
@@ -12985,6 +13075,34 @@ var Upload = createReactComponent('Upload', [['path', {
|
|
|
12985
13075
|
}]]);
|
|
12986
13076
|
var Upload$1 = Upload;
|
|
12987
13077
|
|
|
13078
|
+
var Usb = createReactComponent('Usb', [['circle', {
|
|
13079
|
+
cx: '4',
|
|
13080
|
+
cy: '20',
|
|
13081
|
+
r: '1',
|
|
13082
|
+
key: '22iqad'
|
|
13083
|
+
}], ['circle', {
|
|
13084
|
+
cx: '10',
|
|
13085
|
+
cy: '7',
|
|
13086
|
+
r: '1',
|
|
13087
|
+
key: 'dypaad'
|
|
13088
|
+
}], ['path', {
|
|
13089
|
+
d: 'M4 20 19 5',
|
|
13090
|
+
key: '15hogs'
|
|
13091
|
+
}], ['path', {
|
|
13092
|
+
d: 'm21 3-3 1 2 2 1-3Z',
|
|
13093
|
+
key: 'ew8vct'
|
|
13094
|
+
}], ['path', {
|
|
13095
|
+
d: 'm10 7-5 5 2 5',
|
|
13096
|
+
key: '148pqf'
|
|
13097
|
+
}], ['path', {
|
|
13098
|
+
d: 'm10 14 5 2 4-4',
|
|
13099
|
+
key: '1ivjwr'
|
|
13100
|
+
}], ['path', {
|
|
13101
|
+
d: 'm18 12 1-1 1 1-1 1-1-1Z',
|
|
13102
|
+
key: 'tus6kn'
|
|
13103
|
+
}]]);
|
|
13104
|
+
var Usb$1 = Usb;
|
|
13105
|
+
|
|
12988
13106
|
var UserCheck = createReactComponent('UserCheck', [['path', {
|
|
12989
13107
|
d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
|
|
12990
13108
|
key: '1yyitq'
|
|
@@ -13329,6 +13447,33 @@ var Wallet = createReactComponent('Wallet', [['path', {
|
|
|
13329
13447
|
}]]);
|
|
13330
13448
|
var Wallet$1 = Wallet;
|
|
13331
13449
|
|
|
13450
|
+
var Wand2 = createReactComponent('Wand2', [['path', {
|
|
13451
|
+
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',
|
|
13452
|
+
key: '1bcowg'
|
|
13453
|
+
}], ['path', {
|
|
13454
|
+
d: 'm14 7 3 3',
|
|
13455
|
+
key: '1r5n42'
|
|
13456
|
+
}], ['path', {
|
|
13457
|
+
d: 'M5 6v4',
|
|
13458
|
+
key: 'ilb8ba'
|
|
13459
|
+
}], ['path', {
|
|
13460
|
+
d: 'M19 14v4',
|
|
13461
|
+
key: 'blhpug'
|
|
13462
|
+
}], ['path', {
|
|
13463
|
+
d: 'M10 2v2',
|
|
13464
|
+
key: '7u0qdc'
|
|
13465
|
+
}], ['path', {
|
|
13466
|
+
d: 'M7 8H3',
|
|
13467
|
+
key: 'zfb6yr'
|
|
13468
|
+
}], ['path', {
|
|
13469
|
+
d: 'M21 16h-4',
|
|
13470
|
+
key: '1cnmox'
|
|
13471
|
+
}], ['path', {
|
|
13472
|
+
d: 'M11 3H9',
|
|
13473
|
+
key: '1obp7u'
|
|
13474
|
+
}]]);
|
|
13475
|
+
var Wand2$1 = Wand2;
|
|
13476
|
+
|
|
13332
13477
|
var Wand = createReactComponent('Wand', [['path', {
|
|
13333
13478
|
d: 'M15 4V2',
|
|
13334
13479
|
key: 'z1p9b7'
|
|
@@ -13769,6 +13914,7 @@ exports.BluetoothOff = BluetoothOff$1;
|
|
|
13769
13914
|
exports.BluetoothSearching = BluetoothSearching$1;
|
|
13770
13915
|
exports.Bold = Bold$1;
|
|
13771
13916
|
exports.Bomb = Bomb$1;
|
|
13917
|
+
exports.Bone = Bone$1;
|
|
13772
13918
|
exports.Book = Book$1;
|
|
13773
13919
|
exports.BookOpen = BookOpen$1;
|
|
13774
13920
|
exports.Bookmark = Bookmark$1;
|
|
@@ -14052,9 +14198,12 @@ exports.Gift = Gift$1;
|
|
|
14052
14198
|
exports.GitBranch = GitBranch$1;
|
|
14053
14199
|
exports.GitBranchPlus = GitBranchPlus$1;
|
|
14054
14200
|
exports.GitCommit = GitCommit$1;
|
|
14201
|
+
exports.GitCompare = GitCompare$1;
|
|
14055
14202
|
exports.GitFork = GitFork$1;
|
|
14056
14203
|
exports.GitMerge = GitMerge$1;
|
|
14057
14204
|
exports.GitPullRequest = GitPullRequest$1;
|
|
14205
|
+
exports.GitPullRequestClosed = GitPullRequestClosed$1;
|
|
14206
|
+
exports.GitPullRequestDraft = GitPullRequestDraft$1;
|
|
14058
14207
|
exports.Github = Github$1;
|
|
14059
14208
|
exports.Gitlab = Gitlab$1;
|
|
14060
14209
|
exports.GlassWater = GlassWater$1;
|
|
@@ -14369,6 +14518,7 @@ exports.Table = Table$1;
|
|
|
14369
14518
|
exports.Table2 = Table2$1;
|
|
14370
14519
|
exports.Tablet = Tablet$1;
|
|
14371
14520
|
exports.Tag = Tag$1;
|
|
14521
|
+
exports.Tags = Tags$1;
|
|
14372
14522
|
exports.Target = Target$1;
|
|
14373
14523
|
exports.Tent = Tent$1;
|
|
14374
14524
|
exports.Terminal = Terminal$1;
|
|
@@ -14413,6 +14563,7 @@ exports.Unlink2 = Unlink2$1;
|
|
|
14413
14563
|
exports.Unlock = Unlock$1;
|
|
14414
14564
|
exports.Upload = Upload$1;
|
|
14415
14565
|
exports.UploadCloud = UploadCloud$1;
|
|
14566
|
+
exports.Usb = Usb$1;
|
|
14416
14567
|
exports.User = User$1;
|
|
14417
14568
|
exports.UserCheck = UserCheck$1;
|
|
14418
14569
|
exports.UserCog = UserCog$1;
|
|
@@ -14436,6 +14587,7 @@ exports.Volume2 = Volume2$1;
|
|
|
14436
14587
|
exports.VolumeX = VolumeX$1;
|
|
14437
14588
|
exports.Wallet = Wallet$1;
|
|
14438
14589
|
exports.Wand = Wand$1;
|
|
14590
|
+
exports.Wand2 = Wand2$1;
|
|
14439
14591
|
exports.Watch = Watch$1;
|
|
14440
14592
|
exports.Waves = Waves$1;
|
|
14441
14593
|
exports.Webcam = Webcam$1;
|