diff --git a/frontend/src/lib/components/icons/ActivitypubIcon.svelte b/frontend/src/lib/components/icons/ActivitypubIcon.svelte new file mode 100644 index 0000000000..efe8f989b3 --- /dev/null +++ b/frontend/src/lib/components/icons/ActivitypubIcon.svelte @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/AwsEcrIcon.svelte b/frontend/src/lib/components/icons/AwsEcrIcon.svelte new file mode 100644 index 0000000000..9d1bf7f0c0 --- /dev/null +++ b/frontend/src/lib/components/icons/AwsEcrIcon.svelte @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/CalcomIcon.svelte b/frontend/src/lib/components/icons/CalcomIcon.svelte new file mode 100644 index 0000000000..3dce2d516c --- /dev/null +++ b/frontend/src/lib/components/icons/CalcomIcon.svelte @@ -0,0 +1,19 @@ + + + + + diff --git a/frontend/src/lib/components/icons/ClickupIcon.svelte b/frontend/src/lib/components/icons/ClickupIcon.svelte new file mode 100644 index 0000000000..132ce36937 --- /dev/null +++ b/frontend/src/lib/components/icons/ClickupIcon.svelte @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/CloudflareIcon.svelte b/frontend/src/lib/components/icons/CloudflareIcon.svelte new file mode 100644 index 0000000000..ada335e65c --- /dev/null +++ b/frontend/src/lib/components/icons/CloudflareIcon.svelte @@ -0,0 +1,27 @@ + + + + + + + diff --git a/frontend/src/lib/components/icons/FirebaseIcon.svelte b/frontend/src/lib/components/icons/FirebaseIcon.svelte new file mode 100644 index 0000000000..a2a77f8cd3 --- /dev/null +++ b/frontend/src/lib/components/icons/FirebaseIcon.svelte @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/GoogleFormsIcon.svelte b/frontend/src/lib/components/icons/GoogleFormsIcon.svelte new file mode 100644 index 0000000000..1f552453b9 --- /dev/null +++ b/frontend/src/lib/components/icons/GoogleFormsIcon.svelte @@ -0,0 +1,27 @@ + + + + + + + diff --git a/frontend/src/lib/components/icons/JiraIcon.svelte b/frontend/src/lib/components/icons/JiraIcon.svelte new file mode 100644 index 0000000000..a40a9c06bc --- /dev/null +++ b/frontend/src/lib/components/icons/JiraIcon.svelte @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/NotionIcon.svelte b/frontend/src/lib/components/icons/NotionIcon.svelte new file mode 100644 index 0000000000..50efd6de1e --- /dev/null +++ b/frontend/src/lib/components/icons/NotionIcon.svelte @@ -0,0 +1,32 @@ + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/PineconeIcon.svelte b/frontend/src/lib/components/icons/PineconeIcon.svelte new file mode 100644 index 0000000000..5c35153cf5 --- /dev/null +++ b/frontend/src/lib/components/icons/PineconeIcon.svelte @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/lib/components/icons/RssIcon.svelte b/frontend/src/lib/components/icons/RssIcon.svelte new file mode 100644 index 0000000000..74083f5ed5 --- /dev/null +++ b/frontend/src/lib/components/icons/RssIcon.svelte @@ -0,0 +1,31 @@ + + + + + + + + diff --git a/frontend/src/lib/components/icons/ShopifyIcon.svelte b/frontend/src/lib/components/icons/ShopifyIcon.svelte new file mode 100644 index 0000000000..f6ba949118 --- /dev/null +++ b/frontend/src/lib/components/icons/ShopifyIcon.svelte @@ -0,0 +1,27 @@ + + + + + + + diff --git a/frontend/src/lib/components/icons/TypeformIcon.svelte b/frontend/src/lib/components/icons/TypeformIcon.svelte new file mode 100644 index 0000000000..0e3ad844f5 --- /dev/null +++ b/frontend/src/lib/components/icons/TypeformIcon.svelte @@ -0,0 +1,19 @@ + + + + + diff --git a/frontend/src/lib/components/icons/index.ts b/frontend/src/lib/components/icons/index.ts index 7bbbbdb296..99f72e56f2 100644 --- a/frontend/src/lib/components/icons/index.ts +++ b/frontend/src/lib/components/icons/index.ts @@ -46,6 +46,19 @@ import WebdavIcon from './WebdavIcon.svelte' import ZammadIcon from './ZammadIcon.svelte' import SurrealdbIcon from './SurrealdbIcon.svelte' import SquareIcon from './SquareIcon.svelte' +import ActivitypubIcon from './ActivitypubIcon.svelte' +import AwsEcrIcon from './AwsEcrIcon.svelte' +import CalcomIcon from './CalcomIcon.svelte' +import ClickupIcon from './ClickupIcon.svelte' +import CloudflareIcon from './CloudflareIcon.svelte' +import FirebaseIcon from './FirebaseIcon.svelte' +import GoogleFormsIcon from './GoogleFormsIcon.svelte' +import JiraIcon from './JiraIcon.svelte' +import NotionIcon from './NotionIcon.svelte' +import PineconeIcon from './PineconeIcon.svelte' +import RssIcon from './RssIcon.svelte' +import ShopifyIcon from './ShopifyIcon.svelte' +import TypeformIcon from './TypeformIcon.svelte' export const APP_TO_ICON_COMPONENT = { postgresql: PostgresIcon, @@ -99,6 +112,19 @@ export const APP_TO_ICON_COMPONENT = { zammad: ZammadIcon, nextcloud: NextcloudIcon, surrealdb: SurrealdbIcon, + activitypub: ActivitypubIcon, + aws_ecr: AwsEcrIcon, + calcom: CalcomIcon, + clickup: ClickupIcon, + cloudflare: CloudflareIcon, + firebase: FirebaseIcon, + gforms: GoogleFormsIcon, + jira: JiraIcon, + notion: NotionIcon, + pinecone: PineconeIcon, + rss: RssIcon, + shopify: ShopifyIcon, + typeform: TypeformIcon } as const export { @@ -146,4 +172,17 @@ export { NextcloudIcon, SendflakeIcon, SurrealdbIcon, + ActivitypubIcon, + AwsEcrIcon, + CalcomIcon, + ClickupIcon, + CloudflareIcon, + FirebaseIcon, + GoogleFormsIcon, + JiraIcon, + NotionIcon, + PineconeIcon, + RssIcon, + ShopifyIcon, + TypeformIcon }