From 9df5f2d674859142ca3d0e17b834169593a6a4ab Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Sun, 2 Oct 2022 23:47:29 +0530 Subject: [PATCH 1/3] rsocket icon --- _data/simple-icons.json | 5 +++++ icons/rsocket.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rsocket.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 4d8c2e6d2bdd..51c695fca217 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9615,6 +9615,11 @@ "hex": "37BEFF", "source": "https://roundcube.net/" }, + { + "title": "rsocket", + "hex": "EF0092", + "source": "https://rsocket.io/" + }, { "title": "RSS", "hex": "FFA500", diff --git a/icons/rsocket.svg b/icons/rsocket.svg new file mode 100644 index 000000000000..c5d2df4ac81c --- /dev/null +++ b/icons/rsocket.svg @@ -0,0 +1 @@ +rsocket \ No newline at end of file From 7073c7b375322c16e1ef863b1fc0ecc502d29bb4 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:18:34 +0530 Subject: [PATCH 2/3] updated source link --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index b7b8342fc23f..c336719dc9df 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9624,7 +9624,7 @@ { "title": "rsocket", "hex": "EF0092", - "source": "https://rsocket.io/" + "source": "https://rsocket.io/img/r-socket-pink.svg" }, { "title": "RSS", From 54a0df0772106e8f6e74c3f271d6cdffd32548a0 Mon Sep 17 00:00:00 2001 From: Amandeep Singh <35252877+adsingh14@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:13:49 +0530 Subject: [PATCH 3/3] fix typo --- _data/simple-icons.json | 2 +- icons/rsocket.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c336719dc9df..c319da3bfa53 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9622,7 +9622,7 @@ "source": "https://roundcube.net/" }, { - "title": "rsocket", + "title": "RSocket", "hex": "EF0092", "source": "https://rsocket.io/img/r-socket-pink.svg" }, diff --git a/icons/rsocket.svg b/icons/rsocket.svg index c5d2df4ac81c..eed897e3d4a3 100644 --- a/icons/rsocket.svg +++ b/icons/rsocket.svg @@ -1 +1 @@ -rsocket \ No newline at end of file +RSocket \ No newline at end of file