Skip to content

Commit

Permalink
Merge pull request #35 from Exabyte-io/feature/SOF-6904
Browse files Browse the repository at this point in the history
SOF-6904: Update create set icon
  • Loading branch information
timurbazhirov authored Oct 31, 2023
2 parents 6666bbe + 35747da commit 0da2b30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mui/components/icon/IconByName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import FilterDrama from "@mui/icons-material/FilterDrama";
import FlashOn from "@mui/icons-material/FlashOn";
import Flip from "@mui/icons-material/Flip";
import Folder from "@mui/icons-material/Folder";
import FolderOpen from "@mui/icons-material/FolderOpen";
import FolderOutlined from "@mui/icons-material/FolderOutlined";
import FormatLineSpacing from "@mui/icons-material/FormatLineSpacing";
import FormatListBulleted from "@mui/icons-material/FormatListBulleted";
Expand Down Expand Up @@ -283,7 +282,7 @@ const iconComponentMap: Record<string, typeof SvgIcon | ReturnType<typeof rotate
"actions.cancel": Cancel,
"actions.create": Add,
"actions.createJob": OpenInNew,
"actions.createSet": FolderOpen,
"actions.createSet": Add,
"actions.delete": Delete,
"actions.download": Download,
"actions.edit": Edit,
Expand Down

0 comments on commit 0da2b30

Please sign in to comment.