From ceadfbbdc6e56385f85a66075cc3e7030a417a0d Mon Sep 17 00:00:00 2001 From: boazpoolman Date: Sat, 31 Dec 2022 14:19:17 +0100 Subject: [PATCH] chore: Remove fontawesome --- admin/src/components/PluginIcon/index.js | 15 --------------- package.json | 1 - yarn.lock | 7 ------- 3 files changed, 23 deletions(-) delete mode 100644 admin/src/components/PluginIcon/index.js diff --git a/admin/src/components/PluginIcon/index.js b/admin/src/components/PluginIcon/index.js deleted file mode 100644 index 80b9733..0000000 --- a/admin/src/components/PluginIcon/index.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * - * PluginIcon - * - */ - -import React from 'react'; -import { Icon } from '@strapi/design-system'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; - -import pluginPkg from '../../../../package.json'; - -const PluginIcon = () => } width="16px" />; - -export default PluginIcon; diff --git a/package.json b/package.json index 41e913a..e30cc33 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "@strapi/strapi": "^4.0.0" }, "devDependencies": { - "@fortawesome/react-fontawesome": "^0.1.16", "@strapi/design-system": "^1.3.1", "@strapi/helper-plugin": "^4.5.5", "@strapi/icons": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index f28c871..01e6acb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -702,13 +702,6 @@ intl-messageformat "9.13.0" tslib "^2.1.0" -"@fortawesome/react-fontawesome@^0.1.16": - version "0.1.19" - resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.19.tgz#2b36917578596f31934e71f92b7cf9c425fd06e4" - integrity sha512-Hyb+lB8T18cvLNX0S3llz7PcSOAJMLwiVKBuuzwM/nI5uoBw+gQjnf9il0fR1C3DKOI5Kc79pkJ4/xB0Uw9aFQ== - dependencies: - prop-types "^15.8.1" - "@humanwhocodes/config-array@^0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"