From b17cb0e81e7f20e18df9ce1317ebfdfb1b4d771d Mon Sep 17 00:00:00 2001 From: fatih mehmet ozcan <34105974+fatihmeh@users.noreply.github.com> Date: Fri, 9 Aug 2019 21:34:58 +0300 Subject: [PATCH 1/3] Socket.io Icon Added --- _data/simple-icons.json | 5 +++++ icons/socket-io.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/socket-io.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fdf1a976f107..156f11cee79e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2640,6 +2640,11 @@ "hex": "000000", "source": "https://blog.society6.com/app/themes/society6/dist/images/mark.svg" }, + { + "title": "Socket.io", + "hex": "010101", + "source": "https://socket.io/css/images/logo.svg" + }, { "title": "Sogou", "hex": "FB6022", diff --git a/icons/socket-io.svg b/icons/socket-io.svg new file mode 100644 index 000000000000..29a09b52f6c7 --- /dev/null +++ b/icons/socket-io.svg @@ -0,0 +1 @@ +Socket.io icon \ No newline at end of file From 34546f1f5276d35b224e6fd24f2b1ec2b0a8b709 Mon Sep 17 00:00:00 2001 From: Fatih Mehmet Ozcan <34105974+fatihmeh@users.noreply.github.com> Date: Tue, 13 Aug 2019 13:58:59 +0300 Subject: [PATCH 2/3] Update _data/simple-icons.json Socket.io source updated Co-Authored-By: Eric Cornelissen --- _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 156f11cee79e..2a25556833ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2643,7 +2643,7 @@ { "title": "Socket.io", "hex": "010101", - "source": "https://socket.io/css/images/logo.svg" + "source": "https://socket.io" }, { "title": "Sogou", From 0363b3fc0547dede7649c4c1fd6fff1d7229cc6a Mon Sep 17 00:00:00 2001 From: fatih mehmet ozcan <34105974+fatihmeh@users.noreply.github.com> Date: Tue, 13 Aug 2019 13:59:52 +0300 Subject: [PATCH 3/3] Socket.io icon file name updated --- icons/{socket-io.svg => socket-dot-io.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename icons/{socket-io.svg => socket-dot-io.svg} (100%) diff --git a/icons/socket-io.svg b/icons/socket-dot-io.svg similarity index 100% rename from icons/socket-io.svg rename to icons/socket-dot-io.svg