lucide-react 0.67.0 → 0.70.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 (100) hide show
  1. package/dist/cjs/lucide-react.js +1553 -153
  2. package/dist/cjs/lucide-react.js.map +1 -1
  3. package/dist/esm/icons/cake.js +30 -0
  4. package/dist/esm/icons/calendar-clock.js +21 -0
  5. package/dist/esm/icons/calendar-heart.js +18 -0
  6. package/dist/esm/icons/calendar-search.js +21 -0
  7. package/dist/esm/icons/circle-dot.js +13 -0
  8. package/dist/esm/icons/circle-ellipsis.js +17 -0
  9. package/dist/esm/icons/clipboard-check.js +6 -6
  10. package/dist/esm/icons/clipboard-copy.js +7 -7
  11. package/dist/esm/icons/clipboard-edit.js +20 -0
  12. package/dist/esm/icons/clipboard-list.js +4 -4
  13. package/dist/esm/icons/clipboard-signature.js +23 -0
  14. package/dist/esm/icons/clipboard-type.js +23 -0
  15. package/dist/esm/icons/clipboard-x.js +4 -4
  16. package/dist/esm/icons/clipboard.js +4 -4
  17. package/dist/esm/icons/cloud-cog.js +35 -0
  18. package/dist/esm/icons/cog.js +45 -0
  19. package/dist/esm/icons/diff.js +12 -0
  20. package/dist/esm/icons/file-archive.js +23 -0
  21. package/dist/esm/icons/file-audio-2.js +22 -0
  22. package/dist/esm/icons/file-audio.js +18 -0
  23. package/dist/esm/icons/file-axis-3d.js +15 -0
  24. package/dist/esm/icons/file-badge-2.js +12 -0
  25. package/dist/esm/icons/file-badge.js +15 -0
  26. package/dist/esm/icons/file-bar-chart-2.js +18 -0
  27. package/dist/esm/icons/file-bar-chart.js +18 -0
  28. package/dist/esm/icons/file-box.js +21 -0
  29. package/dist/esm/icons/file-check-2.js +3 -3
  30. package/dist/esm/icons/file-clock.js +17 -0
  31. package/dist/esm/icons/file-code.js +3 -3
  32. package/dist/esm/icons/file-cog-2.js +32 -0
  33. package/dist/esm/icons/file-cog.js +38 -0
  34. package/dist/esm/icons/file-diff.js +15 -0
  35. package/dist/esm/icons/file-digit.js +3 -3
  36. package/dist/esm/icons/file-down.js +15 -0
  37. package/dist/esm/icons/file-edit.js +12 -0
  38. package/dist/esm/icons/file-heart.js +12 -0
  39. package/dist/esm/icons/file-image.js +17 -0
  40. package/dist/esm/icons/file-input.js +3 -3
  41. package/dist/esm/icons/file-key-2.js +20 -0
  42. package/dist/esm/icons/file-key.js +17 -0
  43. package/dist/esm/icons/file-line-chart.js +12 -0
  44. package/dist/esm/icons/file-lock-2.js +19 -0
  45. package/dist/esm/icons/file-lock.js +16 -0
  46. package/dist/esm/icons/file-minus-2.js +3 -3
  47. package/dist/esm/icons/file-output.js +3 -3
  48. package/dist/esm/icons/file-pie-chart.js +15 -0
  49. package/dist/esm/icons/file-plus-2.js +3 -3
  50. package/dist/esm/icons/file-question.js +12 -0
  51. package/dist/esm/icons/file-scan.js +21 -0
  52. package/dist/esm/icons/file-search-2.js +17 -0
  53. package/dist/esm/icons/file-search.js +3 -3
  54. package/dist/esm/icons/file-signature.js +12 -0
  55. package/dist/esm/icons/file-spreadsheet.js +21 -0
  56. package/dist/esm/icons/file-symlink.js +15 -0
  57. package/dist/esm/icons/file-terminal.js +15 -0
  58. package/dist/esm/icons/file-type.js +18 -0
  59. package/dist/esm/icons/file-up.js +15 -0
  60. package/dist/esm/icons/file-video-2.js +19 -0
  61. package/dist/esm/icons/file-video.js +12 -0
  62. package/dist/esm/icons/file-volume-2.js +18 -0
  63. package/dist/esm/icons/file-volume.js +15 -0
  64. package/dist/esm/icons/file-warning.js +12 -0
  65. package/dist/esm/icons/folder-archive.js +17 -0
  66. package/dist/esm/icons/folder-check.js +9 -0
  67. package/dist/esm/icons/folder-clock.js +14 -0
  68. package/dist/esm/icons/folder-closed.js +9 -0
  69. package/dist/esm/icons/folder-cog-2.js +29 -0
  70. package/dist/esm/icons/folder-cog.js +35 -0
  71. package/dist/esm/icons/folder-down.js +12 -0
  72. package/dist/esm/icons/folder-edit.js +9 -0
  73. package/dist/esm/icons/folder-heart.js +9 -0
  74. package/dist/esm/icons/folder-input.js +12 -0
  75. package/dist/esm/icons/folder-key.js +17 -0
  76. package/dist/esm/icons/folder-lock.js +16 -0
  77. package/dist/esm/icons/folder-minus.js +5 -5
  78. package/dist/esm/icons/folder-open.js +2 -2
  79. package/dist/esm/icons/folder-output.js +12 -0
  80. package/dist/esm/icons/folder-plus.js +8 -8
  81. package/dist/esm/icons/folder-search-2.js +14 -0
  82. package/dist/esm/icons/folder-search.js +14 -0
  83. package/dist/esm/icons/folder-symlink.js +12 -0
  84. package/dist/esm/icons/folder-tree.js +15 -0
  85. package/dist/esm/icons/folder-up.js +12 -0
  86. package/dist/esm/icons/folder-x.js +12 -0
  87. package/dist/esm/icons/folder.js +2 -2
  88. package/dist/esm/icons/folders.js +9 -0
  89. package/dist/esm/icons/index.js +73 -0
  90. package/dist/esm/icons/package-2.js +12 -0
  91. package/dist/esm/icons/party-popper.js +30 -0
  92. package/dist/esm/icons/puzzle.js +2 -2
  93. package/dist/esm/icons/server-cog.js +44 -0
  94. package/dist/esm/icons/user-cog.js +34 -0
  95. package/dist/lucide-react.d.ts +73 -0
  96. package/dist/umd/lucide-react.js +1553 -153
  97. package/dist/umd/lucide-react.js.map +1 -1
  98. package/dist/umd/lucide-react.min.js +2 -2
  99. package/dist/umd/lucide-react.min.js.map +1 -1
  100. 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,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CalendarClock = createReactComponent('CalendarClock', [['path', {
3
+ d: 'M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5',
4
+ key: '1osxxc'
5
+ }], ['path', {
6
+ d: 'M16 2v4',
7
+ key: '4m81vk'
8
+ }], ['path', {
9
+ d: 'M8 2v4',
10
+ key: '1cmpym'
11
+ }], ['path', {
12
+ d: 'M3 10h5',
13
+ key: 'r794hk'
14
+ }], ['path', {
15
+ d: 'M17.5 17.5 16 16.25V14',
16
+ key: 're2vv1'
17
+ }], ['path', {
18
+ d: 'M22 16a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z',
19
+ key: 'ame013'
20
+ }]]);
21
+ export default CalendarClock;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CalendarHeart = createReactComponent('CalendarHeart', [['path', {
3
+ d: 'M21 10V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7',
4
+ key: '1sfrvf'
5
+ }], ['path', {
6
+ d: 'M16 2v4',
7
+ key: '4m81vk'
8
+ }], ['path', {
9
+ d: 'M8 2v4',
10
+ key: '1cmpym'
11
+ }], ['path', {
12
+ d: 'M3 10h18',
13
+ key: '8toen8'
14
+ }], ['path', {
15
+ d: 'M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z',
16
+ key: '1t7hil'
17
+ }]]);
18
+ export default CalendarHeart;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CalendarSearch = createReactComponent('CalendarSearch', [['path', {
3
+ d: 'M21 12V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h7.5',
4
+ key: '18ncp8'
5
+ }], ['path', {
6
+ d: 'M16 2v4',
7
+ key: '4m81vk'
8
+ }], ['path', {
9
+ d: 'M8 2v4',
10
+ key: '1cmpym'
11
+ }], ['path', {
12
+ d: 'M3 10h18',
13
+ key: '8toen8'
14
+ }], ['path', {
15
+ d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z',
16
+ key: 'mgbru4'
17
+ }], ['path', {
18
+ d: 'm22 22-1.5-1.5',
19
+ key: '1x83k4'
20
+ }]]);
21
+ export default CalendarSearch;
@@ -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;
@@ -1,8 +1,5 @@
1
1
  import createReactComponent from '../createReactComponent';
