Skip to content

Commit e52f0f1

Browse files
committed
add back icons
1 parent 79a70c7 commit e52f0f1

File tree

3 files changed

+189
-445
lines changed

3 files changed

+189
-445
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
CirclebackIcon,
1717
ClayIcon,
1818
ConfluenceIcon,
19+
CursorIcon,
1920
DatadogIcon,
2021
DiscordIcon,
2122
DocumentIcon,
@@ -28,7 +29,10 @@ import {
2829
EyeIcon,
2930
FirecrawlIcon,
3031
FirefliesIcon,
32+
GithubIcon,
3133
GitLabIcon,
34+
GmailIcon,
35+
GoogleCalendarIcon,
3236
GoogleDocsIcon,
3337
GoogleDriveIcon,
3438
GoogleFormsIcon,
@@ -45,6 +49,7 @@ import {
4549
HunterIOIcon,
4650
ImageIcon,
4751
IncidentioIcon,
52+
IntercomIcon,
4853
JinaAIIcon,
4954
JiraIcon,
5055
JiraServiceManagementIcon,
@@ -132,6 +137,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
132137
circleback: CirclebackIcon,
133138
clay: ClayIcon,
134139
confluence: ConfluenceIcon,
140+
cursor_v2: CursorIcon,
135141
datadog: DatadogIcon,
136142
discord: DiscordIcon,
137143
dropbox: DropboxIcon,
@@ -143,7 +149,10 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
143149
file: DocumentIcon,
144150
firecrawl: FirecrawlIcon,
145151
fireflies: FirefliesIcon,
152+
github_v2: GithubIcon,
146153
gitlab: GitLabIcon,
154+
gmail_v2: GmailIcon,
155+
google_calendar_v2: GoogleCalendarIcon,
147156
google_docs: GoogleDocsIcon,
148157
google_drive: GoogleDriveIcon,
149158
google_forms: GoogleFormsIcon,
@@ -161,6 +170,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
161170
image_generator: ImageIcon,
162171
imap: MailServerIcon,
163172
incidentio: IncidentioIcon,
173+
intercom_v2: IntercomIcon,
164174
jina: JinaAIIcon,
165175
jira: JiraIcon,
166176
jira_service_management: JiraServiceManagementIcon,

0 commit comments

Comments
 (0)