From fd669ef62f0c5e63c819f24798372d20f8bf9297 Mon Sep 17 00:00:00 2001 From: AndreiaPena Date: Fri, 10 Jan 2025 16:51:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20admin:=20remove=20unused=20icons?= =?UTF-8?q?.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/config/icons.js | 48 ------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 admin/config/icons.js diff --git a/admin/config/icons.js b/admin/config/icons.js deleted file mode 100644 index 1dcb6f80053..00000000000 --- a/admin/config/icons.js +++ /dev/null @@ -1,48 +0,0 @@ -module.exports = function () { - return { - 'free-solid-svg-icons': [ - 'building', - 'user', - 'map-pin', - 'chalkboard-user', - 'graduation-cap', - 'stamp', - 'clipboard-list', - 'signs-post', - 'users', - 'book-open', - 'screwdriver-wrench', - 'crown', - 'power-off', - 'chevron-down', - 'chevron-up', - 'check', - 'arrow-left', - 'arrow-right', - 'xmark', - 'triangle-exclamation', - 'arrows-rotate', - 'circle-exclamation', - 'arrow-up-right-from-square', - 'trash', - 'pen-to-square', - 'check-double', - 'tablet-screen-button', - 'mobile-screen-button', - 'slash', - 'plus', - 'circle-xmark', - 'circle-check', - 'circle-info', - 'circle-question', - 'magnifying-glass', - 'chevron-right', - 'external-link', - 'eye', - 'times', - 'warning', - 'message', - ], - 'free-regular-svg-icons': ['copy'], - }; -};