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.
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Armchair = createReactComponent('Armchair', [['path', {
3
+ d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3',
4
+ key: 'irtipd'
5
+ }], ['path', {
6
+ 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',
7
+ key: '1ed1m0'
8
+ }], ['path', {
9
+ d: 'M5 18v2',
10
+ key: 'ppbyun'
11
+ }], ['path', {
12
+ d: 'M19 18v2',
13
+ key: 'gy7782'
14
+ }]]);
15
+ export default Armchair;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var BedDouble = createReactComponent('BedDouble', [['path', {
3
+ d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8',
4
+ key: '1k78r4'
5
+ }], ['path', {
6
+ d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4',
7
+ key: 'fb3tl2'
8
+ }], ['path', {
9
+ d: 'M12 4v6',
10
+ key: '1dcgq2'
11
+ }], ['path', {
12
+ d: 'M2 18h20',
13
+ key: 'ajqnye'
14
+ }]]);
15
+ export default BedDouble;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var BedSingle = createReactComponent('BedSingle', [['path', {
3
+ d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8',
4
+ key: '1wm6mi'
5
+ }], ['path', {
6
+ d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4',
7
+ key: '4k93s5'
8
+ }], ['path', {
9
+ d: 'M3 18h18',
10
+ key: '1h113x'
11
+ }]]);
12
+ export default BedSingle;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Bed = createReactComponent('Bed', [['path', {
3
+ d: 'M2 4v16',
4
+ key: 'vw9hq8'
5
+ }], ['path', {
6
+ d: 'M2 8h18a2 2 0 0 1 2 2v10',
7
+ key: '1dgv2r'
8
+ }], ['path', {
9
+ d: 'M2 17h20',
10
+ key: '18nfp3'
11
+ }], ['path', {
12
+ d: 'M6 8v9',
13
+ key: '1yriud'
14
+ }]]);
15
+ export default Bed;
@@ -39,6 +39,7 @@ export { default as AlignVerticalSpaceBetween } from './align-vertical-space-bet
39
39
  export { default as Anchor } from './anchor';
40
40
  export { default as Aperture } from './aperture';
41
41
  export { default as Archive } from './archive';
42
+ export { default as Armchair } from './armchair';
42
43
  export { default as ArrowBigDown } from './arrow-big-down';
43
44
  export { default as ArrowBigLeft } from './arrow-big-left';
44
45
  export { default as ArrowBigRight } from './arrow-big-right';
@@ -74,6 +75,9 @@ export { default as BatteryLow } from './battery-low';
74
75
  export { default as BatteryMedium } from './battery-medium';
75
76
  export { default as Battery } from './battery';
76
77
  export { default as Beaker } from './beaker';
78
+ export { default as BedDouble } from './bed-double';
79
+ export { default as BedSingle } from './bed-single';
80
+ export { default as Bed } from './bed';
77
81
  export { default as BellMinus } from './bell-minus';
78
82
  export { default as BellOff } from './bell-off';
79
83
  export { default as BellPlus } from './bell-plus';
@@ -528,6 +532,7 @@ export { default as SmartphoneCharging } from './smartphone-charging';
528
532
  export { default as Smartphone } from './smartphone';
529
533
  export { default as Smile } from './smile';
530
534
  export { default as Snowflake } from './snowflake';
535
+ export { default as Sofa } from './sofa';
531
536
  export { default as SortAsc } from './sort-asc';
532
537
  export { default as SortDesc } from './sort-desc';
533
538
  export { default as Speaker } from './speaker';
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Sofa = createReactComponent('Sofa', [['path', {
3
+ d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3',
4
+ key: '1dgpiv'
5
+ }], ['path', {
6
+ 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',
7
+ key: 'u5qfb7'
8
+ }], ['path', {
9
+ d: 'M4 18v2',
10
+ key: 'jwo5n2'
11
+ }], ['path', {
12
+ d: 'M20 18v2',
13
+ key: '1ar1qi'
14
+ }], ['path', {
15
+ d: 'M12 4v9',
16
+ key: 'oqhhn3'
17
+ }]]);
18
+ export default Sofa;
@@ -54,6 +54,7 @@ export declare const AlignVerticalSpaceBetween: (props: LucideProps) => JSX.Elem
54
54
  export declare const Anchor: (props: LucideProps) => JSX.Element;
