diff --git a/src/Admin/Components/Components/DisplayIcon.js b/src/Admin/Components/Components/DisplayIcon.js index 5336574d7124413e47603fd0fc63122c12853f2e..933243c10b3db39dc849d5f8dedb0cc4cee82620 100644 --- a/src/Admin/Components/Components/DisplayIcon.js +++ b/src/Admin/Components/Components/DisplayIcon.js @@ -38,6 +38,7 @@ import SettingsRoundedIcon from "@material-ui/icons/SettingsRounded"; import ExitToAppRoundedIcon from "@material-ui/icons/ExitToAppRounded"; import AllOutIcon from "@material-ui/icons/AllOut"; import SportsEsportsRoundedIcon from '@material-ui/icons/SportsEsportsRounded'; +import { GiAchievement } from "react-icons/gi" //This file manipulate the icon that will be displayed in the left navigation menu @@ -64,6 +65,7 @@ const icons = [ <AnnouncementRoundedIcon style={{ fill: purple }} />, <EmailRoundedIcon style={{ fill: blue }} />, <SportsEsportsRoundedIcon style={{fill: orange }}/>, + <GiAchievement size={24} style={{fill: pink }}/>, <TimelineRoundedIcon style={{ fill: orange }} />, <SettingsRoundedIcon style={{ fill: pink }} />, <ExitToAppRoundedIcon style={{ fill: purple }} />,