import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard"; import BookmarkAddedIcon from "@mui/icons-material/BookmarkAdded"; import DataSaverOnIcon from "@mui/icons-material/DataSaverOn"; const sidebarMenu = [ [ { key: "sidebar.dashboard", type: "page", route: "/dashboard", icon: , selected: false, }, { key: "sidebar.loan-request", type: "page", route: "/dashboard/loan-request", icon: , selected: false, }, { key: "sidebar.loan-follow-up", type: "page", route: "/dashboard/loan-follow-up", icon: , selected: false, }, ], ]; export default sidebarMenu;