lucide-angular 0.46.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 (59) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +167 -0
  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 +177 -0
  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/chef-hat.js +16 -0
  11. package/esm2015/icons/component.js +13 -0
  12. package/esm2015/icons/croissant.js +29 -0
  13. package/esm2015/icons/fuel.js +18 -0
  14. package/esm2015/icons/index.js +11 -1
  15. package/esm2015/icons/star-off.js +15 -0
  16. package/esm2015/icons/sun-medium.js +18 -0
  17. package/esm2015/icons/sun-moon.js +19 -0
  18. package/esm2015/icons/sword.js +13 -0
  19. package/esm2015/icons/swords.js +17 -0
  20. package/esm2015/src/icons/bath.js +19 -0
  21. package/esm2015/src/icons/chef-hat.js +16 -0
  22. package/esm2015/src/icons/component.js +13 -0
  23. package/esm2015/src/icons/croissant.js +29 -0
  24. package/esm2015/src/icons/fuel.js +18 -0
  25. package/esm2015/src/icons/index.js +11 -1
  26. package/esm2015/src/icons/star-off.js +15 -0
  27. package/esm2015/src/icons/sun-medium.js +18 -0
  28. package/esm2015/src/icons/sun-moon.js +19 -0
  29. package/esm2015/src/icons/sword.js +13 -0
  30. package/esm2015/src/icons/swords.js +17 -0
  31. package/fesm2015/lucide-angular-src-icons.js +158 -1
  32. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  33. package/fesm2015/lucide-angular.js +170 -3
  34. package/fesm2015/lucide-angular.js.map +1 -1
  35. package/icons/bath.d.ts +3 -0
  36. package/icons/chef-hat.d.ts +3 -0
  37. package/icons/component.d.ts +3 -0
  38. package/icons/croissant.d.ts +3 -0
  39. package/icons/fuel.d.ts +3 -0
  40. package/icons/index.d.ts +10 -0
  41. package/icons/star-off.d.ts +3 -0
  42. package/icons/sun-medium.d.ts +3 -0
  43. package/icons/sun-moon.d.ts +3 -0
  44. package/icons/sword.d.ts +3 -0
  45. package/icons/swords.d.ts +3 -0
  46. package/lucide-angular.metadata.json +1 -1
  47. package/package.json +1 -1
  48. package/src/icons/bath.d.ts +3 -0
  49. package/src/icons/chef-hat.d.ts +3 -0
  50. package/src/icons/component.d.ts +3 -0
  51. package/src/icons/croissant.d.ts +3 -0
  52. package/src/icons/fuel.d.ts +3 -0
  53. package/src/icons/index.d.ts +10 -0
  54. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  55. package/src/icons/star-off.d.ts +3 -0
  56. package/src/icons/sun-medium.d.ts +3 -0
  57. package/src/icons/sun-moon.d.ts +3 -0
  58. package/src/icons/sword.d.ts +3 -0
  59. package/src/icons/swords.d.ts +3 -0
@@ -753,6 +753,23 @@
753
753
  ],
754
754
  ];
755
755
 
756
+ var Bath = [
757
+ 'svg',
758
+ defaultAttributes,
759
+ [
760
+ [
761
+ 'path',
762
+ {
763
+ 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',
764
+ },
765
+ ],
766
+ ['line', { x1: '10', y1: '5', x2: '8', y2: '7' }],
767
+ ['line', { x1: '2', y1: '12', x2: '22', y2: '12' }],
768
+ ['line', { x1: '7', y1: '19', x2: '7', y2: '21' }],
769
+ ['line', { x1: '17', y1: '19', x2: '17', y2: '21' }],
770
+ ],
771
+ ];
772
+
756
773
  var BatteryCharging = [
757
774
  'svg',
758
775
  defaultAttributes,
@@ -1301,6 +1318,20 @@
1301
1318
  [['polyline', { points: '20 6 9 17 4 12' }]],
1302
1319
  ];
1303
1320
 
1321
+ var ChefHat = [
1322
+ 'svg',
1323
+ defaultAttributes,
1324
+ [
1325
+ [
1326
+ 'path',
1327
+ {
1328
+ 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',
1329
+ },
1330
+ ],
1331
+ ['line', { x1: '6', y1: '17', x2: '18', y2: '17' }],
1332
+ ],
1333
+ ];
1334
+
1304
1335
  var ChevronDown = [
1305
1336
  'svg',
1306
1337
  defaultAttributes,
@@ -1941,6 +1972,17 @@
1941
1972
  ],
1942
1973
  ];
