From 1ed8cd0eb9040d2d09f63bce0bea4d37fef00d2c Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Tue, 11 Feb 2025 12:48:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20VSCodium=20SVG=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/vscodium.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/vscodium.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 769f1a7..3ec303a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3302,5 +3302,11 @@ export const svgs: iSVG[] = [ light: "/library/socketio-light.svg" }, "url": "https://socket.io/" + }, + { + title: 'VSCodium', + category: 'Software', + route: '/library/vscodium.svg', + url: 'https://vscodium.com/' } ]; diff --git a/static/library/vscodium.svg b/static/library/vscodium.svg new file mode 100644 index 0000000..6f2a9c9 --- /dev/null +++ b/static/library/vscodium.svg @@ -0,0 +1 @@ + \ No newline at end of file