lucide-angular 0.52.0 → 0.55.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 (51) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +117 -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 +125 -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/cigarette-off.js +16 -0
  14. package/esm2015/icons/cigarette.js +14 -0
  15. package/esm2015/icons/dices.js +20 -0
  16. package/esm2015/icons/index.js +9 -1
  17. package/esm2015/icons/sofa.js +19 -0
  18. package/esm2015/src/icons/armchair.js +18 -0
  19. package/esm2015/src/icons/bed-double.js +13 -0
  20. package/esm2015/src/icons/bed-single.js +12 -0
  21. package/esm2015/src/icons/bed.js +13 -0
  22. package/esm2015/src/icons/cigarette-off.js +16 -0
  23. package/esm2015/src/icons/cigarette.js +14 -0
  24. package/esm2015/src/icons/dices.js +20 -0
  25. package/esm2015/src/icons/index.js +9 -1
  26. package/esm2015/src/icons/sofa.js +19 -0
  27. package/fesm2015/lucide-angular-src-icons.js +110 -1
  28. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  29. package/fesm2015/lucide-angular.js +118 -1
  30. package/fesm2015/lucide-angular.js.map +1 -1
  31. package/icons/armchair.d.ts +3 -0
  32. package/icons/bed-double.d.ts +3 -0
  33. package/icons/bed-single.d.ts +3 -0
  34. package/icons/bed.d.ts +3 -0
  35. package/icons/cigarette-off.d.ts +3 -0
  36. package/icons/cigarette.d.ts +3 -0
  37. package/icons/dices.d.ts +3 -0
  38. package/icons/index.d.ts +8 -0
  39. package/icons/sofa.d.ts +3 -0
  40. package/lucide-angular.metadata.json +1 -1
  41. package/package.json +1 -1
  42. package/src/icons/armchair.d.ts +3 -0
  43. package/src/icons/bed-double.d.ts +3 -0
  44. package/src/icons/bed-single.d.ts +3 -0
  45. package/src/icons/bed.d.ts +3 -0
  46. package/src/icons/cigarette-off.d.ts +3 -0
  47. package/src/icons/cigarette.d.ts +3 -0
  48. package/src/icons/dices.d.ts +3 -0
  49. package/src/icons/index.d.ts +8 -0
  50. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  51. 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,
@@ -1577,6 +1625,32 @@
1577
1625
  ],
1578
1626
  ];
1579
1627
 
1628
+ var CigaretteOff = [
1629
+ 'svg',
1630
+ defaultAttributes,
1631
+ [
1632
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
1633
+ ['path', { d: 'M12 12H2v4h14' }],
1634
+ ['path', { d: 'M22 12v4' }],
1635
+ ['path', { d: 'M18 12h-.5' }],
1636
+ ['path', { d: 'M7 12v4' }],
1637
+ ['path', { d: 'M18 8c0-2.5-2-2.5-2-5' }],
1638
+ ['path', { d: 'M22 8c0-2.5-2-2.5-2-5' }],
1639
+ ],
1640
+ ];
1641
+
1642
+ var Cigarette = [
1643
+ 'svg',
1644
+ defaultAttributes,
1645
+ [
1646
+ ['path', { d: 'M18 12H2v4h16' }],
1647
+ ['path', { d: 'M22 12v4' }],
1648
+ ['path', { d: 'M7 12v4' }],
1649
+ ['path', { d: 'M18 8c0-2.5-2-2.5-2-5' }],
1650
+ ['path', { d: 'M22 8c0-2.5-2-2.5-2-5' }],
1651
+ ],
1652
+ ];
1653
+
1580
1654
  var CircleSlashed = [
1581
1655
  'svg',
1582
1656
  defaultAttributes,
@@ -2446,6 +2520,24 @@
2446
2520
  ],
2447
2521
  ];
2448
2522
 
