From efa89313fa4152252b477aafd88f7cf4a66747d8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 10:19:56 +0000 Subject: Initial Strapi plugin project --- admin/src/components/PluginIcon.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 admin/src/components/PluginIcon.tsx (limited to 'admin/src/components/PluginIcon.tsx') 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 = () => ; + +export { PluginIcon }; -- cgit v1.2.3