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