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
@@ -1186,6 +1186,19 @@ const Bomb = [
1186
1186
  ],
1187
1187
  ];
1188
1188
 
1189
+ const Bone = [
1190
+ 'svg',
1191
+ defaultAttributes,
1192
+ [
1193
+ [
1194
+ 'path',
1195
+ {
1196
+ 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',
1197
+ },
1198
+ ],
1199
+ ],
1200
+ ];
1201
+
1189
1202
  const BookOpen = [
1190
1203
  'svg',
1191
1204
  defaultAttributes,
@@ -4230,6 +4243,58 @@ const FlaskRound = [
4230
4243
  ],
4231
4244
  ];
4232
4245
 
4246
+ const FlipHorizontal2 = [
4247
+ 'svg',
4248
+ defaultAttributes,
4249
+ [
4250
+ ['path', { d: 'm3 7 5 5-5 5V7' }],
4251
+ ['path', { d: 'm21 7-5 5 5 5V7' }],
4252
+ ['path', { d: 'M12 20v2' }],
4253
+ ['path', { d: 'M12 14v2' }],
4254
+ ['path', { d: 'M12 8v2' }],
4255
+ ['path', { d: 'M12 2v2' }],
4256
+ ],
4257
+ ];
4258
+
4259
+ const FlipHorizontal = [
4260
+ 'svg',
4261
+ defaultAttributes,
4262
+ [
4263
+ ['path', { d: 'M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3' }],
4264
+ ['path', { d: 'M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3' }],
4265
+ ['path', { d: 'M12 20v2' }],
4266
+ ['path', { d: 'M12 14v2' }],
4267
+ ['path', { d: 'M12 8v2' }],
4268
+ ['path', { d: 'M12 2v2' }],
4269
+ ],
4270
+ ];
4271
+
4272
+ const FlipVertical2 = [
4273
+ 'svg',
4274
+ defaultAttributes,
4275
+ [
4276
+ ['path', { d: 'm17 3-5 5-5-5h10' }],
4277
+ ['path', { d: 'm17 21-5-5-5 5h10' }],
4278
+ ['path', { d: 'M4 12H2' }],
4279
+ ['path', { d: 'M10 12H8' }],
4280
+ ['path', { d: 'M16 12h-2' }],
4281
+ ['path', { d: 'M22 12h-2' }],
4282
+ ],
4283
+ ];
4284
+
4285
+ const FlipVertical = [
4286
+ 'svg',
4287
+ defaultAttributes,
4288
+ [
4289
+ ['path', { d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3' }],
4290
+ ['path', { d: 'M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3' }],
4291
+ ['path', { d: 'M4 12H2' }],
4292
+ ['path', { d: 'M10 12H8' }],
4293
+ ['path', { d: 'M16 12h-2' }],
4294
+ ['path', { d: 'M22 12h-2' }],
4295
+ ],
4296
+ ];
4297
+
4233
4298
  const Flower2 = [
4234
4299
  'svg',
4235
4300
  defaultAttributes,
@@ -4863,6 +4928,17 @@ const GitCommit = [
4863
4928
  ],
4864
4929
  ];
4865
4930
 
4931
+ const GitCompare = [
4932
+ 'svg',
4933
+ defaultAttributes,
4934
+ [
4935
+ ['circle', { cx: '18', cy: '18', r: '3' }],
4936
+ ['circle', { cx: '6', cy: '6', r: '3' }],
4937
+ ['path', { d: 'M13 6h3a2 2 0 0 1 2 2v7' }],
4938
+ ['path', { d: 'M11 18H8a2 2 0 0 1-2-2V9' }],
4939
+ ],
4940
+ ];
4941
+
4866
4942
  const GitFork = [
4867
4943
  'svg',
4868
4944
  defaultAttributes,
@@ -4885,6 +4961,31 @@ const GitMerge = [
4885
4961
  ],
4886
4962
  ];
4887
4963
 
4964
+ const GitPullRequestClosed = [
4965
+ 'svg',
4966
+ defaultAttributes,
4967
+ [
4968
+ ['circle', { cx: '18', cy: '18', r: '3' }],
4969
+ ['circle', { cx: '6', cy: '6', r: '3' }],
4970
+ ['path', { d: 'M18 11.5V15' }],
4971
+ ['path', { d: 'm21 3-6 6' }],
4972
+ ['path', { d: 'm21 9-6-6' }],
4973
+ ['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
4974
+ ],
4975
+ ];
4976
+
4977
+ const GitPullRequestDraft = [
4978
+ 'svg',
4979
+ defaultAttributes,
4980
+ [
4981
+ ['circle', { cx: '18', cy: '18', r: '3' }],
4982
+ ['circle', { cx: '6', cy: '6', r: '3' }],
4983
+ ['path', { d: 'M18 6V5' }],
4984
+ ['path', { d: 'M18 11v-1' }],
4985
+ ['line', { x1: '6', y1: '9', x2: '6', y2: '21' }],
4986
+ ],
4987
+ ];
4988
+
4888
4989
  const GitPullRequest = [
4889
4990
  'svg',
4890
4991
  defaultAttributes,
@@ -6152,17 +6253,138 @@ const Magnet = [
6152
6253
  ],
6153
6254
  ];
6154
6255
 
6155
- const Mail = [
6256
+ const MailCheck = [
6257
+ 'svg',
6258
+ defaultAttributes,
6259
+ [
6260
+ [
6261
+ 'path',
6262
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6263
+ ],
6264
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6265
+ ['path', { d: 'm16 19 2 2 4-4' }],
6266
+ ],
6267
+ ];
6268
+
6269
+ const MailMinus = [
6270
+ 'svg',
6271
+ defaultAttributes,
6272
+ [
6273
+ [
6274
+ 'path',
6275
+ { d: 'M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6276
+ ],
6277
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6278
+ ['path', { d: 'M16 19h6' }],
6279
+ ],
6280
+ ];
6281
+
6282
+ const MailOpen = [
6156
6283
  'svg',
6157
6284
  defaultAttributes,
6158
6285
  [
6159
6286
  [
6160
6287
  'path',
6161
6288
  {
6162
- 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',
6289
+ 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',
6163
6290
  },
6164
6291
  ],
6165
- ['polyline', { points: '22,6 12,13 2,6' }],
6292
+ ['path', { d: 'm22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10' }],
6293
+ ],
6294
+ ];
6295
+
6296
+ const MailPlus = [
6297
+ 'svg',
6298
+ defaultAttributes,
6299
+ [
6300
+ [
6301
+ 'path',
6302
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
6303
+ ],
6304
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6305
+ ['path', { d: 'M19 16v6' }],
6306
+ ['path', { d: 'M16 19h6' }],
6307
+ ],
6308
+ ];
6309
+
6310
+ const MailQuestion = [
6311
+ 'svg',
6312
+ defaultAttributes,
6313
+ [
6314
+ [
6315
+ 'path',
6316
+ { d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
6317
+ ],
6318
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6319
+ [
6320
+ 'path',
6321
+ {
6322
+ 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',
6323
+ },
6324
+ ],
6325
+ ['path', { d: 'M20 22v.01' }],
6326
+ ],
6327
+ ];
6328
+
6329
+ const MailSearch = [
6330
+ 'svg',
6331
+ defaultAttributes,
6332
+ [
6333
+ [
6334
+ 'path',
6335
+ { d: 'M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5' },
6336
+ ],
6337
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6338
+ ['path', { d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z' }],
6339
+ ['circle', { cx: '18', cy: '18', r: '3' }],
6340
+ ['path', { d: 'm22 22-1.5-1.5' }],
6341
+ ],
6342
+ ];
6343
+
6344
+ const MailWarning = [
6345
+ 'svg',
6346
+ defaultAttributes,
6347
+ [
6348
+ [
6349
+ 'path',
6350
+ { d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
6351
+ ],
6352
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6353
+ ['path', { d: 'M20 14v4' }],
6354
+ ['path', { d: 'M20 22v.01' }],
6355
+ ],
6356
+ ];
6357
+
6358
+ const MailX = [
6359
+ 'svg',
6360
+ defaultAttributes,
6361
+ [
6362
+ [
6363
+ 'path',
6364
+ { d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9' },
6365
+ ],
6366
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6367
+ ['path', { d: 'm17 17 4 4' }],
6368
+ ['path', { d: 'm21 17-4 4' }],
6369
+ ],
6370
+ ];
6371
+
6372
+ const Mail = [
6373
+ 'svg',
6374
+ defaultAttributes,
6375
+ [
6376
+ ['rect', { x: '2', y: '4', width: '20', height: '16', rx: '2' }],
6377
+ ['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
6378
+ ],
6379
+ ];
6380
+
6381
+ const Mails = [
6382
+ 'svg',
6383
+ defaultAttributes,
6384
+ [
6385
+ ['rect', { x: '6', y: '4', width: '16', height: '13', rx: '2' }],
6386
+ ['path', { d: 'm22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7' }],
6387
+ ['path', { d: 'M2 8v11c0 1.1.9 2 2 2h14' }],
6166
6388
  ],
6167
6389
  ];
6168
6390
 
@@ -8843,13 +9065,28 @@ const Tag = [
8843
9065
  [
8844
9066
  'path',
8845
9067
  {
8846
- 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',
9068
+ 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',
8847
9069
  },
8848
9070
  ],
8849
9071
  ['path', { d: 'M7 7h.01' }],
8850
9072
  ],
8851
9073
  ];
8852
9074
 
9075
+ const Tags = [
9076
+ 'svg',
9077
+ defaultAttributes,
9078
+ [
9079
+ [
9080
+ 'path',
9081
+ {
9082
+ 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',
9083
+ },
9084
+ ],
9085
+ ['path', { d: 'M6 9.01V9' }],
9086
+ ['path', { d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19' }],
9087
+ ],
9088
+ ];
9089
+
8853
9090
  const Target = [
8854
9091
  'svg',
8855
9092
  defaultAttributes,
@@ -9989,6 +10226,7 @@ var index = /*#__PURE__*/Object.freeze({
9989
10226
  Bluetooth: Bluetooth,
9990
10227
  Bold: Bold,
9991
10228
  Bomb: Bomb,
10229
+ Bone: Bone,
9992
10230
  BookOpen: BookOpen,
9993
10231
  Book: Book,
9994
10232
  BookmarkMinus: BookmarkMinus,
@@ -10228,6 +10466,10 @@ var index = /*#__PURE__*/Object.freeze({
10228
10466
  Flashlight: Flashlight,
10229
10467
  FlaskConical: FlaskConical,
10230
10468
  FlaskRound: FlaskRound,
10469
+ FlipHorizontal2: FlipHorizontal2,
10470
+ FlipHorizontal: FlipHorizontal,
10471
+ FlipVertical2: FlipVertical2,
10472
+ FlipVertical: FlipVertical,
10231
10473
  Flower2: Flower2,
10232
10474
  Flower: Flower,
10233
10475
  Focus: Focus,
@@ -10272,8 +10514,11 @@ var index = /*#__PURE__*/Object.freeze({
10272
10514
  GitBranchPlus: GitBranchPlus,
10273
10515
  GitBranch: GitBranch,
10274
10516
  GitCommit: GitCommit,
10517
+ GitCompare: GitCompare,
10275
10518
  GitFork: GitFork,
10276
10519
  GitMerge: GitMerge,
10520
+ GitPullRequestClosed: GitPullRequestClosed,
10521
+ GitPullRequestDraft: GitPullRequestDraft,
10277
10522
  GitPullRequest: GitPullRequest,
10278
10523
  Github: Github,
10279
10524
  Gitlab: Gitlab,
@@ -10372,7 +10617,16 @@ var index = /*#__PURE__*/Object.freeze({
10372
10617
  LogOut: LogOut,
10373
10618
  Luggage: Luggage,
10374
10619
  Magnet: Magnet,
10620
+ MailCheck: MailCheck,
10621
+ MailMinus: MailMinus,
10622
+ MailOpen: MailOpen,
10623
+ MailPlus: MailPlus,
10624
+ MailQuestion: MailQuestion,
10625
+ MailSearch: MailSearch,
10626
+ MailWarning: MailWarning,
10627
+ MailX: MailX,
10375
10628
  Mail: Mail,
10629
+ Mails: Mails,
10376
10630
  MapPinOff: MapPinOff,
10377
10631
  MapPin: MapPin,
10378
10632
  Map: Map,
@@ -10589,6 +10843,7 @@ var index = /*#__PURE__*/Object.freeze({
10589
10843
  Table: Table,
10590
10844
  Tablet: Tablet,
10591
10845
  Tag: Tag,
10846
+ Tags: Tags,
10592
10847
  Target: Target,
10593
10848
  Tent: Tent,
10594
10849
  TerminalSquare: TerminalSquare,
@@ -10804,5 +11059,5 @@ LucideAngularModule.ctorParameters = () => [
10804
11059
  * Generated bundle index. Do not edit.
10805
11060
  */
10806
11061
 
10807
- export { Accessibility, Activity, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
11062
+ export { Accessibility, Activity, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Luggage, Magnet, Mail, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mails, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Tags, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
10808
11063
  //# sourceMappingURL=lucide-angular.js.map