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