55
55
  export declare const Aperture: (props: LucideProps) => JSX.Element;
56
56
  export declare const Archive: (props: LucideProps) => JSX.Element;
57
+ export declare const Armchair: (props: LucideProps) => JSX.Element;
57
58
  export declare const ArrowBigDown: (props: LucideProps) => JSX.Element;
58
59
  export declare const ArrowBigLeft: (props: LucideProps) => JSX.Element;
59
60
  export declare const ArrowBigRight: (props: LucideProps) => JSX.Element;
@@ -89,6 +90,9 @@ export declare const BatteryLow: (props: LucideProps) => JSX.Element;
89
90
  export declare const BatteryMedium: (props: LucideProps) => JSX.Element;
90
91
  export declare const Battery: (props: LucideProps) => JSX.Element;
91
92
  export declare const Beaker: (props: LucideProps) => JSX.Element;
93
+ export declare const BedDouble: (props: LucideProps) => JSX.Element;
94
+ export declare const BedSingle: (props: LucideProps) => JSX.Element;
95
+ export declare const Bed: (props: LucideProps) => JSX.Element;
92
96
  export declare const BellMinus: (props: LucideProps) => JSX.Element;
93
97
  export declare const BellOff: (props: LucideProps) => JSX.Element;
94
98
  export declare const BellPlus: (props: LucideProps) => JSX.Element;
@@ -543,6 +547,7 @@ export declare const SmartphoneCharging: (props: LucideProps) => JSX.Element;
543
547
  export declare const Smartphone: (props: LucideProps) => JSX.Element;
544
548
  export declare const Smile: (props: LucideProps) => JSX.Element;
545
549
  export declare const Snowflake: (props: LucideProps) => JSX.Element;
550
+ export declare const Sofa: (props: LucideProps) => JSX.Element;
546
551
  export declare const SortAsc: (props: LucideProps) => JSX.Element;
547
552
  export declare const SortDesc: (props: LucideProps) => JSX.Element;
548
553
  export declare const Speaker: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.52.0 - ISC
2
+ * lucide-react v0.53.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -1067,6 +1067,21 @@
1067
1067
  }]]);
1068
1068
  var Archive$1 = Archive;
1069
1069
 
1070
+ var Armchair = createReactComponent('Armchair', [['path', {
1071
+ d: 'M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3',
1072
+ key: 'irtipd'
1073
+ }], ['path', {
1074
+ 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',
1075
+ key: '1ed1m0'
1076
+ }], ['path', {
1077
+ d: 'M5 18v2',
1078
+ key: 'ppbyun'
1079
+ }], ['path', {
1080
+ d: 'M19 18v2',
1081
+ key: 'gy7782'
1082
+ }]]);
1083
+ var Armchair$1 = Armchair;
1084
+
1070
1085
  var ArrowBigDown = createReactComponent('ArrowBigDown', [['path', {
1071
1086
  d: 'M9 3h6v11h4l-7 7-7-7h4z',
1072
1087
  key: '6dczpq'
@@ -1600,6 +1615,48 @@
1600
1615
  }]]);
1601
1616
  var Beaker$1 = Beaker;
1602
1617
 
