mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Merge branch 'main' of github.com:pheralb/svgl into dev
This commit is contained in:
@@ -84,6 +84,12 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/amazon-q.svg",
|
||||
url: "https://aws.amazon.com/q",
|
||||
},
|
||||
{
|
||||
title: "Mulesoft",
|
||||
category: "Software",
|
||||
route: "/library/mulesoft.svg",
|
||||
url: "https://www.mulesoft.com/",
|
||||
},
|
||||
{
|
||||
title: "UV",
|
||||
category: "Devtool",
|
||||
@@ -3772,6 +3778,15 @@ 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",
|
||||
},
|
||||
{
|
||||
title: "Effect TS",
|
||||
category: "Library",
|
||||
@@ -3801,6 +3816,17 @@ export const svgs: iSVG[] = [
|
||||
route: "/library/eslint.svg",
|
||||
url: "https://eslint.org/",
|
||||
},
|
||||
{
|
||||
title: "Apache Kafka",
|
||||
category: "Analytics",
|
||||
route: "/library/apache-kafka-logo.svg",
|
||||
wordmark: {
|
||||
light: "/library/apache-kafka-wordmark-light.svg",
|
||||
dark: "/library/apache-kafka-wordmark-dark.svg",
|
||||
},
|
||||
url: "https://kafka.apache.org/",
|
||||
brandUrl: "https://kafka.apache.org/brand",
|
||||
},
|
||||
{
|
||||
title: "PlainSignal",
|
||||
category: "Analytics",
|
||||
|
||||
Reference in New Issue
Block a user