lucide-react 0.65.0 → 0.68.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 (106) hide show
  1. package/dist/cjs/lucide-react.js +1598 -144
  2. package/dist/cjs/lucide-react.js.map +1 -1
  3. package/dist/esm/icons/angry.js +23 -0
  4. package/dist/esm/icons/annoyed.js +17 -0
  5. package/dist/esm/icons/axis-3d.js +9 -0
  6. package/dist/esm/icons/bomb.js +14 -0
  7. package/dist/esm/icons/calendar-clock.js +21 -0
  8. package/dist/esm/icons/calendar-heart.js +18 -0
  9. package/dist/esm/icons/calendar-search.js +21 -0
  10. package/dist/esm/icons/clipboard-check.js +6 -6
  11. package/dist/esm/icons/clipboard-copy.js +7 -7
  12. package/dist/esm/icons/clipboard-edit.js +20 -0
  13. package/dist/esm/icons/clipboard-list.js +4 -4
  14. package/dist/esm/icons/clipboard-signature.js +23 -0
  15. package/dist/esm/icons/clipboard-type.js +23 -0
  16. package/dist/esm/icons/clipboard-x.js +4 -4
  17. package/dist/esm/icons/clipboard.js +4 -4
  18. package/dist/esm/icons/cloud-cog.js +35 -0
  19. package/dist/esm/icons/cloud-moon-rain.js +8 -8
  20. package/dist/esm/icons/cloud-sun-rain.js +12 -12
  21. package/dist/esm/icons/cloud-sun.js +3 -3
  22. package/dist/esm/icons/cog.js +45 -0
  23. package/dist/esm/icons/diff.js +12 -0
  24. package/dist/esm/icons/file-archive.js +23 -0
  25. package/dist/esm/icons/file-audio-2.js +22 -0
  26. package/dist/esm/icons/file-audio.js +18 -0
  27. package/dist/esm/icons/file-axis-3d.js +15 -0
  28. package/dist/esm/icons/file-badge-2.js +12 -0
  29. package/dist/esm/icons/file-badge.js +15 -0
  30. package/dist/esm/icons/file-bar-chart-2.js +18 -0
  31. package/dist/esm/icons/file-bar-chart.js +18 -0
  32. package/dist/esm/icons/file-box.js +21 -0
  33. package/dist/esm/icons/file-check-2.js +3 -3
  34. package/dist/esm/icons/file-clock.js +17 -0
  35. package/dist/esm/icons/file-code.js +3 -3
  36. package/dist/esm/icons/file-cog-2.js +32 -0
  37. package/dist/esm/icons/file-cog.js +38 -0
  38. package/dist/esm/icons/file-diff.js +15 -0
  39. package/dist/esm/icons/file-digit.js +3 -3
  40. package/dist/esm/icons/file-down.js +15 -0
  41. package/dist/esm/icons/file-edit.js +12 -0
  42. package/dist/esm/icons/file-heart.js +12 -0
  43. package/dist/esm/icons/file-image.js +17 -0
  44. package/dist/esm/icons/file-input.js +3 -3
  45. package/dist/esm/icons/file-key-2.js +20 -0
  46. package/dist/esm/icons/file-key.js +17 -0
  47. package/dist/esm/icons/file-line-chart.js +12 -0
  48. package/dist/esm/icons/file-lock-2.js +19 -0
  49. package/dist/esm/icons/file-lock.js +16 -0
  50. package/dist/esm/icons/file-minus-2.js +3 -3
  51. package/dist/esm/icons/file-output.js +3 -3
  52. package/dist/esm/icons/file-pie-chart.js +15 -0
  53. package/dist/esm/icons/file-plus-2.js +3 -3
  54. package/dist/esm/icons/file-question.js +12 -0
  55. package/dist/esm/icons/file-scan.js +21 -0
  56. package/dist/esm/icons/file-search-2.js +17 -0
  57. package/dist/esm/icons/file-search.js +3 -3
  58. package/dist/esm/icons/file-signature.js +12 -0
  59. package/dist/esm/icons/file-spreadsheet.js +21 -0
  60. package/dist/esm/icons/file-symlink.js +15 -0
  61. package/dist/esm/icons/file-terminal.js +15 -0
  62. package/dist/esm/icons/file-type.js +18 -0
  63. package/dist/esm/icons/file-up.js +15 -0
  64. package/dist/esm/icons/file-video-2.js +19 -0
  65. package/dist/esm/icons/file-video.js +12 -0
  66. package/dist/esm/icons/file-volume-2.js +18 -0
  67. package/dist/esm/icons/file-volume.js +15 -0
  68. package/dist/esm/icons/file-warning.js +12 -0
  69. package/dist/esm/icons/folder-archive.js +17 -0
  70. package/dist/esm/icons/folder-check.js +9 -0
  71. package/dist/esm/icons/folder-clock.js +14 -0
  72. package/dist/esm/icons/folder-closed.js +9 -0
  73. package/dist/esm/icons/folder-cog-2.js +29 -0
  74. package/dist/esm/icons/folder-cog.js +35 -0
  75. package/dist/esm/icons/folder-down.js +12 -0
  76. package/dist/esm/icons/folder-edit.js +9 -0
  77. package/dist/esm/icons/folder-heart.js +9 -0
  78. package/dist/esm/icons/folder-input.js +12 -0
  79. package/dist/esm/icons/folder-key.js +17 -0
  80. package/dist/esm/icons/folder-lock.js +16 -0
  81. package/dist/esm/icons/folder-minus.js +5 -5
  82. package/dist/esm/icons/folder-open.js +2 -2
  83. package/dist/esm/icons/folder-output.js +12 -0
  84. package/dist/esm/icons/folder-plus.js +8 -8
  85. package/dist/esm/icons/folder-search-2.js +14 -0
  86. package/dist/esm/icons/folder-search.js +14 -0
  87. package/dist/esm/icons/folder-symlink.js +12 -0
  88. package/dist/esm/icons/folder-tree.js +15 -0
  89. package/dist/esm/icons/folder-up.js +12 -0
  90. package/dist/esm/icons/folder-x.js +12 -0
  91. package/dist/esm/icons/folder.js +2 -2
  92. package/dist/esm/icons/folders.js +9 -0
  93. package/dist/esm/icons/index.js +77 -0
  94. package/dist/esm/icons/laugh.js +23 -0
  95. package/dist/esm/icons/package-2.js +12 -0
  96. package/dist/esm/icons/server-cog.js +44 -0
  97. package/dist/esm/icons/smile-plus.js +27 -0
  98. package/dist/esm/icons/sticker.js +18 -0
  99. package/dist/esm/icons/sticky-note.js +9 -0
  100. package/dist/esm/icons/user-cog.js +34 -0
  101. package/dist/lucide-react.d.ts +77 -0
  102. package/dist/umd/lucide-react.js +1598 -144
  103. package/dist/umd/lucide-react.js.map +1 -1
  104. package/dist/umd/lucide-react.min.js +2 -2
  105. package/dist/umd/lucide-react.min.js.map +1 -1
  106. package/package.json +1 -1
