import createSvgIcon from "@material-ui/icons/utils/createSvgIcon"; import React from "react"; export const Unstyled = createSvgIcon( <> ); Unstyled.displayName = "Unstyled"; export default Unstyled;