From b8304f0ec5046d5f2c0474e3443f69b59a0352cf Mon Sep 17 00:00:00 2001 From: Rflew33 Date: Mon, 17 Feb 2025 00:29:39 -0500 Subject: [PATCH] Additional Icons (#5072) ## Description Added Aruba. OnShape, RealVNC icons ## Tests --- auth/assets/custom-icons/_data/custom-icons.json | 15 +++++++++++++++ auth/assets/custom-icons/icons/aruba.svg | 4 ++++ auth/assets/custom-icons/icons/onshape.svg | 1 + auth/assets/custom-icons/icons/realvnc.svg | 1 + 4 files changed, 21 insertions(+) create mode 100644 auth/assets/custom-icons/icons/aruba.svg create mode 100644 auth/assets/custom-icons/icons/onshape.svg create mode 100644 auth/assets/custom-icons/icons/realvnc.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 5c4c589815..f3fcbd9dfe 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -42,6 +42,11 @@ { "title": "Anycoin Direct", "slug": "anycoindirect" + }, + { + "title": "Aruba", + "slug": "aruba", + "hex": "ef8a33" }, { "title": "AscendEX" @@ -764,6 +769,11 @@ "altNames": [ "欧易" ] + }, + { + "title": "OnShape", + "slug": "onshape", + "hex": "7abb5e" }, { "title": "Parqet", @@ -861,6 +871,11 @@ { "title": "RealMe", "slug": "realme" + }, + { + "title": "RealVNC", + "slug": "realvnc", + "hex": "488aec" }, { "title": "Registro br", diff --git a/auth/assets/custom-icons/icons/aruba.svg b/auth/assets/custom-icons/icons/aruba.svg new file mode 100644 index 0000000000..c078116929 --- /dev/null +++ b/auth/assets/custom-icons/icons/aruba.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/onshape.svg b/auth/assets/custom-icons/icons/onshape.svg new file mode 100644 index 0000000000..fa92df6eba --- /dev/null +++ b/auth/assets/custom-icons/icons/onshape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/auth/assets/custom-icons/icons/realvnc.svg b/auth/assets/custom-icons/icons/realvnc.svg new file mode 100644 index 0000000000..07bcac774a --- /dev/null +++ b/auth/assets/custom-icons/icons/realvnc.svg @@ -0,0 +1 @@ + \ No newline at end of file