From 2d323bcd805bc071d181ccdb5c0fed5f20c4ff63 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 11 Jun 2023 11:57:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20New=20svgs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 14 ++++++++++++++ static/library/codesandbox-square.svg | 1 + static/library/skype.svg | 1 + 3 files changed, 16 insertions(+) create mode 100644 static/library/codesandbox-square.svg create mode 100644 static/library/skype.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b84dbf6..2ef0bc9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1274,5 +1274,19 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/tor.svg', url: 'https://www.torproject.org/' + }, + { + id: 183, + title: 'Codesandbox', + category: 'Software', + route: '/library/codesandbox-square.svg', + url: 'https://codesandbox.io/' + }, + { + id: 184, + title: 'Skype', + category: 'Social', + route: '/library/skype.svg', + url: 'https://www.skype.com/' } ]; diff --git a/static/library/codesandbox-square.svg b/static/library/codesandbox-square.svg new file mode 100644 index 0000000..1436445 --- /dev/null +++ b/static/library/codesandbox-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/skype.svg b/static/library/skype.svg new file mode 100644 index 0000000..9c0d812 --- /dev/null +++ b/static/library/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file