diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ab54909..769f1a7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3293,5 +3293,14 @@ export const svgs: iSVG[] = [ }, brandUrl: 'https://vercel.com/geist/brands', url: 'https://vercel.com/' + }, + { + "title": "Socket.io", + "category": "Software", + "route": { + dark: "/library/socketio-dark.svg", + light: "/library/socketio-light.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 @@ + + + + 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