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,
@@ -7553,6 +7662,7 @@
7553
7662
  Anchor: Anchor,
7554
7663
  Aperture: Aperture,
7555
7664
  Archive: Archive,
7665
+ Armchair: Armchair,
7556
7666
  ArrowBigDown: ArrowBigDown,
7557
7667
  ArrowBigLeft: ArrowBigLeft,
7558
7668
  ArrowBigRight: ArrowBigRight,
@@ -7588,6 +7698,9 @@
7588
7698
  BatteryMedium: BatteryMedium,
7589
7699
  Battery: Battery,
7590
7700
  Beaker: Beaker,
7701
+ BedDouble: BedDouble,
7702
+ BedSingle: BedSingle,
7703
+ Bed: Bed,
7591
7704
  BellMinus: BellMinus,
7592
7705
  BellOff: BellOff,
7593
7706
  BellPlus: BellPlus,
@@ -7651,6 +7764,8 @@
7651
7764
  ChevronsUpDown: ChevronsUpDown,
7652
7765
  ChevronsUp: ChevronsUp,
7653
7766
  Chrome: Chrome,
7767
+ CigaretteOff: CigaretteOff,
7768
+ Cigarette: Cigarette,
7654
7769
  CircleSlashed: CircleSlashed,
7655
7770
  Circle: Circle,
7656
7771
  Clapperboard: Clapperboard,
@@ -7725,6 +7840,7 @@
7725
7840
  Dice4: Dice4,
7726
7841
  Dice5: Dice5,
7727
7842
  Dice6: Dice6,
7843
+ Dices: Dices,
7728
7844
  Disc: Disc,
7729
7845
  DivideCircle: DivideCircle,
7730
7846
  DivideSquare: DivideSquare,
@@ -8042,6 +8158,7 @@
8042
8158
  Smartphone: Smartphone,
8043
8159
  Smile: Smile,
8044
8160
  Snowflake: Snowflake,
8161
+ Sofa: Sofa,
8045
8162
  SortAsc: SortAsc,
8046
8163
  SortDesc: SortDesc,
8047
8164
  Speaker: Speaker,
@@ -8626,6 +8743,7 @@
8626
8743
  exports.Anchor = Anchor;
8627
8744
  exports.Aperture = Aperture;
8628
8745
  exports.Archive = Archive;
8746
+ exports.Armchair = Armchair;
8629
8747
  exports.ArrowBigDown = ArrowBigDown;
8630
8748
  exports.ArrowBigLeft = ArrowBigLeft;
8631
8749
  exports.ArrowBigRight = ArrowBigRight;
@@ -8661,6 +8779,9 @@
8661
8779
  exports.BatteryLow = BatteryLow;
8662
8780
  exports.BatteryMedium = BatteryMedium;
8663
8781
  exports.Beaker = Beaker;
8782
+ exports.Bed = Bed;
8783
+ exports.BedDouble = BedDouble;
8784
+ exports.BedSingle = BedSingle;
8664
8785
  exports.Bell = Bell;
8665
8786
  exports.BellMinus = BellMinus;
8666
8787
  exports.BellOff = BellOff;
@@ -8724,6 +8845,8 @@
8724
8845
  exports.ChevronsUp = ChevronsUp;
8725
8846
  exports.ChevronsUpDown = ChevronsUpDown;
8726
8847
  exports.Chrome = Chrome;
8848
+ exports.Cigarette = Cigarette;
8849
+ exports.CigaretteOff = CigaretteOff;
8727
8850
  exports.Circle = Circle;
8728
8851
  exports.CircleSlashed = CircleSlashed;
8729
8852
  exports.Clapperboard = Clapperboard;
@@ -8798,6 +8921,7 @@
8798
8921
  exports.Dice4 = Dice4;
8799
8922
  exports.Dice5 = Dice5;
8800
8923
  exports.Dice6 = Dice6;
8924
+ exports.Dices = Dices;
8801
8925
  exports.Disc = Disc;
8802
8926
  exports.Divide = Divide;
8803
8927
  exports.DivideCircle = DivideCircle;
@@ -9117,6 +9241,7 @@
9117
9241
  exports.SmartphoneCharging = SmartphoneCharging;
9118
9242
  exports.Smile = Smile;
9119
9243
  exports.Snowflake = Snowflake;
9244
+ exports.Sofa = Sofa;
9120
9245
  exports.SortAsc = SortAsc;
9121
9246
  exports.SortDesc = SortDesc;
9122
9247
  exports.Speaker = Speaker;