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
|
@@ -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;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
|
|
3
|
+
x1: '2',
|
|
4
|
+
y1: '2',
|
|
5
|
+
x2: '22',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: '1w4vcy'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 12H2v4h14',
|
|
10
|
+
key: '91gsaq'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M22 12v4',
|
|
13
|
+
key: '142cbu'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M18 12h-.5',
|
|
16
|
+
key: '12ymji'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M7 12v4',
|
|
19
|
+
key: 'jqww69'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
22
|
+
key: '1il607'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
25
|
+
key: '1gah44'
|
|
26
|
+
}]]);
|
|
27
|
+
export default CigaretteOff;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Cigarette = createReactComponent('Cigarette', [['path', {
|
|
3
|
+
d: 'M18 12H2v4h16',
|
|
4
|
+
key: '2rt1hm'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M22 12v4',
|
|
7
|
+
key: '142cbu'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M7 12v4',
|
|
10
|
+
key: 'jqww69'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
13
|
+
key: '1il607'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
16
|
+
key: '1gah44'
|
|
17
|
+
}]]);
|
|
18
|
+
export default Cigarette;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Dices = createReactComponent('Dices', [['rect', {
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '10',
|
|
5
|
+
width: '12',
|
|
6
|
+
height: '12',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '73wp2n'
|
|
10
|
+
}], ['path', {
|
|
11
|
+
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',
|
|
12
|
+
key: '1o487t'
|
|
13
|
+
}], ['path', {
|
|
14
|
+
d: 'M6 18h.01',
|
|
15
|
+
key: 'uhywen'
|
|
16
|
+
}], ['path', {
|
|
17
|
+
d: 'M10 14h.01',
|
|
18
|
+
key: 'ssrbsk'
|
|
19
|
+
}], ['path', {
|
|
20
|
+
d: 'M15 6h.01',
|
|
21
|
+
key: 'cblpky'
|
|
22
|
+
}], ['path', {
|
|
23
|
+
d: 'M18 9h.01',
|
|
24
|
+
key: '2061c0'
|
|
25
|
+
}]]);
|
|
26
|
+
export default Dices;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -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';
|
|
@@ -137,6 +141,8 @@ export { default as ChevronsRight } from './chevrons-right';
|
|
|
137
141
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
138
142
|
export { default as ChevronsUp } from './chevrons-up';
|
|
139
143
|
export { default as Chrome } from './chrome';
|
|
144
|
+
export { default as CigaretteOff } from './cigarette-off';
|
|
145
|
+
export { default as Cigarette } from './cigarette';
|
|
140
146
|
export { default as CircleSlashed } from './circle-slashed';
|
|
141
147
|
export { default as Circle } from './circle';
|
|
142
148
|
export { default as Clapperboard } from './clapperboard';
|
|
@@ -211,6 +217,7 @@ export { default as Dice3 } from './dice-3';
|
|
|
211
217
|
export { default as Dice4 } from './dice-4';
|
|
212
218
|
export { default as Dice5 } from './dice-5';
|
|
213
219
|
export { default as Dice6 } from './dice-6';
|
|
220
|
+
export { default as Dices } from './dices';
|
|
214
221
|
export { default as Disc } from './disc';
|
|
215
222
|
export { default as DivideCircle } from './divide-circle';
|
|
216
223
|
export { default as DivideSquare } from './divide-square';
|
|
@@ -528,6 +535,7 @@ export { default as SmartphoneCharging } from './smartphone-charging';
|
|
|
528
535
|
export { default as Smartphone } from './smartphone';
|
|
529
536
|
export { default as Smile } from './smile';
|
|
530
537
|
export { default as Snowflake } from './snowflake';
|
|
538
|
+
export { default as Sofa } from './sofa';
|
|
531
539
|
export { default as SortAsc } from './sort-asc';
|
|
532
540
|
export { default as SortDesc } from './sort-desc';
|
|
533
541
|
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;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -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;
|
|
@@ -152,6 +156,8 @@ export declare const ChevronsRight: (props: LucideProps) => JSX.Element;
|
|
|
152
156
|
export declare const ChevronsUpDown: (props: LucideProps) => JSX.Element;
|
|
153
157
|
export declare const ChevronsUp: (props: LucideProps) => JSX.Element;
|
|
154
158
|
export declare const Chrome: (props: LucideProps) => JSX.Element;
|
|
159
|
+
export declare const CigaretteOff: (props: LucideProps) => JSX.Element;
|
|
160
|
+
export declare const Cigarette: (props: LucideProps) => JSX.Element;
|
|
155
161
|
export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
|
|
156
162
|
export declare const Circle: (props: LucideProps) => JSX.Element;
|
|
157
163
|
export declare const Clapperboard: (props: LucideProps) => JSX.Element;
|
|
@@ -226,6 +232,7 @@ export declare const Dice3: (props: LucideProps) => JSX.Element;
|
|
|
226
232
|
export declare const Dice4: (props: LucideProps) => JSX.Element;
|
|
227
233
|
export declare const Dice5: (props: LucideProps) => JSX.Element;
|
|
228
234
|
export declare const Dice6: (props: LucideProps) => JSX.Element;
|
|
235
|
+
export declare const Dices: (props: LucideProps) => JSX.Element;
|
|
229
236
|
export declare const Disc: (props: LucideProps) => JSX.Element;
|
|
230
237
|
export declare const DivideCircle: (props: LucideProps) => JSX.Element;
|
|
231
238
|
export declare const DivideSquare: (props: LucideProps) => JSX.Element;
|
|
@@ -543,6 +550,7 @@ export declare const SmartphoneCharging: (props: LucideProps) => JSX.Element;
|
|
|
543
550
|
export declare const Smartphone: (props: LucideProps) => JSX.Element;
|
|
544
551
|
export declare const Smile: (props: LucideProps) => JSX.Element;
|
|
545
552
|
export declare const Snowflake: (props: LucideProps) => JSX.Element;
|
|
553
|
+
export declare const Sofa: (props: LucideProps) => JSX.Element;
|
|
546
554
|
export declare const SortAsc: (props: LucideProps) => JSX.Element;
|
|
547
555
|
export declare const SortDesc: (props: LucideProps) => JSX.Element;
|
|
548
556
|
export declare const Speaker: (props: LucideProps) => JSX.Element;
|
package/dist/umd/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
|
(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'
|
|
@@ -2729,6 +2786,51 @@
|
|
|
2729
2786
|
}]]);
|
|
2730
2787
|
var Chrome$1 = Chrome;
|
|
2731
2788
|
|
|
2789
|
+
var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
|
|
2790
|
+
x1: '2',
|
|
2791
|
+
y1: '2',
|
|
2792
|
+
x2: '22',
|
|
2793
|
+
y2: '22',
|
|
2794
|
+
key: '1w4vcy'
|
|
2795
|
+
}], ['path', {
|
|
2796
|
+
d: 'M12 12H2v4h14',
|
|
2797
|
+
key: '91gsaq'
|
|
2798
|
+
}], ['path', {
|
|
2799
|
+
d: 'M22 12v4',
|
|
2800
|
+
key: '142cbu'
|
|
2801
|
+
}], ['path', {
|
|
2802
|
+
d: 'M18 12h-.5',
|
|
2803
|
+
key: '12ymji'
|
|
2804
|
+
}], ['path', {
|
|
2805
|
+
d: 'M7 12v4',
|
|
2806
|
+
key: 'jqww69'
|
|
2807
|
+
}], ['path', {
|
|
2808
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2809
|
+
key: '1il607'
|
|
2810
|
+
}], ['path', {
|
|
2811
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2812
|
+
key: '1gah44'
|
|
2813
|
+
}]]);
|
|
2814
|
+
var CigaretteOff$1 = CigaretteOff;
|
|
2815
|
+
|
|
2816
|
+
var Cigarette = createReactComponent('Cigarette', [['path', {
|
|
2817
|
+
d: 'M18 12H2v4h16',
|
|
2818
|
+
key: '2rt1hm'
|
|
2819
|
+
}], ['path', {
|
|
2820
|
+
d: 'M22 12v4',
|
|
2821
|
+
key: '142cbu'
|
|
2822
|
+
}], ['path', {
|
|
2823
|
+
d: 'M7 12v4',
|
|
2824
|
+
key: 'jqww69'
|
|
2825
|
+
}], ['path', {
|
|
2826
|
+
d: 'M18 8c0-2.5-2-2.5-2-5',
|
|
2827
|
+
key: '1il607'
|
|
2828
|
+
}], ['path', {
|
|
2829
|
+
d: 'M22 8c0-2.5-2-2.5-2-5',
|
|
2830
|
+
key: '1gah44'
|
|
2831
|
+
}]]);
|
|
2832
|
+
var Cigarette$1 = Cigarette;
|
|
2833
|
+
|
|
2732
2834
|
var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
|
|
2733
2835
|
cx: '12',
|
|
2734
2836
|
cy: '12',
|
|
@@ -3867,6 +3969,32 @@
|
|
|
3867
3969
|
}]]);
|
|
3868
3970
|
var Dice6$1 = Dice6;
|
|
3869
3971
|
|
|
3972
|
+
var Dices = createReactComponent('Dices', [['rect', {
|
|
3973
|
+
x: '2',
|
|
3974
|
+
y: '10',
|
|
3975
|
+
width: '12',
|
|
3976
|
+
height: '12',
|
|
3977
|
+
rx: '2',
|
|
3978
|
+
ry: '2',
|
|
3979
|
+
key: '73wp2n'
|
|
3980
|
+
}], ['path', {
|
|
3981
|
+
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',
|
|
3982
|
+
key: '1o487t'
|
|
3983
|
+
}], ['path', {
|
|
3984
|
+
d: 'M6 18h.01',
|
|
3985
|
+
key: 'uhywen'
|
|
3986
|
+
}], ['path', {
|
|
3987
|
+
d: 'M10 14h.01',
|
|
3988
|
+
key: 'ssrbsk'
|
|
3989
|
+
}], ['path', {
|
|
3990
|
+
d: 'M15 6h.01',
|
|
3991
|
+
key: 'cblpky'
|
|
3992
|
+
}], ['path', {
|
|
3993
|
+
d: 'M18 9h.01',
|
|
3994
|
+
key: '2061c0'
|
|
3995
|
+
}]]);
|
|
3996
|
+
var Dices$1 = Dices;
|
|
3997
|
+
|
|
3870
3998
|
var Disc = createReactComponent('Disc', [['circle', {
|
|
3871
3999
|
cx: '12',
|
|
3872
4000
|
cy: '12',
|
|
@@ -9182,6 +9310,24 @@
|
|
|
9182
9310
|
}]]);
|
|
9183
9311
|
var Snowflake$1 = Snowflake;
|
|
9184
9312
|
|
|
9313
|
+
var Sofa = createReactComponent('Sofa', [['path', {
|
|
9314
|
+
d: 'M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3',
|
|
9315
|
+
key: '1dgpiv'
|
|
9316
|
+
}], ['path', {
|
|
9317
|
+
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',
|
|
9318
|
+
key: 'u5qfb7'
|
|
9319
|
+
}], ['path', {
|
|
9320
|
+
d: 'M4 18v2',
|
|
9321
|
+
key: 'jwo5n2'
|
|
9322
|
+
}], ['path', {
|
|
9323
|
+
d: 'M20 18v2',
|
|
9324
|
+
key: '1ar1qi'
|
|
9325
|
+
}], ['path', {
|
|
9326
|
+
d: 'M12 4v9',
|
|
9327
|
+
key: 'oqhhn3'
|
|
9328
|
+
}]]);
|
|
9329
|
+
var Sofa$1 = Sofa;
|
|
9330
|
+
|
|
9185
9331
|
var SortAsc = createReactComponent('SortAsc', [['path', {
|
|
9186
9332
|
d: 'M11 5h4',
|
|
9187
9333
|
key: 'rewg9q'
|
|
@@ -10944,6 +11090,7 @@
|
|
|
10944
11090
|
exports.Anchor = Anchor$1;
|
|
10945
11091
|
exports.Aperture = Aperture$1;
|
|
10946
11092
|
exports.Archive = Archive$1;
|
|
11093
|
+
exports.Armchair = Armchair$1;
|
|
10947
11094
|
exports.ArrowBigDown = ArrowBigDown$1;
|
|
10948
11095
|
exports.ArrowBigLeft = ArrowBigLeft$1;
|
|
10949
11096
|
exports.ArrowBigRight = ArrowBigRight$1;
|
|
@@ -10979,6 +11126,9 @@
|
|
|
10979
11126
|
exports.BatteryLow = BatteryLow$1;
|
|
10980
11127
|
exports.BatteryMedium = BatteryMedium$1;
|
|
10981
11128
|
exports.Beaker = Beaker$1;
|
|
11129
|
+
exports.Bed = Bed$1;
|
|
11130
|
+
exports.BedDouble = BedDouble$1;
|
|
11131
|
+
exports.BedSingle = BedSingle$1;
|
|
10982
11132
|
exports.Bell = Bell$1;
|
|
10983
11133
|
exports.BellMinus = BellMinus$1;
|
|
10984
11134
|
exports.BellOff = BellOff$1;
|
|
@@ -11042,6 +11192,8 @@
|
|
|
11042
11192
|
exports.ChevronsUp = ChevronsUp$1;
|
|
11043
11193
|
exports.ChevronsUpDown = ChevronsUpDown$1;
|
|
11044
11194
|
exports.Chrome = Chrome$1;
|
|
11195
|
+
exports.Cigarette = Cigarette$1;
|
|
11196
|
+
exports.CigaretteOff = CigaretteOff$1;
|
|
11045
11197
|
exports.Circle = Circle$1;
|
|
11046
11198
|
exports.CircleSlashed = CircleSlashed$1;
|
|
11047
11199
|
exports.Clapperboard = Clapperboard$1;
|
|
@@ -11116,6 +11268,7 @@
|
|
|
11116
11268
|
exports.Dice4 = Dice4$1;
|
|
11117
11269
|
exports.Dice5 = Dice5$1;
|
|
11118
11270
|
exports.Dice6 = Dice6$1;
|
|
11271
|
+
exports.Dices = Dices$1;
|
|
11119
11272
|
exports.Disc = Disc$1;
|
|
11120
11273
|
exports.Divide = Divide$1;
|
|
11121
11274
|
exports.DivideCircle = DivideCircle$1;
|
|
@@ -11433,6 +11586,7 @@
|
|
|
11433
11586
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
11434
11587
|
exports.Smile = Smile$1;
|
|
11435
11588
|
exports.Snowflake = Snowflake$1;
|
|
11589
|
+
exports.Sofa = Sofa$1;
|
|
11436
11590
|
exports.SortAsc = SortAsc$1;
|
|
11437
11591
|
exports.SortDesc = SortDesc$1;
|
|
11438
11592
|
exports.Speaker = Speaker$1;
|