From 63a415486fe0efa4ad74412379fa8339387eb978 Mon Sep 17 00:00:00 2001 From: AndreiaPena Date: Wed, 30 Oct 2024 10:47:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20certif:=20remove=20unused=20icon?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- certif/config/icons.js | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 certif/config/icons.js diff --git a/certif/config/icons.js b/certif/config/icons.js deleted file mode 100644 index fabd12d7c3a..00000000000 --- a/certif/config/icons.js +++ /dev/null @@ -1,27 +0,0 @@ -module.exports = function () { - return { - 'free-solid-svg-icons': [ - 'award', - 'bell', - 'book', - 'clipboard-list', - 'cloud-arrow-up', - 'copy', - 'ellipsis-vertical', - 'file-arrow-down', - 'file-download', - 'info', - 'link', - 'pen-to-square', - 'plus-circle', - 'power-off', - 'redo', - 'sign-out-alt', - 'trash-alt', - 'up-right-from-square', - 'user', - 'users', - 'user-circle', - ], - }; -};