From 9540e6cec37cb63eebc68bfb5fa9a5b3cdcee6d0 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 7 Jan 2023 19:16:18 +0100 Subject: [PATCH] add appwrite and linkding logos --- .../lib/components/icons/AppwriteIcon.svelte | 19 +++++++++++++++++++ .../lib/components/icons/LinkdingIcon.svelte | 14 ++++++++++++++ frontend/src/lib/components/icons/index.ts | 4 ++++ 3 files changed, 37 insertions(+) create mode 100644 frontend/src/lib/components/icons/AppwriteIcon.svelte create mode 100644 frontend/src/lib/components/icons/LinkdingIcon.svelte diff --git a/frontend/src/lib/components/icons/AppwriteIcon.svelte b/frontend/src/lib/components/icons/AppwriteIcon.svelte new file mode 100644 index 0000000000..04c1568971 --- /dev/null +++ b/frontend/src/lib/components/icons/AppwriteIcon.svelte @@ -0,0 +1,19 @@ + + + + + + diff --git a/frontend/src/lib/components/icons/LinkdingIcon.svelte b/frontend/src/lib/components/icons/LinkdingIcon.svelte new file mode 100644 index 0000000000..98105285e9 --- /dev/null +++ b/frontend/src/lib/components/icons/LinkdingIcon.svelte @@ -0,0 +1,14 @@ + + + + + + + diff --git a/frontend/src/lib/components/icons/index.ts b/frontend/src/lib/components/icons/index.ts index 20e264aeb2..7b9a03b5c8 100644 --- a/frontend/src/lib/components/icons/index.ts +++ b/frontend/src/lib/components/icons/index.ts @@ -33,6 +33,8 @@ import NextcloudIcon from './NextcloudIcon.svelte' import FaunadbIcon from './FaunadbIcon.svelte' import ClickhouseIcon from './ClickhouseIcon.svelte' import OpenaiIcon from './OpenaiIcon.svelte' +import AppwriteIcon from './AppwriteIcon.svelte' +import LinkdingIconSvelte from './LinkdingIcon.svelte' export const APP_TO_ICON_COMPONENT = { postgresql: PostgresIcon, @@ -73,6 +75,8 @@ export const APP_TO_ICON_COMPONENT = { faunadb: FaunadbIcon, clickhouse: ClickhouseIcon, openai: OpenaiIcon, + appwrite: AppwriteIcon, + linkding: LinkdingIconSvelte } as const export {