import { ShoppingCart } from '@strapi/icons';

const PluginIcon = () => <ShoppingCart />;

export default PluginIcon;

