From 4860236f66a4864faa5b4f7203b2b0adef222eb8 Mon Sep 17 00:00:00 2001 From: Kremiorspokke <153205941+Kremiorspokke@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:22:41 +0200 Subject: [PATCH 1/3] Add 1 new icon Add polish e-commerce platfrom icon allegro --- mobile/apps/auth/assets/custom-icons/icons/allegro.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mobile/apps/auth/assets/custom-icons/icons/allegro.svg diff --git a/mobile/apps/auth/assets/custom-icons/icons/allegro.svg b/mobile/apps/auth/assets/custom-icons/icons/allegro.svg new file mode 100644 index 0000000000..151c5408ec --- /dev/null +++ b/mobile/apps/auth/assets/custom-icons/icons/allegro.svg @@ -0,0 +1,8 @@ + + logo (15)-svg copy-svg + + + \ No newline at end of file From cabae4cca0181f755fa9a6ede1aad8a0f0e86486 Mon Sep 17 00:00:00 2001 From: Kremiorspokke <153205941+Kremiorspokke@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:32:39 +0200 Subject: [PATCH 2/3] Update custom-icons.json --- .../apps/auth/assets/custom-icons/_data/custom-icons.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json index 71f1fd88bd..8ee1f07db9 100644 --- a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json +++ b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json @@ -1993,6 +1993,8 @@ { "title": "ISC2", "slug": "isc2" - } + }, + "title": "Allegro", + "slug": "allegro" ] -} \ No newline at end of file +} From 229bfdc7ec51886a870e2e774f3a7377af687216 Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya <146618155+AmanRajSinghMourya@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:28:20 +0530 Subject: [PATCH 3/3] Fix formatting --- mobile/apps/auth/assets/custom-icons/_data/custom-icons.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json index 8ee1f07db9..ce6f1efea6 100644 --- a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json +++ b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json @@ -1994,7 +1994,9 @@ "title": "ISC2", "slug": "isc2" }, + { "title": "Allegro", "slug": "allegro" + } ] }