1618
+ var BedDouble = createReactComponent('BedDouble', [['path', {
1619
+ d: 'M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8',
1620
+ key: '1k78r4'
1621
+ }], ['path', {
1622
+ d: 'M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4',
1623
+ key: 'fb3tl2'
1624
+ }], ['path', {
1625
+ d: 'M12 4v6',
1626
+ key: '1dcgq2'
1627
+ }], ['path', {
1628
+ d: 'M2 18h20',
1629
+ key: 'ajqnye'
1630
+ }]]);
1631
+ var BedDouble$1 = BedDouble;
1632
+
1633
+ var BedSingle = createReactComponent('BedSingle', [['path', {
1634
+ d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8',
1635
+ key: '1wm6mi'
1636
+ }], ['path', {
1637
+ d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4',
1638
+ key: '4k93s5'
1639
+ }], ['path', {
1640
+ d: 'M3 18h18',
1641
+ key: '1h113x'
1642
+ }]]);
1643
+ var BedSingle$1 = BedSingle;
1644
+
1645
+ var Bed = createReactComponent('Bed', [['path', {
1646
+ d: 'M2 4v16',
1647
+ key: 'vw9hq8'
1648
+ }], ['path', {
1649
+ d: 'M2 8h18a2 2 0 0 1 2 2v10',
1650
+ key: '1dgv2r'
1651
+ }], ['path', {
1652
+ d: 'M2 17h20',
1653
+ key: '18nfp3'
1654
+ }], ['path', {
1655
+ d: 'M6 8v9',
1656
+ key: '1yriud'
1657
+ }]]);
1658
+ var Bed$1 = Bed;
1659
+
1603
1660
  var BellMinus = createReactComponent('BellMinus', [['path', {
1604
1661
  d: 'M13.73 21a2 2 0 0 1-3.46 0',
1605
1662
  key: '6o5tke'
@@ -9182,6 +9239,24 @@
9182
9239
  }]]);
9183
9240
  var Snowflake$1 = Snowflake;
9184
9241
 
9242
+ var Sofa = createReactComponent('Sofa', [['path', {
9243
+ d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3',
9244
+ key: '1dgpiv'
9245
+ }], ['path', {
9246
+ 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',
9247
+ key: 'u5qfb7'
9248
+ }], ['path', {
9249
+ d: 'M4 18v2',
9250
+ key: 'jwo5n2'
9251
+ }], ['path', {
9252
+ d: 'M20 18v2',
9253
+ key: '1ar1qi'
9254
+ }], ['path', {
9255
+ d: 'M12 4v9',
9256
+ key: 'oqhhn3'
9257
+ }]]);
9258
+ var Sofa$1 = Sofa;
9259
+
9185
9260
  var SortAsc = createReactComponent('SortAsc', [['path', {
9186
9261
  d: 'M11 5h4',
9187
9262
  key: 'rewg9q'
@@ -10944,6 +11019,7 @@
10944
11019
  exports.Anchor = Anchor$1;
10945
11020
  exports.Aperture = Aperture$1;
10946
11021
  exports.Archive = Archive$1;
11022
+ exports.Armchair = Armchair$1;
10947
11023
  exports.ArrowBigDown = ArrowBigDown$1;
10948
11024
  exports.ArrowBigLeft = ArrowBigLeft$1;
10949
11025
  exports.ArrowBigRight = ArrowBigRight$1;
@@ -10979,6 +11055,9 @@
10979
11055
  exports.BatteryLow = BatteryLow$1;
10980
11056
  exports.BatteryMedium = BatteryMedium$1;
10981
11057
  exports.Beaker = Beaker$1;
11058
+ exports.Bed = Bed$1;
11059
+ exports.BedDouble = BedDouble$1;
11060
+ exports.BedSingle = BedSingle$1;
10982
11061
  exports.Bell = Bell$1;
10983
11062
  exports.BellMinus = BellMinus$1;
10984
11063
  exports.BellOff = BellOff$1;
@@ -11433,6 +11512,7 @@
11433
11512
  exports.SmartphoneCharging = SmartphoneCharging$1;
11434
11513
  exports.Smile = Smile$1;
11435
11514
  exports.Snowflake = Snowflake$1;
11515
+ exports.Sofa = Sofa$1;
11436
11516
  exports.SortAsc = SortAsc$1;
11437
11517
  exports.SortDesc = SortDesc$1;
11438
11518
  exports.Speaker = Speaker$1;