lucide-angular 0.44.0 → 0.47.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 (111) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +310 -19
  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 +329 -19
  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/bar-chart-3.js +13 -0
  10. package/esm2015/icons/bar-chart-4.js +13 -0
  11. package/esm2015/icons/bar-chart-horizontal.js +13 -0
  12. package/esm2015/icons/bath.js +19 -0
  13. package/esm2015/icons/battery-charging.js +4 -4
  14. package/esm2015/icons/battery-full.js +4 -4
  15. package/esm2015/icons/battery-low.js +2 -2
  16. package/esm2015/icons/battery-medium.js +3 -3
  17. package/esm2015/icons/chef-hat.js +16 -0
  18. package/esm2015/icons/cloud-lightning.js +8 -3
  19. package/esm2015/icons/component.js +13 -0
  20. package/esm2015/icons/croissant.js +29 -0
  21. package/esm2015/icons/fuel.js +18 -0
  22. package/esm2015/icons/index.js +20 -1
  23. package/esm2015/icons/inspect.js +3 -4
  24. package/esm2015/icons/line-chart.js +8 -0
  25. package/esm2015/icons/map-pin-off.js +29 -0
  26. package/esm2015/icons/navigation-2-off.js +12 -0
  27. package/esm2015/icons/navigation-off.js +12 -0
  28. package/esm2015/icons/pipette.js +4 -4
  29. package/esm2015/icons/shopping-cart.js +3 -3
  30. package/esm2015/icons/star-off.js +15 -0
  31. package/esm2015/icons/sun-medium.js +18 -0
  32. package/esm2015/icons/sun-moon.js +19 -0
  33. package/esm2015/icons/sword.js +13 -0
  34. package/esm2015/icons/swords.js +17 -0
  35. package/esm2015/icons/train.js +12 -0
  36. package/esm2015/icons/venetian-mask.js +17 -0
  37. package/esm2015/src/icons/bar-chart-3.js +13 -0
  38. package/esm2015/src/icons/bar-chart-4.js +13 -0
  39. package/esm2015/src/icons/bar-chart-horizontal.js +13 -0
  40. package/esm2015/src/icons/bath.js +19 -0
  41. package/esm2015/src/icons/battery-charging.js +4 -4
  42. package/esm2015/src/icons/battery-full.js +4 -4
  43. package/esm2015/src/icons/battery-low.js +2 -2
  44. package/esm2015/src/icons/battery-medium.js +3 -3
  45. package/esm2015/src/icons/chef-hat.js +16 -0
  46. package/esm2015/src/icons/cloud-lightning.js +8 -3
  47. package/esm2015/src/icons/component.js +13 -0
  48. package/esm2015/src/icons/croissant.js +29 -0
  49. package/esm2015/src/icons/fuel.js +18 -0
  50. package/esm2015/src/icons/index.js +20 -1
  51. package/esm2015/src/icons/inspect.js +3 -4
  52. package/esm2015/src/icons/line-chart.js +8 -0
  53. package/esm2015/src/icons/map-pin-off.js +29 -0
  54. package/esm2015/src/icons/navigation-2-off.js +12 -0
  55. package/esm2015/src/icons/navigation-off.js +12 -0
  56. package/esm2015/src/icons/pipette.js +4 -4
  57. package/esm2015/src/icons/shopping-cart.js +3 -3
  58. package/esm2015/src/icons/star-off.js +15 -0
  59. package/esm2015/src/icons/sun-medium.js +18 -0
  60. package/esm2015/src/icons/sun-moon.js +19 -0
  61. package/esm2015/src/icons/sword.js +13 -0
  62. package/esm2015/src/icons/swords.js +17 -0
  63. package/esm2015/src/icons/train.js +12 -0
  64. package/esm2015/src/icons/venetian-mask.js +17 -0
  65. package/fesm2015/lucide-angular-src-icons.js +292 -20
  66. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  67. package/fesm2015/lucide-angular.js +313 -22
  68. package/fesm2015/lucide-angular.js.map +1 -1
  69. package/icons/bar-chart-3.d.ts +3 -0
  70. package/icons/bar-chart-4.d.ts +3 -0
  71. package/icons/bar-chart-horizontal.d.ts +3 -0
  72. package/icons/bath.d.ts +3 -0
  73. package/icons/chef-hat.d.ts +3 -0
  74. package/icons/component.d.ts +3 -0
  75. package/icons/croissant.d.ts +3 -0
  76. package/icons/fuel.d.ts +3 -0
  77. package/icons/index.d.ts +19 -0
  78. package/icons/line-chart.d.ts +3 -0
  79. package/icons/map-pin-off.d.ts +3 -0
  80. package/icons/navigation-2-off.d.ts +3 -0
  81. package/icons/navigation-off.d.ts +3 -0
  82. package/icons/star-off.d.ts +3 -0
  83. package/icons/sun-medium.d.ts +3 -0
  84. package/icons/sun-moon.d.ts +3 -0
  85. package/icons/sword.d.ts +3 -0
  86. package/icons/swords.d.ts +3 -0
  87. package/icons/train.d.ts +3 -0
  88. package/icons/venetian-mask.d.ts +3 -0
  89. package/lucide-angular.metadata.json +1 -1
  90. package/package.json +1 -1
  91. package/src/icons/bar-chart-3.d.ts +3 -0
  92. package/src/icons/bar-chart-4.d.ts +3 -0
  93. package/src/icons/bar-chart-horizontal.d.ts +3 -0
  94. package/src/icons/bath.d.ts +3 -0
  95. package/src/icons/chef-hat.d.ts +3 -0
  96. package/src/icons/component.d.ts +3 -0
  97. package/src/icons/croissant.d.ts +3 -0
  98. package/src/icons/fuel.d.ts +3 -0
  99. package/src/icons/index.d.ts +19 -0
  100. package/src/icons/line-chart.d.ts +3 -0
  101. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  102. package/src/icons/map-pin-off.d.ts +3 -0
  103. package/src/icons/navigation-2-off.d.ts +3 -0
  104. package/src/icons/navigation-off.d.ts +3 -0
  105. package/src/icons/star-off.d.ts +3 -0
  106. package/src/icons/sun-medium.d.ts +3 -0
  107. package/src/icons/sun-moon.d.ts +3 -0
  108. package/src/icons/sword.d.ts +3 -0
  109. package/src/icons/swords.d.ts +3 -0
  110. package/src/icons/train.d.ts +3 -0
  111. package/src/icons/venetian-mask.d.ts +3 -0
