lucide-react 0.37.0 → 0.40.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.
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Clapperboard = createReactComponent('Clapperboard', [['path', {
3
+ d: 'M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z',
4
+ key: '1hxvyx'
5
+ }], ['path', {
6
+ d: 'm4 11-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Z',
7
+ key: '1vz1k2'
8
+ }], ['path', {
9
+ d: 'm6.6 4.99 3.38 4.2',
10
+ key: '192ida'
11
+ }], ['path', {
12
+ d: 'm11.86 3.38 3.38 4.2',
13
+ key: 'hhucvz'
14
+ }]]);
15
+ export default Clapperboard;
@@ -0,0 +1,20 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Focus = createReactComponent('Focus', [['circle', {
3
+ cx: '12',
4
+ cy: '12',
5
+ r: '3',
6
+ key: '1v7zrd'
7
+ }], ['path', {
8
+ d: 'M3 7V5a2 2 0 0 1 2-2h2',
9
+ key: 'aa7l1z'
10
+ }], ['path', {
11
+ d: 'M17 3h2a2 2 0 0 1 2 2v2',
12
+ key: '4qcy5o'
13
+ }], ['path', {
14
+ d: 'M21 17v2a2 2 0 0 1-2 2h-2',
15
+ key: '6vwrx8'
16
+ }], ['path', {
17
+ d: 'M7 21H5a2 2 0 0 1-2-2v-2',
18
+ key: 'ioqczr'
19
+ }]]);
20
+ export default Focus;
@@ -125,6 +125,7 @@ export { default as ChevronsUp } from './chevrons-up';
125
125
  export { default as Chrome } from './chrome';
126
126
  export { default as CircleSlashed } from './circle-slashed';
127
127
  export { default as Circle } from './circle';
128
+ export { default as Clapperboard } from './clapperboard';
128
129
  export { default as ClipboardCheck } from './clipboard-check';
129
130
  export { default as ClipboardCopy } from './clipboard-copy';
130
131
  export { default as ClipboardList } from './clipboard-list';
@@ -248,6 +249,7 @@ export { default as FlashlightOff } from './flashlight-off';
248
249
  export { default as Flashlight } from './flashlight';
249
250
  export { default as FlaskConical } from './flask-conical';
250
251
  export { default as FlaskRound } from './flask-round';
252
+ export { default as Focus } from './focus';
251
253
  export { default as FolderMinus } from './folder-minus';
252
254
  export { default as FolderOpen } from './folder-open';
253
255
  export { default as FolderPlus } from './folder-plus';
@@ -430,6 +432,7 @@ export { default as PoundSterling } from './pound-sterling';
430
432
  export { default as PowerOff } from './power-off';
431
433
  export { default as Power } from './power';
432
434
  export { default as Printer } from './printer';
435
+ export { default as Puzzle } from './puzzle';
433
436
  export { default as QrCode } from './qr-code';
434
437
  export { default as Quote } from './quote';
435
438
  export { default as RadioReceiver } from './radio-receiver';
@@ -567,6 +570,7 @@ export { default as UserX } from './user-x';
567
570
  export { default as User } from './user';
568
571
  export { default as Users } from './users';
569
572
  export { default as Verified } from './verified';
573
+ export { default as VibrateOff } from './vibrate-off';
570
574
  export { default as Vibrate } from './vibrate';
571
575
  export { default as VideoOff } from './video-off';
572
576
  export { default as Video } from './video';
@@ -0,0 +1,6 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Puzzle = createReactComponent('Puzzle', [['path', {
3
+ d: 'm12 2 3.6 3.6c2.4-6.3 9.1.4 2.8 2.8L22 12l-3.6 3.6c-2.4-6.3-9.1.4-2.8 2.8L12 22l-3.6-3.6C6 24.7-.7 18 5.6 15.6L2 12l3.6-3.6C8 14.7 14.7 8 8.4 5.6L12 2z',
4
+ key: '1neqd4'
5
+ }]]);
6
+ export default Puzzle;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var VibrateOff = createReactComponent('VibrateOff', [['path', {
3
+ d: 'm2 8 2 2-2 2 2 2-2 2',
4
+ key: 'sv1b1'
5
+ }], ['path', {
6
+ d: 'm22 8-2 2 2 2-2 2 2 2',
7
+ key: '101i4y'
8
+ }], ['path', {
9
+ d: 'M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2',
10
+ key: '1hbad5'
11
+ }], ['path', {
12
+ d: 'M16 10.34V6c0-.55-.45-1-1-1h-4.34',
13
+ key: '1x5tf0'
14
+ }], ['line', {
15
+ x1: '2',
16
+ y1: '2',
17
+ x2: '22',
18
+ y2: '22',
19
+ key: '1w4vcy'
20
+ }]]);
21
+ export default VibrateOff;
@@ -140,6 +140,7 @@ export declare const ChevronsUp: (props: LucideProps) => JSX.Element;
140
140
  export declare const Chrome: (props: LucideProps) => JSX.Element;
