From 72f0fb1391a390a6d433866e8d891acc05a7d274 Mon Sep 17 00:00:00 2001 From: Oleksii Husakov Date: Wed, 4 Oct 2023 13:16:47 +0300 Subject: [PATCH 1/2] feat: add Refresh icon --- src/mui/components/icon/IconByName.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mui/components/icon/IconByName.tsx b/src/mui/components/icon/IconByName.tsx index 59374a2c..45299da7 100644 --- a/src/mui/components/icon/IconByName.tsx +++ b/src/mui/components/icon/IconByName.tsx @@ -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"; @@ -309,6 +310,7 @@ const iconComponentMap: Record Date: Wed, 4 Oct 2023 16:23:17 +0300 Subject: [PATCH 2/2] feat: update icon name --- src/mui/components/icon/IconByName.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mui/components/icon/IconByName.tsx b/src/mui/components/icon/IconByName.tsx index 45299da7..03683211 100644 --- a/src/mui/components/icon/IconByName.tsx +++ b/src/mui/components/icon/IconByName.tsx @@ -310,7 +310,7 @@ const iconComponentMap: Record