1 2 3 4 5
import { PuzzlePiece } from '@strapi/icons'; const PluginIcon = () => <PuzzlePiece />; export { PluginIcon };