141
141
  export declare const CircleSlashed: (props: LucideProps) => JSX.Element;
142
142
  export declare const Circle: (props: LucideProps) => JSX.Element;
143
+ export declare const Clapperboard: (props: LucideProps) => JSX.Element;
143
144
  export declare const ClipboardCheck: (props: LucideProps) => JSX.Element;
144
145
  export declare const ClipboardCopy: (props: LucideProps) => JSX.Element;
145
146
  export declare const ClipboardList: (props: LucideProps) => JSX.Element;
@@ -263,6 +264,7 @@ export declare const FlashlightOff: (props: LucideProps) => JSX.Element;
263
264
  export declare const Flashlight: (props: LucideProps) => JSX.Element;
264
265
  export declare const FlaskConical: (props: LucideProps) => JSX.Element;
265
266
  export declare const FlaskRound: (props: LucideProps) => JSX.Element;
267
+ export declare const Focus: (props: LucideProps) => JSX.Element;
266
268
  export declare const FolderMinus: (props: LucideProps) => JSX.Element;
267
269
  export declare const FolderOpen: (props: LucideProps) => JSX.Element;
268
270
  export declare const FolderPlus: (props: LucideProps) => JSX.Element;
@@ -445,6 +447,7 @@ export declare const PoundSterling: (props: LucideProps) => JSX.Element;
445
447
  export declare const PowerOff: (props: LucideProps) => JSX.Element;
446
448
  export declare const Power: (props: LucideProps) => JSX.Element;
447
449
  export declare const Printer: (props: LucideProps) => JSX.Element;
450
+ export declare const Puzzle: (props: LucideProps) => JSX.Element;
448
451
  export declare const QrCode: (props: LucideProps) => JSX.Element;
449
452
  export declare const Quote: (props: LucideProps) => JSX.Element;
450
453
  export declare const RadioReceiver: (props: LucideProps) => JSX.Element;
@@ -582,6 +585,7 @@ export declare const UserX: (props: LucideProps) => JSX.Element;
582
585
  export declare const User: (props: LucideProps) => JSX.Element;
583
586
  export declare const Users: (props: LucideProps) => JSX.Element;
584
587
  export declare const Verified: (props: LucideProps) => JSX.Element;
588
+ export declare const VibrateOff: (props: LucideProps) => JSX.Element;
585
589
  export declare const Vibrate: (props: LucideProps) => JSX.Element;
586
590
  export declare const VideoOff: (props: LucideProps) => JSX.Element;
587
591
  export declare const Video: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.37.0 - ISC
2
+ * lucide-react v0.40.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -2320,6 +2320,21 @@
2320
2320
  }]]);
2321
2321
  var Circle$1 = Circle;
2322
2322
 
2323
+ var Clapperboard = createReactComponent('Clapperboard', [['path', {
2324
+ d: 'M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z',
2325
+ key: '1hxvyx'
2326
+ }], ['path', {
2327
+ d: 'm4 11-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Z',
2328
+ key: '1vz1k2'
2329
+ }], ['path', {
2330
+ d: 'm6.6 4.99 3.38 4.2',
2331
+ key: '192ida'
2332
+ }], ['path', {
2333
+ d: 'm11.86 3.38 3.38 4.2',
2334
+ key: 'hhucvz'
2335
+ }]]);
2336
+ var Clapperboard$1 = Clapperboard;
2337
+
2323
2338
  var ClipboardCheck = createReactComponent('ClipboardCheck', [['path', {
2324
2339
  d: 'M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2',
2325
2340
  key: '116196'
@@ -4172,6 +4187,26 @@
4172
4187
  }]]);
4173
4188
  var FlaskRound$1 = FlaskRound;
4174
4189
 
