lucide-angular 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/bundles/lucide-angular-src-icons.umd.js +106 -1
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +113 -1
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/bone.js +15 -0
- package/esm2015/icons/git-compare.js +13 -0
- package/esm2015/icons/git-pull-request-closed.js +15 -0
- package/esm2015/icons/git-pull-request-draft.js +14 -0
- package/esm2015/icons/index.js +8 -1
- package/esm2015/icons/tag.js +2 -2
- package/esm2015/icons/tags.js +17 -0
- package/esm2015/icons/usb.js +16 -0
- package/esm2015/icons/wand-2.js +22 -0
- package/esm2015/src/icons/bone.js +15 -0
- package/esm2015/src/icons/git-compare.js +13 -0
- package/esm2015/src/icons/git-pull-request-closed.js +15 -0
- package/esm2015/src/icons/git-pull-request-draft.js +14 -0
- package/esm2015/src/icons/index.js +8 -1
- package/esm2015/src/icons/tag.js +2 -2
- package/esm2015/src/icons/tags.js +17 -0
- package/esm2015/src/icons/usb.js +16 -0
- package/esm2015/src/icons/wand-2.js +22 -0
- package/fesm2015/lucide-angular-src-icons.js +100 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +107 -2
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/bone.d.ts +3 -0
- package/icons/git-compare.d.ts +3 -0
- package/icons/git-pull-request-closed.d.ts +3 -0
- package/icons/git-pull-request-draft.d.ts +3 -0
- package/icons/index.d.ts +7 -0
- package/icons/tags.d.ts +3 -0
- package/icons/usb.d.ts +3 -0
- package/icons/wand-2.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/bone.d.ts +3 -0
- package/src/icons/git-compare.d.ts +3 -0
- package/src/icons/git-pull-request-closed.d.ts +3 -0
- package/src/icons/git-pull-request-draft.d.ts +3 -0
- package/src/icons/index.d.ts +7 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/tags.d.ts +3 -0
- package/src/icons/usb.d.ts +3 -0
- package/src/icons/wand-2.d.ts +3 -0
|
@@ -1190,6 +1190,19 @@
|
|
|
1190
1190
|
],
|
|
1191
1191
|
];
|
|
1192
1192
|
|
|
1193
|
+
var Bone = [
|
|
1194
|
+
'svg',
|
|
1195
|
+
defaultAttributes,
|
|
1196
|
+
[
|
|
1197
|
+
[
|
|
1198
|
+
'path',
|
|
1199
|
+
{
|
|
1200
|
+
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',
|
|
1201
|
+
},
|
|
1202
|
+
],
|
|
1203
|
+
],
|
|
1204
|
+
];
|
|
1205
|
+
|
|
1193
1206
|
var BookOpen = [
|
|
1194
1207
|
'svg',
|
|
1195
1208
|
defaultAttributes,
|
|
@@ -4867,6 +4880,17 @@
|
|
|
4867
4880
|
],
|
|
4868
4881
|
];
|
|
4869
4882
|
|
|
4883
|
+
var GitCompare = [
|
|
4884
|
+
'svg',
|
|
4885
|
+
defaultAttributes,
|
|
4886
|
+
[
|
|
4887
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4888
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4889
|
+
['path', { d: 'M13 6h3a2 2 0 0 1 2 2v7' }],
|
|
4890
|
+
['path', { d: 'M11 18H8a2 2 0 0 1-2-2V9' }],
|
|
4891
|
+
],
|
|
4892
|
+
];
|
|
4893
|
+
|
|
4870
4894
|
var GitFork = [
|
|
4871
4895
|
'svg',
|
|
4872
4896
|
defaultAttributes,
|
|
@@ -4889,6 +4913,31 @@
|
|
|
4889
4913
|
],
|
|
4890
4914
|
];
|
|
4891
4915
|
|
|
4916
|
+
var GitPullRequestClosed = [
|
|
4917
|
+
'svg',
|
|
4918
|
+
defaultAttributes,
|
|
4919
|
+
[
|
|
4920
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4921
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4922
|
+
['path', { d: 'M18 11.5V15' }],
|
|
4923
|
+
['path', { d: 'm21 3-6 6' }],
|
|
4924
|
+
['path', { d: 'm21 9-6-6' }],
|
|
4925
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4926
|
+
],
|
|
4927
|
+
];
|
|
4928
|
+
|
|
4929
|
+
var GitPullRequestDraft = [
|
|
4930
|
+
'svg',
|
|
4931
|
+
defaultAttributes,
|
|
4932
|
+
[
|
|
4933
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4934
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4935
|
+
['path', { d: 'M18 6V5' }],
|
|
4936
|
+
['path', { d: 'M18 11v-1' }],
|
|
4937
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4938
|
+
],
|
|
4939
|
+
];
|
|
4940
|
+
|
|
4892
4941
|
var GitPullRequest = [
|
|
4893
4942
|
'svg',
|
|
4894
4943
|
defaultAttributes,
|
|
@@ -8847,13 +8896,28 @@
|
|
|
8847
8896
|
[
|
|
8848
8897
|
'path',
|
|
8849
8898
|
{
|
|
8850
|
-
d: '
|
|
8899
|
+
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',
|
|
8851
8900
|
},
|
|
8852
8901
|
],
|
|
8853
8902
|
['path', { d: 'M7 7h.01' }],
|
|
8854
8903
|
],
|
|
8855
8904
|
];
|
|
8856
8905
|
|
|
8906
|
+
var Tags = [
|
|
8907
|
+
'svg',
|
|
8908
|
+
defaultAttributes,
|
|
8909
|
+
[
|
|
8910
|
+
[
|
|
8911
|
+
'path',
|
|
8912
|
+
{
|
|
8913
|
+
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',
|
|
8914
|
+
},
|
|
8915
|
+
],
|
|
8916
|
+
['path', { d: 'M6 9.01V9' }],
|
|
8917
|
+
['path', { d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19' }],
|
|
8918
|
+
],
|
|
8919
|
+
];
|
|
8920
|
+
|
|
8857
8921
|
var Target = [
|
|
8858
8922
|
'svg',
|
|
8859
8923
|
defaultAttributes,
|
|
@@ -9361,6 +9425,20 @@
|
|
|
9361
9425
|
],
|
|
9362
9426
|
];
|
|
9363
9427
|
|
|
9428
|
+
var Usb = [
|
|
9429
|
+
'svg',
|
|
9430
|
+
defaultAttributes,
|
|
9431
|
+
[
|
|
9432
|
+
['circle', { cx: '4', cy: '20', r: '1' }],
|
|
9433
|
+
['circle', { cx: '10', cy: '7', r: '1' }],
|
|
9434
|
+
['path', { d: 'M4 20 19 5' }],
|
|
9435
|
+
['path', { d: 'm21 3-3 1 2 2 1-3Z' }],
|
|
9436
|
+
['path', { d: 'm10 7-5 5 2 5' }],
|
|
9437
|
+
['path', { d: 'm10 14 5 2 4-4' }],
|
|
9438
|
+
['path', { d: 'm18 12 1-1 1 1-1 1-1-1Z' }],
|
|
9439
|
+
],
|
|
9440
|
+
];
|
|
9441
|
+
|
|
9364
9442
|
var UserCheck = [
|
|
9365
9443
|
'svg',
|
|
9366
9444
|
defaultAttributes,
|
|
@@ -9610,6 +9688,26 @@
|
|
|
9610
9688
|
],
|
|
9611
9689
|
];
|
|
9612
9690
|
|
|
9691
|
+
var Wand2 = [
|
|
9692
|
+
'svg',
|
|
9693
|
+
defaultAttributes,
|
|
9694
|
+
[
|
|
9695
|
+
[
|
|
9696
|
+
'path',
|
|
9697
|
+
{
|
|
9698
|
+
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',
|
|
9699
|
+
},
|
|
9700
|
+
],
|
|
9701
|
+
['path', { d: 'm14 7 3 3' }],
|
|
9702
|
+
['path', { d: 'M5 6v4' }],
|
|
9703
|
+
['path', { d: 'M19 14v4' }],
|
|
9704
|
+
['path', { d: 'M10 2v2' }],
|
|
9705
|
+
['path', { d: 'M7 8H3' }],
|
|
9706
|
+
['path', { d: 'M21 16h-4' }],
|
|
9707
|
+
['path', { d: 'M11 3H9' }],
|
|
9708
|
+
],
|
|
9709
|
+
];
|
|
9710
|
+
|
|
9613
9711
|
var Wand = [
|
|
9614
9712
|
'svg',
|
|
9615
9713
|
defaultAttributes,
|
|
@@ -9959,6 +10057,7 @@
|
|
|
9959
10057
|
Bluetooth: Bluetooth,
|
|
9960
10058
|
Bold: Bold,
|
|
9961
10059
|
Bomb: Bomb,
|
|
10060
|
+
Bone: Bone,
|
|
9962
10061
|
BookOpen: BookOpen,
|
|
9963
10062
|
Book: Book,
|
|
9964
10063
|
BookmarkMinus: BookmarkMinus,
|
|
@@ -10242,8 +10341,11 @@
|
|
|
10242
10341
|
GitBranchPlus: GitBranchPlus,
|
|
10243
10342
|
GitBranch: GitBranch,
|
|
10244
10343
|
GitCommit: GitCommit,
|
|
10344
|
+
GitCompare: GitCompare,
|
|
10245
10345
|
GitFork: GitFork,
|
|
10246
10346
|
GitMerge: GitMerge,
|
|
10347
|
+
GitPullRequestClosed: GitPullRequestClosed,
|
|
10348
|
+
GitPullRequestDraft: GitPullRequestDraft,
|
|
10247
10349
|
GitPullRequest: GitPullRequest,
|
|
10248
10350
|
Github: Github,
|
|
10249
10351
|
Gitlab: Gitlab,
|
|
@@ -10559,6 +10661,7 @@
|
|
|
10559
10661
|
Table: Table,
|
|
10560
10662
|
Tablet: Tablet,
|
|
10561
10663
|
Tag: Tag,
|
|
10664
|
+
Tags: Tags,
|
|
10562
10665
|
Target: Target,
|
|
10563
10666
|
Tent: Tent,
|
|
10564
10667
|
TerminalSquare: TerminalSquare,
|
|
@@ -10603,6 +10706,7 @@
|
|
|
10603
10706
|
Unlock: Unlock,
|
|
10604
10707
|
UploadCloud: UploadCloud,
|
|
10605
10708
|
Upload: Upload,
|
|
10709
|
+
Usb: Usb,
|
|
10606
10710
|
UserCheck: UserCheck,
|
|
10607
10711
|
UserCog: UserCog,
|
|
10608
10712
|
UserMinus: UserMinus,
|
|
@@ -10625,6 +10729,7 @@
|
|
|
10625
10729
|
VolumeX: VolumeX,
|
|
10626
10730
|
Volume: Volume,
|
|
10627
10731
|
Wallet: Wallet,
|
|
10732
|
+
Wand2: Wand2,
|
|
10628
10733
|
Wand: Wand,
|
|
10629
10734
|
Watch: Watch,
|
|
10630
10735
|
Waves: Waves,
|
|
@@ -11188,6 +11293,7 @@
|
|
|
11188
11293
|
exports.BluetoothSearching = BluetoothSearching;
|
|
11189
11294
|
exports.Bold = Bold;
|
|
11190
11295
|
exports.Bomb = Bomb;
|
|
11296
|
+
exports.Bone = Bone;
|
|
11191
11297
|
exports.Book = Book;
|
|
11192
11298
|
exports.BookOpen = BookOpen;
|
|
11193
11299
|
exports.Bookmark = Bookmark;
|
|
@@ -11471,9 +11577,12 @@
|
|
|
11471
11577
|
exports.GitBranch = GitBranch;
|
|
11472
11578
|
exports.GitBranchPlus = GitBranchPlus;
|
|
11473
11579
|
exports.GitCommit = GitCommit;
|
|
11580
|
+
exports.GitCompare = GitCompare;
|
|
11474
11581
|
exports.GitFork = GitFork;
|
|
11475
11582
|
exports.GitMerge = GitMerge;
|
|
11476
11583
|
exports.GitPullRequest = GitPullRequest;
|
|
11584
|
+
exports.GitPullRequestClosed = GitPullRequestClosed;
|
|
11585
|
+
exports.GitPullRequestDraft = GitPullRequestDraft;
|
|
11477
11586
|
exports.Github = Github;
|
|
11478
11587
|
exports.Gitlab = Gitlab;
|
|
11479
11588
|
exports.GlassWater = GlassWater;
|
|
@@ -11790,6 +11899,7 @@
|
|
|
11790
11899
|
exports.Table2 = Table2;
|
|
11791
11900
|
exports.Tablet = Tablet;
|
|
11792
11901
|
exports.Tag = Tag;
|
|
11902
|
+
exports.Tags = Tags;
|
|
11793
11903
|
exports.Target = Target;
|
|
11794
11904
|
exports.Tent = Tent;
|
|
11795
11905
|
exports.Terminal = Terminal;
|
|
@@ -11834,6 +11944,7 @@
|
|
|
11834
11944
|
exports.Unlock = Unlock;
|
|
11835
11945
|
exports.Upload = Upload;
|
|
11836
11946
|
exports.UploadCloud = UploadCloud;
|
|
11947
|
+
exports.Usb = Usb;
|
|
11837
11948
|
exports.User = User;
|
|
11838
11949
|
exports.UserCheck = UserCheck;
|
|
11839
11950
|
exports.UserCog = UserCog;
|
|
@@ -11857,6 +11968,7 @@
|
|
|
11857
11968
|
exports.VolumeX = VolumeX;
|
|
11858
11969
|
exports.Wallet = Wallet;
|
|
11859
11970
|
exports.Wand = Wand;
|
|
11971
|
+
exports.Wand2 = Wand2;
|
|
11860
11972
|
exports.Watch = Watch;
|
|
11861
11973
|
exports.Waves = Waves;
|
|
11862
11974
|
exports.Webcam = Webcam;
|