1943
1974
 
1975
+ var Component = [
1976
+ 'svg',
1977
+ defaultAttributes,
1978
+ [
1979
+ ['path', { d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z' }],
1980
+ ['path', { d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z' }],
1981
+ ['path', { d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z' }],
1982
+ ['path', { d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z' }],
1983
+ ],
1984
+ ];
1985
+
1944
1986
  var Contact = [
1945
1987
  'svg',
1946
1988
  defaultAttributes,
@@ -2100,6 +2142,33 @@
2100
2142
  ],
2101
2143
  ];
2102
2144
 
2145
+ var Croissant = [
2146
+ 'svg',
2147
+ defaultAttributes,
2148
+ [
2149
+ [
2150
+ 'path',
2151
+ {
2152
+ 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',
2153
+ },
2154
+ ],
2155
+ [
2156
+ 'path',
2157
+ {
2158
+ 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',
2159
+ },
2160
+ ],
2161
+ ['path', { d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4' }],
2162
+ [
2163
+ 'path',
2164
+ {
2165
+ 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',
2166
+ },
2167
+ ],
2168
+ ['path', { d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5' }],
2169
+ ],
2170
+ ];
2171
+
2103
2172
  var Crop = [
2104
2173
  'svg',
2105
2174
  defaultAttributes,
@@ -3018,6 +3087,22 @@
3018
3087
  ],
3019
3088
  ];
3020
3089
 
3090
+ var Fuel = [
3091
+ 'svg',
3092
+ defaultAttributes,
3093
+ [
3094
+ ['line', { x1: '3', y1: '22', x2: '15', y2: '22' }],
3095
+ ['line', { x1: '4', y1: '9', x2: '14', y2: '9' }],
3096
+ ['path', { d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18' }],
3097
+ [
3098
+ 'path',
3099
+ {
3100
+ 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',
3101
+ },
3102
+ ],
3103
+ ],
3104
+ ];
3105
+
3021
3106
  var FunctionSquare = [
3022
3107
  'svg',
3023
3108
  defaultAttributes,
@@ -6103,6 +6188,19 @@
6103
6188
  [['path', { d: 'M12 17.8 5.8 21 7 14.1 2 9.3l7-1L12 2' }]],
6104
6189
  ];
6105
6190
 
6191
+ var StarOff = [
6192
+ 'svg',
6193
+ defaultAttributes,
6194
+ [
6195
+ [
6196
+ 'path',
6197
+ { d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43' },
6198
+ ],
6199
+ ['path', { d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91' }],
6200
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6201
+ ],
6202
+ ];
6203
+
6106
6204
  var Star = [
6107
6205
  'svg',
6108
6206
  defaultAttributes,
@@ -6184,6 +6282,39 @@
6184
6282
  ],
6185
6283
  ];
6186
6284
 
6285
+ var SunMedium = [
6286
+ 'svg',
6287
+ defaultAttributes,
6288
+ [
6289
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6290
+ ['path', { d: 'M12 3v1' }],
6291
+ ['path', { d: 'M12 20v1' }],
6292
+ ['path', { d: 'M3 12h1' }],
6293
+ ['path', { d: 'M20 12h1' }],
6294
+ ['path', { d: 'M18.364 5.636l-.707.707' }],
6295
+ ['path', { d: 'M6.343 17.657l-.707.707' }],
6296
+ ['path', { d: 'M5.636 5.636l.707.707' }],
6297
+ ['path', { d: 'M17.657 17.657l.707.707' }],
6298
+ ],
6299
+ ];
6300
+
6301
+ var SunMoon = [
6302
+ 'svg',
6303
+ defaultAttributes,
6304
+ [
6305
+ ['path', { d: 'M12 16a4 4 0 100-8 4 4 0 000 8z' }],
6306
+ ['path', { d: 'M16 12.386A3.136 3.136 0 0111.614 8' }],
6307
+ ['path', { d: 'M12 2v2' }],
6308
+ ['path', { d: 'M12 20v2' }],
6309
+ ['path', { d: 'M5 5l1.5 1.5' }],
6310
+ ['path', { d: 'M17.5 17.5L19 19' }],
6311
+ ['path', { d: 'M2 12h2' }],
6312
+ ['path', { d: 'M20 12h2' }],
6313
+ ['path', { d: 'M5 19l1.5-1.5' }],
6314
+ ['path', { d: 'M17.5 6.5L19 5' }],
6315
+ ],
6316
+ ];
6317
+
6187
6318
  var Sun = [
6188
6319
  'svg',
6189
6320
  defaultAttributes,
@@ -6267,6 +6398,32 @@
6267
6398
  ],
6268
6399
  ];
6269
6400
 
6401
+ var Sword = [
6402
+ 'svg',
6403
+ defaultAttributes,
6404
+ [
6405
+ ['polyline', { points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5' }],
6406
+ ['line', { x1: '13', y1: '19', x2: '19', y2: '13' }],
6407
+ ['line', { x1: '16', y1: '16', x2: '20', y2: '20' }],
6408
+ ['line', { x1: '19', y1: '21', x2: '21', y2: '19' }],
6409
+ ],
6410
+ ];
6411
+
6412
+ var Swords = [
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
+ ['polyline', { points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5' }],
6421
+ ['line', { x1: '5', y1: '14', x2: '9', y2: '18' }],
6422
+ ['line', { x1: '7', y1: '17', x2: '4', y2: '20' }],
6423
+ ['line', { x1: '3', y1: '19', x2: '5', y2: '21' }],
6424
+ ],
6425
+ ];
6426
+
6270
6427
  var Table = [
6271
6428
  'svg',
6272
6429
  defaultAttributes,
@@ -7257,6 +7414,7 @@
7257
7414
  exports.BarChart4 = BarChart4;
7258
7415
  exports.BarChartHorizontal = BarChartHorizontal;
7259
7416
  exports.Baseline = Baseline;
7417
+ exports.Bath = Bath;
7260
7418
  exports.Battery = Battery;
7261
7419
  exports.BatteryCharging = BatteryCharging;
7262
7420
  exports.BatteryFull = BatteryFull;
@@ -7301,6 +7459,7 @@
7301
7459
  exports.CheckCircle = CheckCircle;
7302
7460
  exports.CheckCircle2 = CheckCircle2;
7303
7461
  exports.CheckSquare = CheckSquare;
7462
+ exports.ChefHat = ChefHat;
7304
7463
  exports.ChevronDown = ChevronDown;
7305
7464
  exports.ChevronFirst = ChevronFirst;
7306
7465
  exports.ChevronLast = ChevronLast;
@@ -7359,6 +7518,7 @@
7359
7518
  exports.Columns = Columns;
7360
7519
  exports.Command = Command;
7361
7520
  exports.Compass = Compass;
7521
+ exports.Component = Component;
7362
7522
  exports.Contact = Contact;
7363
7523
  exports.Contrast = Contrast;
7364
7524
  exports.Cookie = Cookie;
@@ -7375,6 +7535,7 @@
7375
7535
  exports.CornerUpRight = CornerUpRight;
7376
7536
  exports.Cpu = Cpu;
7377
7537
  exports.CreditCard = CreditCard;
7538
+ exports.Croissant = Croissant;
7378
7539
  exports.Crop = Crop;
7379
7540
  exports.Cross = Cross;
7380
7541
  exports.Crosshair = Crosshair;
@@ -7453,6 +7614,7 @@
7453
7614
  exports.Frame = Frame;
7454
7615
  exports.Framer = Framer;
7455
7616
  exports.Frown = Frown;
7617
+ exports.Fuel = Fuel;
7456
7618
  exports.FunctionSquare = FunctionSquare;
7457
7619
  exports.Gamepad = Gamepad;
7458
7620
  exports.Gamepad2 = Gamepad2;
@@ -7709,6 +7871,7 @@
7709
7871
  exports.Square = Square;
7710
7872
  exports.Star = Star;
7711
7873
  exports.StarHalf = StarHalf;
7874
+ exports.StarOff = StarOff;
7712
7875
  exports.StopCircle = StopCircle;
7713
7876
  exports.StretchHorizontal = StretchHorizontal;
7714
7877
  exports.StretchVertical = StretchVertical;
@@ -7716,11 +7879,15 @@
7716
7879
  exports.Subscript = Subscript;
7717
7880
  exports.Sun = Sun;
7718
7881
  exports.SunDim = SunDim;
7882
+ exports.SunMedium = SunMedium;
7883
+ exports.SunMoon = SunMoon;
7719
7884
  exports.Sunrise = Sunrise;
7720
7885
  exports.Sunset = Sunset;
7721
7886
  exports.Superscript = Superscript;
7722
7887
  exports.SwissFranc = SwissFranc;
7723
7888
  exports.SwitchCamera = SwitchCamera;
7889
+ exports.Sword = Sword;
7890
+ exports.Swords = Swords;
7724
7891
  exports.Table = Table;
7725
7892
  exports.Tablet = Tablet;
7726
7893
  exports.Tag = Tag;