lucide-react 0.96.0 → 0.97.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 +426 -3
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/bean-off.js +18 -0
- package/dist/esm/icons/bean.js +9 -0
- package/dist/esm/icons/candy-off.js +30 -0
- package/dist/esm/icons/candy.js +18 -0
- package/dist/esm/icons/dna-off.js +39 -0
- package/dist/esm/icons/dna.js +36 -0
- package/dist/esm/icons/egg-off.js +15 -0
- package/dist/esm/icons/flask-conical-off.js +24 -0
- package/dist/esm/icons/flask-conical.js +2 -2
- package/dist/esm/icons/hop-off.js +30 -0
- package/dist/esm/icons/hop.js +27 -0
- package/dist/esm/icons/index.js +18 -0
- package/dist/esm/icons/milk-off.js +18 -0
- package/dist/esm/icons/milk.js +12 -0
- package/dist/esm/icons/nut-off.js +21 -0
- package/dist/esm/icons/nut.js +12 -0
- package/dist/esm/icons/vegan.js +12 -0
- package/dist/esm/icons/wheat-off.js +36 -0
- package/dist/esm/icons/wheat.js +27 -0
- package/dist/esm/icons/wine-off.js +21 -0
- package/dist/lucide-react.d.ts +18 -0
- package/dist/umd/lucide-react.js +426 -3
- 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,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var BeanOff = createReactComponent('BeanOff', [['path', {
|
|
3
|
+
d: 'M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1',
|
|
4
|
+
key: 'bq3udt'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66',
|
|
7
|
+
key: '17ccse'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04',
|
|
10
|
+
key: '18zqgq'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '2',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '22',
|
|
15
|
+
y2: '22',
|
|
16
|
+
key: '1w4vcy'
|
|
17
|
+
}]]);
|
|
18
|
+
export default BeanOff;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Bean = createReactComponent('Bean', [['path', {
|
|
3
|
+
d: 'M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z',
|
|
4
|
+
key: '1tvzk7'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M5.341 10.62A4 4 0 1 0 10.62 5.34',
|
|
7
|
+
key: '10iugy'
|
|
8
|
+
}]]);
|
|
9
|
+
export default Bean;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CandyOff = createReactComponent('CandyOff', [['path', {
|
|
3
|
+
d: 'm8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1',
|
|
4
|
+
key: '1ff4ui'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657',
|
|
7
|
+
key: '1sbrv4'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M14 16.5V14',
|
|
10
|
+
key: '1maf8j'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M14 6.5v1.843',
|
|
13
|
+
key: '1a6u6t'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M10 10v7.5',
|
|
16
|
+
key: '80pj65'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'm16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1',
|
|
19
|
+
key: '11a9mt'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'm8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1',
|
|
22
|
+
key: '3mjmon'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '2',
|
|
25
|
+
y1: '2',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: '1w4vcy'
|
|
29
|
+
}]]);
|
|
30
|
+
export default CandyOff;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Candy = createReactComponent('Candy', [['path', {
|
|
3
|
+
d: 'm9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z',
|
|
4
|
+
key: 'ue6khb'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M14 6.5v10',
|
|
7
|
+
key: '5xnk7c'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M10 7.5v10',
|
|
10
|
+
key: '1uew51'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'm16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1',
|
|
13
|
+
key: 'b9cp6k'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'm8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1',
|
|
16
|
+
key: '5lney8'
|
|
17
|
+
}]]);
|
|
18
|
+
export default Candy;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var DnaOff = createReactComponent('DnaOff', [['path', {
|
|
3
|
+
d: 'M15 2c-1.35 1.5-2.092 3-2.5 4.5M9 22c1.35-1.5 2.092-3 2.5-4.5',
|
|
4
|
+
key: 'sxiaad'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M2 15c3.333-3 6.667-3 10-3m10-3c-1.5 1.35-3 2.092-4.5 2.5',
|
|
7
|
+
key: 'yn4bs1'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'm17 6-2.5-2.5',
|
|
10
|
+
key: '5cdfhj'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'm14 8-1.5-1.5',
|
|
13
|
+
key: '1ohn8i'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'm7 18 2.5 2.5',
|
|
16
|
+
key: '16tu1a'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'm3.5 14.5.5.5',
|
|
19
|
+
key: 'hapbhd'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'm20 9 .5.5',
|
|
22
|
+
key: '1n7z02'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'm6.5 12.5 1 1',
|
|
25
|
+
key: 'cs35ky'
|
|
26
|
+
}], ['path', {
|
|
27
|
+
d: 'm16.5 10.5 1 1',
|
|
28
|
+
key: '696xn5'
|
|
29
|
+
}], ['path', {
|
|
30
|
+
d: 'm10 16 1.5 1.5',
|
|
31
|
+
key: '11lckj'
|
|
32
|
+
}], ['line', {
|
|
33
|
+
x1: '2',
|
|
34
|
+
y1: '2',
|
|
35
|
+
x2: '22',
|
|
36
|
+
y2: '22',
|
|
37
|
+
key: '1w4vcy'
|
|
38
|
+
}]]);
|
|
39
|
+
export default DnaOff;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Dna = createReactComponent('Dna', [['path', {
|
|
3
|
+
d: 'M2 15c6.667-6 13.333 0 20-6',
|
|
4
|
+
key: '1pyr53'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 22c1.798-1.998 2.518-3.995 2.807-5.993',
|
|
7
|
+
key: 'q3hbxp'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M15 2c-1.798 1.998-2.518 3.995-2.807 5.993',
|
|
10
|
+
key: '80uv8i'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'm17 6-2.5-2.5',
|
|
13
|
+
key: '5cdfhj'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'm14 8-1-1',
|
|
16
|
+
key: '15nbz5'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'm7 18 2.5 2.5',
|
|
19
|
+
key: '16tu1a'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'm3.5 14.5.5.5',
|
|
22
|
+
key: 'hapbhd'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'm20 9 .5.5',
|
|
25
|
+
key: '1n7z02'
|
|
26
|
+
}], ['path', {
|
|
27
|
+
d: 'm6.5 12.5 1 1',
|
|
28
|
+
key: 'cs35ky'
|
|
29
|
+
}], ['path', {
|
|
30
|
+
d: 'm16.5 10.5 1 1',
|
|
31
|
+
key: '696xn5'
|
|
32
|
+
}], ['path', {
|
|
33
|
+
d: 'm10 16 1.5 1.5',
|
|
34
|
+
key: '11lckj'
|
|
35
|
+
}]]);
|
|
36
|
+
export default Dna;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var EggOff = createReactComponent('EggOff', [['path', {
|
|
3
|
+
d: 'M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625',
|
|
4
|
+
key: '6et380'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297',
|
|
7
|
+
key: 'gcdc3f'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '2',
|
|
10
|
+
y1: '2',
|
|
11
|
+
x2: '22',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: '1w4vcy'
|
|
14
|
+
}]]);
|
|
15
|
+
export default EggOff;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var FlaskConicalOff = createReactComponent('FlaskConicalOff', [['path', {
|
|
3
|
+
d: 'M10 10 4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-1.272-2.542',
|
|
4
|
+
key: '59ek9y'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M10 2v2.343',
|
|
7
|
+
key: '15t272'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M14 2v6.343',
|
|
10
|
+
key: 'sxr80q'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M8.5 2h7',
|
|
13
|
+
key: 'csnxdl'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M7 16h9',
|
|
16
|
+
key: 't5njau'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '2',
|
|
19
|
+
y1: '2',
|
|
20
|
+
x2: '22',
|
|
21
|
+
y2: '22',
|
|
22
|
+
key: '1w4vcy'
|
|
23
|
+
}]]);
|
|
24
|
+
export default FlaskConicalOff;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var FlaskConical = createReactComponent('FlaskConical', [['path', {
|
|
3
|
-
d: 'M10
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2',
|
|
4
|
+
key: 'pzvekw'
|
|
5
5
|
}], ['path', {
|
|
6
6
|
d: 'M8.5 2h7',
|
|
7
7
|
key: 'csnxdl'
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var HopOff = createReactComponent('HopOff', [['path', {
|
|
3
|
+
d: 'M17.5 5.5C19 7 20.5 9 21 11c-1.323.265-2.646.39-4.118.226',
|
|
4
|
+
key: '10j95a'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5',
|
|
7
|
+
key: '1mqyjd'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M17.5 17.5c-2.5 0-4 0-6-1',
|
|
10
|
+
key: '11elt5'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M20 11.5c1 1.5 2 3.5 2 4.5',
|
|
13
|
+
key: '13ezvz'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5',
|
|
16
|
+
key: '1ufrz1'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M22 22c-2 0-3.5-.5-5.5-1.5',
|
|
19
|
+
key: '1n8vbj'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M4.783 4.782C1.073 8.492 1 14.5 5 18c1-1 2-4.5 1.5-6.5 1.5 1 4 1 5.5.5M8.227 2.57C11.578 1.335 15.453 2.089 18 5c-.88.88-3.7 1.761-5.726 1.618',
|
|
22
|
+
key: '1h85u8'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '2',
|
|
25
|
+
y1: '2',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: '1w4vcy'
|
|
29
|
+
}]]);
|
|
30
|
+
export default HopOff;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Hop = createReactComponent('Hop', [['path', {
|
|
3
|
+
d: 'M17.5 5.5C19 7 20.5 9 21 11c-2.5.5-5 .5-8.5-1',
|
|
4
|
+
key: 'l0z2za'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M5.5 17.5C7 19 9 20.5 11 21c.5-2.5.5-5-1-8.5',
|
|
7
|
+
key: '1mqyjd'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M16.5 11.5c1 2 1 3.5 1 6-2.5 0-4 0-6-1',
|
|
10
|
+
key: '10xoad'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M20 11.5c1 1.5 2 3.5 2 4.5-1.5.5-3 0-4.5-.5',
|
|
13
|
+
key: '1a4gpx'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M11.5 20c1.5 1 3.5 2 4.5 2 .5-1.5 0-3-.5-4.5',
|
|
16
|
+
key: '1ufrz1'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M20.5 16.5c1 2 1.5 3.5 1.5 5.5-2 0-3.5-.5-5.5-1.5',
|
|
19
|
+
key: '1ok5d2'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M4.783 4.782C8.493 1.072 14.5 1 18 5c-1 1-4.5 2-6.5 1.5 1 1.5 1 4 .5 5.5-1.5.5-4 .5-5.5-.5C7 13.5 6 17 5 18c-4-3.5-3.927-9.508-.217-13.218Z',
|
|
22
|
+
key: '8hlroy'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M4.5 4.5 3 3c-.184-.185-.184-.816 0-1',
|
|
25
|
+
key: 'q3aj97'
|
|
26
|
+
}]]);
|
|
27
|
+
export default Hop;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -86,6 +86,8 @@ export { default as BatteryLow } from './battery-low';
|
|
|
86
86
|
export { default as BatteryMedium } from './battery-medium';
|
|
87
87
|
export { default as Battery } from './battery';
|
|
88
88
|
export { default as Beaker } from './beaker';
|
|
89
|
+
export { default as BeanOff } from './bean-off';
|
|
90
|
+
export { default as Bean } from './bean';
|
|
89
91
|
export { default as BedDouble } from './bed-double';
|
|
90
92
|
export { default as BedSingle } from './bed-single';
|
|
91
93
|
export { default as Bed } from './bed';
|
|
@@ -138,6 +140,8 @@ export { default as CalendarX } from './calendar-x';
|
|
|
138
140
|
export { default as Calendar } from './calendar';
|
|
139
141
|
export { default as CameraOff } from './camera-off';
|
|
140
142
|
export { default as Camera } from './camera';
|
|
143
|
+
export { default as CandyOff } from './candy-off';
|
|
144
|
+
export { default as Candy } from './candy';
|
|
141
145
|
export { default as Car } from './car';
|
|
142
146
|
export { default as Carrot } from './carrot';
|
|
143
147
|
export { default as Cast } from './cast';
|
|
@@ -260,6 +264,8 @@ export { default as Disc } from './disc';
|
|
|
260
264
|
export { default as DivideCircle } from './divide-circle';
|
|
261
265
|
export { default as DivideSquare } from './divide-square';
|
|
262
266
|
export { default as Divide } from './divide';
|
|
267
|
+
export { default as DnaOff } from './dna-off';
|
|
268
|
+
export { default as Dna } from './dna';
|
|
263
269
|
export { default as Dog } from './dog';
|
|
264
270
|
export { default as DollarSign } from './dollar-sign';
|
|
265
271
|
export { default as DownloadCloud } from './download-cloud';
|
|
@@ -274,6 +280,7 @@ export { default as Edit2 } from './edit-2';
|
|
|
274
280
|
export { default as Edit3 } from './edit-3';
|
|
275
281
|
export { default as Edit } from './edit';
|
|
276
282
|
export { default as EggFried } from './egg-fried';
|
|
283
|
+
export { default as EggOff } from './egg-off';
|
|
277
284
|
export { default as Egg } from './egg';
|
|
278
285
|
export { default as EqualNot } from './equal-not';
|
|
279
286
|
export { default as Equal } from './equal';
|
|
@@ -355,6 +362,7 @@ export { default as Flag } from './flag';
|
|
|
355
362
|
export { default as Flame } from './flame';
|
|
356
363
|
export { default as FlashlightOff } from './flashlight-off';
|
|
357
364
|
export { default as Flashlight } from './flashlight';
|
|
365
|
+
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
358
366
|
export { default as FlaskConical } from './flask-conical';
|
|
359
367
|
export { default as FlaskRound } from './flask-round';
|
|
360
368
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
@@ -448,6 +456,8 @@ export { default as Hexagon } from './hexagon';
|
|
|
448
456
|
export { default as Highlighter } from './highlighter';
|
|
449
457
|
export { default as History } from './history';
|
|
450
458
|
export { default as Home } from './home';
|
|
459
|
+
export { default as HopOff } from './hop-off';
|
|
460
|
+
export { default as Hop } from './hop';
|
|
451
461
|
export { default as Hourglass } from './hourglass';
|
|
452
462
|
export { default as IceCream } from './ice-cream';
|
|
453
463
|
export { default as ImageMinus } from './image-minus';
|
|
@@ -545,6 +555,8 @@ export { default as Mic } from './mic';
|
|
|
545
555
|
export { default as Microscope } from './microscope';
|
|
546
556
|
export { default as Microwave } from './microwave';
|
|
547
557
|
export { default as Milestone } from './milestone';
|
|
558
|
+
export { default as MilkOff } from './milk-off';
|
|
559
|
+
export { default as Milk } from './milk';
|
|
548
560
|
export { default as Minimize2 } from './minimize-2';
|
|
549
561
|
export { default as Minimize } from './minimize';
|
|
550
562
|
export { default as MinusCircle } from './minus-circle';
|
|
@@ -578,6 +590,8 @@ export { default as NavigationOff } from './navigation-off';
|
|
|
578
590
|
export { default as Navigation } from './navigation';
|
|
579
591
|
export { default as Network } from './network';
|
|
580
592
|
export { default as Newspaper } from './newspaper';
|
|
593
|
+
export { default as NutOff } from './nut-off';
|
|
594
|
+
export { default as Nut } from './nut';
|
|
581
595
|
export { default as Octagon } from './octagon';
|
|
582
596
|
export { default as Option } from './option';
|
|
583
597
|
export { default as Outdent } from './outdent';
|
|
@@ -811,6 +825,7 @@ export { default as User } from './user';
|
|
|
811
825
|
export { default as Users } from './users';
|
|
812
826
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
813
827
|
export { default as Utensils } from './utensils';
|
|
828
|
+
export { default as Vegan } from './vegan';
|
|
814
829
|
export { default as VenetianMask } from './venetian-mask';
|
|
815
830
|
export { default as Verified } from './verified';
|
|
816
831
|
export { default as VibrateOff } from './vibrate-off';
|
|
@@ -830,9 +845,12 @@ export { default as Watch } from './watch';
|
|
|
830
845
|
export { default as Waves } from './waves';
|
|
831
846
|
export { default as Webcam } from './webcam';
|
|
832
847
|
export { default as Webhook } from './webhook';
|
|
848
|
+
export { default as WheatOff } from './wheat-off';
|
|
849
|
+
export { default as Wheat } from './wheat';
|
|
833
850
|
export { default as WifiOff } from './wifi-off';
|
|
834
851
|
export { default as Wifi } from './wifi';
|
|
835
852
|
export { default as Wind } from './wind';
|
|
853
|
+
export { default as WineOff } from './wine-off';
|
|
836
854
|
export { default as Wine } from './wine';
|
|
837
855
|
export { default as WrapText } from './wrap-text';
|
|
838
856
|
export { default as Wrench } from './wrench';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var MilkOff = createReactComponent('MilkOff', [['path', {
|
|
3
|
+
d: 'M8 2h8',
|
|
4
|
+
key: '1ssgc1'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3',
|
|
7
|
+
key: 'y0ejgx'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435',
|
|
10
|
+
key: 'iaxqsy'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '2',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '22',
|
|
15
|
+
y2: '22',
|
|
16
|
+
key: '1w4vcy'
|
|
17
|
+
}]]);
|
|
18
|
+
export default MilkOff;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Milk = createReactComponent('Milk', [['path', {
|
|
3
|
+
d: 'M8 2h8',
|
|
4
|
+
key: '1ssgc1'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2',
|
|
7
|
+
key: 'qtp12x'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0',
|
|
10
|
+
key: 'ygeh44'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Milk;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var NutOff = createReactComponent('NutOff', [['path', {
|
|
3
|
+
d: 'M12 4V2',
|
|
4
|
+
key: '1k5q1u'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939',
|
|
7
|
+
key: '1xcvy9'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M19 10v3.343',
|
|
10
|
+
key: '163tfc'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192',
|
|
13
|
+
key: '17914v'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '2',
|
|
16
|
+
y1: '2',
|
|
17
|
+
x2: '22',
|
|
18
|
+
y2: '22',
|
|
19
|
+
key: '1w4vcy'
|
|
20
|
+
}]]);
|
|
21
|
+
export default NutOff;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Nut = createReactComponent('Nut', [['path', {
|
|
3
|
+
d: 'M12 4V2',
|
|
4
|
+
key: '1k5q1u'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4',
|
|
7
|
+
key: '1tgyif'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z',
|
|
10
|
+
key: 'tnsqj'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Nut;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Vegan = createReactComponent('Vegan', [['path', {
|
|
3
|
+
d: 'M2 2c4.056 3.007 9.232 9.337 10 20 .897-6.818 1.5-9.5 4-14',
|
|
4
|
+
key: 'eao96d'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M20.375 6.533A9.953 9.953 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c2.003 0 3.869.589 5.433 1.603',
|
|
7
|
+
key: 'fbotu5'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M17.104 4c-1.002 1.274-1.146 2.586-1.1 4 1.9-.1 3.003-.201 4.3-1.4 1.406-1.3 1.6-2.3 1.7-4.6-2.7.1-3.623.375-4.9 2Z',
|
|
10
|
+
key: '14agoq'
|
|
11
|
+
}]]);
|
|
12
|
+
export default Vegan;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var WheatOff = createReactComponent('WheatOff', [['path', {
|
|
3
|
+
d: 'm2 22 10-10',
|
|
4
|
+
key: '28ilpk'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'm16 8-1.17 1.17',
|
|
7
|
+
key: '1qqm82'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z',
|
|
10
|
+
key: '1rdhi6'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'm8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97',
|
|
13
|
+
key: '4wz8re'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62',
|
|
16
|
+
key: 'rves66'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z',
|
|
19
|
+
key: '19rau1'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z',
|
|
22
|
+
key: 'tc8ph9'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'm16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98',
|
|
25
|
+
key: 'ak46r'
|
|
26
|
+
}], ['path', {
|
|
27
|
+
d: 'M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28',
|
|
28
|
+
key: '1tw520'
|
|
29
|
+
}], ['line', {
|
|
30
|
+
x1: '2',
|
|
31
|
+
y1: '2',
|
|
32
|
+
x2: '22',
|
|
33
|
+
y2: '22',
|
|
34
|
+
key: '1w4vcy'
|
|
35
|
+
}]]);
|
|
36
|
+
export default WheatOff;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Wheat = createReactComponent('Wheat', [['path', {
|
|
3
|
+
d: 'M2 22 16 8',
|
|
4
|
+
key: '60hf96'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z',
|
|
7
|
+
key: '1rdhi6'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z',
|
|
10
|
+
key: '1sdzmb'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z',
|
|
13
|
+
key: 'eoatbi'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z',
|
|
16
|
+
key: '19rau1'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z',
|
|
19
|
+
key: 'tc8ph9'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z',
|
|
22
|
+
key: '2m8kc5'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z',
|
|
25
|
+
key: 'vex3ng'
|
|
26
|
+
}]]);
|
|
27
|
+
export default Wheat;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var WineOff = createReactComponent('WineOff', [['path', {
|
|
3
|
+
d: 'M8 22h8',
|
|
4
|
+
key: 'rmew8v'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M7 10h3m7 0h-1.343',
|
|
7
|
+
key: 'v48bem'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 15v7',
|
|
10
|
+
key: 't2xh3l'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198',
|
|
13
|
+
key: '1ymjlu'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '2',
|
|
16
|
+
y1: '2',
|
|
17
|
+
x2: '22',
|
|
18
|
+
y2: '22',
|
|
19
|
+
key: '1w4vcy'
|
|
20
|
+
}]]);
|
|
21
|
+
export default WineOff;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -101,6 +101,8 @@ export declare const BatteryLow: (props: LucideProps) => JSX.Element;
|
|
|
101
101
|
export declare const BatteryMedium: (props: LucideProps) => JSX.Element;
|
|
102
102
|
export declare const Battery: (props: LucideProps) => JSX.Element;
|
|
103
103
|
export declare const Beaker: (props: LucideProps) => JSX.Element;
|
|
104
|
+
export declare const BeanOff: (props: LucideProps) => JSX.Element;
|
|
105
|
+
export declare const Bean: (props: LucideProps) => JSX.Element;
|
|
104
106
|
export declare const BedDouble: (props: LucideProps) => JSX.Element;
|
|
105
107
|
export declare const BedSingle: (props: LucideProps) => JSX.Element;
|
|
106
108
|
export declare const Bed: (props: LucideProps) => JSX.Element;
|
|
@@ -153,6 +155,8 @@ export declare const CalendarX: (props: LucideProps) => JSX.Element;
|
|
|
153
155
|
export declare const Calendar: (props: LucideProps) => JSX.Element;
|
|
154
156
|
export declare const CameraOff: (props: LucideProps) => JSX.Element;
|
|
155
157
|
export declare const Camera: (props: LucideProps) => JSX.Element;
|
|
158
|
+
export declare const CandyOff: (props: LucideProps) => JSX.Element;
|
|
159
|
+
export declare const Candy: (props: LucideProps) => JSX.Element;
|
|
156
160
|
export declare const Car: (props: LucideProps) => JSX.Element;
|
|
157
161
|
export declare const Carrot: (props: LucideProps) => JSX.Element;
|
|
158
162
|
export declare const Cast: (props: LucideProps) => JSX.Element;
|
|
@@ -275,6 +279,8 @@ export declare const Disc: (props: LucideProps) => JSX.Element;
|
|
|
275
279
|
export declare const DivideCircle: (props: LucideProps) => JSX.Element;
|
|
276
280
|
export declare const DivideSquare: (props: LucideProps) => JSX.Element;
|
|
277
281
|
export declare const Divide: (props: LucideProps) => JSX.Element;
|
|
282
|
+
export declare const DnaOff: (props: LucideProps) => JSX.Element;
|
|
283
|
+
export declare const Dna: (props: LucideProps) => JSX.Element;
|
|
278
284
|
export declare const Dog: (props: LucideProps) => JSX.Element;
|
|
279
285
|
export declare const DollarSign: (props: LucideProps) => JSX.Element;
|
|
280
286
|
export declare const DownloadCloud: (props: LucideProps) => JSX.Element;
|
|
@@ -289,6 +295,7 @@ export declare const Edit2: (props: LucideProps) => JSX.Element;
|
|
|
289
295
|
export declare const Edit3: (props: LucideProps) => JSX.Element;
|
|
290
296
|
export declare const Edit: (props: LucideProps) => JSX.Element;
|
|
291
297
|
export declare const EggFried: (props: LucideProps) => JSX.Element;
|
|
298
|
+
export declare const EggOff: (props: LucideProps) => JSX.Element;
|
|
292
299
|
export declare const Egg: (props: LucideProps) => JSX.Element;
|
|
293
300
|
export declare const EqualNot: (props: LucideProps) => JSX.Element;
|
|
294
301
|
export declare const Equal: (props: LucideProps) => JSX.Element;
|
|
@@ -370,6 +377,7 @@ export declare const Flag: (props: LucideProps) => JSX.Element;
|
|
|
370
377
|
export declare const Flame: (props: LucideProps) => JSX.Element;
|
|
371
378
|
export declare const FlashlightOff: (props: LucideProps) => JSX.Element;
|
|
372
379
|
export declare const Flashlight: (props: LucideProps) => JSX.Element;
|
|
380
|
+
export declare const FlaskConicalOff: (props: LucideProps) => JSX.Element;
|
|
373
381
|
export declare const FlaskConical: (props: LucideProps) => JSX.Element;
|
|
374
382
|
export declare const FlaskRound: (props: LucideProps) => JSX.Element;
|
|
375
383
|
export declare const FlipHorizontal2: (props: LucideProps) => JSX.Element;
|
|
@@ -463,6 +471,8 @@ export declare const Hexagon: (props: LucideProps) => JSX.Element;
|
|
|
463
471
|
export declare const Highlighter: (props: LucideProps) => JSX.Element;
|
|
464
472
|
export declare const History: (props: LucideProps) => JSX.Element;
|
|
465
473
|
export declare const Home: (props: LucideProps) => JSX.Element;
|
|
474
|
+
export declare const HopOff: (props: LucideProps) => JSX.Element;
|
|
475
|
+
export declare const Hop: (props: LucideProps) => JSX.Element;
|
|
466
476
|
export declare const Hourglass: (props: LucideProps) => JSX.Element;
|
|
467
477
|
export declare const IceCream: (props: LucideProps) => JSX.Element;
|
|
468
478
|
export declare const ImageMinus: (props: LucideProps) => JSX.Element;
|
|
@@ -560,6 +570,8 @@ export declare const Mic: (props: LucideProps) => JSX.Element;
|
|
|
560
570
|
export declare const Microscope: (props: LucideProps) => JSX.Element;
|
|
561
571
|
export declare const Microwave: (props: LucideProps) => JSX.Element;
|
|
562
572
|
export declare const Milestone: (props: LucideProps) => JSX.Element;
|
|
573
|
+
export declare const MilkOff: (props: LucideProps) => JSX.Element;
|
|
574
|
+
export declare const Milk: (props: LucideProps) => JSX.Element;
|
|
563
575
|
export declare const Minimize2: (props: LucideProps) => JSX.Element;
|
|
564
576
|
export declare const Minimize: (props: LucideProps) => JSX.Element;
|
|
565
577
|
export declare const MinusCircle: (props: LucideProps) => JSX.Element;
|
|
@@ -593,6 +605,8 @@ export declare const NavigationOff: (props: LucideProps) => JSX.Element;
|
|
|
593
605
|
export declare const Navigation: (props: LucideProps) => JSX.Element;
|
|
594
606
|
export declare const Network: (props: LucideProps) => JSX.Element;
|
|
595
607
|
export declare const Newspaper: (props: LucideProps) => JSX.Element;
|
|
608
|
+
export declare const NutOff: (props: LucideProps) => JSX.Element;
|
|
609
|
+
export declare const Nut: (props: LucideProps) => JSX.Element;
|
|
596
610
|
export declare const Octagon: (props: LucideProps) => JSX.Element;
|
|
597
611
|
export declare const Option: (props: LucideProps) => JSX.Element;
|
|
598
612
|
export declare const Outdent: (props: LucideProps) => JSX.Element;
|
|
@@ -826,6 +840,7 @@ export declare const User: (props: LucideProps) => JSX.Element;
|
|
|
826
840
|
export declare const Users: (props: LucideProps) => JSX.Element;
|
|
827
841
|
export declare const UtensilsCrossed: (props: LucideProps) => JSX.Element;
|
|
828
842
|
export declare const Utensils: (props: LucideProps) => JSX.Element;
|
|
843
|
+
export declare const Vegan: (props: LucideProps) => JSX.Element;
|
|
829
844
|
export declare const VenetianMask: (props: LucideProps) => JSX.Element;
|
|
830
845
|
export declare const Verified: (props: LucideProps) => JSX.Element;
|
|
831
846
|
export declare const VibrateOff: (props: LucideProps) => JSX.Element;
|
|
@@ -845,9 +860,12 @@ export declare const Watch: (props: LucideProps) => JSX.Element;
|
|
|
845
860
|
export declare const Waves: (props: LucideProps) => JSX.Element;
|
|
846
861
|
export declare const Webcam: (props: LucideProps) => JSX.Element;
|
|
847
862
|
export declare const Webhook: (props: LucideProps) => JSX.Element;
|
|
863
|
+
export declare const WheatOff: (props: LucideProps) => JSX.Element;
|
|
864
|
+
export declare const Wheat: (props: LucideProps) => JSX.Element;
|
|
848
865
|
export declare const WifiOff: (props: LucideProps) => JSX.Element;
|
|
849
866
|
export declare const Wifi: (props: LucideProps) => JSX.Element;
|
|
850
867
|
export declare const Wind: (props: LucideProps) => JSX.Element;
|
|
868
|
+
export declare const WineOff: (props: LucideProps) => JSX.Element;
|
|
851
869
|
export declare const Wine: (props: LucideProps) => JSX.Element;
|
|
852
870
|
export declare const WrapText: (props: LucideProps) => JSX.Element;
|
|
853
871
|
export declare const Wrench: (props: LucideProps) => JSX.Element;
|