From 9327f25c90ca693c8bc9bb96bba6a620e0b486ff Mon Sep 17 00:00:00 2001 From: Esteve Segura Date: Fri, 2 Feb 2024 22:35:49 +0100 Subject: [PATCH] Added OBS icon --- src/data/svgs.ts | 6 ++++++ static/library/obs.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/obs.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 847333c..51edaf4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2449,5 +2449,11 @@ export const svgs: iSVG[] = [ dark: '/library/tidal_wordmark_dark.svg' }, url: 'https://tidal.com/' + }, + { + title: 'OBS', + category: 'Software', + route: '/library/obs.svg', + url: 'Website' } ]; diff --git a/static/library/obs.svg b/static/library/obs.svg new file mode 100644 index 0000000..6ee007f --- /dev/null +++ b/static/library/obs.svg @@ -0,0 +1 @@ + \ No newline at end of file