4190
+ var Focus = createReactComponent('Focus', [['circle', {
4191
+ cx: '12',
4192
+ cy: '12',
4193
+ r: '3',
4194
+ key: '1v7zrd'
4195
+ }], ['path', {
4196
+ d: 'M3 7V5a2 2 0 0 1 2-2h2',
4197
+ key: 'aa7l1z'
4198
+ }], ['path', {
4199
+ d: 'M17 3h2a2 2 0 0 1 2 2v2',
4200
+ key: '4qcy5o'
4201
+ }], ['path', {
4202
+ d: 'M21 17v2a2 2 0 0 1-2 2h-2',
4203
+ key: '6vwrx8'
4204
+ }], ['path', {
4205
+ d: 'M7 21H5a2 2 0 0 1-2-2v-2',
4206
+ key: 'ioqczr'
4207
+ }]]);
4208
+ var Focus$1 = Focus;
4209
+
4175
4210
  var FolderMinus = createReactComponent('FolderMinus', [['path', {
4176
4211
  d: 'M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z',
4177
4212
  key: '1ovln1'
@@ -7249,6 +7284,12 @@
7249
7284
  }]]);
7250
7285
  var Printer$1 = Printer;
7251
7286
 
7287
+ var Puzzle = createReactComponent('Puzzle', [['path', {
7288
+ d: 'm12 2 3.6 3.6c2.4-6.3 9.1.4 2.8 2.8L22 12l-3.6 3.6c-2.4-6.3-9.1.4-2.8 2.8L12 22l-3.6-3.6C6 24.7-.7 18 5.6 15.6L2 12l3.6-3.6C8 14.7 14.7 8 8.4 5.6L12 2z',
7289
+ key: '1neqd4'
7290
+ }]]);
7291
+ var Puzzle$1 = Puzzle;
7292
+
7252
7293
  var QrCode = createReactComponent('QrCode', [['rect', {
7253
7294
  x: '2',
7254
7295
  y: '2',
@@ -9528,6 +9569,27 @@
9528
9569
  }]]);
9529
9570
  var Verified$1 = Verified;
9530
9571
 
9572
+ var VibrateOff = createReactComponent('VibrateOff', [['path', {
9573
+ d: 'm2 8 2 2-2 2 2 2-2 2',
9574
+ key: 'sv1b1'
9575
+ }], ['path', {
9576
+ d: 'm22 8-2 2 2 2-2 2 2 2',
9577
+ key: '101i4y'
9578
+ }], ['path', {
9579
+ d: 'M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2',
9580
+ key: '1hbad5'
9581
+ }], ['path', {
9582
+ d: 'M16 10.34V6c0-.55-.45-1-1-1h-4.34',
9583
+ key: '1x5tf0'
9584
+ }], ['line', {
9585
+ x1: '2',
9586
+ y1: '2',
9587
+ x2: '22',
9588
+ y2: '22',
9589
+ key: '1w4vcy'
9590
+ }]]);
9591
+ var VibrateOff$1 = VibrateOff;
9592
+
9531
9593
  var Vibrate = createReactComponent('Vibrate', [['path', {
9532
9594
  d: 'm2 8 2 2-2 2 2 2-2 2',
9533
9595
  key: 'sv1b1'
@@ -10114,6 +10176,7 @@
10114
10176
  exports.Chrome = Chrome$1;
10115
10177
  exports.Circle = Circle$1;
10116
10178
  exports.CircleSlashed = CircleSlashed$1;
10179
+ exports.Clapperboard = Clapperboard$1;
10117
10180
  exports.Clipboard = Clipboard$1;
10118
10181
  exports.ClipboardCheck = ClipboardCheck$1;
10119
10182
  exports.ClipboardCopy = ClipboardCopy$1;
@@ -10237,6 +10300,7 @@
10237
10300
  exports.FlashlightOff = FlashlightOff$1;
10238
10301
  exports.FlaskConical = FlaskConical$1;
10239
10302
  exports.FlaskRound = FlaskRound$1;
10303
+ exports.Focus = Focus$1;
10240
10304
  exports.Folder = Folder$1;
10241
10305
  exports.FolderMinus = FolderMinus$1;
10242
10306
  exports.FolderOpen = FolderOpen$1;
@@ -10419,6 +10483,7 @@
10419
10483
  exports.Power = Power$1;
10420
10484
  exports.PowerOff = PowerOff$1;
10421
10485
  exports.Printer = Printer$1;
10486
+ exports.Puzzle = Puzzle$1;
10422
10487
  exports.QrCode = QrCode$1;
10423
10488
  exports.Quote = Quote$1;
10424
10489
  exports.Radio = Radio$1;
@@ -10557,6 +10622,7 @@
10557
10622
  exports.Users = Users$1;
10558
10623
  exports.Verified = Verified$1;
10559
10624
  exports.Vibrate = Vibrate$1;
10625
+ exports.VibrateOff = VibrateOff$1;
10560
10626
  exports.Video = Video$1;
10561
10627
  exports.VideoOff = VideoOff$1;
10562
10628
  exports.View = View$1;