lucide-react 0.20.0 → 0.26.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 +84 -16
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/building-2.js +24 -0
- package/dist/esm/icons/credit-card.js +8 -9
- package/dist/esm/icons/crop.js +4 -4
- package/dist/esm/icons/flag-off.js +15 -0
- package/dist/esm/icons/frame.js +27 -0
- package/dist/esm/icons/index.js +3 -0
- package/dist/esm/icons/map-pin.js +2 -2
- package/dist/lucide-react.d.ts +3 -0
- package/dist/umd/lucide-react.js +84 -16
- 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,24 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Building2 = createReactComponent('Building2', [['path', {
|
|
3
|
+
d: 'M6 22V4c0-.27 0-.55.07-.82.07-.27.2-.52.4-.72.19-.2.44-.32.7-.39C7.46 2 8.73 2 9 2h7c.27 0 .55 0 .82.07.27.07.52.2.72.4.2.19.32.44.39.7.07.28.07.56.07.83v18H6Z',
|
|
4
|
+
key: 'gm852m'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M2 14v6c0 1.1.9 2 2 2h2V12H4c-.27 0-.55 0-.82.07-.27.07-.52.2-.72.4-.19.19-.32.44-.39.71A3.4 3.4 0 0 0 2 14Z',
|
|
7
|
+
key: '12g3jd'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M20.82 9.07A3.4 3.4 0 0 0 20 9h-2v13h2a2 2 0 0 0 2-2v-9c0-.28 0-.55-.07-.82-.07-.27-.2-.52-.4-.72-.19-.19-.44-.32-.71-.39Z',
|
|
10
|
+
key: 'o1w3ll'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M10 6h4',
|
|
13
|
+
key: '1itunk'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M10 10h4',
|
|
16
|
+
key: 'tcdvrf'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M10 14h4',
|
|
19
|
+
key: 'kelpxr'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M10 18h4',
|
|
22
|
+
key: '1ulq68'
|
|
23
|
+
}]]);
|
|
24
|
+
export default Building2;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var CreditCard = createReactComponent('CreditCard', [['rect', {
|
|
3
|
-
x: '
|
|
4
|
-
y: '
|
|
5
|
-
width: '
|
|
6
|
-
height: '
|
|
3
|
+
x: '2',
|
|
4
|
+
y: '5',
|
|
5
|
+
width: '20',
|
|
6
|
+
height: '14',
|
|
7
7
|
rx: '2',
|
|
8
|
-
|
|
9
|
-
key: '11q156'
|
|
8
|
+
key: 'qneu4z'
|
|
10
9
|
}], ['line', {
|
|
11
|
-
x1: '
|
|
10
|
+
x1: '2',
|
|
12
11
|
y1: '10',
|
|
13
|
-
x2: '
|
|
12
|
+
x2: '22',
|
|
14
13
|
y2: '10',
|
|
15
|
-
key: '
|
|
14
|
+
key: '1ytoly'
|
|
16
15
|
}]]);
|
|
17
16
|
export default CreditCard;
|
package/dist/esm/icons/crop.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var Crop = createReactComponent('Crop', [['path', {
|
|
3
|
-
d: 'M6
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M6 2v14a2 2 0 0 0 2 2h14',
|
|
4
|
+
key: 'ron5a4'
|
|
5
5
|
}], ['path', {
|
|
6
|
-
d: '
|
|
7
|
-
key: '
|
|
6
|
+
d: 'M18 22V8a2 2 0 0 0-2-2H2',
|
|
7
|
+
key: '7s9ehn'
|
|
8
8
|
}]]);
|
|
9
9
|
export default Crop;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var FlagOff = createReactComponent('FlagOff', [['path', {
|
|
3
|
+
d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11',
|
|
4
|
+
key: '9rwyz9'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4',
|
|
7
|
+
key: '18jr0d'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '2',
|
|
10
|
+
y1: '2',
|
|
11
|
+
x2: '22',
|
|
12
|
+
y2: '22',
|
|
13
|
+
key: '1w4vcy'
|
|
14
|
+
}]]);
|
|
15
|
+
export default FlagOff;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Frame = createReactComponent('Frame', [['line', {
|
|
3
|
+
x1: '22',
|
|
4
|
+
y1: '6',
|
|
5
|
+
x2: '2',
|
|
6
|
+
y2: '6',
|
|
7
|
+
key: '181agm'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '22',
|
|
10
|
+
y1: '18',
|
|
11
|
+
x2: '2',
|
|
12
|
+
y2: '18',
|
|
13
|
+
key: '12x4ne'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '6',
|
|
16
|
+
y1: '2',
|
|
17
|
+
x2: '6',
|
|
18
|
+
y2: '22',
|
|
19
|
+
key: 'gjs6u1'
|
|
20
|
+
}], ['line', {
|
|
21
|
+
x1: '18',
|
|
22
|
+
y1: '2',
|
|
23
|
+
x2: '18',
|
|
24
|
+
y2: '22',
|
|
25
|
+
key: '1hbgm0'
|
|
26
|
+
}]]);
|
|
27
|
+
export default Frame;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -93,6 +93,7 @@ export { default as Box } from './box';
|
|
|
93
93
|
export { default as Briefcase } from './briefcase';
|
|
94
94
|
export { default as Brush } from './brush';
|
|
95
95
|
export { default as Bug } from './bug';
|
|
96
|
+
export { default as Building2 } from './building-2';
|
|
96
97
|
export { default as Building } from './building';
|
|
97
98
|
export { default as Bus } from './bus';
|
|
98
99
|
export { default as Calculator } from './calculator';
|
|
@@ -235,6 +236,7 @@ export { default as File } from './file';
|
|
|
235
236
|
export { default as Files } from './files';
|
|
236
237
|
export { default as Film } from './film';
|
|
237
238
|
export { default as Filter } from './filter';
|
|
239
|
+
export { default as FlagOff } from './flag-off';
|
|
238
240
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
239
241
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
240
242
|
export { default as Flag } from './flag';
|
|
@@ -249,6 +251,7 @@ export { default as FolderPlus } from './folder-plus';
|
|
|
249
251
|
export { default as Folder } from './folder';
|
|
250
252
|
export { default as FormInput } from './form-input';
|
|
251
253
|
export { default as Forward } from './forward';
|
|
254
|
+
export { default as Frame } from './frame';
|
|
252
255
|
export { default as Framer } from './framer';
|
|
253
256
|
export { default as Frown } from './frown';
|
|
254
257
|
export { default as FunctionSquare } from './function-square';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import createReactComponent from '../createReactComponent';
|
|
2
2
|
var MapPin = createReactComponent('MapPin', [['path', {
|
|
3
|
-
d: '
|
|
4
|
-
key: '
|
|
3
|
+
d: 'M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z',
|
|
4
|
+
key: '1510lq'
|
|
5
5
|
}], ['circle', {
|
|
6
6
|
cx: '12',
|
|
7
7
|
cy: '10',
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -108,6 +108,7 @@ export declare const Box: (props: LucideProps) => JSX.Element;
|
|
|
108
108
|
export declare const Briefcase: (props: LucideProps) => JSX.Element;
|
|
109
109
|
export declare const Brush: (props: LucideProps) => JSX.Element;
|
|
110
110
|
export declare const Bug: (props: LucideProps) => JSX.Element;
|
|
111
|
+
export declare const Building2: (props: LucideProps) => JSX.Element;
|
|
111
112
|
export declare const Building: (props: LucideProps) => JSX.Element;
|
|
112
113
|
export declare const Bus: (props: LucideProps) => JSX.Element;
|
|
113
114
|
export declare const Calculator: (props: LucideProps) => JSX.Element;
|
|
@@ -250,6 +251,7 @@ export declare const File: (props: LucideProps) => JSX.Element;
|
|
|
250
251
|
export declare const Files: (props: LucideProps) => JSX.Element;
|
|
251
252
|
export declare const Film: (props: LucideProps) => JSX.Element;
|
|
252
253
|
export declare const Filter: (props: LucideProps) => JSX.Element;
|
|
254
|
+
export declare const FlagOff: (props: LucideProps) => JSX.Element;
|
|
253
255
|
export declare const FlagTriangleLeft: (props: LucideProps) => JSX.Element;
|
|
254
256
|
export declare const FlagTriangleRight: (props: LucideProps) => JSX.Element;
|
|
255
257
|
export declare const Flag: (props: LucideProps) => JSX.Element;
|
|
@@ -264,6 +266,7 @@ export declare const FolderPlus: (props: LucideProps) => JSX.Element;
|
|
|
264
266
|
export declare const Folder: (props: LucideProps) => JSX.Element;
|
|
265
267
|
export declare const FormInput: (props: LucideProps) => JSX.Element;
|
|
266
268
|
export declare const Forward: (props: LucideProps) => JSX.Element;
|
|
269
|
+
export declare const Frame: (props: LucideProps) => JSX.Element;
|
|
267
270
|
export declare const Framer: (props: LucideProps) => JSX.Element;
|
|
268
271
|
export declare const Frown: (props: LucideProps) => JSX.Element;
|
|
269
272
|
export declare const FunctionSquare: (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.26.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1884,6 +1884,30 @@
|
|
|
1884
1884
|
}]]);
|
|
1885
1885
|
var Bug$1 = Bug;
|
|
1886
1886
|
|
|
1887
|
+
var Building2 = createReactComponent('Building2', [['path', {
|
|
1888
|
+
d: 'M6 22V4c0-.27 0-.55.07-.82.07-.27.2-.52.4-.72.19-.2.44-.32.7-.39C7.46 2 8.73 2 9 2h7c.27 0 .55 0 .82.07.27.07.52.2.72.4.2.19.32.44.39.7.07.28.07.56.07.83v18H6Z',
|
|
1889
|
+
key: 'gm852m'
|
|
1890
|
+
}], ['path', {
|
|
1891
|
+
d: 'M2 14v6c0 1.1.9 2 2 2h2V12H4c-.27 0-.55 0-.82.07-.27.07-.52.2-.72.4-.19.19-.32.44-.39.71A3.4 3.4 0 0 0 2 14Z',
|
|
1892
|
+
key: '12g3jd'
|
|
1893
|
+
}], ['path', {
|
|
1894
|
+
d: 'M20.82 9.07A3.4 3.4 0 0 0 20 9h-2v13h2a2 2 0 0 0 2-2v-9c0-.28 0-.55-.07-.82-.07-.27-.2-.52-.4-.72-.19-.19-.44-.32-.71-.39Z',
|
|
1895
|
+
key: 'o1w3ll'
|
|
1896
|
+
}], ['path', {
|
|
1897
|
+
d: 'M10 6h4',
|
|
1898
|
+
key: '1itunk'
|
|
1899
|
+
}], ['path', {
|
|
1900
|
+
d: 'M10 10h4',
|
|
1901
|
+
key: 'tcdvrf'
|
|
1902
|
+
}], ['path', {
|
|
1903
|
+
d: 'M10 14h4',
|
|
1904
|
+
key: 'kelpxr'
|
|
1905
|
+
}], ['path', {
|
|
1906
|
+
d: 'M10 18h4',
|
|
1907
|
+
key: '1ulq68'
|
|
1908
|
+
}]]);
|
|
1909
|
+
var Building2$1 = Building2;
|
|
1910
|
+
|
|
1887
1911
|
var Building = createReactComponent('Building', [['rect', {
|
|
1888
1912
|
x: '4',
|
|
1889
1913
|
y: '2',
|
|
@@ -3060,28 +3084,27 @@
|
|
|
3060
3084
|
var Cpu$1 = Cpu;
|
|
3061
3085
|
|
|
3062
3086
|
var CreditCard = createReactComponent('CreditCard', [['rect', {
|
|
3063
|
-
x: '
|
|
3064
|
-
y: '
|
|
3065
|
-
width: '
|
|
3066
|
-
height: '
|
|
3087
|
+
x: '2',
|
|
3088
|
+
y: '5',
|
|
3089
|
+
width: '20',
|
|
3090
|
+
height: '14',
|
|
3067
3091
|
rx: '2',
|
|
3068
|
-
|
|
3069
|
-
key: '11q156'
|
|
3092
|
+
key: 'qneu4z'
|
|
3070
3093
|
}], ['line', {
|
|
3071
|
-
x1: '
|
|
3094
|
+
x1: '2',
|
|
3072
3095
|
y1: '10',
|
|
3073
|
-
x2: '
|
|
3096
|
+
x2: '22',
|
|
3074
3097
|
y2: '10',
|
|
3075
|
-
key: '
|
|
3098
|
+
key: '1ytoly'
|
|
3076
3099
|
}]]);
|
|
3077
3100
|
var CreditCard$1 = CreditCard;
|
|
3078
3101
|
|
|
3079
3102
|
var Crop = createReactComponent('Crop', [['path', {
|
|
3080
|
-
d: 'M6
|
|
3081
|
-
key: '
|
|
3103
|
+
d: 'M6 2v14a2 2 0 0 0 2 2h14',
|
|
3104
|
+
key: 'ron5a4'
|
|
3082
3105
|
}], ['path', {
|
|
3083
|
-
d: '
|
|
3084
|
-
key: '
|
|
3106
|
+
d: 'M18 22V8a2 2 0 0 0-2-2H2',
|
|
3107
|
+
key: '7s9ehn'
|
|
3085
3108
|
}]]);
|
|
3086
3109
|
var Crop$1 = Crop;
|
|
3087
3110
|
|
|
@@ -3986,6 +4009,21 @@
|
|
|
3986
4009
|
}]]);
|
|
3987
4010
|
var Filter$1 = Filter;
|
|
3988
4011
|
|
|
4012
|
+
var FlagOff = createReactComponent('FlagOff', [['path', {
|
|
4013
|
+
d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11',
|
|
4014
|
+
key: '9rwyz9'
|
|
4015
|
+
}], ['path', {
|
|
4016
|
+
d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4',
|
|
4017
|
+
key: '18jr0d'
|
|
4018
|
+
}], ['line', {
|
|
4019
|
+
x1: '2',
|
|
4020
|
+
y1: '2',
|
|
4021
|
+
x2: '22',
|
|
4022
|
+
y2: '22',
|
|
4023
|
+
key: '1w4vcy'
|
|
4024
|
+
}]]);
|
|
4025
|
+
var FlagOff$1 = FlagOff;
|
|
4026
|
+
|
|
3989
4027
|
var FlagTriangleLeft = createReactComponent('FlagTriangleLeft', [['path', {
|
|
3990
4028
|
d: 'M17 22V2L7 7l10 5',
|
|
3991
4029
|
key: '1rmf0r'
|
|
@@ -4155,6 +4193,33 @@
|
|
|
4155
4193
|
}]]);
|
|
4156
4194
|
var Forward$1 = Forward;
|
|
4157
4195
|
|
|
4196
|
+
var Frame = createReactComponent('Frame', [['line', {
|
|
4197
|
+
x1: '22',
|
|
4198
|
+
y1: '6',
|
|
4199
|
+
x2: '2',
|
|
4200
|
+
y2: '6',
|
|
4201
|
+
key: '181agm'
|
|
4202
|
+
}], ['line', {
|
|
4203
|
+
x1: '22',
|
|
4204
|
+
y1: '18',
|
|
4205
|
+
x2: '2',
|
|
4206
|
+
y2: '18',
|
|
4207
|
+
key: '12x4ne'
|
|
4208
|
+
}], ['line', {
|
|
4209
|
+
x1: '6',
|
|
4210
|
+
y1: '2',
|
|
4211
|
+
x2: '6',
|
|
4212
|
+
y2: '22',
|
|
4213
|
+
key: 'gjs6u1'
|
|
4214
|
+
}], ['line', {
|
|
4215
|
+
x1: '18',
|
|
4216
|
+
y1: '2',
|
|
4217
|
+
x2: '18',
|
|
4218
|
+
y2: '22',
|
|
4219
|
+
key: '1hbgm0'
|
|
4220
|
+
}]]);
|
|
4221
|
+
var Frame$1 = Frame;
|
|
4222
|
+
|
|
4158
4223
|
var Framer = createReactComponent('Framer', [['path', {
|
|
4159
4224
|
d: 'M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7',
|
|
4160
4225
|
key: '1a2nng'
|
|
@@ -5895,8 +5960,8 @@
|
|
|
5895
5960
|
var Mail$1 = Mail;
|
|
5896
5961
|
|
|
5897
5962
|
var MapPin = createReactComponent('MapPin', [['path', {
|
|
5898
|
-
d: '
|
|
5899
|
-
key: '
|
|
5963
|
+
d: 'M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z',
|
|
5964
|
+
key: '1510lq'
|
|
5900
5965
|
}], ['circle', {
|
|
5901
5966
|
cx: '12',
|
|
5902
5967
|
cy: '10',
|
|
@@ -9797,6 +9862,7 @@
|
|
|
9797
9862
|
exports.Brush = Brush$1;
|
|
9798
9863
|
exports.Bug = Bug$1;
|
|
9799
9864
|
exports.Building = Building$1;
|
|
9865
|
+
exports.Building2 = Building2$1;
|
|
9800
9866
|
exports.Bus = Bus$1;
|
|
9801
9867
|
exports.Calculator = Calculator$1;
|
|
9802
9868
|
exports.Calendar = Calendar$1;
|
|
@@ -9939,6 +10005,7 @@
|
|
|
9939
10005
|
exports.Film = Film$1;
|
|
9940
10006
|
exports.Filter = Filter$1;
|
|
9941
10007
|
exports.Flag = Flag$1;
|
|
10008
|
+
exports.FlagOff = FlagOff$1;
|
|
9942
10009
|
exports.FlagTriangleLeft = FlagTriangleLeft$1;
|
|
9943
10010
|
exports.FlagTriangleRight = FlagTriangleRight$1;
|
|
9944
10011
|
exports.Flame = Flame$1;
|
|
@@ -9952,6 +10019,7 @@
|
|
|
9952
10019
|
exports.FolderPlus = FolderPlus$1;
|
|
9953
10020
|
exports.FormInput = FormInput$1;
|
|
9954
10021
|
exports.Forward = Forward$1;
|
|
10022
|
+
exports.Frame = Frame$1;
|
|
9955
10023
|
exports.Framer = Framer$1;
|
|
9956
10024
|
exports.Frown = Frown$1;
|
|
9957
10025
|
exports.FunctionSquare = FunctionSquare$1;
|