@@ -694,6 +694,39 @@ const BarChart2 = [
694
694
  ],
695
695
  ];
696
696
 
697
+ const BarChart3 = [
698
+ 'svg',
699
+ defaultAttributes,
700
+ [
701
+ ['path', { d: 'M2 2v20h20' }],
702
+ ['path', { d: 'M17 18V9' }],
703
+ ['path', { d: 'M12 18V4' }],
704
+ ['path', { d: 'M7 18v-4' }],
705
+ ],
706
+ ];
707
+
708
+ const BarChart4 = [
709
+ 'svg',
710
+ defaultAttributes,
711
+ [
712
+ ['path', { d: 'M2 2v20h20' }],
713
+ ['path', { d: 'M12 18V9' }],
714
+ ['path', { d: 'M17 18V4' }],
715
+ ['path', { d: 'M7 18v-4' }],
716
+ ],
717
+ ];
718
+
719
+ const BarChartHorizontal = [
720
+ 'svg',
721
+ defaultAttributes,
722
+ [
723
+ ['path', { d: 'M2 2V22H22' }],
724
+ ['path', { d: 'M6 17L15 17' }],
725
+ ['path', { d: 'M6 12L20 12' }],
726
+ ['path', { d: 'M6 7L10 7' }],
727
+ ],
728
+ ];
729
+
697
730
  const BarChart = [
698
731
  'svg',
699
732
  defaultAttributes,
@@ -714,13 +747,30 @@ const Baseline = [
714
747
  ],
715
748
  ];
716
749
 
