From ea60b114e23ba9b3160f5eb885044f44b8dd263b Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Fri, 15 Dec 2023 14:04:11 -0300 Subject: [PATCH] Cypress and Reddit logo added --- src/data/svgs.ts | 12 ++++++++ static/library/cypress.svg | 17 ++++++++++++ static/library/reddit.svg | 57 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 static/library/cypress.svg create mode 100644 static/library/reddit.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8c26619..44629b1 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1845,5 +1845,17 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/meta.svg', url: 'https://meta.com/' + }, + { + title: 'Cypress', + category: 'Framework', + route: '/library/cypress.svg', + url: 'https://www.cypress.io/' + }, + { + title: 'Reddit', + category: 'Social', + route: '/library/reddit.svg', + url: 'https://www.reddit.com/' } ]; \ No newline at end of file diff --git a/static/library/cypress.svg b/static/library/cypress.svg new file mode 100644 index 0000000..1361927 --- /dev/null +++ b/static/library/cypress.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/reddit.svg b/static/library/reddit.svg new file mode 100644 index 0000000..488596c --- /dev/null +++ b/static/library/reddit.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file