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,
|
|
@@ -9961,6 +10059,7 @@
|
|
|
9961
10059
|
exports.BluetoothSearching = BluetoothSearching;
|
|
9962
10060
|
exports.Bold = Bold;
|
|
9963
10061
|
exports.Bomb = Bomb;
|
|
10062
|
+
exports.Bone = Bone;
|
|
9964
10063
|
exports.Book = Book;
|
|
9965
10064
|
exports.BookOpen = BookOpen;
|
|
9966
10065
|
exports.Bookmark = Bookmark;
|
|
@@ -10244,9 +10343,12 @@
|
|
|
10244
10343
|
exports.GitBranch = GitBranch;
|
|
10245
10344
|
exports.GitBranchPlus = GitBranchPlus;
|
|
10246
10345
|
exports.GitCommit = GitCommit;
|
|
10346
|
+
exports.GitCompare = GitCompare;
|
|
10247
10347
|
exports.GitFork = GitFork;
|
|
10248
10348
|
exports.GitMerge = GitMerge;
|
|
10249
10349
|
exports.GitPullRequest = GitPullRequest;
|
|
10350
|
+
exports.GitPullRequestClosed = GitPullRequestClosed;
|
|
10351
|
+
exports.GitPullRequestDraft = GitPullRequestDraft;
|
|
10250
10352
|
exports.Github = Github;
|
|
10251
10353
|
exports.Gitlab = Gitlab;
|
|
10252
10354
|
exports.GlassWater = GlassWater;
|
|
@@ -10561,6 +10663,7 @@
|
|
|
10561
10663
|
exports.Table2 = Table2;
|
|
10562
10664
|
exports.Tablet = Tablet;
|
|
10563
10665
|
exports.Tag = Tag;
|
|
10666
|
+
exports.Tags = Tags;
|
|
10564
10667
|
exports.Target = Target;
|
|
10565
10668
|
exports.Tent = Tent;
|
|
10566
10669
|
exports.Terminal = Terminal;
|
|
@@ -10605,6 +10708,7 @@
|
|
|
10605
10708
|
exports.Unlock = Unlock;
|
|
10606
10709
|
exports.Upload = Upload;
|
|
10607
10710
|
exports.UploadCloud = UploadCloud;
|
|
10711
|
+
exports.Usb = Usb;
|
|
10608
10712
|
exports.User = User;
|
|
10609
10713
|
exports.UserCheck = UserCheck;
|
|
10610
10714
|
exports.UserCog = UserCog;
|
|
@@ -10628,6 +10732,7 @@
|
|
|
10628
10732
|
exports.VolumeX = VolumeX;
|
|
10629
10733
|
exports.Wallet = Wallet;
|
|
10630
10734
|
exports.Wand = Wand;
|
|
10735
|
+
exports.Wand2 = Wand2;
|
|
10631
10736
|
exports.Watch = Watch;
|
|
10632
10737
|
exports.Waves = Waves;
|
|
10633
10738
|
exports.Webcam = Webcam;
|