This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user