From 74002a4322a2db00be33dcca8849b01a0d8f82d8 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 21:08:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Clickhouse=20logo=20and=20?= =?UTF-8?q?wordmark=20SVGs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/clickhouse-wordmark.svg | 1 + static/library/clickhouse-wordmark_dark.svg | 1 + static/library/clickhouse.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/clickhouse-wordmark.svg create mode 100644 static/library/clickhouse-wordmark_dark.svg create mode 100644 static/library/clickhouse.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf1075..4920f281 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3048,5 +3048,15 @@ export const svgs: iSVG[] = [ dark: '/library/polar-sh_dark.svg' }, url: 'https://polar.sh/' + }, + { + title: 'Clickhouse', + category: 'Database', + route: '/library/clickhouse.svg', + wordmark: { + light: '/library/clickhouse-wordmark.svg', + dark: '/library/clickhouse-wordmark_dark.svg' + }, + url: 'https://clickhouse.com/' } ]; diff --git a/static/library/clickhouse-wordmark.svg b/static/library/clickhouse-wordmark.svg new file mode 100644 index 00000000..f6a59035 --- /dev/null +++ b/static/library/clickhouse-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/clickhouse-wordmark_dark.svg b/static/library/clickhouse-wordmark_dark.svg new file mode 100644 index 00000000..4a5c82d4 --- /dev/null +++ b/static/library/clickhouse-wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/clickhouse.svg b/static/library/clickhouse.svg new file mode 100644 index 00000000..46b9ce12 --- /dev/null +++ b/static/library/clickhouse.svg @@ -0,0 +1 @@ + \ No newline at end of file