lucide-angular 0.78.0 → 0.81.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 (95) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +259 -4
  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 +288 -6
  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/flip-horizontal-2.js +15 -0
  11. package/esm2015/icons/flip-horizontal.js +15 -0
  12. package/esm2015/icons/flip-vertical-2.js +15 -0
  13. package/esm2015/icons/flip-vertical.js +15 -0
  14. package/esm2015/icons/git-compare.js +13 -0
  15. package/esm2015/icons/git-pull-request-closed.js +15 -0
  16. package/esm2015/icons/git-pull-request-draft.js +14 -0
  17. package/esm2015/icons/index.js +19 -1
  18. package/esm2015/icons/mail-check.js +15 -0
  19. package/esm2015/icons/mail-minus.js +15 -0
  20. package/esm2015/icons/mail-open.js +16 -0
  21. package/esm2015/icons/mail-plus.js +16 -0
  22. package/esm2015/icons/mail-question.js +21 -0
  23. package/esm2015/icons/mail-search.js +17 -0
  24. package/esm2015/icons/mail-warning.js +16 -0
  25. package/esm2015/icons/mail-x.js +16 -0
  26. package/esm2015/icons/mail.js +3 -8
  27. package/esm2015/icons/mails.js +12 -0
  28. package/esm2015/icons/tag.js +2 -2
  29. package/esm2015/icons/tags.js +17 -0
  30. package/esm2015/src/icons/bone.js +15 -0
  31. package/esm2015/src/icons/flip-horizontal-2.js +15 -0
  32. package/esm2015/src/icons/flip-horizontal.js +15 -0
  33. package/esm2015/src/icons/flip-vertical-2.js +15 -0
  34. package/esm2015/src/icons/flip-vertical.js +15 -0
  35. package/esm2015/src/icons/git-compare.js +13 -0
  36. package/esm2015/src/icons/git-pull-request-closed.js +15 -0
  37. package/esm2015/src/icons/git-pull-request-draft.js +14 -0
  38. package/esm2015/src/icons/index.js +19 -1
  39. package/esm2015/src/icons/mail-check.js +15 -0
  40. package/esm2015/src/icons/mail-minus.js +15 -0
  41. package/esm2015/src/icons/mail-open.js +16 -0
  42. package/esm2015/src/icons/mail-plus.js +16 -0
  43. package/esm2015/src/icons/mail-question.js +21 -0
  44. package/esm2015/src/icons/mail-search.js +17 -0
  45. package/esm2015/src/icons/mail-warning.js +16 -0
  46. package/esm2015/src/icons/mail-x.js +16 -0
  47. package/esm2015/src/icons/mail.js +3 -8
  48. package/esm2015/src/icons/mails.js +12 -0
  49. package/esm2015/src/icons/tag.js +2 -2
  50. package/esm2015/src/icons/tags.js +17 -0
  51. package/fesm2015/lucide-angular-src-icons.js +242 -5
  52. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  53. package/fesm2015/lucide-angular.js +260 -5
  54. package/fesm2015/lucide-angular.js.map +1 -1
  55. package/icons/bone.d.ts +3 -0
  56. package/icons/flip-horizontal-2.d.ts +3 -0
  57. package/icons/flip-horizontal.d.ts +3 -0
  58. package/icons/flip-vertical-2.d.ts +3 -0
  59. package/icons/flip-vertical.d.ts +3 -0
  60. package/icons/git-compare.d.ts +3 -0
  61. package/icons/git-pull-request-closed.d.ts +3 -0
  62. package/icons/git-pull-request-draft.d.ts +3 -0
  63. package/icons/index.d.ts +18 -0
  64. package/icons/mail-check.d.ts +3 -0
  65. package/icons/mail-minus.d.ts +3 -0
  66. package/icons/mail-open.d.ts +3 -0
  67. package/icons/mail-plus.d.ts +3 -0
  68. package/icons/mail-question.d.ts +3 -0
  69. package/icons/mail-search.d.ts +3 -0
  70. package/icons/mail-warning.d.ts +3 -0
  71. package/icons/mail-x.d.ts +3 -0
  72. package/icons/mails.d.ts +3 -0
  73. package/icons/tags.d.ts +3 -0
  74. package/lucide-angular.metadata.json +1 -1
  75. package/package.json +1 -1
  76. package/src/icons/bone.d.ts +3 -0
  77. package/src/icons/flip-horizontal-2.d.ts +3 -0
  78. package/src/icons/flip-horizontal.d.ts +3 -0
  79. package/src/icons/flip-vertical-2.d.ts +3 -0
  80. package/src/icons/flip-vertical.d.ts +3 -0
  81. package/src/icons/git-compare.d.ts +3 -0
  82. package/src/icons/git-pull-request-closed.d.ts +3 -0
  83. package/src/icons/git-pull-request-draft.d.ts +3 -0
  84. package/src/icons/index.d.ts +18 -0
  85. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  86. package/src/icons/mail-check.d.ts +3 -0
  87. package/src/icons/mail-minus.d.ts +3 -0
  88. package/src/icons/mail-open.d.ts +3 -0
  89. package/src/icons/mail-plus.d.ts +3 -0
  90. package/src/icons/mail-question.d.ts +3 -0
  91. package/src/icons/mail-search.d.ts +3 -0
  92. package/src/icons/mail-warning.d.ts +3 -0
  93. package/src/icons/mail-x.d.ts +3 -0
  94. package/src/icons/mails.d.ts +3 -0
  95. 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,
