From d4d90254cf7f0688af5e37db2fe2aa12b121965b Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 15 Aug 2024 13:15:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20New=20svgs,=20add=20new=20firebase?= =?UTF-8?q?=20brand=20&=20prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 24 +++++++++++++++++------- static/library/firebase-wordmark.svg | 1 + static/library/firebase.svg | 2 +- static/library/prettier-icon-dark.svg | 1 + static/library/prettier-icon-light.svg | 1 + 5 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 static/library/firebase-wordmark.svg create mode 100644 static/library/prettier-icon-dark.svg create mode 100644 static/library/prettier-icon-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0a1624f..228be8c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -266,12 +266,6 @@ export const svgs: iSVG[] = [ route: '/library/bootstrap.svg', url: 'https://getbootstrap.com/' }, - { - title: 'Firebase', - category: 'Hosting', - route: '/library/firebase.svg', - url: 'https://firebase.google.com/' - }, { title: 'Vite.js', category: 'Compiler', @@ -1587,7 +1581,7 @@ export const svgs: iSVG[] = [ url: 'https://tether.to/' }, { - title: 'X', + title: 'X (formerly Twitter)', category: 'Social', route: { light: '/library/x.svg', @@ -2879,5 +2873,21 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/bento.svg', url: 'https://bento.me/home' + }, + { + title: 'Firebase', + category: 'Hosting', + route: '/library/firebase.svg', + wordmark: '/library/firebase-wordmark.svg', + url: 'https://firebase.google.com/' + }, + { + title: 'Prettier', + category: 'Library', + route: { + light: '/library/prettier-icon-light.svg', + dark: '/library/prettier-icon-dark.svg' + }, + url: 'https://prettier.io/' } ]; diff --git a/static/library/firebase-wordmark.svg b/static/library/firebase-wordmark.svg new file mode 100644 index 0000000..8b1c57d --- /dev/null +++ b/static/library/firebase-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/firebase.svg b/static/library/firebase.svg index 005e7db..ceee692 100644 --- a/static/library/firebase.svg +++ b/static/library/firebase.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/prettier-icon-dark.svg b/static/library/prettier-icon-dark.svg new file mode 100644 index 0000000..3883ea8 --- /dev/null +++ b/static/library/prettier-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/prettier-icon-light.svg b/static/library/prettier-icon-light.svg new file mode 100644 index 0000000..d4ee295 --- /dev/null +++ b/static/library/prettier-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file