lucide-react 0.46.0 → 0.49.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.
Files changed (42) hide show
  1. package/dist/cjs/lucide-react.js +422 -61
  2. package/dist/cjs/lucide-react.js.map +1 -1
  3. package/dist/esm/icons/alarm-clock-off.js +5 -2
  4. package/dist/esm/icons/bath.js +30 -0
  5. package/dist/esm/icons/binary.js +20 -8
  6. package/dist/esm/icons/bus.js +5 -2
  7. package/dist/esm/icons/camera-off.js +5 -2
  8. package/dist/esm/icons/cast.js +8 -2
  9. package/dist/esm/icons/chef-hat.js +12 -0
  10. package/dist/esm/icons/clipboard-copy.js +5 -2
  11. package/dist/esm/icons/component.js +15 -0
  12. package/dist/esm/icons/contact.js +1 -2
  13. package/dist/esm/icons/croissant.js +18 -0
  14. package/dist/esm/icons/dribbble.js +8 -2
  15. package/dist/esm/icons/flag-off.js +5 -2
  16. package/dist/esm/icons/fuel.js +21 -0
  17. package/dist/esm/icons/index.js +11 -0
  18. package/dist/esm/icons/lightbulb-off.js +5 -2
  19. package/dist/esm/icons/link-2-off.js +5 -2
  20. package/dist/esm/icons/link-2.js +5 -2
  21. package/dist/esm/icons/magnet.js +12 -0
  22. package/dist/esm/icons/maximize.js +11 -2
  23. package/dist/esm/icons/minimize.js +11 -2
  24. package/dist/esm/icons/phone-call.js +8 -2
  25. package/dist/esm/icons/podcast.js +6 -6
  26. package/dist/esm/icons/power-off.js +5 -2
  27. package/dist/esm/icons/radio.js +11 -2
  28. package/dist/esm/icons/scale.js +4 -4
  29. package/dist/esm/icons/star-off.js +15 -0
  30. package/dist/esm/icons/sun-medium.js +30 -0
  31. package/dist/esm/icons/sun-moon.js +33 -0
  32. package/dist/esm/icons/sword.js +24 -0
  33. package/dist/esm/icons/swords.js +45 -0
  34. package/dist/esm/icons/text-cursor-input.js +9 -6
  35. package/dist/esm/icons/truck.js +8 -2
  36. package/dist/esm/icons/volume-2.js +5 -2
  37. package/dist/lucide-react.d.ts +11 -0
  38. package/dist/umd/lucide-react.js +422 -61
  39. package/dist/umd/lucide-react.js.map +1 -1
  40. package/dist/umd/lucide-react.min.js +2 -2
  41. package/dist/umd/lucide-react.min.js.map +1 -1
  42. package/package.json +1 -1
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var AlarmClockOff = createReactComponent('AlarmClockOff', [['path', {
3
- d: 'M19.94 14A8 8 0 0 0 10 5.25m8.13 12.89A8 8 0 1 1 6.87 6.86',
4
- key: '1yqh8f'
3
+ d: 'M6.87 6.87a8 8 0 1 0 11.26 11.26',
4
+ key: '3on8tj'
5
+ }], ['path', {
6
+ d: 'M19.9 14.25A7.44 7.44 0 0 0 20 13a8 8 0 0 0-8-8 7.44 7.44 0 0 0-1.25.1',
7
+ key: 'nxzvge'
5
8
  }], ['path', {
6
9
  d: 'm22 6-3-3',
7
10
  key: '1opdir'
@@ -0,0 +1,30 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Bath = createReactComponent('Bath', [['path', {
3
+ d: 'M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5',
4
+ key: '1r8yf5'
5
+ }], ['line', {
6
+ x1: '10',
7
+ y1: '5',
8
+ x2: '8',
9
+ y2: '7',
10
+ key: 'd858pc'
11
+ }], ['line', {
12
+ x1: '2',
13
+ y1: '12',
14
+ x2: '22',
15
+ y2: '12',
16
+ key: 'zvmn4p'
17
+ }], ['line', {
18
+ x1: '7',
19
+ y1: '19',
20
+ x2: '7',
21
+ y2: '21',
22
+ key: 'cpl2n4'
23
+ }], ['line', {
24
+ x1: '17',
25
+ y1: '19',
26
+ x2: '17',
27
+ y2: '21',
28
+ key: 'ywtigw'
29
+ }]]);
30
+ export default Bath;
@@ -1,15 +1,27 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Binary = createReactComponent('Binary', [['path', {
3
- d: 'M10 4H6v6h4V4z',
4
- key: '7fv97c'
3
+ d: 'M6 20h4',
4
+ key: '1i6q5t'
5
5
  }], ['path', {
6
- d: 'M18 14h-4v6h4v-6z',
7
- key: 'p975cx'
6
+ d: 'M14 10h4',
7
+ key: 'ru81e7'
8
8
  }], ['path', {
9
- d: 'M14 4h2v6m-2 0h4',
10
- key: 'ltejvm'
9
+ d: 'M6 14h2v6',
10
+ key: '16z9wg'
11
11
  }], ['path', {
12
- d: 'M6 14h2v6m-2 0h4',
13
- key: 'oct1eo'
12
+ d: 'M14 4h2v6',
13
+ key: '1idq9u'
14
+ }], ['rect', {
15
+ x: '6',
16
+ y: '4',
17
+ width: '4',
18
+ height: '6',
19
+ key: 'btwfzx'
20
+ }], ['rect', {
21
+ x: '14',
22
+ y: '14',
23
+ width: '4',
24
+ height: '6',
25
+ key: '1cym0j'
14
26
  }]]);
15
27
  export default Binary;
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Bus = createReactComponent('Bus', [['path', {
3
- d: 'M19 17h2l.64-2.54a6 6 0 0 0 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2m10 0h-4',
4
- key: 'pc7asv'
3
+ d: 'M19 17h2l.64-2.54c.24-.959.24-1.962 0-2.92l-1.07-4.27A3 3 0 0 0 17.66 5H4a2 2 0 0 0-2 2v10h2',
4
+ key: 'wfsdqh'
5
+ }], ['path', {
6
+ d: 'M14 17H9',
7
+ key: 'o2noo5'
5
8
  }], ['circle', {
6
9
  cx: '6.5',
7
10
  cy: '17.5',
@@ -6,8 +6,11 @@ var CameraOff = createReactComponent('CameraOff', [['line', {
6
6
  y2: '22',
7
7
  key: '1w4vcy'
8
8
  }], ['path', {
9
- d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16',
10
- key: '1mx7an'
9
+ d: 'M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16',
10
+ key: 'qmtpty'
11
+ }], ['path', {
12
+ d: 'M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5',
13
+ key: '1ufyfc'
11
14
  }], ['path', {
12
15
  d: 'M14.121 15.121A3 3 0 1 1 9.88 10.88',
13
16
  key: '11zox6'
@@ -1,7 +1,13 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Cast = createReactComponent('Cast', [['path', {
3
- d: 'M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6',
4
- key: '1o3wz6'
3
+ d: 'M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6',
4
+ key: '3zrzxg'
5
+ }], ['path', {
6
+ d: 'M2 12a9 9 0 0 1 8 8',
7
+ key: 'g6cvee'
8
+ }], ['path', {
9
+ d: 'M2 16a5 5 0 0 1 4 4',
10
+ key: '1y1dii'
5
11
  }], ['line', {
6
12
  x1: '2',
7
13
  y1: '20',
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ChefHat = createReactComponent('ChefHat', [['path', {
3
+ d: 'M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z',
4
+ key: 'z3ra2g'
5
+ }], ['line', {
6
+ x1: '6',
7
+ y1: '17',
8
+ x2: '18',
9
+ y2: '17',
10
+ key: '130uxj'
11
+ }]]);
12
+ export default ChefHat;
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var ClipboardCopy = createReactComponent('ClipboardCopy', [['path', {
3
- d: 'M16 4h2a2 2 0 0 1 2 2v4M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2',
4
- key: 'q61o6r'
3
+ d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2',
4
+ key: '4jdomd'
5
+ }], ['path', {
6
+ d: 'M16 4h2a2 2 0 0 1 2 2v4',
7
+ key: '3hqy98'
5
8
  }], ['rect', {
6
9
  x: '8',
7
10
  y: '2',
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Component = createReactComponent('Component', [['path', {
3
+ d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z',
4
+ key: '1kciei'
5
+ }], ['path', {
6
+ d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z',
7
+ key: '1ome0g'
8
+ }], ['path', {
9
+ d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z',
10
+ key: 'vbupec'
11
+ }], ['path', {
12
+ d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z',
13
+ key: '16csic'
14
+ }]]);
15
+ export default Component;
@@ -10,11 +10,10 @@ var Contact = createReactComponent('Contact', [['path', {
10
10
  rx: '2',
11
11
  key: '12vinp'
12
12
  }], ['circle', {
13
- "class": 'cls-2',
14
13
  cx: '12',
15
14
  cy: '10',
16
15
  r: '2',
17
- key: '1u0mtd'
16
+ key: '1yojzk'
18
17
  }], ['line', {
19
18
  x1: '8',
20
19
  y1: '2',
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Croissant = createReactComponent('Croissant', [['path', {
3
+ d: 'm4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z',
4
+ key: '1ozxlb'
5
+ }], ['path', {
6
+ d: 'm10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83',
7
+ key: 'ffuyb5'
8
+ }], ['path', {
9
+ d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4',
10
+ key: 'osnpzi'
11
+ }], ['path', {
12
+ d: 'm14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2',
13
+ key: '1vubaw'
14
+ }], ['path', {
15
+ d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5',
16
+ key: 'wxr772'
17
+ }]]);
18
+ export default Croissant;
@@ -5,7 +5,13 @@ var Dribbble = createReactComponent('Dribbble', [['circle', {
5
5
  r: '10',
6
6
  key: '1mglay'
7
7
  }], ['path', {
8
- d: 'M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32',
9
- key: '10q4hb'
8
+ d: 'M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94',
9
+ key: 'hpej1'
10
+ }], ['path', {
11
+ d: 'M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32',
12
+ key: '1tr44o'
13
+ }], ['path', {
14
+ d: 'M8.56 2.75c4.37 6 6 9.42 8 17.72',
15
+ key: 'kbh691'
10
16
  }]]);
11
17
  export default Dribbble;
@@ -3,8 +3,11 @@ var FlagOff = createReactComponent('FlagOff', [['path', {
3
3
  d: 'M8 2c3 0 5 2 8 2s4-1 4-1v11',
4
4
  key: '9rwyz9'
5
5
  }], ['path', {
6
- d: 'M4 22v-7m0 0s1-1 4-1 5 2 8 2M4 15V4',
7
- key: '18jr0d'
6
+ d: 'M4 22V4',
7
+ key: '1plyxx'
8
+ }], ['path', {
9
+ d: 'M4 15s1-1 4-1 5 2 8 2',
10
+ key: '1myooe'
8
11
  }], ['line', {
9
12
  x1: '2',
10
13
  y1: '2',
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Fuel = createReactComponent('Fuel', [['line', {
3
+ x1: '3',
4
+ y1: '22',
5
+ x2: '15',
6
+ y2: '22',
7
+ key: 'fc344c'
8
+ }], ['line', {
9
+ x1: '4',
10
+ y1: '9',
11
+ x2: '14',
12
+ y2: '9',
13
+ key: 'htzs8q'
14
+ }], ['path', {
15
+ d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18',
16
+ key: '16j0yd'
17
+ }], ['path', {
18
+ d: 'M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5',
19
+ key: '8ur5zv'
20
+ }]]);
21
+ export default Fuel;
@@ -67,6 +67,7 @@ export { default as BarChart4 } from './bar-chart-4';
67
67
  export { default as BarChartHorizontal } from './bar-chart-horizontal';
68
68
  export { default as BarChart } from './bar-chart';
69
69
  export { default as Baseline } from './baseline';
70
+ export { default as Bath } from './bath';
70
71
  export { default as BatteryCharging } from './battery-charging';
71
72
  export { default as BatteryFull } from './battery-full';
72
73
  export { default as BatteryLow } from './battery-low';
@@ -111,6 +112,7 @@ export { default as CheckCircle2 } from './check-circle-2';
111
112
  export { default as CheckCircle } from './check-circle';
112
113
  export { default as CheckSquare } from './check-square';
113
114
  export { default as Check } from './check';
115
+ export { default as ChefHat } from './chef-hat';
114
116
  export { default as ChevronDown } from './chevron-down';
115
117
  export { default as ChevronFirst } from './chevron-first';
116
118
  export { default as ChevronLast } from './chevron-last';
@@ -169,6 +171,7 @@ export { default as Coins } from './coins';
169
171
  export { default as Columns } from './columns';
170
172
  export { default as Command } from './command';
171
173
  export { default as Compass } from './compass';
174
+ export { default as Component } from './component';
172
175
  export { default as Contact } from './contact';
173
176
  export { default as Contrast } from './contrast';
174
177
  export { default as Cookie } from './cookie';
@@ -185,6 +188,7 @@ export { default as CornerUpLeft } from './corner-up-left';
185
188
  export { default as CornerUpRight } from './corner-up-right';
186
189
  export { default as Cpu } from './cpu';
187
190
  export { default as CreditCard } from './credit-card';
191
+ export { default as Croissant } from './croissant';
188
192
  export { default as Crop } from './crop';
189
193
  export { default as Cross } from './cross';
190
194
  export { default as Crosshair } from './crosshair';
@@ -263,6 +267,7 @@ export { default as Forward } from './forward';
263
267
  export { default as Frame } from './frame';
264
268
  export { default as Framer } from './framer';
265
269
  export { default as Frown } from './frown';
270
+ export { default as Fuel } from './fuel';
266
271
  export { default as FunctionSquare } from './function-square';
267
272
  export { default as Gamepad2 } from './gamepad-2';
268
273
  export { default as Gamepad } from './gamepad';
@@ -354,6 +359,7 @@ export { default as Locate } from './locate';
354
359
  export { default as Lock } from './lock';
355
360
  export { default as LogIn } from './log-in';
356
361
  export { default as LogOut } from './log-out';
362
+ export { default as Magnet } from './magnet';
357
363
  export { default as Mail } from './mail';
358
364
  export { default as MapPinOff } from './map-pin-off';
359
365
  export { default as MapPin } from './map-pin';
@@ -518,6 +524,7 @@ export { default as Speaker } from './speaker';
518
524
  export { default as Sprout } from './sprout';
519
525
  export { default as Square } from './square';
520
526
  export { default as StarHalf } from './star-half';
527
+ export { default as StarOff } from './star-off';
521
528
  export { default as Star } from './star';
522
529
  export { default as StopCircle } from './stop-circle';
523
530
  export { default as StretchHorizontal } from './stretch-horizontal';
@@ -525,12 +532,16 @@ export { default as StretchVertical } from './stretch-vertical';
525
532
  export { default as Strikethrough } from './strikethrough';
526
533
  export { default as Subscript } from './subscript';
527
534
  export { default as SunDim } from './sun-dim';
535
+ export { default as SunMedium } from './sun-medium';
536
+ export { default as SunMoon } from './sun-moon';
528
537
  export { default as Sun } from './sun';
529
538
  export { default as Sunrise } from './sunrise';
530
539
  export { default as Sunset } from './sunset';
531
540
  export { default as Superscript } from './superscript';
532
541
  export { default as SwissFranc } from './swiss-franc';
533
542
  export { default as SwitchCamera } from './switch-camera';
543
+ export { default as Sword } from './sword';
544
+ export { default as Swords } from './swords';
534
545
  export { default as Table } from './table';
535
546
  export { default as Tablet } from './tablet';
536
547
  export { default as Tag } from './tag';
@@ -9,7 +9,10 @@ var LightbulbOff = createReactComponent('LightbulbOff', [['path', {
9
9
  d: 'm2 2 20 20',
10
10
  key: '1ooewy'
11
11
  }], ['path', {
12
- d: 'M8.91 14a4.61 4.61 0 0 0-1.41-2.5C6.23 10.23 6 9 6 8a6 6 0 0 1 .084-1M9 2.804A6 6 0 0 1 18 8a4.651 4.651 0 0 1-1.031 3',
13
- key: 'p3zf1v'
12
+ d: 'M9 2.804A6 6 0 0 1 18 8a4.65 4.65 0 0 1-1.03 3',
13
+ key: '1v6krz'
14
+ }], ['path', {
15
+ d: 'M8.91 14a4.61 4.61 0 0 0-1.41-2.5C6.23 10.23 6 9 6 8a6 6 0 0 1 .084-1',
16
+ key: '1jxmct'
14
17
  }]]);
15
18
  export default LightbulbOff;
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Link2Off = createReactComponent('Link2Off', [['path', {
3
- d: 'M15 7h2a5 5 0 0 1 4 8M9 17H7A5 5 0 0 1 7 7',
4
- key: '1njnd9'
3
+ d: 'M9 17H7A5 5 0 0 1 7 7',
4
+ key: '10o201'
5
+ }], ['path', {
6
+ d: 'M15 7h2a5 5 0 0 1 4 8',
7
+ key: '1d3206'
5
8
  }], ['line', {
6
9
  x1: '8',
7
10
  y1: '12',
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Link2 = createReactComponent('Link2', [['path', {
3
- d: 'M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2',
4
- key: '1re2ne'
3
+ d: 'M9 17H7A5 5 0 0 1 7 7h2',
4
+ key: '8i5ue5'
5
+ }], ['path', {
6
+ d: 'M15 7h2a5 5 0 1 1 0 10h-2',
7
+ key: '1b9ql8'
5
8
  }], ['line', {
6
9
  x1: '8',
7
10
  y1: '12',
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Magnet = createReactComponent('Magnet', [['path', {
3
+ d: 'm6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15',
4
+ key: '1i3lhw'
5
+ }], ['path', {
6
+ d: 'm5 8 4 4',
7
+ key: 'j6kj7e'
8
+ }], ['path', {
9
+ d: 'm12 15 4 4',
10
+ key: 'lnac28'
11
+ }]]);
12
+ export default Magnet;
@@ -1,6 +1,15 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Maximize = createReactComponent('Maximize', [['path', {
3
- d: 'M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3',
4
- key: '16j8ov'
3
+ d: 'M8 3H5a2 2 0 0 0-2 2v3',
4
+ key: '1dcmit'
5
+ }], ['path', {
6
+ d: 'M21 8V5a2 2 0 0 0-2-2h-3',
7
+ key: '1e4gt3'
8
+ }], ['path', {
9
+ d: 'M3 16v3a2 2 0 0 0 2 2h3',
10
+ key: 'wsl5sc'
11
+ }], ['path', {
12
+ d: 'M16 21h3a2 2 0 0 0 2-2v-3',
13
+ key: '18trek'
5
14
  }]]);
6
15
  export default Maximize;
@@ -1,6 +1,15 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Minimize = createReactComponent('Minimize', [['path', {
3
- d: 'M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3',
4
- key: 'yp9qzp'
3
+ d: 'M8 3v3a2 2 0 0 1-2 2H3',
4
+ key: 'hohbtr'
5
+ }], ['path', {
6
+ d: 'M21 8h-3a2 2 0 0 1-2-2V3',
7
+ key: '5jw1f3'
8
+ }], ['path', {
9
+ d: 'M3 16h3a2 2 0 0 1 2 2v3',
10
+ key: '198tvr'
11
+ }], ['path', {
12
+ d: 'M16 21v-3a2 2 0 0 1 2-2h3',
13
+ key: 'ph8mxp'
5
14
  }]]);
6
15
  export default Minimize;
@@ -1,6 +1,12 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var PhoneCall = createReactComponent('PhoneCall', [['path', {
3
- d: 'M14.05 6A5 5 0 0 1 18 10m-3.95-8a9 9 0 0 1 8 7.94m0 7v3a2 2 0 0 1-2 2h-.19a19.79 19.79 0 0 1-8.63-3.07 19.52 19.52 0 0 1-6-6 19.82 19.82 0 0 1-3.11-8.69A2 2 0 0 1 3.93 2h3.18a2 2 0 0 1 2 1.72 13 13 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 13 13 0 0 0 2.81.7A2 2 0 0 1 22 16.92z',
4
- key: '1tq0w5'
3
+ d: 'M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z',
4
+ key: 'foiqr5'
5
+ }], ['path', {
6
+ d: 'M14.05 2a9 9 0 0 1 8 7.94',
7
+ key: 'vmijpz'
8
+ }], ['path', {
9
+ d: 'M14.05 6A5 5 0 0 1 18 10',
10
+ key: '13nbpp'
5
11
  }]]);
6
12
  export default PhoneCall;
@@ -5,13 +5,13 @@ var Podcast = createReactComponent('Podcast', [['circle', {
5
5
  r: '1',
6
6
  key: '1gvufo'
7
7
  }], ['path', {
8
- d: 'M17.03 18.46a9 9 0 1 0-10.02.03',
9
- key: '1mrie4'
8
+ d: 'M11 17a1 1 0 0 1 2 0c0 .5-.34 3-.5 4.5a.5.5 0 0 1-1 0c-.16-1.5-.5-4-.5-4.5Z',
9
+ key: '1n5fvv'
10
10
  }], ['path', {
11
- d: 'M16.06 13.91a5 5 0 1 0-7.97.2',
12
- key: 'hsvve2'
11
+ d: 'M8 14a5 5 0 1 1 8 0',
12
+ key: 'fc81rn'
13
13
  }], ['path', {
14
- d: 'M11.11 17a.9.9 0 1 1 1.78 0l-.52 4.67a.37.37 0 0 1-.74 0l-.52-4.68z',
15
- key: 'ooj0ye'
14
+ d: 'M17 18.5a9 9 0 1 0-10 0',
15
+ key: 'jqtxkf'
16
16
  }]]);
17
17
  export default Podcast;
@@ -1,7 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var PowerOff = createReactComponent('PowerOff', [['path', {
3
- d: 'M18.36 6.64A9 9 0 0 1 20.77 15M5.63 6.64A9 9 0 1 0 18.706 19',
4
- key: '1vbwpn'
3
+ d: 'M18.36 6.64A9 9 0 0 1 20.77 15',
4
+ key: 'dxknvb'
5
+ }], ['path', {
6
+ d: 'M6.16 6.16a9 9 0 1 0 12.68 12.68',
7
+ key: '1x7qb5'
5
8
  }], ['path', {
6
9
  d: 'M12 2v4',
7
10
  key: '3427ic'
@@ -5,7 +5,16 @@ var Radio = createReactComponent('Radio', [['circle', {
5
5
  r: '2',
6
6
  key: '1c9p78'
7
7
  }], ['path', {
8
- d: 'M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14',
9
- key: '16ohhe'
8
+ d: 'M4.93 19.07a10 10 0 0 1 0-14.14',
9
+ key: 'r41b39'
10
+ }], ['path', {
11
+ d: 'M7.76 16.24a6 6 0 0 1-1.3-1.95 6 6 0 0 1 0-4.59 6 6 0 0 1 1.3-1.95',
12
+ key: '1pc8et'
13
+ }], ['path', {
14
+ d: 'M16.24 7.76a6 6 0 0 1 1.3 2 6 6 0 0 1 0 4.59 6 6 0 0 1-1.3 1.95',
15
+ key: '8dzjga'
16
+ }], ['path', {
17
+ d: 'M19.07 4.93a10 10 0 0 1 0 14.14',
18
+ key: '1kegas'
10
19
  }]]);
11
20
  export default Radio;
@@ -1,10 +1,10 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Scale = createReactComponent('Scale', [['path', {
3
- d: 'm16 16 3-8 3.001 8A5.002 5.002 0 0 1 16 16z',
4
- key: 'slvdv3'
3
+ d: 'm16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z',
4
+ key: '7g6ntu'
5
5
  }], ['path', {
6
- d: 'm2 16 3-8 3.001 8A5.002 5.002 0 0 1 2 16z',
7
- key: '2ndbnz'
6
+ d: 'm2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z',
7
+ key: 'ijws7r'
8
8
  }], ['path', {
9
9
  d: 'M7 21h10',
10
10
  key: '1b0cd5'
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var StarOff = createReactComponent('StarOff', [['path', {
3
+ d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43',
4
+ key: '16m0ql'
5
+ }], ['path', {
6
+ d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91',
7
+ key: '1vt8nq'
8
+ }], ['line', {
9
+ x1: '2',
10
+ y1: '2',
11
+ x2: '22',
12
+ y2: '22',
13
+ key: '1w4vcy'
14
+ }]]);
15
+ export default StarOff;
@@ -0,0 +1,30 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var SunMedium = createReactComponent('SunMedium', [['path', {
3
+ d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
4
+ key: 'rhxqn8'
5
+ }], ['path', {
6
+ d: 'M12 3v1',
7
+ key: '1asbbs'
8
+ }], ['path', {
9
+ d: 'M12 20v1',
10
+ key: '1wcdkc'
11
+ }], ['path', {
12
+ d: 'M3 12h1',
13
+ key: 'lp3yf2'
14
+ }], ['path', {
15
+ d: 'M20 12h1',
16
+ key: '1vloll'
17
+ }], ['path', {
18
+ d: 'M18.364 5.636l-.707.707',
19
+ key: '1yh9r5'
20
+ }], ['path', {
21
+ d: 'M6.343 17.657l-.707.707',
22
+ key: '1jxihd'
23
+ }], ['path', {
24
+ d: 'M5.636 5.636l.707.707',
25
+ key: '1rbc6u'
26
+ }], ['path', {
27
+ d: 'M17.657 17.657l.707.707',
28
+ key: 'yvwpvf'
29
+ }]]);
30
+ export default SunMedium;
@@ -0,0 +1,33 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var SunMoon = createReactComponent('SunMoon', [['path', {
3
+ d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
4
+ key: 'rhxqn8'
5
+ }], ['path', {
6
+ d: 'M16 12.386A3.136 3.136 0 0111.614 8',
7
+ key: 'l36jv9'
8
+ }], ['path', {
9
+ d: 'M12 2v2',
10
+ key: 'tus03m'
11
+ }], ['path', {
12
+ d: 'M12 20v2',
13
+ key: '1lh1kg'
14
+ }], ['path', {
15
+ d: 'M5 5l1.5 1.5',
16
+ key: '14jlk1'
17
+ }], ['path', {
18
+ d: 'M17.5 17.5L19 19',
19
+ key: '1aq1dt'
20
+ }], ['path', {
21
+ d: 'M2 12h2',
22
+ key: '1t8f8n'
23
+ }], ['path', {
24
+ d: 'M20 12h2',
25
+ key: '1q8mjw'
26
+ }], ['path', {
27
+ d: 'M5 19l1.5-1.5',
28
+ key: 'ltljez'
29
+ }], ['path', {
30
+ d: 'M17.5 6.5L19 5',
31
+ key: '1jn2nc'
32
+ }]]);
33
+ export default SunMoon;
@@ -0,0 +1,24 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Sword = createReactComponent('Sword', [['polyline', {
3
+ points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
4
+ key: '1hfsw2'
5
+ }], ['line', {
6
+ x1: '13',
7
+ y1: '19',
8
+ x2: '19',
9
+ y2: '13',
10
+ key: '7h9f57'
11
+ }], ['line', {
12
+ x1: '16',
13
+ y1: '16',
14
+ x2: '20',
15
+ y2: '20',
16
+ key: '1b4zco'
17
+ }], ['line', {
18
+ x1: '19',
19
+ y1: '21',
20
+ x2: '21',
21
+ y2: '19',
22
+ key: 'df24kr'
23
+ }]]);
24
+ export default Sword;