From 54d52e436bfbf2fd45e5abb3064cae60ee65d54b Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Sat, 15 Apr 2023 11:52:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20some=20new=20svg=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 30 +++++++++++++++++++++++++++++- static/library/chrome.svg | 1 + static/library/electron.svg | 1 + static/library/prime-video.svg | 1 + static/library/rxjs.svg | 1 + 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 static/library/chrome.svg create mode 100644 static/library/electron.svg create mode 100644 static/library/prime-video.svg create mode 100644 static/library/rxjs.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3db6db8..4aeb9ba 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1176,5 +1176,33 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/elementor.svg', url: 'https://elementor.com/' - } + }, + { + id: 169, + title: 'Prime video', + category: 'Entertainment', + route: '/library/prime-video.svg', + url: 'https://primevideo.com/' + }, + { + id: 170, + title: 'Chrome', + category: 'Browser', + route: '/library/chrome.svg', + url: 'https://chrome.com/' + }, + { + id: 171, + title: 'RxJS', + category: 'Library', + route: '/library/rxjs.svg', + url: 'https://rxjs.dev/' + }, + { + id: 172, + title: 'Electron', + category: 'Library', + route: '/library/electron.svg', + url: 'https://www.electronjs.org' + }, ]; diff --git a/static/library/chrome.svg b/static/library/chrome.svg new file mode 100644 index 0000000..0cf061d --- /dev/null +++ b/static/library/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/electron.svg b/static/library/electron.svg new file mode 100644 index 0000000..de2d6f3 --- /dev/null +++ b/static/library/electron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/prime-video.svg b/static/library/prime-video.svg new file mode 100644 index 0000000..c31ec9d --- /dev/null +++ b/static/library/prime-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/rxjs.svg b/static/library/rxjs.svg new file mode 100644 index 0000000..1642319 --- /dev/null +++ b/static/library/rxjs.svg @@ -0,0 +1 @@ + \ No newline at end of file