From 16d858e52e51c7fb831d07a2ff2a3f43c54064e3 Mon Sep 17 00:00:00 2001
From: k3kk07 <155884340+k3kk07@users.noreply.github.com>
Date: Fri, 6 Dec 2024 08:23:37 +0100
Subject: [PATCH] Add new icons (#4322)
## Description
New icon added and json modified accordingly
## Tests
---
.../custom-icons/_data/custom-icons.json | 12 ++++-
auth/assets/custom-icons/icons/eneba.svg | 1 +
auth/assets/custom-icons/icons/matlab.svg | 1 +
auth/assets/custom-icons/icons/nintendo.svg | 45 +++++++++++++++++++
auth/assets/custom-icons/icons/randstad.svg | 19 ++++++++
5 files changed, 77 insertions(+), 1 deletion(-)
create mode 100644 auth/assets/custom-icons/icons/eneba.svg
create mode 100644 auth/assets/custom-icons/icons/matlab.svg
create mode 100644 auth/assets/custom-icons/icons/nintendo.svg
create mode 100644 auth/assets/custom-icons/icons/randstad.svg
diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json
index 9ff7e78416..4cc367e1f9 100644
--- a/auth/assets/custom-icons/_data/custom-icons.json
+++ b/auth/assets/custom-icons/_data/custom-icons.json
@@ -275,6 +275,9 @@
"Murena"
]
},
+ {
+ "title": "eneba"
+ },
{
"title": "ente",
"hex": "1DB954"
@@ -510,6 +513,10 @@
],
"hex": "6364FF"
},
+ {
+ "title": "matlab",
+ "altNames": "mathworks"
+ },
{
"title": "Mercado Livre",
"slug": "mercado_livre",
@@ -596,7 +603,7 @@
"hex": "858585"
},
{
- "title": "Nintendo",
+ "title": "nintendo",
"altNames": [
"任天堂"
]
@@ -707,6 +714,9 @@
"Raindrop"
]
},
+ {
+ "title": "randstad"
+ },
{
"title": "Real-Debrid",
"slug": "real_debrid"
diff --git a/auth/assets/custom-icons/icons/eneba.svg b/auth/assets/custom-icons/icons/eneba.svg
new file mode 100644
index 0000000000..00ef7aae94
--- /dev/null
+++ b/auth/assets/custom-icons/icons/eneba.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/auth/assets/custom-icons/icons/matlab.svg b/auth/assets/custom-icons/icons/matlab.svg
new file mode 100644
index 0000000000..0f57baf546
--- /dev/null
+++ b/auth/assets/custom-icons/icons/matlab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/auth/assets/custom-icons/icons/nintendo.svg b/auth/assets/custom-icons/icons/nintendo.svg
new file mode 100644
index 0000000000..f449dfd192
--- /dev/null
+++ b/auth/assets/custom-icons/icons/nintendo.svg
@@ -0,0 +1,45 @@
+
+
diff --git a/auth/assets/custom-icons/icons/randstad.svg b/auth/assets/custom-icons/icons/randstad.svg
new file mode 100644
index 0000000000..64d071e340
--- /dev/null
+++ b/auth/assets/custom-icons/icons/randstad.svg
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file