diff options
Diffstat (limited to 'admin/src/components/PluginIcon.tsx')
| -rw-r--r-- | admin/src/components/PluginIcon.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/src/components/PluginIcon.tsx b/admin/src/components/PluginIcon.tsx new file mode 100644 index 0000000..54174ba --- /dev/null +++ b/admin/src/components/PluginIcon.tsx @@ -0,0 +1,5 @@ +import { PuzzlePiece } from '@strapi/icons'; + +const PluginIcon = () => <PuzzlePiece />; + +export { PluginIcon }; |
