lucide-angular 0.52.0 → 0.53.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 (39) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +70 -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 +75 -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/armchair.js +18 -0
  10. package/esm2015/icons/bed-double.js +13 -0
  11. package/esm2015/icons/bed-single.js +12 -0
  12. package/esm2015/icons/bed.js +13 -0
  13. package/esm2015/icons/index.js +6 -1
  14. package/esm2015/icons/sofa.js +19 -0
  15. package/esm2015/src/icons/armchair.js +18 -0
  16. package/esm2015/src/icons/bed-double.js +13 -0
  17. package/esm2015/src/icons/bed-single.js +12 -0
  18. package/esm2015/src/icons/bed.js +13 -0
  19. package/esm2015/src/icons/index.js +6 -1
  20. package/esm2015/src/icons/sofa.js +19 -0
  21. package/fesm2015/lucide-angular-src-icons.js +66 -1
  22. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  23. package/fesm2015/lucide-angular.js +71 -1
  24. package/fesm2015/lucide-angular.js.map +1 -1
  25. package/icons/armchair.d.ts +3 -0
  26. package/icons/bed-double.d.ts +3 -0
  27. package/icons/bed-single.d.ts +3 -0
  28. package/icons/bed.d.ts +3 -0
  29. package/icons/index.d.ts +5 -0
  30. package/icons/sofa.d.ts +3 -0
  31. package/lucide-angular.metadata.json +1 -1
  32. package/package.json +1 -1
  33. package/src/icons/armchair.d.ts +3 -0
  34. package/src/icons/bed-double.d.ts +3 -0
  35. package/src/icons/bed-single.d.ts +3 -0
  36. package/src/icons/bed.d.ts +3 -0
  37. package/src/icons/index.d.ts +5 -0
  38. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  39. package/src/icons/sofa.d.ts +3 -0
@@ -491,6 +491,22 @@
491
491
  ],
492
492
  ];
493
493
 
494
+ var Armchair = [
495
+ 'svg',
496
+ defaultAttributes,
497
+ [
498
+ ['path', { d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3' }],
499
+ [
500
+ 'path',
501
+ {
502
+ d: 'M3 11v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H7v-2a2 2 0 0 0-4 0Z',
503
+ },
504
+ ],
505
+ ['path', { d: 'M5 18v2' }],
506
+ ['path', { d: 'M19 18v2' }],
507
+ ],
508
+ ];
509
+
494
510
  var ArrowBigDown = [
495
511
  'svg',
496
512
  defaultAttributes,
@@ -836,6 +852,38 @@
836
852
  ],
837
853
  ];
838
854
 
855
+ var BedDouble = [
856
+ 'svg',
857
+ defaultAttributes,
858
+ [
859
+ ['path', { d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8' }],
860
+ ['path', { d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4' }],
861
+ ['path', { d: 'M12 4v6' }],
862
+ ['path', { d: 'M2 18h20' }],
863
+ ],
864
+ ];
865
+
866
+ var BedSingle = [
867
+ 'svg',
868
+ defaultAttributes,
869
+ [
870
+ ['path', { d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8' }],
871
+ ['path', { d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4' }],
872
+ ['path', { d: 'M3 18h18' }],
873
+ ],
874
+ ];
875
+
876
+ var Bed = [
877
+ 'svg',
878
+ defaultAttributes,
879
+ [
880
+ ['path', { d: 'M2 4v16' }],
881
+ ['path', { d: 'M2 8h18a2 2 0 0 1 2 2v10' }],
882
+ ['path', { d: 'M2 17h20' }],
883
+ ['path', { d: 'M6 8v9' }],
884
+ ],
885
+ ];
886
+
839
887
  var BellMinus = [
840
888
  'svg',
841
889
  defaultAttributes,
@@ -6293,6 +6341,23 @@
6293
6341
  ],
6294
6342
  ];
6295
6343
 
6344
+ var Sofa = [
6345
+ 'svg',
6346
+ defaultAttributes,
6347
+ [
6348
+ ['path', { d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3' }],
6349
+ [
6350
+ 'path',
6351
+ {
6352
+ d: 'M2 11v5a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v2H6v-2a2 2 0 0 0-4 0Z',
6353
+ },
6354
+ ],
6355
+ ['path', { d: 'M4 18v2' }],
6356
+ ['path', { d: 'M20 18v2' }],
6357
+ ['path', { d: 'M12 4v9' }],
6358
+ ],
6359
+ ];
6360
+
6296
6361
  var SortAsc = [
6297
6362
  'svg',
6298
6363
  defaultAttributes,
@@ -7555,6 +7620,7 @@
7555
7620
  exports.Anchor = Anchor;
7556
7621
  exports.Aperture = Aperture;
7557
7622
  exports.Archive = Archive;
7623
+ exports.Armchair = Armchair;
7558
7624
  exports.ArrowBigDown = ArrowBigDown;
7559
7625
  exports.ArrowBigLeft = ArrowBigLeft;
7560
7626
  exports.ArrowBigRight = ArrowBigRight;
@@ -7590,6 +7656,9 @@
7590
7656
  exports.BatteryLow = BatteryLow;
7591
7657
  exports.BatteryMedium = BatteryMedium;
7592
7658
  exports.Beaker = Beaker;
7659
+ exports.Bed = Bed;
7660
+ exports.BedDouble = BedDouble;
7661
+ exports.BedSingle = BedSingle;
7593
7662
  exports.Bell = Bell;
7594
7663
  exports.BellMinus = BellMinus;
7595
7664
  exports.BellOff = BellOff;
@@ -8044,6 +8113,7 @@
8044
8113
  exports.SmartphoneCharging = SmartphoneCharging;
8045
8114
  exports.Smile = Smile;
8046
8115
  exports.Snowflake = Snowflake;
8116
+ exports.Sofa = Sofa;
8047
8117
  exports.SortAsc = SortAsc;
8048
8118
  exports.SortDesc = SortDesc;
8049
8119
  exports.Speaker = Speaker;