/** * * PluginIcon * */ import React from 'react'; import { Icon } from '@strapi/design-system/Icon'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import pluginPkg from '../../../../package.json'; const PluginIcon = () => } width="16px" />; export default PluginIcon;