lucide-angular 0.77.0 → 0.80.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 +147 -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 +157 -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/flip-horizontal-2.js +15 -0
- package/esm2015/icons/flip-horizontal.js +15 -0
- package/esm2015/icons/flip-vertical-2.js +15 -0
- package/esm2015/icons/flip-vertical.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 +11 -1
- package/esm2015/icons/tag.js +2 -2
- package/esm2015/icons/tags.js +17 -0
- package/esm2015/icons/wand-2.js +22 -0
- package/esm2015/src/icons/bone.js +15 -0
- package/esm2015/src/icons/flip-horizontal-2.js +15 -0
- package/esm2015/src/icons/flip-horizontal.js +15 -0
- package/esm2015/src/icons/flip-vertical-2.js +15 -0
- package/esm2015/src/icons/flip-vertical.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 +11 -1
- package/esm2015/src/icons/tag.js +2 -2
- package/esm2015/src/icons/tags.js +17 -0
- package/esm2015/src/icons/wand-2.js +22 -0
- package/fesm2015/lucide-angular-src-icons.js +138 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +148 -2
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/bone.d.ts +3 -0
- package/icons/flip-horizontal-2.d.ts +3 -0
- package/icons/flip-horizontal.d.ts +3 -0
- package/icons/flip-vertical-2.d.ts +3 -0
- package/icons/flip-vertical.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 +10 -0
- package/icons/tags.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/flip-horizontal-2.d.ts +3 -0
- package/src/icons/flip-horizontal.d.ts +3 -0
- package/src/icons/flip-vertical-2.d.ts +3 -0
- package/src/icons/flip-vertical.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 +10 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/tags.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,
|
|
@@ -4234,6 +4247,58 @@
|
|
|
4234
4247
|
],
|
|
4235
4248
|
];
|
|
4236
4249
|
|
|
4250
|
+
var FlipHorizontal2 = [
|
|
4251
|
+
'svg',
|
|
4252
|
+
defaultAttributes,
|
|
4253
|
+
[
|
|
4254
|
+
['path', { d: 'm3 7 5 5-5 5V7' }],
|
|
4255
|
+
['path', { d: 'm21 7-5 5 5 5V7' }],
|
|
4256
|
+
['path', { d: 'M12 20v2' }],
|
|
4257
|
+
['path', { d: 'M12 14v2' }],
|
|
4258
|
+
['path', { d: 'M12 8v2' }],
|
|
4259
|
+
['path', { d: 'M12 2v2' }],
|
|
4260
|
+
],
|
|
4261
|
+
];
|
|
4262
|
+
|
|
4263
|
+
var FlipHorizontal = [
|
|
4264
|
+
'svg',
|
|
4265
|
+
defaultAttributes,
|
|
4266
|
+
[
|
|
4267
|
+
['path', { d: 'M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3' }],
|
|
4268
|
+
['path', { d: 'M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3' }],
|
|
4269
|
+
['path', { d: 'M12 20v2' }],
|
|
4270
|
+
['path', { d: 'M12 14v2' }],
|
|
4271
|
+
['path', { d: 'M12 8v2' }],
|
|
4272
|
+
['path', { d: 'M12 2v2' }],
|
|
4273
|
+
],
|
|
4274
|
+
];
|
|
4275
|
+
|
|
4276
|
+
var FlipVertical2 = [
|
|
4277
|
+
'svg',
|
|
4278
|
+
defaultAttributes,
|
|
4279
|
+
[
|
|
4280
|
+
['path', { d: 'm17 3-5 5-5-5h10' }],
|
|
4281
|
+
['path', { d: 'm17 21-5-5-5 5h10' }],
|
|
4282
|
+
['path', { d: 'M4 12H2' }],
|
|
4283
|
+
['path', { d: 'M10 12H8' }],
|
|
4284
|
+
['path', { d: 'M16 12h-2' }],
|
|
4285
|
+
['path', { d: 'M22 12h-2' }],
|
|
4286
|
+
],
|
|
4287
|
+
];
|
|
4288
|
+
|
|
4289
|
+
var FlipVertical = [
|
|
4290
|
+
'svg',
|
|
4291
|
+
defaultAttributes,
|
|
4292
|
+
[
|
|
4293
|
+
['path', { d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3' }],
|
|
4294
|
+
['path', { d: 'M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3' }],
|
|
4295
|
+
['path', { d: 'M4 12H2' }],
|
|
4296
|
+
['path', { d: 'M10 12H8' }],
|
|
4297
|
+
['path', { d: 'M16 12h-2' }],
|
|
4298
|
+
['path', { d: 'M22 12h-2' }],
|
|
4299
|
+
],
|
|
4300
|
+
];
|
|
4301
|
+
|
|
4237
4302
|
var Flower2 = [
|
|
4238
4303
|
'svg',
|
|
4239
4304
|
defaultAttributes,
|
|
@@ -4867,6 +4932,17 @@
|
|
|
4867
4932
|
],
|
|
4868
4933
|
];
|
|
4869
4934
|
|
|
4935
|
+
var GitCompare = [
|
|
4936
|
+
'svg',
|
|
4937
|
+
defaultAttributes,
|
|
4938
|
+
[
|
|
4939
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4940
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4941
|
+
['path', { d: 'M13 6h3a2 2 0 0 1 2 2v7' }],
|
|
4942
|
+
['path', { d: 'M11 18H8a2 2 0 0 1-2-2V9' }],
|
|
4943
|
+
],
|
|
4944
|
+
];
|
|
4945
|
+
|
|
4870
4946
|
var GitFork = [
|
|
4871
4947
|
'svg',
|
|
4872
4948
|
defaultAttributes,
|
|
@@ -4889,6 +4965,31 @@
|
|
|
4889
4965
|
],
|
|
4890
4966
|
];
|
|
4891
4967
|
|
|
4968
|
+
var GitPullRequestClosed = [
|
|
4969
|
+
'svg',
|
|
4970
|
+
defaultAttributes,
|
|
4971
|
+
[
|
|
4972
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4973
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4974
|
+
['path', { d: 'M18 11.5V15' }],
|
|
4975
|
+
['path', { d: 'm21 3-6 6' }],
|
|
4976
|
+
['path', { d: 'm21 9-6-6' }],
|
|
4977
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4978
|
+
],
|
|
4979
|
+
];
|
|
4980
|
+
|
|
4981
|
+
var GitPullRequestDraft = [
|
|
4982
|
+
'svg',
|
|
4983
|
+
defaultAttributes,
|
|
4984
|
+
[
|
|
4985
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
4986
|
+
['circle', { cx: '6', cy: '6', r: '3' }],
|
|
4987
|
+
['path', { d: 'M18 6V5' }],
|
|
4988
|
+
['path', { d: 'M18 11v-1' }],
|
|
4989
|
+
['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
|
|
4990
|
+
],
|
|
4991
|
+
];
|
|
4992
|
+
|
|
4892
4993
|
var GitPullRequest = [
|
|
4893
4994
|
'svg',
|
|
4894
4995
|
defaultAttributes,
|
|
@@ -8847,13 +8948,28 @@
|
|
|
8847
8948
|
[
|
|
8848
8949
|
'path',
|
|
8849
8950
|
{
|
|
8850
|
-
d: '
|
|
8951
|
+
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
8952
|
},
|
|
8852
8953
|
],
|
|
8853
8954
|
['path', { d: 'M7 7h.01' }],
|
|
8854
8955
|
],
|
|
8855
8956
|
];
|
|
8856
8957
|
|
|
8958
|
+
var Tags = [
|
|
8959
|
+
'svg',
|
|
8960
|
+
defaultAttributes,
|
|
8961
|
+
[
|
|
8962
|
+
[
|
|
8963
|
+
'path',
|
|
8964
|
+
{
|
|
8965
|
+
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',
|
|
8966
|
+
},
|
|
8967
|
+
],
|
|
8968
|
+
['path', { d: 'M6 9.01V9' }],
|
|
8969
|
+
['path', { d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19' }],
|
|
8970
|
+
],
|
|
8971
|
+
];
|
|
8972
|
+
|
|
8857
8973
|
var Target = [
|
|
8858
8974
|
'svg',
|
|
8859
8975
|
defaultAttributes,
|
|
@@ -9624,6 +9740,26 @@
|
|
|
9624
9740
|
],
|
|
9625
9741
|
];
|
|
9626
9742
|
|
|
9743
|
+
var Wand2 = [
|
|
9744
|
+
'svg',
|
|
9745
|
+
defaultAttributes,
|
|
9746
|
+
[
|
|
9747
|
+
[
|
|
9748
|
+
'path',
|
|
9749
|
+
{
|
|
9750
|
+
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',
|
|
9751
|
+
},
|
|
9752
|
+
],
|
|
9753
|
+
['path', { d: 'm14 7 3 3' }],
|
|
9754
|
+
['path', { d: 'M5 6v4' }],
|
|
9755
|
+
['path', { d: 'M19 14v4' }],
|
|
9756
|
+
['path', { d: 'M10 2v2' }],
|
|
9757
|
+
['path', { d: 'M7 8H3' }],
|
|
9758
|
+
['path', { d: 'M21 16h-4' }],
|
|
9759
|
+
['path', { d: 'M11 3H9' }],
|
|
9760
|
+
],
|
|
9761
|
+
];
|
|
9762
|
+
|
|
9627
9763
|
var Wand = [
|
|
9628
9764
|
'svg',
|
|
9629
9765
|
defaultAttributes,
|
|
@@ -9975,6 +10111,7 @@
|
|
|
9975
10111
|
exports.BluetoothSearching = BluetoothSearching;
|
|
9976
10112
|
exports.Bold = Bold;
|
|
9977
10113
|
exports.Bomb = Bomb;
|
|
10114
|
+
exports.Bone = Bone;
|
|
9978
10115
|
exports.Book = Book;
|
|
9979
10116
|
exports.BookOpen = BookOpen;
|
|
9980
10117
|
exports.Bookmark = Bookmark;
|
|
@@ -10214,6 +10351,10 @@
|
|
|
10214
10351
|
exports.FlashlightOff = FlashlightOff;
|
|
10215
10352
|
exports.FlaskConical = FlaskConical;
|
|
10216
10353
|
exports.FlaskRound = FlaskRound;
|
|
10354
|
+
exports.FlipHorizontal = FlipHorizontal;
|
|
10355
|
+
exports.FlipHorizontal2 = FlipHorizontal2;
|
|
10356
|
+
exports.FlipVertical = FlipVertical;
|
|
10357
|
+
exports.FlipVertical2 = FlipVertical2;
|
|
10217
10358
|
exports.Flower = Flower;
|
|
10218
10359
|
exports.Flower2 = Flower2;
|
|
10219
10360
|
exports.Focus = Focus;
|
|
@@ -10258,9 +10399,12 @@
|
|
|
10258
10399
|
exports.GitBranch = GitBranch;
|
|
10259
10400
|
exports.GitBranchPlus = GitBranchPlus;
|
|
10260
10401
|
exports.GitCommit = GitCommit;
|
|
10402
|
+
exports.GitCompare = GitCompare;
|
|
10261
10403
|
exports.GitFork = GitFork;
|
|
10262
10404
|
exports.GitMerge = GitMerge;
|
|
10263
10405
|
exports.GitPullRequest = GitPullRequest;
|
|
10406
|
+
exports.GitPullRequestClosed = GitPullRequestClosed;
|
|
10407
|
+
exports.GitPullRequestDraft = GitPullRequestDraft;
|
|
10264
10408
|
exports.Github = Github;
|
|
10265
10409
|
exports.Gitlab = Gitlab;
|
|
10266
10410
|
exports.GlassWater = GlassWater;
|
|
@@ -10575,6 +10719,7 @@
|
|
|
10575
10719
|
exports.Table2 = Table2;
|
|
10576
10720
|
exports.Tablet = Tablet;
|
|
10577
10721
|
exports.Tag = Tag;
|
|
10722
|
+
exports.Tags = Tags;
|
|
10578
10723
|
exports.Target = Target;
|
|
10579
10724
|
exports.Tent = Tent;
|
|
10580
10725
|
exports.Terminal = Terminal;
|
|
@@ -10643,6 +10788,7 @@
|
|
|
10643
10788
|
exports.VolumeX = VolumeX;
|
|
10644
10789
|
exports.Wallet = Wallet;
|
|
10645
10790
|
exports.Wand = Wand;
|
|
10791
|
+
exports.Wand2 = Wand2;
|
|
10646
10792
|
exports.Watch = Watch;
|
|
10647
10793
|
exports.Waves = Waves;
|
|
10648
10794
|
exports.Webcam = Webcam;
|