lucide-react 0.71.0 → 0.74.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 +89 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/air-vent.js +15 -0
- package/dist/esm/icons/index.js +6 -0
- package/dist/esm/icons/mic-2.js +11 -0
- package/dist/esm/icons/music-2.js +11 -0
- package/dist/esm/icons/music-3.js +11 -0
- package/dist/esm/icons/music-4.js +19 -0
- package/dist/esm/icons/newspaper.js +15 -0
- package/dist/lucide-react.d.ts +6 -0
- package/dist/umd/lucide-react.js +89 -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,15 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var AirVent = createReactComponent('AirVent', [['path', {
|
|
3
|
+
d: 'M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2',
|
|
4
|
+
key: 'larmp2'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M6 8h12',
|
|
7
|
+
key: '6g4wlu'
|
|
8
|
+
}], ['path', {
|
|
9
|
+
d: 'M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12',
|
|
10
|
+
key: '1bo8pg'
|
|
11
|
+
}], ['path', {
|
|
12
|
+
d: 'M6.6 15.6A2 2 0 1 0 10 17v-5',
|
|
13
|
+
key: 't9h90c'
|
|
14
|
+
}]]);
|
|
15
|
+
export default AirVent;
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Accessibility } from './accessibility';
|
|
2
2
|
export { default as Activity } from './activity';
|
|
3
|
+
export { default as AirVent } from './air-vent';
|
|
3
4
|
export { default as Airplay } from './airplay';
|
|
4
5
|
export { default as AlarmCheck } from './alarm-check';
|
|
5
6
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
@@ -490,6 +491,7 @@ export { default as Meh } from './meh';
|
|
|
490
491
|
export { default as Menu } from './menu';
|
|
491
492
|
export { default as MessageCircle } from './message-circle';
|
|
492
493
|
export { default as MessageSquare } from './message-square';
|
|
494
|
+
export { default as Mic2 } from './mic-2';
|
|
493
495
|
export { default as MicOff } from './mic-off';
|
|
494
496
|
export { default as Mic } from './mic';
|
|
495
497
|
export { default as Microscope } from './microscope';
|
|
@@ -517,12 +519,16 @@ export { default as MoveDiagonal } from './move-diagonal';
|
|
|
517
519
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
518
520
|
export { default as MoveVertical } from './move-vertical';
|
|
519
521
|
export { default as Move } from './move';
|
|
522
|
+
export { default as Music2 } from './music-2';
|
|
523
|
+
export { default as Music3 } from './music-3';
|
|
524
|
+
export { default as Music4 } from './music-4';
|
|
520
525
|
export { default as Music } from './music';
|
|
521
526
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
522
527
|
export { default as Navigation2 } from './navigation-2';
|
|
523
528
|
export { default as NavigationOff } from './navigation-off';
|
|
524
529
|
export { default as Navigation } from './navigation';
|
|
525
530
|
export { default as Network } from './network';
|
|
531
|
+
export { default as Newspaper } from './newspaper';
|
|
526
532
|
export { default as Octagon } from './octagon';
|
|
527
533
|
export { default as Option } from './option';
|
|
528
534
|
export { default as Outdent } from './outdent';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Mic2 = createReactComponent('Mic2', [['path', {
|
|
3
|
+
d: 'm12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12',
|
|
4
|
+
key: 'zoua8r'
|
|
5
|
+
}], ['circle', {
|
|
6
|
+
cx: '17',
|
|
7
|
+
cy: '7',
|
|
8
|
+
r: '5',
|
|
9
|
+
key: '1fomce'
|
|
10
|
+
}]]);
|
|
11
|
+
export default Mic2;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var Music4 = createReactComponent('Music4', [['path', {
|
|
3
|
+
d: 'M9 18V5l12-2v13',
|
|
4
|
+
key: '1jmyc2'
|
|
5
|
+
}], ['path', {
|
|
6
|
+
d: 'M9 9l12-2',
|
|
7
|
+
key: '1cag3j'
|
|
8
|
+
}], ['circle', {
|
|
9
|
+
cx: '6',
|
|
10
|
+
cy: '18',
|
|
11
|
+
r: '3',
|
|
12
|
+
key: 'fqmcym'
|
|
13
|
+
}], ['circle', {
|
|
14
|
+
cx: '18',
|
|
15
|
+
cy: '16',
|
|
16
|
+
r: '3',
|
|
17
|
+
key: '1hluhg'
|
|
18
|
+
}]]);
|
|
19
|
+
export default Music4;
|
|
@@ -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;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export type Icon = React.FC<LucideProps>;
|
|
|
15
15
|
// Generated icons
|
|
16
16
|
export declare const Accessibility: (props: LucideProps) => JSX.Element;
|
|
17
17
|
export declare const Activity: (props: LucideProps) => JSX.Element;
|
|
18
|
+
export declare const AirVent: (props: LucideProps) => JSX.Element;
|
|
18
19
|
export declare const Airplay: (props: LucideProps) => JSX.Element;
|
|
19
20
|
export declare const AlarmCheck: (props: LucideProps) => JSX.Element;
|
|
20
21
|
export declare const AlarmClockOff: (props: LucideProps) => JSX.Element;
|
|
@@ -505,6 +506,7 @@ export declare const Meh: (props: LucideProps) => JSX.Element;
|
|
|
505
506
|
export declare const Menu: (props: LucideProps) => JSX.Element;
|
|
506
507
|
export declare const MessageCircle: (props: LucideProps) => JSX.Element;
|
|
507
508
|
export declare const MessageSquare: (props: LucideProps) => JSX.Element;
|
|
509
|
+
export declare const Mic2: (props: LucideProps) => JSX.Element;
|
|
508
510
|
export declare const MicOff: (props: LucideProps) => JSX.Element;
|
|
509
511
|
export declare const Mic: (props: LucideProps) => JSX.Element;
|
|
510
512
|
export declare const Microscope: (props: LucideProps) => JSX.Element;
|
|
@@ -532,12 +534,16 @@ export declare const MoveDiagonal: (props: LucideProps) => JSX.Element;
|
|
|
532
534
|
export declare const MoveHorizontal: (props: LucideProps) => JSX.Element;
|
|
533
535
|
export declare const MoveVertical: (props: LucideProps) => JSX.Element;
|
|
534
536
|
export declare const Move: (props: LucideProps) => JSX.Element;
|
|
537
|
+
export declare const Music2: (props: LucideProps) => JSX.Element;
|
|
538
|
+
export declare const Music3: (props: LucideProps) => JSX.Element;
|
|
539
|
+
export declare const Music4: (props: LucideProps) => JSX.Element;
|
|
535
540
|
export declare const Music: (props: LucideProps) => JSX.Element;
|
|
536
541
|
export declare const Navigation2Off: (props: LucideProps) => JSX.Element;
|
|
537
542
|
export declare const Navigation2: (props: LucideProps) => JSX.Element;
|
|
538
543
|
export declare const NavigationOff: (props: LucideProps) => JSX.Element;
|
|
539
544
|
export declare const Navigation: (props: LucideProps) => JSX.Element;
|
|
540
545
|
export declare const Network: (props: LucideProps) => JSX.Element;
|
|
546
|
+
export declare const Newspaper: (props: LucideProps) => JSX.Element;
|
|
541
547
|
export declare const Octagon: (props: LucideProps) => JSX.Element;
|
|
542
548
|
export declare const Option: (props: LucideProps) => JSX.Element;
|
|
543
549
|
export declare const Outdent: (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.74.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -263,6 +263,21 @@
|
|
|
263
263
|
}]]);
|
|
264
264
|
var Activity$1 = Activity;
|
|
265
265
|
|
|
266
|
+
var AirVent = createReactComponent('AirVent', [['path', {
|
|
267
|
+
d: 'M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2',
|
|
268
|
+
key: 'larmp2'
|
|
269
|
+
}], ['path', {
|
|
270
|
+
d: 'M6 8h12',
|
|
271
|
+
key: '6g4wlu'
|
|
272
|
+
}], ['path', {
|
|
273
|
+
d: 'M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12',
|
|
274
|
+
key: '1bo8pg'
|
|
275
|
+
}], ['path', {
|
|
276
|
+
d: 'M6.6 15.6A2 2 0 1 0 10 17v-5',
|
|
277
|
+
key: 't9h90c'
|
|
278
|
+
}]]);
|
|
279
|
+
var AirVent$1 = AirVent;
|
|
280
|
+
|
|
266
281
|
var Airplay = createReactComponent('Airplay', [['path', {
|
|
267
282
|
d: 'M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1',
|
|
268
283
|
key: 'ns4c3b'
|
|
@@ -8741,6 +8756,17 @@
|
|
|
8741
8756
|
}]]);
|
|
8742
8757
|
var MessageSquare$1 = MessageSquare;
|
|
8743
8758
|
|
|
8759
|
+
var Mic2 = createReactComponent('Mic2', [['path', {
|
|
8760
|
+
d: 'm12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12',
|
|
8761
|
+
key: 'zoua8r'
|
|
8762
|
+
}], ['circle', {
|
|
8763
|
+
cx: '17',
|
|
8764
|
+
cy: '7',
|
|
8765
|
+
r: '5',
|
|
8766
|
+
key: '1fomce'
|
|
8767
|
+
}]]);
|
|
8768
|
+
var Mic2$1 = Mic2;
|
|
8769
|
+
|
|
8744
8770
|
var MicOff = createReactComponent('MicOff', [['line', {
|
|
8745
8771
|
x1: '2',
|
|
8746
8772
|
y1: '2',
|
|
@@ -9156,6 +9182,47 @@
|
|
|
9156
9182
|
}]]);
|
|
9157
9183
|
var Move$1 = Move;
|
|
9158
9184
|
|
|
9185
|
+
var Music2 = createReactComponent('Music2', [['circle', {
|
|
9186
|
+
cx: '8',
|
|
9187
|
+
cy: '18',
|
|
9188
|
+
r: '4',
|
|
9189
|
+
key: '1fc0mg'
|
|
9190
|
+
}], ['path', {
|
|
9191
|
+
d: 'M12 18V2l7 4',
|
|
9192
|
+
key: 'g04rme'
|
|
9193
|
+
}]]);
|
|
9194
|
+
var Music2$1 = Music2;
|
|
9195
|
+
|
|
9196
|
+
var Music3 = createReactComponent('Music3', [['circle', {
|
|
9197
|
+
cx: '12',
|
|
9198
|
+
cy: '18',
|
|
9199
|
+
r: '4',
|
|
9200
|
+
key: 'm3r9ws'
|
|
9201
|
+
}], ['path', {
|
|
9202
|
+
d: 'M16 18V2',
|
|
9203
|
+
key: '40x2m5'
|
|
9204
|
+
}]]);
|
|
9205
|
+
var Music3$1 = Music3;
|
|
9206
|
+
|
|
9207
|
+
var Music4 = createReactComponent('Music4', [['path', {
|
|
9208
|
+
d: 'M9 18V5l12-2v13',
|
|
9209
|
+
key: '1jmyc2'
|
|
9210
|
+
}], ['path', {
|
|
9211
|
+
d: 'M9 9l12-2',
|
|
9212
|
+
key: '1cag3j'
|
|
9213
|
+
}], ['circle', {
|
|
9214
|
+
cx: '6',
|
|
9215
|
+
cy: '18',
|
|
9216
|
+
r: '3',
|
|
9217
|
+
key: 'fqmcym'
|
|
9218
|
+
}], ['circle', {
|
|
9219
|
+
cx: '18',
|
|
9220
|
+
cy: '16',
|
|
9221
|
+
r: '3',
|
|
9222
|
+
key: '1hluhg'
|
|
9223
|
+
}]]);
|
|
9224
|
+
var Music4$1 = Music4;
|
|
9225
|
+
|
|
9159
9226
|
var Music = createReactComponent('Music', [['path', {
|
|
9160
9227
|
d: 'M9 18V5l12-2v13',
|
|
9161
9228
|
key: '1jmyc2'
|
|
@@ -9241,6 +9308,21 @@
|
|
|
9241
9308
|
}]]);
|
|
9242
9309
|
var Network$1 = Network;
|
|
9243
9310
|
|
|
9311
|
+
var Newspaper = createReactComponent('Newspaper', [['path', {
|
|
9312
|
+
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',
|
|
9313
|
+
key: '7pis2x'
|
|
9314
|
+
}], ['path', {
|
|
9315
|
+
d: 'M18 14h-8',
|
|
9316
|
+
key: 'sponae'
|
|
9317
|
+
}], ['path', {
|
|
9318
|
+
d: 'M15 18h-5',
|
|
9319
|
+
key: '95g1m2'
|
|
9320
|
+
}], ['path', {
|
|
9321
|
+
d: 'M10 6h8v4h-8V6Z',
|
|
9322
|
+
key: 'smlsk5'
|
|
9323
|
+
}]]);
|
|
9324
|
+
var Newspaper$1 = Newspaper;
|
|
9325
|
+
|
|
9244
9326
|
var Octagon = createReactComponent('Octagon', [['polygon', {
|
|
9245
9327
|
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',
|
|
9246
9328
|
key: 'h1p8hx'
|
|
@@ -13446,6 +13528,7 @@
|
|
|
13446
13528
|
|
|
13447
13529
|
exports.Accessibility = Accessibility$1;
|
|
13448
13530
|
exports.Activity = Activity$1;
|
|
13531
|
+
exports.AirVent = AirVent$1;
|
|
13449
13532
|
exports.Airplay = Airplay$1;
|
|
13450
13533
|
exports.AlarmCheck = AlarmCheck$1;
|
|
13451
13534
|
exports.AlarmClock = AlarmClock$1;
|
|
@@ -13937,6 +14020,7 @@
|
|
|
13937
14020
|
exports.MessageCircle = MessageCircle$1;
|
|
13938
14021
|
exports.MessageSquare = MessageSquare$1;
|
|
13939
14022
|
exports.Mic = Mic$1;
|
|
14023
|
+
exports.Mic2 = Mic2$1;
|
|
13940
14024
|
exports.MicOff = MicOff$1;
|
|
13941
14025
|
exports.Microscope = Microscope$1;
|
|
13942
14026
|
exports.Milestone = Milestone$1;
|
|
@@ -13964,11 +14048,15 @@
|
|
|
13964
14048
|
exports.MoveHorizontal = MoveHorizontal$1;
|
|
13965
14049
|
exports.MoveVertical = MoveVertical$1;
|
|
13966
14050
|
exports.Music = Music$1;
|
|
14051
|
+
exports.Music2 = Music2$1;
|
|
14052
|
+
exports.Music3 = Music3$1;
|
|
14053
|
+
exports.Music4 = Music4$1;
|
|
13967
14054
|
exports.Navigation = Navigation$1;
|
|
13968
14055
|
exports.Navigation2 = Navigation2$1;
|
|
13969
14056
|
exports.Navigation2Off = Navigation2Off$1;
|
|
13970
14057
|
exports.NavigationOff = NavigationOff$1;
|
|
13971
14058
|
exports.Network = Network$1;
|
|
14059
|
+
exports.Newspaper = Newspaper$1;
|
|
13972
14060
|
exports.Octagon = Octagon$1;
|
|
13973
14061
|
exports.Option = Option$1;
|
|
13974
14062
|
exports.Outdent = Outdent$1;
|