@@ -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;
@@ -0,0 +1,38 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileCog = createReactComponent('FileCog', [['path', {
3
+ d: 'M4 6V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
4
+ key: 'dba9qu'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['circle', {
9
+ cx: '6',
10
+ cy: '14',
11
+ r: '3',
12
+ key: 'a1xfv6'
13
+ }], ['path', {
14
+ d: 'M6 10v1',
15
+ key: 'xs0f9j'
16
+ }], ['path', {
17
+ d: 'M6 17v1',
18
+ key: 'idyhc0'
19
+ }], ['path', {
20
+ d: 'M10 14H9',
21
+ key: 'm5fm2q'
22
+ }], ['path', {
23
+ d: 'M3 14H2',
24
+ key: '19ot09'
25
+ }], ['path', {
26
+ d: 'm9 11-.88.88',
27
+ key: 'lhul2b'
28
+ }], ['path', {
29
+ d: 'M3.88 16.12 3 17',
30
+ key: '169z9n'
31
+ }], ['path', {
32
+ d: 'm9 17-.88-.88',
33
+ key: '5io96w'
34
+ }], ['path', {
35
+ d: 'M3.88 11.88 3 11',
36
+ key: '1ynhy1'
37
+ }]]);
38
+ export default FileCog;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileDiff = createReactComponent('FileDiff', [['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 13V7',
7
+ key: 'h0r20n'
8
+ }], ['path', {
9
+ d: 'M9 10h6',
10
+ key: '9gxzsh'
11
+ }], ['path', {
12
+ d: 'M9 17h6',
13
+ key: 'r8uit2'
14
+ }]]);
15
+ export default FileDiff;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileDigit = createReactComponent('FileDigit', [['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: 'M10 12h2v6',
10
10
  key: '12zw74'
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileDown = createReactComponent('FileDown', [['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: 'm9 15 3 3 3-3',
13
+ key: '1npd3o'
14
+ }]]);
15
+ export default FileDown;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileEdit = createReactComponent('FileEdit', [['path', {
3
+ d: 'M4 13.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-5.5',
4
+ key: '1bg6eb'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ 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',
10
+ key: '1rgxu8'
11
+ }]]);
12
+ export default FileEdit;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileHeart = createReactComponent('FileHeart', [['path', {
3
+ d: 'M4 6V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
4
+ key: 'dba9qu'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.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.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z',
10
+ key: '1c1fso'
11
+ }]]);
12
+ export default FileHeart;
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileImage = createReactComponent('FileImage', [['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: '10',
10
+ cy: '13',
11
+ r: '2',
12
+ key: '6v46hv'
13
+ }], ['path', {
14
+ d: 'm20 17-1.09-1.09a2 2 0 0 0-2.82 0L10 22',
15
+ key: '17vly1'
16
+ }]]);
17
+ export default FileImage;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileInput = createReactComponent('FileInput', [['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: 'M2 15h10',
10
10
  key: 'jfw4w8'
@@ -0,0 +1,20 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileKey2 = createReactComponent('FileKey2', [['path', {
3
+ d: 'M4 10V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
4
+ key: '1nw5t3'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['circle', {
9
+ cx: '4',
10
+ cy: '16',
11
+ r: '2',
12
+ key: '1ehqvc'
13
+ }], ['path', {
14
+ d: 'm10 10-4.5 4.5',
15
+ key: '7fwrp6'
16
+ }], ['path', {
17
+ d: 'm9 11 1 1',
18
+ key: 'wa6s5q'
19
+ }]]);
20
+ export default FileKey2;
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileKey = createReactComponent('FileKey', [['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
+ }], ['circle', {
6
+ cx: '10',
7
+ cy: '16',
8
+ r: '2',
9
+ key: '4ckbqe'
10
+ }], ['path', {
11
+ d: 'm16 10-4.5 4.5',
12
+ key: '7p3ebg'
13
+ }], ['path', {
14
+ d: 'm15 11 1 1',
15
+ key: '1bsyx3'
16
+ }]]);
17
+ export default FileKey;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileLineChart = createReactComponent('FileLineChart', [['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: 'm16 13-3.5 3.5-2-2L8 17',
10
+ key: 'zz7yod'
11
+ }]]);
12
+ export default FileLineChart;
@@ -0,0 +1,19 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileLock2 = createReactComponent('FileLock2', [['path', {
3
+ d: 'M4 5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
4
+ key: 'gwd2r9'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['rect', {
9
+ x: '2',
10
+ y: '13',
11
+ width: '8',
12
+ height: '5',
13
+ rx: '1',
14
+ key: 'lkev2l'
15
+ }], ['path', {
16
+ d: 'M8 13v-2a2 2 0 1 0-4 0v2',
17
+ key: '1pdxzg'
18
+ }]]);
19
+ export default FileLock2;
@@ -0,0 +1,16 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileLock = createReactComponent('FileLock', [['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
+ }], ['rect', {
6
+ x: '8',
7
+ y: '12',
8
+ width: '8',
9
+ height: '6',
10
+ rx: '1',
11
+ key: 'hql291'
12
+ }], ['path', {
13
+ d: 'M15 12v-2a3 3 0 1 0-6 0v2',
14
+ key: '1nqnhw'
15
+ }]]);
16
+ export default FileLock;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileMinus2 = createReactComponent('FileMinus2', [['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 15h6',
10
10
  key: '4e2qda'
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileOutput = createReactComponent('FileOutput', [['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: 'M2 15h10',
10
10
  key: 'jfw4w8'
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FilePieChart = createReactComponent('FilePieChart', [['path', {
3
+ d: 'M16 22h2a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3',
4
+ key: 'zhyrez'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M4.04 11.71a5.84 5.84 0 1 0 8.2 8.29',
10
+ key: 'f1t5jc'
11
+ }], ['path', {
12
+ d: 'M13.83 16A5.83 5.83 0 0 0 8 10.17V16h5.83Z',
13
+ key: '7q54ec'
14
+ }]]);
15
+ export default FilePieChart;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FilePlus2 = createReactComponent('FilePlus2', [['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 15h6',
10
10
  key: '4e2qda'
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileQuestion = createReactComponent('FileQuestion', [['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: 'M10 10.3c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2',
7
+ key: '1umxtm'
8
+ }], ['path', {
9
+ d: 'M12 17h.01',
10
+ key: 'p32p05'
11
+ }]]);
12
+ export default FileQuestion;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileScan = createReactComponent('FileScan', [['path', {
3
+ d: 'M20 10V7.5L14.5 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h4.5',
4
+ key: 'uvikde'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'M16 22a2 2 0 0 1-2-2',
10
+ key: '1wqh5n'
11
+ }], ['path', {
12
+ d: 'M20 22a2 2 0 0 0 2-2',
13
+ key: '1l9q4k'
14
+ }], ['path', {
15
+ d: 'M20 14a2 2 0 0 1 2 2',
16
+ key: '1ny6zw'
17
+ }], ['path', {
18
+ d: 'M16 14a2 2 0 0 0-2 2',
19
+ key: 'ceaadl'
20
+ }]]);
21
+ export default FileScan;
@@ -0,0 +1,17 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileSearch2 = createReactComponent('FileSearch2', [['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: '11.5',
10
+ cy: '14.5',
11
+ r: '2.5',
12
+ key: '1bq0ko'
13
+ }], ['path', {
14
+ d: 'M13.25 16.25 15 18',
15
+ key: '9eh8bj'
16
+ }]]);
17
+ export default FileSearch2;
@@ -2,9 +2,9 @@ import createReactComponent from '../createReactComponent';
2
2
  var FileSearch = createReactComponent('FileSearch', [['path', {
3
3
  d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3',
4
4
  key: 'am10z3'
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: 'M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6z',
10
10
  key: 'ychnub'
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileSignature = createReactComponent('FileSignature', [['path', {
3
+ d: 'M20 19.5v.5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8.5L18 5.5',
4
+ key: 'kd5d3'
5
+ }], ['path', {
6
+ d: 'M8 18h1',
7
+ key: '13wk12'
8
+ }], ['path', {
9
+ 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',
10
+ key: 'johvi5'
11
+ }]]);
12
+ export default FileSignature;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileSpreadsheet = createReactComponent('FileSpreadsheet', [['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 13h2',
10
+ key: 'yr2amv'
11
+ }], ['path', {
12
+ d: 'M8 17h2',
13
+ key: '2yhykz'
14
+ }], ['path', {
15
+ d: 'M14 13h2',
16
+ key: 'un5t4a'
17
+ }], ['path', {
18
+ d: 'M14 17h2',
19
+ key: '10kma7'
20
+ }]]);
21
+ export default FileSpreadsheet;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileSymlink = createReactComponent('FileSymlink', [['path', {
3
+ d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v7',
4
+ key: '138uzh'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'm10 18 3-3-3-3',
10
+ key: '18f6ys'
11
+ }], ['path', {
12
+ d: 'M4 18v-1a2 2 0 0 1 2-2h6',
13
+ key: '5uz2rn'
14
+ }]]);
15
+ export default FileSymlink;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileTerminal = createReactComponent('FileTerminal', [['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 16 2-2-2-2',
10
+ key: '10vzyd'
11
+ }], ['path', {
12
+ d: 'M12 18h4',
13
+ key: '1wd2n7'
14
+ }]]);
15
+ export default FileTerminal;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileType = createReactComponent('FileType', [['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: 'M9 13v-1h6v1',
10
+ key: '1bb014'
11
+ }], ['path', {
12
+ d: 'M11 18h2',
13
+ key: '12mj7e'
14
+ }], ['path', {
15
+ d: 'M12 12v6',
16
+ key: '3ahymv'
17
+ }]]);
18
+ export default FileType;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileUp = createReactComponent('FileUp', [['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 12v6',
10
+ key: '3ahymv'
11
+ }], ['path', {
12
+ d: 'm15 15-3-3-3 3',
13
+ key: '15xj92'
14
+ }]]);
15
+ export default FileUp;
@@ -0,0 +1,19 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileVideo2 = createReactComponent('FileVideo2', [['path', {
3
+ d: 'M4 8V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
4
+ key: '1nti49'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'm10 15.5 4 2.5v-6l-4 2.5',
10
+ key: 't7cp39'
11
+ }], ['rect', {
12
+ x: '2',
13
+ y: '12',
14
+ width: '8',
15
+ height: '6',
16
+ rx: '1',
17
+ key: '1fgd6b'
18
+ }]]);
19
+ export default FileVideo2;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileVideo = createReactComponent('FileVideo', [['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: 'm10 11 5 3-5 3v-6Z',
10
+ key: '7ntvm4'
11
+ }]]);
12
+ export default FileVideo;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileVolume2 = createReactComponent('FileVolume2', [['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: 'M11.5 13.5c.32.4.5.94.5 1.5s-.18 1.1-.5 1.5',
10
+ key: 'joawwx'
11
+ }], ['path', {
12
+ d: 'M15 12c.64.8 1 1.87 1 3s-.36 2.2-1 3',
13
+ key: '1f2wyw'
14
+ }], ['path', {
15
+ d: 'M8 15h.01',
16
+ key: 'a7atzg'
17
+ }]]);
18
+ export default FileVolume2;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileVolume = createReactComponent('FileVolume', [['path', {
3
+ d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v3',
4
+ key: 'am10z3'
5
+ }], ['polyline', {
6
+ points: '14 2 14 8 20 8',
7
+ key: '1ew0cm'
8
+ }], ['path', {
9
+ d: 'm7 10-3 2H2v4h2l3 2v-8Z',
10
+ key: 'tazg57'
11
+ }], ['path', {
12
+ d: 'M11 11c.64.8 1 1.87 1 3s-.36 2.2-1 3',
13
+ key: '1yej3m'
14
+ }]]);
15
+ export default FileVolume;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var FileWarning = createReactComponent('FileWarning', [['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 9v4',
7
+ key: 'juzpu7'
8
+ }], ['path', {
9
+ d: 'M12 17h.01',
10
+ key: 'p32p05'
11
+ }]]);
12
+ export default FileWarning;