This commit is contained in:
2020-10-06 13:52:31 +00:00
parent 0c895f83b0
commit bf740b2b6c
21 changed files with 90 additions and 47 deletions

View File

@@ -38,7 +38,11 @@ import {
faEye,
faEyeSlash,
faFan,
faFile,
faFileAlt,
faFileArchive,
faFileAudio,
faFileCode,
faFileContract,
faFileCsv,
faFileExcel,
@@ -46,6 +50,7 @@ import {
faFileMedicalAlt,
faFilePdf,
faFilePowerpoint,
faFileVideo,
faFileWord,
faFolder,
faHistory,
@@ -111,7 +116,11 @@ library.add(
faEye,
faEyeSlash,
faFan,
faFile,
faFileAlt,
faFileArchive,
faFileAudio,
faFileCode,
faFileContract,
faFileCsv,
faFileExcel,
@@ -119,6 +128,7 @@ library.add(
faFileMedicalAlt,
faFilePdf,
faFilePowerpoint,
faFileVideo,
faFileWord,
faFolder,
faHistory,
@@ -300,12 +310,36 @@ const CUSTOM_ICONS = {
icon: ["fas", "fan"]
}
},
ayiFile: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file"]
}
},
ayiFileArchive: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-archive"]
}
},
ayiFileAlt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-alt"]
}
},
ayiFileAudio: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-audio"]
}
},
ayiFileCode: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-code"]
}
},
ayiFileContract: {
component: FontAwesomeIcon,
props: {
@@ -348,6 +382,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-powerpoint"]
}
},
ayiFileVidio: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-vidio"]
}
},
ayiFileWord: {
component: FontAwesomeIcon,
props: {