750
+ const Bath = [
751
+ 'svg',
752
+ defaultAttributes,
753
+ [
754
+ [
755
+ 'path',
756
+ {
757
+ 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',
758
+ },
759
+ ],
760
+ ['line', { x1: '10', y1: '5', x2: '8', y2: '7' }],
761
+ ['line', { x1: '2', y1: '12', x2: '22', y2: '12' }],
762
+ ['line', { x1: '7', y1: '19', x2: '7', y2: '21' }],
763
+ ['line', { x1: '17', y1: '19', x2: '17', y2: '21' }],
764
+ ],
765
+ ];
766
+
717
767
  const BatteryCharging = [
718
768
  'svg',
719
769
  defaultAttributes,
720
770
  [
721
- ['path', { d: 'M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-3' }],
722
- ['path', { d: 'M7 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2' }],
723
- ['polyline', { points: '11 7 8 12 12 12 9 17' }],
771
+ ['path', { d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2' }],
772
+ ['path', { d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1' }],
773
+ ['path', { d: 'm11 7-3 5h4l-3 5' }],
724
774
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
725
775
  ],
726
776
  ];
@@ -731,9 +781,9 @@ const BatteryFull = [
731
781
  [
732
782
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
733
783
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
734
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
735
- ['line', { x1: '10', x2: '10', y1: '10', y2: '14' }],
736
- ['line', { x1: '14', x2: '14', y1: '10', y2: '14' }],
784
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
785
+ ['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
786
+ ['line', { x1: '14', x2: '14', y1: '11', y2: '13' }],
737
787
  ],
738
788
  ];
739
789
 
@@ -743,7 +793,7 @@ const BatteryLow = [
743
793
  [
744
794
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
745
795
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
746
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
796
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
747
797
  ],
748
798
  ];
749
799
 
@@ -753,8 +803,8 @@ const BatteryMedium = [
753
803
  [
754
804
  ['rect', { x: '2', y: '7', width: '16', height: '10', rx: '2', ry: '2' }],
755
805
  ['line', { x1: '22', x2: '22', y1: '11', y2: '13' }],
756
- ['line', { x1: '6', x2: '6', y1: '10', y2: '14' }],
757
- ['line', { x1: '10', x2: '10', y1: '10', y2: '14' }],
806
+ ['line', { x1: '6', x2: '6', y1: '11', y2: '13' }],
807
+ ['line', { x1: '10', x2: '10', y1: '11', y2: '13' }],
758
808
  ],
759
809
  ];
760
810
 
@@ -1262,6 +1312,20 @@ const Check = [
1262
1312
  [['polyline', { points: '20 6 9 17 4 12' }]],
1263
1313
  ];
1264
1314
 
1315
+ const ChefHat = [
1316
+ 'svg',
1317
+ defaultAttributes,
1318
+ [
1319
+ [
1320
+ 'path',
1321
+ {
1322
+ 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',
1323
+ },
1324
+ ],
1325
+ ['line', { x1: '6', y1: '17', x2: '18', y2: '17' }],
1326
+ ],
1327
+ ];
1328
+
1265
1329
  const ChevronDown = [
1266
1330
  'svg',
1267
1331
  defaultAttributes,
@@ -1651,8 +1715,13 @@ const CloudLightning = [
1651
1715
  'svg',
1652
1716
  defaultAttributes,
1653
1717
  [
1654
- ['path', { d: 'M17.5 17a4.5 4.5 0 1 0 0-9h-1.8a7 7 0 1 0-10.3 8' }],
1655
- ['path', { d: 'm12 12-3 5h5l-3 5' }],
1718
+ ['path', { d: 'm13 12-3 5h4l-3 5' }],
1719
+ [
1720
+ 'path',
1721
+ {
1722
+ 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',
1723
+ },
1724
+ ],
1656
1725
  ],
1657
1726
  ];
1658
1727
 
@@ -1897,6 +1966,17 @@ const Compass = [
1897
1966
  ],
1898
1967
  ];
1899
1968
 
1969
+ const Component = [
1970
+ 'svg',
1971
+ defaultAttributes,
1972
+ [
1973
+ ['path', { d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z' }],
1974
+ ['path', { d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z' }],
1975
+ ['path', { d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z' }],
1976
+ ['path', { d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z' }],
1977
+ ],
1978
+ ];
1979
+
1900
1980
  const Contact = [
1901
1981
  'svg',
1902
1982
  defaultAttributes,
@@ -2056,6 +2136,33 @@ const CreditCard = [
2056
2136
  ],
2057
2137
  ];
2058
2138
 
2139
+ const Croissant = [
2140
+ 'svg',
2141
+ defaultAttributes,
2142
+ [
2143
+ [
2144
+ 'path',
2145
+ {
2146
+ 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',
2147
+ },
2148
+ ],
2149
+ [
2150
+ 'path',
2151
+ {
2152
+ 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',
2153
+ },
2154
+ ],
2155
+ ['path', { d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4' }],
2156
+ [
2157
+ 'path',
2158
+ {
2159
+ 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',
2160
+ },
2161
+ ],
2162
+ ['path', { d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5' }],
2163
+ ],
2164
+ ];
2165
+
2059
2166
  const Crop = [
2060
2167
  'svg',
2061
2168
  defaultAttributes,
@@ -2974,6 +3081,22 @@ const Frown = [
2974
3081
  ],
2975
3082
  ];
2976
3083
 
3084
+ const Fuel = [
3085
+ 'svg',
3086
+ defaultAttributes,
3087
+ [
3088
+ ['line', { x1: '3', y1: '22', x2: '15', y2: '22' }],
3089
+ ['line', { x1: '4', y1: '9', x2: '14', y2: '9' }],
3090
+ ['path', { d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18' }],
3091
+ [
3092
+ 'path',
3093
+ {
3094
+ 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',
3095
+ },
3096
+ ],
3097
+ ],
3098
+ ];
3099
+
2977
3100
  const FunctionSquare = [
2978
3101
  'svg',
2979
3102
  defaultAttributes,
@@ -3647,10 +3770,9 @@ const Inspect = [
3647
3770
  [
3648
3771
  [
3649
3772
  'path',
3650
- { d: 'M19 11V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7' },
3773
+ { d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6' },
3651
3774
  ],
3652
- ['path', { d: 'm12 12 4.166 10 1.48-4.355L22 16.166 12 12z' }],
3653
- ['path', { d: 'm18 18 3 3' }],
3775
+ ['path', { d: 'm12 12 4 10 1.7-4.3L22 16Z' }],
3654
3776
  ],
3655
3777
  ];
3656
3778
 
@@ -3919,6 +4041,12 @@ const Lightbulb = [
3919
4041
  ],
3920
4042
  ];
3921
4043
 
4044
+ const LineChart = [
4045
+ 'svg',
4046
+ defaultAttributes,
4047
+ [['path', { d: 'M2 2v20h20' }], ['path', { d: 'm20 9-6 6-5-5-3 3' }]],
4048
+ ];
4049
+
3922
4050
  const Link2Off = [
3923
4051
  'svg',
3924
4052
  defaultAttributes,
@@ -4155,6 +4283,33 @@ const Mail = [
4155
4283
  ],
4156
4284
  ];
4157
4285
 
4286
+ const MapPinOff = [
4287
+ 'svg',
4288
+ defaultAttributes,
4289
+ [
4290
+ [
4291
+ 'path',
4292
+ {
4293
+ d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
4294
+ },
4295
+ ],
4296
+ [
4297
+ 'path',
4298
+ {
4299
+ d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
4300
+ },
4301
+ ],
4302
+ [
4303
+ 'path',
4304
+ {
4305
+ d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
4306
+ },
4307
+ ],
4308
+ ['path', { d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16' }],
4309
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
4310
+ ],
4311
+ ];
4312
+
4158
4313
  const MapPin = [
4159
4314
  'svg',
4160
4315
  defaultAttributes,
@@ -4513,12 +4668,32 @@ const Music = [
4513
4668
  ],
4514
4669
  ];
4515
4670
 
4671
+ const Navigation2Off = [
4672
+ 'svg',
4673
+ defaultAttributes,
4674
+ [
4675
+ ['path', { d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17' }],
4676
+ ['path', { d: 'M14.53 8.88 12 2 10.83 5.17' }],
4677
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
4678
+ ],
4679
+ ];
4680
+
4516
4681
  const Navigation2 = [
4517
4682
  'svg',
4518
4683
  defaultAttributes,
4519
4684
  [['polygon', { points: '12 2 19 21 12 17 5 21 12 2' }]],
4520
4685
  ];
4521
4686
 
4687
+ const NavigationOff = [
4688
+ 'svg',
4689
+ defaultAttributes,
4690
+ [
4691
+ ['path', { d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43' }],
4692
+ ['path', { d: 'M17.39 11.73 22 2 12.27 6.61' }],
4693
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
4694
+ ],
4695
+ ];
4696
+
4522
4697
  const Navigation = [
4523
4698
  'svg',
4524
4699
  defaultAttributes,
@@ -4928,12 +5103,12 @@ const Pipette = [
4928
5103
  'svg',
4929
5104
  defaultAttributes,
4930
5105
  [
4931
- ['path', { d: 'm2 22 2-2h3l7-7' }],
4932
- ['path', { d: 'M4 20v-3l7-7' }],
5106
+ ['path', { d: 'M2 22l1-1H6l9-9' }],
5107
+ ['path', { d: 'M3 21V18l9-9' }],
4933
5108
  [
4934
5109
  'path',
4935
5110
  {
4936
- d: 'M14.29 13.3a1 1 0 0 0 1.41 0l.8-.8c.27-.27.27-.72 0-1s-.28-.72 0-1l4.08-4.08a2 2 0 0 0 0-2.83l-.17-.17a2 2 0 0 0-2.83 0L13.5 7.51c-.28.27-.73.27-1 0s-.73-.28-1 0l-.8.79a1 1 0 0 0 0 1.41l3.59 3.59z',
5111
+ d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
4937
5112
  },
4938
5113
  ],
4939
5114
  ],
@@ -5680,12 +5855,12 @@ const ShoppingCart = [
5680
5855
  'svg',
5681
5856
  defaultAttributes,
5682
5857
  [
5683
- ['circle', { cx: '9', cy: '21', r: '1' }],
5858
+ ['circle', { cx: '8', cy: '21', r: '1' }],
5684
5859
  ['circle', { cx: '19', cy: '21', r: '1' }],
5685
5860
  [
5686
5861
  'path',
5687
5862
  {
5688
- d: 'M2 2H4.5L7.62 14.49A2 2 0 0 0 9.56 16h8.88a2 2 0 0 0 1.94-1.51L22 8H6',
5863
+ d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
5689
5864
  },
5690
5865
  ],
5691
5866
  ],
@@ -6007,6 +6182,19 @@ const StarHalf = [
6007
6182
  [['path', { d: 'M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2' }]],
6008
6183
  ];
6009
6184
 
6185
+ const StarOff = [
6186
+ 'svg',
6187
+ defaultAttributes,
6188
+ [
6189
+ [
6190
+ 'path',
6191
+ { d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43' },
6192
+ ],
6193
+ ['path', { d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91' }],
6194
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6195
+ ],
6196
+ ];
6197
+
6010
6198
  const Star = [
6011
6199
  'svg',
6012
6200
  defaultAttributes,
@@ -6088,6 +6276,39 @@ const SunDim = [
6088
6276
  ],
6089
6277
  ];
6090
6278
 
6279
+ const SunMedium = [
6280
+ 'svg',
6281
+ defaultAttributes,
6282
+ [
6283
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6284
+ ['path', { d: 'M12 3v1' }],
6285
+ ['path', { d: 'M12 20v1' }],
6286
+ ['path', { d: 'M3 12h1' }],
6287
+ ['path', { d: 'M20 12h1' }],
6288
+ ['path', { d: 'M18.364 5.636l-.707.707' }],
6289
+ ['path', { d: 'M6.343 17.657l-.707.707' }],
6290
+ ['path', { d: 'M5.636 5.636l.707.707' }],
6291
+ ['path', { d: 'M17.657 17.657l.707.707' }],
6292
+ ],
6293
+ ];
6294
+
6295
+ const SunMoon = [
6296
+ 'svg',
6297
+ defaultAttributes,
6298
+ [
6299
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6300
+ ['path', { d: 'M16 12.386A3.136 3.136 0 0111.614 8' }],
6301
+ ['path', { d: 'M12 2v2' }],
6302
+ ['path', { d: 'M12 20v2' }],
6303
+ ['path', { d: 'M5 5l1.5 1.5' }],
6304
+ ['path', { d: 'M17.5 17.5L19 19' }],
6305
+ ['path', { d: 'M2 12h2' }],
6306
+ ['path', { d: 'M20 12h2' }],
6307
+ ['path', { d: 'M5 19l1.5-1.5' }],
6308
+ ['path', { d: 'M17.5 6.5L19 5' }],
6309
+ ],
6310
+ ];
6311
+
6091
6312
  const Sun = [
6092
6313
  'svg',
6093
6314
  defaultAttributes,
@@ -6171,6 +6392,32 @@ const SwitchCamera = [
6171
6392
  ],
6172
6393
  ];
6173
6394
 
6395
+ const Sword = [
6396
+ 'svg',
6397
+ defaultAttributes,
6398
+ [
6399
+ ['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
6400
+ ['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
6401
+ ['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
6402
+ ['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
6403
+ ],
6404
+ ];
6405
+
6406
+ const Swords = [
6407
+ 'svg',
6408
+ defaultAttributes,
6409
+ [
6410
+ ['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
6411
+ ['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
6412
+ ['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
6413
+ ['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
6414
+ ['polyline', { points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5' }],
6415
+ ['line', { x1: '5', y1: '14', x2: '9', y2: '18' }],
6416
+ ['line', { x1: '7', y1: '17', x2: '4', y2: '20' }],
6417
+ ['line', { x1: '3', y1: '19', x2: '5', y2: '21' }],
6418
+ ],
6419
+ ];
6420
+
6174
6421
  const Table = [
6175
6422
  'svg',
6176
6423
  defaultAttributes,
@@ -6418,6 +6665,16 @@ const Tornado = [
6418
6665
  ],
6419
6666
  ];
6420
6667
 
6668
+ const Train = [
6669
+ 'svg',
6670
+ defaultAttributes,
6671
+ [
6672
+ ['rect', { x: '4', y: '3', width: '16', height: '16', rx: '2' }],
6673
+ ['path', { d: 'M4 11h16M12 3v8' }],
6674
+ ['path', { d: 'M8 15h.01M16 15h.01M8 19l-2 3M18 22l-2-3' }],
6675
+ ],
6676
+ ];
6677
+
6421
6678
  const Trash2 = [
6422
6679
  'svg',
6423
6680
  defaultAttributes,
@@ -6714,6 +6971,21 @@ const Users = [
6714
6971
  ],
6715
6972
  ];
6716
6973
 
6974
+ const VenetianMask = [
6975
+ 'svg',
6976
+ defaultAttributes,
6977
+ [
6978
+ [
6979
+ 'path',
6980
+ {
6981
+ 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',
6982
+ },
6983
+ ],
6984
+ ['path', { d: 'M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z' }],
6985
+ ['path', { d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z' }],
6986
+ ],
6987
+ ];
6988
+
6717
6989
  const Verified = [
6718
6990
  'svg',
6719
6991
  defaultAttributes,
@@ -7067,5 +7339,5 @@ const ZoomOut = [
7067
7339
  * Generated bundle index. Do not edit.
7068
7340
  */
7069
7341
 
7070
- 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, 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, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListMinus, ListOrdered, ListPlus, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Mail, Map, MapPin, 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, 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 };
7342
+ 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, 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 };
7071
7343
  //# sourceMappingURL=lucide-angular-src-icons.js.map