lucide-react 0.49.0 → 0.52.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 +363 -12
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/calendar-check-2.js +27 -0
- package/dist/esm/icons/calendar-check.js +32 -0
- package/dist/esm/icons/calendar-days.js +47 -0
- package/dist/esm/icons/calendar-minus.js +30 -0
- package/dist/esm/icons/calendar-off.js +24 -0
- package/dist/esm/icons/calendar-plus.js +36 -0
- package/dist/esm/icons/calendar-range.js +41 -0
- package/dist/esm/icons/calendar-x-2.js +36 -0
- package/dist/esm/icons/calendar-x.js +41 -0
- package/dist/esm/icons/index.js +10 -0
- package/dist/esm/icons/pin-off.js +21 -0
- package/dist/esm/icons/pin.js +8 -8
- package/dist/esm/icons/thumbs-down.js +5 -2
- package/dist/esm/icons/thumbs-up.js +5 -2
- package/dist/lucide-react.d.ts +10 -0
- package/dist/umd/lucide-react.js +363 -12
- 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,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarCheck2 = createReactComponent('CalendarCheck2', [['path', {
|
|
3
|
+
d: 'M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: 'bce9hv'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'm16 20 2 2 4-4',
|
|
25
|
+
key: '13tcca'
|
|
26
|
+
}]]);
|
|
27
|
+
export default CalendarCheck2;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarCheck = createReactComponent('CalendarCheck', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'm9 16 2 2 4-4',
|
|
30
|
+
key: '19s6y9'
|
|
31
|
+
}]]);
|
|
32
|
+
export default CalendarCheck;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarDays = createReactComponent('CalendarDays', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'M8 14h.01',
|
|
30
|
+
key: '6423bh'
|
|
31
|
+
}], ['path', {
|
|
32
|
+
d: 'M12 14h.01',
|
|
33
|
+
key: '1etili'
|
|
34
|
+
}], ['path', {
|
|
35
|
+
d: 'M16 14h.01',
|
|
36
|
+
key: '1gbofw'
|
|
37
|
+
}], ['path', {
|
|
38
|
+
d: 'M8 18h.01',
|
|
39
|
+
key: 'lrp35t'
|
|
40
|
+
}], ['path', {
|
|
41
|
+
d: 'M12 18h.01',
|
|
42
|
+
key: 'mhygvu'
|
|
43
|
+
}], ['path', {
|
|
44
|
+
d: 'M16 18h.01',
|
|
45
|
+
key: 'kzsmim'
|
|
46
|
+
}]]);
|
|
47
|
+
export default CalendarDays;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarMinus = createReactComponent('CalendarMinus', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '16',
|
|
25
|
+
y1: '19',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '19',
|
|
28
|
+
key: 'qkgpxo'
|
|
29
|
+
}]]);
|
|
30
|
+
export default CalendarMinus;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarOff = createReactComponent('CalendarOff', [['path', {
|
|
3
|
+
d: 'M4.18 4.18A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18',
|
|
4
|
+
key: '1feomx'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M21 15.5V6a2 2 0 0 0-2-2H9.5',
|
|
7
|
+
key: 'yhw86o'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M16 2v4',
|
|
10
|
+
key: '4m81vk'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M3 10h7',
|
|
13
|
+
key: '1wap6i'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M21 10h-5.5',
|
|
16
|
+
key: 'quycpq'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '2',
|
|
19
|
+
y1: '2',
|
|
20
|
+
x2: '22',
|
|
21
|
+
y2: '22',
|
|
22
|
+
key: '1w4vcy'
|
|
23
|
+
}]]);
|
|
24
|
+
export default CalendarOff;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarPlus = createReactComponent('CalendarPlus', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '19',
|
|
25
|
+
y1: '16',
|
|
26
|
+
x2: '19',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: '537lsc'
|
|
29
|
+
}], ['line', {
|
|
30
|
+
x1: '16',
|
|
31
|
+
y1: '19',
|
|
32
|
+
x2: '22',
|
|
33
|
+
y2: '19',
|
|
34
|
+
key: 'qkgpxo'
|
|
35
|
+
}]]);
|
|
36
|
+
export default CalendarPlus;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarRange = createReactComponent('CalendarRange', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['path', {
|
|
29
|
+
d: 'M17 14h-6',
|
|
30
|
+
key: 'bkmgh3'
|
|
31
|
+
}], ['path', {
|
|
32
|
+
d: 'M13 18H7',
|
|
33
|
+
key: 'bb0bb7'
|
|
34
|
+
}], ['path', {
|
|
35
|
+
d: 'M7 14h.01',
|
|
36
|
+
key: '1qa3f1'
|
|
37
|
+
}], ['path', {
|
|
38
|
+
d: 'M17 18h.01',
|
|
39
|
+
key: '1bdyru'
|
|
40
|
+
}]]);
|
|
41
|
+
export default CalendarRange;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarX2 = createReactComponent('CalendarX2', [['path', {
|
|
3
|
+
d: 'M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8',
|
|
4
|
+
key: '3spt84'
|
|
5
|
+
}], ['line', {
|
|
6
|
+
x1: '16',
|
|
7
|
+
y1: '2',
|
|
8
|
+
x2: '16',
|
|
9
|
+
y2: '6',
|
|
10
|
+
key: '18saeg'
|
|
11
|
+
}], ['line', {
|
|
12
|
+
x1: '8',
|
|
13
|
+
y1: '2',
|
|
14
|
+
x2: '8',
|
|
15
|
+
y2: '6',
|
|
16
|
+
key: '1u51jw'
|
|
17
|
+
}], ['line', {
|
|
18
|
+
x1: '3',
|
|
19
|
+
y1: '10',
|
|
20
|
+
x2: '21',
|
|
21
|
+
y2: '10',
|
|
22
|
+
key: '6sq0yj'
|
|
23
|
+
}], ['line', {
|
|
24
|
+
x1: '17',
|
|
25
|
+
y1: '17',
|
|
26
|
+
x2: '22',
|
|
27
|
+
y2: '22',
|
|
28
|
+
key: 'tvgkbv'
|
|
29
|
+
}], ['line', {
|
|
30
|
+
x1: '17',
|
|
31
|
+
y1: '22',
|
|
32
|
+
x2: '22',
|
|
33
|
+
y2: '17',
|
|
34
|
+
key: '1l23f3'
|
|
35
|
+
}]]);
|
|
36
|
+
export default CalendarX2;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CalendarX = createReactComponent('CalendarX', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '4',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '18',
|
|
7
|
+
rx: '2',
|
|
8
|
+
ry: '2',
|
|
9
|
+
key: '1dtxiw'
|
|
10
|
+
}], ['line', {
|
|
11
|
+
x1: '16',
|
|
12
|
+
y1: '2',
|
|
13
|
+
x2: '16',
|
|
14
|
+
y2: '6',
|
|
15
|
+
key: '18saeg'
|
|
16
|
+
}], ['line', {
|
|
17
|
+
x1: '8',
|
|
18
|
+
y1: '2',
|
|
19
|
+
x2: '8',
|
|
20
|
+
y2: '6',
|
|
21
|
+
key: '1u51jw'
|
|
22
|
+
}], ['line', {
|
|
23
|
+
x1: '3',
|
|
24
|
+
y1: '10',
|
|
25
|
+
x2: '21',
|
|
26
|
+
y2: '10',
|
|
27
|
+
key: '6sq0yj'
|
|
28
|
+
}], ['line', {
|
|
29
|
+
x1: '10',
|
|
30
|
+
y1: '14',
|
|
31
|
+
x2: '14',
|
|
32
|
+
y2: '18',
|
|
33
|
+
key: 'fs6roj'
|
|
34
|
+
}], ['line', {
|
|
35
|
+
x1: '14',
|
|
36
|
+
y1: '14',
|
|
37
|
+
x2: '10',
|
|
38
|
+
y2: '18',
|
|
39
|
+
key: '1kdrv6'
|
|
40
|
+
}]]);
|
|
41
|
+
export default CalendarX;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -102,6 +102,15 @@ export { default as Building2 } from './building-2';
|
|
|
102
102
|
export { default as Building } from './building';
|
|
103
103
|
export { default as Bus } from './bus';
|
|
104
104
|
export { default as Calculator } from './calculator';
|
|
105
|
+
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
106
|
+
export { default as CalendarCheck } from './calendar-check';
|
|
107
|
+
export { default as CalendarDays } from './calendar-days';
|
|
108
|
+
export { default as CalendarMinus } from './calendar-minus';
|
|
109
|
+
export { default as CalendarOff } from './calendar-off';
|
|
110
|
+
export { default as CalendarPlus } from './calendar-plus';
|
|
111
|
+
export { default as CalendarRange } from './calendar-range';
|
|
112
|
+
export { default as CalendarX2 } from './calendar-x-2';
|
|
113
|
+
export { default as CalendarX } from './calendar-x';
|
|
105
114
|
export { default as Calendar } from './calendar';
|
|
106
115
|
export { default as CameraOff } from './camera-off';
|
|
107
116
|
export { default as Camera } from './camera';
|
|
@@ -430,6 +439,7 @@ export { default as PhoneOutgoing } from './phone-outgoing';
|
|
|
430
439
|
export { default as Phone } from './phone';
|
|
431
440
|
export { default as PieChart } from './pie-chart';
|
|
432
441
|
export { default as PiggyBank } from './piggy-bank';
|
|
442
|
+
export { default as PinOff } from './pin-off';
|
|
433
443
|
export { default as Pin } from './pin';
|
|
434
444
|
export { default as Pipette } from './pipette';
|
|
435
445
|
export { default as Plane } from './plane';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var PinOff = createReactComponent('PinOff', [['line', {
|
|
3
|
+
x1: '2',
|
|
4
|
+
y1: '2',
|
|
5
|
+
x2: '22',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: '1w4vcy'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '12',
|
|
10
|
+
y1: '17',
|
|
11
|
+
x2: '12',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: 'fb3qrx'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17h12',
|
|
16
|
+
key: '13x2n8'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M15 9.34V6h1a2 2 0 0 0 0-4H7.89',
|
|
19
|
+
key: 'reo3ki'
|
|
20
|
+
}]]);
|
|
21
|
+
export default PinOff;
|
package/dist/esm/icons/pin.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
|
-
var Pin = createReactComponent('Pin', [['
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
var Pin = createReactComponent('Pin', [['line', {
|
|
3
|
+
x1: '12',
|
|
4
|
+
y1: '17',
|
|
5
|
+
x2: '12',
|
|
6
|
+
y2: '22',
|
|
7
|
+
key: 'fb3qrx'
|
|
5
8
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
8
|
-
}], ['path', {
|
|
9
|
-
d: 'M7 3h10',
|
|
10
|
-
key: '5tt5ne'
|
|
9
|
+
d: 'M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24Z',
|
|
10
|
+
key: '13yl11'
|
|
11
11
|
}]]);
|
|
12
12
|
export default Pin;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var ThumbsDown = createReactComponent('ThumbsDown', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M17 14V2',
|
|
4
|
+
key: '8ymqnk'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z',
|
|
7
|
+
key: 's6e0r'
|
|
5
8
|
}]]);
|
|
6
9
|
export default ThumbsDown;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var ThumbsUp = createReactComponent('ThumbsUp', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M7 10v12',
|
|
4
|
+
key: '1qc93n'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z',
|
|
7
|
+
key: 'y3tblf'
|
|
5
8
|
}]]);
|
|
6
9
|
export default ThumbsUp;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -117,6 +117,15 @@ export declare const Building2: (props: LucideProps) => JSX.Element;
|
|
|
117
117
|
export declare const Building: (props: LucideProps) => JSX.Element;
|
|
118
118
|
export declare const Bus: (props: LucideProps) => JSX.Element;
|
|
119
119
|
export declare const Calculator: (props: LucideProps) => JSX.Element;
|
|
120
|
+
export declare const CalendarCheck2: (props: LucideProps) => JSX.Element;
|
|
121
|
+
export declare const CalendarCheck: (props: LucideProps) => JSX.Element;
|
|
122
|
+
export declare const CalendarDays: (props: LucideProps) => JSX.Element;
|
|
123
|
+
export declare const CalendarMinus: (props: LucideProps) => JSX.Element;
|
|
124
|
+
export declare const CalendarOff: (props: LucideProps) => JSX.Element;
|
|
125
|
+
export declare const CalendarPlus: (props: LucideProps) => JSX.Element;
|
|
126
|
+
export declare const CalendarRange: (props: LucideProps) => JSX.Element;
|
|
127
|
+
export declare const CalendarX2: (props: LucideProps) => JSX.Element;
|
|
128
|
+
export declare const CalendarX: (props: LucideProps) => JSX.Element;
|
|
120
129
|
export declare const Calendar: (props: LucideProps) => JSX.Element;
|
|
121
130
|
export declare const CameraOff: (props: LucideProps) => JSX.Element;
|
|
122
131
|
export declare const Camera: (props: LucideProps) => JSX.Element;
|
|
@@ -445,6 +454,7 @@ export declare const PhoneOutgoing: (props: LucideProps) => JSX.Element;
|
|
|
445
454
|
export declare const Phone: (props: LucideProps) => JSX.Element;
|
|
446
455
|
export declare const PieChart: (props: LucideProps) => JSX.Element;
|
|
447
456
|
export declare const PiggyBank: (props: LucideProps) => JSX.Element;
|
|
457
|
+
export declare const PinOff: (props: LucideProps) => JSX.Element;
|
|
448
458
|
export declare const Pin: (props: LucideProps) => JSX.Element;
|
|
449
459
|
export declare const Pipette: (props: LucideProps) => JSX.Element;
|
|
450
460
|
export declare const Plane: (props: LucideProps) => JSX.Element;
|