lucide-react 0.44.0 → 0.47.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 (36) hide show
  1. package/dist/cjs/lucide-react.js +439 -47
  2. package/dist/cjs/lucide-react.js.map +1 -1
  3. package/dist/esm/icons/bar-chart-3.js +15 -0
  4. package/dist/esm/icons/bar-chart-4.js +15 -0
  5. package/dist/esm/icons/bar-chart-horizontal.js +15 -0
  6. package/dist/esm/icons/bath.js +30 -0
  7. package/dist/esm/icons/battery-charging.js +7 -7
  8. package/dist/esm/icons/battery-full.js +9 -9
  9. package/dist/esm/icons/battery-low.js +3 -3
  10. package/dist/esm/icons/battery-medium.js +6 -6
  11. package/dist/esm/icons/chef-hat.js +12 -0
  12. package/dist/esm/icons/cloud-lightning.js +4 -4
  13. package/dist/esm/icons/component.js +15 -0
  14. package/dist/esm/icons/croissant.js +18 -0
  15. package/dist/esm/icons/fuel.js +21 -0
  16. package/dist/esm/icons/index.js +19 -0
  17. package/dist/esm/icons/inspect.js +4 -7
  18. package/dist/esm/icons/line-chart.js +9 -0
  19. package/dist/esm/icons/map-pin-off.js +21 -0
  20. package/dist/esm/icons/navigation-2-off.js +15 -0
  21. package/dist/esm/icons/navigation-off.js +15 -0
  22. package/dist/esm/icons/pipette.js +6 -6
  23. package/dist/esm/icons/shopping-cart.js +4 -4
  24. package/dist/esm/icons/star-off.js +15 -0
  25. package/dist/esm/icons/sun-medium.js +30 -0
  26. package/dist/esm/icons/sun-moon.js +33 -0
  27. package/dist/esm/icons/sword.js +24 -0
  28. package/dist/esm/icons/swords.js +45 -0
  29. package/dist/esm/icons/train.js +16 -0
  30. package/dist/esm/icons/venetian-mask.js +12 -0
  31. package/dist/lucide-react.d.ts +19 -0
  32. package/dist/umd/lucide-react.js +439 -47
  33. package/dist/umd/lucide-react.js.map +1 -1
  34. package/dist/umd/lucide-react.min.js +2 -2
  35. package/dist/umd/lucide-react.min.js.map +1 -1
  36. package/package.json +1 -1
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var BarChart3 = createReactComponent('BarChart3', [['path', {
3
+ d: 'M2 2v20h20',
4
+ key: '9fg1bd'
5
+ }], ['path', {
6
+ d: 'M17 18V9',
7
+ key: '13vkfx'
8
+ }], ['path', {
9
+ d: 'M12 18V4',
10
+ key: 'j0v35r'
11
+ }], ['path', {
12
+ d: 'M7 18v-4',
13
+ key: '17zvgx'
14
+ }]]);
15
+ export default BarChart3;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var BarChart4 = createReactComponent('BarChart4', [['path', {
3
+ d: 'M2 2v20h20',
4
+ key: '9fg1bd'
5
+ }], ['path', {
6
+ d: 'M12 18V9',
7
+ key: 'vwku8i'
8
+ }], ['path', {
9
+ d: 'M17 18V4',
10
+ key: 'jpnfp6'
11
+ }], ['path', {
12
+ d: 'M7 18v-4',
13
+ key: '17zvgx'
14
+ }]]);
15
+ export default BarChart4;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var BarChartHorizontal = createReactComponent('BarChartHorizontal', [['path', {
3
+ d: 'M2 2V22H22',
4
+ key: '1hhjiq'
5
+ }], ['path', {
6
+ d: 'M6 17L15 17',
7
+ key: '19egyu'
8
+ }], ['path', {
9
+ d: 'M6 12L20 12',
10
+ key: '192eut'
11
+ }], ['path', {
12
+ d: 'M6 7L10 7',
13
+ key: '8emfg'
14
+ }]]);
15
+ export default BarChartHorizontal;
@@ -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,13 +1,13 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var BatteryCharging = createReactComponent('BatteryCharging', [['path', {
3
- d: 'M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-3',
4
- key: '1xyi77'
3
+ d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2',
4
+ key: '1sdynx'
5
5
  }], ['path', {
6
- d: 'M7 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2',
7
- key: 'ssrwkc'
8
- }], ['polyline', {
9
- points: '11 7 8 12 12 12 9 17',
10
- key: 'w083az'
6
+ d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1',
7
+ key: '1gkd3k'
8
+ }], ['path', {
9
+ d: 'm11 7-3 5h4l-3 5',
10
+ key: 'b4a64w'
11
11
  }], ['line', {
12
12
  x1: '22',
13
13
  x2: '22',
@@ -16,20 +16,20 @@ var BatteryFull = createReactComponent('BatteryFull', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }], ['line', {
23
23
  x1: '10',
24
24
  x2: '10',
25
- y1: '10',
26
- y2: '14',
27
- key: 'yr8orz'
25
+ y1: '11',
26
+ y2: '13',
27
+ key: 'haxvl5'
28
28
  }], ['line', {
29
29
  x1: '14',
30
30
  x2: '14',
31
- y1: '10',
32
- y2: '14',
33
- key: '13vqx6'
31
+ y1: '11',
32
+ y2: '13',
33
+ key: 'c6fn6x'
34
34
  }]]);
35
35
  export default BatteryFull;
@@ -16,8 +16,8 @@ var BatteryLow = createReactComponent('BatteryLow', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }]]);
23
23
  export default BatteryLow;
