lucide-angular 0.45.0 → 0.48.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 (83) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +228 -14
  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 +241 -14
  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/bath.js +19 -0
  10. package/esm2015/icons/battery-charging.js +4 -4
  11. package/esm2015/icons/battery-full.js +4 -4
  12. package/esm2015/icons/battery-low.js +2 -2
  13. package/esm2015/icons/battery-medium.js +3 -3
  14. package/esm2015/icons/chef-hat.js +16 -0
  15. package/esm2015/icons/cloud-lightning.js +8 -3
  16. package/esm2015/icons/component.js +13 -0
  17. package/esm2015/icons/croissant.js +29 -0
  18. package/esm2015/icons/fuel.js +18 -0
  19. package/esm2015/icons/index.js +14 -1
  20. package/esm2015/icons/inspect.js +3 -4
  21. package/esm2015/icons/magnet.js +17 -0
  22. package/esm2015/icons/star-off.js +15 -0
  23. package/esm2015/icons/sun-medium.js +18 -0
  24. package/esm2015/icons/sun-moon.js +19 -0
  25. package/esm2015/icons/sword.js +13 -0
  26. package/esm2015/icons/swords.js +17 -0
  27. package/esm2015/icons/train.js +12 -0
  28. package/esm2015/icons/venetian-mask.js +17 -0
  29. package/esm2015/src/icons/bath.js +19 -0
  30. package/esm2015/src/icons/battery-charging.js +4 -4
  31. package/esm2015/src/icons/battery-full.js +4 -4
  32. package/esm2015/src/icons/battery-low.js +2 -2
  33. package/esm2015/src/icons/battery-medium.js +3 -3
  34. package/esm2015/src/icons/chef-hat.js +16 -0
  35. package/esm2015/src/icons/cloud-lightning.js +8 -3
  36. package/esm2015/src/icons/component.js +13 -0
  37. package/esm2015/src/icons/croissant.js +29 -0
  38. package/esm2015/src/icons/fuel.js +18 -0
  39. package/esm2015/src/icons/index.js +14 -1
  40. package/esm2015/src/icons/inspect.js +3 -4
  41. package/esm2015/src/icons/magnet.js +17 -0
  42. package/esm2015/src/icons/star-off.js +15 -0
  43. package/esm2015/src/icons/sun-medium.js +18 -0
  44. package/esm2015/src/icons/sun-moon.js +19 -0
  45. package/esm2015/src/icons/sword.js +13 -0
  46. package/esm2015/src/icons/swords.js +17 -0
  47. package/esm2015/src/icons/train.js +12 -0
  48. package/esm2015/src/icons/venetian-mask.js +17 -0
  49. package/fesm2015/lucide-angular-src-icons.js +216 -15
  50. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  51. package/fesm2015/lucide-angular.js +231 -17
  52. package/fesm2015/lucide-angular.js.map +1 -1
  53. package/icons/bath.d.ts +3 -0
  54. package/icons/chef-hat.d.ts +3 -0
  55. package/icons/component.d.ts +3 -0
  56. package/icons/croissant.d.ts +3 -0
  57. package/icons/fuel.d.ts +3 -0
  58. package/icons/index.d.ts +13 -0
  59. package/icons/magnet.d.ts +3 -0
  60. package/icons/star-off.d.ts +3 -0
  61. package/icons/sun-medium.d.ts +3 -0
  62. package/icons/sun-moon.d.ts +3 -0
  63. package/icons/sword.d.ts +3 -0
  64. package/icons/swords.d.ts +3 -0
  65. package/icons/train.d.ts +3 -0
  66. package/icons/venetian-mask.d.ts +3 -0
  67. package/lucide-angular.metadata.json +1 -1
  68. package/package.json +1 -1
  69. package/src/icons/bath.d.ts +3 -0
  70. package/src/icons/chef-hat.d.ts +3 -0
  71. package/src/icons/component.d.ts +3 -0
  72. package/src/icons/croissant.d.ts +3 -0
  73. package/src/icons/fuel.d.ts +3 -0
  74. package/src/icons/index.d.ts +13 -0
  75. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  76. package/src/icons/magnet.d.ts +3 -0
  77. package/src/icons/star-off.d.ts +3 -0
  78. package/src/icons/sun-medium.d.ts +3 -0
  79. package/src/icons/sun-moon.d.ts +3 -0
  80. package/src/icons/sword.d.ts +3 -0
  81. package/src/icons/swords.d.ts +3 -0
  82. package/src/icons/train.d.ts +3 -0
  83. package/src/icons/venetian-mask.d.ts +3 -0
