import { Router, VpnKey, Settings } from "@material-ui/icons"; const steps = [ { id: 0, title: "Login", route: "/", disabled: false, icon: }, { id: 1, title: "Network", route: "/network", disabled: false, icon: }, { id: 2, title: "Settings", route: "/settings", disabled: false, icon: } ]; export default steps;