@@ -16,14 +16,14 @@ var BatteryMedium = createReactComponent('BatteryMedium', [['rect', {
16
16
  }], ['line', {
17
17
  x1: '6',
18
18
  x2: '6',
19
- y1: '10',
20
- y2: '14',
21
- key: 'ubtcxb'
19
+ y1: '11',
20
+ y2: '13',
21
+ key: '1wd6dw'
22
22
  }], ['line', {
23
23
  x1: '10',
24
24
  x2: '10',
25
- y1: '10',
26
- y2: '14',
27
- key: 'yr8orz'
25
+ y1: '11',
26
+ y2: '13',
27
+ key: 'haxvl5'
28
28
  }]]);
29
29
  export default BatteryMedium;
@@ -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,9 +1,9 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var CloudLightning = createReactComponent('CloudLightning', [['path', {
3
- d: 'M17.5 17a4.5 4.5 0 1 0 0-9h-1.8a7 7 0 1 0-10.3 8',
4
- key: '7ajsir'
3
+ d: 'm13 12-3 5h4l-3 5',
4
+ key: '1t22er'
5
5
  }], ['path', {
6
- d: 'm12 12-3 5h5l-3 5',
7
- key: '18o7uq'
6
+ d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
7
+ key: '1nzj8g'
8
8
  }]]);
9
9
  export default CloudLightning;
@@ -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;
@@ -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;
@@ -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;
@@ -62,8 +62,12 @@ export { default as Award } from './award';
62
62
  export { default as Axe } from './axe';
63
63
  export { default as Banknote } from './banknote';
64
64
  export { default as BarChart2 } from './bar-chart-2';
65
+ export { default as BarChart3 } from './bar-chart-3';
66
+ export { default as BarChart4 } from './bar-chart-4';
67
+ export { default as BarChartHorizontal } from './bar-chart-horizontal';
65
68
  export { default as BarChart } from './bar-chart';
66
69
  export { default as Baseline } from './baseline';
70
+ export { default as Bath } from './bath';
67
71
  export { default as BatteryCharging } from './battery-charging';
68
72
  export { default as BatteryFull } from './battery-full';
69
73
  export { default as BatteryLow } from './battery-low';
@@ -108,6 +112,7 @@ export { default as CheckCircle2 } from './check-circle-2';
108
112
  export { default as CheckCircle } from './check-circle';
109
113
  export { default as CheckSquare } from './check-square';
110
114
  export { default as Check } from './check';
115
+ export { default as ChefHat } from './chef-hat';
111
116
  export { default as ChevronDown } from './chevron-down';
112
117
  export { default as ChevronFirst } from './chevron-first';
113
118
  export { default as ChevronLast } from './chevron-last';
@@ -166,6 +171,7 @@ export { default as Coins } from './coins';
166
171
  export { default as Columns } from './columns';
167
172
  export { default as Command } from './command';
168
173
  export { default as Compass } from './compass';
174
+ export { default as Component } from './component';
169
175
  export { default as Contact } from './contact';
170
176
  export { default as Contrast } from './contrast';
171
177
  export { default as Cookie } from './cookie';
@@ -182,6 +188,7 @@ export { default as CornerUpLeft } from './corner-up-left';
182
188
  export { default as CornerUpRight } from './corner-up-right';
183
189
  export { default as Cpu } from './cpu';
184
190
  export { default as CreditCard } from './credit-card';
191
+ export { default as Croissant } from './croissant';
185
192
  export { default as Crop } from './crop';
186
193
  export { default as Cross } from './cross';
187
194
  export { default as Crosshair } from './crosshair';
@@ -260,6 +267,7 @@ export { default as Forward } from './forward';
260
267
  export { default as Frame } from './frame';
261
268
  export { default as Framer } from './framer';
262
269
  export { default as Frown } from './frown';
