This commit is contained in:
2020-10-06 00:07:15 +00:00
parent 1c65a89d4a
commit 0c895f83b0
3 changed files with 31 additions and 3 deletions

View File

@@ -40,9 +40,12 @@ import {
faFan,
faFileArchive,
faFileContract,
faFileCsv,
faFileExcel,
faFileImage,
faFileMedicalAlt,
faFilePdf,
faFilePowerpoint,
faFileWord,
faFolder,
faHistory,
@@ -110,9 +113,12 @@ library.add(
faFan,
faFileArchive,
faFileContract,
faFileCsv,
faFileExcel,
faFileImage,
faFileMedicalAlt,
faFilePdf,
faFilePowerpoint,
faFileWord,
faFolder,
faHistory,
@@ -306,6 +312,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-contract"]
}
},
ayiFileCsv: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-csv"]
}
},
ayiFileExcel: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-excel"]
}
},
ayiFileImage: {
component: FontAwesomeIcon,
props: {
@@ -324,6 +342,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-pdf"]
}
},
ayiFilePowerpoint: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-powerpoint"]
}
},
ayiFileWord: {
component: FontAwesomeIcon,
props: {