lucide-react 0.40.0 → 0.43.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 +36 -20
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/cpu.js +17 -17
- package/dist/esm/icons/delete.js +2 -2
- package/dist/esm/icons/factory.js +15 -0
- package/dist/esm/icons/index.js +1 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +36 -20
- 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/esm/icons/cpu.js
CHANGED
|
@@ -15,51 +15,51 @@ var Cpu = createReactComponent('Cpu', [['rect', {
|
|
|
15
15
|
key: 'o3kz5p'
|
|
16
16
|
}], ['line', {
|
|
17
17
|
x1: '9',
|
|
18
|
-
y1: '
|
|
18
|
+
y1: '2',
|
|
19
19
|
x2: '9',
|
|
20
20
|
y2: '4',
|
|
21
|
-
key: '
|
|
21
|
+
key: '1tcqwn'
|
|
22
22
|
}], ['line', {
|
|
23
23
|
x1: '15',
|
|
24
|
-
y1: '
|
|
24
|
+
y1: '2',
|
|
25
25
|
x2: '15',
|
|
26
26
|
y2: '4',
|
|
27
|
-
key: '
|
|
27
|
+
key: '1yvlak'
|
|
28
28
|
}], ['line', {
|
|
29
29
|
x1: '9',
|
|
30
|
-
y1: '
|
|
30
|
+
y1: '21',
|
|
31
31
|
x2: '9',
|
|
32
|
-
y2: '
|
|
33
|
-
key: '
|
|
32
|
+
y2: '22',
|
|
33
|
+
key: 'tuhu08'
|
|
34
34
|
}], ['line', {
|
|
35
35
|
x1: '15',
|
|
36
36
|
y1: '20',
|
|
37
37
|
x2: '15',
|
|
38
|
-
y2: '
|
|
39
|
-
key: '
|
|
38
|
+
y2: '22',
|
|
39
|
+
key: '1o5cyu'
|
|
40
40
|
}], ['line', {
|
|
41
41
|
x1: '20',
|
|
42
42
|
y1: '9',
|
|
43
|
-
x2: '
|
|
43
|
+
x2: '22',
|
|
44
44
|
y2: '9',
|
|
45
|
-
key: '
|
|
45
|
+
key: 'b8rlm1'
|
|
46
46
|
}], ['line', {
|
|
47
47
|
x1: '20',
|
|
48
48
|
y1: '14',
|
|
49
|
-
x2: '
|
|
49
|
+
x2: '22',
|
|
50
50
|
y2: '14',
|
|
51
|
-
key: '
|
|
51
|
+
key: '1mk8c1'
|
|
52
52
|
}], ['line', {
|
|
53
|
-
x1: '
|
|
53
|
+
x1: '2',
|
|
54
54
|
y1: '9',
|
|
55
55
|
x2: '4',
|
|
56
56
|
y2: '9',
|
|
57
|
-
key: '
|
|
57
|
+
key: 'bt7uvh'
|
|
58
58
|
}], ['line', {
|
|
59
|
-
x1: '
|
|
59
|
+
x1: '2',
|
|
60
60
|
y1: '14',
|
|
61
61
|
x2: '4',
|
|
62
62
|
y2: '14',
|
|
63
|
-
key: '
|
|
63
|
+
key: 'hp71sd'
|
|
64
64
|
}]]);
|
|
65
65
|
export default Cpu;
|
package/dist/esm/icons/delete.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Delete = createReactComponent('Delete', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
|
|
4
|
+
key: '1bsr2m'
|
|
5
5
|
}], ['line', {
|
|
6
6
|
x1: '18',
|
|
7
7
|
y1: '9',
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Factory = createReactComponent('Factory', [['path', {
|
|
3
|
+
d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
|
|
4
|
+
key: '159hny'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M17 18h1',
|
|
7
|
+
key: 'uldtlt'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M12 18h1',
|
|
10
|
+
key: 's9uhes'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M7 18h1',
|
|
13
|
+
key: '1neino'
|
|
14
|
+
}]]);
|
|
15
|
+
export default Factory;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -219,6 +219,7 @@ export { default as ExternalLink } from './external-link';
|
|
|
219
219
|
export { default as EyeOff } from './eye-off';
|
|
220
220
|
export { default as Eye } from './eye';
|
|
221
221
|
export { default as Facebook } from './facebook';
|
|
222
|
+
export { default as Factory } from './factory';
|
|
222
223
|
export { default as FastForward } from './fast-forward';
|
|
223
224
|
export { default as Feather } from './feather';
|
|
224
225
|
export { default as Figma } from './figma';
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -234,6 +234,7 @@ export declare const ExternalLink: (props: LucideProps) => JSX.Element;
|
|
|
234
234
|
export declare const EyeOff: (props: LucideProps) => JSX.Element;
|
|
235
235
|
export declare const Eye: (props: LucideProps) => JSX.Element;
|
|
236
236
|
export declare const Facebook: (props: LucideProps) => JSX.Element;
|
|
237
|
+
export declare const Factory: (props: LucideProps) => JSX.Element;
|
|
237
238
|
export declare const FastForward: (props: LucideProps) => JSX.Element;
|
|
238
239
|
export declare const Feather: (props: LucideProps) => JSX.Element;
|
|
239
240
|
export declare const Figma: (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.43.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -3092,52 +3092,52 @@
|
|
|
3092
3092
|
key: 'o3kz5p'
|
|
3093
3093
|
}], ['line', {
|
|
3094
3094
|
x1: '9',
|
|
3095
|
-
y1: '
|
|
3095
|
+
y1: '2',
|
|
3096
3096
|
x2: '9',
|
|
3097
3097
|
y2: '4',
|
|
3098
|
-
key: '
|
|
3098
|
+
key: '1tcqwn'
|
|
3099
3099
|
}], ['line', {
|
|
3100
3100
|
x1: '15',
|
|
3101
|
-
y1: '
|
|
3101
|
+
y1: '2',
|
|
3102
3102
|
x2: '15',
|
|
3103
3103
|
y2: '4',
|
|
3104
|
-
key: '
|
|
3104
|
+
key: '1yvlak'
|
|
3105
3105
|
}], ['line', {
|
|
3106
3106
|
x1: '9',
|
|
3107
|
-
y1: '
|
|
3107
|
+
y1: '21',
|
|
3108
3108
|
x2: '9',
|
|
3109
|
-
y2: '
|
|
3110
|
-
key: '
|
|
3109
|
+
y2: '22',
|
|
3110
|
+
key: 'tuhu08'
|
|
3111
3111
|
}], ['line', {
|
|
3112
3112
|
x1: '15',
|
|
3113
3113
|
y1: '20',
|
|
3114
3114
|
x2: '15',
|
|
3115
|
-
y2: '
|
|
3116
|
-
key: '
|
|
3115
|
+
y2: '22',
|
|
3116
|
+
key: '1o5cyu'
|
|
3117
3117
|
}], ['line', {
|
|
3118
3118
|
x1: '20',
|
|
3119
3119
|
y1: '9',
|
|
3120
|
-
x2: '
|
|
3120
|
+
x2: '22',
|
|
3121
3121
|
y2: '9',
|
|
3122
|
-
key: '
|
|
3122
|
+
key: 'b8rlm1'
|
|
3123
3123
|
}], ['line', {
|
|
3124
3124
|
x1: '20',
|
|
3125
3125
|
y1: '14',
|
|
3126
|
-
x2: '
|
|
3126
|
+
x2: '22',
|
|
3127
3127
|
y2: '14',
|
|
3128
|
-
key: '
|
|
3128
|
+
key: '1mk8c1'
|
|
3129
3129
|
}], ['line', {
|
|
3130
|
-
x1: '
|
|
3130
|
+
x1: '2',
|
|
3131
3131
|
y1: '9',
|
|
3132
3132
|
x2: '4',
|
|
3133
3133
|
y2: '9',
|
|
3134
|
-
key: '
|
|
3134
|
+
key: 'bt7uvh'
|
|
3135
3135
|
}], ['line', {
|
|
3136
|
-
x1: '
|
|
3136
|
+
x1: '2',
|
|
3137
3137
|
y1: '14',
|
|
3138
3138
|
x2: '4',
|
|
3139
3139
|
y2: '14',
|
|
3140
|
-
key: '
|
|
3140
|
+
key: 'hp71sd'
|
|
3141
3141
|
}]]);
|
|
3142
3142
|
var Cpu$1 = Cpu;
|
|
3143
3143
|
|
|
@@ -3258,8 +3258,8 @@
|
|
|
3258
3258
|
var Database$1 = Database;
|
|
3259
3259
|
|
|
3260
3260
|
var Delete = createReactComponent('Delete', [['path', {
|
|
3261
|
-
d: '
|
|
3262
|
-
key: '
|
|
3261
|
+
d: 'M20 5H9L2 12l7 7H20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Z',
|
|
3262
|
+
key: '1bsr2m'
|
|
3263
3263
|
}], ['line', {
|
|
3264
3264
|
x1: '18',
|
|
3265
3265
|
y1: '9',
|
|
@@ -3717,6 +3717,21 @@
|
|
|
3717
3717
|
}]]);
|
|
3718
3718
|
var Facebook$1 = Facebook;
|
|
3719
3719
|
|
|
3720
|
+
var Factory = createReactComponent('Factory', [['path', {
|
|
3721
|
+
d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z',
|
|
3722
|
+
key: '159hny'
|
|
3723
|
+
}], ['path', {
|
|
3724
|
+
d: 'M17 18h1',
|
|
3725
|
+
key: 'uldtlt'
|
|
3726
|
+
}], ['path', {
|
|
3727
|
+
d: 'M12 18h1',
|
|
3728
|
+
key: 's9uhes'
|
|
3729
|
+
}], ['path', {
|
|
3730
|
+
d: 'M7 18h1',
|
|
3731
|
+
key: '1neino'
|
|
3732
|
+
}]]);
|
|
3733
|
+
var Factory$1 = Factory;
|
|
3734
|
+
|
|
3720
3735
|
var FastForward = createReactComponent('FastForward', [['polygon', {
|
|
3721
3736
|
points: '13 19 22 12 13 5 13 19',
|
|
3722
3737
|
key: '587y9g'
|
|
@@ -10270,6 +10285,7 @@
|
|
|
10270
10285
|
exports.Eye = Eye$1;
|
|
10271
10286
|
exports.EyeOff = EyeOff$1;
|
|
10272
10287
|
exports.Facebook = Facebook$1;
|
|
10288
|
+
exports.Factory = Factory$1;
|
|
10273
10289
|
exports.FastForward = FastForward$1;
|
|
10274
10290
|
exports.Feather = Feather$1;
|
|
10275
10291
|
exports.Figma = Figma$1;
|