Skip to content

Commit

Permalink
Merge pull request #34 from Exabyte-io/feature/SOF-6936
Browse files Browse the repository at this point in the history
SOF-6936: Add Refresh icon
  • Loading branch information
timurbazhirov authored Oct 12, 2023
2 parents d436841 + 980c49b commit 8e195c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mui/components/icon/IconByName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ import QueryBuilder from "@mui/icons-material/QueryBuilder";
import RadioButtonChecked from "@mui/icons-material/RadioButtonChecked";
import RadioButtonUnchecked from "@mui/icons-material/RadioButtonUnchecked";
import Receipt from "@mui/icons-material/Receipt";
import Refresh from "@mui/icons-material/Refresh";
import RemoveCircleOutline from "@mui/icons-material/RemoveCircleOutline";
import Replay from "@mui/icons-material/Replay";
import Save from "@mui/icons-material/Save";
Expand Down Expand Up @@ -309,6 +310,7 @@ const iconComponentMap: Record<string, typeof SvgIcon | ReturnType<typeof rotate
"actions.read": Toc,
"actions.remove": Delete,
"actions.reset": Cached,
"actions.resetExplorerSettings": Refresh,
"actions.resubmit": Replay,
"actions.revokeAccess": VisibilityOff,
"actions.revokeAdmin": ExpandLess,
Expand Down

0 comments on commit 8e195c0

Please sign in to comment.