diff --git a/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx b/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx index 3fc9102aa0..bd2bd3e571 100644 --- a/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx +++ b/packages/generators/generators/lib/files/ts/plugin/admin/src/components/PluginIcon/index.tsx @@ -5,7 +5,7 @@ */ import React from 'react'; -import Puzzle from '@strapi/icons'; +import { Puzzle } from '@strapi/icons'; const PluginIcon: React.VoidFunctionComponent = () => ;