lucide-react 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.
- package/dist/cjs/lucide-react.js +155 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/armchair.js +15 -0
- package/dist/esm/icons/bed-double.js +15 -0
- package/dist/esm/icons/bed-single.js +12 -0
- package/dist/esm/icons/bed.js +15 -0
- package/dist/esm/icons/cigarette-off.js +27 -0
- package/dist/esm/icons/cigarette.js +18 -0
- package/dist/esm/icons/dices.js +26 -0
- package/dist/esm/icons/index.js +8 -0
- package/dist/esm/icons/sofa.js +18 -0
- package/dist/lucide-react.d.ts +8 -0
- package/dist/umd/lucide-react.js +155 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.55.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1068,6 +1068,21 @@ var Archive = createReactComponent('Archive', [['path', {
|
|
|
1068
1068
|
}]]);
|
|
1069
1069
|
var Archive$1 = Archive;
|
|
1070
1070
|
|
|
1071
|
+
var Armchair = createReactComponent('Armchair', [['path', {
|
|
1072
|
+
d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3',
|
|
1073
|
+
key: 'irtipd'
|
|
1074
|
+
}], ['path', {
|
|
1075
|
+
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',
|
|
1076
|
+
key: '1ed1m0'
|
|
1077
|
+
}], ['path', {
|
|
1078
|
+
d: 'M5 18v2',
|
|
1079
|
+
key: 'ppbyun'
|
|
1080
|
+
}], ['path', {
|
|
1081
|
+
d: 'M19 18v2',
|
|
1082
|
+
key: 'gy7782'
|
|
1083
|
+
}]]);
|
|
1084
|
+
var Armchair$1 = Armchair;
|
|
1085
|
+
|
|
1071
1086
|
var ArrowBigDown = createReactComponent('ArrowBigDown', [['path', {
|
|
1072
1087
|
d: 'M9 3h6v11h4l-7 7-7-7h4z',
|
|
1073
1088
|
key: '6dczpq'
|
|
@@ -1601,6 +1616,48 @@ var Beaker = createReactComponent('Beaker', [['path', {
|
|
|
1601
1616
|
}]]);
|
|
1602
1617
|
var Beaker$1 = Beaker;
|
|
1603
1618
|
|
|
1619
|
+
var BedDouble = createReactComponent('BedDouble', [['path', {
|
|
1620
|
+
d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8',
|
|
1621
|
+
key: '1k78r4'
|
|
1622
|
+
}], ['path', {
|
|
1623
|
+
d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4',
|
|
1624
|
+
key: 'fb3tl2'
|
|
1625
|
+
}], ['path', {
|
|
1626
|
+
d: 'M12 4v6',
|
|
1627
|
+
key: '1dcgq2'
|
|
1628
|
+
}], ['path', {
|
|
1629
|
+
d: 'M2 18h20',
|
|
1630
|
+
key: 'ajqnye'
|
|
1631
|
+
}]]);
|
|
1632
|
+
var BedDouble$1 = BedDouble;
|
|
1633
|
+
|
|
1634
|
+
var BedSingle = createReactComponent('BedSingle', [['path', {
|
|
1635
|
+
d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8',
|
|
1636
|
+
key: '1wm6mi'
|
|
1637
|
+
}], ['path', {
|
|
1638
|
+
d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4',
|
|
1639
|
+
key: '4k93s5'
|
|
1640
|
+
}], ['path', {
|
|
1641
|
+
d: 'M3 18h18',
|
|
1642
|
+
key: '1h113x'
|
|
1643
|
+
}]]);
|
|
1644
|
+
var BedSingle$1 = BedSingle;
|
|
1645
|
+
|
|
1646
|
+
var Bed = createReactComponent('Bed', [['path', {
|
|
1647
|
+
d: 'M2 4v16',
|
|
1648
|
+
key: 'vw9hq8'
|
|
1649
|
+
}], ['path', {
|
|
1650
|
+
d: 'M2 8h18a2 2 0 0 1 2 2v10',
|
|
1651
|
+
key: '1dgv2r'
|
|
1652
|
+
}], ['path', {
|
|
1653
|
+
d: 'M2 17h20',
|
|
1654
|
+
key: '18nfp3'
|
|
1655
|
+
}], ['path', {
|
|
1656
|
+
d: 'M6 8v9',
|
|
1657
|
+
key: '1yriud'
|
|
1658
|
+
}]]);
|
|
1659
|
+
var Bed$1 = Bed;
|
|
1660
|
+
|
|
1604
1661
|
var BellMinus = createReactComponent('BellMinus', [['path', {
|
|
1605
1662
|
d: 'M13.73 21a2 2 0 0 1-3.46 0',
|
|
1606
1663
|
key: '6o5tke'
|
|
@@ -2730,6 +2787,51 @@ var Chrome = createReactComponent('Chrome', [['circle', {
|
|
|
2730
2787
|
}]]);
|
|
2731
2788
|
var Chrome$1 = Chrome;
|
|
2732
2789
|
|
|
2790
|
+
var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
|
|
2791
|
+
x1: '2',
|
|
2792
|
+
y1: '2',
|
|
2793
|
+
x2: '22',
|
|
2794
|
+
y2: '22',
|
|
2795
|
+
key: '1w4vcy'
|
|
2796
|
+
}], ['path', {
|
|
2797
|
+
d: 'M12 12H2v4h14',
|
|
2798
|
+
key: '91gsaq'
|
|
2799
|
+
}], ['path', {
|
|
2800
|
+
d: 'M22 12v4',
|
|
2801
|
+
key: '142cbu'
|
|
2802
|
+
}], ['path', {
|
|
2803
|
+
d: 'M18 12h-.5',
|
|
2804
|
+
key: '12ymji'
|
|
2805
|
+
}], ['path', {
|
|
2806
|
+
d: 'M7 12v4',
|
|
2807
|
+
key: 'jqww69'
|
|
2808
|
+
}], ['path', {
|
|
2809
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2810
|
+
key: '1il607'
|
|
2811
|
+
}], ['path', {
|
|
2812
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2813
|
+
key: '1gah44'
|
|
2814
|
+
}]]);
|
|
2815
|
+
var CigaretteOff$1 = CigaretteOff;
|
|
2816
|
+
|
|
2817
|
+
var Cigarette = createReactComponent('Cigarette', [['path', {
|
|
2818
|
+
d: 'M18 12H2v4h16',
|
|
2819
|
+
key: '2rt1hm'
|
|
2820
|
+
}], ['path', {
|
|
2821
|
+
d: 'M22 12v4',
|
|
2822
|
+
key: '142cbu'
|
|
2823
|
+
}], ['path', {
|
|
2824
|
+
d: 'M7 12v4',
|
|
2825
|
+
key: 'jqww69'
|
|
2826
|
+
}], ['path', {
|
|
2827
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2828
|
+
key: '1il607'
|
|
2829
|
+
}], ['path', {
|
|
2830
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2831
|
+
key: '1gah44'
|
|
2832
|
+
}]]);
|
|
2833
|
+
var Cigarette$1 = Cigarette;
|
|
2834
|
+
|
|
2733
2835
|
var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
|
|
2734
2836
|
cx: '12',
|
|
2735
2837
|
cy: '12',
|
|
@@ -3868,6 +3970,32 @@ var Dice6 = createReactComponent('Dice6', [['rect', {
|
|
|
3868
3970
|
}]]);
|
|
3869
3971
|
var Dice6$1 = Dice6;
|
|
3870
3972
|
|
|
3973
|
+
var Dices = createReactComponent('Dices', [['rect', {
|
|
3974
|
+
x: '2',
|
|
3975
|
+
y: '10',
|
|
3976
|
+
width: '12',
|
|
3977
|
+
height: '12',
|
|
3978
|
+
rx: '2',
|
|
3979
|
+
ry: '2',
|
|
3980
|
+
key: '73wp2n'
|
|
3981
|
+
}], ['path', {
|
|
3982
|
+
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',
|
|
3983
|
+
key: '1o487t'
|
|
3984
|
+
}], ['path', {
|
|
3985
|
+
d: 'M6 18h.01',
|
|
3986
|
+
key: 'uhywen'
|
|
3987
|
+
}], ['path', {
|
|
3988
|
+
d: 'M10 14h.01',
|
|
3989
|
+
key: 'ssrbsk'
|
|
3990
|
+
}], ['path', {
|
|
3991
|
+
d: 'M15 6h.01',
|
|
3992
|
+
key: 'cblpky'
|
|
3993
|
+
}], ['path', {
|
|
3994
|
+
d: 'M18 9h.01',
|
|
3995
|
+
key: '2061c0'
|
|
3996
|
+
}]]);
|
|
3997
|
+
var Dices$1 = Dices;
|
|
3998
|
+
|
|
3871
3999
|
var Disc = createReactComponent('Disc', [['circle', {
|
|
3872
4000
|
cx: '12',
|
|
3873
4001
|
cy: '12',
|
|
@@ -9183,6 +9311,24 @@ var Snowflake = createReactComponent('Snowflake', [['line', {
|
|
|
9183
9311
|
}]]);
|
|
9184
9312
|
var Snowflake$1 = Snowflake;
|
|
9185
9313
|
|
|
9314
|
+
var Sofa = createReactComponent('Sofa', [['path', {
|
|
9315
|
+
d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3',
|
|
9316
|
+
key: '1dgpiv'
|
|
9317
|
+
}], ['path', {
|
|
9318
|
+
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',
|
|
9319
|
+
key: 'u5qfb7'
|
|
9320
|
+
}], ['path', {
|
|
9321
|
+
d: 'M4 18v2',
|
|
9322
|
+
key: 'jwo5n2'
|
|
9323
|
+
}], ['path', {
|
|
9324
|
+
d: 'M20 18v2',
|
|
9325
|
+
key: '1ar1qi'
|
|
9326
|
+
}], ['path', {
|
|
9327
|
+
d: 'M12 4v9',
|
|
9328
|
+
key: 'oqhhn3'
|
|
9329
|
+
}]]);
|
|
9330
|
+
var Sofa$1 = Sofa;
|
|
9331
|
+
|
|
9186
9332
|
var SortAsc = createReactComponent('SortAsc', [['path', {
|
|
9187
9333
|
d: 'M11 5h4',
|
|
9188
9334
|
key: 'rewg9q'
|
|
@@ -10945,6 +11091,7 @@ exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
|
|
|
10945
11091
|
exports.Anchor = Anchor$1;
|
|
10946
11092
|
exports.Aperture = Aperture$1;
|
|
10947
11093
|
exports.Archive = Archive$1;
|
|
11094
|
+
exports.Armchair = Armchair$1;
|
|
10948
11095
|
exports.ArrowBigDown = ArrowBigDown$1;
|
|
10949
11096
|
exports.ArrowBigLeft = ArrowBigLeft$1;
|
|
10950
11097
|
exports.ArrowBigRight = ArrowBigRight$1;
|
|
@@ -10980,6 +11127,9 @@ exports.BatteryFull = BatteryFull$1;
|
|
|
10980
11127
|
exports.BatteryLow = BatteryLow$1;
|
|
10981
11128
|
exports.BatteryMedium = BatteryMedium$1;
|
|
10982
11129
|
exports.Beaker = Beaker$1;
|
|
11130
|
+
exports.Bed = Bed$1;
|
|
11131
|
+
exports.BedDouble = BedDouble$1;
|
|
11132
|
+
exports.BedSingle = BedSingle$1;
|
|
10983
11133
|
exports.Bell = Bell$1;
|
|
10984
11134
|
exports.BellMinus = BellMinus$1;
|
|
10985
11135
|
exports.BellOff = BellOff$1;
|
|
@@ -11043,6 +11193,8 @@ exports.ChevronsRightLeft = ChevronsRightLeft$1;
|
|
|
11043
11193
|
exports.ChevronsUp = ChevronsUp$1;
|
|
11044
11194
|
exports.ChevronsUpDown = ChevronsUpDown$1;
|
|
11045
11195
|
exports.Chrome = Chrome$1;
|
|
11196
|
+
exports.Cigarette = Cigarette$1;
|
|
11197
|
+
exports.CigaretteOff = CigaretteOff$1;
|
|
11046
11198
|
exports.Circle = Circle$1;
|
|
11047
11199
|
exports.CircleSlashed = CircleSlashed$1;
|
|
11048
11200
|
exports.Clapperboard = Clapperboard$1;
|
|
@@ -11117,6 +11269,7 @@ exports.Dice3 = Dice3$1;
|
|
|
11117
11269
|
exports.Dice4 = Dice4$1;
|
|
11118
11270
|
exports.Dice5 = Dice5$1;
|
|
11119
11271
|
exports.Dice6 = Dice6$1;
|
|
11272
|
+
exports.Dices = Dices$1;
|
|
11120
11273
|
exports.Disc = Disc$1;
|
|
11121
11274
|
exports.Divide = Divide$1;
|
|
11122
11275
|
exports.DivideCircle = DivideCircle$1;
|
|
@@ -11434,6 +11587,7 @@ exports.Smartphone = Smartphone$1;
|
|
|
11434
11587
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
11435
11588
|
exports.Smile = Smile$1;
|
|
11436
11589
|
exports.Snowflake = Snowflake$1;
|
|
11590
|
+
exports.Sofa = Sofa$1;
|
|
11437
11591
|
exports.SortAsc = SortAsc$1;
|
|
11438
11592
|
exports.SortDesc = SortDesc$1;
|
|
11439
11593
|
exports.Speaker = Speaker$1;
|