Skip to content

Commit 45ef4a5

Browse files
committed
feat: new file icon
1 parent 39f3a01 commit 45ef4a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/@next/Icon/icons/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const iconNames = [
104104
'ri-expand-left-right-fill',
105105
'ri-facebook-circle-fill',
106106
'ri-facebook-circle-line',
107+
'ri-file-check-line',
107108
'ri-file-copy-fill',
108109
'ri-file-copy-line',
109110
'ri-file-copy2-line',
@@ -358,6 +359,7 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
358359
['ri-file-download-line']: Icons.RiFileDownloadLine,
359360
['ri-file-fill']: Icons.RiFileFill,
360361
['ri-file-line']: Icons.RiFileLine,
362+
['ri-file-check-line']: Icons.RiFileCheckLine,
361363
['ri-file-copy-fill']: Icons.RiFileCopyFill,
362364
['ri-file-copy-line']: Icons.RiFileCopyLine,
363365
['ri-file-copy2-line']: Icons.RiFileCopy2Line,
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)