From 93b7cb8beacc431abfdb277706c864a2ae844f1f Mon Sep 17 00:00:00 2001 From: Eric Nielsen <4120606+ericbn@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:55:15 -0500 Subject: [PATCH] Add custom icons for Tableau and X --- .../custom-icons/_data/custom-icons.json | 11 +++- .../assets/custom-icons/icons/tableau.svg | 52 +++++++++++++++++++ .../apps/auth/assets/custom-icons/icons/x.svg | 18 +++++++ 3 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 mobile/apps/auth/assets/custom-icons/icons/tableau.svg create mode 100644 mobile/apps/auth/assets/custom-icons/icons/x.svg 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 ba42bb47f1..39a9b24bb5 100644 --- a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json +++ b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json @@ -436,7 +436,7 @@ "title": "emeritihealth", "altNames": [ "Emeriti Health", - "Emeriti Retirement Health", + "Emeriti Retirement Health" ] }, { @@ -1317,6 +1317,9 @@ "T-Mobile ID" ] }, + { + "title": "Tableau" + }, { "title": "TCPShield" }, @@ -1526,6 +1529,12 @@ { "title": "WYZE" }, + { + "title": "X", + "altNames": [ + "Twitter" + ] + }, { "title": "Xbox", "hex": "107C10" diff --git a/mobile/apps/auth/assets/custom-icons/icons/tableau.svg b/mobile/apps/auth/assets/custom-icons/icons/tableau.svg new file mode 100644 index 0000000000..361bb578ac --- /dev/null +++ b/mobile/apps/auth/assets/custom-icons/icons/tableau.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mobile/apps/auth/assets/custom-icons/icons/x.svg b/mobile/apps/auth/assets/custom-icons/icons/x.svg new file mode 100644 index 0000000000..d6464cc0bf --- /dev/null +++ b/mobile/apps/auth/assets/custom-icons/icons/x.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + \ No newline at end of file