From dd2b92f48627b6a6e7fa9c53f2ed5681448f1d36 Mon Sep 17 00:00:00 2001 From: Lewis England Date: Tue, 19 Dec 2023 07:49:26 +0000 Subject: [PATCH] refactor: move Honeygain icons to the custom_integrations directory (#5004) --- .../honeygain/icon.png | Bin .../honeygain/icon@2x.png | Bin .../honeygain/logo.png | Bin .../honeygain/logo@2x.png | Bin 4 files changed, 0 insertions(+), 0 deletions(-) rename {core_integrations => custom_integrations}/honeygain/icon.png (100%) rename {core_integrations => custom_integrations}/honeygain/icon@2x.png (100%) rename {core_integrations => custom_integrations}/honeygain/logo.png (100%) rename {core_integrations => custom_integrations}/honeygain/logo@2x.png (100%) diff --git a/core_integrations/honeygain/icon.png b/custom_integrations/honeygain/icon.png similarity index 100% rename from core_integrations/honeygain/icon.png rename to custom_integrations/honeygain/icon.png diff --git a/core_integrations/honeygain/icon@2x.png b/custom_integrations/honeygain/icon@2x.png similarity index 100% rename from core_integrations/honeygain/icon@2x.png rename to custom_integrations/honeygain/icon@2x.png diff --git a/core_integrations/honeygain/logo.png b/custom_integrations/honeygain/logo.png similarity index 100% rename from core_integrations/honeygain/logo.png rename to custom_integrations/honeygain/logo.png diff --git a/core_integrations/honeygain/logo@2x.png b/custom_integrations/honeygain/logo@2x.png similarity index 100% rename from core_integrations/honeygain/logo@2x.png rename to custom_integrations/honeygain/logo@2x.png