@@ -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,
@@ -6156,17 +6257,138 @@
6156
6257
  ],
6157
6258
  ];
6158
6259
 
6159
- var Mail = [
6260
+ var MailCheck = [
6160
6261
  'svg',
6161
6262
  defaultAttributes,
6162
6263
  [
6264
+ [
6265
+ 'path',
6266
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6267
+ ],
6268
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6269
+ ['path', { d: 'm16 19 2 2 4-4' }],
6270
+ ],
6271
+ ];
6272
+
6273
+ var MailMinus = [
6274
+ 'svg',
6275
+ defaultAttributes,
6276
+ [
6277
+ [
6278
+ 'path',
6279
+ { d: 'M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6280
+ ],
6281
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6282
+ ['path', { d: 'M16 19h6' }],
6283
+ ],
6284
+ ];
6285
+
6286
+ var MailOpen = [
6287
+ 'svg',
6288
+ defaultAttributes,
6289
+ [
6290
+ [
6291
+ 'path',
6292
+ {
6293
+ d: 'M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z',
6294
+ },
6295
+ ],
6296
+ ['path', { d: 'm22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10' }],
6297
+ ],
6298
+ ];
6299
+
6300
+ var MailPlus = [
6301
+ 'svg',
6302
+ defaultAttributes,
6303
+ [
6304
+ [
6305
+ 'path',
6306
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6307
+ ],
6308
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6309
+ ['path', { d: 'M19 16v6' }],
6310
+ ['path', { d: 'M16 19h6' }],
6311
+ ],
6312
+ ];
6313
+
6314
+ var MailQuestion = [
6315
+ 'svg',
6316
+ defaultAttributes,
6317
+ [
6318
+ [
6319
+ 'path',
6320
+ { d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
6321
+ ],
6322
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6163
6323
  [
6164
6324
  'path',
6165
6325
  {
6166
- d: 'M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z',
6326
+ d: 'M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2',
6167
6327
  },
6168
6328
  ],
6169
- ['polyline', { points: '22,6 12,13 2,6' }],
6329
+ ['path', { d: 'M20 22v.01' }],
6330
+ ],
6331
+ ];
6332
+
6333
+ var MailSearch = [
6334
+ 'svg',
6335
+ defaultAttributes,
6336
+ [
6337
+ [
6338
+ 'path',
6339
+ { d: 'M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5' },
6340
+ ],
6341
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6342
+ ['path', { d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z' }],
6343
+ ['circle', { cx: '18', cy: '18', r: '3' }],
6344
+ ['path', { d: 'm22 22-1.5-1.5' }],
6345
+ ],
6346
+ ];
6347
+
6348
+ var MailWarning = [
6349
+ 'svg',
6350
+ defaultAttributes,
6351
+ [
6352
+ [
6353
+ 'path',
6354
+ { d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
6355
+ ],
6356
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6357
+ ['path', { d: 'M20 14v4' }],
6358
+ ['path', { d: 'M20 22v.01' }],
6359
+ ],
6360
+ ];
6361
+
6362
+ var MailX = [
6363
+ 'svg',
6364
+ defaultAttributes,
6365
+ [
6366
+ [
6367
+ 'path',
6368
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9' },
6369
+ ],
6370
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6371
+ ['path', { d: 'm17 17 4 4' }],
6372
+ ['path', { d: 'm21 17-4 4' }],
6373
+ ],
6374
+ ];
6375
+
6376
+ var Mail = [
6377
+ 'svg',
6378
+ defaultAttributes,
6379
+ [
6380
+ ['rect', { x: '2', y: '4', width: '20', height: '16', rx: '2' }],
6381
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6382
+ ],
6383
+ ];
6384
+
6385
+ var Mails = [
6386
+ 'svg',
6387
+ defaultAttributes,
6388
+ [
6389
+ ['rect', { x: '6', y: '4', width: '16', height: '13', rx: '2' }],
6390
+ ['path', { d: 'm22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7' }],
6391
+ ['path', { d: 'M2 8v11c0 1.1.9 2 2 2h14' }],
6170
6392
  ],
6171
6393
  ];
6172
6394
 
@@ -8847,13 +9069,28 @@
8847
9069
  [
8848
9070
  'path',
8849
9071
  {
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',
9072
+ 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
9073
  },
8852
9074
  ],
8853
9075
  ['path', { d: 'M7 7h.01' }],
8854
9076
  ],
8855
9077
  ];
8856
9078
 
9079
+ var Tags = [
9080
+ 'svg',
9081
+ defaultAttributes,
9082
+ [
9083
+ [
9084
+ 'path',
9085
+ {
9086
+ 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',
9087
+ },
9088
+ ],
9089
+ ['path', { d: 'M6 9.01V9' }],
9090
+ ['path', { d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19' }],
9091
+ ],
9092
+ ];
9093
+
8857
9094
  var Target = [
8858
9095
  'svg',
8859
9096
  defaultAttributes,
@@ -9993,6 +10230,7 @@
9993
10230
  Bluetooth: Bluetooth,
9994
10231
  Bold: Bold,
9995
10232
  Bomb: Bomb,
10233
+ Bone: Bone,
9996
10234
  BookOpen: BookOpen,
9997
10235
  Book: Book,
9998
10236
  BookmarkMinus: BookmarkMinus,
@@ -10232,6 +10470,10 @@
10232
10470
  Flashlight: Flashlight,
10233
10471
  FlaskConical: FlaskConical,
10234
10472
  FlaskRound: FlaskRound,
10473
+ FlipHorizontal2: FlipHorizontal2,
10474
+ FlipHorizontal: FlipHorizontal,
10475
+ FlipVertical2: FlipVertical2,
10476
+ FlipVertical: FlipVertical,
10235
10477
  Flower2: Flower2,
10236
10478
  Flower: Flower,
10237
10479
  Focus: Focus,
@@ -10276,8 +10518,11 @@
10276
10518
  GitBranchPlus: GitBranchPlus,
10277
10519
  GitBranch: GitBranch,
10278
10520
  GitCommit: GitCommit,
10521
+ GitCompare: GitCompare,
10279
10522
  GitFork: GitFork,
10280
10523
  GitMerge: GitMerge,
10524
+ GitPullRequestClosed: GitPullRequestClosed,
10525
+ GitPullRequestDraft: GitPullRequestDraft,
10281
10526
  GitPullRequest: GitPullRequest,
10282
10527
  Github: Github,
10283
10528
  Gitlab: Gitlab,
@@ -10376,7 +10621,16 @@
10376
10621
  LogOut: LogOut,
10377
10622
  Luggage: Luggage,
10378
10623
  Magnet: Magnet,
10624
+ MailCheck: MailCheck,
10625
+ MailMinus: MailMinus,
10626
+ MailOpen: MailOpen,
10627
+ MailPlus: MailPlus,
10628
+ MailQuestion: MailQuestion,
10629
+ MailSearch: MailSearch,
10630
+ MailWarning: MailWarning,
10631
+ MailX: MailX,
10379
10632
  Mail: Mail,
10633
+ Mails: Mails,
10380
10634
  MapPinOff: MapPinOff,
10381
10635
  MapPin: MapPin,
10382
10636
  Map: Map,
@@ -10593,6 +10847,7 @@
10593
10847
  Table: Table,
10594
10848
  Tablet: Tablet,
10595
10849
  Tag: Tag,
10850
+ Tags: Tags,
10596
10851
  Target: Target,
10597
10852
  Tent: Tent,
10598
10853
  TerminalSquare: TerminalSquare,
@@ -10682,7 +10937,7 @@
10682
10937
  ZoomOut: ZoomOut
10683
10938
  });
10684
10939
 
10685
- /*! *****************************************************************************
10940
+ /******************************************************************************
10686
10941
  Copyright (c) Microsoft Corporation.
10687
10942
 
10688
10943
  Permission to use, copy, modify, and/or distribute this software for any
@@ -10844,7 +11099,11 @@
10844
11099
  var __createBinding = Object.create ? (function (o, m, k, k2) {
10845
11100
  if (k2 === undefined)
10846
11101
  k2 = k;
10847
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
11102
+ var desc = Object.getOwnPropertyDescriptor(m, k);
11103
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
11104
+ desc = { enumerable: true, get: function () { return m[k]; } };
11105
+ }
11106
+ Object.defineProperty(o, k2, desc);
10848
11107
  }) : (function (o, m, k, k2) {
10849
11108
  if (k2 === undefined)
10850
11109
  k2 = k;
@@ -10999,6 +11258,11 @@
10999
11258
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
11000
11259
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
11001
11260
  }
11261
+ function __classPrivateFieldIn(state, receiver) {
11262
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
11263
+ throw new TypeError("Cannot use 'in' operator on non-object");
11264
+ return typeof state === "function" ? receiver === state : state.has(receiver);
11265
+ }
11002
11266
 
11003
11267
  var Icons = /** @class */ (function () {
11004
11268
  function Icons(icons) {
@@ -11224,6 +11488,7 @@
11224
11488
  exports.BluetoothSearching = BluetoothSearching;
11225
11489
  exports.Bold = Bold;
11226
11490
  exports.Bomb = Bomb;
11491
+ exports.Bone = Bone;
11227
11492
  exports.Book = Book;
11228
11493
  exports.BookOpen = BookOpen;
11229
11494
  exports.Bookmark = Bookmark;
@@ -11463,6 +11728,10 @@
11463
11728
  exports.FlashlightOff = FlashlightOff;
11464
11729
  exports.FlaskConical = FlaskConical;
11465
11730
  exports.FlaskRound = FlaskRound;
11731
+ exports.FlipHorizontal = FlipHorizontal;
11732
+ exports.FlipHorizontal2 = FlipHorizontal2;
11733
+ exports.FlipVertical = FlipVertical;
11734
+ exports.FlipVertical2 = FlipVertical2;
11466
11735
  exports.Flower = Flower;
11467
11736
  exports.Flower2 = Flower2;
11468
11737
  exports.Focus = Focus;
@@ -11507,9 +11776,12 @@
11507
11776
  exports.GitBranch = GitBranch;
11508
11777
  exports.GitBranchPlus = GitBranchPlus;
11509
11778
  exports.GitCommit = GitCommit;
11779
+ exports.GitCompare = GitCompare;
11510
11780
  exports.GitFork = GitFork;
11511
11781
  exports.GitMerge = GitMerge;
11512
11782
  exports.GitPullRequest = GitPullRequest;
11783
+ exports.GitPullRequestClosed = GitPullRequestClosed;
11784
+ exports.GitPullRequestDraft = GitPullRequestDraft;
11513
11785
  exports.Github = Github;
11514
11786
  exports.Gitlab = Gitlab;
11515
11787
  exports.GlassWater = GlassWater;
@@ -11610,6 +11882,15 @@
11610
11882
  exports.Luggage = Luggage;
11611
11883
  exports.Magnet = Magnet;
11612
11884
  exports.Mail = Mail;
11885
+ exports.MailCheck = MailCheck;
11886
+ exports.MailMinus = MailMinus;
11887
+ exports.MailOpen = MailOpen;
11888
+ exports.MailPlus = MailPlus;
11889
+ exports.MailQuestion = MailQuestion;
11890
+ exports.MailSearch = MailSearch;
11891
+ exports.MailWarning = MailWarning;
11892
+ exports.MailX = MailX;
11893
+ exports.Mails = Mails;
11613
11894
  exports.Map = Map;
11614
11895
  exports.MapPin = MapPin;
11615
11896
  exports.MapPinOff = MapPinOff;
@@ -11826,6 +12107,7 @@
11826
12107
  exports.Table2 = Table2;
11827
12108
  exports.Tablet = Tablet;
11828
12109
  exports.Tag = Tag;
12110
+ exports.Tags = Tags;
11829
12111
  exports.Target = Target;
11830
12112
  exports.Tent = Tent;
11831
12113
  exports.Terminal = Terminal;