Skip to content

Commit

Permalink
update: add tune icon
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Oct 11, 2023
1 parent d436841 commit 8fe9f44
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 @@ -135,6 +135,7 @@ import Sync from "@mui/icons-material/Sync";
import SystemUpdateAlt from "@mui/icons-material/SystemUpdateAlt";
import Terminal from "@mui/icons-material/Terminal";
import Toc from "@mui/icons-material/Toc";
import Tune from "@mui/icons-material/Tune";
import UnfoldLess from "@mui/icons-material/UnfoldLess";
import UnfoldMore from "@mui/icons-material/UnfoldMore";
import Upgrade from "@mui/icons-material/Upgrade";
Expand Down Expand Up @@ -274,6 +275,7 @@ const iconComponentMap: Record<string, typeof SvgIcon | ReturnType<typeof rotate

"actions.add": Add,
"actions.advancedSearch": YoutubeSearchedFor,
"actions.advanced": Tune,
"actions.clear": Clear,
"actions.clone": CopyAllOutlined,
"actions.close": Close,
Expand Down

0 comments on commit 8fe9f44

Please sign in to comment.