diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c855710..fc173fa 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1846,6 +1846,18 @@ export const svgs: iSVG[] = [ 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/' + }, { title: 'JetBrains WebStorm', category: 'Software', 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