lucide-react 0.69.0 → 0.72.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 +97 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/cake.js +30 -0
- package/dist/esm/icons/circle-dot.js +13 -0
- package/dist/esm/icons/circle-ellipsis.js +17 -0
- package/dist/esm/icons/index.js +5 -0
- package/dist/esm/icons/newspaper.js +15 -0
- package/dist/esm/icons/toy-brick.js +16 -0
- package/dist/lucide-react.d.ts +5 -0
- package/dist/umd/lucide-react.js +97 -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,30 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Cake = createReactComponent('Cake', [['path', {
|
|
3
|
+
d: 'M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8',
|
|
4
|
+
key: '1w3rig'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1',
|
|
7
|
+
key: 'n2jgmb'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M2 21h20',
|
|
10
|
+
key: '1nyx9w'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M7 8v2',
|
|
13
|
+
key: 'kqglng'
|
|
14
|
+
}], ['path', {
|
|
15
|
+
d: 'M12 8v2',
|
|
16
|
+
key: '1woqiv'
|
|
17
|
+
}], ['path', {
|
|
18
|
+
d: 'M17 8v2',
|
|
19
|
+
key: 'teptal'
|
|
20
|
+
}], ['path', {
|
|
21
|
+
d: 'M7 4h.01',
|
|
22
|
+
key: '1bh4kh'
|
|
23
|
+
}], ['path', {
|
|
24
|
+
d: 'M12 4h.01',
|
|
25
|
+
key: '1ujb9j'
|
|
26
|
+
}], ['path', {
|
|
27
|
+
d: 'M17 4h.01',
|
|
28
|
+
key: '1upcoc'
|
|
29
|
+
}]]);
|
|
30
|
+
export default Cake;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CircleDot = createReactComponent('CircleDot', [['circle', {
|
|
3
|
+
cx: '12',
|
|
4
|
+
cy: '12',
|
|
5
|
+
r: '10',
|
|
6
|
+
key: '1mglay'
|
|
7
|
+
}], ['circle', {
|
|
8
|
+
cx: '12',
|
|
9
|
+
cy: '12',
|
|
10
|
+
r: '1',
|
|
11
|
+
key: '41hilf'
|
|
12
|
+
}]]);
|
|
13
|
+
export default CircleDot;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var CircleEllipsis = createReactComponent('CircleEllipsis', [['circle', {
|
|
3
|
+
cx: '12',
|
|
4
|
+
cy: '12',
|
|
5
|
+
r: '10',
|
|
6
|
+
key: '1mglay'
|
|
7
|
+
}], ['path', {
|
|
8
|
+
d: 'M17 12h.01',
|
|
9
|
+
key: '1m0b6t'
|
|
10
|
+
}], ['path', {
|
|
11
|
+
d: 'M12 12h.01',
|
|
12
|
+
key: '1mp3jc'
|
|
13
|
+
}], ['path', {
|
|
14
|
+
d: 'M7 12h.01',
|
|
15
|
+
key: 'eqddd0'
|
|
16
|
+
}]]);
|
|
17
|
+
export default CircleEllipsis;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -115,6 +115,7 @@ export { default as Bug } from './bug';
|
|
|
115
115
|
export { default as Building2 } from './building-2';
|
|
116
116
|
export { default as Building } from './building';
|
|
117
117
|
export { default as Bus } from './bus';
|
|
118
|
+
export { default as Cake } from './cake';
|
|
118
119
|
export { default as Calculator } from './calculator';
|
|
119
120
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
120
121
|
export { default as CalendarCheck } from './calendar-check';
|
|
@@ -156,6 +157,8 @@ export { default as ChevronsUp } from './chevrons-up';
|
|
|
156
157
|
export { default as Chrome } from './chrome';
|
|
157
158
|
export { default as CigaretteOff } from './cigarette-off';
|
|
158
159
|
export { default as Cigarette } from './cigarette';
|
|
160
|
+
export { default as CircleDot } from './circle-dot';
|
|
161
|
+
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
159
162
|
export { default as CircleSlashed } from './circle-slashed';
|
|
160
163
|
export { default as Circle } from './circle';
|
|
161
164
|
export { default as Clapperboard } from './clapperboard';
|
|
@@ -520,6 +523,7 @@ export { default as Navigation2 } from './navigation-2';
|
|
|
520
523
|
export { default as NavigationOff } from './navigation-off';
|
|
521
524
|
export { default as Navigation } from './navigation';
|
|
522
525
|
export { default as Network } from './network';
|
|
526
|
+
export { default as Newspaper } from './newspaper';
|
|
523
527
|
export { default as Octagon } from './octagon';
|
|
524
528
|
export { default as Option } from './option';
|
|
525
529
|
export { default as Outdent } from './outdent';
|
|
@@ -704,6 +708,7 @@ export { default as Timer } from './timer';
|
|
|
704
708
|
export { default as ToggleLeft } from './toggle-left';
|
|
705
709
|
export { default as ToggleRight } from './toggle-right';
|
|
706
710
|
export { default as Tornado } from './tornado';
|
|
711
|
+
export { default as ToyBrick } from './toy-brick';
|
|
707
712
|
export { default as Train } from './train';
|
|
708
713
|
export { default as Trash2 } from './trash-2';
|
|
709
714
|
export { default as Trash } from './trash';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
3
|
+
d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
|
|
4
|
+
key: '7pis2x'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M18 14h-8',
|
|
7
|
+
key: 'sponae'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M15 18h-5',
|
|
10
|
+
key: '95g1m2'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
13
|
+
key: 'smlsk5'
|
|
14
|
+
}]]);
|
|
15
|
+
export default Newspaper;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var ToyBrick = createReactComponent('ToyBrick', [['rect', {
|
|
3
|
+
x: '3',
|
|
4
|
+
y: '8',
|
|
5
|
+
width: '18',
|
|
6
|
+
height: '12',
|
|
7
|
+
rx: '1',
|
|
8
|
+
key: '1yob91'
|
|
9
|
+
}], ['path', {
|
|
10
|
+
d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3',
|
|
11
|
+
key: 's0042v'
|
|
12
|
+
}], ['path', {
|
|
13
|
+
d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3',
|
|
14
|
+
key: '9wmeh2'
|
|
15
|
+
}]]);
|
|
16
|
+
export default ToyBrick;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export declare const Bug: (props: LucideProps) => JSX.Element;
|
|
|
130
130
|
export declare const Building2: (props: LucideProps) => JSX.Element;
|
|
131
131
|
export declare const Building: (props: LucideProps) => JSX.Element;
|
|
132
132
|
export declare const Bus: (props: LucideProps) => JSX.Element;
|
|
133
|
+
export declare const Cake: (props: LucideProps) => JSX.Element;
|
|
133
134
|
export declare const Calculator: (props: LucideProps) => JSX.Element;
|
|
134
135
|
export declare const CalendarCheck2: (props: LucideProps) => JSX.Element;
|
|
135
136
|
export declare const CalendarCheck: (props: LucideProps) => JSX.Element;
|
|
@@ -171,6 +172,8 @@ export declare const ChevronsUp: (props: LucideProps) => JSX.Element;
|
|
|
171
172
|
export declare const Chrome: (props: LucideProps) => JSX.Element;
|
|
172
173
|
export declare const CigaretteOff: (props: LucideProps) => JSX.Element;
|
|
173
174
|
export declare const Cigarette: (props: LucideProps) => JSX.Element;
|
|
175
|
+
export declare const CircleDot: (props: LucideProps) => JSX.Element;
|
|
176
|
+
export declare const CircleEllipsis: (props: LucideProps) => JSX.Element;
|
|
174
177
|
export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
|
|
175
178
|
export declare const Circle: (props: LucideProps) => JSX.Element;
|
|
176
179
|
export declare const Clapperboard: (props: LucideProps) => JSX.Element;
|
|
@@ -535,6 +538,7 @@ export declare const Navigation2: (props: LucideProps) => JSX.Element;
|
|
|
535
538
|
export declare const NavigationOff: (props: LucideProps) => JSX.Element;
|
|
536
539
|
export declare const Navigation: (props: LucideProps) => JSX.Element;
|
|
537
540
|
export declare const Network: (props: LucideProps) => JSX.Element;
|
|
541
|
+
export declare const Newspaper: (props: LucideProps) => JSX.Element;
|
|
538
542
|
export declare const Octagon: (props: LucideProps) => JSX.Element;
|
|
539
543
|
export declare const Option: (props: LucideProps) => JSX.Element;
|
|
540
544
|
export declare const Outdent: (props: LucideProps) => JSX.Element;
|
|
@@ -719,6 +723,7 @@ export declare const Timer: (props: LucideProps) => JSX.Element;
|
|
|
719
723
|
export declare const ToggleLeft: (props: LucideProps) => JSX.Element;
|
|
720
724
|
export declare const ToggleRight: (props: LucideProps) => JSX.Element;
|
|
721
725
|
export declare const Tornado: (props: LucideProps) => JSX.Element;
|
|
726
|
+
export declare const ToyBrick: (props: LucideProps) => JSX.Element;
|
|
722
727
|
export declare const Train: (props: LucideProps) => JSX.Element;
|
|
723
728
|
export declare const Trash2: (props: LucideProps) => JSX.Element;
|
|
724
729
|
export declare const Trash: (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.72.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -2346,6 +2346,36 @@
|
|
|
2346
2346
|
}]]);
|
|
2347
2347
|
var Bus$1 = Bus;
|
|
2348
2348
|
|
|
2349
|
+
var Cake = createReactComponent('Cake', [['path', {
|
|
2350
|
+
d: 'M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8',
|
|
2351
|
+
key: '1w3rig'
|
|
2352
|
+
}], ['path', {
|
|
2353
|
+
d: 'M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1',
|
|
2354
|
+
key: 'n2jgmb'
|
|
2355
|
+
}], ['path', {
|
|
2356
|
+
d: 'M2 21h20',
|
|
2357
|
+
key: '1nyx9w'
|
|
2358
|
+
}], ['path', {
|
|
2359
|
+
d: 'M7 8v2',
|
|
2360
|
+
key: 'kqglng'
|
|
2361
|
+
}], ['path', {
|
|
2362
|
+
d: 'M12 8v2',
|
|
2363
|
+
key: '1woqiv'
|
|
2364
|
+
}], ['path', {
|
|
2365
|
+
d: 'M17 8v2',
|
|
2366
|
+
key: 'teptal'
|
|
2367
|
+
}], ['path', {
|
|
2368
|
+
d: 'M7 4h.01',
|
|
2369
|
+
key: '1bh4kh'
|
|
2370
|
+
}], ['path', {
|
|
2371
|
+
d: 'M12 4h.01',
|
|
2372
|
+
key: '1ujb9j'
|
|
2373
|
+
}], ['path', {
|
|
2374
|
+
d: 'M17 4h.01',
|
|
2375
|
+
key: '1upcoc'
|
|
2376
|
+
}]]);
|
|
2377
|
+
var Cake$1 = Cake;
|
|
2378
|
+
|
|
2349
2379
|
var Calculator = createReactComponent('Calculator', [['rect', {
|
|
2350
2380
|
x: '4',
|
|
2351
2381
|
y: '2',
|
|
@@ -3102,6 +3132,36 @@
|
|
|
3102
3132
|
}]]);
|
|
3103
3133
|
var Cigarette$1 = Cigarette;
|
|
3104
3134
|
|
|
3135
|
+
var CircleDot = createReactComponent('CircleDot', [['circle', {
|
|
3136
|
+
cx: '12',
|
|
3137
|
+
cy: '12',
|
|
3138
|
+
r: '10',
|
|
3139
|
+
key: '1mglay'
|
|
3140
|
+
}], ['circle', {
|
|
3141
|
+
cx: '12',
|
|
3142
|
+
cy: '12',
|
|
3143
|
+
r: '1',
|
|
3144
|
+
key: '41hilf'
|
|
3145
|
+
}]]);
|
|
3146
|
+
var CircleDot$1 = CircleDot;
|
|
3147
|
+
|
|
3148
|
+
var CircleEllipsis = createReactComponent('CircleEllipsis', [['circle', {
|
|
3149
|
+
cx: '12',
|
|
3150
|
+
cy: '12',
|
|
3151
|
+
r: '10',
|
|
3152
|
+
key: '1mglay'
|
|
3153
|
+
}], ['path', {
|
|
3154
|
+
d: 'M17 12h.01',
|
|
3155
|
+
key: '1m0b6t'
|
|
3156
|
+
}], ['path', {
|
|
3157
|
+
d: 'M12 12h.01',
|
|
3158
|
+
key: '1mp3jc'
|
|
3159
|
+
}], ['path', {
|
|
3160
|
+
d: 'M7 12h.01',
|
|
3161
|
+
key: 'eqddd0'
|
|
3162
|
+
}]]);
|
|
3163
|
+
var CircleEllipsis$1 = CircleEllipsis;
|
|
3164
|
+
|
|
3105
3165
|
var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
|
|
3106
3166
|
cx: '12',
|
|
3107
3167
|
cy: '12',
|
|
@@ -9181,6 +9241,21 @@
|
|
|
9181
9241
|
}]]);
|
|
9182
9242
|
var Network$1 = Network;
|
|
9183
9243
|
|
|
9244
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
9245
|
+
d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
|
|
9246
|
+
key: '7pis2x'
|
|
9247
|
+
}], ['path', {
|
|
9248
|
+
d: 'M18 14h-8',
|
|
9249
|
+
key: 'sponae'
|
|
9250
|
+
}], ['path', {
|
|
9251
|
+
d: 'M15 18h-5',
|
|
9252
|
+
key: '95g1m2'
|
|
9253
|
+
}], ['path', {
|
|
9254
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
9255
|
+
key: 'smlsk5'
|
|
9256
|
+
}]]);
|
|
9257
|
+
var Newspaper$1 = Newspaper;
|
|
9258
|
+
|
|
9184
9259
|
var Octagon = createReactComponent('Octagon', [['polygon', {
|
|
9185
9260
|
points: '7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2',
|
|
9186
9261
|
key: 'h1p8hx'
|
|
@@ -12341,6 +12416,22 @@
|
|
|
12341
12416
|
}]]);
|
|
12342
12417
|
var Tornado$1 = Tornado;
|
|
12343
12418
|
|
|
12419
|
+
var ToyBrick = createReactComponent('ToyBrick', [['rect', {
|
|
12420
|
+
x: '3',
|
|
12421
|
+
y: '8',
|
|
12422
|
+
width: '18',
|
|
12423
|
+
height: '12',
|
|
12424
|
+
rx: '1',
|
|
12425
|
+
key: '1yob91'
|
|
12426
|
+
}], ['path', {
|
|
12427
|
+
d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3',
|
|
12428
|
+
key: 's0042v'
|
|
12429
|
+
}], ['path', {
|
|
12430
|
+
d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3',
|
|
12431
|
+
key: '9wmeh2'
|
|
12432
|
+
}]]);
|
|
12433
|
+
var ToyBrick$1 = ToyBrick;
|
|
12434
|
+
|
|
12344
12435
|
var Train = createReactComponent('Train', [['rect', {
|
|
12345
12436
|
x: '4',
|
|
12346
12437
|
y: '3',
|
|
@@ -13485,6 +13576,7 @@
|
|
|
13485
13576
|
exports.Building = Building$1;
|
|
13486
13577
|
exports.Building2 = Building2$1;
|
|
13487
13578
|
exports.Bus = Bus$1;
|
|
13579
|
+
exports.Cake = Cake$1;
|
|
13488
13580
|
exports.Calculator = Calculator$1;
|
|
13489
13581
|
exports.Calendar = Calendar$1;
|
|
13490
13582
|
exports.CalendarCheck = CalendarCheck$1;
|
|
@@ -13527,6 +13619,8 @@
|
|
|
13527
13619
|
exports.Cigarette = Cigarette$1;
|
|
13528
13620
|
exports.CigaretteOff = CigaretteOff$1;
|
|
13529
13621
|
exports.Circle = Circle$1;
|
|
13622
|
+
exports.CircleDot = CircleDot$1;
|
|
13623
|
+
exports.CircleEllipsis = CircleEllipsis$1;
|
|
13530
13624
|
exports.CircleSlashed = CircleSlashed$1;
|
|
13531
13625
|
exports.Clapperboard = Clapperboard$1;
|
|
13532
13626
|
exports.Clipboard = Clipboard$1;
|
|
@@ -13890,6 +13984,7 @@
|
|
|
13890
13984
|
exports.Navigation2Off = Navigation2Off$1;
|
|
13891
13985
|
exports.NavigationOff = NavigationOff$1;
|
|
13892
13986
|
exports.Network = Network$1;
|
|
13987
|
+
exports.Newspaper = Newspaper$1;
|
|
13893
13988
|
exports.Octagon = Octagon$1;
|
|
13894
13989
|
exports.Option = Option$1;
|
|
13895
13990
|
exports.Outdent = Outdent$1;
|
|
@@ -14074,6 +14169,7 @@
|
|
|
14074
14169
|
exports.ToggleLeft = ToggleLeft$1;
|
|
14075
14170
|
exports.ToggleRight = ToggleRight$1;
|
|
14076
14171
|
exports.Tornado = Tornado$1;
|
|
14172
|
+
exports.ToyBrick = ToyBrick$1;
|
|
14077
14173
|
exports.Train = Train$1;
|
|
14078
14174
|
exports.Trash = Trash$1;
|
|
14079
14175
|
exports.Trash2 = Trash2$1;
|