diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fa3c62d..f6eb588 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3742,4 +3742,13 @@ export const svgs: iSVG[] = [ route: '/library/google-cloud.svg', url: 'https://cloud.google.com/' }, + { + title: 'Zulip', + category: ['Software', 'Social'], + route: '/library/zulip.svg', + wordmark: '/library/zulip-wordmark.svg', + url: 'https://zulip.com/', + brandUrl: + 'https://github.com/zulip/zulip/tree/bd29fb3e2691daef570ba5661351922a16782dd2/static/images/logo' + } ];