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