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,
|
|
@@ -9973,6 +10109,7 @@
|
|
|
9973
10109
|
Bluetooth: Bluetooth,
|
|
9974
10110
|
Bold: Bold,
|
|
9975
10111
|
Bomb: Bomb,
|
|
10112
|
+
Bone: Bone,
|
|
9976
10113
|
BookOpen: BookOpen,
|
|
9977
10114
|
Book: Book,
|
|
9978
10115
|
BookmarkMinus: BookmarkMinus,
|
|
@@ -10212,6 +10349,10 @@
|
|
|
10212
10349
|
Flashlight: Flashlight,
|
|
10213
10350
|
FlaskConical: FlaskConical,
|
|
10214
10351
|
FlaskRound: FlaskRound,
|
|
10352
|
+
FlipHorizontal2: FlipHorizontal2,
|
|
10353
|
+
FlipHorizontal: FlipHorizontal,
|
|
10354
|
+
FlipVertical2: FlipVertical2,
|
|
10355
|
+
FlipVertical: FlipVertical,
|
|
10215
10356
|
Flower2: Flower2,
|
|
10216
10357
|
Flower: Flower,
|
|
10217
10358
|
Focus: Focus,
|
|
@@ -10256,8 +10397,11 @@
|
|
|
10256
10397
|
GitBranchPlus: GitBranchPlus,
|
|
10257
10398
|
GitBranch: GitBranch,
|
|
10258
10399
|
GitCommit: GitCommit,
|
|
10400
|
+
GitCompare: GitCompare,
|
|
10259
10401
|
GitFork: GitFork,
|
|
10260
10402
|
GitMerge: GitMerge,
|
|
10403
|
+
GitPullRequestClosed: GitPullRequestClosed,
|
|
10404
|
+
GitPullRequestDraft: GitPullRequestDraft,
|
|
10261
10405
|
GitPullRequest: GitPullRequest,
|
|
10262
10406
|
Github: Github,
|
|
10263
10407
|
Gitlab: Gitlab,
|
|
@@ -10573,6 +10717,7 @@
|
|
|
10573
10717
|
Table: Table,
|
|
10574
10718
|
Tablet: Tablet,
|
|
10575
10719
|
Tag: Tag,
|
|
10720
|
+
Tags: Tags,
|
|
10576
10721
|
Target: Target,
|
|
10577
10722
|
Tent: Tent,
|
|
10578
10723
|
TerminalSquare: TerminalSquare,
|
|
@@ -10640,6 +10785,7 @@
|
|
|
10640
10785
|
VolumeX: VolumeX,
|
|
10641
10786
|
Volume: Volume,
|
|
10642
10787
|
Wallet: Wallet,
|
|
10788
|
+
Wand2: Wand2,
|
|
10643
10789
|
Wand: Wand,
|
|
10644
10790
|
Watch: Watch,
|
|
10645
10791
|
Waves: Waves,
|
|
@@ -11203,6 +11349,7 @@
|
|
|
11203
11349
|
exports.BluetoothSearching = BluetoothSearching;
|
|
11204
11350
|
exports.Bold = Bold;
|
|
11205
11351
|
exports.Bomb = Bomb;
|
|
11352
|
+
exports.Bone = Bone;
|
|
11206
11353
|
exports.Book = Book;
|
|
11207
11354
|
exports.BookOpen = BookOpen;
|
|
11208
11355
|
exports.Bookmark = Bookmark;
|
|
@@ -11442,6 +11589,10 @@
|
|
|
11442
11589
|
exports.FlashlightOff = FlashlightOff;
|
|
11443
11590
|
exports.FlaskConical = FlaskConical;
|
|
11444
11591
|
exports.FlaskRound = FlaskRound;
|
|
11592
|
+
exports.FlipHorizontal = FlipHorizontal;
|
|
11593
|
+
exports.FlipHorizontal2 = FlipHorizontal2;
|
|
11594
|
+
exports.FlipVertical = FlipVertical;
|
|
11595
|
+
exports.FlipVertical2 = FlipVertical2;
|
|
11445
11596
|
exports.Flower = Flower;
|
|
11446
11597
|
exports.Flower2 = Flower2;
|
|
11447
11598
|
exports.Focus = Focus;
|
|
@@ -11486,9 +11637,12 @@
|
|
|
11486
11637
|
exports.GitBranch = GitBranch;
|
|
11487
11638
|
exports.GitBranchPlus = GitBranchPlus;
|
|
11488
11639
|
exports.GitCommit = GitCommit;
|
|
11640
|
+
exports.GitCompare = GitCompare;
|
|
11489
11641
|
exports.GitFork = GitFork;
|
|
11490
11642
|
exports.GitMerge = GitMerge;
|
|
11491
11643
|
exports.GitPullRequest = GitPullRequest;
|
|
11644
|
+
exports.GitPullRequestClosed = GitPullRequestClosed;
|
|
11645
|
+
exports.GitPullRequestDraft = GitPullRequestDraft;
|
|
11492
11646
|
exports.Github = Github;
|
|
11493
11647
|
exports.Gitlab = Gitlab;
|
|
11494
11648
|
exports.GlassWater = GlassWater;
|
|
@@ -11805,6 +11959,7 @@
|
|
|
11805
11959
|
exports.Table2 = Table2;
|
|
11806
11960
|
exports.Tablet = Tablet;
|
|
11807
11961
|
exports.Tag = Tag;
|
|
11962
|
+
exports.Tags = Tags;
|
|
11808
11963
|
exports.Target = Target;
|
|
11809
11964
|
exports.Tent = Tent;
|
|
11810
11965
|
exports.Terminal = Terminal;
|
|
@@ -11873,6 +12028,7 @@
|
|
|
11873
12028
|
exports.VolumeX = VolumeX;
|
|
11874
12029
|
exports.Wallet = Wallet;
|
|
11875
12030
|
exports.Wand = Wand;
|
|
12031
|
+
exports.Wand2 = Wand2;
|
|
11876
12032
|
exports.Watch = Watch;
|
|
11877
12033
|
exports.Waves = Waves;
|
|
11878
12034
|
exports.Webcam = Webcam;
|