import React from "react"; import SvgIcon from "./base"; function Dashboard({ className = "" }) { return ( ); } export default Dashboard;