lucide-react 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.
- package/dist/cjs/lucide-react.js +81 -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/index.js +5 -0
- package/dist/esm/icons/sofa.js +18 -0
- package/dist/lucide-react.d.ts +5 -0
- package/dist/umd/lucide-react.js +81 -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.53.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'
|
|
@@ -9183,6 +9240,24 @@ var Snowflake = createReactComponent('Snowflake', [['line', {
|
|
|
9183
9240
|
}]]);
|
|
9184
9241
|
var Snowflake$1 = Snowflake;
|
|
9185
9242
|
|
|
9243
|
+
var Sofa = createReactComponent('Sofa', [['path', {
|
|
9244
|
+
d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3',
|
|
9245
|
+
key: '1dgpiv'
|
|
9246
|
+
}], ['path', {
|
|
9247
|
+
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',
|
|
9248
|
+
key: 'u5qfb7'
|
|
9249
|
+
}], ['path', {
|
|
9250
|
+
d: 'M4 18v2',
|
|
9251
|
+
key: 'jwo5n2'
|
|
9252
|
+
}], ['path', {
|
|
9253
|
+
d: 'M20 18v2',
|
|
9254
|
+
key: '1ar1qi'
|
|
9255
|
+
}], ['path', {
|
|
9256
|
+
d: 'M12 4v9',
|
|
9257
|
+
key: 'oqhhn3'
|
|
9258
|
+
}]]);
|
|
9259
|
+
var Sofa$1 = Sofa;
|
|
9260
|
+
|
|
9186
9261
|
var SortAsc = createReactComponent('SortAsc', [['path', {
|
|
9187
9262
|
d: 'M11 5h4',
|
|
9188
9263
|
key: 'rewg9q'
|
|
@@ -10945,6 +11020,7 @@ exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
|
|
|
10945
11020
|
exports.Anchor = Anchor$1;
|
|
10946
11021
|
exports.Aperture = Aperture$1;
|
|
10947
11022
|
exports.Archive = Archive$1;
|
|
11023
|
+
exports.Armchair = Armchair$1;
|
|
10948
11024
|
exports.ArrowBigDown = ArrowBigDown$1;
|
|
10949
11025
|
exports.ArrowBigLeft = ArrowBigLeft$1;
|
|
10950
11026
|
exports.ArrowBigRight = ArrowBigRight$1;
|
|
@@ -10980,6 +11056,9 @@ exports.BatteryFull = BatteryFull$1;
|
|
|
10980
11056
|
exports.BatteryLow = BatteryLow$1;
|
|
10981
11057
|
exports.BatteryMedium = BatteryMedium$1;
|
|
10982
11058
|
exports.Beaker = Beaker$1;
|
|
11059
|
+
exports.Bed = Bed$1;
|
|
11060
|
+
exports.BedDouble = BedDouble$1;
|
|
11061
|
+
exports.BedSingle = BedSingle$1;
|
|
10983
11062
|
exports.Bell = Bell$1;
|
|
10984
11063
|
exports.BellMinus = BellMinus$1;
|
|
10985
11064
|
exports.BellOff = BellOff$1;
|
|
@@ -11434,6 +11513,7 @@ exports.Smartphone = Smartphone$1;
|
|
|
11434
11513
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
11435
11514
|
exports.Smile = Smile$1;
|
|
11436
11515
|
exports.Snowflake = Snowflake$1;
|
|
11516
|
+
exports.Sofa = Sofa$1;
|
|
11437
11517
|
exports.SortAsc = SortAsc$1;
|
|
11438
11518
|
exports.SortDesc = SortDesc$1;
|
|
11439
11519
|
exports.Speaker = Speaker$1;
|