2
- var ClipboardCheck = createReactComponent('ClipboardCheck', [['path', {
3
- 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',
4
- key: '116196'
5
- }], ['rect', {
2
+ var ClipboardCheck = createReactComponent('ClipboardCheck', [['rect', {
6
3
  x: '8',
7
4
  y: '2',
8
5
  width: '8',
@@ -11,7 +8,10 @@ var ClipboardCheck = createReactComponent('ClipboardCheck', [['path', {
11
8
  ry: '1',
12
9
  key: 'wz2j3u'
13
10
  }], ['path', {
14
- d: 'm9 13 2 2 4-4',
15
- key: '6343dt'
11
+ 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',
12
+ key: '116196'
13
+ }], ['path', {
14
+ d: 'm9 14 2 2 4-4',
15
+ key: 'df797q'
16
16
  }]]);
17
17
  export default ClipboardCheck;
@@ -1,11 +1,5 @@
1
1
  import createReactComponent from '../createReactComponent';
2
- var ClipboardCopy = createReactComponent('ClipboardCopy', [['path', {
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'
8
- }], ['rect', {
2
+ var ClipboardCopy = createReactComponent('ClipboardCopy', [['rect', {
9
3
  x: '8',
10
4
  y: '2',
11
5
  width: '8',
@@ -13,6 +7,12 @@ var ClipboardCopy = createReactComponent('ClipboardCopy', [['path', {
13
7
  rx: '1',
14
8
  ry: '1',
15
9
  key: 'wz2j3u'
10
+ }], ['path', {
11
+ d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2',
12
+ key: '4jdomd'
13
+ }], ['path', {
14
+ d: 'M16 4h2a2 2 0 0 1 2 2v4',
15
+ key: '3hqy98'
16
16
  }], ['path', {
17
17
  d: 'M21 14H11',
18
18
  key: '1bme5i'
@@ -0,0 +1,20 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ClipboardEdit = createReactComponent('ClipboardEdit', [['rect', {
3
+ x: '8',
4
+ y: '2',
5
+ width: '8',
6
+ height: '4',
7
+ rx: '1',
8
+ ry: '1',
9
+ key: 'wz2j3u'
10
+ }], ['path', {
11
+ d: 'M10.42 12.61a2.1 2.1 0 1 1 2.97 2.97L7.95 21 4 22l.99-3.95 5.43-5.44Z',
12
+ key: '1rgxu8'
13
+ }], ['path', {
14
+ d: 'M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5',
15
+ key: 'cereej'
16
+ }], ['path', {
17
+ d: 'M4 13.5V6a2 2 0 0 1 2-2h2',
18
+ key: '5ua5vh'
19
+ }]]);
20
+ export default ClipboardEdit;
@@ -1,8 +1,5 @@
1
1
  import createReactComponent from '../createReactComponent';
2
- var ClipboardList = createReactComponent('ClipboardList', [['path', {
3
- 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',
4
- key: '116196'
5
- }], ['rect', {
2
+ var ClipboardList = createReactComponent('ClipboardList', [['rect', {
6
3
  x: '8',
7
4
  y: '2',
8
5
  width: '8',
@@ -10,6 +7,9 @@ var ClipboardList = createReactComponent('ClipboardList', [['path', {
10
7
  rx: '1',
11
8
  ry: '1',
12
9
  key: 'wz2j3u'
10
+ }], ['path', {
11
+ 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',
12
+ key: '116196'
13
13
  }], ['path', {
14
14
  d: 'M12 11h4',
15
15
  key: '1jrz19'
@@ -0,0 +1,23 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ClipboardSignature = createReactComponent('ClipboardSignature', [['rect', {
3
+ x: '8',
4
+ y: '2',
5
+ width: '8',
6
+ height: '4',
7
+ rx: '1',
8
+ ry: '1',
9
+ key: 'wz2j3u'
10
+ }], ['path', {
11
+ d: 'M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5',
12
+ key: '1but9f'
13
+ }], ['path', {
14
+ d: 'M16 4h2a2 2 0 0 1 1.73 1',
15
+ key: '1p8n7l'
16
+ }], ['path', {
17
+ d: 'M18.42 9.61a2.1 2.1 0 1 1 2.97 2.97L16.95 17 13 18l.99-3.95 4.43-4.44Z',
18
+ key: 'johvi5'
19
+ }], ['path', {
20
+ d: 'M8 18h1',
21
+ key: '13wk12'
22
+ }]]);
23
+ export default ClipboardSignature;
@@ -0,0 +1,23 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var ClipboardType = createReactComponent('ClipboardType', [['rect', {
3
+ x: '8',
4
+ y: '2',
5
+ width: '8',
6
+ height: '4',
7
+ rx: '1',
8
+ ry: '1',
9
+ key: 'wz2j3u'
10
+ }], ['path', {
11
+ 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',
12
+ key: '116196'
13
+ }], ['path', {
14
+ d: 'M9 12v-1h6v1',
15
+ key: 'iehl6m'
16
+ }], ['path', {
17
+ d: 'M11 17h2',
18
+ key: '12w5me'
19
+ }], ['path', {
20
+ d: 'M12 11v6',
21
+ key: '1bwqyc'
22
+ }]]);
23
+ export default ClipboardType;
@@ -1,8 +1,5 @@
1
1
  import createReactComponent from '../createReactComponent';
2
- var ClipboardX = createReactComponent('ClipboardX', [['path', {
3
- 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',
4
- key: '116196'
5
- }], ['rect', {
2
+ var ClipboardX = createReactComponent('ClipboardX', [['rect', {
6
3
  x: '8',
7
4
  y: '2',
8
5
  width: '8',
@@ -10,6 +7,9 @@ var ClipboardX = createReactComponent('ClipboardX', [['path', {
10
7
  rx: '1',
11
8
  ry: '1',
12
9
  key: 'wz2j3u'
10
+ }], ['path', {
11
+ 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',
12
+ key: '116196'
13
13
  }], ['path', {
14
14
  d: 'm15 11-6 6',
15
15
  key: '1toa9n'
@@ -1,8 +1,5 @@
1
1
  import createReactComponent from '../createReactComponent';
2
- var Clipboard = createReactComponent('Clipboard', [['path', {
3
- 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',
4
- key: '116196'
5
- }], ['rect', {
2
+ var Clipboard = createReactComponent('Clipboard', [['rect', {
6
3
  x: '8',
7
4
  y: '2',
8
5
  width: '8',
@@ -10,5 +7,8 @@ var Clipboard = createReactComponent('Clipboard', [['path', {
10
7
  rx: '1',
11
8
  ry: '1',
12
9
  key: 'wz2j3u'
10
+ }], ['path', {
11
+ 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',
12
+ key: '116196'
13
13
  }]]);
14
14
  export default Clipboard;
@@ -0,0 +1,35 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CloudCog = createReactComponent('CloudCog', [['path', {
3
+ d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
4
+ key: '19hoja'
5
+ }], ['circle', {
6
+ cx: '12',
7
+ cy: '17',
8
+ r: '3',
9
+ key: '1spfwm'
10
+ }], ['path', {
11
+ d: 'M12 13v1',
12
+ key: '176q98'
13
+ }], ['path', {
14
+ d: 'M12 20v1',
15
+ key: '1wcdkc'
16
+ }], ['path', {
17
+ d: 'M16 17h-1',
18
+ key: 'y560le'
19
+ }], ['path', {
20
+ d: 'M9 17H8',
21
+ key: '1lfe9z'
22
+ }], ['path', {
23
+ d: 'm15 14-.88.88',
24
+ key: '12ytk1'
25
+ }], ['path', {
26
+ d: 'M9.88 19.12 9 20',
27
+ key: '1kmb4r'
28
+ }], ['path', {
29
+ d: 'm15 20-.88-.88',
30
+ key: '1ipjcf'
31
+ }], ['path', {
32
+ d: 'M9.88 14.88 9 14',
33
+ key: 'c4uok7'
34
+ }]]);
35
+ export default CloudCog;
@@ -0,0 +1,45 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Cog = createReactComponent('Cog', [['path', {
3
+ d: 'M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z',
4
+ key: 'sobvz5'
5
+ }], ['path', {
6
+ d: 'M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z',
7
+ key: '11i496'
8
+ }], ['path', {
9
+ d: 'M12 2v2',
10
+ key: 'tus03m'
11
+ }], ['path', {
12
+ d: 'M12 22v-2',
13
+ key: '1osdcq'
14
+ }], ['path', {
15
+ d: 'm17 20.66-1-1.73',
16
+ key: 'eq3orb'
17
+ }], ['path', {
18
+ d: 'M11 10.27 7 3.34',
19
+ key: '16pf9h'
20
+ }], ['path', {
21
+ d: 'm20.66 17-1.73-1',
22
+ key: 'sg0v6f'
23
+ }], ['path', {
24
+ d: 'm3.34 7 1.73 1',
25
+ key: '1ulond'
26
+ }], ['path', {
27
+ d: 'M14 12h8',
28
+ key: '4f43i9'
29
+ }], ['path', {
30
+ d: 'M2 12h2',
31
+ key: '1t8f8n'
32
+ }], ['path', {
33
+ d: 'm20.66 7-1.73 1',
34
+ key: '1ow05n'
35
+ }], ['path', {
36
+ d: 'm3.34 17 1.73-1',
37
+ key: 'nuk764'
38
+ }], ['path', {
39
+ d: 'm17 3.34-1 1.73',
40
+ key: '2wel8s'
41
+ }], ['path', {
42
+ d: 'm11 13.73-4 6.93',
43
+ key: '794ttg'
44
+ }]]);
45
+ export default Cog;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Diff = createReactComponent('Diff', [['path', {
3
+ d: 'M12 3v14',
4
+ key: '7cf3v8'
5
+ }], ['path', {
6
+ d: 'M5 10h14',
7
+ key: 'elsbfy'
8
+ }], ['path', {
9
+ d: 'M5 21h14',
10
+ key: '11awu3'
11
+ }]]);
12
+ export default Diff;
@@ -0,0 +1,23 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileArchive = createReactComponent('FileArchive', [['path', {
3
+ d: 'M4 22V4c0-.5.2-1 .6-1.4C5 2.2 5.5 2 6 2h8.5L20 7.5V20c0 .5-.2 1-.6 1.4-.4.4-.9.6-1.4.6h-2',
4
+ key: '1u864v'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['circle', {
9
+ cx: '10',
10
+ cy: '20',
11
+ r: '2',
12
+ key: '1xzdoj'
13
+ }], ['path', {
14
+ d: 'M10 7V6',
15
+ key: 'dljcrl'
16
+ }], ['path', {
17
+ d: 'M10 12v-1',
18
+ key: 'v7bkov'
19
+ }], ['path', {
20
+ d: 'M10 18v-2',
21
+ key: '1cjy8d'
22
+ }]]);
23
+ export default FileArchive;
@@ -0,0 +1,22 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileAudio2 = createReactComponent('FileAudio2', [['path', {
3
+ d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v2',
4
+ key: 'fkyf72'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M2 17v-3a4 4 0 0 1 8 0v3',
10
+ key: '1ggdre'
11
+ }], ['circle', {
12
+ cx: '9',
13
+ cy: '17',
14
+ r: '1',
15
+ key: 'bc1fq4'
16
+ }], ['circle', {
17
+ cx: '3',
18
+ cy: '17',
19
+ r: '1',
20
+ key: 'vo6nti'
21
+ }]]);
22
+ export default FileAudio2;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileAudio = createReactComponent('FileAudio', [['path', {
3
+ d: 'M17.5 22h.5c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3',
4
+ key: '1013sb'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M10 20v-1a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0Z',
10
+ key: 'gqt63y'
11
+ }], ['path', {
12
+ d: 'M6 20v-1a2 2 0 1 0-4 0v1a2 2 0 1 0 4 0Z',
13
+ key: 'cf7lqx'
14
+ }], ['path', {
15
+ d: 'M2 19v-3a6 6 0 0 1 12 0v3',
16
+ key: '1acxgf'
17
+ }]]);
18
+ export default FileAudio;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileAxis3d = createReactComponent('FileAxis3d', [['path', {
3
+ d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
4
+ key: '1nnpy2'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M8 10v8h8',
10
+ key: 'tlaukw'
11
+ }], ['path', {
12
+ d: 'm8 18 4-4',
13
+ key: '12zab0'
14
+ }]]);
15
+ export default FileAxis3d;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileBadge2 = createReactComponent('FileBadge2', [['path', {
3
+ d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
4
+ key: '1nnpy2'
5
+ }], ['path', {
6
+ d: 'M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z',
7
+ key: '13rien'
8
+ }], ['path', {
9
+ d: 'm14 12.5 1 5.5-3-1-3 1 1-5.5',
10
+ key: '14xlky'
11
+ }]]);
12
+ export default FileBadge2;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileBadge = createReactComponent('FileBadge', [['path', {
3
+ d: 'M4 7V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-6',
4
+ key: 'qtddq0'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z',
10
+ key: 'u0c8gj'
11
+ }], ['path', {
12
+ d: 'M7 16.5 8 22l-3-1-3 1 1-5.5',
13
+ key: '5gm2nr'
14
+ }]]);
15
+ export default FileBadge;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileBarChart2 = createReactComponent('FileBarChart2', [['path', {
3
+ d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
4
+ key: '1nnpy2'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M12 18v-6',
10
+ key: '17g6i2'
11
+ }], ['path', {
12
+ d: 'M8 18v-1',
13
+ key: 'zg0ygc'
14
+ }], ['path', {
15
+ d: 'M16 18v-3',
16
+ key: 'j5jt4h'
17
+ }]]);
18
+ export default FileBarChart2;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileBarChart = createReactComponent('FileBarChart', [['path', {
3
+ d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
4
+ key: '1nnpy2'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M12 18v-4',
10
+ key: 'q1q25u'
11
+ }], ['path', {
12
+ d: 'M8 18v-2',
13
+ key: 'qcmpov'
14
+ }], ['path', {
15
+ d: 'M16 18v-6',
16
+ key: '15y0np'
17
+ }]]);
18
+ export default FileBarChart;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileBox = createReactComponent('FileBox', [['path', {
3
+ d: 'M14.5 22H18a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4',
4
+ key: 'h7jej2'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M2.97 13.12c-.6.36-.97 1.02-.97 1.74v3.28c0 .72.37 1.38.97 1.74l3 1.83c.63.39 1.43.39 2.06 0l3-1.83c.6-.36.97-1.02.97-1.74v-3.28c0-.72-.37-1.38-.97-1.74l-3-1.83a1.97 1.97 0 0 0-2.06 0l-3 1.83Z',
10
+ key: 'f4a3oc'
11
+ }], ['path', {
12
+ d: 'm7 17-4.74-2.85',
13
+ key: 'etm6su'
14
+ }], ['path', {
15
+ d: 'm7 17 4.74-2.85',
16
+ key: '5xuooz'
17
+ }], ['path', {
18
+ d: 'M7 17v5',
19
+ key: '1yj1jh'
20
+ }]]);
21
+ export default FileBox;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileCheck2 = createReactComponent('FileCheck2', [['path', {
3
3
  d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4',
4
4
  key: '702lig'
5
- }], ['path', {
6
- d: 'M14 2v6h6',
7
- key: '1kof46'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
8
  }], ['path', {
9
9
  d: 'm3 15 2 2 4-4',
10
10
  key: '1lhrkk'
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileClock = createReactComponent('FileClock', [['path', {
3
+ d: 'M16 22h2c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3',
4
+ key: '9lo3o3'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['circle', {
9
+ cx: '8',
10
+ cy: '16',
11
+ r: '6',
12
+ key: '10v15b'
13
+ }], ['path', {
14
+ d: 'M9.5 17.5 8 16.25V14',
15
+ key: '1o80t2'
16
+ }]]);
17
+ export default FileClock;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileCode = createReactComponent('FileCode', [['path', {
3
3
  d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4',
4
4
  key: '702lig'
5
- }], ['path', {
6
- d: 'M14 2v6h6',
7
- key: '1kof46'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
8
  }], ['path', {
9
9
  d: 'm9 18 3-3-3-3',
10
10
  key: '112psh'
@@ -0,0 +1,32 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileCog2 = createReactComponent('FileCog2', [['path', {
3
+ d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
4
+ key: '1nnpy2'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['circle', {
9
+ cx: '12',
10
+ cy: '15',
11
+ r: '2',
12
+ key: '1vpstw'
13
+ }], ['path', {
14
+ d: 'M12 12v1',
15
+ key: '1vuyxr'
16
+ }], ['path', {
17
+ d: 'M12 17v1',
18
+ key: 'y8y3f9'
19
+ }], ['path', {
20
+ d: 'm14.6 13.5-.87.5',
21
+ key: 'nomeg4'
22
+ }], ['path', {
23
+ d: 'm10.27 16-.87.5',
24
+ key: '1o8v95'
25
+ }], ['path', {
26
+ d: 'm14.6 16.5-.87-.5',
27
+ key: 'gzu2jw'
28
+ }], ['path', {
29
+ d: 'm10.27 14-.87-.5',
30
+ key: '1vlkk3'
31
+ }]]);
32
+ export default FileCog2;