Skip to content
Snippets Groups Projects
Commit b7b75465 authored by lfr20's avatar lfr20
Browse files

Added icon of achieve

parent 323e74fc
No related branches found
No related tags found
1 merge request!46Gamefication admin
...@@ -38,6 +38,7 @@ import SettingsRoundedIcon from "@material-ui/icons/SettingsRounded"; ...@@ -38,6 +38,7 @@ import SettingsRoundedIcon from "@material-ui/icons/SettingsRounded";
import ExitToAppRoundedIcon from "@material-ui/icons/ExitToAppRounded"; import ExitToAppRoundedIcon from "@material-ui/icons/ExitToAppRounded";
import AllOutIcon from "@material-ui/icons/AllOut"; import AllOutIcon from "@material-ui/icons/AllOut";
import SportsEsportsRoundedIcon from '@material-ui/icons/SportsEsportsRounded'; 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 //This file manipulate the icon that will be displayed in the left navigation menu
...@@ -64,6 +65,7 @@ const icons = [ ...@@ -64,6 +65,7 @@ const icons = [
<AnnouncementRoundedIcon style={{ fill: purple }} />, <AnnouncementRoundedIcon style={{ fill: purple }} />,
<EmailRoundedIcon style={{ fill: blue }} />, <EmailRoundedIcon style={{ fill: blue }} />,
<SportsEsportsRoundedIcon style={{fill: orange }}/>, <SportsEsportsRoundedIcon style={{fill: orange }}/>,
<GiAchievement size={24} style={{fill: pink }}/>,
<TimelineRoundedIcon style={{ fill: orange }} />, <TimelineRoundedIcon style={{ fill: orange }} />,
<SettingsRoundedIcon style={{ fill: pink }} />, <SettingsRoundedIcon style={{ fill: pink }} />,
<ExitToAppRoundedIcon style={{ fill: purple }} />, <ExitToAppRoundedIcon style={{ fill: purple }} />,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment