lucide-angular 0.78.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.
Files changed (41) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +70 -1
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +75 -1
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/bone.js +15 -0
  10. package/esm2015/icons/git-compare.js +13 -0
  11. package/esm2015/icons/git-pull-request-closed.js +15 -0
  12. package/esm2015/icons/git-pull-request-draft.js +14 -0
  13. package/esm2015/icons/index.js +6 -1
  14. package/esm2015/icons/tag.js +2 -2
  15. package/esm2015/icons/tags.js +17 -0
  16. package/esm2015/src/icons/bone.js +15 -0
  17. package/esm2015/src/icons/git-compare.js +13 -0
  18. package/esm2015/src/icons/git-pull-request-closed.js +15 -0
  19. package/esm2015/src/icons/git-pull-request-draft.js +14 -0
  20. package/esm2015/src/icons/index.js +6 -1
  21. package/esm2015/src/icons/tag.js +2 -2
  22. package/esm2015/src/icons/tags.js +17 -0
  23. package/fesm2015/lucide-angular-src-icons.js +66 -2
  24. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  25. package/fesm2015/lucide-angular.js +71 -2
  26. package/fesm2015/lucide-angular.js.map +1 -1
  27. package/icons/bone.d.ts +3 -0
  28. package/icons/git-compare.d.ts +3 -0
  29. package/icons/git-pull-request-closed.d.ts +3 -0
  30. package/icons/git-pull-request-draft.d.ts +3 -0
  31. package/icons/index.d.ts +5 -0
  32. package/icons/tags.d.ts +3 -0
  33. package/lucide-angular.metadata.json +1 -1
  34. package/package.json +1 -1
  35. package/src/icons/bone.d.ts +3 -0
  36. package/src/icons/git-compare.d.ts +3 -0
  37. package/src/icons/git-pull-request-closed.d.ts +3 -0
  38. package/src/icons/git-pull-request-draft.d.ts +3 -0
  39. package/src/icons/index.d.ts +5 -0
  40. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  41. package/src/icons/tags.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: 'M2 12V2h10l9.44 9.44a2 2 0 0 1 0 2.82l-7.18 7.18a2 2 0 0 1-2.82 0L2 12Z',
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,
@@ -9995,6 +10059,7 @@
9995
10059
  exports.BluetoothSearching = BluetoothSearching;
9996
10060
  exports.Bold = Bold;
9997
10061
  exports.Bomb = Bomb;
10062
+ exports.Bone = Bone;
9998
10063
  exports.Book = Book;
9999
10064
  exports.BookOpen = BookOpen;
10000
10065
  exports.Bookmark = Bookmark;
@@ -10278,9 +10343,12 @@
10278
10343
  exports.GitBranch = GitBranch;
10279
10344
  exports.GitBranchPlus = GitBranchPlus;
10280
10345
  exports.GitCommit = GitCommit;
10346
+ exports.GitCompare = GitCompare;
10281
10347
  exports.GitFork = GitFork;
10282
10348
  exports.GitMerge = GitMerge;
10283
10349
  exports.GitPullRequest = GitPullRequest;
10350
+ exports.GitPullRequestClosed = GitPullRequestClosed;
10351
+ exports.GitPullRequestDraft = GitPullRequestDraft;
10284
10352
  exports.Github = Github;
10285
10353
  exports.Gitlab = Gitlab;
10286
10354
  exports.GlassWater = GlassWater;
@@ -10595,6 +10663,7 @@
10595
10663
  exports.Table2 = Table2;
10596
10664
  exports.Tablet = Tablet;
10597
10665
  exports.Tag = Tag;
10666
+ exports.Tags = Tags;
10598
10667
  exports.Target = Target;
10599
10668
  exports.Tent = Tent;
10600
10669
  exports.Terminal = Terminal;