From bc29ddcf4351a57a3000594793c1ae0ae0ed5fd3 Mon Sep 17 00:00:00 2001 From: Esteve Segura Date: Sat, 6 Jan 2024 22:54:21 +0100 Subject: [PATCH] + Added voicemod icon --- src/data/svgs.ts | 6 ++++++ static/library/voicemod.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/voicemod.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9e7f401..47dded8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2181,5 +2181,11 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/bitwarden.svg', url: 'https://bitwarden.com/' + }, + { + title: 'Voicemod', + category: 'Entertainment', + route: '/library/voicemod.svg', + url: 'https://voicemod.net/' } ]; diff --git a/static/library/voicemod.svg b/static/library/voicemod.svg new file mode 100644 index 0000000..eb2e01b --- /dev/null +++ b/static/library/voicemod.svg @@ -0,0 +1 @@ + \ No newline at end of file