lucide-preact 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-preact.js +155 -3
- package/dist/cjs/lucide-preact.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-preact.d.ts +7 -0
- package/dist/umd/lucide-preact.js +155 -3
- 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.79.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -2027,6 +2027,12 @@ var Bomb = createPreactComponent('Bomb', [['circle', {
|
|
|
2027
2027
|
}]]);
|
|
2028
2028
|
var Bomb$1 = Bomb;
|
|
2029
2029
|
|
|
2030
|
+
var Bone = createPreactComponent('Bone', [['path', {
|
|
2031
|
+
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',
|
|
2032
|
+
key: '134x1i'
|
|
2033
|
+
}]]);
|
|
2034
|
+
var Bone$1 = Bone;
|
|
2035
|
+
|
|
2030
2036
|
var BookOpen = createPreactComponent('BookOpen', [['path', {
|
|
2031
2037
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
2032
2038
|
key: 'vv98re'
|
|
@@ -6817,6 +6823,25 @@ var GitCommit = createPreactComponent('GitCommit', [['circle', {
|
|
|
6817
6823
|
}]]);
|
|
6818
6824
|
var GitCommit$1 = GitCommit;
|
|
6819
6825
|
|
|
6826
|
+
var GitCompare = createPreactComponent('GitCompare', [['circle', {
|
|
6827
|
+
cx: '18',
|
|
6828
|
+
cy: '18',
|
|
6829
|
+
r: '3',
|
|
6830
|
+
key: '1xkwt0'
|
|
6831
|
+
}], ['circle', {
|
|
6832
|
+
cx: '6',
|
|
6833
|
+
cy: '6',
|
|
6834
|
+
r: '3',
|
|
6835
|
+
key: '1lh9wr'
|
|
6836
|
+
}], ['path', {
|
|
6837
|
+
d: 'M13 6h3a2 2 0 0 1 2 2v7',
|
|
6838
|
+
key: '1yeb86'
|
|
6839
|
+
}], ['path', {
|
|
6840
|
+
d: 'M11 18H8a2 2 0 0 1-2-2V9',
|
|
6841
|
+
key: '19pyzm'
|
|
6842
|
+
}]]);
|
|
6843
|
+
var GitCompare$1 = GitCompare;
|
|
6844
|
+
|
|
6820
6845
|
var GitFork = createPreactComponent('GitFork', [['circle', {
|
|
6821
6846
|
cx: '12',
|
|
6822
6847
|
cy: '18',
|
|
@@ -6857,6 +6882,59 @@ var GitMerge = createPreactComponent('GitMerge', [['circle', {
|
|
|
6857
6882
|
}]]);
|
|
6858
6883
|
var GitMerge$1 = GitMerge;
|
|
6859
6884
|
|
|
6885
|
+
var GitPullRequestClosed = createPreactComponent('GitPullRequestClosed', [['circle', {
|
|
6886
|
+
cx: '18',
|
|
6887
|
+
cy: '18',
|
|
6888
|
+
r: '3',
|
|
6889
|
+
key: '1xkwt0'
|
|
6890
|
+
}], ['circle', {
|
|
6891
|
+
cx: '6',
|
|
6892
|
+
cy: '6',
|
|
6893
|
+
r: '3',
|
|
6894
|
+
key: '1lh9wr'
|
|
6895
|
+
}], ['path', {
|
|
6896
|
+
d: 'M18 11.5V15',
|
|
6897
|
+
key: '65xf6f'
|
|
6898
|
+
}], ['path', {
|
|
6899
|
+
d: 'm21 3-6 6',
|
|
6900
|
+
key: '16nqsk'
|
|
6901
|
+
}], ['path', {
|
|
6902
|
+
d: 'm21 9-6-6',
|
|
6903
|
+
key: '9j17rh'
|
|
6904
|
+
}], ['line', {
|
|
6905
|
+
x1: '6',
|
|
6906
|
+
y1: '9',
|
|
6907
|
+
x2: '6',
|
|
6908
|
+
y2: '21',
|
|
6909
|
+
key: '79th4h'
|
|
6910
|
+
}]]);
|
|
6911
|
+
var GitPullRequestClosed$1 = GitPullRequestClosed;
|
|
6912
|
+
|
|
6913
|
+
var GitPullRequestDraft = createPreactComponent('GitPullRequestDraft', [['circle', {
|
|
6914
|
+
cx: '18',
|
|
6915
|
+
cy: '18',
|
|
6916
|
+
r: '3',
|
|
6917
|
+
key: '1xkwt0'
|
|
6918
|
+
}], ['circle', {
|
|
6919
|
+
cx: '6',
|
|
6920
|
+
cy: '6',
|
|
6921
|
+
r: '3',
|
|
6922
|
+
key: '1lh9wr'
|
|
6923
|
+
}], ['path', {
|
|
6924
|
+
d: 'M18 6V5',
|
|
6925
|
+
key: '1oao2s'
|
|
6926
|
+
}], ['path', {
|
|
6927
|
+
d: 'M18 11v-1',
|
|
6928
|
+
key: '11c8tz'
|
|
6929
|
+
}], ['line', {
|
|
6930
|
+
x1: '6',
|
|
6931
|
+
y1: '9',
|
|
6932
|
+
x2: '6',
|
|
6933
|
+
y2: '21',
|
|
6934
|
+
key: '79th4h'
|
|
6935
|
+
}]]);
|
|
6936
|
+
var GitPullRequestDraft$1 = GitPullRequestDraft;
|
|
6937
|
+
|
|
6860
6938
|
var GitPullRequest = createPreactComponent('GitPullRequest', [['circle', {
|
|
6861
6939
|
cx: '18',
|
|
6862
6940
|
cy: '18',
|
|
@@ -12326,14 +12404,26 @@ var Tablet = createPreactComponent('Tablet', [['rect', {
|
|
|
12326
12404
|
var Tablet$1 = Tablet;
|
|
12327
12405
|
|
|
12328
12406
|
var Tag = createPreactComponent('Tag', [['path', {
|
|
12329
|
-
d: '
|
|
12330
|
-
key: '
|
|
12407
|
+
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',
|
|
12408
|
+
key: '14b2ls'
|
|
12331
12409
|
}], ['path', {
|
|
12332
12410
|
d: 'M7 7h.01',
|
|
12333
12411
|
key: '7u93v4'
|
|
12334
12412
|
}]]);
|
|
12335
12413
|
var Tag$1 = Tag;
|
|
12336
12414
|
|
|
12415
|
+
var Tags = createPreactComponent('Tags', [['path', {
|
|
12416
|
+
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',
|
|
12417
|
+
key: 'gt587u'
|
|
12418
|
+
}], ['path', {
|
|
12419
|
+
d: 'M6 9.01V9',
|
|
12420
|
+
key: '1flxpt'
|
|
12421
|
+
}], ['path', {
|
|
12422
|
+
d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
|
|
12423
|
+
key: '1cbfv1'
|
|
12424
|
+
}]]);
|
|
12425
|
+
var Tags$1 = Tags;
|
|
12426
|
+
|
|
12337
12427
|
var Target = createPreactComponent('Target', [['circle', {
|
|
12338
12428
|
cx: '12',
|
|
12339
12429
|
cy: '12',
|
|
@@ -12974,6 +13064,34 @@ var Upload = createPreactComponent('Upload', [['path', {
|
|
|
12974
13064
|
}]]);
|
|
12975
13065
|
var Upload$1 = Upload;
|
|
12976
13066
|
|
|
13067
|
+
var Usb = createPreactComponent('Usb', [['circle', {
|
|
13068
|
+
cx: '4',
|
|
13069
|
+
cy: '20',
|
|
13070
|
+
r: '1',
|
|
13071
|
+
key: '22iqad'
|
|
13072
|
+
}], ['circle', {
|
|
13073
|
+
cx: '10',
|
|
13074
|
+
cy: '7',
|
|
13075
|
+
r: '1',
|
|
13076
|
+
key: 'dypaad'
|
|
13077
|
+
}], ['path', {
|
|
13078
|
+
d: 'M4 20 19 5',
|
|
13079
|
+
key: '15hogs'
|
|
13080
|
+
}], ['path', {
|
|
13081
|
+
d: 'm21 3-3 1 2 2 1-3Z',
|
|
13082
|
+
key: 'ew8vct'
|
|
13083
|
+
}], ['path', {
|
|
13084
|
+
d: 'm10 7-5 5 2 5',
|
|
13085
|
+
key: '148pqf'
|
|
13086
|
+
}], ['path', {
|
|
13087
|
+
d: 'm10 14 5 2 4-4',
|
|
13088
|
+
key: '1ivjwr'
|
|
13089
|
+
}], ['path', {
|
|
13090
|
+
d: 'm18 12 1-1 1 1-1 1-1-1Z',
|
|
13091
|
+
key: 'tus6kn'
|
|
13092
|
+
}]]);
|
|
13093
|
+
var Usb$1 = Usb;
|
|
13094
|
+
|
|
12977
13095
|
var UserCheck = createPreactComponent('UserCheck', [['path', {
|
|
12978
13096
|
d: 'M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2',
|
|
12979
13097
|
key: '1yyitq'
|
|
@@ -13318,6 +13436,33 @@ var Wallet = createPreactComponent('Wallet', [['path', {
|
|
|
13318
13436
|
}]]);
|
|
13319
13437
|
var Wallet$1 = Wallet;
|
|
13320
13438
|
|
|
13439
|
+
var Wand2 = createPreactComponent('Wand2', [['path', {
|
|
13440
|
+
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',
|
|
13441
|
+
key: '1bcowg'
|
|
13442
|
+
}], ['path', {
|
|
13443
|
+
d: 'm14 7 3 3',
|
|
13444
|
+
key: '1r5n42'
|
|
13445
|
+
}], ['path', {
|
|
13446
|
+
d: 'M5 6v4',
|
|
13447
|
+
key: 'ilb8ba'
|
|
13448
|
+
}], ['path', {
|
|
13449
|
+
d: 'M19 14v4',
|
|
13450
|
+
key: 'blhpug'
|
|
13451
|
+
}], ['path', {
|
|
13452
|
+
d: 'M10 2v2',
|
|
13453
|
+
key: '7u0qdc'
|
|
13454
|
+
}], ['path', {
|
|
13455
|
+
d: 'M7 8H3',
|
|
13456
|
+
key: 'zfb6yr'
|
|
13457
|
+
}], ['path', {
|
|
13458
|
+
d: 'M21 16h-4',
|
|
13459
|
+
key: '1cnmox'
|
|
13460
|
+
}], ['path', {
|
|
13461
|
+
d: 'M11 3H9',
|
|
13462
|
+
key: '1obp7u'
|
|
13463
|
+
}]]);
|
|
13464
|
+
var Wand2$1 = Wand2;
|
|
13465
|
+
|
|
13321
13466
|
var Wand = createPreactComponent('Wand', [['path', {
|
|
13322
13467
|
d: 'M15 4V2',
|
|
13323
13468
|
key: 'z1p9b7'
|
|
@@ -13758,6 +13903,7 @@ exports.BluetoothOff = BluetoothOff$1;
|
|
|
13758
13903
|
exports.BluetoothSearching = BluetoothSearching$1;
|
|
13759
13904
|
exports.Bold = Bold$1;
|
|
13760
13905
|
exports.Bomb = Bomb$1;
|
|
13906
|
+
exports.Bone = Bone$1;
|
|
13761
13907
|
exports.Book = Book$1;
|
|
13762
13908
|
exports.BookOpen = BookOpen$1;
|
|
13763
13909
|
exports.Bookmark = Bookmark$1;
|
|
@@ -14041,9 +14187,12 @@ exports.Gift = Gift$1;
|
|
|
14041
14187
|
exports.GitBranch = GitBranch$1;
|
|
14042
14188
|
exports.GitBranchPlus = GitBranchPlus$1;
|
|
14043
14189
|
exports.GitCommit = GitCommit$1;
|
|
14190
|
+
exports.GitCompare = GitCompare$1;
|
|
14044
14191
|
exports.GitFork = GitFork$1;
|
|
14045
14192
|
exports.GitMerge = GitMerge$1;
|
|
14046
14193
|
exports.GitPullRequest = GitPullRequest$1;
|
|
14194
|
+
exports.GitPullRequestClosed = GitPullRequestClosed$1;
|
|
14195
|
+
exports.GitPullRequestDraft = GitPullRequestDraft$1;
|
|
14047
14196
|
exports.Github = Github$1;
|
|
14048
14197
|
exports.Gitlab = Gitlab$1;
|
|
14049
14198
|
exports.GlassWater = GlassWater$1;
|
|
@@ -14358,6 +14507,7 @@ exports.Table = Table$1;
|
|
|
14358
14507
|
exports.Table2 = Table2$1;
|
|
14359
14508
|
exports.Tablet = Tablet$1;
|
|
14360
14509
|
exports.Tag = Tag$1;
|
|
14510
|
+
exports.Tags = Tags$1;
|
|
14361
14511
|
exports.Target = Target$1;
|
|
14362
14512
|
exports.Tent = Tent$1;
|
|
14363
14513
|
exports.Terminal = Terminal$1;
|
|
@@ -14402,6 +14552,7 @@ exports.Unlink2 = Unlink2$1;
|
|
|
14402
14552
|
exports.Unlock = Unlock$1;
|
|
14403
14553
|
exports.Upload = Upload$1;
|
|
14404
14554
|
exports.UploadCloud = UploadCloud$1;
|
|
14555
|
+
exports.Usb = Usb$1;
|
|
14405
14556
|
exports.User = User$1;
|
|
14406
14557
|
exports.UserCheck = UserCheck$1;
|
|
14407
14558
|
exports.UserCog = UserCog$1;
|
|
@@ -14425,6 +14576,7 @@ exports.Volume2 = Volume2$1;
|
|
|
14425
14576
|
exports.VolumeX = VolumeX$1;
|
|
14426
14577
|
exports.Wallet = Wallet$1;
|
|
14427
14578
|
exports.Wand = Wand$1;
|
|
14579
|
+
exports.Wand2 = Wand2$1;
|
|
14428
14580
|
exports.Watch = Watch$1;
|
|
14429
14581
|
exports.Waves = Waves$1;
|
|
14430
14582
|
exports.Webcam = Webcam$1;
|