From b7b75465e757f3629ddbfa641561f8459cac3d3f Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Tue, 30 Mar 2021 12:05:43 -0300 Subject: [PATCH] Added icon of achieve --- src/Admin/Components/Components/DisplayIcon.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Admin/Components/Components/DisplayIcon.js b/src/Admin/Components/Components/DisplayIcon.js index 5336574d..933243c1 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 }} />, -- GitLab