lucide-react 0.19.0 → 0.22.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 +64 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/building-2.js +24 -0
- package/dist/esm/icons/eraser.js +9 -0
- package/dist/esm/icons/frame.js +27 -0
- package/dist/esm/icons/index.js +3 -0
- package/dist/lucide-react.d.ts +3 -0
- package/dist/umd/lucide-react.js +64 -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,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;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Eraser = createReactComponent('Eraser', [['path', {
|
|
3
|
+
d: 'M20 20H7L3 16C2.5 15.5 2.5 14.5 3 14L13 4L20 11L11 20',
|
|
4
|
+
key: 'xdnbvi'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6 11L13 18',
|
|
7
|
+
key: '1x6v36'
|
|
8
|
+
}]]);
|
|
9
|
+
export default Eraser;
|
|
@@ -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';
|
|
@@ -207,6 +208,7 @@ export { default as Edit } from './edit';
|
|
|
207
208
|
export { default as Egg } from './egg';
|
|
208
209
|
export { default as EqualNot } from './equal-not';
|
|
209
210
|
export { default as Equal } from './equal';
|
|
211
|
+
export { default as Eraser } from './eraser';
|
|
210
212
|
export { default as Euro } from './euro';
|
|
211
213
|
export { default as Expand } from './expand';
|
|
212
214
|
export { default as ExternalLink } from './external-link';
|
|
@@ -248,6 +250,7 @@ export { default as FolderPlus } from './folder-plus';
|
|
|
248
250
|
export { default as Folder } from './folder';
|
|
249
251
|
export { default as FormInput } from './form-input';
|
|
250
252
|
export { default as Forward } from './forward';
|
|
253
|
+
export { default as Frame } from './frame';
|
|
251
254
|
export { default as Framer } from './framer';
|
|
252
255
|
export { default as Frown } from './frown';
|
|
253
256
|
export { default as FunctionSquare } from './function-square';
|
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;
|
|
@@ -222,6 +223,7 @@ export declare const Edit: (props: LucideProps) => JSX.Element;
|
|
|
222
223
|
export declare const Egg: (props: LucideProps) => JSX.Element;
|
|
223
224
|
export declare const EqualNot: (props: LucideProps) => JSX.Element;
|
|
224
225
|
export declare const Equal: (props: LucideProps) => JSX.Element;
|
|
226
|
+
export declare const Eraser: (props: LucideProps) => JSX.Element;
|
|
225
227
|
export declare const Euro: (props: LucideProps) => JSX.Element;
|
|
226
228
|
export declare const Expand: (props: LucideProps) => JSX.Element;
|
|
227
229
|
export declare const ExternalLink: (props: LucideProps) => JSX.Element;
|
|
@@ -263,6 +265,7 @@ export declare const FolderPlus: (props: LucideProps) => JSX.Element;
|
|
|
263
265
|
export declare const Folder: (props: LucideProps) => JSX.Element;
|
|
264
266
|
export declare const FormInput: (props: LucideProps) => JSX.Element;
|
|
265
267
|
export declare const Forward: (props: LucideProps) => JSX.Element;
|
|
268
|
+
export declare const Frame: (props: LucideProps) => JSX.Element;
|
|
266
269
|
export declare const Framer: (props: LucideProps) => JSX.Element;
|
|
267
270
|
export declare const Frown: (props: LucideProps) => JSX.Element;
|
|
268
271
|
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.22.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',
|
|
@@ -3550,6 +3574,15 @@
|
|
|
3550
3574
|
}]]);
|
|
3551
3575
|
var Equal$1 = Equal;
|
|
3552
3576
|
|
|
3577
|
+
var Eraser = createReactComponent('Eraser', [['path', {
|
|
3578
|
+
d: 'M20 20H7L3 16C2.5 15.5 2.5 14.5 3 14L13 4L20 11L11 20',
|
|
3579
|
+
key: 'xdnbvi'
|
|
3580
|
+
}], ['path', {
|
|
3581
|
+
d: 'M6 11L13 18',
|
|
3582
|
+
key: '1x6v36'
|
|
3583
|
+
}]]);
|
|
3584
|
+
var Eraser$1 = Eraser;
|
|
3585
|
+
|
|
3553
3586
|
var Euro = createReactComponent('Euro', [['path', {
|
|
3554
3587
|
d: 'M4 10h12',
|
|
3555
3588
|
key: '1y6xl8'
|
|
@@ -4146,6 +4179,33 @@
|
|
|
4146
4179
|
}]]);
|
|
4147
4180
|
var Forward$1 = Forward;
|
|
4148
4181
|
|
|
4182
|
+
var Frame = createReactComponent('Frame', [['line', {
|
|
4183
|
+
x1: '22',
|
|
4184
|
+
y1: '6',
|
|
4185
|
+
x2: '2',
|
|
4186
|
+
y2: '6',
|
|
4187
|
+
key: '181agm'
|
|
4188
|
+
}], ['line', {
|
|
4189
|
+
x1: '22',
|
|
4190
|
+
y1: '18',
|
|
4191
|
+
x2: '2',
|
|
4192
|
+
y2: '18',
|
|
4193
|
+
key: '12x4ne'
|
|
4194
|
+
}], ['line', {
|
|
4195
|
+
x1: '6',
|
|
4196
|
+
y1: '2',
|
|
4197
|
+
x2: '6',
|
|
4198
|
+
y2: '22',
|
|
4199
|
+
key: 'gjs6u1'
|
|
4200
|
+
}], ['line', {
|
|
4201
|
+
x1: '18',
|
|
4202
|
+
y1: '2',
|
|
4203
|
+
x2: '18',
|
|
4204
|
+
y2: '22',
|
|
4205
|
+
key: '1hbgm0'
|
|
4206
|
+
}]]);
|
|
4207
|
+
var Frame$1 = Frame;
|
|
4208
|
+
|
|
4149
4209
|
var Framer = createReactComponent('Framer', [['path', {
|
|
4150
4210
|
d: 'M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7',
|
|
4151
4211
|
key: '1a2nng'
|
|
@@ -9788,6 +9848,7 @@
|
|
|
9788
9848
|
exports.Brush = Brush$1;
|
|
9789
9849
|
exports.Bug = Bug$1;
|
|
9790
9850
|
exports.Building = Building$1;
|
|
9851
|
+
exports.Building2 = Building2$1;
|
|
9791
9852
|
exports.Bus = Bus$1;
|
|
9792
9853
|
exports.Calculator = Calculator$1;
|
|
9793
9854
|
exports.Calendar = Calendar$1;
|
|
@@ -9901,6 +9962,7 @@
|
|
|
9901
9962
|
exports.Egg = Egg$1;
|
|
9902
9963
|
exports.Equal = Equal$1;
|
|
9903
9964
|
exports.EqualNot = EqualNot$1;
|
|
9965
|
+
exports.Eraser = Eraser$1;
|
|
9904
9966
|
exports.Euro = Euro$1;
|
|
9905
9967
|
exports.Expand = Expand$1;
|
|
9906
9968
|
exports.ExternalLink = ExternalLink$1;
|
|
@@ -9942,6 +10004,7 @@
|
|
|
9942
10004
|
exports.FolderPlus = FolderPlus$1;
|
|
9943
10005
|
exports.FormInput = FormInput$1;
|
|
9944
10006
|
exports.Forward = Forward$1;
|
|
10007
|
+
exports.Frame = Frame$1;
|
|
9945
10008
|
exports.Framer = Framer$1;
|
|
9946
10009
|
exports.Frown = Frown$1;
|
|
9947
10010
|
exports.FunctionSquare = FunctionSquare$1;
|