From c1338b2172881cc47952d191a6db45cdf1b77859 Mon Sep 17 00:00:00 2001 From: Abhishek Prakash Date: Mon, 10 Feb 2025 03:45:51 +0530 Subject: [PATCH 1/2] feat: added Socket.io logo --- src/data/svgs.ts | 6 ++++++ static/library/socketio-dark.svg | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 static/library/socketio-dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5099b9c..03729c2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3287,5 +3287,11 @@ export const svgs: iSVG[] = [ }, brandUrl: 'https://vercel.com/geist/brands', url: 'https://vercel.com/' + }, + { + "title": "Socket.io", + "category": "Software", + "route": "/library/socketio-dark.svg", + "url": "https://socket.io/" } ]; diff --git a/static/library/socketio-dark.svg b/static/library/socketio-dark.svg new file mode 100644 index 0000000..2818efe --- /dev/null +++ b/static/library/socketio-dark.svg @@ -0,0 +1,4 @@ + + + + From 72d3ccc509a61d1fa98b2f7e53026cd1469517c6 Mon Sep 17 00:00:00 2001 From: Abhishek Prakash Date: Tue, 11 Feb 2025 02:40:03 +0530 Subject: [PATCH 2/2] feat: add svg for light version --- src/data/svgs.ts | 5 ++++- static/library/socketio-light.svg | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/library/socketio-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 03729c2..ef02491 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3291,7 +3291,10 @@ export const svgs: iSVG[] = [ { "title": "Socket.io", "category": "Software", - "route": "/library/socketio-dark.svg", + "route": { + dark: "/library/socketio-dark.svg", + light: "/library/socketio-light.svg" + }, "url": "https://socket.io/" } ]; diff --git a/static/library/socketio-light.svg b/static/library/socketio-light.svg new file mode 100644 index 0000000..ef2c35c --- /dev/null +++ b/static/library/socketio-light.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file