From c063b7995c0c505c4818dd569ca8a3c4e852f9cd Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 12 Sep 2023 10:03:00 +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 | 42 +++++++++++++++++++++++++++++++++++++ static/library/biomejs.svg | 1 + static/library/fastapi.svg | 1 + static/library/hono.svg | 1 + static/library/million.svg | 1 + static/library/pandacss.svg | 1 + static/library/pulumi.svg | 1 + 7 files changed, 48 insertions(+) create mode 100644 static/library/biomejs.svg create mode 100644 static/library/fastapi.svg create mode 100644 static/library/hono.svg create mode 100644 static/library/million.svg create mode 100644 static/library/pandacss.svg create mode 100644 static/library/pulumi.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index dc47f40..2a92575 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1358,5 +1358,47 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/vueuse.svg', url: 'https://vueuse.org/' + }, + { + id: 195, + title: 'Biomejs', + category: 'Compiler', + route: '/library/biomejs.svg', + url: 'https://biomejs.dev/' + }, + { + id: 196, + title: 'Hono', + category: 'Framework', + route: '/library/hono.svg', + url: 'https://hono.dev/' + }, + { + id: 197, + title: 'Million', + category: 'Library', + route: '/library/million.svg', + url: 'https://million.dev/' + }, + { + id: 198, + title: 'PandaCSS', + category: 'Library', + route: '/library/pandacss.svg', + url: 'https://panda-css.com/' + }, + { + id: 199, + title: 'Pulumi', + category: 'Software', + route: '/library/pulumi.svg', + url: 'https://www.pulumi.com/' + }, + { + id: 200, + title: "FastAPI", + category: 'Framework', + route: '/library/fastapi.svg', + url: 'https://fastapi.tiangolo.com/' } ]; diff --git a/static/library/biomejs.svg b/static/library/biomejs.svg new file mode 100644 index 0000000..300767f --- /dev/null +++ b/static/library/biomejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/fastapi.svg b/static/library/fastapi.svg new file mode 100644 index 0000000..a111be9 --- /dev/null +++ b/static/library/fastapi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/hono.svg b/static/library/hono.svg new file mode 100644 index 0000000..ac6ff2c --- /dev/null +++ b/static/library/hono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/million.svg b/static/library/million.svg new file mode 100644 index 0000000..c4ddf88 --- /dev/null +++ b/static/library/million.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/pandacss.svg b/static/library/pandacss.svg new file mode 100644 index 0000000..69f09ec --- /dev/null +++ b/static/library/pandacss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/pulumi.svg b/static/library/pulumi.svg new file mode 100644 index 0000000..d71e0a2 --- /dev/null +++ b/static/library/pulumi.svg @@ -0,0 +1 @@ + \ No newline at end of file