@@ -1,4 +1,4 @@
1
- import { Component, ElementRef, Inject, ChangeDetectorRef, Input, NgModule, Optional } from '@angular/core';
1
+ import { Component as Component$1, ElementRef, Inject, ChangeDetectorRef, Input, NgModule, Optional } from '@angular/core';
2
2
 
3
3
  var defaultAttributes = {
4
4
  xmlns: 'http://www.w3.org/2000/svg',
@@ -749,13 +749,30 @@ const Baseline = [
749
749
  ],
750
750
  ];
751
751
 
752
+ const Bath = [
753
+ 'svg',
754
+ defaultAttributes,
755
+ [
756
+ [
757
+ 'path',
758
+ {
759
+ d: 'M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5',
760
+ },
761
+ ],
762
+ ['line', { x1: '10', y1: '5', x2: '8', y2: '7' }],
763
+ ['line', { x1: '2', y1: '12', x2: '22', y2: '12' }],
764
+ ['line', { x1: '7', y1: '19', x2: '7', y2: '21' }],
765
+ ['line', { x1: '17', y1: '19', x2: '17', y2: '21' }],
766
+ ],
767
+ ];
768
+
752
769
  const BatteryCharging = [
753
770
  'svg',
754
771
  defaultAttributes,
755
772
  [
756
- ['path', { d: 'M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-3' }],
757
- ['path', { d: 'M7 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2' }],
758
- ['polyline', { points: '11 7 8 12 12 12 9 17' }],
773
+ ['path', { d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2' }],
774
+ ['path', { d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1' }],
775
+ ['path', { d: 'm11 7-3 5h4l-3 5' }],
759
776
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
760
777
  ],
761
778
  ];
@@ -766,9 +783,9 @@ const BatteryFull = [
766
783
  [
767
784
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
768
785
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
769
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
770
- ['line', { x1: '10', x2: '10', y1: '10', y2: '14' }],
771
- ['line', { x1: '14', x2: '14', y1: '10', y2: '14' }],
786
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
787
+ ['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
788
+ ['line', { x1: '14', x2: '14', y1: '11', y2: '13' }],
772
789
  ],
773
790
  ];
774
791
 
@@ -778,7 +795,7 @@ const BatteryLow = [
778
795
  [
779
796
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
780
797
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
781
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
798
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
782
799
  ],
783
800
  ];
784
801
 
@@ -788,8 +805,8 @@ const BatteryMedium = [
788
805
  [
789
806
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
790
807
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
791
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
792
- ['line', { x1: '10', x2: '10', y1: '10', y2: '14' }],
808
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
809
+ ['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
793
810
  ],
794
811
  ];
795
812
 
@@ -1297,6 +1314,20 @@ const Check = [
1297
1314
  [['polyline', { points: '20 6 9 17 4 12' }]],
1298
1315
  ];
1299
1316
 
1317
+ const ChefHat = [
1318
+ 'svg',
1319
+ defaultAttributes,
1320
+ [
1321
+ [
1322
+ 'path',
1323
+ {
1324
+ d: 'M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z',
1325
+ },
1326
+ ],
1327
+ ['line', { x1: '6', y1: '17', x2: '18', y2: '17' }],
1328
+ ],
1329
+ ];
1330
+
1300
1331
  const ChevronDown = [
1301
1332
  'svg',
1302
1333
  defaultAttributes,
@@ -1686,8 +1717,13 @@ const CloudLightning = [
1686
1717
  'svg',
1687
1718
  defaultAttributes,
1688
1719
  [
1689
- ['path', { d: 'M17.5 17a4.5 4.5 0 1 0 0-9h-1.8a7 7 0 1 0-10.3 8' }],
1690
- ['path', { d: 'm12 12-3 5h5l-3 5' }],
1720
+ ['path', { d: 'm13 12-3 5h4l-3 5' }],
1721
+ [
1722
+ 'path',
1723
+ {
1724
+ d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
1725
+ },
1726
+ ],
1691
1727
  ],
1692
1728
  ];
1693
1729
 
@@ -1932,6 +1968,17 @@ const Compass = [
1932
1968
  ],
1933
1969
  ];
1934
1970
 
1971
+ const Component = [
1972
+ 'svg',
1973
+ defaultAttributes,
1974
+ [
1975
+ ['path', { d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z' }],
1976
+ ['path', { d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z' }],
1977
+ ['path', { d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z' }],
1978
+ ['path', { d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z' }],
1979
+ ],
1980
+ ];
1981
+
1935
1982
  const Contact = [
1936
1983
  'svg',
1937
1984
  defaultAttributes,
@@ -2091,6 +2138,33 @@ const CreditCard = [
2091
2138
  ],
2092
2139
  ];
2093
2140
 
2141
+ const Croissant = [
2142
+ 'svg',
2143
+ defaultAttributes,
2144
+ [
2145
+ [
2146
+ 'path',
2147
+ {
2148
+ d: 'm4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z',
2149
+ },
2150
+ ],
2151
+ [
2152
+ 'path',
2153
+ {
2154
+ d: 'm10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83',
2155
+ },
2156
+ ],
2157
+ ['path', { d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4' }],
2158
+ [
2159
+ 'path',
2160
+ {
2161
+ d: 'm14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2',
2162
+ },
2163
+ ],
2164
+ ['path', { d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5' }],
2165
+ ],
2166
+ ];
2167
+
2094
2168
  const Crop = [
2095
2169
  'svg',
2096
2170
  defaultAttributes,
@@ -3009,6 +3083,22 @@ const Frown = [
3009
3083
  ],
3010
3084
  ];
3011
3085
 
3086
+ const Fuel = [
3087
+ 'svg',
3088
+ defaultAttributes,
3089
+ [
3090
+ ['line', { x1: '3', y1: '22', x2: '15', y2: '22' }],
3091
+ ['line', { x1: '4', y1: '9', x2: '14', y2: '9' }],
3092
+ ['path', { d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18' }],
3093
+ [
3094
+ 'path',
3095
+ {
3096
+ d: 'M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5',
3097
+ },
3098
+ ],
3099
+ ],
3100
+ ];
3101
+
3012
3102
  const FunctionSquare = [
3013
3103
  'svg',
3014
3104
  defaultAttributes,
@@ -3682,10 +3772,9 @@ const Inspect = [
3682
3772
  [
3683
3773
  [
3684
3774
  'path',
3685
- { d: 'M19 11V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7' },
3775
+ { d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6' },
3686
3776
  ],
3687
- ['path', { d: 'm12 12 4.166 10 1.48-4.355L22 16.166 12 12z' }],
3688
- ['path', { d: 'm18 18 3 3' }],
3777
+ ['path', { d: 'm12 12 4 10 1.7-4.3L22 16Z' }],
3689
3778
  ],
3690
3779
  ];
3691
3780
 
@@ -4182,6 +4271,21 @@ const LogOut = [
4182
4271
  ],
4183
4272
  ];
4184
4273
 
4274
+ const Magnet = [
4275
+ 'svg',
4276
+ defaultAttributes,
4277
+ [
4278
+ [
4279
+ 'path',
4280
+ {
4281
+ d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
4282
+ },
4283
+ ],
4284
+ ['path', { d: 'm5 8 4 4' }],
4285
+ ['path', { d: 'm12 15 4 4' }],
4286
+ ],
4287
+ ];
4288
+
4185
4289
  const Mail = [
4186
4290
  'svg',
4187
4291
  defaultAttributes,
@@ -6095,6 +6199,19 @@ const StarHalf = [
6095
6199
  [['path', { d: 'M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2' }]],
6096
6200
  ];
6097
6201
 
6202
+ const StarOff = [
6203
+ 'svg',
6204
+ defaultAttributes,
6205
+ [
6206
+ [
6207
+ 'path',
6208
+ { d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43' },
6209
+ ],
6210
+ ['path', { d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91' }],
6211
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6212
+ ],
6213
+ ];
6214
+
6098
6215
  const Star = [
6099
6216
  'svg',
6100
6217
  defaultAttributes,
@@ -6176,6 +6293,39 @@ const SunDim = [
6176
6293
  ],
6177
6294
  ];
6178
6295
 
6296
+ const SunMedium = [
6297
+ 'svg',
6298
+ defaultAttributes,
6299
+ [
6300
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6301
+ ['path', { d: 'M12 3v1' }],
6302
+ ['path', { d: 'M12 20v1' }],
6303
+ ['path', { d: 'M3 12h1' }],
6304
+ ['path', { d: 'M20 12h1' }],
6305
+ ['path', { d: 'M18.364 5.636l-.707.707' }],
6306
+ ['path', { d: 'M6.343 17.657l-.707.707' }],
6307
+ ['path', { d: 'M5.636 5.636l.707.707' }],
6308
+ ['path', { d: 'M17.657 17.657l.707.707' }],
6309
+ ],
6310
+ ];
6311
+
6312
+ const SunMoon = [
6313
+ 'svg',
6314
+ defaultAttributes,
6315
+ [
6316
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6317
+ ['path', { d: 'M16 12.386A3.136 3.136 0 0111.614 8' }],
6318
+ ['path', { d: 'M12 2v2' }],
6319
+ ['path', { d: 'M12 20v2' }],
6320
+ ['path', { d: 'M5 5l1.5 1.5' }],
6321
+ ['path', { d: 'M17.5 17.5L19 19' }],
6322
+ ['path', { d: 'M2 12h2' }],
6323
+ ['path', { d: 'M20 12h2' }],
6324
+ ['path', { d: 'M5 19l1.5-1.5' }],
6325
+ ['path', { d: 'M17.5 6.5L19 5' }],
6326
+ ],
6327
+ ];
6328
+
6179
6329
  const Sun = [
6180
6330
  'svg',
6181
6331
  defaultAttributes,
@@ -6259,6 +6409,32 @@ const SwitchCamera = [
6259
6409
  ],
6260
6410
  ];
6261
6411
 
6412
+ const Sword = [
6413
+ 'svg',
6414
+ defaultAttributes,
6415
+ [
6416
+ ['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
6417
+ ['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
6418
+ ['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
6419
+ ['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
6420
+ ],
6421
+ ];
6422
+
6423
+ const Swords = [
6424
+ 'svg',
6425
+ defaultAttributes,
6426
+ [
6427
+ ['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
6428
+ ['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
6429
+ ['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
6430
+ ['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
6431
+ ['polyline', { points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5' }],
6432
+ ['line', { x1: '5', y1: '14', x2: '9', y2: '18' }],
6433
+ ['line', { x1: '7', y1: '17', x2: '4', y2: '20' }],
6434
+ ['line', { x1: '3', y1: '19', x2: '5', y2: '21' }],
6435
+ ],
6436
+ ];
6437
+
6262
6438
  const Table = [
6263
6439
  'svg',
6264
6440
  defaultAttributes,
@@ -6506,6 +6682,16 @@ const Tornado = [
6506
6682
  ],
6507
6683
  ];
6508
6684
 
6685
+ const Train = [
6686
+ 'svg',
6687
+ defaultAttributes,
6688
+ [
6689
+ ['rect', { x: '4', y: '3', width: '16', height: '16', rx: '2' }],
6690
+ ['path', { d: 'M4 11h16M12 3v8' }],
6691
+ ['path', { d: 'M8 15h.01M16 15h.01M8 19l-2 3M18 22l-2-3' }],
6692
+ ],
6693
+ ];
6694
+
6509
6695
  const Trash2 = [
6510
6696
  'svg',
6511
6697
  defaultAttributes,
@@ -6802,6 +6988,21 @@ const Users = [
6802
6988
  ],
6803
6989
  ];
6804
6990
 
6991
+ const VenetianMask = [
6992
+ 'svg',
6993
+ defaultAttributes,
6994
+ [
6995
+ [
6996
+ 'path',
6997
+ {
6998
+ d: 'M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z',
6999
+ },
7000
+ ],
7001
+ ['path', { d: 'M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z' }],
7002
+ ['path', { d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z' }],
7003
+ ],
7004
+ ];
7005
+
6805
7006
  const Verified = [
6806
7007
  'svg',
6807
7008
  defaultAttributes,
@@ -7222,6 +7423,7 @@ var index = /*#__PURE__*/Object.freeze({
7222
7423
  BarChartHorizontal: BarChartHorizontal,
7223
7424
  BarChart: BarChart,
7224
7425
  Baseline: Baseline,
7426
+ Bath: Bath,
7225
7427
  BatteryCharging: BatteryCharging,
7226
7428
  BatteryFull: BatteryFull,
7227
7429
  BatteryLow: BatteryLow,
@@ -7266,6 +7468,7 @@ var index = /*#__PURE__*/Object.freeze({
7266
7468
  CheckCircle: CheckCircle,
7267
7469
  CheckSquare: CheckSquare,
7268
7470
  Check: Check,
7471
+ ChefHat: ChefHat,
7269
7472
  ChevronDown: ChevronDown,
7270
7473
  ChevronFirst: ChevronFirst,
7271
7474
  ChevronLast: ChevronLast,
@@ -7324,6 +7527,7 @@ var index = /*#__PURE__*/Object.freeze({
7324
7527
  Columns: Columns,
7325
7528
  Command: Command,
7326
7529
  Compass: Compass,
7530
+ Component: Component,
7327
7531
  Contact: Contact,
7328
7532
  Contrast: Contrast,
7329
7533
  Cookie: Cookie,
@@ -7340,6 +7544,7 @@ var index = /*#__PURE__*/Object.freeze({
7340
7544
  CornerUpRight: CornerUpRight,
7341
7545
  Cpu: Cpu,
7342
7546
  CreditCard: CreditCard,
7547
+ Croissant: Croissant,
7343
7548
  Crop: Crop,
7344
7549
  Cross: Cross,
7345
7550
  Crosshair: Crosshair,
@@ -7418,6 +7623,7 @@ var index = /*#__PURE__*/Object.freeze({
7418
7623
  Frame: Frame,
7419
7624
  Framer: Framer,
7420
7625
  Frown: Frown,
7626
+ Fuel: Fuel,
7421
7627
  FunctionSquare: FunctionSquare,
7422
7628
  Gamepad2: Gamepad2,
7423
7629
  Gamepad: Gamepad,
@@ -7509,6 +7715,7 @@ var index = /*#__PURE__*/Object.freeze({
7509
7715
  Lock: Lock,
7510
7716
  LogIn: LogIn,
7511
7717
  LogOut: LogOut,
7718
+ Magnet: Magnet,
7512
7719
  Mail: Mail,
7513
7720
  MapPinOff: MapPinOff,
7514
7721
  MapPin: MapPin,
@@ -7673,6 +7880,7 @@ var index = /*#__PURE__*/Object.freeze({
7673
7880
  Sprout: Sprout,
7674
7881
  Square: Square,
7675
7882
  StarHalf: StarHalf,
7883
+ StarOff: StarOff,
7676
7884
  Star: Star,
7677
7885
  StopCircle: StopCircle,
7678
7886
  StretchHorizontal: StretchHorizontal,
@@ -7680,12 +7888,16 @@ var index = /*#__PURE__*/Object.freeze({
7680
7888
  Strikethrough: Strikethrough,
7681
7889
  Subscript: Subscript,
7682
7890
  SunDim: SunDim,
7891
+ SunMedium: SunMedium,
7892
+ SunMoon: SunMoon,
7683
7893
  Sun: Sun,
7684
7894
  Sunrise: Sunrise,
7685
7895
  Sunset: Sunset,
7686
7896
  Superscript: Superscript,
7687
7897
  SwissFranc: SwissFranc,
7688
7898
  SwitchCamera: SwitchCamera,
7899
+ Sword: Sword,
7900
+ Swords: Swords,
7689
7901
  Table: Table,
7690
7902
  Tablet: Tablet,
7691
7903
  Tag: Tag,
@@ -7707,6 +7919,7 @@ var index = /*#__PURE__*/Object.freeze({
7707
7919
  ToggleLeft: ToggleLeft,
7708
7920
  ToggleRight: ToggleRight,
7709
7921
  Tornado: Tornado,
7922
+ Train: Train,
7710
7923
  Trash2: Trash2,
7711
7924
  Trash: Trash,
7712
7925
  Trello: Trello,
@@ -7734,6 +7947,7 @@ var index = /*#__PURE__*/Object.freeze({
7734
7947
  UserX: UserX,
7735
7948
  User: User,
7736
7949
  Users: Users,
7950
+ VenetianMask: VenetianMask,
7737
7951
  Verified: Verified,
7738
7952
  VibrateOff: VibrateOff,
7739
7953
  Vibrate: Vibrate,
@@ -7834,7 +8048,7 @@ class LucideAngularComponent {
7834
8048
  }
7835
8049
  }
7836
8050
  LucideAngularComponent.decorators = [
7837
- { type: Component, args: [{
8051
+ { type: Component$1, args: [{
7838
8052
  selector: 'lucide-angular, lucide-icon, i-lucide, span-lucide',
7839
8053
  template: `<ng-content></ng-content>`,
7840
8054
  styles: [`
@@ -7892,5 +8106,5 @@ LucideAngularModule.ctorParameters = () => [
7892
8106
  * Generated bundle index. Do not edit.
7893
8107
  */
7894
8108
 
7895
- export { Accessibility, Activity, 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, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Crop, Cross, Crosshair, Crown, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
8109
+ export { Accessibility, Activity, 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, Aperture, Archive, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, 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, Currency, Database, Delete, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, LucideAngularComponent, LucideAngularModule, Magnet, Mail, Map, MapPin, MapPinOff, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackagePlus, PackageSearch, PackageX, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, SkipBack, SkipForward, Skull, Slack, Slash, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut, createElement, index as icons, Icons as ɵa };
7896
8110
  //# sourceMappingURL=lucide-angular.js.map