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 {