2523
+ var Dices = [
2524
+ 'svg',
2525
+ defaultAttributes,
2526
+ [
2527
+ ['rect', { x: '2', y: '10', width: '12', height: '12', rx: '2', ry: '2' }],
2528
+ [
2529
+ 'path',
2530
+ {
2531
+ d: 'm17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6',
2532
+ },
2533
+ ],
2534
+ ['path', { d: 'M6 18h.01' }],
2535
+ ['path', { d: 'M10 14h.01' }],
2536
+ ['path', { d: 'M15 6h.01' }],
2537
+ ['path', { d: 'M18 9h.01' }],
2538
+ ],
2539
+ ];
2540
+
2449
2541
  var Disc = [
2450
2542
  'svg',
2451
2543
  defaultAttributes,
@@ -6293,6 +6385,23 @@
6293
6385
  ],
6294
6386
  ];
6295
6387
 
6388
+ var Sofa = [
6389
+ 'svg',
6390
+ defaultAttributes,
6391
+ [
6392
+ ['path', { d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3' }],
6393
+ [
6394
+ 'path',
6395
+ {
6396
+ 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',
6397
+ },
6398
+ ],
6399
+ ['path', { d: 'M4 18v2' }],
6400
+ ['path', { d: 'M20 18v2' }],
6401
+ ['path', { d: 'M12 4v9' }],
6402
+ ],
6403
+ ];
6404
+
6296
6405
  var SortAsc = [
6297
6406
  'svg',
6298
6407
  defaultAttributes,
@@ -7555,6 +7664,7 @@
7555
7664
  exports.Anchor = Anchor;
7556
7665
  exports.Aperture = Aperture;
7557
7666
  exports.Archive = Archive;
7667
+ exports.Armchair = Armchair;
7558
7668
  exports.ArrowBigDown = ArrowBigDown;
7559
7669
  exports.ArrowBigLeft = ArrowBigLeft;
7560
7670
  exports.ArrowBigRight = ArrowBigRight;
@@ -7590,6 +7700,9 @@
7590
7700
  exports.BatteryLow = BatteryLow;
7591
7701
  exports.BatteryMedium = BatteryMedium;
7592
7702
  exports.Beaker = Beaker;
7703
+ exports.Bed = Bed;
7704
+ exports.BedDouble = BedDouble;
7705
+ exports.BedSingle = BedSingle;
7593
7706
  exports.Bell = Bell;
7594
7707
  exports.BellMinus = BellMinus;
7595
7708
  exports.BellOff = BellOff;
@@ -7653,6 +7766,8 @@
7653
7766
  exports.ChevronsUp = ChevronsUp;
7654
7767
  exports.ChevronsUpDown = ChevronsUpDown;
7655
7768
  exports.Chrome = Chrome;
7769
+ exports.Cigarette = Cigarette;
7770
+ exports.CigaretteOff = CigaretteOff;
7656
7771
  exports.Circle = Circle;
7657
7772
  exports.CircleSlashed = CircleSlashed;
7658
7773
  exports.Clapperboard = Clapperboard;
@@ -7727,6 +7842,7 @@
7727
7842
  exports.Dice4 = Dice4;
7728
7843
  exports.Dice5 = Dice5;
7729
7844
  exports.Dice6 = Dice6;
7845
+ exports.Dices = Dices;
7730
7846
  exports.Disc = Disc;
7731
7847
  exports.Divide = Divide;
7732
7848
  exports.DivideCircle = DivideCircle;
@@ -8044,6 +8160,7 @@
8044
8160
  exports.SmartphoneCharging = SmartphoneCharging;
8045
8161
  exports.Smile = Smile;
8046
8162
  exports.Snowflake = Snowflake;
8163
+ exports.Sofa = Sofa;
8047
8164
  exports.SortAsc = SortAsc;
8048
8165
  exports.SortDesc = SortDesc;
8049
8166
  exports.Speaker = Speaker;