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,
@@ -7553,6 +7618,7 @@
7553
7618
  Anchor: Anchor,
7554
7619
  Aperture: Aperture,
7555
7620
  Archive: Archive,
7621
+ Armchair: Armchair,
7556
7622
  ArrowBigDown: ArrowBigDown,
7557
7623
  ArrowBigLeft: ArrowBigLeft,
7558
7624
  ArrowBigRight: ArrowBigRight,
@@ -7588,6 +7654,9 @@
7588
7654
  BatteryMedium: BatteryMedium,
7589
7655
  Battery: Battery,
7590
7656
  Beaker: Beaker,
7657
+ BedDouble: BedDouble,
7658
+ BedSingle: BedSingle,
7659
+ Bed: Bed,
7591
7660
  BellMinus: BellMinus,
7592
7661
  BellOff: BellOff,
7593
7662
  BellPlus: BellPlus,
@@ -8042,6 +8111,7 @@
8042
8111
  Smartphone: Smartphone,
8043
8112
  Smile: Smile,
8044
8113
  Snowflake: Snowflake,
8114
+ Sofa: Sofa,
8045
8115
  SortAsc: SortAsc,
8046
8116
  SortDesc: SortDesc,
8047
8117
  Speaker: Speaker,
@@ -8626,6 +8696,7 @@
8626
8696
  exports.Anchor = Anchor;
8627
8697
  exports.Aperture = Aperture;
8628
8698
  exports.Archive = Archive;
8699
+ exports.Armchair = Armchair;
8629
8700
  exports.ArrowBigDown = ArrowBigDown;
8630
8701
  exports.ArrowBigLeft = ArrowBigLeft;
8631
8702
  exports.ArrowBigRight = ArrowBigRight;
@@ -8661,6 +8732,9 @@
8661
8732
  exports.BatteryLow = BatteryLow;
8662
8733
  exports.BatteryMedium = BatteryMedium;
8663
8734
  exports.Beaker = Beaker;
8735
+ exports.Bed = Bed;
8736
+ exports.BedDouble = BedDouble;
8737
+ exports.BedSingle = BedSingle;
8664
8738
  exports.Bell = Bell;
8665
8739
  exports.BellMinus = BellMinus;
8666
8740
  exports.BellOff = BellOff;
@@ -9117,6 +9191,7 @@
9117
9191
  exports.SmartphoneCharging = SmartphoneCharging;
9118
9192
  exports.Smile = Smile;
9119
9193
  exports.Snowflake = Snowflake;
9194
+ exports.Sofa = Sofa;
9120
9195
  exports.SortAsc = SortAsc;
9121
9196
  exports.SortDesc = SortDesc;
9122
9197
  exports.Speaker = Speaker;