This commit is contained in:
@@ -47,12 +47,17 @@ import {
|
||||
faFileCsv,
|
||||
faFileExcel,
|
||||
faFileImage,
|
||||
faFileImport,
|
||||
faFileMedicalAlt,
|
||||
faFilePdf,
|
||||
faFilePowerpoint,
|
||||
faFileVideo,
|
||||
faFileWord,
|
||||
faFilter,
|
||||
faFolder,
|
||||
faGenderless,
|
||||
faGlasses,
|
||||
faGlobe,
|
||||
faHistory,
|
||||
faHome,
|
||||
faInbox,
|
||||
@@ -60,13 +65,16 @@ import {
|
||||
faKey,
|
||||
faLanguage,
|
||||
faPallet,
|
||||
faPaperclip,
|
||||
faPaperPlane,
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPlug,
|
||||
faQuestionCircle,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
faShippingFast,
|
||||
faSignInAlt,
|
||||
@@ -125,12 +133,17 @@ library.add(
|
||||
faFileCsv,
|
||||
faFileExcel,
|
||||
faFileImage,
|
||||
faFileImport,
|
||||
faFileMedicalAlt,
|
||||
faFilePdf,
|
||||
faFilePowerpoint,
|
||||
faFileVideo,
|
||||
faFileWord,
|
||||
faFilter,
|
||||
faFolder,
|
||||
faGenderless,
|
||||
faGlasses,
|
||||
faGlobe,
|
||||
faHistory,
|
||||
faHome,
|
||||
faInbox,
|
||||
@@ -138,13 +151,16 @@ library.add(
|
||||
faKey,
|
||||
faLanguage,
|
||||
faPallet,
|
||||
faPaperclip,
|
||||
faPaperPlane,
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPlug,
|
||||
faQuestionCircle,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
faShippingFast,
|
||||
faSignInAlt,
|
||||
@@ -364,6 +380,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "file-image"]
|
||||
}
|
||||
},
|
||||
ayiFileImport: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "file-import"]
|
||||
}
|
||||
},
|
||||
ayiFileMedicalAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -394,12 +416,36 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "file-word"]
|
||||
}
|
||||
},
|
||||
ayiFilter: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "filter"]
|
||||
}
|
||||
},
|
||||
ayiFolder: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "folder"]
|
||||
}
|
||||
},
|
||||
ayiGenderless: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "genderless"]
|
||||
}
|
||||
},
|
||||
ayiGlasses: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "glasses"]
|
||||
}
|
||||
},
|
||||
ayiGlobe: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "globe"]
|
||||
}
|
||||
},
|
||||
ayiHistory: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -442,6 +488,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "pallet"]
|
||||
}
|
||||
},
|
||||
ayiPaperclip: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "paperclip"]
|
||||
}
|
||||
},
|
||||
ayiPaperPlane: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -454,6 +506,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "pencil-alt"]
|
||||
}
|
||||
},
|
||||
ayiPencilRuler: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "pencil-ruler"]
|
||||
}
|
||||
},
|
||||
ayiPlug: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -484,6 +542,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "search"]
|
||||
}
|
||||
},
|
||||
ayiSeedling: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "seedling"]
|
||||
}
|
||||
},
|
||||
ayiServer: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user