import { createSvgIcon } from "@material-ui/core/utils"; import React from "react"; const Home = createSvgIcon( <> >, "Home" ); export default Home;