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