From 069c6956ced17f21ff062026f761bf0dfad41919 Mon Sep 17 00:00:00 2001 From: Raul Carini <85316240+R4ULtv@users.noreply.github.com> Date: Fri, 11 Jul 2025 18:35:14 +0200 Subject: [PATCH] Add Google Cloud SVG --- src/data/svgs.ts | 8 +++++++- static/library/google-cloud.svg | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/library/google-cloud.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 545bc8d..b315d9a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3729,5 +3729,11 @@ export const svgs: iSVG[] = [ dark: '/library/kokonutui-dark.svg' }, url: 'https://kokonutui.com/' - } + }, + { + title: 'Google Cloud', + category: ['Google', 'Hosting'], + route: '/library/google-cloud.svg', + url: 'https://cloud.google.com/' + }, ]; diff --git a/static/library/google-cloud.svg b/static/library/google-cloud.svg new file mode 100644 index 0000000..71de948 --- /dev/null +++ b/static/library/google-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file