270
+ export { default as Fuel } from './fuel';
263
271
  export { default as FunctionSquare } from './function-square';
264
272
  export { default as Gamepad2 } from './gamepad-2';
265
273
  export { default as Gamepad } from './gamepad';
@@ -332,6 +340,7 @@ export { default as Library } from './library';
332
340
  export { default as LifeBuoy } from './life-buoy';
333
341
  export { default as LightbulbOff } from './lightbulb-off';
334
342
  export { default as Lightbulb } from './lightbulb';
343
+ export { default as LineChart } from './line-chart';
335
344
  export { default as Link2Off } from './link-2-off';
336
345
  export { default as Link2 } from './link-2';
337
346
  export { default as Link } from './link';
@@ -351,6 +360,7 @@ export { default as Lock } from './lock';
351
360
  export { default as LogIn } from './log-in';
352
361
  export { default as LogOut } from './log-out';
353
362
  export { default as Mail } from './mail';
363
+ export { default as MapPinOff } from './map-pin-off';
354
364
  export { default as MapPin } from './map-pin';
355
365
  export { default as Map } from './map';
356
366
  export { default as Maximize2 } from './maximize-2';
@@ -386,7 +396,9 @@ export { default as MoveHorizontal } from './move-horizontal';
386
396
  export { default as MoveVertical } from './move-vertical';
387
397
  export { default as Move } from './move';
388
398
  export { default as Music } from './music';
399
+ export { default as Navigation2Off } from './navigation-2-off';
389
400
  export { default as Navigation2 } from './navigation-2';
401
+ export { default as NavigationOff } from './navigation-off';
390
402
  export { default as Navigation } from './navigation';
391
403
  export { default as Network } from './network';
392
404
  export { default as Octagon } from './octagon';
@@ -511,6 +523,7 @@ export { default as Speaker } from './speaker';
511
523
  export { default as Sprout } from './sprout';
512
524
  export { default as Square } from './square';
513
525
  export { default as StarHalf } from './star-half';
526
+ export { default as StarOff } from './star-off';
514
527
  export { default as Star } from './star';
515
528
  export { default as StopCircle } from './stop-circle';
516
529
  export { default as StretchHorizontal } from './stretch-horizontal';
@@ -518,12 +531,16 @@ export { default as StretchVertical } from './stretch-vertical';
518
531
  export { default as Strikethrough } from './strikethrough';
519
532
  export { default as Subscript } from './subscript';
520
533
  export { default as SunDim } from './sun-dim';
534
+ export { default as SunMedium } from './sun-medium';
535
+ export { default as SunMoon } from './sun-moon';
521
536
  export { default as Sun } from './sun';
522
537
  export { default as Sunrise } from './sunrise';
523
538
  export { default as Sunset } from './sunset';
524
539
  export { default as Superscript } from './superscript';
525
540
  export { default as SwissFranc } from './swiss-franc';
526
541
  export { default as SwitchCamera } from './switch-camera';
542
+ export { default as Sword } from './sword';
543
+ export { default as Swords } from './swords';
527
544
  export { default as Table } from './table';
528
545
  export { default as Tablet } from './tablet';
529
546
  export { default as Tag } from './tag';
@@ -545,6 +562,7 @@ export { default as Timer } from './timer';
545
562
  export { default as ToggleLeft } from './toggle-left';
546
563
  export { default as ToggleRight } from './toggle-right';
547
564
  export { default as Tornado } from './tornado';
565
+ export { default as Train } from './train';
548
566
  export { default as Trash2 } from './trash-2';
549
567
  export { default as Trash } from './trash';
550
568
  export { default as Trello } from './trello';
@@ -572,6 +590,7 @@ export { default as UserPlus } from './user-plus';
572
590
  export { default as UserX } from './user-x';
573
591
  export { default as User } from './user';
574
592
  export { default as Users } from './users';
593
+ export { default as VenetianMask } from './venetian-mask';
575
594
  export { default as Verified } from './verified';
576
595
  export { default as VibrateOff } from './vibrate-off';
577
596
  export { default as Vibrate } from './vibrate';
@@ -1,12 +1,9 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Inspect = createReactComponent('Inspect', [['path', {
3
- d: 'M19 11V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h7',
4
- key: '28qovq'
3
+ d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6',
4
+ key: '14rsvq'
5
5
  }], ['path', {
6
- d: 'm12 12 4.166 10 1.48-4.355L22 16.166 12 12z',
7
- key: '13hiih'
8
- }], ['path', {
9
- d: 'm18 18 3 3',
10
- key: '9b75br'
6
+ d: 'm12 12 4 10 1.7-4.3L22 16Z',
7
+ key: '64ilsv'
11
8
  }]]);
