From 6fbc8072255d0cc9fe86e07ad0fe083798b5c5a9 Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:09:55 -0400 Subject: [PATCH 1/3] feat: shakepay icon --- auth/assets/custom-icons/icons/shakepay.svg | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 auth/assets/custom-icons/icons/shakepay.svg diff --git a/auth/assets/custom-icons/icons/shakepay.svg b/auth/assets/custom-icons/icons/shakepay.svg new file mode 100644 index 0000000000..ea99ff4e82 --- /dev/null +++ b/auth/assets/custom-icons/icons/shakepay.svg @@ -0,0 +1,31 @@ + + + + + + + + + From f3b13042cae82720dfcc3b53f42103a0ad55ebcd Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:11:42 -0400 Subject: [PATCH 2/3] feat: newton crypto icon --- auth/assets/custom-icons/icons/newton.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 auth/assets/custom-icons/icons/newton.svg diff --git a/auth/assets/custom-icons/icons/newton.svg b/auth/assets/custom-icons/icons/newton.svg new file mode 100644 index 0000000000..1f3939a582 --- /dev/null +++ b/auth/assets/custom-icons/icons/newton.svg @@ -0,0 +1,4 @@ + + + + From 00d0cfe72c06c8a12e43422fabff59edaf2dfa35 Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:12:51 -0400 Subject: [PATCH 3/3] feat: add shakepay and newton icon metadata --- auth/assets/custom-icons/_data/custom-icons.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 80f81b2887..41226ecdf4 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -608,6 +608,15 @@ ], "slug": "ynab", "hex": "3B5EDA" + }, + { + "title": "Shakepay", + "slug": "shakepay" + }, + { + "title": "Newton", + "altNames": ["Newton Crypto"], + "slug": "newton" } ] }