12
9
  export default Inspect;
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var LineChart = createReactComponent('LineChart', [['path', {
3
+ d: 'M2 2v20h20',
4
+ key: '9fg1bd'
5
+ }], ['path', {
6
+ d: 'm20 9-6 6-5-5-3 3',
7
+ key: 'kmh158'
8
+ }]]);
9
+ export default LineChart;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var MapPinOff = createReactComponent('MapPinOff', [['path', {
3
+ d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
4
+ key: '12a8pk'
5
+ }], ['path', {
6
+ d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
7
+ key: '1r9f6y'
8
+ }], ['path', {
9
+ d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
10
+ key: 'erynq7'
11
+ }], ['path', {
12
+ d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16',
13
+ key: '1hwwmx'
14
+ }], ['line', {
15
+ x1: '2',
16
+ y1: '2',
17
+ x2: '22',
18
+ y2: '22',
19
+ key: '1w4vcy'
20
+ }]]);
21
+ export default MapPinOff;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Navigation2Off = createReactComponent('Navigation2Off', [['path', {
3
+ d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17',
4
+ key: 'qoq2o2'
5
+ }], ['path', {
6
+ d: 'M14.53 8.88 12 2 10.83 5.17',
7
+ key: '113rjm'
8
+ }], ['line', {
9
+ x1: '2',
10
+ y1: '2',
11
+ x2: '22',
12
+ y2: '22',
13
+ key: '1w4vcy'
14
+ }]]);
15
+ export default Navigation2Off;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var NavigationOff = createReactComponent('NavigationOff', [['path', {
3
+ d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43',
4
+ key: '1vdtb7'
5
+ }], ['path', {
6
+ d: 'M17.39 11.73 22 2 12.27 6.61',
7
+ key: 'w6p316'
8
+ }], ['line', {
9
+ x1: '2',
10
+ y1: '2',
11
+ x2: '22',
12
+ y2: '22',
13
+ key: '1w4vcy'
14
+ }]]);
15
+ export default NavigationOff;
@@ -1,12 +1,12 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var Pipette = createReactComponent('Pipette', [['path', {
3
- d: 'm2 22 2-2h3l7-7',
4
- key: '1xbgtq'
3
+ d: 'M2 22l1-1H6l9-9',
4
+ key: 'vi57q3'
5
5
  }], ['path', {
6
- d: 'M4 20v-3l7-7',
7
- key: 'ry8qh4'
6
+ d: 'M3 21V18l9-9',
7
+ key: 'tvc52x'
8
8
  }], ['path', {
9
- d: 'M14.29 13.3a1 1 0 0 0 1.41 0l.8-.8c.27-.27.27-.72 0-1s-.28-.72 0-1l4.08-4.08a2 2 0 0 0 0-2.83l-.17-.17a2 2 0 0 0-2.83 0L13.5 7.51c-.28.27-.73.27-1 0s-.73-.28-1 0l-.8.79a1 1 0 0 0 0 1.41l3.59 3.59z',
10
- key: '1ejkl4'
9
+ d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
10
+ key: '1u8tu6'
11
11
  }]]);
12
12
  export default Pipette;
@@ -1,16 +1,16 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var ShoppingCart = createReactComponent('ShoppingCart', [['circle', {
3
- cx: '9',
3
+ cx: '8',
4
4
  cy: '21',
5
5
  r: '1',
6
- key: '1xs89c'
6
+ key: 'jimo8o'
7
7
  }], ['circle', {
8
8
  cx: '19',
9
9
  cy: '21',
10
10
  r: '1',
11
11
  key: '13723u'
12
12
  }], ['path', {
13
- d: 'M2 2H4.5L7.62 14.49A2 2 0 0 0 9.56 16h8.88a2 2 0 0 0 1.94-1.51L22 8H6',
14
- key: '1grwr5'
13
+ d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
14
+ key: '9zh506'
15
15
  }]]);
16
16
  export default ShoppingCart;
@@ -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;
@@ -0,0 +1,45 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Swords = createReactComponent('Swords', [['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
+ }], ['polyline', {
24
+ points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5',
25
+ key: 'hbey2j'
26
+ }], ['line', {
27
+ x1: '5',
28
+ y1: '14',
29
+ x2: '9',
30
+ y2: '18',
31
+ key: 'acydkb'
32
+ }], ['line', {
33
+ x1: '7',
34
+ y1: '17',
35
+ x2: '4',
36
+ y2: '20',
37
+ key: '1vmq9v'
38
+ }], ['line', {
39
+ x1: '3',
40
+ y1: '19',
41
+ x2: '5',
42
+ y2: '21',
43
+ key: '139kw4'
44
+ }]]);
45
+ export default Swords;